aboutsummaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFCI] Refactor regex filtering logic in CommandObjectTypeFormatterListJorge Gorbe Moya2022-07-211-47/+23
* [lldb] [gdb-remote] Fix process ID after following forked childMichał Górny2022-07-212-3/+23
* [lldb/test] Fix flakyness in TestNonStop.test_stdioPavel Labath2022-07-211-13/+12
* [LLDB][ClangExpression] Fix initialization of static enum alias membersMichael Buch2022-07-213-1/+20
* [LLDB][DataFormatter] Add support for std::__map_const_iteratorMichael Buch2022-07-213-2/+17
* [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich2022-07-2030-123/+135
* Use llvm::is_contained (NFC)Kazu Hirata2022-07-203-10/+4
* [LLDB][NativePDB] Add MSInheritanceAttr when creating pointer type that is a ...Zequan Wu2022-07-193-0/+70
* Update docs to note lzfse open source implementationJason Molenda2022-07-191-1/+4
* Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham2022-07-1815-138/+137
* Revert "This is a followup to https://reviews.llvm.org/D129814"Jim Ingham2022-07-181-36/+10
* This is a followup to https://reviews.llvm.org/D129814Jim Ingham2022-07-181-10/+36
* When the module path for `command script import` is invalid, echo the path.Jim Ingham2022-07-182-6/+7
* Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham2022-07-1815-137/+138
* Remove redundant return statements (NFC)Kazu Hirata2022-07-171-1/+1
* Use value instead of getValue (NFC)Kazu Hirata2022-07-1521-78/+76
* [lldb] [llgs] Improve stdio forwarding in multiprocess+nonstopMichał Górny2022-07-153-8/+72
* [lldb] [test] Skip test_leave_nonstop on WindowsMichał Górny2022-07-151-0/+1
* [lldb] [llgs] Fix disabling non-stop modeMichał Górny2022-07-153-1/+67
* [lldb] [test] Skip test_stop_reason_while_running on WindowsMichał Górny2022-07-151-0/+1
* [lldb] [llgs] Fix `?` packet response for running threadsMichał Górny2022-07-152-6/+30
* [lldb] [test] Skip TestNonStop → test_stdio on WindowsMichał Górny2022-07-151-0/+1
* [lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny2022-07-156-39/+91
* [lldb] [test] Skip new NonStop tests on WindowsMichał Górny2022-07-151-0/+3
* [lldb][AArch64] Enable int128 testDavid Spickett2022-07-151-1/+1
* Reland "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny2022-07-154-85/+226
* Revert "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny2022-07-154-235/+85
* [lldb] [llgs] Fix multi-resume bugs with nonstop modeMichał Górny2022-07-154-85/+235
* Reland "[lldb] Add support for using integral const static data members in th...Andy Yankovsky2022-07-1511-4/+500
* Modernize Optional::{getValueOr,hasValue}Fangrui Song2022-07-152-5/+4
* [lldb] Print the enum values and their description in the help outputJonas Devlieghere2022-07-142-1/+34
* [lldb] Refactor command option enum values (NFC)Jonas Devlieghere2022-07-1439-753/+734
* Revert "[lldb] Add support for using integral const static data members in th...Stella Stamenova2022-07-1411-497/+4
* [lldb] [llgs] Remove not-really-used m_inferior_prev_stateMichał Górny2022-07-142-21/+7
* [lldb] Remove ELF .zdebug supportFangrui Song2022-07-143-61/+5
* [lldb] Add support for using integral const static data members in the expres...Andy Yankovsky2022-07-1411-4/+497
* [lldb] [llgs] Convert m_debugged_processes into a map of structsMichał Górny2022-07-142-26/+44
* [lldb] [gdb-remote] Remove stray GetSupportsThreadSuffix() method (NFC)Michał Górny2022-07-141-2/+0
* jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda2022-07-145-84/+234
* [lldb] Add image dump pcm-info commandDave Lee2022-07-134-3/+111
* [Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song2022-07-131-2/+1
* [lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö2022-07-131-0/+1
* [trace][intel pt] Support dumping the trace info in jsonymeng2022-07-139-46/+191
* [trace][intel pt] Add a cgroup filterGaurav Gaur2022-07-1315-28/+163
* [trace][intel pt] Create a CPU change event and expose it in the dumperWalter Erquinigo2022-07-1312-31/+198
* [trace] Add an option to save a compact trace bundleWalter Erquinigo2022-07-1317-192/+419
* [trace][intel pt] Measure the time it takes to decode a thread in per-cpu modePeicong Wu2022-07-135-29/+49
* [trace][intel pt] Add a nice parser for the trace sizernofenko2022-07-135-24/+154
* [LLDB] Fix TestConvenienceVariables.test AArch64/WindowsMuhammad Omair Javaid2022-07-132-7/+2
* [LLDB] Fix TestThreadAPI.py for AArch64/WindowsMuhammad Omair Javaid2022-07-131-0/+2