summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+82
* Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen2011-03-011-0/+14
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+1
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-3/+7
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-44/+60
* Fixed an issue where SBProcess::LoadImage(...) was not returning the image Greg Clayton2010-12-051-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-23/+23
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+8
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+21
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-26/+16
* Improved API logging.Greg Clayton2010-10-301-54/+102
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-3/+3
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-86/+50
* Clean up the API logging code:Caroline Tice2010-10-261-66/+73
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-24/+218
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-2/+2
* Added the first of hopefully many python example scripts that show how toGreg Clayton2010-10-061-1/+10
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-4/+10
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-8/+0
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+27
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-2/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-9/+9
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-202/+66
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* And some more include line fixes.Eli Friedman2010-06-091-7/+7
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+604
OpenPOWER on IntegriCloud