summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Clang sometimes emits "objc_object*" rather than "id"Sean Callanan2013-01-033-39/+82
* 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-215-26/+90
* 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
* Updating TestAbbreviations.py to check for a reduced set of instructions when...Andrew Kaylor2012-12-211-4/+2
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-2010-14/+31
* 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
* Setting TestInferiorChanged.py to expectedFailureLinux because of bugzilla 14...Andrew Kaylor2012-12-201-0/+4
* <rdar://problem/12446222>Enrico Granata2012-12-194-3/+85
* Mark register tests as expectedFailureLinux because of bugzilla reports 14600...Andrew Kaylor2012-12-191-1/+3
* Disable confirmation prompt in TestProcessLaunch (to avoid hang on Linux once...Daniel Malea2012-12-191-0/+7
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-1913-78/+170
* Skip libc++ data formatter tests on Linux because there is no standard locati...Andrew Kaylor2012-12-193-0/+3
* Test suite cleanup for Linux: mark test cases expected to fail due to open bu...Daniel Malea2012-12-196-0/+7
* <rdar://problem/11961650> Jason Molenda2012-12-195-23/+199
* http://llvm.org/bugs/show_bug.cgi?id=14629Greg Clayton2012-12-191-1/+1
* 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
* Tweaking a comment in the NSURL formatter for correctness - the code was doin...Enrico Granata2012-12-181-1/+4
* Add a new qProcessInfo packet to debugserver.Jason Molenda2012-12-183-0/+112
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-1825-51/+432
* Removed a possible use of unchecked NULL fromSean Callanan2012-12-181-11/+7
* Mention how to do a (Linux) release build on the build instructions page.Daniel Malea2012-12-171-5/+7
* <rdar://problem/12890948>Han Ming Ong2012-12-171-11/+16
* Initialize m_done to false in Driver constructor to avoid premature exit bug ...Daniel Malea2012-12-171-1/+2
* <rdar://problem/12890901>Han Ming Ong2012-12-171-22/+41
* Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...Jim Ingham2012-12-154-23/+26
* <rdar://problem/11990131>Greg Clayton2012-12-151-13/+23
* <rdar://problem/12156204>Greg Clayton2012-12-152-6/+21
* <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
* Remove references to files that Sean recently removed from the Xcode project.Greg Clayton2012-12-141-9/+3
* Skipping the DeadStripTestCase.test_with_dwarf test on Linux because the Linu...Andrew Kaylor2012-12-141-0/+1
* 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
* Add GCC instructions to build section of websiteDaniel Malea2012-12-141-8/+16
* 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-149-29/+34
* <rdar://problem/12878674>Greg Clayton2012-12-141-1/+0
* Rmoved the old LLVM disassembler based on libedis.Sean Callanan2012-12-143-637/+0
OpenPOWER on IntegriCloud