[all-commits] [llvm/llvm-project] 8ac0aa: [lldb] Improve user expression diagnostics (#123242)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Jan 16 16:09:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ac0aaaebbbb38d3dc863c5c5b331c8ec3238e27
      https://github.com/llvm/llvm-project/commit/8ac0aaaebbbb38d3dc863c5c5b331c8ec3238e27
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-01-16 (Thu, 16 Jan 2025)

  Changed paths:
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/test/API/commands/expression/call-function/TestCallStopAndContinue.py
    M lldb/test/API/commands/expression/unwind_expression/TestUnwindExpression.py

  Log Message:
  -----------
  [lldb] Improve user expression diagnostics (#123242)

This patch rewords some of the user expression diagnostics.

 - Differentiate between being interrupted and hitting a breakpoint.
- Use "expression execution" to make it more obvious that the diagnostic
is associated with the user expression.
 - Consistently use a colon instead of semicolons and commas.

rdar://143059974



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list