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
*
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
*
<rdar://problem/12953853>
Greg Clayton
2013-01-08
1
-3
/
+3
*
<rdar://problem/11844604>
Greg Clayton
2012-12-10
1
-4
/
+4
*
<rdar://problem/12560257>
Greg Clayton
2012-12-06
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Save and restore terminal state when lldb is suspended with SIGTSTP and resum...
Jim Ingham
2012-11-30
1
-1
/
+20
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-11
/
+11
*
<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...
Enrico Granata
2012-10-29
1
-1
/
+6
*
Added the infrastructure necessary for plug-ins to be able to add their own s...
Greg Clayton
2012-10-19
1
-1
/
+5
*
Improvements to the data formatters logging - plus, new log messages when our...
Enrico Granata
2012-10-17
1
-30
/
+30
*
Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...
Jim Ingham
2012-10-16
1
-2
/
+2
*
Implementing plugins that provide commands.
Enrico Granata
2012-09-28
1
-0
/
+107
*
Fixed an error with a static enum definition where it wasn't NULL terminate a...
Greg Clayton
2012-09-13
1
-0
/
+1
*
Made it so changes to the prompt via "settings set prompt" get noticed by the...
Greg Clayton
2012-09-01
1
-1
/
+22
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+5
*
<rdar://problem/12022079>
Greg Clayton
2012-08-23
1
-14
/
+21
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
1
-923
/
+17
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-560
/
+1100
*
Turn on function args by default in thread & frame formats.
Jim Ingham
2012-08-09
1
-1
/
+1
*
LLDB no longer prints <no result> by default if
Sean Callanan
2012-08-09
1
-1
/
+20
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-4
/
+4
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-42
/
+0
[next]