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
*
[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
*
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
[next]