- Nov 23, 2012
-
-
Daniel Malea authored
- add decorators @expectedFailLinux and @skipOnLinux - skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426 Patch by Ashok Thirumurthi! llvm-svn: 168529
-
Daniel Malea authored
- Handle EINVAL return code from ptrace(GETSIGINFO, ...): not an error, but 'group-stop' state on Linux - propagate SIGSTOP to inferior in above case - this commit resolves the failure in expression_command/timeout testcase Thanks to Sean Callanan & Matt Kopec for helping debug this problem llvm-svn: 168523
-
- Nov 22, 2012
-
-
Daniel Malea authored
- StopMonitor() is called anyways from ProcessMonitor destructor later - resolves hang in TestEvents.py Patch by Matt Kopec! llvm-svn: 168503
-
- Nov 21, 2012
-
-
Daniel Malea authored
llvm-svn: 168454
-
Daniel Malea authored
- missing includes in cpp test programs - mismatched dwarf/dsym test cases - make "com.apple.main-thread" expected string conditional on darwin platform llvm-svn: 168452
-
- Nov 20, 2012
-
-
Daniel Malea authored
llvm-svn: 168382
-
Daniel Malea authored
- this commit addresses bugzilla #14385 llvm-svn: 168375
-
Daniel Malea authored
llvm-svn: 168371
-
Daniel Malea authored
llvm-svn: 168370
-
Filipe Cabecinhas authored
llvm-svn: 168343
-
Filipe Cabecinhas authored
llvm-svn: 168342
-
Filipe Cabecinhas authored
llvm-svn: 168339
-
- Nov 19, 2012
-
-
Daniel Malea authored
- opened bugzilla defects #14384 and #14385 llvm-svn: 168323
-
Daniel Malea authored
llvm-svn: 168322
-
Greg Clayton authored
llvm-svn: 168315
-
Greg Clayton authored
llvm-svn: 168314
-
- Nov 17, 2012
-
-
Jason Molenda authored
in the source files. Expand to spaces. No content changes, just whitespace. llvm-svn: 168238
-
-
rdar://problem/12720514Han Ming Ong authored
This allows client to query profiling states on the inferior. llvm-svn: 168228
-
Greg Clayton authored
llvm-svn: 168224
-
Filipe Cabecinhas authored
llvm-svn: 168220
-
- Nov 16, 2012
-
-
rdar://problem/12238339Greg Clayton authored
Make sure architectures are obeyed for skinny mach files. llvm-svn: 168205
-
Greg Clayton authored
llvm-svn: 168204
-
rdar://problem/12712928Greg Clayton authored
Removed an assert that was for debug only. llvm-svn: 168190
-
Daniel Malea authored
made in upstream llvm (r168114) llvm-svn: 168184
-
Jason Molenda authored
finally was able to restore a register, instead of just reporting the frames that couldn't supply the reg. llvm-svn: 168139
-
Jason Molenda authored
allowed volatile registers to be returned up the stack. That leads to unexpected/incorrect values provided to the user and we need to avoid that. <rdar://problem/12714247> llvm-svn: 168123
-
- Nov 15, 2012
-
-
Jim Ingham authored
much work for this to make sense. Just copy the current thread list and operate on that. Prevents some deadlocks. llvm-svn: 168106
-
rdar://problem/12125010Greg Clayton authored
Handle universal BSD archives correctly when parsing DWARF in .o files with debug map. llvm-svn: 168075
-
Jim Ingham authored
llvm-svn: 168071
-
rdar://problem/11782181Greg Clayton authored
Fixed an issue where lldb was setting breakpoints on too many methods when a partial function name with namespaces or class qualifiers was used. For example setting a breakpoint of "Foo::dealloc" was accidentally settings breakpoints on all objective C functions whose selector was "dealloc"... llvm-svn: 168053
-
Sean Callanan authored
expressions that refer to ivars will not work because Clang emits IR that refers to them to get the ivar offsets. However, it is possible to search the runtime for these values. I have added support for reading the relevant tables to the Objective-C runtime, and extended ClangExpressionDeclMap to query that information if and only if it doesn't find the symbols in the binary. Also added a testcase. <rdar://problem/12628122> llvm-svn: 168018
-
rdar://problem/12408181Enrico Granata authored
<rdar://problem/12408181> Test case to make sure this area of ObjC support does not regress in the future llvm-svn: 168000
-
- Nov 14, 2012
-
-
Jason Molenda authored
Thread::ResetFrameZeroRegisters() clear the UnwindLLDB object when resetting the thread's register state. llvm-svn: 167910
-
-
- Nov 13, 2012
-
-
Jim Ingham authored
Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing an event added in WaitForEventsInternal, narrowing the time in which we are not accepting new events. Also, made everything that was protected private, since there really isn't any good reason why subclasses would have to muck with the listener internals. llvm-svn: 167857
-
Enrico Granata authored
llvm-svn: 167810
-
rdar://problem/11814875Enrico Granata authored
If a ValueObjectDynamic has no formatter, try using its static type to figure one out llvm-svn: 167803
-
Greg Clayton authored
llvm-svn: 167778
-
- Nov 12, 2012
-
-
Greg Clayton authored
New compiler warnings caught issues with the m_encoding_uid field that should have been a lldb::user_id_t type, but was a uint32_t a long time ago and never got updated. llvm-svn: 167774
-