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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-317
/
+291
*
Remove Android.h
Pavel Labath
2016-08-08
1
-4
/
+2
*
Add logging to Linux Host::GetProcessAndStatInfo.
Oleksiy Vyalov
2016-07-12
1
-4
/
+16
*
Remove unused header <execinfo.h>.
Vasileios Kalintiris
2015-09-22
1
-3
/
+0
*
Check for GLIBC before including execinfo.h
Vasileios Kalintiris
2015-09-22
1
-1
/
+1
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-22
/
+1
*
[LLDB][MIPS] Getting correct signals for MIPS Host
Mohit K. Bhakkad
2015-06-10
1
-3
/
+16
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-6
/
+6
*
Fix missing data in GetProcessInfo on linux
Tamas Berghammer
2015-03-13
1
-0
/
+2
*
Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()
Zachary Turner
2015-03-06
1
-22
/
+0
*
Rename the "glob arguments" feature to "shell expand arguments"
Enrico Granata
2015-02-20
1
-1
/
+1
*
Start the refactoring of globbing
Enrico Granata
2015-02-20
1
-0
/
+5
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-0
/
+3
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-0
/
+6
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-25
/
+0
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-0
/
+9
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-133
/
+0
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-2
/
+2
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+6
*
Factored out Linux proc file reading into separate class.
Todd Fiala
2014-06-30
1
-62
/
+7
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Enable Linux distribution in vendor portion of host triple.
Todd Fiala
2014-01-17
1
-0
/
+112
*
Add error checking to 'cmd' buffer as it may not be available (ie. in the cas...
Matt Kopec
2013-10-09
1
-10
/
+13
*
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