summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix LLDB crash accessing unknown DW_FORM_* attributesJan Kratochvil2017-07-315-0/+77
* Add support for base address entries in the .debug_ranges sectionTamas Berghammer2017-07-311-18/+19
* [CMake] Add SharingPtr.h to the Framework header listChris Bieneman2017-07-281-1/+1
* [CMake] debugserver-nonui doesn't go in the frameworkChris Bieneman2017-07-281-1/+1
* [CMake] libcompression is optional not required for debugserverChris Bieneman2017-07-281-2/+6
* [CMake] Add checks for libcompressionChris Bieneman2017-07-284-5/+27
* [CMake] Cleanup of header fixup and installationChris Bieneman2017-07-281-11/+7
* [CMake] Enable OS_LOG support on DarwinChris Bieneman2017-07-281-0/+4
* [CMake] Adapt to clang r309390Chris Bieneman2017-07-281-4/+1
* XFAIL/XFlakey some tests what become very flakey on the Linux buildbotTamas Berghammer2017-07-272-0/+2
* [LLDB][MIPS] Fix emulation of Instruction for MIPS64R6 target.Nitesh Jain2017-07-271-18/+57
* Fix the formatting for help on option value types.Jim Ingham2017-07-272-1/+10
* Skip test_unique_stacks on Darwin, because it doesn't terminate reliably.Sean Callanan2017-07-251-1/+3
* [CMake] Build debugserver & debugserver_nonuiChris Bieneman2017-07-251-8/+64
* [CMake] Update Framework construction for iOSChris Bieneman2017-07-252-8/+18
* [CMake] Rework construction of framework bundleChris Bieneman2017-07-252-5/+40
* [CMake] Fix framework buildChris Bieneman2017-07-251-1/+3
* [CMake] NFC. Cleanup unnecessary CMake policyChris Bieneman2017-07-251-4/+0
* [CMake] Cleanup unnecessary definitionChris Bieneman2017-07-251-4/+4
* [CMake] Add debugserver entitlementsChris Bieneman2017-07-251-2/+6
* Improve the fix for PR33875 by not hardcoding the section name.Adrian Prantl2017-07-251-6/+6
* [TypeSystem] Guard the global `ASTSourceMap` with a mutexSean Callanan2017-07-251-4/+12
* Extend 'target symbols add' to load symbols from a given moduleEugene Zemtsov2017-07-245-5/+80
* Skip test_lldbmi_var_update on Darwin.Sean Callanan2017-07-241-0/+1
* Don't allow .debug_types to be parsed as LLDB can crash when enums are not ab...Greg Clayton2017-07-241-0/+15
* RFix PR33875 by distinguishing between DWO and clang modules.Adrian Prantl2017-07-242-2/+8
* Don't crash when hostname is empty. StringRef will assert and kill your program.Greg Clayton2017-07-241-1/+1
* Revert "Fix PR33875 by distinguishing between DWO and clang modules"Adrian Prantl2017-07-232-6/+2
* Fix PR33875 by distinguishing between DWO and clang modulesAdrian Prantl2017-07-232-2/+6
* Added a missing "break;" after seeing a clang warning about potential fall th...Greg Clayton2017-07-211-0/+1
* XFail TestWithModuleDebugging on linux (bug 33875)Pavel Labath2017-07-211-0/+2
* Fix typo in error message in 'platform status'.Bruce Mitchener2017-07-211-1/+1
* Add help text for "expression" telling how to enter multi-line mode.Jim Ingham2017-07-191-0/+11
* Fix GreenDragon botsChris Bieneman2017-07-192-18/+0
* silence a couple of -Wqual-cast warning from GCC (NFC)Saleem Abdulrasool2017-07-192-2/+4
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-196-0/+156
* Fix typos in documentation.Bruce Mitchener2017-07-193-3/+3
* Update API headers.Bruce Mitchener2017-07-193-4/+4
* cmake build needs to run tests AND collect resultsTim Hammerquist2017-07-181-7/+7
* [CMake] A few fixups to support building LLDB for iOSChris Bieneman2017-07-182-12/+26
* [CMake] Refactor debugserver build systemChris Bieneman2017-07-186-23/+55
* [CMake] [NFC] Remove out of date and redundant version requirementChris Bieneman2017-07-181-1/+0
* Fix NetBSD/FreeBSD build after r308304Pavel Labath2017-07-184-0/+4
* Clean up lldb-types.hPavel Labath2017-07-1826-39/+29
* Fix linux arm and mips builds broken by r308282Pavel Labath2017-07-182-4/+4
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-1818-469/+300
* Fixing LLDB build after refactoring of clang's MacroInfoEugene Zemtsov2017-07-171-4/+4
* Fix debugserver accepting remote connectionsChris Bieneman2017-07-134-3/+32
* Enable parsing C++ names generated by lambda functions.Jim Ingham2017-07-133-0/+39
* Convert a few more tests to use run_to_source_breakpoint.Jim Ingham2017-07-133-84/+7
OpenPOWER on IntegriCloud