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