The status is still incomplete but I added some information. In fact I
added a minimal reproducible use case. Not sure if anything else is
needed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969379
Sample source code:
#include
#include
int main()
{
std::cout<<"Before the try block" << std::endl;
try {
throw std::runtime_error("Test exception");
} catch (...) {
std::cout << "Catched the exception" << std::endl;
}
std::cout<<"After the try block" << std::endl
IS there any logs to go with that?
** Changed in: gdb-mingw-w64 (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969379
Title:
gdbserver on Windows does not