================
@@ -1607,8 +1607,9 @@ bool Debugger::FormatDisassemblerAddress(const 
FormatEntity::Entry *format,
       (prev_sc->function == nullptr && prev_sc->symbol == nullptr)) {
     initial_function = true;
   }
-  return FormatEntity::Format(*format, s, sc, exe_ctx, addr, nullptr,
-                              function_changed, initial_function);
+  return FormatEntity::Formatter{}.Format(*format, s, sc, exe_ctx, addr,
----------------
JDevlieghere wrote:

```suggestion
  return FormatEntity::Formatter().Format(*format, s, sc, exe_ctx, addr,
```

https://github.com/llvm/llvm-project/pull/174618
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to