Hi, guys!
I wonder whether there is an ability to execute GDB commands during C++ debug session? For instance, I would like to get the list of dependence modules loaded for my program. And, details, like, where is each module from (file path), whether debug symbols are found for a module. Like MS Visual Studio shows:
'TestCppPrj.exe': Loaded 'C:\Work\TestCppPrj\Debug\TestCppPrj.exe', Symbols loaded.
'TestCppPrj.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'TestCppPrj.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'TestCppPrj.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file
'TestCppPrj.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded.