473,387 Members | 3,684 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Why we need symbol files for GDI32.dll or Kernel32.dll etc...

Hi,
I am in the process of debugging a 32 bit driver in user mode. I am
debugging a dll( printer UI) which internally uses the GDI32.dll. I am
using the Windbg for debugging. Windbg is loading the symbol files for
the GDI32.dll, kernel32.dll..... and all the other dll's properly.
While debugging i want to see what is happening in GDI32 behind the
scene. Is there a way? If not then why do we load the GDI32.pdb for
debugging.
Thanks,
Saurabh Aggrawal

Jul 23 '05 #1
5 2187
Saurabh Aggrawal wrote:
I am in the process of debugging a 32 bit driver in user mode. I am
debugging a dll( printer UI) which internally uses the GDI32.dll. I am using the Windbg for debugging. Windbg is loading the symbol files for the GDI32.dll, kernel32.dll..... and all the other dll's properly.
While debugging i want to see what is happening in GDI32 behind the
scene. Is there a way? If not then why do we load the GDI32.pdb for
debugging.


.... and your C++ question is exactly what? I didn't detect anything
remotely related to C++. Your article is environment specific
(Windows only) and actually not about C++ at all (it is about the
details of some platforms implementation of shared objects and how
to debug them). Please direct your article to an appropriate
environment specific forum. Thank you.
--
<mailto:di***********@yahoo.com> <http://www.dietmar-kuehl.de/>
<http://www.contendix.com> - Software Development & Consulting

Jul 23 '05 #2
Hi,
If you don't understand the question the don't assume that it is no
where related to c++. If you would have ever debugged any c++ code
using any debugger then you would have understood the question very
well. Anyway thank for the quick reply.

Saurabh Aggrawal

Jul 23 '05 #3
"Saurabh Aggrawal" <ga*****@hotmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Hi,
If you don't understand the question the don't assume that it is no
where related to c++. If you would have ever debugged any c++ code
using any debugger then you would have understood the question very
well. Anyway thank for the quick reply.

Your question is off-topic here. No assumptions are
needed to see that. Dietmar's response expresses a
sentiment shared by many participants here. So,
please, take a few moments to think about why
topicality is important and what it means. Then
take your issue to one of the groups on the news
server reachable as news.microsoft.com .

--
--Larry Brasfield
email: do***********************@hotmail.com
Above views may belong only to me.
Jul 23 '05 #4
Saurabh Aggrawal wrote:
If you don't understand the question the don't assume that it is no
where related to c++. If you would have ever debugged any c++ code
using any debugger then you would have understood the question very
well.


Actually, I would claim that if I don't understand the question,
there is a rather fair chance that it is off-topic! ... and I have
debugged loads of C++ code but never had come across kernel32.dll!
Of course, that is because your question is platform specific and
thus off-topic in comp.lang.c++.
--
<mailto:di***********@yahoo.com> <http://www.dietmar-kuehl.de/>
<http://www.contendix.com> - Software Development & Consulting
Jul 23 '05 #5
Saurabh Aggrawal wrote:

Hi,
If you don't understand the question the don't assume that it is no
where related to c++. If you would have ever debugged any c++ code
using any debugger


That is a good one. Especially if we take into account to whom
this accusation was made.

--
Karl Heinz Buchegger
kb******@gascad.at
Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Avalanche | last post by:
Greetings all. I'm building a database (Access 2003) of applicants. Included in this database I would like to include the PDF applications for individuals in the database, accessable from a form...
2
by: el prinCipante | last post by:
I am a total novice. And granted this probably is a very simple question, it still stops me from finishing my thesis. Thanks in advance for any postings. I am using a library routine and...
3
by: Ney André de Mello Zunino | last post by:
Hello. I would appreciate if somebody could assist me with an error message I am getting from the Microsoft WinDbg 6.3 debugging tool. I am not familiar with it, since I have just downloaded it....
7
by: Galen Somerville | last post by:
I'm doing something wrong. I made up a test app and put the ZIP file on my website http://home.surewest.net/galen/index.html under Downloads. Basically I have a Panel that will get continuous...
5
by: ashish.sadanandan | last post by:
Hi, Can someone please tell me where I can find those two libraries for Visual C++ 2005 Express Edition compiler? Thanks in advance, Ashish.
5
by: Oleg Subachev | last post by:
Are there good classes to work with .INI-files from C# ? Oleg Subachev
3
by: Olav | last post by:
Hi all, I can not install CF 2.0 SP 1 on an Symbol PPT8800 running WinCE 4.2. The Install-Log say's cgacutil.exe failed with exit-code 80000004 and I get a messagebox indicating a support-Info...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
4
by: Chris | last post by:
I tried to retrieve the digit grouping symbol in MSAccess but unfortunately 3;0 is retrieved instead of comma which is my symbol. Function retrieves decimal symbol and list separator without any...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.