summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* The destructor for StackFrameList doesn't need to be virtual as we aren'tGreg Clayton2010-08-251-1/+0
* Thread no longer needs to be a friend in StackFrameList now that StackFrameListGreg Clayton2010-08-251-1/+0
* Cleaned up the inline backtrace code even more by moving all stack backtracingGreg Clayton2010-08-255-232/+306
* More descriptive trace messages for the matchings of start and sub strings.Johnny Chen2010-08-241-4/+9
* Removed the @unitest2.expectedFailure decorator. The i386 process launch worksJohnny Chen2010-08-241-4/+1
* Fixed another issue with the inline stack frames where if the first frameGreg Clayton2010-08-246-187/+67
* Added a test for launching a universal binary. Launch of i386 architectureJohnny Chen2010-08-242-0/+54
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-2422-152/+185
* Converted to Makefile.rules.Johnny Chen2010-08-241-123/+3
* More descriptive method doc string.Johnny Chen2010-08-241-1/+1
* Added a test case which uses "image lookup" command on an enum data type.Johnny Chen2010-08-241-0/+51
* Need a better method name.Johnny Chen2010-08-241-1/+1
* Converted to Makefile.rules.Johnny Chen2010-08-241-123/+3
* Added test case TestBitfields.py for rdar://problem/8348251, whereJohnny Chen2010-08-241-0/+61
* Converted to Makefile.rules.Johnny Chen2010-08-241-123/+3
* Generates the .d prerequisite file for dylib as well.Johnny Chen2010-08-241-0/+6
* Clear the inline stack frame info when we clean all stack frames.Greg Clayton2010-08-241-0/+1
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-2428-115/+567
* Makefile refactoring for the test suite. Added a make directory under test,Johnny Chen2010-08-2312-1248/+188
* Refactored ClangExpressionDeclMap to useSean Callanan2010-08-235-279/+198
* Fixed a crasher where during shutdown, loggings attempted to access theJohnny Chen2010-08-231-1/+7
* Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace',Johnny Chen2010-08-233-12/+106
* Fixed the Xcode project file to not build all architecturesGreg Clayton2010-08-211-1/+0
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-2118-1155/+352
* Print the verbose output of runCmd()/expect() to stderr instead of stdout.Johnny Chen2010-08-207-207/+108
* Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py.Johnny Chen2010-08-202-19/+10
* Added more verbose output when string match fails. Converted TestGlobalVaria...Johnny Chen2010-08-202-31/+22
* Added verbose option to runCmd()/expect() in lldbtest.py. Converted TestFunc...Johnny Chen2010-08-202-43/+32
* Converted some more test cases to use runCmd()/expect().Johnny Chen2010-08-204-82/+38
* Added "source list -n" so you can list by symbol name. Moved "--count" from ...Jim Ingham2010-08-201-22/+247
* Add an accessor to get the Declaration for a type.Jim Ingham2010-08-202-0/+8
* Add methods to Function to get the first and last source lines of the functio...Jim Ingham2010-08-202-0/+102
* Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit-...Jim Ingham2010-08-201-5/+1
* First step of refactoring variable handling in theSean Callanan2010-08-2010-402/+450
* Converted to use runCmd() and expect() for more abstraction.Johnny Chen2010-08-201-50/+29
* Use cmd.startswith("run") instead of string equivalence test.Johnny Chen2010-08-191-1/+1
* Abstracted the running of command through the command interpreter and checkingJohnny Chen2010-08-192-43/+55
* Fixed a long delay in shutdown times by invalidating m_private_state_thread r...Greg Clayton2010-08-191-0/+1
* Added more informational assert message strings.Johnny Chen2010-08-1913-62/+58
* Simplify the assert matched-string criterion.Johnny Chen2010-08-181-4/+1
* Some Block:: methods wandered to the end of the file after the BlockList:: me...Jim Ingham2010-08-181-70/+70
* Patch by Bill Lynch fixing handling of the pidSean Callanan2010-08-185-17/+13
* Avoid an assertion crash by avoiding a circular dependency in the objectiveGreg Clayton2010-08-181-3/+0
* Changed "Error Value::GetValueAsData (...)" to set the data extractor byte Greg Clayton2010-08-181-0/+9
* Added call stacks with inlined functions higher on the stack, and non-inlined...Jim Ingham2010-08-182-1/+20
* Added a Thread accessor to the register context.Greg Clayton2010-08-181-0/+6
* Allow the SBDebugger to construct itself with the default constructor soGreg Clayton2010-08-181-3/+2
* Documented RecordingMemoryManager and removed anSean Callanan2010-08-181-47/+219
* Documented IRToDWARF, and added return valueSean Callanan2010-08-172-3/+105
* Fixed an issue where we would return matches for DWARF in the .o files whenGreg Clayton2010-08-171-4/+38
OpenPOWER on IntegriCloud