| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 197065
|
|
|
|
|
|
| |
Patch from Xavier de Gaye
llvm-svn: 196830
|
|
|
|
|
|
|
| |
Modelled in part on GDBRemoteCommunicationClient.
Review: http://llvm-reviews.chandlerc.com/D2267
llvm-svn: 196787
|
|
|
|
|
|
| |
Will clean up header files and m_register_infos shortly.
llvm-svn: 190757
|
|
|
|
|
|
|
|
|
|
|
| |
always now.
Created new LinuxThread class inherited from POSIXThread and removed linux / freebsd ifdefs
Removed several un-needed set thread name calls
CR (and multiple suggestions): mkopec
llvm-svn: 187545
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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: 147609
|
|
|
|
|
|
|
|
| |
It also adds some asserts and additional logging support.
from dawn@burble.org
llvm-svn: 142384
|
|
|
|
|
|
| |
base class
llvm-svn: 132586
|
|
|
|
|
|
|
|
| |
This patch upgrades the Linux process plugin to handle a larger range of signal
events. For example, we can detect when the inferior has "crashed" and why,
interrupt a running process, deliver an arbitrary signal, and so on.
llvm-svn: 128547
|
|
|
|
|
|
| |
Patch by Marco Minutoli!
llvm-svn: 126696
|
|
|
|
| |
llvm-svn: 126406
|
|
|
|
| |
llvm-svn: 123801
|
|
|
|
|
|
|
| |
The previous implementation of HardwareSingleStep wrongly resumed the thread and
single-stepped over the next instruction. Use the proper call to ProcessMonitor.
llvm-svn: 123800
|
|
|
|
| |
llvm-svn: 123583
|
|
|
|
| |
llvm-svn: 123495
|
|
|
|
|
|
|
| |
Also, call GetProcess instead of CalculateProcess as the latter is morally part
of the ExecutionContextScope API.
llvm-svn: 122984
|
|
|
|
|
|
| |
try and build this and let me know how it goes?
llvm-svn: 122981
|
|
|
|
| |
llvm-svn: 122841
|
|
|
|
| |
llvm-svn: 122840
|
|
|
|
|
|
| |
Thread::GetStackFrameAtIndex.
llvm-svn: 122838
|
|
This component is still at an early stage, but allows for simple
breakpoint/step-over operations and basic process control.
The makefiles are set up to build the plugin under Linux only.
llvm-svn: 109318
|