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
*
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
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-113
/
+127
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-3
/
+3
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-32
/
+21
*
Track whether a process was Launched or Attached to. If Attached, the detach...
Jim Ingham
2011-09-15
1
-3
/
+15
*
SBSourceManager now gets the real source manager either from the Debugger or ...
Jim Ingham
2011-09-13
1
-1
/
+2
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-1
/
+1
*
Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...
Johnny Chen
2011-08-25
1
-2
/
+0
*
Improved the user-friendliness of errors shown by the summary feature in cert...
Enrico Granata
2011-08-23
1
-2
/
+7
*
Additional code cleanups ; Short option name for --python-script in type summ...
Enrico Granata
2011-08-23
1
-33
/
+31
*
- Now using ${var} as the summary for an aggregate type will produce "name-of...
Enrico Granata
2011-08-19
1
-12
/
+41
*
Second round of code cleanups:
Enrico Granata
2011-08-18
1
-3
/
+26
*
First round of code cleanups:
Enrico Granata
2011-08-17
1
-282
/
+19
*
New category "gnu-libstdc++" provides summary for std::string and synthetic c...
Enrico Granata
2011-08-17
1
-0
/
+68
*
Removed debug printf that was left in.
Greg Clayton
2011-08-15
1
-1
/
+0
*
Bumped Xcode project versions for lldb-72 and debugserver-143.
Greg Clayton
2011-08-13
1
-0
/
+1
*
Added an error message when the user tries to add a filter when a synthetic p...
Enrico Granata
2011-08-12
1
-3
/
+17
*
*Some more optimizations in usage of ConstString
Enrico Granata
2011-08-12
1
-0
/
+8
*
Fixed an issue where a pointer's address was being logged instead of its value
Enrico Granata
2011-08-11
1
-3
/
+3
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-4
/
+4
*
New formatting symbol %# can be used in summary strings to get the "count of ...
Enrico Granata
2011-08-04
1
-0
/
+2
[next]