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
*
Plug-in PlatformNetBSD initializer and terminator
Kamil Rytarowski
2015-12-05
1
-0
/
+2
*
Document NetBSD platform support on the webpage
Kamil Rytarowski
2015-12-05
5
-4
/
+25
*
Define new builder_netbsd
Kamil Rytarowski
2015-12-05
2
-0
/
+6
*
[LLDB][MIPS] Fix TestConstVariables.py
Sagar Thakur
2015-12-05
1
-0
/
+1
*
Make TestThreadSpecificBreakpoint.py more focused.
Zachary Turner
2015-12-04
5
-53
/
+143
*
Python 3 - Fix script import --allow-reload.
Zachary Turner
2015-12-04
1
-3
/
+8
*
Make it clear how you would get the pointee out of an SBValue with
Jim Ingham
2015-12-04
2
-1
/
+10
*
Reduce memory traffic in ConstString in the std::map formatter
Enrico Granata
2015-12-04
1
-6
/
+14
*
Do the same iterator caching optimization for std::map
Enrico Granata
2015-12-04
1
-48
/
+64
*
Implement GetMemoryRegionInfo for mini dumps.
Adrian McCarthy
2015-12-04
6
-13
/
+98
*
Add a similar benchmark for our std::map performance
Enrico Granata
2015-12-04
3
-0
/
+75
*
Fix typo in a comment
Kamil Rytarowski
2015-12-04
1
-1
/
+1
*
Add documentation for SBTarget::CreateValueFromAddress.
Jim Ingham
2015-12-04
1
-0
/
+18
*
Cache the incremental iterators as you traverse the list, so that you don't h...
Enrico Granata
2015-12-04
1
-64
/
+79
*
Fix an issue where all tests marked with skip_if_callable would be skipped re...
Enrico Granata
2015-12-04
1
-4
/
+5
*
Improve the std::list data formatter to not need to calculate indices for eve...
Enrico Granata
2015-12-04
1
-3
/
+6
*
Add a benchmark that validates how much time LLDB spends trying to fully prin...
Enrico Granata
2015-12-04
3
-0
/
+75
*
Fix breakpoint language filtering for other C variants (like C99) and Pascal.
Dawn Perchik
2015-12-04
3
-11
/
+23
*
Marked TestModulesInlineFunctions.py XFAIL
Todd Fiala
2015-12-04
1
-0
/
+1
*
Fix test error in TestObjCCheckers.py
Todd Fiala
2015-12-04
1
-1
/
+1
*
Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...
Greg Clayton
2015-12-04
1
-4
/
+9
*
Improve the functionality of JSONNumber
Tamas Berghammer
2015-12-04
3
-44
/
+116
*
[LLDB][MIPS] Fix gdbremote_testcase.py
Mohit K. Bhakkad
2015-12-04
1
-3
/
+9
*
[LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPS
Jaydeep Patil
2015-12-04
1
-0
/
+1
*
Add a space char so step logging doesn't print things like
Jason Molenda
2015-12-04
1
-1
/
+1
*
Add a newline at the end of this file
Enrico Granata
2015-12-03
1
-1
/
+1
*
Fix in-memory section loading for JIT-ed code.
Oleksiy Vyalov
2015-12-03
1
-0
/
+1
*
Update .gitignore to include __pycache__ directories.
Zachary Turner
2015-12-03
1
-0
/
+1
*
Un XFAIL some tests that are now passing on Windows.
Zachary Turner
2015-12-03
2
-2
/
+0
*
Remove some duplicated code from PlatformPOSIX/Android
Tamas Berghammer
2015-12-03
4
-98
/
+27
*
Fix TestLoadUnload for Windows -> POSIX remote debugging
Tamas Berghammer
2015-12-03
1
-1
/
+2
*
[Fix] fix build failure due to rL254588
Mohit K. Bhakkad
2015-12-03
1
-0
/
+1
*
[LLDB][MIPS] Using enum instead of a constant to fetch PC and CAUSE registers.
Jaydeep Patil
2015-12-03
1
-2
/
+2
*
[LLDB] Switch to assembly view if source is moved
Mohit K. Bhakkad
2015-12-03
2
-8
/
+18
*
Fix test result serialization to use bytes.
Zachary Turner
2015-12-02
2
-16
/
+21
*
Candidate fixes for python2/3 compatible string handling in pickling support.
Todd Fiala
2015-12-02
2
-4
/
+4
*
Make --results-file stdout implied if unspecified when using a results format...
Todd Fiala
2015-12-02
1
-3
/
+13
*
Use sub-commands instead of --mode={client,server}.
Zachary Turner
2015-12-02
3
-37
/
+40
*
Adds candidate formatter for replacing legacy summary results.
Todd Fiala
2015-12-02
4
-88
/
+432
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-12-02
2
-4
/
+11
*
XFAIL TestReturnValue for linux i386 clang 3.5-3.6
Tamas Berghammer
2015-12-02
1
-0
/
+1
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
11
-265
/
+352
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
22
-1140
/
+178
*
PTRACE ABI to read FXSAVE area for 32-bit inferior
Abhishek Aggarwal
2015-12-02
2
-4
/
+42
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
22
-178
/
+1140
*
Revert "Fix race during process interruption"
Pavel Labath
2015-12-01
4
-108
/
+126
*
Fix race during process interruption
Pavel Labath
2015-12-01
4
-126
/
+108
*
[LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...
Sagar Thakur
2015-12-01
1
-0
/
+3
*
[LLDB][MIPS] Change ARCHFLAG for MIPS
Jaydeep Patil
2015-12-01
1
-0
/
+3
*
Fix a bug where one-lining display of child values would ignore the user's ch...
Enrico Granata
2015-12-01
1
-1
/
+1
[next]