Welcome, Guest
Username: Password: Remember me
Components and Libraries for Debugging Development, discussions, problems and suggestions.
  • Page:
  • 1

TOPIC:

Memory dumps 4 years 1 month ago #14419

  • Fernando
  • Fernando's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 0
Hello,

Typhon 7.0 r62514 FPC 3.3.1 r43891 Platform : x86_64-win64-win32/win64 (win 10 x64 v1809).

May be a silly question, sorry if that, but, how to do a memory dump?

Thanks

Please Log in or Create an account to join the conversation.

Memory dumps 4 years 1 month ago #14420

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Sir
CodeTyphon don't has memory dump ability
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Memory dumps 4 years 1 month ago #14422

  • Fernando
  • Fernando's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 0
Why not? GDB has it. That's not good, as it is difficult to check the contents of structures such as string lists.

Please Log in or Create an account to join the conversation.

Memory dumps 4 years 1 month ago #14424

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
Sir your help,
we want to learn,
in which IDE on this planet, can you use "dump abilities" of GDB ?
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

Memory dumps 4 years 1 month ago #14426

  • Fernando
  • Fernando's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 0
Most IDEs have memory dumps, either commercial (Delphi, VS) or free/open source such as Codeblocks or Eclipse. Codeblocks uses gdb for debugging and has memory dumps. I am pretty sure that it is done with gdb. Eclipse can use gdb (depending on toolchain) and also has the capability of doing memory dumps for c/c++ and fortran projects, for example; I assume that they do it through gdb.
Of course, I understand that this is part of the Lazarus inheritance; In any case, I think that it should be not complex to just add the capability to inspect memory at a given hex address, just that.

Please Log in or Create an account to join the conversation.

Memory dumps 4 years 1 month ago #14427

  • fredvs
  • fredvs's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 205
  • Thank you received: 1
Hello.

mseide and ideU does it.

See the "Memory" form.

github.com/mse-org/mseide-msegui

github.com/fredvs/ideU

Please Log in or Create an account to join the conversation.

  • Page:
  • 1