Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
14359ef1b6a0610ac91df5f5a91c88a0b51c187c
/
lldb
/
source
/
Host
/
linux
/
Host.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
87e403a
Re-land "Extract construction of DataBufferLLVM into FileSystem"
by Jonas Devlieghere
· 7 years ago
9a89d93
Revert "Extract construction of DataBufferLLVM into FileSystem"
by Davide Italiano
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
f8d480b
Add missing include
by Jonas Devlieghere
· 7 years ago
1cc0714
Extract construction of DataBufferLLVM into FileSystem
by Jonas Devlieghere
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
dd2f78e
[FileSpec] Make style argument mandatory for SetFile. NFC
by Jonas Devlieghere
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 8 years ago
36e8220
Remove ObjectFile usage from HostLinux::GetProcessInfo
by Pavel Labath
· 8 years ago
62930e5
Add Utility/Environment class for handling... environments
by Pavel Labath
· 8 years ago
b6dbe9a
Clean up lldb-types.h
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 9 years ago
b7f0f45
Move GetAuxvData from Host to relevant process plugins
by Pavel Labath
· 9 years ago
7e437f8
Remove some ProcFileReader occurences
by Pavel Labath
· 9 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
ecbb0bb
Fix more functions in Args to use StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
1eb0d42
Remove Android.h
by Pavel Labath
· 9 years ago
9d90186
Add logging to Linux Host::GetProcessAndStatInfo.
by Oleksiy Vyalov
· 9 years ago
187855b
Remove unused header <execinfo.h>.
by Vasileios Kalintiris
· 10 years ago
e6f54ef
Check for GLIBC before including execinfo.h
by Vasileios Kalintiris
· 10 years ago
98d0a4b
Refactor Unix signals.
by Chaoren Lin
· 10 years ago
056c45a
[LLDB][MIPS] Getting correct signals for MIPS Host Patch by Nitesh Jain
by Mohit K. Bhakkad
· 10 years ago
db264a6
Move several plugin to its own namespace
by Tamas Berghammer
· 11 years ago
a109421
Fix missing data in GetProcessInfo on linux
by Tamas Berghammer
· 11 years ago
a893d30
Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()
by Zachary Turner
· 11 years ago
b38ef8c
Rename the "glob arguments" feature to "shell expand arguments"
by Enrico Granata
· 11 years ago
83a1437
Start the refactoring of globbing
by Enrico Granata
· 11 years ago
8da0bf3
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
by Shawn Best
· 11 years ago
cacde7d
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos.
by Todd Fiala
· 11 years ago
39de311
Create a HostThread abstraction.
by Zachary Turner
· 11 years ago
4ceced3
Consolidate UnixSignals setting/getting in Process.
by Todd Fiala
· 11 years ago
97a14e6
Move some Host logic into HostInfo class.
by Zachary Turner
· 11 years ago
d93c4a3
Fix typos.
by Bruce Mitchener
· 11 years ago
af245d1
Add lldb-gdbserver support for Linux x86_64.
by Todd Fiala
· 11 years ago
3dc2fb2
Factored out Linux proc file reading into separate class.
by Todd Fiala
· 11 years ago
3985c8c
sanitise sign comparisons
by Saleem Abdulrasool
· 12 years ago
f3d61de
Enable Linux distribution in vendor portion of host triple.
by Todd Fiala
· 12 years ago
dc7c73c
Add error checking to 'cmd' buffer as it may not be available (ie. in the case of exec).
by Matt Kopec
· 12 years ago
db52f34
Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kernels that do not report the update version
by Daniel Malea
· 12 years ago
4244cbd
Enable Host::LaunchProcess on Linux
by Daniel Malea
· 12 years ago
c205243
Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t).
by Michael Sartain
· 12 years ago
98d599c
Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion.
by Michael Sartain
· 12 years ago
02983be
Set thread names on FreeBSD
by Ed Maste
· 12 years ago
3cf443d
simple plugin now works with Linux fix assert in SetPluginInfo implement Linux ePathTypeLLDBSystemPlugins and ePathTypeLLDBUserPlugins implement Linux Host::Backtrace and Host::GetEnvironment add .gnu_debugdata comment
by Michael Sartain
· 12 years ago
d6cfc16
Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep up
by Jason Molenda
· 12 years ago
fb6ab54
Add support for listing inferior thread names on Linux.
by Matt Kopec
· 12 years ago
085d6ce
Add ability to attach/detach to multi-threaded inferiors on Linux.
by Matt Kopec
· 13 years ago
c836ae7
ObjectFileELF::GetModuleSpecifications on Linux should work now.
by Michael Sartain
· 13 years ago
b993149
test commit
by Michael Sartain
· 13 years ago
25d7eb0
Implement "platform process list" on Linux
by Daniel Malea
· 13 years ago
62502c6
Add setting of lldb thread names on Linux.
by Matt Kopec
· 13 years ago
bf9b4c1
Adding support for process attach by pid on Linux.
by Andrew Kaylor
· 13 years ago
7b0992d
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
by Greg Clayton
· 13 years ago
e01e07b
Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++.
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
30213ff
This patch combines common code from Linux and FreeBSD into
by Johnny Chen
· 14 years ago
c18a538
API fix and missing headers.
by Johnny Chen
· 15 years ago
3e2a18f
linux: add Host/linux subdirectory
by Stephen Wilson
· 15 years ago
2bddd34
Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more
by Greg Clayton
· 15 years ago
5724043
Remove a deadlock condition. A bit of explanation is needed: When calling
by Greg Clayton
· 15 years ago
b6c9e10
Implement GetProgramFileSpec().
by Eli Friedman
· 15 years ago
5423ebf
Add hacky, incomplete Linux host implementation; barely enough to allow
by Eli Friedman
· 15 years ago