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
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-24
/
+11
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
2
-15
/
+87
*
Fix use-after-free in OptionValueString.
Zachary Turner
2015-05-22
1
-1
/
+1
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
5
-12
/
+19
*
Add language command and LanguageRuntime plugin changes to allow vending of c...
Colin Riley
2015-05-04
1
-0
/
+2
*
Don't return nullptr when you mean to return an empty llvm::StringRef...
Jim Ingham
2015-04-30
1
-1
/
+1
*
Start to share SWIG interface files between languages.
Bruce Mitchener
2015-04-24
1
-1
/
+1
*
Factor resolution of abbreviations and aliases so that they can be tested dir...
Adrian McCarthy
2015-04-23
1
-201
/
+221
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-0
/
+1
*
Fix "help language", the languages printer was assuming the
Jim Ingham
2015-04-17
1
-6
/
+3
*
Making linking against Python simpler on Windows.
Zachary Turner
2015-04-10
1
-0
/
+3
*
Fix a problem where 'process launch' was not correctly re-quoting arguments f...
Enrico Granata
2015-04-10
1
-1
/
+2
*
[Python] Fix issue configuring sys.path during startup.
Zachary Turner
2015-04-09
1
-27
/
+30
*
Fix check for options in "command alias"
Ted Woodward
2015-04-06
1
-3
/
+3
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-7
/
+4
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
2
-120
/
+30
*
Changed '-x'/'-xsize' to '-s'/'-size' when specifying
Sean Callanan
2015-03-26
1
-2
/
+2
*
Turn off 'quit' confirmation in lldb-mi
Ilia K
2015-03-23
1
-0
/
+7
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
2
-216
/
+295
*
Fix broadcasters for interpreter and process:
Ilia K
2015-03-17
1
-1
/
+1
*
Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.
Siva Chandra
2015-03-16
1
-1
/
+1
*
Fix a bug related to arg escaping, and add unit tests.
Zachary Turner
2015-03-14
1
-1
/
+1
*
Make LLDBWrapPython.cpp depend on the .swig files (configure+make build)
Ed Maste
2015-03-14
1
-1
/
+4
*
Add support for Python object commands to return custom short and long help b...
Enrico Granata
2015-03-13
2
-0
/
+156
*
Bulk of the infrastructure work to allow script commands to be backed by obje...
Enrico Granata
2015-03-13
2
-0
/
+89
*
Help for _regexp-break wasn't very clear. Added more detailed explanations of...
Greg Clayton
2015-03-07
1
-2
/
+8
*
Make sure to re-read the file data you can get from OptionValueFileSpec::GetF...
Greg Clayton
2015-03-06
1
-1
/
+9
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+2
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
3
-0
/
+4
*
Fix build breakage on win7-msvc caused by r230955
Pavel Labath
2015-03-02
1
-2
/
+1
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
2
-207
/
+142
*
Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.
Siva Chandra
2015-02-26
1
-1
/
+1
*
If we are trying to load the scripting resource for a module whose name happe...
Enrico Granata
2015-02-26
1
-1
/
+16
*
Add the new file to the CMakeLists. This should appease the Windows bot
Enrico Granata
2015-02-20
1
-0
/
+1
*
Add an OptionValueLanguage class
Enrico Granata
2015-02-20
3
-0
/
+127
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
26
-117
/
+95
*
Fix SettingsCommandTestCase.test_set_error_output_path
Vince Harron
2015-02-18
2
-8
/
+16
*
Handle trailing spaces on "settings set" command more correctly
Pavel Labath
2015-02-16
6
-29
/
+32
*
Add -exec-arguments command
Ilia K
2015-02-13
1
-2
/
+6
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+12
*
Unbreak the cmake build by adding some new files
Reid Kleckner
2015-02-04
1
-0
/
+1
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
4
-23
/
+191
*
Change void* name_token to const void* to address warnings.
Bruce Mitchener
2015-02-03
1
-5
/
+5
*
Changes in 226712 needed some fixing as a platform is almost always selected ...
Greg Clayton
2015-01-28
1
-0
/
+35
*
Allow python command interpreter commands to be interruptable via CTRL+C.
Greg Clayton
2015-01-27
2
-19
/
+37
*
Abstract the details from regex.h a bit more by not allowing people to specif...
Greg Clayton
2015-01-21
3
-4
/
+4
*
Don't remove backslashes from arguments unless the following char is recognized.
Zachary Turner
2015-01-20
1
-11
/
+9
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
9
-97
/
+31
*
Three related changes to help:
Kate Stone
2015-01-15
1
-76
/
+83
*
Fixed an issue where if the operating system python plug-in is changed at run...
Greg Clayton
2015-01-13
16
-18
/
+76
[next]