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
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
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-22
/
+17
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-5
/
+6
*
[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
5
-20
/
+15
*
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
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
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
2
-4
/
+4
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
1
-2
/
+3
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-28
/
+11
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
2
-2
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
2
-10
/
+8
*
[Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on Linux
Michal Gorny
2018-01-29
1
-1
/
+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
2
-0
/
+2
*
Implementation of Intel(R) Processor Trace support for Linux
Ravitheja Addepally
2017-06-28
1
-0
/
+10
*
cmake: Put PROCESS_VM_READV detection results into Config.h
Pavel Labath
2017-06-02
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-2
/
+2
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-2
/
+2
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-2
/
+2
*
Delete some dead code in HostInfo.
Zachary Turner
2017-03-21
1
-2
/
+0
*
Move GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
1
-10
/
+0
*
Remove HostThreadLinux/Free/NetBSD
Pavel Labath
2017-03-17
1
-34
/
+0
*
Remove some ProcFileReader occurences
Pavel Labath
2017-03-15
2
-227
/
+204
*
Delete dead code. NFC
Jonathan Roelofs
2017-03-13
1
-11
/
+0
*
Delete LLDB's code for getting / setting thread name.
Zachary Turner
2017-03-04
1
-25
/
+0
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
2
-3
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
2
-2
/
+2
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-4
/
+6
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Transform ProcessLauncherLinux to ProcessLauncherPosixFork
Kamil Rytarowski
2017-02-01
1
-225
/
+0
*
Fix android build for r292935 (personality.h)
Pavel Labath
2017-01-24
1
-5
/
+10
*
include linux/personality.h on android
Pavel Labath
2017-01-24
1
-0
/
+4
*
Replace __ANDROID_NDK__ with __ANDROID__
Pavel Labath
2016-12-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Fix build error on Android again.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-4
/
+2
*
Fix FixupEnvironment on Android after the Args refactor
Tamas Berghammer
2016-10-04
1
-5
/
+6
*
Try to fix freebsd and android builds.
Zachary Turner
2016-09-19
1
-1
/
+1
[next]