Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows
»
Read/Parse PDB file to get symbol details
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[New Component] ExtTabCtr...
by
d7_2_laz
[
Today
at 08:36:48 pm]
Codepage issue in console...
by
Hartmut
[
Today
at 08:22:09 pm]
RunFormula: math expressi...
by
stormray
[
Today
at 06:20:13 pm]
Mundo Medieval 3D MMORPG ...
by
Rodrigo Robles
[
Today
at 06:06:17 pm]
FPC Unleashed (inline var...
by
creaothceann
[
Today
at 05:36:21 pm]
RFC: Separation of MCU an...
by
ccrause
[
Today
at 05:16:03 pm]
Which Control should I us...
by
wp
[
Today
at 05:08:55 pm]
Just Question App paramet...
by
eldonfsr
[
Today
at 04:50:19 pm]
Pdf Viewer in Pascal
by
Handoko
[
Today
at 03:55:42 pm]
Content is distorting / w...
by
Handoko
[
Today
at 03:53:02 pm]
ZxTune chiptunes player
by
Guva
[
Today
at 12:41:14 pm]
Onscroll event for Tscrol...
by
laz_one_or2
[
Today
at 11:16:39 am]
Fpcupdeluxe
by
CharlyTango
[
Today
at 10:35:33 am]
Compiling Qt6 project on ...
by
wp
[
Today
at 10:14:53 am]
Error with last fixes_3.2...
by
HaraldNieswandt
[
Today
at 10:13:48 am]
What am I missing here? [...
by
loaded
[
Today
at 08:11:06 am]
IDE Editor (OS: Windows11...
by
keith
[
Today
at 07:36:18 am]
Single and Double, Conver...
by
avk
[
Today
at 06:55:03 am]
AI Assist Python - to - P...
by
kirtu
[
Today
at 12:57:01 am]
Instruction-level paralle...
by
LeP
[
Today
at 12:23:51 am]
Lazarus syntax helpers
by
Edson
[June 15, 2026, 10:34:34 pm]
Can /my/ AI help me with ...
by
microxa
[June 15, 2026, 08:25:36 pm]
[ANN] PasBuild v1.9.0 Rel...
by
Graeme
[June 15, 2026, 08:14:26 pm]
If FileExists(
by
Remy Lebeau
[June 15, 2026, 07:58:06 pm]
Implementing an Elo ratin...
by
Warfley
[June 15, 2026, 06:33:56 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Read/Parse PDB file to get symbol details (Read 1063 times)
tooknox
New Member
Posts: 40
Re: Read/Parse PDB file to get symbol details
«
Reply #15 on:
May 16, 2026, 09:57:17 am »
@marcov
Created the issue
https://gitlab.com/freepascal.org/fpc/source/-/work_items/41765
Logged
LeP
Sr. Member
Posts: 347
Re: Read/Parse PDB file to get symbol details
«
Reply #16 on:
May 16, 2026, 04:12:58 pm »
In replay to @Marcov (as note) in gitlab regarded to issue (I don't have acces sto it), safecall working as getter / setter property in Delphi.
Code: Pascal
[Select]
[+]
[-]
.......
function
Get_Visible
:
WordBool
;
safecall
;
procedure
Set_Visible
(
Value
:
WordBool
)
;
safecall
;
........
property
Visible
:
WordBool
read
Get_Visible
write
Set_Visible
;
EDIT: how is described in RIDL
Code: Pascal
[Select]
[+]
[-]
[
propget
,
id
(
0x000000C9
)
]
HRESULT _stdcall Visible
(
[
out
,
retval
]
VARIANT_BOOL
*
Value
)
;
[
propput
,
id
(
0x000000C9
)
]
HRESULT _stdcall Visible
(
[
in
]
VARIANT_BOOL Value
)
;
«
Last Edit: May 16, 2026, 06:26:24 pm by LeP
»
Logged
Un Sistema per domarli, un IDE per trovarli, un codice per ghermirli e nel framework incatenarli.
An operating system to tame them, an IDE to find them, a code to catch them and in the framework chain them.
marcov
Administrator
Hero Member
Posts: 12905
FPC developer.
Re: Read/Parse PDB file to get symbol details
«
Reply #17 on:
May 31, 2026, 10:33:08 pm »
I committed an initial fix to trunk, please test.
Logged
tooknox
New Member
Posts: 40
Re: Read/Parse PDB file to get symbol details
«
Reply #18 on:
June 05, 2026, 07:36:13 pm »
Hey marcov,
That's awesome
Had a tough week at work, will test and report back in some time
«
Last Edit: June 06, 2026, 08:56:26 am by tooknox
»
Logged
tooknox
New Member
Posts: 40
Re: Read/Parse PDB file to get symbol details
«
Reply #19 on:
June 06, 2026, 10:01:58 am »
Just tested it works flawlessly. All the getters are properly declared now.
Saw your commit too with bFoldHResult, good work !!
Thanks for pushing the change this quick, didn't expect it.
«
Last Edit: June 06, 2026, 10:03:29 am by tooknox
»
Logged
marcov
Administrator
Hero Member
Posts: 12905
FPC developer.
Re: Read/Parse PDB file to get symbol details
«
Reply #20 on:
June 06, 2026, 02:48:12 pm »
Great that it works. I'll see if I can merge it to fixes.
Logged
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows
»
Read/Parse PDB file to get symbol details
TinyPortal
© 2005-2018