This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
History
Greg Clayton
9f5abd8e44
Fix comment text.
...
llvm-svn: 125162
2011-02-09 03:12:09 +00:00
..
GDBRemoteCommunication.cpp
Added a quicker lookup in the SectionLoadList when looking things up by
2011-02-05 02:25:06 +00:00
GDBRemoteCommunication.h
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
2011-01-22 23:43:18 +00:00
GDBRemoteRegisterContext.cpp
Endian patch from Kirk Beitz that allows better cross platform building.
2011-02-01 01:31:41 +00:00
GDBRemoteRegisterContext.h
Put more smarts into the RegisterContext base class. Now the base class has
2011-01-09 21:07:35 +00:00
Makefile
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
ProcessGDBRemote.cpp
Fix comment text.
2011-02-09 03:12:09 +00:00
ProcessGDBRemote.h
Added support for attaching to a remote debug server with the new command:
2011-02-04 01:58:07 +00:00
ProcessGDBRemoteLog.cpp
Patch to remove uses of non-standard strcasestr and replace then with
2011-02-04 18:55:41 +00:00
ProcessGDBRemoteLog.h
Modified all logging calls to hand out shared pointers to make sure we
2010-11-06 01:53:30 +00:00
ThreadGDBRemote.cpp
Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function.
2011-02-08 05:20:59 +00:00
ThreadGDBRemote.h
Back up both the register AND the stop state when calling functions.
2011-01-20 02:03:18 +00:00