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
*
Fix LLDB crash accessing unknown DW_FORM_* attributes
Jan Kratochvil
2017-07-31
5
-0
/
+77
*
Add support for base address entries in the .debug_ranges section
Tamas Berghammer
2017-07-31
1
-18
/
+19
*
[CMake] Add SharingPtr.h to the Framework header list
Chris Bieneman
2017-07-28
1
-1
/
+1
*
[CMake] debugserver-nonui doesn't go in the framework
Chris Bieneman
2017-07-28
1
-1
/
+1
*
[CMake] libcompression is optional not required for debugserver
Chris Bieneman
2017-07-28
1
-2
/
+6
*
[CMake] Add checks for libcompression
Chris Bieneman
2017-07-28
4
-5
/
+27
*
[CMake] Cleanup of header fixup and installation
Chris Bieneman
2017-07-28
1
-11
/
+7
*
[CMake] Enable OS_LOG support on Darwin
Chris Bieneman
2017-07-28
1
-0
/
+4
*
[CMake] Adapt to clang r309390
Chris Bieneman
2017-07-28
1
-4
/
+1
*
XFAIL/XFlakey some tests what become very flakey on the Linux buildbot
Tamas Berghammer
2017-07-27
2
-0
/
+2
*
[LLDB][MIPS] Fix emulation of Instruction for MIPS64R6 target.
Nitesh Jain
2017-07-27
1
-18
/
+57
*
Fix the formatting for help on option value types.
Jim Ingham
2017-07-27
2
-1
/
+10
*
Skip test_unique_stacks on Darwin, because it doesn't terminate reliably.
Sean Callanan
2017-07-25
1
-1
/
+3
*
[CMake] Build debugserver & debugserver_nonui
Chris Bieneman
2017-07-25
1
-8
/
+64
*
[CMake] Update Framework construction for iOS
Chris Bieneman
2017-07-25
2
-8
/
+18
*
[CMake] Rework construction of framework bundle
Chris Bieneman
2017-07-25
2
-5
/
+40
*
[CMake] Fix framework build
Chris Bieneman
2017-07-25
1
-1
/
+3
*
[CMake] NFC. Cleanup unnecessary CMake policy
Chris Bieneman
2017-07-25
1
-4
/
+0
*
[CMake] Cleanup unnecessary definition
Chris Bieneman
2017-07-25
1
-4
/
+4
*
[CMake] Add debugserver entitlements
Chris Bieneman
2017-07-25
1
-2
/
+6
*
Improve the fix for PR33875 by not hardcoding the section name.
Adrian Prantl
2017-07-25
1
-6
/
+6
*
[TypeSystem] Guard the global `ASTSourceMap` with a mutex
Sean Callanan
2017-07-25
1
-4
/
+12
*
Extend 'target symbols add' to load symbols from a given module
Eugene Zemtsov
2017-07-24
5
-5
/
+80
*
Skip test_lldbmi_var_update on Darwin.
Sean Callanan
2017-07-24
1
-0
/
+1
*
Don't allow .debug_types to be parsed as LLDB can crash when enums are not ab...
Greg Clayton
2017-07-24
1
-0
/
+15
*
RFix PR33875 by distinguishing between DWO and clang modules.
Adrian Prantl
2017-07-24
2
-2
/
+8
*
Don't crash when hostname is empty. StringRef will assert and kill your program.
Greg Clayton
2017-07-24
1
-1
/
+1
*
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
[next]