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
*
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
*
Fix fallout from the GetNameColonValue() refactor (r280000)
Pavel Labath
2016-08-30
1
-0
/
+3
*
Convert GetNameColonValue to return StringRefs.
Zachary Turner
2016-08-29
1
-207
/
+176
*
gdb-remote: Make the sequence mutex non-recursive
Pavel Labath
2016-08-25
1
-41
/
+66
*
Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins
Pavel Labath
2016-08-23
1
-1
/
+1
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
1
-14
/
+28
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+135
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-135
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+135
*
gdb-remote: Remove manual locking from GetShlibInfoAddr
Pavel Labath
2016-08-18
1
-16
/
+4
*
Move QSyncThreadState packet generation to the gdb-remote client
Pavel Labath
2016-08-18
1
-3
/
+16
*
gdb-remote: Centralize thread specific packet handling
Pavel Labath
2016-08-18
1
-164
/
+75
*
Move packet construction from GDBRemoteRegisterContext go the communication c...
Pavel Labath
2016-08-17
1
-0
/
+51
*
Remove a double send of eRunPacketSent event
Pavel Labath
2016-08-11
1
-2
/
+0
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-759
/
+59
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-59
/
+759
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-759
/
+59
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-43
/
+43
*
Support loading files even when incorrect file name specified by the linker
Tamas Berghammer
2016-07-22
1
-0
/
+7
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+19
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-0
/
+4
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-75
/
+75
*
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
Oleksiy Vyalov
2016-04-08
1
-4
/
+5
*
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
Jason Molenda
2016-04-07
1
-14
/
+0
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
1
-4
/
+34
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
A while back in revison 244716 we added support for getting the host OS versi...
Greg Clayton
2016-01-28
1
-1
/
+2
[next]