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
*
<rdar://problem/15668743>
Greg Clayton
2013-12-18
1
-0
/
+10
*
Centralized the launching of a process into Target::Launch()
Greg Clayton
2013-12-13
1
-0
/
+109
*
Add a setting to allow users to enable expressions that crash LLDB to show up...
Greg Clayton
2013-12-06
1
-1
/
+10
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-10
/
+68
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-13
/
+75
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-5
/
+13
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
1
-18
/
+18
*
Add a new system runtime plugin type - just the top level
Jason Molenda
2013-11-05
1
-0
/
+9
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-9
/
+4
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-6
/
+6
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-6
/
+6
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-18
/
+24
*
Target::m_suppress_synthetic_value was a hack required to disable synthetic v...
Enrico Granata
2013-09-24
1
-3
/
+1
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-2
/
+7
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-0
/
+20
*
New settings: target.use-hex-immediates and target.hex-immediates-style
Daniel Malea
2013-08-07
1
-0
/
+26
*
Use the "last created watchpoint" rather than asserting on watchpoint command...
Jim Ingham
2013-07-02
1
-0
/
+5
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-0
/
+20
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
We were getting an assert because somebody was making a watchpoint that was
Jim Ingham
2013-06-18
1
-2
/
+11
*
Remember to tell the breakpoints to update themselves when new symbols are ad...
Jim Ingham
2013-06-04
1
-8
/
+11
*
<rdar://problem/13239809>
Enrico Granata
2013-06-04
1
-0
/
+9
*
<rdar://problem/13878726>
Enrico Granata
2013-05-21
1
-12
/
+12
*
Improving the previous checkin about target.load-script-from-symbol-file
Enrico Granata
2013-05-21
1
-17
/
+22
*
Forgot to check for empty error strings in the previous checkin
Enrico Granata
2013-05-20
1
-1
/
+1
*
<rdar://problem/13878726>
Enrico Granata
2013-05-20
1
-10
/
+19
*
<rdar://problem/13183720>
Enrico Granata
2013-05-13
1
-1
/
+17
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-8
/
+20
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-5
/
+5
*
<rdar://problem/13563628>
Enrico Granata
2013-04-05
1
-0
/
+18
*
Change the default for "use-fast-stepping" to on.
Jim Ingham
2013-04-04
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-21
/
+21
*
<rdar://problem/13443931>
Greg Clayton
2013-03-19
1
-1
/
+11
*
Add a target setting (target.use-fast-stepping) to control using the "run to ...
Jim Ingham
2013-03-13
1
-1
/
+10
*
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
[next]