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
/
POSIXThread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-713
/
+0
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Initial FreeBSD/arm live debugging support
Ed Maste
2015-05-13
1
-0
/
+4
*
Adds Register Context Linux/POSIX for ARM Architecture
Omair Javaid
2015-04-14
1
-0
/
+15
*
Fix compilation failure caused by r234366.
Chaoren Lin
2015-04-07
1
-1
/
+1
*
Make sure the OperatingSystem plug-ins will work on linux as well. This goes ...
Greg Clayton
2015-04-07
1
-1
/
+4
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+22
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-9
/
+8
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-1
/
+5
*
Linux ARM64: add ProcessMonitor-related RegisterContext support.
Todd Fiala
2014-09-02
1
-0
/
+10
*
lldb - Register Context Linux ARM64
Todd Fiala
2014-08-29
1
-0
/
+5
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-4
/
+6
*
Address hung tests in Linux.
Todd Fiala
2014-04-18
1
-1
/
+1
*
Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in P...
Andrew MacPherson
2014-03-21
1
-5
/
+0
*
Fixed case typo.
Greg Clayton
2014-03-20
1
-3
/
+3
*
Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...
Greg Clayton
2014-03-20
1
-29
/
+19
*
Simplify POSIXThread register context handling
Ed Maste
2014-02-28
1
-30
/
+38
*
Fix linux x86 debugging on a linux x86 host (32-bit on 32-bit).
Todd Fiala
2014-02-27
1
-1
/
+11
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
1
-1
/
+25
*
Avoid undesired variable shadowing
Ed Maste
2014-02-13
1
-2
/
+0
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
1
-0
/
+37
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-37
/
+2
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-0
/
+11
*
Initial FreeBSD mips64 ProcessMonitor support
Ed Maste
2013-10-10
1
-13
/
+54
*
Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into Register...
Michael Sartain
2013-10-10
1
-58
/
+16
*
Add exec support for Linux including common support for POSIX.
Matt Kopec
2013-10-09
1
-0
/
+10
*
Clean up RegisterContextPOSIX i386 code.
Michael Sartain
2013-10-09
1
-8
/
+29
*
Change posix thread so that it creates a breakpoint stop reason if the breakp...
Matt Kopec
2013-09-20
1
-18
/
+9
*
Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.
Michael Sartain
2013-09-14
1
-14
/
+28
*
Cleanup POSIX RegisterContext class hierarchies.
Michael Sartain
2013-09-13
1
-6
/
+6
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-17
/
+9
*
Run-time reg context selection for POSIX targets
Ed Maste
2013-07-30
1
-8
/
+12
*
Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the ...
Ashok Thirumurthi
2013-07-12
1
-7
/
+27
*
Add support for listing inferior thread names on Linux.
Matt Kopec
2013-07-10
1
-1
/
+20
*
Use LLDB_INVALID_REGNUM at Mike Sartain's suggestion
Andy Gibbs
2013-06-19
1
-1
/
+1
*
Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unr...
Andy Gibbs
2013-06-19
1
-2
/
+2
*
Add assertion for when no watchpoint found in POSIX watchnotify handler.
Matt Kopec
2013-06-18
1
-3
/
+3
*
Temporarily disable checking of watchpoint hit on FreeBSD on trace message.
Matt Kopec
2013-06-18
1
-0
/
+2
*
Add output of fault address on an address related crash (ie. segfault).
Matt Kopec
2013-06-10
1
-3
/
+7
*
Fix setting of watchpoints on inferior thread creation for Linux.
Matt Kopec
2013-06-03
1
-18
/
+43
*
Adding support for stopping all threads of multithreaded inferiors on Linux. ...
Andrew Kaylor
2013-05-28
1
-12
/
+40
*
Fixed "log enable linux registers" and added a test.
Ashok Thirumurthi
2013-05-09
1
-9
/
+9
*
Fixed a build failure introduced by r181501.
Ashok Thirumurthi
2013-05-09
1
-1
/
+1
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-3
/
+4
*
Attempt to fix failing watchpoints for debian os buildbot.
Matt Kopec
2013-05-08
1
-0
/
+14
*
Add watchpoint support for Linux on 64-bit host.
Matt Kopec
2013-05-07
1
-1
/
+96
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-9
/
+8
*
Refactoring for struct UserArea:
Ashok Thirumurthi
2013-05-03
1
-0
/
+2
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-10
/
+3
*
Platform-specific specialization for the GPR register file.
Ashok Thirumurthi
2013-05-01
1
-1
/
+8
[next]