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
*
[lldb-server/android] Show more processes by relaxing some checks
Walter Erquinigo
2019-10-15
1
-34
/
+45
*
Revert "fix"
Walter Erquinigo
2019-10-14
1
-45
/
+34
*
fix
Walter Erquinigo
2019-10-14
1
-34
/
+45
*
Revert "[lldb-server/android] Show more processes and package name when neces...
Pavel Labath
2019-10-08
1
-45
/
+34
*
[lldb-server/android] Show more processes and package name when necessary
Walter Erquinigo
2019-10-04
1
-34
/
+45
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-4
/
+4
*
[lldb] Fix linux host build after r355342
Alexander Kornienko
2019-03-05
1
-0
/
+1
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-2
/
+1
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-1
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Add missing include
Jonas Devlieghere
2018-11-10
1
-0
/
+1
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-2
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
Remove ObjectFile usage from HostLinux::GetProcessInfo
Pavel Labath
2018-01-29
1
-27
/
+24
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-9
/
+2
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Move GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
1
-10
/
+0
*
Remove some ProcFileReader occurences
Pavel Labath
2017-03-15
1
-227
/
+170
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
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
[next]