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
*
Revert "Fix PR33875 by distinguishing between DWO and clang modules"
Adrian Prantl
2017-07-23
2
-6
/
+2
*
Fix PR33875 by distinguishing between DWO and clang modules
Adrian Prantl
2017-07-23
2
-2
/
+6
*
Added a missing "break;" after seeing a clang warning about potential fall th...
Greg Clayton
2017-07-21
1
-0
/
+1
*
XFail TestWithModuleDebugging on linux (bug 33875)
Pavel Labath
2017-07-21
1
-0
/
+2
*
Fix typo in error message in 'platform status'.
Bruce Mitchener
2017-07-21
1
-1
/
+1
*
Add help text for "expression" telling how to enter multi-line mode.
Jim Ingham
2017-07-19
1
-0
/
+11
*
Fix GreenDragon bots
Chris Bieneman
2017-07-19
2
-18
/
+0
*
silence a couple of -Wqual-cast warning from GCC (NFC)
Saleem Abdulrasool
2017-07-19
2
-2
/
+4
*
Expose hit count via SBBreakpointLocation.
Bruce Mitchener
2017-07-19
6
-0
/
+156
*
Fix typos in documentation.
Bruce Mitchener
2017-07-19
3
-3
/
+3
*
Update API headers.
Bruce Mitchener
2017-07-19
3
-4
/
+4
*
cmake build needs to run tests AND collect results
Tim Hammerquist
2017-07-18
1
-7
/
+7
*
[CMake] A few fixups to support building LLDB for iOS
Chris Bieneman
2017-07-18
2
-12
/
+26
*
[CMake] Refactor debugserver build system
Chris Bieneman
2017-07-18
6
-23
/
+55
*
[CMake] [NFC] Remove out of date and redundant version requirement
Chris Bieneman
2017-07-18
1
-1
/
+0
*
Fix NetBSD/FreeBSD build after r308304
Pavel Labath
2017-07-18
4
-0
/
+4
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
26
-39
/
+29
*
Fix linux arm and mips builds broken by r308282
Pavel Labath
2017-07-18
2
-4
/
+4
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
18
-469
/
+300
*
Fixing LLDB build after refactoring of clang's MacroInfo
Eugene Zemtsov
2017-07-17
1
-4
/
+4
*
Fix debugserver accepting remote connections
Chris Bieneman
2017-07-13
4
-3
/
+32
*
Enable parsing C++ names generated by lambda functions.
Jim Ingham
2017-07-13
3
-0
/
+39
*
Convert a few more tests to use run_to_source_breakpoint.
Jim Ingham
2017-07-13
3
-84
/
+7
*
Fix a deadlock in the Python interpreter vrs. SIGINT.
Jim Ingham
2017-07-13
2
-2
/
+2
*
Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...
Kuba Mracek
2017-07-13
7
-2
/
+80
*
The llvm.org bugzilla moved.
Jim Ingham
2017-07-13
1
-1
/
+1
*
[MainLoop] Fix possible use of an invalid iterator
Petr Pavlu
2017-07-12
1
-9
/
+18
*
Fixing Android builder
Ravitheja Addepally
2017-07-12
1
-5
/
+5
*
Adding Support for Error Strings in Remote Packets
Ravitheja Addepally
2017-07-12
9
-23
/
+136
*
switch on enum should be exhaustive and warning-free
Tim Hammerquist
2017-07-11
1
-3
/
+9
*
NativeProcessLinux: Fix handling of raise(SIGTRAP)
Pavel Labath
2017-07-11
3
-5
/
+15
*
NativeProcessLinux: Fix some compiler warnings
Pavel Labath
2017-07-11
2
-21
/
+6
*
[LLDB][ppc64le] Rename enums in AuxVector
Pavel Labath
2017-07-11
3
-74
/
+75
*
Pass in the disassembler flavor when disassembling in
Jason Molenda
2017-07-11
1
-1
/
+2
*
Don't access Python objects while not holding the GIL.
Zachary Turner
2017-07-09
1
-8
/
+6
*
Update message that Main Thread Checker produces.
Kuba Mracek
2017-07-08
2
-3
/
+3
*
The x86 instruction unwinder can be asked to disassemble non-instruction
Jason Molenda
2017-07-08
3
-9
/
+38
*
Disable TestGoASTContext
Pavel Labath
2017-07-07
1
-0
/
+1
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
12
-553
/
+357
*
Fix Xcode project file for gtest schemes.
Tim Hammerquist
2017-07-06
1
-8
/
+30
*
Change remaining references to lit.util.capture to use subprocess.check_output.
David L. Jones
2017-07-06
1
-3
/
+3
*
Working through testcases, converting to run_to_source_breakpoint.
Jim Ingham
2017-07-06
5
-99
/
+14
*
Fix a copy-paste error in r307161
Pavel Labath
2017-07-06
1
-2
/
+2
*
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
*
add googlemock include dir to lldb-gtest Xcode target
Tim Hammerquist
2017-07-06
1
-8
/
+8
*
[lldb] Add a testcase for MainThreadCheckerRuntime plugin
Kuba Mracek
2017-07-05
4
-0
/
+92
*
Fix assorted compiler warnings (mismatched signedness and printf specifiers)
Pavel Labath
2017-07-05
4
-36
/
+31
*
Fix "process load" on new android targets
Pavel Labath
2017-07-05
4
-9
/
+13
*
Update lldb architecture docs
Pavel Labath
2017-07-04
2
-352
/
+75
[next]