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
*
Skipped IncompleteModulesTestCase on OS X
Todd Fiala
2016-01-23
1
-2
/
+1
*
fixed TestConsecutiveBreakpoints test on OS X
Todd Fiala
2016-01-23
3
-6
/
+6
*
Fix missing function argument passthrough.
Zachary Turner
2016-01-23
1
-1
/
+1
*
Decode files with UTF-8 in lldbutil.line_number.
Zachary Turner
2016-01-22
1
-1
/
+2
*
Un xfail TestSettings.test_run_args_and_env_vars_with_dwarf
Zachary Turner
2016-01-22
1
-1
/
+0
*
More fixes related to counting threads on Windows.
Zachary Turner
2016-01-22
3
-86
/
+41
*
candidate fix for Green Dragon lldb testbot
Todd Fiala
2016-01-22
1
-1
/
+1
*
Add a helper function to ProcessStructReader to allow one to inquire about th...
Enrico Granata
2016-01-22
1
-0
/
+9
*
XFail a test from TestConditionalBreak.py on Windows.
Adrian McCarthy
2016-01-22
1
-2
/
+3
*
XFail TestNamespaceLookup tests on Windows.
Adrian McCarthy
2016-01-22
1
-1
/
+5
*
added test fixture to EditlineTest gtest
Todd Fiala
2016-01-22
1
-32
/
+35
*
Commands: silence dumb -Wextra warning from GCC
Saleem Abdulrasool
2016-01-22
1
-5
/
+5
*
Target: fix -Wcast-qual warning
Saleem Abdulrasool
2016-01-22
1
-1
/
+1
*
Silence -Wreturn-type warnings
Saleem Abdulrasool
2016-01-22
2
-0
/
+2
*
fixed test suite crash when --platform-name doesn't start with 'remote-'
Todd Fiala
2016-01-22
1
-9
/
+7
*
Revert "Enable test log collection from remote debug servers"
Pavel Labath
2016-01-22
1
-18
/
+6
*
Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...
Bhushan D. Attarde
2016-01-22
1
-2
/
+2
*
[opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...
Eduard Burtescu
2016-01-22
1
-3
/
+5
*
Fix TestImport.py to work with Python 3.5.
Adrian McCarthy
2016-01-21
1
-2
/
+4
*
Always try to read DW_TAG_typedef types from DWO files first if we can.
Greg Clayton
2016-01-21
1
-1
/
+24
*
NFC. Corrects name of test class and a comment.
Adrian McCarthy
2016-01-21
1
-2
/
+2
*
Remove assumptions that thread 0 is always the main thread.
Zachary Turner
2016-01-21
18
-147
/
+72
*
Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...
Adrian McCarthy
2016-01-21
1
-0
/
+1
*
Enable test log collection from remote debug servers
Pavel Labath
2016-01-21
1
-6
/
+18
*
When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,
Jason Molenda
2016-01-21
1
-3
/
+16
*
Fix a problem where we were not calling fcntl() with the correct arguments fo...
Enrico Granata
2016-01-20
1
-2
/
+2
*
Fixed some #ifdefs. We were erroneously not supporting certain simulators.
Sean Callanan
2016-01-20
1
-2
/
+2
*
Mark arm/aarch64 specific xfails with expectedFailureLinux decorator
Omair Javaid
2016-01-20
4
-5
/
+8
*
Fix clang warning in RenderScriptRuntime
Pavel Labath
2016-01-20
1
-1
/
+1
*
Enable TestInlineStepping on linux i386
Pavel Labath
2016-01-20
1
-2
/
+0
*
Enable TestConcurrentEvents on i386 linux
Pavel Labath
2016-01-20
1
-1
/
+0
*
[RenderScript] New command for viewing coordinate of current kernel invocation
Ewan Crawford
2016-01-20
2
-35
/
+138
*
Some 32-bit arm corefiles on darwin may have their general purpose
Jason Molenda
2016-01-20
3
-5
/
+9
*
Placate MVSC after my last commit.
Davide Italiano
2016-01-19
2
-8
/
+4
*
[Process] Remove dead code. All the switch cases are already covered.
Davide Italiano
2016-01-19
2
-4
/
+0
*
Removed a bunch of spurious files from the man page Copy Files build phase.
Sean Callanan
2016-01-19
1
-18
/
+0
*
Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...
Oleksiy Vyalov
2016-01-19
1
-0
/
+6
*
Fix for Bug 25338
Ravitheja Addepally
2016-01-19
5
-25
/
+67
*
Remove last XTIMEOUTs from android tests
Pavel Labath
2016-01-19
2
-6
/
+4
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-19
4
-12
/
+33
*
Update for llvm change. NFC.
Rafael Espindola
2016-01-18
4
-7
/
+7
*
Remove skipIfLinuxClang decorator
Pavel Labath
2016-01-18
1
-18
/
+0
*
Guard against application of an XFAIL decorator on a class
Pavel Labath
2016-01-18
1
-0
/
+2
*
Revert "Unconditionally accept symbol sizes from elf"
Tamas Berghammer
2016-01-18
4
-27
/
+12
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-18
4
-12
/
+27
*
[RenderScript] Remove mips specific expressions
Ewan Crawford
2016-01-18
2
-180
/
+90
*
On non-Windows platforms, asm int 3 generates an eStopReasonSignal.
Zachary Turner
2016-01-15
1
-1
/
+2
*
Fix TestDebugBreak.py.
Zachary Turner
2016-01-15
1
-2
/
+3
*
Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.
Zachary Turner
2016-01-15
3
-9
/
+18
*
Small fixes to ensure TestLogging.py tests work with Python 3.5 as well as 2.7.
Adrian McCarthy
2016-01-15
1
-3
/
+3
[next]