summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h
Commit message (Expand)AuthorAgeFilesLines
* Remove old local-only linux debugging codePavel Labath2015-06-241-210/+0
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-2/+4
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-131-3/+0
* Remove virtual and add override for lots of function.Tamas Berghammer2015-03-251-28/+28
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-28/+28
* Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.Todd Fiala2014-09-081-1/+2
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-8/+2
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-3/+1
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-1/+1
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+3
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-3/+0
* Fix Linux by partially reverting 196787Ed Maste2013-12-111-2/+2
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* Threaded inferior support for FreeBSDEd Maste2013-12-091-2/+3
* Add exec support for Linux including common support for POSIX.Matt Kopec2013-10-091-0/+3
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-171-0/+3
* Move detach to FreeBSD- and Linux-specific classes.Ed Maste2013-08-301-1/+1
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-0/+4
* Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor2013-07-101-0/+3
* Reverting ProcessMonitor shared pointer changesAndrew Kaylor2013-07-091-2/+0
* Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor2013-07-091-0/+2
* Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...Matt Kopec2013-07-091-0/+14
* Remove unneeded limbo state flag.Matt Kopec2013-06-261-7/+0
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-0/+5
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-0/+12
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+1
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-1/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+1
* Recommit lldb realtime output for POSIX.Matt Kopec2013-03-141-6/+0
* Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert.Matt Kopec2013-03-141-0/+6
* Change Linux/POSIX to output inferior output in realtime.Matt Kopec2013-03-111-6/+0
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-0/+3
* Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in PO...Daniel Malea2013-02-151-2/+2
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-0/+3
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-1/+1
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+180
OpenPOWER on IntegriCloud