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
*
[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
*
[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
[next]