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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
One of the changes Jim made in r286288 (cleaning up the stop print
Jason Molenda
2017-01-28
1
-1
/
+1
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-2
/
+2
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-8
/
+5
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-3
/
+25
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+3
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-4
/
+4
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-0
/
+51
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1498
/
+1265
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-3
/
+48
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-48
/
+3
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-3
/
+48
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-2
/
+2
*
Fixed a threading race condition where we could crash after calling Debugger:...
Greg Clayton
2016-07-11
1
-2
/
+0
*
Guard against the C++ destructor chain by not letting the debugger list clean...
Greg Clayton
2016-05-26
1
-67
/
+49
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-41
/
+41
*
Don't let two threads call Debugger::Clear simultaneously.
Greg Clayton
2016-05-04
1
-24
/
+39
*
Corrected wording of REPL not available messaging (contained a repeated word ...
Kate Stone
2016-04-21
1
-1
/
+1
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-12
/
+13
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
1
-109
/
+100
*
[LLDB] Switch to assembly view if source is moved
Mohit K. Bhakkad
2015-12-03
1
-4
/
+5
*
Fix error handling when there are no REPLs installed.
Sean Callanan
2015-10-21
1
-0
/
+22
*
Fixed version of r250913, which actually implements all the static functions.
Sean Callanan
2015-10-21
1
-5
/
+0
*
Revert "Made the REPL choose a default language if only one REPL can be chosen."
Siva Chandra
2015-10-21
1
-0
/
+5
*
Made the REPL choose a default language if only one REPL can be chosen.
Sean Callanan
2015-10-21
1
-5
/
+0
*
When target is NULL, provide a debugger so that REPLs can use that to create
Sean Callanan
2015-10-21
1
-1
/
+1
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
1
-0
/
+34
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-0
/
+72
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-3
/
+0
*
Fix debugger shutdown when Python interpreter is loaded.
Oleksiy Vyalov
2015-09-08
1
-1
/
+5
*
Purge a few places where *LanguageRuntime.h was being used when it
Jim Ingham
2015-09-03
1
-2
/
+1
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-0
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Make log options uniform betwwen lldb-platform and lldb-gdbserver
Tamas Berghammer
2015-05-27
1
-29
/
+1
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-111
/
+77
*
Fix Debugger::HandleProcessEvent in case when ProcessIOHandler doesn't exist
Ilia K
2015-04-09
1
-1
/
+1
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-30
/
+17
*
Support for truncate/append on log files
Pavel Labath
2015-03-20
1
-1
/
+6
*
Move LLDB initialization/shutdown to Initialization.
Zachary Turner
2015-03-19
1
-24
/
+5
*
Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.
Robert Flack
2015-03-10
1
-3
/
+22
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-0
/
+4
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+1
*
Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.
Siva Chandra
2015-02-26
1
-2
/
+2
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+15
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-1702
/
+36
*
Three related changes to help:
Kate Stone
2015-01-15
1
-0
/
+12
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-5
/
+9
*
Fix the behavior of ${current-pc-arrow} in the default disassembly
Jason Molenda
2014-12-02
1
-7
/
+8
*
lldb can deadlock when launched with an non-existing executable:
Greg Clayton
2014-12-01
1
-10
/
+26
[next]