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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly use GetLoadedModuleList to take advantage of libraries-svr4
Antonio Afonso
2019-07-25
1
-5
/
+2
*
Support nested target.xml register definition files, lack of reg group markers.
Jason Molenda
2019-06-26
1
-0
/
+5
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-28
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-1
/
+1
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-0
/
+8
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-2
/
+0
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-2
/
+1
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-0
/
+14
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-13
/
+0
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-0
/
+13
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-3
/
+1
*
Remove ProcessGdbRemote::m_flags
Pavel Labath
2017-11-03
1
-5
/
+0
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Implementation of remote packets for Trace data.
Ravitheja Addepally
2017-05-26
1
-0
/
+16
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-39
/
+39
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
1
-0
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Prevent client from querying each thread's PC at each stop.
Pavel Labath
2017-01-20
1
-0
/
+1
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
async structured data packet handling improvements
Todd Fiala
2016-09-10
1
-2
/
+1
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-0
/
+31
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-438
/
+336
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+7
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-7
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+7
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-1
/
+17
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-17
/
+1
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-1
/
+17
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+3
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
1
-0
/
+9
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+3
*
Fix a race in ProcessGDBRemote::MonitorDebugServerProcess
Pavel Labath
2016-05-12
1
-1
/
+2
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-5
/
+1
*
Revert "Reduce code duplication in ProcessGDBRemote"
Pavel Labath
2016-04-07
1
-3
/
+0
*
Reduce code duplication in ProcessGDBRemote
Pavel Labath
2016-04-06
1
-0
/
+3
*
Allow gdbremote process to read modules from memory
Stephane Sezer
2016-04-05
1
-1
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Make sure code that is in the middle of figuring out the correct architecture
Jim Ingham
2016-02-18
1
-1
/
+1
*
Increase use of svr4 packets to improve performance on POSIX remotes
Stephane Sezer
2016-01-12
1
-3
/
+5
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
1
-0
/
+2
*
The lldb side changes to go along with r255711 where a new
Jason Molenda
2015-12-18
1
-0
/
+4
*
Prevent ProcessGDBRemote from launching local debug server in case of remote ...
Oleksiy Vyalov
2015-11-23
1
-0
/
+3
*
Let the process help figure out the Host OS if nobody else
Jim Ingham
2015-11-05
1
-0
/
+5
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-58
/
+53
*
Fix deadlock while attaching to inferiors
Pavel Labath
2015-09-03
1
-0
/
+1
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
1
-3
/
+3
[next]