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
*
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
*
Make sure writing asynchronous output only backs up
Caroline Tice
2011-05-09
1
-0
/
+19
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-3
/
+5
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-0
/
+14
*
Did some work on the "register read" command to only show the first register
Greg Clayton
2011-04-22
1
-2
/
+2
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-46
/
+0
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-38
/
+5
*
The UserSettings controllers must be initialized & terminated in the
Caroline Tice
2011-03-10
1
-8
/
+34
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-3
/
+1
*
Add a new function to Debugger for finding the top/current
Caroline Tice
2011-02-10
1
-28
/
+38
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-41
/
+20
*
Abtract terminal stuff into a new lldb_private::Terminal class
Greg Clayton
2011-02-07
1
-27
/
+16
*
More termios fixes. We need to currently make sure to include:
Greg Clayton
2011-02-07
1
-1
/
+2
*
More termios fixes from Kirk Beitz.
Greg Clayton
2011-02-07
1
-1
/
+5
*
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
Greg Clayton
2011-02-05
1
-0
/
+1
*
Add API and implementation for SBDebugger::Destroy and Debugger::Destroy.
Caroline Tice
2011-01-22
1
-0
/
+20
*
Replace Mutex guarding python interpreter access with Predicate,
Caroline Tice
2011-01-17
1
-3
/
+4
*
Split up the Python script interpreter code to allow multiple script interpre...
Caroline Tice
2011-01-14
1
-0
/
+8
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-2
/
+2
*
Add code to make sure InputReaders finish and are cleaned up when
Caroline Tice
2010-12-20
1
-0
/
+19
*
More reverting of the EOF stuff as the API was changed which we don't want to
Greg Clayton
2010-12-04
1
-1
/
+2
*
Added the ability for a process to inherit the current host environment. This
Greg Clayton
2010-12-04
1
-1
/
+1
*
Add proper EOF handling to Communication & Connection classes:
Caroline Tice
2010-12-02
1
-1
/
+1
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-4
/
+41
*
Print out addresses with the correct width for 32 bit programs.
Greg Clayton
2010-11-19
1
-1
/
+6
*
Fixed an issue where the UserSettingsControllers were being created out of
Greg Clayton
2010-11-19
1
-5
/
+5
*
Cleaned up code that wasn't using the Initialize and Terminate paradigm by
Greg Clayton
2010-11-18
1
-26
/
+24
*
Make processes use InputReaders for their input. Move the process
Caroline Tice
2010-11-16
1
-16
/
+2
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-2
/
+2
*
Fixed our overly verbose stop reasons which by default included the thread
Greg Clayton
2010-11-02
1
-2
/
+9
*
Fix the default prompt to have a space.
Greg Clayton
2010-10-22
1
-1
/
+1
*
Don't cache the public stop reason, since it can change as plan completion ge...
Jim Ingham
2010-10-20
1
-3
/
+3
*
Add an "auto-confirm" setting to the debugger so you can turn off the confirm...
Jim Ingham
2010-10-04
1
-5
/
+29
*
Fixed and issue where we weren't seeing inlined functions anymore. We also no...
Greg Clayton
2010-10-04
1
-0
/
+27
*
Added file and line back to the default thread format.
Greg Clayton
2010-10-04
1
-0
/
+1
[next]