Files
binutils-gdb/gdb/doc
Tom de Vries 3db19b2d72 Revert "[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()"
This reverts commit 4cf88725da.

It causes the following regression:
...
$ cat shadow.cc
namespace A {}

int
main()
{
  using namespace A;
  return 0;
}
$ g++-10 -g shadow.cc -flto -o shadow
$ ./gdb -q -batch ./shadow  -ex "b main"
Aborted (core dumped)
...
2021-05-12 16:03:02 +02:00
..
2021-05-12 12:35:36 +01:00
2021-05-10 10:09:33 +01:00