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
...
*
[lldb][NFC] NFC cleanup for the completion code
Raphael Isemann
2019-08-22
2
-21
/
+20
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
8
-18
/
+8
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
12
-119
/
+45
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
2
-3
/
+5
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
4
-34
/
+22
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
1
-8
/
+8
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-8
/
+37
*
[Reproducers] Force replay in synchronous mode.
Jonas Devlieghere
2019-07-31
1
-1
/
+5
*
Fix issues with inferior stdout coming out of order
Pavel Labath
2019-07-31
1
-25
/
+7
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-9
/
+6
*
[StringList] Change LongestCommonPrefix API
Jonas Devlieghere
2019-07-31
1
-2
/
+1
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
3
-7
/
+7
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
2
-12
/
+10
*
[TableGen] Move interpreter properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
3
-3
/
+41
*
[CMake] Add TableGen dependency to lldbInterpreter.
Jonas Devlieghere
2019-07-25
1
-0
/
+2
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-38
/
+10
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-14
/
+11
*
Options: Reduce code duplication
Pavel Labath
2019-07-10
2
-67
/
+37
*
Fix a typo in help text.
Adrian McCarthy
2019-06-25
1
-1
/
+1
*
[Python] Flush prompt before reading input
Jonas Devlieghere
2019-06-25
1
-0
/
+1
*
Options: Correctly check for missing arguments
Pavel Labath
2019-06-25
1
-3
/
+5
*
Reapply "Fix a crash in option parsing."
Adrian Prantl
2019-06-25
1
-1
/
+12
*
Revert "Fix a crash in option parsing."
Davide Italiano
2019-06-20
1
-6
/
+0
*
Fix a crash in option parsing.
Adrian Prantl
2019-06-11
1
-0
/
+6
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-3
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-6
/
+6
*
Actaully lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-05-22
1
-1
/
+3
*
[CommandInterpreter] Refactor SourceInitFile
Jonas Devlieghere
2019-05-17
1
-86
/
+111
*
[CommandInterpreter] Fix trailing blanks after `all` or [0-9]+ for bt
Stella Stamenova
2019-05-17
1
-4
/
+4
*
[CommandInterpreter] Accept blanks after `all` or [0-9]+ for bt.
Davide Italiano
2019-05-17
1
-4
/
+4
*
Replace assert with static_assert here applicable.
Jonas Devlieghere
2019-05-15
1
-2
/
+3
*
Propagate command interpreter errors from lldlbinit
Jonas Devlieghere
2019-05-08
1
-3
/
+21
*
[Driver] Change the way we deal with local lldbinit files.
Jonas Devlieghere
2019-05-06
1
-5
/
+3
*
[Alias] Add 're' alias for register
Jonas Devlieghere
2019-05-03
1
-0
/
+5
*
Mention the thread-format & frame-format settings in help.
Jim Ingham
2019-05-02
1
-1
/
+3
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
3
-18
/
+6
*
[CommandInterpreter] Remove scripting language argument. (NFC)
Jonas Devlieghere
2019-04-26
1
-2
/
+0
*
[ScriptInterpreter] Pass the debugger instead of the command interpreter
Jonas Devlieghere
2019-04-26
2
-7
/
+3
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-1
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
6
-14
/
+0
*
[NFC] find_first_of/find_last_of -> find/rfind for single char.
Jonas Devlieghere
2019-03-28
2
-3
/
+2
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
3
-11
/
+11
*
Replace debug-only assert with a plain old assert.
Adrian Prantl
2019-03-06
1
-7
/
+5
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-7
/
+10
*
Fix error handling in Options::Parse
Tatyana Krasnukha
2019-02-26
1
-2
/
+3
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-90
/
+95
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-13
/
+13
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
2
-28
/
+36
*
[CommandInterpreter] Early return on error (NFC)
Jonas Devlieghere
2019-02-07
1
-125
/
+121
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
45
-180
/
+135
[prev]
[next]