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
/
Process
/
gdb-remote
/
GDBRemoteCommunicationClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
Hans Wennborg
2020-03-03
1
-1
/
+1
*
When reading Aux file in chunks, read consecutive byte ranges
Jason Molenda
2020-01-09
1
-1
/
+1
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-02
1
-1
/
+1
*
Revert "build: reduce CMake handling for zlib"
James Henderson
2020-01-02
1
-1
/
+1
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-01
1
-1
/
+1
*
[lldb-server] Add setting to force 'g' packet use
Guilherme Andrade
2019-11-07
1
-12
/
+15
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-2
/
+3
*
[ARC] Basic support in gdb-remote process plugin
Tatyana Krasnukha
2019-10-17
1
-1
/
+1
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-1
/
+3
*
[android/process list] support showing process arguments
Walter Erquinigo
2019-10-16
1
-0
/
+20
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-1
/
+1
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Temporarily Revert [platform process list] add a flag for showing the process...
Adrian Prantl
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-11
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-11
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-11
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Shafik Yaghmour
2019-10-08
1
-1
/
+2
*
[gdb-remote] process properly effective uid
Walter Erquinigo
2019-10-07
1
-1
/
+1
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-07
1
-2
/
+1
*
[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClient
Jonas Devlieghere
2019-10-02
1
-10
/
+10
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
1
-2
/
+26
*
[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.
Jonas Devlieghere
2019-08-21
1
-7
/
+6
*
[lldb] Fix HAVE_LIBCOMPRESSION
Haibo Huang
2019-08-08
1
-4
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-42
/
+40
*
Revert "[GDBRemote] Remove code that flushes GDB remote packets"
Jonas Devlieghere
2019-06-30
1
-0
/
+7
*
[GDBRemote] Remove code that flushes GDB remote packets
Jonas Devlieghere
2019-06-28
1
-7
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
Simplify Triple::ppc64{,le} checks with Triple::isPPC64()
Fangrui Song
2019-05-16
1
-5
/
+5
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-9
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Avoid macro redefinition error if HAVE_LIBCOMPRESSION
Jason Molenda
2019-04-03
1
-0
/
+2
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+2
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
Pavel Labath
2019-02-12
1
-17
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Force libcompression calls to be enabled when building on Darwin
Jason Molenda
2018-12-18
1
-1
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-20
/
+12
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Work with a gdb-remote target that doesn't handle the
Jason Molenda
2018-11-09
1
-0
/
+5
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-6
/
+4
*
Increase qHostInfo packet timeout
Pavel Labath
2018-08-31
1
-0
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-23
/
+9
[next]