Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 09 Jun 2012 16:35:48 Commit: 2387a172d74fc5783a07cdf9353a4237302b29eb https://github.com/geany/geany-plugins/commit/2387a172d74fc5783a07cdf9353a42...
Log Message: ----------- geanygdb: Move a few prototypes to the appropriate location
Modified Paths: -------------- geanygdb/src/gdb-io-priv.h geanygdb/src/gdb-io-read.c geanygdb/src/gdb-io-run.c
Modified: geanygdb/src/gdb-io-priv.h 2 files changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -54,6 +54,8 @@ */ GHashTable *gdbio_get_results(gchar * resp, gchar ** list);
+void gdbio_parse_file_list(gint seq, gchar ** list, gchar * resp); + /* Preprocessor sugar for declaring C variables from hash key names, e.g. HSTR(myhash,somevar)
Modified: geanygdb/src/gdb-io-read.c 8 files changed, 2 insertions(+), 6 deletions(-) =================================================================== @@ -34,6 +34,8 @@ static GSList *source_files = NULL; static gboolean starting = FALSE;
+static void handle_response_line(gchar * str, gchar ** list); +
static void @@ -104,9 +106,6 @@
-static void handle_response_line(gchar * str, gchar ** list); - - static void handle_response_lines(gchar ** list) { @@ -227,9 +226,6 @@
-static void handle_response_line(gchar * str, gchar ** list); - - void gdbio_set_starting(gboolean s) {
Modified: geanygdb/src/gdb-io-run.c 2 files changed, 0 insertions(+), 2 deletions(-) =================================================================== @@ -742,8 +742,6 @@
-void gdbio_parse_file_list(gint seq, gchar ** list, gchar * resp); - static void load_target(const gchar * exe_name) {
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org