aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
114 min.[lldb] Add missing include guard in FormatterBytecode.h (#179528)Dave Lee1-0/+5
3 hours[lldb][TypeSystemClang] Don't treat float vector types as floating point type...Michael Buch10-53/+83
4 hours[lldb-dap] Fix DAP_launch_io.py Test (#179295)Ebuka Ezike4-12/+17
7 hours[lldb-dap] Migrating 'stopped' event to structured types. (#176273)John Harrison16-253/+468
7 hours[lldb] Move FormatterBytecode.{h,def} to include/ (#179355)Dave Lee6-7/+8
10 hours[lldb-dap] Add ASan report (#178858)Sergei Druzhkov9-5/+90
10 hours[lldb-dap][NFC] Reuse PrettyPrint instead of pp (#179337)Sergei Druzhkov1-26/+22
13 hours[lldb][CompilerType] Remove CompilerType::IsFloat (#179212)Michael Buch4-15/+12
13 hours[lldb][TypeSystemClang] Remove mostly unused is_complex output parameter to I...Michael Buch11-55/+54
16 hours[lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904)Michael Buch16-274/+218
21 hours[lldb] Fix variable access in old SBFrames after inferior function calls (#17...Med Ismail Bennani14-87/+811
27 hoursReapply "[lldb] Add FP conversion instructions to IR interpreter" (#179022)Igor Kudrin2-0/+195
29 hours[lldb][NFC] Remove unused method Module::SetUUID (#178803)Alex Langford2-12/+0
29 hours[lldb-dap] Check the process state before thread or frame validation. (#179202)Ebuka Ezike5-10/+21
3 days[lldb] [Process/FreeBSDKernel] Select paniced thread automatically (#178069)Minsoo Choo3-4/+20
4 daysRestore unintentionally changed filesIgor Kudrin2-2/+2
4 dayslldb-dap: Stop using replicated variable ids (#124232)Anthony Eid10-190/+319
4 daysRevert "[lldb] Add FP conversion instructions to IR interpreter (#175292)"Igor Kudrin4-190/+2
4 days[lldb] Add FP conversion instructions to IR interpreter (#175292)Igor Kudrin2-0/+188
4 days[lldb] Increment max-children-depth to 5 (#178717)Dave Lee2-6/+9
4 days[lldb] Fix typos in property descriptions. (#178757)Ryan Mansfield2-4/+4
5 days[lldb] Fix SBBreakpointName::SetEnabled to propagate changes to breakpoints (...Ebuka Ezike2-2/+67
5 days[lldb] Clean up #includes. NFC.Benjamin Kramer1-6/+4
5 days[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle8-0/+269
5 days[lldb] Fix another typeo. No idea how this compiled for me.Jason Molenda1-1/+1
5 days[lldb] Add explicit namespace qualifiers for two SP types,Jason Molenda1-2/+3
5 days[lldb] Fix a compile error that came up with some compilersJason Molenda1-2/+4
5 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda46-346/+423
5 days[lldb-dap] Improve DetectReplMode (#178740)Ebuka Ezike1-0/+5
5 days[lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api ...n2h97-1/+218
5 days[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle7-0/+81
5 days[LLDB][Statistics] Add coreFile to Target stats (#161448)Jacob Lalonde3-0/+64
5 days[lldb] Move ValueImpl and ValueLocker to ValueObject, NFC. (#178573)Aman LaChapelle4-170/+172
5 days[lldb-dap] NFC Renaming files for consistency. (#178560)John Harrison3-4/+4
5 days[lldb][windows] fix unchecked Expected<T> (#178681)Charles Zablit3-15/+31
5 days[lldb] [Process/FreeBSD] [Process/FreeBSDKernel] Run clang-format (#178676)Minsoo Choo6-6/+7
5 days[lldb][SymbolFileDWARF][NFC] Call base class implementation of GetTypeSystemF...Michael Buch1-6/+1
5 days[lldb-dap] Conditionally check UBSan stack trace on Darwin only (#178655)Ebuka Ezike1-1/+5
5 days[lldb-dap][windows] allow STDIN to be a console (#178642)Charles Zablit2-1/+63
5 days[lldb] Refactor command option printing (#178208)David Spickett1-39/+42
5 daysRevert "[lldb-dap][windows] allow STDIN to be a console (#178409)" (#178641)Charles Zablit2-63/+1
6 days[lldb] Fix UbSan decorator (#177964)Ebuka Ezike4-30/+27
6 days[lldb-dap][windows] allow STDIN to be a console (#178409)Charles Zablit2-1/+63
6 days[lldb][test] Add tests for formatting of command option descriptions (#178235)David Spickett1-0/+56
6 days[lldb] Fix memory monitor shutdown on Linux using eventfd (#178083)Ebuka Ezike2-20/+92
6 daysAdd support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton3-0/+79
6 days[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton6-15/+137
6 days[lldb-dap] Adding more details to 'exceptionInfo'. (#176465)John Harrison12-78/+411
6 daysRevert "[lldb][windows] fix an invalid cast from a file descriptor to a HANDL...Charles Zablit3-19/+2
6 days[lldb-dap] Improve test performance by removing negative assertions. (#178041)John Harrison40-817/+1086