summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-2815-328/+292
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-2721-251/+1431
* Add a utility function smart_iter() which has knowledge of the getsize and th...Johnny Chen2011-04-272-2/+81
* Use new string formatting operations in assert messages to simplify things.Johnny Chen2011-04-271-2/+2
* Add another test case for lldb_iter(), this time using SBTarget to get at its...Johnny Chen2011-04-272-8/+43
* Removing Greg's working directory & startup arguments from the shared lldb-to...Jim Ingham2011-04-271-10/+5
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-2713-32/+32
* Add a test case for lldbutil.lldb_iter() which returns an iterator objectJohnny Chen2011-04-261-0/+64
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-2615-917/+1119
* Docstring.Johnny Chen2011-04-261-2/+2
* Docstring.Johnny Chen2011-04-261-2/+2
* Update comment.Johnny Chen2011-04-261-3/+3
* Docstring changees.Johnny Chen2011-04-262-2/+8
* Simplify the parsing of ARCH and Compiler specs.Johnny Chen2011-04-261-10/+2
* Modify EmulateInstructionARM::SetArchitecture() to treat "arm" and "thumb" as...Johnny Chen2011-04-261-0/+2
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-2631-414/+944
* For lldbutil.py, Change a bunch of function names to all lower case formats t...Johnny Chen2011-04-259-57/+56
* Add 'lldb_private' namespace where necessary to prevent ambiguity andCaroline Tice2011-04-251-3/+3
* Move two functions around.Johnny Chen2011-04-251-40/+36
* Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton2011-04-2516-79/+79
* Even more renaming.Greg Clayton2011-04-254-15/+13
* More moving things around for the unwind plan and assembly unwind plug-ins.Greg Clayton2011-04-2510-52/+286
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-255-8/+22
* Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton2011-04-2519-98/+131
* Fix test failure for '-A i386'.Johnny Chen2011-04-251-1/+1
* Update startstr argument of self.expect() to "a.out`sum(int, int)" to respond...Johnny Chen2011-04-251-1/+1
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-2324-142/+649
* Convert the rest of the test suite to use the lldbutil.get_description() util...Johnny Chen2011-04-234-22/+15
* Add a simple utility function get_description(lldb_obj, option=None) to lldbu...Johnny Chen2011-04-232-7/+26
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-2225-210/+528
* Add test cases for the SBTarget.GetDescription() API which takes an extra lld...Johnny Chen2011-04-221-0/+36
* We are only interested in logging the child's output to sys.stdout.Johnny Chen2011-04-221-1/+1
* Fix comment.Johnny Chen2011-04-221-1/+1
* Make test_connect_remote() more robust by waiting on the server ready messageJohnny Chen2011-04-222-9/+19
* Reroute the blog link to the LLVM blog site.Greg Clayton2011-04-222-129/+1
* Erase from a string instead of using substr when you don't really need to.Greg Clayton2011-04-221-1/+1
* Fix a typo.Johnny Chen2011-04-221-1/+1
* Remove old emulation test data files.Caroline Tice2011-04-22157-20326/+0
* Modify to use the new test files.Caroline Tice2011-04-221-2/+2
* Reformat the emulation test data files.Caroline Tice2011-04-22157-0/+17740
* Change code for reading emulation data files to read the new fileCaroline Tice2011-04-229-141/+387
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-2213-180/+486
* Make the test case more robust by installing a teardown hook to kill the infe...Johnny Chen2011-04-221-5/+6
* Conditionalize the self.expect("dis -f", ...) test scenario to check on Intel...Johnny Chen2011-04-221-7/+9
* Add a HideStdout() method to our TestBase class and call it from TestAbbrevia...Johnny Chen2011-04-214-13/+34
* Fixed a case where if a function, inlined function, or global with a mangledGreg Clayton2011-04-211-14/+42
* Hopefully fix the last fallout of 'commands' to 'command' change.Johnny Chen2011-04-211-4/+4
* Use self.TraceOn() API.Johnny Chen2011-04-213-4/+14
* Use self.TraceOn() API to decide whether to print debug output.Johnny Chen2011-04-213-16/+11
* More iteration on the new option value stuff. We now define an Greg Clayton2011-04-212-89/+108
OpenPOWER on IntegriCloud