* gdbthread.h (struct thread_info): Add in_infcall member.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c5a4d20b
PA
12009-03-22 Pedro Alves <pedro@codesourcery.com>
2
3 * gdbthread.h (struct thread_info): Add in_infcall member.
4 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
5 Remove reverences to suppress_resume_observer. Refresh
6 `call_thread' after returning from `proceed'.
7 * infcmd.c (suppress_resume_observer): Delete.
8 * inferior.h (suppress_resume_observer): Delete declaration.
9 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
10 inferior function.
11 * thread.c (set_running): Remove references to
12 suppress_resume_observer.
13 * infrun.c (struct inferior_status): Add in_infcall member.
14 (save_inferior_status): Save it.
15 (restore_inferior_status): Restore it.
16
41d2bdb4
PA
172009-03-22 Pedro Alves <pedro@codesourcery.com>
18
19 * infcall.c (run_inferior_call): Remove references to
20 suppress_stop_observer.
21 * infcmd.c (suppress_stop_observer): Delete.
22 (finish_command_continuation): Remove NOTE. Don't clear
23 suppress_stop_observer anymore.
24 (finish_command_continuation_free_arg): Likewise.
25 (finish_forward): Remove references to suppress_stop_observer.
26 Call normal_stop observer if we haven't already.
27 * inferior.h (suppress_stop_observer): Delete.
28 * infrun.c (normal_stop): When deciding to suppress the
29 normal_stop observer, check for proceed_to_finish instead of
30 suppress_stop_observer.
31
065a2c74
PA
322009-03-22 Pedro Alves <pedro@codesourcery.com>
33
34 * symfile.c (symfile_relocate_debug_section): Remove check for
35 SEC_DEBUGGING.
36
cc924cad
TJB
372009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
38 Jim Blandy <jimb@red-bean.com>
39 Thiago Jung Bauermann <bauerman@br.ibm.com>
40 Tom Tromey <tromey@redhat.com>
41
42 Miscellaneous fixes to the Python code.
43 * python/python-cmd.c (cmdpy_init): Accept keyword
44 arguments.
45 * python/python-value.c (valpy_string): Accept keyword
46 arguments.
47 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
48 Do not call value_to_value_object on NULL RES_VAL.
49 (value_object_methods): Change `string' entry to also accept
50 keyword arguments.
51 (convert_value_from_python): Return a copy of the value if obj is
52 a gdb.Value object.
53 (value_object_methods): Mark the `string' method as accepting
54 keywords, and show method "prototype" in the doc string.
55 * python/python.c (get_parameter): Don't return inside a
56 TRY_CATCH.
57
bc3b79fd
TJB
582009-03-20 Tom Tromey <tromey@redhat.com>
59
60 Add support for convenience functions in Python.
61 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
62 (SUBDIR_PYTHON_SRCS): Add python-function.c.
63 (python-function.o): New target.
64 * eval.c: Include "python/python.h" and <ctype.h>.
65 (evaluate_subexp_standard): Handle values of type
66 TYPE_CODE_INTERNAL_FUNCTION.
67 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
68 * parse.c (write_exp_string): Remove duplicate word in comment.
69 * python/python-function.c: New file.
70 * python/python-internal.h (gdbpy_initialize_functions): Add
71 prototype.
72 * python/python.c (_initialize_python): Call
73 gdbpy_initialize_functions.
74 * valprint.c (value_check_printable): Handle values of type
75 TYPE_CODE_INTERNAL_FUNCTION.
76 * value.c: Include "cli/cli-decode.h".
77 (internal_function): New struct.
78 (functionlist, internal_fn_type): New static variables.
79 (lookup_only_internalvar,
80 lookup_internalvar): Add const qualifier to name argument.
81 (create_internalvar): Likewise. Initialize new field.
82 (set_internal_var): Fix typo in comment. Don't allow assignment
83 to canonical variable.
84 (value_create_internal_function, value_internal_function_name,
85 call_internal_function, function_command, function_destroyer,
86 add_internal_function): New functions.
87 (_initialize_values): Create `function' placeholder command.
88 Initialize internal_fn_type.
89 * value.h (lookup_only_internalvar, create_internalvar,
90 lookup_internalvar): Add const qualifier to name argument.
91 (internal_function_fn, add_internal_function, call_internal_function,
92 value_internal_function_name): Add prototypes.
93 (struct internalvar) <canonical>: New field.
94
546e879e
TT
952009-03-20 Tom Tromey <tromey@redhat.com>
96
97 * c-lang.c (evaluate_subexp_c): Call check_typedef.
98
6c7a06a3
TT
992009-03-20 Tom Tromey <tromey@redhat.com>
100 Julian Brown <julian@codesourcery.com>
101
102 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
103 PR i18n/9401, PR exp/9613:
104 * NEWS: Update
105 * value.h (value_typed_string): Declare.
106 (val_print_string): Update.
107 * valprint.h (print_char_chars): Update.
108 * valprint.c (print_char_chars): Add type argument. Update.
109 (val_print_string): Likewise.
110 * valops.c (value_typed_string): New function.
111 * utils.c (host_char_to_target): New function.
112 (parse_escape): Use host_char_to_target, host_hex_value. Update.
113 Remove '^' case.
114 (no_control_char_error): Remove.
115 * typeprint.c (print_type_scalar): Update.
116 * scm-valprint.c (scm_scmval_print): Update.
117 * scm-lang.h (scm_printchar, scm_printstr): Update.
118 * scm-lang.c (scm_printchar): Add type argument.
119 (scm_printstr): Likewise.
120 * printcmd.c (print_formatted): Update.
121 (print_scalar_formatted): Update.
122 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
123 Handle '%lc' and '%ls'.
124 * parser-defs.h (struct typed_stoken): New type.
125 (struct stoken_vector): Likewise.
126 (write_exp_string_vector): Declare.
127 * parse.c (write_exp_string_vector): New function.
128 * p-valprint.c (pascal_val_print): Update.
129 * p-lang.h (is_pascal_string_type, pascal_printchar,
130 pascal_printstr): Update.
131 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
132 Add 'char_type' argument.
133 (pascal_emit_char): Add type argument.
134 (pascal_printchar): Likewise.
135 (pascal_printstr): Likewise.
136 * objc-lang.c (objc_emit_char): Add type argument.
137 (objc_printchar): Likewise.
138 (objc_printstr): Likewise.
139 * macroexp.c (get_character_constant): Handle unicode characters.
140 Use c_parse_escape.
141 (get_string_literal): Handle unicode strings. Use
142 c_parse_escape.
143 * m2-valprint.c (print_unpacked_pointer): Update.
144 (m2_print_array_contents): Update.
145 (m2_val_print): Update.
146 * m2-lang.c (m2_emit_char): Add type argument.
147 (m2_printchar): Likewise.
148 (m2_printstr): Likewise.
149 * language.h (struct language_defn) <la_printchar>: Add type
150 argument.
151 <la_printstr, la_emitchar>: Likewise.
152 (LA_PRINT_CHAR): Likewise.
153 (LA_PRINT_STRING): Likewise.
154 (LA_EMIT_CHAR): Likewise.
155 * language.c (unk_lang_emit_char): Add type argument.
156 (unk_lang_printchar): Likewise.
157 (unk_lang_printstr): Likewise.
158 * jv-valprint.c (java_val_print): Update.
159 * jv-lang.c (java_emit_char): Add type argument.
160 * f-valprint.c (f_val_print): Update.
161 * f-lang.c (f_emit_char): Add type argument.
162 (f_printchar): Likewise.
163 (f_printstr): Likewise.
164 * expprint.c (print_subexp_standard): Update.
165 * charset.h (target_wide_charset): Declare.
166 (c_target_char_has_backslash_escape, c_parse_backslash,
167 host_char_print_literally, host_char_to_target,
168 target_char_to_host, target_char_to_control_char): Remove.
169 (enum transliterations): New type.
170 (convert_between_encodings): Declare.
171 (HOST_ESCAPE_CHAR): New define.
172 (host_letter_to_control_character, host_hex_value): Declare.
173 (enum wchar_iterate_result): New enum.
174 (struct wchar_iterator): Declare.
175 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
176 wchar_push_back): Declare.
177 * charset-list.h: New file.
178 * c-valprint.c (textual_name): New function.
179 (textual_element_type): Handle wide character types.
180 (c_val_print): Pass original type to textual_element_type. Handle
181 wide character types.
182 (c_value_print): Use textual_element_type. Pass original type of
183 value to val_print.
184 * c-lang.h (enum c_string_type): New type.
185 (c_printchar, c_printstr): Update.
186 * c-lang.c (classify_type): New function.
187 (print_wchar): Likewise.
188 (c_emit_char): Add type argument. Handle wide characters.
189 (c_printchar): Likewise.
190 (c_printstr): Add type argument. Handle wide and multibyte
191 character sets.
192 (convert_ucn): New function.
193 (emit_numeric_character): Likewise.
194 (convert_octal): Likewise.
195 (convert_hex): Likewise.
196 (ADVANCE): New macro.
197 (convert_escape): New function.
198 (parse_one_string): Likewise.
199 (evaluate_subexp_c): Likewise.
200 (exp_descriptor_c): New global.
201 (c_language_defn): Use exp_descriptor_c.
202 (cplus_language_defn): Likewise.
203 (asm_language_defn): Likewise.
204 (minimal_language_defn): Likewise.
205 (charset_for_string_type): New function.
206 * c-exp.y (%union): Add 'svec' and 'tsval'.
207 (CHAR): New token.
208 (exp): Add CHAR production.
209 (string_exp): Rewrite.
210 (exp) <string_exp>: Rewrite.
211 (tempbuf): Now global.
212 (tempbuf_init): New global.
213 (parse_string_or_char): New function.
214 (yylex) <tempbuf>: Now global.
215 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
216 Remove.
217 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
218 (c_parse_escape): New function.
219 * auxv.c (fprint_target_auxv): Update.
220 * ada-valprint.c (ada_emit_char): Add type argument.
221 (ada_printchar): Likewise.
222 (ada_print_scalar): Update.
223 (printstr): Add type argument. Update calls to ada_emit_char.
224 (ada_printstr): Add type argument.
225 (ada_val_print_array): Update.
226 (ada_val_print_1): Likewise.
227 * ada-lang.c (emit_char): Add type argument.
228 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
229 type arguments.
230 * gdb_locale.h: Include langinfo.h.
231 * charset.c (_initialize_charset): Set default host charset from
232 the locale. Don't register charsets. Add target-wide-charset
233 commands. Call find_charset_names.
234 (struct charset, struct translation): Remove.
235 (GDB_DEFAULT_HOST_CHARSET): Remove.
236 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
237 (target_wide_charset_name): New global.
238 (show_host_charset_name): Handle "auto".
239 (show_target_wide_charset_name): New function.
240 (host_charset_enum, target_charset_enum): Remove.
241 (charset_enum): New global.
242 (all_charsets, register_charset, lookup_charset, all_translations,
243 register_translation, lookup_translation): Remove.
244 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
245 (iso_8859_print_literally, iso_8859_to_control,
246 iso_8859_family_charset): Remove.
247 (ebcdic_print_literally, ebcdic_to_control,
248 ebcdic_family_charset): Remove.
249 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
250 register_iconv_charsets): Remove.
251 (target_wide_charset_be_name, target_wide_charset_le_name): New
252 globals.
253 (identity_either_char_to_other): Remove.
254 (set_be_le_names, validate): New functions.
255 (backslashable, backslashed, represented): Remove.
256 (default_c_target_char_has_backslash_escape): Remove.
257 (default_c_parse_backslash, iconv_convert): Remove.
258 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
259 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
260 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
261 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
262 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
263 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
264 (table_convert_char, table_translation, simple_table_translation):
265 Remove.
266 (current_host_charset, current_target_charset,
267 c_target_char_has_backslash_escape_func,
268 c_target_char_has_backslash_escape_baton): Remove.
269 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
270 (host_char_to_target_func, host_char_to_target_baton): Remove.
271 (target_char_to_host_func, target_char_to_host_baton): Remove.
272 (cached_iconv_host_to_target, cached_iconv_target_to_host):
273 Remove.
274 (lookup_charset_or_error, check_valid_host_charset): Remove.
275 (set_host_and_target_charsets): Remove.
276 (set_host_charset, set_target_charset): Remove.
277 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
278 (set_target_wide_charset_sfunc): New function.
279 (show_charset): Print target wide character set.
280 (host_charset, target_charset): Rewrite.
281 (target_wide_charset): New function.
282 (c_target_char_has_backslash_escape): Remove.
283 (c_parse_backslash): Remove.
284 (host_letter_to_control_character): New function.
285 (host_char_print_literally): Remove.
286 (host_hex_value): New function.
287 (target_char_to_control_char): Remove.
288 (cleanup_iconv): New function.
289 (convert_between_encodings): New function.
290 (target_char_to_host): Remove.
291 (struct wchar_iterator): Define.
292 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
293 wchar_push_back): New functions.
294 (do_cleanup_iterator): New function.
295 (char_ptr): New typedef.
296 (charsets): New global.
297 (add_one, find_charset_names): New functions.
298 (default_charset_names): New global.
299 (auto_host_charset_name): Likewise.
300 * aclocal.m4, config.in, configure: Rebuild.
301 * configure.ac: Call AM_LANGINFO_CODESET.
302 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
303 (AM_ICONV): Invoke earlier.
304 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
305 LIBICONV_LIBDIR. Check for libiconv in build tree.
306 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
307 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
308 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
309 * gdb_obstack.h (obstack_grow_wstr): New define.
310 * gdb_wchar.h: New file.
311 * defs.h: Include it.
312
cb249c71
TT
3132009-03-20 Tom Tromey <tromey@redhat.com>
314 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
317 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
318 typedef.
319 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
320 SYMBOL_TYPE result.
321 * ada-typeprint.c (print_array_type): Do the NULL check
322 unconditionally.
323
16ad9370
TT
3242009-03-19 Tom Tromey <tromey@redhat.com>
325
326 * utils.c (do_obstack_free): New function.
327 (make_cleanup_obstack_free): Likewise.
328 * defs.h (make_cleanup_obstack_free): Declare.
329
36dc683c
DE
3302009-03-18 Doug Evans <dje@google.com>
331
89ecc4f5
DE
332 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
333 int, not a long long.
334 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
335
a411cd0e
DE
336 * expprint.c (dump_raw_expression): Print note if non-NULL.
337
36dc683c
DE
338 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
339 backwards.
340
5b1ba0e5
NS
3412009-03-18 Nathan Sidwell <nathan@codesourcery.com>
342
343 * Makefile.in: Update license to GPLv3.
344 * ada-exp.y: Update license to GPLv3.
345 * ada-lex.l: Update license to GPLv3.
346 * c-exp.y: Update license to GPLv3.
347 * cp-name-parser.y: Update license to GPLv3.
348 * darwin-nat-info.c: Update license to GPLv3.
349 * f-exp.y: Update license to GPLv3.
350 * gdb_thread_db.h: Update license to GPLv3.
351 * hppanbsd-nat.c: Update license to GPLv3.
352 * hppanbsd-tdep.c: Update license to GPLv3.
353 * hppaobsd-tdep.c: Update license to GPLv3.
354 * jv-exp.y: Update license to GPLv3.
355 * m2-exp.y: Update license to GPLv3.
356 * objc-exp.y: Update license to GPLv3.
357 * p-exp.y: Update license to GPLv3.
358 * reply_mig_hack.awk: Update license to GPLv3.
359 * reverse.c: Update license to GPLv3.
360 * xtensa-xtregs.c: Update license to GPLv3.
361
8a2492ee
PA
3622009-03-18 Pedro Alves <pedro@codesourcery.com>
363
364 * remote.c (remote_close): Don't call generic_mourn_inferior.
365 (remote_mourn_1): Call generic_mourn_inferior after closing the
366 target.
367
5338cef1
PA
3682009-03-18 Pedro Alves <pedro@codesourcery.com>
369
370 * remote.c (remote_start_remote): Add missing call to
371 init_wait_for_inferior in non-stop mode.
372
717a8278
PA
3732009-03-18 Pedro Alves <pedro@codesourcery.com>
374
375 * breakpoint.c (bpstat_should_step): Only consider software
376 watchpoints that have a location.
377
7d85a9c0
JB
3782009-03-17 Joel Brobecker <brobecker@adacore.com>
379
380 Add a target_ops parameter to the to_kill method in struct target_ops.
381
382 * target.h (struct target_ops): Add a "target_ops *" parameter to
383 method to_kill.
384 (target_kill): Remove macro. Add declaration.
385 * target.c (debug_to_kill): Delete, no longer necessary.
386 (target_kill): New function.
387 (update_current_target): Stop inheriting the to_kill method.
388 Do not de_fault it to no_process either.
389 (setup_target_debug): Do not set current_target.to_kill.
390 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
391 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
392 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
393 accordingly.
394
14064aa2
DE
3952009-03-17 Doug Evans <dje@google.com>
396
397 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
398 glibc 2.3.2 and earlier.
399
f06eadd9
JB
4002009-03-17 Joel Brobecker <brobecker@adacore.com>
401
402 * frame.c (get_prev_frame_1): Do not perform the inner_frame
403 sanity check if this_frame is not NORMAL.
404 (frame_id_inner): Update the description of this function.
405
481df73e
HZ
4062009-03-17 Hui Zhu <teawater@gmail.com>
407
408 * stack.c: Change the introduce of "disassemble-next-line".
409
6b251945
PA
4102009-03-17 Pedro Alves <pedro@codesourcery.com>
411
412 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
413 declare as extern.
414
30c33a9f
HZ
4152009-03-17 Hui Zhu <teawater@gmail.com>
416
dafb3b41 417 * stack.c: Include valprint.h.
30c33a9f
HZ
418 (disassemble_next_line): New enum.
419 (show_disassemble_next_line): New function. Show the current
420 value of disassemble-next-line.
421 (gdb_disassembly_stub_args): New struct for argument passing
422 between function do_gdb_disassembly and function
423 gdb_disassembly_stub.
424 (gdb_disassembly_stub): New function. Helper for
425 gdb_disassembly.
426 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
427 the exception from the gdb_disassembly because it will be
428 broken by filter sometime.
429 (print_frame_info): If disassemble-next-line is set to auto
430 or on and doesn't have the line debug messages for $pc,
431 output the next instruction.
432 If disassemble-next-line is set to on and there is line debug
433 messages, output assembly codes for next line.
434 (_initialize_stack): Make the "set disassemble-next-line"
435 command an auto-boolean command. Change its class to
436 class_stack. Place it in the top level set list. Extend help
437 to describe the auto mode.
438
fee0be5d
PA
4392009-03-17 Pedro Alves <pedro@codesourcery.com>
440
441 * infrun.c (normal_stop): Don't overwrite old_chain.
442
a624e111
JB
4432009-03-16 Joel Brobecker <brobecker@adacore.com>
444
445 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
446 which is undefined, by call to regcache_invalidate, which should
447 do what the original author wanted to do.
448
383c0389
JB
4492009-03-16 Joel Brobecker <brobecker@adacore.com>
450
451 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
452 (mips_create_inferior): Likewise.
453
267fbcde
JB
4542009-03-16 Joel Brobecker <brobecker@adacore.com>
455
456 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
457
da66f6a6
JB
4582009-03-16 Joel Brobecker <brobecker@adacore.com>
459
460 * darwin-nat.c (darwin_resume): Fix a compiler warning when
461 building on x86_64-darwin.
462
58529c02
JB
4632009-03-16 Tristan Gingold <gingold@adacore.com>
464
465 * configure.tgt: Add handling for x86_64-darwin.
466
ba30a4e9
JK
4672009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
468
469 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
470
7fc0c7b5
JB
4712009-03-15 Joel Brobecker <brobecker@adacore.com>
472
473 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
474 Use the ops parameter to get to the target beneath, rather than
475 using the current_target global. Using the current_target global
476 was an unintended accident.
477
1ba0a4ee
JB
4782009-03-15 Joel Brobecker <brobecker@adacore.com>
479
480 Fix an error happening while loading symbols from a core file
481 (on AIX).
482
483 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
484 to detect whether we're debugging a core file or not.
485
d30acaa7
JB
4862009-03-15 Joel Brobecker <brobecker@adacore.com>
487
488 Modernize the aix-thread later by getting rid of the base_target
489 global. This brings back to life the AIX port which was otherwise
490 crashing all the time.
491
492 * aix-thread.c (base_target): Delete.
493 (pd_enable): Do not set base_target.
494 (aix_thread_attach): Use find_target_beneath instead of base_target.
495 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
496 (aix_thread_fetch_registers, aix_thread_store_registers),
497 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
498 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
499 (aix_thread_kill): Delete. Does not seem necessary.
500 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
501
61ff14c6
JK
5022009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
503
504 * stack.c (return_command <retval_exp>): New variables retval_expr
505 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
506 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
507 if RETURN_TYPE is NULL.
508
5b1ba0e5 509>>>>>>> 1.10280
0b16c5cf
PA
5102009-03-14 Pedro Alves <pedro@codesourcery.com>
511
512 * remote.c (PACKET_qAttached): New.
513 (remote_query_attached): New.
514 (remote_add_inferior): Add new `attached' argument. Handle it.
515 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
516 -1 to remote_add_inferior in new parameter.
517 (extended_remote_attach_1): Adjust to pass 1 to
518 remote_add_inferior in the new parameter.
519 (extended_remote_create_inferior_1): Adjust to pass 0 to
520 remote_add_inferior in the new parameter.
521 (_initialize_remote): Add "set/show remote query-attached-packet"
522 commands.
523
9ee6bb93
TT
5242009-03-13 Tom Tromey <tromey@redhat.com>
525
526 * symtab.c (lookup_symbol_in_language): Use a cleanup.
527
787274f0
DE
5282009-03-13 Doug Evans <dje@google.com>
529
530 * exceptions.h: Clean up some comments on catch_exceptions usage.
531 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
532 catch_exceptions.
533
24f81874
JB
5342009-02-17 Joel Brobecker <brobecker@adacore.com>
535
536 The following patch helps getting rid of a warning inside solib-som.c.
537
538 * source.c (source_full_path_of): Constify parameter filename.
539 * defs.h (source_full_path_of): Update declaration accordingly.
540
e1578042
JB
5412009-03-12 Joel Brobecker <brobecker@adacore.com>
542
543 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
544 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
545 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
546
9c2be529
JB
5472009-03-12 Joel Brobecker <brobecker@adacore.com>
548
549 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
550 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
551
2360f94a 5522009-03-12 Joel Brobecker <brobecker@adacore.com>
e22dccb5
JB
553
554 * ada-tasks.c (ada_task_is_alive): Move up and make static.
555 * ada-lang.h (ada_task_is_alive): Remove declaration.
556
facc390f
JB
5572009-03-12 Jerome Guitton <guitton@adacore.com>
558
559 * ada-lang.c (ada_delta): Change the type of numerators and
560 denominators to DOUBLEST, as they may not fit into a long.
561 (scaling_factor): Ditto.
562
47e729a8
JB
5632009-03-12 Jerome Guitton <guitton@adacore.com>
564
5c20fa2a 565 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
47e729a8 566
b79819ba
JB
5672009-03-12 Joel Brobecker <brobecker@adacore.com>
568
569 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
570 types, if we are unable to determine the actual symbol type
571 from its tag, then use the static approximation instead.
572
0056e4d5
JB
5732009-03-12 Joel Brobecker <brobecker@adacore.com>
574
575 Fix crash printing packed record with packed array.
576
577 * ada-lang.c (ada_modulus_from_name): New function.
578 (ada_modulus): In the case where the type length is bigger than
579 the size of the type used to hold the bounds, try determining
580 the modulus from the type name.
581 (ada_value_primitive_packed_val): Fix bug in the computation of
582 ntarg causing an out-of-buffer invalid access.
583
3c513ee6
JB
5842009-03-12 Joel Brobecker <brobecker@adacore.com>
585
586 Fix segfault when printing short_integer'last.
587
588 * ada-lang.c (ada_find_any_type): Search in the primitive types
589 if a symbol could not be found.
590
680f3fad
JB
5912009-03-12 Joel Brobecker <brobecker@adacore.com>
592
593 * ada-tasks.c (task_states,long_task_states): Add new states
594 Activating and Acceptor_Delay_Sleep. Update the description
595 of state Acceptor_Sleep.
596
2ab1c2d9
JB
5972009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
598
599 Fix a build failure on Darwin following some changes in
600 the profile of some target_ops methods.
601
602 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
603 where missing.
604 (darwin_stop_inferior, darwin_detach): Likewise.
605
1f31650a
VP
6062009-03-12 Vladimir Prus <vladimir@codesourcery.com>
607
608 Include token in ^running notification for CLI commands.
609
610 * mi/mi-main.c (mi_execute_command): Set current_token here.
611 (mi_cmd_execute): Do not set current_token here.
612
4333ada3
VP
6132009-03-12 Vladimir Prus <vladimir@codesourcery.com>
614
615 Fix MI timings.
616
617 * mi/mi-main.c (mi_print_timing_maybe): New.
618 (captured_mi_execute_command): Simplify. Output timings to
619 CLI commands, too.
620 (mi_execute_async_cli_command): Do not print timings.
621 * mi/mi-main.h (mi_print_timing_maybe): Declare.
622 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
623
c5933f6d
JB
6242009-03-12 Jerome Guitton <guitton@adacore.com>
625
626 * xcoffread.c (process_linenos): Check if the line in the
627 include table refers to the main source file and, if so,
628 add them to the main subfile.
629
c7660128
JB
6302009-03-12 Joel Brobecker <brobecker@adacore.com>
631
632 Fix a build failure on AIX introduced after a change in the profile
633 of some of the "methods" in the target_ops structure.
634 * aix-thread.c: Add missing target_ops parameter throughout.
635
636 Implement Ada task switching on AIX.
637 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
638 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
639
c5bc3a77
DJ
6402009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
641
642 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
643 value_mark and value_free_to_mark.
644 * objfiles.c (free_objfile): Call objfile_free_data before
645 freeing the BFD.
646
55518360
HZ
6472009-03-10 Hui Zhu <teawater@gmail.com>
648
649 * disasm.c (gdb_disassembly): Remove unused argument
650 "line_num".
651 * disasm.h (gdb_disassembly): Ditto.
652 * cli/cli-cmds.c (print_disassembly): Ditto.
653 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
654
5fd1a349
PP
6552009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
656
657 * solib.c (solib_contains_address_p): New function.
658 (solib_name_from_address): Use it.
659 * printcmd.c (display_uses_solib_p): Use it.
660 * solib.h (solib_contains_address_p): Declare it.
661
36746093
JK
6622009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 * varobj.c (free_variable): Call value_free.
665
757a13d0
JK
6662009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 PR gdb/9873:
669 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
670 Move the variable `macinfo_type' out of the loop. Create a new
671 processing pass before the current one to pre-create `current_file'.
672 New complaint on misplaced zero/non-zero definitions/includes.
673 Skip first DW_MACINFO_start_file with `at_commandline' set.
674
c8fa6cdd
VP
6752008-03-09 Vladimir Prus <vladimir@codesourcery.com>
676
677 * solib.c (reload_shared_libraries): Give
678 inferior a chance to reset solib breakpoint.
679 Reinit frame cache.
680
41b4aadc
CF
6812009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
682
683 * windows-nat.c (dr): Redefine to use largest possible integer which
684 holds a pointer.
685 (cygwin_set_dr): Avoid coercion.
686
6872009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
688
14b69f28 689 * windows-nat.c (windows_create_inferior): Implement --tty handling on
41b4aadc
CF
690 non-cygwin.
691
f5c9a895
PP
6922009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
693
694 Rename solib_address to solib_name_from_address.
695 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
696 (disable_breakpoints_in_unloaded_shlib): Update.
697 * printcmd.c (display_uses_solib_p): Likewise.
698 * stack.c (print_frame): Likewise.
699 * solib.c: Rename.
700 * solib.h: Rename.
701
a3247a22
PP
7022009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
703
704 * printcmd.c (do_one_display): Reparse exp_string.
705 (display_uses_solib_p): New function.
706 (clear_dangling_display_expressions): New function.
707 (_initialize_printcmd): Add observer.
708 * solib.c (no_shared_libraries): Swap order of calls to
709 clear_solib and objfile_purge_solibs.
710
d36df9c5
JB
7112009-03-05 Joel Brobecker <brobecker@adacore.com>
712
713 Implement the target-specific part of Ada tasking support
714 on Tru64.
715
716 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
717 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
718
b254c0b2
JB
7192009-03-05 Joel Brobecker <brobecker@adacore.com>
720
721 Get rid of the global "base_target" and use "find_target_beneath"
722 to find the underlying target.
723 * dec-thread.c (base_target): Delete.
724 (enable_dec_thread): Remove assignement to base_target.
725 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
726 (dec_thread_fetch_registers, dec_thread_store_registers)
727 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
728 Update the function profile if necessary.
729 Use find_target_beneath to call the same method but from
730 the underlying target, removing the need for "base_target".
731
732 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
733 Fix a copy/paste error in a few debug traces...
734
735 * solib-osf.c (init_so): Use a simpler method for computing
736 the size of lm_info structure. This also gets rid of warning
737 emitted by the compiler.
738
aae64587
PA
7392009-03-05 Pedro Alves <pedro@codesourcery.com>
740
741 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
742 duplicates of permanent breakpoints.
743
1941c569
PA
7442009-03-04 Pedro Alves <pedro@codesourcery.com>
745
746 * inferior.h (notice_new_inferior): Declare.
747 * infcmd.c (notice_new_inferior): New.
748 * remote.c (remote_add_inferior, remote_add_thread): New.
749 (notice_new_inferiors): Rename to...
750 (remote_notice_new_inferior): ... this. Add RUNNING argument.
751 Use remote_add_thread instead of add_thread, passing it the
752 RUNNING argument. Add an inferior with remote_add_inferior. If
753 we just learned about an inferior, call notice_new_inferior.
754 (record_currthread): Adjust.
755 (remote_threads_info): Adjust to use remote_notice_new_inferior.
237d4315
PA
756 (remote_start_remote, extended_remote_attach_1): Use
757 remote_add_inferior.
1941c569
PA
758 (process_stop_reply): Adjust. Call remote_notice_new_inferior
759 after handling expedited registers and watchpoint state.
760 (extended_remote_create_inferior_1): Use remote_add_inferior.
761
9bde0732
AR
7622009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
763
764 * infcmd.c (registers_info): Remove register number case.
765
6aa8e5c2
PA
7662009-03-03 Pedro Alves <pedro@codesourcery.com>
767
768 * top.c (quit_target): Check for target_has_execution before
769 killing or detaching from inferiors.
770
1d59cee5
JB
7712009-03-02 Joel Brobecker <brobecker@adacore.com>
772
773 Remove some unused routines.
774
775 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
776 Delete.
777 * ada-lang.c (ada_task_list_iterator_ftype)
778 (iterate_over_live_ada_tasks): Delete.
779 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
780 Delete.
781
223698f8
DE
7822009-03-01 Doug Evans <dje@google.com>
783
9af17804
DE
784 * symtab.c: Remove trailing whitespace throughout the file.
785 (expand_line_sal): Fix some typos and whitespace.
786
3c54f140
DE
787 * Makefile.in (clean): rm -f $(DEPDIR)/*.
788
2aecd87f
DE
789 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
790 (init.c): signals/ -> common/.
791 (signals.o): Update.
792 * target.h (target_signal_to_string,target_signal_to_string)
793 (target_signal_from_name,target_signal_to_host_p)
794 (target_signal_from_host,target_signal_to_host): Move to ...
795 * common/gdb_signals.h: ... here. New file.
796 * common/signals.c: Moved here from signals/signals.c.
797 #include gdb_signals.h, remove #include of target.h in gdb case.
798 (target_signal_from_command,default_target_signal_to_host)
799 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
800
223698f8
DE
801 Include thread ID in target_wait debugging output.
802 * infrun.c (print_target_wait_results): New function.
803 (wait_for_inferior,fetch_inferior_event): Call it.
804
93a91755
PA
8052009-02-27 Pedro Alves <pedro@codesourcery.com>
806
807 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
808 with a ptid_t field.
809 * linux-thread-db.c (thread_get_info_callback): Build the ptid
810 using the pid stored in proc_handle.ptid.
811 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
812 (check_for_thread_db, thread_db_detach, check_event)
813 (thread_db_mourn_inferior, find_new_threads_callback)
814 (thread_db_find_new_threads_1): Adjust.
815 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
816 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
817
b5096abe
PM
8182009-02-27 Phil Muldoon <pmuldoon@redhat.com>
819
820 * valprint.c (read_string): Rework clean-up logic. Use
821 free_current_contents to clean-up buffer.
822
a2f63f5e
AS
8232009-02-27 Andreas Schwab <schwab@linux-m68k.org>
824
825 * MAINTAINERS: Update e-mail address.
826
83390453
PM
8272009-02-26 Phil Muldoon <pmuldoon@redhat.com>
828
829 * python/python-utils.c (python_string_to_unicode): Always return
830 a new reference.
831 (python_string_to_target_string): Decrement transient python
832 instance.
833 (python_string_to_host_string): Likewise.
834
8352007-02-26 Pedro Alves <pedro@codesourcery.com>
a0740d21
PA
836
837 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
838 call to super_fetch_registers.
839 (mips64_linux_store_registers): Pass `ops' to call to
840 super_store_registers.
841
89c83b10
DE
8422009-02-25 Doug Evans <dje@google.com>
843
99361f52
DE
844 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
845 error message.
846
1c2af6c4
DE
847 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
848 disabled_shlib_breaks, unused.
849
89c83b10
DE
850 * printcmd.c (build_address_symbolic): Fix comment.
851
9e2f0ad4
HZ
8522009-02-25 Hui Zhu <teawater@gmail.com>
853
854 * cli/cli-script.c (define_command): Add _() to query.
855 * gnu-nat.c (inf_validate_task_sc): Ditto.
856 * infcmd.c (kill_if_already_running): Ditto.
857 (jump_command): Ditto.
858 (attach_command): Ditto.
859 * inflow.c (kill_command): Ditto.
860 * infrun.c (handle_command): Ditto.
861 * maint.c (maintenance_dump_me): Ditto.
862 * memattr.c (mem_delete_command): Ditto.
863 * monitor.c (monitor_interrupt_query): Ditto.
864 * nto-procfs.c (interrupt_query): Ditto.
865 * printcmd.c (undisplay_command): Ditto.
866 * remote-mips.c (mips_kill): Ditto.
867 * remote.c (interrupt_query): Ditto.
868 * solib-irix.c (irix_open_symbol_file_object): Ditto.
869 * solib-osf.c (osf_open_symbol_file_object): Ditto.
870 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
871 * solib-som.c (som_open_symbol_file_object): Ditto.
872 * solib-svr4.c (open_symbol_file_object): Ditto.
873 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
874 * target.c (kill_or_be_killed): Ditto.
875 * tracepoint.c (delete_trace_command): Ditto.
876 * top.c (quit_confirm): Add _() to s that will be used
877 in query.
878
02529b48
PM
8792009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
880
881 Fix windows-nat.c compilation failure.
882
883 * windows-nat.c (windows_thread_alive): Fix forward declaration.
884 (get_windows_debug_event): Add ops parameter to call to windows_resume.
885
2fb89e62
PA
8862009-02-23 Pedro Alves <pedro@codesourcery.com>
887
888 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
889
6f43c46f
JB
8902009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
891
892 * symtab.c (find_line_symtab): Initialize exact to avoid
893 a compiler warning.
894
84e473c8
PA
8952009-02-23 Pedro Alves <pedro@codesourcery.com>
896
897 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
898 `ops' to recursive call.
899
28439f5e
PA
9002009-02-23 Pedro Alves <pedro@codesourcery.com>
901
902 * corelow.c (get_core_registers): Adjust.
903 (core_file_thread_alive): Rename to...
904 (core_thread_alive): ... this.
905 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
906 (init_core_ops): Adjust.
907 (coreops_suppress_target): Delete.
908 (_initialize_corelow): Unconditionally add core_ops.
909 * procfs.c: Include "inf-child.h".
910 (procfs_ops): Delete.
911 (init_procfs_ops): Delete. Reimplement as...
912 (procfs_target): ... this, inheriting from inf-child.
913 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
914 (procfs_prepare_to_store): Delete.
915 (procfs_store_registers, procfs_resume): Adjust.
916 (procfs_open): Delete.
917 (procfs_suppress_run): Delete.
918 (procfs_can_run): Delete.
919 (procfs_mourn_inferior): Adjust.
920 (procfs_init_inferior): Add target_ops parameter. Adjust.
921 (procfs_create_inferior): Don't pass procfs_init_inferior to
922 fork_inferior. Instead call it after fork_inferior returns.
923 (procfs_find_new_threads): Adjust.
924 (_initialize_procfs): Adjust to use procfs_target instead of
925 init_procfs_ops.
926 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
927 (lwp_to_thread): Use target_thread_alive.
928 (sol_thread_open): Delete.
929 (sol_thread_attach): Delete.
930 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
931 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
932 to use find_target_beneath.
933 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
934 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
935 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
936 (check_for_thread_db): New.
937 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
938 (sol_thread_new_objfile): Call check_for_thread_db.
939 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
940 (sol_thread_can_run): Delete.
941 (sol_thread_alive): Adjust to use find_target_beneath.
942 (sol_thread_stop): Delete.
943 (rw_common): Use target_write_memory or target_read_memory.
944 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
945 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
946 (solaris_pid_to_str): Remove check for libthread_db initialization
947 failing.
948 (sol_find_new_threads): Remove check for libthread_db
949 initialization failing, or for an invalid inferior_ptid. Adjust
950 to use find_target_beneath.
951 (sol_core_open, sol_core_close, sol_core_detach,
952 sol_core_files_info, sol_find_memory_regions,
953 sol_make_note_section, ignore): Delete.
954 (init_sol_thread_ops): Make it a thread_stratum target. Remove
955 unneeded callback settings.
956 (init_sol_core_ops): Delete.
957 (_initialize_sol_thread): No longer call init_sol_core_ops, set
958 procfs_suppress_run, or hack with core_ops.
959
960 * target.h (struct target_ops): Add a target_ops * parameter to
961 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
962 and to_find_new_threads.
963 (target_fetch_registers, target_store_registers)
964 (target_thread_alive, target_find_new_threads): Redeclare as
965 function.
a2f63f5e 966
28439f5e
PA
967 * target.c (update_current_target): Do not inherit or de_fault
968 to_resume, to_fetch_registers, to_store_registers,
969 to_thread_alive, to_find_new_threads.
970 (target_resume): Adjust.
971 (target_thread_alive, target_find_new_threads): New.
972 (debug_to_resume, debug_to_fetch_registers): Delete.
973 (target_fetch_registers): New.
974 (debug_to_store_registers): Delete.
975 (target_store_registers): New.
976 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
977 (setup_target_debug): Adjust.
a2f63f5e 978
28439f5e 979 * gdbcore.h (core_ops): Delete declaration.
a2f63f5e 980
28439f5e
PA
981 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
982 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
983 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
984 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
985 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
986 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
987 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
988 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
989 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
990 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
991 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
992 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
993 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
994 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
995
996 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
997 * gdbarch.h, gdbarch.c: Regenerate.
998
999 * sol2-tdep.c: Include "inferior.h".
1000 (sol2_core_pid_to_str): New.
1001 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
1002
1003 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
1004 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
1005 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
1006 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
1007
907083d1
DE
10082009-02-22 Doug Evans <dje@google.com>
1009
1010 * exec.c (exec_file_attach): Fix comment.
1011
63807e1d
PA
10122009-02-22 Pedro Alves <pedro@codesourcery.com>
1013
1014 Silence a few -Wmissing-prototypes warnings.
1015
1016 PR build/9877:
a2f63f5e 1017 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
63807e1d 1018 it static.
a2f63f5e
AS
1019 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
1020 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
1021 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
63807e1d
PA
1022 (_initialize_amd64nbsd_tdep): ... this.
1023 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
1024 (_initialize_arm_linux_tdep): Declare.
1025 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
1026 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
1027 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
1028 * avr-tdep.c (avr_return_value): Make it static.
1029 (avr_frame_unwind_cache): Ditto.
1030 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
1031 (bsd_uthread_solib_loaded): Ditto.
1032 (bsd_uthread_solib_unloaded): Ditto.
1033 (bsd_uthread_target): Ditto.
1034 (_initialize_bsd_uthread): Declare.
1035 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
1036 (cris_frame_unwind_cache): Ditto.
1037 * frv-tdep.c (frv_return_value): Ditto.
1038 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
1039 (h8300h_use_struct_convention): Ditto.
1040 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
1041 Ditto.
1042 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
1043 declarations.
1044 * hppabsd-tdep.c: Include hppabsd-tdep.h.
1045 (hppabsd_find_global_pointer): Make it static.
1046 * hppabsd-tdep.h: New.
1047 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
1048 (hppabsd_init_abi): Remove declaration.
1049 (_initialize_hppabsd_tdep): Remove declaration.
1050 (_initialize_hppanbsd_tdep): Declare.
1051 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
1052 (hppabsd_init_abi): Delete declaration.
1053 (hppaobsd_init_abi): Make it static.
1054 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
1055 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
1056 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
1057 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
1058 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
1059 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
1060 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
1061 (_initialize_m32c_tdep): Declare.
1062 * m32r-rom.c (_initialize_m32r_rom): Declare.
1063 * m32r-tdep.c (m32r_skip_prologue): Make it static.
1064 (m32r_return_value): Ditto.
1065 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
1066 (m68hc11_return_value): Ditto.
1067 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
1068 * m88k-tdep.c (m88k_frame_cache): Make it static.
1069 * mep-tdep.c (mep_gdb_print_insn): Ditto.
1070 (mep_return_value): Ditto.
1071 (_initialize_mep_tdep): Declare.
1072 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
1073 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
1074 (mips_linux_syscall_next_pc): Ditto.
1075 (_initialize_mips_linux_tdep): Declare.
1076 * mips-tdep.c (mips_single_step_through_delay): Make it static.
1077 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
1078 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
1079 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
1080 * mt-tdep.c (_initialize_mt_tdep): Declare.
1081 * nbsd-tdep.c: Include nbsd-tdep.h.
1082 * nto-tdep.c (find_load_phdr): Make it static.
1083 (_initialize_nto_tdep): Declare.
1084 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
1085 static.
1086 (_initialize_ppc_linux_tdep): Declare.
1087 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
1088 (m32r_insert_watchpoint, m32r_remove_watchpoint)
1089 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
1090 static.
1091 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
1092 * rs6000-nat.c: Include xcoffread.h.
1093 (find_toc_address): Don't extern declare get_toc_offset. Adjust
1094 to call xcoff_get_to_offset.
1095 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
1096 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
1097 (rs6000_skip_trampoline_code): Make static.
1098 * s390-tdep.c (s390_regset_from_core_section): Ditto.
1099 * sh-tdep.c (sh_register_reggroup_p): Ditto.
1100 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
1101 (_initialize_shnbsd_tdep): Declare.
1102 * solib-frv.c (displacement_from_map): Make static.
1103 (_initialize_frv_solib): Declare.
1104 * solib-irix.c (fetch_lm_info): Make static.
1105 (_initialize_irix_solib): Declare.
1106 * solib-som.c: Include solib-som.h.
1107 (som_solib_select): Line break.
1108 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
1109 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
1110 (_initialize_sparcnbsd_tdep): ... this.
1111 * spu-tdep.c (spu_software_single_step): Make it static.
1112 (_initialize_spu_tdep): Declare.
1113 * vax-tdep.c (vax_frame_cache): Make it static.
1114 * xcoffread.c: Include xcoffread.h.
1115 (get_toc_offset): Rename to ...
1116 (xcoff_get_toc_offset): ... this.
1117 (_initialize_xcoffread): Declare.
1118 * xcoffread.h: New.
1119 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
1120 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
1121 static.
1122 (_initialize_xtensa_tdep): Declare.
1123
2c0b251b
PA
11242008-02-21 Pedro Alves <pedro@codesorcery.com>
1125
1126 Silence a few -Wmissing-prototypes warnings.
1127
1128 PR build/9877:
1129 * amd64-nat.c: Include "amd64-nat.h".
1130 * fork-child.c (_initialize_fork_child): Ditto.
1131 * gcore.c (_initialize_gcore): Ditto.
1132 * inf-ptrace.c: Include "inf-ptrace.h".
1133 (inf_ptrace_store_registers): Make it static.
1134 * linux-nat.c (linux_nat_terminal_ours): Make it static.
1135 (_initialize_linux_nat): Declare before definition.
1136 * linux-tdep.c: Include "linux-tdep.h".
1137 * linux-thread-db.c (_initialize_thread_db): Declare before
1138 definition.
1139 * proc-service.c (_initialize_proc_service): Ditto.
1140 * remote.c (remote_send_printf): Make it static.
1141 * solib.c: Include "solib.h".
1142 * symfile-mem.c (_initialize_symfile_mem): Declare before
1143 definition.
1144 * ada-lang.c (ada_la_decode, ada_match_name)
1145 (ada_suppress_symbol_printing, ada_is_array_type)
1146 (ada_value_ptr_subscript, ada_array_length)
1147 (ada_to_static_fixed_value): Make them static.
1148 (_initialize_ada_language): Declare before definition.
1149 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
1150 (ada_task_list_changed, ada_new_objfile_observer): Make them
1151 static.
1152 (_initialize_tasks): Declare before definition.
1153 * addrmap.c (_initialize_addrmap): Declare before definition.
1154 * auxv.c (default_auxv_parse): Make it static.
1155 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
1156 them static.
1157 * breakpoint.c (remove_sal): Add line break.
1158 (expand_line_sal_maybe): Make it static.
1159 * cp-name-parser.y: Include "cp-support.h".
1160 * cp-valprint.c (cp_find_class_member): Make it static.
1161 * eval.c (value_f90_subarray): Ditto.
1162 * exceptions.c (print_any_exception): Ditto.
1163 * findcmd.c (_initialize_mem_search): Declare before definition.
1164 * frame.c (frame_observer_target_changed): Make it static.
1165 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
1166 * inf-child.c: Include "inf-child.h".
1167 * inferior.h (valid_inferior_id): Rename to ...
1168 (valid_gdb_inferior_id): ... this.
1169 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
1170 Make them static.
1171 * jv-lang.c (java_language_arch_info): Make it static.
1172 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
1173 * osdata.c (info_osdata_command): Make it static.
1174 * regcache.c (regcache_observer_target_changed): Make it static.
1175 * reverse.c (_initialize_reverse): Declare before definition.
1176 * stabsread.c (cleanup_undefined_types_noname)
1177 (cleanup_undefined_types_1): Make them static.
1178 * symfile.c (place_section): Make it static.
1179 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
1180 * target-descriptions.c (_initialize_target_descriptions): Declare
1181 before definition.
1182 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
1183 (find_default_is_async_p, find_default_supports_non_stop): Make
1184 them static.
1185 (target_supports_non_stop): Add prototype.
1186 (dummy_pid_to_str): Make it static.
1187 * utils.c (_initialize_utils): Declare before definition.
1188 * ada-exp.y (_initialize_ada_exp): Declare before definition.
1189 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
1190 * target.h (struct target_ops): Add a prototype to the
1191 to_can_execute_reverse callback.
a2f63f5e
AS
1192 * macroscope.c (_initialize_macroscope): Declare before definition.
1193 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
2c0b251b
PA
1194 * python/python.c (_initialize_python): Declare before definition.
1195 * tui/tui-command.c: Include "tui/tui-command.h".
1196 * tui/tui-data.c (init_content_element, init_win_info): Make them
1197 static.
1198 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
1199 * tui/tui-interp.c (_initialize_tui_interp): Declare before
1200 definition.
1201 * tui/tui-layout.c: Include "tui/tui-layout.h".
1202 (_initialize_tui_layout): Declare before definition.
1203 * tui/tui-regs.c: Include "tui/tui-regs.h".
1204 (tui_display_reg_element_at_line): Make it static.
1205 (_initialize_tui_regs): Declare before definition.
1206 * tui/tui-stack.c (_initialize_tui_stack): Declare before
1207 definition.
1208 * tui/tui-win.c: Include "tui/tui-win.h".
1209 (_initialize_tui_win): Declare before definition.
1210 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
1211 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
1212 (tui_get_cmd_list): Add a prototype.
1213 * tui/tui-windata.c: Include tui-windata.h.
1214 * tui/tui-wingeneral.c (box_win): Make it static.
1215 * cli/cli-logging.c (show_logging_command): Make it static.
1216 (_initialize_cli_logging): Declare before definition.
1217 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
1218 definition.
1219
5aca5a82
PM
12202009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
1221
08c1f091 1222 Extend use of i386_use_watchpoints to all i386 native files
5aca5a82 1223 using hardware watchpoints.
08c1f091
DE
1224 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
1225 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
1226 * windows-nat.c (init_windows_ops): Ditto.
1227 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
1228 * config/i386/nm-cygwin64.h: Ditto.
1229 * config/i386/nm-fbsd.h: Ditto.
1230 * config/i386/nm-go32.h: Ditto.
5aca5a82 1231
1db300f1
JB
12322009-02-19 Joel Brobecker <brobecker@adacore.com>
1233
1234 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
1235
c86cf029
VP
12362009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1237
1238 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
1239 (mi_interpreter_init): Register the above.
1240 * solib.c (clear_solib): Notify solib unload.
1241 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
1242 disable breakpoints on a.out targets.
1243
3ea85240
VP
12442009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1245
1246 * observer.c (observer_test_first_notification_function)
1247 (observer_test_second_notification_function)
1248 (observer_test_third_notification_function): Adjust prototype.
1249
4c1d2973
PA
12502009-02-17 Pedro Alves <pedro@codesourcery.com>
1251
1252 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
1253 (ALL_TARGET_OBS): Add dicos-tdep.o.
1254 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
1255 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
1256 gdb_target_obs.
1257 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
1258 gdb_target_obs.
1259 * dicos-tdep.h, dicos-tdep.c: New.
1260 * amd64-dicos-tdep.c: New.
1261 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
1262 inferior.h. Include dicos-tdep.h.
1263 (i386_dicos_init_abi): Call dicos_init_abi.
1264 (i386_dicos_bfd_has_symbol_p): Delete.
1265 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
1266
1267 * NEWS: Mention x86-64 DICOS target support.
1268
1903f0e6
DE
12692009-02-16 Doug Evans <dje@google.com>
1270
1271 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
1272 All callers updated.
1273 (amd64_get_insn_details): Handle more 3-byte opcode insns.
1274 (amd64_breakpoint_p): Delete.
1275 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
1276 don't back up pc to the start of the int3.
1277 * i386-tdep.c: #include opcode/i386.h.
1278 (i386_skip_prefixes): New function.
1279 (i386_absolute_jmp_p): Constify argument.
1280 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
1281 (i386_breakpoint_p): Delete.
1282 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
1283 When fixing up after stepping an int3, don't back up pc to the start
1284 of the int3.
1285
959b8724
PA
12862009-02-16 Pedro Alves <pedro@codesourcery.com>
1287
1288 * corelow.c (core_close): Don't hardcode the core's pid.
1289 (core_open): Find core threads before calling
1290 post_create_inferior.
1291 (add_to_thread_list, get_core_register_section): Take into account
1292 systems where the regset section names encode the pid of the
1293 inferior.
1294
1295 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
1296 * gdbarch.h, gdbarch.c: Regenerate.
1297
1298 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
1299 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
1300 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
1301 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
1302
1d33d6ba
VP
13032009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1304
1305 Include frame information for *stopped due to CLI commands.
1306
a2f63f5e
AS
1307 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
1308 * infcmd.c (finish_command_continuation): Pass '1' for
1309 'print_frame' parameter to the observer.
1310 * infrun.c (normal_stop): Don't print mi-specific information
1311 here. Pass 'stop_print_frame' to the 'print_frame' parameter
1312 of the observer.
1313 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
1314 If we need to print frame, and current uiout is not the MI one,
1315 print frame again.
1d33d6ba 1316
2ff5e605
PM
13172009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
1318
1319 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
1320 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
1321
5d7cb8df
JK
13222009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1323
1324 PR fortran/9806
1325 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
1326 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
1327
868a0084
PM
13282009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
1329
1330 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
5d7cb8df 1331 for DW_ATE_signed_char and DW_ATE_unsigned_char
868a0084
PM
1332 for pascal language.
1333
42e2132c
JK
13342009-02-11 Jim Meyering <meyering@redhat.com>
1335 Jan Kratochvil <jan.kratochvil@redhat.com>
1336
1337 Avoid NULL dereference.
1338 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
1339 New variable func_type.
1340
315aef0a
PA
13412009-02-11 Pedro Alves <pedro@codesourcery.com>
1342
1343 * gdbarch.c: Regenerate.
1344
58159490
PM
13452009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
1346
1347 * p-lang.c (is_pascal_string_type): Fix comment.
1348 Determine exact size of char elements for GPC
1349 strings.
1350 (pascal_printstr): Handle char width of 2 or 4.
1351 * p-valprint.c (pascal_val_print): Handle char
1352 of width 2 or 4.
a2f63f5e 1353
d3f36a39
DJ
13542009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1355
1356 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
1357 inside the loop. Only call addrmap_set_empty if the compilation unit
1358 had DW_AT_high_pc and DW_AT_low_pc. Update call to
1359 scan_partial_symbols.
1360 (scan_partial_symbols): Take NEED_PC argument and pass it along with
1361 LOWPC and HIGHPC.
1362 (add_partial_namespace): Take NEED_PC argument and pass it through.
1363 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
1364 if necessary.
1365
47a3467a
PA
13662009-02-07 Pedro Alves <pedro@codesourcery.com>
1367
1368 * NEWS: Mention inspecting extra signal information, $_siginfo,
1369 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
1370
1ef18d08
PA
13712009-02-07 Pedro Alves <pedro@codesourcery.com>
1372
1373 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
1374 isn't defined.
1375
5b009018
PA
13762009-02-06 Pedro Alves <pedro@codesourcery.com>
1377
1378 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
1379 (compat_timer_t, compat_clock_t, struct compat_timeval)
1380 (compat_sigval_t, compat_siginfo_t): New types.
1381 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
1382 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
1383 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
1384 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1385 (amd64_linux_siginfo_fixup): New.
1386 * linux-nat.c (linux_nat_siginfo_fixup): New.
1387 (siginfo_fixup): New.
1388 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
1389 siginfo layout expected by ptrace and the siginfo layout of the
1390 inferior.
1391 (linux_nat_set_siginfo_fixup): New.
1392 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
1393
4aa995e1
PA
13942009-02-06 Pedro Alves <pedro@codesourcery.com>
1395
1396 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
1397 * infrun.c (siginfo_value_read, siginfo_value_write): New.
1398 (siginfo_value_funcs): New.
1399 (siginfo_make_value): New.
1400 (_initialize_infrun): Create the $_siginfo convenience variable.
1401 * gdbtypes.h (append_composite_type_field_aligned): Declare.
1402 * gdbtypes.c (append_composite_type_field): Rename to...
1403 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
1404 argument. Handle it.
1405 (append_composite_type_field): Rewrite on top of
1406 append_composite_type_field_aligned.
1407 * value.h (internalvar_make_value): New typedef.
1408 (struct internalvar) <make_value>: New field.
1409 (create_internalvar_type_lazy): Declare.
1410 * value.c (create_internalvar): Clear make_value.
1411 (create_internalvar_type_lazy): New.
1412 (value_of_internalvar): If make_value is set use it.
1413 (preserve_values): Skip internal variables that don't have a
1414 value.
1415 * gdbarch.sh (get_siginfo_type): New.
1416 * gdbarch.h, gdbarch.c: Regenerate.
1417
1418 * linux-tdep.h, linux-tdep.c: New.
1419 * amd64-linux-tdep.c: Include "linux-tdep.h".
1420 (amd64_linux_init_abi): Register linux_get_siginfo_type and
1421 linux_get_siginfo_mapper.
1422 * i386-linux-tdep.c: Include "linux-tdep.h".
1423 (i386_linux_init_abi): Register linux_get_siginfo_type and
1424 linux_get_siginfo_mapper.
1425 * arm-linux-tdep.c: Include "linux-tdep.h".
1426 (i386_linux_init_abi): Register linux_get_siginfo_type and
1427 linux_get_siginfo_mapper.
1428
1429 * linux-nat.c (linux_xfer_siginfo): New.
1430 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
1431 * remote.c (PACKET_qXfer_siginfo_read)
1432 (PACKET_qXfer_siginfo_write): New.
1433 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
1434 "qXfer:siginfo:write" features.
1435 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
1436 (_initialize_remote): Add "set/show remote read-siginfo-object"
1437 and "set/show remote write-siginfo-object" commands.
1438
1439 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
1440 (HFILES_NO_SRCDIR): Add linux-tdep.h.
1441 (ALLDEPFILES): Add linux-tdep.c.
a2f63f5e 1442
4aa995e1
PA
1443 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
1444 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
1445 gdb_target_obs.
1446
5f5233d4
PA
14472009-02-06 Jim Blandy <jimb@codesourcery.com>
1448 Daniel Jacobowitz <dan@codesourcery.com>
1449 Vladimir Prus <vladimir@codesourcery.com>
1450 Pedro Alves <pedro@codesourcery.com>
1451
1452 * defs.h (enum lval_type): New value: lval_computed.
1453 * value.h (struct lval_funcs): New type.
1454 (allocate_computed_value, value_computed_funcs)
1455 (value_computed_closure): New declarations.
1456 * value.c (struct value): Add a structure to the location union
1457 for computed lvalues, containing 'funcs' and 'closure' members.
1458 (allocate_computed_value, value_computed_funcs)
1459 (value_computed_closure): New functions.
1460 (value_free): For computed lvalues, call the closure's
1461 'free_closure' function before freeing the value itself.
1462 (value_copy): If we're copying an lval_computed value, call the
1463 closure's 'copy_closure' function.
1464 (set_value_component_location): If the original value is a
1465 computed lvalue, then call the closure's 'copy_closure' function.
1466 (value_of_internalvar): If an internal variable's value is a
1467 computed lvalue, make retrieving its value produce an equivalent
1468 computed lvalue.
1469 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
1470 their read function.
1471 (value_assign): Assign to computed lvalues by calling their write
1472 function.
1473
117de6a9
PA
14742009-02-06 Pedro Alves <pedro@codesourcery.com>
1475
1476 * linux-nat.c (linux_nat_wait): Adjust.
1477 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
1478 * linux-nat.h (thread_db_init): Delete declaration.
1479 * linux-thread-db.c (target_beneath): Delete.
1480 (thread_db_init): Delete.
1481 (thread_db_detach): Use find_target_beneath.
1482 (thread_db_wait): Adjust interface. Use find_target_beneath.
1483 (thread_db_mourn_inferior): Use find_target_beneath.
1484 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
1485 (thread_db_async_mask): Delete.
1486 (thread_db_pid_to_str): Adjust interface. Use
1487 find_target_beneath.
1488 (thread_db_get_thread_local_address): Adjust interface. Use
1489 find_target_beneath.
1490 (init_thread_db_ops): Delete references to delete functions.
1491 * target.c (update_current_target): Don't inherit or default
1492 to_wait. Don't inherit to_pid_to_str and
1493 to_get_thread_local_address.
1494 (target_translate_tls_address): Look for a pushed target that
1495 implements to_get_thread_local_address, and use it instead of
1496 checking for target_get_thread_local_address_p.
1497 (target_wait, target_pid_to_str): Reimplement as functions.
1498 (dummy_pid_to_str): New.
1499 (init_dummy_target): Register it.
1500 (debug_to_wait): Delete.
1501 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
1502 to_get_thread_local_address accept a pointer to struct target_ops.
1503 (target_wait): Delete macro, and declare as function.
1504 (target_pid_to_str): Likewise.
1505 (target_get_thread_local_address)
1506 (target_get_thread_local_address_p): Delete.
1507 (noprocess): Add NORETURN and ATTR_NORETURN tags.
1508 * inf-ptrace.c (inf_ptrace_wait): Adjust.
1509 (inf_ptrace_pid_to_str): New.
1510 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
1511 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
1512 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
1513 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
1514 Adjust.
1515 * corelow.c (core_pid_to_str): Adjust.
1516 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
1517 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
1518 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
1519 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
1520 * hpux-thread.c (hpux_thread_wait): Adjust.
1521 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
1522 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
1523 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
1524 * procfs.c (procfs_pid_to_str): Adjust.
1525 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
1526 * remote-mips.c (mips_wait): Adjust.
1527 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
1528 * remote.c (remote_wait, remote_pid_to_str)
1529 (remote_get_thread_local_address): Adjust.
1530 * rs6000-nat.c (rs6000_wait): Adjust.
1531 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
1532 (sol_thread_wait, solaris_pid_to_str): Adjust.
1533 * spu-linux-nat.c (spu_child_wait): Adjust.
1534 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
1535
d8906c6f
TJB
15362009-02-06 Tom Tromey <tromey@redhat.com>
1537
1538 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
1539 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
1540 (python-cmd.o): New target.
1541 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
1542 completer prototype.
1543 (add_cmd): Initialize destroyer member of cmd_list_element. Use
1544 make_symbol_completion_list_fn as completer.
1545 (delete_cmd): Call destroyer if one is set.
1546 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
1547 completer member. Add destroyer member.
1548 (set_cmd_completer): Add self parameter to
1549 completer prototype.
1550 * command.h (set_cmd_completer): Add cmd parameter to
1551 completer prototype.
1552 * completer.c (noop_completer, filename_completer,
1553 location_completer, expression_completer, command_completer): Adapt
1554 to new completer prototype.
1555 (complete_line_internal): Pass new parameter to completer function.
1556 * completer.h (noop_completer, filename_completer,
1557 location_completer, expression_completer, command_completer): Adapt
1558 prototypes to new completer prototype.
1559 * interps.c (interpreter_completer): Adapt to new completer
1560 prototype.
1561 * python/python-cmd.c: New file.
1562 * python/python-internal.h (gdbpy_initialize_commands): Add
1563 prototype.
1564 (gdbpy_doc_cst): Add forward declaration.
1565 * python/python.c (gdbpy_doc_cst): Declare.
1566 (_initialize_python): Call gdbpy_initialize_commands. Initialize
1567 gdbpy_doc_cst.
1568 * symtab.c (make_symbol_completion_list_fn): New function.
1569 * symtab.h (make_symbol_completion_list_fn): Add prototype.
1570
739ef7fb
PA
15712009-02-06 Pedro Alves <pedro@codesourcery.com>
1572
1573 * target.c (target_get_osdata): Check for equal or higher than
1574 process_stratum, not dummy_stratum.
1575
6d097e65
PA
15762009-02-06 Pedro Alves <pedro@codesourcery.com>
1577
1578 * remote.c (extended_remote_can_run): Delete.
1579 (init_remote_ops): Don't register it.
1580 * target.c (target_get_osdata): Don't check for target_can_run.
1581 Instead any target that has already been pushed, otherwise
739ef7fb 1582 fallback to the default run target.
6d097e65 1583
947b8855
PA
15842009-02-06 Pedro Alves <pedro@codesourcery.com>
1585
1586 * target.c (target_create_inferior, target_detach)
1587 (target_mourn_inferior, target_attach, target_close): Do target
1588 debug output.
1589 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
1590 (debug_to_mourn_inferior, debug_to_close): Delete.
1591 (setup_target_debug): Adjust.
1592
611041af
PA
15932009-02-05 Pedro Alves <pedro@codesourcery.com>
1594
1595 * target.h (target_stopped_data_address_p): Delete declaration,
1596 and don't define as macro.
1597 * target.c (target_stopped_data_address_p): Delete.
1598
b6cb8e7d
TJB
15992009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
1600 Tom Tromey <tromey@redhat.com>
1601
1602 * python/python-utils.c (target_string_to_unicode): New function.
1603 * python/python-internal.h (target_string_to_unicode): New prototype.
1604 * python/python-value.c (valpy_string): New function.
1605 (value_object_methods): Add `string' entry.
1606
54ba13f7
PA
16072009-02-05 Pedro Alves <pedro@codesourcery.com>
1608
1609 * target.h (target_tid_to_str): Delete.
1610 * thread.c (print_thread_info, thread_apply_all_command)
1611 (thread_apply_command, thread_command, do_captured_thread_select):
1612 Use target_pid_to_str instead of target_tid_to_str.
1613 * linux-fork.c (delete_fork_command): Likewise.
1614
9d49bdc2
PA
16152009-02-05 Pedro Alves <pedro@codesourcery.com>
1616
1617 * frame.c (has_stack_frames): Make public.
1618 (get_prev_frame): Don't allow a NULL this_frame anymore.
1619 * frame.h (has_stack_frames): Declare.
1620 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
1621 to get_prev_frame, instead start at get_current_frame.
1622 (varobj_create): Check has_stack_frames before getting any frame;
1623 eliminate one usage of deprecated_safe_get_selected_frame.
1624
12453b93
TJB
16252009-02-05 Tom Tromey <tromey@redhat.com>
1626 Thiago Jung Bauermann <bauerman@br.ibm.com>
1627
1628 * python/python.c (GdbMethods): Move to bottom of file.
1629 (get_parameter, execute_gdb_command, gdbpy_write,
1630 gdbpy_flush): Remove forward declarations.
1631 (eval_python_from_control_command): Fix error checking of function
1632 PyRun_SimpleString. Fix error string.
1633 (python_command): Likewise.
1634 (execute_gdb_command): Added from_tty argument.
1635
ae6a3a4c
TJB
16362009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
1637
1638 * language.h (language_dfn): Add la_get_string member.
1639 (LA_GET_STRING): New macro.
1640 (default_get_string): New prototype.
1641 * language.c (default_get_string): New function.
1642 (unknown_language_defn, auto_language_defn, local_language_defn): Use
1643 default_get_string for la_get_string.
1644 * c-lang.c (c_get_string): New function.
1645 (c_language_defn, cplus_language_defn, asm_language_defn): Use
1646 c_get_string for la_get_string.
1647 (minimal_language_defn): Likewise
1648 * ada-lang.c (ada_language_defn): Likewise.
1649 * f-lang.c (f_language_defn): Use default_get_string for
1650 la_get_string.
1651 * jv-lang.c (java_language_defn): Likewise.
1652 * m2-lang.c (m2_language_defn): Likewise.
1653 * objc-lang.c (objc_language_defn): Likewise.
1654 * p-lang.c (p_language_defn): Likewise.
1655 * scm-lang.c (scm_language_defn): Likewise.
1656 * typeprint.c (type_to_string): New function.
1657 * value.h (type_to_string): New prototype.
1658 * valprint.c (val_print_string): Factor out code for reading string
1659 from the inferior into its own function. Put 2 spaces after period
1660 in comments.
1661 (read_string): New function.
1662 * valprint.h (read_string): New prototype.
1663
fa8a61dc
TT
16642009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
1665 Tom Tromey <tromey@redhat.com>
1666
1667 PR breakpoints/8079:
1668 * breakpoint.c (print_one_breakpoint): Use exp_string field
1669 to display expression of watchpoints.
1670 (mention): Likewise.
1671 (watch_command_1): Remove trailing whitespace from expression.
1672 * printcmd.c (struct display) <exp_string>: New field.
1673 (display_command): Set exp_string.
1674 (free_display): Free exp_string.
1675 (clear_displays): Use free_display.
1676 (do_one_display): Print exp_string.
1677 (display_info): Likewise.
1678
08c637de
TJB
16792009-02-04 Tom Tromey <tromey@redhat.com>
1680 Thiago Jung Bauermann <bauerman@br.ibm.com>
1681 Phil Muldoon <pmuldoon@redhat.com>
1682
1683 * python/python-internal.h (gdbpy_get_value_from_history): Rename
1684 prototype to gdbpy_history.
1685 (gdbpy_is_string): Declare.
1686 (python_string_to_host_string): Declare.
1687 * python/python-utils.c (gdbpy_is_string): New function.
1688 (unicode_to_encoded_string): New function.
1689 (unicode_to_target_string): Use it.
1690 (python_string_to_host_string): New function.
1691 * python/python-value.c (valpy_address): New function.
1692 (convert_value_from_python): Use gdbpy_is_string. Change to throw
1693 Python exception instead of a GDB exception on error. Properly check
1694 Python booleans.
1695 (valpy_getitem): Convert field name to host string. Handle array
1696 accesses. Adapt to new behaviour of convert_value_from_python.
1697 (valpy_new): Adapt to new behaviour of convert_value_from_python.
1698 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
1699 VALPY_BITXOR, VALPY_BITOR>: New constants.
1700 (valpy_binop): Update. Adapt to new behaviour of
1701 convert_value_from_python.
1702 (valpy_invert): New function.
1703 (valpy_lsh): Likewise.
1704 (valpy_rsh): Likewise.
1705 (valpy_and): Likewise.
1706 (valpy_or): Likewise.
1707 (valpy_xor): Likewise.
1708 (valpy_richcompare): Call convert_value_from_python instead of doing
1709 conversions itself.
1710 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
1711 (gdbpy_get_value_from_history): Rename
1712 function to gdbpy_history.
1713 (gdbpy_initialize_values): Don't set tp_new.
1714 (value_object_type): Add valpy_new.
1715 (value_object_methods): Add `address' entry.
1716 (value_object_as_number): Update for new methods.
1717 * python/python.c (GdbMethods): Rename entry from
1718 `get_value_from_history' to `history'.
1719
538e13a6 17202009-02-04 Jerome Guitton <guitton@adacore.com>
b5304971
JG
1721
1722 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
1723 of type to guard against a crash.
1724
33d502b4
JG
17252009-02-04 Jerome Guitton <guitton@adacore.com>
1726
1727 * value.c (value_from_contents_and_address): Always return
1728 a lval_memory value, even if address is null.
1729
9f08ae4f
TG
17302009-02-04 Tristan Gingold <gingold@adacore.com>
1731
1732 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
1733 (amd64_darwin_sigcontext_addr): Ditto.
1734 (darwin_dwarf_signal_frame_p): Ditto.
1735 (i386_darwin_init_abi): Handle signal frames, use the const for
1736 sc_num_regs.
1737 (x86_darwin_init_abi_64): Ditto.
1738
4bd207ef
TG
17392009-02-04 Tristan Gingold <gingold@adacore.com>
1740
1741 * i386-tdep.c (i386_sigtramp_p): Make it public.
1742 * i386-tdep.h (i386_sigtramp_p): Declare.
1743
4aa99a88
TG
17442009-02-04 Tristan Gingold <gingold@adacore.com>
1745
1746 * machoread.c (macho_symfile_read): Read minsymtab also from
1747 shared libraries.
1748 (macho_symfile_read): Try to read dwarf2 frame info from main
1749 object file, but not from OSO files.
1750 (macho_symfile_offsets): Update section names for latest BFD
1751 changes.
1752 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
1753 (x86_darwin_init_abi_64): Ditto.
1754 * solib-darwin.c: New file.
1755 * solib-darwin.h: New file.
1756 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
1757
7a848be1
TG
17582009-02-04 Tristan Gingold <gingold@adacore.com>
1759
1760 * solist.h (struct target_so_ops): Comment fallback behavior for
1761 operation same.
1762
b32d97f3
TT
17632009-02-03 Tom Tromey <tromey@redhat.com>
1764
1765 * completer.c (add_struct_fields): Check type_name against NULL
1766 before use.
1767
692263b8
JB
17682009-02-03 Joel Brobecker <brobecker@adacore.com>
1769
1770 * MAINTAINERS: Update Elena's email address.
1771
bfa149ac
JB
17722009-02-02 Joel Brobecker <brobecker@adacore.com>
1773
1774 * breakpoint (update_watchpoint): Minor comment adjustment.
1775
1c71341a
TT
17762009-02-02 Tom Tromey <tromey@redhat.com>
1777
52e44b43 1778 PR gdb/9594:
1c71341a
TT
1779 * completer.c (count_struct_fields): Count method names.
1780 (add_struct_fields): Add matching method names.
1781
85541719
DE
17822009-02-02 Doug Evans <dje@google.com>
1783
1784 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
1785 doing any further tcl/tk configury. Don't configure gdbtk if
1786 tcl or tk check fails.
1787 * aclocal.m4: Regenerate.
1788 * configure: Regenerate.
1789
a4295225
TT
17902009-02-02 Tom Tromey <tromey@redhat.com>
1791
1792 PR exp/9059:
1793 * valops.c (find_overload_match): Follow typedefs before taking
1794 address of object argument.
1795
f00150c9
DE
17962009-02-01 Doug Evans <dje@google.com>
1797
1798 * target.h (target_waitstatus_to_string): Declare.
1799 * target.c (target_waitstatus_to_string): New function. Copied from
1800 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
1801 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
1802 TARGET_WAITKIND_NO_HISTORY.
1803 (debug_to_wait): Call it.
1804 * infrun.c (wait_for_inferior): If debug_infrun, print result of
1805 target_wait.
1806 (fetch_inferior_event): Ditto.
1807
5abdf4bd
TT
18082009-01-30 Tom Tromey <tromey@redhat.com>
1809
1810 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
1811
592375cd
VP
18122009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1813
1814 PR 8145.
1815 * thread.c (do_captured_list_thread_ids): Report the current
1816 thread id.
1817
41447f92
VP
18182009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1819
1820 * breakpoint.c (create_breakpoint, create_breakpoints)
1821 (break_command_really, set_breakpoint): New parameter enabled.
1822 (create_breakpoint, break_command_really): Make breakpoint
1823 disabled if so requested.
1824 * breakpoint.h (set_breakpoint): New parameter enabled.
1825 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
1826
35669430
DE
18272009-01-28 Doug Evans <dje@google.com>
1828
1829 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
1830 (amd64_displaced_step_fixup): Declare.
1831 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
1832 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
1833 and make static global.
1834 (amd64_arch_regmap_len): New static global.
1835 (amd64_arch_reg_to_regnum): New function.
1836 (struct amd64_insn): New struct.
1837 (struct displaced_step_closure): New struct.
1838 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
1839 (rex_prefix_p,skip_prefixes)
1840 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
1841 (amd64_insn_length,amd64_get_unused_input_int_reg)
1842 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
1843 (amd64_displaced_step_copy_insn)
1844 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
1845 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
1846 (amd64_displaced_step_fixup): New functions.
1847 * amd64-linux-tdep.c: #include arch-utils.h.
1848 (amd64_linux_init_abi): Install displaced stepping support.
1849
4eb7c016
JG
18502009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1851 Jerome Guitton <guitton@adacore.com>
1852
1853 * configure, config.in: Regenerated.
1854 * configure.ac: Add --with-system-gdbinit.
1855 * main.c (get_init_files): New.
1856 (captured_main): Use get_init_files. Load system gdbinit before
1857 $HOME/.gdbinit.
1858 (print_gdb_help): Print location of init files.
1859
7df3ce47
PA
18602009-01-28 Pedro Alves <pedro@codesourcery.com>
1861
1862 * corefile.c (generic_search): Delete disabled code.
1863 * gdbcore.h (generic_search): Delete declaration.
1864
77435e4c
PA
18652009-01-26 Pedro Alves <pedro@codesourcery.com>
1866
1867 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
1868 parent to the child.
1869 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1870 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
1871 remove_breakpoints to remove breakpoints from the parent.
1872
1e275f79
PA
18732009-01-26 Pedro Alves <pedro@codesourcery.com>
1874
7488432f 1875 PR backtrace/9458, PR backtrace/8864:
1e275f79
PA
1876 * frame.c (create_new_frame): Update the frame's cached PC before
1877 finding its unwinder. Use frame_id_build to build the new frame's
1878 id.
1879 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
1880 array values from the ``args'' array values.
1881
1deafd4e
PA
18822009-01-26 Pedro Alves <pedro@codesourcery.com>
1883
1884 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
1885 (create_array_type, create_set_type, init_flags_type)
1886 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
1887 with a call to XZALLOC or XCALLOC, and pairs of calls to
1888 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
1889
3c16cced
PA
18902009-01-26 Pedro Alves <pedro@codesourcery.com>
1891
1892 Add "maint set|show internal-error|internal-warning quit|corefile
1893 ask|yes|no" commands.
1894
1895 PR gdb/7580:
1896 * utils.c (internal_problem_ask, internal_problem_yes)
1897 (internal_problem_no, internal_problem_modes): New.
1898 (struct internal_problem): Remove FIXME. Make should_quit and
1899 should_dump_core types to char *.
1900 (internal_vproblem, internal_error_problem)
1901 (internal_warning_problem): Adjust.
1902 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
1903 functions.
1904 (add_internal_problem_command): New.
1905 (_initialize_utils): New.
1906
616d7dd2
PA
19072009-01-25 Pedro Alves <pedro@codesourcery.com>
1908
1909 * infcmd.c (program_info): Use paddress instead of casting stop_pc
1910 to unsigned long.
1911
0516318b
PA
19122009-01-24 Pedro Alves <pedro@codesourcery.com>
1913
1914 * infrun.c (normal_stop): Don't call
1915 deprecated_update_frame_pc_hack.
1916 * frame.c (deprecated_update_frame_pc_hack)
1917 (deprecated_update_frame_base_hack): Delete, and ...
1918 (create_new_frame): ... inline here.
1919 * frame.h (deprecated_update_frame_pc_hack)
1920 (deprecated_update_frame_base_hack): Delete declarations.
1921
1e8fb976
PA
19222009-01-23 Pedro Alves <pedro@codesourcery.com>
1923
1924 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
1925 * cli/cli-setshow.c (do_setshow_command): Handle it.
1926 * command.h (enum var_types): Add var_zuinteger.
1927 (add_setshow_zuinteger_cmd): Declare.
1928
1929 * valprint.c (_initialize_valprint): Change the set input-radix
1930 and set output-radix commands to zuinteger type.
1931
dd7e2d2b
PA
19322009-01-23 Pedro Alves <pedro@codesourcery.com>
1933
1934 PR gdb/9664:
1935 * infrun.c (normal_stop): Tag threads as stopped, and run the
1936 hook-stop before printing the stack frame.
1937
392452f6
PA
19382009-01-22 Pedro Alves <pedro@codesourcery.com>
1939
1940 PR c++/9631:
1941 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
1942 vbasetype.
1943
f6a96b83
KH
19442009-01-20 Kazu Hirata <kazu@codesourcery.com>
1945
1946 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
1947 unsigned long.
1948
5d277928 19492009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
a12cc160
DJ
1950
1951 PR gdb/9346
1952 * infcmd.c (signal_command): Do not specify a resume PC.
1953
b89667eb
DE
19542009-01-19 Doug Evans <dje@google.com>
1955
1956 * dummy-frame.c (dummy_frame): Replace regcache member with
1957 caller_state.
1958 (dummy_frame_push): Replace caller_regcache arg with caller_state.
1959 All callers updated.
1960 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
1961 (dummy_frame_pop): Rewrite. Verify requested frame is in the
1962 dummy frame stack. Restore program state.
1963 (cleanup_dummy_frames): Rewrite.
1964 (dummy_frame_sniffer): Update. Make static.
1965 * dummy-frame.h (regcache,frame_info): Delete forward decls.
1966 (inferior_thread_state): New forward decl.
1967 (dummy_frame_push): Update prototype.
1968 * frame.c (frame_pop): dummy_frame_pop now does all the work for
1969 DUMMY_FRAMEs.
1970 * infcall.c (breakpoint_auto_delete_contents): Delete.
1971 (get_function_name,run_inferior_call): New fns.
1972 (call_function_by_hand): Simplify by moving some code to
1973 get_function_name, run_inferior_call. Inferior function call wrapped
1974 in TRY_CATCH so there's less need for cleanups and all exits from
1975 proceed are handled similarily. Detect program exit.
1976 Detect program stopping in a different thread.
1977 Make error messages more consistent.
1978 * inferior.h (inferior_thread_state): Declare (opaque type).
1979 (save_inferior_thread_state,restore_inferior_thread_state,
1980 make_cleanup_restore_inferior_thread_state,
1981 discard_inferior_thread_state, get_inferior_thread_state_regcache):
1982 Declare.
1983 (save_inferior_status): Update prototype.
1984 * infrun.c: (normal_stop): When stopped for the completion of an
1985 inferior function call, verify the expected stack frame kind.
1986 (inferior_thread_state): New struct.
1987 (save_inferior_thread_state,restore_inferior_thread_state,
1988 do_restore_inferior_thread_state_cleanup,
1989 make_cleanup_restore_inferior_thread_state,
1990 discard_inferior_thread_state,
1991 get_inferior_thread_state_regcache): New functions.
1992 (inferior_status): Move stop_signal, stop_pc, registers to
1993 inferior_thread_state. Remove restore_stack_info.
1994 (save_inferior_status): Remove arg restore_stack_info.
1995 All callers updated. Remove saving of state now saved by
1996 save_inferior_thread_state.
1997 (restore_inferior_status): Remove restoration of state now done by
1998 restore_inferior_thread_state.
1999 (discard_inferior_status): Remove freeing of registers, now done by
2000 discard_inferior_thread_state.
2001
aefc7064
PA
20022009-01-18 Pedro Alves <pedro@codesourcery.com>
2003
2004 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
2005 at a time, times NUM_TO_SCROLL.
2006 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
2007 fetch the selected frame if there is no stack.
2008
29f49a6a
PA
20092009-01-18 Pedro Alves <pedro@codesourcery.com>
2010
2011 PR gdb/9747:
2012 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
2013 Declare.
2014 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
2015 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
2016 is thrown while handling an event, finish the thread state.
2017 (normal_stop): Use finish_thread_state cleanup.
2018 * infcmd.c (run_command_1): If an error is thrown while starting
2019 the inferior, finish the thread state.
2020
e7243d73
PA
20212009-01-18 Pedro Alves <pedro@codesourcery.com>
2022
2023 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
2024 skip breakpoints without a location (pending breakpoints).
2025
e74994b5
PA
20262009-01-18 Pedro Alves <pedro@codesourcery.com>
2027
2028 PR build/9186:
2029 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
2030
8405c36e
NR
20312009-01-18 Nick Roberts <nickrob@snap.net.nz>
2032
2033 * thread.c (thread_command): Move call to annotate_thread_changed
2034 to...
2035 (do_captured_thread_select): ... here, to avoid printing an
2036 annotation if the thread change generates an exception.
2037
b8bfd3ed
JB
20382009-01-16 Joel Brobecker <brobecker@adacore.com>
2039
2040 * NEWS: Document x86_64/MinGW as a new native configuration.
2041
2dde91e9
JB
20422009-01-16 Joel Brobecker <brobecker@adacore.com>
2043
2044 * NEWS: Move the documentation of "info os processes" to
2045 the appropriate section (documenting the new commands).
2046
54363045
DE
20472009-01-15 Doug Evans <dje@google.com>
2048
2049 * target.h (target_signal_to_string): Make return type const char *.
2050 (target_signal_to_name): Ditto.
2051 (target_signal_from_name): Make arg const char *.
54363045 2052 * infrun.c (sig_print_info): Update.
54363045
DE
2053 * signals/signals.c (signals): Make array and struct members const.
2054 (target_signal_to_string): Make return type const char *.
2055 (target_signal_to_name): Ditto.
2056 (target_signal_from_name): Make arg const char *.
2057
572d275c
UW
20582009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
2059 Tristan Gingold <gingold@adacore.com>
2060
2061 * solist.h (struct target_so_ops): New member bfd_open.
2062 (solib_find): Add prototype.
2063 (solib_bfd_fopen): Add prototype.
2064 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
2065 from solib_bfd_open.
2066 (solib_bfd_open): Use ops->bfd_open override if present. Call
2067 solib_find and solib_bfd_open otherwise.
2068
2069 * objfiles.h (OBJF_KEEPBFD): New define.
2070 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
2071 objfile flag is set.
2072 * solib.c (symbol_add_stub): Do not allocate second BFD for
2073 shared library; use OBJF_KEEPBFD flag on solib objfile.
2074
0701b271
UW
20752009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
2076
2077 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
2078
61212c0f
UW
20792009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
2080
2081 * value.h (address_of_variable): Add prototype.
2082 (locate_var_value): Remove prototype.
2083
2084 * findvar.c (read_var_value): Do not attempt to default frame
2085 to selected frame.
2086 (locate_var_value): Remove function.
2087 * valops.c (value_of_variable): Retrieve selected frame for
2088 symbols that require a frame when called with NULL block.
2089 * valops.c (address_of_variable): New function.
2090
2091 * eval.c (evaluate_subexp_for_address): Call address_of_variable
2092 instead of calling locate_var_value.
2093 (evaluate_subexp_with_coercion): Likewise.
2094
adb483fe
DJ
20952009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2096
2097 * NEWS: Document "define" for prefixed commands.
2098 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
2099 show_user_1 for prefix commands.
2100 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
2101 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
2102 commands. Return the containing command list.
2103 (define_command, document_command): Update to handle prefix commands.
2104 (show_user_1): Add prefix and name arguments. Handle prefix
2105 commands.
2106 * cli/cli-script.h (show_user_1): Update prototype.
2107
a32d7317
KT
21082009-01-14 Kai Tietz <kai.tietz@onevision.com>
2109
2110 * mingw-ser.c (console_select_thread): Add return to make
2111 compiler happy.
2112 (pipe_select_thread): Likewise.
2113 (file_select_thread): Likewise.
2114
041d0fd7
PA
21152009-01-14 Pedro Alves <pedro@codesourcery.com>
2116
2117 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
2118 previous change.
2119
dc1981d7
PA
21202009-01-14 Pedro Alves <pedro@codesourcery.com>
2121
2122 * remote.c (extended_remote_mourn_1): Invalidate our notion of
2123 current general thread.
2124
244bf9ae
PA
21252009-01-14 Pedro Alves <pedro@codesourcery.com>
2126
2127 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
2128 without a live selected thread.
2129
e4d013fc
JB
21302009-01-14 Joel Brobecker <brobecker@adacore.com>
2131
2132 Update the copyright notice of some of the files I missed
2133 in the previous copyright update.
2134
a588db63
JB
21352009-01-14 Joel Brobecker <brobecker@adacore.com>
2136
2137 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
2138 base address instead of casting it to DWORD.
2139
77a732d9
UW
21402009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
2141
2142 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
2143 for NULL frame pointers.
2144
773698b5
JB
21452009-01-13 Mark Kettenis <kettenis@gnu.org>
2146
2147 * utils.c (host_address_to_string): Reimplement in a way that
2148 avoids the cast of the address to long.
2149
9918cab9
JB
21502009-01-13 Joel Brobecker <brobecker@adacore.com>
2151
2152 * mdebugread.c (parse_symbol): Save the symbol private data
2153 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
2154 (psymtab_to_symtab_1): Likewise.
2155 (parse_procedure): Declare variable "e" only in the scope
2156 where it is used. Extract the symbol private data using
2157 SYMBOL_VALUE_BYTES.
2158
74bcbdf3
PA
21592009-01-13 Jim Blandy <jimb@codesourcery.com>
2160
2161 Abstract out common code for copying value locations.
2162
2163 * value.h (set_value_component_location): New declaration.
2164 * value.c (set_value_component_location): New function.
2165 (value_primitive_field): Use it.
2166 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
2167 * valops.c (search_struct_field, value_slice): Same.
2168 * ada-lang.c (coerce_unspec_val_to_type)
2169 (ada_value_primitive_packed_val): Same.
2170
d7dc3873
JB
21712009-01-13 Joel Brobecker <brobecker@adacore.com>
2172
2173 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
2174
dc05df57
CF
21752009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
2176
2177 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
2178 throughout.
2179 * i386-cygwin-tdep.c: Ditto.
2180 * i386-windows-nat.c: Ditto.
2181 * windows-nat.h: Ditto.
2182 * windows-tdep.c: Ditto.
2183 * windows-tdep.h: Ditto.
2184 * windows-nat.c: Ditto.
2185 (cygwin_load_start): Redefine as CORE_ADDR.
2186 (cygwin_load_end): Ditto.
b8511eeb 2187 (windows_make_so): Coerce result of address arithmetic to uintptr_t
dc05df57
CF
2188 before coercing to CORE_ADDR to avoid a compiler warning.
2189 (handle_exception): Define addr as CORE_ADDR and coerce
2190 ExceptionAddress to uintptr_t before assigining to avoid a compiler
2191 warning.
2192 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
2193 files.
2194
31b060a2
CF
21952009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 Fix linking with --enable-targets=all:
2198 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
2199 (HFILES_NO_SRCDIR): Add windows-tdep.h.
2200 (ALLDEPFILES): Add windows-tdep.c.
2201
f3b6bd60 22022009-01-11 Chris Faylor <me.gdb@cgf.cx>
31b060a2
CF
2203
2204 * win32-nat.h: Delete.
2205 * windows-nat.h: Rename from win32-nat.h.
2206 * win32-nat.c: Delete.
2207 * windows-nat.c: Rename from win32-nat.c.
2208 * win32-termcap.c: Delete.
2209 * windows-termcap.c: Rename from win32-termcap.c.
2210 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
2211 * configure.ac: Handle rename from win32-termcap.c ->
2212 windows-termcap.c.
2213 * configure: Regenerate.
2214 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
2215 -> windows-termcap.c.
2216 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
2217 windows-tdep.h.
2218 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
2219 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
2220 windows-tdep.h.
2221 (win32_make_so): Handle cygwin compiler warning due to change of
2222 load_addr from DWORD to LPVOID.
2223 (handle_load_dll): Use %p in format string to properly print address
2224 and avoid a compiler warning.
2225 (DEBUG_EXCEPTION_SIMPLE): Ditto.
2226 (handle_exception): Ditto.
2227 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
2228 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
2229 windows-nat.o.
2230 * config/i386/mingw.mh: Ditto.
2231 * config/i386/mingw64.mh: Ditto.
2232
0311118f
JK
22332009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2234
2235 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
2236 arrayprint_recurse_level to a parameter. Update all the callers. New
2237 comment at autovariables.
2238
5f61c20e
JK
22392009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2240
2241 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
2242 coding style.
2243
22442009-01-11 Joel Brobecker <brobecker@adacore.com>
53b71562
JB
2245
2246 * target.c (target_xfer_partial): Use host_address_to_string to
2247 print the address of readbuf and writebuf. Cast the address of
2248 elements inside the myaddr buffer into intptr_t.
2249 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
2250 Cast the address of elements inside the myaddr buffer into
2251 intptr_t.
2252
5f61c20e 22532009-01-11 Joel Brobecker <brobecker@adacore.com>
d0761299
JB
2254
2255 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
2256 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
2257 * configure.host, configure.tgt: Add handling for x86_64/windows.
2258 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
2259 and amd64-windows-tdep.c.
2260
5f61c20e 22612009-01-11 Joel Brobecker <brobecker@adacore.com>
bfb87e33
JB
2262
2263 * win32-tdep.h, win32-tdep.c: New files.
2264 * i386-cygwin-tdep.h: Delete.
2265 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
2266 i386-cygwin-tdep.h.
2267 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
2268 * win32-nat.c: Likewise.
2269 * configure.tgt: Add win32-tdep.o to the list of target object
2270 files for i386-cygwin and i386-mingw targets.
2271
5f61c20e 22722009-01-11 Joel Brobecker <brobecker@adacore.com>
7e63b4e4
JB
2273
2274 * win32-nat.h: New file.
2275 * win32-nat.c (mappings): Initialize to NULL.
2276 (win32_set_context_register_offsets): New function.
2277 * i386-windows-nat.c: New file.
2278 (mappings): Moved here from win32-nat.c.
2279 (_initialize_i386_windows_nat): New function.
2280 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
2281 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
2282
25fc6591
AS
22832009-01-09 Andreas Schwab <schwab@suse.de>
2284
2285 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
2286
87f70781
PA
22872009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2288
2289 * gdbtypes.c (append_composite_type_field): Correct the location of
2290 appended fields.
2291
58d4abe1
PA
22922009-01-09 Pedro Alves <pedro@codesourcery.com>
2293
2294 * defs.h (deprecated_error_hook): Delete declaration.
2295 * interps.c (clear_interpreter_hooks): Adjust.
2296 * remote-sim.c (gdb_os_error): Don't try to call
2297 deprecated_error_hook. No need to call exit anymore.
2298 * top.c (deprecated_error_hook): Delete.
2299
e3cb3832
JB
23002009-01-09 Joel Brobecker <brobecker@adacore.com>
2301
2302 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
2303 to print the address of the gdbarch pointer.
2304
30737ed9
JB
23052009-01-09 Joel Brobecker <brobecker@adacore.com>
2306
2307 * gdbarch.sh: Fix all the compilation errors on amd64-windows
2308 due to casting a pointer to a long when printing a function
2309 address. Instead, use host_address_to_string to convert our
2310 address to a string.
2311 * gdbarch.c: Regenerate.
2312
ec4dfccf
JB
23132009-01-09 Joel Brobecker <brobecker@adacore.com>
2314
2315 * event-top.c (async_disconnect, async_stop_sig): use "raise"
2316 instead of "kill" to raise a signal.
2317
d3653bf6
JB
23182009-01-09 Joel Brobecker <brobecker@adacore.com>
2319
2320 * win32-nat.c (get_module_name): Change the type of parameter
2321 "base_address" to LPVOID. Remove unnecessary cast.
2322 (struct lm_info): Change type of load_addr to LPVOID.
2323 (win32_make_so): Change the type of parameter "load_addr"
2324 to LPVOID. Remove some unnecessary casts.
2325 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
2326 (win32_xfer_shared_libraries): Add missing cast.
2327
308a8808
JB
23282009-01-09 Joel Brobecker <brobecker@adacore.com>
2329
2330 * win32-nat.c (has_detach_ability, set_process_privilege):
2331 Cast the result of GetProcAddress to (void *) to avoid
2332 a compilation warning.
2333
5851ab76
JB
23342009-01-09 Joel Brobecker <brobecker@adacore.com>
2335
2336 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
2337 already defined.
2338
5732a500
JB
23392009-01-09 Joel Brobecker <brobecker@adacore.com>
2340
2341 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
2342 definition of local variable "done".
2343 (info_w32_command, handle_exception): Remove unnecessary cast.
2344
def4de3a
JB
23452009-01-09 Joel Brobecker <brobecker@adacore.com>
2346
2347 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
2348 DebugSetProcessKillOnExit. Update all uses in this file.
2349 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
2350 Update all uses in this file.
2351
23522009-01-09 Joel Brobecker <brobecker@adacore.com>
0795be10
JB
2353
2354 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
2355 and use it when pushing the target.
2356 (win32_attach, win32_create_inferior): Update call to
2357 do_initial_win32_stuff.
2358 (win32_detach, win32_mourn_inferior): Use our ops parameter
2359 instead of the global win32_ops to unpush the target.
2360
1be7fe8d
JB
23612009-01-09 Joel Brobecker <brobecker@adacore.com>
2362
2363 * ser-mingw.c (ser_windows_open): Use proper type when casting
2364 in call to _open_osfhandle.
2365
1dac1b47
KT
23662009-01-09 Kai Tietz <kai.tietz@onevision.com>
2367
2368 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
2369
ecf180db
JB
23702009-01-09 Joel Brobecker <brobecker@adacore.com>
2371
2372 * CONTRIBUTE: Minor reformatting.
2373
8234eceb
KT
23742009-01-08 Kai Tietz <kai.tietz@onevision.com>
2375
2376 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
2377 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
2378 export directory.
8234eceb 2379
72ee8797
NF
23802009-01-08 Nathan Froyd <froydnj@codesourcery.com>
2381
2382 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
2383 Call exit to make it obvious to GCC.
2384
f7545552
TT
23852009-01-08 Tom Tromey <tromey@redhat.com>
2386
2387 PR breakpoints/9350:
2388 * varobj.c (varobj_invalidate): Unconditionally free
2389 all_rootvarobj.
2390 * symfile.c (syms_from_objfile): Free local_addr when returning
2391 normally.
2392 * exec.c (exec_file_attach): Do cleanups before returning.
2393 (exec_file_command): Likewise.
2394 * corefile.c (reopen_exec_file): Do cleanups before returning.
2395 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
a2f63f5e 2396 returning.
f7545552
TT
2397 (do_vec_free): New function.
2398 (update_global_location_list): Make a cleanup for old_locations.
2399 Do cleanups before returning. Remove unused variable 'e'.
2400 (find_condition_and_thread): Free result of parsing the
2401 expression.
2402 (print_it_typical): Do cleanups before returning.
2403 (breakpoint_re_set_one): Always free sals.sals.
2404
dde02812
ES
24052009-01-08 Joel Brobecker <brobecker@adacore.com>
2406 Emi Suzuki <emi-suzuki@tjsys.co.jp>
a2f63f5e 2407
dde02812
ES
2408 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
2409 watchpoints.
2410
69bcc6bc
DE
24112009-01-07 Doug Evans <dje@google.com>
2412
2413 * top.c (gdb_prompt_string): Delete, unused.
2414
fa3a767f
PA
24152009-01-07 Pedro Alves <pedro@codesourcery.com>
2416
2417 Delete ONE_PROCESS_WRITETEXT leftovers.
2418
2419 * breakpoint.c (insert_bp_location): Delete process_warning
2420 argument. Adjust.
2421 (insert_breakpoint_locations): Adjust.
2422 (reattach_breakpoints): Adjust.
2423 * infrun.c (normal_stop): Drop "It might be running in another
2424 process" notice.
2425
7b93f36d
SS
24262009-01-07 Stan Shebs <stan@codesourcery.com>
2427
2428 * config/pa/linux.mh (XDEPFILES): Remove.
2429
0380c18b
DE
24302009-01-07 Doug Evans <dje@google.com>
2431
2432 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
2433
60023297
JK
24342009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2435
2436 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
2437 spacing, a regression from 2008-04-22.
2438
ea8992ce
JB
24392009-01-07 Joel Brobecker <brobecker@adacore.com>
2440
2441 * utils.c (gdb_print_host_address): Adjust implementation to
2442 reuse host_address_to_string. Move comment explaining the conversion
2443 from host address to string from here...
2444 (host_address_to_string): ... to there.
2445
301d2c47
ES
24462009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
2447
2448 * MAINTAINERS: Add myself for write after approval privileges.
2449
170ce852
TT
24502009-01-06 Tom Tromey <tromey@redhat.com>
2451
2452 * value.c (set_internalvar): Use value_free, not xfree.
2453
fdb7262a
JB
24542009-01-06 Jim Blandy <jimb@red-bean.com>
2455
bf1d7d9c
JB
2456 Check return values of functions declared with warn_unused_result
2457 attribute in GLIBC 2.8.
2458 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
2459 * inflow.c (check_syscall): New function.
2460 (new_tty): Use check_syscall to check return values from open and dup.
2461 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
2462 * main.c (captured_main): Call cwd after setting up gdb_stderr;
2463 check for errors from getcwd.
2464 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
2465 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
2466 (stdio_file_fputs): Same.
2467 * utils.c (internal_vproblem): abort if last-ditch error message
2468 write fails.
2469
fdb7262a
JB
2470 * top.c (gdb_init): Don't set the current directory here; that's
2471 already been done in captured_main.
2472
84603566
SL
24732009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2474
2475 * ser-tcp.c: Adjust includes.
2476 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
2477 (tcp_auto_retry, tcp_retry_limit): Declare.
2478 (TIMEOUT): Remove, in favor of tcp_retry_limit.
2479 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
2480 (wait_for_connect): New function.
2481 (net_open): Use it. Add auto-retry logic.
2482 (set_tcp_cmd, show_tcp_cmd): New functions.
2483 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
2484 and "set/show tcp connect-timeout" commands.
2485 * NEWS: Document new commands.
2486
5171e6b3
TT
24872009-01-05 Tom Tromey <tromey@redhat.com>
2488
2489 * python/python-internal.h (Py_ssize_t): Define as int.
2490
a367a1f2
JB
24912009-01-05 Jim Blandy <jimb@red-bean.com>
2492
2493 * MAINTAINERS: Fix my e-mail address as steering committee member.
2494
0fb0cc75
JB
24952009-01-03 Joel Brobecker <brobecker@adacore.com>
2496
2497 Updated copyright notices for most files.
2498
c9fc347d
JB
24992009-01-03 Joel Brobecker <brobecker@adacore.com>
2500
2501 * top.c (print_gdb_version): Update copyright year.
2502
a85d99b4
JB
25032009-01-03 Joel Brobecker <brobecker@adacore.com>
2504
2505 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
2506
4d78a120
JB
25072009-01-01 Pedro Alves <pedro@codesourcery.com>
2508
2509 PR breakpoints/9681:
2510 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
2511 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
2512 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
2513 retrow all other exceptions.
2514
67de2a4c 2515For older changes see ChangeLog-2008.
c906108c
SS
2516\f
2517Local Variables:
2518mode: change-log
2519left-margin: 8
2520fill-column: 74
2521version-control: never
57da7796 2522coding: utf-8
c906108c 2523End:
This page took 1.172065 seconds and 4 git commands to generate.