summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton2011-06-242-11/+75
* Added the ability to find functions from either a SBModule (find functionsGreg Clayton2011-06-213-7/+55
* Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen2011-06-202-0/+12
* Added two new API functions to SBFrame:Greg Clayton2011-06-181-13/+79
* Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dw...Johnny Chen2011-06-171-0/+4
* Added the notion of an system root for SDKs. This is a directory where allGreg Clayton2011-06-171-0/+16
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-24/+0
* o TestHelloWorld.py:Johnny Chen2011-06-171-0/+4
* Add an API to SBDebugger class:Johnny Chen2011-06-152-10/+18
* Add error message; clean up comment.Caroline Tice2011-06-141-1/+1
* Don't have the debugger default to ignoring EOF. This is only what the driverGreg Clayton2011-05-291-0/+14
* Lock the target API mutex correctly in all cases and make sure m_opaque_spGreg Clayton2011-05-201-22/+42
* Now that we have dynamic values, we need to protect the GetChildAtIndex()Greg Clayton2011-05-201-0/+7
* Make sure writing asynchronous output only backs upCaroline Tice2011-05-091-0/+18
* StepUntil should check whether the target of the step until is in the currentJim Ingham2011-05-081-6/+28
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-042-17/+17
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+12
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-2/+2
* Added the ability to set the Platform path for a module through the SBModuleGreg Clayton2011-04-303-103/+117
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-2/+2
* Add 'lldb_private' namespace where necessary to prevent ambiguity andCaroline Tice2011-04-251-3/+3
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-251-2/+2
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-1/+2
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-222-7/+7
* Use self.TraceOn() API to decide whether to print debug output.Johnny Chen2011-04-211-5/+2
* Add the infrastructure to test instruction emulations automatically.Caroline Tice2011-04-191-0/+11
* Fixed an issue where if you specify an architecture from the command line like:Greg Clayton2011-04-181-43/+47
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-162-6/+82
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-59/+59
* Fix various things in the instruction emulation code:Caroline Tice2011-04-081-7/+4
* Add missing headers.Stephen Wilson2011-04-082-0/+4
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-072-5/+5
* Add Emulate and DumpEmulation to Instruction class.Caroline Tice2011-04-052-0/+60
* Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:Johnny Chen2011-04-011-0/+25
* Added some functions to our API related to classifying symbols as code, data,Greg Clayton2011-03-312-0/+37
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-312-57/+78
* Add a LaunchSimple API that is nicer to use for quick scripts.Jim Ingham2011-03-311-0/+26
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+1
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-262-3/+4
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-254-4/+6
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-242-4/+7
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-222-0/+23
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-31/+3
* Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...Johnny Chen2011-03-051-2/+2
* Expose ConnectRemote API through SBTarget and SBProcess.James McIlree2011-03-042-0/+117
* Export the ability to get the start and end addresses for functionsGreg Clayton2011-03-022-0/+79
* Added a missing API call in SBTarget that enables one to getGreg Clayton2011-03-021-0/+10
* Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen2011-03-011-0/+14
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-29/+24
* Don't limit StreamTee to just two streams. It now can containGreg Clayton2011-02-201-0/+14
OpenPOWER on IntegriCloud