gdb/testsuite/
[binutils-gdb.git] / gdb / ChangeLog
1 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2
3 PR breakpoints/8554.
4
5 Implement `save-breakpoints'.
6
7 * breakpoint.c (save_cmdlist): New.
8 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
9 to save_cmdlist.
10 (print_recreate_catch_fork): New.
11 (catch_fork_breakpoint_ops): Install it.
12 (print_recreate_catch_vfork): New.
13 (catch_vfork_breakpoint_ops): Install it.
14 (print_recreate_catch_syscall): New.
15 (catch_syscall_breakpoint_ops): Install it.
16 (print_recreate_catch_exec): New.
17 (catch_exec_breakpoint_ops): Install it.
18 (print_recreate_exception_catchpoint): New.
19 (gnu_v3_exception_catchpoint_ops): Install it.
20 (save_breakpoints): New, based on tracepoint_save_command, but
21 handle all breakpoint types.
22 (save_breakpoints_command): New.
23 (tracepoint_save_command): Rename to...
24 (save_tracepoints_command): ... this, and reimplement using
25 save_breakpoints.
26 (save_command): New.
27 (_initialize_breakpoints): Install the "save" command prefix.
28 Install the "save breakpoints" command. Make "save-tracepoints" a
29 deprecated alias for "save tracepoints".
30 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
31 * ada-lang.c (print_recreate_exception): New.
32 (print_recreate_catch_exception): New.
33 (catch_exception_breakpoint_ops): Install it.
34 (print_recreate_catch_exception_unhandled): New.
35 (catch_exception_unhandled_breakpoint_ops): Install it.
36 (print_recreate_catch_assert): New.
37 (catch_assert_breakpoint_ops): Install it.
38
39 * NEWS: Mention the new `save breakpoints' command. Mention the
40 new `save tracepoints' alias and that `save-tracepoints' is now
41 deprecated.
42
43 2010-04-18 Pedro Alves <pedro@codesourcery.com>
44
45 PR tui/9217
46
47 * tui/tui-out.c: Include cli-out.h.
48 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
49 (tui_begin, tui_end, tui_field_int, tui_field_skip)
50 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
51 (tui_message, tui_wrap_hint, tui_flush): Delete forward
52 declarations.
53 (struct ui_out_data): Rename to...
54 (struct tui_ui_out_data): ... this. Remove `stream' and
55 `suppress_output' fields, and inherit cli_ui_out_data.
56 (tui_out_data): New typedef.
57 (tui_ui_out_impl): Don't initialize fields staticaly.
58 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
59 (tui_begin, tui_end): Delete.
60 (tui_field_int): Adjust to delegate most work to the base type.
61 (tui_field_skip): Delete.
62 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
63 delegate most work to the base type.
64 (tui_spaces): Delete.
65 (tui_text): Adjust to delegate most work to the base type.
66 (tui_message): Delete.
67 (tui_wrap_hint): Delete.
68 (tui_flush): Delete.
69 (out_field_fmt): Delete.
70 (field_separator): Delete.
71 (tui_out_new): Adjust to initialize the base type.
72 (_initialize_tui_out): Initialize tui_ui_out_impl.
73 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
74 cli_ui_out_data.
75 (cli_out_data): Adjust.
76 (cli_ui_out_impl): Make extern.
77 (cli_table_header, cli_field_int, cli_field_skip): Use
78 uo_field_string instead of cli_field_string.
79 (cli_redirect): Adjust to use cli_out_data.
80 (cli_out_data_ctor): New.
81 (cli_out_new): Use it.
82 * cli-out.h (struct ui_file): Remove forward declaration.
83 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
84 (cli_ui_out_impl): Declare.
85 (cli_out_data_ctor): Declare.
86 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
87 (uo_field_string): No longer static.
88 (ui_out_data): Change return type to void pointer.
89 (ui_out_new): Change `data' parameter type to void pointer.
90 * ui-out.h (struct ui_out_data): Don't forward declare.
91 (ui_out_data): Change return type to void pointer.
92 (ui_out_new): Change `data' parameter type to void pointer.
93 (uo_field_string): Declare.
94
95 2010-04-17 Pedro Alves <pedro@codesourcery.com>
96
97 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
98 instead of always false.
99
100 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
101
102 PR corefiles/11511
103 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
104 orig_rax.
105
106 2010-04-17 Pedro Alves <pedro@codesourcery.com>
107
108 * breakpoint.c (watchpoints_triggered): Use
109 is_hardware_watchpoint.
110 (watchpoints_triggered): Ditto.
111 (bpstat_check_location): Use is_watchpoint and
112 is_hardware_watchpoint.
113 (bpstat_check_watchpoint): Use is_watchpoint and
114 is_hardware_watchpoint.
115 (bpstat_stop_status): Fix comment.
116 (user_settable_breakpoint): Use is_watchpoint.
117 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
118 (disable_watchpoints_before_interactive_call_start): Use
119 is_watchpoint.
120 (enable_watchpoints_after_interactive_call_stop): Use
121 is_watchpoint.
122 (clear_command): Use is_watchpoint.
123 (do_enable_breakpoint): Use is_watchpoint.
124
125 2010-04-16 Mike Frysinger <vapier@gentoo.org>
126
127 * solib-frv.c (enable_break1_done): Delete.
128 (enable_break2): Do not check enable_break1_done. Move the
129 enable_break2_done setting and call to
130 remove_solib_event_breakpoints() to the end. Return without
131 warning when the contents of _dl_debug_addr are 0.
132 (enable_break): Do not set enable_break1_done.
133 (frv_clear_solib): Likewise.
134
135 2010-04-16 Kevin Buettner <kevinb@redhat.com>
136
137 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
138 instead of an error if no PLT entry is found. Return a
139 potentially useful result.
140 (m32c_m16c_pointer_to_address): Add code to search for function
141 address when no .plt entry is found.
142
143 2010-04-16 Stan Shebs <stan@codesourcery.com>
144
145 * tracepoint.c (trace_variable_command): Run a cleanup.
146
147 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
148
149 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
150
151 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
152
153 Support for Windows OS Thread Information Block.
154 * NEWS: Document new feature.
155 * remote.c (PACKET_qGetTIBAddr): New enum element.
156 (remote_get_tib_address): New function.
157 (init_remote_ops): Set to_get_tib_address field
158 to remote_get_tib_address.
159 (_initialize_remote): Add add_packet_config_cmd
160 for PACKET_qGetTIBAddr.
161 * target.c (update_current_target): Set default value for
162 new to_get_tib_address field.
163 * target.h (target_ops): New field to_get_tib_address.
164 (target_get_tib_address): New macro.
165 * windows-nat.c (thread_info): Add thread_local_base field.
166 (windows_add_thread): Add tlb argument of type 'void *'.
167 (fake_create_process): Adapt windows_add_thread call.
168 (get_windows_debug_event): Idem.
169 (windows_get_tib_address): New function.
170 (init_windows_ops): Set to_get_tib_address field
171 to remote_get_tib_address.
172 (_initialize_windows_nat): Replace info_w32_cmdlist
173 initialization by a call to init_w32_command_list.
174 (info_w32_command, info_w32_cmdlist): Removed from here...
175 to windows-tdep.c file.
176 * windows-tdep.h (info_w32_cmdlist): Declare.
177 (init_w32_command_list): New external function
178 declaration.
179 * windows-tdep.c: Add several headers.
180 (info_w32_cmdlist): to here, made global.
181 (thread_information_32): New struct.
182 (thread_information_64): New struct.
183 (TIB_NAME): New char array.
184 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
185 (maint_display_all_tib): New static variable.
186 (windows_get_tlb_type): New function.
187 (tlb_value_read, tlb_value_write): New functions.
188 (tlb_value_funcs): New static struct.
189 (tlb_make_value): New function.
190 (display_one_tib): New function.
191 (display_tib): New function.
192 (show_maint_show_all_tib):New function.
193 (info_w32_command): Moved from windows-nat.c.
194 (init_w32_command_list): New function.
195 (_initialize_windows_tdep): New function.
196 New "maint set/show show-all-tib" command
197 New "$_tlb" internal variable.
198
199 2010-04-16 Joel Brobecker <brobecker@adacore.com>
200
201 * tui/tui-regs.c (tui_display_register): Add comment about
202 a couple of casts.
203 * tui/tui-stack.c (tui_show_locator_content): Ditto.
204
205 2010-04-15 Stan Shebs <stan@codesourcery.com>
206
207 * frame.c: Include tracepoint.h.
208 (get_current_frame): Allow a trace frame to be an alternate source
209 of stack frame data.
210 * tracepoint.c (tfind_1): Don't try to get current stack frame if
211 it won't succeed.
212
213 2010-04-15 Pedro Alves <pedro@codesourcery.com>
214
215 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
216 flags.
217 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
218
219 2010-04-15 Doug Evans <dje@google.com>
220
221 * NEWS: Add entry for python program space support.
222 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
223 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
224 (py-progspace.o): New rule.
225 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
226 function.
227 (find_pretty_printer_from_progspace): New function.
228 (find_pretty_printer_from_gdb): New function.
229 (find_pretty_printer): Rewrite.
230 * python/py-progspace.c: New file.
231 * python/python-internal.h (program_space): Add forward decl.
232 (pspace_to_pspace_object, pspy_get_printers): Declare.
233 (gdbpy_initialize_pspace): Declare.
234 * python/python.c: #include "progspace.h".
235 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
236 (_initialize_python): Call gdbpy_initialize_pspace.
237 (GdbMethods): Add current_progspace, progspaces.
238
239 Add -s option to source command.
240 * NEWS: Document new option.
241 * cli/cli-cmds.c (find_and_open_script): Add function comment.
242 Delete from_tty and cleanupp args. Split filep arg into file and
243 full_pathp. New arg search_path.
244 (source_script_from_stream): New function.
245 (source_script_with_search): New function.
246 (source_script): Rewrite.
247 (source_command): Parse "-s" option.
248 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
249 * python/python.c (source_python_script): Make file arg a const char *.
250 Don't call fclose, leave for caller.
251 * python/python.h (source_python_script): Update.
252
253 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
254 Pedro Alves <pedro@codesourcery.com>
255
256 Avoid rereading shared libraries that haven't changed.
257
258 * solib.c (free_so_symbols): New function, from ...
259 (free_so): ... here. Call it.
260 (solib_read_symbols): Don't warn here if symbols have already been
261 loaded.
262 (solib_add): Warn here instead, if a pattern was specified.
263 (reload_shared_libraries_1): New.
264 (reload_shared_libraries): Rewrite to not fetch the library list.
265
266 2010-04-14 Doug Evans <dje@google.com>
267
268 * source.c (openp): Strip DOS drive letter if present before
269 concatenating string to search path.
270
271 2010-04-14 Pedro Alves <pedro@codesourcery.com>
272
273 * objfiles.h (gdb_bfd_close_or_warn): Declare.
274 * objfiles.c (gdb_bfd_close_or_warn): New.
275 * corelow.c: Include objfiles.h
276 (core_close): Use gdb_bfd_close_or_warn.
277 * elfread.c (build_id_verify): Ditto.
278 * exec.c (exec_close, exec_close_1): Ditto.
279
280 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
281 Pedro Alves <pedro@codesourcery.com>
282
283 Group errors for many missing shared libraries.
284
285 * solist.h (struct so_list): Remove from_tty.
286 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
287 (solib_map_sections): Take so_list argument. Return 0 if we
288 failed to open a BFD. Add target sections here.
289 (symbol_add_stub): Delete.
290 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
291 not from_tty copied from the so_list. Don't warn a second time
292 for a missing library.
293 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
294 add to the section table here. Print out a single warning for all
295 missing libraries.
296 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
297 flags.
298
299 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
300
301 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
302 error/warning messages. Capitalize and use complete sentences.
303 (blpy_block_syms_iternext): Likewise.
304 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
305 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
306 (frame_info_to_frame_object, frapy_read_var)
307 (gdbpy_frame_stop_reason_string): Likewise.
308 * python/py-lazy-string.c (stpy_convert_to_value)
309 (gdbpy_create_lazy_string_object): Likewise.
310 * python/py-objfile.c (objfpy_set_printers): Likewise.
311 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
312 * python/python.c (parameter_to_python): Likewise.
313 * python/py-type.c (typy_range, typy_target): Likewise.
314 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
315 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
316
317
318 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
319
320 PR python/11381
321
322 * python/py-prettyprint.c (pretty_print_one_value): Test for
323 Py_None.
324 (print_string_repr): Test for Py_None. Set flags accordingly.
325 Return value depending on return type.
326 (print_children): Take a value indicating whether data was printed
327 before this function was called. Alter output accordingly.
328 (apply_val_pretty_printer): Capture return value from
329 print_string_repr and pass to print_children.
330
331 2010-04-13 Mark Kettenis <kettenis@gnu.org>
332
333 PR corefiles/11481
334 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
335 register note sections.
336 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
337 New variables.
338 (i386_linux_init_abi): Install list of supported register note
339 sections that matches the target description.
340
341 2010-04-13 Pedro Alves <pedro@codesourcery.com>
342
343 * remote.c (remote_get_noisy_reply): Don't error out on empty
344 replies.
345 (remote_start_remote): Update and merge tracepoints and trace
346 state variables as long as the target supports tracepoints.
347 (remote_trace_init): Fix prototype.
348 (remote_download_trace_state_variable): Validate reply.
349 (remote_trace_set_readonly_regions): Fix prototype.
350 (remote_trace_start): Fix prototype. Check for empty reply.
351 (remote_get_trace_status): Small cleanup.
352 (remote_trace_stop): Fix prototype. Check for empty reply.
353 (remote_trace_find): Check for empty reply.
354 (remote_save_trace_data): Validate reply.
355 (remote_set_disconnected_tracing): Check for empty reply, and
356 validate reply.
357 (remote_set_circular_trace_buffer): Ditto.
358
359 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
360
361 Suppress unused value warning during compilation.
362 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
363 calls to void.
364 * tui/tui-stack.c (tui_show_locator_content): Likewise.
365
366 2010-04-12 Stan Shebs <stan@codesourcery.com>
367
368 * tracepoint.c (tfile_xfer_partial): Check read result.
369
370 2010-04-12 Mike Frysinger <vapier@gentoo.org>
371
372 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
373 * remote-sim.c (gdbsim_files_info): Likewise.
374
375 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
376
377 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
378 * arm-linux-nat.c (arm_linux_vfp_register_count): New
379 variable.
380 (fetch_vfp_registers): New function to fetch VFP registers.
381 (store_vfp_registers): New function to store VFP registers.
382 (arm_linux_fetch_inferior_registers): Add support for VFP
383 registers.
384 (arm_linux_store_inferior_registers): Likewise.
385 (arm_linux_read_description): Likewise.
386 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
387 until we need it.
388
389 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
390
391 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
392 tdep.
393 (amd64_collect_xstateregset): Likewise.
394
395 2010-04-09 Stan Shebs <stan@codesourcery.com>
396
397 * tracepoint.c (trace_status_mi): Report frames created.
398
399 * tracepoint.c (trace_dump_command): Include default-collect
400 expressions.
401
402 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
403
404 * symtab.c (find_function_start_sal): Never return SAL pointing
405 before function start address, even if line info is missing.
406
407 2010-04-09 Pedro Alves <pedro@codesourcery.com>
408
409 * NEWS: Mention tracepoints support.
410
411 2010-04-09 Pedro Alves <pedro@codesourcery.com>
412
413 * tracepoint.c (trace_status_mi): Report disconnected tracing and
414 circular trace buffer statuses.
415
416 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 * config/djgpp/fnchange.lst: Fix typo in translations for
419 symbol-without-target_section.exp and symbol-without-target_section.c.
420
421 2010-04-09 Pedro Alves <pedro@codesourcery.com>
422
423 * breakpoint.c (condition_command): Pass condition expression to
424 set_breakpoint_condition stripped from breakpoint number.
425
426 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
427 Thiago Jung Bauermann <bauerman@br.ibm.com>
428 Tom Tromey <tromey@redhat.com>
429
430 * breakpoint.c (condition_command): Simplify. Move condition
431 setting code to ...
432 (set_breakpoint_condition): ... here. New function.
433 * breakpoint.h (set_breakpoint_condition): Declare.
434 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
435 (SUBDIR_PYTHON_SRCS): Likewise.
436 (py-breakpoint.o): New rule.
437 * python/py-breakpoint.c: New file.
438 * python/python-internal.h (gdbpy_breakpoints)
439 (gdbpy_initialize_breakpoints): Declare.
440 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
441
442 2010-04-09 Pedro Alves <pedro@codesourcery.com>
443
444 * regformats/regdat.sh: Include server.h. Don't include
445 regcache.h.
446
447 2010-04-08 Stan Shebs <stan@codesourcery.com>
448 Pedro Alves <pedro@codesourcery.com>
449
450 * tracepoint.h (struct trace_status): New fields disconnected_tracing
451 and circular_buffer.
452 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
453 * tracepoint.c (trace_status_command): Display target's status for
454 disconnected tracing and circular buffer.
455 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
456 query for non-disconnected-tracing case, remove the stop_tracing
457 call.
458 (tfile_open): Clear disconnected and circular buffer status.
459 (trace_save): Save disconnected and circular buffer status.
460 (parse_trace_status): Parse disconnected and circular buffer status,
461 also recognize disconnected as a stop reason.
462 * remote.c (remote_set_disconnected_tracing): Only set
463 QTDisconnected if the remote end supports disconnected tracing.
464 Warn otherwise, if trying to enable disconnected tracing.
465 * infcmd.c (detach_command): Update disconnect_tracing call.
466 * cli/cli-cmds.c (quit_command): Ditto.
467
468 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
469
470 * i387-tdep.c (i387_collect_xsave): Replace abort with
471 internal_error.
472
473 2010-04-08 Stan Shebs <stan@codesourcery.com>
474
475 * breakpoint.c (default_collect_info): New function.
476 (breakpoints_info): Call it.
477 (maintenance_info_breakpoints): Ditto.
478 (tracepoints_info): Ditto.
479
480 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
481
482 * i387-tdep.c (i387_collect_xsave): Re-indent.
483
484 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
485
486 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
487 if HAVE_PTRACE_GETFPXREGS is defined.
488 (i386_linux_read_description): Set have_ptrace_getfpxregs and
489 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
490
491 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
492 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
493 if .reg-xfp section doesn't exist.
494 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
495
496 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
497
498 * i386-tdep.c: Include "features/i386/i386-mmx.c".
499 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
500 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
501 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
502 (i386_gdbarch_init): Update comments.
503 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
504
505 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
506
507 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
508
509 * features/Makefile (i386/i386-mmx-expedite): New.
510 (i386/i386-mmx-linux-expedite): Likewise.
511 ($(outdir)/i386/i386-mmx.dat): Likewise.
512 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
513
514 * features/i386/i386-mmx-linux.c: New.
515 * features/i386/i386-mmx-linux.xml: Likewise.
516 * features/i386/i386-mmx.c: Likewise.
517 * features/i386/i386-mmx.xml: Likewise.
518 * regformats/i386/i386-mmx-linux.dat: Likewise.
519 * regformats/i386/i386-mmx.dat: Likewise.
520
521 * features/Makefile (WHICH): Add i386/i386-mmx and
522 i386/i386-mmx-linux.
523
524 2010-04-08 Doug Evans <dje@google.com>
525
526 * source.c (openp): Skip $cdir in PATH.
527
528 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
529
530 PR python/11417
531 * python/py-lazy-string.c (stpy_convert_to_value): Check for
532 a NULL address.
533 (gdbpy_create_lazy_string_object): Allow strings with a NULL
534 address and a zero length.
535
536 2010-04-08 Hui Zhu <teawater@gmail.com>
537
538 * i386-tdep.c (i386_process_record): Add support for insn
539 rdtsc.
540
541 2010-04-07 Doug Evans <dje@google.com>
542
543 * python/python.c (source_python_script): Use ensure_python_env
544 to prepare environment for script.
545
546 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
547
548 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
549 <sys/uio.h> and "i386-xstate.h".
550 (PTRACE_GETREGSET): New.
551 (PTRACE_SETREGSET): Likewise.
552 (have_ptrace_getregset): Likewise.
553 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
554 registers.
555 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
556 registers.
557 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
558 (amd64_linux_store_inferior_registers): Likewise.
559 (amd64_linux_read_description): Check and enable AVX target
560 descriptions.
561
562 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
563 and "features/i386/amd64-avx-linux.c".
564 (amd64_linux_regset_sections): New.
565 (amd64_linux_core_read_description): Check and enable AVX
566 target description.
567 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
568 set_gdbarch_core_regset_sections.
569 (_initialize_amd64_linux_tdep): Call
570 initialize_tdesc_amd64_avx_linux.
571
572 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
573 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
574 (tdesc_amd64_avx_linux): New.
575 (amd64_linux_update_xstateregset): Likewise.
576
577 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
578 (amd64_ymm_names): New.
579 (amd64_ymmh_names): Likewise.
580 (amd64_register_name): Likewise.
581 (amd64_supply_xstateregset): Likewise.
582 (amd64_collect_xstateregset): Likewise.
583 (amd64_supply_xsave): Likewise.
584 (amd64_collect_xsave): Likewise.
585 (AMD64_NUM_REGS): Removed.
586 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
587 %xmmN if AVX is available.
588 (amd64_pseudo_register_name): Support pseudo YMM registers.
589 (amd64_regset_from_core_section): Support .reg-xstate section.
590 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
591 and ymm0h_regnum. Call set_gdbarch_register_name.
592 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
593
594 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
595 AMD64_YMM15H_REGNUM.
596 (AMD64_NUM_REGS): New.
597 (amd64_supply_xsave): Likewise.
598 (amd64_collect_xsave): Likewise.
599 (amd64_register_name): Removed.
600 (amd64_register_type): Likewise.
601
602 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
603
604 * i387-tdep.c: Include "i386-xstate.h".
605 (XSAVE_XSTATE_BV_ADDR): New.
606 (xsave_avxh_offset): Likewise.
607 (XSAVE_AVXH_ADDR): Likewise.
608 (i387_supply_xsave): Likewise.
609 (i387_collect_xsave): Likewise.
610
611 * i387-tdep.h (I387_NUM_YMM_REGS): New.
612 (I387_YMM0H_REGNUM): Likewise.
613 (I387_YMMENDH_REGNUM): Likewise.
614 (i387_supply_xsave): Likewise.
615 (i387_collect_xsave): Likewise.
616
617 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
618
619 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
620 <sys/uio.h> and "i386-xstate.h".
621 (PTRACE_GETREGSET): New.
622 (PTRACE_SETREGSET): Likewise.
623 (fetch_xstateregs): Likewise.
624 (store_xstateregs): Likewise.
625 (GETXSTATEREGS_SUPPLIES): Likewise.
626 (regmap): Include 8 upper YMM registers.
627 (i386_linux_fetch_inferior_registers): Support XSAVE extended
628 state.
629 (i386_linux_store_inferior_registers): Likewise.
630 (i386_linux_read_description): Check and enable AVX target
631 descriptions.
632
633 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
634 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
635 (i386_linux_regset_sections): Add ".reg-xstate".
636 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
637 (i386_linux_core_read_xcr0): New.
638 (i386_linux_core_read_description): Check and enable AVX target
639 description.
640 (i386_linux_init_abi): Set xsave_xcr0_offset.
641 (_initialize_i386_linux_tdep): Call
642 initialize_tdesc_i386_avx_linux.
643
644 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
645 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
646 (i386_linux_core_read_xcr0): New.
647 (tdesc_i386_avx_linux): Likewise.
648 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
649
650 * i386-tdep.c: Include "i386-xstate.h" and
651 "features/i386/i386-avx.c".
652 (i386_ymm_names): New.
653 (i386_ymmh_names): Likewise.
654 (i386_ymmh_regnum_p): Likewise.
655 (i386_ymm_regnum_p): Likewise.
656 (i386_xmm_regnum_p): Likewise.
657 (i386_register_name): Likewise.
658 (i386_ymm_type): Likewise.
659 (i386_supply_xstateregset): Likewise.
660 (i386_collect_xstateregset): Likewise.
661 (i386_sse_regnum_p): Removed.
662 (i386_pseudo_register_name): Support pseudo YMM registers.
663 (i386_pseudo_register_type): Likewise.
664 (i386_pseudo_register_read): Likewise.
665 (i386_pseudo_register_write): Likewise.
666 (i386_dbx_reg_to_regnum): Return %ymmN register number for
667 %xmmN if AVX is available.
668 (i386_regset_from_core_section): Support .reg-xstate section.
669 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
670 (i386_process_record): Replace i386_sse_regnum_p with
671 i386_xmm_regnum_p.
672 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
673 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
674 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
675 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
676 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
677 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
678 Set ymm0_regnum.
679 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
680
681 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
682 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
683 i386_ymm_type.
684 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
685 (I386_AVX_NUM_REGS): New.
686 (i386_xmm_regnum_p): Likewise.
687 (i386_ymm_regnum_p): Likewise.
688 (i386_ymmh_regnum_p): Likewise.
689
690 * common/i386-xstate.h: New.
691
692 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
693
694 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
695
696 * features/Makefile (WHICH): Add i386/i386-avx,
697 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
698 (i386/i386-avx-expedite): New.
699 (i386/i386-avx-linux-expedite): Likewise.
700 (i386/x86-64-avx-expedite):Likewise.
701 (i386/x86-64-avx-linux-expedite): Likewise.
702 ($(outdir)/i386/i386-avx.dat): New dependency.
703 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
704 ($(outdir)/i386/x86-avx-64.dat): Likewise.
705 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
706
707 * features/i386/32bit-avx.xml: New.
708 * features/i386/64bit-avx.xml: Likewise.
709 * features/i386/i386-avx-linux.c: Likewise.
710 * features/i386/i386-avx-linux.xml: Likewise.
711 * features/i386/i386-avx.c: Likewise.
712 * features/i386/i386-avx.xml: Likewise.
713 * features/i386/x86-64-avx-linux.c: Likewise.
714 * features/i386/x86-64-avx-linux.xml: Likewise.
715 * features/i386/x86-64-avx.c: Likewise.
716 * features/i386/x86-64-avx.xml: Likewise.
717 * regformats/i386/i386-avx-linux.dat: Likewise.
718 * regformats/i386/i386-avx.dat: Likewise.
719 * regformats/i386/x86-64-avx-linux.dat: Likewise.
720 * regformats/i386/x86-64-avx.dat: Likewise.
721
722 2010-04-07 Doug Evans <dje@google.com>
723
724 * top.c (source_file_name): Make const char *.
725 * top.h (source_file_name): Update.
726 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
727 const char *.
728 (script_from_file): Change `file' arg to const char *.
729 * cli/cli-script.h (script_from_file): Update.
730
731 2010-04-06 Doug Evans <dje@google.com>
732
733 * cli/cli-cmds.c (source_command): Run cleanups.
734
735 2010-04-06 Stan Shebs <stan@codesourcery.com>
736
737 * defs.h (char_ptr): Move typedef here from...
738 * ada-lang.c (char_ptr): Remove.
739 * charset.c (char_ptr): Remove.
740 * tracepoint.h (struct uploaded_string): Remove.
741 (struct uploaded_tp): Use vectors for string arrays.
742 * tracepoint.c (trace_save): Use vectors of actions.
743 (parse_tracepoint_definition): Ditto.
744 (get_uploaded_tp): Clear vectors.
745 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
746 (next_cmd): Change to an int.
747 (read_next_cmd): Use vector of command strings.
748
749 2010-04-06 Doug Evans <dje@google.com>
750
751 * top.h (source_script, cd_command): Delete.
752 * main.c: #include "cli/cli-cmds.h"
753
754 2010-04-06 Kevin Buettner <kevinb@redhat.com>
755
756 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
757 type in bytes, not bits.
758
759 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
760
761 * stabsread.c (define_symbol): Add support for char
762 and string constants.
763
764 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
765
766 Remove remaining "%ll" uses.
767 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
768 hex_string call.
769 * rs6000-nat.c (rs6000_ptrace64): Idem.
770 * solib-pa64.c (pa64_current_sos): Idem.
771 * solib-spu.c (spu_current_sos): Idem.
772 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
773 plongest call.
774 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
775 phex (VAR, 8) call.
776 * sh64-tdep.c (sh64_show_media_regs): Idem.
777
778 2010-04-05 Stan Shebs <stan@codesourcery.com>
779
780 * tracepoint.c: Include gdbcore.h.
781 (tfile_xfer_partial): Return partial results, also try reading
782 from executable.
783 (tfile_has_all_memory): New function.
784 (init_tfile_ops): Use it.
785
786 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
787
788 PR gdb/10736:
789 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
790 the changes in data-directory.
791 (init_sysinfo): Reload the syscall XML file if the data-directory
792 has changed.
793
794 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
795
796 Code cleanup.
797 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
798
799 2010-04-04 Stan Shebs <stan@codesourcery.com>
800 Nathan Sidwell <nathan@codesourcery.com>
801
802 * breakpoint.c (breakpoint_1): Add filter argument, return number of
803 breakpoints printed.
804 (is_hardware_watchpoint): Make argument const.
805 (is_watchpoint): Ditto.
806 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
807 use it everywhere.
808 (breakpoints_info): Pass NULL to breakpoint_1.
809 (maintenance_info_breakpoints): Ditto.
810 (watchpoints_info): New function.
811 (tracepoints_info): Use breakpoint_1 filter.
812 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
813 (_initialize_breakpoint): Make "info watchpoints" its own command.
814 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
815 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
816
817 2010-04-04 Stan Shebs <stan@codesourcery.com>
818
819 * tracepoint.c (tfile_fetch_registers): Add fallback case.
820
821 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
822
823 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
824 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
825
826 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
827
828 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
829 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
830
831 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
832
833 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
834 code form.
835
836 2010-04-02 Hui Zhu <teawater@gmail.com>
837
838 * i386-tdep.c (OT_DQUAD): New enum.
839 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
840 SSE3, SSSE3 and SSE4.
841
842 2010-04-02 Hui Zhu <teawater@gmail.com>
843
844 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
845 "*addr = 0".
846
847 2010-04-02 Pedro Alves <pedro@codesourcery.com>
848
849 * tracepoint.c (trace_dump_actions): New, factored out from
850 trace_dump_command, and adjusted to recurse into while-stepping's
851 action list.
852 (trace_dump_command): Use it.
853
854 2010-04-02 Pedro Alves <pedro@codesourcery.com>
855
856 * breakpoint.h (struct counted_command_line): Moved definition to
857 breakpoint.c, and forward declare.
858 (breakpoint_commands): Declare.
859 * breakpoint.c (struct counted_command_line): Moved here.
860 (breakpoint_commands): New.
861 * tracepoint.c (encode_actions): Use breakpoint_commands.
862 * remote.c (remote_download_tracepoint): Ditto.
863
864 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
865
866 * remote.c (remote_parse_stop_reply): Use hex_string instead
867 of phex_nz for error.
868
869 2010-04-01 Stan Shebs <stan@codesourcery.com>
870 Nathan Sidwell <nathan@codesourcery.com>
871
872 * tracepoint.h (enum actionline_type): Remove.
873 (validate_actionline): Change return to void.
874 * tracepoint.c (report_agent_reqs_errors): New function.
875 (validate_actionline): Call it, change return to void, report errors
876 more consistently.
877 (collect_symbol): Call report_agent_reqs_errors.
878 (encode_actions_1): Ditto.
879 (encode_actions): Don't expect a result from validate_actionline.
880
881 2010-04-01 Stan Shebs <stan@codesourcery.com>
882
883 * tracepoint.c (trace_start_command): Confirm if trace is running.
884 (trace_stop_command): Error if trace not running.
885
886 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
887
888 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
889 (AMD64_NUM_LOWER_BYTE_REGS): New.
890 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
891 (amd64_pseudo_register_write): Likewise.
892 (amd64_init_abi): Set num_byte_regs to 20.
893
894 2010-04-01 Pedro Alves <pedro@codesourcery.com>
895
896 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
897 (prev_breakpoint_count): New.
898 (set_breakpoint_count): Adjust.
899 (rbreak_start_breakpoint_count): New.
900 (start_rbreak_breakpoints): Adjust.
901 (end_rbreak_breakpoints): Adjust.
902 (struct commands_info) <arg>: New field.
903 (do_map_commands_command): Tweak output to include breakpoint spec
904 range.
905 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
906 ARG was empty on entry. Set INFO's arg.
907 (create_breakpoint): Adjust.
908
909 * NEWS: Clarify `commands' changes.
910
911 2010-04-01 Pedro Alves <pedro@codesourcery.com>
912
913 * tracepoint.c: Include stack.h.
914 (struct add_local_symbols_data): New.
915 (do_collect_symbol): New.
916 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
917 iterate_over_block_local_vars.
918 * stack.c (print_block_frame_locals): Rewrite as ...
919 (iterate_over_block_locals): ... this. Take a callback function
920 pointer and generic data pointer, and call that instead of
921 print_variable_and_value.
922 (struct print_variable_and_value_data): New.
923 (do_print_variable_and_value): New.
924 (iterate_over_block_local_vars): New, abstracted out from
925 print_frame_local_vars.
926 (print_frame_local_vars): Rewrite using
927 iterate_over_block_local_vars.
928 (iterate_over_block_arg_vars): New, abstracted out from
929 print_frame_arg_vars.
930 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
931 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
932 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
933
934 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
935
936 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
937 instructions. Use the PC+4 if the base of the TBB or TBH is the
938 PC register.
939
940 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 Fix crash on reading wrong function declaration DWARF.
943 * dwarf2read.c (read_subroutine_type): New variable void_type.
944 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
945 more close to their use.
946
947 2010-03-31 Stan Shebs <stan@codesourcery.com>
948
949 * breakpoint.c (tracepoint_save_command): Include variables,
950 conditionals, tracepoint types, and default-collect.
951 * tracepoint.c (save_trace_state_variables): New function.
952 * tracepoint.h (save_trace_state_variables): Declare it.
953
954 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
955
956 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
957
958 2010-03-30 Keith Seitz <keiths@redhat.com>
959
960 * c-typeprint.c (c_type_print_args): Don't print "void"
961 for java, regardless of whether it is TYPE_PROTOTYPED.
962 Use the passed-in language instead of current_language.
963 (c_type_print_varspec_suffix): Use current_language instead
964 of assuming language_c.
965 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
966 any return type specifier from the physname.
967
968 2010-03-30 Pedro Alves <pedro@codesourcery.com>
969
970 * tui/tui-interp.c (tui_is_toplevel): New.
971 (tui_init): Set it.
972 (tui_allowed_p): New.
973 * tui/tui.c (tui_enable): Check if the TUI is allowed before
974 enabling it.
975 * tui/tui.h (tui_allowed_p): Declare.
976
977 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
978
979 * serial.h: Include winsock2.h before windows.h.
980
981 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
982
983 * NEWS: Mention xmlRegisters= in qSupported packet.
984
985 * i386-tdep.c: Include "remote.h".
986 (_initialize_i386_tdep): Call register_remote_support_xml.
987
988 * remote.c (remote_support_xml): New.
989 (register_remote_support_xml): Likewise.
990 (remote_query_supported_append): Likewise.
991 (remote_query_supported): Support remote_support_xml.
992
993 * remote.h (register_remote_support_xml): New.
994
995 2010-03-29 Stan Shebs <stan@codesourcery.com>
996
997 * tracepoint.c (trace_find_line_command): Remove dead code.
998
999 * tracepoint.h (struct uploaded_string): New struct.
1000 (struct uploaded_tp): New fields for source strings.
1001 * breakpoint.c (this_utp, next_cmd): New globals.
1002 (read_uploaded_action): New function.
1003 (create_tracepoint_from_upload): Fill in more parts
1004 of a tracepoint.
1005 * tracepoint.c (encode_source_string): New function.
1006 (trace_save): Write out source strings, fix error checks.
1007 (parse_tracepoint_definition): Add source string parsing.
1008 * remote.c (PACKET_TracepointSource): New packet type.
1009 (remote_download_command_source): New function.
1010 (remote_download_tracepoint): Download source pieces also.
1011 (_initialize_remote): Add packet config command.
1012
1013 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
1014 expression handler.
1015
1016 * tracepoint.c (start_tracing): Check tracepoints before sending
1017 commands to target, don't start if all tracepoints disabled.
1018
1019 2010-03-28 Pedro Alves <pedro@codesourcery.com>
1020
1021 * cli/cli-script.c (process_next_line): Handle 'stepping'.
1022
1023 2010-03-26 Stan Shebs <stan@codesourcery.com>
1024
1025 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
1026
1027 2010-03-26 Tom Tromey <tromey@redhat.com>
1028
1029 * breakpoint.c (commands_command_1): Duplicate 'arg'.
1030
1031 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1032
1033 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
1034 (skip_prologue_sal): Remove local definition.
1035 (resolve_sal_pc): Remove now unnecessary code.
1036 * linespec.c (minsym_found): Call skip_prologue_sal.
1037 * symtab.c (find_function_start_pc): Remove.
1038 (find_function_start_sal): Extract prologue skipping into ...
1039 (skip_prologue_sal): ... this new function. Handle code both
1040 with and without debug info. Respect SAL's explicit_pc and
1041 explicit_line flags. Inline old find_function_start_pc.
1042 * symtab.h (find_function_start_pc): Remove.
1043 (skip_prologue_sal): Add prototype.
1044
1045 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1046
1047 * dwarf2read.c (read_func_scope): Also scan specification DIEs
1048 for DW_TAG_imported_module children.
1049
1050 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1051
1052 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
1053 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
1054 * completer.c (add_struct_fields): Fix inverted logic.
1055
1056 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1057
1058 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
1059
1060 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1061
1062 * tracepoint.c (current_trace_status): Don't make sure error_desc
1063 is non-NULL here.
1064 (parse_trace_status): Release a previous error_desc string, and
1065 set it to NULL by default. If stop reason is tracepoint_error,
1066 make sure error_desc is not left NULL.
1067
1068 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1069
1070 * tracepoint.c (trace_save): Remove X from tracepoint error
1071 description.
1072
1073 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1074
1075 * tracepoint.c (parse_trace_status): Don't allow plain strings in
1076 the terror description. Don't expect an X prefix.
1077
1078 2010-03-25 Stan Shebs <stan@codesourcery.com>
1079
1080 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
1081 (struct trace_status): New field error_desc.
1082 * tracepoint.c (stop_reason_names): Add terror.
1083 (current_trace_status): Ensure non-NULL error description.
1084 (trace_status_command): Add error report.
1085 (trace_status_mi): Ditto.
1086 (trace_save): Add special case for error description.
1087 (parse_trace_status): Add case for errors.
1088
1089 2010-03-25 Keith Seitz <keiths@redhat.com>
1090
1091 * dwarf2read.c (read_subroutine_type): If the compilation unit
1092 language is Java, mark any formal parameter named "this" as
1093 artificial (GCC/43521).
1094 (dwarf2_name): Add special handling for Java constructors.
1095
1096 2010-03-25 Tom Tromey <tromey@redhat.com>
1097
1098 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
1099 * infrun.c (handle_inferior_event): Change initialization of
1100 stop_stack_dummy.
1101 (handle_inferior_event): Change assignment to stop_stack_dummy.
1102 (normal_stop): Update use of stop_stack_dummy.
1103 (struct inferior_status) <stop_stack_dummy>: Change type.
1104 * inferior.h (stop_stack_dummy): Update.
1105 * infcmd.c (stop_stack_dummy): Change type.
1106 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
1107 function.
1108 (call_function_by_hand): Call set_std_terminate_breakpoint.
1109 Rewrite std::terminate handling.
1110 * breakpoint.h (enum bptype) <bp_std_terminate,
1111 bp_std_terminate_master>: New.
1112 (enum stop_stack_kind): New.
1113 (struct bpstat_what) <call_dummy>: Change type.
1114 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
1115 Declare.
1116 * breakpoint.c (create_std_terminate_master_breakpoint): New
1117 function.
1118 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
1119 Call create_std_terminate_master_breakpoint.
1120 (print_it_typical): Handle new breakpoint kinds.
1121 (bpstat_stop_status): Handle bp_std_terminate_master.
1122 (bpstat_what): Correctly set call_dummy field. Handle
1123 bp_std_terminate_master and bp_std_terminate.
1124 (print_one_breakpoint_location): Update.
1125 (allocate_bp_location): Update.
1126 (set_std_terminate_breakpoint): New function.
1127 (delete_std_terminate_breakpoint): Likewise.
1128 (create_thread_event_breakpoint): Update.
1129 (delete_command): Update.
1130 (breakpoint_re_set_one): Update.
1131 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
1132
1133 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1134
1135 * symfile.c (build_section_addr_info_from_bfd): New.
1136 (build_section_addr_info_from_objfile): Base it on
1137 build_section_addr_info_from_bfd.
1138 (addrs_section_compar, addrs_section_sort): New.
1139 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
1140 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
1141 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
1142
1143 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
1144
1145 * elfread.c (find_separate_debug_file_by_buildid):
1146 Remove unused local variable.
1147
1148 2010-03-24 Tom Tromey <tromey@redhat.com>
1149
1150 PR breakpoints/9352:
1151 * NEWS: Mention changes to `commands' and `rbreak'.
1152 * symtab.c (do_end_rbreak_breakpoints): New function.
1153 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
1154 end_rbreak_breakpoints.
1155 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
1156 (set_breakpoint_count): Likewise. Clear last_was_multi.
1157 (multi_start, multi_end, last_was_multi): New globals.
1158 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
1159 functions.
1160 (struct commands_info): New
1161 (do_map_commands_command): New function.
1162 (commands_command_1): New function.
1163 (commands_command): Use it.
1164 (commands_from_control_command): Likewise.
1165 (do_delete_breakpoint): New function.
1166 (delete_command): Use it.
1167 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
1168 (do_map_disable_breakpoint): New function.
1169 (disable_command): Use it.
1170 (do_map_enable_breakpoint): New function.
1171 (enable_command): Use it.
1172 (enable_once_breakpoint): Add argument.
1173 (enable_once_command): Update.
1174 (enable_delete_breakpoint): Add argument.
1175 (enable_delete_command): Update.
1176 (break_command_really): Set last_was_multi when needed.
1177 (check_tracepoint_command): Fix formatting.
1178 (validate_commands_for_breakpoint): New function.
1179 (breakpoint_set_commands): Use it.
1180 (tracepoint_save_command): Update.
1181 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
1182 Declare.
1183
1184 2010-03-24 Tom Tromey <tromey@redhat.com>
1185
1186 * breakpoint.h (struct counted_command_line): New struct.
1187 (struct breakpoint) <commands>: Change type.
1188 (struct bpstats) <commands>: Change type.
1189 <commands_left>: New field.
1190 * breakpoint.c (alloc_counted_command_line): New function.
1191 (incref_counted_command_line): Likewise.
1192 (decref_counted_command_line): Likewise.
1193 (do_cleanup_counted_command_line): Likewise.
1194 (make_cleanup_decref_counted_command_line): Likewise.
1195 (breakpoint_set_commands): Use decref_counted_command_line and
1196 alloc_counted_command_line.
1197 (commands_command): Don't error if breakpoint commands are
1198 executing.
1199 (commands_from_control_command): Likewise.
1200 (bpstat_free): Update.
1201 (bpstat_copy): Likewise.
1202 (bpstat_clear_actions): Likewise.
1203 (bpstat_do_actions_1): Likewise.
1204 (bpstat_stop_status): Likewise.
1205 (print_one_breakpoint_location): Likewise.
1206 (delete_breakpoint): Likewise.
1207 (bpstat_alloc): Initialize new field.
1208 (tracepoint_save_command): Update.
1209 * tracepoint.c (encode_actions): Update.
1210 (trace_dump_command): Update.
1211
1212 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1213
1214 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
1215 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
1216 (read_structure_type): For RealView, set TYPE_STUB on structures with
1217 no byte size and no children.
1218 (read_subroutine_type): Mark functions as prototyped by default.
1219 * symtab.c (producer_is_realview): New function.
1220 * symtab.h (expand_line_sal): Fix declaration formatting.
1221 (producer_is_realview): Declare.
1222
1223 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1224
1225 * arm-tdep.c (skip_prologue_function): New function.
1226 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
1227 (thumb_analyze_prologue): Document return value. Recognize more
1228 Thumb instructions, skippable calls, and some Thumb-2 instructions.
1229 Add debug output.
1230 (arm_skip_prologue): Remove call dummy check. Check the prologue
1231 for non-GNU compilers.
1232 (arm_instruction_changes_pc): New function.
1233 (arm_analyze_prologue): New function, broken out from
1234 arm_scan_prologue. Recognize more ARM instructions and skippable
1235 calls. Update comments. Handle NULL cache. Return the address
1236 of the first unrecognized instruction. Do not skip past other
1237 instructions which change control flow. Add debug output.
1238 (arm_scan_prologue): Use arm_analyze_prologue.
1239 (ARM_PC_32): Delete.
1240 (shifted_reg_val): Simplify ARM_PC_32 check.
1241
1242 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1243
1244 * tracepoint.c (tvariables_info_1): Actually compute
1245 the number of rows in the result.
1246
1247 2010-03-24 Pedro Alves <pedro@codesourcery.com>
1248
1249 * remote.c (crc32): Constify `buf' parameter.
1250 (remote_verify_memory): New, abstracted out from...
1251 (compare_sections_command): ... this. Remove hardcoded target
1252 checks.
1253 (init_remote_ops): Install remote_verify_memory.
1254 * target.c (target_verify_memory): New.
1255 * target.h (struct target_ops) <to_verify_memory>: New field.
1256 (target_verify_memory): Declare.
1257
1258 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1259
1260 Implement -trace-save.
1261
1262 * mi-cmds.h (mi_cmds_trace_save): Declare.
1263 * mi-cmds.c (mi_cmds): Register -trace-save.
1264 * mi/mi-main.c (mi_cmd_trace_save): New.
1265 * remote.c (remote_save_trace_data): Take const parameter.
1266 * target.h (struct target_ops::to_save_trace_data): Take
1267 const parameter.
1268 * target.c (update_current_target): Adjust to the above.
1269 * tracepoint.c (trave_save): New, extracted from
1270 (trace_save_command): ...this.
1271 (tfile_trace_find): Remove message that is unnecessary now
1272 that 'tfind' reports found frame.
1273 * tracepoint.h (trace_save): Declare.
1274
1275 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1276
1277 Implement -trace-find.
1278
1279 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
1280 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
1281 * mi/mi-main.c (mi_cmd_trace_find): New.
1282 * target.h (struct target_ops): Document to_trace_find.
1283 * tracepoint.h (tfind_1): Declare.
1284 * tracepoint.c (finish_tfind_command): Rename to...
1285 (tfind_1): ...this.
1286 * remote.c (remote_trace_find): Return -1 if target say
1287 there's no frame. Improve error diagnostics.
1288
1289 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1290
1291 -trace-define-variable and -trace-list-variables.
1292
1293 * tracepoint.c (create_trace_state_variable): Make
1294 private copy of name, as opposed to assuming the
1295 pointer lives forever.
1296 (tvariables_info_1): New.
1297 (tvariables_info): Use the above.
1298 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
1299 Declare.
1300 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
1301 and -trace-list-variables.
1302 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
1303 (mi_cmd_trace_list_variables): New.
1304 * mi/mi-main.c (mi_cmd_trace_define_variable)
1305 (mi_cmd_trace_list_variables): New.
1306
1307 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1308
1309 Implement -break-passcount.
1310
1311 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
1312 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
1313 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
1314
1315 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1316
1317 -trace-start/-trace-end/-trace-status.
1318
1319 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
1320 and -trace-stop.
1321 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
1322 (mi_cmd_trace_stop): Declare.
1323 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
1324 (mi_cmd_trace_stop): New.
1325 * tracepoint.c (start_tracing): New, extracted from...
1326 (trace_start_command): ...this.
1327 (trace_status_mi): New.
1328 * tracepoint.h (struct trace_status): Document
1329 stopping_tracepoint.
1330 (start_tracing, stop_tracing, trace_status_mi): Declare.
1331
1332 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1333
1334 Implement creating tracepoints with -break-insert.
1335
1336 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
1337 to mean that tracepoint should be created.
1338
1339 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1340
1341 * breakpoint.c (check_no_tracepoint_commands): Use
1342 current spelling of 'teval'.
1343
1344 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1345
1346 Unify actions and commands
1347
1348 * defs.h (read_command_lines, read_command_lines_1): New
1349 parameters validator and closure.
1350 * tracepoint.h (struct action_line): Remove.
1351 * breakpoint.h (struct breakpoint): Remove the 'actions'
1352 field.
1353 * defs.h (enum command_control_type): New value
1354 while_stepping_control.
1355 (struct command_line): Add comments.
1356 * breakpoint.c (breakoint_is_tracepoint): New.
1357 (breakpoint_set_commands): For tracepoints,
1358 verify the commands are permissible.
1359 (check_tracepoint_commands): New.
1360 (commands_command): Require that each new line is validated using
1361 check_tracepoint_command, if we set commands for a tracepoint.
1362 (create_tracepoint_from_upload): Likewise.
1363 (print_one_breakpoint_location): Remove the code to print
1364 actions specifically.
1365 (tracepoint_save_command): Relay to print_command_lines.
1366 * cli/cli-script.c (process_next_line): New parameters validator
1367 and closure. Handle 'while-stepping'. Call validator if not null.
1368 (read_command_lines, read_command_lines1): Likewise.
1369 (recurse_read_control_structure): New parameters validator and
1370 closure. Handle while_stepping_control.
1371 (print_command_lines): Handle while-stepping.
1372 (get_command_line, define_command, document_command): Adjust.
1373 * remote.c (remote_download_tracepoint): Adjust.
1374 * tracepoint.c (make_cleanup_free_actions, read_actions)
1375 (free_actions, do_free_actions_cleanup): Remove.
1376 (trace_actions_command): Use read_command_lines.
1377 (validate_actionline): Use error in one place.
1378 (encode_actions_1): New, extracted from...
1379 (encode_actions): ...this. Also use cleanups for exception
1380 safety.
1381 (trace_dump_command): Adjust.
1382 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
1383 it's tracepoint.
1384
1385 2010-03-23 Mike Frysinger <vapier@gentoo.org>
1386
1387 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
1388
1389 2010-03-22 Stan Shebs <stan@codesourcery.com>
1390
1391 * value.c (value_static_field): Be lazy about the field's value.
1392
1393 2010-03-22 Reid Kleckner <reid@kleckner.net>
1394
1395 PR gdb/11094
1396 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
1397 bp_jit_event.
1398 (disable_breakpoints_in_shlibs): Likewise.
1399
1400 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
1401
1402 * dwarf2read.c (partial_die_parent_scope): Work around buggy
1403 GCC 4.1 debug info generation (GCC PR c++/28460).
1404 (determine_prefix): Likewise.
1405
1406 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
1407
1408 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
1409 get_current_arch.
1410 * tui/tui-layout.c (extract_display_start_addr): Likewise.
1411
1412 2010-03-19 Stan Shebs <stan@codesourcery.com>
1413
1414 * ax-gdb.c (gen_fetch): Handle bool.
1415 (gen_usual_unary): Ditto.
1416 (gen_cast): Ditto.
1417 (gen_equal): New function.
1418 (gen_less): New function.
1419 (gen_expr_binop_rest): Call them, also return integer type from
1420 logical operations.
1421 (gen_expr): Ditto.
1422
1423 2010-03-19 Tom Tromey <tromey@redhat.com>
1424
1425 * jv-lang.c (jv_dynamics_objfile_data_key)
1426 (jv_type_objfile_data_key): New globals.
1427 (class_symtab): Move earlier.
1428 (jv_per_objfile_free): New function.
1429 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
1430 parameter.
1431 Remove ancient #if 1.
1432 (add_class_symbol): Remove redundant declaration.
1433 (java_lookup_class): Use alloc_type, not alloc_type_arch.
1434 (java_link_class_type): Mark as static. Update.
1435 (jv_clear_object_type): New function.
1436 (set_java_object_type): Likewise.
1437 (get_java_object_type): Use set_java_object_type.
1438 (is_object_type): Likewise.
1439 (_initialize_java_language): Register new objfile keys.
1440 (get_java_class_symtab): Add 'gdbarch' parameter.
1441 (add_class_symtab_symbol): Update.
1442 (type_from_class): Update.
1443
1444 2010-03-19 Stan Shebs <stan@codesourcery.com>
1445
1446 * ax-general.c (ax_const_l): Fix a sizing bug.
1447
1448 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1449
1450 GDB 7.1 released.
1451
1452 2010-03-18 Stan Shebs <stan@codesourcery.com>
1453 Pedro Alves <pedro@codesourcery.com>
1454
1455 * target.h (struct target_ops): New method
1456 to_set_circular_trace_buffer.
1457 (target_set_circular_trace_buffer): New macro.
1458 * target.c (update_current_target): Add
1459 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
1460 default behavior.
1461 * remote.c (remote_set_circular_trace_buffer): New function.
1462 (init_remote_ops): Add it to vector.
1463 * tracepoint.h (struct trace_status): New field traceframes_created,
1464 change buffer_size and buffer_free to int.
1465 * tracepoint.c (circular_trace_buffer): New global.
1466 (start_tracing): Send values of disconnected tracing and circular
1467 trace buffer settings.
1468 (set_circular_trace_buffer): New function.
1469 (parse_trace_state): Handle total space and frames created.
1470 (trace_status_command): Display total space and total frames
1471 created.
1472 (trace_save): Write out new status values.
1473 (parse_trace_status): Set traceframe_count, traceframes_created,
1474 buffer_free and buffer_size to -1 by default.
1475 (_initialize_tracepoint): New setshow for circular-trace-buffer.
1476 * NEWS: Mention the circular trace buffer option.
1477
1478 2010-03-18 Tom Tromey <tromey@redhat.com>
1479
1480 * infcmd.c (finish_command_continuation): Wrap print_return_value
1481 in TRY_CATCH.
1482
1483 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1484
1485 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
1486 DIE has a name before creating the associated partial symbol.
1487 (read_func_scope): Emit a complaint if the subprogram does not
1488 have a name or when we can't extract the subprogram PC bounds.
1489
1490 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
1491
1492 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
1493 instead of selected frame architecture.
1494
1495 2010-03-18 Pedro Alves <pedro@codesourcery.com>
1496
1497 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
1498 a valid selected thread, and that it is not running.
1499 (advance_command): Ditto.
1500 (finish_command): Ditto.
1501
1502 2010-03-17 Stan Shebs <stan@codesourcery.com>
1503
1504 * ax-gdb.c (require_rvalue): Disallow non-scalars.
1505
1506 * infcall.c: Include tracepoint.h.
1507 (call_function_by_hand): Disallow calls in tfind mode.
1508 * infcmd.c: Include tracepoint.h.
1509 (ensure_not_tfind_mode): New function.
1510 (continue_1): Call it.
1511 (step_1) Ditto.
1512 (jump_command): Ditto.
1513 (signal_command): Ditto.
1514 (advance_command): Ditto.
1515 (until_command): Ditto.
1516 (finish_command): Ditto.
1517 * tracepoint.h (disconnect_or_stop_tracing): Declare.
1518
1519 * ax-gdb.h (struct axs_value): New field optimized_out.
1520 (gen_trace_for_var): Add gdbarch argument.
1521 * ax-gdb.c (gen_trace_static_fields): New function.
1522 (gen_traced_pop): Call it, add gdbarch argument.
1523 (gen_trace_for_expr): Update call to it.
1524 (gen_trace_for_var): Ditto, and report optimized-out variables.
1525 (gen_struct_ref_recursive): Check for optimized-out value.
1526 (gen_struct_elt_for_reference): Ditto.
1527 (gen_static_field): Pass gdbarch instead of expression, assume
1528 optimization if field not found.
1529 (gen_var_ref): Set the optimized_out flag.
1530 (gen_expr): Error on optimized-out variable.
1531 * tracepoint.c (collect_symbol): Handle struct-valued vars as
1532 expressions, skip optimized-out variables with computed locations.
1533 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
1534 erroring out if location expression missing.
1535 (loclist_tracepoint_var_ref): Don't error out here.
1536
1537 2010-03-17 Tom Tromey <tromey@redhat.com>
1538
1539 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
1540 DWARF data is available.
1541
1542 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
1543
1544 * symfile.c (generic_load): Reset breakpoints after loading.
1545
1546 2010-03-17 Tom Tromey <tromey@redhat.com>
1547
1548 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
1549
1550 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1551
1552 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
1553 create_breakpoint call, adjust the parameters.
1554
1555 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1556 Chandru <chandru@in.ibm.com>
1557
1558 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
1559 * valarith.c (value_subscripted_rvalue): Suppress error if
1560 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
1561
1562 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
1563
1564 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
1565
1566 2010-03-16 Joel Brobecker <brobecker@adacore.com>
1567
1568 * ada-tasks.c (task_command_1): Check that the task ptid is valid
1569 before doing the associated thread switch.
1570
1571 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1572
1573 * MAINTAINERS: Update my email address.
1574
1575 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
1576
1577 Simplify MI breakpoint setting.
1578
1579 * breakpoint.c (break_command_really): Make nonstatic and
1580 rename to...
1581 (create_breakpoint): ...this. Rename prior function by this name
1582 to...
1583 (create_breakpoint_sal): ...this.
1584 (create_breakpoints): Rename to...
1585 (create_breakpoints_sal): ...this.
1586 (set_breakpoint): Remove.
1587 * breakpoint.h: Adjust to above changes.
1588 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
1589
1590 2010-03-15 Stan Shebs <stan@codesourcery.com>
1591
1592 * ax-gdb.c: Include cp-support.h.
1593 (find_field): Remove.
1594 (gen_primitive_field): New function.
1595 (gen_struct_ref_recursive): New function.
1596 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
1597 of find_field.
1598 (gen_static_field): New function.
1599 (gen_struct_elt_for_reference): New.
1600 (gen_namespace_elt): New.
1601 (gen_maybe_namespace_elt): New.
1602 (gen_aggregate_elt_ref): New.
1603 (gen_expr): Add OP_SCOPE, display opcode name in error message.
1604
1605 2010-03-15 Tom Tromey <tromey@redhat.com>
1606
1607 * dwarf2read.c (die_needs_namespace): Also return 0 for
1608 DW_TAG_subprogram.
1609
1610 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1611
1612 PR c++/7936:
1613 * cp-support.h: Added char *declaration element to using_direct
1614 data struct.
1615 (cp_add_using): Added char *declaration argument.
1616 (cp_add_using_directive): Ditto.
1617 (cp_lookup_symbol_imports): made extern.
1618 * cp-namespace.c: Updated with the above changes.
1619 * dwarf2read.c (read_import_statement): Ditto.
1620 (read_namespace): Ditto.
1621 (read_import_statement): Support import declarations.
1622 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
1623 declarations.
1624 Added support for 'declaration_only' search.
1625 (cp_lookup_symbol_namespace): Attempt to search for the name as
1626 is before consideration of imports.
1627 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
1628 search at every block level search.
1629 Now takes language argument.
1630 (lookup_symbol_aux): Updated.
1631
1632 2010-03-15 Tom Tromey <tromey@redhat.com>
1633
1634 * c-exp.y (name_not_typename): Add 'operator' clause.
1635
1636 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
1637
1638 * configure.ac: Exit if ${gdb_target_obs}" is not set.
1639 * configure: Regenerate.
1640
1641 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1642
1643 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
1644 and ".sdynbss". Update the comment.
1645
1646 2010-03-15 Jie Zhang <jie@codesourcery.com>
1647
1648 * MAINTAINERS: Update my email address.
1649
1650 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1651
1652 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
1653
1654 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1655
1656 * charset.c [USE_WIN32API]: Include <windows.h>.
1657 (_initialize_charset): Correct type of w32_host_default_charset.
1658
1659 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1660
1661 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
1662
1663 2010-03-12 Tom Tromey <tromey@redhat.com>
1664
1665 PR c++/9708:
1666 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
1667 in a lexical block does not need a namespace.
1668 (new_symbol) <DW_TAG_variable>: Put extern variables on
1669 list_in_scope in all cases.
1670
1671 2010-03-12 Stan Shebs <stan@codesourcery.com>
1672
1673 * ax-gdb.c (gen_expr): Add shift expressions.
1674 (gen_expr_binop_rest): Ditto.
1675
1676 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1677
1678 * buildsym.c (finish_block): Reset using_directives pointer
1679 after block initialization.
1680
1681 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
1682
1683 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
1684 * i386-tdep.c (i386_word_names): Likewise.
1685
1686 2010-03-12 Pedro Alves <pedro@codesourcery.com>
1687
1688 * target.c (memory_xfer_partial): Don't use the stack cache if
1689 inspecting trace frames.
1690 * tracepoint.c (finish_tfind_command): Invalidate the target
1691 dcache.
1692
1693 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1694
1695 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
1696 for the PIC displacement, print also the displacement value.
1697 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
1698
1699 2010-03-10 Kevin Buettner <kevinb@redhat.com>
1700
1701 * remote-mips.c (close_ports, mips_initialize_cleanups)
1702 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
1703 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
1704 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
1705 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
1706 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
1707 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
1708 comments describing each of these functions.
1709 (mips_enter_debug, mips_exit_debug, common_open)
1710 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
1711 blank line after the comment describing the function.
1712
1713 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * solib-svr4.c (svr4_exec_displacement): Return now success, new
1716 parameter displacementp. Update comment.
1717 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
1718 element exists. Return if svr4_exec_displacement was not successful.
1719 Update comment.
1720
1721 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1722 Daniel Jacobowitz <dan@codesourcery.com>
1723
1724 * solib-svr4.c (read_program_header): Support type == -1 to read
1725 all program headers.
1726 (read_program_headers_from_bfd): New function.
1727 (svr4_static_exec_displacement): Remove and move the comment ...
1728 (svr4_exec_displacement): ... here. Remove variable found. New
1729 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
1730 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
1731 targets using read_program_headers_from_bfd. Remove the call of
1732 svr4_static_exec_displacement.
1733
1734 2010-03-10 Tom Tromey <tromey@redhat.com>
1735
1736 * dwarf2read.c (struct pubnames_header): Remove.
1737 (_PUBNAMES_HEADER): Remove.
1738 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
1739 (struct aranges_header): Remove.
1740 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
1741 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
1742 (PUBNAMES_SECTION): Remove.
1743 (ARANGES_SECTION): Remove.
1744 (dwarf2_locate_sections): Don't handle pubnames or aranges.
1745 (dwarf2_build_psymtabs): Remove dead code.
1746 (dwarf2_build_psymtabs_easy): Remove.
1747
1748 2010-03-10 Tom Tromey <tromey@redhat.com>
1749
1750 * elfread.c (elf_symfile_read): Don't call
1751 dwarf2_build_frame_info.
1752 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
1753 (struct dwarf2_per_objfile) <objfile>: New field.
1754 (dwarf2_has_info): Now idempotent. Set objfile field.
1755 (dwarf2_read_section): Check and set readin field. Call
1756 posix_madvise.
1757 (dwarf2_build_psymtabs): Don't read all sections.
1758 (read_type_comp_unit_head): Read types section.
1759 (create_debug_types_hash_table): Likewise.
1760 (init_cu_die_reader): Add asserts.
1761 (process_type_comp_unit): Add assert.
1762 (dwarf2_build_psymtabs_hard): Read info section.
1763 (load_partial_comp_unit): Add assert.
1764 (create_all_comp_units): Read info section.
1765 (load_full_comp_unit): Likewise.
1766 (dwarf2_ranges_read): Read ranges section.
1767 (dwarf2_record_block_ranges): Add assert.
1768 (dwarf2_read_abbrevs): Read abbrev section.
1769 (read_indirect_string): Read str section.
1770 (dwarf_decode_line_header): Read line section.
1771 (read_signatured_type_at_offset): Read types section.
1772 (dwarf_decode_macros): Read macinfo section.
1773 (dwarf2_symbol_mark_computed): Read loc section.
1774 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
1775 dwarf2_build_frame_info.
1776 (dwarf2_build_frame_info): Unconditionally set
1777 dwarf2_frame_objfile_data on the objfile.
1778 * configure.ac: Check for posix_madvise.
1779 * config.in, configure: Rebuild.
1780
1781 2010-03-10 Tom Tromey <tromey@redhat.com>
1782
1783 * xcoffread.c (xcoff_start_psymtab): Update.
1784 (xcoff_end_psymtab): Update.
1785 * psymtab.c (allocate_psymtab): Remove dead code.
1786 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
1787 void*.
1788 * mdebugread.c (parse_partial_symbols): Update.
1789 (new_psymtab): Likewise.
1790 * dwarf2read.c (process_psymtab_comp_unit): Update.
1791 (psymtab_to_symtab_1): Update.
1792 * dbxread.c (start_psymtab): Update.
1793 (end_psymtab): Likewise.
1794
1795 2010-03-10 Tom Tromey <tromey@redhat.com>
1796
1797 * xcoffread.c: Include psymtab.h.
1798 (xcoff_sym_fns): Update.
1799 * symtab.h (struct partial_symbol): Remove.
1800 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
1801 (struct partial_symtab): Remove.
1802 (PSYMTAB_TO_SYMTAB): Remove.
1803 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
1804 (find_pc_sect_psymtab): Remove.
1805 (find_pc_sect_symtab_via_partial): Declare.
1806 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
1807 (find_main_psymtab): Remove.
1808 (find_main_filename): Declare.
1809 (fixup_psymbol_section): Remove.
1810 (fixup_section): Declare.
1811 * symtab.c: Include psymtab.h.
1812 (lookup_symtab): Use lookup_symtab method.
1813 (lookup_partial_symtab): Remove.
1814 (find_pc_sect_psymtab_closer): Remove.
1815 (find_pc_sect_psymtab): Remove.
1816 (find_pc_sect_symtab_via_partial): New function.
1817 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
1818 (fixup_section): No longer static.
1819 (fixup_psymbol_section): Remove.
1820 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
1821 (lookup_global_symbol_from_objfile): Likewise.
1822 (lookup_symbol_aux_psymtabs): Remove.
1823 (lookup_symbol_aux_quick): New function.
1824 (lookup_symbol_global): Use lookup_symbol_aux_quick.
1825 (lookup_partial_symbol): Remove.
1826 (basic_lookup_transparent_type_quick): New function.
1827 (basic_lookup_transparent_type): Use it.
1828 (find_main_psymtab): Remove.
1829 (find_main_filename): New function.
1830 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
1831 (find_line_symtab): Use expand_symtabs_with_filename method.
1832 (output_partial_symbol_filename): New function.
1833 (sources_info): Use map_partial_symbol_filenames.
1834 (struct search_symbols_data): New type.
1835 (search_symbols_file_matches): New function.
1836 (search_symbols_name_matches): Likewise.
1837 (search_symbols): Use expand_symtabs_matching method.
1838 (struct add_name_data): Rename from add_macro_name_data.
1839 (add_macro_name): Update.
1840 (add_partial_symbol_name): New function.
1841 (default_make_symbol_completion_list): Use
1842 map_partial_symbol_names.
1843 (struct add_partial_symbol_name): New type.
1844 (maybe_add_partial_symtab_filename): New function.
1845 (make_source_files_completion_list): Use
1846 map_partial_symbol_filenames.
1847 (expand_line_sal): Use expand_symtabs_with_filename method.
1848 * symmisc.c: Include psymtab.h.
1849 (print_objfile_statistics): Use print_stats method.
1850 (dump_objfile): Use dump method.
1851 (dump_psymtab, maintenance_print_psymbols)
1852 (maintenance_info_psymtabs, maintenance_check_symtabs)
1853 (extend_psymbol_list): Remove.
1854 * symfile.h (struct quick_symbol_functions): New struct.
1855 (struct sym_fns) <qf>: New field.
1856 (sort_pst_symbols): Remove.
1857 (increment_reading_symtab): Declare.
1858 * symfile.c: Include psymtab.h.
1859 (compare_psymbols, sort_pst_symbols): Remove.
1860 (psymtab_to_symtab): Remove.
1861 (increment_reading_symtab): New function.
1862 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
1863 method.
1864 (set_initial_language): Use find_main_filename.
1865 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
1866 (free_named_symtabs): Remove unused code.
1867 (start_psymtab_common, add_psymbol_to_bcache)
1868 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
1869 Remove.
1870 * stack.c: Include psymtab.h, symfile.h.
1871 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
1872 * source.h (psymtab_to_fullname): Don't declare.
1873 * source.c: Include psymtab.h.
1874 (select_source_symtab): Use find_last_source_symtab method.
1875 (forget_cached_source_info): Use forget_cached_source_info
1876 method.
1877 (find_and_open_source): No longer static.
1878 (psymtab_to_fullname): Remove.
1879 * somread.c: Include psymtab.h.
1880 (som_sym_fns): Update.
1881 * psympriv.h: New file.
1882 * psymtab.h: New file.
1883 * psymtab.c: New file.
1884 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
1885 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
1886 * objfiles.c: Include psymtab.h.
1887 (objfile_relocate1): Use relocate method.
1888 (objfile_has_partial_symbols): Use has_symbols method.
1889 * mipsread.c: Include psymtab.h.
1890 (ecoff_sym_fns): Update.
1891 * mi/mi-cmd-file.c: Include psymtab.h.
1892 (print_partial_file_name): New function.
1893 (mi_cmd_file_list_exec_source_files): Use
1894 map_partial_symbol_filenames.
1895 * mdebugread.c: Include psympriv.h.
1896 * machoread.c: Include psympriv.h.
1897 (macho_sym_fns): Update.
1898 * m2-exp.y (yylex): Use lookup_symtab.
1899 * elfread.c: Include psympriv.h.
1900 (elf_sym_fns): Update.
1901 * dwarf2read.c: Include psympriv.h.
1902 * dbxread.c: Include psympriv.h.
1903 (aout_sym_fns): Update.
1904 * cp-support.c: Include psymtab.h.
1905 (read_in_psymtabs): Remove.
1906 (make_symbol_overload_list_qualified): Use
1907 expand_symtabs_for_function method.
1908 * coffread.c: Include psympriv.h.
1909 (coff_sym_fns): Update.
1910 * blockframe.c: Include psymtab.h.
1911 (find_pc_partial_function): Use find_pc_sect_symtab method.
1912 * ada-lang.h (ada_update_initial_language): Update.
1913 * ada-lang.c: Include psymtab.h.
1914 (ada_update_initial_language): Remove 'main_pst' argument.
1915 (ada_lookup_partial_symbol): Remove.
1916 (struct ada_psym_data): New type.
1917 (ada_add_psyms): New function.
1918 (ada_add_non_local_symbols): Use map_ada_symtabs method.
1919 (struct add_partial_datum): New type.
1920 (ada_add_partial_symbol_completions): New function.
1921 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
1922 (ada_exception_support_info_sniffer): Update.
1923 * Makefile.in (SFILES): Add psymtab.c.
1924 (COMMON_OBS): Add psymtab.o.
1925 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
1926
1927 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
1928
1929 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
1930
1931 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
1932
1933 PR C++/11236:
1934 * cp-namespace.c (cp_add_using): Deleted.
1935 (cp_add_using_directive): Use obstack allocations.
1936 Merged the function cp_add_using into this one.
1937 Added 'struct obstack *' argument.
1938 (cp_scan_for_anonymous_namespaces): Updated.
1939 * cp-support.h: Updated.
1940 * dwarf2read.c (read_import_statement): Updated.
1941 (read_namespace): Updated.
1942
1943 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
1944
1945 * windows-nat.c (cygwin_conv_path): Remove old macro.
1946
1947 2010-03-10 Pedro Alves <pedro@codesourcery.com>
1948
1949 * breakpoint.c (condition_command): Handle watchpoint conditions.
1950 (is_hardware_watchpoint): Add comment.
1951 (is_watchpoint): New.
1952 (update_watchpoint): Don't reparse the watchpoint's condition
1953 unless necessary.
1954 (WP_IGNORE): New.
1955 (watchpoint_check): Use it.
1956 (bpstat_check_watchpoint): Handle it.
1957 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
1958 conditions in a frame where it makes sense.
1959 (watch_command_1): Store the innermost block of the condition
1960 expression.
1961 (delete_breakpoint): Delete the watchpoint condition expression.
1962 * breakpoint.h (struct bp_location) <cond>: Update comment.
1963 (struct breakpoint): New field `cond_exp_valid_block'.
1964
1965 2010-03-09 Joel Brobecker <brobecker@adacore.com>
1966
1967 Adjust handling of Ada DIEs after dwarf2_physname patch.
1968 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
1969
1970 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
1971 Pierre Muller <muller@ics.u-strasbg.fr>
1972
1973 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
1974 from/to posix/win32.
1975 (windows_make_so): Use non-Cygwin 1.7 specific function.
1976 (windows_create_inferior): Make sure that cygallargs points to
1977 original args in non Cygwin 1.7. case.
1978
1979 2010-03-09 Michael Snyder <msnyder@vmware.com>
1980
1981 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
1982 after target_read_memory to get host byte order.
1983 (i386_process_record): Ditto.
1984
1985 2010-03-09 Keith Seitz <keiths@redhat.com>
1986
1987 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
1988 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
1989 print out const or volatile qualifiers, too.
1990 (c_type_print_args): Add parameters show_artificial and language.
1991 Skip artificial parameters when requested.
1992 Use the appropriate language printer.
1993 (c_type_print_varspec): Tell c_type_print_args to skip artificial
1994 parameters and pass language_c.
1995 * dwarf2read.c (die_list): New file global.
1996 (struct partial_die_info): Update comments for name field.
1997 (pdi_needs_namespace): Renamed to ...
1998 (die_needs_namespace): ... this. Rewrite.
1999 (dwarf2_linkage_name): Remove.
2000 (add_partial_symbol): Do not predicate the call to
2001 partial_die_full_name based on pdi_needs_namespace.
2002 Remove call to cp_check_possible_namespace_symbols and associated
2003 outdated comments.
2004 (guess_structure_name): Do not inspect child subprogram DIEs.
2005 (dwarf2_fullname): Update comments.
2006 Use die_needs_namespace to assist in computing the name.
2007 (read_func_scope): Use dwarf2_name to get the DIE's name.
2008 Use dwarf2_physname to get the "linkage name" of the DIE.
2009 (dwarf2_add_member_field): Use dwarf2_physname instead of
2010 dwarf2_linkage_name.
2011 (read_structure_type): For structs and classes, set TYPE_NAME, too.
2012 (determine_class): Remove.
2013 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
2014 except Ada.
2015 (new_symbol): Unconditionally call dwarf2_name.
2016 Compute the "linkage name" using dwarf2_physname.
2017 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
2018 When determining to scan for anonymous C++ namespaces, ignore
2019 the linkage name.
2020 (dwarf2_physname): New function.
2021 (dwarf2_full_name): Move content to new function and call
2022 that.
2023 (dwarf2_compute_name): "New" function.
2024 (_initialize_dwarf2_read): Initialize die_list.
2025 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
2026 physname.
2027 (gnu_v3_print_method_ptr): Use the physname for virtual methods
2028 without a demangled name.
2029 Print out type information for non-virtual methods.
2030 * linespec.c (decode_line_1): Force ANY string using "::" (or
2031 "." for java) to use decode_compound, and clean up any stray quoting.
2032 If we found a file symtab, re-evaluate whether the remainder is_quoted.
2033 (decode_compound): Stop consuming at an open parenthesis.
2034 Keep template parameters.
2035 Keep any overload information.
2036 Keep keywords like "const".
2037 Remove paren_pointer.
2038 Move is_quoted check from set_flags to here.
2039 Remove #if 0 code from 2000. Ten years is long enough.
2040 (find_method): Before comparing symbol names, canonicalize the string
2041 from the user.
2042 If a specific overload is requested, find it. Otherwise throw an error.
2043 (find_method_overload_end): New function.
2044 (set_flags): Remove.
2045 (decode_compound): Assume that parentheses are matched.
2046 It's a lot easier.
2047 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
2048 to cplus_demangle.
2049 * linespec.c (decode_line_1): Keep important keywords like
2050 "const" and "volatile".
2051 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
2052 * typeprint.h (c_type_print_args): Add declaration.
2053 * ui-file.c (do_ui_file_obsavestring): New function.
2054 (ui_file_obsavestring): New function.
2055 * ui-file.h (ui_file_obsavestring): Add declaration.
2056 * valops.c (find_overload_match): Resolve the object to
2057 a non-pointer type.
2058 If the object is a data member, search the object for the member
2059 and return with staticp set.
2060 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
2061 Do not attempt to extract a function name from non-function types.
2062 If the extracted function name and the original name are the same,
2063 we don't have a C++ method.
2064
2065 From Jan Kratochvil <jan.kratochvil@redhat.com>:
2066 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
2067
2068 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
2069 and arguments from symbol lookups.
2070 * ax-gdb.c (gen_expr): Likewise.
2071 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
2072 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
2073 lookup_possible_namespace_symbol): Likewise.
2074 * cp-support.c (read_in_psymtabs): Likewise.
2075 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
2076 * language.h (la_lookup_symbol_nonlocal): Likewise.
2077 * scm-valprint.c (scm_inferior_print): Likewise.
2078 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
2079 * solib-svr.c (elf_lookup_lib): Likewise.
2080 * solib.c (show_auto_solib_add): Likewise.
2081 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
2082 * symmisc.c (maintenance_check_symtabs): Likewise.
2083 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
2084 lookup_symbol_aux_local, lookup_symbol_aux_block,
2085 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
2086 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
2087 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
2088 basic_lookup_transparent_type, find_main_psymtab,
2089 lookup_block_symbol): Likewise.
2090 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
2091 lookup_symbol_global, lookup_symbol_aux_block,
2092 lookup_symbol_partial_symbol, lookup_block_symbol,
2093 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
2094
2095 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
2096
2097 * python/python-internal.h: Include symtab.h.
2098
2099 2010-03-09 Joel Brobecker <brobecker@adacore.com>
2100 Pierre Muller <muller@ics.u-strasbg.fr>
2101
2102 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
2103 * p-valprint.c (pascal_val_print): Remove undeed block and fix
2104 indentation.
2105
2106 2010-03-08 Tom Tromey <tromey@redhat.com>
2107
2108 * breakpoint.c (breakpoint_1): Add "QUIT".
2109
2110 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
2111 Pedro Alves <pedro@codesourcery.com>
2112
2113 * solib.c (solib_find): Replace extension if
2114 solib_symbols_extension is set in the target gdbarch.
2115 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
2116 solib_symbols_extension to "sym".
2117 * gdbarch.sh (solib_symbols_extension): New variable.
2118 (pstring): New function.
2119 * gdbarch.h, gdbarch.c: Regenerate.
2120
2121 2010-03-08 Tom Tromey <tromey@redhat.com>
2122
2123 PR cli/9591:
2124 * NEWS: Update.
2125 * utils.c: Include main.h.
2126 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
2127 (defaulted_query): Use default answer if `batch_flag'.
2128 * main.h (batch_flag): Declare.
2129 * main.c (batch_flag): New global.
2130 (captured_main): Remove 'batch'. Update.
2131
2132 2010-03-08 Kevin Buettner <kevinb@redhat.com>
2133
2134 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
2135 and Kevin Buettner:
2136
2137 * remote-mips.c (rockhopper_ops): New target_ops struct.
2138 (MON_ROCKHOPPER): New mips_monitor_type.
2139 (read_hex_value): New function.
2140 (mips_request): Send 8-byte values with a 'T' packet. Read the
2141 packet argument as a string and use read_hex_value to parse it.
2142 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
2143 (rockhopper_open): New function.
2144 (mips_wait): Read the PC, FP and SP fields as strings. Use
2145 read_hex_value to parse them and mips_set_register to commit them.
2146 (mips_set_register): New function.
2147 (mips_fetch_registers): Do not cast register value to "unsigned"
2148 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
2149 (mips_store_registers): Use a 'T' packet to set registers when
2150 using MON_ROCKHOPPER.
2151 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
2152 and expect the total to be printed before the entry address.
2153 (_initialize_remote_mips): Initialize and add rockhopper_ops.
2154
2155 2010-03-08 Kevin Buettner <kevinb@redhat.com>
2156
2157 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
2158 Change return value to int. Store value fetched in location
2159 addressed by `val'. Use function's return value as success
2160 or failure indicator. Adjust all callers.
2161
2162 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
2163
2164 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
2165
2166 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2167 Hui Zhu <teawater@gmail.com>
2168
2169 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
2170 tmp_to_stopped_data_address.
2171 (record_open): Reset tmp_to_stopped_by_watchpoint and
2172 tmp_to_stopped_data_address.
2173 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
2174 to_stopped_data_address.
2175
2176 2010-03-08 Hui Zhu <teawater@gmail.com>
2177
2178 * i386-tdep.c (i386_process_record): Initialize regnum.
2179
2180 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
2183 Do not warn on ".gnu.liblist" and ".gnu.conflict".
2184
2185 2010-03-08 Joel Brobecker <brobecker@adacore.com>
2186
2187 Memory error when reading wrong core file.
2188 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
2189 errors while reading the inferior memory, and return zero if
2190 an exception was raised.
2191
2192 2010-03-07 Michael Snyder <msnyder@vmware.com>
2193
2194 * record.c (record_restore): Rename tmpu8 to rectype.
2195
2196 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
2197 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
2198
2199 (i386_record_push): Rename local tmpulongest to addr.
2200
2201 (i386_process_record): Rename local tmpulongest to addr.
2202
2203 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
2204 addr64.
2205
2206 Rename local variable tmpu8 to opcode8 and regnum.
2207
2208 2010-03-07 Joel Brobecker <brobecker@adacore.com>
2209
2210 * remote.c (remote_get_ada_task_ptid): New function.
2211 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
2212
2213 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
2214
2215 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
2216 block. Define helper macros to reduce ifdefs in code.
2217 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
2218 size. Call unadorned GetModuleFileNameEx rather than
2219 GetModuleFileNameEx*.
2220 (windows_make_so): Use __PMAX to denote maximum buffer size and
2221 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
2222 appropriate.
2223 (get_image_name): Use __PMAX to denote maximum buffer size.
2224 (handle_load_dll): Likewise.
2225 (windows_pid_to_exec_file): Likewise.
2226 (windows_create_inferior): Add many accommodations for older Cygwin and
2227 non-Cygwin.
2228 (bad_GetModuleFileNameExW): Control inclusion of this function based on
2229 __USEWIDE conditional.
2230 (bad_GetModuleFileNameExA): Likewise.
2231 (_initialize_loadable): Just use real function names without the dyn_
2232 part since they are defined earlier.
2233
2234 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
2235 Tom Tromey <tromey@redhat.com>
2236
2237 * utils.c (host_char_to_target): Add 'gdbarch' argument.
2238 (parse_escape): Likewise.
2239 * python/py-utils.c (unicode_to_target_string): Update.
2240 (unicode_to_target_python_string): Update.
2241 (target_string_to_unicode): Update.
2242 * printcmd.c (printf_command): Update.
2243 * p-exp.y (yylex): Update.
2244 * objc-exp.y (yylex): Update.
2245 * mi/mi-parse.c: Include charset.h.
2246 (mi_parse_escape): New function.
2247 (mi_parse_argv): Use it.
2248 * jv-exp.y (yylex): Update.
2249 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
2250 function.
2251 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
2252 * gdbarch.sh (auto_charset, auto_wide_charset): New.
2253 * gdbarch.c: Rebuild.
2254 * gdbarch.h: Rebuild.
2255 * defs.h (parse_escape): Update.
2256 * cli/cli-setshow.c: Include arch-utils.h.
2257 (do_setshow_command): Update.
2258 * cli/cli-cmds.c (echo_command): Update.
2259 * charset.h (target_charset, target_wide_charset): Update.
2260 * charset.c: Include arch-utils.h.
2261 (target_charset_name): Default to "auto".
2262 (target_wide_charset_name): Likewise.
2263 (show_target_charset_name): Handle "auto".
2264 (show_target_wide_charset_name): Likewise.
2265 (be_le_arch): New global.
2266 (set_be_le_names): Add 'gdbarch' argument.
2267 (validate): Likewise. Don't call set_be_le_names.
2268 (set_charset_sfunc, set_host_charset_sfunc)
2269 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
2270 Update.
2271 (target_charset): Add 'gdbarch' argument.
2272 (target_wide_charset): Likewise. Remove 'byte_order' argument.
2273 (auto_target_charset_name): New global.
2274 (default_auto_charset, default_auto_wide_charset): New functions.
2275 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
2276 for target charsets. Copy result of nl_langinfo. Use GetACP if
2277 USE_WIN32API.
2278 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
2279 remove 'byte_order' argument. Update.
2280 (classify_type): Likewise.
2281 (c_emit_char): Update.
2282 (c_printchar): Update.
2283 (c_printstr): Update.
2284 (c_get_string): Update.
2285 (evaluate_subexp_c): Update.
2286 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
2287 Declare.
2288 * python/python.c (gdbpy_target_charset): New function.
2289 (gdbpy_target_wide_charset): Likewise.
2290 (GdbMethods): Update.
2291 * NEWS: Update.
2292
2293 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
2294
2295 * symfile.c (build_section_addr_info_from_objfile): Do not mask
2296 off high address bits.
2297
2298 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
2299
2300 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
2301 address as UnsignedLongLong, not LongLong.
2302
2303 2010-03-05 Kevin Buettner <kevinb@redhat.com>
2304 Pedro Alves <pedro@codesourcery.com>
2305
2306 * remote-mips.c (gdbthread.h): Include.
2307 (remote_mips_ptid): Declare.
2308 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
2309 (common_open): Set inferior_ptid, add it as an inferior, and
2310 as a thread too. Delete FIXME comment regarding start_remote().
2311 (mips_close): Invoke generic_mourn_inferior().
2312 (mips_kill): Make sure that target_mourn_inferior is invoked.
2313 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
2314 it's now invoked from mips_close().
2315 (mips_load): Don't null out inferior_ptid. Don't call
2316 clear_symtab_users().
2317 (mips_thread_alive, mips_pid_to_str): New functions.
2318 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
2319 to_thread_alive and to_pid_to_str operations.
2320
2321 2010-03-04 Tom Tromey <tromey@redhat.com>
2322
2323 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
2324 in DWARF 3 and later.
2325 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
2326
2327 2010-03-04 Keith Seitz <keiths@redhat.com>
2328
2329 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
2330 If the filename portion of the linespec was quoted, recheck the
2331 remainder for additional quoting.
2332 (locate_first_half): Skip over completer chars, too.
2333
2334 2010-03-04 Tom Tromey <tromey@redhat.com>
2335
2336 * printcmd.c (printf_command): Pass dummy argument to
2337 printf_filtered.
2338
2339 2010-03-04 Doug Evans <dje@google.com>
2340
2341 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
2342 unwound_fp.
2343
2344 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
2345
2346 2010-03-04 Pedro Alves <pedro@codesourcery.com>
2347
2348 * breakpoint.c (update_watchpoint): Create a sentinel location if
2349 the software watchpoint isn't watching any memory.
2350 (breakpoint_address_bits): Skip dummy software watchpoint locations.
2351
2352 2010-03-04 Pedro Alves <pedro@codesourcery.com>
2353
2354 * utils.c (fputs_maybe_filtered): Check if there's already a top
2355 level interpreter before dereferencing it. If there isn't one,
2356 don't paginate either.
2357
2358 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2359
2360 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
2361 the state right when single stepping.
2362 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
2363 Get the next PC along with the instruction state.
2364 (thumb_get_next_pc): Remove.
2365 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
2366
2367 2010-03-04 Hui Zhu <teawater@gmail.com>
2368
2369 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
2370
2371 2010-03-03 Pedro Alves <pedro@codesourcery.com>
2372
2373 * utils.c (fputs_maybe_filtered): Always disable pagination if the
2374 top level interpreter is MI.
2375
2376 2010-03-03 Stan Shebs <stan@codesourcery.com>
2377
2378 * remote.c (remote_download_tracepoint): Iterate over locations.
2379 * tracepoint.c (validate_actionline): Ditto.
2380 (encode_actions): Add location argument.
2381 (trace_dump_command): Check all locations to see if stepping
2382 frame.
2383
2384 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
2385 Eli Zaretskii <eliz@gnu.org>
2386
2387 * NEWS: Add X86 general purpose registers section.
2388
2389 2010-03-03 Tom Tromey <tromey@redhat.com>
2390
2391 PR mi/11098:
2392 * varobj.c (install_new_value): Handle case where new print_value
2393 is NULL.
2394
2395 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
2396
2397 PR gdb/11345:
2398 * printcmd.c (printf_command): Print end of format string using
2399 printf_filtered.
2400
2401 2010-03-02 Tom Tromey <tromey@redhat.com>
2402
2403 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
2404 * defs.h (read_command_lines_1): Add missing 'void'.
2405 * cli/cli-script.c (recurse_read_control_structure): Add missing
2406 'void'.
2407 (read_next_line): Likewise.
2408 (read_command_lines_1): Likewise.
2409
2410 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
2411
2412 * spu-tdep.c (spu_analyze_prologue): Track instruction to
2413 store backchain as part of prologue.
2414
2415 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2416
2417 * progspace.c (update_address_spaces): Update inferior address spaces
2418 also.
2419
2420 2010-03-02 Doug Evans <dje@google.com>
2421
2422 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
2423 lowpc,highpc args to addrmap_set_empty.
2424
2425 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
2426
2427 * amd64-tdep.c (amd64_byte_names): New.
2428 (amd64_word_names): Likewise.
2429 (amd64_dword_names): Likewise.
2430 (amd64_pseudo_register_name): Likewise.
2431 (amd64_pseudo_register_read): Likewise.
2432 (amd64_pseudo_register_write): Likewise.
2433 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
2434 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
2435 set_gdbarch_pseudo_register_write and
2436 set_tdesc_pseudo_register_name. Don't call
2437 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
2438
2439 * i386-tdep.c (i386_num_mmx_regs): Removed.
2440 (i386_num_pseudo_regs): Likewise.
2441 (i386_byte_names): New.
2442 (i386_word_names): Likewise.
2443 (i386_byte_regnum_p): Likewise.
2444 (i386_word_regnum_p): Likewise.
2445 (i386_mmx_regnum_p): Updated.
2446 (i386_pseudo_register_name): Make it global. Handle byte and
2447 word pseudo-registers.
2448 (i386_pseudo_register_read): Likewise.
2449 (i386_pseudo_register_write): Likewise.
2450 (i386_pseudo_register_type): Handle byte, word and dword
2451 pseudo-registers
2452 (i386_register_reggroup_p): Don't include pseudo
2453 registers, except for MXX, in any register groups. Don't
2454 include pseudo byte, word, dword registers in general_reggroup.
2455 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
2456 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
2457 pseudo-registers after word pseudo-registers. Call
2458 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
2459
2460 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
2461 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
2462 eax_regnum.
2463 (i386_byte_regnum_p): New.
2464 (i386_word_regnum_p): Likewise.
2465 (i386_dword_regnum_p): Likewise.
2466 (i386_pseudo_register_name): Likewise.
2467 (i386_pseudo_register_read): Likewise.
2468 (i386_pseudo_register_write): Likewise.
2469
2470 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2471
2472 * target-descriptions.c (tdesc_type): Remove
2473 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2474 (tdesc_predefined_types): Likewise.
2475 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
2476 if flag name is empty.
2477 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
2478
2479 * features/i386/32bit-core.xml: Define i386_eflags.
2480 * features/i386/64bit-core.xml: Likewise.
2481
2482 * features/i386/32bit-sse.xml: Define i386_mxcsr.
2483 * features/i386/64bit-sse.xml: Likewise.
2484
2485 * features/i386/amd64-linux.c: Regenerated.
2486 * features/i386/amd64.c: Likewise.
2487 * features/i386/i386-linux.c: Likewise.
2488 * features/i386/i386.c: Likewise.
2489
2490 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2491
2492 * gdbtypes.c (append_composite_type_field_raw): New.
2493 (append_composite_type_field_aligned): Use the new function.
2494 * gdbtypes.h (append_composite_type_field_raw): Declare.
2495 * target-descriptions.c (struct tdesc_type_field): Add start and end.
2496 (struct tdesc_type_flag): New type.
2497 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
2498 kind. Add size to u.u. Add u.f for flags.
2499 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
2500 (tdesc_free_type): Likewise.
2501 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
2502 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
2503 (tdesc_add_bitfield, tdesc_add_flag): New.
2504 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
2505 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
2506 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
2507 current_type. Add current_type_size and current_type_is_flags.
2508 (tdesc_start_union): Clear the new fields.
2509 (tdesc_start_struct, tdesc_start_flags): New.
2510 (tdesc_start_field): Handle struct fields, including bitfields.
2511 (field_attributes): Make type optional. Add start and end.
2512 (union_children): Rename to struct_union_children.
2513 (union_attributes): Rename to struct_union_attributes. Add optional
2514 size.
2515 (flags_attributes): New.
2516 (feature_children): Add struct and flags.
2517 * features/gdb-target.dtd: Add flags and struct to features.
2518 Make field type optional. Add field start and end.
2519
2520 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2521
2522 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
2523 (amd64_linux_read_description): Likewise.
2524 (_initialize_amd64_linux_nat): Set to_read_description to
2525 amd64_linux_read_description.
2526
2527 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
2528 (amd64_linux_register_name): Removed.
2529 (amd64_linux_register_type): Likewise.
2530 (amd64_linux_core_read_description): New.
2531 (amd64_linux_init_abi): Set target description to
2532 tdesc_amd64_linux if needed. Support orig_rax in target
2533 description. Don't call set_gdbarch_register_name nor
2534 set_gdbarch_register_type. Call
2535 set_gdbarch_core_read_description.
2536 (_initialize_amd64_linux_tdep): Call
2537 initialize_tdesc_amd64_linux.
2538
2539 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
2540
2541 * amd64-tdep.c: Include "features/i386/amd64.c".
2542 (amd64_register_names): Removed.
2543 (amd64_register_name): Likewise.
2544 (amd64_register_type): Likewise.
2545 (amd64_init_abi): Set num_core_regs and register_names. Set
2546 target description to tdesc_amd64 if needed. Don't call
2547 set_gdbarch_register_name nor set_gdbarch_register_type.
2548 (_initialize_amd64_tdep): New.
2549
2550 * i386-linux-nat.c (i386_linux_read_description): New.
2551 (_initialize_i386_linux_nat): Set to_read_description to
2552 i386_linux_read_description.
2553
2554 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
2555 (i386_linux_register_name): Removed.
2556 (i386_linux_core_read_description): New.
2557 (i386_linux_read_description): Likewise.
2558 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
2559 Set target description to tdesc_i386_linux if needed. Support
2560 orig_eax. Set register_reggroup_p. Call
2561 set_gdbarch_core_read_description.
2562 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
2563
2564 * i386-linux-tdep.h (tdesc_i386_linux): New.
2565
2566 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
2567 with I387_NUM_REGS.
2568
2569 * i386-tdep.c: Include "features/i386/i386.c".
2570 (i386_register_names): Make it const.
2571 (i386_mmx_names): Likewise.
2572 (i386_num_register_names): Removed.
2573 (i386_register_name): Likewise.
2574 (i386_eflags_type): Likewise.
2575 (i386_mxcsr_type): Likewise.
2576 (i386_sse_type): Likewise.
2577 (i386_register_type): Likewise.
2578 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
2579 (i386_pseudo_register_name): New.
2580 (i386_pseudo_register_type): Likewise.
2581 (i386_mmx_type): Make it static.
2582 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
2583 I387_NUM_REGS. Set num_core_regs and register_names. Don't
2584 call set_gdbarch_register_name nor set_gdbarch_register_type.
2585 Set register_reggroup_p. Set target description to tdesc_i386
2586 if needed. Call set_tdesc_pseudo_register_type,
2587 set_tdesc_pseudo_register_name and tdesc_use_registers.
2588 (_initialize_i386_tdep): Call initialize_tdesc_i386.
2589 initialize_tdesc_x86_64.
2590
2591 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
2592 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
2593 register_names, tdesc and register_reggroup_p.
2594 (I386_NUM_FREGS): Removed.
2595 (i386_eflags_type): Likewise.
2596 (i386_mxcsr_type): Likewise.
2597 (i386_mmx_type): Likewise.
2598 (i386_sse_type): Likewise.
2599 (i386_register_name): Likewise.
2600 (i386_regnum): Add I386_MXCSR_REGNUM.
2601 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
2602
2603 * i387-tdep.h (I387_NUM_REGS): New.
2604
2605 * regformats/i386/i386-linux.dat: Generated.
2606 * regformats/i386/i386.dat: Likewise.
2607 * regformats/i386/amd64-linux.dat: Likewise.
2608 * regformats/i386/amd64.dat: Likewise.
2609
2610 * regformats/reg-i386-linux.dat: Removed.
2611 * regformats/reg-i386.dat: Likewise.
2612 * regformats/reg-x86-64-linux.dat: Likewise.
2613 * regformats/reg-x86-64.dat: Likewise.
2614
2615 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
2616
2617 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
2618 cygwin_conv_path API rather than the deprecated
2619 cygwin_conv_to_full_posix_path.
2620 * windows-nat.c:
2621 (GetModuleFileNameExA): Undefine for Cygwin.
2622 (GetModuleFileNameExW): Define for Cygwin.
2623 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
2624 Call GetModuleFileNameExW and convert path to POSIX using
2625 cygwin_conv_path.
2626 (windows_make_so): Always define p. Drop unused variable m.
2627 Don't use Win32 functions to check file existance, rather use
2628 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
2629 Use canonicalize_file_name to get full path.
2630 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
2631 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
2632 use correct target buffer size in call to WideCharToMultiByte.
2633 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
2634 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
2635 (windows_create_inferior): Convert all paths and arguments to wchar_t
2636 and use CreateProcessW on Cygwin.
2637 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
2638 (bad_GetModuleFileNameExA): Undefine for Cygwin.
2639 (bad_GetModuleFileNameExW): Define for Cygwin.
2640 (_initialize_loadable): Load GetModuleFileNameExW into
2641 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
2642
2643 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2644
2645 PR python/11036
2646 * python/py-frame.c (frapy_read_var): Add block argument and logic
2647 to cope with user provided blocks.
2648
2649 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2650
2651 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
2652 New comment.
2653
2654 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
2655
2656 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
2657 (COMMON_OBS): ... to here since it's used unconditionally.
2658 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
2659 (SFILES): To here.
2660
2661 2010-02-26 David Daney <ddaney@caviumnetworks.com>
2662
2663 * mips-linux-tdep.c: Update struct sigframe comments.
2664 (SIGFRAME_CODE_OFFSET): Delete macro.
2665 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
2666 this_frame's sp.
2667 (mips_linux_n32n64_sigframe_init): Same.
2668
2669 2010-02-26 Kevin Buettner <kevinb@redhat.com>
2670
2671 * remote-mips.c (mips_load): Don't use pseudo-register when
2672 invalidating regcache.
2673
2674 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2675
2676 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
2677
2678 2010-02-26 Pedro Alves <pedro@codesourcery.com>
2679
2680 * NEWS: Add "New targets" section, and mention ARM Symbian
2681 support.
2682
2683 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
2684
2685 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
2686 add ADDR_SIZE member.
2687 (allocate_piece_closure): Update.
2688 (copy_pieced_value_closure): Likewise.
2689 (dwarf2_evaluate_loc_desc): Likewise.
2690 (read_pieced_value): Use DWARF address size instead of
2691 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
2692
2693 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
2694 Tom Tromey <tromey@redhat.com>
2695
2696 * python/py-type.c (typy_lookup_typename): Add in block argument.
2697 If provided restrict lookup to specified blocks.
2698 (gdbpy_lookup_type): Likewise.
2699 (typy_lookup_type): Likewise.
2700
2701 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 Symbian config
2704
2705 gdb/
2706 * arm-symbian-tdep.c: New.
2707 * configure.tgt (arm*-*-symbianelf*): New target.
2708 (*-*-symbianelf*): New OS.
2709 * osabi.c (gdb_osabi_names): Add Symbian.
2710 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
2711 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
2712 (ALLDEPFILES): Add arm-symbian-tdep.c.
2713
2714 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
2715
2716 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
2717
2718 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2719
2720 * mi/mi-main.c (mi_cmd_execute): Fix typo.
2721
2722 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2723 Tom Tromey <tromey@redhat.com>
2724 Thiago Jung Bauermann <bauerman@br.ibm.com>
2725
2726 * python/python.c (_initialize_python): Call
2727 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
2728 gdbpy_initialize_blocks.
2729 * python/python-internal.h: Declare struct symbol, block and
2730 symtab_and_line. Declare block_object_type and
2731 symbol_object_type
2732 (gdbpy_lookup_symbol gdbpy_block_for_pc)
2733 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
2734 (symbol_to_symbol_object, block_to_block_object)
2735 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
2736 (gdbpy_initialize_blocks ): Declare.
2737 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
2738 (frapy_select): Add methods.
2739 (frapy_read_var): Add symbol branch.
2740 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
2741 py-block.
2742 (SUBDIR_PYTHON_SRCS): Likewise.
2743 (py-symbol.o): New rule.
2744 (py-symtab.o): Likewise.
2745 (py-block.o): Likewise.
2746 * python/py-symbol.c: New file.
2747 * python/py-symtab.c: Likewise.
2748 * python/py-block.c: Likewise.
2749
2750 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2751
2752 PR gdb/11321
2753
2754 * inferior.h (prepare_for_detach): Declare.
2755 (struct inferior) <detaching>: New field.
2756 * infrun.c (prepare_for_detach): New.
2757 (handle_inferior_event) <random signal>: Don't stop if detaching.
2758 * target.c (target_detach): Call prepare_for_detach.
2759
2760 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2761
2762 Per-process displaced stepping queue.
2763
2764 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
2765 (displaced_step_gdbarch, displaced_step_closure,
2766 (displaced_step_original, displaced_step_copy): Move globals to
2767 this...
2768 (struct displaced_step_inferior_state): ... new structure.
2769 (displaced_step_inferior_states): New global.
2770 (get_displaced_stepping_state, add_displaced_stepping_state)
2771 (remove_displaced_stepping_state, infrun_inferior_exit): New
2772 functions.
2773 (displaced_step_clear): Add displaced_step_inferior_state
2774 parameter, and adjust to handle it.
2775 (displaced_step_clear_cleanup): Parameter is now a
2776 displaced_step_inferior_state. Adjust.
2777 (displaced_step_prepare): Adjust.
2778 (displaced_step_fixup, displaced_step_fixup)
2779 (infrun_thread_ptid_changed, resume): Adjust.
2780 (init_wait_for_inferior): Don't call displaced_step_clear.
2781 (infrun_thread_stop_requested): Rewrite.
2782 (_initialize_infrun): Install infrun_inferior_exit as
2783 inferior_exit observer.
2784
2785 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2786
2787 * inferior.h (ptid_match): Declare.
2788 * infrun.c (ptid_match): New.
2789 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
2790 (handle_notification): Add debug output.
2791 * linux-nat.c (ptid_match): Delete.
2792
2793 2010-02-24 David S. Miller <davem@davemloft.net>
2794
2795 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
2796 * syscalls/sparc-linux.xml: New.
2797 * syscalls/sparc64-linux.xml: New.
2798 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
2799 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
2800 (sparc32_linux_get_syscall_number): New function.
2801 (sparc32_linux_init_abi): Set syscall XML file name and hook up
2802 syscall number fetcher.
2803 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
2804 (sparc64_linux_get_syscall_number): New function.
2805 (sparc64_linux_init_abi): Set syscall XML file name and hook up
2806 syscall number fetcher.
2807
2808 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2809
2810 Multiexec MI
2811
2812 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2813 * inferior.c (add_inferior_silent): Notify inferior_added
2814 observer.
2815 (delete_inferior_1): Notify inferior_removed observer.
2816 (exit_inferior_1): Pass inferior, not pid, to observer.
2817 (inferior_appeared): Likewise.
2818 (add_inferior_with_spaces): New.
2819 (add_inferior_command): Use the above.
2820 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
2821 Declare.
2822
2823 * inflow.c (inflow_inferior_exit): Likewise.
2824 * jit.c (jit_inferior_exit_hook): Likewise.
2825
2826 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
2827 remove-inferior.
2828 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2829 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
2830 (report_initial_inferior): New.
2831 (mi_inferior_removed): Register the above. Make sure
2832 inferior_added observer is called on the first inferior.
2833 (mi_new_thread, mi_thread_exit): Thread group is now identified by
2834 inferior number, not pid.
2835 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
2836 affected.
2837 * mi/mi-main.c (current_context): New.
2838 (proceed_thread_callback): Use typed closure.
2839 Proceed everything if pid is 0. Most implementation split into
2840 (proceed_thread): ... this.
2841 (run_one_inferior): New.
2842 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
2843 Adjust for multiexec behaviour.
2844 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2845 (mi_cmd_execute): Handle the 'thread-group' option here.
2846 Do some extra checks.
2847 * mi-parse.c (mi_parse): Handle the --all and --thread-group
2848 options.
2849 * mi-parse.h (struct mi_parse): New fields all and thread_group.
2850
2851 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2852
2853 Make -exec-run a proper MI commands.
2854
2855 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
2856 * mi/mi-cmds.c (mi_cmds): Adjust.
2857 * mi/mi-main.c (mi_cmd_exec_run): New.
2858
2859 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2860 Stan Shebs <stan@codesourcery.com>
2861
2862 * tracepoint.h (set_traceframe_number)
2863 (cleanup_restore_current_traceframe): Declare.
2864 * tracepoint.c (set_traceframe_number): New.
2865 (struct current_traceframe_cleanup): New.
2866 (do_restore_current_traceframe_cleanup)
2867 (restore_current_traceframe_cleanup_dtor)
2868 (make_cleanup_restore_current_traceframe): New.
2869 * infrun.c: Include tracepoint.h.
2870 (fetch_inferior_event): Switch out and in of tfind mode.
2871
2872 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2873
2874 * breakpoint.c (breakpoint_init_inferior): Also delete
2875 bp_shlib_event breakpoints.
2876 * solib-frv.c (enable_break): Remove call to
2877 remove_solib_event_breakpoints.
2878 * solib-svr4.c (enable_break): Ditto.
2879 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
2880 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
2881 * solib-som.c (som_solib_create_inferior_hook): Ditto.
2882 * solib-spu.c (spu_enable_break): Ditto.
2883
2884 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
2885
2886 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
2887
2888 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
2889
2890 * varobj.c (varobj_update): Avoid non-constants in initializers.
2891
2892 2010-02-23 Tom Tromey <tromey@redhat.com>
2893
2894 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
2895 handle big-endian values.
2896 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
2897
2898 2010-02-22 Pedro Alves <pedro@codesourcery.com>
2899
2900 PR9605
2901
2902 gdb/
2903 * breakpoint.c (insert_bp_location): If inserting the read
2904 watchpoint failed, fallback to an access watchpoint.
2905 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
2906 if the value changed, if not watching the same memory for writes.
2907 (watchpoint_locations_match): Add comment.
2908 (update_global_location_list): Copy the location's watchpoint type.
2909 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
2910 handle read watchpoints here.
2911 (i386_insert_watchpoint): Read watchpoints aren't supported.
2912 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
2913 packets.
2914 * target.h (target_insert_watchpoint): Update description.
2915
2916 2010-02-19 Tom Tromey <tromey@redhat.com>
2917
2918 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
2919 * m2-typeprint.c (m2_print_type): Update.
2920 * gdbtypes.c (recursive_dump_type): Update.
2921 (copy_type_recursive): Update.
2922 * c-typeprint.c (c_type_print_varspec_prefix): Update.
2923 (c_type_print_base): Update.
2924 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
2925 Remove.
2926 (struct cplus_struct_type) <ntemplate_args>: Remove.
2927 <struct template_arg>: Remove.
2928 <is_dynamic>: Move earlier.
2929 (TYPE_TEMPLATE_ARGS): Remove.
2930 (TYPE_NTEMPLATE_ARGS): Remove.
2931 (TYPE_TEMPLATE_ARG): Remove.
2932
2933 2010-02-19 Tom Tromey <tromey@redhat.com>
2934
2935 PR c++/8693, PR c++/9496:
2936 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
2937 * c-exp.y (lex_one_token): Rename from yylex. Don't call
2938 write_dollar_variable. Don't try to classify NAME tokens.
2939 (token_and_value): New type.
2940 (token_fifo, popping, name_obstack): New globals.
2941 (classify_name): New function.
2942 (classify_inner_name): Likewise.
2943 (yylex): Likewise.
2944 (VARIABLE): Now has type sval.
2945 (exp : VARIABLE): Call write_dollar_variable.
2946 (qualified_name): Use TYPENAME, not typebase. Add production for
2947 multiple "::" instances.
2948 (variable): Use name_not_typename.
2949 (qualified_type): Remove.
2950 (typebase): Update.
2951
2952 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2953
2954 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
2955 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
2956 found by bfd_get_section_by_name.
2957 * symfile.h (struct section_addr_info) <sectindex>: New comment.
2958
2959 2010-02-19 Joel Brobecker <brobecker@adacore.com>
2960
2961 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
2962 7.0 section" into "Changes in 7.1".
2963
2964 2010-02-19 Joel Brobecker <brobecker@adacore.com>
2965
2966 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
2967 * version.in: Bump version to 7.1.50.20100219-cvs.
2968
2969 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
2970
2971 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
2972 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
2973
2974 2010-02-17 Tom Tromey <tromey@redhat.com>
2975
2976 * NEWS: Add Python API Improvements section.
2977
2978 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
2979
2980 * NEWS: Correct typo.
2981
2982 2010-02-17 Tom Tromey <tromey@redhat.com>
2983
2984 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
2985
2986 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2987
2988 * symfile.c (build_section_addr_info_from_objfile): Include sections
2989 only if they are SEC_ALLOC or SEC_LOAD.
2990
2991 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
2992
2993 PR shlibs/11293
2994 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
2995 of ULONGEST for address size.
2996
2997 2010-02-17 Tom Tromey <tromey@redhat.com>
2998
2999 * NEWS: Add C++ improvements section.
3000
3001 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
3002
3003 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
3004 PyThreadState_Swap): Avoid "statement with no effect" warning.
3005
3006 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * solib-svr4.c (enable_break <target_auxv_search>): New variable
3009 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
3010
3011 2010-02-17 Tristan Gingold <gingold@adacore.com>
3012 Petr Hluzín <petr.hluzin@gmail.com>
3013
3014 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
3015 gdb_assert. Fix info->size for SIG prologue.
3016
3017 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3018
3019 * infcmd.c (show_inferior_tty_command): Check for NULL.
3020 Correct output message.
3021
3022 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3023
3024 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
3025 FUNCTION contains parentheses. Improve removal of a trailing
3026 single quote.
3027
3028 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3029
3030 * gcore.c (do_bfd_delete_cleanup): New function.
3031 (gcore_command): Use it. Discard the cleanup after success.
3032 (gcore_copy_callback): Delete dead code.
3033
3034 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3035
3036 * symfile.c (addr_info_make_relative): Always use
3037 find_lowest_section.
3038
3039 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
3040
3041 * NEWS: Added entry for namespace fixes.
3042
3043 2010-02-15 Tom Tromey <tromey@redhat.com>
3044
3045 * dwarf2read.c (guess_structure_name): Allocate name on the
3046 objfile obstack.
3047
3048 2010-02-15 Tom Tromey <tromey@redhat.com>
3049
3050 * c-typeprint.c (c_type_print_base): Reverse order of test.
3051
3052 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
3055 initialize it from ELF BFD. Extend the prelink condition by it.
3056
3057 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3058
3059 * defs.h (parse_pid_to_attach): New.
3060 * utils.c (parse_pid_to_attach): New.
3061 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
3062 * gnu-nat.c (gnu_attach): Likewise.
3063 * nto-procfs.c (procfs_attach): Likewise.
3064 * procfs.c (procfs_attach): Likewise.
3065 * windows-nat.c (windows_attach): Likewise.
3066 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
3067 * inf-ttrace.c (inf_ttrace_attach): Likewise.
3068 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
3069 check.
3070
3071 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
3072
3073 * MAINTAINERS: Add myself for write after approval privileges.
3074
3075 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3076
3077 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
3078 block.
3079
3080 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
3083 only if INFO_VERBOSE.
3084
3085 2010-02-12 Tomas Holmberg <th@virtutech.com>
3086
3087 * mi/mi-main.c: Added the --reverse flag to the following MI
3088 commands: exec-continue, exec-finish, exec-next, exec-step,
3089 exec-next-instruction, exec-step-instruction. This is to
3090 support reverse execution over the MI interface to gdb.
3091
3092 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3093
3094 * tracepoint.c (_initialize_tracepoint): Specify that the address
3095 range of `tfind outsize' is exclusive, and that the address range
3096 of `tfind range' is inclusive, in the commands' help strings.
3097
3098 2010-02-12 Joel Brobecker <brobecker@adacore.com>
3099
3100 Spurious "dll not found" error messages on x64-windows.
3101 * windows-nat.c: Add include of complaints.h.
3102 (handle_unload_dll): Change dll-not-found error into a complaint.
3103
3104 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3105
3106 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
3107 bp_tracepoint and bp_fast_tracepoint, not
3108 bp_loc_software_breakpoint.
3109 (update_global_location_list): Tracepoints are never duplicates of
3110 anything.
3111
3112 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3113
3114 * breakpoint.c (break_command_really): Change return type to int.
3115 Return false if no breakpoint was created, true otherwise.
3116 (trace_command): Don't set the tracepoint count if no tracepoint
3117 was created.
3118 (ftrace_command): Ditto.
3119 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
3120 created in the breakpoints table.
3121
3122 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3123 Ulrich Weigand <uweigand@de.ibm.com>
3124
3125 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
3126
3127 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3128
3129 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
3130 the offset value isn't of integral type.
3131
3132 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
3135 New.
3136
3137 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3138
3139 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
3140 non-subscriptable types.
3141 * valarith.c (binop_types_user_defined_p): New, abstracted out
3142 from ...
3143 (binop_user_defined_p): ... this.
3144 * value.h (binop_types_user_defined_p): Declare.
3145
3146 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3147
3148 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
3149 Merge uploaded TSVs before merging uploaded tracepoints.
3150
3151 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3152
3153 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
3154
3155 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
3156
3157 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
3158 whitespace character after a dot in comment.
3159 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
3160 Likewise.
3161 (list_args_or_locals): For the 'all' (that is
3162 -stack-list-variables) case, always output list of tuples.
3163 Output 'arg' field if variable is argument.
3164
3165 2010-02-10 Tom Tromey <tromey@redhat.com>
3166
3167 * parser-defs.h (parser_debug): Declare.
3168 * parse.c (_initialize_parse): Install "debug parser" set/show
3169 command.
3170 (parser_debug): New global.
3171 (show_parserdebug): New function.
3172 * c-exp.y (c_parse): Set yydebug.
3173
3174 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
3175
3176 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
3177 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
3178 (tdesc_predefined_types): Add i387_ext, i386_eflags and
3179 i386_mxcsr.
3180 (tdesc_find_type): New.
3181 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
3182 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
3183
3184 * target-descriptions.h (tdesc_find_type): New.
3185
3186 2010-02-10 Michael Snyder <msnyder@vmware.com>
3187
3188 * gdb-gdb.py: Comment fix.
3189
3190 2010-02-09 Tristan Gingold <gingold@adacore.com>
3191
3192 * machoread.c (macho_symfile_relocate): New function.
3193 (macho_sym_fns): Use macho_symfile_relocate instead of
3194 default_symfile_relocate.
3195 (macho_oso_data): New type.
3196 (current_oso): New variable.
3197 (macho_add_oso_symfile): Do not compute section_addr_info, but
3198 instead set vma of sections.
3199 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
3200 Set and clear current_oso.
3201
3202 2010-02-09 Joel Brobecker <brobecker@adacore.com>
3203
3204 Wrong type description for tagged type parameter.
3205 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
3206 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
3207 reference to a tagged type.
3208
3209 2010-02-09 Tristan Gingold <gingold@adacore.com>
3210
3211 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
3212 brothers of the parent.
3213
3214 2010-02-08 Tom Tromey <tromey@redhat.com>
3215
3216 PR c++/8017:
3217 * value.h: Update.
3218 * valops.c (search_struct_field): Make 'name' const.
3219 (search_struct_method): Likewise.
3220 (find_method_list): Make 'method' const.
3221 (value_struct_elt): Make 'name' and 'err' const.
3222 (value_find_oload_method_list): Make 'method' const.
3223 (find_overload_match): Make 'name' const.
3224 * eval.c (evaluate_subexp_standard): New locals function,
3225 function_name.
3226 <OP_FUNCALL>: Handle OP_SCOPE specially.
3227
3228 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3229
3230 * infrun.c (handle_inferior_event): Do not look up regcache
3231 for exited processes.
3232
3233 2010-02-08 Chris Moller <moller@mollerware.com>
3234
3235 PR gdb/10728
3236 * valarith.c (value_ptrdiff): Added a test for a zero type length,
3237 warn if found, and assume length = 1.
3238
3239 2010-02-08 Chris Moller <cmoller@redhat.com>
3240
3241 PR gdb/9067
3242 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
3243 cp_print_static_field) Fix use of obstacks.
3244
3245 2010-02-08 Pedro Alves <pedro@codesourcery.com>
3246
3247 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
3248 resumed LWPs as resumed.
3249 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
3250 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
3251 of throwing an internal error. If an LWP of a process we're not
3252 waiting for reports a signal, don't force collecting a SIGSTOP,
3253 and if it was breakpoint hit in non-stop mode, cancel it. Don't
3254 go through all LWPs cancelling breakpoints in non-stop mode.
3255 (resume_stopped_resumed_lwps): New.
3256 (linux_nat_wait): Use it.
3257
3258 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
3259
3260 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
3261 i386/amd64 and i386/amd64-linux.
3262 (i386/i386-expedite): New.
3263 (i386/i386-linux-expedite): Likewise.
3264 (i386/amd64-expedite):Likewise.
3265 (i386/amd64-linux-expedite): Likewise.
3266 ($(outdir)/i386/i386-linux.dat): Likewise.
3267 ($(outdir)/i386/amd64.dat): Likewise.
3268 ($(outdir)/i386/amd64-linux.dat): Likewise.
3269
3270 * features/i386/32bit-core.xml: New.
3271 * features/i386/32bit-linux.xml: Likewise.
3272 * features/i386/32bit-sse.xml: Likewise.
3273 * features/i386/64bit-core.xml: Likewise.
3274 * features/i386/64bit-linux.xml: Likewise.
3275 * features/i386/64bit-sse.xml: Likewise.
3276 * features/i386/i386-linux.xml: Likewise.
3277 * features/i386/i386.xml: Likewise.
3278 * features/i386/amd64-linux.xml: Likewise.
3279 * features/i386/amd64.xml: Likewise.
3280 * features/i386/i386-linux.c: Likewise.
3281 * features/i386/i386.c: Likewise.
3282 * features/i386/amd64-linux.c: Likewise.
3283 * features/i386/amd64.c: Likewise.
3284
3285 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
3286
3287 PR c++/7935:
3288 * cp-support.h: Added char* alias element to using_direct data
3289 struct.
3290 (cp_add_using): Added char* alias argument.
3291 (cp_add_using_directive): Ditto.
3292 * cp-namespace.c: Updated with the above changes.
3293 (cp_lookup_symbol_imports): Check for aliases.
3294 * dwarf2read.c (read_import_statement): Figure out local alias
3295 for the import and pass it on to cp_add_using.
3296 (read_namespace): Pass alias argument to cp_add_using.
3297
3298 2010-02-05 Hui Zhu <teawater@gmail.com>
3299
3300 * defs.h (gdb_bfd_errmsg): New extern.
3301 * exec.c (exec_file_attach): Change bfd_errmsg to
3302 gdb_bfd_errmsg.
3303 * utils.c (AMBIGUOUS_MESS1): New macro.
3304 (AMBIGUOUS_MESS2): New macro.
3305 (gdb_bfd_errmsg): New function.
3306
3307 2010-02-04 Doug Evans <dje@google.com>
3308
3309 * solib-svr4.c (enable_break): Add comment.
3310
3311 2010-02-04 Anthony Green <green@moxielogic.com>
3312
3313 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
3314 gracefully.
3315
3316 2010-02-04 Tom Tromey <tromey@redhat.com>
3317
3318 * valops.c (search_struct_field): Account for
3319 value_embedded_offset. Fix check for virtual base past the end of
3320 the object. Use value_copy when making a slice of the value.
3321
3322 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
3323
3324 PR tui/9622
3325 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
3326 only if gdb_stdout is a tty.
3327
3328 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
3329
3330 * target-descriptions.c: Include "osabi.h".
3331 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
3332 OSABI.
3333
3334 2010-02-04 Tristan Gingold <gingold@adacore.com>
3335
3336 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
3337 (macho_symtab_read): Adjust calls to macho_add_oso.
3338 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
3339 (macho_symfile_read): Adjust call to macho_oso_symfile.
3340 (macho_new_init): Move this function after declarations.
3341 (macho_symfile_init): Ditto.
3342 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
3343 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
3344
3345 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
3346
3347 Include MI command in remotelog.
3348
3349 * mi/mi-main.c (mi_execute_command): Call target_log_command.
3350
3351 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
3352
3353 * remote.c (remote_state): Remove gdbarch.
3354 (init_remote_state): Don't set gdbarch.
3355 (remote_query_supported): Pass target_gdbarch instead of
3356 rs->gdbarch to gdbarch_qsupported.
3357
3358 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
3359
3360 * gdbarch.sh: Add qsupported.
3361
3362 * gdbarch.c: Regenerated.
3363 * gdbarch.h: Likewise.
3364
3365 * remote.c (remote_state): Add gdbarch.
3366 (init_remote_state): Set gdbarch.
3367 (remote_query_supported): Support gdbarch_qsupported.
3368
3369 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
3370
3371 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
3372 __FreeBSD_kernel_version.
3373
3374 2010-02-03 Tristan Gingold <gingold@adacore.com>
3375
3376 * symfile.h (struct sym_fns): Add sym_relocate field.
3377 (default_symfile_relocate): New prototype.
3378 (symfile_relocate_debug_section): First argument is now an objfile.
3379 * symfile.c (default_symfile_relocate): Rename from
3380 symfile_relocate_debug_section, first argument is now an objfile.
3381 (symfile_relocate_debug_section): New function.
3382 * coffread.c (coff_sym_fns): Set sym_relocate field.
3383 * somread.c (som_sym_fns): Ditto.
3384 * mipsread.c (ecoff_sym_fns): Ditto.
3385 * machoread.c (macho_sym_fns): Ditto.
3386 * elfread.c (elf_sym_fns): Ditto.
3387 * dwarf2read.c (dwarf2_read_section): Ditto.
3388 * xcoffread.c (xcoff_sym_fns): Ditto.
3389 * dbxread.c (aout_sym_fns): Ditto.
3390 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
3391 (elfstab_build_psymtabs): Ditto.
3392
3393 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
3394
3395 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
3396
3397 2010-02-02 Tom Tromey <tromey@redhat.com>
3398
3399 * valops.c (value_cast_structs): Try downcasting using the RTTI
3400 type.
3401
3402 2010-02-02 Tom Tromey <tromey@redhat.com>
3403
3404 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
3405 (gnuv2_baseclass_offset): Now static.
3406 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
3407 * gnu-v2-abi.h: Remove.
3408
3409 2010-02-02 Tom Tromey <tromey@redhat.com>
3410
3411 * m2-typeprint.c (m2_record_fields): Don't use
3412 TYPE_DECLARED_TYPE.
3413 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
3414 (struct main_type) <flag_declared_class>: New field.
3415 (struct cplus_struct_type) <declared_type>: Remove.
3416 <ntemplate_args>: Move earlier.
3417 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
3418 (DECLARED_TYPE_TEMPLATE): Remove.
3419 (TYPE_DECLARED_TYPE): Remove.
3420 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
3421 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
3422 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
3423 TYPE_DECLARED_TYPE.
3424
3425 2010-02-02 Tom Tromey <tromey@redhat.com>
3426
3427 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
3428 * valops.c (search_struct_field): Compute nbases after calling
3429 CHECK_TYPEDEF.
3430 (check_field): Call CHECK_TYPEDEF.
3431 * cp-valprint.c (cp_print_value): Pass correct address to
3432 baseclass_offset. Fix check for virtual base past the end of the
3433 object. Don't offset address passed to cp_print_value_fields or
3434 apply_val_pretty_printer.
3435 (cp_print_value_fields): Fix call to val_print.
3436 (cp_print_value_fields_rtti): New function.
3437 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
3438 * p-valprint.c (pascal_object_print_value_fields): Fix call to
3439 val_print.
3440 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
3441 offset to address.
3442 * language.h (struct language_defn) <la_val_print>: Document.
3443 * c-lang.h (cp_print_value_fields_rtti): Declare.
3444
3445 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3446
3447 PR libc/11214:
3448 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3449 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
3450 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3451
3452 2010-02-01 Michael Matz <matz@suse.de>
3453 Daniel Jacobowitz <dan@codesourcery.com>
3454
3455 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
3456 functions use a frame pointer.
3457
3458 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3459
3460 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
3461 by a conditional setting DYN_ADDR. Use DYN_ADDR.
3462 * config/djgpp/fnchange.lst: Add translations for
3463 symbol-without-target_section.exp and symbol-without-target_section.c.
3464
3465 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3466
3467 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
3468 (remote_breakpoint_for_pc): Correct invalid_p check.
3469 * gdbarch.c: Regenerated.
3470
3471 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3472
3473 * arm-tdep.c (arm_find_mapping_symbol): New function, from
3474 arm_pc_is_thumb.
3475 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
3476 (extend_buffer_earlier): New function.
3477 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
3478 (arm_adjust_breakpoint_address): New function.
3479 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
3480
3481 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3482
3483 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
3484 (arm_linux_thumb2_le_breakpoint): New constants.
3485 (arm_linux_init_abi): Set thumb2_breakpoint and
3486 thumb2_breakpoint_size.
3487 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
3488 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
3489 Implement support for single stepping through IT blocks if
3490 a 32-bit Thumb breakpoint instruction is available.
3491 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
3492 is available, use it when needed.
3493 (arm_remote_breakpoint_from_pc): New function.
3494 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
3495 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
3496 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
3497
3498 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3499
3500 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
3501 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
3502 * gdbarch.c, gdbarch.h: Regenerated.
3503 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
3504 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
3505 gdbarch_remote_breakpoint_from_pc.
3506
3507 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3508
3509 * infrun.c (prepare_to_proceed): Handle other signals which might
3510 match a breakpoint.
3511 (handle_inferior_event): Move the check for unusual breakpoint
3512 signals earlier.
3513
3514 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
3515
3516 amd64 - function returning record with field straddling 2 registers.
3517 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
3518 a record of length <= 16 in which a field straddles the two
3519 eightbytes.
3520
3521 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3522
3523 Implement return values on amd64-windows.
3524 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
3525 (amd64_windows_return_value): New function.
3526 (amd64_windows_init_abi): Call set_gdbarch_return_value with
3527 amd64_windows_return_value.
3528
3529 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3530
3531 amd64-windows: 32 bytes allocated on stack by caller for integer
3532 parameter registers.
3533 * i386-tdep.h (struct gdbarch_tdep): Add new field
3534 integer_param_regs_saved_in_caller_frame.
3535 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3536 tdep->integer_param_regs_saved_in_caller_frame to 1.
3537 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3538 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3539
3540 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3541
3542 amd64-windows: memory args passed by pointer during function calls.
3543 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3544 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3545 where tdep->memory_args_by_pointer is non-zero.
3546 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3547 tdep->memory_args_by_pointer to 1.
3548
3549 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3550
3551 amd64-windows: Integer parameters in function calls.
3552 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3553 amd64-tdep.c.
3554 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3555 call_dummy_integer_regs, and classify.
3556 * amd64-tdep.h (amd64_classify): Add declaration.
3557 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3558 (amd64_reg_class): Delete, moved to i386-tdep.h.
3559 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3560 Replace call to amd64_classify by call to tdep->classify.
3561 (amd64_push_arguments): Get the list of registers to use for
3562 passing integer parameters from the gdbarch tdep structure,
3563 rather than using a hardcoded one. Replace calls to amd64_classify
3564 by calls to tdep->classify.
3565 (amd64_push_dummy_call): Get the register number used for
3566 the "hidden" argument from tdep->call_dummy_integer_regs.
3567 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3568 and tdep->call_dummy_integer_regs. Set tdep->classify.
3569 * amd64-windows-tdep.c: Add include of gdbtypes.h.
3570 (amd64_windows_dummy_call_integer_regs): New static global.
3571 (amd64_windows_classify): New function.
3572 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
3573 tdep->call_dummy_integer_regs and tdep->classify.
3574
3575 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3576
3577 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
3578 for the new regcache. All callers updated.
3579 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
3580 (get_thread_arch_regcache): Do not set aspace here.
3581 * regcache.h (regcache_xmalloc): Update declaration.
3582
3583 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
3584 regcache_xmalloc updated.
3585
3586 2010-01-28 Joel Brobecker <brobecker@adacore.com>
3587
3588 Another -Wunused-function error in procfs.c (sparc-solaris)
3589 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
3590 Only define if SYS_syssgi is defined.
3591 (remove_dbx_link_breakpoint): Delete declaration. Move up.
3592 (dbx_link_addr, insert_dbx_link_bpt_in_file)
3593 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
3594 is itself defined.
3595
3596 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
3597
3598 * windows-nat.c (windows_initialization_done): New variable.
3599 (get_windows_debug_event): Issue error when process dies before
3600 completely initializing.
3601 (do_initial_windows_stuff): Set flag to indicate when we are done with
3602 the initial steps of attaching to the child.
3603
3604 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3605
3606 * symtab.h (struct symbol <symtab>): New comment on NULL values.
3607
3608 2010-01-27 Doug Evans <dje@google.com>
3609
3610 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
3611
3612 * breakpoint.c (bpstat_stop_status): Delete useless code.
3613
3614 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3615
3616 * printcmd.c (display_uses_solib_p): Remove variable section. Access
3617 objfile via SYMBOL_SYMTAB.
3618
3619 2010-01-26 Tom Tromey <tromey@redhat.com>
3620
3621 PR exp/7643:
3622 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
3623 coerce_array on result.
3624
3625 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3626
3627 * cp-namespace.c (cp_lookup_symbol_namespace): Added
3628 search_parent argument.
3629 (cp_add_using): Initialize 'searched' field.
3630 (reset_directive_searched): New function.
3631 * cp-support.h: Add 'searched' field to using_direct struct.
3632 (cp_lookup_symbol_imports): Ditto.
3633 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
3634 Perform recursive search.
3635 Implement non parent search.
3636 * valops.c (value_maybe_namespace_elt): Updated.
3637
3638 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3639
3640 PR gdb/10929:
3641 * dwarf2read.c (read_lexical_block_scope): Create blocks for
3642 scopes which contain using directives even if they contain no
3643 declarations.
3644 * symtab.c (lookup_symbol_aux): Pass lowest level block to
3645 la_lookup_symbol_nonlocal.
3646 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
3647 cp_lookup_symbol_namespace.
3648 (cp_lookup_symbol_namespace): Perform an import lookup at every
3649 block level.
3650 (cp_lookup_symbol_imports): New function.
3651 (cp_lookup_symbol_in_namespace): New function.
3652
3653 2010-01-25 Tom Tromey <tromey@redhat.com>
3654
3655 PR gdb/11049:
3656 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
3657 result.
3658
3659 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3660
3661 * configure.ac: Only use host_os part when disabling TUI on osf.
3662 Use test to check variables, prefix strings with x.
3663 * configure: Regenerate.
3664
3665 * solib-osf.c (osf_current_sos): Initialize tail.
3666
3667 2010-01-25 gingold <gingold@adacore.com>
3668
3669 * windows-nat.c (windows_continue): Use %x to print thread id.
3670 (get_windows_debug_event): Ditto.
3671
3672 2010-01-22 Tom Tromey <tromey@redhat.com>
3673
3674 PR symtab/11199:
3675 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
3676 type and arguments. Use smash_to_methodptr_type.
3677 (read_structure_type): Call quirk_gcc_member_function_pointer
3678 later.
3679 * gdbtypes.h (smash_to_methodptr_type): Declare.
3680 * gdbtypes.c (smash_to_methodptr_type): New function.
3681 (lookup_methodptr_type): Use it.
3682
3683 2010-01-21 Tom Tromey <tromey@redhat.com>
3684
3685 PR symtab/11198:
3686 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
3687 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
3688 * glibc-tdep.c (find_minsym_and_objfile): Remove.
3689 (glibc_skip_solib_resolver): Use
3690 lookup_minimal_symbol_and_objfile.
3691
3692 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
3693
3694 * inflow.c (check_syscall): Guard by #if clause for GO32 and
3695 WIN32 targets.
3696
3697 2010-01-20 Tom Tromey <tromey@redhat.com>
3698
3699 PR backtrace/10770:
3700 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
3701 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
3702 * dwarf2expr.c (new_dwarf_expr_context): Allocate
3703 dwarf_stack_values, not CORE_ADDRs.
3704 (execute_stack_op): Change DW_OP_div and comparison operators to
3705 use signed operands.
3706
3707 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
3708
3709 Per-inferior args and tty and environment.
3710
3711 * infcmd.c (inferior_args): Rename to ...
3712 (inferior_args_scratch): ... this.
3713 (inferior_io_terminal): Rename to ...
3714 (inferior_io_terminal_scratch): ... this.
3715 (inferior_argc, inferior_argv): Remove.
3716 (set_inferior_io_terminal, get_inferior_io_terminal): Store
3717 inside current_inferior().
3718 (set_inferior_tty_command, show_inferior_tty_command): New.
3719 (get_inferior_args, set_inferior_args): Store inside
3720 current_inferior().
3721 (notice_args_set): Likewise and rename to...
3722 (set_args_command): ... this.
3723 (set_inferior_args_vector): Likewise.
3724 (notice_args_read): Rename to...
3725 (show_args_command): ...new.
3726 (tty_command): Remove.
3727 (run_command_1): Don't free old args, as they are freed by
3728 set_inferior_arg now.
3729 (run_no_args_command): Likewise.
3730 (inferior_environ): Remove.
3731 (run_command_1): Use environment of the current inferior.
3732 (environment_info, set_environment_command)
3733 (unset_environment_command, path_info, path_command): Likewise.
3734 (_initialize_infcmd): Adjust for function and variable renames.
3735 Do not init inferior_environ.
3736 * inferior.h (set_inferior_arg): Adjust prototype.
3737 (struct inferior): New fields args, argc, argv, terminal, environment.
3738 (inferior_environ): Remove declaration.
3739 * inferior.c (free_inferior): Free new fields.
3740 (add_inferior_silent): Initialize 'environment' field.
3741 * main.c (captured_main): Set arguments only after the initial
3742 inferior has been created. Set set_inferior_io_terminal,
3743 not tty_command.
3744 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
3745 inferior.
3746 (_initialize_mi_cmd_env): Adjust for disappearance of global
3747 inferior_environ.
3748 * solib.c (solib_find): Use environment of the current inferior.
3749
3750 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
3753 HAVE_PYTHON.
3754 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
3755
3756 2010-01-20 Joel Brobecker <brobecker@adacore.com>
3757
3758 Get rid of ada-lang.c:function_name_from_pc.
3759 * ada-lang.c: Add "stack.h" #include.
3760 (function_name_from_pc): Delete.
3761 (is_known_support_routine): Replace call to function_name_from_pc
3762 by call to find_frame_funname.
3763 (ada_unhandled_exception_name_addr_from_raise): Likewise.
3764
3765 2010-01-19 Tom Tromey <tromey@redhat.com>
3766
3767 PR c++/11026:
3768 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
3769 objfile obstack.
3770
3771 2010-01-19 Tom Tromey <tromey@redhat.com>
3772
3773 * top.c (stop_sig, float_handler, do_nothing): Remove.
3774
3775 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3776
3777 * breakpoint.c (watchpoint_check): Check the call
3778 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
3779 Extend the comment.
3780 * config/djgpp/fnchange.lst: Add translations for
3781 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
3782 watchpoint-cond-gone-stripped.c.
3783
3784 2010-01-19 Tom Tromey <tromey@redhat.com>
3785
3786 PR c++/8000:
3787 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
3788 into parent scope, and enumerator into grandparent scope.
3789
3790 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3791
3792 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
3793
3794 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3795
3796 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
3797 i[34567]86-*-solaris2.1[0-9]*.
3798 * configure.tgt: Likewise.
3799
3800 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3801
3802 * NEWS: Document the source command enhancement allowing it
3803 to load Python scripts. Document the "set/show script-extension"
3804 commands.
3805
3806 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3807
3808 Add -Wunused-function to compile flags.
3809 * configure.ac: Add -Wunused-function to build_warnings.
3810 * configure: Regenerate.
3811
3812 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3813
3814 "delete" ada-lex.c:input function, not used.
3815 * ada-lex.l: #define YY_NO_INPUT.
3816
3817 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3818
3819 Delete free_named_symtabs and associated cleanup.
3820 * symfile.h (free_named_symtabs): Delete declaration.
3821 * symfile.c: Remove some commented out code (clear_symtab_users_once).
3822 (cashier_psymtab): Comment function out.
3823 Delete declaration.
3824 (free_named_symtabs): Delete.
3825 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
3826 * dbxread.c (end_psymtab): Likewise.
3827 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
3828 * exec.c (exec_close_1): Ditto.
3829 * xcoffread.c (xcoff_end_psymtab): Likewise.
3830
3831 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3832
3833 * stack.c (print_block_frame_labels): Comment function out.
3834
3835 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3836
3837 Delete unused or undefined functions.
3838 * breakpoint.c (ep_parse_optional_filename): Delete.
3839 * dcache.c (dcache_write_line): Remove declaration.
3840 * infrun.c (build_infrun): Remove declaration.
3841 * tracepoint.c (tracepoint_save_command): Remove declaration.
3842 * linux-nat.c (init_lwp_list): Delete. No longer used.
3843 * event-loop.c (check_async_signal_handlers): Delete declaration.
3844 * infrun.c (init_execution_control_state): Delete.
3845 (proceed): Update comment to avoid mentioning
3846 init_execution_control_state.
3847 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
3848 * ada-lang.c (ada_to_static_fixed_value): Delete.
3849 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
3850 * cp-namespace.c (cp_copy_usings): Delete.
3851 * xml-syscall.c (xml_number_of_syscalls): Delete.
3852 * progspace.c (find_program_space_by_num): Delete.
3853 * inflow.c (handle_sigio): Delete declaration.
3854 * hppa-tdep.c (hppa_alignof): Delete.
3855 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
3856 (mipsnbsd_core_osabi_sniffer): Delete.
3857
3858 2010-01-18 Tom Tromey <tromey@redhat.com>
3859
3860 PR c++/9680:
3861 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
3862 (CONST_CAST): New tokens.
3863 (exp): Add new productions.
3864 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
3865 reinterpret_cast.
3866 (is_cast_operator): New function.
3867 (yylex): Handle cast operators specially.
3868 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
3869 UNOP_REINTERPRET_CAST>: New cases.
3870 * expprint.c (print_subexp_standard): Likewise.
3871 (op_name_standard): Likewise.
3872 (dump_subexp_body_standard): Likewise.
3873 * parse.c (operator_length_standard): Likewise.
3874 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
3875 UNOP_REINTERPRET_CAST.
3876 * gdbtypes.c (class_types_same_p): New function.
3877 (is_ancestor): Use it.
3878 (is_public_ancestor): New function.
3879 (is_unique_ancestor_worker): Likewise.
3880 (is_unique_ancestor): Likewise.
3881 * gdbtypes.h (class_types_same_p, is_public_ancestor)
3882 (is_unique_ancestor): Declare.
3883 * valops.c (value_reinterpret_cast): New function.
3884 (dynamic_cast_check_1): Likewise.
3885 (dynamic_cast_check_2): Likewise.
3886 (value_dynamic_cast): Likewise.
3887 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
3888
3889 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3890
3891 Fix build failure when building without Python support.
3892 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
3893 is not defined.
3894
3895 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3896
3897 Use XVS field type instead of doing a parallel lookup.
3898 * ada-lang.c (ada_get_base_type): Follow the XVS field type
3899 if it is a reference type instead of doing a type lookup using
3900 the XVS field name.
3901
3902 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3903
3904 Trust PAD types instead of using PAD___XVS.
3905 * ada-lang.c (trust_pad_over_xvs): New static variable.
3906 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
3907 parallel XVS type, follow the XVS type instead of the PAD type.
3908 (unwrap_value): Make sure that there is no parallel XVE type
3909 before returning the value as is.
3910 (set_ada_list, show_ada_list): New static variables.
3911 (set_ada_command, show_ada_command): New functions.
3912 (_initialize_ada_language): Add new "set/show ada" prefix commands.
3913 Add new "set/show ada trust-PAD-over-XVS" setting.
3914
3915 2010-01-18 Tom Tromey <tromey@redhat.com>
3916 Thiago Jung Bauermann <bauerman@br.ibm.com>
3917
3918 Allow "source" to load python scripts.
3919 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
3920 * python/python.c (source_python_script): New function.
3921 * python/python.h (source_python_script): Add declaration.
3922 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
3923 (script_ext_off, script_ext_soft, script_ext_strict)
3924 (script_ext_enums, script_ext_mode): New static constants.
3925 (show_script_ext_mode, find_and_open_script): New functions.
3926 (source_script): Enhance to handle Python scripts.
3927 (init_cli_cmds): Add set/show script-extension commands.
3928
3929 2010-01-16 Stan Shebs <stan@codesourcery.com>
3930
3931 * tracepoint.h (struct trace_status): Use unsigned long long
3932 instead of size_t.
3933 * tracepoint.c (trace_status_command): Fix printf directive.
3934 (trace_save_command): Check fwrite returns, fix printf directive.
3935 (trace_filename): New global.
3936 (tfile_open): Set it, check read returns.
3937 (tfile_close): Free trace_filename.
3938 (tfile_get_traceframe_address): Check read returns.
3939 (tfile_trace_find): Ditto.
3940 (tfile_fetch_registers): Ditto.
3941 (tfile_xfer_partial): Ditto.
3942 (tfile_get_trace_state_variable_value): Ditto.
3943
3944 2010-01-15 Stan Shebs <stan@codesourcery.com>
3945
3946 Add trace file support.
3947 * tracepoint.h (enum trace_stop_reason): New enum.
3948 (struct trace_status): New struct.
3949 (parse_trace_status): Declare.
3950 (struct uploaded_tp): Move here from remote.c,
3951 add fields for actions.
3952 (struct uploaded_tsv): New struct.
3953 * tracepoint.c (tfile_ops): New target vector.
3954 (trace_fd): New global.
3955 (tfile_open): New function.
3956 (tfile_close): New function.
3957 (tfile_files_info): New function.
3958 (tfile_get_trace_status): New function.
3959 (tfile_get_traceframe_address): New function.
3960 (tfile_trace_find): New function.
3961 (tfile_fetch_registers): New function.
3962 (tfile_xfer_partial): New function.
3963 (tfile_get_trace_state_variable_value): New function.
3964 (init_tfile_ops): New function.
3965 (_initialize_tracepoint): Call it, add tfile target.
3966 (trace_status): New global.
3967 (current_trace_status): New function.
3968 (trace_running_p): Remove, change all users to get from
3969 current_trace_status()->running.
3970 (get_trace_status): Remove.
3971 (trace_status_command): Call target_get_trace_status directly,
3972 report more detail including tracing stop reasons.
3973 (trace_find_command): Always allow tfind on a file.
3974 (trace_find_pc_command): Ditto.
3975 (trace_find_tracepoint_command): Ditto.
3976 (trace_find_line_command): Ditto.
3977 (trace_find_range_command): Ditto.
3978 (trace_find_outside_command): Ditto.
3979 (trace_frames_offset, cur_offset): Declare as off_t.
3980 (trace_regblock_size): Rename from reg_size, update users.
3981 (parse_trace_status): New function.
3982 (tfile_interp_line): New function.
3983 (disconnect_or_stop_tracing): Ensure current trace
3984 status before asking what to do.
3985 (stop_reason_names): New global.
3986 (trace_save_command): New command.
3987 (get_uploaded_tp): Move here from remote.c.
3988 (find_matching_tracepoint): Ditto.
3989 (merge_uploaded_tracepoints): New function.
3990 (parse_trace_status): Use stop_reason_names.
3991 (_initialize_tracepoint): Define tsave command.
3992 * target.h (target_ops): New fields to_save_trace_data,
3993 to_upload_tracepoints, to_upload_trace_state_variables,
3994 to_get_raw_trace_data, change to_get_trace_status
3995 to take a pointer to a status struct.
3996 (target_save_trace_data): New macro.
3997 (target_upload_tracepoints): New macro.
3998 (target_upload_trace_state_variables): New macro.
3999 (target_get_raw_trace_data): New macro.
4000 * target.c (update_current_target): Add new methods, change
4001 signature of to_get_trace_status.
4002 * remote.c (hex2bin): Make globally visible.
4003 (bin2hex): Ditto.
4004 (remote_download_trace_state_variable): Download name also.
4005 (remote_get_trace_status): Update parameter, use
4006 parse_trace_status.
4007 (remote_save_trace_data): New function.
4008 (remote_upload_tracepoints): New function.
4009 (remote_upload_trace_state_variables): New function.
4010 (remote_get_raw_trace_data): New function.
4011 (remote_start_remote): Use them.
4012 (_initialize_remote_ops): Add operations.
4013 * ax-gdb.c: Include breakpoint.h.
4014 * breakpoint.c (create_tracepoint_from_upload): Use
4015 break_command_really, return tracepoint, warn about unimplemented
4016 parts.
4017 * NEWS: Mention trace file addition.
4018
4019 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4020
4021 Fix compilation warning on gcc-3.4.
4022 * exec.c (print_section_info): Move the `displacement' variable
4023 initialization to its declaration.
4024
4025 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
4028 comparison.
4029
4030 2010-01-15 Eric Botcazou <botcazou@adacore.com>
4031
4032 "info tasks" broken by typedefs in ATCB type definitions.
4033 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
4034 ada_check_typedef before retrieving the length of the type for
4035 regular fields.
4036
4037 2010-01-15 Joel Brobecker <brobecker@adacore.com>
4038
4039 Do not use name-based lookup for unconstrained packed arrays.
4040 * ada-lang.c (find_parallel_type_by_descriptive_type):
4041 Limit the fallback to name-based lookups to the case where
4042 the type is a constrained packed array.
4043
4044 2010-01-15 Joel Brobecker <brobecker@adacore.com>
4045
4046 Enhance gdb-gdb.py to handle main_type.type_specific.
4047 * gdb-gdb.py: Print the type-specific part of struct main_type.
4048
4049 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
4052 * configure: Regenerate.
4053 * config.in: Regenerate.
4054 * utils.c: Include sys/resource.h.
4055 (dump_core, can_dump_core): New.
4056 (internal_vproblem): Update the comment. Check can_dump_core while
4057 setting dump_core_p. Replace two abort calls by dump_core calls.
4058
4059 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4060 Eli Zaretskii <eliz@gnu.org>
4061
4062 * NEWS: Document the PIE support.
4063
4064 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
4067 (check_is_pie_binary, _initialize_linux_tdep): Remove.
4068
4069 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4070
4071 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
4072 Replace exec_entry_point call by bfd_get_start_address.
4073
4074 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4075
4076 Support Valgrind attachments broken by the PIE support.
4077 * auxv.c: Include gdbcore.h.
4078 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
4079 parameters ops, object and annex. Remove their assertions.
4080 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
4081 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
4082 (memory_xfer_auxv): ... here.
4083 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
4084 memory_xfer_auxv.
4085 * procfs.c (procfs_xfer_partial): Likewise.
4086 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
4087 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
4088 (svr4_solib_create_inferior_hook): Conditionalize the
4089 svr4_relocate_main_executable call.
4090
4091 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4092
4093 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
4094 target_section. Find SECT in current_target_sections, gdb_assert it.
4095 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
4096 New variable abfd.
4097 * symtab.c (lookup_objfile_from_block): Return the binary file instead
4098 of separate debug info file.
4099
4100 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4101
4102 Support PIEs with no symfile_objfile.
4103 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
4104 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
4105
4106 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
4109 code part to ...
4110 (svr4_static_exec_displacement): ... a new function.
4111 (svr4_exec_displacement): New function.
4112 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
4113 new_offsets using alloca now. Remove variable old_chain and changed.
4114 Call objfile_relocate unconditionally now.
4115
4116 2010-01-14 Doug Evans <dje@google.com>
4117
4118 * gdbtypes.c (arch_flags_type): Fix comment.
4119 * gdbtypes.h (arch_composite_type): Fix comment.
4120
4121 2009-01-14 Tristan Gingold <gingold@adacore.com>
4122
4123 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
4124 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
4125 to symbol_file_add_from_bfd. Add OSO as separate objfile.
4126 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
4127 macho_add_oso_symfile.
4128 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
4129
4130 2010-01-14 Joel Brobecker <brobecker@adacore.com>
4131
4132 Tru64: Dead threads are never deleted.
4133 * dec-thread.c (dec_thread_ptid_is_alive): New function.
4134 (dec_thread_count_gdb_threads): Fix counter increment.
4135 (dec_thread_add_gdb_thread): Fix *listp increment.
4136 (resync_thread_list): Fix bug in deletion of dead threads that
4137 caused all threads to be deleted, instead of just the dead ones.
4138
4139 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4140
4141 PR python/10705
4142
4143 * python/python-internal.h: Add lazy_string_object_type
4144 definition.
4145 (create_lazy_string_object, gdbpy_initialize_lazy_string)
4146 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
4147 * python/py-value.c (valpy_lazy_string): New function.
4148 (convert_value_from_python): Add lazy string conversion.
4149 * python/py-prettyprint.c (pretty_print_one_value): Check if
4150 return is also a lazy string.
4151 (print_string_repr): Add lazy string printing branch.
4152 (print_children): Likewise.
4153 * python/py-lazy-string.c: New file. Implement lazy strings.
4154 * python/python.c (_initialize_python): Call
4155 gdbpy_initialize_lazy_string.
4156 * varobj.c (value_get_print_value): Add lazy string printing
4157 branch. Account for encoding.
4158 * c-lang.c (c_printstr): Account for new encoding argument. If
4159 encoding is NULL, find encoding suited for type, otherwise use
4160 user encoding.
4161 * language.h (language_defn): Add encoding argument.
4162 (LA_PRINT_STRING): Likewise.
4163 * language.c (unk_lang_printstr): Update to reflect new encoding
4164 argument to language_defn.
4165 * ada-lang.h (ada_printstr): Likewise.
4166 * c-lang.h (c_printstr): Likewise.
4167 * p-lang.h (pascal_printstr);
4168 * f-lang.c (f_printstr): Likewise.
4169 * m2-lang.c (m2_printstr): Likewise.
4170 * objc-lang.c (objc_printstr): Likewise.
4171 * p-lang.c (pascal_printstr): Likewise.
4172 * scm-lang.c (scm_printstr): Likewise.
4173 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
4174 encoding argument.
4175 * ada-valprint.c (ada_printstr): Likewise.
4176 * f-valprint.c (f_val_print): Likewise
4177 * m2-valprint.c (m2_val_print): Likewise.
4178 * p-valprint.c (pascal_val_print): Likewise.
4179 * expprint.c (print_subexp_standard): Likewise.
4180 * valprint.c (val_print_string): Likewise.
4181 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
4182 (SUBDIR_PYTHON_SRCS): Likewise.
4183 (py-lazy-string.o): New rule.
4184
4185 2010-01-13 Doug Evans <dje@google.com>
4186
4187 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
4188 uninitialized" warning from gcc on local `tree'.
4189
4190 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4191
4192 Implement core awareness.
4193
4194 * bcache.c (compare_ints): Remove
4195 (print_percentage): Use compare_positive_ints.
4196 * defs.h (compare_positive_ints): Declare.
4197 * linux-nat.h (struct lin_lwp): New field core.
4198 (linux_nat_core_of_thread_1): Declare.
4199 * linux-nat.c (add_lwp): Init the 'core' field.
4200 (linux_nat_wait_1): Record the core.
4201 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
4202 (linux_nat_add_target): Register the above.
4203 * linux-thread-db.c (update_thread_core): New.
4204 (thread_db_find_new_threads): Update core information for
4205 every thread.
4206 * remote.c (struct private_thread_info): New.
4207 (free_private_thread_info, demand_private_info): New.
4208 (PACKET_qXfer_threads, use_osdata_threads): New.
4209 (struct thread_item, threads_parsing_context
4210 (start_thread, end_thread, thread_attributes)
4211 (thread_children, threads_children, threads_elements): New.
4212 (remote_threads_info): Try qXfer:threads before anything
4213 else.
4214 (remote_protocol_packets): Register qXfer:threads.
4215 (remote_open_1): Init use_osdata_threads.
4216 (struct stop_reply): New field 'core'.
4217 (remote_parse_stop_reply): Parse core number.
4218 (process_stop_reply): Record core number.
4219 (remote_xfer_partial): Handle qXfer:threads.
4220 (remote_core_of_thread): New.
4221 (init_remote_ops): Register remote_core_of_thread.
4222 (_initialize_remote): Register qXfer:read.
4223 * target.c (target_core_of_thread): New
4224 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
4225 (struct target_ops): New field to_core_of_threads.
4226 (target_core_of_thread): Declare.
4227 * gdbthread.h (struct thread_info): New field private_dtor.
4228 * thread.c (print_thread_info): Report the core.
4229 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
4230 * utils.c (compare_positive_ints): New.
4231 * features/threads.dtd: New.
4232 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
4233 * mi/mi-main.c (struct collect_cores_data, collect_cores)
4234 (do_nothing, free_vector_of_osdata_items)
4235 (splay_tree_int_comparator, free_splay_tree): New.
4236 (print_one_inferior_data): Implemented printing of selected
4237 inferiors. Collect and print cores.
4238 (output_cores): New.
4239 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
4240 thread groups together with --available.
4241
4242 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4243
4244 * configure: Regenerate (for _STRUCTURED_PROC).
4245
4246 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4247
4248 Delete dead function.
4249 * ada-lang.c (extract_string): Delete. No longer used.
4250
4251 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4252
4253 Fix -Wunused warning in dec-thread.c.
4254 * dec-thread.c (dec_thread_count_gdb_threads)
4255 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
4256
4257 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4258
4259 * ada-valprint.c (ada_print_floating): Remove trailing space.
4260
4261 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4262
4263 Add support for DW_AT_GNAT_descriptive_type.
4264 * gdbtypes.h (enum type_specific_kind): New enum.
4265 (struct main_type) [type_specific_field]: New component.
4266 [type_specific]: Add new component "gnat_stuff".
4267 (struct gnat_aux_type): New type.
4268 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
4269 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
4270 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
4271 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
4272 (TYPE_SPECIFIC_FIELD): New macros.
4273 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
4274 type does not hold any cplus-specific data.
4275 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
4276 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
4277 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
4278 cplus-specific data.
4279 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
4280 Set new component TYPE_SPECIFIC_FIELD (type).
4281 (gnat_aux_default): New constant.
4282 (allocate_gnat_aux_type): New function.
4283 (init_type): Add initialization the type-specific stuff for
4284 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
4285 (print_gnat_stuff): New function.
4286 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
4287 specific data. Adjust code that prints the contents of the
4288 type-specific union using the TYPE_SPECIFIC_FIELD value.
4289 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
4290 the type cplus stuff for Ada types.
4291 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
4292 Error out if these routines are called with an Ada type.
4293 (read_structure_type, read_array_type, read_subrange_type):
4294 Add call to set_descriptive_type.
4295 (set_die_type): Initialize the gnat-specific data if necessary.
4296 (need_gnat_info, die_descriptive_type, set_descriptive_type):
4297 New functions.
4298 * ada-lang.c (decode_constrained_packed_array_type): Use
4299 decode_constrained_packed_array_type instead of doing a standard
4300 lookup to locate a parallel type.
4301 (find_parallel_type_by_descriptive_type): New function.
4302 (ada_find_parallel_type_with_name): New function.
4303 (ada_find_parallel_type): Reimplement using
4304 ada_find_parallel_type_with_name.
4305 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
4306 to check if type has a cplus stuff.
4307 * linespec.c (total_number_of_methods): Likewise.
4308 * mdebugread.c (new_type): Likewise.
4309
4310 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4311
4312 * NEWS: Document the 0b binary number prefix parsing.
4313
4314 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 * objfiles.c (objfile_relocate1): Change the return type to int.
4317 Describe the new return value. Return non-zero if data changed.
4318 (objfile_relocate): New variable changed. Set it. Call
4319 breakpoint_re_set depending on CHANGED.
4320
4321 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 Implement binary numbers parsing.
4324 * c-exp.y (parse_number): New case 'b' and 'B'.
4325
4326 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4327 Tristan Gingold <gingold@adacore.com>
4328
4329 * solib.c (info_sharedlibrary_command): Replace
4330 objfile_has_partial_symbols and objfile_has_full_symbols calls by
4331 objfile_has_symbols.
4332
4333 2010-01-10 Joel Brobecker <brobecker@adacore.com>
4334
4335 * NEWS: Document the improvements made to the mips-irix port.
4336
4337 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4338
4339 Fix the documentation of valprint.c:value_print.
4340 * valprint.c (value_print): Update the function description to
4341 mention that the syntax of the output follows the current_language,
4342 not necessarily C.
4343
4344 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 Fix displacement of separate debug info files.
4347 * objfiles.c (objfile_relocate): Rename to ...
4348 (objfile_relocate1): ... here and make it static. Extend the comment.
4349 (objfile_relocate): New function.
4350 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
4351 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
4352 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
4353 allocated using alloca.
4354 * symfile.c (copy_section_addr_info): Remove.
4355 (build_section_addr_info_from_objfile): Make it global. New variables
4356 addr_bit and mask, use them.
4357 * symfile.h (build_section_addr_info_from_objfile): New prototype.
4358 (copy_section_addr_info): Remove.
4359
4360 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4361
4362 Signal unwinder for mips-irix N32.
4363 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
4364 tramp-frame.h.
4365 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
4366 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
4367 (SIGCONTEXT_LO_OFF): New macros.
4368 (mips_irix_n32_tramp_frame_init): New function.
4369 (mips_irix_n32_tramp_frame): New static constant.
4370 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
4371
4372 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4373
4374 Breakpoint in shared library does not work on mips-irix.
4375 * procfs.c: #include "observer.h".
4376 (procfs_inferior_created): New function, moving here the code
4377 which unsets the syssgi syscall-exit notifications.
4378 (procfs_create_inferior): Remove the code which unsets the syssgi
4379 syscall-exit notifications. It is too early to do this here.
4380 (_initialize_procfs): Attach the procfs_inferior_created observer.
4381
4382 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4383
4384 Wrong return convention for arrays (mips-irix).
4385 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
4386 128 bits or smaller are returned the same way as structs
4387 and unions of the the same size.
4388
4389 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4390
4391 Cannot set the PC on mips-irix.
4392 * irix5-nat.c (fill_gregset): Check regno against the raw PC
4393 register number, no the cooked one.
4394
4395 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4396
4397 Error while loading core file on mips-irix.
4398 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
4399 if debugging from a core file.
4400
4401 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4402
4403 GDB hangs when attaching to process on mips-irix.
4404 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
4405 attaching to a process.
4406
4407 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4408
4409 Use the correct breakpoint instruction on mips-irix.
4410 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
4411 containing the correct breakpoint instruction to use on mips-irix.
4412 Use it when the osabi is GDB_OSABI_IRIX.
4413
4414 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4415
4416 -Wunused warning in procfs.c (mips-irix only).
4417 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
4418 throughout instead of using praddset and prdelset respectively.
4419
4420 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4421
4422 GDB crash while stepping into function.
4423 * infrun.c (handle_inferior_event): Refetch the current frame
4424 after handling what.main_action, in case that pointer became
4425 dangling.
4426
4427 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4428
4429 Fix build failure of solaris-hosted cross debuggers.
4430 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
4431
4432 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4433
4434 Fix build failure on sparc-solaris.
4435 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
4436
4437 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4438
4439 Move some symfile code into subroutines.
4440 * symfile.h (relative_addr_info_to_section_offsets)
4441 (addr_info_make_relative): New prototypes.
4442 * symfile.c (default_symfile_offsets): Move a part to ...
4443 (relative_addr_info_to_section_offsets): ... this new function.
4444 (default_symfile_offsets): Call it.
4445 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
4446 this part to ...
4447 (addr_info_make_relative): ... this new function.
4448
4449 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4450
4451 Add from_tty to solib_create_inferior_hook.
4452 * infcmd.c (post_create_inferior): Move solib_add after
4453 solib_create_inferior_hook. Pass from_tty to
4454 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
4455 0 from_tty and comment why.
4456 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
4457 * linux-nat.c (linux_child_follow_fork): Likewise.
4458 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
4459 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
4460 from_tty.
4461 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
4462 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
4463 * solib-null.c (null_solib_create_inferior_hook): Likewise.
4464 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
4465 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
4466 * solib-som.c (som_solib_create_inferior_hook): Likewise.
4467 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
4468 Pass it to svr4_so_ops.solib_create_inferior_hook.
4469 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
4470 from_tty.
4471 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
4472 solib_add.
4473 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
4474 enable_break.
4475 * solib-target.c (solib_target_solib_create_inferior_hook): New
4476 parameter from_tty.
4477 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
4478 it to ops->solib_create_inferior_hook.
4479 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
4480 Move solib_add after solib_create_inferior_hook, call it now with
4481 from_tty as 0. New comment there.
4482 * solib.h (solib_create_inferior_hook): New parameter from_tty.
4483 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
4484 Likewise.
4485
4486 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
4487
4488 Fix multiexec race.
4489 * infrun.c (handle_inferior_event): Use get_thread_regcache
4490 with events ptid, not get_current_regcache.
4491
4492 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4493
4494 GDB crash with empty executable name (MinGW).
4495 * source.c (openp): Add assert that parameter string is not NULL.
4496 if parameter string is an empty string, then return with a failure
4497 immediately.
4498
4499 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4500
4501 Get rid of support for VAX Floats.
4502 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4503 (ada_vax_float_print_function): Delete.
4504 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4505 (ada_vax_float_print_function): Delete.
4506 * ada-typeprint.c (print_vax_floating_point_type): Delete.
4507 (ada_print_type): Remove support for VAX floats.
4508 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
4509
4510 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 * stabsread.c (read_args): Handle zero arguments.
4513
4514 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4515
4516 Cannot find in-tree libiconv.a after reconfigure.
4517 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
4518 that we can use, then cache the path to this archive.
4519 * configure: Regenerate.
4520
4521 2010-01-07 Stan Shebs <stan@codesourcery.com>
4522
4523 Make tracepoint operations go through target vector.
4524 * target.h (enum trace_find_type): New enum.
4525 (struct target_ops): New fields to_trace_init,
4526 to_download_tracepoint, to_download_trace_state_variable,
4527 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
4528 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
4529 to_set_disconnected_tracing.
4530 (target_trace_init): New macro.
4531 (target_download_tracepoint): New macro.
4532 (target_download_trace_state_variable): New macro.
4533 (target_trace_start): New macro.
4534 (target_trace_set_readonly_regions): New macro.
4535 (target_get_trace_status): New macro.
4536 (target_trace_stop): New macro.
4537 (target_trace_find): New macro.
4538 (target_get_trace_state_variable_value): New macro.
4539 (target_set_disconnected_tracing): New macro.
4540 * target.c (update_current_target): Inherit and set defaults for
4541 tracepoint operations.
4542 * tracepoint.c (default_collect): Make globally visible.
4543 (target_is_remote): Remove, along with all calls.
4544 (tvariables_info): Call target_get_trace_state_variable_value.
4545 (remote_set_transparent_ranges): Remove.
4546 (trace_start_command): Call target_trace_init,
4547 target_download_tracepoint, etc.
4548 (download_tracepoint): Remove.
4549 (trace_stop_command): Simplify.
4550 (stop_tracing): Call target_trace_stop.
4551 (get_trace_status): Call target_get_trace_status.
4552 (trace_status_command): Add case for targets that cannot trace.
4553 (finish_tfind_command): Change to take numerical arguments, call
4554 target_trace_find.
4555 (trace_find_command): Update call to finish_tfind_command.
4556 (trace_find_pc_command): Ditto.
4557 (trace_find_tracepoint_command): Ditto.
4558 (trace_find_line_command): Ditto.
4559 (trace_find_range_command): Ditto.
4560 (trace_find_outside_command): Ditto.
4561 (set_disconnected_tracing_value): Call
4562 target_set_disconnected_tracing.
4563 * remote.c: Add protocol encoding bits from tracepoint.c.
4564 (trace_error): Move from tracepoint.c.
4565 (remote_get_noisy_reply): Ditto.
4566 (free_actions_list_cleanup_wrapper): Ditto.
4567 (free_actions_list): Ditto.
4568 (remote_trace_init): New function.
4569 (remote_download_tracepoint): New function.
4570 (remote_download_trace_state_variable): New function.
4571 (remote_trace_set_readonly_regions): New function.
4572 (remote_trace_start): New function.
4573 (remote_get_trace_status): New function.
4574 (remote_trace_stop): New function.
4575 (remote_trace_find): New function.
4576 (remote_download_trace_state_variable): New function.
4577 (remote_set_disconnected_tracing): New function.
4578 (init_remote_ops): Add tracepoint operations.
4579
4580 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
4581
4582 2010-01-07 Tristan Gingold <gingold@adacore.com>
4583
4584 * symfile.c (build_section_addr_info_from_objfile): New function.
4585 (symbol_file_add_separate): Don't use offsets from objfile but
4586 built an addr info.
4587
4588 2010-01-06 Stan Shebs <stan@codesourcery.com>
4589
4590 Support disconnected tracing.
4591 * infcmd.c (detach_command): Ask whether to stop tracing.
4592 * cli/cli-cmds.c (quit_command): Ditto.
4593 * breakpoint.h (struct breakpoint): New field number_on_target.
4594 * breakpoint.c (create_tracepoint_from_upload): New function.
4595 (get_tracepoint_by_number_on_target): New function.
4596 * remote.c (struct remote): New field disconnected_tracing.
4597 (remote_disconnected_tracing_feature): New function.
4598 (remote_protocol_features): Add DisconnectedTracing.
4599 (struct uploaded_tp): New struct.
4600 (uploaded_tps): New global.
4601 (get_uploaded_tp): New function.
4602 (find_matching_tracepoint): New function.
4603 (remote_get_tracing_state): New function.
4604 (remote_start_remote): Call it.
4605 * tracepoint.c (disconnected_tracing): New global.
4606 (trace_start_command): Initialize number_on_target.
4607 (stop_tracing): New function, split out from...
4608 (trace_stop_command): Call stop_tracing.
4609 (get_trace_status): New function, split out from...
4610 (trace_status_command): Call get_trace_status, add info on
4611 disconnection behavior.
4612 (disconnect_or_stop_tracing): New function.
4613 (finish_tfind_command): Translate from number on target.
4614 (trace_find_tracepoint_command): Translate to number on target.
4615 (send_disconnected_tracing_value): New function.
4616 (set_disconnected_tracing): New function.
4617 (_initialize_tracepoint): Add disconnected-tracing variable.
4618 * NEWS: Mention disconnected tracing.
4619
4620 2010-01-06 Tristan Gingold <gingold@adacore.com>
4621
4622 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
4623 parameter to main_objfile. Iterate on all separate debug objfiles.
4624 * symfile.h (symbol_file_add_separate)
4625 (find_separate_debug_file_by_debuglink): Remove parameter names.
4626 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
4627 (reread_symbols): Use free_objfile_separate_debug.
4628 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
4629 Adjust comment.
4630 (objfile_separate_debug_iterate, add_separate_debug_objfile)
4631 (free_objfile_separate_debug): New prototypes.
4632 * objfiles.c (objfile_separate_debug_iterate): New function.
4633 (add_separate_debug_objfile, free_objfile_separate_debug): New
4634 functions.
4635 (free_objfile): Use free_objfile_separate_debug. Adjust for
4636 multiple separate debug objfile.
4637 (objfile_has_symbols): Adjust comment. Iterate on all separate
4638 debug objfiles.
4639 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
4640 debug objfile.
4641 (lookup_minimal_symbol_text): Ditto.
4642 (lookup_minimal_symbol_by_pc_name): Ditto.
4643 (lookup_minimal_symbol_solib_trampoline): Ditto.
4644 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
4645 debug objfiles.
4646
4647 2010-01-05 Stan Shebs <stan@codesourcery.com>
4648
4649 Add fast tracepoints.
4650 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
4651 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
4652 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
4653 * breakpoint.c (tracepoint_type): New function.
4654 (ALL_TRACEPOINTS): Use it.
4655 (should_be_inserted): Ditto.
4656 (bpstat_check_location): Ditto.
4657 (print_one_breakpoint_location): Ditto.
4658 (user_settable_breakpoint): Ditto.
4659 (set_breakpoint_location_function): Ditto.
4660 (disable_breakpoints_in_shlibs): Ditto.
4661 (delete_trace_command): Ditto.
4662 (print_it_typical): Add bp_fast_tracepoint case.
4663 (bpstat_what): Ditto.
4664 (print_one_breakpoint_location): Ditto.
4665 (allocate_bp_location): Ditto.
4666 (mention): Ditto.
4667 (breakpoint_re_set_one): Ditto.
4668 (disable_command): Ditto.
4669 (enable_command): Ditto.
4670 (check_fast_tracepoint_sals): New function.
4671 (break_command_really): Call it.
4672 (ftrace_command): New function.
4673 (_initialize_breakpoint): Add ftrace command.
4674 * gdbarch.sh (fast_tracepoint_valid_at): New.
4675 * gdbarch.h, gdbarch.c: Regenerate.
4676 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
4677 (i386_gdbarch_init): Use it.
4678 * remote.c (struct remote_state): New field fast_tracepoints.
4679 (PACKET_FastTracepoints): New packet config type.
4680 (remote_fast_tracepoint_feature): New function.
4681 (remote_protocol_features): Add FastTracepoints.
4682 (remote_supports_fast_tracepoints): New function.
4683 (_initialize_remote): Add FastTracepoints.
4684 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
4685 * NEWS: Mention fast tracepoints.
4686
4687 2010-01-06 Joel Brobecker <brobecker@adacore.com>
4688
4689 * gdb-gdb.py: New file.
4690
4691 2010-01-05 Michael Snyder <msnyder@vmware.com>
4692
4693 * infrun.c (handle_inferior_event): Fix typo in comment.
4694
4695 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4696
4697 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
4698
4699 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4700
4701 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
4702 and s390x-linux64.
4703 (s390-linux32-expedite): Define.
4704 (s390-linux64-expedite): Define.
4705 (s390x-linux64-expedite): Define.
4706 * features/s390-acr.xml: New file.
4707 * features/s390-fpr.xml: New file.
4708 * features/s390-core32.xml: New file.
4709 * features/s390-core64.xml: New file.
4710 * features/s390x-core64.xml: New file.
4711 * features/s390-linux32.xml: New file.
4712 * features/s390-linux64.xml: New file.
4713 * features/s390x-linux64.xml: New file.
4714 * features/s390-linux32.c: New generated file.
4715 * features/s390-linux64.c: New generated file.
4716 * features/s390x-linux64.c: New generated file.
4717
4718 * regformats/s390-linux32.dat: New generated file.
4719 * regformats/s390-linux64.dat: New generated file.
4720 * regformats/s390x-linux64.dat: New generated file.
4721 * regformats/reg-s390.dat: Remove.
4722 * regformats/reg-s390x.dat: Remove.
4723
4724 * s390-nat.c: Include "auxv.h" and <elf.h>.
4725 (HWCAP_S390_HIGH_GPRS): Define if undefined.
4726 (s390_target_wordsize): New function.
4727 (s390_auxv_parse): Likewise.
4728 (s390_get_hwcap): Likewise.
4729 (s390_read_description): Likewise.
4730 (_initialize_s390_nat): Install s390_auxv_parse and
4731 s390_read_description.
4732
4733 * s390-tdep.c: Include "features/s390-linux32.c",
4734 "features/s390-linux64.c", and "features/s390x-linux64.c".
4735 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
4736 (s390_register_call_saved): New function.
4737 (s390_register_name): Remove.
4738 (s390_register_type): Remove.
4739 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
4740 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
4741 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
4742 (s390_pseudo_register_name): New function.
4743 (s390_pseudo_register_type): New function.
4744 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
4745 Handle full GPR pesudos and varying pseudo register numbers.
4746 (s390_pseudo_register_write): Likewise
4747 (s390x_pseudo_register_read): Remove.
4748 (s390x_pseudo_register_write): Likewise.
4749 (s390_register_group): Remove.
4750 (s390_pseudo_register_group): New function.
4751 (s390_regmap_gregset): Add GPR upper halves.
4752 (s390x_regmap_gregset): Likewise.
4753 (s390_regmap_fpregset): Likewise.
4754 (s390_regmap_upper): New global variable.
4755 (s390_upper_regset): New global variable.
4756 (s390_upper_regset_sections): New global variable.
4757 (s390_regset_from_core_section): Handle GPR upper halves.
4758 (s390_core_read_description): New function.
4759 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
4760 register information. Handle varying pseudo register numbers.
4761 (s390_backchain_frame_unwind_cache): Likewise.
4762 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
4763 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
4764 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
4765 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
4766 Handle varying pseudo register numbers.
4767 (s390_unwind_pc): Handle varying pseudo register numbers.
4768 (s390_dwarf2_prev_register): New function.
4769 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
4770 register information. Handle varying pseudo register numbers.
4771 Install s390_dwarf2_prev_register to unwind full GPRs.
4772 (s390_gdbarch_init): Handle target descriptions. Assign varying
4773 pseudo register numbers. Install s390_adjust_frame_regnum.
4774 (_initialize_s390_tdep): Initialize target descriptions.
4775
4776 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
4777 (S390_NUM_REGS): Redefine to include upper half registers.
4778 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
4779 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
4780 (tdesc_s390_linux32): Add declaration.
4781 (tdesc_s390_linux64): Likewise.
4782 (tdesc_s390x_linux64): Likewise.
4783
4784 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4785
4786 * regset.h (struct core_regset_section): Add HUMAN_NAME.
4787 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
4788 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
4789 (ppc_linux_vmx_regset_sections): Likewise.
4790 (ppc_linux_fp_regset_sections): Likewise.
4791
4792 * corelow.c (get_core_register_section): Constify arguments.
4793 (get_core_registers): Use gdbarch_core_regset_sections instead
4794 of hard-coded platform-specific register section names.
4795
4796 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4797
4798 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
4799 a register, assume the least-significant part is used.
4800 (write_pieced_value): Likewise.
4801
4802 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4803
4804 * printcmd.c: Include "arch-utils.h".
4805 (do_one_display): Re-parse expression if current architecture changed.
4806
4807 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4808 Joel Brobecker <brobecker@adacore.com>
4809
4810 * gdbtypes.c (check_typedef): New comment on type length.
4811 * value.c (allocate_value_lazy): Remove the unused atype variable. New
4812 comment on type length.
4813 (value_primitive_field): Keep the original TYPE value, new comment.
4814
4815 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4816
4817 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
4818 p_start. Change != comparisons to > and < comparisons.
4819
4820 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4821
4822 * cli/cli-script.c (process_next_line): Check P2 overrun.
4823
4824 2009-01-01 Joel Brobecker <brobecker@adacore.com>
4825
4826 Update the copyright hearder to add year 2010 for most GDB files.
4827
4828 2009-01-01 Joel Brobecker <brobecker@adacore.com>
4829
4830 Fix build failure in inf-ptrace.c.
4831 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
4832
4833 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4834
4835 * top.c (print_gdb_version): Update copyright year.
4836
4837 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4838
4839 Fix break *FUN'address thread NUM.
4840 * ada-lex.l (task): Expand rule to also match the thread keyword.
4841
4842 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4843
4844 Fix break *FUN'address task NUM.
4845 * ada-lex.l (task): New rule.
4846 * ada-lang.c (valid_task_id): Make sure the Ada task list has
4847 been built before using it.
4848
4849 For older changes see ChangeLog-2009.
4850 \f
4851 Local Variables:
4852 mode: change-log
4853 left-margin: 8
4854 fill-column: 74
4855 version-control: never
4856 coding: utf-8
4857 End: