Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » TheIDE PDB debugger now understands some U++ types
Re: TheIDE PDB debugger now understands some U++ types [message #52830 is a reply to message #52826] Sun, 08 December 2019 08:40 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Klugier wrote on Sat, 07 December 2019 23:12

I think above improvements are great, but they are not present with the GDB back-end. Mirek, do you think we can port this functionality without much effort (by extracting common code?)?


Unfortunately not. That is one of reasons I have resisted these features for so long.

GDB and PDB are completely different beasts. GDB is just issuing text commands to gdb binary via text pipe and interpreting results.

PDB code is really a full featured debugger. It is using Win32 debugging API directly and symbol server to really understand the layout of objects, directly reads debugee memory etc... That are actually requirements to make this kind of functionality possible.

This definitely possible to binaries produced by GCC toolchain too. But it is a LOT of work, probably would involve thorough study of GDB sources and about a year to complete.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Server failure - some services might be temporarily unavailable
Next Topic: Happy New Year 2020
Goto Forum:
  


Current Time: Sun Aug 24 10:50:10 CEST 2025

Total time taken to generate the page: 0.06092 seconds