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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trivial fix - insert a space between the frame name and the instruction output.
Jim Ingham
2011-06-22
1
-0
/
+1
*
Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This ...
Jim Ingham
2011-06-22
1
-1
/
+1
*
Add a 10 second timeout to ensure that we don't lock up if we never get to the
Greg Clayton
2011-06-22
1
-2
/
+12
*
Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that
Greg Clayton
2011-06-22
1
-2
/
+1
*
Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...
Jim Ingham
2011-06-20
1
-0
/
+3
*
Fixed variable parsing to not parse block variables over and over due to an
Greg Clayton
2011-06-17
1
-1
/
+3
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-0
/
+2
*
Replace direct uses of the Debugger's output stream with
Caroline Tice
2011-06-15
1
-3
/
+7
*
Created a std::string in the base StopInfo class for the description and
Greg Clayton
2011-06-04
1
-6
/
+47
*
Make sure we are ok to stop in a thread plan and have no stop reason for
Greg Clayton
2011-06-03
1
-27
/
+32
*
Fix some order-of-initialisation warnings
Peter Collingbourne
2011-06-03
1
-4
/
+4
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
1
-0
/
+27
*
Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...
Jim Ingham
2011-06-02
1
-6
/
+2
*
If somebody has deleted the breakpoint while we are testing the condition, th...
Jim Ingham
2011-06-01
1
-11
/
+21
*
Disable dynamic types being on by default until kinks get worked out when
Greg Clayton
2011-05-30
1
-6
/
+6
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
3
-24
/
+168
*
Change the m_update_state to an int, and only trigger the "on removal"
Jim Ingham
2011-05-22
1
-7
/
+8
*
Moved a lot of simple functions from StoppointLocation.cpp to be inlined in
Greg Clayton
2011-05-19
1
-5
/
+5
*
Remove some old files which should have been removed in r131193
Peter Collingbourne
2011-05-19
2
-94
/
+0
*
Fixed a crasher that was happened when a log shared pointer wasn't valid.
Greg Clayton
2011-05-19
2
-11
/
+18
*
One more fix to:
Greg Clayton
2011-05-18
1
-5
/
+7
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-40
/
+29
*
RunThreadPlan should set the plan to "not private" since it needs that,
Jim Ingham
2011-05-17
1
-1
/
+8
*
Fixed an issue where addresses would not get resolved for the last
Greg Clayton
2011-05-17
1
-10
/
+27
*
Added an allocated memory cache to avoid having to allocate memory over and
Greg Clayton
2011-05-17
2
-148
/
+432
*
Fix the error message when an expression evaluation is interrupted by a crash...
Jim Ingham
2011-05-17
2
-8
/
+41
*
Fixed an issue where large memory writes might not get chunked up into smaller
Greg Clayton
2011-05-16
1
-1
/
+1
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
2
-8
/
+24
*
Expand the ABI prepare trivial function call to allow 6 simple args.
Greg Clayton
2011-05-14
1
-26
/
+114
*
Cleaned up the ABI::PrepareTrivialCall() function to take three argument
Greg Clayton
2011-05-12
1
-8
/
+33
*
Target::EvaluateExpression should suppress stop hooks.
Jim Ingham
2011-05-12
1
-1
/
+13
*
Make sure you have an executable module before trying to print its name.
Jim Ingham
2011-05-12
1
-1
/
+4
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
4
-14
/
+13
*
Fixed a bug in which expression-local variables were
Sean Callanan
2011-05-09
1
-3
/
+4
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-126
/
+258
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
2
-5
/
+2
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
2
-30
/
+47
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
2
-2
/
+13
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-0
/
+43
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
1
-4
/
+6
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
2
-7
/
+2
*
Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.
Greg Clayton
2011-04-25
1
-9
/
+9
*
Put plug-ins into the correct directories as they were incorrectly located
Greg Clayton
2011-04-25
3
-0
/
+134
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
3
-47
/
+228
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
2
-5
/
+5
*
Did some work on the "register read" command to only show the first register
Greg Clayton
2011-04-22
2
-35
/
+27
*
General cleanup on the UserSettingsController stuff. There were 5 different
Greg Clayton
2011-04-19
1
-24
/
+0
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
4
-0
/
+196
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
4
-17
/
+105
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-5
/
+9
[next]