sanitization
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
2
3 * Makefile.in (install_only uninstall): Indent for clarity.
4
5 * core.c (dis_asm_read_memory): Add call to
6 dis_asm_read_memory_hook to provide alternate way for disassembler
7 to read memory.
8
9 * defs.h: Protect from multiple inclusion. Add decl for
10 dis_asm_read_memory_hook.
11
12 * top.c: Make window startup be the default.
13 * Add dis_asm_read_memory_hook.
14
15 start-sanitize-gdbtk
16 * gdbtk.c (finish_saving_output): Don't do anything if not saving
17 output.
18 * (breakpoint_notify): Don't send null filename to tcl.
19 * (gdb_eval): New tcl command to eval an expression.
20 * (gdb_disassemble): New tcl command to do disassembly. This
21 allows tcl code to choose between exec file and target memeory,
22 and can also do mixed source and assembly.
23 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
24 that more of the environment is set up. Also, create link between
25 gdb and tcl vars disassemble{-_}from{-_}exec.
26
27 * gdbtk.tcl: New expression window support.
28 * Make assembly window be 80 columns wide.
29 * Use new disassembly method. Add menu items to select
30 disassembly from exec file or target.
31 * Change View menubar item to Options.
32
33 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
34 since they don't exist yet.
35
36 * Pop up a copyright window on startup.
37 end-sanitize-gdbtk
38
39 Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu)
40
41 * stabsread.c (define_symbol): Handle `a' symbol type used for
42 reference parameter passed in a register.
43
44 start-sanitize-gdbtk
45 Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
46
47 * gdbtk.tcl (build_framework): Add standard commands menu, more
48 windows to standard windows menu.
49 (not_implemented_yet): Clarify message.
50 end-sanitize-gdbtk
51
52 Wed Jan 4 12:27:29 1995 Kung Hsu <kung@mexican.cygnus.com>
53
54 * defs.h: move include tm.h up, so that the type LONGEST can
55 also based on the target requirement to determine. In this case
56 target mips64.
57
58 * remote-os9k.c (rombug_open): catch exception e in rombug.
59 * remote-os9k.c (rombug_wait): print message before register display
60 from rombug.
61
62 Wed Jan 4 09:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
63
64 * top.c (locate_arg): Call strchr not index.
65
66 Tue Jan 3 16:52:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
67
68 * ch-exp.y (literal): Recognize NULL.
69 (tuple): Parse simple unlabelled tuples.
70 * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
71 evaluate brace-initializer-expressions depending on context.
72 (evaluate_subexp case UNOP_CAST): Pass the target type as
73 expected type when evaluating the expression.
74
75 * ch-typeprint.c (chill_type_print_base): Get names of PTR and
76 BOOL from TYPE_NAME.
77 * ch-valprint.c (chill_print_type_scalar): New function, to handle
78 TYPE_CODE_RANGE better than print_type_scalar does.
79 (chill_val_print_array_elements): Use above new function.
80
81 Mon Jan 2 15:02:51 1995 Stan Shebs <shebs@andros.cygnus.com>
82
83 * remote-udi.c (udi_load): Tell symbol_file_add that the
84 program being loaded is the main program.
85
86 For older changes see ChangeLog-94
87 \f
88 Local Variables:
89 mode: indented-text
90 left-margin: 8
91 fill-column: 74
92 version-control: never
93 End:
This page took 0.050855 seconds and 5 git commands to generate.