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
/
Core
/
UserSettingsController.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved our argument parsing abilities to be able to handle stuff more like
Greg Clayton
2010-12-19
1
-23
/
+22
*
Various fixes mostly relating to the User Settings stuff:
Caroline Tice
2010-12-10
1
-6
/
+21
*
Fixed an issue where the UserSettingsControllers were being created out of
Greg Clayton
2010-11-19
1
-1
/
+1
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-2
/
+2
*
For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary
Johnny Chen
2010-10-20
1
-0
/
+6
*
Create more useful instance names for target, process and thread instances.
Caroline Tice
2010-09-27
1
-13
/
+19
*
Make GetInstanceSettingsValue methods take an Error * rather than an Error &,
Caroline Tice
2010-09-20
1
-13
/
+10
*
Add UserSettings to Target class, making Target settings
Caroline Tice
2010-09-20
1
-44
/
+44
*
Added code that will allow completely customizable prompts for use in
Greg Clayton
2010-09-19
1
-10
/
+39
*
Fix issues with CreateInstanceName, a virtual function, being called
Caroline Tice
2010-09-16
1
-0
/
+9
*
Modify "settings list" so you can specify a particular instance setting name,
Caroline Tice
2010-09-15
1
-0
/
+203
*
Remove all visible uses of "[DEFAULT]" instance name.
Caroline Tice
2010-09-15
1
-14
/
+69
*
Make all debugger-level user settable variables into instance variables.
Caroline Tice
2010-09-09
1
-12
/
+67
*
Make sure creating a pending instance doesn't also trigger creating a live in...
Caroline Tice
2010-09-08
1
-10
/
+27
*
The settings mutexes get used recursively, and deadlock if they are normal mu...
Jim Ingham
2010-09-07
1
-2
/
+2
*
Move common code from GetSettingsController in Process & Debugger into static...
Jim Ingham
2010-09-07
1
-0
/
+26
*
Fix various minor bugs in the Settings stuff.
Caroline Tice
2010-09-07
1
-2
/
+3
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-0
/
+1857