Branch: refs/heads/main
Revision: b0c63cdd2701ce2b57b401a249510ac075abe59b
Author: jabraham17
Link: Rename `gdbShouldBreakHere` to `debuggerBreakHere` in the runtime by jabraham17 · Pull Request #27202 · chapel-lang/chapel · GitHub
Log Message:
Rename gdbShouldBreakHere
to debuggerBreakHere
in the runtime (#27202)
Renames gdbShouldBreakHere
to debuggerBreakHere
in the runtime. 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]
Diff:
M runtime/include/gdb.h
M runtime/src/chplexit.c
M runtime/src/comm/none/comm-none.c
M runtime/src/gdb.c
M test/execflags/lldbddash/declint.prediff
M test/types/records/ferguson/tracking/Tracking.chpl
https://github.com/chapel-lang/chapel/pull/27202.diff