[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Huge problems with debugging C++ programs
From: |
Carlo Wood |
Subject: |
Huge problems with debugging C++ programs |
Date: |
Wed, 22 May 2002 01:26:45 +0200 |
User-agent: |
Mutt/1.2.5i |
(gdb) p this
$1 = (dm_alloc_ct *) 0x80b5ad0
(gdb) p *this
Value can't be converted to integer.
#2 0x0805c46a in
libcw::debug::dm_alloc_ct::print_description(libcw::debug::ooam_filter_ct
const&) const (this=0x80b5ad0,
address@hidden) at debugmalloc.cc:1137
1137 DoutInternal( dc::continued, ' ' << a_description );
(gdb) p a_description
Value can't be converted to integer.
Why does gdb do this all the time?
I can't debug like this :(
--
Carlo Wood <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Huge problems with debugging C++ programs,
Carlo Wood <=