PR breakpoints/9350:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2009-01-08 Tom Tromey <tromey@redhat.com>
2
3 PR breakpoints/9350:
4 * varobj.c (varobj_invalidate): Unconditionally free
5 all_rootvarobj.
6 * symfile.c (syms_from_objfile): Free local_addr when returning
7 normally.
8 * exec.c (exec_file_attach): Do cleanups before returning.
9 (exec_file_command): Likewise.
10 * corefile.c (reopen_exec_file): Do cleanups before returning.
11 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
12 returning.
13 (do_vec_free): New function.
14 (update_global_location_list): Make a cleanup for old_locations.
15 Do cleanups before returning. Remove unused variable 'e'.
16 (find_condition_and_thread): Free result of parsing the
17 expression.
18 (print_it_typical): Do cleanups before returning.
19 (breakpoint_re_set_one): Always free sals.sals.
20
21 2009-01-08 Joel Brobecker <brobecker@adacore.com>
22 Emi Suzuki <emi-suzuki@tjsys.co.jp>
23
24 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
25 watchpoints.
26
27 2009-01-07 Doug Evans <dje@google.com>
28
29 * top.c (gdb_prompt_string): Delete, unused.
30
31 2009-01-07 Pedro Alves <pedro@codesourcery.com>
32
33 Delete ONE_PROCESS_WRITETEXT leftovers.
34
35 * breakpoint.c (insert_bp_location): Delete process_warning
36 argument. Adjust.
37 (insert_breakpoint_locations): Adjust.
38 (reattach_breakpoints): Adjust.
39 * infrun.c (normal_stop): Drop "It might be running in another
40 process" notice.
41
42 2009-01-07 Stan Shebs <stan@codesourcery.com>
43
44 * config/pa/linux.mh (XDEPFILES): Remove.
45
46 2009-01-07 Doug Evans <dje@google.com>
47
48 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
49
50 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
53 spacing, a regression from 2008-04-22.
54
55 2009-01-07 Joel Brobecker <brobecker@adacore.com>
56
57 * utils.c (gdb_print_host_address): Adjust implementation to
58 reuse host_address_to_string. Move comment explaining the conversion
59 from host address to string from here...
60 (host_address_to_string): ... to there.
61
62 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
63
64 * MAINTAINERS: Add myself for write after approval privileges.
65
66 2009-01-06 Tom Tromey <tromey@redhat.com>
67
68 * value.c (set_internalvar): Use value_free, not xfree.
69
70 2009-01-06 Jim Blandy <jimb@red-bean.com>
71
72 Check return values of functions declared with warn_unused_result
73 attribute in GLIBC 2.8.
74 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
75 * inflow.c (check_syscall): New function.
76 (new_tty): Use check_syscall to check return values from open and dup.
77 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
78 * main.c (captured_main): Call cwd after setting up gdb_stderr;
79 check for errors from getcwd.
80 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
81 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
82 (stdio_file_fputs): Same.
83 * utils.c (internal_vproblem): abort if last-ditch error message
84 write fails.
85
86 * top.c (gdb_init): Don't set the current directory here; that's
87 already been done in captured_main.
88
89 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
90
91 * ser-tcp.c: Adjust includes.
92 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
93 (tcp_auto_retry, tcp_retry_limit): Declare.
94 (TIMEOUT): Remove, in favor of tcp_retry_limit.
95 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
96 (wait_for_connect): New function.
97 (net_open): Use it. Add auto-retry logic.
98 (set_tcp_cmd, show_tcp_cmd): New functions.
99 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
100 and "set/show tcp connect-timeout" commands.
101 * NEWS: Document new commands.
102
103 2009-01-05 Tom Tromey <tromey@redhat.com>
104
105 * python/python-internal.h (Py_ssize_t): Define as int.
106
107 2009-01-05 Jim Blandy <jimb@red-bean.com>
108
109 * MAINTAINERS: Fix my e-mail address as steering committee member.
110
111 2009-01-03 Joel Brobecker <brobecker@adacore.com>
112
113 Updated copyright notices for most files.
114
115 2009-01-03 Joel Brobecker <brobecker@adacore.com>
116
117 * top.c (print_gdb_version): Update copyright year.
118
119 2009-01-03 Joel Brobecker <brobecker@adacore.com>
120
121 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
122
123 2009-01-01 Pedro Alves <pedro@codesourcery.com>
124
125 PR breakpoints/9681:
126 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
127 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
128 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
129 retrow all other exceptions.
130
131 For older changes see ChangeLog-2008.
132 \f
133 Local Variables:
134 mode: change-log
135 left-margin: 8
136 fill-column: 74
137 version-control: never
138 coding: utf-8
139 End:
This page took 0.034124 seconds and 5 git commands to generate.