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