<font size=2 face="sans-serif">Dear friendly Clang-World,</font>
<br>
<br><font size=2 face="sans-serif">currently I try some variation of a
Debugger. I have one process, which starts another process and gains access
to its memory. Like a debugger, this process now should read the value
of a global variable directly from the other process. But I don't know
the address. So I pleased the clang-cl compiler to generate me a dwarf-debug-file.
But in the end, I will have only dwarf files for the .obj-files, but the
.exe will have a pdb-file. Using the llvm pdb-dump didn't help me finding
the address, because the application will crash while dumping. The single-dwarf
file for my object file didn't helped too. So I wanted to ask:</font>
<br>
<br><font size=2 face="sans-serif">1.) Is there a way how I could gain
the address of the global variable from any debug-format under Windows
using clang-cl?</font>
<br><font size=2 face="sans-serif">2.) Can I use a single dwarf-file with
its .obj-file to gain an address? This would be interessting for jitting
this obj-file.</font>
<br>
<br><font size=2 face="sans-serif">Kind regards</font>
<br><font size=2 face="sans-serif">Björn Gaier<br>
Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr.
DE 114 165 789<br>
Geschäftsführer: Hiroshi Kawamura, Dr Hiroshi Nakamura, Markus Bode, Heiko
Lampert, Takashi Nagano, Takeshi Fukushima.</font>