summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13069948>Greg Clayton2013-01-2576-454/+416
* <rdar://problem/13072285> Jason Molenda2013-01-251-1/+1
* Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...Jim Ingham2013-01-241-0/+6
* <rdar://problem/12711206>Enrico Granata2013-01-232-5/+6
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-211-2/+6
* <rdar://problem/13020634>Greg Clayton2013-01-213-156/+145
* <rdar://problem/12350715>Jason Molenda2013-01-191-0/+13
* <rdar://problem/13010007>Greg Clayton2013-01-184-81/+122
* <rdar://problem/12976277>Han Ming Ong2013-01-183-5/+133
* Fixes to the code I just committed to reflectSean Callanan2013-01-151-0/+3
* Modified the Objective-C runtime to fetch Objective-CSean Callanan2013-01-152-8/+364
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-154-15/+32
* Don't always strip the first extension from the module basename when looking ...Greg Clayton2013-01-121-19/+37
* <rdar://problem/12973809> Greg Clayton2013-01-112-79/+51
* <rdar://problem/12976225>Han Ming Ong2013-01-081-2/+16
* <rdar://problem/12586010>Greg Clayton2013-01-081-1/+4
* Fixed comment typo.Greg Clayton2013-01-081-1/+1
* Add initial support to trace spawned threads in a process on Linux.Matt Kopec2013-01-089-21/+134
* Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea2013-01-085-9/+53
* <rdar://problem/12968925>Enrico Granata2013-01-081-0/+7
* Fix TestSendSignals.py on Linux. The wrong stop reason was being set when sto...Matt Kopec2013-01-081-2/+1
* Handle the case of unordered sequences in a DWARF line table.Andrew Kaylor2013-01-041-15/+33
* Clang sometimes emits "objc_object*" rather than "id"Sean Callanan2013-01-031-39/+68
* Remember to tell the target about dyld when we resolve the address for it.Jim Ingham2012-12-221-2/+9
* Made LLDB compile with LLVM top-of-tree again.Sean Callanan2012-12-212-4/+2
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-3/+3
* Clarify the comments in PlatformDarwin::LocateExecutableScriptingResourceJason Molenda2012-12-201-7/+9
* <rdar://problem/12903081>Enrico Granata2012-12-201-2/+20
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-195-58/+38
* <rdar://problem/11961650> Jason Molenda2012-12-193-4/+139
* Don't read the SP when getting argument values from registers in case the SP ...Greg Clayton2012-12-181-5/+10
* Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea2012-12-186-60/+86
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-184-11/+12
* Remove unused variable.Greg Clayton2012-12-141-2/+0
* Avoid possible overflow when reading inferior memory (and logging is enabled)Daniel Malea2012-12-141-4/+8
* Change crash handling to use eStateStopped rather than eStateCrashed.Andrew Kaylor2012-12-141-1/+2
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-143-21/+24
* <rdar://problem/12878674>Greg Clayton2012-12-141-1/+0
* Rmoved the old LLVM disassembler based on libedis.Sean Callanan2012-12-142-634/+0
* Some incorrect debug information caused LLDBSean Callanan2012-12-141-1/+37
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-134-4/+4
* Remove insufficient linkedit address check; the problemJason Molenda2012-12-131-1/+1
* Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...Greg Clayton2012-12-123-23/+63
* Update comments around ABISysV_x86_64::RegisterIsCalleeSaved toJason Molenda2012-12-111-2/+17
* <rdar://problem/12842032>Greg Clayton2012-12-111-0/+15
* Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...Greg Clayton2012-12-084-0/+12
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-078-21/+25
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-0711-31/+0
* Now that we set ThreadPlanCallFunction to private in the constructor, it is c...Jim Ingham2012-12-071-1/+0
* Take the Target API lock before letting the Python code start to work constru...Jim Ingham2012-12-071-0/+12
OpenPOWER on IntegriCloud