aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2024-07-29[lldb][TypeSystemClang] Create VLAs of explicitly 0-size as ConstantArrayType...Michael Buch4-33/+36
2024-07-27Revert "[lldb] Add ScriptedProcess to `scripting template list`"Med Ismail Bennani5-65/+12
2024-07-27[lldb] Add ScriptedProcess to `scripting template list`Med Ismail Bennani5-12/+65
2024-07-27[lldb] Add OperatingSystem to `scripting template list`Med Ismail Bennani5-9/+57
2024-07-27[lldb] Add ScriptedPlatform to `scripting template list`Med Ismail Bennani5-10/+51
2024-07-27[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani11-10/+302
2024-07-27[LLDB] Remove the redundent 'properties' variable (#95675)Shivam Gupta1-1/+1
2024-07-26[lldb][TypeSystemClang][NFC] Clean up TypeSystemClang::GetBitSize (#100674)Michael Buch2-56/+60
2024-07-26[lldb] Optimized lldb-server memory usage (#100666)Dmitry Vasilyev1-2/+2
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani28-593/+63
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani8-19/+51
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani6-9/+48
2024-07-25Revert "[lldb] Fix incorrect logical operator in 'if' condition check (NFC)" ...David Spickett1-9/+8
2024-07-25[lldb] Fix incorrect uses of logical operator in 'if' condition check (NFC) (...Shivam Gupta1-8/+9
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani4-10/+34
2024-07-25[lldb][Linux] Parse, but don't store "comm" from /proc/stat file (#100387)David Spickett1-5/+3
2024-07-25[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani20-40/+475
2024-07-24[lldb] Don't use a vm addr range starting at 0 for local memory (#100288)Jason Molenda1-5/+13
2024-07-24 [lldb] Prevent passing a nullptr to std::string in ObjectFileMachO (#100421)Jonas Devlieghere1-103/+104
2024-07-23[lldb] Don't crash when attaching to pid and no binaries found (#100287)Jason Molenda1-10/+8
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani21-473/+40
2024-07-23[lldb] Drop LOG_CONS from openlog call.Jonas Devlieghere1-3/+2
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani21-40/+473
2024-07-23[clang] Split ObjectFilePCHContainerReader from ObjectFilePCHContainerWriter ...Chuanqi Xu1-1/+1
2024-07-22[lldb] Change GetStartSymbol to GetStartAddress in DynamicLoader (#99909)Med Ismail Bennani2-4/+4
2024-07-21[lldb][Windows] Fixed Host::Kill() (#99721)Dmitry Vasilyev1-1/+3
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda6-218/+257
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda6-257/+218
2024-07-19[lldb/Target] Add GetStartSymbol method to DynamicLoader plugins (#99673)Med Ismail Bennani2-0/+22
2024-07-19[lldb] SHT_NOBITS sections type (#99044)dlav-sc1-1/+4
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde15-53/+233
2024-07-18[lldb] Fixed the error `unable to launch a GDB server` in API tests (#98833)Dmitry Vasilyev1-0/+2
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda4-32/+69
2024-07-17[lldb][RISCV] function prologue backtrace fix (#99043)dlav-sc1-3/+4
2024-07-16Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when ...Zequan Wu9-289/+323
2024-07-16[LLDB] Make 'process load' take remote os path delimiter into account (#98690)Vladislav Dzhidzhoev1-1/+3
2024-07-16[lldb][RISC-V] Remove unused variableDavid Spickett1-2/+0
2024-07-16[lldb][riscv] Fix setting breakpoint for undecoded instruction (#90075)ita-sc3-29/+74
2024-07-15[lldb] Fix help syntax for add-dsym (target symbols add) (#98976)Jonas Devlieghere1-1/+1
2024-07-16[lldb] Add frame recognizer for __builtin_verbose_trap (#80368)Michael Buch3-0/+128
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo4-66/+21
2024-07-15[lldb/Symbol] Hoist SymbolLocation from AssertFrameRecognizer to reuse it (#9...Med Ismail Bennani1-12/+1
2024-07-15Private process events were being delivered to the secondary listener (#98571)jimingham2-5/+26
2024-07-15[API] add GetSyntheticValue (#95959)Vincent Belliard1-0/+15
2024-07-12[LLDB] Fix remote executables load and caching (#98623)Vladislav Dzhidzhoev2-1/+5
2024-07-12[lldb] Allow fetching of RA register when above fault handler (#98566)Jason Molenda1-1/+1
2024-07-11[lldb] Fix section printing to always align. (#98521)Greg Clayton1-7/+5
2024-07-11[lldb] Fix a bug for PT_TLS segments getting loaded when they shouldn't. (#98...Greg Clayton1-0/+14
2024-07-11[lldb] Fix ThreadList assignment race (#98293)Pavel Labath3-39/+38
2024-07-11[lldb] Fix string truncation method when substring is the prefix of string (N...Shivam Gupta1-1/+1