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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-3
/
+6
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
1
-2
/
+0
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-8
/
+8
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
1
-0
/
+5
*
NPL: Fix single step workaround
Pavel Labath
2017-02-16
1
-1
/
+1
*
NPL: Compartmentalize arm64 single step workaround better
Pavel Labath
2017-01-25
1
-7
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-84
/
+61
*
Work around a stepping bug in arm64 android M
Pavel Labath
2016-02-23
1
-4
/
+24
*
[NativeProcessLinux] Fix a bug in instruction-stepping over thread creation
Pavel Labath
2015-08-20
1
-11
/
+2
*
Add jstopinfo support to llgs
Pavel Labath
2015-07-23
1
-4
/
+1
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
1
-1
/
+1
*
[NativeProcessLinux] Remove double thread state accounting
Pavel Labath
2015-05-11
1
-0
/
+14
*
[NativeProcessLinux] Fix race condition during inferior thread creation
Pavel Labath
2015-04-23
1
-3
/
+0
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-3
/
+6
*
Add missing #include to fix libc++ Linux build.
Richard Smith
2015-03-22
1
-0
/
+1
*
Report watchpoint hits during single stepping.
Chaoren Lin
2015-03-19
1
-1
/
+1
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-0
/
+10
*
Moving header files from source/Host/common to proper location.
Chaoren Lin
2015-02-03
1
-1
/
+1
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-5
/
+6
*
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
/
+6
*
llgs: add proper exec support for Linux.
Todd Fiala
2014-08-28
1
-0
/
+3
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+97