summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to attach/detach to multi-threaded inferiors on Linux.Matt Kopec2013-05-311-2/+9
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-36/+81
* Adding support for process attach by pid on Linux.Andrew Kaylor2013-05-071-1/+34
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-0/+128
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+8
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-8/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+8
* Fix bug in ProcessPOSIX::IsAlive() exposed by r178324Daniel Malea2013-04-011-1/+4
* Fix the Linux build issues introduced by r178191.Ashok Thirumurthi2013-03-281-3/+3
* Recommit lldb realtime output for POSIX.Matt Kopec2013-03-141-22/+2
* Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert.Matt Kopec2013-03-141-2/+22
* Change Linux/POSIX to output inferior output in realtime.Matt Kopec2013-03-111-22/+2
* Fix string warning I introduced with indirect function support.Matt Kopec2013-03-011-1/+2
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-0/+13
* Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in PO...Daniel Malea2013-02-151-2/+2
* Add initial support to trace spawned threads in a process on Linux.Matt Kopec2013-01-081-2/+21
* Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea2013-01-081-1/+13
* Change crash handling to use eStateStopped rather than eStateCrashed.Andrew Kaylor2012-12-141-1/+2
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-4/+0
* 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-5/+5
* Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton2012-10-121-2/+1
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-0/+6
* Patch from info from Daniel Malea that should fix the build on linux after fi...Greg Clayton2012-09-041-0/+1
* Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:Johnny Chen2012-04-141-2/+4
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-2/+2
* Patch from Viktor Kutuzov: fixes a segmentation fault crash in lldb in the Pr...Greg Clayton2012-03-301-1/+1
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-2/+4
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+594
OpenPOWER on IntegriCloud