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
...
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-23
/
+111
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-2
/
+3
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-6
/
+7
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Support nwere versions of the Segger J-Link jtag board software.
Jason Molenda
2018-10-23
1
-3
/
+12
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-4
/
+4
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-1
/
+1
*
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
[prev]
[next]