summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action listMichal Gorny2019-09-171-2/+3
* Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"Raphael Isemann2019-09-171-9/+5
* [test] Disable reproducer dump test on WindowsJonas Devlieghere2019-09-171-0/+1
* [ScriptInterpreter] Initialize globals when loading a scripting module.Jonas Devlieghere2019-09-173-6/+16
* Revert "[lldb][NFC] Make ApplyObjcCastHack less scary"Jim Ingham2019-09-171-5/+9
* [test] Fail gracefully if the regex doesn't matchJonas Devlieghere2019-09-161-6/+11
* Fix swig python package pathHaibo Huang2019-09-161-4/+6
* [Reproducer] Implement dumping packets.Jonas Devlieghere2019-09-162-3/+25
* Fix warning: lambda capture 'temp_file_path' is not usedJonas Devlieghere2019-09-161-2/+1
* [NFC] Move dumping into GDBRemotePacketJonas Devlieghere2019-09-163-5/+23
* [lldb] Remove SetCount/ClearCount from FlagsRaphael Isemann2019-09-162-64/+3
* [lldb][NFC] Make ApplyObjcCastHack less scaryRaphael Isemann2019-09-161-9/+5
* [test] Add -z separate-code to fix tests that ae sensitive to exact addresses...Fangrui Song2019-09-166-6/+6
* [lldb] Code cleanup: FormattersContainer.h: Use range-based for loops.Jan Kratochvil2019-09-141-12/+9
* [Reproducer] Add reproducer dump command.Jonas Devlieghere2019-09-134-2/+266
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-1317-246/+237
* [test] Update TestAPILog to pass on Windows.Jonas Devlieghere2019-09-131-2/+2
* [LLDB] Add missing breaks for switch statementTim Shen2019-09-131-0/+3
* [test] Print the log output on failure.Jonas Devlieghere2019-09-131-2/+2
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-22/+28
* [Reproducer] Include the this pointer in the API log.Jonas Devlieghere2019-09-132-10/+58
* Fix error in ProcessLauncherWindows.cppAdrian McCarthy2019-09-131-1/+1
* [lldb] - Update unit tests after lib/ObjectYAML change.George Rimar2019-09-132-5/+8
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-1328-121/+120
* [lldb][NFC] Simplify Args::ReplaceArgumentAtIndexRaphael Isemann2019-09-131-9/+2
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-134-4/+5
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-1/+1
* [Target] Move InferiorCall to ProcessAlex Langford2019-09-134-66/+62
* The setUp/tearDown methods I added mssed up the test function; reorder.Jason Molenda2019-09-131-6/+7
* [NFC] Sort source files in Utility/CMakeLists.txtJonas Devlieghere2019-09-121-3/+3
* [lldb][NFC] Simplify makefiles also for breakpoint testsRaphael Isemann2019-09-1230-90/+30
* [lldb] Remove duplicated breakpoint testsRaphael Isemann2019-09-129-502/+0
* [Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere2019-09-113-48/+53
* [NFC] Reformat SBDebugger before making changesJonas Devlieghere2019-09-111-31/+14
* [Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere2019-09-113-44/+45
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-119-8/+557
* [Status] Add a LLDB_ERRORF macro for error reporting (similar to LLDB_LOGF)Vedant Kumar2019-09-111-0/+7
* [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIXAlex Langford2019-09-111-11/+21
* Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"Konrad Kleine2019-09-116-119/+9
* Revert "[LLDB][ELF] Fixup for comments in D67390"Konrad Kleine2019-09-113-7/+8
* [lldb][NFC] Make include directories in Clang expression parser a std::stringRaphael Isemann2019-09-114-11/+10
* [lldb][NFC] Remove dead code in SBAddress::GetDescriptionRaphael Isemann2019-09-111-6/+0
* [lldb][NFC] Sort files in unittests/Expression/CMakeLists.txtRaphael Isemann2019-09-111-1/+1
* [LLDB][ELF] Fixup for comments in D67390Konrad Kleine2019-09-113-8/+7
* [LLDB][ELF] Load both, .symtab and .dynsym sectionsKonrad Kleine2019-09-116-9/+119
* [LLDB] Do not try to canonicalize gethostname() resultDavid Zarzycki2019-09-111-12/+1
* Ah, only skip this for embedded darwin targets.Jason Molenda2019-09-111-1/+1
* Skip a test in TestProcessIO.py when running against ios devices.Jason Molenda2019-09-111-0/+1
* Fix a thinko in handling the QSetLogging packet.Jim Ingham2019-09-101-3/+3
* [lldbtest] Add an "expected_cmd_failure" option to the filecheck helperVedant Kumar2019-09-101-1/+5
OpenPOWER on IntegriCloud