summary refs log tree commit diff stats
path: root/tests/codegen
Commit message (Collapse)AuthorAgeFilesLines
* Dont mangle when targeting cpp (#23335)Juan M Gómez2024-03-031-1/+1
| | | | Unfortunately we cant trick the debugger when targeting C++ so this one also needs to wait for our own debugger adapter.
* MangleProcs following the Itanium spec so they are demangled in the debugger ↵Juan M Gómez2024-02-091-0/+192
call stack (#23260) ![image](https://github.com/nim-lang/Nim/assets/1496571/0d796c5b-0bbf-4bb4-8c95-c3e3cce22f15) --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>