aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-01-14 00:55:36 +0000
committerMichael Snyder <msnyder@vmware.com>2005-01-14 00:55:36 +0000
commit907d819a05702548ffddbfae46613cc86478940a (patch)
tree02767ce8d667f1e95113d75cb241c8406caaf20b /gdb
parent9d1ff73f7b439932d16cdaa3a3bec70f0a71c3fc (diff)
downloadgdb-907d819a05702548ffddbfae46613cc86478940a.zip
gdb-907d819a05702548ffddbfae46613cc86478940a.tar.gz
gdb-907d819a05702548ffddbfae46613cc86478940a.tar.bz2
2005-01-13 Michael Snyder <msnyder@redhat.com>
* interps.c: Whitespace tweaks.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/interps.c15
2 files changed, 8 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e5fb7e4..6d3a4cb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,6 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
+ * interps.c: Whitespace tweaks.
* infrun.c: Whitespace tweaks.
* infcmd.c: Whitespace tweaks.
* hpux-thread.c: Whitespace tweaks.
diff --git a/gdb/interps.c b/gdb/interps.c
index b93b3f6..d33b19e 100644
--- a/gdb/interps.c
+++ b/gdb/interps.c
@@ -178,7 +178,7 @@ interp_set (struct interp *interp)
interp->inited = 1;
}
- /* Clear out any installed interpreter hooks/event handlers. */
+ /* Clear out any installed interpreter hooks/event handlers. */
clear_interpreter_hooks ();
if (interp->procs->resume_proc != NULL
@@ -315,9 +315,8 @@ interp_exec (struct interp *interp, const char *command_str)
return exception_none;
}
-/* A convenience routine that nulls out all the
- common command hooks. Use it when removing your interpreter in its
- suspend proc. */
+/* A convenience routine that nulls out all the common command hooks.
+ Use it when removing your interpreter in its suspend proc. */
void
clear_interpreter_hooks (void)
{
@@ -345,10 +344,10 @@ clear_interpreter_hooks (void)
clear_gdb_event_hooks ();
}
-/* This is a lazy init routine, called the first time
- the interpreter module is used. I put it here just in case, but I haven't
- thought of a use for it yet. I will probably bag it soon, since I don't
- think it will be necessary. */
+/* This is a lazy init routine, called the first time the interpreter
+ module is used. I put it here just in case, but I haven't thought
+ of a use for it yet. I will probably bag it soon, since I don't
+ think it will be necessary. */
static void
initialize_interps (void)
{