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
*
<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
*
<rdar://problem/11852100>
Greg Clayton
2012-07-11
1
-4
/
+4
*
<rdar://problem/11246147>
Greg Clayton
2012-05-16
1
-2
/
+8
*
<rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...
Enrico Granata
2012-05-08
1
-1
/
+18
*
Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since tha...
Jim Ingham
2012-04-26
1
-4
/
+12
*
<rdar://problem/11148044>
Greg Clayton
2012-03-30
1
-49
/
+67
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-1
/
+2
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-25
/
+28
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-2
/
+2
*
Make Debugger::SetLoggingCallback public, and expose it through the SB API. ...
Jim Ingham
2012-02-22
1
-3
/
+3
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-3
/
+76
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-1
/
+1
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+2
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-0
/
+21
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-19
/
+31
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-8
/
+0
*
Fixed an issue in the debugger format strings that include "${function.name-w...
Greg Clayton
2012-01-18
1
-1
/
+1
*
<rdar://problem/9731573>
Greg Clayton
2012-01-14
1
-1
/
+4
*
<rdar://problem/10684141>
Greg Clayton
2012-01-14
1
-6
/
+10
*
Added a new thread and frame format that can be used to display a function
Greg Clayton
2012-01-13
1
-0
/
+104
*
Improve the x86_64 return value decoder to handle most structure returns.
Jim Ingham
2011-12-22
1
-7
/
+4
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-0
/
+18
*
Many GDB users always want to display disassembly when they stop by using
Greg Clayton
2011-11-21
1
-58
/
+155
*
Fixed the issue that was causing our monitor process threads to crash, it
Greg Clayton
2011-11-17
1
-1
/
+1
*
Made the darwin host layer properly reap any child processes that it spawns.
Greg Clayton
2011-11-16
1
-0
/
+16
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-3
/
+3
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-3
/
+3
*
Added the ability to run expressions in any command. Expressions can be
Greg Clayton
2011-10-14
1
-1
/
+209
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-0
/
+1
[next]