• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

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


Commit MetaInfo

Revisiona7d50b0adfcde9244a83f9ed346845600ea9f490 (tree)
Time1991-04-19 10:45:22
AuthorJim Kingdon <jkingdon@engr...>
CommiterJim Kingdon

Log Message

*** empty log message ***

Change Summary

Incremental Difference

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,132 @@
1+Thu Apr 18 17:35:47 1991 Jim Kingdon (kingdon at cygint.cygnus.com)
2+
3+ * Rename Makefile.srcdir to Makefile.sdir.
4+
5+Mon Apr 15 21:45:35 1991 Jim Kingdon (kingdon at cygint.cygnus.com)
6+
7+ * utils.c (_initialize_utils): Rename "set demangle" to
8+ "set print demangle", "set asm-demangle" to "set print
9+ asm-demangle" and "set sevenbit-strings" to "set print
10+ sevenbit-strings".
11+
12+ * main.c (initialize_main): Rename "set history write" to
13+ "set history save".
14+
15+ * main.c (initialize_main): Rename "set caution" to
16+ "set confirm".
17+
18+ * values.c (_initialize_values): Remove "info history" alias
19+ for (what is now) "show values".
20+
21+ * infcmd.c, gdbcmd.h: Add unsetlist.
22+ infcmd.c: Add unset_command.
23+ (_initialize_infcmd): Add "unset" and use it for "unset env".
24+
25+ * breakpoint.c (_initialize_breakpoint): Remove "unset".
26+
27+ * valprint.c: Add "set/show print", {set,show}_print.
28+ Rename "set addressprint" to "set print address".
29+ Rename "set arrayprint" to "set print array".
30+ Rename "set array-max" to "set print elements".
31+ Rename "set prettyprint" to "set print pretty".
32+ Rename "set unionprint" to "set print union".
33+ Rename "set vtblprint" to "set print vtbl".
34+
35+ * main.c: Rename version_info to show_version.
36+ (_initialize_main): Rename "info version" to "show version".
37+
38+ * values.c: Rename value_history_info to show_values.
39+ (_initialize_values): Rename "info values" to "show values".
40+
41+Sun Apr 14 23:08:34 1991 Jim Kingdon (kingdon at cygint.cygnus.com)
42+
43+ * inftarg.c (child_open), remote-vx{,.68}.c (vx_proc_open):
44+ New function to give correct error message.
45+
46+Thu Apr 11 17:19:41 1991 Jim Kingdon (kingdon at cygint.cygnus.com)
47+
48+ * target.h: Add to_doc and target_preopen.
49+ target.c: Add target_preopen and target_command.
50+ Remove target_info.
51+ (add_target): Call add_cmd and mess with targetlist->doc.
52+ core.c, exec.c, remote-eb.c, remote-nindy.c, remote-vx.c,
53+ remote-vx.68.c, inftarg.c, remote.c: Add doc field to target struct.
54+ Call target_preopen from open routine.
55+
56+ * main.c: Rename editing_info to show_commands.
57+ (_initialize_main): Rename "info editing" to "show commands".
58+
59+ * source.c: Rename directories_info to show_directories.
60+ (_initialize_values): Rename "info directories" to "show directories".
61+
62+ * values.c: Rename convenience_info to show_convenience.
63+ (_initialize_values): Rename "info convenience" to "show convenience".
64+
65+ * copying.awk (_initialize_copying): Rename "info copying" to
66+ "show copying" and "info warranty" to "show warranty".
67+ Rename {copying,warranty}_info to show_{copying,warranty}.
68+
69+ * symfile.c: Rename add_syms_command to add_symbol_file_command.
70+ (_initialize_symfile, add_syms_addr_command):
71+ Rename add-syms to add-symbol-file.
72+
73+Thu Apr 18 18:08:30 1991 John Gilmore (gnu at cygint.cygnus.com)
74+
75+ * symfile.c (clear_symtab_users_once, cashier_psymtab,
76+ free_named_symtabs): Move these routines from symmisc.c.
77+ (free_symtab): Make non-static.
78+ * symmisc.c (same): same.
79+ * symtab.c (free_symtab): Declare as exported void fn now.
80+ * dbxread.c (end_symtab, end_psymtab): Change comments.
81+ (initialize_dbxread): Call dbx_new_init() in case the first
82+ command is add-symbols.
83+ * target.c (dummy_target): Permit add_syms_addr_command.
84+
85+Sat Apr 13 14:46:07 1991 John Gilmore (gnu at cygint.cygnus.com)
86+
87+ Permit symbols to be superseded when new symbol files have
88+ been read in, particularly for VxWorks.
89+
90+ * dbxread.c (read_dbx_symtab): Allow N_SOL to cleanly take us back
91+ to the main file, as well as to include files. Also, put global
92+ functions into the global psymtab, to make "i fun" work.
93+ (end_psymtab): Free named symtabs and psymtabs for a file, once a
94+ new psymtab for it has been read.
95+ * coffread.c (end_psymtab): Free named symtabs and psymtabs for
96+ a file, once a new symtab has been read for it.
97+ * mipsread.c: FIXME. We need to do the same for MIPS, but it
98+ looks harder to determine the top-level block before it's been
99+ queued to the psymtab list.
100+
101+ * symfile.c (symbol_file_add): Use filtered printing and wrap it.
102+ If we have wiped out any old symbol tables, clean up at end of
103+ symbol reading.
104+ (symbol_file_command): Don't reference symfile_fns if it's zero.
105+
106+ * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New
107+ defines for the blocks of a blockvector that contain global and
108+ file-static symbols and the first of the smaller scope contours.
109+ * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line,
110+ decode_line_1, make_symbol_completion_list): Use the above.
111+ * coffread.c (end_symtab, patch_opaque_types): Ditto.
112+ * dbxread.c (end_symtab): Ditto.
113+ * expread.y (block): Ditto.
114+ * mipsread.c (throughout): Ditto.
115+ * symmisc.c (free_named_symtabs): Ditto.
116+
117+ * symtab.c (list_symbols): Process the first symbol of the
118+ static psymbols list.
119+ (types_info): Restore this function from its untimely #if 0.
120+ It's not perfect, but it is better than nothing.
121+ (_initialize_symtab): Restore "info types".
122+
123+Thu Apr 11 05:23:19 1991 John Gilmore (gnu at cygint.cygnus.com)
124+
125+ * m68k-stub.c: Remote stub for 680x0's, created from
126+ rem-m68k.shar (which is removed).
127+ * nindy-share/{Makefile,Onindy.c,blout.h,env.h,nindy.c,ttyflush.c}:
128+ Remove RCS log stuff now that we use CVS and it blows our diffs.
129+
1130 Thu Apr 18 18:08:30 1991 John Gilmore (gnu at cygint.cygnus.com)
2131
3132 * symfile.c (clear_symtab_users_once, cashier_psymtab,