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
/
Debugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-3
/
+3
*
Command files that switch input handlers didn't work, now they do.
Greg Clayton
2014-06-20
1
-3
/
+23
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+103
*
Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe...
Greg Clayton
2014-04-25
1
-0
/
+2
*
<rdar://problem/14862302>
Enrico Granata
2014-03-25
1
-3
/
+18
*
Core: preprocess out TestPromptFormats
Saleem Abdulrasool
2014-03-20
1
-0
/
+2
*
After doing all the work to compute the target ValueObject we want to evaluat...
Jim Ingham
2014-03-11
1
-0
/
+7
*
Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread...
Jim Ingham
2014-03-07
1
-53
/
+58
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-1
/
+4
*
Fixed all overlapping prompt issues.
Greg Clayton
2014-02-28
1
-53
/
+81
*
Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...
Greg Clayton
2014-02-24
1
-1
/
+1
*
Check curr_thread is not empty before accessing it.
Jim Ingham
2014-01-31
1
-1
/
+1
*
Fixed a crasher when handling process events that is due to a translation fro...
Greg Clayton
2014-01-28
1
-1
/
+2
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-208
/
+688
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
1
-37
/
+16
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-5
/
+5
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-5
/
+5
*
Renaming the setting to enable/disable automatic one-lining of summaries as a...
Enrico Granata
2013-10-31
1
-4
/
+4
*
<rdar://problem/15319880>
Enrico Granata
2013-10-25
1
-0
/
+10
*
Made all other "operator bool"s explicit and ensured
Sean Callanan
2013-10-04
1
-8
/
+8
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-1
/
+1
*
Remove spurious reference to radars in code (we try not to put Radar numbers ...
Jim Ingham
2013-09-05
1
-2
/
+0
*
Add format specifiers to various format ids so we can print thread ids in dec...
Michael Sartain
2013-07-30
1
-109
/
+167
*
simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...
Michael Sartain
2013-07-17
1
-1
/
+6
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-3
/
+4
*
Adding two new markers to the ${var..} specifier
Enrico Granata
2013-06-21
1
-0
/
+6
*
In thread and frame format strings, it is now allowed to use Python functions...
Enrico Granata
2013-06-20
1
-0
/
+72
*
<rdar://problem/12717717>
Enrico Granata
2013-06-18
1
-11
/
+9
*
Remove unused variable.
Greg Clayton
2013-05-29
1
-1
/
+0
*
Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...
Michael Sartain
2013-05-23
1
-216
/
+60
*
<rdar://problem/13878726>
Enrico Granata
2013-05-21
1
-3
/
+3
*
Improving the previous checkin about target.load-script-from-symbol-file
Enrico Granata
2013-05-21
1
-5
/
+8
*
<rdar://problem/13878726>
Enrico Granata
2013-05-20
1
-0
/
+24
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
1
-1
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-1
/
+1
*
<rdar://problem/13621080>
Enrico Granata
2013-05-08
1
-11
/
+7
*
Converting ScanFormatDescriptor to use std::string instead of a manually mana...
Enrico Granata
2013-05-06
1
-24
/
+29
*
fix a couple of clang static analyzer warnings.
Jason Molenda
2013-05-04
1
-1
/
+1
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-0
/
+5
*
<rdar://problem/13209140>
Enrico Granata
2013-04-24
1
-2
/
+15
*
<rdar://problem/13449987>
Greg Clayton
2013-04-04
1
-0
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
Our commands that end up displaying a ValueObject as part of their workflow u...
Enrico Granata
2013-03-26
1
-2
/
+1
*
<rdar://problem/13502196>
Greg Clayton
2013-03-26
1
-1
/
+10
*
<rdar://problem/13498879>
Greg Clayton
2013-03-25
1
-9
/
+2
*
<rdar://problem/13443931>
Greg Clayton
2013-03-19
1
-1
/
+10
*
Call Process::Finalize directly in Debugger::Destroy, rather than having it d...
Jim Ingham
2013-02-27
1
-4
/
+1
*
Moving from std::auto_ptr<char> to std::string for simple string memory manag...
Enrico Granata
2013-02-01
1
-11
/
+10
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-7
/
+6
[next]