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
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-161
/
+8
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-1
/
+6
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-2
/
+9
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-8
/
+6
*
Fix typo in Linux ASLR logging.
Todd Fiala
2014-09-19
1
-1
/
+1
*
lldb fix ARM64 register access
Todd Fiala
2014-09-12
1
-0
/
+93
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-20
/
+16
*
Fix build break on Ubuntu 12.04 with ARM64 changes.
Todd Fiala
2014-09-04
1
-1
/
+3
*
Add Linux support for get thread area on ARM64 using ProcessMonitor debugging.
Todd Fiala
2014-08-27
1
-5
/
+14
*
Enable more Linux aarch64 PTRACE support for local and remote debugging.
Todd Fiala
2014-08-21
1
-15
/
+51
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-3
/
+41
*
linux process: silence GCC switch coverage warning
Saleem Abdulrasool
2014-07-20
1
-0
/
+2
*
Use native ::pid_t in Linux ProcessMonitor (local debugging).
Todd Fiala
2014-07-01
1
-14
/
+19
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-1
/
+5
*
lldb: deal with non-portable PTRACE-related constants
Todd Fiala
2014-06-23
1
-0
/
+20
*
Move x86-specific struct user code for Linux ProcessMonitor behind #define gu...
Todd Fiala
2014-06-16
1
-0
/
+4
*
Use getpgid() with waitpid() in case the process pgid is not equal to its pid...
Andrew MacPherson
2014-04-02
1
-1
/
+1
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-3
/
+3
*
Implement ProcessMonitor::Kill for Linux
Ed Maste
2014-04-01
1
-30
/
+2
*
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
[next]