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
/
ProcessGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
1
-1
/
+38
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-5
/
+4
*
Finish breaking the dependency from Utility.
Zachary Turner
2017-02-16
1
-1
/
+1
*
Remove the verbose category in the gdb-remote channel
Pavel Labath
2017-02-06
1
-13
/
+5
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix a bug where lldb does not respect the packet size.
Hafiz Abid Qadeer
2017-01-24
1
-5
/
+25
*
Prevent client from querying each thread's PC at each stop.
Pavel Labath
2017-01-20
1
-21
/
+23
*
Avoid unused variable warning when assert is disabled.
Hafiz Abid Qadeer
2017-01-19
1
-2
/
+2
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-4
/
+2
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-10
/
+11
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-9
/
+8
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-7
/
+7
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-7
/
+7
*
Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON
Pavel Labath
2016-11-04
1
-7
/
+5
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-8
/
+10
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-2
/
+1
*
[gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse
Pavel Labath
2016-09-23
1
-19
/
+17
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-3
/
+2
*
async structured data packet handling improvements
Todd Fiala
2016-09-10
1
-3
/
+43
*
Fix MSVC error from r280919
Pavel Labath
2016-09-08
1
-4
/
+4
*
Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-08
1
-0
/
+3
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-0
/
+22
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-4809
/
+4353
*
Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."
Dimitar Vlahovski
2016-09-06
1
-3
/
+0
*
Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-05
1
-0
/
+3
*
Convert some StringExtractor functions to accept MutableArrayRefs.
Zachary Turner
2016-08-30
1
-10
/
+7
*
Revert "gdb-remote: Make the sequence mutex non-recursive"
Pavel Labath
2016-08-30
1
-1
/
+1
*
Convert GetNameColonValue to return StringRefs.
Zachary Turner
2016-08-29
1
-166
/
+134
*
gdb-remote: Make the sequence mutex non-recursive
Pavel Labath
2016-08-25
1
-1
/
+1
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
1
-1
/
+4
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+22
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-22
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+22
*
Fix build on Windows.
Zachary Turner
2016-08-12
1
-1
/
+1
*
Switch over to using socketpair for local debugserver connections as they are...
Greg Clayton
2016-08-12
1
-24
/
+52
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-1
/
+1
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-17
/
+146
*
[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.
Nitesh Jain
2016-08-01
1
-3
/
+42
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-146
/
+17
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-17
/
+146
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-7
/
+4
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+37
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
1
-6
/
+43
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+3
*
Allow unaligned byte/word selection watchpoints for arm- linux/android targets.
Omair Javaid
2016-06-27
1
-1
/
+1
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-2
/
+2
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-2
/
+2
[next]