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
/
POSIX
/
ProcessPOSIX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-950
/
+0
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-47
/
+44
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove DoAttachToProcessWithId(lldb::pid_t).
Zachary Turner
2015-05-13
1
-7
/
+1
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-0
/
+2
*
Adds Register Context Linux/POSIX for ARM Architecture
Omair Javaid
2015-04-14
1
-0
/
+28
*
Remove dead code in ProcessPOSIX.
Davide Italiano
2015-04-01
1
-33
/
+0
*
Fix TestProcesslaunch regression caused by D7372
Pavel Labath
2015-02-06
1
-1
/
+10
*
Add test for denied process attach by pid and fix found bugs in Process/Proce...
Oleksiy Vyalov
2014-11-19
1
-0
/
+5
*
Fix broken Linux build after signature change of ResolveExecutable.
Oleksiy Vyalov
2014-11-17
1
-6
/
+7
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-1
/
+1
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-2
/
+1
*
Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.
Todd Fiala
2014-09-08
1
-7
/
+9
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-8
/
+2
*
lldb Missing ARM64 breakpoint opcode for ProcessPOSIX added.
Todd Fiala
2014-08-27
1
-0
/
+6
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-0
/
+1
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-4
/
+2
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-3
/
+3
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+13
*
Use getpgid() with waitpid() in case the process pgid is not equal to its pid...
Andrew MacPherson
2014-04-02
1
-2
/
+10
*
Implement ProcessMonitor::Kill for Linux
Ed Maste
2014-04-01
1
-4
/
+0
*
Implement ProcessMonitor::Kill for FreeBSD
Ed Maste
2014-04-01
1
-3
/
+5
*
Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...
Greg Clayton
2014-03-20
1
-3
/
+3
*
POSIX: fix possible invalid API usage
Saleem Abdulrasool
2014-03-08
1
-1
/
+1
*
POSIX: add missing curly braces
Saleem Abdulrasool
2014-03-08
1
-0
/
+2
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-14
/
+0
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
1
-0
/
+126
*
Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
Jean-Daniel Dupas
2013-12-09
1
-1
/
+1
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-126
/
+0
*
Simplify indirect rld_map for mips (rework r192408).
Ed Maste
2013-10-11
1
-15
/
+2
*
Support mips shared object debug info
Ed Maste
2013-10-11
1
-5
/
+17
*
Add exec support for Linux including common support for POSIX.
Matt Kopec
2013-10-09
1
-2
/
+37
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
1
-1
/
+20
*
Clean up handling of FreeBSD thread list on Launch / Attach
Ed Maste
2013-09-03
1
-0
/
+4
*
Move detach to FreeBSD- and Linux-specific classes.
Ed Maste
2013-08-30
1
-28
/
+0
*
Perform thread lookup after RefreshStateAfterStop()
Ed Maste
2013-08-29
1
-2
/
+2
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-1
/
+3
*
Remove unreachable code when thread exits on Linux.
Matt Kopec
2013-08-08
1
-6
/
+0
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-5
/
+8
*
Modify ProcessPOSIX to use the thread list mutex as needed
Daniel Malea
2013-07-24
1
-0
/
+17
*
Stop process monitor from ProcessPOSIX::Finalize
Andrew Kaylor
2013-07-10
1
-0
/
+8
*
Add support for listing inferior thread names on Linux.
Matt Kopec
2013-07-10
1
-1
/
+6
*
Reverting ProcessMonitor shared pointer changes
Andrew Kaylor
2013-07-09
1
-4
/
+2
*
Use shared pointers to hold the process in ProcessMonitor
Andrew Kaylor
2013-07-09
1
-2
/
+4
*
Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...
Matt Kopec
2013-07-09
1
-19
/
+50
*
Avoid crash if we fail to resolve process in attach
Ed Maste
2013-07-04
1
-3
/
+2
*
Update error message; detach-keeps-stopped is also not on FreeBSD
Ed Maste
2013-07-03
1
-2
/
+2
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-1
/
+1
*
Remove unneeded limbo state flag.
Matt Kopec
2013-06-26
1
-13
/
+2
*
Fix setting of watchpoints on inferior thread creation for Linux.
Matt Kopec
2013-06-03
1
-21
/
+35
[next]