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
/
Utility
/
RegisterContextLLDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-9
/
+9
*
Change RegisterContextLLDB's unwind logging to report which stack frame
Jason Molenda
2012-11-16
1
-4
/
+12
*
A change in how we search for saved register values unintentionally
Jason Molenda
2012-11-16
1
-19
/
+19
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-319
/
+293
*
Add a new ABI plugin method which specifies whether the architecture
Jason Molenda
2012-10-16
1
-1
/
+1
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-1
/
+3
*
Some eh_frame unwind instructions will define a return address register;
Jason Molenda
2012-08-18
1
-11
/
+32
*
Fixed a potential crash where we attempt to read
Sean Callanan
2012-08-10
1
-0
/
+4
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-4
/
+4
*
Switch nearly all of the use of the UnwindPlan::Row's to go through
Jason Molenda
2012-07-14
1
-11
/
+11
*
Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrame
Jason Molenda
2012-03-01
1
-13
/
+0
*
Fix a recursion that could happen when creating the first frame in
Jason Molenda
2012-02-29
1
-13
/
+45
*
Patch from Filipe Cabecinhas fixing a typo in the "lldb unwind" log output.
Jim Ingham
2012-02-24
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-8
/
+12
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-20
/
+26
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-8
/
+8
*
Don't call lldb_private::Process::GetLoadAddressPermissions to sanity check t...
Jim Ingham
2012-01-10
1
-28
/
+34
*
<rdar://problem/10645694>
Greg Clayton
2012-01-08
1
-2
/
+58
*
When we're unwinding out of frame 0 and we end up with a bogus frame
Jason Molenda
2011-12-16
1
-8
/
+55
*
On Mac OS X the Objective-C runtime (libobjc) has many critical
Jason Molenda
2011-12-14
1
-2
/
+24
*
Add two new memory region based checks to the Unwinder:
Jason Molenda
2011-12-13
1
-0
/
+20
*
When unwinding from the first frame, try to ask the remote debugserver
Jason Molenda
2011-12-13
1
-9
/
+16
*
Restructure the relationship between UnwindLLDB and the
Jason Molenda
2011-11-01
1
-55
/
+61
*
Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multipl...
Jason Molenda
2011-10-18
1
-0
/
+39
*
Fix verbose logging of unwinders.
Jason Molenda
2011-09-29
1
-10
/
+10
*
Tighten up the 'log enable lldb unwind' printing for
Jason Molenda
2011-09-16
1
-4
/
+4
*
Have the FuncUnwinder object request & provide an architecture-defined
Jason Molenda
2011-09-15
1
-1
/
+13
*
Added the ability for DWARF locations to use the ABI plug-ins to resolve
Greg Clayton
2011-09-02
1
-1
/
+1
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-13
/
+27
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-21
/
+27
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-134
/
+99
*
Put plug-ins into the correct directories as they were incorrectly located
Greg Clayton
2011-04-25
1
-11
/
+12
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-3
/
+3
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-11
/
+11
*
Remove an assertion that was causing a crash.
Greg Clayton
2011-02-22
1
-2
/
+12
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-156
/
+130
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-5
/
+5
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-1
/
+1
*
Avoid infinite loops in stack backtraces and renamed:
Greg Clayton
2011-01-17
1
-2
/
+2
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-1
/
+1
*
Made FuncUnwinders threadsafe.
Greg Clayton
2011-01-08
1
-5
/
+8
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-61
/
+74
*
RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a
Jason Molenda
2010-12-22
1
-0
/
+6
*
Change the DWARFExpression::Evaluate methods to take an optional
Jason Molenda
2010-11-20
1
-1
/
+43
*
I'm not thrilled with how I structured this but RegisterContextLLDB
Jason Molenda
2010-11-12
1
-11
/
+58
*
Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB.
Jason Molenda
2010-11-09
1
-7
/
+83
*
Fix thinko in UnwindTable.cpp where it wouldn't provde a
Jason Molenda
2010-11-09
1
-3
/
+8
[prev]
[next]