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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
9
-429
/
+334
*
Harden this test case to do the right thing in the face of compiler changes
Enrico Granata
2015-10-31
2
-2
/
+8
*
Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...
Eugene Zelenko
2015-10-31
7
-155
/
+122
*
Abstract the notion of the truth value of an expression result, for use
Jim Ingham
2015-10-31
3
-9
/
+37
*
Make the error return more explicit when an SBValue has no value.
Jim Ingham
2015-10-30
1
-0
/
+3
*
Add a few missing includes.
Jim Ingham
2015-10-30
1
-0
/
+2
*
Fix an error message (the debugger was invalid, not the target.)
Jim Ingham
2015-10-30
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
11
-209
/
+142
*
Remove 2 lines missed in earlier commit (r251636).
Hafiz Abid Qadeer
2015-10-30
1
-2
/
+0
*
Mark another TestEvents test as flaky on linux
Pavel Labath
2015-10-30
1
-0
/
+1
*
Make new dotest.py executable
Pavel Labath
2015-10-30
1
-0
/
+0
*
Added real editline tests.
Todd Fiala
2015-10-30
4
-84
/
+382
*
Some test cases that need the lldbExec path were failing because lldbExec was...
Enrico Granata
2015-10-30
1
-1
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utili...
Eugene Zelenko
2015-10-30
7
-415
/
+449
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Symbol; other m...
Eugene Zelenko
2015-10-30
12
-161
/
+196
*
Remove two #if0ed regions of code that we were using for an experiment but do...
Enrico Granata
2015-10-29
1
-14
/
+0
*
Add a --offset option to memory read that allows one to specify, given a type...
Enrico Granata
2015-10-29
3
-2
/
+24
*
Do not accept nullptr descriptions as valid summaries to be printed
Enrico Granata
2015-10-29
1
-2
/
+7
*
Add a --language (-l) option to the formatter delete commands in order to all...
Enrico Granata
2015-10-29
3
-25
/
+100
*
Give the test class it's own name (it was reusing the name from TestCompletio...
Jim Ingham
2015-10-29
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/l...
Eugene Zelenko
2015-10-29
10
-203
/
+177
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/T...
Eugene Zelenko
2015-10-29
3
-315
/
+251
*
Add an 'internal' kind of summary to support one-off subclasses of TypeSummar...
Enrico Granata
2015-10-29
2
-3
/
+19
*
Better handle the arguments common to all MI commands.
Hafiz Abid Qadeer
2015-10-29
20
-142
/
+67
*
Fixup lldb-argdumper cmake build
Pavel Labath
2015-10-29
1
-1
/
+1
*
Fix flakyness in TestChangeProcessGroup
Pavel Labath
2015-10-29
1
-3
/
+8
*
Rename argdumper to lldb-argdumper
Todd Fiala
2015-10-29
6
-35
/
+35
*
Leave TestAttachResume as flakey on linux
Pavel Labath
2015-10-29
1
-0
/
+1
*
Correctly include LLVM_EXTERNAL_CLANG_SOURCE_DIR.
Chaoren Lin
2015-10-29
1
-1
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Expression and ...
Eugene Zelenko
2015-10-29
14
-175
/
+185
*
Xcode suggested enabling a "no common blocks" warning
Jason Molenda
2015-10-29
10
-49
/
+84
*
Explicitly cast size_t var to (uint64_t) when printf format is PRIx64.
Jason Molenda
2015-10-29
1
-2
/
+2
*
Static analyzer noticed that a null get_pending_items_caller could
Jason Molenda
2015-10-29
1
-1
/
+7
*
Fix potential null deref; after SymbolContextSpecifier::SymbolContextMatches
Jason Molenda
2015-10-28
1
-1
/
+1
*
Remove an unused local variable
Enrico Granata
2015-10-28
1
-1
/
+0
*
Revert r251578. I was in the middle of editing the commit message
Jason Molenda
2015-10-28
1
-1
/
+1
*
Make sure we don't over specify an architecture when we connect to KDP and us...
Greg Clayton
2015-10-28
3
-26
/
+49
*
Initialize data_len to 0 in source/Plugins/Platform/Android/AdbClient.cpp
Jason Molenda
2015-10-28
1
-1
/
+1
*
Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...
Jim Ingham
2015-10-28
4
-4
/
+6
*
Remove unused SUN_LEN macro for Android.
Oleksiy Vyalov
2015-10-28
1
-7
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/l...
Eugene Zelenko
2015-10-28
15
-302
/
+197
*
Skip this test is the test suite is running in a mode where it has no WindowS...
Enrico Granata
2015-10-28
1
-6
/
+9
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/C...
Eugene Zelenko
2015-10-28
6
-212
/
+141
*
Don't crash when opening a fuzzed mach-o file that has bad dyld trie data.
Greg Clayton
2015-10-28
1
-9
/
+17
*
Removed an unecessary code-signing phase on lldb-tool.
Sean Callanan
2015-10-28
1
-14
/
+0
*
Add check for __main__ in dotest.py to ensure problems with multiprocessing o...
Adrian McCarthy
2015-10-28
1
-3
/
+4
*
Make lldb-gdbserver to take explicit socket scheme as command line argument.
Oleksiy Vyalov
2015-10-28
5
-4
/
+31
*
Try to fix the linux buildbot.
Zachary Turner
2015-10-28
1
-0
/
+2
*
Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.
Oleksiy Vyalov
2015-10-28
2
-0
/
+6
*
Refactor Windows process plugin to allow code sharing between live and mini d...
Adrian McCarthy
2015-10-28
33
-1764
/
+2063
[next]