summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/13491977>Greg Clayton2013-04-121-0/+9
* <rdar://problem/13370286>Greg Clayton2013-04-111-9/+20
* Don't call DisableBreakpointSite (i.e. don't try to remove the breakpoint fro...Jim Ingham2013-04-061-1/+3
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-291-41/+94
* RunThreadPlan should make sure the plan passed in is valid before running it.Jim Ingham2013-03-281-1/+7
* <rdar://problem/13521159>Greg Clayton2013-03-271-30/+30
* Fix ivar ordering for Process ctor to match the order they'reJason Molenda2013-03-051-2/+2
* Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...Jim Ingham2013-03-011-6/+25
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-1/+1
* If RunThreadPlan is called on a thread that doesn't have a selected frame, se...Jim Ingham2013-02-191-1/+13
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-151-6/+6
* <rdar://problem/13200878>Greg Clayton2013-02-141-2/+3
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-255/+342
* <rdar://problem/13092722>Greg Clayton2013-02-011-14/+1
* Change the default behavior for unwinding and breakpoints when running expres...Jim Ingham2013-01-311-2/+2
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-2/+18
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+11
* Removed unused variable.Greg Clayton2013-01-161-1/+0
* <rdar://problem/13009943>Greg Clayton2013-01-161-4/+14
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-21/+89
* <rdar://problem/12990038>Greg Clayton2013-01-111-1/+1
* <rdar://problem/12976225>Han Ming Ong2013-01-081-0/+40
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-2/+2
* Fixed a thinko in the handling of the case where more than one thread had sto...Jim Ingham2012-12-131-5/+9
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-2/+2
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-5/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+19
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* <rdar://problem/12780259>Han Ming Ong2012-11-291-6/+9
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-40/+40
* <rdar://problem/12655594>Greg Clayton2012-11-291-1/+1
* Add an example of using the target.process.extra-startup-command to turn on d...Jim Ingham2012-11-291-1/+2
* The Function calling thread plan was replacing the stored stop info too soon,...Jim Ingham2012-11-261-0/+9
* Han Ming's commit in r168228 had a bunch of 4-space tabsJason Molenda2012-11-171-1/+1
* Follow up on <rdar://12720514>. Removed commented out code.Han Ming Ong2012-11-171-6/+1
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-1/+45
* <rdar://problem/12586350>Enrico Granata2012-11-081-1/+1
* Carlo Kok found an issue where default parameters were causing the wrong argu...Greg Clayton2012-10-311-2/+20
* <rdar://problem/12500785>Greg Clayton2012-10-291-3/+23
* This is a fix for the command option parser.Sean Callanan2012-10-241-5/+5
* <rdar://problem/12491420>Greg Clayton2012-10-181-1/+17
* <rdar://problem/12462048>Greg Clayton2012-10-171-40/+61
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-27/+49
* Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham2012-10-161-2/+3
* Modified patch from Matt Kopec that makes sure the run lock is acquired when ...Greg Clayton2012-10-121-6/+25
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-2/+0
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-2/+2
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
OpenPOWER on IntegriCloud