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
...
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+2
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-3
/
+6
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-66
/
+56
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-4
/
+145
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-145
/
+4
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-4
/
+145
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-0
/
+9
*
Fix regression in jModulesInfo packet handling
Pavel Labath
2017-12-18
1
-1
/
+3
*
Remove no-op function pointer null checks, NFC
Vedant Kumar
2017-12-06
1
-16
/
+4
*
Add specific ppc64le hardware watchpoint handler
Pavel Labath
2017-10-27
1
-9
/
+12
*
Fix Linux remote debugging after r313442
Tamas Berghammer
2017-09-18
1
-1
/
+2
*
Fix compatibility with OpenOCD debug stub.
Vadim Chugunov
2017-09-16
1
-2
/
+1
*
Adding Support for Error Strings in Remote Packets
Ravitheja Addepally
2017-07-12
1
-5
/
+23
*
More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictio...
Stephan Bergmann
2017-05-29
1
-2
/
+2
*
Implementation of remote packets for Trace data.
Ravitheja Addepally
2017-05-26
1
-1
/
+205
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-50
/
+53
*
Increase the packet timeout for the jModulesInfo since it can take longer tha...
Greg Clayton
2017-04-14
1
-0
/
+3
*
Verify memory address range validity in GDBRemoteCommunicationClient
Stephane Sezer
2017-03-31
1
-7
/
+12
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+0
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
1
-0
/
+33
*
Remove dependency from FileSpec to ArchSpec.
Zachary Turner
2017-03-06
1
-3
/
+4
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix a couple of corner cases in NameMatches
Pavel Labath
2017-02-20
1
-7
/
+7
*
Fix compiler warnings for missing switch cases in lldb.
Pavel Labath
2017-02-17
1
-0
/
+5
*
Switch TestPacketSpeedJSON to use the llvm chrono formatter
Pavel Labath
2017-02-10
1
-25
/
+18
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-4
/
+1
*
Fix jModulesInfo handling for cross-path syntax debugging
Pavel Labath
2017-01-05
1
-1
/
+1
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-15
/
+11
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-13
/
+13
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON
Pavel Labath
2016-11-04
1
-8
/
+7
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-8
/
+8
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-62
/
+52
*
[LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI
Nitesh Jain
2016-10-12
1
-0
/
+5
*
[gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse
Pavel Labath
2016-09-23
1
-107
/
+86
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
1
-2
/
+2
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
1
-1
/
+1
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-2
/
+88
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3630
/
+3174
*
Revert r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
1
-2
/
+2
*
A few minor stylistic cleanups in StringExtractor.
Zachary Turner
2016-08-30
1
-2
/
+2
*
Convert some StringExtractor functions to accept MutableArrayRefs.
Zachary Turner
2016-08-30
1
-2
/
+2
*
Revert "gdb-remote: Make the sequence mutex non-recursive"
Pavel Labath
2016-08-30
1
-66
/
+41
[prev]
[next]