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
*
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
*
Fixed a bug where a variable could not be formatted in a summary if its datat...
Enrico Granata
2011-08-02
1
-4
/
+19
*
Public API changes:
Enrico Granata
2011-07-29
1
-8
/
+20
*
Python synthetic children:
Enrico Granata
2011-07-24
1
-1
/
+7
*
some editing of data visualization error messages to make them more meaningful
Enrico Granata
2011-07-22
1
-58
/
+87
*
when typing a summary string you can use the %S symbol to explicitly indicate...
Enrico Granata
2011-07-22
1
-1
/
+11
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-14
/
+0
*
Fixed a bug where deleting a regex summary would not immediately reflect in t...
Enrico Granata
2011-07-19
1
-134
/
+56
*
System-wide summaries:
Enrico Granata
2011-07-15
1
-0
/
+84
*
Python summary strings:
Enrico Granata
2011-07-15
1
-0
/
+2
*
smarter summary strings:
Enrico Granata
2011-07-12
1
-4
/
+20
*
named summaries:
Enrico Granata
2011-07-12
1
-0
/
+42
*
final fix for the global constructors issue
Enrico Granata
2011-07-08
1
-93
/
+99
*
bug fix in summary strings:
Enrico Granata
2011-07-06
1
-10
/
+32
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
1
-149
/
+153
*
new syntax for summary strings:
Enrico Granata
2011-07-06
1
-448
/
+291
*
Fix Linux build errors
Peter Collingbourne
2011-07-02
1
-6
/
+6
*
several improvements to "type summary":
Enrico Granata
2011-07-02
1
-37
/
+301
*
This commit adds a new top subcommand "summary" to command type named "type"....
Enrico Granata
2011-06-29
1
-10
/
+348
*
Centralized all of the format to c-string and to format character code inside
Greg Clayton
2011-06-23
1
-2
/
+2
*
Committing type format code for Enrico Granata.
Greg Clayton
2011-06-23
1
-1
/
+36
*
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to
Caroline Tice
2011-06-16
1
-12
/
+2
*
Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...
Jim Ingham
2011-06-02
1
-0
/
+15
*
Create new class, InputReaderStack, to better handle
Caroline Tice
2011-06-02
1
-21
/
+14
*
Protect the input reader stack with a recursive mutex.
Greg Clayton
2011-05-29
1
-0
/
+7
*
Don't have the debugger default to ignoring EOF. This is only what the driver
Greg Clayton
2011-05-29
1
-1
/
+12
*
Added generic register numbers for simple ABI argument registers and defined
Greg Clayton
2011-05-15
1
-1
/
+1
[next]