Home
last modified time | relevance | path

Searched refs:update_source_files (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cgdb/cgdb-0.8.0/cgdb/
H A Dcgdb.cpp570 static void update_source_files(struct tgdb_response *response) in update_source_files() function
572 char **source_files = response->choice.update_source_files.source_files; in update_source_files()
680 update_source_files(response); in command_response()
/dports/devel/cgdb/cgdb-0.8.0/lib/tgdb/
H A Dtgdb.h217 } update_source_files; member
H A Dtgdb.cpp256 response->choice.update_source_files.source_files = source_files; in tgdb_commands_send_source_files()
1190 char **source_files = com->choice.update_source_files.source_files; in tgdb_delete_response()
1197 com->choice.update_source_files.source_files = NULL; in tgdb_delete_response()