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
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+31
*
Remove the m_images(NULL) hack in the Target ctor now
Jason Molenda
2013-02-04
1
-13
/
+0
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
<rdar://problem/12437929>
Enrico Granata
2013-01-21
1
-0
/
+76
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-0
/
+1
*
Removed the hack that uses "frame variable" to
Sean Callanan
2013-01-12
1
-100
/
+22
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-17
/
+13
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-1
/
+1
*
<rdar://problem/12831670>
Jason Molenda
2012-12-13
1
-0
/
+13
*
Add a LOG_TARGET log to Target::SetDefaultArchitecture
Jason Molenda
2012-12-12
1
-3
/
+4
*
Adding missing log->Printf instead of printf in Target::SetArchitecture
Jason Molenda
2012-12-05
1
-9
/
+12
*
Crash every time with new target logging is now fixed.
Greg Clayton
2012-12-05
1
-1
/
+2
*
Add an LLDB_LOG_TARGET logging channel (log eanble lldb target).
Jason Molenda
2012-12-05
1
-1
/
+18
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-10
/
+17
*
<rdar://problem/12687087>
Greg Clayton
2012-11-29
1
-26
/
+51
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-10
/
+10
*
Minor cleanups to the new ModuleList notification APIs: passing in the Module...
Enrico Granata
2012-11-08
1
-10
/
+10
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-19
/
+44
*
Fixed build warnings.
Greg Clayton
2012-10-30
1
-0
/
+1
*
Watchpoints remember the type of the expression or variable they were set wit...
Jim Ingham
2012-10-23
1
-6
/
+5
*
Added the infrastructure necessary for plug-ins to be able to add their own s...
Greg Clayton
2012-10-19
1
-17
/
+1
*
Add a new target setting to disable automatic loading of kext images
Jason Molenda
2012-10-19
1
-1
/
+17
*
<rdar://problem/12462048>
Greg Clayton
2012-10-17
1
-1
/
+17
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-1
/
+2
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-3
/
+3
*
<rdar://problem/11988289> Making C++ synthetic children provider for NSDictio...
Enrico Granata
2012-09-18
1
-0
/
+2
*
Make file + line breakpoints even more efficient by using our SearchFilter ob...
Greg Clayton
2012-09-07
1
-2
/
+12
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-15
/
+8
*
OptionValueFileSpec had an accessor to read the contents of the file and retu...
Greg Clayton
2012-08-30
1
-1
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-6
/
+57
*
Check that the data buffer is non-null before getting its file contents.
Jim Ingham
2012-08-22
1
-1
/
+5
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
1
-880
/
+18
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-787
/
+1159
*
<rdar://problem/12027563> Making sure that some class of stop-hook commands t...
Enrico Granata
2012-08-03
1
-1
/
+6
*
Add useful documentation to the "target.source-map" setting.
Jim Ingham
2012-07-18
1
-1
/
+5
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-2
/
+4
*
rdar://problem/11584012
Johnny Chen
2012-06-04
1
-4
/
+35
*
Thread-hardening the SB API calls related to watchpoint operations.
Johnny Chen
2012-05-31
1
-0
/
+4
*
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...
Enrico Granata
2012-05-31
1
-1
/
+2
*
<rdar://problem/11534686>
Greg Clayton
2012-05-25
1
-0
/
+1
*
Also push file & line breakpoints past the prologue. Also added a "-K" argum...
Jim Ingham
2012-05-22
1
-13
/
+21
*
Fixes the case where we created a dummy target, deleted it, and then tried to...
Filipe Cabecinhas
2012-05-19
1
-0
/
+2
*
If we notice that a module with a given file path is replaced by another with...
Jim Ingham
2012-05-17
1
-56
/
+87
*
<rdar://problem/11451919>
Greg Clayton
2012-05-15
1
-5
/
+2
*
<rdar://problem/11240464>
Greg Clayton
2012-05-15
1
-5
/
+5
*
<rdar://problem/11439169>
Greg Clayton
2012-05-12
1
-3
/
+5
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-17
/
+7
*
Clean up the way modules are looked for when calling Target::GetSharedModule(...
Greg Clayton
2012-04-27
1
-14
/
+38
[next]