summary refs log tree commit diff stats
path: root/compiler/debugutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* Extend and document compiler debugging utilities (#19841)quantimnot2022-06-101-0/+16
| | | | | | | | | * 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>
* add more APIs to compiler/debugutils; re-export it (#18243)Timothee Cour2021-06-181-0/+37
|
* add compiler/debugutils.nim to help debugging compiler (#17652)Timothee Cour2021-04-061-0/+19
* add compiler/debugutils.nim * address comments