• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


kseitz_interps-20020528-branch
RSS
修訂. 時間 作者
efddd4d kseitz_interps-20020528-branch 2002-11-06 08:04:17 Elena Zannoni

2002-11-05 Elena Zannoni <ezannoni@redhat.com>

* mi-cmd-stack.c (mi_cmd_stack_select_frame): Remove stray statement.
Remove include of gdb-events.h.

15aa4b9 2002-11-06 07:48:06 Elena Zannoni

2002-11-05 Elena Zannoni <ezannoni@redhat.com>

* defs.h (selected_frame_level_changed_hook): Removed.

d629a5f 2002-11-06 07:16:50 Elena Zannoni

2002-11-05 Elena Zannoni <ezannoni@redhat.com>

* event-top.c: Reorg some code, to minimize diffs with mainline.

2b17d16 2002-11-06 06:12:24 Elena Zannoni

2002-11-05 Elena Zannoni <ezannoni@redhat.com>

* Makefile.in (event-loop.o): Remove dependency on interps.h.
* event-loop.c: Remove include of interps.h.

27a0aa2 2002-11-06 05:33:26 Elena Zannoni

merge from mainline

cbc06b3 2002-11-06 05:29:01 Elena Zannoni

another merge from mainline

cf0e928 2002-11-05 08:45:13 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* interps.h (clear_interpreter_hooks): Add 'extern' keyword.

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* mi.h: Clean up interface, removing unnecessarily exported
functions and data structures.
* mi-events.c (mi_event_handlers): Move here...
* mi-interps.c: .. from here.
Include gdb_string.h.

0e9073e 2002-11-05 08:27:32 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* cli/cli-interp.c (_initialize_cli_interp): Call
gdb_interpreter_new and gdb_interpreter_add.
* top.c (gdb_init): Call gdb_interpreter_lookup.
(gdb_init): Call gdb_interpreter_set.
* interps.c (gdb_interpreter_new): Renamed from
gdb_new_interpreter.
(gdb_interpreter_add): Renamed from gdb_add_interpreter.
(gdb_interpreter_set): Renamed from gdb_set_interpreter.
(gdb_interpreter_lookup): Renamed from gdb_lookup_interpreter.
(gdb_interpreter_current): Renamed from gdb_current_interpreter.
Update all callers.
* interps.h: Ditto.

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* mi-interp.c (mi_interpreter_resume): Ditto.
(mi_cmd_interpreter_exec): Use gdb_interpreter_lookup.
(_initialize_mi_interp): Use gdb_interpreter_new,
gdb_interpreter_add.
* mi-cmd-break.c (mi_cmd_break_insert): Use
gdb_interpreter_current_is_named_p.
(mi_cmd_break_watch): Ditto.
* mi-events.c (mi_interp_stack_changed_hook): Ditto.
(event_notify): Ditto.
* mi-main.c (captured_mi_execute_command): Use
gdb_interpreter_current_is_named_p.
(mi_load_progress): Ditto.

2dde456 2002-11-05 07:58:25 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* interps.h (gdb_interpreter_is_quiet_p): Rename from
gdb_interpreter_is_quiet.
* cli/cli-interp.c (cli_interpreter_display_prompt_p): Call
gdb_interpreter_is_quiet_p.
* interps.c (gdb_interpreter_is_quiet_p): Rename from
gdb_interpreter_is_quiet.
(gdb_set_interpreter): Call gdb_interpreter_is_quiet_p.

1f8d970 2002-11-05 07:47:26 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* event-top.c (display_gdb_prompt): Use
gdb_interpreter_display_prompt_p.
* cli/cli-interp.c (cli_interpreter_display_prompt_p): Rename from
cli_interpreter_display_prompt and rewrite.
(_initialize_cli_interp): New proc name is
cli_interpreter_display_prompt_p.
* interps.c (gdb_new_interpreter): Initialize prompt_proc_p
instead of prompt_proc.
(gdb_interpreter_display_prompt_p): Rewrite as a predicate.
* interps.h (interp_prompt_ftype): Update typedef.
(struct gdb_interpreter_procs): Rename prompt_proc to
prompt_proc_p.
(gdb_interpreter_display_prompt_p): Export this instead of old
function.

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* mi-interp.c (_initialize_mi_interp): Use mi_interpreter_prompt_p
instead of mi_interpreter_prompt.
(mi_interpreter_prompt_p): Rename from mi_interpreter_prompt and
rewrite.

eb245d9 2002-11-05 07:19:43 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* interps.c (list_interpreter_cmd, do_set_interpreter): Remove
useless prototypes.
Update a few comments, remove gratuitous blank lines.

1c1fdba 2002-11-05 07:08:26 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* cli/cli-interp.c (cli_interpreter_delete): Delete.
(_initialize_cli_interp): Remove delete_proc.

* interps.h (struct gdb_interpreter_procs): Remove delete_proc.
(interp_delete_ftype): Delete.
(gdb_delete_interpreter): Remove.

* interps.c (gdb_delete_interpreter): Remove.
(gdb_new_interpreter): Don't initialize delete_proc.

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* mi-interp.c mi_interpreter_delete): Remove.
(_initialize_mi_interp): Remove mi_interpreter_delete.

6478f30 2002-11-05 06:55:37 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* interps.c (set_interpreter_cmd): Remove.

78e2079 2002-11-05 06:50:39 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* interps.c (interpreter_completer): Initialize alloced.
(struct gdb_interpreter): Reformat.

0eea28c 2002-11-05 06:43:51 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* interps.h (struct gdb_interpreter_procs): Remove do_one_event_proc.
(interp_do_one_event_ftype): Delete.
* interps.c (gdb_new_interpreter): Remove setup of do_one_event
procedure.
(interpreter_do_one_event): Delete.
* event-loop.c (start_event_loop): Remove no-op call to
interpreter_do_one_event.
* cli/cli-interps.c: (cli_interpreter_do_one_event): Delete.

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* mi-interp.c (mi_interpreter_do_one_event): Remove.

4b190d4 2002-11-05 05:52:28 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* mi-cmd-break.c (mi_cmd_break_insert): Initialize old_hooks.
(mi_cmd_break_insert, mi_cmd_break_watch, mi_cmd_break_insert):
Increment MI version number.

15d7380 2002-11-05 05:45:45 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* Makefile.in (mi-main.o, mi-cmd-break.o, event-loop.o): Update
dependencies on interps.h.

4002a7a 2002-11-05 01:18:02 Elena Zannoni

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* interps.h (GDB_INTERPRETER_MI2): Define.
(GDB_INTERPRETER_MI0): Remove.

2002-11-04 Elena Zannoni <ezannoni@redhat.com>

* mi-interp.c: Increment mi version numbers: 0->1, 1->2,
and 2->3. Remove MI0 references.
* mi-events.c: Ditto.
* mi-main.c: Ditto. Remove erroneously merged code.
* mi.h: Ditto.

b26714a 2002-11-04 09:25:38 Elena Zannoni

merge from mainline

d6913e1 2002-11-04 09:17:33 Elena Zannoni

merge from mainline

f21e0e2 2002-11-04 07:29:13 Elena Zannoni

merge from mainline

688261a 2002-11-04 07:20:50 Elena Zannoni

merge from mainline

5a0031e 2002-11-04 07:09:39 Elena Zannoni

merge from mainline

568601c 2002-11-04 07:01:38 Elena Zannoni

merge from mainline

a4d54e1 2002-11-04 06:54:26 Elena Zannoni

merge from mainline

032a0a4 2002-11-03 00:13:35 nobody <>

This commit was manufactured by cvs2svn to create branch
'kseitz_interps-20020528-branch'.

Cherrypick from master 2002-11-02 15:13:34 UTC Andrew Cagney <cagney@redhat.com> '2002-11-02 Andrew Cagney <cagney@redhat.com>':
bfd/elf32-qnx.c
bfd/simple.c
gdb/config/i386/interix.mh
gdb/config/i386/interix.mt
gdb/config/i386/nm-interix.h
gdb/i386-interix-nat.c
gdb/i386-interix-tdep.c
gdb/i386obsd-tdep.c
gdb/reggroups.c
gdb/reggroups.h
gdb/testsuite/gdb.asm/mips.inc
gdb/testsuite/gdb.c++/casts.cc
gdb/testsuite/gdb.c++/casts.exp
gdb/testsuite/gdb.mi/mi1-pthreads.exp

1b7a0db 2002-10-02 01:21:53 Keith Seitz

* interps.c (list_interpreter_cmd): Removed.

c66eaba 2002-10-02 01:19:08 Keith Seitz

* interps.c (interpreter_exec_cmd): Remove mention of "mi" in
error message.

* cli/cli-interp.c (do_captured_execute_command): New function.
(safe_execute_command): New function.
* Makefile.in (cli-interp.c): Depend on top_h.
* wrapper.c (do_captured_execute_command): Moved to cli/cli-interp.c.
(gdb_execute_command): Removed.
* wrapper.h (gdb_execute_command): Removed.

741b64d 2002-10-01 09:46:48 Keith Seitz

Merge with kseitz_interps-20020930-merge.

df96abe 2002-10-01 00:57:27 nobody <>

This commit was manufactured by cvs2svn to create branch
'kseitz_interps-20020528-branch'.

Cherrypick from master 2002-09-30 15:57:26 UTC Fernando Nasser <fnasser@redhat.com> ' * disasm.c: New file.':
bfd/elf32-i386-fbsd.c
bfd/elf64-alpha-fbsd.c
bfd/po/da.po
gdb/charset.c
gdb/charset.h
gdb/config/i386/nbsd.mt
gdb/cp-support.c
gdb/cp-support.h
gdb/disasm.c
gdb/disasm.h
gdb/gdb.c
gdb/gdb_mbuild.sh
gdb/main.h
gdb/objc-exp.y
gdb/objc-lang.c
gdb/objc-lang.h
gdb/testsuite/gdb.base/charset.c
gdb/testsuite/gdb.base/charset.exp
gdb/testsuite/gdb.base/pc-fp.c
gdb/testsuite/gdb.base/pc-fp.exp
gdb/testsuite/gdb.c++/m-static.h
gdb/testsuite/gdb.c++/m-static1.cc
gdb/testsuite/gdb.c++/pr-574.cc
gdb/testsuite/gdb.c++/pr-574.exp
gdb/testsuite/gdb.c++/printmethod.cc
gdb/testsuite/gdb.c++/printmethod.exp
gdb/testsuite/gdb.gdb/complaints.exp
gdb/testsuite/gdb.mi/gdb669.exp
gdb/testsuite/gdb.mi/gdb680.exp
gdb/testsuite/gdb.mi/gdb701.c
gdb/testsuite/gdb.mi/gdb701.exp
gdb/testsuite/gdb.threads/killed.c
gdb/testsuite/gdb.threads/killed.exp
libiberty/testsuite/test-demangle.c