summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Clang sometimes emits "objc_object*" rather than "id"Sean Callanan2013-01-031-39/+68
* Update to reflect API changes in r171367.Chandler Carruth2013-01-022-3/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-025-20/+20
* Remember to tell the target about dyld when we resolve the address for it.Jim Ingham2012-12-221-2/+9
* Added support for the modulus operator (%) toSean Callanan2012-12-211-0/+10
* Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...Jim Ingham2012-12-211-0/+12
* Made LLDB compile with LLVM top-of-tree again.Sean Callanan2012-12-215-21/+14
* Fixed a bug where we could accept the wrongSean Callanan2012-12-211-1/+1
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-208-13/+28
* If we can't find the python function for a given summary, print the name of t...Jim Ingham2012-12-201-1/+3
* Clarify the comments in PlatformDarwin::LocateExecutableScriptingResourceJason Molenda2012-12-201-7/+9
* <rdar://problem/12903081>Enrico Granata2012-12-201-2/+20
* <rdar://problem/12446222>Enrico Granata2012-12-192-3/+60
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-198-65/+152
* <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
* Fix typo in error message (print requested URL instead of command name when p...Daniel Malea2012-12-181-1/+1
* 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-1811-40/+217
* Removed a possible use of unchecked NULL fromSean Callanan2012-12-181-11/+7
* Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...Jim Ingham2012-12-153-20/+23
* <rdar://problem/11990131>Greg Clayton2012-12-151-13/+23
* <rdar://problem/12156204>Greg Clayton2012-12-151-5/+17
* <rdar://problem/12582041>Greg Clayton2012-12-151-2/+4
* Fixed two conditionals that I accidentallySean Callanan2012-12-141-2/+2
* Switch "disassemble" with no arguments or options to disassemble the current ...Greg Clayton2012-12-142-24/+25
* 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
* Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non...Andrew Kaylor2012-12-141-5/+5
* Fixed a typo.Filipe Cabecinhas2012-12-141-1/+1
* 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-146-26/+29
* <rdar://problem/12878674>Greg Clayton2012-12-141-1/+0
* Rmoved the old LLVM disassembler based on libedis.Sean Callanan2012-12-143-637/+0
* Some incorrect debug information caused LLDBSean Callanan2012-12-141-1/+37
* Fix a parser_type to get created with the right AST, and also make variables ...Greg Clayton2012-12-141-2/+2
* <rdar://problem/11689939>Enrico Granata2012-12-131-4/+19
* Fixed a thinko in the handling of the case where more than one thread had sto...Jim Ingham2012-12-131-5/+9
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-1312-42/+36
* <rdar://problem/12831670> Jason Molenda2012-12-131-0/+13
* Made "target modules add" flush the process toSean Callanan2012-12-131-0/+16
* Remove insufficient linkedit address check; the problemJason Molenda2012-12-131-1/+1
* <rdar://problem/10898363>Enrico Granata2012-12-121-20/+23
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-124-43/+119
* Minor grammar and style fixes in documentation.Sean Callanan2012-12-121-2/+3
* Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...Greg Clayton2012-12-124-23/+100
* Option changes:Enrico Granata2012-12-123-14/+14
* Add a LOG_TARGET log to Target::SetDefaultArchitectureJason Molenda2012-12-121-3/+4
* <rdar://problem/12780507>Greg Clayton2012-12-121-62/+100
* Adding a validation callback mechanism to OptionValueString (such a feature m...Enrico Granata2012-12-112-5/+80
OpenPOWER on IntegriCloud