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
/
unittests
/
Process
/
gdb-remote
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Implement pure virtual method in MockConnection
Jonas Devlieghere
2019-11-13
1
-0
/
+2
*
[JSON] Use LLVM's library for encoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
1
-12
/
+10
*
[Reproducer] Move GDB Remote Packet into Utility. (NFC)
Jonas Devlieghere
2019-09-13
1
-1
/
+1
*
Create a generic handler for Xfer packets
Antonio Afonso
2019-06-10
3
-1
/
+117
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-4
/
+4
*
[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...
Aaron Smith
2019-04-10
1
-14
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
5
-20
/
+15
*
Fix compilation failure in unit tests on Windows.
Zachary Turner
2018-11-15
1
-0
/
+5
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
5
-41
/
+6
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+5
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
1
-2
/
+4
*
FileSpec: Remove PathSyntax enum and use llvm version instead
Pavel Labath
2018-05-14
1
-5
/
+5
*
Fix gdb-remote qMemoryRegionInfo unit tests for xml-enabled builds
Pavel Labath
2018-05-02
1
-8
/
+26
*
gdb-remote: Fix checksum verification for messages with escape chars
Pavel Labath
2018-03-28
2
-0
/
+68
*
Handle O reply packets during qRcmd
Pavel Labath
2018-01-10
1
-0
/
+20
*
Fix regression in jModulesInfo packet handling
Pavel Labath
2017-12-18
1
-7
/
+35
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Simplify the gdb-remote unit tests
Pavel Labath
2017-06-22
5
-236
/
+126
*
Fix assorted compiler warnings. NFC
Pavel Labath
2017-06-06
1
-10
/
+9
*
Remove unused variables. NFC
Pavel Labath
2017-06-06
1
-2
/
+0
*
Replaced StructuredData::Type with eStructuredDataType
Abhishek Aggarwal
2017-05-29
1
-2
/
+3
*
Implementation of remote packets for Trace data.
Ravitheja Addepally
2017-05-26
1
-0
/
+225
*
Rename Error -> Status.
Zachary Turner
2017-05-12
2
-7
/
+6
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-3
/
+2
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-2
/
+3
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-3
/
+2
*
Verify memory address range validity in GDBRemoteCommunicationClient
Stephane Sezer
2017-03-31
1
-0
/
+39
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
1
-0
/
+24
*
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
*
[Windows] Remove the #include <eh.h> hack.
Zachary Turner
2017-03-03
3
-21
/
+0
*
Switch TestPacketSpeedJSON to use the llvm chrono formatter
Pavel Labath
2017-02-10
1
-0
/
+1
*
[CMake] Update unit tests with accurate dependencies
Chris Bieneman
2017-02-01
1
-0
/
+9
*
Fix jModulesInfo handling for cross-path syntax debugging
Pavel Labath
2017-01-05
1
-2
/
+10
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-3
/
+2
*
Attempt to fix freebsd build after r287864
Pavel Labath
2016-11-24
1
-3
/
+2
*
Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON
Pavel Labath
2016-11-04
1
-12
/
+14
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-2
/
+45
*
unittests: Specify types in a bunch of unittest EXPECT's
Justin Bogner
2016-10-17
1
-1
/
+1
*
async structured data packet handling improvements
Todd Fiala
2016-09-10
1
-3
/
+35
*
Fix new gdb-remote client unit test for windows
Pavel Labath
2016-09-09
1
-3
/
+4
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-0
/
+74
*
Fix unittest compilation on windows
Pavel Labath
2016-09-07
3
-3
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
4
-506
/
+482
*
Revert "gdb-remote: Make the sequence mutex non-recursive"
Pavel Labath
2016-08-30
1
-31
/
+11
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
1
-1
/
+1
*
gdb-remote: Make the sequence mutex non-recursive
Pavel Labath
2016-08-25
1
-11
/
+31
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
1
-17
/
+25
*
fix broken gdb-remote gtest
Todd Fiala
2016-08-19
1
-0
/
+9
[next]