summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Target] Introduce Process::GetLanguageRuntimesAlex Langford2019-05-295-10/+42
* Fixed source header [NFC]Greg Clayton2019-05-291-1/+1
* Add more information to the log timer dumpAntonio Afonso2019-05-293-13/+72
* Clean up DWARFDebugInfoEntryFangrui Song2019-05-292-106/+0
* Revert "D11003: Tolerate DWARF compile unit without filename."Pavel Labath2019-05-291-13/+0
* [CMake] Remove lldb-server from LLDB.frameworkStefan Granitz2019-05-291-4/+0
* [CMake] LLDB.framework tools handlingStefan Granitz2019-05-2911-19/+83
* DWARFASTParserClang: Unify compilation unit language handlingPavel Labath2019-05-291-8/+5
* DWARF: Fix address range support in mixed 4+5 scenarioPavel Labath2019-05-297-94/+182
* build: only search for the needed python typeSaleem Abdulrasool2019-05-291-67/+23
* Fix IPv6 support on lldb-server platformAntonio Afonso2019-05-286-87/+212
* [SymbolFileDWARF] Remove unused member (NFC)Jonas Devlieghere2019-05-282-4/+2
* Fix 'warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangli...Alexandre Ganea2019-05-281-10/+20
* Fix 'warning: format specifies type 'int' but the argument has type 'MIuint' ...Alexandre Ganea2019-05-281-1/+1
* [DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere2019-05-288-160/+73
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-2816-6/+32
* DWARFDebugArangeSet: Remove references to SymbolFileDWARFPavel Labath2019-05-272-7/+4
* XFAIL prefer-debug-over-eh-frame.test on darwinPavel Labath2019-05-271-1/+2
* DWARF: Add a simple test exercising debug_loc parsingPavel Labath2019-05-271-0/+117
* FuncUnwinders: prefer debug_frame over eh_framePavel Labath2019-05-273-4/+65
* DWARF: Remove cu_idx variables from parsing functionsPavel Labath2019-05-274-46/+31
* Revert Xcode scheme changes from 361675 Greg Clayton2019-05-241-7/+1
* Cleanup fixed form sizes.Greg Clayton2019-05-2411-162/+87
* [Target] Make Processes' GetLanguageRuntime non-virtualAlex Langford2019-05-241-5/+4
* [DWARFExpression] Remove commented-out code (NFC)Jonas Devlieghere2019-05-241-119/+0
* [Process] Clean up some logic around LanguageRuntimesAlex Langford2019-05-241-7/+10
* [FuncUnwinders] Use "symbol file" unwind plans for unwindingPavel Labath2019-05-248-9/+89
* DWARF: Implement DW_AT_signature lookup for type unit supportPavel Labath2019-05-2414-32/+258
* DWARFContext: Make loading of sections thread-safePavel Labath2019-05-243-41/+128
* [Utility] Small improvements to the Broadcaster class (NFC)Jonas Devlieghere2019-05-242-107/+99
* Revert "[lldb] followup fix for https://reviews.llvm.org/D62305"Jonas Devlieghere2019-05-241-4/+4
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-2434-82/+84
* [lldb] followup fix for https://reviews.llvm.org/D62305Konrad Kleine2019-05-231-4/+4
* [NFC] Add blank line (test commit)J. Ryan Stinnett2019-05-231-0/+1
* [Process] Fix another thread_result_t & nullptr incompatibility.Jonas Devlieghere2019-05-231-7/+7
* [lldb] Make sure RegularExpression constructors always initialize member vari...Jorge Gorbe Moya2019-05-231-4/+3
* [Utility] Avoid a few unnecessary copies (NFC)Jonas Devlieghere2019-05-234-26/+30
* [gdb-remote] Fix more issues with thread_result_tJonas Devlieghere2019-05-232-4/+4
* Test commit access by removing a empty lineAntonio Afonso2019-05-231-1/+0
* [HostNativeThreadBase] Undo nullptr changesJonas Devlieghere2019-05-231-4/+4
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-235-8/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-23248-1459/+1485
* Add REQUIRES: lld to debug-types-address-ranges.sPavel Labath2019-05-231-0/+2
* DWARFASTParserClang: Reduce indentationPavel Labath2019-05-231-1507/+1495
* DWARF: Don't compute address ranges for type unitsPavel Labath2019-05-238-116/+456
* Simplify `GetName`+`AppendTypeName` by `DWARFDIE`Jan Kratochvil2019-05-234-168/+131
* [Reproducer] Pass FileSpec by const-ref. (NFC)Jonas Devlieghere2019-05-232-3/+3
* [Utility] Modernize C-style catsJonas Devlieghere2019-05-2316-225/+263
* Remove unused const version of CommandInterpreter::GetCommandHistory.Jim Ingham2019-05-231-2/+0
* [ARM64][AArch64] Update disassembler attributes to ARMv8.5 ISA with SVE exten...Omair Javaid2019-05-231-3/+3
OpenPOWER on IntegriCloud