summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-304/+394
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Added a 'void' format so that the user can manuallySean Callanan2012-08-081-1/+1
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-119/+172
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-69/+0
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-2/+1
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-0/+16
* Fixed a bug that caused the Process not to rebroadcastSean Callanan2012-07-111-431/+450
* Work around some problems destroying a process with older debugservers.Jim Ingham2012-07-041-0/+5
* Add an "extra-startup-commands" process setting so we can send some command s...Jim Ingham2012-07-021-1/+27
* Added a setting (target.process.disable-memory-cache)Sean Callanan2012-06-071-56/+89
* Make sure that when if we are going to Halt while the process is in the middl...Jim Ingham2012-06-061-4/+32
* Fixed a problem where detaching from a processSean Callanan2012-06-021-7/+16
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-4/+8
* Process::Destroy should Halt before it tries to destroy so we don't have race...Jim Ingham2012-05-231-0/+26
* <rdar://problem/11355592> Fixing a bug where we would incorrectly try and det...Enrico Granata2012-05-211-0/+21
* Forgot to bump the local string buffer up in size after debugging to make sur...Greg Clayton2012-05-191-1/+1
* Found a quick way to improve the speed with which we can read object files fr...Greg Clayton2012-05-181-0/+22
* <rdar://problem/11386214>Greg Clayton2012-05-181-0/+6
* Always call RefreshStateAfterStop when we get a stop event. We were skipping...Jim Ingham2012-05-161-1/+2
* <rdar://problem/11358639>Greg Clayton2012-05-081-19/+21
* In ProcessGDBRemote::DoConnectRemote(), if the remote system informedJason Molenda2012-05-031-5/+17
* Switch to setting the write side of the run lock when we call Resume. Then m...Jim Ingham2012-04-191-10/+26
* Make sure an error is returned when Process::LoadImage() fails.Greg Clayton2012-04-181-2/+5
* Added a new host function that allows us to run shell command and get the out...Greg Clayton2012-04-141-22/+44
* The run all threads timeout in RunThreadPlan should respect the user timeout,...Jim Ingham2012-04-131-17/+40
* Make sure that DoResume doesn't stall if we shut down the async thread while ...Jim Ingham2012-04-121-9/+35
* Two changes, Jim Ingham2012-04-101-10/+44
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-8/+9
* We sometimes need to be able to call functions (via Process::RunThreadPlan) f...Jim Ingham2012-04-071-12/+72
* Order ivar initializers to how they're declared in the class.Bill Wendling2012-04-061-2/+2
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-1/+37
* Fix the process of getting the ObjC runtime - if we ask for it too early (in ...Jim Ingham2012-03-101-10/+9
* <rdar://problem/10840355>Greg Clayton2012-03-061-20/+22
* <rdar://problem/3535148>Han Ming Ong2012-02-251-2/+2
* Fixed a crasher that was happening after making ObjectFile objects have aGreg Clayton2012-02-241-7/+13
* For stepping performance I added the ability to outlaw all memory accessesesGreg Clayton2012-02-221-0/+13
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-0/+6
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-3/+11
* Only allow expressions to use the JIT if memorySean Callanan2012-02-141-1/+17
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-11/+31
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-9/+42
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+12
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-19/+30
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-13/+4
* <rdar://problem/10732738>Greg Clayton2012-01-201-1/+11
* Fixed a potential hang while trying to executeSean Callanan2012-01-051-1/+1
* The "desired result type" code in the expressionSean Callanan2011-12-211-2/+2
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-1/+10
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-9/+9
OpenPOWER on IntegriCloud