[Chapel Merge] Rename gdbShouldBreakHere to debuggerBreakHere in the compiler

Branch: refs/heads/main
Revision: 14f25d54d4e701a7892acaeb7840587a46d26033
Author: jabraham17
Link: Rename gdbShouldBreakHere to debuggerBreakHere in the compiler by jabraham17 · Pull Request #27206 · chapel-lang/chapel · GitHub
Log Message:
Rename gdbShouldBreakHere to debuggerBreakHere in the compiler (#27206)

Renames gdbShouldBreakHere to debuggerBreakHere in the compiler.
This is so we use a debugger agnostic term as the function can be used
with other debuggers (e.g. lldb)

  • standard linux64 paratest
  • checked that basic debugging still works with gdb
  • checked that basic debugging still works with lldb

[Reviewed by @benharsh]

Compare: Comparing fa632faff9a8815f5aef097bc6e28291882c3841...e8dda32a4d8601cb453cfcdaf2be1c647f8de5c8 · chapel-lang/chapel · GitHub

Diff:
M compiler/AST/AggregateType.cpp
M compiler/AST/baseAST.cpp
M compiler/AST/foralls.cpp
M compiler/codegen/cg-CForLoop.cpp
M compiler/codegen/cg-expr.cpp
M compiler/codegen/cg-symbol.cpp
M compiler/codegen/cg-type.cpp
M compiler/etc/gdb.commands
M compiler/etc/lldb.commands
M compiler/include/misc.h
M compiler/llvm/llvmUtil.cpp
M compiler/passes/convert-typed-uast.cpp
M compiler/resolution/cullOverReferences.cpp
M compiler/resolution/functionResolution.cpp
M compiler/resolution/implementForallIntents.cpp
M compiler/resolution/initializerResolution.cpp
M compiler/resolution/interfaceResolution.cpp
M compiler/resolution/lateConstCheck.cpp
M compiler/resolution/lifetime.cpp
M compiler/resolution/lowerForalls.cpp
M compiler/resolution/lowerLoopContexts.cpp
M compiler/resolution/nilChecking.cpp
M compiler/resolution/preFold.cpp
M compiler/resolution/resolveFunction.cpp
M compiler/util/misc.cpp
M doc/rst/developer/bestPractices/CompilerDebugging.rst
M doc/rst/developer/bestPractices/CompilerIRTricks.rst
M frontend/include/chpl/util/break.h
M frontend/lib/framework/Context.cpp
M frontend/lib/util/break.cpp
https://github.com/chapel-lang/chapel/pull/27206.diff