Hi, Tonight I was trying to hook up GDB with PD. When attempting to attach to PD, I was presented with the following options. Could anyone tell me which process/es should I connect to?
pd_bang pd_free pd_setloadingabstraction pd_bind pd_free@plt pd_symbol pd_canvasmaker pd_getparentwidget pd_typedmess pd_checkobject pd_init pd_typedmess@plt pd_compiledate pd_list pd_unbind pd_compiletime pd_new pd_version pd_doloadbang pd_new@plt pd_vmess pd_error pd_newest pdfloat_setup pd_fft pd_objectmaker pdint_setup pd_findbyclass pd_pointer pdsymbol_setup pd_float pd_popsym pd_forwardmess pd_pushsym
Conor
Hmm, never seen that. I just got the "pd" process. Which platform are you on?
.hc
On Nov 11, 2006, at 8:04 PM, Conor J Curran wrote:
Hi, Tonight I was trying to hook up GDB with PD. When attempting to attach to PD, I was presented with the following options. Could anyone tell me which process/es should I connect to?
pd_bang pd_free pd_setloadingabstraction pd_bind pd_free@plt pd_symbol pd_canvasmaker pd_getparentwidget pd_typedmess pd_checkobject pd_init pd_typedmess@plt pd_compiledate pd_list pd_unbind pd_compiletime pd_new pd_version pd_doloadbang pd_new@plt pd_vmess pd_error pd_newest pdfloat_setup pd_fft pd_objectmaker pdint_setup pd_findbyclass pd_pointer pdsymbol_setup pd_float pd_popsym pd_forwardmess pd_pushsym
Conor
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
------------------------------------------------------------------------
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
Hi Hans,
I Figured it out, I was being slow ;) But now I have the problem whereby I can attach to pd and all the symbols seem to be loaded fine. But when I try to set a breakpoint, even though it can tab complete on the function name I want to set it on, It get this error from GDB. Cannot access memory at address 0xkdfff... GDB has been run with sudo privileges. Any ideas?
Conor
On Sun, 2006-11-12 at 10:01 -0500, Hans-Christoph Steiner wrote:
Hmm, never seen that. I just got the "pd" process. Which platform are you on?
.hc
On Nov 11, 2006, at 8:04 PM, Conor J Curran wrote:
Hi, Tonight I was trying to hook up GDB with PD. When attempting to attach to PD, I was presented with the following options. Could anyone tell me which process/es should I connect to?
pd_bang pd_free pd_setloadingabstraction pd_bind pd_free@plt pd_symbol pd_canvasmaker pd_getparentwidget pd_typedmess pd_checkobject pd_init pd_typedmess@plt pd_compiledate pd_list pd_unbind pd_compiletime pd_new pd_version pd_doloadbang pd_new@plt pd_vmess pd_error pd_newest pdfloat_setup pd_fft pd_objectmaker pdint_setup pd_findbyclass pd_pointer pdsymbol_setup pd_float pd_popsym pd_forwardmess pd_pushsym
Conor
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
On Sun, 2006-11-12 at 10:01 -0500, Hans-Christoph Steiner wrote:
Hmm, never seen that. I just got the "pd" process. Which platform are you on?
did you ever have a look at m_pd.h?
.hc
On Nov 11, 2006, at 8:04 PM, Conor J Curran wrote:
Hi, Tonight I was trying to hook up GDB with PD. When attempting to attach to PD, I was presented with the following options. Could anyone tell me which process/es should I connect to?
pd_bang pd_free pd_setloadingabstraction pd_bind pd_free@plt pd_symbol pd_canvasmaker pd_getparentwidget pd_typedmess pd_checkobject pd_init pd_typedmess@plt pd_compiledate pd_list pd_unbind pd_compiletime pd_new pd_version pd_doloadbang pd_new@plt pd_vmess pd_error pd_newest pdfloat_setup pd_fft pd_objectmaker pdint_setup pd_findbyclass pd_pointer pdsymbol_setup pd_float pd_popsym pd_forwardmess pd_pushsym
it's not a list of processes, but a list of symbols ...
hth, tim
-- tim@klingt.org ICQ: 96771783 http://www.mokabar.tk
All we composers really have to work with is time and sound - and sometimes I'm not even sure about sound. Morton Feldman
Tim Wrote: did you ever have a look at m_pd.h?
not if I can help it ;-)
Seriously though, write now I cannot set a breakpoint on my external using GDB. It worked earlier once but for the life of me cannot figure out why it won't work. I get 'Cannot access memory 0x..."
The external is very simple. Information online is very scant as to what could be causing this?
C
Tim Wrote: it's not a list of processes, but a list of symbols ...
I must take alook at that header when I get a chance.
Conor
On Sun, 2006-11-12 at 21:29 +0100, Tim Blechmann wrote:
On Sun, 2006-11-12 at 10:01 -0500, Hans-Christoph Steiner wrote:
Hmm, never seen that. I just got the "pd" process. Which platform are you on?
.hc
On Nov 11, 2006, at 8:04 PM, Conor J Curran wrote:
Hi, Tonight I was trying to hook up GDB with PD. When attempting to attach to PD, I was presented with the following options. Could anyone tell me which process/es should I connect to?
pd_bang pd_free pd_setloadingabstraction pd_bind pd_free@plt pd_symbol pd_canvasmaker pd_getparentwidget pd_typedmess pd_checkobject pd_init pd_typedmess@plt pd_compiledate pd_list pd_unbind pd_compiletime pd_new pd_version pd_doloadbang pd_new@plt pd_vmess pd_error pd_newest pdfloat_setup pd_fft pd_objectmaker pdint_setup pd_findbyclass pd_pointer pdsymbol_setup pd_float pd_popsym pd_forwardmess pd_pushsym
hth, tim
-- tim@klingt.org ICQ: 96771783 http://www.mokabar.tk
All we composers really have to work with is time and sound - and sometimes I'm not even sure about sound. Morton Feldman
On Nov 12, 2006, at 3:29 PM, Tim Blechmann wrote:
On Sun, 2006-11-12 at 10:01 -0500, Hans-Christoph Steiner wrote:
Hmm, never seen that. I just got the "pd" process. Which platform are you on?
did you ever have a look at m_pd.h?
Any reason for this snide comment? Of course I've seen those functions, but never in the context of connecting gdb to the pd process.
How about saying something productive instead?
.hc
.hc
On Nov 11, 2006, at 8:04 PM, Conor J Curran wrote:
Hi, Tonight I was trying to hook up GDB with PD. When attempting to attach to PD, I was presented with the following options. Could anyone tell me which process/es should I connect to?
pd_bang pd_free pd_setloadingabstraction pd_bind pd_free@plt pd_symbol pd_canvasmaker pd_getparentwidget pd_typedmess pd_checkobject pd_init pd_typedmess@plt pd_compiledate pd_list pd_unbind pd_compiletime pd_new pd_version pd_doloadbang pd_new@plt pd_vmess pd_error pd_newest pdfloat_setup pd_fft pd_objectmaker pdint_setup pd_findbyclass pd_pointer pdsymbol_setup pd_float pd_popsym pd_forwardmess pd_pushsym
it's not a list of processes, but a list of symbols ...
hth, tim
-- tim@klingt.org ICQ: 96771783 http://www.mokabar.tk
All we composers really have to work with is time and sound - and sometimes I'm not even sure about sound. Morton Feldman
------------------------------------------------------------------------
Access to computers should be unlimited and total. - the hacker ethic