On 04/01/2010 10:56 PM, Hui Zhu wrote: > ../../src/gdb/gdbtk/generic/gdbtk-bp.c > ../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function 'gdb_get_breakpoint_info': > ../../src/gdb/gdbtk/generic/gdbtk-bp.c:365: error: dereferencing > pointer to incomplete type > ../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function 'gdb_get_tracepoint_info': > ../../src/gdb/gdbtk/generic/gdbtk-bp.c:775: error: dereferencing > pointer to incomplete type Gdb is up to it again... I've committed the attached patch to correct this. Keith ChangeLog 2010-04-02 Keith Seitz * generic/gdbtk-bp.c (gdb_get_breakpoint_info): Use breakpoint_commands to access breakpoint commands. (gdb_get_tracepoint_info): Likewise for tracepoint actions.