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
/
PlatformRemoteGDBServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-1
/
+2
*
[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
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+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
1
-17
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
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
1
-3
/
+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
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-4
/
+2
*
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
1
-43
/
+43
*
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
*
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
1
-3
/
+2
*
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
1
-881
/
+737
*
[LLDB]{MIPS] Fix TestPlatformProcessConnect.py
Mohit K. Bhakkad
2016-03-22
1
-0
/
+16
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-0
/
+32
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-21
/
+30
*
[LLDB] Insert names with same signo as alias instead of a new entry
Mohit K. Bhakkad
2015-10-20
1
-7
/
+1
*
Make remote-android platform to use dynamic local tcp ports when forwarding d...
Oleksiy Vyalov
2015-09-01
1
-5
/
+9
*
Make UriParser to support [$HOSTNAME] notation.
Oleksiy Vyalov
2015-08-20
1
-17
/
+25
*
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
1
-1
/
+95
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-48
/
+49
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Support remote-android with multiple connected devices.
Chaoren Lin
2015-05-01
1
-12
/
+17
*
Pass normalized target file paths via GDB-remote to a target and denormalize ...
Oleksiy Vyalov
2015-04-16
1
-1
/
+1
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-19
/
+20
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-47
/
+1
*
Add filepath to qModuleInfo packet
Tamas Berghammer
2015-03-13
1
-0
/
+7
[next]