Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* GDB support: Couldn't find method
@ 2018-08-04 11:48 Viesturs Veckalns
  2018-08-08  0:27 ` Simon Marchi
  2018-08-20 15:13 ` Pedro Alves
  0 siblings, 2 replies; 5+ messages in thread
From: Viesturs Veckalns @ 2018-08-04 11:48 UTC (permalink / raw)
  To: gdb

Hello!
I compile a binary by linking a library:

-L${LIBDIR}/lib -lCompoundHisto

In the debug session the library is listed under

info sharedlibrary

Additionally, I requested to read symbols from the relevant source files by

set debug-file-directory ${LIBDIR}/interface
set debug-file-directory ${LIBDIR}/src

Nevertheless, I encounter the following problem:

p GetLevel(resultcode) -> GetHU(mo)
Couldn't find method CompoundHistoUnfolding::Level::GetHU

The methods are described in the source to build libCompoundHisto.so

What is wrong?

My gdb version is 7.11.
Viesturs


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-20 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-04 11:48 GDB support: Couldn't find method Viesturs Veckalns
2018-08-08  0:27 ` Simon Marchi
2018-08-08 11:15   ` Viesturs Veckalns
2018-08-20 15:03     ` Simon Marchi
2018-08-20 15:13 ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox