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/13700260>
Greg Clayton
2013-05-01
1
-12
/
+12
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
Remove my print statements I was using for debugging.
Greg Clayton
2013-03-09
1
-9
/
+0
*
<rdar://problem/13384282>
Greg Clayton
2013-03-09
1
-17
/
+62
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-5
/
+5
*
<rdar://problem/13020634>
Greg Clayton
2013-01-21
1
-148
/
+60
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-8
/
+8
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-1
/
+25
*
Change the Mutex::Locker class so that it takes the Mutex object and locks it...
Jim Ingham
2012-06-08
1
-25
/
+4
*
Add more convenience registers to x86_64 and a simple test scenario:
Johnny Chen
2012-05-22
1
-10
/
+26
*
The RegisterInfo descriptors for the convenience registers can specify an off...
Johnny Chen
2012-05-22
1
-1
/
+1
*
Fix wrong offset of eax and friends pointed out by Greg.
Johnny Chen
2012-05-22
1
-1
/
+1
*
rdar://problem/11487457
Johnny Chen
2012-05-22
1
-0
/
+73
*
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...
Johnny Chen
2012-05-15
1
-2
/
+2
*
Fix missing NEON registers for the 'register read' command with the lldb debu...
Johnny Chen
2012-05-14
1
-34
/
+76
*
Patch from Filipe Cabecinhas.
Greg Clayton
2012-04-26
1
-4
/
+0
*
Missed one place where the assert should have been in a #ifdef. Thanks Jason.
Jim Ingham
2012-04-20
1
-6
/
+11
*
In debug mode, assert when we fail to get the sequence mutex. We need to rem...
Jim Ingham
2012-04-19
1
-2
/
+25
*
Added the thread ID (tid) to each packet history item and the packet history ...
Greg Clayton
2012-04-13
1
-4
/
+42
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
1
-4
/
+30
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-4
/
+4
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-4
/
+4
*
rdar://problem/10652076
Johnny Chen
2012-03-02
1
-29
/
+122
*
Fix a typo in comment.
Johnny Chen
2012-02-29
1
-1
/
+1
*
rdar://problem/10652076
Johnny Chen
2012-02-29
1
-10
/
+25
*
rdar://problem/10652076
Johnny Chen
2012-02-29
1
-104
/
+170
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-20
/
+43
*
<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
[next]