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 RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
[ProcessGDBRemote] handle result from ConnectToDebugserver
Jonas Devlieghere
2018-07-25
1
-1
/
+1
*
Remove incorrect thread-pc-values clearing
Jason Molenda
2018-07-12
1
-1
/
+0
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-3
/
+4
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-7
/
+2
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-3
/
+6
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
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
[next]