summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-12/+4
* Add a IsInstrumentationRuntimePresent SB APIKuba Brecka2014-10-111-0/+15
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+13
* Add API control of the signal disposition.Todd Fiala2014-06-231-0/+14
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-153/+155
* lldb arm64 import.Jason Molenda2014-03-291-0/+26
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-3/+3
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-1/+1
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+47
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-121-1/+1
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-061-5/+5
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-051-0/+35
* Fix the format warnings.Sylvestre Ledru2013-10-311-1/+1
* Cleanup/rearrange includes:Virgile Bello2013-08-281-0/+3
* Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...Greg Clayton2013-06-291-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-2/+2
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+9
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-9/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+9
* <rdar://problem/13521159>Greg Clayton2013-03-271-37/+37
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-0/+12
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+21
* <rdar://problem/13009943>Greg Clayton2013-01-161-0/+13
* Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham2013-01-081-0/+15
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-14/+14
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+23
* Rmoved a duplicate version of SetSelectedThreadByIDSean Callanan2012-10-311-6/+0
* Add API to get the process plugin name & short name.Jim Ingham2012-10-261-0/+23
* <rdar://problem/12490558>Greg Clayton2012-10-121-1/+7
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-1/+0
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-14/+22
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-221-1/+2
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-0/+10
* Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham2012-07-131-0/+47
* <rdar://problem/11791234>Greg Clayton2012-07-121-9/+9
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-231-0/+23
* Added logging when API calls try to do something that shouldn't be done when ...Greg Clayton2012-04-061-42/+43
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-53/+123
* Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton2012-02-241-2/+2
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+13
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+5
* lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton2012-01-301-130/+171
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-16/+13
* Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton2012-01-301-8/+14
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-071-129/+0
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-061-0/+125
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-0/+54
OpenPOWER on IntegriCloud