HomeSort by: relevance | last modified time | path
    Searched defs:APPEND_TO_LIST (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 33 #define APPEND_TO_LIST(listpp, itemp, tailp) \
2089 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail);
2100 APPEND_TO_LIST (&gdb_dest->command_list, new_cmd, cmd_tail);
2149 APPEND_TO_LIST (new_list, new_bkpt, bkpt_tail);
2150 APPEND_TO_LIST (new_raw_list, new_bkpt->raw, raw_bkpt_tail);
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 33 #define APPEND_TO_LIST(listpp, itemp, tailp) \
2089 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail);
2100 APPEND_TO_LIST (&gdb_dest->command_list, new_cmd, cmd_tail);
2149 APPEND_TO_LIST (new_list, new_bkpt, bkpt_tail);
2150 APPEND_TO_LIST (new_raw_list, new_bkpt->raw, raw_bkpt_tail);

Completed in 27 milliseconds