summaryrefslogtreecommitdiffstats
path: root/lldb/tools
Commit message (Expand)AuthorAgeFilesLines
* Update com.apple.diagnosticd.diagnostic entitlementJason Molenda2019-03-014-4/+4
* [lldb-mi] Return source line number in proper formatTatyana Krasnukha2019-02-251-1/+1
* [lldb-mi] Fix conversion warning for 64-bit buildTatyana Krasnukha2019-02-251-1/+1
* [lldb-mi] Check raw pointers before passing them to std::string ctor/assignmentTatyana Krasnukha2019-02-258-23/+31
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-217-18/+21
* [lldb-instr] Group RECORD macrosJonas Devlieghere2019-02-201-4/+11
* [lldb-instr] Don't print REGISTER macro when RECORD is already presentJonas Devlieghere2019-02-191-8/+9
* [lldb-instr] Wrap returns of struct/classes in LLDB_RECORD_RESULTJonas Devlieghere2019-02-191-3/+42
* One more fix while I'm looking at this - remove the Jason Molenda2019-02-181-7/+1
* Ah, misunderstood Jonas' feedback - fix this so we'llJason Molenda2019-02-181-1/+2
* Clean up an unused variable warning when building this forJason Molenda2019-02-181-0/+4
* Add some unconditional logging on the failure points when attachingJason Molenda2019-02-153-42/+69
* [lldb] [lldb-server] Catch and report errors from main loopMichal Gorny2019-02-141-1/+6
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-135-60/+60
* [lldb-instr] Pass PCHContainerOperations to ClangToolJonas Devlieghere2019-02-122-1/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-115-11/+19
* [lldb] [lldb-instr] Add missing linkage to clang librariesMichal Gorny2019-02-111-0/+3
* Silence fallthrough warnings in debugserver.Adrian Prantl2019-02-071-1/+4
* Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)Pavel Labath2019-02-071-4/+0
* [Driver] Don't try to replay reproducer in the driver.Jonas Devlieghere2019-02-071-9/+0
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-061-1/+13
* [Reproducers] lldb-instr: tool to generate instrumentation macros.Jonas Devlieghere2019-02-063-0/+298
* [CMake] Add code signing for lldb-server on iOSStefan Granitz2019-01-281-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19322-1288/+966
* [CMake] Prevent lldbDebugserverCommon from building if you disable debugserve...Alex Langford2019-01-171-85/+84
* [lldb-mi] Remove use of dialog boxAlex Langford2019-01-163-24/+0
* [debugserver][CMake] Remove commented out lineAlex Langford2019-01-151-1/+0
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+1
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-2/+1
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-112-23/+26
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-101-0/+2
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-13/+10
* Change lldb-test to use ParseAllDebugSymbols.Zachary Turner2019-01-091-3/+1
* [CMakeLists] Sort tools/CMakeLists.txtJonas Devlieghere2019-01-091-6/+8
* [Driver] Some more cleanup. NFCJonas Devlieghere2019-01-052-34/+35
* [CMake] Revised RPATH handlingStefan Granitz2019-01-043-0/+12
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-046-10/+4
* [CMake] Move debugserver options to separate debugserverConfig.cmakeStefan Granitz2019-01-041-2/+1
* [CMake] Streamline code signing for debugserver #2Stefan Granitz2019-01-042-68/+125
* [Driver] Remove unused importsJonas Devlieghere2019-01-021-7/+0
* lldb-test ir-memory-map: Use IntervalMap::containsPavel Labath2018-12-271-25/+10
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-214-28/+25
* Un-conditionalize use of libcompression. debugserver only buildsJason Molenda2018-12-182-151/+54
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-181-0/+1
* [Driver] Fix --repl argument.Jonas Devlieghere2018-12-172-8/+19
* lldb-test: Improve newline handlingPavel Labath2018-12-152-37/+37
* ELF: more section creation cleanupPavel Labath2018-12-151-0/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-1521-88/+40
* ELF: Clean up section type computationPavel Labath2018-12-121-0/+1
* lldb-test: Add ability to dump subsectionsPavel Labath2018-12-121-20/+32
OpenPOWER on IntegriCloud