summary refs log tree commit diff stats
path: root/tools/compiler.gdb
Commit message (Collapse)AuthorAgeFilesLines
* Extend and document compiler debugging utilities (#19841)quantimnot2022-06-101-0/+39
* Add two debugutils procs that native debuggers can break on use to execute commands when code of interest is being compiled. * Add GDB and LLDB programs to disable and enable breakpoints and watchpoints when code of interest is being compiled. * Extend the `intern.rst` docs regarding debugging the compiler. Co-authored-by: quantimnot <quantimnot@users.noreply.github.com>