aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton53-235/+263
2022-07-22[lldb][ARM] Invert emulation test assert messageDavid Spickett1-1/+1
2022-07-22[lldb] Handle jumping to the end in DW_OP_skip/DW_OP_braAndy Yankovsky2-4/+33
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch15-40/+603
2022-07-22[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectMichael Buch6-37/+290
2022-07-22[LLDB][NFC] Create variable for hardcoded alignment/size constants in materia...Michael Buch1-8/+16
2022-07-21[LLDB][Reliability] Fix accessing invalid iteratorSlava Gurevich1-3/+6
2022-07-21[lldb][NFCI] Refactor regex filtering logic in CommandObjectTypeFormatterListJorge Gorbe Moya1-47/+23
2022-07-21[lldb] [gdb-remote] Fix process ID after following forked childMichał Górny2-3/+23
2022-07-21[lldb/test] Fix flakyness in TestNonStop.test_stdioPavel Labath1-13/+12
2022-07-21[LLDB][ClangExpression] Fix initialization of static enum alias membersMichael Buch3-1/+20
2022-07-21[LLDB][DataFormatter] Add support for std::__map_const_iteratorMichael Buch3-2/+17
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich30-123/+135
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata3-10/+4
2022-07-19[LLDB][NativePDB] Add MSInheritanceAttr when creating pointer type that is a ...Zequan Wu3-0/+70
2022-07-19Update docs to note lzfse open source implementationJason Molenda1-1/+4
2022-07-18Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham15-138/+137
2022-07-18Revert "This is a followup to https://reviews.llvm.org/D129814"Jim Ingham1-36/+10
2022-07-18This is a followup to https://reviews.llvm.org/D129814Jim Ingham1-10/+36
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham2-6/+7
2022-07-18Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham15-137/+138
2022-07-17Remove redundant return statements (NFC)Kazu Hirata1-1/+1
2022-07-15Use value instead of getValue (NFC)Kazu Hirata21-78/+76
2022-07-15[lldb] [llgs] Improve stdio forwarding in multiprocess+nonstopMichał Górny3-8/+72
2022-07-15[lldb] [test] Skip test_leave_nonstop on WindowsMichał Górny1-0/+1
2022-07-15[lldb] [llgs] Fix disabling non-stop modeMichał Górny3-1/+67
2022-07-15[lldb] [test] Skip test_stop_reason_while_running on WindowsMichał Górny1-0/+1
2022-07-15[lldb] [llgs] Fix `?` packet response for running threadsMichał Górny2-6/+30
2022-07-15[lldb] [test] Skip TestNonStop → test_stdio on WindowsMichał Górny1-0/+1
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny6-39/+91
2022-07-15[lldb] [test] Skip new NonStop tests on WindowsMichał Górny1-0/+3
2022-07-15[lldb][AArch64] Enable int128 testDavid Spickett1-1/+1
2022-07-15Reland "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny4-85/+226
2022-07-15Revert "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny4-235/+85
2022-07-15[lldb] [llgs] Fix multi-resume bugs with nonstop modeMichał Górny4-85/+235
2022-07-15Reland "[lldb] Add support for using integral const static data members in th...Andy Yankovsky11-4/+500
2022-07-15Modernize Optional::{getValueOr,hasValue}Fangrui Song2-5/+4
2022-07-14[lldb] Print the enum values and their description in the help outputJonas Devlieghere2-1/+34
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere39-753/+734
2022-07-14Revert "[lldb] Add support for using integral const static data members in th...Stella Stamenova11-497/+4
2022-07-14[lldb] [llgs] Remove not-really-used m_inferior_prev_stateMichał Górny2-21/+7
2022-07-14[lldb] Remove ELF .zdebug supportFangrui Song3-61/+5
2022-07-14[lldb] Add support for using integral const static data members in the expres...Andy Yankovsky11-4/+497
2022-07-14[lldb] [llgs] Convert m_debugged_processes into a map of structsMichał Górny2-26/+44
2022-07-14[lldb] [gdb-remote] Remove stray GetSupportsThreadSuffix() method (NFC)Michał Górny1-2/+0
2022-07-14jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda5-84/+234
2022-07-13[lldb] Add image dump pcm-info commandDave Lee4-3/+111
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song1-2/+1
2022-07-13[lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö1-0/+1
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng9-46/+191