aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Core
AgeCommit message (Expand)AuthorFilesLines
36 hours[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch1-4/+4
3 days[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch1-17/+39
4 days[lldb] add TemplateRange and NameQualifiersRange to DemangledNameInfo (#150999)Charles Zablit1-79/+183
8 days[lldb] Add support for displaying `__float128` variables (#98369)beetrees1-0/+6
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-2/+1
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath1-2/+2
2025-06-23[lldb] upgrade HandleFrameFormatVariable callees to llvm::Expected (#144731)Charles Zablit1-12/+12
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath1-11/+15
2025-06-19[lldb] add has methods to all DemangledNameInfo attributes (#144549)Charles Zablit1-0/+76
2025-06-09Add commands to list/enable/disable plugins (#134418)David Peixotto1-0/+90
2025-06-05[lldb][Format] Add [inlined] marker to names of inlined frames (#142952)Michael Buch1-0/+1
2025-06-04[lldb][test] Provide TrackingOutputBufferDeleter for custom unique_ptr delete...Jordan Rupprecht1-36/+56
2025-06-04[lldb][test] Free buffers in demangling tests to avoid leaks (#142676)Jordan Rupprecht1-1/+4
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+3
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere1-1/+1
2025-05-31[lldb][test] Test all libcxxabi demangler test-cases against TrackingOutputBu...Michael Buch1-0/+63
2025-05-28add explicit default initialization to DemangledNameInfo to remove warning (#...Charles Zablit1-20/+22
2025-05-05[lldb] Support alternatives for scope format entries (#137751)Jonas Devlieghere1-2/+44
2025-04-30[lldb][test] Free buffer to fix memory leak on test (#137979)Ivan Tadeu Ferreira Antunes Filho1-0/+1
2025-04-29[lldb][test] Add more test-cases to MangledTestMichael Buch1-0/+28
2025-04-26[LLDB][Telemetry] Collect telemetry from client when allowed. (#129728)Vy Nguyen1-1/+2
2025-04-26[lldb][test] MangledTest: don't use designated initializersMichael Buch1-79/+79
2025-04-25[lldb] Fix MangledTest build failureMichael Buch1-3/+12
2025-04-25[lldb][Mangled] Retrieve and cache demangled name info (#131836)Michael Buch1-30/+140
2025-04-25[lldb] Implement TrackingOutputBuffer to track demangled name information (#1...Michael Buch1-0/+143
2025-04-18[lldb][Telemetry] Fix unit test compile failure with LLVM_ENABLE_TELEMETRY=0 ...Raul Tambre1-1/+1
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev2-0/+8
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath1-1/+0
2025-04-10[lldb] Support programmatically setting the statusline format (NFC) (#135250)Jonas Devlieghere2-0/+53
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett2-8/+0
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev2-0/+8
2025-04-02[lldb] Fix plugin manager test failure on windows (#134173)David Peixotto1-3/+17
2025-04-02Add enable/disable api for SystemRuntime plugins (#133794)David Peixotto2-0/+368
2025-03-18[LLDB][NFC]Refactor common test setup into SetUp method (#131203)Vy Nguyen1-19/+12
2025-03-08[lldb] Remove progress report coalescing (#130329)Jonas Devlieghere1-115/+1
2025-03-07[LLDB][Telemetry]Define telemetry::CommandInfo (#129354)Vy Nguyen1-2/+2
2025-03-05[LLDB]Fix test crash (#129921)Vy Nguyen1-2/+8
2025-03-03[LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (#127696)Vy Nguyen1-8/+52
2025-02-26[llvm][telemetry]Change Telemetry-disabling mechanism. (#128534)Vy Nguyen2-12/+8
2025-02-24[LLDB][NFC]Renaming functions to be consistent with LLDB naming style (#128574)Vy Nguyen1-3/+3
2025-02-18[lldb] Fix a warningKazu Hirata1-1/+1
2025-02-18Define Telemetry plugin for LLDB. (#126588)Vy Nguyen2-0/+104
2025-01-20[lldb] Implement ${target.file} format variable (#123431)Jonas Devlieghere1-0/+3
2025-01-06[LLDB] Add external progress bit category (#120171)Jacob Lalonde1-0/+101
2024-12-16[lldb] Fix warningsKazu Hirata1-11/+11
2024-12-16[lldb] Add ability to rate-limit progress reports (#119377)Pavel Labath1-0/+105
2024-08-30[lldb] Store SupportFiles in SourceManager::File (NFC) (#106639)Jonas Devlieghere1-5/+7
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi2-126/+0
2024-08-07[lldb] Make sure that a `Progress` "completed" update is always reported at d...royitaqi1-0/+75
2024-07-01Reland "[lldb] Parse and display register field enums" (#97258)" (#97270)David Spickett1-0/+26