index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
Linux
/
ProcessMonitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct copy-and-pasted comments for DetachOperation
Ed Maste
2014-03-17
1
-2
/
+2
*
Get Linux i386 running.
Todd Fiala
2014-03-04
1
-4
/
+0
*
Fix linux x86 debugging on a linux x86 host (32-bit on 32-bit).
Todd Fiala
2014-02-27
1
-2
/
+2
*
Fix ptrace log on i386 and include return value
Ed Maste
2014-02-24
1
-4
/
+4
*
Fix group stop signal handling issue on Linux.
Todd Fiala
2014-01-27
1
-5
/
+14
*
Fix crash on Linux if sem_wait() is interrupted.
Todd Fiala
2014-01-24
1
-2
/
+12
*
Removed unnecessary call to OpenFirstAvailableMaster.
Richard Mitton
2013-10-17
1
-8
/
+0
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-0
/
+91
*
Add exec support for Linux including common support for POSIX.
Matt Kopec
2013-10-09
1
-2
/
+4
*
Clean up RegisterContextPOSIX i386 code.
Michael Sartain
2013-10-09
1
-1
/
+2
*
If setgid fails for any reason, exit lldb.
Sylvestre Ledru
2013-09-28
1
-2
/
+7
*
Warning cleanup.
Michael Sartain
2013-09-18
1
-6
/
+5
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
1
-0
/
+74
*
Improve stability of Linux ProcessMonitor by not using fds for synchronization:
Daniel Malea
2013-09-16
1
-104
/
+25
*
Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...
Andrew Kaylor
2013-09-14
1
-1
/
+4
*
Fixing a problem with inferior exit caused by signal
Andrew Kaylor
2013-09-04
1
-0
/
+6
*
Handle SI_KERNEL signal code for SIGSEGV exceptions.
Matt Kopec
2013-08-09
1
-0
/
+6
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-10
/
+2
*
Correct comment to match class name
Ed Maste
2013-07-17
1
-1
/
+1
*
Fix unhandled SIGTRAP signal on Linux causing assertion.
Matt Kopec
2013-07-11
1
-0
/
+7
*
Add support for listing inferior thread names on Linux.
Matt Kopec
2013-07-10
1
-0
/
+10
*
Reverting ProcessMonitor shared pointer changes
Andrew Kaylor
2013-07-09
1
-5
/
+5
*
Use shared pointers to hold the process in ProcessMonitor
Andrew Kaylor
2013-07-09
1
-5
/
+5
*
Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...
Matt Kopec
2013-07-09
1
-3
/
+25
*
Update comment to match class name
Ed Maste
2013-06-24
1
-1
/
+1
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-2
/
+2
*
Add ability to attach/detach to multi-threaded inferiors on Linux.
Matt Kopec
2013-05-31
1
-41
/
+99
*
Adding support for stopping all threads of multithreaded inferiors on Linux. ...
Andrew Kaylor
2013-05-28
1
-6
/
+203
*
The Linux process plugin wasn't returning the correct linux signals. This fix...
Matt Kopec
2013-05-17
1
-11
/
+0
*
ProcessMonitor improvements for Linux.
Matt Kopec
2013-05-17
1
-3
/
+28
*
Fix Linux warning about missing virtual destructor in Operation classes
Daniel Malea
2013-05-13
1
-0
/
+1
*
Fixed "log enable linux registers" and added a test.
Ashok Thirumurthi
2013-05-09
1
-11
/
+12
*
Add watchpoint support for Linux on 64-bit host.
Matt Kopec
2013-05-07
1
-0
/
+9
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Fix the Linux build issues introduced by r178191.
Ashok Thirumurthi
2013-03-28
1
-8
/
+8
*
test commit
Ashok Thirumurthi
2013-03-27
1
-1
/
+1
*
Add Linux support for reading/writing extended register sets.
Matt Kopec
2013-03-20
1
-6
/
+104
*
Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...
Matt Kopec
2013-03-15
1
-92
/
+2
*
Add ptrace extensions to query a register set.
Matt Kopec
2013-03-15
1
-2
/
+92
*
Recommit lldb realtime output for POSIX.
Matt Kopec
2013-03-14
1
-1
/
+2
*
Improve/Cleanup ptrace wrapper and remove dependency on user.h
Matt Kopec
2013-03-06
1
-51
/
+68
*
Add initial support to trace spawned threads in a process on Linux.
Matt Kopec
2013-01-08
1
-1
/
+18
*
Implement -w flag to process launch (allow launching inferior process in diff...
Daniel Malea
2013-01-08
1
-3
/
+16
*
Allow reading registers by thread ID in ProcessMonitor (Linux implementation)
Daniel Malea
2012-12-18
1
-32
/
+40
*
Avoid possible overflow when reading inferior memory (and logging is enabled)
Daniel Malea
2012-12-14
1
-4
/
+8
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-13
/
+12
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Fix Linux bug that leaves lldb in invalid state after expression evaluation t...
Daniel Malea
2012-11-23
1
-7
/
+23
[next]