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
/
NativeThreadLinux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-24
/
+14
*
Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
Pavel Labath
2017-11-09
1
-5
/
+1
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
1
-19
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-24
/
+25
*
Remove HostThreadLinux/Free/NetBSD
Pavel Labath
2017-03-17
1
-9
/
+7
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
1
-0
/
+44
*
NPL: Fix one more bug in the single step workaround
Pavel Labath
2017-02-17
1
-1
/
+7
*
NPL: Compartmentalize arm64 single step workaround better
Pavel Labath
2017-01-25
1
-53
/
+2
*
Revert unwanted changes in lldb when updating llvm::Error()
Mehdi Amini
2016-11-11
1
-4
/
+4
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-4
/
+4
*
Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...
Valentina Giusti
2016-10-06
1
-2
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-393
/
+366
*
Remove SYS_tgkill from Android.h
Pavel Labath
2016-08-08
1
-1
/
+1
*
Work around a stepping bug in arm64 android M
Pavel Labath
2016-02-23
1
-37
/
+106
*
Simplify NativeThreadLinux includes
Pavel Labath
2015-08-24
1
-4
/
+1
*
[NativeProcessLinux] Fix a bug in instruction-stepping over thread creation
Pavel Labath
2015-08-20
1
-2
/
+0
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
1
-0
/
+10
*
Fix for build errors on arm-linux-gnueabi-gcc
Omair Javaid
2015-08-09
1
-1
/
+1
*
[LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit address
Mohit K. Bhakkad
2015-07-30
1
-10
/
+13
*
Add jstopinfo support to llgs
Pavel Labath
2015-07-23
1
-3
/
+3
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
1
-24
/
+16
*
Move register reading form NativeProcessLinux to NativeRegisterContextLinux*
Tamas Berghammer
2015-05-26
1
-98
/
+4
*
[NativeProcessLinux] Remove double thread state accounting
Pavel Labath
2015-05-11
1
-0
/
+34
*
[NativeProcessLinux] Fix race condition during inferior thread creation
Pavel Labath
2015-04-23
1
-14
/
+0
*
Fix printing of the failure address in NativeThreadLinux
Tamas Berghammer
2015-04-16
1
-1
/
+1
*
Adds Register Context Linux/POSIX for ARM Architecture
Omair Javaid
2015-04-14
1
-0
/
+12
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-1
/
+2
*
Add missing cases to NativeProcessLinux LogThreadStopInfo
Pavel Labath
2015-03-20
1
-0
/
+21
*
Report watchpoint hits during single stepping.
Chaoren Lin
2015-03-19
1
-39
/
+10
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Report stopped by trace if none of the watchpoint was hit
Tamas Berghammer
2015-03-17
1
-17
/
+32
*
[MIPS] - Register Context for MIPS64
Mohit K. Bhakkad
2015-03-17
1
-0
/
+15
*
Create NativeRegisterContext for android-arm64
Tamas Berghammer
2015-03-13
1
-1
/
+7
*
Can't set watchpoints on launching threads on Linux LLGS.
Chaoren Lin
2015-02-26
1
-0
/
+2
*
Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...
Oleksiy Vyalov
2015-02-19
1
-6
/
+10
*
Enable process launching on android from lldb-gdbserver
Tamas Berghammer
2015-02-16
1
-2
/
+1
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-12
/
+87
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-39
/
+30
*
Fix some bugs in llgs thread state handling.
Chaoren Lin
2015-02-03
1
-1
/
+1
*
llgs: fix up some handling of stepping.
Chaoren Lin
2015-02-03
1
-2
/
+2
*
Clean-up warnings on Linux/GCC
David Majnemer
2014-09-16
1
-0
/
+1
*
llgs: fix thread names broken by recent native thread changes.
Todd Fiala
2014-09-12
1
-1
/
+1
*
llgs: fix Ctrl-C inferior interrupt handling to do the right thing.
Todd Fiala
2014-09-11
1
-0
/
+19
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-1
/
+7
*
lldb - Register Context Linux ARM64
Todd Fiala
2014-08-29
1
-0
/
+5
*
llgs: add proper exec support for Linux.
Todd Fiala
2014-08-28
1
-5
/
+23
*
NativeThreadLinux: remove translation of some Linux signals to gdb signals.
Todd Fiala
2014-08-27
1
-26
/
+14
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-2
/
+4
*
Fixup Windows build breaks for the llgs upstream.
Todd Fiala
2014-06-30
1
-1
/
+2
[next]