2009-05-07 Sami Wagiaalla <swagiaal@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2009-05-07 Sami Wagiaalla <swagiaal@redhat.com>
2
3 * MAINTAINERS (Write After Approval): Add self.
4
5 2009-06-22 Ulrich Weigand <uweigand@de.ibm.com>
6
7 * spu-tdep.c (spu_get_longjmp_target): New function.
8 (spu_gdbarch_init): Install it.
9
10 2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
11
12 PR server/10306
13 * remote.c (getpkt_or_notif_sane_1): Initialize val to -1.
14
15 2009-06-21 Michael Snyder <msnyder@vmware.com>
16
17 * inferior.h: Update ancient comment.
18
19 2009-06-20 Aleksandar Ristovski <aristovski@qnx.com>
20 Pedro Alves <pedro@codesourcery.com>
21
22 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid dereferencing
23 NULL pointer.
24 (scan_dyntag): Skip if input bfd isn't elf flavoured.
25 (locate_base): Call elf_locate_base even without an exec_bfd.
26
27 2009-06-19 Samuel Bronson <naesten@gmail.com>
28
29 PR cli/9903:
30 * cli/cli-decode.c (apropos_cmd): Skip traversing abbreviations
31 for prefix commands to avoid duplicates in the output.
32
33 2009-06-19 Samuel Bronson <naesten@gmail.com>
34
35 PR cli/9903:
36 * cli/cli-decode.c (apropos_cmd): Fix avoidance of double
37 printing.
38
39 2009-06-19 Jerome Guitton <guitton@adacore.com>
40
41 * breakpoint.c (expand_line_sal_maybe): When explicit_line,
42 skip prologue on each sals.
43 (skip_prologue_sal): Return explicit_line and explicit_pc
44 unmodified.
45
46 2009-06-19 Tristan Gingold <gingold@adacore.com>
47
48 * darwin-nat.c (_initialize_darwin_inferior): Remove commented-out
49 line.
50
51 2009-06-19 Tristan Gingold <gingold@adacore.com>
52 * machoread.c (macho_symtab_read): Adjust for bfd changes.
53 * darwin-nat.h (struct darwin_exception_msg): New type to describe
54 a mach exception.
55 (struct private_thread_info): New type to describe the state of the
56 thread.
57 (DEF_VEC_I thread_t): Removed, replaced by ...
58 (DEF_VEC_O darwin_thread_t): ... this new type.
59 (struct darwin_inferior): Renamed to ...
60 (struct private_inferior): ... this type. Fields added.
61 (darwin_not_port): Moved into the private inferior structure.
62 * darwin-nat.c: Add includes, improve comments.
63 Rewrite to handle multiple threads and processes.
64 (darwin_resume_to): New function and protype.
65 (darwin_resume, darwin_wait_to, darwin_wait): Ditto.
66 (darwin_kill_inferior): Add ops argument.
67 (darwin_pid_to_str): New function.
68 (darwin_thread_alive): Ditto.
69 (darwin_inf, darwin_not_port): Removed.
70 (darwin_inf_fake_stop): New variable.
71 (msgin, msgout, msg_state, exc_msg): Removed.
72 (mach_check_error): Use warning instead of error.
73 (darwin_ptrace): Adjust debug level.
74 (cmp_thread_t): Fix names (typo).
75 (darwin_check_new_threads): Argument is now an inferior,
76 adjust for new structures, add no change check, ignore dead ports,
77 handle first thread case.
78 (find_inferior_task_it): New function.
79 (find_inferior_notify_it): Ditto.
80 (darwin_find_inferior_by_task): Ditto.
81 (darwin_find_inferior_by_notify): Ditto.
82 (darwin_find_thread): Ditto.
83 (darwin_suspend_inferior): Ditto.
84 (darwin_resume_inferior): Ditto.
85 (catch_exception_raise_state): Removed.
86 (catch_exception_raise_state_identity): Removed.
87 (darwin_suspend_inferior_it): New function.
88 (darwin_resume_inferior_it): Ditto.
89 (darwin_dump_message): New function, extracted from darwin_wait.
90 (darwin_decode_exception_message): New function.
91 (darwin_encode_reply): New function.
92 (catch_exception_raise): Removed.
93 (darwin_send_reply): New function, extracted from darwin_resume.
94 (darwin_resume_thread): New function, extracted from darwin_resume.
95 (struct resume_inferior_threads_param): New type.
96 (darwin_resume_inferior_threads_it): New function.
97 (darwin_resume_inferior_threads): New function.
98 (darwin_suspend_inferior_threads): New function.
99 (darwin_resume): Mostly rewritten to handle multiple threads and
100 some corner cases.
101 (darwin_decode_message): New function extracted from darwin_wait.
102 (cancel_breakpoint): New function.
103 (darwin_wait): Mostly rewritten. Handle multiple threads.
104 (darwin_mourn_inferior): Adjust for per process structures.
105 (darwin_reply_to_all_pending_messages): New function.
106 (darwin_stop_inferior): Adjust for per inferior structures.
107 (darwin_attach_pid): Ditto.
108 (darwin_init_thread_list): Ditto.
109 (darwin_attach): Ditto.
110 (darwin_detach): Ditto.
111 (darwin_files_info): Now empty.
112 (darwin_pid_to_str): Adjust returns string to match one expected by
113 the testsuite.
114 (darwin_read_write_inferior): Rename err variable to match other uses.
115 Adjust debug message. Handle submaps.
116 (darwin_xfer_memory): Adjust for per inferior structures.
117 (set_enable_mach_exceptions): Ditto.
118 (darwin_pid_to_exec_file): New function.
119 (darwin_get_ada_task_ptid): Ditto.
120 (darwin_supports_multi_process): Ditto.
121 (_initialize_darwin_inferior): Remove useless assertion, adjust for
122 per inferior structures. Add new target operations.
123
124 2009-06-18 Hui Zhu <teawater@gmail.com>
125 Michael Snyder <msnyder@vmware.com>
126
127 * infrun.c (handle_inferior_event): Improve reverse stepping
128 through function epilogue.
129
130 * infrun.c (handle_inferior_event): Reverse-next through
131 trampoline.
132
133 2009-06-18 Paul Pluzhnikov <ppluzhnikov@google.com>
134
135 * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
136 dwarf_frame_size.
137
138 2009-06-17 Tom Tromey <tromey@redhat.com>
139
140 * dwarf2read.c (zlib_decompress_section): Use a cleanup.
141
142 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
143
144 * gdbarch.sh (pointer_to_address): Change to type 'm'.
145 (address_to_pointer): Likewise.
146 * gdbarch.c, gdbarch.h: Regenerate.
147
148 * inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
149 (signed_pointer_to_address): Likewise.
150 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
151 * findvar.c (unsigned_pointer_to_address): Likewise.
152 (signed_pointer_to_address): Likewise.
153 (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
154
155 * avr-tdep.c (avr_address_to_pointer): Likewise.
156 (avr_pointer_to_address): Likewise.
157 * iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
158 (iq2000_address_to_pointer): Likewise.
159 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
160 (m32c_m16c_pointer_to_address): Likewise.
161 * spu-tdep.c (spu_pointer_to_address): Likewise.
162 * xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
163 (xstormy16_address_to_pointer): Likewise.
164
165 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
166
167 * printcmd.c (print_scalar_formatted): Always truncate
168 unsigned data types.
169
170 * cli-dump.c (struct callback_data): Change type of load_offset
171 to CORE_ADDR.
172 (restore_binary_file): Update type casts.
173 (restore_command): Parse load_offset as address, not long.
174
175 * utils.c (string_to_core_addr): Do not sign-extend value.
176 * varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
177 before comparing against requested frame address.
178
179 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
180
181 * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
182 * gdbarch.h, gdbarch.c: Regenerate.
183
184 * gcore.c (default_gcore_target): Make return value const.
185 Call gdbarch_gcore_bfd_target if present.
186 (default_gcore_arch, default_gcore_mach): Use target_gdbarch.
187
188 * corelow.c (core_read_description): Call gdbarch_core_read_description
189 on core_gdbarch instead of current_gdbarch.
190
191 * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
192
193 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
194
195 * gdbtypes.c (create_string_type): Receive character type as argument.
196 * gdbtypes.h (create_string_type): Add character type argument.
197 * dwarf2read.c (read_tag_string_type): Pass character type to
198 create_string_type.
199
200 * value.h (value_string): Add character type argument.
201 * valops.c (value_string): Add character type argument. Pass it to
202 create_string_type. Do not allocate space in inferior.
203 * valarith.c (value_concat): Pass character type to value_string.
204
205 * value.h (value_typed_string): Rename to ...
206 (value_cstring): ... this.
207 * valops.c (value_typed_string): Rename to ...
208 (value_cstring): ... this.
209 * c-lang.c (evaluate_subexp_c): Update.
210
211 * python/python-value.c (builtin_type_pychar): New define.
212 (convert_value_from_python): Call value_cstring instead
213 of value_from_string.
214 * value.c (value_from_string): Remove.
215 * value.h (value_from_string): Remove.
216
217 * eval.c (evaluate_subexp_standard): Pass character type to
218 value_string. Pass expression architecture to value_nsstring
219 and lookup_child_selector.
220 * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
221 (lookup_child_selector): Likewise.
222 (value_nsstring): Likewise.
223 * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
224 Pass character type to value_string..
225 (lookup_child_selector): Likewise.
226 (value_nsstring): Add GDBARCH parameter, use it instead of
227 objfile architecture. Pass architecture to lookup_objc_class
228 and lookup_child_selector. Pass character type to value_string.
229 (end_msglist): Pass architecture to lookup_objc_class.
230 * objc-exp.y: Pass architecture to lookup_objc_class.
231
232 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
233
234 * gdbtypes.h (struct language_defn): Add forward declaration.
235 (lookup_typename): Add LANGUAGE and GDBARCH parameters.
236 (lookup_unsigned_typename): Likewise.
237 (lookup_signed_typename): Likewise.
238 * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
239 Use them instead of current_language and current_gdbarch.
240 (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
241 Pass them to lookup_typename.
242 (lookup_signed_typename): Likewise.
243
244 * c-exp.y: Pass parse_language and parse_gdbarch to
245 lookup_unsigned_typename and lookup_signed_typename.
246 * objc-exp.y: Likewise.
247 * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
248
249 * c-lang.c (evaluate_subexp_c): Pass expression language and
250 gdbarch to lookup_typename.
251 * printcmd.c (printf_command): Pass current language and
252 gdbarch to lookup_typename.
253 * python/python-type.c (typy_lookup_typename): Likewise.
254 Include "language.h".
255
256 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
257
258 * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
259 Use it instead of current_gdbarch. Pass architecture to
260 sparc32_gregset_supplies_p.
261 (sparc64_fpregset_supplies_p): Add GDBARCH parameter. Use it instead
262 of current_gdbarch. Pass architecture to sparc32_fpregset_supplies_p.
263 * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
264 sparc64nbsd_fpregset_supplies_p): Likewise.
265 * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
266 Add GDBARCH parameter.
267 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
268 (sparc_fetch_inferior_registers): Pass regcache architecture to
269 sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
270 (sparc_store_inferior_registers): Likewise.
271 * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
272 Add GDBARCH parameter.
273 (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
274
275 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
276
277 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
278 of current_gdbarch.
279 * aix-thread.c (pd_enable): Likewise.
280 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
281 * bsd-uthread.c (bsd_uthread_activate): Likewise.
282 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
283 * linux-thread-db.c (enable_thread_event): Likewise.
284 * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
285 * nto-procfs.c (procfs_open): Likewise.
286 * procfs.c (invalidate_cache, procfs_insert_watchpoint,
287 info_proc_mappings, info_mappings_callback): Likewise.
288 * record.c (record_open): Likewise.
289 * rs6000-nat.c (ARCH64): Likewise.
290 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
291 (darwin_bfd_open): Likewise.
292 * memattr.c (mem_info_command): Likewise.
293
294 * windows-nat.c (win32_resume): Use current regcache architecture
295 instead of current_gdbarch.
296
297 * dbug-rom.c (dbug_regname): Remove check against number of
298 registers in current_gdbarch.
299 * solib-pa64.c (read_dynamic_info): Remove unused variable.
300
301 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
302
303 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
304 use it instead of current_gdbarch.
305 * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
306 * arm-tdep.c (arm_skip_prologue): Pass architecture to
307 deprecated_pc_in_call_dummy.
308
309 * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
310 Use it instead of current_gdbarch.
311 * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
312 * breakpoint.c (expand_line_sal_maybe): Pass architecture to
313 skip_prologue_using_sal.
314 * arm-tdep.c (skip_prologue_using_sal): Likewise.
315 * lm32-tdep.c (lm32_skip_prologue): Likewise.
316 * m32-tdep.c (m32c_skip_prologue): Likewise.
317 * mips-tdep.c (mips_skip_prologue): Likewise.
318 * moxie-tdep.c (moxie_skip_prologue): Likewise.
319 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
320 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
321 * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
322 it to skip_prologue_using_sal. Update call sites ...
323 (frv_skip_prologue, frv_frame_unwind_cache): ... here.
324
325 * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
326 (check_for_saved): Use it instead of current_gdbarch.
327 (mn10300_analyze_prologue): Set it.
328
329 * value.c (using_struct_return): Add GDBARCH parameter. Use it
330 instead of current_gdbarch.
331 * value.h (using_struct_return): Add GDBARCH parameter.
332 * eval.c (evaluate_subexp_standard): Pass architecture to
333 using_struct_return.
334 * infcall.c (call_function_by_hand): Likewise.
335 * stack.c (return_command): Likewise.
336 * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
337
338 * symtab.c (in_prologue): Add GDBARCH parameter. Use it instead of
339 current_gdbarch.
340 * symtab.h (in_prologue): Add GDBARCH parameter.
341 * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
342
343 * eval.c (evaluate_subexp_standard): Use expression architecture
344 instead of current_gdbarch.
345
346 * c-lang.c (evaluate_subexp_c): Use expression architecture and
347 language instead of current_gdbarch and current_language.
348
349 * printcmd.c (do_one_display): Use expression architecture instead
350 of current_gdbarch.
351
352 * infcmd.c (print_return_value): Use architecture of stop_regcache
353 instead of current_gdbarch.
354 (print_vector_info, print_float_info): Remove GDBARCH argument,
355 use frame architecture instead.
356 (vector_info, float_info): Update calls.
357
358 * objc-lang.c (objc_skip_trampoline): Use frame architecture
359 instead of current_gdbarch.
360
361 * parse.c (write_dollar_variable): Use parse architecture instead
362 of current_gdbarch.
363
364 * source.c (line_info): Use objfile architecture instead of
365 current_gdbarch.
366
367 * symtab.c (find_function_start_sal): Use gdbarch instead of
368 current_gdbarch.
369 (print_msymbol_info): Use objfile architecture instead of
370 current_gdbarch.
371
372 * valops.c (value_assign): Use frame architecture instead of
373 current_gdbarch.
374
375 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
376
377 * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
378
379 * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
380 calling record_line.
381 (enter_linenos): Likewise.
382 * dbxread.c (process_one_symbol): Likewise.
383 * dwarf2read.c (dwarf_decode_lines): Likewise.
384 * mdebugread.c (psymtab_to_symtab_1): Likewise.
385 * xcoffread.c (enter_line_range): Likewise.
386
387 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
388
389 * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
390 architecture instead of current_gdbarch.
391 (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
392 (gen_expr): Pass expression to get_struct_ref.
393
394 * symtab.h (struct symbol_ops): Add GDBARCH parameter to
395 tracepoint_var_ref callback.
396 * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
397 symbol operation callback.
398 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
399 Use it instead of current_gdbarch.
400 (locexpr_tracepoint_var_ref): Add GDBARCH parameter. Pass it to
401 dwarf2_tracepoint_var_ref.
402 (loclist_tracepoint_var_ref): Likewise.
403
404 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
405
406 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
407 Use it instead of address bits of current_gdbarch.
408 * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
409 * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
410 make_pv_area.
411 (arm_scan_prologue): Likewise.
412 * m32c-tdep.c (m32c_analyze_prologue): Likewise.
413 * mep-tdep.c (mep_analyze_prologue): Likewise.
414 * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
415 * s390-tdep.c (s390_analyze_prologue): Likewise.
416
417 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
418
419 * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
420 frame architecture instead of current_gdbarch.
421 (mi_cmd_data_list_changed_registers): Likewise.
422 (mi_cmd_data_list_register_values): Likewise. Pass selected
423 frame to get_register.
424 (get_register): Add FRAME argument, use it as frame to retrieve
425 registers from (instead of selected frame). Use frame architecture
426 instead of current_gdbarch.
427 (mi_cmd_data_write_register_values): Use current regcache
428 architecture instead of current_gdbarch.
429
430 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
431
432 * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
433 use frame architecture instead. Replace current_gdbarch uses.
434 (tui_show_registers): Update call.
435 (tui_get_register): Remove GDBARCH parameter; use frame architecture
436 instead.
437 (tui_show_register_group): Update call.
438 (tui_check_register_values): Likewise.
439 (tui_register_format): Remove GDBARCH parameter; use frame
440 architecture instead. Replace current_gdbarch uses.
441 (tui_get_register): Update call.
442
443 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
444
445 * gdbarch.sh (construct_inferior_arguments): Remove.
446 * gdbarch.c, gdbarch.h: Regenerate.
447 * infcmd.c (get_inferior_args): Call construct_inferior_arguments
448 directly instead of gdbarch_construct_inferior_arguments.
449 (construct_inferior_arguments): Remove GDBARCH argument.
450 * inferior.h (construct_inferior_arguments): Likewise.
451
452 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
453
454 * symfile.c (section_is_mapped): Use objfile architecture instead
455 of current_gdbarch.
456 (TARGET_LONG_BYTES): Remove.
457 (read_target_long_array): Add SIZE argument. Use it instead of
458 TARGET_LONG_BYTES.
459 (simple_read_overlay_table): Retrieve long size from objfile
460 architecture; pass it to read_target_long_array.
461 (simple_read_overlay_region_table): Likewise.
462 (simple_overlay_update_1): Likewise.
463
464 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
465
466 * infrun.c (cleanup_displaced_step_closure): Remove.
467 (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
468 (displaced_step_prepare): Use displaced_step_clear_cleanup instead
469 of cleanup_displaced_step_closure.
470 (handle_inferior_event, keep_going): Use thread architecture instead
471 of current_gdbarch.
472
473 2009-06-17 Ulrich Weigand <uweigand@de.ibm.com>
474
475 * infrun.c (handle_inferior_event): Use current frame architecture
476 or thread architecture instead of current_gdbarch. Pass to
477 handle_step_into_function and handle_step_into_function_backward.
478 (handle_step_into_function): Add GDBARCH parameter. Use it instead
479 of current_gdbarch.
480 (handle_step_into_function_backward): Likewise.
481 (insert_step_resume_breakpoint_at_frame): Use frame architecture
482 instead of current_gdbarch.
483 (insert_step_resume_breakpoint_at_caller): Likewise.
484
485 2009-06-17 Pierre Muller <muller@ics.u-strasbg.fr>
486 Pedro Alves <pedro@codesourcery.com>
487
488 * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
489 is pushed for watchpoint promotion to hardware watchpoint.
490
491 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
492
493 * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
494 (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
495 (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
496 (dwarf_ranges_section, dwarf_frame_section)
497 (dwarf_eh_frame_section): Removed.
498 (dwarf2_resize_section): Likewise.
499 (dwarf2_read_section): Now static, use bfd_mmap() if possible.
500 (dwarf2_get_section_info): New function.
501 (munmap_section_buffer): Likewise.
502 (dwarf2_per_objfile_cleanup): Likewise.
503 (section_is_p): Signature change.
504 * dwarf2-frame.c (dwarf2_build_frame_info): Use
505 dwarf2_get_section_info instead of dwarf2_read_section.
506
507 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
508
509 * solib.c (symbol_add_stub): New FLAGS parameter.
510 (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
511 directly.
512 (solib_add): Defer breakpoint_re_set until after all solibs.
513 * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
514 * rs6000-nat.c (objfile_symbol_add): Adjust.
515 * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
516 (new_symfile_objfile): Likewise.
517 (symbol_file_add_with_addrs_or_offsets): Likewise.
518 (symbol_file_add_from_bfd): Likewise.
519 (symbol_file_add): Likewise.
520 * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
521 * symfile-mem.c (symbol_file_add_from_memory): Adjust.
522 * windows-nat.c (safe_symbol_file_add_stub): Adjust.
523 * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
524
525 2009-06-16 Keith Seitz <keiths@redhat.com>
526
527 * linespec.c (collect_methods): Delete.
528 (add_matching_methods): Reove destructor special case.
529 (find_method): Call find_methods directly instead of
530 collect_methods.
531 * valops.c (value_struct_elt): Remove destructor
532 special cases.
533 (check_field): Likewise.
534 (value_struct_elt_for_reference): Likewise.
535 (destructor_name_p): Remove misleading comment about dtors
536 being "special cases".
537 * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
538 * gdbtypes.c (get_destructor_fn_field): Likewise.
539
540 2009-06-16 Pedro Alves <pedro@codesourcery.com>
541
542 * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
543 TARGET_OJECT_MEMORY reads to the topmost target, not to the
544 flattened current_target.
545
546 2009-06-16 Tristan Gingold <gingold@adacore.com>
547
548 * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
549 call_length field.
550 (avr_register_name): Add const to register_names.
551 (avr_scan_arg_moves): Move inside avr_scan_prologue.
552 (avr_scan_prologue): Add pc_end argument.
553 Only read prologue bytes that can be read.
554 Limit the scan to the known prologue length.
555 Makes pattern variables static and const.
556 Fix indentation.
557 (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
558 Fix indentation.
559 (avr_breakpoint_from_pc): Constify avr_break_insn.
560 (avr_extract_return_value): Fix function comment.
561 (avr_frame_unwind_cache): Fix GNU style violations.
562 Pass current_pc argument to avr_scan_prologue to stop prologue
563 analysis to the current pc. This fixes the bug with the 'next'
564 command.
565 Correctly set the SP register of the previous frame (use call_length).
566 (avr_frame_prev_register): Fix indentation.
567 Correctly read PC from the stack on avr6 architectures.
568 (avr_push_dummy_call): Fix indentation.
569 (avr_gdbarch_init): Set call_length according to the architecture.
570
571 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
572
573 * infcall.c (show_unwind_on_terminating_exception_p): New
574 function.
575 (call_function_by_hand): Create breakpoint and clean-up call for
576 std::terminate.breakpoint. Add unwind_on_terminating_exception_p
577 gate. Pop frame on breakpoint hit.
578 (_initialize_infcall): Add add_setshow_boolean_cmd for
579 unwind-on-terminating-exception.
580
581 2009-06-12 Kevin Buettner <kevinb@redhat.com>
582
583 * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
584 `has_section_at_zero' flag from stripped objfile to separate,
585 debug info only, objfile.
586
587 2009-06-12 Pedro Alves <pedro@codesourcery.com>
588
589 * exec.h (section_table_xfer_memory_partial): Improve description,
590 mention SECTION_NAME.
591 * exec.c (section_table_xfer_memory_partial): Remove stale
592 description.
593
594 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
595
596 * nto-tdep.h (nto_generic_supply_gpregset)
597 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
598 * nto-tdep.c (nto_generic_supply_gpregset)
599 (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
600
601 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
602
603 * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
604 (i386nto_sigcontext_addr): Change the way context address is calculated.
605 (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
606 sc_sp_offset and set sc_reg_offset and sc_num_regs.
607
608 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
609
610 * i386-nto-tdep.c (i386_nto_target): Remove definition.
611 (init_i386nto_ops): Use macros to set fields to global
612 current_nto_target directly.
613 (i386nto_init_abi): Remove unused nto_set_target call.
614 * nto-tdep.h (nto_set_target): Remove unused declaration.
615 * nto-tdep.c (nto_set_target): Remove unused function.
616
617 2009-06-11 Pedro Alves <pedro@codesourcery.com>
618
619 * breakpoint.c (break_command_really): Rename local variable
620 breakpoint_chain to bkpt_chain.
621
622 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
623
624 Add support for XMM registers.
625 * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
626 (i386nto_register_area): Correctly calculate offsets and sizes for
627 all supported registers.
628
629 2009-06-11 Tom Tromey <tromey@redhat.com>
630
631 * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
632 'static' from local variable definitions.
633
634 2009-06-11 Pedro Alves <pedro@codesourcery.com>
635
636 * symtab.c (append_expanded_sal): Remove unused local variables.
637
638 2009-06-11 Pedro Alves <pedro@codesourcery.com>
639
640 * infrun.c (sched_multi): New global.
641 (resume): If sched_multi is set, resume only threads of the
642 current inferior.
643 (prepare_to_proceed): Don't switch over to wait_ptid if we're
644 resuming a different inferior, and sched_multi is off.
645 (show_schedule_multiple): New.
646 (_initialize_infrun): Register new "set schedule-multiple" command.
647 * inferior.h (sched_multi): Declare.
648 * NEWS: Mention new "schedule-multiple" setting.
649
650 2009-06-11 Pedro Alves <pedro@codesourcery.com>
651
652 * varobj.c (varobj_create): Properly restore the selected frame.
653
654 2009-06-05 Tom Tromey <tromey@redhat.com>
655
656 * inferior.c (print_inferior): Make a table, not a list. Emit
657 table headers.
658
659 2009-06-10 Jonas Maebe <jonas.maebe@elis.ugent.be>
660
661 * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
662 darwin_wait (blocking wait).
663 (darwin_kill_inferior): Likewise.
664
665 2009-06-10 Pedro Alves <pedro@codesourcery.com>
666
667 * infrun.c (handle_inferior_event): Update comment around trying
668 to revert back to a stepping thread that has exited.
669
670 2009-06-10 Cary Coutant <ccoutant@google.com>
671
672 * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
673 DW_LNE_set_discriminator.
674
675 2009-06-10 Pierre Muller <muller@ics.u-strasbg.fr>
676
677 * breakpoint.c: ARI fixes.
678 (create_overlay_event_breakpoint): Avoid assignment inside if statement.
679 (print_one_breakpoint_location): Likewise.
680 (create_longjmp_breakpoint): Likewise.
681 (tracepoint_save_command): Likewise
682 (bpstat_find_step_resume_breakpoint): No operator at end of line.
683 (bpstat_stop_status): Likewise.
684 (describe_other_breakpoints): Likewise.
685 (hw_watchpoint_used_count): Likewise.
686 (expand_line_sal_maybe): Likewise.
687 (break_command_really): Likewise.
688 (delete_command): Likewise.
689 (do_enable_breakpoint): Likewise.
690 (delete_trace_command): Likewise.
691 (catch_exception_command_1): Likewise and remove extra parentheses.
692
693 2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
694
695 * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
696 "ubreak" command that does not exist.
697
698 2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
699
700 * cli/cli-decode.c (add_alias_cmd): Correct assertion.
701
702 2009-06-07 Pedro Alves <pedro@codesourcery.com>
703
704 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
705
706 2009-06-07 Pedro Alves <pedro@codesourcery.com>
707
708 * procfs.h: New.
709 * proc-utils.h (procfs_first_available): Don't declare here.
710 * sol-thread.c: Include procfs.h instead of sys/procfs.h and
711 proc-utils.h.
712 * procfs.c: Include procfs.h.
713 (procfs_target): Make it public. Don't register
714 procfs_can_use_hw_breakpoint here.
715 (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
716 defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
717 (procfs_can_use_hw_breakpoint): Remove check of
718 TARGET_HAS_HARDWARE_WATCHPOINTS.
719 (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
720 here.
721 (_initialize_procfs): Don't add the procfs target here.
722
723 * i386-sol2-nat.c: Include target.h and procfs.h.
724 (_initialize_amd64_sol2_nat): Install the procfs target here,
725 customized with watchpoints support.
726 * irix5-nat.c: Include target.h.
727 (_initialize_core_irix5): Rename to ...
728 (_initialize_irix5_nat): ... this. Install the procfs target
729 here, customized with watchpoints support.
730 * alpha-nat.c: Include procfs.h.
731 (_initialize_core_alpha): Rename to...
732 (_initialize_alpha_nat): ... this. Install the procfs target
733 here, customized with watchpoints support.
734 * sparc-sol2-nat.c: Include target.h and procfs.h.
735 (_initialize_sparc_sol2_nat): New.
736
737 * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
738 * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
739 * config/mips/irix5.mh (NAT_FILE): Delete.
740 * config/mips/irix6.mh (NAT_FILE): Delete.
741 * config/mips/nm-irix5.h: Delete.
742
743 20009-06-07 Pedro Alves <pedro@codesourcery.com>
744
745 * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
746 to enum target_object. Cleanup comments.
747 * auxv.h: Include "target.h". Cleanup comments to not mention
748 NATIVE_XFER_AUXV anymore.
749
750 2009-06-07 Pedro Alves <pedro@codesourcery.com>
751
752 * inferior.h (procfs_first_available): Move declaration to...
753 * proc-utils.h: ... here.
754 * sol-thread.c: Include procfs.h and proc-utils.h.
755
756 2009-06-07 Pedro Alves <pedro@codesourcery.com>
757
758 * inferior.h (proc_iterate_over_mappings): Delete declaration.
759 * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
760 * procfs.c (proc_iterate_over_mappings): Delete.
761
762 2009-06-07 Pedro Alves <pedro@codesourcery.com>
763
764 * target.h (struct target_ops): Make to_has_all_memory,
765 to_has_memory, to_has_stack, to_has_registers and to_has_execution
766 methods instead of variables.
767 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
768 (target_has_registers_1, target_has_execution_1): Declare
769 functions.
770 (target_has_all_memory): Rewrite to call target_has_all_memory_1.
771 (target_has_memory): Rewrite to call target_has_memory_1.
772 (target_has_stack): Rewrite to call target_has_all_stack_1.
773 (target_has_registers): Rewrite to call target_has_registers_1.
774 (target_has_execution): Rewrite to call target_has_execution_1.
775 (default_child_has_all_memory, default_child_has_memory)
776 (default_child_has_stack, default_child_has_registers)
777 (default_child_has_execution): Declare.
778 (target_mark_running, target_mark_exited): Delete declarations.
779 * target.c (default_child_has_all_memory,
780 default_child_has_memory, default_child_has_stack,
781 default_child_has_registers, default_child_has_execution): New.
782 (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
783 target_has_registers_1, target_has_execution_1): New.
784 (add_target): Default the to_has_all_memory, to_has_all_memory,
785 to_has_memory, to_has_stack, to_has_registers and to_has_execution
786 callbacks to return 0.
787 (update_current_target): Do not inherit to_has_all_memory,
788 to_has_memory, to_has_stack, to_has_registers or to_has_execution.
789 (target_mark_running, target_mark_exited): Delete.
790 (memory_xfer_partial): Adjust.
791 (target_read_memory, target_write_memory, target_search_memory):
792 Dispatch to the the top-most target, not the flattened
793 current_target.
794 (target_info): Adjust.
795 (init_dummy_target): Install return_zero as callback for
796 to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
797 to_has_execution.
798 (set_maintenance_target_async_permitted): Use have_live_inferiors
799 instead of target_has_execution.
800 * target-memory.c (target_write_memory_blocks): Dispatch memory
801 writes to the the top-most target, not the flattened
802 current_target.
803
804 * breakpoint.c (insert_breakpoints): Don't check for
805 target_has_execution here.
806 (update_global_location_list): Check if there are live inferiors
807 to debug instead of target_has_execution.
808 * infcmd.c (kill_command, detach_command): Check if there are
809 inferiors instead of target_has_execution.
810 * inferior.h (have_live_inferiors): Declare.
811 * inferior.c (have_live_inferiors): New.
812 * infrun.c (normal_stop): Don't check for target_has_execution to
813 finish the thread states.
814 * thread.c (is_thread_state, is_stopped, is_exited, is_running)
815 (any_running, is_executing): Remove checks for
816 target_has_execution.
817 * top.c (kill_or_detach): Don't try to kill core inferiors.
818 (quit_target): Don't check for target_has_execution.
819
820 * corelow.c (core_has_memory, core_has_stack, core_has_registers):
821 New.
822 (init_core_ops): Install core_has_memory, core_has_stack and
823 core_has_registers.
824 * exec.c (exec_has_memory): New.
825 (init_exec_ops): Install exec_has_memory.
826 * remote.c (remote_add_inferior): Don't call target_mark_running.
827 (remote_start_remote): Don't call target_mark_exited or call
828 target_mark_running.
829 (remote_open_1): Use have_inferiors instead of
830 target_has_execution. Don't use target_mark_exited.
831 (init_remote_ops): Install deafult_child_has_all_memory,
832 default_child_has_memory, default_child_has_stack,
833 default_child_has_registers, default_child_has_execution.
834 * bsd-kvm.c (bsd_kvm_return_one): New.
835 (bsd_kvm_add_target): Register bsd_kvm_return_one as
836 to_has_memory, to_has_stack and to_has_registers callbacks.
837 * remote-m32r-sdi.c (m32r_return_one): New.
838 (init_m32r_ops): Register it.
839 * inf-child.c (inf_child_target): Adjust to register
840 default_child_has_all_memory, default_child_has_memory,
841 default_child_has_stack, default_child_has_registers,
842 default_child_has_execution callbacks.
843 * gnu-nat.c (init_gnu_ops): Likewise.
844 * go32-nat.c (init_go32_ops): Likewise.
845 * hpux-thread.c (init_hpux_thread_ops): Likewise.
846 * monitor.c (init_base_monitor_ops): Likewise.
847 * nto-procfs.c (init_procfs_ops): Likewise.
848 * remote-mips.c (_initialize_remote_mips): Likewise.
849 * windows-nat.c (init_windows_ops): Likewise.
850 * remote-sim.c (gdbsim_create_inferior): Don't use
851 target_mark_running or target_mark_exited.
852 (gdbsim_mourn_inferior): Don't call target_mark_exited.
853 (init_gdbsim_ops): Adjust to register
854 default_child_has_all_memory, default_child_has_memory,
855 default_child_has_stack, default_child_has_registers,
856 default_child_has_execution callbacks.
857
858 * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
859 there's no inferior selected, defer to a lower stratum.
860
861 2009-06-05 Tom Tromey <tromey@redhat.com>
862
863 * varobj.c (update_dynamic_varobj_children): Wrap error text in
864 _().
865 (install_visualizer): Likewise.
866 (varobj_set_visualizer): Likewise.
867
868 2009-06-05 Marc Khouzam <marc.khouzam@ericsson.com>
869
870 * mi/mi-main.c (mi_cmd_exec_continue)
871 (mi_cmd_exec_interrupt): Adjust parsing of thread group
872 ids to current reality, where they don't have any 'p' prefix.
873
874 2009-06-05 Aleksandar Ristovski <aristovski@qnx.com>
875
876 * corelow.c (core_open): Check for core_gdbarch before calling
877 gdbarch_target_signal_from_host.
878
879 2009-06-05 Tom Tromey <tromey@redhat.com>
880
881 * c-exp.y (parse_number): Don't use K&R definition.
882 (yylex): Likewise.
883 (yyerror): Likewise.
884
885 2009-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
888
889 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
890
891 * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
892 * ax-gdb.c (gen_var_ref): Likewise.
893 * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
894 * printcmd.c (address_info): Likewise.
895 * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
896 * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
897 * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
898 * dwarf2loc.h: Likewise.
899 * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
900
901 * symtab.h: (struct symbol_register_ops): New struct definition.
902 (struct symbol): Make "ops" member a union of symbol_computed_ops and
903 symbol_register_ops callback pointers.
904 (SYMBOL_REGISTER_OPS): New macro.
905 * tracepoint.c: Include "objfiles.h".
906 (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
907 callback to retrieve register numbers.
908 * ax-gdb.c (gen_var_ref): Likewise.
909 * findvar.c (read_var_value): Likewise.
910 * printcmd.c (address_info): Likewise.
911
912 * coffread.c (coff_reg_to_regnum): New function.
913 (coff_register_funcs): New static variable.
914 (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
915 Install SYMBOL_REGISTER_OPS callbacks.
916 * mdebugread.c (mdebug_reg_to_regnum): New function.
917 (mdebug_register_funcs): New static variable.
918 (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
919 Install SYMBOL_REGISTER_OPS callbacks.
920 * stabsread.c (stab_reg_to_regnum): New function.
921 (stab_register_funcs): New static variable.
922 (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
923 Install SYMBOL_REGISTER_OPS callbacks.
924
925 2009-06-03 Doug Evans <dje@google.com>
926
927 * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
928 after discarding its contents.
929
930 2009-06-03 Pedro Alves <pedro@codesourcery.com>
931
932 * target.c: Include "exec.h".
933 (update_current_target): Don't inherit to_sections or
934 to_sections_end.
935 (target_get_section_table): New.
936 (target_section_by_addr): Fetch the section table from the passed
937 in target.
938 (memory_xfer_partial): Handle unmapped overlay sections before
939 anything else. Get the overlay mapped address here. Adjust to
940 use section_table_xfer_memory_partial.
941 (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
942 instead of TARGET_OBJECT_MEMORY.
943 (target_resize_to_sections): Delete.
944 (remove_target_sections): Adjust to remove target sections from
945 `current_target_sections', and use resize_section_table.
946 * target.h (struct target_ops) <to_sections, to_sections_end>:
947 Remove fields.
948 <to_get_section_table>: New method.
949 (xfer_memory, print_section_info): Delete declarations.
950 (struct target_section_table): New type.
951 (target_get_section_table): Declare.
952 (target_resize_to_sections): Delete declaration.
953 (remove_target_sections): Delete declaration.
954 * bfd-target.c (target_bfd_xfer_partial): Get the section table
955 from to_data.
956 (target_bfd_get_section_table): New.
957 (target_bfd_xclose): Adjust.
958 (target_bfd_reopen): Store the section table in the to_data field.
959 * corelow.c (core_data): New.
960 (core_close): Adjust to release core_data and its sections.
961 (core_open): Allocate core_data, and build its target sections
962 table.
963 (deprecated_core_resize_section_table): New.
964 (core_files_info): Pass core_data to print_section_info.
965 (core_xfer_partial): Adjust to use
966 section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
967 (init_core_ops): Do not install a deprecated_xfer_memory callback
968 anymore.
969 * solib.c (update_solib_list): Add the shared library sections
970 to the current target sections table.
971 * exec.c (current_target_sections_1): New global.
972 (current_target_sections): New global.
973 (exec_close_1): New function, refactored from exec_close. Remove
974 the exec_bfd's sections from the current target sections table.
975 Adjust to not use to_sections.
976 (exec_close): Remove all target sections. Call exec_close_1.
977 (exec_file_clear): Use exec_close_1 instead of unpushing the
978 target.
979 (exec_file_attach): Likewise. Adjust to not use to_sections. Add
980 exec_bfd's sections to the current target sections table. Don't
981 push the exec_ops target here.
982 (resize_section_table): New.
983 (add_target_sections): New.
984 (remove_target_sections): Moved here.
985 (section_table_xfer_memory): Adjust to implement the xfer_partial
986 interface, and rename to...
987 (section_table_xfer_memory_partial): ... this, replacing the
988 current function of that same name.
989 (exec_get_section_table): New.
990 (exec_xfer_partial): New.
991 (xfer_memory): Delete.
992 (print_section_info): Replace the target_ops parameter by a
993 target_section_table parameter.
994 (exec_files_info, set_section_command, exec_set_section_address):
995 Adjust to use the current sections table.
996 (init_exec_ops): Do not register a deprecated_xfer_memory
997 callback. Register to_xfer_partial and to_get_section_table
998 callbacks.
999 * infrun.c (handle_inferior_event): Update comments around
1000 solib_add.
1001 * rs6000-nat.c (xcoff_relocate_core): Adjust to use
1002 deprecated_core_resize_section_table.
1003 * exec.h (resize_section_table): Declare.
1004 (section_table_xfer_memory_partial): Add const char * argument.
1005 (remove_target_sections): Declare here.
1006 (add_target_sections): Declare.
1007 (print_section_info): Declare here.
1008 * gdbcore.h (deprecated_core_resize_section_table): Declare.
1009
1010 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
1011
1012 * value.h (struct internalvar): Remove.
1013 (get_internalvar_integer): Add prototype.
1014 (set_internalvar_integer): Add prototype.
1015 (clear_internalvar): Add prototype.
1016
1017 * value.c (struct internalvar): Move here. Add type member. Remove
1018 endian member. Add union_internalvar member instead of value member.
1019 (init_if_undefined_command): Use intvar->type.
1020 (create_internalvar): Do not initialize value/endian, but type.
1021 (create_internalvar_type_lazy): Call create_internalvar.
1022 (value_of_internalvar): Handle host-side internalvar contents.
1023 (set_internalvar_component): Likewise.
1024 (set_internalvar): Likewise.
1025 (get_internalvar_integer): New function.
1026 (clear_internalvar): Likewise.
1027 (set_internalvar_integer): Likewise.
1028 (preserve_values): Handle host-side internalvar contents.
1029
1030 * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
1031 set_internalvar_integer instead of set_internalvar.
1032 * findcmd.c (find_command): Likewise.
1033 * infrun.c (handle_inferior_event): Likewise.
1034 * source.c (forward_search_command, reverse_search_command): Likewise.
1035 * tracepoint.c (set_traceframe_num, set_tracepoint_num,
1036 set_traceframe_context): Likewise.
1037
1038 * printcmd.c (x_command): Call clear_internalvar instead of
1039 set_internalvar.
1040 * tracepoint.c (set_traceframe_context): Likewise.
1041
1042 * breakpoint.c (get_number_trailer): Call get_internalvar_integer
1043 instead of value_of_internalvar.
1044 * linespec.c (decode_dollar): Likewise.
1045
1046 * expprint.c (dump_subexp_body_standard): Use internalvar_name
1047 instead of accessing internalvar private elements.
1048 * valops.c (value_assign): Copy from original source instead of
1049 accessing internalvar private elements.
1050
1051 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
1052
1053 * scm-lang.c (builtin_type_scm): Remove.
1054 (scm_lookup_name): Add GDBARCH parameter. Use it instead of
1055 objfile architecture. Use per-architecture builtin_scm_type instead
1056 of builtin_type_scm.
1057 (evaluate_exp): Pass expression architecture to scm_lookup_name.
1058
1059 (scm_get_field): Add SIZE parameter. Use it instead of
1060 TYPE_LENGTH (builtin_type_scm).
1061
1062 (build_scm_types): New function.
1063 (scm_type_data): New variable.
1064 (builtin_scm_type): New function.
1065 (_initialize_scheme_language): Do not initialize builtin_type_scm.
1066 Register build_scm_types as post-init function for scm_type_data.
1067
1068 * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
1069 instead of builtin_type_scm.
1070
1071 * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
1072 (scm_get_field): Add SIZE paramter.
1073 (scm_scmval_print): Remove prototype.
1074 (builtin_type_scm): Remove.
1075 (struct builtin_scm_type): Add structure definition.
1076 (builtin_scm_type): Add prototype.
1077
1078 * scm-valprint.c (scm_inferior_print): Add TYPE parameter. Use it
1079 instead of builtin_core_addr type; do not use objfile architecture.
1080 (scm_scmlist_print): Add TYPE parameter. Use it to define SCM_SIZE.
1081 Pass type to scm_scmval_print.
1082 (scm_ipruk): Add TYPE parameter. Use it to define SCM_SIZE.
1083 (scm_scmval_print): Make static. Add TYPE parameter. Use it to
1084 define SCM_SIZE. Pass type to scm_ipruk and scm_scmlist_print.
1085 (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
1086
1087 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
1088
1089 * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
1090 mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
1091 mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
1092 mdebug_type_unsigned_char, mdebug_type_unsigned_short,
1093 mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
1094 mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
1095 mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
1096 mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
1097 mdebug_type_complex, mdebug_type_double_complex,
1098 mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
1099 Remove.
1100
1101 (basic_type_data): New global variable.
1102 (basic_type): New function.
1103 (parse_type): Remove static basic type map map_bt. Call basic_type
1104 to get basic types instead of using mdebug_type_ variables.
1105
1106 (parse_symbol): Use builtin types instead of mdebug_type_ variables.
1107 (upgrade_type): Likewise.
1108 (parse_procedure): Likewise.
1109 (psymtab_to_symtab_1): Likewise.
1110
1111 (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
1112 Initialize basic_type_data.
1113
1114 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com>
1115
1116 * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
1117 * dfp.c (promote_decimal): Remove.
1118 (decimal_binop): Convert LEN_RESULT to input parameter.
1119 Remove call to decimal_binop.
1120 (decimal_compare): Remove call to decimal_binop.
1121
1122 * valarith.c (value_binop): Pass desired result type length
1123 to decimal_binop.
1124
1125 2009-06-01 Tristan Gingold <gingold@adacore.com>
1126
1127 * configure.tgt (avr): Set gdb_sim to use the simulator.
1128
1129 2009-05-29 Doug Evans <dje@google.com>
1130
1131 * infrun.c (prepare_to_proceed): Document. Assert !non_stop.
1132 If scheduler-locking is enabled, we're not going to be singlestepping
1133 any other previously stopped thread.
1134
1135 2009-05-29 Pedro Alves <pedro@codesourcery.com>
1136
1137 * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
1138
1139 2009-05-29 Eli Zaretskii <eliz@gnu.org>
1140
1141 * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
1142 for stabs and COFF debug info.
1143
1144 2009-05-28 Pedro Alves <pedro@codesourcery.com>
1145
1146 * infrun.c (handle_inferior_event): When thread hoping, switch
1147 inferior_ptid to the event thread before removing breakpoints from
1148 the target. If not stopping, also try to revert back to a thread
1149 that was doing a "next". Check if that thread still exists before
1150 resuming.
1151 (currently_stepping_thread): Delete and merge with ...
1152 (currently_stepping): ... this.
1153 (currently_stepping_callback): Rename to ...
1154 (currently_stepping_or_nexting_callback): ... this, and also
1155 return true if the thread was stepping over a call (has a
1156 step-resume breakpoint).
1157
1158 2009-05-28 Tom Tromey <tromey@redhat.com>
1159
1160 * python/python.c (gdbpy_parameter): Rename. Fix error message.
1161 (GdbMethods): Change "get_parameter" to "parameter".
1162
1163 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
1164 Paul Pluzhnikov <ppluzhnikov@google.com>
1165
1166 * configure.ac (!have_libpython): Add python-prettyprint source
1167 and object files.
1168 * configure: Regenerate.
1169 * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
1170 python headers.
1171
1172 2009-05-27 Vladimir Prus <vladimir@codesourcery.com>
1173 Tom Tromey <tromey@redhat.com>
1174 Thiago Jung Bauermann <bauerman@br.ibm.com>
1175
1176 * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
1177 * varobj.h (varobj_set_visualizer): Declare.
1178 (varobj_get_display_hint): Likewise.
1179 (varobj_update_result_t) <children_changed, value_installed>: New
1180 fields.
1181 * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
1182 * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
1183 mi_cmd_var_set_child_range): Declare.
1184 * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
1185 (mi_cmd_var_list_children): Emit display hint.
1186 (varobj_update_one): Emit display hint. Handle dynamic children.
1187 * python/python.c (GdbMethods): Add "default_visualizer".
1188 * python/python-internal.h (apply_varobj_pretty_printer,
1189 gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
1190 Declare.
1191 (gdbpy_default_visualizer): Likewise.
1192 * varobj.c: Include python.h, python-internal.h.
1193 (PyObject): New typedef.
1194 (struct varobj) <children_requested, pretty_printer>: New fields.
1195 (varobj_create): Call install_default_visualizer.
1196 (instantiate_pretty_printer): New function.
1197 (varobj_set_display_format): Update.
1198 (varobj_get_display_hint): New function.
1199 (update_dynamic_varobj_children): New function.
1200 (varobj_get_num_children): Handle dynamic children.
1201 (varobj_list_children): Likewise.
1202 (install_new_value): Likewise.
1203 (varobj_add_child): New function.
1204 (install_visualizer): Likewise.
1205 (install_default_visualizer): Likewise.
1206 (varobj_set_visualizer): Likewise.
1207 (varobj_update): Handle dynamic children.
1208 (create_child): Use create_child_with_value.
1209 (create_child_with_value): New function.
1210 (value_get_print_value): Call pretty printer. Add value_formatter
1211 argument.
1212 (c_value_of_variable): Update.
1213 (varobj_invalidate): Always free all_rootvarobj.
1214 * python/python-prettyprint.c (apply_varobj_pretty_printer): New
1215 function.
1216 (gdbpy_get_varobj_pretty_printer): Likewise.
1217 (gdbpy_default_visualizer): Likewise.
1218
1219 2009-05-27 Tom Tromey <tromey@redhat.com>
1220 Thiago Jung Bauermann <bauerman@br.ibm.com>
1221 Phil Muldoon <pmuldoon@redhat.com>
1222 Paul Pluzhnikov <ppluzhnikov@google.com>
1223 Vladimir Prus <vladimir@codesourcery.com>
1224
1225 * python/python-value.c (value_object_to_value): New function.
1226 * python/python-internal.h: Include frameobject.h.
1227 (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
1228 Declare.
1229 (value_object_to_value): Declare.
1230 * printcmd.c (struct format_data) <raw>: New field.
1231 (last_format): Default to 0.
1232 (decode_format): Initialize val.raw. Handle /r flag.
1233 (print_command_1): Initialize fmt.raw and opts.raw.
1234 (output_command): Likewise.
1235 (x_command): Fix initialization of fmt.format. Initialize
1236 fmt.raw.
1237 (display_command): Initialize fmt.raw.
1238 (do_one_display): Set opts.raw.
1239 * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
1240 gdbpy_display_hint_cst): New globals.
1241 (_initialize_python): Initialize them. Set gdb.pretty_printers.
1242 * cp-valprint.c: Include python.h.
1243 (cp_print_value): Call apply_val_pretty_printer.
1244 * python/python.h (apply_val_pretty_printer): Declare.
1245 * stack.c (print_this_frame_argument_p): Remove.
1246 (print_frame_args): Compute summary flag. Don't use
1247 print_this_frame_argument_p.
1248 * valprint.c: Include python.h.
1249 (user_print_options): Initialize new fields.
1250 (scalar_type_p): New function.
1251 (val_print): Handle 'raw' and 'summary' modes. Call
1252 apply_val_pretty_printer.
1253 (value_print): Handle 'raw' mode.
1254 * valprint.h (struct value_print_options) <raw, summary>: New
1255 fields.
1256 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
1257 (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
1258 (python-prettyprint.o): New target.
1259 * python/python-prettyprint.c: New file.
1260
1261 2009-05-27 Tom Tromey <tromey@redhat.com>
1262 Paul Pluzhnikov <ppluzhnikov@google.com>
1263
1264 * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
1265 value_address.
1266 * cli/cli-dump.c (dump_value_to_file): Use value_address.
1267 * valprint.c (common_val_print): Likewise.
1268 * v850-tdep.c (v850_push_dummy_call): Use value_address.
1269 * tracepoint.c (encode_actions): Use value_address.
1270 * printcmd.c (print_formatted): Use value_address.
1271 (x_command): Likewise.
1272 * p-valprint.c (pascal_object_print_static_field): Use
1273 value_address.
1274 * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
1275 * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
1276 * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
1277 * jv-valprint.c (java_value_print): Use value_address.
1278 * infcall.c (find_function_addr): Use value_address.
1279 * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
1280 * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
1281 * frv-tdep.c (frv_push_dummy_call): Use value_address.
1282 * frame.c (frame_register_unwind): Use value_address.
1283 (frame_unwind_register_value): Likewise.
1284 * darwin-nat-info.c (info_mach_region_command): Use
1285 value_address.
1286 * cp-valprint.c (cp_print_static_field): Use value_address.
1287 * c-valprint.c (c_value_print): Use value_address.
1288 * breakpoint.c (update_watchpoint): Use value_address.
1289 (can_use_hardware_watchpoint): Likewise.
1290 * ada-valprint.c (ada_val_print_1): Use value_address.
1291 (ada_value_print): Likewise.
1292 * ada-tasks.c (read_fat_string_value): Use value_address.
1293 * jv-lang.c (java_link_class_type): Use set_value_address.
1294 (java_link_class_type): Likewise.
1295 (get_java_utf8_name): Use value_address.
1296 (type_from_class): Likewise.
1297 (java_link_class_type): Likewise.
1298 * findvar.c (value_of_register): Use set_value_address.
1299 (read_var_value): Likewise.
1300 (read_var_value): Likewise.
1301 * eval.c (evaluate_subexp_standard): Use set_value_address.
1302 (evaluate_subexp_standard): Use value_address.
1303 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
1304 * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
1305 (ada_value_primitive_packed_val): Likewise.
1306 (ensure_lval): Likewise.
1307 (thin_data_pntr): Use value_address.
1308 (desc_bounds): Likewise.
1309 (ada_value_primitive_packed_val): Likewise.
1310 (value_assign_to_component): Likewise.
1311 (ensure_lval): Likewise.
1312 (make_array_descriptor): Likewise.
1313 (ada_to_fixed_value): Likewise.
1314 (unwrap_value): Likewise.
1315 * value.c (deprecated_value_address_hack): Remove.
1316 (value_address): New function.
1317 (value_raw_address): Likewise.
1318 (set_value_address): Likewise.
1319 (value_fn_field): Use set_value_address.
1320 (value_from_contents_and_address): Likewise.
1321 (value_fn_field): Likewise.
1322 (allocate_value_lazy): Don't use VALUE_ADDRESS.
1323 (value_as_address): Use value_address.
1324 (value_static_field): Likewise.
1325 * valops.c (search_struct_field): Use set_value_address.
1326 (value_at): Likewise.
1327 (value_at_lazy): Likewise.
1328 (value_repeat): Likewise.
1329 (value_cast_structs): Use value_address.
1330 (value_cast): Likewise.
1331 (value_fetch_lazy): Likewise.
1332 (value_assign): Likewise.
1333 (value_repeat): Likewise.
1334 (address_of_variable): Likewise.
1335 (value_coerce_array): Likewise.
1336 (value_coerce_function): Likewise.
1337 (value_addr): Likewise.
1338 (search_struct_field): Likewise.
1339 (search_struct_method): Likewise.
1340 (find_method_list): Likewise.
1341 (value_struct_elt_for_reference): Likewise.
1342 (value_full_object): Likewise.
1343 * jv-valprint.c (java_value_print): Use set_value_address.
1344 * value.h (deprecated_value_address_hack): Remove.
1345 (VALUE_ADDRESS): Remove.
1346 (value_address): Declare.
1347 (value_raw_address): Declare.
1348 (set_value_address): Declare.
1349
1350 2009-05-27 Tom Tromey <tromey@redhat.com>
1351 Thiago Jung Bauermann <bauerman@br.ibm.com>
1352 Phil Muldoon <pmuldoon@redhat.com>
1353 Paul Pluzhnikov <ppluzhnikov@google.com>
1354
1355 * python/python.c (_initialize_python): Call
1356 gdbpy_initialize_types.
1357 (GdbMethods): Add "lookup_type".
1358 * python/python-value.c (value_object) <type>: New field.
1359 (valpy_dealloc): Decref type.
1360 (valpy_new): Initialize type.
1361 (valpy_get_type): New function.
1362 (value_to_value_object): Initialize type.
1363 (valpy_cast): New function.
1364 (value_object_getset): Add "type".
1365 (value_object_methods): Add "cast".
1366 * python/python-internal.h (type_to_type_object): Declare.
1367 (type_object_to_type): Likewise.
1368 (gdbpy_initialize_types): Likewise.
1369 (gdbpy_lookup_type): Declare.
1370 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
1371 (SUBDIR_PYTHON_SRCS): Add python-type.c.
1372 (python-type.o): New target.
1373 * python/python-type.c: New file.
1374
1375 2009-05-27 Tom Tromey <tromey@redhat.com>
1376 Thiago Jung Bauermann <bauerman@br.ibm.com>
1377 Phil Muldoon <pmuldoon@redhat.com>
1378
1379 * python/python.c: Include objfiles.h, observer.h.
1380 (gdbpy_auto_load): New global.
1381 (gdbpy_current_objfile): Likewise.
1382 (GDBPY_AUTO_FILENAME): New define.
1383 (gdbpy_new_objfile): New function.
1384 (gdbpy_get_current_objfile): Likewise.
1385 (gdbpy_objfiles): Likewise.
1386 (_initialize_python): Add "maint set auto-load". Call
1387 gdbpy_initialize_objfile. Attach objfile observer.
1388 (GdbMethods): New methods current_objfile, objfiles.
1389 * python/python-objfile.c: New file.
1390 * python/python-internal.h (objfile_to_objfile_object): Declare.
1391 (objfpy_get_printers): Likewise.
1392 (gdbpy_initialize_objfile): Likewise.
1393 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
1394 (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
1395 (python-objfile.o): New target.
1396
1397 2009-05-27 Pedro Alves <pedro@codesourcery.com>
1398
1399 * infrun.c (follow_exec): Clear the stop_requested flag.
1400 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
1401 Add debug output.
1402
1403 2009-05-27 Aleksandar Ristovski <aristovski@qnx.com>
1404
1405 * nto-procfs.c (get_regset): Pass correct pointer.
1406
1407 2009-05-26 Doug Evans <dje@google.com>
1408
1409 * dwarf2read.c (follow_die_ref): Add comment.
1410 (dwarf2_mark_helper): Tweak comment.
1411 (dwarf2_mark): Move description to its proper place.
1412
1413 2009-05-25 Pierre Muller <muller@ics.u-strasbg.fr>
1414
1415 * procfs.c (procfs_wait): Add options parameter.
1416
1417 2009-05-24 Doug Evans <dje@google.com>
1418
1419 Global renaming of find_thread_pid to find_thread_ptid.
1420 * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
1421 * thread.c (find_thread_ptid): Renamed from find_thread_pid.
1422 All callers updated.
1423
1424 * infrun.c (follow_fork): Initialize new step_* locals
1425 to avoid "may be used uninitialized" warnings.
1426
1427 2009-05-24 Pedro Alves <pedro@codesourcery.com>
1428
1429 * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
1430
1431 2009-05-24 Pedro Alves <pedro@codesourcery.com>
1432
1433 * gdbthread.h (struct thread_info): New `pending_follow' field.
1434 * thread.c (new_thread): New function.
1435 (add_thread_silent): Use it.
1436 * breakpoint.c (internal_breakpoint_number): New global, moved
1437 from inside...
1438 (create_internal_breakpoint): ... this.
1439 (clone_momentary_breakpoint): New.
1440 * breakpoint.h (clone_momentary_breakpoint): Declare.
1441 * infrun.c (nullify_last_target_wait_ptid): Move declaration
1442 higher.
1443 (pending_follow): Delete.
1444 (follow_fork): Handle pending follow fork event here. Moved the
1445 preserving of thread stepping state here.
1446 (resume): Don't handle pending follow fork events here. Only
1447 install the inferior's terminal modes if we're about to resume it.
1448 (proceed): Handle possible pending follow fork events here.
1449 (init_wait_for_inferior): No need to clear pending_follow anymore,
1450 it's gone.
1451 (handle_inferior_event): Adjust to per-thread `pending_follow'.
1452 Call `follow_fork' to handle following the fork. If the
1453 follow-fork is cancelled, stop stepping.
1454 * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
1455 `pending_follow' events. Remove code that handled preserving the
1456 thread stepping state.
1457 * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
1458 * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
1459
1460 2009-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
1461
1462 * symfile.c (add_shared_symbol_files_command): Remove
1463 prototype and function.
1464 (_initialize _symfile): Move "add-shared-symbol-files"
1465 command and "assf" alias.
1466 * windows-nat.c (_initialize_windows_nat): to here.
1467 Change "add-shared-symbol-files" to alias.
1468
1469 * config/i386/cygwin.mh: Remove NAT_FILE.
1470 * config/i386/mingw.mh: Remove NAT_FILE.
1471 * config/i386/mingw64.mh: Remove NAT_FILE.
1472 * config/i386/nm-cygwin.h: Remove file.
1473 * config/i386/nm-cygwin64.h: Remove file.
1474
1475 2009-05-24 Hui Zhu <teawater@gmail.com>
1476
1477 * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
1478 I386_LINUX_RECORD_IOCTL_*,
1479 I386_LINUX_RECORD_FCNTL_*) Removed.
1480 (i386_linux_init_abi): Change size of record from macros to
1481 numbers.
1482
1483 2009-05-24 Hui Zhu <teawater@gmail.com>
1484
1485 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
1486 * linux-record.c (record_linux_system_call): Ditto.
1487 * linux-record.h (linux_record_tdep): Ditto.
1488
1489 2009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1490
1491 Replace the savestring calls by xstrdup calls where possible.
1492 * breakpoint.c (condition_command, set_raw_breakpoint)
1493 (create_catchpoint, update_breakpoint_locations): Replace the
1494 savestring calls by xstrdup calls where possible.
1495 * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
1496 (record_producer): Likewise.
1497 * coffread.c (coff_start_symtab, complete_symtab): Likewise.
1498 * corefile.c (set_gnutarget): Likewise.
1499 * dbxread.c (add_new_header_file): Likewise.
1500 * demangle.c (set_demangling_command, set_demangling_style): Likewise.
1501 * event-top.c (push_prompt, pop_prompt, command_line_handler)
1502 (set_async_prompt): Likewise.
1503 * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
1504 Likewise.
1505 * language.c (set_language_command, _initialize_language): Likewise.
1506 * linespec.c (decode_line_2): Likewise.
1507 * rs6000-nat.c (add_vmap): Likewise.
1508 * top.c (set_prompt, init_history, init_main): Likewise.
1509 * tracepoint.c (stringify_collection_list): Likewise.
1510 * varobj.c (varobj_create): Remove variable expr_len. Replace the
1511 savestring calls by xstrdup calls where possible.
1512 (value_of_root, c_name_of_variable, c_describe_child): Replace the
1513 savestring calls by xstrdup calls where possible.
1514 * xcoffread.c (complete_symtab): Likewise.
1515 * cli/cli-script.c (build_command_line, define_command): Likewise.
1516 * cli/cli-setshow.c (do_setshow_command): Likewise.
1517
1518 2009-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1519
1520 Remove already unreachable code.
1521 * varobj.c (varobj_get_handle): Fix comment when error is called.
1522 All callers updated.
1523
1524 2009-05-23 Eli Zaretskii <eliz@gnu.org>
1525
1526 * README (`configure' options): Document GDB-specific options to
1527 `configure'.
1528
1529 * symtab.c (skip_prologue_using_lineinfo): New function.
1530 (find_function_start_sal): Use it to get to the first line of
1531 function's body that has an entry in the lineinfo table.
1532
1533 * symmisc.c (dump_symtab): Switch the current language to
1534 the language of the symtab we are dumping only if the symtab's
1535 language is neither language_auto nor language_unknown.
1536
1537 * coffread.c (coff_symtab_read): Set language_minimal as the
1538 language for the "_globals_" pseudo-file.
1539 (process_coff_symbol): Set the symbol's language to the language
1540 of current_subfile.
1541
1542 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1543
1544 * target.h (struct section_table): Rename to ...
1545 (struct target_section): ... this.
1546 * exec.c: Adjust all references.
1547 * exec.h: Adjust all references.
1548 * nto-tdep.c: Adjust all references.
1549 * nto-tdep.h: Adjust all references.
1550 * ppc-linux-tdep.c: Adjust all references.
1551 * rs6000-nat.c: Adjust all references.
1552 * s390-tdep.c: Adjust all references.
1553 * solib-darwin.c: Adjust all references.
1554 * solib-frv.c: Adjust all references.
1555 * solib-irix.c: Adjust all references.
1556 * solib-null.c: Adjust all references.
1557 * solib-osf.c: Adjust all references.
1558 * solib-pa64.c: Adjust all references.
1559 * solib-som.c: Adjust all references.
1560 * solib-sunos.c: Adjust all references.
1561 * solib-svr4.c: Adjust all references.
1562 * solib-target.c: Adjust all references.
1563 * solib.c: Adjust all references.
1564 * solist.h: Adjust all references.
1565 * symfile.c: Adjust all references.
1566 * symfile.h: Adjust all references.
1567 * target.c: Adjust all references.
1568
1569 2009-05-22 Hui Zhu <teawater@gmail.com>
1570
1571 Add sys_fcntl argument interfaces to linux_record_tdep.
1572
1573 * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
1574 fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
1575 interfaces.
1576 * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
1577 I386_LINUX_RECORD_FCNTL_F_GETLK64,
1578 I386_LINUX_RECORD_FCNTL_F_SETLK64,
1579 I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
1580 of I386 Linux sys_fcntl arguments.
1581 (i386_linux_init_abi): Set macros values to linux_record_tdep.
1582 * linux-record.c (record_linux_system_call): Change to use
1583 the interface in linux_record_tdep in sys_fcntl and
1584 sys_fcntl64.
1585
1586 * linux-record.c (record_linux_system_call): Fix the process
1587 record build error about type in CYGWIN.
1588
1589 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1590
1591 * inflow.c (kill_command): Delete left over static declaration.
1592
1593 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1594
1595 * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
1596 Include exec.h.
1597 (struct section_closure): Delete.
1598 (add_to_section_table): Delete.
1599 (build_target_sections_from_bfd): Delete.
1600 (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
1601 (target_bfd_reopen): Use build_section_table.
1602 * exec.c (xfer_memory): Move most code except for overlay
1603 debugging support from here...
1604 (section_table_xfer_memory): ... to this new function.
1605 (section_table_xfer_memory_partial): New.
1606 * exec.h (section_table_xfer_memory_partial): Declare.
1607 * bfd-target.h (build_target_sections_from_bfd): Delete
1608 declaration.
1609
1610 2009-05-22 Pedro Alves <pedro@codesourcery.com>
1611
1612 * remote.c (compare_sections_command): Don't declare exec_bfd.
1613 * tracepoint.c: Include "gdbcore.h".
1614 (remote_set_transparent_ranges): Don't declare exec_bfd.
1615
1616 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1617
1618 * aix-thread.c (init_aix_thread_ops): Whitespace.
1619
1620 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1621
1622 * dec-thread.c (dec_thread_wait): Add options parameter. Use it
1623 to call the to_wait method in the target beneath.
1624 * remote-m32r-sdi.c (m32r_wait): Add options parameter.
1625
1626 2009-05-21 Joel Brobecker <brobecker@adacore.com>
1627
1628 * aix-thread.c (aix_thread_wait): Add options parameter. Use it
1629 to call the to_wait method in the target_beneath.
1630
1631 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1632
1633 * linux-nat.c (linux_nat_terminal_inferior)
1634 (linux_nat_terminal_ours): Don't check sync_execution.
1635 * remote.c (remote_terminal_inferior, remote_terminal_ours):
1636 Don't check sync_execution. Update comments.
1637 * target.c (target_terminal_inferior): New.
1638 * target.h (target_terminal_inferior): Delete macro, and declare
1639 as function.
1640 * event-top.c (async_disable_stdin): Make idempotent. Don't give
1641 the target the terminal here.
1642 * inflow.c (terminal_ours_1): Don't return early without setting
1643 `terminal_is_ours'.
1644
1645 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1646
1647 * target.h (TARGET_WNOHANG): New.
1648 * target.c (target_wait): Add `options' argument. Adjust.
1649 (struct target_ops) <to_wait>: Add `options' argument.
1650 (target_wait): Add `options' argument.
1651 * infrun.c (wait_for_inferior): Pass 0 as options to
1652 target_wait (blocking wait).
1653 (fetch_inferior_event): Pass TARGET_WNOHANG as options to
1654 target_wait.
1655 * fork-child.c (startup_inferior): Pass 0 as options to
1656 target_wait (blocking wait).
1657 * linux-nat.c (linux_nat_create_inferior): Remove async masking.
1658 (linux_nat_wait_1): Add `target_options' argument. Use it instead
1659 of checking on target_can_async_p.
1660 (linux_nat_wait): Add `target_options' argument. Adjust.
1661 * remote.c (remote_wait_ns): Add `options' argument. Adjust to
1662 check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
1663 (remote_wait_as): Add `options' argument. Adjust to check on
1664 TARGET_WNOWAIT instead of checking on remote_is_async_p. If doing
1665 a blocking wait, keep waiting until an interesting event comes
1666 out.
1667 (remote_wait): Add `options' argument. Don't loop here if the
1668 target is in async mode, and a blocking wait has been requested.
1669
1670 * top.c (deprecated_target_wait_hook): Add `options' argument.
1671 * linux-thread-db.c (thread_db_wait): Add `options' argument, and
1672 pass it down to the layer beneath.
1673 * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
1674 * record.c (record_beneath_to_wait): Add `options' argument.
1675 (record_wait): Add `options' argument, and pass it down to the
1676 layer beneath.
1677 * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
1678 * darwin-nat.c (darwin_wait): Likewise.
1679 * defs.h (deprecated_target_wait_hook): Likewise.
1680 * gnu-nat.c (gnu_wait): Add `options' argument.
1681 * go32-nat.c (go32_wait): Likewise.
1682 * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
1683 pass it down to the layer beneath.
1684 * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
1685 * monitor.c (monitor_wait): Likewise.
1686 * nto-procfs.c (procfs_wait): Likewise.
1687 * remote-mips.c (mips_wait): Add `options' argument.
1688 * remote-sim.c (gdbsim_wait): Likewise.
1689 * rs6000-nat.c (rs6000_wait): Add `options' argument.
1690 * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
1691 it down to the layer beneath.
1692 * spu-linux-nat.c (spu_child_wait): Add `options' argument.
1693 * windows-nat.c (windows_wait): Likewise.
1694 * tui/tui-hooks.c (tui_target_wait_hook): Likewise. Adjust.
1695
1696 2009-05-21 Pedro Alves <pedro@codesourcery.com>
1697
1698 * mi/mi-interp.c (mi_on_resume): Account for whole process
1699 resumes.
1700
1701 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1702
1703 * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
1704
1705 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1706
1707 * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
1708
1709 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1710
1711 Fix parsing DW_AT_const_value using DW_FORM_string.
1712 * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
1713
1714 2009-05-20 Joel Brobecker <brobecker@adacore.com>
1715
1716 * aix-thread.c (giter_count): Do not count the main thread.
1717 (giter_accum): Do not include the main thread.
1718
1719 2009-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1720
1721 Remove the PROT parameter from openp.
1722 * source.c (openp): Remove the parameter PROT. Assertion check MODE.
1723 defs.h (openp): Update the prototype.
1724 Update all the openp callers.
1725
1726 2009-05-19 Pedro Alves <pedro@codesourcery.com>
1727
1728 * inflow.c (kill_command): Moved to infcmd.c.
1729 (_initialize_inflow): Don't add the "kill" command or clear
1730 inferior_ptid here.
1731 * infcmd.c (kill_command): Moved here from inflow.c.
1732 (_initialize_infcmd): Add the "kill" command here.
1733
1734 2009-05-19 Pedro Alves <pedro@codesourcery.com>
1735
1736 * fork-child.c: Don't include frame.h. Include terminal.h.
1737 (fork_inferior): Call new_tty_postfork after forking adn adding
1738 the child to the inferior list.
1739 * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
1740 here.
1741 * inflow.c (struct terminal_info): Remove const qualifier from
1742 `run_terminal' field.
1743 (inferior_thisrun_terminal): Tweak comment.
1744 (inflow_inferior_exit): Release the `run_terminal' field.
1745 (copy_terminal_info): New function.
1746 (new_tty_postfork): New function.
1747 * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
1748 (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
1749 * inf-ptrace.c: Include terminal.h.
1750 (inf_ptrace_follow_fork): Copy the parent's terminal info to the
1751 child.
1752 * linux-nat.c: Include terminal.h.
1753 (linux_child_follow_fork): Copy the parent's terminal info to the
1754 child.
1755 * inf-ttrace.c: Include terminal.h.
1756 (inf_ttrace_follow_fork): Copy the parent's terminal info to the
1757 child.
1758
1759 2009-05-19 Pedro Alves <pedro@codesourcery.com>
1760
1761 * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
1762 (update_global_location_list): Use gdbarch_has_global_breakpoints
1763 instead of gdbarch_has_global_solist and
1764 target_supports_multi_process.
1765 * dicos-tdep.c (dicos_init_abi): Set
1766 gdbarch_has_global_breakpoints.
1767 * gdbarch.sh (has_global_solist): Update comment.
1768 (has_global_breakpoints): New.
1769 * remote.c (remote_start_remote): Use
1770 gdbarch_has_global_breakpoints instead of
1771 gdbarch_has_global_solist.
1772 * target.c (target_detach): Use gdbarch_has_global_breakpoints
1773 instead of gdbarch_has_global_solist.
1774 * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
1775 of target_supports_multi_process.
1776
1777 2009-05-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1778
1779 * objc-lang.c (find_methods): Plug a small memory leak.
1780
1781 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1782
1783 * solib-svr4.c: Include observer.h.
1784 (debug_base, debug_loader_offset_p, debug_loader_offset)
1785 (debug_loader_name, main_lm_addr): Move these globals...
1786 (struct svr4_info): ... into this new structure.
1787 (svr4_info_p): New typedef.
1788 (svr4_info): New global.
1789 (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
1790 functions.
1791 (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
1792 (solib_svr4_r_ldsomap): Add svr4_info argument. Adjust to
1793 per-inferior svr4.
1794 (open_symbol_file_object): Adjust to per-inferior svr4.
1795 (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
1796 Ditto.
1797 (enable_break): Add svr4_info argument. Adjust to per-inferior
1798 svr4.
1799 (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
1800 Adjust to per-inferior svr4.
1801 (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
1802 observer.
1803
1804 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1805
1806 * linux-nat.h (linux_proc_get_tgid): Declare.
1807 * linux-nat.c (linux_proc_get_tgid): New.
1808 * linux-thread-db.c (struct thread_db_info): New field
1809 `need_stale_parent_threads_check'.
1810 (add_thread_db_info): Set it.
1811 (find_new_threads_callback): Ignore stale fork parent threads.
1812 (thread_db_resume): New.
1813 (init_thread_db_ops): Install thread_db_resume.
1814
1815 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1816
1817 * fork-child.c (fork_inferior): Only reset the thread list if this
1818 is the first inferior.
1819 (startup_inferior): If the target support multi-process, tell it
1820 to resume only the new process.
1821 * linux-nat.c (num_lwps): Delete global.
1822 (purge_lwp_list): New function.
1823 (num_lwps): New function.
1824 (add_lwp, delete_lwp): Adjust.
1825 (ptid_match): New.
1826 (iterate_over_lwps): Add filter argument. Handle it.
1827 (linux_nat_attach): Remove FIXME note.
1828 (linux_nat_detach): Adjust to iterate over threads of the inferior
1829 we're detaching from. Adjust to num_lwps being a function. Don't
1830 assume the head of the lwp list is the main thread of the process
1831 we're detaching from. Don't destroy the LWP list.
1832 (resume_callback): Add debug output.
1833 (linux_nat_resume): Handle resuming a single inferior. Allow a
1834 wildcard resume in non-stop mode.
1835 (linux_handle_extended_wait): Don't assume inferior_ptid is the
1836 correct inferior of the parent LWP.
1837 (status_callback): Also check lp->waitstatus.
1838 (select_event_lwp): Add new filter parameter. Handle it.
1839 (linux_nat_filter_event): Adjust to num_lwps being a function.
1840 (linux_nat_wait_1): When adding the first lwp of the inferior, use
1841 an is_lwp check instead of checking for the number of lwps.
1842 (linux_nat_wait_1): Handle waiting for a specific tgid. Handle
1843 pending process exit statuses.
1844 (linux_nat_mourn_inferior): Don't destroy all the LWP info.
1845 Instead delete LWPs of the inferior that we're mourning. Don't
1846 unregister from the event loop here.
1847 (linux_nat_pid_to_str): Use `num_lwps'.
1848 (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
1849 single inferior.
1850 (linux_nat_is_async_p): Check if async was masked out.
1851 (linux_multi_process): New global.
1852 (linux_nat_supports_multi_process): New.
1853 (linux_nat_stop_lwp): Remove LWP filtering. It is done by the
1854 caller.
1855 (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
1856 LWP filtering.
1857 (linux_nat_close): New.
1858 (linux_nat_add_target): Register linux_nat_close and
1859 linux_nat_supports_multi_process.
1860 * linux-nat.h (iterate_over_lwps): Add filter argument.
1861 * linux-thread-db.c (thread_db_handle): Delete.
1862 (proc_handle, thread_agent, td_init_p, td_ta_new_p)
1863 (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
1864 (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
1865 (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
1866 (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
1867 longer globals, moved to...
1868 (struct thread_db_info): ... this new structure.
1869 (thread_db_list): New.
1870 (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
1871 New.
1872 (have_threads_callback): Filter out threads of all inferiors but
1873 the one specified by the ARGS argument.
1874 (have_threads): Add ptid argument specifying the inferior we're
1875 interested in. Handle it.
1876 (struct thread_get_info_inout): New.
1877 (thread_get_info_callback, thread_from_lwp): Adjust to use it.
1878 (thread_db_attach_lwp): Check that inferior of the passed in
1879 thread is using thread-db. Adjust.
1880 (enable_thread_event): Remove thread_agent parameter. Instead,
1881 get it from the per-inferior thread-db info.
1882 (dladdr_to_soname): Move higher up.
1883 (enable_thread_event_reporting): Adjust to use per-inferior
1884 thread-db info.
1885 (try_thread_db_load_1): Replace `handle' parameter by a
1886 thread_db_info parameter. Adjust to use per-inferior thread-db
1887 info.
1888 (try_thread_db_load): Adjust to use per-inferior thread-db info.
1889 (thread_db_load, disable_thread_event_reporting): Ditto.
1890 (check_for_thread_db): Remove conditional reporting of which
1891 libthread_db is in use.
1892 (thread_db_new_objfile): Add comment about inferior_ptid.
1893 (attach_thread): Adjust to use per-inferior thread-db info.
1894 (thread_db_detach): Adjust to use per-inferior thread-db info.
1895 Remove thread event breakpoints of the current inferior. Only
1896 unpush the thread-db target if there are no more processes using
1897 it.
1898 (check_event): Adjust to use per-inferior thread-db info.
1899 (thread_db_wait): Adjust to use per-inferior thread-db info. Only
1900 unpush the thread-db target if there are no more processes using
1901 it.
1902 (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
1903 info. Mark breakpoints of the current inferior out before
1904 deleting them. Only unpush the thread-db target if there are no
1905 more processes using it.
1906 (find_new_threads_callback): Adjust to use per-inferior thread_db
1907 info.
1908 (thread_db_find_new_threads_1): Add new ptid argument. Adjust to
1909 use per-inferior thread-db info.
1910 (thread_db_find_new_threads): Adjust to use per-inferior thread-db
1911 info.
1912 (thread_db_get_thread_local_address): Adjust.
1913 (thread_db_get_ada_task_ptid): Adjust.
1914 * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
1915 if there no more processes left to debug.
1916 * thread.c (set_running, set_executing): Handle resuming all
1917 threads of a single inferior.
1918 * mi/mi-interp.c (mi_output_running_pid): New.
1919 (mi_inferior_count): New.
1920 (mi_on_resume): For backwards compatibility, if resuming all
1921 threads of an inferior, and there is only one inferior, output
1922 "all".
1923
1924 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1925
1926 * ada-lang.c (ada_find_any_type): Move check for primitive types ...
1927 (to_fixed_range_type): ... to here.
1928
1929 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1930
1931 * ada-lang.c (desc_data_type): Remove, replace by ...
1932 (desc_data_target_type): ... this.
1933 (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
1934 (ada_is_array_descriptor_type): Likewise.
1935 (ada_type_of_array): Likewise.
1936 (ada_coerce_to_simple_array_type): Likewise.
1937 (ada_array_element_type): Likewise.
1938
1939 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1940
1941 * ada-valprint.c (ada_val_print_1): Use val_print_string to print
1942 result of ada_vax_float_print_function inferior call.
1943
1944 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1945
1946 * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
1947 avoid creating a dummy value.
1948
1949 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1950
1951 * p-valprint.c (pascal_val_print): Use extract_typed_address
1952 to extract reference value.
1953
1954 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
1955
1956 * doublest.c (NAN): Remove unused define.
1957 (extract_floating_by_length, deprecated_extract_floating): Remove.
1958 (store_floating_by_length, deprecated_store_floating): Remove.
1959 (extract_typed_floating): Do not call extract_floating_by_length.
1960 (store_typed_floating): Do not call store_floating_by_length.
1961 (convert_typed_floating): Remove redundant assertions.
1962 * doublest.h (deprecated_extract_floating): Remove.
1963 (deprecated_store_floating): Remove.
1964 * sh64-tdep.c (sh64_register_convert_to_raw): Call
1965 extract_typed_floating instead of deprecated_extract_floating.
1966
1967 2009-05-18 Jon Beniston <jon@beniston.com>
1968
1969 * MAINTAINERS: Add lm32 target.
1970 * Makefile.in: Add lm32 dependencies.
1971 * NEWS: Indicate lm32 is a new target.
1972 * configure.tgt: Add lm32 targets.
1973 * lm32-tdep.c: New file.
1974
1975 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1976
1977 * corelow.c (core_open): Flush the register cache before doing
1978 anything with registers.
1979
1980 2009-05-18 Pedro Alves <pedro@codesourcery.com>
1981
1982 * inflow.h (our_process_group): Remove declaration.
1983 (inferior_process_group): Delete global variable declaration.
1984 (inferior_process_group): New function declaration.
1985 * inflow.c: Include observer.h.
1986 (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
1987 Delete.
1988 (struct terminal_info): New struct.
1989 (our_terminal_info): New global.
1990 (inferior_process_group): New function.
1991 (inferior_thisrun_terminal): Extend description comment.
1992 (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
1993 instead of globals.
1994 (terminal_init_inferior_with_pgrp): Adjust to per-inferior
1995 terminal settings.
1996 (terminal_inferior): Ditto.
1997 (terminal_ours_1): Ditto.
1998 (inflow_new_inferior, inflow_inferior_exit): New functions.
1999 (child_terminal_info): Adjust to per-inferior terminal settings.
2000 (osig_set): New global.
2001 (set_sigint_trap): Adjust to per-inferior terminal settings. Set
2002 or clear `osig_set' accordingly.
2003 (clear_sigint_trap): Check `osig_set' to decide wheater to restore
2004 SIGINT handler, instead of checking the current inferior (which
2005 may be none).
2006 (_initialize_inflow): Attach inflow_new_inferior and
2007 inflow_inferior_exit to the "new_inferior" and "inferior_exit"
2008 notifications, respectively.
2009 * inferior.h (struct terminal_info): Forward declare.
2010 (struct inferior): Add `terminal_info' field.
2011 * inferior.c (delete_inferior_1): Notify the inferior_exit
2012 observers before removing the inferior from the lists and deleting
2013 it.
2014 * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
2015 a function instead of a variable. Adjust.
2016 * procfs.c (procfs_stop): Ditto.
2017
2018 2009-05-17 Pedro Alves <pedro@codesourcery.com>
2019
2020 * infrun.c (handle_inferior_event): When handling a
2021 TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
2022 immediatelly.
2023 * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
2024 from the child if vforking.
2025 * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
2026 breakpoints from the child here.
2027
2028 2009-05-17 Pedro Alves <pedro@codesourcery.com>
2029
2030 * infrun.c (pending_follow): Remove execd_pathname member.
2031 (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
2032 (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
2033 event, don't copy `execd_pathname' to pending_follow, use the
2034 event copy instead. Release `execd_pathname' once done with
2035 handling the event.
2036
2037 * infrun.c (pending_follow): Remove mention of exec events.
2038
2039 2009-05-17 Hui Zhu <teawater@gmail.com>
2040
2041 * i386-tdep.c (i386_process_record): Make it extern.
2042 (i386_gdbarch_init): Don't call set_gdbarch_process_record
2043 here.
2044 * i386-tdep.h (i386_process_record): Declare.
2045 * i386-linux-tdep.c (i386_linux_init_abi): Call
2046 set_gdbarch_process_record.
2047
2048 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
2049
2050 Always report varobj as changed when in_scope attribute changes.
2051
2052 * varobj.c (install_new_value): If non-NULL-ness of value
2053 changed, return 1.
2054
2055 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2056
2057 * NEWS: Mention set/show libthread-db-search-path.
2058 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
2059 (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
2060 * linux-thread-db.c (libthread_db_search_path): New setting.
2061 (thread_db_handle): New variable (replaces using_thread_db).
2062 (try_thread_db_load_1): New function.
2063 (try_thread_db_load, thread_db_load_search): Likewise.
2064 (dladdr_to_soname): Likewise.
2065 (thread_db_load): Iterate over possibly multiple libthread_db's.
2066 (check_for_thread_db): Attempt to load new libthread_db.
2067 (thread_db_detach, thread_db_wait): Unload libthread_db.
2068 (thread_db_mourn_inferior): Likewise.
2069 (_initialize_thread_db): Add new libthread-db-search-path option.
2070 Defer loading of libthread_db to check_for_thread_db.
2071 * solib.c (libpthread_name_p): New function.
2072 (libpthread_solib_p): Call it.
2073 * solib.h (libpthread_name_p): New prototype.
2074
2075 2009-05-15 Pierre Muller <muller@ics.u-strasbg.fr>
2076
2077 * MAINTAINERS: Update my email address.
2078
2079 2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2080
2081 * breakpoint.h: Add breakpoint_re_set_objfile prototype.
2082 * breakpoint.c (create_overlay_event_breakpoint): Renamed
2083 from create_overlay_event_breakpoint_1, old
2084 create_overlay_event_breakpoint deleted.
2085 (breakpoint_re_set_objfile): Don't rescan all objfiles
2086 unnecessarily.
2087 (breakpoint_re_set): New function.
2088 * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
2089 instead of breakpoint_re_set.
2090 * objfiles.c (objfile_relocate): Likewise.
2091
2092 2009-05-14 Joel Brobecker <brobecker@adacore.com>
2093
2094 * gdbarch.sh: Add comment documenting the target_gdbarch global.
2095 gdbarch.h does NOT need to be regenerated as the corresponding
2096 change has already been made in a previous commit.
2097
2098 2009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
2099
2100 Remove all i386 debug register low level macros in config nm files.
2101 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
2102 (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
2103 (I386_USE_GENERIC_WATCHPOIINTS): Remove.
2104
2105 * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
2106 (struct i386_dr_low_type): New type.
2107 (i386_dr_low): New global variable.
2108 * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
2109 (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
2110 i386_dr_low struct variable fields.
2111 (i386_remove_aligned_watchpoint): Likewise.
2112 (i386_stopped_data_address): Likewise.
2113 (i386_stopped_by_hwbp): Likewise.
2114 (show_debug_regs_command_added): New static variable.
2115 (add_show_debug_regs_command): New static function.
2116 (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
2117 (i386_set_debug_register_length): New function.
2118 (_initialize_i386_nat): Delete.
2119
2120 * amd64-linux-nat.c: Include "i386-nat.h".
2121 (amd64_linux_dr_set_control): Change to static.
2122 (amd64_linux_dr_get_status): Change to static.
2123 (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
2124 (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
2125
2126 * go32-nat.c: Include "i386-nat.h".
2127 (go32_set_addr): Change to static.
2128 (go32_set_dr7): Change to static. Change arg type to unisgned long.
2129 (go32_get_dr6): Change to static. Change return type to unisnged long.
2130 (init_go32_ops): Set i386_dr_low variable fields.
2131 * i386-linux-nat.c: Include "i386-nat.h".
2132 (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
2133 (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
2134 (_initialize_i386_linux_nat): Set i386_dr_low variable fields.
2135 * i386bsd-nat.h: Declare functions used for
2136 i386_dr_low fields in i386fbsd-nat.c.
2137 * i386fbsd-nat.c: Include "i386-nat.h".
2138 (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
2139 * windows-nat.c: Include "i386-nat.h".
2140 (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
2141 Change to static.
2142 (cygwin_get_dr6): Change return type to unisnged long.
2143 (cygwin_set_dr7): Change arg type to unisgned long.
2144 (init_windows_ops): Set i386_dr_low function fields.
2145
2146 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call
2147 i386_set_debug_register_length.
2148 * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
2149
2150 * config/i386/nm-cygwin.h: Remove all I386_* macros.
2151 * config/i386/nm-cygwin64.h: Likewise.
2152 * config/i386/nm-fbsd.h: Likewise.
2153 * config/i386/nm-linux.h: Likewise.
2154 * config/i386/nm-i386.h: Remove completely.
2155 * config/i386/nm-go32.h: Remove completely.
2156 * config/i386/nm-linux64.h: Remove completely.
2157 * config/i386/go32.mh (NAT_FILE): Remove entry.
2158 * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
2159
2160 2009-05-14 Jon Beniston <jon@beniston.com>
2161
2162 * MAINTAINERS: Add Jon Beniston to write after approval list.
2163
2164 2009-05-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2165
2166 * objc-lang.c (objc_objfile_data): New variable.
2167 (find_methods): Skip objfiles without Obj-C methods.
2168 (_initialize_objc_lang): New function.
2169
2170 2009-05-13 Joel Brobecker <brobecker@adacore.com>
2171
2172 * c-lang.c (print_wchar): Remove unnecessary cast.
2173
2174 2009-05-12 Jim Blandy <jimb@red-bean.com>
2175
2176 * MAINTAINERS: Remove self as m32c target maintainer.
2177
2178 2009-05-12 Pedro Alves <pedro@codesourcery.com>
2179
2180 * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
2181 * command.h (deprecated_add_set_cmd): Delete declaration.
2182 * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
2183 'set debug gnu-nat' and 'show debug gnu-nat'.
2184 * i386-nat.c (_initialize_i386_nat): Replace 'maint
2185 show-debug-registers' with 'maint set show-debug-registers' and
2186 'maint show show-debug-registers'.
2187 * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
2188 show-debug-registers' with 'maint set show-debug-registers' and
2189 'maint show show-debug-registers'.
2190
2191 2009-05-12 Joel Brobecker <brobecker@adacore.com>
2192
2193 * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
2194 pushing it on the output obstack.
2195
2196 2009-05-11 Joel Brobecker <brobecker@adacore.com>
2197
2198 Fix internal error on breaking at a multi-locations caller source line.
2199 * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
2200 command with no parameters.
2201
2202 2009-05-11 Pedro Alves <pedro@codesourcery.com>
2203
2204 * linux-nat.c (enum sigchld_state): Delete.
2205 (linux_nat_async_events_state): Delete.
2206 (struct waitpid_result): Delete.
2207 (waitpid_queue): Delete.
2208 (queued_waitpid_1): Delete.
2209 (async_file_flush): New.
2210 (queued_waitpid, push_waitpid): Delete.
2211 (async_file_mark): New.
2212 (drain_queued_events): Delete.
2213 (my_waitpid): Remove locally queued events handling.
2214 (linux_test_for_tracefork): Upjust.
2215 (linux_child_follow_fork): Ditto.
2216 (sync_sigchld_action): Delete.
2217 (blocked_mask): Reinstate.
2218 (async_sigchld_action): Rename to...
2219 (sigchld_action): ... this.
2220 (block_child_signals): New.
2221 (restore_child_signals_mask): New.
2222 (lin_lwp_attach_lwp): Adjust.
2223 (linux_nat_create_inferior): Ditto.
2224 (linux_nat_attach): Also use lp->status in async mode.
2225 (get_pending_status): Don't use queued_waitpid.
2226 (linux_nat_detach): Don't drain locally queued events.
2227 (linux_nat_resume): Allow pending wait statuses stored lp->status
2228 in async mode. If returning early due to a pending event,
2229 re-register the event source.
2230 (stop_wait_callback): Allow pending wait statuses stored
2231 lp->status in async mode.
2232 (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
2233 (linux_nat_wait): Rename to ...
2234 (linux_nat_wait_1): ... this. Allow pending wait statuses stored
2235 lp->status in async mode. Always add WNOHANG to the waitpid
2236 options in async mode.
2237 (linux_nat_wait): New.
2238 (kill_callback): Don't drain locally queued events.
2239 (sigchld_handler): Rewrite.
2240 (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
2241 refer to "set target-async".
2242 (linux_nat_async_mask): If in non-stop, and re-enabling async
2243 mode, re-register the target event source in the event loop.
2244 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
2245 (get_pending_events, async_sigchld_handler)
2246 (linux_nat_async_events): Delete.
2247 (handle_target_event): New.
2248 (linux_nat_async_file_handler): Delete.
2249 (linux_async_pipe): New.
2250 (linux_nat_async): Only re-register in the event loop if not
2251 registered yet. Always notify the event-loop once if enabling the
2252 event source.
2253 (linux_nat_stop_lwp): Rewrite to handle pending events stored in
2254 lp->status, not in the locally queued event list.
2255 (linux_nat_stop): Don't mask out async event handling.
2256 (linux_nat_setup_async): Delete.
2257 (_initialize_linux_nat): Adjust.
2258 (lin_thread_get_thread_signals): blocked_mask is global again.
2259 Adjust.
2260
2261 2009-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2262
2263 Unify target macros.
2264
2265 * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
2266 (target_stoppped_by_watchpoint): New macro.
2267 (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
2268 (target_have_steppable_watchpoint): New macro.
2269 (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
2270 (target_have_continuable_watchpoint): New macro.
2271 (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
2272 (target_can_use_hardware_watchpoint): New macro.
2273 (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
2274 (target_region_ok_for_hw_watchpoint): New macro.
2275
2276 * breakpoint.c (update_watchpoint): Use new macros.
2277 (bpstat_alloc): Likewise.
2278 (create_breakpoint): Likewise.
2279 (watch_command_1): Likewise.
2280 (can_use_hardware_watchpoint): Likewise.
2281 (do_enable_breakpoint): Likewise.
2282 * infrun.c (handle_inferior_event): Adapt to new macros.
2283 * mips-tdep.c (mips_gdbarch_init): Update comments.
2284 * procfs.c (procfs_set_watchpoint): Update comment.
2285 (procfs_insert_watchpoint): Adapt to new macros.
2286 * remote-m32r-sdi.c (m32r_stop):
2287 * remote-mips.c (mips_remove_breakpoint):
2288 * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
2289 (debug_to_stopped_by_watchpoint): Likewise.
2290
2291
2292 2009-05-10 Pierre Muller <muller@ics.u-strasbg.fr>
2293
2294 * src/gdb/target.h: Remove all tests for already defined
2295 macros. All macros defined here should not be set in config
2296 headers anymore.
2297
2298 2009-05-08 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2299
2300 * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
2301 (have_ptrace_getsetfpregs): Likewise.
2302 fetch_all_gp_regs): New function.
2303 (fetch_gp_regs): New function.
2304 (fetch_all_fp_regs): Likewise.
2305 (fetch_fp_regs): New function.
2306 (fetch_ppc_registers): Using the new methods to fetch general-
2307 purpose and floating-pointer registers.
2308 (store_all_gp_regs): New function.
2309 (store_gp_regs): Likewise.
2310 (store_all_fp_regs): New function.
2311 (store_fp_regs): Likewise.
2312 (store_ppc_registers): Using the new methods to store general-
2313 purpose and floating-pointer registers.
2314
2315 2009-05-08 Doug Evans <dje@google.com>
2316
2317 * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
2318
2319 2009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2320
2321 * MAINTAINERS (Write After Approval): Add self.
2322
2323 2009-05-07 Joel Brobecker <brobecker@adacore.com>
2324
2325 * gdbarch.h (target_gdbarch): Add comment documenting this global.
2326
2327 2009-05-06 Joel Brobecker <brobecker@adacore.com>
2328
2329 * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
2330 system iconv.
2331 * configure: Regenerate.
2332
2333 2009-05-06 Joel Brobecker <brobecker@adacore.com>
2334
2335 * utils.c: Add include of gdb_usleep.h.
2336 (defaulted_query): Detect false EOF conditions that happen
2337 on terminals opened with the O_NONBLOCK flag when there is
2338 nothing to read.
2339
2340 2009-05-06 Pedro Alves <pedro@codesourcery.com>
2341
2342 * inferior.c (add_inferior): Move observer_notify_new_inferior
2343 call to ...
2344 (add_inferior_silent): ... here.
2345
2346 2009-05-06 Pierre Muller <muller@ics.u-strasbg.fr>
2347 Pedro Alves <pedro@codesourcery.com>
2348
2349 * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
2350 (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
2351 functions.
2352 (procfs_stopped_by_watchpoint): Made static, ptid argument
2353 removed.
2354 (_initialize_procfs): Register new watchpoint related target
2355 functions.
2356 * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
2357 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
2358 (HAVE_CONTINUABLE_WATCHPOINT): Delete.
2359 (target_insert_watchpoint, target_remove_watchpoint): Delete.
2360 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2361 declarations.
2362 * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
2363 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2364 (target_insert_watchpoint, target_remove_watchpoint): Delete.
2365 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2366 declarations.
2367 * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
2368 (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
2369 (target_insert_watchpoint, target_remove_watchpoint): Delete.
2370 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2371 declarations.
2372
2373 2009-05-06 Hui Zhu <teawater@gmail.com>
2374
2375 * i386-tdep.c (i386_process_record): Change bzero to memset.
2376
2377 2009-05-06 Hui Zhu <teawater@gmail.com>
2378
2379 * NEWS: Add item for process record and replay.
2380
2381 2009-05-05 Maxim Grigoriev <maxim2405@gmail.com>
2382
2383 * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
2384
2385 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
2386
2387 * inferior.h (read_pc, write_pc): Remove.
2388 * regcache.c (read_pc, write_pc): Remove.
2389
2390 * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
2391 of read_pc.
2392 (handle_inferior_event): Use regcache_read_pc instead of read_pc
2393 when determining value of stop_pc. Replace subsequent uses of
2394 read_pc by inspecting already-retrieved stop_pc value.
2395 (keep_going): Use regcache_read_pc instead of read_pc.
2396
2397 * breakpoint.c (watchpoint_check): Use current frame architecture
2398 and PC instead of current_gdbarch and read_pc ().
2399 * tracepoint.c (set_traceframe_context): Replace PC argument
2400 with FRAME argument.
2401 (trace_start_command, finish_tfind_command): Update calls.
2402 (finish_tfind_command): Compare frame IDs to identify transitions
2403 between frames.
2404 (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
2405 * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
2406 of gdbarch. Use regcache_read_pc and regcache_write_pc instead
2407 of read_pc and write_pc.
2408 (store_register): Make regcache argument non-const. Update call
2409 to exec_one_dummy_insn.
2410
2411 * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
2412 * infcmd.c (post_create_inferior): Likewise.
2413 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
2414 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
2415 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
2416 * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
2417 * linux-fork.c (fork_load_infrun_state): Likewise.
2418 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
2419 * record.c (record_wait): Likewise.
2420 * procfs.c (procfs_wait): Likewise.
2421 * remote-mips.c (common_open, mips_wait): Likewise.
2422 * remote-m32r-sdi.c (m32r_resume): Likewise.
2423
2424 * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
2425 * monitor.c (monitor_create_inferior, monitor_load): Likewise.
2426 * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
2427 * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
2428 * remote-mips.c (mips_create_inferior, mips_load): Likewise.
2429
2430 * solib-darwin.c: Include "regcache.h".
2431 * solib-pa64.c: Include "regcache.h".
2432 * solib-svr4.c: Include "regcache.h.".
2433
2434 * symfile.c: Do not mention read_pc or write_pc in comments.
2435 * dink32-rom.c: Likewise.
2436 * m32r-rom.c: Likewise.
2437 * mips-tdep.c: Likewise.
2438
2439 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
2440
2441 * fork-child.c (startup_inferior): Move setting stop_pc ...
2442 * infcmd.c (post_create_inferior): ... to here.
2443
2444 2009-05-04 Michael Snyder <msnyder@vmware.com>
2445
2446 * NEWS: Add item for reverse debugging commands.
2447
2448 2009-05-04 Pedro Alves <pedro@codesourcery.com>
2449
2450 * go32-nat.c (go32_stop): Delete.
2451 (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
2452 (go32_create_inferior): Don't call go32_stop or
2453 go32_kill_inferior.
2454 (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
2455 here.
2456 (init_go32_ops): Don't register go32_stop.
2457
2458 2009-05-02 Eli Zaretskii <eliz@gnu.org>
2459
2460 * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
2461 sym_name.
2462
2463 * infcall.c (find_function_addr): Avoid compiler warnings for
2464 funaddr.
2465
2466 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2467
2468 * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
2469 (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
2470
2471 2009-05-01 Doug Evans <dje@google.com>
2472
2473 * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
2474 to thread_info.
2475
2476 2009-05-01 Eli Zaretskii <eliz@gnu.org>
2477
2478 * record.c (_initialize_record): Reformat and clarify doc strings
2479 for stop-at-limit and insn-number-max.
2480
2481 * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
2482
2483 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 Make specifiable the make_function_type type memory ownership.
2486 * gdbtypes.c (make_function_type): New parameter `objfile', use it
2487 explicitely instead of TYPE-initialized removed local variable
2488 `objfile'. Describe `objfile' it in the function comment.
2489 (lookup_function_type): Update make_function_type callers.
2490 * gdbtypes.h (make_function_type): Update the prototype.
2491 * jv-lang.c (java_link_class_type): Update make_function_type callers.
2492 * dwarf2read.c (read_subroutine_type): Likewise.
2493 * stabsread.c (read_type): Likewise.
2494
2495 2009-05-01 Eli Zaretskii <eliz@gnu.org>
2496
2497 * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
2498 printing a bogus "Thread <main>".
2499 (go32_thread_alive): Don't return 1 for null_ptid.
2500
2501 * i386-tdep.c (i386_go32_init_abi): Override the number of
2502 registers due to non-support of SSE.
2503
2504 2009-04-30 Anthony Green <green@moxielogic.com>
2505
2506 * configure.tgt: Link the moxie simulator in with gdb.
2507
2508 2009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
2509
2510 * elfread.c (elf_symtab_read): Don't assume .data and .rodata
2511 are present.
2512
2513 2009-04-30 Hui Zhu <teawater@gmail.com>
2514 Michael Snyder <msnyder@vmware.com>
2515
2516 I386 Linux process record and replay support.
2517
2518 * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
2519 This struct has the argument for the function
2520 "record_linux_system_call".
2521 (i386_linux_intx80_sysenter_record): New function. Parse the
2522 system call instruction and call function
2523 "record_linux_system_call" to record execute log.
2524 (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
2525 Set "i386_linux_intx80_sysenter_record" to
2526 "i386_intx80_record" and "i386_sysenter_record".
2527
2528 2009-04-30 Hui Zhu <teawater@gmail.com>
2529 Michael Snyder <msnyder@vmware.com>
2530
2531 I386 architecture process record and replay support.
2532
2533 * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
2534 PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
2535 instruction set.
2536 (aflag, dflag, override, modrm, mod, reg, rm, ot,
2537 i386_record_pc): New variables. Ditto.
2538 (i386_record_modrm, i386_record_lea_modrm_addr,
2539 i386_record_lea_modrm): New functions. Ditto.
2540 (i386_process_record): New function. Parse the instruction in
2541 address "addr" and record the values of registers and memory
2542 that will be changed by this instruction.
2543 (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
2544 "process_record" interface.
2545 * i386-tdep.h (gdbarch_tdep): New function pointers
2546 "i386_intx80_record" and "i386_sysenter_record" that point to
2547 the function that can record "intx80" and "sysenter" execute
2548 log.
2549
2550 2009-04-30 Hui Zhu <teawater@gmail.com>
2551 Michael Snyder <msnyder@vmware.com>
2552
2553 * infrun.c (use_displaced_stepping): Return false if process
2554 record and replay target is used.
2555 (proceed): Call function "record_not_record_set" if pocess
2556 record and replay target is used.
2557
2558 2009-04-30 Hui Zhu <teawater@gmail.com>
2559 Michael Snyder <msnyder@vmware.com>
2560
2561 Linux process record and replay support.
2562
2563 * Makefile.in (ALLDEPFILES): Add linux-record.c.
2564 (ALL_TARGET_OBS): Add linux-record.o.
2565 * configure.tgt (x86_64-*-linux*): Add linux-record.o.
2566 (i[34567]86-*-linux*): Add linux-record.o.
2567 * linux-record.c, linux-record.h: New file.
2568
2569 2009-04-30 Hui Zhu <teawater@gmail.com>
2570 Michael Snyder <msnyder@vmware.com>
2571
2572 Process record and replay target.
2573
2574 * Makefile.in (SFILES): Add record.c.
2575 (COMMON_OBS): Add record.o.
2576 * record.c, record.h: New file.
2577
2578 2009-04-30 Hui Zhu <teawater@gmail.com>
2579 Michael Snyder <msnyder@vmware.com>
2580
2581 * target.h (strata): New stratum "record_stratum".
2582
2583 2009-04-30 Hui Zhu <teawater@gmail.com>
2584 Michael Snyder <msnyder@vmware.com>
2585
2586 GDBARCH interface for process record and replay.
2587
2588 * gdbarch.sh (process_record): This interface point to the
2589 function that records the inferior execute log.
2590
2591 2009-04-29 Doug Evans <dje@google.com>
2592
2593 * i386-nat.c (child_post_startup_inferior): Delete, unused.
2594
2595 2009-04-29 Pedro Alves <pedro@codesourcery.com>
2596
2597 * breakpoint.c (print_exception_catchpoint): Access `b' directly
2598 instead of `b->loc->owner'.
2599 (print_mention_exception_catchpoint): Ditto.
2600
2601 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
2604
2605 2009-04-27 Tom Tromey <tromey@redhat.com>
2606
2607 * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
2608
2609 2009-04-27 Jerome Guitton <guitton@adacore.com>
2610
2611 * symtab.c (append_exact_match_to_sals): New function, extracted
2612 from expand_line_sal.
2613 (expand_line_sal): Use append_exact_match_to_sals to append exact
2614 matches. If none found, append all best items.
2615
2616 2009-04-27 Jerome Guitton <guitton@adacore.com>
2617
2618 * main.c (captured_main): Move gdbinit lookups after gdb_init.
2619
2620 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 PR gdb/9675:
2623 * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
2624 (read_func_scope): Call inherit_abstract_dies.
2625
2626 2009-04-25 Eli Zaretskii <eliz@gnu.org>
2627
2628 * Makefile.in (ALLDEPFILES): Remove duplicate entries for
2629 sparc-sol2-nat.c and sparc-sol2-tdep.c.
2630
2631 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
2632
2633 2009-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
2634
2635 ARI change: Use "/* ARI: rule */" pattern.
2636 * utils.c: Update ARI patterns.
2637 * gdb_dirent.h: Likewise.
2638
2639 2009-04-23 Anthony Green <green@moxielogic.com>
2640
2641 * MAINTAINERS: Add moxie target.
2642 * configure.tgt: Add moxie-*-elf target.
2643 * moxie-tdep.c: New file.
2644 * moxie-tdep.h: New file.
2645
2646 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2647
2648 * ada-lang.c: Remove an extra empty line. No code change.
2649
2650 2009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 Fix double free on error inserting the breakpoint instruction.
2653 * breakpoint.c (create_breakpoints): Move the
2654 update_global_location_list call to ...
2655 (break_command_really): ... here together with the second local call
2656 both unified after all the cleanups.
2657
2658 2009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2659 Tom Tromey <tromey@redhat.com>
2660
2661 * configure, config.in: Regenerate.
2662 * configure.ac: Support for relocatable GDB datadir. Use
2663 GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
2664 * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
2665 * top.c (init_main): Add "set data-directory".
2666 * defs.h (gdb_datadir): Declare.
2667 * main.c (gdb_datadir): New global.
2668 (captured_main): Initialize gdb_datadir. Use relocate_directory.
2669 (relocate_path): New function.
2670 (relocate_directory): Likewise.
2671 (get_init_files): Use relocate_path.
2672 (README): Mention --with-gdb-datadir.
2673
2674 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2675
2676 * ada-tasks (task_command_1): Call target_find_new_threads.
2677
2678 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2679
2680 * stack.c (do_gdb_disassembly): Print the exception message if an
2681 error was thrown while trying to perform the disassembly.
2682
2683 2009-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 * varobj.c (free_variable): Replace free_current_contents by xfree.
2686
2687 2009-04-22 Kazu Hirata <kazu@codesourcery.com>
2688
2689 * arm-linux-nat.c (fetch_register, store_register): Use
2690 ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
2691 * arm-linux-tdep.c (arm_linux_supply_gregset,
2692 arm_linux_collect_gregset): Likewise.
2693 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
2694 * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
2695
2696 2009-04-22 Hui Zhu <teawater@gmail.com>
2697
2698 * stack.c (_initialize_stack): Set the default of
2699 disassemble-next-line to off.
2700
2701 2009-04-21 Tom Tromey <tromey@redhat.com>
2702
2703 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
2704 * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
2705
2706 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
2707
2708 * configure.ac: Add quotes to not lose brackets in help text.
2709 * configure: Rebuild.
2710
2711 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
2712
2713 * configure.ac: Don't postprocess Makefile in config.status.
2714 Substitute GDB_NM_FILE. Don't substitute nm_h.
2715 * Makefile.in (GDB_NM_FILE): Substitute.
2716 (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
2717 * configure: Regenerate.
2718 * gnulib/Makefile.in: Regenerate.
2719
2720 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2721
2722 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2723 --with-htmldir): New.
2724 * configure: Regenerate.
2725
2726 2009-04-21 Tom Tromey <tromey@redhat.com>
2727
2728 * configure: Rebuild.
2729 * configure.ac: Use lower case for start of help strings. Clean
2730 up --with-sysroot help.
2731
2732 2009-04-21 Tom Tromey <tromey@redhat.com>
2733
2734 * configure: Rebuild.
2735 * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
2736 * configure.ac: Use AC_HELP_STRING. Use upper case for variables
2737 in help.
2738
2739 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2740
2741 ARI fix: remove "%p".
2742 * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
2743 (ia64_sigtramp_frame_this_id): Ditto.
2744 (ia64_libunwind_frame_this_id): Ditto.
2745 (ia64_libunwind_sigtramp_frame_this_id): Ditto.
2746 * symmisc.c (maintenance_info_psymtabs): Ditto.
2747
2748 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2749
2750 * configure.ac (--with-relocated-sources): New.
2751 * configure, config.in: Regenerate.
2752 * source.c (add_substitute_path_rule): Remove static.
2753 * source.h (add_substitute_path_rule): Declare.
2754 * main.c: Include "source.h".
2755 (captured_main): Add substitution rule if RELOC_SRCDIR.
2756
2757 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2758
2759 * gnu-nat.h (proc_debug): Add missing continuation line in macro.
2760
2761 2009-04-20 David Daney <ddaney@caviumnetworks.com>
2762
2763 * NEWS: Mention MIPS/Linux hardware watchpoint support.
2764
2765 2009-04-20 David Daney <ddaney@caviumnetworks.com>
2766
2767 * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
2768 (maint_show_dr, super_close): New variables.
2769 (super_fetch_registers, super_store_registers): Make static.
2770 (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
2771 (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
2772 (pt_watch_style): Define new enum.
2773 (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
2774 Define new structs.
2775 (watch_readback_valid, watch_readback, current_watches, watch_mirror):
2776 New variables.
2777 (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
2778 (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
2779 (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
2780 (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
2781 (type_to_irw, fill_mask, try_one_watch)
2782 (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
2783 (mips_linux_new_thread, populate_regs_from_watches)
2784 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
2785 (mips_linux_close): New functions.
2786 (_initialize_mips_linux_nat): Register watchpoint functions with
2787 the target_ops. Add show-debug-regs maintenance command.
2788
2789 2009-04-20 David Daney <ddaney@caviumnetworks.com>
2790
2791 * infrun.c (handle_inferior_event): Move gegisters_changed call down.
2792
2793 2009-04-19 Pedro Alves <pedro@codesourcery.com>
2794
2795 * NEWS: Mention gdbserver support for x86 Windows CE.
2796
2797 2009-04-19 Eli Zaretskii <eliz@gnu.org>
2798
2799 * config/djgpp/fnchange.lst: Fix typos.
2800
2801 Set default host and target charsets in the DJGPP port.
2802
2803 * config/djgpp/config.sed (am_cv_langinfo_codeset)
2804 (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
2805 in all configure scripts that define ac_cv_env_CPP_value.
2806
2807 * go32-nat.c (dos_codepage, nl_langinfo): New functions.
2808 Include langinfo.h.
2809
2810 * config/djgpp/nl_types.h: New file.
2811
2812 * config/djgpp/langinfo.h: New file.
2813
2814 * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
2815
2816 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
2817
2818 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2819 (MAKEHTMLFLAGS): Set to empty.
2820
2821 2009-04-18 Eli Zaretskii <eliz@gnu.org>
2822
2823 * NEWS: Mention all new set/show commands added since GDB 6.8 was
2824 released.
2825
2826 * go32-nat.c (go32_sysinfo): Check if the call to
2827 __dpmi_get_capabilities fills the buffer with information, and
2828 don't use the buffer if not.
2829
2830 2009-04-17 Tom Tromey <tromey@redhat.com>
2831
2832 * charset.c (_initialize_charset): Add special case for "646".
2833
2834 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2835
2836 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2837 * configure: Regenerate.
2838 * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
2839 configure substitutions.
2840 (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
2841
2842 2009-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
2843
2844 ARI fix: Do not use %p, replace by call to host_address_to_string
2845 for host pointers.
2846 * darwin-nat.c (darwin_xfer_partial): Apply change.
2847 * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
2848 * gnu-nat.h (proc_debug): Ditto.
2849 * symmisc.c (maintenance_info_symtabs): Ditto.
2850 (maintenance_info_psymtabs): Ditto.
2851 * windows-nat.c (handle_load_dll): Ditto.
2852 (handle_unload_dll, info_w32_command, handle_exception): Ditto.
2853 * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
2854
2855 2009-04-17 Joseph Myers <joseph@codesourcery.com>
2856
2857 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
2858 --enable-64-bit-bfd.
2859 (sparc-*-linux*): Likewise.
2860
2861 2009-04-17 Eli Zaretskii <eliz@gnu.org>
2862
2863 * go32-nat.c (go32_sysinfo): Update list of Windows versions of
2864 the NT family.
2865
2866 2009-04-16 Pedro Alves <pedro@codesourcery.com>
2867
2868 * remote.c (remote_query_attached): Fix pasto in packet_ok result
2869 checking.
2870
2871 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2872
2873 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
2874 Revert the previous change. Might not be correct, actually.
2875
2876 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2877
2878 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
2879 (ada_get_current_task, ada_print_exception_breakpoint_nontask)
2880 (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
2881 Remove declaration. These are non-existent functions.
2882
2883 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2884
2885 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
2886 Fix a compilation warning on mips-irix due to casting from
2887 a pointer of different size.
2888
2889 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2890
2891 * ada-lang.c (symtab_for_sym): Delete.
2892 (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
2893
2894 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2895
2896 * ada-lang.c (extract_string): Delete.
2897 (ada_main_name): Reimplement using target_read_string instead of
2898 extract_string.
2899
2900 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
2901
2902 * m68klinux-nat.c: Remove obsolete comment.
2903 (fetch_register, store_register): Don't call
2904 gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
2905 which are always nops here.
2906
2907 2009-04-14 Tom Tromey <tromey@redhat.com>
2908
2909 * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
2910 (c_printstr): Likewise.
2911 * charset.c: Include gdb_wait.h.
2912 (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
2913 (find_charset_names): Use pexecute. Handle libiconv's output.
2914 Detect errors.
2915 (_initialize_charset): Use xstrdup.
2916 * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
2917 cases.
2918 (INTERMEDIATE_ENCODING): New define.
2919 * configure, config.in: Rebuild.
2920 * configure.ac: Check for btowc.
2921
2922 2009-04-15 Tom Tromey <tromey@redhat.com>
2923
2924 * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
2925
2926 2009-04-15 Eli Zaretskii <eliz@gnu.org>
2927
2928 * utils.c (parse_escape): Initialize target_char to pacify GCC.
2929
2930 2009-04-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2931
2932 * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
2933
2934 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2935
2936 ARI fix: sprintf rule.
2937 * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
2938 * ada-lang.c (add_angle_brackets): Use xstrprintf.
2939 (ada_decode): Replace sprintf by xsnprintf.
2940 (find_old_style_renaming_symbol): Ditto.
2941 (ada_to_fixed_type_1, ada_enum_name): Ditto.
2942
2943
2944 2009-04-14 Joel Brobecker <brobecker@adacore.com>
2945
2946 * target.c (target_mourn_inferior): Call bfd_cache_close_all
2947 after having executed the target mourn_inferior routine.
2948
2949 2009-04-14 Eli Zaretskii <eliz@gnu.org>
2950
2951 * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
2952 undefined.
2953
2954 2009-04-13 David Daney <ddaney@caviumnetworks.com>
2955
2956 * infrun.c (maybe_software_singlestep): New function.
2957 (resume): Call maybe_software_singlestep.
2958 (handle_inferior_event): Same.
2959
2960 2009-04-13 Tom Tromey <tromey@redhat.com>
2961
2962 * python/python-frame.c (frapy_richcompare): Return
2963 Py_NotImplemented, not an error. Handle Py_NE as well.
2964
2965 2009-04-13 Eli Zaretskii <eliz@gnu.org>
2966
2967 * charset.c (EILSEQ): Define if not defined by system headers.
2968
2969 2009-04-11 Eli Zaretskii <eliz@gnu.org>
2970
2971 * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
2972 to be consistent with renaming config.intl.in into config_intl.in.
2973
2974 * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
2975 consistent with the change from 2008-11-09.
2976
2977 2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979 * gdbtypes.c: Remove excessive parentheses at the return keywords.
2980 * varobj.c (varobj_invalidate): Fix indentation.
2981 * varobj.c (varobj_invalidate): Fix formatting text width.
2982
2983 2009-04-08 Vladimir Prus <vladimir@codesourcery.com>
2984
2985 Implement -exec-jump.
2986
2987 * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
2988 * mi/mi-main.c (mi_cmd_exec_jump): New.
2989 * mi/mi-cmds.c (mi_cmds): Register exec-jump.
2990
2991 2009-04-07 Doug Evans <dje@google.com>
2992
2993 * symfile.c (symbol_file_clear): Fix indentation.
2994
2995 2009-04-06 Mark Kettenis <kettenis@gnu.org>
2996
2997 * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
2998
2999 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3000
3001 * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
3002 (ppc_linux_auxv_parse): New function.
3003 (ppc_linux_read_description): Use ppc_linux_target_wordsize.
3004 (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
3005
3006 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3007
3008 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
3009 BFD to contents of SPU name note.
3010 (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
3011 with "from_tty" argument 1 instead of 0.
3012
3013 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 * dwarf2read.c
3016 (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
3017 Create the symbol in local scope.
3018 * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
3019
3020 2009-04-02 Keith Seitz <keiths@redhat.com>
3021
3022 * stabsread.c (read_member_functions): GCC may emit an extra space
3023 at the end of the names "__base_ctor" and "__base_dtor"; so ignore
3024 whitespace when looking for these functions.
3025
3026 2009-04-01 Joel Brobecker <brobecker@adacore.com>
3027
3028 Change the default value for "set print frame-arguments" to scalars.
3029
3030 * stack.c (print_frame_arguments): Set initial value to "scalars".
3031
3032 2009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3033
3034 * mips-tdep.c (mips_numeric_register_alieses): New definition.
3035 (mips_gdbarch_init): Add user registers from
3036 mips_numeric_register_aliases.
3037
3038 2009-04-01 Joel Brobecker <brobecker@adacore.com>
3039
3040 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
3041
3042 2009-04-01 Joel Brobecker <brobecker@adacore.com>
3043
3044 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
3045 this is the last one.
3046
3047 2009-04-01 Pedro Alves <pedro@codesourcery.com>
3048
3049 * remote.c (append_resumption): New.
3050 (remote_vcont_resume): Use it.
3051
3052 2009-04-01 Joel Brobecker <brobecker@adacore.com>
3053
3054 * windows-nat.c (+windows_get_ada_task_ptid): New function.
3055 (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
3056
3057 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3058 Keith Seitz <keiths@redhat.com>
3059 Jan Kratochvil <jan.kratochvil@redhat.com>
3060
3061 PR gdb/6817
3062 * Makefile.in (dbxread.o): Update.
3063 * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
3064 * dwarf2read.c (GDB_FORM_cached_string): New.
3065 (read_partial_die): Use dwarf2_canonicalize_name.
3066 (dwarf2_linkage_name): Use dwarf2_name.
3067 (dwarf2_canonicalize_name): New.
3068 (dwarf2_name): Use dwarf2_canonicalize_name.
3069 (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
3070 * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
3071 * symtab.c (lookup_symbol_in_language): Canonicalize input before
3072 searching.
3073 * cp-name-parser.y: operator() requires two parameters,
3074 according to libiberty.
3075 * minsyms.c (lookup_minimal_symbol): Canonicalize input
3076 before searching.
3077 * NEWS: Update.
3078
3079 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3080
3081 Provide support for (Ada) task-specific breakpoints.
3082
3083 * ada-lang.h (ada_get_task_number): Add declaration.
3084 (breakpoint_ada_task_match): Delete declaration.
3085 * ada-tasks.c (ada_get_task_number): Make non-static.
3086 * breakpoint.h (struct breakpoint): Add field "task".
3087 * breakpoint.c (print_one_breakpoint_location): Add handling of
3088 task-specific breakpoints.
3089 (create_breakpoint, create_breakpoints, find_condition_and_thread):
3090 New parameter "task".
3091 (break_command_really): Update calls to find_condition_and_thread
3092 and create_breakpoints.
3093 (breakpoint_re_set_one): Update call to find_condition_and_thread.
3094 Set b->task.
3095
3096 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3097
3098 * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
3099
3100 2009-03-31 Pedro Alves <pedro@codesourcery.com>
3101
3102 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
3103 if the thread's ptid without a thread id field is in the list
3104 before calling thread_change_ptid.
3105 (extended_remote_attach_1): In non-stop mode, do not rely on
3106 querying the current thread, instead, query the thread list, and
3107 select the first thread of the process.
3108 * gdbthread.h (first_thread_of_process): Declare.
3109 * thread.c (first_thread_of_process): Define.
3110
3111 2009-03-30 Stan Shebs <stan@codesourcery.com>
3112
3113 Make tracepoints into a type of breakpoint.
3114 * breakpoint.h (enum bptype): Add bp_tracepoint.
3115 (struct breakpoint): Add fields step_count, pass_count, actions.
3116 (get_tracepoint, get_tracepoint_by_number): Declare.
3117 (all_tracepoints): Declare.
3118 * breakpoint.c: Include tracepoint.h, readline.h.
3119 (ALL_TRACEPOINTS): Move here from tracepoint.c.
3120 (tracepoint_count): Ditto.
3121 (should_be_inserted): GDB does not insert tracepoints itself.
3122 (print_it_typical): Add tracepoint case.
3123 (bpstat_what): Ditto.
3124 (print_one_breakpoint_location): Ditto, and add printing for
3125 pass count, step count, and action list.
3126 (user_settable_breakpoint): Add tracepoint case.
3127 (allocate_bp_location): Ditto.
3128 (set_breakpoint_location_function): Ditto.
3129 (disable_breakpoints_in_shlibs): Ditto.
3130 (mention): Ditto.
3131 (break_command_really): Add argument traceflag, use to choose
3132 basic breakpoint type.
3133 (break_command_1): Pass extra argument.
3134 (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
3135 (breakpoint_re_set_one): Add tracepoint case.
3136 (disable_command, enable_command): Ditto.
3137 (set_tracepoint_count): Move here from tracepoint.c.
3138 (trace_command): Move here from tracepoint.c and use
3139 break_command_really.
3140 (tracepoints_info): Move here from tracepoint.c and call
3141 breakpoints_info.
3142 (enable_trace_command): Move here from tracepoint.c and call
3143 enable_command.
3144 (disable_trace_command): Move here from tracepoint.c and call
3145 disable_command.
3146 (delete_trace_command): Move here from tracepoint.c and call
3147 delete_breakpoint.
3148 (trace_pass_command): Move here from tracepoint.c.
3149 (get_tracepoint_by_number): Ditto.
3150 (tracepoint_save_command): Ditto.
3151 (get_tracepoint): New function.
3152 (all_tracepoints): New function.
3153 (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
3154 deprecate "enable trace" and "disable trace" commands.
3155 * tracepoint.h (struct tracepoint): Remove.
3156 (tracepoint_chain): Remove decl.
3157 (deprecated_create_tracepoint_hook): Remove decl.
3158 (deprecated_delete_tracepoint_hook): Remove decl.
3159 (deprecated_modify_tracepoint_hook): Remove decl.
3160 (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
3161 (free_actions): Update signature.
3162 (validate_actionline): Update signature.
3163 (end_actions_pseudocommand): Declare.
3164 (while_stepping_pseudocommand): Declare.
3165 * tracepoint.c: Include breakpoint.h.
3166 (tracepoint_chain, tracepoint_count): Remove.
3167 (free_actions, make_cleanup_free_actions): Update signature.
3168 (trace_command, set_raw_tracepoint): Remove.
3169 (trace_mention): Remove.
3170 (tracepoints_info): Remove.
3171 (tracepoint_operation, map_args_over_tracepoints): Remove.
3172 (get_tracepoint_by_number): Remove.
3173 (enable_trace_command, disable_trace_command): Remove.
3174 (delete_trace_command, trace_pass_command): Remove.
3175 (trace_actions_command, read_actions): Update signature.
3176 (validate_actionline): Update signature, use bp loc.
3177 (encode_actions): Ditto.
3178 (download_tracepoint): New function, body of trace_start_command.
3179 (trace_start_command): Call it, use all_tracepoints.
3180 (tracepoint_save_command): Remove.
3181 (tracepoint_dump_command): Use get_tracepoint.
3182 (end_actions_pseudocommand): Make globally visible.
3183 (while_stepping_pseudocommand): Ditto.
3184 (_initialize_tracepoint): Move command definitions to breakpoint.c.
3185
3186 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3187
3188 Expose frames to Python.
3189 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
3190 (SUBDIR_PYTHON_SRCS): Add python-frame.c.
3191 (python-frame.o): New target.
3192 * python/python-frame.c: New file.
3193 * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
3194 gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
3195 gdbpy_initialize_frames): New prototypes.
3196 * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
3197 (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
3198 entries.
3199 * stack.c (find_frame_funname): New function, factored out of
3200 print_frame.
3201 (print_frame): Call find_frame_funname.
3202 * stack.h (find_frame_funname): Add prototype.
3203
3204 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3205
3206 Remove unused value_object attribute `owned_by_gdb'.
3207 * python/python-value.c (value_object): Remove owned_by_gdb
3208 attribute.
3209 (valpy_dealloc): Remove reference to self->owned_by_gdb.
3210 (valpy_new): Likewise.
3211 (value_to_value_object): Likewise.
3212
3213 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3214
3215 Change gdb.Value.address from a method to an attribute.
3216 * python/python-value.c (value_object): Add `address' element.
3217 (valpy_dealloc): Decrement reference to self->address if set.
3218 (valpy_new): Initialize val_obj->address.
3219 (valpy_address): Rename to ...
3220 (valpy_get_address): ... this. Change signature from method to
3221 attribute. Update self->address if not set.
3222 (value_to_value_object): Initialize val_obj->address.
3223 (value_object_getset): Add `address' element.
3224 (value_object_methods): Remove `address' element.
3225
3226 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3227
3228 * observer.sh: Set LANG/LC_ALL to C, not c.
3229
3230 2009-03-28 Kevin Buettner <kevinb@redhat.com>
3231
3232 * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
3233 `char' is unsigned.
3234
3235 2009-03-28 Pedro Alves <pedro@codesourcery.com>
3236
3237 * remote.c (remote_stop_ns): If multi-process extensions are off,
3238 and GDB is requesting the whole process to stop, sent "vCont;t",
3239 not "vCont;t:-1"
3240
3241 2009-03-28 Pedro Alves <pedro@codesourcery.com>
3242
3243 * inf-loop.c (inferior_event_handler): Avoid calling is_running on
3244 null inferior_ptid.
3245
3246 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3247
3248 * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
3249
3250 2009-03-26 Doug Evans <dje@google.com>
3251
3252 * thread.c (do_restore_current_thread_cleanup): Redo test for
3253 whether to restore old->inferior_ptid.
3254
3255 2009-03-26 Tom Tromey <tromey@redhat.com>
3256
3257 * breakpoint.c (resolve_sal_pc): Preserve original line number
3258 when skipping prologue.
3259
3260 2009-03-26 Doug Evans <dje@google.com>
3261
3262 * thread.c (inferior_thread) Remove "extern" in definition.
3263
3264 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3265
3266 Add gdb.Value.is_optimized_out attribute.
3267 * python/python-value.c (valpy_get_is_optimized_out): New
3268 function.
3269 (value_object_getset): New variable.
3270 (value_object_type): Initialize tp_getset element.
3271
3272 2009-03-26 Joel Brobecker <brobecker@adacore.com>
3273
3274 Recognize missing DW_AT_location as <value optimized out>.
3275 * dwarf2read.c
3276 (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
3277 Call add_symbol_to_list.
3278
3279 2009-03-25 Tom Tromey <tromey@redhat.com>
3280
3281 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
3282 * stack.c (print_this_frame_argument_p): Use check_typedef.
3283
3284 2009-03-25 Tom Tromey <tromey@redhat.com>
3285
3286 * configure: Rebuild.
3287 * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
3288 Rearrange flags setting. Add comments.
3289
3290 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3291
3292 * config/i386/nm-i386.h: Remove code within
3293 I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
3294 * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
3295 macro.
3296 * config/i386/nm-cygwin64.h: Ditto.
3297 * config/i386/nm-fbsd.h: Ditto.
3298 * config/i386/nm-go32.h: Ditto.
3299 * config/i386/nm-linux.h: Ditto.
3300 * config/i386/nm-linux64.h: Ditto.
3301
3302 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3303
3304 ARI fix: "xasprintf" rule.
3305 * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
3306
3307 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3308
3309 * remote.c (remote_start_remote): In non-stop mode, call
3310 init_wait_for_inferior before adding threads and inferiors.
3311
3312 2009-03-25 Joel Brobecker <brobecker@adacore.com>
3313
3314 * breakpoint.c (breakpoint_thread_match): Split a large condition
3315 into several smaller conditions. No behavior change.
3316
3317 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3318
3319 * infrun.c (infrun_thread_thread_exit): New.
3320 (_initialize_infrun): Attach it to the thread_exit observer.
3321 * thread.c (delete_thread_1): Always call the observer, passing it
3322 the silent flag.
3323 * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter. If
3324 SILENT, return immediately.
3325
3326 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3327
3328 * infrun.c (normal_stop): Use has_stack_frames instead of
3329 target_has_stack.
3330 * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
3331 when there is no thread selected.
3332 (mi_cmd_execute): Don't special case commands that can run without
3333 a valid selected thread.
3334 * top.c (execute_command): Don't special case commands that can
3335 run without a valid selected thread. Use has_stack_frames.
3336 * infcmd.c (ensure_valid_thread): New.
3337 (continue_1, step_1, jump_command, signal_command): Use it.
3338 (detach_command): Error out if there's no selected thread/inferior.
3339 * thread.c (print_thread_info): Allow having no thread selected.
3340 (switch_to_thread): Don't read the PC if there is no current thread.
3341 (do_restore_current_thread_cleanup): Don't record the current
3342 frame if there is no current thread.
3343 (make_cleanup_restore_current_thread): Don't read frame info if
3344 there is no selected thread.
3345 (_initialize_thread): Don't mark commands as
3346 "no_selected_thread_ok".
3347 * frame.c (get_current_frame): Error out if there is no valid
3348 selected thread.
3349 (has_stack_frames): Return false if there is no valid
3350 selected thread.
3351 * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
3352 "no_selected_thread_ok".
3353 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
3354 (get_cmd_no_selected_thread_ok): Delete.
3355 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
3356 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
3357 Delete declaration.
3358 * stack.c (get_selected_block): Use has_stack_frames.
3359
3360 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
3361
3362 Fix size of FPSCR in Power 7 processors.
3363 * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
3364 (PPC_FEATURE_HAS_DFP): New #define.
3365 (ppc_linux_read_description): Check for DFP feature instead of
3366 ISA 2.05 to decide on size of the FPSCR.
3367
3368 2009-03-25 Kevin Buettner <kevinb@redhat.com>
3369
3370 * mn10300-tdep.c (trad-frame.h): Don't include.
3371 (prologue-value.h): Include.
3372 (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
3373 (struct mn10300_prologue): Define.
3374 (push_reg, translate_rreg, check_for_saved): New functions.
3375 (mn10300_analyze_prologue): Rewrite, using prologue-value
3376 machinery. Handle more instructions than before. Permit
3377 instructions to occur in any order.
3378 (mn10300_skip_prologue): Find the extents of the function
3379 in question; mn10300_analyze_prologue no longer does this.
3380 (mn10300_analyze_frame_prologue): New function.
3381 (mn10300_frame_base): New function.
3382 (mn10300_frame_this_id): Rewrite, no longer using trad-frame
3383 implementation.
3384 (mn10300_frame_prev_register): Likewise.
3385 (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
3386 (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
3387 `this_frame'.
3388 (mn10300_frame_unwind_init): Don't call frame_base_set_default().
3389
3390 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3391
3392 Fix completer problem for filename completion on the first try.
3393
3394 * gdb/completer.h (gdb_completion_word_break_characters): New function.
3395 * gdb/completer.c: Include gdb_assert.h.
3396 (complete_line_internal_reason): New enum.
3397 (complete_line_internal): Change last argument type to
3398 complete_line_internal_reason.
3399 Modify function to handle the different complete_line_internal_reason
3400 argument values.
3401 (complete_line): Adapt to change in complete_line_internal.
3402 (command_completer): Ditto.
3403 (gdb_completion_word_break_characters): Implement new function.
3404 * top.c (init_main): Set rl_completion_word_break_hook to
3405 gdb_completion_word_break_characters.
3406
3407
3408 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3409
3410 ARI fix: "strlen d_name" rule.
3411 * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
3412
3413
3414 2009-03-24 Tom Tromey <tromey@redhat.com>
3415 Pedro Alves <pedro@codesourcery.com>
3416
3417 * configure, config.in: Rebuild.
3418 * configure.ac: Check for libiconvlist.
3419 * charset.c: Check HAVE_LIBICONVLIST.
3420 * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
3421 LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
3422 * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
3423 Remove.
3424 (INTERNAL_CFLAGS_BASE): Update.
3425 (INTERNAL_LDFLAGS): Update.
3426 (CLIBS): Update.
3427
3428 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3429
3430 * configure.ac: Initialize the variable $PREFER_CURSES.
3431 * configure: Regenerated.
3432
3433 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
3436 * configure: Regenerated.
3437
3438 2009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
3439
3440 ARI fix: "strerror" rule.
3441 * darwin-nat.c (darwin_ptrace): Use safe_strerror.
3442 (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
3443
3444 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3445
3446 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
3447 before looking up the fields inside our struct type.
3448
3449 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3450
3451 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
3452 trying to resolve the type qualification.
3453
3454 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3455
3456 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
3457 we try to apply the attribute on the real type, rather than
3458 its associated typedef.
3459
3460 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3461
3462 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
3463 to make sure we try to get the modulus of the actual type, not the
3464 associated typedef.
3465
3466 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3467
3468 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
3469 [OP_ATR_LENGTH]: When using the attribute on a type, make sure
3470 to get the real type, not the associated typedef.
3471
3472 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3473
3474 * ada-lang.c (ada_get_field_index): Add handling of the case
3475 when TYPE is a typedef of a struct.
3476
3477 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3478
3479 Add gdb_usleep as a portable version of usleep based on gdb_select.
3480 * gdb_usleep.h, gdb_usleep.c: New files.
3481 * Makefile.in (SFILES): Add gdb_usleep.c.
3482 (HFILES_NO_SRCDIR): Add gdb_usleep.h.
3483 (COMMON_OBS): Add gdb_usleep.o.
3484 * ser-unix.c (hardwire_send_break): Replace call to gdb_select
3485 by call to gdb_usleep.
3486
3487 2009-03-23 Joel Brobecker <brobecker@adacore.com>
3488
3489 * buildsym.c (end_symtab): If we ignore the subfiles, then
3490 unlink the associated symtabs if they were already allocated.
3491
3492 2009-03-23 Jerome Guitton <guitton@adacore.com>
3493
3494 Provide a way to force building of GDB with libcurses.
3495 * configure.ac: Add --with-curses.
3496 * configure: Regenerated.
3497
3498 2009-03-23 Tom Tromey <tromey@redhat.com>
3499
3500 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
3501 error message.
3502
3503 2009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3504
3505 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
3506 solib_contains_address_p instead of searching.
3507
3508 2009-03-23 Tom Tromey <tromey@redhat.com>
3509
3510 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
3511 (iconv): Make 'inbuf' argument const.
3512 (convert_between_encodings): Use ICONV_CONST.
3513 (wchar_iterate): Likewise.
3514
3515 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
3516
3517 * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
3518 dynamically loaded function.
3519 (LookupPrivilegeValueA): Ditto.
3520 (OpenProcessToken): Ditto.
3521 (AdjustTokenPrivileges): Rename and define placeholder for address of
3522 dynamically loaded function.
3523 (LookupPrivilegeValueA): Ditto.
3524 (OpenProcessToken): Ditto.
3525 (set_process_privilege): Remove check for loaded functions.
3526 (bad_OpenProcessToken): Define.
3527 (_initialize_loadable): Load token functions from advapi here, setting
3528 OpenProcessToken function to a dummy static function which always return
3529 error if OS doesn't support this functionality.
3530
3531 2009-03-22 Nicolas Roche <roche@adacore.com>
3532 Christopher Faylor <me+cygwin@cgf.cx>
3533
3534 * win32-nat.c (ctrl_c_handler): New function.
3535 (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
3536 is run in a separate console.
3537
3538 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
3539
3540 * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
3541 for dynamically loaded function.
3542 (DebugBreakProcess): Ditto.
3543 (DebugSetProcessKillOnExit): Ditto.
3544 (EnumProcessModules): Ditto.
3545 (GetModuleFileNameExA): Ditto.
3546 (GetModuleInformation): Ditto.
3547 (DebugActiveProcessStop): Rename and define placeholder for address of
3548 dynamically loaded function.
3549 (DebugBreakProcess): Ditto.
3550 (DebugSetProcessKillOnExit): Ditto.
3551 (EnumProcessModules): Ditto.
3552 (GetModuleFileNameExA): Ditto.
3553 (GetModuleInformation): Ditto.
3554 (psapi_loaded): Delete.
3555 (get_module_name): Don't check psapi_loaded, just rely on the fact that
3556 dynamically loaded functions will return failure if they weren't
3557 previously found.
3558 (has_detach_ability): Delete.
3559 (windows_attach): Remove call to has_detach_ability (). Just rely on
3560 functions being callable.
3561 (bad_DebugActiveProcessStop): Define.
3562 (bad_DebugBreakProcess): Ditto.
3563 (bad_DebugSetProcessKillOnExit): Ditto.
3564 (bad_EnumProcessModules): Ditto.
3565 (bad_GetModuleFileNameExA): Ditto.
3566 (bad_GetModuleInformation): Ditto.
3567 (_initialize_loadable): Rename from _initialize_psapi. Initialize all
3568 dynamic storage here, setting nonexistent functions to dummy static
3569 functions which always return error.
3570
3571 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3572
3573 * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
3574 to the about_to_proceed observer notification.
3575 (mi_about_to_proceed): New.
3576 (mi_on_resume): Only output ^running and the prompt here if the
3577 target was proceeded.
3578 * breakpoint.c (breakpoint_proceeded): New static.
3579 (breakpoint_about_to_proceed): New.
3580 (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
3581 the about_to_proceed observer notification.
3582 * inferior.h (breakpoint_proceeded): Delete declaration.
3583 * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
3584 Notify the about_to_proceed observers.
3585 (struct inferior_status): Delete breakpoint_proceeded member.
3586 (save_inferior_status): Don't save it.
3587 (restore_inferior_status): Don't restore it.
3588 * mi-main.h (mi_proceeded): Declare.
3589 * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
3590 a command.
3591
3592 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3593
3594 * gdbthread.h (struct thread_info): Add in_infcall member.
3595 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
3596 Remove reverences to suppress_resume_observer. Refresh
3597 `call_thread' after returning from `proceed'.
3598 * infcmd.c (suppress_resume_observer): Delete.
3599 * inferior.h (suppress_resume_observer): Delete declaration.
3600 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
3601 inferior function.
3602 * thread.c (set_running): Remove references to
3603 suppress_resume_observer.
3604 * infrun.c (struct inferior_status): Add in_infcall member.
3605 (save_inferior_status): Save it.
3606 (restore_inferior_status): Restore it.
3607
3608 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3609
3610 * infcall.c (run_inferior_call): Remove references to
3611 suppress_stop_observer.
3612 * infcmd.c (suppress_stop_observer): Delete.
3613 (finish_command_continuation): Remove NOTE. Don't clear
3614 suppress_stop_observer anymore.
3615 (finish_command_continuation_free_arg): Likewise.
3616 (finish_forward): Remove references to suppress_stop_observer.
3617 Call normal_stop observer if we haven't already.
3618 * inferior.h (suppress_stop_observer): Delete.
3619 * infrun.c (normal_stop): When deciding to suppress the
3620 normal_stop observer, check for proceed_to_finish instead of
3621 suppress_stop_observer.
3622
3623 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3624
3625 * symfile.c (symfile_relocate_debug_section): Remove check for
3626 SEC_DEBUGGING.
3627
3628 2009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3629 Jim Blandy <jimb@red-bean.com>
3630 Thiago Jung Bauermann <bauerman@br.ibm.com>
3631 Tom Tromey <tromey@redhat.com>
3632
3633 Miscellaneous fixes to the Python code.
3634 * python/python-cmd.c (cmdpy_init): Accept keyword
3635 arguments.
3636 * python/python-value.c (valpy_string): Accept keyword
3637 arguments.
3638 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
3639 Do not call value_to_value_object on NULL RES_VAL.
3640 (value_object_methods): Change `string' entry to also accept
3641 keyword arguments.
3642 (convert_value_from_python): Return a copy of the value if obj is
3643 a gdb.Value object.
3644 (value_object_methods): Mark the `string' method as accepting
3645 keywords, and show method "prototype" in the doc string.
3646 * python/python.c (get_parameter): Don't return inside a
3647 TRY_CATCH.
3648
3649 2009-03-20 Tom Tromey <tromey@redhat.com>
3650
3651 Add support for convenience functions in Python.
3652 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
3653 (SUBDIR_PYTHON_SRCS): Add python-function.c.
3654 (python-function.o): New target.
3655 * eval.c: Include "python/python.h" and <ctype.h>.
3656 (evaluate_subexp_standard): Handle values of type
3657 TYPE_CODE_INTERNAL_FUNCTION.
3658 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
3659 * parse.c (write_exp_string): Remove duplicate word in comment.
3660 * python/python-function.c: New file.
3661 * python/python-internal.h (gdbpy_initialize_functions): Add
3662 prototype.
3663 * python/python.c (_initialize_python): Call
3664 gdbpy_initialize_functions.
3665 * valprint.c (value_check_printable): Handle values of type
3666 TYPE_CODE_INTERNAL_FUNCTION.
3667 * value.c: Include "cli/cli-decode.h".
3668 (internal_function): New struct.
3669 (functionlist, internal_fn_type): New static variables.
3670 (lookup_only_internalvar,
3671 lookup_internalvar): Add const qualifier to name argument.
3672 (create_internalvar): Likewise. Initialize new field.
3673 (set_internal_var): Fix typo in comment. Don't allow assignment
3674 to canonical variable.
3675 (value_create_internal_function, value_internal_function_name,
3676 call_internal_function, function_command, function_destroyer,
3677 add_internal_function): New functions.
3678 (_initialize_values): Create `function' placeholder command.
3679 Initialize internal_fn_type.
3680 * value.h (lookup_only_internalvar, create_internalvar,
3681 lookup_internalvar): Add const qualifier to name argument.
3682 (internal_function_fn, add_internal_function, call_internal_function,
3683 value_internal_function_name): Add prototypes.
3684 (struct internalvar) <canonical>: New field.
3685
3686 2009-03-20 Tom Tromey <tromey@redhat.com>
3687
3688 * c-lang.c (evaluate_subexp_c): Call check_typedef.
3689
3690 2009-03-20 Tom Tromey <tromey@redhat.com>
3691 Julian Brown <julian@codesourcery.com>
3692
3693 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
3694 PR i18n/9401, PR exp/9613:
3695 * NEWS: Update
3696 * value.h (value_typed_string): Declare.
3697 (val_print_string): Update.
3698 * valprint.h (print_char_chars): Update.
3699 * valprint.c (print_char_chars): Add type argument. Update.
3700 (val_print_string): Likewise.
3701 * valops.c (value_typed_string): New function.
3702 * utils.c (host_char_to_target): New function.
3703 (parse_escape): Use host_char_to_target, host_hex_value. Update.
3704 Remove '^' case.
3705 (no_control_char_error): Remove.
3706 * typeprint.c (print_type_scalar): Update.
3707 * scm-valprint.c (scm_scmval_print): Update.
3708 * scm-lang.h (scm_printchar, scm_printstr): Update.
3709 * scm-lang.c (scm_printchar): Add type argument.
3710 (scm_printstr): Likewise.
3711 * printcmd.c (print_formatted): Update.
3712 (print_scalar_formatted): Update.
3713 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
3714 Handle '%lc' and '%ls'.
3715 * parser-defs.h (struct typed_stoken): New type.
3716 (struct stoken_vector): Likewise.
3717 (write_exp_string_vector): Declare.
3718 * parse.c (write_exp_string_vector): New function.
3719 * p-valprint.c (pascal_val_print): Update.
3720 * p-lang.h (is_pascal_string_type, pascal_printchar,
3721 pascal_printstr): Update.
3722 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
3723 Add 'char_type' argument.
3724 (pascal_emit_char): Add type argument.
3725 (pascal_printchar): Likewise.
3726 (pascal_printstr): Likewise.
3727 * objc-lang.c (objc_emit_char): Add type argument.
3728 (objc_printchar): Likewise.
3729 (objc_printstr): Likewise.
3730 * macroexp.c (get_character_constant): Handle unicode characters.
3731 Use c_parse_escape.
3732 (get_string_literal): Handle unicode strings. Use
3733 c_parse_escape.
3734 * m2-valprint.c (print_unpacked_pointer): Update.
3735 (m2_print_array_contents): Update.
3736 (m2_val_print): Update.
3737 * m2-lang.c (m2_emit_char): Add type argument.
3738 (m2_printchar): Likewise.
3739 (m2_printstr): Likewise.
3740 * language.h (struct language_defn) <la_printchar>: Add type
3741 argument.
3742 <la_printstr, la_emitchar>: Likewise.
3743 (LA_PRINT_CHAR): Likewise.
3744 (LA_PRINT_STRING): Likewise.
3745 (LA_EMIT_CHAR): Likewise.
3746 * language.c (unk_lang_emit_char): Add type argument.
3747 (unk_lang_printchar): Likewise.
3748 (unk_lang_printstr): Likewise.
3749 * jv-valprint.c (java_val_print): Update.
3750 * jv-lang.c (java_emit_char): Add type argument.
3751 * f-valprint.c (f_val_print): Update.
3752 * f-lang.c (f_emit_char): Add type argument.
3753 (f_printchar): Likewise.
3754 (f_printstr): Likewise.
3755 * expprint.c (print_subexp_standard): Update.
3756 * charset.h (target_wide_charset): Declare.
3757 (c_target_char_has_backslash_escape, c_parse_backslash,
3758 host_char_print_literally, host_char_to_target,
3759 target_char_to_host, target_char_to_control_char): Remove.
3760 (enum transliterations): New type.
3761 (convert_between_encodings): Declare.
3762 (HOST_ESCAPE_CHAR): New define.
3763 (host_letter_to_control_character, host_hex_value): Declare.
3764 (enum wchar_iterate_result): New enum.
3765 (struct wchar_iterator): Declare.
3766 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
3767 wchar_push_back): Declare.
3768 * charset-list.h: New file.
3769 * c-valprint.c (textual_name): New function.
3770 (textual_element_type): Handle wide character types.
3771 (c_val_print): Pass original type to textual_element_type. Handle
3772 wide character types.
3773 (c_value_print): Use textual_element_type. Pass original type of
3774 value to val_print.
3775 * c-lang.h (enum c_string_type): New type.
3776 (c_printchar, c_printstr): Update.
3777 * c-lang.c (classify_type): New function.
3778 (print_wchar): Likewise.
3779 (c_emit_char): Add type argument. Handle wide characters.
3780 (c_printchar): Likewise.
3781 (c_printstr): Add type argument. Handle wide and multibyte
3782 character sets.
3783 (convert_ucn): New function.
3784 (emit_numeric_character): Likewise.
3785 (convert_octal): Likewise.
3786 (convert_hex): Likewise.
3787 (ADVANCE): New macro.
3788 (convert_escape): New function.
3789 (parse_one_string): Likewise.
3790 (evaluate_subexp_c): Likewise.
3791 (exp_descriptor_c): New global.
3792 (c_language_defn): Use exp_descriptor_c.
3793 (cplus_language_defn): Likewise.
3794 (asm_language_defn): Likewise.
3795 (minimal_language_defn): Likewise.
3796 (charset_for_string_type): New function.
3797 * c-exp.y (%union): Add 'svec' and 'tsval'.
3798 (CHAR): New token.
3799 (exp): Add CHAR production.
3800 (string_exp): Rewrite.
3801 (exp) <string_exp>: Rewrite.
3802 (tempbuf): Now global.
3803 (tempbuf_init): New global.
3804 (parse_string_or_char): New function.
3805 (yylex) <tempbuf>: Now global.
3806 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
3807 Remove.
3808 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
3809 (c_parse_escape): New function.
3810 * auxv.c (fprint_target_auxv): Update.
3811 * ada-valprint.c (ada_emit_char): Add type argument.
3812 (ada_printchar): Likewise.
3813 (ada_print_scalar): Update.
3814 (printstr): Add type argument. Update calls to ada_emit_char.
3815 (ada_printstr): Add type argument.
3816 (ada_val_print_array): Update.
3817 (ada_val_print_1): Likewise.
3818 * ada-lang.c (emit_char): Add type argument.
3819 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
3820 type arguments.
3821 * gdb_locale.h: Include langinfo.h.
3822 * charset.c (_initialize_charset): Set default host charset from
3823 the locale. Don't register charsets. Add target-wide-charset
3824 commands. Call find_charset_names.
3825 (struct charset, struct translation): Remove.
3826 (GDB_DEFAULT_HOST_CHARSET): Remove.
3827 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
3828 (target_wide_charset_name): New global.
3829 (show_host_charset_name): Handle "auto".
3830 (show_target_wide_charset_name): New function.
3831 (host_charset_enum, target_charset_enum): Remove.
3832 (charset_enum): New global.
3833 (all_charsets, register_charset, lookup_charset, all_translations,
3834 register_translation, lookup_translation): Remove.
3835 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
3836 (iso_8859_print_literally, iso_8859_to_control,
3837 iso_8859_family_charset): Remove.
3838 (ebcdic_print_literally, ebcdic_to_control,
3839 ebcdic_family_charset): Remove.
3840 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
3841 register_iconv_charsets): Remove.
3842 (target_wide_charset_be_name, target_wide_charset_le_name): New
3843 globals.
3844 (identity_either_char_to_other): Remove.
3845 (set_be_le_names, validate): New functions.
3846 (backslashable, backslashed, represented): Remove.
3847 (default_c_target_char_has_backslash_escape): Remove.
3848 (default_c_parse_backslash, iconv_convert): Remove.
3849 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
3850 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
3851 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
3852 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
3853 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
3854 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
3855 (table_convert_char, table_translation, simple_table_translation):
3856 Remove.
3857 (current_host_charset, current_target_charset,
3858 c_target_char_has_backslash_escape_func,
3859 c_target_char_has_backslash_escape_baton): Remove.
3860 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
3861 (host_char_to_target_func, host_char_to_target_baton): Remove.
3862 (target_char_to_host_func, target_char_to_host_baton): Remove.
3863 (cached_iconv_host_to_target, cached_iconv_target_to_host):
3864 Remove.
3865 (lookup_charset_or_error, check_valid_host_charset): Remove.
3866 (set_host_and_target_charsets): Remove.
3867 (set_host_charset, set_target_charset): Remove.
3868 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
3869 (set_target_wide_charset_sfunc): New function.
3870 (show_charset): Print target wide character set.
3871 (host_charset, target_charset): Rewrite.
3872 (target_wide_charset): New function.
3873 (c_target_char_has_backslash_escape): Remove.
3874 (c_parse_backslash): Remove.
3875 (host_letter_to_control_character): New function.
3876 (host_char_print_literally): Remove.
3877 (host_hex_value): New function.
3878 (target_char_to_control_char): Remove.
3879 (cleanup_iconv): New function.
3880 (convert_between_encodings): New function.
3881 (target_char_to_host): Remove.
3882 (struct wchar_iterator): Define.
3883 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
3884 wchar_push_back): New functions.
3885 (do_cleanup_iterator): New function.
3886 (char_ptr): New typedef.
3887 (charsets): New global.
3888 (add_one, find_charset_names): New functions.
3889 (default_charset_names): New global.
3890 (auto_host_charset_name): Likewise.
3891 * aclocal.m4, config.in, configure: Rebuild.
3892 * configure.ac: Call AM_LANGINFO_CODESET.
3893 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
3894 (AM_ICONV): Invoke earlier.
3895 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
3896 LIBICONV_LIBDIR. Check for libiconv in build tree.
3897 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
3898 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
3899 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
3900 * gdb_obstack.h (obstack_grow_wstr): New define.
3901 * gdb_wchar.h: New file.
3902 * defs.h: Include it.
3903
3904 2009-03-20 Tom Tromey <tromey@redhat.com>
3905 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
3908 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
3909 typedef.
3910 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
3911 SYMBOL_TYPE result.
3912 * ada-typeprint.c (print_array_type): Do the NULL check
3913 unconditionally.
3914
3915 2009-03-19 Tom Tromey <tromey@redhat.com>
3916
3917 * utils.c (do_obstack_free): New function.
3918 (make_cleanup_obstack_free): Likewise.
3919 * defs.h (make_cleanup_obstack_free): Declare.
3920
3921 2009-03-18 Doug Evans <dje@google.com>
3922
3923 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
3924 int, not a long long.
3925 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
3926
3927 * expprint.c (dump_raw_expression): Print note if non-NULL.
3928
3929 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
3930 backwards.
3931
3932 2009-03-18 Nathan Sidwell <nathan@codesourcery.com>
3933
3934 * Makefile.in: Update license to GPLv3.
3935 * ada-exp.y: Update license to GPLv3.
3936 * ada-lex.l: Update license to GPLv3.
3937 * c-exp.y: Update license to GPLv3.
3938 * cp-name-parser.y: Update license to GPLv3.
3939 * darwin-nat-info.c: Update license to GPLv3.
3940 * f-exp.y: Update license to GPLv3.
3941 * gdb_thread_db.h: Update license to GPLv3.
3942 * hppanbsd-nat.c: Update license to GPLv3.
3943 * hppanbsd-tdep.c: Update license to GPLv3.
3944 * hppaobsd-tdep.c: Update license to GPLv3.
3945 * jv-exp.y: Update license to GPLv3.
3946 * m2-exp.y: Update license to GPLv3.
3947 * objc-exp.y: Update license to GPLv3.
3948 * p-exp.y: Update license to GPLv3.
3949 * reply_mig_hack.awk: Update license to GPLv3.
3950 * reverse.c: Update license to GPLv3.
3951 * xtensa-xtregs.c: Update license to GPLv3.
3952
3953 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3954
3955 * remote.c (remote_close): Don't call generic_mourn_inferior.
3956 (remote_mourn_1): Call generic_mourn_inferior after closing the
3957 target.
3958
3959 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3960
3961 * remote.c (remote_start_remote): Add missing call to
3962 init_wait_for_inferior in non-stop mode.
3963
3964 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3965
3966 * breakpoint.c (bpstat_should_step): Only consider software
3967 watchpoints that have a location.
3968
3969 2009-03-17 Joel Brobecker <brobecker@adacore.com>
3970
3971 Add a target_ops parameter to the to_kill method in struct target_ops.
3972
3973 * target.h (struct target_ops): Add a "target_ops *" parameter to
3974 method to_kill.
3975 (target_kill): Remove macro. Add declaration.
3976 * target.c (debug_to_kill): Delete, no longer necessary.
3977 (target_kill): New function.
3978 (update_current_target): Stop inheriting the to_kill method.
3979 Do not de_fault it to no_process either.
3980 (setup_target_debug): Do not set current_target.to_kill.
3981 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
3982 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
3983 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
3984 accordingly.
3985
3986 2009-03-17 Doug Evans <dje@google.com>
3987
3988 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
3989 glibc 2.3.2 and earlier.
3990
3991 2009-03-17 Joel Brobecker <brobecker@adacore.com>
3992
3993 * frame.c (get_prev_frame_1): Do not perform the inner_frame
3994 sanity check if this_frame is not NORMAL.
3995 (frame_id_inner): Update the description of this function.
3996
3997 2009-03-17 Hui Zhu <teawater@gmail.com>
3998
3999 * stack.c: Change the introduce of "disassemble-next-line".
4000
4001 2009-03-17 Pedro Alves <pedro@codesourcery.com>
4002
4003 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
4004 declare as extern.
4005
4006 2009-03-17 Hui Zhu <teawater@gmail.com>
4007
4008 * stack.c: Include valprint.h.
4009 (disassemble_next_line): New enum.
4010 (show_disassemble_next_line): New function. Show the current
4011 value of disassemble-next-line.
4012 (gdb_disassembly_stub_args): New struct for argument passing
4013 between function do_gdb_disassembly and function
4014 gdb_disassembly_stub.
4015 (gdb_disassembly_stub): New function. Helper for
4016 gdb_disassembly.
4017 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
4018 the exception from the gdb_disassembly because it will be
4019 broken by filter sometime.
4020 (print_frame_info): If disassemble-next-line is set to auto
4021 or on and doesn't have the line debug messages for $pc,
4022 output the next instruction.
4023 If disassemble-next-line is set to on and there is line debug
4024 messages, output assembly codes for next line.
4025 (_initialize_stack): Make the "set disassemble-next-line"
4026 command an auto-boolean command. Change its class to
4027 class_stack. Place it in the top level set list. Extend help
4028 to describe the auto mode.
4029
4030 2009-03-17 Pedro Alves <pedro@codesourcery.com>
4031
4032 * infrun.c (normal_stop): Don't overwrite old_chain.
4033
4034 2009-03-16 Joel Brobecker <brobecker@adacore.com>
4035
4036 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
4037 which is undefined, by call to regcache_invalidate, which should
4038 do what the original author wanted to do.
4039
4040 2009-03-16 Joel Brobecker <brobecker@adacore.com>
4041
4042 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
4043 (mips_create_inferior): Likewise.
4044
4045 2009-03-16 Joel Brobecker <brobecker@adacore.com>
4046
4047 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
4048
4049 2009-03-16 Joel Brobecker <brobecker@adacore.com>
4050
4051 * darwin-nat.c (darwin_resume): Fix a compiler warning when
4052 building on x86_64-darwin.
4053
4054 2009-03-16 Tristan Gingold <gingold@adacore.com>
4055
4056 * configure.tgt: Add handling for x86_64-darwin.
4057
4058 2009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
4061
4062 2009-03-15 Joel Brobecker <brobecker@adacore.com>
4063
4064 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
4065 Use the ops parameter to get to the target beneath, rather than
4066 using the current_target global. Using the current_target global
4067 was an unintended accident.
4068
4069 2009-03-15 Joel Brobecker <brobecker@adacore.com>
4070
4071 Fix an error happening while loading symbols from a core file
4072 (on AIX).
4073
4074 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
4075 to detect whether we're debugging a core file or not.
4076
4077 2009-03-15 Joel Brobecker <brobecker@adacore.com>
4078
4079 Modernize the aix-thread later by getting rid of the base_target
4080 global. This brings back to life the AIX port which was otherwise
4081 crashing all the time.
4082
4083 * aix-thread.c (base_target): Delete.
4084 (pd_enable): Do not set base_target.
4085 (aix_thread_attach): Use find_target_beneath instead of base_target.
4086 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
4087 (aix_thread_fetch_registers, aix_thread_store_registers),
4088 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
4089 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
4090 (aix_thread_kill): Delete. Does not seem necessary.
4091 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
4092
4093 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * stack.c (return_command <retval_exp>): New variables retval_expr
4096 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
4097 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
4098 if RETURN_TYPE is NULL.
4099
4100 2009-03-14 Pedro Alves <pedro@codesourcery.com>
4101
4102 * remote.c (PACKET_qAttached): New.
4103 (remote_query_attached): New.
4104 (remote_add_inferior): Add new `attached' argument. Handle it.
4105 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
4106 -1 to remote_add_inferior in new parameter.
4107 (extended_remote_attach_1): Adjust to pass 1 to
4108 remote_add_inferior in the new parameter.
4109 (extended_remote_create_inferior_1): Adjust to pass 0 to
4110 remote_add_inferior in the new parameter.
4111 (_initialize_remote): Add "set/show remote query-attached-packet"
4112 commands.
4113
4114 2009-03-13 Tom Tromey <tromey@redhat.com>
4115
4116 * symtab.c (lookup_symbol_in_language): Use a cleanup.
4117
4118 2009-03-13 Doug Evans <dje@google.com>
4119
4120 * exceptions.h: Clean up some comments on catch_exceptions usage.
4121 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
4122 catch_exceptions.
4123
4124 2009-02-17 Joel Brobecker <brobecker@adacore.com>
4125
4126 The following patch helps getting rid of a warning inside solib-som.c.
4127
4128 * source.c (source_full_path_of): Constify parameter filename.
4129 * defs.h (source_full_path_of): Update declaration accordingly.
4130
4131 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4132
4133 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
4134 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
4135 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
4136
4137 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4138
4139 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
4140 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
4141
4142 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4143
4144 * ada-tasks.c (ada_task_is_alive): Move up and make static.
4145 * ada-lang.h (ada_task_is_alive): Remove declaration.
4146
4147 2009-03-12 Jerome Guitton <guitton@adacore.com>
4148
4149 * ada-lang.c (ada_delta): Change the type of numerators and
4150 denominators to DOUBLEST, as they may not fit into a long.
4151 (scaling_factor): Ditto.
4152
4153 2009-03-12 Jerome Guitton <guitton@adacore.com>
4154
4155 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
4156
4157 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4158
4159 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
4160 types, if we are unable to determine the actual symbol type
4161 from its tag, then use the static approximation instead.
4162
4163 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4164
4165 Fix crash printing packed record with packed array.
4166
4167 * ada-lang.c (ada_modulus_from_name): New function.
4168 (ada_modulus): In the case where the type length is bigger than
4169 the size of the type used to hold the bounds, try determining
4170 the modulus from the type name.
4171 (ada_value_primitive_packed_val): Fix bug in the computation of
4172 ntarg causing an out-of-buffer invalid access.
4173
4174 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4175
4176 Fix segfault when printing short_integer'last.
4177
4178 * ada-lang.c (ada_find_any_type): Search in the primitive types
4179 if a symbol could not be found.
4180
4181 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4182
4183 * ada-tasks.c (task_states,long_task_states): Add new states
4184 Activating and Acceptor_Delay_Sleep. Update the description
4185 of state Acceptor_Sleep.
4186
4187 2009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
4188
4189 Fix a build failure on Darwin following some changes in
4190 the profile of some target_ops methods.
4191
4192 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
4193 where missing.
4194 (darwin_stop_inferior, darwin_detach): Likewise.
4195
4196 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4197
4198 Include token in ^running notification for CLI commands.
4199
4200 * mi/mi-main.c (mi_execute_command): Set current_token here.
4201 (mi_cmd_execute): Do not set current_token here.
4202
4203 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4204
4205 Fix MI timings.
4206
4207 * mi/mi-main.c (mi_print_timing_maybe): New.
4208 (captured_mi_execute_command): Simplify. Output timings to
4209 CLI commands, too.
4210 (mi_execute_async_cli_command): Do not print timings.
4211 * mi/mi-main.h (mi_print_timing_maybe): Declare.
4212 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
4213
4214 2009-03-12 Jerome Guitton <guitton@adacore.com>
4215
4216 * xcoffread.c (process_linenos): Check if the line in the
4217 include table refers to the main source file and, if so,
4218 add them to the main subfile.
4219
4220 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4221
4222 Fix a build failure on AIX introduced after a change in the profile
4223 of some of the "methods" in the target_ops structure.
4224 * aix-thread.c: Add missing target_ops parameter throughout.
4225
4226 Implement Ada task switching on AIX.
4227 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
4228 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
4229
4230 2009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
4231
4232 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
4233 value_mark and value_free_to_mark.
4234 * objfiles.c (free_objfile): Call objfile_free_data before
4235 freeing the BFD.
4236
4237 2009-03-10 Hui Zhu <teawater@gmail.com>
4238
4239 * disasm.c (gdb_disassembly): Remove unused argument
4240 "line_num".
4241 * disasm.h (gdb_disassembly): Ditto.
4242 * cli/cli-cmds.c (print_disassembly): Ditto.
4243 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
4244
4245 2009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
4246
4247 * solib.c (solib_contains_address_p): New function.
4248 (solib_name_from_address): Use it.
4249 * printcmd.c (display_uses_solib_p): Use it.
4250 * solib.h (solib_contains_address_p): Declare it.
4251
4252 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4253
4254 * varobj.c (free_variable): Call value_free.
4255
4256 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4257
4258 PR gdb/9873:
4259 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
4260 Move the variable `macinfo_type' out of the loop. Create a new
4261 processing pass before the current one to pre-create `current_file'.
4262 New complaint on misplaced zero/non-zero definitions/includes.
4263 Skip first DW_MACINFO_start_file with `at_commandline' set.
4264
4265 2008-03-09 Vladimir Prus <vladimir@codesourcery.com>
4266
4267 * solib.c (reload_shared_libraries): Give
4268 inferior a chance to reset solib breakpoint.
4269 Reinit frame cache.
4270
4271 2009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
4272
4273 * windows-nat.c (dr): Redefine to use largest possible integer which
4274 holds a pointer.
4275 (cygwin_set_dr): Avoid coercion.
4276
4277 2009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
4278
4279 * windows-nat.c (windows_create_inferior): Implement --tty handling on
4280 non-cygwin.
4281
4282 2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4283
4284 Rename solib_address to solib_name_from_address.
4285 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
4286 (disable_breakpoints_in_unloaded_shlib): Update.
4287 * printcmd.c (display_uses_solib_p): Likewise.
4288 * stack.c (print_frame): Likewise.
4289 * solib.c: Rename.
4290 * solib.h: Rename.
4291
4292 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4293
4294 * printcmd.c (do_one_display): Reparse exp_string.
4295 (display_uses_solib_p): New function.
4296 (clear_dangling_display_expressions): New function.
4297 (_initialize_printcmd): Add observer.
4298 * solib.c (no_shared_libraries): Swap order of calls to
4299 clear_solib and objfile_purge_solibs.
4300
4301 2009-03-05 Joel Brobecker <brobecker@adacore.com>
4302
4303 Implement the target-specific part of Ada tasking support
4304 on Tru64.
4305
4306 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
4307 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
4308
4309 2009-03-05 Joel Brobecker <brobecker@adacore.com>
4310
4311 Get rid of the global "base_target" and use "find_target_beneath"
4312 to find the underlying target.
4313 * dec-thread.c (base_target): Delete.
4314 (enable_dec_thread): Remove assignement to base_target.
4315 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
4316 (dec_thread_fetch_registers, dec_thread_store_registers)
4317 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
4318 Update the function profile if necessary.
4319 Use find_target_beneath to call the same method but from
4320 the underlying target, removing the need for "base_target".
4321
4322 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
4323 Fix a copy/paste error in a few debug traces...
4324
4325 * solib-osf.c (init_so): Use a simpler method for computing
4326 the size of lm_info structure. This also gets rid of warning
4327 emitted by the compiler.
4328
4329 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4330
4331 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
4332 duplicates of permanent breakpoints.
4333
4334 2009-03-04 Pedro Alves <pedro@codesourcery.com>
4335
4336 * inferior.h (notice_new_inferior): Declare.
4337 * infcmd.c (notice_new_inferior): New.
4338 * remote.c (remote_add_inferior, remote_add_thread): New.
4339 (notice_new_inferiors): Rename to...
4340 (remote_notice_new_inferior): ... this. Add RUNNING argument.
4341 Use remote_add_thread instead of add_thread, passing it the
4342 RUNNING argument. Add an inferior with remote_add_inferior. If
4343 we just learned about an inferior, call notice_new_inferior.
4344 (record_currthread): Adjust.
4345 (remote_threads_info): Adjust to use remote_notice_new_inferior.
4346 (remote_start_remote, extended_remote_attach_1): Use
4347 remote_add_inferior.
4348 (process_stop_reply): Adjust. Call remote_notice_new_inferior
4349 after handling expedited registers and watchpoint state.
4350 (extended_remote_create_inferior_1): Use remote_add_inferior.
4351
4352 2009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
4353
4354 * infcmd.c (registers_info): Remove register number case.
4355
4356 2009-03-03 Pedro Alves <pedro@codesourcery.com>
4357
4358 * top.c (quit_target): Check for target_has_execution before
4359 killing or detaching from inferiors.
4360
4361 2009-03-02 Joel Brobecker <brobecker@adacore.com>
4362
4363 Remove some unused routines.
4364
4365 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
4366 Delete.
4367 * ada-lang.c (ada_task_list_iterator_ftype)
4368 (iterate_over_live_ada_tasks): Delete.
4369 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
4370 Delete.
4371
4372 2009-03-01 Doug Evans <dje@google.com>
4373
4374 * symtab.c: Remove trailing whitespace throughout the file.
4375 (expand_line_sal): Fix some typos and whitespace.
4376
4377 * Makefile.in (clean): rm -f $(DEPDIR)/*.
4378
4379 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
4380 (init.c): signals/ -> common/.
4381 (signals.o): Update.
4382 * target.h (target_signal_to_string,target_signal_to_string)
4383 (target_signal_from_name,target_signal_to_host_p)
4384 (target_signal_from_host,target_signal_to_host): Move to ...
4385 * common/gdb_signals.h: ... here. New file.
4386 * common/signals.c: Moved here from signals/signals.c.
4387 #include gdb_signals.h, remove #include of target.h in gdb case.
4388 (target_signal_from_command,default_target_signal_to_host)
4389 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
4390
4391 Include thread ID in target_wait debugging output.
4392 * infrun.c (print_target_wait_results): New function.
4393 (wait_for_inferior,fetch_inferior_event): Call it.
4394
4395 2009-02-27 Pedro Alves <pedro@codesourcery.com>
4396
4397 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
4398 with a ptid_t field.
4399 * linux-thread-db.c (thread_get_info_callback): Build the ptid
4400 using the pid stored in proc_handle.ptid.
4401 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
4402 (check_for_thread_db, thread_db_detach, check_event)
4403 (thread_db_mourn_inferior, find_new_threads_callback)
4404 (thread_db_find_new_threads_1): Adjust.
4405 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
4406 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
4407
4408 2009-02-27 Phil Muldoon <pmuldoon@redhat.com>
4409
4410 * valprint.c (read_string): Rework clean-up logic. Use
4411 free_current_contents to clean-up buffer.
4412
4413 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4414
4415 * MAINTAINERS: Update e-mail address.
4416
4417 2009-02-26 Phil Muldoon <pmuldoon@redhat.com>
4418
4419 * python/python-utils.c (python_string_to_unicode): Always return
4420 a new reference.
4421 (python_string_to_target_string): Decrement transient python
4422 instance.
4423 (python_string_to_host_string): Likewise.
4424
4425 2007-02-26 Pedro Alves <pedro@codesourcery.com>
4426
4427 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
4428 call to super_fetch_registers.
4429 (mips64_linux_store_registers): Pass `ops' to call to
4430 super_store_registers.
4431
4432 2009-02-25 Doug Evans <dje@google.com>
4433
4434 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
4435 error message.
4436
4437 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
4438 disabled_shlib_breaks, unused.
4439
4440 * printcmd.c (build_address_symbolic): Fix comment.
4441
4442 2009-02-25 Hui Zhu <teawater@gmail.com>
4443
4444 * cli/cli-script.c (define_command): Add _() to query.
4445 * gnu-nat.c (inf_validate_task_sc): Ditto.
4446 * infcmd.c (kill_if_already_running): Ditto.
4447 (jump_command): Ditto.
4448 (attach_command): Ditto.
4449 * inflow.c (kill_command): Ditto.
4450 * infrun.c (handle_command): Ditto.
4451 * maint.c (maintenance_dump_me): Ditto.
4452 * memattr.c (mem_delete_command): Ditto.
4453 * monitor.c (monitor_interrupt_query): Ditto.
4454 * nto-procfs.c (interrupt_query): Ditto.
4455 * printcmd.c (undisplay_command): Ditto.
4456 * remote-mips.c (mips_kill): Ditto.
4457 * remote.c (interrupt_query): Ditto.
4458 * solib-irix.c (irix_open_symbol_file_object): Ditto.
4459 * solib-osf.c (osf_open_symbol_file_object): Ditto.
4460 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
4461 * solib-som.c (som_open_symbol_file_object): Ditto.
4462 * solib-svr4.c (open_symbol_file_object): Ditto.
4463 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4464 * target.c (kill_or_be_killed): Ditto.
4465 * tracepoint.c (delete_trace_command): Ditto.
4466 * top.c (quit_confirm): Add _() to s that will be used
4467 in query.
4468
4469 2009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
4470
4471 Fix windows-nat.c compilation failure.
4472
4473 * windows-nat.c (windows_thread_alive): Fix forward declaration.
4474 (get_windows_debug_event): Add ops parameter to call to windows_resume.
4475
4476 2009-02-23 Pedro Alves <pedro@codesourcery.com>
4477
4478 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
4479
4480 2009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
4481
4482 * symtab.c (find_line_symtab): Initialize exact to avoid
4483 a compiler warning.
4484
4485 2009-02-23 Pedro Alves <pedro@codesourcery.com>
4486
4487 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
4488 `ops' to recursive call.
4489
4490 2009-02-23 Pedro Alves <pedro@codesourcery.com>
4491
4492 * corelow.c (get_core_registers): Adjust.
4493 (core_file_thread_alive): Rename to...
4494 (core_thread_alive): ... this.
4495 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
4496 (init_core_ops): Adjust.
4497 (coreops_suppress_target): Delete.
4498 (_initialize_corelow): Unconditionally add core_ops.
4499 * procfs.c: Include "inf-child.h".
4500 (procfs_ops): Delete.
4501 (init_procfs_ops): Delete. Reimplement as...
4502 (procfs_target): ... this, inheriting from inf-child.
4503 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
4504 (procfs_prepare_to_store): Delete.
4505 (procfs_store_registers, procfs_resume): Adjust.
4506 (procfs_open): Delete.
4507 (procfs_suppress_run): Delete.
4508 (procfs_can_run): Delete.
4509 (procfs_mourn_inferior): Adjust.
4510 (procfs_init_inferior): Add target_ops parameter. Adjust.
4511 (procfs_create_inferior): Don't pass procfs_init_inferior to
4512 fork_inferior. Instead call it after fork_inferior returns.
4513 (procfs_find_new_threads): Adjust.
4514 (_initialize_procfs): Adjust to use procfs_target instead of
4515 init_procfs_ops.
4516 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
4517 (lwp_to_thread): Use target_thread_alive.
4518 (sol_thread_open): Delete.
4519 (sol_thread_attach): Delete.
4520 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
4521 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
4522 to use find_target_beneath.
4523 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
4524 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
4525 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
4526 (check_for_thread_db): New.
4527 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
4528 (sol_thread_new_objfile): Call check_for_thread_db.
4529 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
4530 (sol_thread_can_run): Delete.
4531 (sol_thread_alive): Adjust to use find_target_beneath.
4532 (sol_thread_stop): Delete.
4533 (rw_common): Use target_write_memory or target_read_memory.
4534 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
4535 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
4536 (solaris_pid_to_str): Remove check for libthread_db initialization
4537 failing.
4538 (sol_find_new_threads): Remove check for libthread_db
4539 initialization failing, or for an invalid inferior_ptid. Adjust
4540 to use find_target_beneath.
4541 (sol_core_open, sol_core_close, sol_core_detach,
4542 sol_core_files_info, sol_find_memory_regions,
4543 sol_make_note_section, ignore): Delete.
4544 (init_sol_thread_ops): Make it a thread_stratum target. Remove
4545 unneeded callback settings.
4546 (init_sol_core_ops): Delete.
4547 (_initialize_sol_thread): No longer call init_sol_core_ops, set
4548 procfs_suppress_run, or hack with core_ops.
4549
4550 * target.h (struct target_ops): Add a target_ops * parameter to
4551 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
4552 and to_find_new_threads.
4553 (target_fetch_registers, target_store_registers)
4554 (target_thread_alive, target_find_new_threads): Redeclare as
4555 function.
4556
4557 * target.c (update_current_target): Do not inherit or de_fault
4558 to_resume, to_fetch_registers, to_store_registers,
4559 to_thread_alive, to_find_new_threads.
4560 (target_resume): Adjust.
4561 (target_thread_alive, target_find_new_threads): New.
4562 (debug_to_resume, debug_to_fetch_registers): Delete.
4563 (target_fetch_registers): New.
4564 (debug_to_store_registers): Delete.
4565 (target_store_registers): New.
4566 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
4567 (setup_target_debug): Adjust.
4568
4569 * gdbcore.h (core_ops): Delete declaration.
4570
4571 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
4572 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
4573 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
4574 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
4575 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
4576 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
4577 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
4578 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
4579 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
4580 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
4581 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
4582 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
4583 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
4584 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
4585
4586 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
4587 * gdbarch.h, gdbarch.c: Regenerate.
4588
4589 * sol2-tdep.c: Include "inferior.h".
4590 (sol2_core_pid_to_str): New.
4591 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
4592
4593 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
4594 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
4595 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
4596 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
4597
4598 2009-02-22 Doug Evans <dje@google.com>
4599
4600 * exec.c (exec_file_attach): Fix comment.
4601
4602 2009-02-22 Pedro Alves <pedro@codesourcery.com>
4603
4604 Silence a few -Wmissing-prototypes warnings.
4605
4606 PR build/9877:
4607 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
4608 it static.
4609 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
4610 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
4611 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
4612 (_initialize_amd64nbsd_tdep): ... this.
4613 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
4614 (_initialize_arm_linux_tdep): Declare.
4615 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
4616 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
4617 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
4618 * avr-tdep.c (avr_return_value): Make it static.
4619 (avr_frame_unwind_cache): Ditto.
4620 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
4621 (bsd_uthread_solib_loaded): Ditto.
4622 (bsd_uthread_solib_unloaded): Ditto.
4623 (bsd_uthread_target): Ditto.
4624 (_initialize_bsd_uthread): Declare.
4625 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
4626 (cris_frame_unwind_cache): Ditto.
4627 * frv-tdep.c (frv_return_value): Ditto.
4628 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
4629 (h8300h_use_struct_convention): Ditto.
4630 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
4631 Ditto.
4632 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
4633 declarations.
4634 * hppabsd-tdep.c: Include hppabsd-tdep.h.
4635 (hppabsd_find_global_pointer): Make it static.
4636 * hppabsd-tdep.h: New.
4637 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
4638 (hppabsd_init_abi): Remove declaration.
4639 (_initialize_hppabsd_tdep): Remove declaration.
4640 (_initialize_hppanbsd_tdep): Declare.
4641 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
4642 (hppabsd_init_abi): Delete declaration.
4643 (hppaobsd_init_abi): Make it static.
4644 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
4645 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
4646 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
4647 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
4648 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
4649 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
4650 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
4651 (_initialize_m32c_tdep): Declare.
4652 * m32r-rom.c (_initialize_m32r_rom): Declare.
4653 * m32r-tdep.c (m32r_skip_prologue): Make it static.
4654 (m32r_return_value): Ditto.
4655 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
4656 (m68hc11_return_value): Ditto.
4657 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
4658 * m88k-tdep.c (m88k_frame_cache): Make it static.
4659 * mep-tdep.c (mep_gdb_print_insn): Ditto.
4660 (mep_return_value): Ditto.
4661 (_initialize_mep_tdep): Declare.
4662 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
4663 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
4664 (mips_linux_syscall_next_pc): Ditto.
4665 (_initialize_mips_linux_tdep): Declare.
4666 * mips-tdep.c (mips_single_step_through_delay): Make it static.
4667 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
4668 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
4669 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
4670 * mt-tdep.c (_initialize_mt_tdep): Declare.
4671 * nbsd-tdep.c: Include nbsd-tdep.h.
4672 * nto-tdep.c (find_load_phdr): Make it static.
4673 (_initialize_nto_tdep): Declare.
4674 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
4675 static.
4676 (_initialize_ppc_linux_tdep): Declare.
4677 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
4678 (m32r_insert_watchpoint, m32r_remove_watchpoint)
4679 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
4680 static.
4681 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
4682 * rs6000-nat.c: Include xcoffread.h.
4683 (find_toc_address): Don't extern declare get_toc_offset. Adjust
4684 to call xcoff_get_to_offset.
4685 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
4686 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
4687 (rs6000_skip_trampoline_code): Make static.
4688 * s390-tdep.c (s390_regset_from_core_section): Ditto.
4689 * sh-tdep.c (sh_register_reggroup_p): Ditto.
4690 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
4691 (_initialize_shnbsd_tdep): Declare.
4692 * solib-frv.c (displacement_from_map): Make static.
4693 (_initialize_frv_solib): Declare.
4694 * solib-irix.c (fetch_lm_info): Make static.
4695 (_initialize_irix_solib): Declare.
4696 * solib-som.c: Include solib-som.h.
4697 (som_solib_select): Line break.
4698 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
4699 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
4700 (_initialize_sparcnbsd_tdep): ... this.
4701 * spu-tdep.c (spu_software_single_step): Make it static.
4702 (_initialize_spu_tdep): Declare.
4703 * vax-tdep.c (vax_frame_cache): Make it static.
4704 * xcoffread.c: Include xcoffread.h.
4705 (get_toc_offset): Rename to ...
4706 (xcoff_get_toc_offset): ... this.
4707 (_initialize_xcoffread): Declare.
4708 * xcoffread.h: New.
4709 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
4710 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
4711 static.
4712 (_initialize_xtensa_tdep): Declare.
4713
4714 2008-02-21 Pedro Alves <pedro@codesorcery.com>
4715
4716 Silence a few -Wmissing-prototypes warnings.
4717
4718 PR build/9877:
4719 * amd64-nat.c: Include "amd64-nat.h".
4720 * fork-child.c (_initialize_fork_child): Ditto.
4721 * gcore.c (_initialize_gcore): Ditto.
4722 * inf-ptrace.c: Include "inf-ptrace.h".
4723 (inf_ptrace_store_registers): Make it static.
4724 * linux-nat.c (linux_nat_terminal_ours): Make it static.
4725 (_initialize_linux_nat): Declare before definition.
4726 * linux-tdep.c: Include "linux-tdep.h".
4727 * linux-thread-db.c (_initialize_thread_db): Declare before
4728 definition.
4729 * proc-service.c (_initialize_proc_service): Ditto.
4730 * remote.c (remote_send_printf): Make it static.
4731 * solib.c: Include "solib.h".
4732 * symfile-mem.c (_initialize_symfile_mem): Declare before
4733 definition.
4734 * ada-lang.c (ada_la_decode, ada_match_name)
4735 (ada_suppress_symbol_printing, ada_is_array_type)
4736 (ada_value_ptr_subscript, ada_array_length)
4737 (ada_to_static_fixed_value): Make them static.
4738 (_initialize_ada_language): Declare before definition.
4739 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
4740 (ada_task_list_changed, ada_new_objfile_observer): Make them
4741 static.
4742 (_initialize_tasks): Declare before definition.
4743 * addrmap.c (_initialize_addrmap): Declare before definition.
4744 * auxv.c (default_auxv_parse): Make it static.
4745 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
4746 them static.
4747 * breakpoint.c (remove_sal): Add line break.
4748 (expand_line_sal_maybe): Make it static.
4749 * cp-name-parser.y: Include "cp-support.h".
4750 * cp-valprint.c (cp_find_class_member): Make it static.
4751 * eval.c (value_f90_subarray): Ditto.
4752 * exceptions.c (print_any_exception): Ditto.
4753 * findcmd.c (_initialize_mem_search): Declare before definition.
4754 * frame.c (frame_observer_target_changed): Make it static.
4755 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
4756 * inf-child.c: Include "inf-child.h".
4757 * inferior.h (valid_inferior_id): Rename to ...
4758 (valid_gdb_inferior_id): ... this.
4759 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
4760 Make them static.
4761 * jv-lang.c (java_language_arch_info): Make it static.
4762 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
4763 * osdata.c (info_osdata_command): Make it static.
4764 * regcache.c (regcache_observer_target_changed): Make it static.
4765 * reverse.c (_initialize_reverse): Declare before definition.
4766 * stabsread.c (cleanup_undefined_types_noname)
4767 (cleanup_undefined_types_1): Make them static.
4768 * symfile.c (place_section): Make it static.
4769 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
4770 * target-descriptions.c (_initialize_target_descriptions): Declare
4771 before definition.
4772 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
4773 (find_default_is_async_p, find_default_supports_non_stop): Make
4774 them static.
4775 (target_supports_non_stop): Add prototype.
4776 (dummy_pid_to_str): Make it static.
4777 * utils.c (_initialize_utils): Declare before definition.
4778 * ada-exp.y (_initialize_ada_exp): Declare before definition.
4779 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
4780 * target.h (struct target_ops): Add a prototype to the
4781 to_can_execute_reverse callback.
4782 * macroscope.c (_initialize_macroscope): Declare before definition.
4783 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
4784 * python/python.c (_initialize_python): Declare before definition.
4785 * tui/tui-command.c: Include "tui/tui-command.h".
4786 * tui/tui-data.c (init_content_element, init_win_info): Make them
4787 static.
4788 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
4789 * tui/tui-interp.c (_initialize_tui_interp): Declare before
4790 definition.
4791 * tui/tui-layout.c: Include "tui/tui-layout.h".
4792 (_initialize_tui_layout): Declare before definition.
4793 * tui/tui-regs.c: Include "tui/tui-regs.h".
4794 (tui_display_reg_element_at_line): Make it static.
4795 (_initialize_tui_regs): Declare before definition.
4796 * tui/tui-stack.c (_initialize_tui_stack): Declare before
4797 definition.
4798 * tui/tui-win.c: Include "tui/tui-win.h".
4799 (_initialize_tui_win): Declare before definition.
4800 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
4801 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
4802 (tui_get_cmd_list): Add a prototype.
4803 * tui/tui-windata.c: Include tui-windata.h.
4804 * tui/tui-wingeneral.c (box_win): Make it static.
4805 * cli/cli-logging.c (show_logging_command): Make it static.
4806 (_initialize_cli_logging): Declare before definition.
4807 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
4808 definition.
4809
4810 2009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
4811
4812 Extend use of i386_use_watchpoints to all i386 native files
4813 using hardware watchpoints.
4814 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
4815 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
4816 * windows-nat.c (init_windows_ops): Ditto.
4817 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
4818 * config/i386/nm-cygwin64.h: Ditto.
4819 * config/i386/nm-fbsd.h: Ditto.
4820 * config/i386/nm-go32.h: Ditto.
4821
4822 2009-02-19 Joel Brobecker <brobecker@adacore.com>
4823
4824 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
4825
4826 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4827
4828 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
4829 (mi_interpreter_init): Register the above.
4830 * solib.c (clear_solib): Notify solib unload.
4831 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
4832 disable breakpoints on a.out targets.
4833
4834 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4835
4836 * observer.c (observer_test_first_notification_function)
4837 (observer_test_second_notification_function)
4838 (observer_test_third_notification_function): Adjust prototype.
4839
4840 2009-02-17 Pedro Alves <pedro@codesourcery.com>
4841
4842 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
4843 (ALL_TARGET_OBS): Add dicos-tdep.o.
4844 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
4845 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
4846 gdb_target_obs.
4847 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
4848 gdb_target_obs.
4849 * dicos-tdep.h, dicos-tdep.c: New.
4850 * amd64-dicos-tdep.c: New.
4851 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
4852 inferior.h. Include dicos-tdep.h.
4853 (i386_dicos_init_abi): Call dicos_init_abi.
4854 (i386_dicos_bfd_has_symbol_p): Delete.
4855 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
4856
4857 * NEWS: Mention x86-64 DICOS target support.
4858
4859 2009-02-16 Doug Evans <dje@google.com>
4860
4861 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
4862 All callers updated.
4863 (amd64_get_insn_details): Handle more 3-byte opcode insns.
4864 (amd64_breakpoint_p): Delete.
4865 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
4866 don't back up pc to the start of the int3.
4867 * i386-tdep.c: #include opcode/i386.h.
4868 (i386_skip_prefixes): New function.
4869 (i386_absolute_jmp_p): Constify argument.
4870 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
4871 (i386_breakpoint_p): Delete.
4872 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
4873 When fixing up after stepping an int3, don't back up pc to the start
4874 of the int3.
4875
4876 2009-02-16 Pedro Alves <pedro@codesourcery.com>
4877
4878 * corelow.c (core_close): Don't hardcode the core's pid.
4879 (core_open): Find core threads before calling
4880 post_create_inferior.
4881 (add_to_thread_list, get_core_register_section): Take into account
4882 systems where the regset section names encode the pid of the
4883 inferior.
4884
4885 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
4886 * gdbarch.h, gdbarch.c: Regenerate.
4887
4888 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
4889 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
4890 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
4891 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
4892
4893 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4894
4895 Include frame information for *stopped due to CLI commands.
4896
4897 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
4898 * infcmd.c (finish_command_continuation): Pass '1' for
4899 'print_frame' parameter to the observer.
4900 * infrun.c (normal_stop): Don't print mi-specific information
4901 here. Pass 'stop_print_frame' to the 'print_frame' parameter
4902 of the observer.
4903 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
4904 If we need to print frame, and current uiout is not the MI one,
4905 print frame again.
4906
4907 2009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
4908
4909 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
4910 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
4911
4912 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 PR fortran/9806
4915 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
4916 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
4917
4918 2009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
4919
4920 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
4921 for DW_ATE_signed_char and DW_ATE_unsigned_char
4922 for pascal language.
4923
4924 2009-02-11 Jim Meyering <meyering@redhat.com>
4925 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 Avoid NULL dereference.
4928 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
4929 New variable func_type.
4930
4931 2009-02-11 Pedro Alves <pedro@codesourcery.com>
4932
4933 * gdbarch.c: Regenerate.
4934
4935 2009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
4936
4937 * p-lang.c (is_pascal_string_type): Fix comment.
4938 Determine exact size of char elements for GPC
4939 strings.
4940 (pascal_printstr): Handle char width of 2 or 4.
4941 * p-valprint.c (pascal_val_print): Handle char
4942 of width 2 or 4.
4943
4944 2009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4945
4946 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
4947 inside the loop. Only call addrmap_set_empty if the compilation unit
4948 had DW_AT_high_pc and DW_AT_low_pc. Update call to
4949 scan_partial_symbols.
4950 (scan_partial_symbols): Take NEED_PC argument and pass it along with
4951 LOWPC and HIGHPC.
4952 (add_partial_namespace): Take NEED_PC argument and pass it through.
4953 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
4954 if necessary.
4955
4956 2009-02-07 Pedro Alves <pedro@codesourcery.com>
4957
4958 * NEWS: Mention inspecting extra signal information, $_siginfo,
4959 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
4960
4961 2009-02-07 Pedro Alves <pedro@codesourcery.com>
4962
4963 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
4964 isn't defined.
4965
4966 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4967
4968 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
4969 (compat_timer_t, compat_clock_t, struct compat_timeval)
4970 (compat_sigval_t, compat_siginfo_t): New types.
4971 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
4972 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
4973 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
4974 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
4975 (amd64_linux_siginfo_fixup): New.
4976 * linux-nat.c (linux_nat_siginfo_fixup): New.
4977 (siginfo_fixup): New.
4978 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
4979 siginfo layout expected by ptrace and the siginfo layout of the
4980 inferior.
4981 (linux_nat_set_siginfo_fixup): New.
4982 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
4983
4984 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4985
4986 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
4987 * infrun.c (siginfo_value_read, siginfo_value_write): New.
4988 (siginfo_value_funcs): New.
4989 (siginfo_make_value): New.
4990 (_initialize_infrun): Create the $_siginfo convenience variable.
4991 * gdbtypes.h (append_composite_type_field_aligned): Declare.
4992 * gdbtypes.c (append_composite_type_field): Rename to...
4993 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
4994 argument. Handle it.
4995 (append_composite_type_field): Rewrite on top of
4996 append_composite_type_field_aligned.
4997 * value.h (internalvar_make_value): New typedef.
4998 (struct internalvar) <make_value>: New field.
4999 (create_internalvar_type_lazy): Declare.
5000 * value.c (create_internalvar): Clear make_value.
5001 (create_internalvar_type_lazy): New.
5002 (value_of_internalvar): If make_value is set use it.
5003 (preserve_values): Skip internal variables that don't have a
5004 value.
5005 * gdbarch.sh (get_siginfo_type): New.
5006 * gdbarch.h, gdbarch.c: Regenerate.
5007
5008 * linux-tdep.h, linux-tdep.c: New.
5009 * amd64-linux-tdep.c: Include "linux-tdep.h".
5010 (amd64_linux_init_abi): Register linux_get_siginfo_type and
5011 linux_get_siginfo_mapper.
5012 * i386-linux-tdep.c: Include "linux-tdep.h".
5013 (i386_linux_init_abi): Register linux_get_siginfo_type and
5014 linux_get_siginfo_mapper.
5015 * arm-linux-tdep.c: Include "linux-tdep.h".
5016 (i386_linux_init_abi): Register linux_get_siginfo_type and
5017 linux_get_siginfo_mapper.
5018
5019 * linux-nat.c (linux_xfer_siginfo): New.
5020 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
5021 * remote.c (PACKET_qXfer_siginfo_read)
5022 (PACKET_qXfer_siginfo_write): New.
5023 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
5024 "qXfer:siginfo:write" features.
5025 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
5026 (_initialize_remote): Add "set/show remote read-siginfo-object"
5027 and "set/show remote write-siginfo-object" commands.
5028
5029 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
5030 (HFILES_NO_SRCDIR): Add linux-tdep.h.
5031 (ALLDEPFILES): Add linux-tdep.c.
5032
5033 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
5034 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
5035 gdb_target_obs.
5036
5037 2009-02-06 Jim Blandy <jimb@codesourcery.com>
5038 Daniel Jacobowitz <dan@codesourcery.com>
5039 Vladimir Prus <vladimir@codesourcery.com>
5040 Pedro Alves <pedro@codesourcery.com>
5041
5042 * defs.h (enum lval_type): New value: lval_computed.
5043 * value.h (struct lval_funcs): New type.
5044 (allocate_computed_value, value_computed_funcs)
5045 (value_computed_closure): New declarations.
5046 * value.c (struct value): Add a structure to the location union
5047 for computed lvalues, containing 'funcs' and 'closure' members.
5048 (allocate_computed_value, value_computed_funcs)
5049 (value_computed_closure): New functions.
5050 (value_free): For computed lvalues, call the closure's
5051 'free_closure' function before freeing the value itself.
5052 (value_copy): If we're copying an lval_computed value, call the
5053 closure's 'copy_closure' function.
5054 (set_value_component_location): If the original value is a
5055 computed lvalue, then call the closure's 'copy_closure' function.
5056 (value_of_internalvar): If an internal variable's value is a
5057 computed lvalue, make retrieving its value produce an equivalent
5058 computed lvalue.
5059 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
5060 their read function.
5061 (value_assign): Assign to computed lvalues by calling their write
5062 function.
5063
5064 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5065
5066 * linux-nat.c (linux_nat_wait): Adjust.
5067 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
5068 * linux-nat.h (thread_db_init): Delete declaration.
5069 * linux-thread-db.c (target_beneath): Delete.
5070 (thread_db_init): Delete.
5071 (thread_db_detach): Use find_target_beneath.
5072 (thread_db_wait): Adjust interface. Use find_target_beneath.
5073 (thread_db_mourn_inferior): Use find_target_beneath.
5074 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
5075 (thread_db_async_mask): Delete.
5076 (thread_db_pid_to_str): Adjust interface. Use
5077 find_target_beneath.
5078 (thread_db_get_thread_local_address): Adjust interface. Use
5079 find_target_beneath.
5080 (init_thread_db_ops): Delete references to delete functions.
5081 * target.c (update_current_target): Don't inherit or default
5082 to_wait. Don't inherit to_pid_to_str and
5083 to_get_thread_local_address.
5084 (target_translate_tls_address): Look for a pushed target that
5085 implements to_get_thread_local_address, and use it instead of
5086 checking for target_get_thread_local_address_p.
5087 (target_wait, target_pid_to_str): Reimplement as functions.
5088 (dummy_pid_to_str): New.
5089 (init_dummy_target): Register it.
5090 (debug_to_wait): Delete.
5091 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
5092 to_get_thread_local_address accept a pointer to struct target_ops.
5093 (target_wait): Delete macro, and declare as function.
5094 (target_pid_to_str): Likewise.
5095 (target_get_thread_local_address)
5096 (target_get_thread_local_address_p): Delete.
5097 (noprocess): Add NORETURN and ATTR_NORETURN tags.
5098 * inf-ptrace.c (inf_ptrace_wait): Adjust.
5099 (inf_ptrace_pid_to_str): New.
5100 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
5101 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
5102 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
5103 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
5104 Adjust.
5105 * corelow.c (core_pid_to_str): Adjust.
5106 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
5107 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
5108 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
5109 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
5110 * hpux-thread.c (hpux_thread_wait): Adjust.
5111 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
5112 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
5113 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
5114 * procfs.c (procfs_pid_to_str): Adjust.
5115 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
5116 * remote-mips.c (mips_wait): Adjust.
5117 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
5118 * remote.c (remote_wait, remote_pid_to_str)
5119 (remote_get_thread_local_address): Adjust.
5120 * rs6000-nat.c (rs6000_wait): Adjust.
5121 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
5122 (sol_thread_wait, solaris_pid_to_str): Adjust.
5123 * spu-linux-nat.c (spu_child_wait): Adjust.
5124 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
5125
5126 2009-02-06 Tom Tromey <tromey@redhat.com>
5127
5128 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
5129 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
5130 (python-cmd.o): New target.
5131 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
5132 completer prototype.
5133 (add_cmd): Initialize destroyer member of cmd_list_element. Use
5134 make_symbol_completion_list_fn as completer.
5135 (delete_cmd): Call destroyer if one is set.
5136 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
5137 completer member. Add destroyer member.
5138 (set_cmd_completer): Add self parameter to
5139 completer prototype.
5140 * command.h (set_cmd_completer): Add cmd parameter to
5141 completer prototype.
5142 * completer.c (noop_completer, filename_completer,
5143 location_completer, expression_completer, command_completer): Adapt
5144 to new completer prototype.
5145 (complete_line_internal): Pass new parameter to completer function.
5146 * completer.h (noop_completer, filename_completer,
5147 location_completer, expression_completer, command_completer): Adapt
5148 prototypes to new completer prototype.
5149 * interps.c (interpreter_completer): Adapt to new completer
5150 prototype.
5151 * python/python-cmd.c: New file.
5152 * python/python-internal.h (gdbpy_initialize_commands): Add
5153 prototype.
5154 (gdbpy_doc_cst): Add forward declaration.
5155 * python/python.c (gdbpy_doc_cst): Declare.
5156 (_initialize_python): Call gdbpy_initialize_commands. Initialize
5157 gdbpy_doc_cst.
5158 * symtab.c (make_symbol_completion_list_fn): New function.
5159 * symtab.h (make_symbol_completion_list_fn): Add prototype.
5160
5161 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5162
5163 * target.c (target_get_osdata): Check for equal or higher than
5164 process_stratum, not dummy_stratum.
5165
5166 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5167
5168 * remote.c (extended_remote_can_run): Delete.
5169 (init_remote_ops): Don't register it.
5170 * target.c (target_get_osdata): Don't check for target_can_run.
5171 Instead any target that has already been pushed, otherwise
5172 fallback to the default run target.
5173
5174 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5175
5176 * target.c (target_create_inferior, target_detach)
5177 (target_mourn_inferior, target_attach, target_close): Do target
5178 debug output.
5179 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
5180 (debug_to_mourn_inferior, debug_to_close): Delete.
5181 (setup_target_debug): Adjust.
5182
5183 2009-02-05 Pedro Alves <pedro@codesourcery.com>
5184
5185 * target.h (target_stopped_data_address_p): Delete declaration,
5186 and don't define as macro.
5187 * target.c (target_stopped_data_address_p): Delete.
5188
5189 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5190 Tom Tromey <tromey@redhat.com>
5191
5192 * python/python-utils.c (target_string_to_unicode): New function.
5193 * python/python-internal.h (target_string_to_unicode): New prototype.
5194 * python/python-value.c (valpy_string): New function.
5195 (value_object_methods): Add `string' entry.
5196
5197 2009-02-05 Pedro Alves <pedro@codesourcery.com>
5198
5199 * target.h (target_tid_to_str): Delete.
5200 * thread.c (print_thread_info, thread_apply_all_command)
5201 (thread_apply_command, thread_command, do_captured_thread_select):
5202 Use target_pid_to_str instead of target_tid_to_str.
5203 * linux-fork.c (delete_fork_command): Likewise.
5204
5205 2009-02-05 Pedro Alves <pedro@codesourcery.com>
5206
5207 * frame.c (has_stack_frames): Make public.
5208 (get_prev_frame): Don't allow a NULL this_frame anymore.
5209 * frame.h (has_stack_frames): Declare.
5210 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
5211 to get_prev_frame, instead start at get_current_frame.
5212 (varobj_create): Check has_stack_frames before getting any frame;
5213 eliminate one usage of deprecated_safe_get_selected_frame.
5214
5215 2009-02-05 Tom Tromey <tromey@redhat.com>
5216 Thiago Jung Bauermann <bauerman@br.ibm.com>
5217
5218 * python/python.c (GdbMethods): Move to bottom of file.
5219 (get_parameter, execute_gdb_command, gdbpy_write,
5220 gdbpy_flush): Remove forward declarations.
5221 (eval_python_from_control_command): Fix error checking of function
5222 PyRun_SimpleString. Fix error string.
5223 (python_command): Likewise.
5224 (execute_gdb_command): Added from_tty argument.
5225
5226 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5227
5228 * language.h (language_dfn): Add la_get_string member.
5229 (LA_GET_STRING): New macro.
5230 (default_get_string): New prototype.
5231 * language.c (default_get_string): New function.
5232 (unknown_language_defn, auto_language_defn, local_language_defn): Use
5233 default_get_string for la_get_string.
5234 * c-lang.c (c_get_string): New function.
5235 (c_language_defn, cplus_language_defn, asm_language_defn): Use
5236 c_get_string for la_get_string.
5237 (minimal_language_defn): Likewise
5238 * ada-lang.c (ada_language_defn): Likewise.
5239 * f-lang.c (f_language_defn): Use default_get_string for
5240 la_get_string.
5241 * jv-lang.c (java_language_defn): Likewise.
5242 * m2-lang.c (m2_language_defn): Likewise.
5243 * objc-lang.c (objc_language_defn): Likewise.
5244 * p-lang.c (p_language_defn): Likewise.
5245 * scm-lang.c (scm_language_defn): Likewise.
5246 * typeprint.c (type_to_string): New function.
5247 * value.h (type_to_string): New prototype.
5248 * valprint.c (val_print_string): Factor out code for reading string
5249 from the inferior into its own function. Put 2 spaces after period
5250 in comments.
5251 (read_string): New function.
5252 * valprint.h (read_string): New prototype.
5253
5254 2009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
5255 Tom Tromey <tromey@redhat.com>
5256
5257 PR breakpoints/8079:
5258 * breakpoint.c (print_one_breakpoint): Use exp_string field
5259 to display expression of watchpoints.
5260 (mention): Likewise.
5261 (watch_command_1): Remove trailing whitespace from expression.
5262 * printcmd.c (struct display) <exp_string>: New field.
5263 (display_command): Set exp_string.
5264 (free_display): Free exp_string.
5265 (clear_displays): Use free_display.
5266 (do_one_display): Print exp_string.
5267 (display_info): Likewise.
5268
5269 2009-02-04 Tom Tromey <tromey@redhat.com>
5270 Thiago Jung Bauermann <bauerman@br.ibm.com>
5271 Phil Muldoon <pmuldoon@redhat.com>
5272
5273 * python/python-internal.h (gdbpy_get_value_from_history): Rename
5274 prototype to gdbpy_history.
5275 (gdbpy_is_string): Declare.
5276 (python_string_to_host_string): Declare.
5277 * python/python-utils.c (gdbpy_is_string): New function.
5278 (unicode_to_encoded_string): New function.
5279 (unicode_to_target_string): Use it.
5280 (python_string_to_host_string): New function.
5281 * python/python-value.c (valpy_address): New function.
5282 (convert_value_from_python): Use gdbpy_is_string. Change to throw
5283 Python exception instead of a GDB exception on error. Properly check
5284 Python booleans.
5285 (valpy_getitem): Convert field name to host string. Handle array
5286 accesses. Adapt to new behaviour of convert_value_from_python.
5287 (valpy_new): Adapt to new behaviour of convert_value_from_python.
5288 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
5289 VALPY_BITXOR, VALPY_BITOR>: New constants.
5290 (valpy_binop): Update. Adapt to new behaviour of
5291 convert_value_from_python.
5292 (valpy_invert): New function.
5293 (valpy_lsh): Likewise.
5294 (valpy_rsh): Likewise.
5295 (valpy_and): Likewise.
5296 (valpy_or): Likewise.
5297 (valpy_xor): Likewise.
5298 (valpy_richcompare): Call convert_value_from_python instead of doing
5299 conversions itself.
5300 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
5301 (gdbpy_get_value_from_history): Rename
5302 function to gdbpy_history.
5303 (gdbpy_initialize_values): Don't set tp_new.
5304 (value_object_type): Add valpy_new.
5305 (value_object_methods): Add `address' entry.
5306 (value_object_as_number): Update for new methods.
5307 * python/python.c (GdbMethods): Rename entry from
5308 `get_value_from_history' to `history'.
5309
5310 2009-02-04 Jerome Guitton <guitton@adacore.com>
5311
5312 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
5313 of type to guard against a crash.
5314
5315 2009-02-04 Jerome Guitton <guitton@adacore.com>
5316
5317 * value.c (value_from_contents_and_address): Always return
5318 a lval_memory value, even if address is null.
5319
5320 2009-02-04 Tristan Gingold <gingold@adacore.com>
5321
5322 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
5323 (amd64_darwin_sigcontext_addr): Ditto.
5324 (darwin_dwarf_signal_frame_p): Ditto.
5325 (i386_darwin_init_abi): Handle signal frames, use the const for
5326 sc_num_regs.
5327 (x86_darwin_init_abi_64): Ditto.
5328
5329 2009-02-04 Tristan Gingold <gingold@adacore.com>
5330
5331 * i386-tdep.c (i386_sigtramp_p): Make it public.
5332 * i386-tdep.h (i386_sigtramp_p): Declare.
5333
5334 2009-02-04 Tristan Gingold <gingold@adacore.com>
5335
5336 * machoread.c (macho_symfile_read): Read minsymtab also from
5337 shared libraries.
5338 (macho_symfile_read): Try to read dwarf2 frame info from main
5339 object file, but not from OSO files.
5340 (macho_symfile_offsets): Update section names for latest BFD
5341 changes.
5342 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
5343 (x86_darwin_init_abi_64): Ditto.
5344 * solib-darwin.c: New file.
5345 * solib-darwin.h: New file.
5346 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
5347
5348 2009-02-04 Tristan Gingold <gingold@adacore.com>
5349
5350 * solist.h (struct target_so_ops): Comment fallback behavior for
5351 operation same.
5352
5353 2009-02-03 Tom Tromey <tromey@redhat.com>
5354
5355 * completer.c (add_struct_fields): Check type_name against NULL
5356 before use.
5357
5358 2009-02-03 Joel Brobecker <brobecker@adacore.com>
5359
5360 * MAINTAINERS: Update Elena's email address.
5361
5362 2009-02-02 Joel Brobecker <brobecker@adacore.com>
5363
5364 * breakpoint (update_watchpoint): Minor comment adjustment.
5365
5366 2009-02-02 Tom Tromey <tromey@redhat.com>
5367
5368 PR gdb/9594:
5369 * completer.c (count_struct_fields): Count method names.
5370 (add_struct_fields): Add matching method names.
5371
5372 2009-02-02 Doug Evans <dje@google.com>
5373
5374 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
5375 doing any further tcl/tk configury. Don't configure gdbtk if
5376 tcl or tk check fails.
5377 * aclocal.m4: Regenerate.
5378 * configure: Regenerate.
5379
5380 2009-02-02 Tom Tromey <tromey@redhat.com>
5381
5382 PR exp/9059:
5383 * valops.c (find_overload_match): Follow typedefs before taking
5384 address of object argument.
5385
5386 2009-02-01 Doug Evans <dje@google.com>
5387
5388 * target.h (target_waitstatus_to_string): Declare.
5389 * target.c (target_waitstatus_to_string): New function. Copied from
5390 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
5391 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
5392 TARGET_WAITKIND_NO_HISTORY.
5393 (debug_to_wait): Call it.
5394 * infrun.c (wait_for_inferior): If debug_infrun, print result of
5395 target_wait.
5396 (fetch_inferior_event): Ditto.
5397
5398 2009-01-30 Tom Tromey <tromey@redhat.com>
5399
5400 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
5401
5402 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5403
5404 PR 8145.
5405 * thread.c (do_captured_list_thread_ids): Report the current
5406 thread id.
5407
5408 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5409
5410 * breakpoint.c (create_breakpoint, create_breakpoints)
5411 (break_command_really, set_breakpoint): New parameter enabled.
5412 (create_breakpoint, break_command_really): Make breakpoint
5413 disabled if so requested.
5414 * breakpoint.h (set_breakpoint): New parameter enabled.
5415 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
5416
5417 2009-01-28 Doug Evans <dje@google.com>
5418
5419 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
5420 (amd64_displaced_step_fixup): Declare.
5421 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
5422 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
5423 and make static global.
5424 (amd64_arch_regmap_len): New static global.
5425 (amd64_arch_reg_to_regnum): New function.
5426 (struct amd64_insn): New struct.
5427 (struct displaced_step_closure): New struct.
5428 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
5429 (rex_prefix_p,skip_prefixes)
5430 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
5431 (amd64_insn_length,amd64_get_unused_input_int_reg)
5432 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
5433 (amd64_displaced_step_copy_insn)
5434 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
5435 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
5436 (amd64_displaced_step_fixup): New functions.
5437 * amd64-linux-tdep.c: #include arch-utils.h.
5438 (amd64_linux_init_abi): Install displaced stepping support.
5439
5440 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5441 Jerome Guitton <guitton@adacore.com>
5442
5443 * configure, config.in: Regenerated.
5444 * configure.ac: Add --with-system-gdbinit.
5445 * main.c (get_init_files): New.
5446 (captured_main): Use get_init_files. Load system gdbinit before
5447 $HOME/.gdbinit.
5448 (print_gdb_help): Print location of init files.
5449
5450 2009-01-28 Pedro Alves <pedro@codesourcery.com>
5451
5452 * corefile.c (generic_search): Delete disabled code.
5453 * gdbcore.h (generic_search): Delete declaration.
5454
5455 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5456
5457 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
5458 parent to the child.
5459 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
5460 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
5461 remove_breakpoints to remove breakpoints from the parent.
5462
5463 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5464
5465 PR backtrace/9458, PR backtrace/8864:
5466 * frame.c (create_new_frame): Update the frame's cached PC before
5467 finding its unwinder. Use frame_id_build to build the new frame's
5468 id.
5469 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
5470 array values from the ``args'' array values.
5471
5472 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5473
5474 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
5475 (create_array_type, create_set_type, init_flags_type)
5476 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
5477 with a call to XZALLOC or XCALLOC, and pairs of calls to
5478 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
5479
5480 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5481
5482 Add "maint set|show internal-error|internal-warning quit|corefile
5483 ask|yes|no" commands.
5484
5485 PR gdb/7580:
5486 * utils.c (internal_problem_ask, internal_problem_yes)
5487 (internal_problem_no, internal_problem_modes): New.
5488 (struct internal_problem): Remove FIXME. Make should_quit and
5489 should_dump_core types to char *.
5490 (internal_vproblem, internal_error_problem)
5491 (internal_warning_problem): Adjust.
5492 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
5493 functions.
5494 (add_internal_problem_command): New.
5495 (_initialize_utils): New.
5496
5497 2009-01-25 Pedro Alves <pedro@codesourcery.com>
5498
5499 * infcmd.c (program_info): Use paddress instead of casting stop_pc
5500 to unsigned long.
5501
5502 2009-01-24 Pedro Alves <pedro@codesourcery.com>
5503
5504 * infrun.c (normal_stop): Don't call
5505 deprecated_update_frame_pc_hack.
5506 * frame.c (deprecated_update_frame_pc_hack)
5507 (deprecated_update_frame_base_hack): Delete, and ...
5508 (create_new_frame): ... inline here.
5509 * frame.h (deprecated_update_frame_pc_hack)
5510 (deprecated_update_frame_base_hack): Delete declarations.
5511
5512 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5513
5514 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
5515 * cli/cli-setshow.c (do_setshow_command): Handle it.
5516 * command.h (enum var_types): Add var_zuinteger.
5517 (add_setshow_zuinteger_cmd): Declare.
5518
5519 * valprint.c (_initialize_valprint): Change the set input-radix
5520 and set output-radix commands to zuinteger type.
5521
5522 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5523
5524 PR gdb/9664:
5525 * infrun.c (normal_stop): Tag threads as stopped, and run the
5526 hook-stop before printing the stack frame.
5527
5528 2009-01-22 Pedro Alves <pedro@codesourcery.com>
5529
5530 PR c++/9631:
5531 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
5532 vbasetype.
5533
5534 2009-01-20 Kazu Hirata <kazu@codesourcery.com>
5535
5536 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
5537 unsigned long.
5538
5539 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5540
5541 PR gdb/9346
5542 * infcmd.c (signal_command): Do not specify a resume PC.
5543
5544 2009-01-19 Doug Evans <dje@google.com>
5545
5546 * dummy-frame.c (dummy_frame): Replace regcache member with
5547 caller_state.
5548 (dummy_frame_push): Replace caller_regcache arg with caller_state.
5549 All callers updated.
5550 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
5551 (dummy_frame_pop): Rewrite. Verify requested frame is in the
5552 dummy frame stack. Restore program state.
5553 (cleanup_dummy_frames): Rewrite.
5554 (dummy_frame_sniffer): Update. Make static.
5555 * dummy-frame.h (regcache,frame_info): Delete forward decls.
5556 (inferior_thread_state): New forward decl.
5557 (dummy_frame_push): Update prototype.
5558 * frame.c (frame_pop): dummy_frame_pop now does all the work for
5559 DUMMY_FRAMEs.
5560 * infcall.c (breakpoint_auto_delete_contents): Delete.
5561 (get_function_name,run_inferior_call): New fns.
5562 (call_function_by_hand): Simplify by moving some code to
5563 get_function_name, run_inferior_call. Inferior function call wrapped
5564 in TRY_CATCH so there's less need for cleanups and all exits from
5565 proceed are handled similarily. Detect program exit.
5566 Detect program stopping in a different thread.
5567 Make error messages more consistent.
5568 * inferior.h (inferior_thread_state): Declare (opaque type).
5569 (save_inferior_thread_state,restore_inferior_thread_state,
5570 make_cleanup_restore_inferior_thread_state,
5571 discard_inferior_thread_state, get_inferior_thread_state_regcache):
5572 Declare.
5573 (save_inferior_status): Update prototype.
5574 * infrun.c: (normal_stop): When stopped for the completion of an
5575 inferior function call, verify the expected stack frame kind.
5576 (inferior_thread_state): New struct.
5577 (save_inferior_thread_state,restore_inferior_thread_state,
5578 do_restore_inferior_thread_state_cleanup,
5579 make_cleanup_restore_inferior_thread_state,
5580 discard_inferior_thread_state,
5581 get_inferior_thread_state_regcache): New functions.
5582 (inferior_status): Move stop_signal, stop_pc, registers to
5583 inferior_thread_state. Remove restore_stack_info.
5584 (save_inferior_status): Remove arg restore_stack_info.
5585 All callers updated. Remove saving of state now saved by
5586 save_inferior_thread_state.
5587 (restore_inferior_status): Remove restoration of state now done by
5588 restore_inferior_thread_state.
5589 (discard_inferior_status): Remove freeing of registers, now done by
5590 discard_inferior_thread_state.
5591
5592 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5593
5594 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
5595 at a time, times NUM_TO_SCROLL.
5596 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
5597 fetch the selected frame if there is no stack.
5598
5599 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5600
5601 PR gdb/9747:
5602 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
5603 Declare.
5604 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
5605 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
5606 is thrown while handling an event, finish the thread state.
5607 (normal_stop): Use finish_thread_state cleanup.
5608 * infcmd.c (run_command_1): If an error is thrown while starting
5609 the inferior, finish the thread state.
5610
5611 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5612
5613 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
5614 skip breakpoints without a location (pending breakpoints).
5615
5616 2009-01-18 Pedro Alves <pedro@codesourcery.com>
5617
5618 PR build/9186:
5619 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
5620
5621 2009-01-18 Nick Roberts <nickrob@snap.net.nz>
5622
5623 * thread.c (thread_command): Move call to annotate_thread_changed
5624 to...
5625 (do_captured_thread_select): ... here, to avoid printing an
5626 annotation if the thread change generates an exception.
5627
5628 2009-01-16 Joel Brobecker <brobecker@adacore.com>
5629
5630 * NEWS: Document x86_64/MinGW as a new native configuration.
5631
5632 2009-01-16 Joel Brobecker <brobecker@adacore.com>
5633
5634 * NEWS: Move the documentation of "info os processes" to
5635 the appropriate section (documenting the new commands).
5636
5637 2009-01-15 Doug Evans <dje@google.com>
5638
5639 * target.h (target_signal_to_string): Make return type const char *.
5640 (target_signal_to_name): Ditto.
5641 (target_signal_from_name): Make arg const char *.
5642 * infrun.c (sig_print_info): Update.
5643 * signals/signals.c (signals): Make array and struct members const.
5644 (target_signal_to_string): Make return type const char *.
5645 (target_signal_to_name): Ditto.
5646 (target_signal_from_name): Make arg const char *.
5647
5648 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
5649 Tristan Gingold <gingold@adacore.com>
5650
5651 * solist.h (struct target_so_ops): New member bfd_open.
5652 (solib_find): Add prototype.
5653 (solib_bfd_fopen): Add prototype.
5654 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
5655 from solib_bfd_open.
5656 (solib_bfd_open): Use ops->bfd_open override if present. Call
5657 solib_find and solib_bfd_open otherwise.
5658
5659 * objfiles.h (OBJF_KEEPBFD): New define.
5660 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
5661 objfile flag is set.
5662 * solib.c (symbol_add_stub): Do not allocate second BFD for
5663 shared library; use OBJF_KEEPBFD flag on solib objfile.
5664
5665 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
5666
5667 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
5668
5669 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
5670
5671 * value.h (address_of_variable): Add prototype.
5672 (locate_var_value): Remove prototype.
5673
5674 * findvar.c (read_var_value): Do not attempt to default frame
5675 to selected frame.
5676 (locate_var_value): Remove function.
5677 * valops.c (value_of_variable): Retrieve selected frame for
5678 symbols that require a frame when called with NULL block.
5679 * valops.c (address_of_variable): New function.
5680
5681 * eval.c (evaluate_subexp_for_address): Call address_of_variable
5682 instead of calling locate_var_value.
5683 (evaluate_subexp_with_coercion): Likewise.
5684
5685 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5686
5687 * NEWS: Document "define" for prefixed commands.
5688 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
5689 show_user_1 for prefix commands.
5690 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
5691 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
5692 commands. Return the containing command list.
5693 (define_command, document_command): Update to handle prefix commands.
5694 (show_user_1): Add prefix and name arguments. Handle prefix
5695 commands.
5696 * cli/cli-script.h (show_user_1): Update prototype.
5697
5698 2009-01-14 Kai Tietz <kai.tietz@onevision.com>
5699
5700 * ser-mingw.c (console_select_thread): Add return to make
5701 compiler happy.
5702 (pipe_select_thread): Likewise.
5703 (file_select_thread): Likewise.
5704
5705 2009-01-14 Pedro Alves <pedro@codesourcery.com>
5706
5707 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
5708 previous change.
5709
5710 2009-01-14 Pedro Alves <pedro@codesourcery.com>
5711
5712 * remote.c (extended_remote_mourn_1): Invalidate our notion of
5713 current general thread.
5714
5715 2009-01-14 Pedro Alves <pedro@codesourcery.com>
5716
5717 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
5718 without a live selected thread.
5719
5720 2009-01-14 Joel Brobecker <brobecker@adacore.com>
5721
5722 Update the copyright notice of some of the files I missed
5723 in the previous copyright update.
5724
5725 2009-01-14 Joel Brobecker <brobecker@adacore.com>
5726
5727 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
5728 base address instead of casting it to DWORD.
5729
5730 2009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
5731
5732 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
5733 for NULL frame pointers.
5734
5735 2009-01-13 Mark Kettenis <kettenis@gnu.org>
5736
5737 * utils.c (host_address_to_string): Reimplement in a way that
5738 avoids the cast of the address to long.
5739
5740 2009-01-13 Joel Brobecker <brobecker@adacore.com>
5741
5742 * mdebugread.c (parse_symbol): Save the symbol private data
5743 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
5744 (psymtab_to_symtab_1): Likewise.
5745 (parse_procedure): Declare variable "e" only in the scope
5746 where it is used. Extract the symbol private data using
5747 SYMBOL_VALUE_BYTES.
5748
5749 2009-01-13 Jim Blandy <jimb@codesourcery.com>
5750
5751 Abstract out common code for copying value locations.
5752
5753 * value.h (set_value_component_location): New declaration.
5754 * value.c (set_value_component_location): New function.
5755 (value_primitive_field): Use it.
5756 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
5757 * valops.c (search_struct_field, value_slice): Same.
5758 * ada-lang.c (coerce_unspec_val_to_type)
5759 (ada_value_primitive_packed_val): Same.
5760
5761 2009-01-13 Joel Brobecker <brobecker@adacore.com>
5762
5763 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
5764
5765 2009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
5766
5767 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
5768 throughout.
5769 * i386-cygwin-tdep.c: Ditto.
5770 * i386-windows-nat.c: Ditto.
5771 * windows-nat.h: Ditto.
5772 * windows-tdep.c: Ditto.
5773 * windows-tdep.h: Ditto.
5774 * windows-nat.c: Ditto.
5775 (cygwin_load_start): Redefine as CORE_ADDR.
5776 (cygwin_load_end): Ditto.
5777 (windows_make_so): Coerce result of address arithmetic to uintptr_t
5778 before coercing to CORE_ADDR to avoid a compiler warning.
5779 (handle_exception): Define addr as CORE_ADDR and coerce
5780 ExceptionAddress to uintptr_t before assigining to avoid a compiler
5781 warning.
5782 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
5783 files.
5784
5785 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5786
5787 Fix linking with --enable-targets=all:
5788 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
5789 (HFILES_NO_SRCDIR): Add windows-tdep.h.
5790 (ALLDEPFILES): Add windows-tdep.c.
5791
5792 2009-01-11 Chris Faylor <me.gdb@cgf.cx>
5793
5794 * win32-nat.h: Delete.
5795 * windows-nat.h: Rename from win32-nat.h.
5796 * win32-nat.c: Delete.
5797 * windows-nat.c: Rename from win32-nat.c.
5798 * win32-termcap.c: Delete.
5799 * windows-termcap.c: Rename from win32-termcap.c.
5800 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
5801 * configure.ac: Handle rename from win32-termcap.c ->
5802 windows-termcap.c.
5803 * configure: Regenerate.
5804 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
5805 -> windows-termcap.c.
5806 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
5807 windows-tdep.h.
5808 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
5809 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
5810 windows-tdep.h.
5811 (win32_make_so): Handle cygwin compiler warning due to change of
5812 load_addr from DWORD to LPVOID.
5813 (handle_load_dll): Use %p in format string to properly print address
5814 and avoid a compiler warning.
5815 (DEBUG_EXCEPTION_SIMPLE): Ditto.
5816 (handle_exception): Ditto.
5817 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
5818 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
5819 windows-nat.o.
5820 * config/i386/mingw.mh: Ditto.
5821 * config/i386/mingw64.mh: Ditto.
5822
5823 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5824
5825 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
5826 arrayprint_recurse_level to a parameter. Update all the callers. New
5827 comment at autovariables.
5828
5829 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5830
5831 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
5832 coding style.
5833
5834 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5835
5836 * target.c (target_xfer_partial): Use host_address_to_string to
5837 print the address of readbuf and writebuf. Cast the address of
5838 elements inside the myaddr buffer into intptr_t.
5839 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
5840 Cast the address of elements inside the myaddr buffer into
5841 intptr_t.
5842
5843 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5844
5845 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
5846 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
5847 * configure.host, configure.tgt: Add handling for x86_64/windows.
5848 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
5849 and amd64-windows-tdep.c.
5850
5851 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5852
5853 * win32-tdep.h, win32-tdep.c: New files.
5854 * i386-cygwin-tdep.h: Delete.
5855 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
5856 i386-cygwin-tdep.h.
5857 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
5858 * win32-nat.c: Likewise.
5859 * configure.tgt: Add win32-tdep.o to the list of target object
5860 files for i386-cygwin and i386-mingw targets.
5861
5862 2009-01-11 Joel Brobecker <brobecker@adacore.com>
5863
5864 * win32-nat.h: New file.
5865 * win32-nat.c (mappings): Initialize to NULL.
5866 (win32_set_context_register_offsets): New function.
5867 * i386-windows-nat.c: New file.
5868 (mappings): Moved here from win32-nat.c.
5869 (_initialize_i386_windows_nat): New function.
5870 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
5871 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
5872
5873 2009-01-09 Andreas Schwab <schwab@suse.de>
5874
5875 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
5876
5877 2009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5878
5879 * gdbtypes.c (append_composite_type_field): Correct the location of
5880 appended fields.
5881
5882 2009-01-09 Pedro Alves <pedro@codesourcery.com>
5883
5884 * defs.h (deprecated_error_hook): Delete declaration.
5885 * interps.c (clear_interpreter_hooks): Adjust.
5886 * remote-sim.c (gdb_os_error): Don't try to call
5887 deprecated_error_hook. No need to call exit anymore.
5888 * top.c (deprecated_error_hook): Delete.
5889
5890 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5891
5892 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
5893 to print the address of the gdbarch pointer.
5894
5895 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5896
5897 * gdbarch.sh: Fix all the compilation errors on amd64-windows
5898 due to casting a pointer to a long when printing a function
5899 address. Instead, use host_address_to_string to convert our
5900 address to a string.
5901 * gdbarch.c: Regenerate.
5902
5903 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5904
5905 * event-top.c (async_disconnect, async_stop_sig): use "raise"
5906 instead of "kill" to raise a signal.
5907
5908 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5909
5910 * win32-nat.c (get_module_name): Change the type of parameter
5911 "base_address" to LPVOID. Remove unnecessary cast.
5912 (struct lm_info): Change type of load_addr to LPVOID.
5913 (win32_make_so): Change the type of parameter "load_addr"
5914 to LPVOID. Remove some unnecessary casts.
5915 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
5916 (win32_xfer_shared_libraries): Add missing cast.
5917
5918 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5919
5920 * win32-nat.c (has_detach_ability, set_process_privilege):
5921 Cast the result of GetProcAddress to (void *) to avoid
5922 a compilation warning.
5923
5924 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5925
5926 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
5927 already defined.
5928
5929 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5930
5931 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
5932 definition of local variable "done".
5933 (info_w32_command, handle_exception): Remove unnecessary cast.
5934
5935 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5936
5937 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
5938 DebugSetProcessKillOnExit. Update all uses in this file.
5939 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
5940 Update all uses in this file.
5941
5942 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5943
5944 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
5945 and use it when pushing the target.
5946 (win32_attach, win32_create_inferior): Update call to
5947 do_initial_win32_stuff.
5948 (win32_detach, win32_mourn_inferior): Use our ops parameter
5949 instead of the global win32_ops to unpush the target.
5950
5951 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5952
5953 * ser-mingw.c (ser_windows_open): Use proper type when casting
5954 in call to _open_osfhandle.
5955
5956 2009-01-09 Kai Tietz <kai.tietz@onevision.com>
5957
5958 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
5959
5960 2009-01-09 Joel Brobecker <brobecker@adacore.com>
5961
5962 * CONTRIBUTE: Minor reformatting.
5963
5964 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
5965
5966 * MAINTAINERS: Add myself to Write After Approval.
5967 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
5968 export directory.
5969
5970 2009-01-08 Nathan Froyd <froydnj@codesourcery.com>
5971
5972 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
5973 Call exit to make it obvious to GCC.
5974
5975 2009-01-08 Tom Tromey <tromey@redhat.com>
5976
5977 PR breakpoints/9350:
5978 * varobj.c (varobj_invalidate): Unconditionally free
5979 all_rootvarobj.
5980 * symfile.c (syms_from_objfile): Free local_addr when returning
5981 normally.
5982 * exec.c (exec_file_attach): Do cleanups before returning.
5983 (exec_file_command): Likewise.
5984 * corefile.c (reopen_exec_file): Do cleanups before returning.
5985 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
5986 returning.
5987 (do_vec_free): New function.
5988 (update_global_location_list): Make a cleanup for old_locations.
5989 Do cleanups before returning. Remove unused variable 'e'.
5990 (find_condition_and_thread): Free result of parsing the
5991 expression.
5992 (print_it_typical): Do cleanups before returning.
5993 (breakpoint_re_set_one): Always free sals.sals.
5994
5995 2009-01-08 Joel Brobecker <brobecker@adacore.com>
5996 Emi Suzuki <emi-suzuki@tjsys.co.jp>
5997
5998 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
5999 watchpoints.
6000
6001 2009-01-07 Doug Evans <dje@google.com>
6002
6003 * top.c (gdb_prompt_string): Delete, unused.
6004
6005 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6006
6007 Delete ONE_PROCESS_WRITETEXT leftovers.
6008
6009 * breakpoint.c (insert_bp_location): Delete process_warning
6010 argument. Adjust.
6011 (insert_breakpoint_locations): Adjust.
6012 (reattach_breakpoints): Adjust.
6013 * infrun.c (normal_stop): Drop "It might be running in another
6014 process" notice.
6015
6016 2009-01-07 Stan Shebs <stan@codesourcery.com>
6017
6018 * config/pa/linux.mh (XDEPFILES): Remove.
6019
6020 2009-01-07 Doug Evans <dje@google.com>
6021
6022 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
6023
6024 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
6027 spacing, a regression from 2008-04-22.
6028
6029 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6030
6031 * utils.c (gdb_print_host_address): Adjust implementation to
6032 reuse host_address_to_string. Move comment explaining the conversion
6033 from host address to string from here...
6034 (host_address_to_string): ... to there.
6035
6036 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
6037
6038 * MAINTAINERS: Add myself for write after approval privileges.
6039
6040 2009-01-06 Tom Tromey <tromey@redhat.com>
6041
6042 * value.c (set_internalvar): Use value_free, not xfree.
6043
6044 2009-01-06 Jim Blandy <jimb@red-bean.com>
6045
6046 Check return values of functions declared with warn_unused_result
6047 attribute in GLIBC 2.8.
6048 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
6049 * inflow.c (check_syscall): New function.
6050 (new_tty): Use check_syscall to check return values from open and dup.
6051 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
6052 * main.c (captured_main): Call cwd after setting up gdb_stderr;
6053 check for errors from getcwd.
6054 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
6055 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
6056 (stdio_file_fputs): Same.
6057 * utils.c (internal_vproblem): abort if last-ditch error message
6058 write fails.
6059
6060 * top.c (gdb_init): Don't set the current directory here; that's
6061 already been done in captured_main.
6062
6063 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6064
6065 * ser-tcp.c: Adjust includes.
6066 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
6067 (tcp_auto_retry, tcp_retry_limit): Declare.
6068 (TIMEOUT): Remove, in favor of tcp_retry_limit.
6069 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
6070 (wait_for_connect): New function.
6071 (net_open): Use it. Add auto-retry logic.
6072 (set_tcp_cmd, show_tcp_cmd): New functions.
6073 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
6074 and "set/show tcp connect-timeout" commands.
6075 * NEWS: Document new commands.
6076
6077 2009-01-05 Tom Tromey <tromey@redhat.com>
6078
6079 * python/python-internal.h (Py_ssize_t): Define as int.
6080
6081 2009-01-05 Jim Blandy <jimb@red-bean.com>
6082
6083 * MAINTAINERS: Fix my e-mail address as steering committee member.
6084
6085 2009-01-03 Joel Brobecker <brobecker@adacore.com>
6086
6087 Updated copyright notices for most files.
6088
6089 2009-01-03 Joel Brobecker <brobecker@adacore.com>
6090
6091 * top.c (print_gdb_version): Update copyright year.
6092
6093 2009-01-03 Joel Brobecker <brobecker@adacore.com>
6094
6095 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
6096
6097 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6098
6099 PR breakpoints/9681:
6100 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
6101 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
6102 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
6103 retrow all other exceptions.
6104
6105 For older changes see ChangeLog-2008.
6106 \f
6107 Local Variables:
6108 mode: change-log
6109 left-margin: 8
6110 fill-column: 74
6111 version-control: never
6112 coding: utf-8
6113 End:
This page took 0.171947 seconds and 4 git commands to generate.