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
*
[SymbolFilePDB] Add missing Char16 and Char32 types in a few places
Aaron Smith
2018-03-07
3
-0
/
+18
*
[SymbolFilePDB] Minor cleanup
Aaron Smith
2018-03-07
1
-22
/
+23
*
[SymbolFilePDB] Add support for CVR pointer type qualifier
Aaron Smith
2018-03-07
3
-20
/
+129
*
[SymbolFilePDB] Get line number for PDBSymbolTypeEnum
Aaron Smith
2018-03-07
2
-14
/
+18
*
the thread id is easier to read in base16.
Jason Molenda
2018-03-06
1
-1
/
+1
*
Add test for lldb-mi interpreter
Adrian Prantl
2018-03-06
2
-0
/
+39
*
Rewrite TestTargetSymbolsBuildidCase to be more focused
Pavel Labath
2018-03-06
5
-46
/
+45
*
ObjectFileMachO: split CreateSections mega-function into more manageable chunks
Pavel Labath
2018-03-06
2
-508
/
+517
*
HostThreadPosix::Cancel: remove android-specific implementation
Pavel Labath
2018-03-06
1
-4
/
+1
*
[LLDB][PPC64] Fixed issues with expedited registers
Pavel Labath
2018-03-06
2
-0
/
+6
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
14
-53
/
+1460
*
LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dir
Adrian Prantl
2018-03-05
1
-0
/
+1
*
Fix the install location of LLDBWrapPython.cpp when building
Adrian Prantl
2018-03-05
1
-1
/
+3
*
[test] Skip pexpect-based lldb-mi tests on Darwin
Vedant Kumar
2018-03-05
4
-1
/
+20
*
Including <functional> for std::bind
Raphael Isemann
2018-03-05
1
-0
/
+1
*
[test] Add dotest wrapper
Jonas Devlieghere
2018-03-05
2
-2
/
+31
*
llgs-tests: use the auto-parsing form of SendMessage for sending the continue...
Pavel Labath
2018-03-04
2
-11
/
+8
*
ObjectFileMachO: use early return to remove one nesting level from CreateSect...
Pavel Labath
2018-03-03
1
-532
/
+513
*
Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.
Adrian Prantl
2018-03-02
1
-1
/
+2
*
Don't compile testcase with clang modules enabled.
Adrian Prantl
2018-03-02
2
-2
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
12
-29
/
+134
*
[testsuite] Remove workaround for categories and inline tests.
Jonas Devlieghere
2018-03-02
1
-9
/
+6
*
Speed up TestWatchpointMultipleThreads
Pavel Labath
2018-03-02
2
-120
/
+41
*
Make TestDynamicValueSameBase gcc-compatible
Pavel Labath
2018-03-01
1
-3
/
+7
*
Make Finalize tolerant of empty register sets.
Tatyana Krasnukha
2018-03-01
1
-1
/
+1
*
[test] Restore cleanup behavior in TestQuoting.py
Vedant Kumar
2018-03-01
1
-1
/
+1
*
We were getting the wrong dynamic type if there were two classes with the sam...
Jim Ingham
2018-03-01
4
-2
/
+106
*
Add another entitlement that we need for debugserver.
Jason Molenda
2018-03-01
1
-0
/
+2
*
Fix up the gtest targets for changes in the UnwindAssembly tests.
Jim Ingham
2018-02-28
1
-20
/
+34
*
Add ability to collect memory limit.
Han Ming Ong
2018-02-28
6
-6
/
+48
*
Adapt some tests to work with PPC64le architecture
Pavel Labath
2018-02-28
4
-4
/
+7
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
13
-505
/
+23
*
Add EmulateInstructionPPC64.cpp to xcode project file.
Jason Molenda
2018-02-28
1
-0
/
+15
*
Fix lldbinline tests for remote targets
Pavel Labath
2018-02-27
1
-1
/
+1
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
13
-23
/
+505
*
[LLDB] Initial version of PPC64 InstEmulation
Pavel Labath
2018-02-27
12
-17
/
+814
*
Move TestGdbRemoteExitCode next to the other llgs tests
Pavel Labath
2018-02-27
3
-363
/
+0
*
Removed accidentally committed code from previous commit.
Han Ming Ong
2018-02-27
1
-5
/
+1
*
Got rid of weak imports of libpenergy and libpsample because we are already r...
Han Ming Ong
2018-02-27
2
-87
/
+29
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-27
1
-0
/
+9
*
Move "concurrent events" tests back into one folder
Pavel Labath
2018-02-27
71
-348
/
+4
*
Add a sanity check for inline testcases.
Adrian Prantl
2018-02-26
2
-0
/
+10
*
Revert r326134 due to broken buildbot
Ed Maste
2018-02-26
1
-8
/
+0
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-26
1
-0
/
+8
*
Partial fix for TestConflictingSymbol.py on Windows
Adrian McCarthy
2018-02-26
3
-4
/
+4
*
Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...
Pavel Labath
2018-02-26
9
-145
/
+218
*
Fix tabs/spaces indentation problem in TestUnicodeSymbols.py
Adrian McCarthy
2018-02-26
1
-7
/
+7
*
Re-land: "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-2
/
+2
*
Revert "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-2
/
+2
*
[Support] Replace HashString with djbHash.
Jonas Devlieghere
2018-02-26
1
-2
/
+2
[next]