summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar2019-09-103-11/+23
* Implement DW_OP_convertAdrian Prantl2019-09-107-32/+423
* [lldb] Readd missing functionalities/breakpoint testsRaphael Isemann2019-09-10108-0/+5369
* [LLDB] FreeBSD fix new SetFile call.David Carlier2019-09-101-1/+1
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-108-120/+41
* [Expression] Remove unused header from LLVMUserExpressionAlex Langford2019-09-091-1/+0
* [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...Alex Langford2019-09-093-8/+6
* Revert "[Reproducer] Add a `cont` to ModuleCXX.test"Jonas Devlieghere2019-09-091-1/+0
* [Reproducer] Disconnect when the replay server is out of packets.Jonas Devlieghere2019-09-091-3/+3
* Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton2019-09-092-9/+24
* LLDB - Simplify GetProgramFileSpecDavid Carlier2019-09-091-7/+4
* Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.Jason Molenda2019-09-074-0/+17
OpenPOWER on IntegriCloud