aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson10-19/+13
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson10-13/+19
2022-08-18Use a SmallPtrSet rather than a SmallVector in ClusterManager.Jim Ingham1-7/+13
2022-08-17[LLDB][NFC] Suppress spurious static inspection warningsSlava Gurevich7-1/+21
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu12-723/+807
2022-08-17[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThreadSlava Gurevich1-7/+5
2022-08-17[lldb][tests] Test queue-specific breakpointsChelsea Cassanova1-0/+39
2022-08-17[lldb][Tests] Skip static-only tests in TestConstStaticIntegralMember.py for ...Michael Buch1-6/+13
2022-08-17[LLDB][ARM] Remove expected failure from AnonTypedef testDavid Spickett1-4/+0
2022-08-17[lldb][ClangExpression] Add asm() label to all FunctionDecls we create from D...Michael Buch5-2/+141
2022-08-17[LLDB][JIT] Set processor for ARM architecturePavel Kosov2-2/+3
2022-08-17fold assert-only variable into assert to address non-assert -Wunused-variableDavid Blaikie1-2/+1
2022-08-16Revert "[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObject...Stella Stamenova1-21/+10
2022-08-16[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere11-68/+190
2022-08-16[LLDB][NativePDB] Add nullptr checking.Zequan Wu1-0/+2
2022-08-16[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThreadSlava Gurevich1-10/+21
2022-08-16[LLDB][NFC] Fix memory leak in IntstumentationRuntimeTSan.cppSlava Gurevich1-48/+50
2022-08-16[lldb] Fix warningsKazu Hirata2-3/+1
2022-08-16[LLDB][NativePDB] Add nullptr checking.Zequan Wu2-11/+24
2022-08-16[LLDB][RISCV] Make software single stepping workEmmmer11-7/+674
2022-08-16[LLDB] Handle possible resume thread errorEmmmer1-2/+8
2022-08-16[LLDB] Fix possible nullptr exceptionEmmmer1-2/+4
2022-08-16[LLDB][ARM] Remove unused LoadPseudoRegistersFromFrame functionDavid Spickett2-39/+0
2022-08-15[lldb] Fetching symbols in the background with dsymForUUIDJonas Devlieghere12-25/+170
2022-08-15[lldb] Flush the global thread pool in Debugger::TerminateJonas Devlieghere1-6/+9
2022-08-15[lldb] Fix warning: comparison of integers of different signsJonas Devlieghere1-1/+1
2022-08-15[LLDB][NFC] Reliability Fixes for FormatEntitySlava Gurevich1-4/+1
2022-08-15[lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserverMichael Buch1-2/+2
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett30-42/+0
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett130-320/+0
2022-08-15[NFC][trace][intel pt] add simple documentation lineWalter Erquinigo1-1/+3
2022-08-14Use llvm::all_of (NFC)Kazu Hirata3-9/+6
2022-08-13Use llvm::erase_value (NFC)Kazu Hirata2-5/+2
2022-08-13[lldb][ARC] Fix -Wtautological-bitwise-compare warningFangrui Song1-1/+1
2022-08-12[trace][intel pt] Fix per-psb packet decodingWalter Erquinigo20-649/+751
2022-08-12[lldb] Skip target variable tests on Darwin because of chained fixupsJonas Devlieghere3-4/+4
2022-08-12[lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC)Michał Górny1-2/+0
2022-08-11[lldb/Symbol] Fix null-deref in TypeList::DumpMed Ismail Bennani1-3/+3
2022-08-11[lldb/crashlog] Improve exception reporting for interactive modeMed Ismail Bennani6-14/+139
2022-08-11[lldb/test] Fix interactive crashlog test failure (NFC)Med Ismail Bennani2-18/+18
2022-08-11[lldb/crashlog] Adapt raw text crashlog exception to json formatMed Ismail Bennani1-11/+40
2022-08-11[LLDB][NFC] Reliability fixes for IOHandlerCursesGUISlava Gurevich1-12/+14
2022-08-11[LLDB][NFC] Reliability fixes for ObjectFileMachO.cpp (part 2)Slava Gurevich1-8/+6
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee103-148/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee35-211/+116
2022-08-11[LLDB][NFC] Fix the style issue in TCPSocketSlava Gurevich1-9/+9
2022-08-11[lldb] Fix output for unconditionally decorated testsJonas Devlieghere1-1/+1
2022-08-11[lldb] Tidy some regex in crashlog.py (NFC)Dave Lee2-36/+26
2022-08-12[lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö1-0/+1
2022-08-11[lldb] Simplify TestExec's source code (2/2)Jonas Devlieghere2-3/+3