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
/
GDBRemoteRegisterContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/10660369>
Greg Clayton
2012-01-08
1
-1
/
+1
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-7
/
+7
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
1
-2
/
+2
*
Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to
Greg Clayton
2011-05-23
1
-2
/
+4
*
Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to
Greg Clayton
2011-05-20
1
-11
/
+10
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-57
/
+57
*
Fixed an issue that broke expression parsing related to backing up
Greg Clayton
2011-05-17
1
-1
/
+1
*
Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.
Greg Clayton
2011-05-17
1
-14
/
+55
*
Add support for the 'G' packet not being implemented or returning an error.
Greg Clayton
2011-05-16
1
-6
/
+44
*
Fixed the default ARM registers to have the generic argument
Greg Clayton
2011-05-15
1
-5
/
+5
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-94
/
+29
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-87
/
+103
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-9
/
+9
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-4
/
+4
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-9
/
+9
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-6
/
+3
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-2
/
+4
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-4
/
+4
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-12
/
+42
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-30
/
+44
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-2
/
+2
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-0
/
+3
*
Make sure to lock down the sequence mutex and select the thread we want when ...
Greg Clayton
2010-10-07
1
-15
/
+30
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-77
/
+77
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-1
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-7
/
+10
*
Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely on
Benjamin Kramer
2010-06-21
1
-0
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+508