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
*
update ScriptInterpreterPython to use File, not FILE*
Lawrence D'Anna
2019-10-16
1
-6
/
+3
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-2
/
+2
*
SBDebugger::SetInputFile, SetOutputFile, etc.
Lawrence D'Anna
2019-10-03
1
-16
/
+7
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-56
/
+38
*
remove unused method ResetOutputFileHandle()
Jonas Devlieghere
2019-09-25
1
-5
/
+0
*
[lldb] Limit the amount of zeroes we use for padding when printing small floats
Raphael Isemann
2019-09-04
1
-3
/
+8
*
[lldb] Construct the dummy target when the first Debugger object is constructed
Raphael Isemann
2019-08-26
1
-4
/
+3
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-6
/
+4
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-4
/
+6
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-6
/
+4
*
[NFC] Remove lldb_utility namespace.
Jonas Devlieghere
2019-08-21
1
-2
/
+2
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-31
/
+71
*
Fix issues with inferior stdout coming out of order
Pavel Labath
2019-07-31
1
-63
/
+20
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-18
/
+16
*
[TableGen] Fix stale include paths
Jonas Devlieghere
2019-07-26
1
-2
/
+2
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-111
/
+5
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
1
-5
/
+22
*
Add color to the default thread and frame format.
Jonas Devlieghere
2019-06-17
1
-11
/
+18
*
[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-8
/
+19
*
[CommandInterpreter] Remove scripting language argument. (NFC)
Jonas Devlieghere
2019-04-26
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-1
/
+6
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-13
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-2
/
+2
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
1
-18
/
+0
*
[Reproducers] Improve reproducer API and add unit tests.
Jonas Devlieghere
2018-11-27
1
-8
/
+13
*
Fix copy/paste mistake for r346919.
Jonas Devlieghere
2018-11-15
1
-1
/
+1
*
[reproducer] Post-commit cleanup
Jonas Devlieghere
2018-11-15
1
-0
/
+7
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-0
/
+12
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-26
/
+26
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+4
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
1
-12
/
+15
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-2
/
+4
*
Escape newlines in default disassembly format.
Jonas Devlieghere
2018-10-01
1
-2
/
+2
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-42
/
+36
*
Check if a terminal supports colors on Windows properly
David Bolvansky
2018-09-08
1
-1
/
+0
*
Print column info in backtraces et al. if available
Adrian Prantl
2018-09-05
1
-1
/
+2
*
Set Windows console mode to enable support for ansi escape codes
David Bolvansky
2018-09-05
1
-0
/
+9
*
Move the column marking functionality to the Highlighter framework
Raphael Isemann
2018-08-30
1
-11
/
+8
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
1
-2
/
+4
*
Disable use-color if the output stream is not a terminal with color support.
Raphael Isemann
2018-08-27
1
-0
/
+3
[next]