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
/
Target.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
After a recent fix to not set the default architecture to "x86_64", the strin...
Greg Clayton
2010-10-27
1
-4
/
+7
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-7
/
+19
*
Don't set the default architecture to x86_64. Leave it NULL so that it isn't ...
Greg Clayton
2010-10-25
1
-1
/
+1
*
Added a new Host call to find LLDB related paths:
Greg Clayton
2010-10-17
1
-1
/
+1
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-0
/
+12
*
Hooked up ability to look up data symbols so they show up in disassembly
Greg Clayton
2010-10-08
1
-1
/
+1
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-1
/
+20
*
Create more useful instance names for target, process and thread instances.
Caroline Tice
2010-09-27
1
-2
/
+19
*
Fixed a build warning where no return values was being returned.
Greg Clayton
2010-09-22
1
-1
/
+3
*
Make GetInstanceSettingsValue methods take an Error * rather than an Error &,
Caroline Tice
2010-09-20
1
-2
/
+2
*
Add UserSettings to Target class, making Target settings
Caroline Tice
2010-09-20
1
-0
/
+231
*
Clear the section list when a our current process is destroyed.
Greg Clayton
2010-09-14
1
-0
/
+1
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-5
/
+4
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-4
/
+10
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-8
/
+57
*
Added needed breakpoint functionality to the public API that includes:
Greg Clayton
2010-07-23
1
-13
/
+6
*
Removed a commented out function and did a little reformatting.
Greg Clayton
2010-06-30
1
-97
/
+1
*
Centralized all disassembly into static functions in source/Core/Disassembler...
Greg Clayton
2010-06-30
1
-61
/
+141
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-4
/
+9
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-2
/
+3
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+707