aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2020-09-25[lldb/bindings] Fix -Wformat after D88123Fangrui Song1-1/+2
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham19-132/+908
2020-09-25Add support for firmware/standalone LC_NOTE "main bin spec" corefilesJason Molenda9-91/+660
2020-09-25[lldb] Pass reference instead of pointer in protected SBAddress methods.Jonas Devlieghere10-27/+19
2020-09-24[intel-pt] Refactor the JSON parsingWalter Erquinigo9-347/+349
2020-09-24[LLDB] Add a defensive check for member__f_shafik1-0/+3
2020-09-24[lldb/examples] Add missing declaration in heap.pyDave Lee1-0/+1
2020-09-23Utility: ignore OS version on non-Darwin targets in `ArchSpec`Saleem Abdulrasool1-1/+2
2020-09-24Fix LLDB tweak in 62a47e994fcf5b73e29547d26cd9676b30cb69a3Sam McCall1-1/+1
2020-09-24[JSON] Add error reporting to fromJSON and ObjectMapperSam McCall1-12/+8
2020-09-23[lldb] Normalize paths in new testJoseph Tremoulet1-2/+3
2020-09-23Add `breakpoint delete --disabled`: deletes all disabled breakpoints.Jim Ingham3-7/+72
2020-09-23Add optimal thread strategyDmitry Antipov1-1/+1
2020-09-23[lldb] Remove lldb-perf remenantDave Lee1-0/+0
2020-09-23[lldb] Fix GetRemoteSharedModule fallback logicJoseph Tremoulet2-4/+38
2020-09-22[trace] avoid using <regex>Walter Erquinigo2-15/+9
2020-09-22[lldb][test] Remove accidental import pdb in 783dc7dc7ed7487d0782c2feb8854df9...Fangrui Song1-1/+0
2020-09-22Revert "[lldb] XFAIL TestMemoryHistory on Linux"Raphael Isemann1-3/+0
2020-09-22[lldb] Skip TestMiniDumpUUID with reproducersJonas Devlieghere1-1/+2
2020-09-22[lldb] Skip test_common_completion_process_pid_and_name with reproducersJonas Devlieghere1-0/+1
2020-09-22[lldb] Ignore certain Clang type sugar when creating the type nameRaphael Isemann4-0/+62
2020-09-22Revert "Reapply Revert "RegAllocFast: Rewrite and improve""Muhammad Omair Javaid1-3/+5
2020-09-21[lldb] Delete two unneeded <regex>Fangrui Song2-3/+0
2020-09-21Include sstream after D85705Fangrui Song1-0/+1
2020-09-21Fix reporting the lack of global variables in "target var".Jim Ingham4-0/+30
2020-09-21Add a "Trace" plug-in to LLDB to add process trace support in stages.Walter Erquinigo31-1/+1537
2020-09-21[lldb/test] Clean up version checking.Jordan Rupprecht1-6/+4
2020-09-21[ASTImporter] Modifying ImportDeclContext(...) to ensure that we also handle ...shafik3-0/+69
2020-09-21Reapply Revert "RegAllocFast: Rewrite and improve"Matt Arsenault1-5/+3
2020-09-21[lldb/Commands] Fix outdated `breakpoint command add` help stringDave Lee1-18/+15
2020-09-18[DWARFYAML] Make the include_directories, file_names and opcodes fields of th...Xing GUO1-1/+0
2020-09-17[lldb] Clarify docstring for SBBlock::IsInlined, NFCVedant Kumar1-1/+1
2020-09-17Revert "[lldb] Don't send invalid region addresses to lldb server"David Spickett2-7/+0
2020-09-17[lldb] Don't send invalid region addresses to lldb serverDavid Spickett2-0/+7
2020-09-16[lldb] Return FileSP and StreamFileSP by value in IOHandler (NFC)Jonas Devlieghere2-6/+6
2020-09-16Use zu rather than llu format specifier for size_t (-Wformat warning fix).Eric Christopher1-1/+1
2020-09-16[lldb/test] Enable faulthandler in dotestJordan Rupprecht1-0/+15
2020-09-16Add '<' meta command to read in code from external filePatrick Beard1-2/+42
2020-09-15[lldb] Reword CompilerType docstring to not say "generic type"Dave Lee1-1/+1
2020-09-15Fix .debug_aranges parsing.Greg Clayton2-27/+66
2020-09-15[lldb] Add -l/--language option to script commandJonas Devlieghere6-6/+132
2020-09-15[lldb] Improve qemu interop for aarch64Pavel Labath4-4/+105
2020-09-15[lldb/cmake] Fix testing support library dependenciesPavel Labath3-2/+3
2020-09-14Fix 132e57bc597bd3f50174b7d286c43f76b47f11c1Walter Erquinigo1-1/+1
2020-09-14Retry of D84974Walter Erquinigo11-82/+363
2020-09-12[MinGW] Use lib prefix for librariesMateusz MikuĊ‚a1-2/+2
2020-09-11[lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptorJonas Devlieghere1-1/+1
2020-09-11[lldb] Add test for CFMutableDictionaryRefJonas Devlieghere2-1/+5
2020-09-11[lldb/API] Add Breakpoint::SerializeToStructuredData to SBAPIMed Ismail Bennani4-2/+59
2020-09-10[lldb] Add missing LLDB_REGISTER_CONSTRUCTOR in SBPlatformJonas Devlieghere1-36/+33