[Lldb-commits] [libcxxabi] [lldb] [llvm] [WIP: DO NOT MERGE] [lldb][Format] Add option to highlight function names in backtraces (PR #131836)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 18 09:25:52 PDT 2025


================
@@ -83,6 +99,127 @@ class OutputBuffer {
     return std::string_view(Buffer, CurrentPosition);
   }
 
+  // Stores information about parts of a demangled function name.
+  struct FunctionNameInfo {
+    ///< A [start, end) pair for the function basename.
----------------
adrian-prantl wrote:

```suggestion
    /// A [start, end) pair for the function basename.
```

https://github.com/llvm/llvm-project/pull/131836


More information about the lldb-commits mailing list