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
/
packages
/
Python
/
lldbsuite
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
88
-486
/
+163
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
88
-163
/
+486
*
Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...
Adrian McCarthy
2017-09-19
2
-3
/
+66
*
Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...
Adrian McCarthy
2017-09-18
2
-66
/
+3
*
Wire up the breakpoint name help string.
Jim Ingham
2017-09-15
1
-5
/
+22
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
5
-21
/
+283
*
Commands are -d to break modify, not -C.
Jim Ingham
2017-09-14
1
-1
/
+1
*
Forgot to svn add the test cases for breakpoint auto-continue flag.
Jim Ingham
2017-09-13
3
-0
/
+129
*
Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...
Adrian McCarthy
2017-09-13
2
-3
/
+66
*
Fix test_attach_to_process_from_different_dir_by_id test on Windows
Eugene Zemtsov
2017-09-13
1
-3
/
+6
*
Fix lldb-mi test data_read_memory_bytes_global
Ted Woodward
2017-09-07
2
-4
/
+4
*
Add test case for attach-by-pid from different cwd
Ed Maste
2017-09-03
1
-0
/
+24
*
test: fix missed test
Saleem Abdulrasool
2017-08-23
1
-1
/
+1
*
Process: fix FXSAVE on x86
Saleem Abdulrasool
2017-08-23
1
-1
/
+1
*
remove FreeBSD xfail decorator from TestCppNsImport
Ed Maste
2017-08-10
1
-1
/
+0
*
remove FreeBSD xfail decorator from TestCallStdStringFunction
Ed Maste
2017-08-10
1
-3
/
+0
*
remove FreeBSD xfail decorator from TestExitDuringBreak
Ed Maste
2017-08-10
1
-3
/
+0
*
Report inferior signals as signals, not exceptions, on FreeBSD
Ed Maste
2017-08-10
3
-13
/
+4
*
Fix PlatformPythonTestCase.test_platform_list for the build bots
Vadim Macagon
2017-08-09
1
-6
/
+12
*
Expose active and available platform lists via SBDebugger API
Vadim Macagon
2017-08-09
2
-0
/
+74
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-1
/
+30
*
Fix ProcessAPITestCase.test_get_process_info
Vadim Macagon
2017-08-02
1
-15
/
+27
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
1
-7
/
+101
*
xfail test_get_process_info pending bot fixes
Sean Callanan
2017-08-01
1
-0
/
+1
*
Expose process instance info via SB API
Vadim Macagon
2017-08-01
3
-0
/
+96
*
XFAIL/XFlakey some tests what become very flakey on the Linux buildbot
Tamas Berghammer
2017-07-27
2
-0
/
+2
*
Fix the formatting for help on option value types.
Jim Ingham
2017-07-27
1
-0
/
+9
*
Skip test_unique_stacks on Darwin, because it doesn't terminate reliably.
Sean Callanan
2017-07-25
1
-1
/
+3
*
Extend 'target symbols add' to load symbols from a given module
Eugene Zemtsov
2017-07-24
3
-0
/
+70
*
Skip test_lldbmi_var_update on Darwin.
Sean Callanan
2017-07-24
1
-0
/
+1
*
RFix PR33875 by distinguishing between DWO and clang modules.
Adrian Prantl
2017-07-24
1
-2
/
+0
*
Revert "Fix PR33875 by distinguishing between DWO and clang modules"
Adrian Prantl
2017-07-23
1
-0
/
+2
*
Fix PR33875 by distinguishing between DWO and clang modules
Adrian Prantl
2017-07-23
1
-2
/
+0
*
XFail TestWithModuleDebugging on linux (bug 33875)
Pavel Labath
2017-07-21
1
-0
/
+2
*
Expose hit count via SBBreakpointLocation.
Bruce Mitchener
2017-07-19
3
-0
/
+141
*
Convert a few more tests to use run_to_source_breakpoint.
Jim Ingham
2017-07-13
3
-84
/
+7
*
Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...
Kuba Mracek
2017-07-13
3
-0
/
+64
*
NativeProcessLinux: Fix handling of raise(SIGTRAP)
Pavel Labath
2017-07-11
2
-0
/
+12
*
Update message that Main Thread Checker produces.
Kuba Mracek
2017-07-08
1
-2
/
+2
*
Disable TestGoASTContext
Pavel Labath
2017-07-07
1
-0
/
+1
*
Working through testcases, converting to run_to_source_breakpoint.
Jim Ingham
2017-07-06
5
-99
/
+14
*
Revert "Android.rules: build x86 tests with -mstackrealign"
Pavel Labath
2017-07-06
2
-6
/
+0
*
Add a lldbutils routine that gathers up the boiler-plate
Jim Ingham
2017-07-06
6
-116
/
+58
*
[lldb] Add a testcase for MainThreadCheckerRuntime plugin
Kuba Mracek
2017-07-05
4
-0
/
+92
*
Android.rules: build x86 tests with -mstackrealign
Pavel Labath
2017-06-29
2
-12
/
+6
*
Updated the NSArray and NSDictionary formatters to support new storage formats.
Sean Callanan
2017-06-23
1
-4
/
+0
*
Updated NSNumber formatter for new internal representation.
Sean Callanan
2017-06-19
1
-2
/
+13
*
Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...
Kuba Mracek
2017-06-16
4
-0
/
+147
*
Change how LocateDSYMInVincinityOfExecutable strips off path
Jason Molenda
2017-06-15
10
-0
/
+298
*
[testsuite] xfailed two tests that depend on NSString conforming to NSCopying.
Sean Callanan
2017-06-14
1
-0
/
+4
[prev]
[next]