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