|
|
|
|
|
by celrod
677 days ago
|
|
How feasible would it be for something like gdb to be able to use a C++ interpreter (whether icpp, or even a souped up `constexpr` interpreter from the compiler) to help with "optimized out" functions? gdb also doesn't handle overloaded functions well, e.g. `x[i]`. |
|