summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessMessage.h
Commit message (Collapse)AuthorAgeFilesLines
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-44/+7
| | | | | | | CrashReason class. Deliver crash information from LLGS to lldb via description field of thread stop packet. llvm-svn: 227926
* Add exec support for Linux including common support for POSIX.Matt Kopec2013-10-091-1/+7
| | | | llvm-svn: 192319
* Clean up handling of FreeBSD thread list on Launch / AttachEd Maste2013-09-031-0/+6
| | | | | | | | Instead of directly manipulating the thread list in Launch and Attach, just rely on RefreshStateAfterStop to populate the initial list. Review: http://llvm-reviews.chandlerc.com/D1565 llvm-svn: 189889
* Add output of fault address on an address related crash (ie. segfault).Matt Kopec2013-06-101-1/+1
| | | | llvm-svn: 183701
* Adding support for stopping all threads of multithreaded inferiors on Linux. ↵Andrew Kaylor2013-05-281-1/+6
| | | | | | Also adding multithreaded test cases. llvm-svn: 182809
* Fix assertion from previous fix for debian os watchpoints.Matt Kopec2013-05-081-1/+1
| | | | | | Also mark one of the tests as expected fail on Linux due to the debian fix. llvm-svn: 181448
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-0/+10
| | | | llvm-svn: 181341
* Add initial support to trace spawned threads in a process on Linux.Matt Kopec2013-01-081-2/+23
| | | | llvm-svn: 171864
* Fix incomplete commit of ↵Johnny Chen2012-01-051-0/+171
http://llvm.org/viewvc/llvm-project?rev=147609&view=rev: This patch combines common code from Linux and FreeBSD into a new POSIX platform. It also contains fixes for 64bit FreeBSD. The patch is based on changes by Mark Peek <mp@FreeBSD.org> and "K. Macy" <kmacy@freebsd.org> in their github repo located at https://github.com/fbsd/lldb. llvm-svn: 147613
OpenPOWER on IntegriCloud