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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NativeThreadLinux: remove translation of some Linux signals to gdb signals.
Todd Fiala
2014-08-27
1
-26
/
+14
*
Add Linux support for get thread area on ARM64 using ProcessMonitor debugging.
Todd Fiala
2014-08-27
1
-5
/
+14
*
Add software breakpoint support for Linux aarch64.
Todd Fiala
2014-08-21
1
-0
/
+11
*
Enable more Linux aarch64 PTRACE support for local and remote debugging.
Todd Fiala
2014-08-21
2
-15
/
+105
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
2
-6
/
+7
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
4
-8
/
+91
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-2
/
+2
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-3
/
+3
*
llgs: corrected Linux signal reception notification for SIGABRT, SIGSEGV and ...
Todd Fiala
2014-08-12
1
-81
/
+84
*
linux process: silence GCC switch coverage warning
Saleem Abdulrasool
2014-07-20
1
-0
/
+2
*
Fix a type mismatch in NativeProcessLinux that shows up in 32-bit builds.
Todd Fiala
2014-07-10
1
-1
/
+1
*
Fixes for broken Debian build - g++ 4.7 support.
Todd Fiala
2014-07-10
1
-5
/
+5
*
lldb - problem with some PTRACE_* constants in NativeProcessLinux.cpp file
Todd Fiala
2014-07-02
1
-1
/
+15
*
Use native ::pid_t in Linux ProcessMonitor (local debugging).
Todd Fiala
2014-07-01
1
-14
/
+19
*
Fixup Windows build breaks for the llgs upstream.
Todd Fiala
2014-06-30
4
-1
/
+1178
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
9
-104
/
+4314
*
Factored out Linux proc file reading into separate class.
Todd Fiala
2014-06-30
3
-0
/
+140
*
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
2
-34
/
+4
*
Make ProcessLinux return true for DetachRequiresHalt() because PTRACE_DETACH ...
Andrew MacPherson
2014-03-25
1
-0
/
+3
*
Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in P...
Andrew MacPherson
2014-03-21
1
-1
/
+1
*
Correct copy-and-pasted comments for DetachOperation
Ed Maste
2014-03-17
1
-2
/
+2
*
Moved various RegisterContext files from Process/POSIX to Process/Utility for...
Virgile Bello
2014-03-12
1
-0
/
+1
*
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
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
2
-25
/
+0
*
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
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
4
-176
/
+1
*
Fix Linux build after r196787
Ed Maste
2013-12-09
4
-2
/
+9
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
4
-2
/
+170
*
Correct header guard #endif comments
Ed Maste
2013-12-04
1
-1
/
+1
*
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
2
-0
/
+95
*
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
*
Fix build failures under GNU/Linux running on mips
Sylvestre Ledru
2013-09-19
1
-0
/
+2
*
Warning cleanup.
Michael Sartain
2013-09-18
1
-6
/
+5
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
2
-0
/
+78
*
Improve stability of Linux ProcessMonitor by not using fds for synchronization:
Daniel Malea
2013-09-16
2
-113
/
+33
*
Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.
Michael Sartain
2013-09-14
1
-1
/
+1
*
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
*
Move detach to FreeBSD- and Linux-specific classes.
Ed Maste
2013-08-30
2
-0
/
+32
*
Handle SI_KERNEL signal code for SIGSEGV exceptions.
Matt Kopec
2013-08-09
1
-0
/
+6
[next]