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
/
Plugins
/
Platform
/
gdb-server
Commit message (
Expand
)
Author
Age
Files
Lines
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
2
-2
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-55
/
+50
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-10
/
+13
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-0
/
+1
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
2
-21
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
ProcessLaunchInfo: remove Debugger reference
Pavel Labath
2019-01-07
1
-2
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-7
/
+0
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-4
/
+4
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-8
/
+2
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-1
/
+1
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
2
-6
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-10
/
+8
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-10
/
+1
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
2
-71
/
+71
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+0
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
UriParser cleanup
Pavel Labath
2017-02-10
1
-2
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+8
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-4
/
+4
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
2
-5
/
+4
*
Convert UriParser to use StringRef.
Zachary Turner
2016-11-17
1
-2
/
+5
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-1
/
+1
*
[gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse
Pavel Labath
2016-09-23
1
-3
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-1113
/
+908
*
[LLDB]{MIPS] Fix TestPlatformProcessConnect.py
Mohit K. Bhakkad
2016-03-22
2
-0
/
+19
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
2
-0
/
+42
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
2
-27
/
+38
*
[LLDB] Insert names with same signo as alias instead of a new entry
Mohit K. Bhakkad
2015-10-20
1
-7
/
+1
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Make remote-android platform to use dynamic local tcp ports when forwarding d...
Oleksiy Vyalov
2015-09-01
2
-8
/
+13
*
Make UriParser to support [$HOSTNAME] notation.
Oleksiy Vyalov
2015-08-20
2
-17
/
+35
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-1
/
+1
*
Use target.exec-search-paths setting when resolving executable path for remot...
Oleksiy Vyalov
2015-07-14
1
-3
/
+4
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
2
-1
/
+101
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
2
-64
/
+65
[next]