summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some extra warnings that show up with the new clang.Greg Clayton2011-12-031-8/+8
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-3/+3
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-1/+3
* <rdar://problem/10126482>Greg Clayton2011-11-131-7/+9
* Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton2011-11-121-1/+1
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-1/+15
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-3/+3
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-1/+1
* Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton2011-06-241-4/+4
* 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