-
Content Count
1130 -
Joined
-
Last visited
-
Days Won
16
Attila Kovacs last won the day on March 27
Attila Kovacs had the most liked content!
Community Reputation
372 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
I'd write them in the meantime, they should work too 😛 -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
Agree for recurring tasks. I think a listview on a dockform and a code navigaion routine is not that hard. -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
How would you click on a line which can't be evaluated with the built in search? 🙂 -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
There are many linux tools for windows or there is the linux subsystem for windows, or even powershell if you are masochist, why would you use the very limited IDE search? -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
AMD uProf failed every time I tried so I'm not wondering. Their forum is also full of complaints about that. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
Yes, OllyDbg, as I wrote before. Works like a dream. So basically every debugger which supports pdb will work. -
Try with one field at the time. <o>
-
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
you could read those offsets from the PE (optionally), you are already iterating through the sections, should not be a big problem -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
Just tested with a D2007 project and no problems at all. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
I've seen in procmon that something happens but slow af and had nothing to do with the pdb. I'm still waiting for the confirmation email for the intel tech forum where google found some similar posts. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
My VTunes stucks here: -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
There is however this message on bind: "Image does not contain a debug directory address - please link with debug info enabled" It's enabled. edit: hmmmm .debug is not present in the exe edit2: got it, place debug info in a separate tds file was checked -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
Well, OllyDbg loads fine a 27Mb pdb and I picked an address from the end of the map and it's translated in the debugger. Great work! -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
yep: Debug info formats: â–ª PDB, COFF, DWARF, STABS -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
yes yes yes yes yes yes yes! finally we can debug too! @Anders Melander it works! \o/