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
/
NativeProcessLinux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving header files from source/Host/common to proper location.
Chaoren Lin
2015-02-03
1
-2
/
+2
*
Make ThreadStateCoordinator to handle properly failed stop/resume operations.
Chaoren Lin
2015-02-03
1
-11
/
+12
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-4
/
+3
*
Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...
Chaoren Lin
2015-02-03
1
-94
/
+85
*
Refactor ptrace commands in NativeProcessLinux to use Error as result return ...
Chaoren Lin
2015-02-03
1
-260
/
+174
*
LLGS local - signal stops inferior in debugger
Chaoren Lin
2015-02-03
1
-20
/
+1
*
Fix up NativeProcessLinux::Interrupt() to use thread state coordinator mechan...
Chaoren Lin
2015-02-03
1
-0
/
+73
*
Added code to prevent "administrative stop" from overwriting a real stop reason.
Chaoren Lin
2015-02-03
1
-5
/
+38
*
Fix step commands that mix running threads and stepping threads.
Chaoren Lin
2015-02-03
1
-5
/
+0
*
Disabled local-llgs hijacking of state on startup; passed along signo to kill...
Chaoren Lin
2015-02-03
1
-13
/
+2
*
Fix some bugs in llgs thread state handling.
Chaoren Lin
2015-02-03
1
-9
/
+9
*
llgs: more work on thread stepping.
Chaoren Lin
2015-02-03
1
-6
/
+41
*
llgs: fix up some handling of stepping.
Chaoren Lin
2015-02-03
1
-39
/
+42
*
llgs: fixed a bug in deferred signal thread id; added coordinator enqueue log...
Chaoren Lin
2015-02-03
1
-1
/
+1
*
Get initial thread state coordinator integration working.
Chaoren Lin
2015-02-03
1
-401
/
+435
*
Fix broken NativeProcessLinux.cpp after signature change of ResolveExecutable.
Oleksiy Vyalov
2014-11-17
1
-1
/
+1
*
Fix broken Linux build after signature change of ResolveExecutable.
Oleksiy Vyalov
2014-11-17
1
-3
/
+4
*
Refactor NativeProcessLinux::AttachToProcess in order to avoid reinterpret_ca...
Oleksiy Vyalov
2014-11-13
1
-7
/
+4
*
Fix error handling in NativeProcessLinux::AttachToInferior: http://reviews.ll...
Shawn Best
2014-11-11
1
-1
/
+8
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-1
/
+6
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
1
-102
/
+63
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-1
/
+8
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-8
/
+6
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-2
/
+2
*
Fix typo in Linux ASLR logging.
Todd Fiala
2014-09-19
1
-1
/
+1
*
lldb fix ARM64 register access - llgs side
Todd Fiala
2014-09-15
1
-0
/
+104
*
llgs: fix Ctrl-C inferior interrupt handling to do the right thing.
Todd Fiala
2014-09-11
1
-38
/
+186
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-22
/
+15
*
llgs: add proper exec support for Linux.
Todd Fiala
2014-08-28
1
-5
/
+70
*
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
1
-0
/
+54
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-4
/
+3
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-3
/
+42
*
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
*
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
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+3465