This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with creating variable object (gdb6.3)


Hi, maybe you can help me. I have some executable file where I want to set some variable value using gdb. I know this variable address, and try to create var-object for accessing. Problem is that gdb sometimes returns that it cannot create var-object. I try this: -var-create - * "*(bool *)0x028d7460" and gdb returns "No symbol "bool" in current context.". I noticed that it depends on dynamic loaded libraries - for some gdb works fine for others doesn't, but I don't understand why, because mentioned variable is from executable file not from loaded libraries. Can you tell me what is wrong?

Regards
Bogdan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]