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
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-285
/
+232
*
Report more precise error message when attach fails
Pavel Labath
2018-04-18
1
-5
/
+3
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Re-land "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-13
1
-4
/
+3
*
Revert "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-12
1
-3
/
+4
*
Don't assume backing thread shares protocol ID.
Jonas Devlieghere
2018-04-12
1
-4
/
+3
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-2
/
+3
*
Fix windows build after r329296
Pavel Labath
2018-04-05
1
-0
/
+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
-5
/
+169
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-166
/
+5
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-5
/
+166
*
[Utility] Simplify and generalize the CleanUp helper, NFC
Vedant Kumar
2018-02-23
1
-18
/
+13
*
When parsing the target.xml register file, if no architecture has
Jason Molenda
2018-01-12
1
-0
/
+13
*
Handle O reply packets during qRcmd
Pavel Labath
2018-01-10
1
-3
/
+4
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-10
/
+1
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-3
/
+2
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+0
*
Remove ProcessGdbRemote::m_flags
Pavel Labath
2017-11-03
1
-2
/
+1
*
Use socketpair on all Unix platforms
Eugene Zemtsov
2017-09-25
1
-3
/
+3
*
Fix compatibility with OpenOCD debug stub.
Vadim Chugunov
2017-09-16
1
-5
/
+4
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+2
*
Adding Support for Error Strings in Remote Packets
Ravitheja Addepally
2017-07-12
1
-0
/
+1
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
1
-2
/
+2
*
Implementation of remote packets for Trace data.
Ravitheja Addepally
2017-05-26
1
-0
/
+26
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-90
/
+91
*
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
[next]