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
/
Host
/
linux
/
Host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kern...
Daniel Malea
2013-09-27
1
-1
/
+8
*
Enable Host::LaunchProcess on Linux
Daniel Malea
2013-08-27
1
-8
/
+0
*
Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t).
Michael Sartain
2013-08-01
1
-9
/
+8
*
Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion.
Michael Sartain
2013-07-31
1
-27
/
+10
*
Set thread names on FreeBSD
Ed Maste
2013-07-25
1
-26
/
+1
*
simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...
Michael Sartain
2013-07-17
1
-3
/
+20
*
Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep up
Jason Molenda
2013-07-15
1
-1
/
+1
*
Add support for listing inferior thread names on Linux.
Matt Kopec
2013-07-10
1
-0
/
+34
*
Add ability to attach/detach to multi-threaded inferiors on Linux.
Matt Kopec
2013-05-31
1
-0
/
+31
*
ObjectFileELF::GetModuleSpecifications on Linux should work now.
Michael Sartain
2013-05-23
1
-3
/
+31
*
test commit
Michael Sartain
2013-05-17
1
-0
/
+1
*
Implement "platform process list" on Linux
Daniel Malea
2013-05-15
1
-42
/
+249
*
Add setting of lldb thread names on Linux.
Matt Kopec
2013-05-13
1
-1
/
+48
*
Adding support for process attach by pid on Linux.
Andrew Kaylor
2013-05-07
1
-23
/
+97
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-0
/
+53
*
API fix and missing headers.
Johnny Chen
2011-05-19
1
-0
/
+10
*
linux: add Host/linux subdirectory
Stephen Wilson
2011-03-23
1
-0
/
+35
*
Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more
Greg Clayton
2010-09-07
1
-749
/
+0
*
Remove a deadlock condition. A bit of explanation is needed: When calling
Greg Clayton
2010-07-23
1
-1
/
+0
*
Implement GetProgramFileSpec().
Eli Friedman
2010-07-02
1
-17
/
+4
*
Add hacky, incomplete Linux host implementation; barely enough to allow
Eli Friedman
2010-07-02
1
-0
/
+763
[prev]