* as.c (show_usage): Don't list --compress-debug-sections if zlib not
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5da1313b
JK
12010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
4 (make_cleanup_restore_page_info)
5 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
6 * gdbcmd.h (execute_command_to_string): New declaration.
7 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
8 (make_cleanup_restore_ui_file): Move to utils.c
9 (execute_gdb_command) <to_string>: Move ...
10 * top.c (execute_command_to_string): ... here. Call
11 set_batch_flag_and_make_cleanup_restore_page_info.
12 * utils.c (make_cleanup_restore_integer): New source file blank line.
13 (make_cleanup_restore_uinteger): New.
14 (struct restore_ui_file_closure, do_restore_ui_file)
15 (make_cleanup_restore_ui_file): Move here from python/python.c.
16 (init_page_info) <batch_flag>
17 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
18 (set_batch_flag_and_make_cleanup_restore_page_info): New.
19
c820c52a
PA
202010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
21
22 * thread.c (add_thread_silent): Use null_ptid instead of
23 minus_one_ptid while getting rid of stale inferior_ptid.
24
8da614df
CV
252010-08-06 Corinna Vinschen <vinschen@redhat.com>
26
27 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
28 Throughout, call read_encoded_value with ptr_size rather than addr_size.
29 (decode_frame_entry_1): Remove redundant setting of
30 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
31 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
32 on examined frame section. Add comment to explain why.
33 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
34 comment to explain usage.
35 * gdbarch.c: Regenerate.
36 * gdbarch.h: Regenerate.
37
38 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
39
e4195b40
JK
402010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
41
42 Code cleanup.
43 * varobj.c (varobj_create): Move variables fi, old_fi and block to
44 a more inner block.
45
a3217aa0
PA
462010-08-05 Pedro Alves <pedro@codesourcery.com>
47
48 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
49 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
50 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
51 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
52 linux-tdep.o to gdb_target_obs.
53
e2b4a699
MK
542010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
55
56 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
57 argument.
58
50e8a0d5
HZ
592010-08-05 Hui Zhu <teawater@gmail.com>
60
61 * mips-linux-tdep.c(regset.h): New include.
62 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
63 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
64 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
65 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
66 mips_linux_regset_from_core_section): New functions.
67 (fetch_core_registers, regset_core_fns): Deleted.
68 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
69 Deleted regset_core_fns.
70 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
71 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
72 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
73 and fpregset64.
74
70728992
PA
752010-08-04 Pedro Alves <pedro@codesourcery.com>
76
77 * s390-tdep.c: Include linux-tdep.h.
78 (s390_gdbarch_init): Call linux_init_abi.
79
a5ee0f0c
PA
802010-08-04 Pedro Alves <pedro@codesourcery.com>
81
82 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
83 instead of printing "Thread" here.
84 * linux-tdep.c: Include inferior.h.
85 (linux_core_pid_to_str): New.
86 (linux_init_abi): New.
87 * linux-tdep.h (linux_init_abi): Declare.
88 * alpha-linux-tdep.c: Include linux-tdep.h.
89 (alpha_linux_init_abi): Call linux_init_abi.
90 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
91 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
92 * frv-linux-tdep.c: Include linux-tdep.h
93 (frv_linux_init_abi): Call linux_init_abi.
94 * hppa-linux-tdep.c: Include linux-tdep.h
95 (hppa_linux_init_abi): Call linux_init_abi.
96 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
97 * ia64-linux-tdep.c: Include linux-tdep.h.
98 (ia64_linux_init_abi): Call linux_init_abi.
99 * m32r-linux-tdep.c: Include linux-tdep.h.
100 (m32r_linux_init_abi): Call linux_init_abi.
101 * m68klinux-tdep.c: Include linux-tdep.h.
102 (m68k_linux_init_abi): Call linux_init_abi.
103 * microblaze-linux-tdep.c: Include linux-tdep.h.
104 (microblaze_linux_init_abi): Call linux_init_abi.
105 * mips-linux-tdep.c: Include linux-tdep.h.
106 (mips_linux_init_abi): Call linux_init_abi.
107 * mn10300-linux-tdep.c: Include linux-tdep.h.
108 (am33_linux_init_osabi): Call linux_init_abi. Rename the
109 'gdbinfo' parameter to 'info'.
110 * ppc-linux-tdep.c: Include linux-tdep.h.
111 (ppc_linux_init_abi): Call linux_init_abi.
112 * sh-linux-tdep.c: Include linux-tdep.h.
113 (sh_linux_init_abi): Call linux_init_abi.
114 * sparc-linux-tdep.c: Include linux-tdep.h.
115 (sparc32_linux_init_abi): Call linux_init_abi.
116 * sparc64-linux-tdep.c: Include linux-tdep.h.
117 (sparc64_linux_init_abi): Call linux_init_abi.
118 * xtensa-linux-tdep.c: Include linux-tdep.h.
119 (xtensa_linux_init_abi): Call linux_init_abi.
120 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
121 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
122 callback.
123
bc043ef3
DE
1242010-08-03 Doug Evans <dje@google.com>
125
126 * breakpoint.c (bpdisp_text): Constify bpdisps.
127 * solib-svr4.c (solib_break_names): Constify.
128 (bkpt_names, main_name_list): Constify.
129 (match_main): Constify soname arg.
63cdd227
DE
130 (bfd_lookup_symbol): Remove unnecessary forward decl.
131 Constify symname arg.
bc043ef3
DE
132 (enable_break): Constify bkpt_namep.
133 * symtab.c (search_symbols): Constify types, types2, types3, types4.
134 (symtab_symbol_info): Constify classnames.
135
585d1eb8
PM
1362010-08-03 Phil Muldoon <pmuldoon@redhat.com>
137
138 * NEWS: Document Python value inferior function calls.
139
2de00c64
DE
1402010-08-02 Doug Evans <dje@google.com>
141
142 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
143
02d868e8
PP
1442010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
145
146 * linux-thread-db.c (libthread_db_debug): New variable.
147 (thread_db_find_new_threads_silently): Control verbosity with it.
148 (try_thread_db_load_1, try_thread_db_load): Likewise.
149 (find_new_threads_once): Likewise.
150 (_initialize_thread_db): Set/show it.
151
a19cae16
JK
1522010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
153
154 * common/signals.c (signals): Move the content to signals.def.
155 Include it. Remove the INDENT comments.
156
c2bbed2a
TT
1572010-07-30 Tom Tromey <tromey@redhat.com>
158
159 * Makefile.in (install-only): Install gdb-add-index.
160 * gdb-add-index.sh: New file.
161
f32b2f09
CR
1622010-07-31 Renquan Cheng <crq@gcc.gnu.org>
163
164 * MAINTAINERS: Add myself for write after approval privileges.
165
1276c759
JK
1662010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * symfile.c (addr_section_name): New function.
169 (addrs_section_compar): Use it.
170 (addr_info_make_relative): Use it. Move variable sect_name into a more
171 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
172
420697bb
TT
1732010-07-30 Tom Tromey <tromey@redhat.com>
174
175 * configure: Rebuild.
176 * configure.ac: Add missing case for Python 2.7.
177
d0d99561
DD
1782010-07-29 DJ Delorie <dj@redhat.com>
179
180 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
181 conditions.
182
0b29bdde
PA
1832010-07-29 Pedro Alves <pedro@codesourcery.com>
184
185 * PROBLEMS: Remove mention of all problems.
186
110ed339
PA
1872010-07-28 Pedro Alves <pedro@codesourcery.com>
188
189 PR build/11848
190 * configure.ac: Check for wresize.
191 * configure, config.in: Regenerate.
192 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
193 with HAVE_WRESIZE.
194
326fd672
TT
1952010-07-28 Tom Tromey <tromey@redhat.com>
196
197 PR python/11060:
198 * python/py-type.c (typy_legacy_template_argument): New function,
199 extracted from typy_template_argument.
200 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
201 value when needed.
202
4ac8c4da
TT
2032010-07-28 Oleg Nesterov <oleg@redhat.com>
204
205 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
206
053315c2
TT
2072010-07-27 Tom Tromey <tromey@redhat.com>
208
209 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
210
3ce3b1ba
PA
2112010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
212
213 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
214 handling DW_AT_object_pointer, and workaround GCC PR 43053.
215
2bb4f988
TT
2162010-07-28 Tom Tromey <tromey@redhat.com>
217
218 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
219
74232302
JB
2202010-07-28 Joel Brobecker <brobecker@adacore.com>
221
222 * remote.c (remote_download_tracepoint): Add missing gettext markup.
223 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
224
385d04dc
JB
2252010-07-28 Joel Brobecker <brobecker@adacore.com>
226
227 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
228 down, just before the block that parse the breakpoint addr_string.
229
34eaf542
TT
2302010-07-28 Tom Tromey <tromey@redhat.com>
231
232 PR c++/9946:
233 * symfile.c (reread_symbols): Clear template_symbols.
234 * symtab.h (struct symbol) <is_cplus_template_function>: New
235 field.
236 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
237 (struct template_symbol): New.
238 * symtab.c (lookup_symbol_aux_local): Use
239 cp_lookup_symbol_imports_or_template.
240 * objfiles.h (struct objfile) <template_symbols>: New field.
241 * objfiles.c (relocate_one_symbol): New function.
242 (objfile_relocate1): Use it. Relocate isolated symbols.
243 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
244 template_arguments>: New fields.
245 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
246 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
247 (TYPE_TEMPLATE_ARGUMENT): Likewise.
248 (lookup_typename): Update.
249 * gdbtypes.c (lookup_typename): Constify "block" argument.
250 * dwarf2read.c: Include vec.h.
251 (symbolp): New typedef.
252 (read_func_scope): Read template arguments. Allocate a
253 template_symbol when needed.
254 (read_structure_type): Read template arguments.
255 (new_symbol_full): New function, from new_symbol. Handle
256 DW_TAG_template_type_param and DW_TAG_template_value_param.
257 (new_symbol): Rewrite as wrapper.
258 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
259 * cp-namespace.c: Include language.h.
260 (search_symbol_list): New function.
261 (cp_lookup_symbol_imports_or_template): Likewise.
262
d27b3be4
PA
2632010-07-28 Balazs Kezes <rlblaster@gmail.com>
264
265 * tui/tui-win.c (make_visible_with_new_height): Resize and move
266 the command window to the new size and position.
267
0036e657
PA
2682010-07-28 Balazs Kezes <rlblaster@gmail.com>
269
a782f43e 270 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
0036e657
PA
271 coordinates.
272
36900355
PA
2732010-07-28 Balazs Kezes <rlblaster@gmail.com>
274
a782f43e 275 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
36900355 276 after a detecting a resize.
a782f43e 277 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
36900355
PA
278 call.
279
db5e03ae
PA
2802010-07-28 Pedro Alves <pedro@codesourcery.com>
281
282 * configure.ac: Check for resize_term.
283 * configure, config.in: Regenerate.
284
b71fff68
JB
2852010-07-27 Joel Brobecker <brobecker@adacore.com>
286
287 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
288
9b1c24c8
PA
2892010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
290
291 * dwarf2read.c (read_string): Rename to ...
292 (read_direct_string): ... this.
293 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
294 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
295
00390b84
JK
2962010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 * linux-nat.c (linux_nat_lp_status_is_event): New function.
299 (count_events_callback, select_event_lwp_callback)
300 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
301
26ab7092
JK
3022010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
303
304 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
305 (_initialize_ia64_linux_nat): Install it.
306 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
307 (linux_nat_set_status_is_event): New.
308 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
309 cancel_breakpoints_callback, linux_nat_filter_event)
310 (linux_nat_wait_1): Use linux_nat_status_is_event.
311 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
312
283e6a52
TT
3132010-07-27 Tom Tromey <tromey@redhat.com>
314
315 * NEWS: Mention labels, .gdb_index.
316
53a71c06
CR
3172010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
318
319 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3422f666 320 "start,+length" form of arguments.
53a71c06
CR
321 * NEWS: Add "Changed commands" (disassemble) section for "Changes
322 since GDB 7.1"; and merge two separated paragraphs of disassemble
323 description in "Changes in GDB 7.0".
324
c63a1f86
JK
3252010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
328 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
329 (fputs_maybe_filtered): Do not do filtering also on
330 ! INPUT_FROM_TERMINAL_P.
331
abebb8b0
JB
3322010-07-27 Joel Brobecker <brobecker@adacore.com>
333
334 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
335 in warning message.
336
5374244e
PM
3372010-07-27 Phil Muldoon <pmuldoon@redhat.com>
338
339 * python/py-value.c (valpy_call): New Function.
340
ac0b195c
KW
3412010-07-27 Ken Werner <ken.werner@de.ibm.com>
342
872e696d 343 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
ac0b195c
KW
344 types_list_elements variables.
345
09d8bd00
TT
3462010-07-26 Tom Tromey <tromey@redhat.com>
347
348 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
349 TLS with DW_OP_const4u or DW_OP_const8u.
350
9fe70b4f
TJB
3512010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
352
353 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
354 VSX registers contents.
355
caac4577
JG
3562010-07-26 Jerome Guitton <guitton@adacore.com>
357
358 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
359 its adress is null. Add comment to explain why.
360 (new_symbol): Ditto.
361
857d11d0
JK
3622010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
363
364 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
365 the host signal first.
366
1fd400ff
TT
3672010-07-23 Tom Tromey <tromey@redhat.com>
368
369 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
370 type_comp_units>: New fields.
371 (dw2_get_cu): New function.
372 (create_cus_from_index): Remove unused argument.
373 (create_signatured_type_hash_from_index): New function.
374 (create_addrmap_from_index): Update.
375 (dwarf2_read_index): Handle version 2.
376 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
377 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
378 (dw2_print_stats, dw2_expand_all_symtabs)
379 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
380 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
381 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
382 (allocate_signatured_type_hash_table): New function.
383 (add_signatured_type_cu_to_list): Likewise.
384 (create_debug_types_hash_table): Use them. Set type_comp_units.
385 (read_signatured_type): Ensure section data is available.
386 (add_address_entry): Don't record empty ranges.
387 (struct signatured_type_index_data): New.
388 (write_one_signatured_type): New function.
389 (write_psymtabs_to_index): Write type CUs.
390 (save_gdb_index_command): Update comment.
391 (process_type_comp_unit): Move inititalization of
392 from_debug_types...
393 (create_debug_types_hash_table): ... here.
394
3a674486
JK
3952010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
396
397 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
398 cleanup and generating of gdb script to it.
399 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
400 and terminal size. Convert $tmpfile to a series of -ex-es.
401
54ec275a
KS
4022010-07-23 Keith Seitz <keiths@redhat.com>
403
404 * symtab.c (basic_lookup_transparent_type): Call pre-expand
405 hook for STATIC_BLOCK types, too.
406
8fd447e6
KS
4072010-07-23 Keith Seitz <keiths@redhat.com>
408
409 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
410 and vector definition.
411
25b72dde
JK
4122010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
415
96d19272
JK
4162010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 * dwarf2read.c: Include completer.h.
419 (save_gdb_index_command): Use matching usage command name.
420 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
421 Set filename_completer for it.
422
ca1f3406
TT
4232010-07-22 Tom Tromey <tromey@redhat.com>
424
425 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
426 type signature's per-CU data.
427
ba25b921
PA
4282010-07-22 Pedro Alves <pedro@codesourcery.com>
429
430 * NEWS: Mention target reported shared libraries support by
431 default.
432
23bd0f7c
PA
4332010-07-21 Pedro Alves <pedro@codesourcery.com>
434
435 PR symtab/11827
436
437 Revert:
438 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
439 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
440 and DW_TAG_volatile_type.
441 (new_symbol): Likewise.
442
883df6dd
SW
4432010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
444
445 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
446 function symbols before overload resolution.
447
269b11a2
PA
4482010-07-21 Pedro Alves <pedro@codesourcery.com>
449
450 * breakpoint.c (bptype_string): New, abstracted out from
451 print_one_breakpoint_location.
452 (print_one_breakpoint_location): Adjust.
453 (breakpoint_1): Adjust the type column width dynamically.
454
569b05a5
JK
4552010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 * symfile.c (find_separate_debug_file_by_debuglink): Remove
458 a gdb_assert call, new comment.
459
ad34eb2f
JK
4602010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
461
462 * linux-nat.c (linux_handle_extended_wait): Handle case when
463 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
464
33355866
JK
4652010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 Code cleanup.
468 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
469 linux_nat_wait_1. Use always LP->STATUS afterwards.
470
26590820
HZ
4712010-07-20 Hui Zhu <teawater@gmail.com>
472
473 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
474 (inf_ptrace_attach): Ditto.
475
c0edd9ed
JK
4762010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
477
478 Make core files the process_stratum.
479 * corefile.c (core_target): New variable.
480 (core_file_command): Remove variable t, use core_target.
481 * corelow.c (core_ops): Make it static.
482 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
483 * defs.h (make_cleanup_unpush_target): New prototype.
484 * gdbarch.h: Regenerate.
485 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
486 * gdbcore.h (core_target): New declaration.
487 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
488 variables ops_already_pushed and back_to. Use push_target,
489 make_cleanup_unpush_target and discard_cleanups calls.
490 * record.c (record_open): Replace core_stratum by a core_bfd check.
491 * target.c (target_is_pushed): New function.
492 (find_core_target): Remove.
493 * target.h (enum strata) <core_stratum>: Remove.
494 (target_is_pushed): New declaration.
495 (find_core_target): Remove declaration.
496 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
497 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
498
f02253f1
HZ
4992010-07-19 Hui Zhu <teawater@gmail.com>
500
501 * breakpoint.c (single_step_breakpoints_inserted): New
502 function.
503 * breakpoint.h (single_step_breakpoints_inserted): Extern.
504 * infrun.c (maybe_software_singlestep): Add check code.
505 * record.c (record_resume): Add code for software single step.
506 (record_wait): Ditto.
507
78768c4a
JK
5082010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
509
510 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
511 a more inner block. Remove its unused declaration initializer.
512
431e49aa
TJB
5132010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
514
515 * NEWS: Mention support for the new ptrace interface and hardware
516 accelerated watchpoint conditions on powerpc-linux.
517
bd91e7ae
OS
5182010-07-16 Ozkan Sezer <sezeroz@gmail.com>
519
520 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
521 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
522 and host_address_to_string() and %s for pointers.
523 (debug_to_remove_breakpoint): Likewise.
524 (debug_to_region_ok_for_hw_watchpoint): Likewise.
525 (debug_to_can_accel_watchpoint_condition): Likewise.
526 (debug_to_stopped_data_address): Likewise.
527 (debug_to_watchpoint_addr_within_range): Likewise.
528 (debug_to_insert_hw_breakpoint): Likewise.
529 (debug_to_remove_hw_breakpoint): Likewise.
530 (debug_to_insert_watchpoint): Likewise.
531 (debug_to_remove_watchpoint): Likewise.
532
29df156d
SW
5332010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
534
535 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
536 argument.
537 (cplus_specific): New struct.
538 * symtab.c (symbol_set_demangled_name): Updated.
539 Use cplus_specific for cplus symbols.
540 (symbol_get_demangled_name): Retrive the name from the cplus_specific
541 struct for cplus symbols.
542 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
543 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
544 * symtab.c (symbol_init_cplus_specific): New function.
545
b250c185
SW
5462010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
547
548 * symtab.h (symbol_set_demangled_name): New function.
549 (symbol_get_demangled_name): New function.
550 * symtab.c (symbol_set_demangled_name): New function.
551 (symbol_get_demangled_name): New function.
552 (symbol_init_language_specific): Use demangled_name setter and getter.
553 (symbol_set_names): Ditto.
554 (symbol_natural_name): Ditto.
555 (symbol_demangled_name): Ditto.
556 * dwarf2read.c (new_symbol): Ditto.
557
afa16725
SW
5582010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
559
560 * symtab.h: Renamed cplus_specific to mangled_lang.
561 * symtab.c (symbol_init_language_specific): Updated.
562 (symbol_set_names): Updated.
563 (symbol_natural_name): Updated.
564 (symbol_demangled_name): Updated.
565 * ada-lang.c (ada_decode_symbol): Updated.
566 * dwarf2read.c (new_symbol): Updated.
567
3cbaedff
KW
5682010-07-14 Ken Werner <ken.werner@de.ibm.com>
569
570 * valops.c (value_assign): Do not call to value_coerce_to_target.
571 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
572
c932f1be
KW
5732010-07-14 Ken Werner <ken.werner@de.ibm.com>
574
575 * MAINTAINERS: Add myself for write after approval privileges.
576
91158a56
TT
5772010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
578
579 * c-valprint.c (c_val_print): Add embedded_offset to address in
580 call to val_print_array_elements.
581
b3b272e1
TT
5822010-07-13 Tom Tromey <tromey@redhat.com>
583
584 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
585
bb3fa9d0
TT
5862010-07-13 Tom Tromey <tromey@redhat.com>
587
588 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
589 objfile.
590
dd786858
TT
5912010-07-13 Tom Tromey <tromey@redhat.com>
592
593 * symfile.c (set_initial_language): Update.
594 (deduce_language_from_filename): Argument type now const.
595 * symtab.h (find_main_filename): Update.
596 (deduce_language_from_filename): Update.
597 * symtab.c (find_main_filename): Make result const.
598 * dwarf2read.c (dw2_find_symbol_file): Change return type.
599 * psymtab.c (find_symbol_file_from_partial): Change return type.
600 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
601 Make result const.
602
9291a0cd
TT
6032010-07-13 Tom Tromey <tromey@redhat.com>
604
605 * breakpoint.c (save_cmdlist): No longer static.
606 * gdbcmd.h (save_cmdlist): Declare.
607 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
608 OBJF_READNOW on objfile if readnow_symbol_files.
609 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
610 (elf_sym_fns_gdb_index): New global.
611 * dwarf2read.c: Include exceptions.h.
612 (offset_type): New.
613 (struct mapped_index): New.
614 (dwarf2_per_cu_data_ptr): New typedef.
615 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
616 New fields.
617 (GDB_INDEX_SECTION): New define.
618 (struct dwarf2_per_cu_quick_data): New.
619 (struct dwarf2_per_cu_data) <objfile>: New field.
620 <psymtab>: Removed.
621 <v>: New field.
622 (byte_swap): New function.
623 (MAYBE_SWAP): New macro.
624 (INDEX_SUFFIX): New macro.
625 (dw2_do_instantiate_symtab): New function.
626 (dw2_instantiate_symtab): Likewise.
627 (create_cus_from_index): Likewise.
628 (create_addrmap_from_index): Likewise.
629 (mapped_index_string_hash): Likewise.
630 (find_slot_in_mapped_hash): Likewise.
631 (dwarf2_read_index): Likewise.
632 (dw2_setup): Likewise.
633 (dw2_require_line_header): Likewise.
634 (dw2_require_full_path): Likewise.
635 (dw2_find_last_source_symtab): Likewise.
636 (dw2_forget_cached_source_info): Likewise.
637 (dw2_lookup_symtab): Likewise.
638 (dw2_lookup_symbol): Likewise.
639 (dw2_do_expand_symtabs_matching): Likewise.
640 (dw2_pre_expand_symtabs_matching): Likewise.
641 (dw2_print_stats): Likewise.
642 (dw2_dump): Likewise.
643 (dw2_relocate): Likewise.
644 (dw2_expand_symtabs_for_function): Likewise.
645 (dw2_expand_all_symtabs): Likewise.
646 (dw2_expand_symtabs_with_filename): Likewise.
647 (dw2_find_symbol_file): Likewise.
648 (dw2_map_ada_symtabs): Likewise.
649 (dw2_expand_symtabs_matching): Likewise.
650 (dw2_find_pc_sect_symtab): Likewise.
651 (dw2_map_symbol_names): Likewise.
652 (dw2_map_symbol_filenames): Likewise.
653 (dw2_has_symbols): Likewise.
654 (dwarf2_gdb_index_functions): New global.
655 (dwarf2_initialize_objfile): New function.
656 (process_psymtab_comp_unit): Update.
657 (add_partial_subprogram): Likewise.
658 (dwarf2_psymtab_to_symtab): Likewise.
659 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
660 (process_full_comp_unit): Update.
661 (find_file_and_directory): New function.
662 (read_file_scope): Use find_file_and_directory.
663 (dwarf2_per_cu_objfile): Update.
664 (dwarf2_per_cu_addr_size): Update.
665 (dwarf2_per_cu_offset_size): Update.
666 (dwarf2_free_objfile): Free the index, if needed.
667 (dwarf2_per_objfile_free): Unmap the index, if needed.
668 (struct strtab_entry): New.
669 (hash_strtab_entry): New function.
670 (eq_strtab_entry): Likewise.
671 (create_strtab): Likewise.
672 (add_string): Likewise.
673 (struct symtab_index_entry): New.
674 (struct mapped_symtab): New.
675 (hash_symtab_entry): New function.
676 (eq_symtab_entry): Likewise.
677 (delete_symtab_entry): Likewise.
678 (create_index_table): Likewise.
679 (create_mapped_symtab): Likewise.
680 (cleanup_mapped_symtab): Likewise.
681 (find_slot): Likewise.
682 (hash_expand): Likewise.
683 (add_index_entry): Likewise.
684 (add_indices_to_cpool): Likewise.
685 (write_hash_table): Likewise.
686 (add_address_entry): Likewise.
687 (write_psymbols): Likewise.
688 (write_obstack): Likewise.
689 (unlink_if_set): Likewise.
690 (write_psymtabs_to_index): Likewise.
691 (save_gdb_index_command): Likewise.
692 (_initialize_dwarf2_read): Install "save gdb-index"
693 command.
694 (create_all_comp_units): Initialize 'objfile' field of CU.
695 (dwarf2_locate_sections): Check for .gdb_index.
696 * psymtab.h (dwarf2_gdb_index_functions): Declare.
697 * symfile.h (dwarf2_initialize_objfile): Declare.
698
58b6ab13
TT
6992010-07-13 Tom Tromey <tromey@redhat.com>
700
701 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
702 (basic_lookup_transparent_type): Likewise.
703 * symfile.h (struct quick_symbol_functions)
704 <pre_expand_symtabs_matching>: New field.
705 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
706 (psym_functions): Update.
707
0f5238ed
TT
7082010-07-13 Tom Tromey <tromey@redhat.com>
709
710 PR breakpoints/8357:
711 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
712 * linespec.c (decode_line_1): Update comment. Call decode_label.
713 (decode_label): New function.
714 (symbol_found): Handle LOC_LABEL.
715 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
716 domain. Call add_symbol_to_list.
717
9aa1f1e3
TT
7182010-07-13 Tom Tromey <tromey@redhat.com>
719
720 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
721 * dwarf2loc.c (find_location_expression): Use
722 dwarf2_per_cu_text_offset.
723 (dwarf2_evaluate_loc_desc): Likewise.
724 (dwarf2_loc_desc_needs_frame): Likewise.
725 (compile_dwarf_to_ax): Likewise.
726 (loclist_describe_location): Likewise.
727 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
728 (dwarf2_per_cu_objfile): Update comment.
729
953ac07e
JK
7302010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
731
732 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
733 * p-lang.c (pascal_printstr): Likewise.
734
f04e4012
TT
7352010-07-09 Tom Tromey <tromey@redhat.com>
736
737 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
738 'hint' if it is NULL.
739
f4dfd9c0
HZ
7402010-07-09 Hui Zhu <teawater@gmail.com>
741
742 * source.c (print_source_lines_base): Add check for noprint.
743
7e6e39e5
JB
7442010-07-08 Joel Brobecker <brobecker@adacore.com>
745
746 * python/python-config.py: Resync with Python 2.7 version of this
747 script.
748
76b8507d
JB
7492010-07-08 Joel Brobecker <brobecker@adacore.com>
750
751 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
752
797054e6
JB
7532010-07-07 Joel Brobecker <brobecker@adacore.com>
754
755 * NEWS: Create a new section for the next release branch.
756 Rename the section of the current branch, now that it has
757 been cut.
758
c80befee 7592010-07-07 Joel Brobecker <brobecker@adacore.com>
760
761 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
762 * version.in: Bump version to 7.2.50.20100707-cvs.
763
ac56253d
TT
7642010-07-07 Tom Tromey <tromey@redhat.com>
765
766 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
767 LOC_COMPUTED symbol.
768 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
769 (dwarf2_loc_desc_needs_frame): Likewise.
770 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
771 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
772 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
773 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
774 'offset' argument.
775 (struct dwarf2_frame_cache) <text_offset>: New field.
776 (dwarf2_frame_cache): Set new field.
777 (dwarf2_frame_prev_register): Update.
778 (dwarf2_frame_sniffer): Update.
779 (dwarf2_frame_base_sniffer): Update.
780 (dwarf2_frame_find_fde): Add 'out_offset' argument.
781
0cf6dd15
TJB
7822010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
783 Thiago Jung Bauermann <bauerman@br.ibm.com>
784
785 Support for hw accelerated condition watchpoints in booke powerpc.
786
787 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
788 and move to eval.c. Change callers.
789 (insert_bp_location): Pass watchpoint condition in
790 target_insert_watchpoint.
791 (remove_breakpoint_1) Pass watchpoint condition in
792 target_remove_watchpoint.
793 (watchpoint_locations_match): Call
794 target_can_accel_watchpoint_condition.
795 * eval.c: Include wrapper.h.
796 (fetch_subexp_value): Moved from breakpoint.c.
797 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
798 Formatting fix.
799 (can_use_watchpoint_cond_accel): New function.
800 (calculate_dvc): Likewise.
801 (num_memory_accesses): Likewise.
802 (check_condition): Likewise.
803 (ppc_linux_can_accel_watchpoint_condition): Likewise
804 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
805 check_condition and calculate_dvc.
806 (ppc_linux_remove_watchpoint): Likewise.
807 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
808 ppc_linux_can_accel_watchpoint_condition
809 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
810 condition.
811 (debug_to_remove_watchpoint): Likewise.
812 (debug_to_can_accel_watchpoint_condition): New function.
813 (update_current_target): Set to_can_accel_watchpoint_condition.
814 (setup_target_debug): Set to_can_accel_watchpoint_condition.
815 * target.h: Add opaque declaration for struct expression.
816 (struct target_ops) <to_insert_watchpoint>,
817 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
818 <to_can_accel_watchpoint_condition>: New member.
819 condition. Update all callers and implementations.
820 (target_can_accel_watchpoint_condition): New macro.
821 * value.c (free_value_chain): New function.
822 * value.h (fetch_subexp_value): New prototype.
823 (free_value_chain): Likewise.
824
2f2241f1
UW
8252010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
826
827 * linux-nat.c (linux_nat_do_thread_registers): Use section size
828 from gdbarch_core_regset_sections also for .reg if present.
829
830 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
831 section size for .reg.
832 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
833 (ppc_linux_vmx_regset_sections): Likewise.
834 (ppc_linux_fp_regset_sections): Likewise.
835 (ppc64_linux_vsx_regset_sections): New variable.
836 (ppc64_linux_vmx_regset_sections): Likewise.
837 (ppc64_linux_fp_regset_sections): Likewise.
838 (ppc_linux_init_abi): Install core_regset_section lists appropriate
839 for current word size.
840
1fd7cdc2
JB
8412010-07-06 Joel Brobecker <brobecker@adacore.com>
842
843 * server.c (myresume): Make static.
844
11763c18
TT
8452010-07-06 Tom Tromey <tromey@redhat.com>
846
847 * configure, config.in: Rebuild.
848 * configure.ac (HAVE_LIBPYTHON2_7): New define.
849 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
850
a6cc4789
AS
8512010-07-06 Andreas Schwab <schwab@linux-m68k.org>
852
853 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
854 "clear".
855
f9e9243a
UW
8562010-07-06 Ken Werner <ken.werner@de.ibm.com>
857
858 * gdbtypes.h (floatformats_ieee_half): Add declaration.
859 * gdbtypes.c (floatformats_ieee_half): New variable.
860 * doublest.c (floatformat_from_length): Set format to
861 gdbarch_half_format if length matches.
862 * gdbarch.sh (half_bit): New architecture method.
863 (half_format): Likewise.
864 * gdbarch.h: Regenerate.
865 * gdbarch.c: Likewise.
866
4e5799b6
JK
8672010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
868 Joel Brobecker <brobecker@adacore.com>
869
870 Fix re-run of PIE executable, PR shlibs/11776.
871 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
872 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
873
86e4bafc
JK
8742010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
875 Joel Brobecker <brobecker@adacore.com>
876
877 * auxv.c (memory_xfer_auxv): Update attach comment.
878 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
879 svr4_relocate_main_executable.
880 (svr4_solib_create_inferior_hook): Make the call to
881 svr4_relocate_main_executable unconditional.
882
3cd07d20
JK
8832010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
884 Joel Brobecker <brobecker@adacore.com>
885
886 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
887
0a1e94c7
JK
8882010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
889 Joel Brobecker <brobecker@adacore.com>
890
891 Fix attaching to PIEs prelinked on the disk after the process was
892 started.
893 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
894 Verify it against bfd_get_arch_size. Try to match arbitrary
895 displacement for the phdrs comparison.
896
5387647f
TT
8972010-07-02 Tom Tromey <tromey@redhat.com>
898
899 PR exp/11780:
900 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
901 value as optimized-out.
902
38b6c3b3
TJB
9032010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
904 Thiago Jung Bauermann <bauerman@br.ibm.com>
905
906 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
907 represent?" question in comment. Change comment to a proper sentence.
908
a17ac5b0
TT
9092010-07-02 Ken Werner <ken.werner@de.ibm.com>
910
911 * c-valprint.c (c_val_print): Fix printing of character vectors.
912
bddaafad
JK
9132010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
914
915 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
916 create_breakpoint prototype.
917
d41c0fc8
PA
9182010-07-01 Pedro Alves <pedro@codesourcery.com>
919
920 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
921 usefulness suggestion of multiple breakpoints at same location.
922
dc10affe
PA
9232010-07-01 Pedro Alves <pedro@codesourcery.com>
924
925 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
926
cabe9ab6
PA
9272010-07-01 Pedro Alves <pedro@codesourcery.com>
928
929 * dwarf2loc.c (locexpr_tracepoint_var_ref)
930 (loclist_tracepoint_var_ref): Handle optimized out values.
931
cce7e648
PA
9322010-07-01 Pedro Alves <pedro@codesourcery.com>
933
934 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
935 unnecessary space in string.
936 * filesystem.c (_initialize_filesystem): Ditto.
937 * frame.c (_initialize_frame): Ditto.
938 * infcmd.c (step_once): Ditto.
939 * infrun.c (_initialize_infrun): Ditto.
940 * linux-nat.c (linux_child_follow_fork): Ditto.
941 * maint.c (maintenance_deprecate): Ditto.
942 * memattr.c (_initialize_mem): Ditto.
943 * mips-tdep.c (_initialize_mips_tdep): Ditto.
944 * monitor.c (monitor_open): Ditto.
945 * procfs.c (procfs_xfer_memory): Ditto.
946 * reverse.c (bookmarks_info): Ditto.
947 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
948 * stack.c (_initialize_stack): Ditto.
949 * tracepoint.c (_initialize_tracepoint): Ditto.
950 * xtensa-tdep.c (xtensa_supply_gregset,
951 xtensa_regset_from_core_section): Ditto.
952
b65c7efe
TT
9532010-07-01 Tom Tromey <tromey@redhat.com>
954
955 * value.h (struct lval_funcs) <check_any_valid>: Rename from
956 check_all_valid.
957 * value.c (value_entirely_optimized_out): Invert result. Update
958 for new function name.
959
0fb4aa4b
PA
9602010-07-01 Pedro Alves <pedro@codesourcery.com>
961
962 Static tracepoints support.
963
964 * NEWS: Mention new support for static tracepoints.
965 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
966 qXfer:statictrace:read.
967 (New features in the GDB remote stub, GDBserver): Mention static
968 tracepoints support using an UST based backend.
969 (New commands): Mention "info static-tracepoint-markers" and
970 "strace".
971 * breakpoint.c (is_marker_spec): New.
972 (is_tracepoint): Handle static tracepoints.
973 (validate_commands_for_breakpoint): Static tracepoints can't do
974 while-stepping.
975 (static_tracepoints_here): New.
976 (bpstat_what): Handle static tracepoints.
977 (print_one_breakpoint_location, allocate_bp_location, mention):
978 Ditto.
979 (create_breakpoint_sal): Ditto.
980 (decode_static_tracepoint_spec): New.
981 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
982 `type_wanted'. Adjust. Handle static tracepoint marker
983 locations.
984 (break_command_1): Adjust.
985 (update_static_tracepoint): New.
986 (update_breakpoint_locations): Handle static tracepoints.
987 (breakpoint_re_set_one): Handle static tracepoint marker
988 locations.
989 (disable_command, enable_command): Handle static tracepoints.
990 (trace_command, ftrace_command): Adjust.
991 (strace_command): New.
992 (create_tracepoint_from_upload): Adjust.
993 (save_breakpoints): Handle static tracepoints.
994 (_initialize_breakpoint): Install the "strace" command.
995 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
996 (struct breakpoint): New fields static_trace_marker_id and
997 static_trace_marker_id_idx.
998 (breakpoints_here_p): Declare.
999 (create_breakpoint): Adjust.
1000 (static_tracepoints_here): Declare.
1001 * remote.c (struct remote_state) <static_tracepoints>: New field.
1002 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
1003 (remote_static_tracepoint_marker_at): New.
1004 (remote_static_tracepoint_markers_by_strid): New.
1005 (remote_static_tracepoint_feature): New.
1006 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
1007 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
1008 (remote_supports_static_tracepoints): New.
1009 (remote_download_tracepoint): Download static tracepoints.
1010 (init_remote_ops): Install remote_static_tracepoint_marker_at and
1011 remote_static_tracepoint_markers_by_strid.
1012 (_initialize_remote): Install set|show remote static-tracepoints,
1013 and set|show remote read-sdata-object commands.
1014 * target.c (update_current_target): Inherit and default
1015 to_static_tracepoint_marker_at, and
1016 to_static_tracepoint_markers_by_strid.
1017 * target.h (static_tracepoint_marker): Forward declare.
1018 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
1019 (static_tracepoint_marker_p): New typedef.
1020 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
1021 (struct target_ops): New fields to_static_tracepoint_marker_at and
1022 to_static_tracepoint_markers_by_strid.
1023 (target_static_tracepoint_marker_at)
1024 (target_static_tracepoint_markers_by_strid): New.
1025 * tracepoint.c: Include source.h.
1026 (validate_actionline): Handle $_sdata.
1027 (struct collection_list): New field strace_data.
1028 (add_static_trace_data): New.
1029 (clear_collection_list): Clear strace_data.
1030 (stringify_collection_list): Account for a possible static trace
1031 data collection.
1032 (encode_actions_1): Encode an $_sdata collection.
1033 (parse_tracepoint_definition): Handle static tracepoints.
1034 (parse_static_tracepoint_marker_definition): New.
1035 (release_static_tracepoint_marker): New.
1036 (print_one_static_tracepoint_marker): New.
1037 (info_static_tracepoint_markers_command): New.
1038 (sdata_make_value): New.
1039 (_initialize_tracepoint): Create the $_sdata convenience variable.
1040 Add the "info static-tracepoint-markers" command.
1041 Mention $_sdata in the "collect" command's help output.
1042 * tracepoint.h (struct static_tracepoint_marker): New.
1043 (parse_static_tracepoint_marker_definition)
1044 (release_static_tracepoint_marker): Declare.
1045 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
1046 * python/py-breakpoint.c (bppy_new): Adjust.
1047
aac63f0f
JB
10482010-06-30 Joel Brobecker <brobecker@adacore.com>
1049
1050 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
1051 including Python.h.
1052
e68994a7
DE
10532010-06-29 Doug Evans <dje@google.com>
1054
3863f96c
DE
1055 PR gdb/11702
1056 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
1057 DW_AT_external is present.
1058
254e6b9e
DE
1059 PR gdb/11702
1060 * NEWS: Add entry.
1061 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
1062 create a symbol for the field and record the value.
1063 (new_symbol): Handle DW_TAG_member.
1064 * gdbtypes.c (field_is_static): Remove FIXME.
1065 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
1066 only ignore LOC_CONST symbols that are enums.
1067
6e70227d
DE
1068 * dwarf2read.c: Remove trailing whitespace.
1069
e68994a7
DE
1070 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
1071 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
1072 (struct main_type, field loc): Delete dwarf_block.
1073 (FIELD_DWARF_BLOCK): Delete.
1074 (SET_FIELD_DWARF_BLOCK): Delete.
1075 (TYPE_FIELD_DWARF_BLOCK): Delete.
1076 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
1077 Update.
1078
a480d2f6
HZ
10792010-06-29 Hui Zhu <teawater@gmail.com>
1080
1081 * record.c (set_record_pic_cmdlist,
1082 show_record_pic_cmdlist): New variables.
1083 (set_record_pic_command,
1084 show_record_pic_command): New functions.
1085 (record_pic_function, record_pic_line, record_pic_enum,
1086 set_record_pic_type, record_pic_hide_nofunction,
1087 record_pic_hide_nosource, record_pic_hide_same): New variables.
1088 (record_pic_fputs): New function.
1089 (function_list, node_list, edge_list): New struct.
1090 (function_list, node_list, edge_list): New variables.
1091 (record_pic_cleanups, record_pic_node,
1092 record_pic_edge, cmd_record_pic): New functions.
1093 (_initialize_record): Add new commands for record pic.
1094
a0d7a4ff
JK
10952010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
1098 ALLOCATE_CPLUS_STRUCT_TYPE.
1099
595939de
PM
11002010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1101 Tom Tromey <tromey@redhat.com>
1102 Thiago Jung Bauermann <bauerman@br.ibm.com>
1103
1104 * value.c (pack_unsigned_long): New function.
1105 (value_from_ulongest): New function.
1106 * value.h (value_from_ulongest): Declare.
1107 * python/python.c (_initialize_python): Call
1108 gdbpy_initialize_thread and gdbpy_initialize_inferior.
1109 * python/python-internal.h: Define thread_object.
1110 (gdbpy_inferiors, gdbpy_selected_thread)
1111 (frame_info_to_frame_object, create_thread_object)
1112 (find_thread_object, find_inferior_object)
1113 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
1114 (gdbpy_is_value_object, get_addr_from_python): Declare.
1115 * python/py-value.c (builtin_type_upylong): Define.
1116 (convert_value_from_python): Add logic for ulongest.
1117 (gdbpy_is_value_object): New function.
1118 * python/py-utils.c (get_addr_from_python): New function.
1119 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
1120 (gdbpy_selected_frame): Use PyObject over frame_info.
1121 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
1122 py-infthread.
1123 (SUBDIR_PYTHON_SRCS): Likewise.
1124 (py-inferior.o): New Rule.
1125 (py-infthread.o): New Rule.
1126 * python/py-inferior.c: New File.
1127 * python/py-infthread.c: New File.
1128
98751a41
JK
11292010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 * c-typeprint.c (c_type_print_base): For no fields check include also
1132 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
1133 * dwarf2read.c (struct typedef_field_list)
1134 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
1135 (dwarf2_add_typedef): New.
1136 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
1137 Copy also FI.TYPEDEF_FIELD_LIST.
1138 * gdbtypes.h (struct typedef_field)
1139 (struct cplus_struct_type) <typedef_field, typedef_field_count>
1140 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
1141 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
1142
41f62f39
JK
11432010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1144
1145 * cp-namespace.c (cp_lookup_nested_type): New variable
1146 concatenated_name. Turn the current return condition into a reverse
1147 one. Call also lookup_static_symbol_aux on the constructed qualified
1148 name.
1149 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
1150 other files into a called ...
1151 (lookup_static_symbol_aux): ... new function here.
1152 * symtab.h (lookup_static_symbol_aux): New prototype.
1153 * valops.c (value_maybe_namespace_elt): Call also
1154 lookup_static_symbol_aux if we failed otherwise.
1155
af53d231
JK
11562010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1157
1158 Fix PR c++/11703 and PR gdb/1448.
1159 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
1160 FIRST_ITER check.
1161
9655fd1a
JK
11622010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1163
1164 Fix modification of cplus_struct_default.
1165 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
1166 Call ALLOCATE_CPLUS_STRUCT_TYPE.
1167 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
1168
9279c692
JB
11692010-06-28 Joel Brobecker <brobecker@adacore.com>
1170
1171 * NEWS: Add entry announcing the python directory.
1172
d3f41bb1
TT
11732010-06-28 Tom Tromey <tromey@redhat.com>
1174
1175 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
1176
23e7acfb
DE
11772010-06-28 Doug Evans <dje@google.com>
1178
1179 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
1180 All callers updated.
1181
6036c742
JK
11822010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
1185 obstack_begin after each obstack_free.
1186
9f18a3b3
DE
11872010-06-27 Doug Evans <dje@google.com>
1188
1596cb5d
DE
1189 * value.c (value_static_field): Use `switch' instead of `if'.
1190 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
1191
9f18a3b3
DE
1192 * valops.c (search_struct_field): Fix typo in error message.
1193
43dabe42
UW
11942010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
1195
1196 * dwarf2expr.c (execute_stack_op): Place preprocessor
1197 directives at the start of the source line.
1198
0f3bb72e
PH
11992010-06-25 Paul Hilfinger <hilfinger@adacore.com>
1200
6036c742
JK
1201 * defs.h (make_command_stats_cleanup): Declare.
1202 (set_display_time): Declare.
1203 (set_display_space): Declare.
1204 * event-top.c (command_handler): Use make_command_stats_cleanup.
1205 * main.c (display_time, display_space): Move definitions to utils.c.
1206 (captured_main): Use make_command_stats_cleanup to get start-up
1207 statistics.
1208 Use set_display_time and set_display_space for processing OPT_STATISTICS
1209 case.
1210 * maint.c (maintenance_time_display): Use set_display_time.
1211 (maintenance_space_display): Use set_display_space.
1212 * top.c (execute_command): Remove obsolete 'maint time' code.
1213 (command_loop): Use make_command_stats_cleanup.
1214 * utils.c (struct cmd_stats): Structure for storing initial time
1215 and space usage.
1216 (display_time, display_space): Move definitions here from utils.c.
1217 (set_display_time): New function.
1218 (set_display_space): New function.
1219 (make_command_stats_cleanup): New function.
1220 (report_command_stats): New auxiliary function for
1221 make_command_stats_cleanup.
0f3bb72e 1222
070c8028
UW
12232010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1224
1225 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
1226 hosts where CORE_ADDR is long long.
1227
bc9f0842
TT
12282010-06-25 Tom Tromey <tromey@redhat.com>
1229
1230 PR python/10808:
1231 * python/python.c (execute_gdb_command): Add keywords. Accept
1232 "to_string" argument.
1233 (struct restore_ui_file_closure): New.
1234 (restore_ui_file): New function.
1235 (make_cleanup_restore_ui_file): Likewise.
1236 (GdbMethods) <execute>: Update.
1237
c0cc4c83
UW
12382010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1239
1240 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
1241 during inferior call stack frame setup.
1242
f1d8ee66
UW
12432010-06-25 Ken Werner <ken.werner@de.ibm.com>
1244
1245 * solib-spu.c: Include "exception.h".
1246 (ocl_program_data_key): New variable.
1247 (append_ocl_sos): New function.
1248 (ocl_enable_break): Likewise.
1249 (spu_current_sos): Call append_ocl_sos.
1250 (spu_solib_loaded): Call ocl_enable_break.
1251 (_initialize_spu_solib): Register ocl_program_data_key.
1252
19c0c0f8
UW
12532010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1254
1255 * cp-support.c (reset_directive_searched): New function.
1256 (make_symbol_overload_list_using): Prevent recursive calls.
1257
0f6a939d
PM
12582010-06-25 Phil Muldoon <pmuldoon@redhat.com>
1259
1260 * printcmd.c (print_variable_and_value): Print error message on
1261 caught exception.
1262
f2c7657e
UW
12632010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1264
1265 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
1266 of stack values.
1267 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
1268 "value" member.
1269 (dwarf_expr_push): Change input type to ULONGEST.
1270 (dwarf_expr_fetch): Change return type to ULONGEST.
1271 (dwarf_expr_fetch_address): Add prototype.
1272 (dwarf2_read_address): Remove prototype.
1273 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
1274 Truncate stack values to ctx->addr_size bytes.
1275 (dwarf_expr_fetch): Change return value to ULONGEST.
1276 (dwarf_expr_fetch_address): New function.
1277 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
1278 when appropriate. Update for struct dwarf_expr_piece changes.
1279 (dwarf2_read_address): Remove.
1280 (unsigned_address_type): Remove.
1281 (signed_address_type): Remove.
1282 (execute_stack_op): Use dwarf_expr_fetch_address instead of
1283 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
1284 values. Perform operations on ULONGEST instead of on GDB values,
1285 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
1286 values and DW_OP_deref results as unsigned integers.
1287 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
1288 changes.
1289 (write_pieced_value): Likewise.
1290 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
1291 dwarf_expr_fetch when appropriate.
1292 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
1293 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
1294 instead of dwarf_expr_fetch when appropriate.
1295
b1d61bc9
PM
12962010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
1297
1298 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
1299
b14285f6
JB
13002010-06-24 Joel Brobecker <brobecker@adacore.com>
1301
1302 * python/python.c (_initialize_python): Add new "constant"
1303 PYTHONDIR in gdb module. Insert this path at the head of
1304 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
1305 exec its __init__.py script if it exists in that directory.
1306
fd60dc69
KB
13072010-06-24 Kevin Buettner <kevinb@redhat.com>
1308
1309 * rx-tdep.c (RX_ACC_REGNUM): Define.
1310 (RX_NUM_REGS): Redefine to 26.
1311 (rx_register_name): Add register "acc". Change order of several
1312 registers. Change name of "vct" register to "fintv" to match RX
1313 documentation.
1314 (rx_register_type): Add case for RX_ACC_REGNUM.
1315
18430289
TT
13162010-06-24 Tom Tromey <tromey@redhat.com>
1317
1318 * psymtab.c (lookup_partial_symbol): Mark definition as static.
1319
40618926
JK
13202010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1321 Tom Tromey <tromey@redhat.com>
1322
1323 Fix GDB startup on readonly filesystem.
1324 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
1325
628fe4e4
JK
13262010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1327 Pedro Alves <pedro@codesourcery.com>
1328
1329 Fix PR 9436.
1330 * breakpoint.c (handle_jit_event): New function.
1331 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
1332 jit, err, table and bs_class. New variables shlib_event, jit_event,
1333 this_action and bptype. Change bs_class assignments to this_action
1334 assignments. new unhandled bptype internal error. Move here
1335 shlib_event and jit_event handling from handle_inferior_event.
1336 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
1337 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
1338 BPSTAT_WHAT_CHECK_JIT.
1339 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
1340 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
1341 (handle_inferior_event): Reinitialize frame and gdbarch after
1342 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
1343 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
1344 gdbarch when frame gets reinitialized.
1345
f1421989
HZ
13462010-06-24 Hui Zhu <teawater@gmail.com>
1347
1348 * printcmd.c (ui_printf): New function.
1349 (printf_command): Call ui_printf.
1350 (_initialize_printcmd): New command "eval".
1351
d03285ec
UW
13522010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
1353
1354 * infrun.c (handle_inferior_event): Handle presence of single-step
1355 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
1356 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
1357 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
1358 * breakpoint.c (detach_single_step_breakpoints): New function.
1359 (detach_breakpoints): Call it.
1360 (cancel_single_step_breakpoints): New function.
1361 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
1362
1363 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
1364 (spu_gdbarch_init): Install it.
1365
38f6b338
JK
13662010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
1369 * configure: Regenerate.
1370
bb08c432
HZ
13712010-06-22 Hui Zhu <teawater@gmail.com>
1372
1373 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
1374 (i386_process_record): Ditto.
1375 * record.c (record_memory_query): New variable.
1376 (_initialize_record): New command "set record memory-query".
1377 * record.h (record_memory_query): New extern.
1378
b55078be
DE
13792010-06-21 Doug Evans <dje@google.com>
1380
1381 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
1382 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
1383 (i386_syscall_p): Change type of lengthp to int.
1384 (i386_displaced_step_fixup): Handle kernels that run one past a
1385 syscall insn.
1386 * i386-linux-tdep.c (i386_linux_init_abi): Use
1387 i386_displaced_step_copy_insn instead of
1388 simple_displaced_step_copy_insn.
1389
75079b2b
TT
13902010-06-21 Tom Tromey <tromey@redhat.com>
1391
1392 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
1393 (dwarf_type_encoding_name): Likewise.
1394
b00fdb78
TT
13952010-06-21 Tom Tromey <tromey@redhat.com>
1396
1397 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
1398 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
1399 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
1400 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
1401 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
1402 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
1403 * dwarf2read.c (tag_type_to_type): Create a new error type on
1404 failure.
1405 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
1406 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
1407
84951ab5
MS
14082010-06-21 Michael Snyder <msnyder@vmware.com>
1409
1410 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
1411 not add_abbrev_prefix_cmd, for "enable breakpoints".
1412
d4a087c7
UW
14132010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
1414
1415 * dwarf2loc.c (find_location_expression): Add relocation offset
1416 to base-address-selection entry base addresses. Read addresses
1417 (and offsets) as signed/unsigned integers, depending on the
1418 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
1419 (loclist_describe_location): Likewise.
1420 (disassemble_dwarf_expression): Read DW_OP_addr operand as
1421 unsigned integer. Do not call dwarf2_read_address.
1422 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
1423
13def385
UW
14242010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
1425
1426 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
1427 value instead of hard-coded SPU_LS_SIZE.
1428 (spu_software_single_step): Likewise.
1429 * spu-tdep.h (SPU_LS_SIZE): Remove.
1430
d2ed6730
UW
14312010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
1432
1433 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
1434 limit on local store memory accesses.
1435 * spu-linux-nat.c (spu_xfer_partial): Likewise.
1436 * spu-tdep.c (spu_lslr): Remove.
1437 (spu_pointer_to_address): Do not truncate addresses.
1438 (spu_integer_to_address): Likewise.
1439 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
1440 * spu-tdep.h: Add comments.
1441 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
1442 (SPU_OVERLAY_LMA): Define.
1443
6aed2dbc
SS
14442010-06-18 Stan Shebs <stan@codesourcery.com>
1445
a61408f8
SS
1446 * osdata.c (get_osdata): Warn separately if target does not report
1447 type list.
1448 (info_osdata_command): Allow empty type, report error if target
1449 does not return available types of OS data.
1450 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
1451 types if no annex supplied.
1452
6aed2dbc
SS
1453 * thread.c (thread_id_make_value): Make a value representing the
1454 current thread.
1455 (_initialize_thread): Create $_thread.
1456
ec61707d
JB
14572010-06-17 Joel Brobecker <brobecker@adacore.com>
1458
1459 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
1460 last local variable declaration. No real code change.
1461
60606b2c
TT
14622010-06-17 Tom Tromey <tromey@redhat.com>
1463
1464 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
1465 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
1466 temporary obstack.
1467
65d79d4b
SDJ
14682010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
1469 Jan Kratochvil <jan.kratochvil@redhat.com>
1470
1471 * breakpoint.c: Include parser-defs.h.
1472 (watchpoint_exp_is_const): New function.
1473 (watch_command_1): Call watchpoint_exp_is_const to check
1474 if the expression is constant.
1475
0407b3f1
AS
14762010-06-15 Andreas Schwab <schwab@linux-m68k.org>
1477
1478 * configure.ac: Check for RDYNAMIC also for cross builds.
1479 * configure: Regenerate.
1480
98d64339
PA
14812010-06-15 Pedro Alves <pedro@codesourcery.com>
1482
1483 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
1484 (SFILES): Remove solib-null.c, add solib-target.c.
1485 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
1486 (ALLDEPFILES): Remove solib-target.c.
1487 * solib-target.c (_initialize_solib_target): Set
1488 current_target_so_ops to solib_target_so_ops if not already set.
1489 * solib-null.c: Delete.
1490
6a271cae
PA
14912010-06-14 Pedro Alves <pedro@codesourcery.com>
1492
1493 * NEWS: Mention GDBserver's JIT compilation of tracepoint
1494 bytecode.
1495
1e9beacb
UW
14962010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
1497
1498 * cp-valprint.c (cp_print_static_field): Members of
1499 dont_print_stat_array_obstack are of type "struct type *".
1500 (_initialize_cp_valprint): Likewise.
1501
21a176fb
UW
15022010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
1503
1504 * frame.c (frame_register_unwind): Do not access contents
1505 of "optimized out" unwound register value.
1506
25b524e8
JK
15072010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1508
1509 * ada-lang.h (ada_print_type): Make varstring const.
1510 * ada-typeprint.c (print_func_type): Make name const.
1511 (ada_print_type): Make varstring const.
1512 * c-lang.h (c_print_type): Make varstring const.
1513 * c-typeprint.c (c_print_type): Likewise.
1514 * f-lang.h (f_print_type): Likewise.
1515 * f-typeprint.c (f_print_type): Likewise.
1516 * jv-lang.h (java_print_type): Likewise.
1517 * jv-typeprint.c (java_print_type): Likewise.
1518 * language.c (unk_lang_print_type): Likewise.
1519 * language.h (struct language_defn) <la_print_type>: Likewise.
1520 * m2-lang.h (m2_print_type): Likewise.
1521 * m2-typeprint.c (m2_print_type): Likewise.
1522 * p-lang.h (pascal_print_type): Likewise.
1523 * p-typeprint.c (pascal_print_type): Likewise.
1524
d914c394
SS
15252010-06-11 Stan Shebs <stan@codesourcery.com>
1526
1527 Add per-operation permission flags.
1528
1529 * target.h (struct target_ops): New method to_set_permissions.
1530 (target_set_permissions): New macro.
1531 (target_insert_breakpoint): Change macro to function.
1532 (target_remove_breakpoint): Ditto.
1533 (target_stop): Ditto.
1534 (may_write_registers): Declare.
1535 (may_write_memory): Declare.
1536 (may_insert_breakpoints): Declare.
1537 (may_insert_tracepoints): Declare.
1538 (may_insert_fast_tracepoints): Declare.
1539 (may_stop): Declare.
1540 * target.c (may_write_registers, may_write_registers_1): New globals.
1541 (may_write_memory, may_write_memory_1): New globals.
1542 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
1543 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
1544 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
1545 globals.
1546 (may_stop, may_stop_1): New global.
1547 (target_xfer_partial): Test for write permission.
1548 (target_store_registers): Ditto.
1549 (target_insert_breakpoint): New function.
1550 (target_remove_breakpoint): New function.
1551 (target_stop): New function.
1552 (_initialize_targets): Add new set/show variables.
1553 (set_write_memory_permission): New function.
1554 (update_target_permissions): New function.
1555 (set_target_permissions): New function.
1556 (update_current_target): Default to_set_permissions.
1557 (_initialize_targets): Use new globals and setter function.
1558 * tracepoint.c (start_tracing): Test for permission.
1559 * inferior.h (update_observer_mode): Declare.
1560 * infrun.c (non_stop_1): Define earlier.
1561 (observer_mode, observer_mode_1): New globals.
1562 (set_observer_mode, show_observer_mode): New functions.
1563 (update_observer_mode): New function.
1564 (_initialize_infrun): Define "set observer" command.
1565 * remote.c (PACKET_QAllow): New optional packet.
1566 (remote_protocol_features): Add QAllow.
1567 (remote_set_permissions): New function.
1568 (remote_start_remote): Call it.
1569 (init_remote_ops): Add it to target vector.
1570 (_initialize_remote): Add config command for QAllow.
1571
aec5aa8b
TT
15722010-06-11 Tom Tromey <tromey@redhat.com>
1573
1574 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
1575 DW_AT_vtable_elem_location even when GCC extension is seen.
1576
0e03807e
TT
15772010-06-11 Tom Tromey <tromey@redhat.com>
1578
1579 PR gdb/9977, PR exp/11636:
1580 * value.h (value_offset): Update.
1581 (struct lval_funcs) <check_validity>: New field.
1582 <copy_closure>: Make argument const.
1583 (value_computed_closure): Update.
1584 (value_contents_for_printing): Declare.
1585 (value_bits_valid): Likewise.
1586 (val_print): Likewise.
1587 (set_value_component_location): Update.
1588 (value_entirely_optimized_out): Declare.
1589 * value.c (value_offset): Argument now const.
1590 (require_not_optimized_out): New function.
1591 (value_contents_for_printing): New function.
1592 (value_contents_all): Call require_not_optimized_out.
1593 (value_contents): Likewise.
1594 (value_bits_valid): New function.
1595 (value_computed_closure): Argument now const.
1596 (set_value_component_location): Make 'whole' argument const.
1597 (value_entirely_optimized_out): New function.
1598 (value_bitsize): Argument now 'const'.
1599 (value_bitpos): Likewise.
1600 (value_type): Likewise.
1601 * valprint.h (val_print_array_elements): Update.
1602 * valprint.c (val_print): Add 'val' argument. Use
1603 valprint_check_validity.
1604 (valprint_check_validity): New function.
1605 (value_check_printable): Use value_entirely_optimized_out.
1606 (common_val_print): Update.
1607 (value_print): Likewise.
1608 (val_print_array_elements): Add 'val' argument.
1609 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
1610 value_bits_valid. Reinit frame cache for lval_computed.
1611 * sh64-tdep.c (sh64_do_register): Update.
1612 * scm-valprint.c (scm_val_print): Add 'val' argument.
1613 * scm-lang.h (scm_val_print): Update.
1614 * python/python.h (apply_val_pretty_printer): Update.
1615 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
1616 argument. Call set_value_component_location.
1617 * printcmd.c (print_scalar_formatted): Update.
1618 * p-valprint.c (pascal_val_print): Add 'val' argument.
1619 (pascal_object_print_value_fields): Likewise.
1620 (pascal_object_print_value): Likewise.
1621 (pascal_object_print_static_field): Update.
1622 * p-lang.h (pascal_val_print): Update.
1623 (pascal_object_print_value_fields): Update.
1624 * mt-tdep.c (mt_registers_info): Update.
1625 * mi/mi-main.c (get_register): Update.
1626 (mi_cmd_data_evaluate_expression): Use common_val_print.
1627 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
1628 (m2_print_unbounded_array): Likewise.
1629 (m2_val_print): Likewise.
1630 * m2-lang.h (m2_val_print): Update.
1631 * language.h (struct language_defn) <la_val_print>: Add 'val'
1632 argument.
1633 (LA_VAL_PRINT): Likewise.
1634 * language.c (unk_lang_val_print): Add 'val' argument.
1635 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
1636 (java_val_print): Likewise.
1637 * jv-lang.h (java_val_print): Add 'val' argument.
1638 * infcmd.c (default_print_registers_info): Update.
1639 * f-valprint.c (f77_print_array_1): Add 'val' argument.
1640 (f77_print_array): Likewise.
1641 (f_val_print): Likewise.
1642 * f-lang.h (f_val_print): Add 'val' argument.
1643 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
1644 value_bitpos.
1645 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
1646 set_value_optimized_out.
1647 (write_pieced_value): Use value_bitsize and value_bitpos.
1648 <default>: Don't exit loop.
1649 (check_pieced_value_validity): New function.
1650 (pieced_value_funcs): Reference check_pieced_value_validity,
1651 check_pieced_value_invalid.
1652 (copy_pieced_value_closure): Update.
1653 (check_pieced_value_bits): New function.
1654 (check_pieced_value_invalid): New function.
1655 * d-valprint.c (dynamic_array_type): Add 'val' argument.
1656 (d_val_print): Likewise.
1657 * d-lang.h (d_val_print): Update.
1658 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
1659 (cp_print_value_fields_rtti): Likewise.
1660 (cp_print_value): Likewise.
1661 (cp_print_static_field): Update.
1662 * c-valprint.c (c_val_print): Add 'val' argument.
1663 (c_value_print): Update.
1664 * c-lang.h (c_val_print): Update.
1665 (cp_print_value_fields): Likewise.
1666 (cp_print_value_fields_rtti): Likewise.
1667 * ada-valprint.c (struct ada_val_print_args): Remove.
1668 (val_print_packed_array_elements): Add 'val' argument.
1669 (ada_val_print): Likewise. Rewrite.
1670 (ada_val_print_stub): Remove.
1671 (ada_val_print_array): Add 'val' argument.
1672 (ada_val_print_1): Likewise.
1673 (print_variant_part): Likewise.
1674 (ada_value_print): Update.
1675 (print_record): Add 'val' argument.
1676 (print_field_values): Likewise.
1677 * ada-lang.h (ada_val_print): Update.
1678
3cf03773
TT
16792010-06-11 Tom Tromey <tromey@redhat.com>
1680
1681 * vec.h (VEC_cleanup): New macro.
1682 (DEF_VEC_ALLOC_FUNC_I): Update.
1683 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1684 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1685 * dwarf2loc.c (struct axs_var_loc): Remove.
1686 (unimplemented): New function.
1687 (translate_register): Likewise.
1688 (access_memory): Likewise.
1689 (compile_dwarf_to_ax): Likewise.
1690 (dwarf2_tracepoint_var_loc): Remove.
1691 (dwarf2_tracepoint_var_access): Likewise.
1692 (dwarf2_tracepoint_var_ref): Likewise.
1693 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
1694 (loclist_tracepoint_var_ref): Likewise.
1695 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
1696 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
1697 require_composition. No longer static.
1698 (execute_stack_op): Update.
1699 * ax-gdb.h (trace_kludge): Declare.
1700
2bdf28a0
JK
17012010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1702
1703 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
1704 (should_be_inserted): Return zero also on NULL OWNER.
1705 (breakpoint_program_space_exit): New OWNER comment.
1706 (insert_breakpoint_locations): Extend comment for OWNER.
1707 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
1708 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
1709 New OWNER comment.
1710 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
1711 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
1712 (bpstat_check_location): New assert on OWNER.
1713 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
1714 and B initializations to the code block. New assert on them.
1715 (print_one_breakpoint_location): New OWNER comment.
1716 (watchpoint_locations_match): Assert on OWNER.
1717 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
1718 initializations to the code block. New assert on OWNER.
1719 (set_breakpoint_location_function): New assert on OWNER.
1720 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
1721 (bp_location_compare, update_global_location_list)
1722 (update_global_location_list): New OWNER comment.
1723
5b9a19af
UW
17242010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
1725
1726 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
1727
669211f5
UW
17282010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
1729
1730 * config/nm-linux.h (struct target_ops): Remove forward declaration.
1731 (lin_thread_get_thread_signals): Remove prototype.
1732 (GET_THREAD_SIGNALS): Remove.
1733 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
1734 * linux-thread-db.c (check_thread_signals): Directly call
1735 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
1736
b7a8b4ef
UW
17372010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
1738
1739 * gregset.h (GDB_FPXREGSET_T): Remove.
1740 (gdb_fpxregset_t): Likewise.
1741 (supply_fpxregset): Remove prototype.
1742 (fill_fpxregset): Likewise.
1743 * i386-linux-nat.c (supply_fpxregset): Remove.
1744 (fill_fpxregset): Likewise.
1745 (fetch_fpxregs): Inline supply_fpxregset call.
1746 (store_fpxregs): Inline fill_fpxregset call.
1747
1748 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
1749 * config/i386/nm-linux.h: Remove file.
1750
82892036
MS
17512010-06-09 Michael Snyder <msnyder@vmware.com>
1752
1753 * target.c (update_current_target): Fix spelling error in comment.
1754 (target_mourn_inferior): Fix spelling error in error message.
1755
5ddb52fa
PH
17562010-06-08 Paul Hilfinger <hilfingr@adacore.com>
1757
1758 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
1759 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
1760
0f2caa1b
MS
17612010-06-08 Michael Snyder <msnyder@vmware.com>
1762
1763 * remote.c (remote_close): Set inferior_ptid to null_ptid.
1764
3bebe2f2
JK
17652010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * configure.ac <"${have_libpython}" != no>: New workaround of
1768 python#4434.
1769 * configure: Regenerate.
1770
eaaffdf4
HZ
17712010-06-08 Hui Zhu <teawater@gmail.com>
1772
1773 * record.c (record_wait): Move signal out of replay code.
1774
5c631832
JK
17752010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 Fix PR 10640.
1778 * dwarf2-frame.c (no_dwarf_call): New function.
1779 (execute_stack_op): Set CTX->DWARF_CALL.
1780 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
1781 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
1782 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
1783 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
1784 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
1785 (needs_frame_dwarf_call): New function.
1786 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
1787 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
1788 Update the comment. Move variables die, offset and error call to ...
1789 (follow_die_ref): ... a new function.
1790 (dwarf2_fetch_die_location_block): New function.
1791 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
1792
17ea53c3
JK
17932010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
1796 (dwarf_expr_tls_address): Use per_cu instead of objfile.
1797 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
1798 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
1799 this change.
1800 (struct needs_frame_baton): New field per_cu.
1801 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
1802 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
1803
245040d7
SW
18042010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1805
1806 * cp-support.c (make_symbol_overload_list_namespace): Only search
1807 static and global blocks.
1808 (make_symbol_overload_list_block): New function.
1809 (make_symbol_overload_list): Separate namespace search from block
1810 search.
1811 (make_symbol_overload_list_qualified): Use
1812 make_symbol_overload_list_block.
1813
4c3376c8
SW
18142010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1815
1816 * value.h: Created oload_search_type enum.
1817 (find_overload_match): Use oload_search_type enum.
1818 * valops.c (find_overload_match): Support combined member and
1819 non-member search.
1820 * eval.c (evaluate_subexp_standard): Calls to
1821 find_overload_match now use oload_search_type enum.
1822 (oload_method_static): Verify index is a proper value.
1823 * valarith.c (value_user_defined_cpp_op): Search for and handle
1824 both member and non-member operators.
1825 (value_user_defined_cpp_op): New function.
1826 (value_user_defined_op): New function.
1827 (value_x_unop): Use value_user_defined_op.
1828 (value_x_binop): Ditto.
1829 * cp-support.c (make_symbol_overload_list_using): Added block
1830 iteration.
1831 Add check for namespace aliases and imported declarations.
1832
ee55da67
JK
18332010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 * breakpoint.h (owner): Extend the comment.
1836
1a2ab13a
JK
18372010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 Clear stale specific bp_location from former whole breakpoint.
1840 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
1841 code ...
1842 (free_bp_location): ... here. Rename there the called function to
1843 bpstat_remove_bp_location_callback.
1844 (bpstat_remove_breakpoint_callback): Rename to ...
1845 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
1846 to struct bp_location. Change the called function to
1847 bpstat_remove_bp_location. Create new declaration for the function.
1848 (bpstat_remove_breakpoint): Rename to ...
1849 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
1850 code for the new parameter type.
1851
16d6b4b7
NS
18522010-06-07 Nathan Sidwell <nathan@codesourcery.com>
1853
1854 * README: Make version-agnostic.
1855
7e314c57
JK
18562010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1857
1858 Fix duplicate types for single DIE.
1859 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
1860 set_die_type.
1861 (read_array_type): Remove type initialization. Recheck get_die_type
1862 after initial die_type. Move set_die_type before set_descriptive_type.
1863 (read_set_type): New variable domain_type. Recheck get_die_type after
1864 initial die_type. Move attr initialization later.
1865 (read_tag_pointer_type, read_tag_reference_type): New variable
1866 target_type. Recheck get_die_type after initial die_type.
1867 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
1868 die_type and die_containing_type.
1869 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
1870 Recheck get_die_type after initial die_type.
1871 (read_subrange_type): Recheck get_die_type after initial die_type.
1872 Move set_die_type before set_descriptive_type.
1873 (set_die_type): Extend the function comment. Call complaint if DIE has
1874 some type already set.
1875
2f296114
VP
18762010-06-05 Vladimir Prus <vladimir@codesourcery.com>
1877
1878 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
1879 for current naming of thread groups (iN, not N).
1880
554794dc
SDJ
18812010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
1882
1883 * ada-lang.c (ada_operator_length): Constify `struct expression'.
1884 * parse.c (operator_length): Likewise.
1885 (operator_length_standard): Likewise.
1886 * parser-defs.h (operator_length): Likewise.
1887 (operator_length_standard): Likewise.
1888 (struct exp_descriptor <operator_length>): Likewise.
1889
967cf477
DE
18902010-06-04 Doug Evans <dje@google.com>
1891
bddaacb9 1892 Add support for enabling/disabling individual pretty-printers.
967cf477
DE
1893 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
1894 * python/python-internal.h (gdbpy_enabled_cst): Declare.
1895 * python/python.c (gdbpy_enabled_cst): Define.
1896 (_initialize_python): Initialize gdbpy_enabled_cst.
1897 * NEWS: Add entry.
1898
2dec564e
JK
18992010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 * breakpoint.c (update_global_location_list): Fix comment typo.
1902
44b5680a
HZ
19032010-06-04 Hui Zhu <teawater@gmail.com>
1904
1905 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
1906
e7a30f46
DE
19072010-06-03 Doug Evans <dje@google.com>
1908
1909 * configure.ac: Don't fail if python is unusable when
1910 configured with --with-python=auto.
1911 * configure: Regenerate.
1912
84b4420f
SW
19132010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
1914
1915 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
1916
df178451
PM
19172010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
1918
1919 * valprint.h (get_array_bounds): Change low and high parameter types
1920 to LONGEST *.
0407b3f1 1921 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
df178451
PM
1922 compute bounds.
1923 (val_print_array_elements): Adapt to change above.
1924 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
1925 * p-valprint.c (pascal_val_print): Likewise.
1926
fd5700c7
JK
19272010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
1930 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
1931 .F08.
1932
f55ee35c
JK
19332010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1934
1935 Support DW_TAG_module as separate namespaces.
1936 * dwarf2read.c (typename_concat): New parameter physname.
1937 (read_module_type): New function and declaration.
1938 (scan_partial_symbols): Scan also DW_TAG_module children.
1939 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
1940 to typename_concat backward compatible physname value 0.
1941 (partial_die_full_name, read_namespace_type): Pass to typename_concat
1942 backward compatible physname value 0.
1943 (add_partial_module, read_module): Remove FIXME comment.
1944 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
1945 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
1946 DIEs under DW_TAG_module.
1947 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
1948 DW_AT_MIPS_linkage_name first, extend it for language_fortran
1949 && physname and return there instead of just setting NAME. Extend
1950 the main block for language_fortran. Pass physname parameter to the
1951 typename_concat call.
1952 (read_import_statement, read_func_scope, get_scope_pc_bounds)
1953 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
1954 (new_symbol): Fill in cplus_specific.demangled_name if it is still
1955 missing from SYMBOL_SET_NAMES in the language_fortran case.
1956 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
1957 variables.
1958 (read_type_die) <DW_TAG_module>: New.
1959 (MAX_SEP_LEN): Increase to 7.
1960 (typename_concat): New parameter physname. New variable lead. Support
1961 also language_fortran.
1962 * f-exp.y (yylex): Consider : also as a symbol name character class.
1963 * f-lang.c: Include cp-support.h.
1964 (f_word_break_characters, f_make_symbol_completion_list): New functions.
1965 (f_language_defn): Use cp_lookup_symbol_nonlocal,
1966 f_word_break_characters and f_make_symbol_completion_list.
1967 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
1968 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
1969 * symtab.c (symbol_init_language_specific): Support language_fortran.
1970 (symbol_find_demangled_name): New comment on language_fortran.
1971 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
1972 for language_fortran.
1973 (lookup_symbol_aux_local): Check imports also for language_fortran.
1974 (default_make_symbol_completion_list): Rename to ...
1975 (default_make_symbol_completion_list_break_on): ... this name. New
1976 parameter break_on, use it.
1977 (default_make_symbol_completion_list): New stub.
1978 * symtab.h (default_make_symbol_completion_list_break_on): New
1979 prototype.
1980
cb91c06a
JB
19812010-06-02 Joel Brobecker <brobecker@adacore.com>
1982
1983 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
1984 to error.
1985
5c315b68
JK
19862010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1987
1988 * dwarf2read.c (typename_concat): Add const to the variable sep.
1989
9eae7c52
TT
19902010-06-02 Tom Tromey <tromey@redhat.com>
1991
1992 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
1993 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
1994 type is const. Add 'def' argument. Add missing operators, remove
1995 unhandled ones.
1996 (decode_locdesc): Update.
1997 (dwarf2_always_disassemble): New global.
1998 (show_dwarf2_always_disassemble): New function.
1999 (_initialize_dwarf2_read): Add always-disassemble.
2000 (dwarf2_per_cu_offset_size): New function.
2001 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
2002 (piece_end_p): New function.
2003 (locexpr_describe_location_piece): Replace 'size' argument with
2004 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
2005 some constants. Remove errors.
2006 (disassemble_dwarf_expression): New function.
2007 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
2008 Add 'offset_size' argument.
2009 (loclist_describe_location): Change output formatting.
2010 * dwarf2expr.h (dwarf_stack_op_name): Declare.
2011
7d3fe98e
SW
20122010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
2013
2014 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
2015 anonymous type case.
2016
e77813c8
PM
20172010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
2018
2019 * dwarf2read.c (read_subrange_type): Handle missing base type
2020 according to Dwarf-2 specifications.
2021
7cf3118a
SDJ
20222010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
2023
2024 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
2025 BINOP_EXCL.
2026 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
2027 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
2028 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
2029 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
2030 UNOP_CHMAX, UNOP_CHMIN.
2031 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
2032 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
2033 UNOP_CHMIN>: Remove opcodes.
2034
ae4d0c03
PM
20352010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
2036
2037 * dwarf2read.c (read_func_scope): Do not complain for
2038 external function if bounds are not found.
2039
fa593d66
PA
20402010-06-01 Pedro Alves <pedro@codesourcery.com>
2041
2042 * NEWS: Mention gdbserver fast tracepoints support.
2043
cd44747c
PM
20442010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
2045
2046 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
2047 New macros.
2048 (windows_set_console_info): New function.
2049 (windows_create_inferior): Call windows_set_console_info
2050 if NEW_CONSOLE is true.
2051 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
2052 (_initialize_loadable): Initialize GetConsoleFontSize and
2053 GetCurrentConsoleFont.
2054
f6528abd
JK
20552010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2056
2057 * Makefile.in (RDYNAMIC): New.
2058 (SFILES): Add proc-service.list.
2059 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
2060 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
2061 * config/arm/linux.mh: Likewise.
2062 * config/i386/linux.mh: Likewise.
2063 * config/i386/linux64.mh: Likewise.
2064 * config/ia64/linux.mh: Likewise.
2065 * config/m32r/linux.mh: Likewise.
2066 * config/m68k/linux.mh: Likewise.
2067 * config/mips/linux.mh: Likewise.
2068 * config/pa/linux.mh: Likewise.
2069 * config/powerpc/linux.mh: Likewise.
2070 * config/powerpc/ppc64-linux.mh: Likewise.
2071 * config/s390/s390.mh: Likewise.
2072 * config/sparc/linux.mh: Likewise.
2073 * config/sparc/linux64.mh: Likewise.
2074 * config/xtensa/linux.mh: Likewise.
2075 * configure.ac: New RDYNAMIC on native host and GCC.
2076 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
2077 * configure: Regenerate.
2078 * proc-service.list: New.
2079
ca2a87a0
JK
20802010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
2083 CONTENT.
2084
1e225492
JK
20852010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 * linux-nat.c (linux_nat_wait_1): Do not call
2088 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
2089 TARGET_WAITKIND_SIGNALLED.
2090
e802dbe0
JB
20912010-05-27 Joel Brobecker <brobecker@adacore.com>
2092
2093 * ada-lang.c (ada_inferior_data): New struct.
2094 (ada_inferior_data): New static global.
2095 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
2096 (ada_get_tsd_type): New functions.
2097 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
2098 to look the tsd type up.
2099 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
2100 event. Set ada_inferior_data.
2101
176a6961
PA
21022010-05-27 Pedro Alves <pedro@codesourcery.com>
2103
2104 * remote.c (unpack_varlen_hex): Remove forward declaration.
2105 (remote_console_output): Make static, and add forward declaration.
2106 * remote.h: Drop FIXME comment.
2107 (unpack_varlen_hex): Declare.
2108 (remote_console_output, remote_cisco_objfile_relocate)
2109 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
2110 Delete declarations.
2111 * tracepoint.c: Include "remote.h".
2112 (unpack_varlen_hex): Delete declaration.
2113
88bfdde4
TT
21142010-05-27 Tom Tromey <tromey@redhat.com>
2115
2116 * dwarf2loc.c (struct piece_closure) <refc>: New field.
2117 (allocate_piece_closure): Initialize refc.
2118 (copy_pieced_value_closure): Use refc.
2119 (free_pieced_value_closure): Likewise.
2120
8c6363cf
TT
21212010-05-27 Tom Tromey <tromey@redhat.com>
2122
2123 * arm-tdep.c (push_stack_item): 'contents' now const.
2124 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
2125 value_contents_writeable. Introduce new temporary.
2126
7ecb917e
TT
21272010-05-27 Tom Tromey <tromey@redhat.com>
2128
2129 * findcmd.c (parse_find_args): Use value_contents, not
2130 value_contents_raw.
2131
f42a0a33
TT
21322010-05-27 Tom Tromey <tromey@redhat.com>
2133
2134 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
2135 const. Use value_contents, not value_contents_writeable.
2136
12b795ad
JB
21372010-05-27 Joel Brobecker <brobecker@adacore.com>
2138
2139 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
2140 by call to value_contents.
2141
5a2e11c7
OS
21422010-05-27 Ozkan Sezer <sezeroz@gmail.com>
2143
2144 * MAINTAINERS: Add myself for write after approval privileges.
2145
ec685c5e
DE
21462010-05-26 Doug Evans <dje@google.com>
2147
0c4a4063
DE
2148 Allow python to find its files if moved from original location.
2149 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
2150 (GDB_AC_WITH_DIR): Call it.
2151 * configure.ac: Define WITH_PYTHON_PATH if we can find the
2152 python installation directory.
2153 * config.in: Regenerate.
2154 * configure: Regenerate.
2155 * defs.h (python_libdir): Declare.
2156 * main.c (python_libdir): Define.
2157 (captured_main): Initialize python_libdir.
2158 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
2159 call Py_SetProgramName to make sure python can find its libraries
2160 and modules.
2161
ec685c5e
DE
2162 * configure.ac: Try to use python's distutils to fetch compilation
2163 parameters.
2164 * configure: Regenerate.
2165 * python/python-config.py: New file.
2166
363a6e9f
OS
21672010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2168
2169 * ser-tcp.c (net_open): Check error return from socket() call by its
2170 equality to -1 not by it being negative.
2171 (net_close): Likewise.
2172
dde08ee1
PA
21732010-05-26 Pedro Alves <pedro@codesourcery.com>
2174
2175 * NEWS: Mention the `qRelocInsn' feature.
2176 * gdbarch.sh (relocate_instruction): New.
2177 * amd64-tdep.c (rip_relative_offset): New.
2178 (append_insns): New.
2179 (amd64_relocate_instruction): New.
2180 (amd64_init_abi): Install it.
2181 * i386-tdep.c (append_insns): New.
2182 (i386_relocate_instruction): New.
2183 (i386_gdbarch_init): Install it.
2184 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
2185 * gdbarch.h, gdbarch.c: Regenerate.
2186
947bb88f
TT
21872010-05-26 Tom Tromey <tromey@redhat.com>
2188
2189 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
2190 (struct dwarf2_loclist_baton) <data>: Likewise.
2191 * dwarf2loc.c (find_location_expression): Constify return type.
2192 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
2193 (dwarf2_loc_desc_needs_frame): Likewise.
2194 (loclist_read_variable): Constify.
2195 (loclist_describe_location): Likewise.
2196 (loclist_tracepoint_var_ref): Likewise.
2197
0d45f56e
TT
21982010-05-25 Tom Tromey <tromey@redhat.com>
2199
2200 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
2201 (dwarf_expr_frame_base_1): Likewise.
2202 (read_pieced_value): Update.
2203 (needs_frame_frame_base): Constify.
2204 (dwarf2_tracepoint_var_loc): Likewise.
2205 (dwarf2_tracepoint_var_access): Likewise.
2206 (locexpr_describe_location_piece): Likewise.
2207 (locexpr_describe_location_1): Likewise.
2208 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
2209 Constify.
2210 (data): Now const.
2211 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
2212 (dwarf_expr_eval, read_uleb128, read_sleb128)
2213 (dwarf2_read_address): Update.
2214 * dwarf2expr.c (dwarf_expr_eval): Constify.
2215 (read_uleb128): Likewise.
2216 (read_sleb128): Likewise.
2217 (dwarf2_read_address): Likewise.
2218 (require_composition): Likewise.
2219 (execute_stack_op): Likewise.
2220 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
2221 "const gdb_byte *".
2222 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
2223 Now const.
2224 (no_get_frame_base): Constify.
2225 (execute_stack_op): Likewise.
2226 (execute_cfa_program): Likewise.
2227 (read_encoded_value): Likewise.
2228
07ca107c
DE
22292010-05-25 Doug Evans <dje@google.com>
2230
e34838f0
DE
2231 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
2232
01f69b38
DE
2233 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
2234 * event-loop.c: ... here.
2235 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
2236 `error' for clarity.
2237 (tui_getc): Pass correct value for `error' parameter to
2238 tui_readline_output.
2239
07ca107c
DE
2240 Add python gdb.GdbError and gdb.string_to_argv.
2241 * NEWS: Document them.
2242 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
2243 the exception is gdb.GdbError. Print a second traceback if there's
2244 an error computing the error message.
2245 (gdbpy_string_to_argv): New function.
2246 * python/py-utils.c (gdbpy_obj_to_string): New function.
2247 (gdbpy_exception_to_string): New function.
2248 * python/python-internal.h (gdbpy_string_to_argv): Declare.
2249 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
2250 (gdbpy_gdberror_exc): Declare.
2251 * python/python.c (gdbpy_gdberror_exc): New global.
2252 (_initialize_python): Initialize gdbpy_gdberror_exc and create
2253 gdb.GdbError.
2254 (GdbMethods): Add string_to_argv.
2255
5572ce1f
PM
22562010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2257
2258 * windows-nat.c (display_selector): Call GetLastError to give better
2259 failure explanation.
2260
acd5838a
PA
22612010-05-24 Pedro Alves <pedro@codesourcery.com>
2262
2263 * config.in: Regenerate.
2264
b26a4dcb
JK
22652010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2266
2267 Code cleanup.
2268 * target.c (push_target): Return only void. Remove the return value
2269 comment.
2270 * target.h (push_target): Return only void.
2271
f434ba03
PA
22722010-05-23 Pedro Alves <pedro@codesourcery.com>
2273
2274 Update gnulib from latest git.
2275 (250b80067c1e1d8faa0c42fb572f721975b929c5)
2276
2277 * gnulib/memcmp.c: Removed.
2278 * gnulib/memchr.valgrind: New.
2279 * gnulib/stddef.in.h: New.
2280 * gnulib/Makefile.am: Updated.
2281 * gnulib/memchr.c: Updated.
2282 * gnulib/memmem.c: Updated.
2283 * gnulib/stdint.in.h: Updated.
2284 * gnulib/str-two-way.h: Updated.
2285 * gnulib/string.in.h: Updated.
2286 * gnulib/wchar.in.h: Updated.
2287
2288 * gnulib/extra/link-warning.h: Removed.
2289 * gnulib/extra/c++defs.h: New.
2290 * gnulib/extra/warn-on-use.h: New.
2291 * gnulib/extra/arg-nonnull.h: Updated.
2292
2293 * gnulib/m4/extensions.m4: Updated.
2294 * gnulib/m4/gnulib-cache.m4: Updated.
2295 * gnulib/m4/gnulib-common.m4: Updated.
2296 * gnulib/m4/gnulib-comp.m4: Updated.
2297 * gnulib/m4/gnulib-tool.m4: Updated.
2298 * gnulib/m4/include_next.m4: Updated.
2299 * gnulib/m4/longlong.m4: Updated.
2300 * gnulib/m4/memchr.m4: Updated.
2301 * gnulib/m4/memmem.m4: Updated.
2302 * gnulib/m4/stdint.m4: Updated.
2303 * gnulib/m4/string_h.m4: Updated.
2304 * gnulib/m4/memcmp.m4: Removed.
2305 * gnulib/m4/onceonly_2_57.m4: Removed.
2306 * gnulib/m4/00gnulib.m4: New.
2307 * gnulib/m4/mmap-anon.m4: New.
2308 * gnulib/m4/multiarch.m4: New.
2309 * gnulib/m4/onceonly.m4: New.
2310 * gnulib/m4/stddef_h.m4: New.
2311 * gnulib/m4/warn-on-use.m4: New.
2312 * gnulib/m4/wchar.m4: Removed.
2313 * gnulib/m4/wchar_h.m4: New.
2314 * gnulib/m4/wchar_t.m4: New.
2315 * gnulib/m4/wint_t.m4: New.
2316
2317 * aclocal.m4: Regenerate.
2318 * config.in: Likewise.
2319 * configure: Likewise.
2320 * gnulib/Makefile.in: Likewise.
2321
d3b1e874
TT
23222010-05-21 Tom Tromey <tromey@redhat.com>
2323
2324 * dwarf2loc.c (extract_bits_primitive): New function.
2325 (extract_bits): Likewise.
2326 (insert_bits): Likewise.
2327 (copy_bitwise): Likewise.
2328 (read_pieced_value): Do all operations in bits.
2329 (write_pieced_value): Likewise.
2330 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
2331 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
2332 Always use xrealloc to resize piece array.
2333 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
2334 <DW_OP_piece>: Update.
2335 <DW_OP_bit_piece>: New case.
2336
cb826367
TT
23372010-05-21 Tom Tromey <tromey@redhat.com>
2338
2339 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
2340 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
2341 * dwarf2expr.h (enum dwarf_value_location)
2342 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
2343 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
2344 (add_piece): Handle empty piece.
2345 (execute_stack_op) <DW_OP_piece>: Handle
2346 DWARF_VALUE_OPTIMIZED_OUT.
2347
74de6778
TT
23482010-05-21 Tom Tromey <tromey@redhat.com>
2349
2350 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
2351 evaluate_subexp, not evaluate_subexp_with_coercion.
2352
f346a30d
PM
23532010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2354
2355 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
2356 attribute.
2357
afd74c5f
TT
23582010-05-21 Tom Tromey <tromey@redhat.com>
2359
2360 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
2361 offset.
2362 (write_pieced_value): Likewise.
2363
90e7c2c5
PM
23642010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2365
2366 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2367 and DW_TAG_volatile_type.
2368 (new_symbol): Likewise.
2369
8148cf8d
PM
23702010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
2371
2372 * p-valprint.c (pascal_val_print): Call get_array_bounds
2373 to obtain the number of elements in an array.
2374
3a1d4620
DE
23752010-05-19 Doug Evans <dje@google.com>
2376
0bf0f8c4
DE
2377 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
2378
3a1d4620
DE
2379 * python.c (source_python_script): Add comment.
2380 (source_python_script_for_objfile): Remove unnecessary call to
2381 gdbpy_print_stack.
2382
dc21167c
JK
23832010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2384 Sergio Durigan Junior <sergiodj@redhat.com>
2385
2386 Code cleanup.
2387 * parse.c (exp_iterate): Use operator_length wrapper function.
2388
5b4ee69b
MS
23892010-05-18 Michael Snyder <msnyder@vmware.com>
2390
2391 * ada-lang.c: White space.
2392 * ada-typeprint.c: White space.
2393 * ada-valprint.c: White space.
2394 * addrmap.c: White space.
2395 * auxv.c: White space.
2396 * ax-gdb.c: White space.
2397
e17c9e56
HZ
23982010-05-18 Hui Zhu <teawater@gmail.com>
2399
2400 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
2401 for oldfp.
2402 (inferior_call_waitpid): Move make_cleanup out of check.
2403 Check the return of waitpid.
2404 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
2405
a109c7c1
MS
24062010-05-17 Michael Snyder <msnyder@vmware.com>
2407
1c5313c5
MS
2408 * tui/tui.c: White space.
2409 * tui/tui-data.c: White space.
2410 * tui/tui-disasm.c: White space.
2411 * tui/tui-file.c: White space.
2412 * tui/tui-interp.c: White space.
2413 * tui/tui-main.c: White space.
2414 * tui/tui-out.c: White space.
2415 * tui/tui-regs.c: White space.
2416 * tui/tui-source.c: White space.
2417 * tui/tui-stack.c: White space.
2418 * tui/tui-win.c: White space.
2419 * tui/tui-winsource.c: White space.
2420
f4a14ae6
MS
2421 * procfs.c: White space.
2422
d59b6f6c
MS
2423 * python/py-auto-load.c: White space.
2424 * python/py-block.c: White space.
2425 * python/py-breakpoint.c: White space.
2426 * python/py-cmd.c: White space.
2427 * python/py-function.c: White space.
2428 * python/py-lazy-string.c: White space.
2429 * python/py-objfile.c: White space.
2430 * python/py-param.c: White space.
2431 * python/py-prettyprint.c: White space.
2432 * python/py-progspace.c: White space.
2433 * python/py-symtab.c: White space.
2434 * python/python.c: White space.
2435 * python/py-type.c: White space.
2436 * python/py-utils.c: White space.
2437 * python/py-value.c: White space.
2438
102040f0
MS
2439 * mi/mi-cmd-break.c: White space.
2440 * mi/mi-cmd-env.c: White space.
2441 * mi/mi-cmds.c: White space.
2442 * mi/mi-cmd-stack.c: White space.
2443 * mi/mi-cmd-var.c: White space.
2444 * mi/mi-console.c: White space.
2445 * mi/mi-getopt.c: White space.
2446 * mi/mi-interp.c: White space.
2447 * mi/mi-main.c: White space.
2448 * mi/mi-out.c: White space.
2449 * mi/mi-parse.c: White space.
2450
cdb27c12
MS
2451 * cli/cli-cmds.c: White space.
2452 * cli/cli-decode.c: White space.
2453 * cli/cli-dump.c: White space.
2454 * cli/cli-interp.c: White space.
2455 * cli/cli-logging.c: White space.
2456 * cli/cli-script.c: White space.
2457 * cli/cli-setshow.c: White space.
2458
a109c7c1
MS
2459 * valarith.c: White space.
2460 * valops.c: White space.
2461 * valprint.c: White space.
2462 * value.c: White space.
2463 * varobj.c: White space.
2464 * xcoffread.c: White space.
2465 * xml-support.c: White space.
2466 * xml-tdesc.c: White space.
2467
3872d37d
AS
24682010-05-17 Andreas Schwab <schwab@redhat.com>
2469
2470 PR gdb/11092
2471 * c-lang.c (c_printstr): Compute real length of NUL terminated
2472 string at first.
2473
0cce5bd9
JB
24742010-05-17 Joel Brobecker <brobecker@adacore.com>
2475
2476 * parse.c (parse_exp_in_context): When block is not NULL, use
2477 its associated language to parse the expression instead of
2478 the current_language.
2479
5f19d646
JB
24802010-05-17 Joel Brobecker <brobecker@adacore.com>
2481
2482 * jv-lang.c (java_lookup_class): Remove commented out code.
2483 (type_from_class): Likewise.
2484 (java_op_print_tab): Remove commented-out elements.
2485
28c85d6c
JB
24862010-05-17 Joel Brobecker <brobecker@adacore.com>
2487
2488 * ada-lang.c (to_fixed_range_type): The the raw index type as
2489 argument instead of the raw type name. Remove orig_type parameter.
2490 Update calls throughout.
2491 (ada_fixup_array_indexes_type): New function.
2492 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
2493 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
2494 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
2495 Remove name parameter.
2496 (print_array_type): Add call to ada_fixup_array_indexes_type.
2497 Update calls to print_range_type.
2498 (ada_print_type): Update calls to print_range_type.
2499
d09039dd
PM
25002010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
2501
2502 * dwarf2read.c (read_set_type): Set type length if
2503 DW_AT_byte_size attribute is present.
2504
7a081a30
PM
25052010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
2506
2507 * p-valprint.c (pascal_val_print): Handle set type if range limits
2508 are undefined but size is known.
2509
77382aee
PA
25102010-05-17 Pedro Alves <pedro@codesourcery.com>
2511
2512 * procfs.c: Reformat.
2513
433759f7
MS
25142010-05-16 Michael Snyder <msnyder@vmware.com>
2515
5d502164
MS
2516 * target.c: White space.
2517 * target-descriptions.c: White space.
2518 * target-memory.c: White space.
2519 * thread.c: White space.
2520 * top.c: White space.
2521 * tracepoint.c: White space.
2522 * trad-frame.c: White space.
2523 * tramp-frame.c: White space.
2524 * ui-file.c: White space.
2525 * ui-out.c: White space.
2526 * user-regs.c: White space.
2527 * utils.c: White space.
2528
433759f7
MS
2529 * scm-exp.c: White space.
2530 * scm-lang.c: White space.
2531 * scm-valprint.c: White space.
2532 * sentinel-frame.c: White space.
2533 * ser-base.c: White space.
2534 * ser-go32.c: White space.
2535 * serial.c: White space.
2536 * ser-mingw.c: White space.
2537 * ser-pipe.c: White space.
2538 * ser-tcp.c: White space.
2539 * ser-unix.c: White space.
2540 * solib.c: White space.
2541 * solib-darwin.c: White space.
2542 * solib-frv.c: White space.
2543 * solib-irix.c: White space.
2544 * solib-osf.c: White space.
2545 * solib-pa64.c: White space.
2546 * solib-som.c: White space.
2547 * solib-spu.c: White space.
2548 * solib-svr4.c: White space.
2549 * solib-target.c: White space.
2550 * source.c: White space.
2551 * stabsread.c: White space.
2552 * stack.c: White space.
2553 * std-regs.c: White space.
2554 * symfile.c: White space.
2555 * symmisc.c: White space.
2556 * symtab.c: White space.
2557
dd304d53
MS
25582010-05-16 Michael Snyder <msnyder@vmware.com>
2559
2560 * source.c (_initialize_source): Add "rev" as an abbreviation
2561 for the "reverse-search" command.
2562
a744cf53
MS
25632010-05-16 Michael Snyder <msnyder@vmware.com>
2564
123f5f96
MS
2565 * record.c: White space.
2566 * regcache.c: White space.
2567 * reggroups.c: White space.
2568 * remote-fileio.c: White space.
2569 * remote-m32r-sdi.c: White space.
2570 * remote-mips.c: White space.
2571 * remote-sim.c: White space.
a744cf53
MS
2572 * remote.c: White space.
2573 (process_g_packet): Remove orphan braces.
2574
b8d56208
MS
25752010-05-15 Michael Snyder <msnyder@vmware.com>
2576
ad3bbd48
MS
2577 * parse.c: White space.
2578 * p-lang.c: White space.
2579 * posix-hdep.c: White space.
2580 * printcmd.c: White space.
2581 * progspace.c: White space.
2582 * prologue-value.c: White space.
2583 * psymtab.c: White space.
2584 * p-typeprint.c: White space.
2585 * p-valprint.c: White space.
2586
5cc80db3
MS
2587 * objc-lang.c: White space.
2588 * objfiles.c: White space.
2589 * observer.c: White space.
2590 * osabi.c: White space.
2591 * osdata.c: White space.
2592
b8d56208
MS
2593 * m2-lang.c: White space.
2594 * m2-valprint.c: White space.
2595 * macrocmd.c: White space.
2596 * macroexp.c: White space.
2597 * macroscope.c: White space.
2598 * macrotab.c: White space.
2599 * main.c: White space.
2600 * maint.c: White space.
2601 * mdebugread.c: White space.
2602 * memattr.c: White space.
2603 * minsyms.c: White space.
2604 * monitor.c: White space.
2605
9a619af0
MS
26062010-05-14 Michael Snyder <msnyder@vmware.com>
2607
e0881a8e
MS
2608 * jv-lang.c: White space.
2609 * jv-typeprint.c: White space.
2610 * jv-valprint.c: White space.
2611 * language.c: White space.
2612 * libunwind-frame.c: White space.
2613 * linespec.c: White space.
2614 * linux-nat.c: White space.
2615 * linux-record.c: White space.
2616 * linux-thread-db.c: White space.
2617
abbb1732
MS
2618 * infcall.c: White space.
2619 * inf-child.c: White space.
2620 * infcmd.c: White space.
2621 * inferior.c: White space.
2622 * inf-loop.c: White space.
2623 * inflow.c: White space.
2624 * inline-frame.c: White space.
2625 * interps.c: White space.
2626
d8734c88
MS
2627 * gcore.c: White space.
2628 * gdb.c: White space.
2629 * gdbtypes.c: White space.
2630 * gnu-nat.c: White space.
2631 * gnu-v2-abi.c: White space.
2632 * gnu-v3-abi.c: White space.
2633
bb9bcb69
MS
2634 * findcmd.c: White space.
2635 * findvar.c: White space.
2636 * fork-child.c: White space.
2637 * frame-base.c: White space.
2638 * frame.c: White space.
2639 * frame-unwind.c: White space.
2640 * f-valprint.c: White space.
2641
d7f9d729
MS
2642 * elfread.c: White space.
2643 * environ.c: White space.
2644 * eval.c: White space.
2645 * event-loop.c: White space.
2646 * event-top.c: White space.
2647 * exceptions.c: White space.
2648 * exec.c: White space.
2649 * expprint.c: White space.
2650
9a619af0
MS
2651 * dbxread.c: White space.
2652 * dcache.c: White space.
2653 * disasm.c: White space.
2654 * doublest.c: White space.
2655 * dsrec.c: White space.
2656 * dummy-frame.c: White space.
2657 * dwarf2expr.c: White space.
2658 * dwarf2-frame.c: White space.
2659 * dwarf2loc.c: White space.
2660 * dwarf2read.c: White space.
2661
88d4aea7
PM
26622010-05-14 Phil Muldoon <pmuldoon@redhat.com>
2663
2664 PR python/11482
2665
2666 * python/py-value.c (valpy_hash): New function.
2667 (value_object_type): Register valpy_hash.
2668
7a298875 26692010-05-14 Hui Zhu <teawater@gmail.com>
0407b3f1 2670 Michael Snyder <msnyder@vmware.com>
7a298875
HZ
2671
2672 * linux-fork.c (gdbthread.h): New include.
2673 (fork_info): Add parent_ptid.
2674 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
2675 functions.
2676 (delete_checkpoint_command): Call inferior_call_waitpid.
2677 (checkpoint_command): Set parent_ptid.
2678
c14feecc
MS
26792010-05-13 Michael Snyder <msnyder@vmware.com>
2680
6595d32b
MS
2681 * dictionary.c: Re-indent to GNU coding standard.
2682
c5504eaf
MS
2683 * charset.c: White space.
2684 * c-lang.c: White space.
2685 * cli-out.c: White space.
2686 * coffread.c: White space.
2687 * complaints.c: White space.
2688 * completer.c: White space.
2689 * corefile.c: White space.
2690 * corelow.c: White space.
2691 * cp-abi.c: White space.
2692 * cp-namespace.c: White space.
2693 * cp-support.c: White space.
2694 * cp-valprint.c: White space.
2695 * c-typeprint.c: White space.
2696 * c-valprint.c: White space.
cc59ec59
MS
2697 * blockframe.c: White space.
2698 * breakpoint.c: White space.
2699 * buildsym.c: White space.
2700 * blockframe.c: White space.
b6de9da4 2701 * bcache.c: White space.
05c547f6
MS
2702 * gdbarch.sh: White space, add blank lines.
2703 * arch-utils.c: Ditto.
2704 * gdbarch.c: Regenerate.
1c4d3f96 2705 * frame.c: White space, add blank lines.
f89b749f
MS
2706 * stack.c: White space, add blank lines.
2707 (initialize_stack): Remove long-dead code.
c14feecc 2708
a2d33775
JK
27092010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2710
2711 Code cleanup.
2712 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
2713 (locexpr_read_variable, loclist_read_variable): Update the callers.
2714
33ac96f0
JK
27152010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 Code cleanup.
2718 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
2719 Remove check of NULL returned by tag_type_to_type.
2720 (die_containing_type): Remove variable type. Remove type_die variable
2721 initialization. Remove check of NULL returned by tag_type_to_type.
2722
f5a010c0
PM
27232010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2724
2725 PR exp/11530.
2726 * gdbtypes.c (lookup_struct_elt_type): Also lookup
2727 names of unnamed structures or unions.
2728
bf701c2c
PM
27292010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2730
2731 * procfs.c (proc_watchpoint_address): New function.
0407b3f1 2732 (procfs_stopped_by_watchpoint): Remove useless check after
bf701c2c
PM
2733 find_procinfo_or_die call.
2734 (procfs_stopped_data_address): New function.
2735 (procfs_use_watchpoints): Register new watchpoint related function.
2736
d02691ef
TT
27372010-05-11 Tom Tromey <tromey@redhat.com>
2738
2739 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
2740
e0627e85
MS
27412010-05-10 Michael Snyder <msnyder@vmware.com>
2742
2743 * utils.c: White space cleanup.
2744
cc73bb8c
TT
27452010-05-10 Tom Tromey <tromey@redhat.com>
2746
2747 * eval.c (ptrmath_type_p): Add 'lang' argument.
2748 (evaluate_subexp_standard): Update.
2749 (evaluate_subexp_with_coercion): Update.
2750 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
2751
c02866a0
MS
27522010-05-10 Michael Snyder <msnyder@vmware.com>
2753
2754 * utils.c (do_fclose_cleanup) Restore local variable.
2755
06280d23
DE
27562010-05-09 Doug Evans <dje@google.com>
2757
2758 * record.c (init_record_core_ops): Rename record_core to record-core.
2759
fa07e785
JB
27602010-05-08 Joel Brobecker <brobecker@adacore.com>
2761
2762 Implement task switching on pa-hpux.
2763 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
2764 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
2765
4c680d1d
PM
27662010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
2767
2768 * valops.c (find_overload_match): Add missing i18n markup.
2769
28e176a6
PM
27702010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
2771
2772 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
2773
48cb83fd
JK
27742010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
2777 list for the obconcat call.
2778 * mdebugread.c (parse_symbol): Likewise.
2779 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
2780 Likewise.
2781 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
2782 New variable ap. Remove variables len and val.
2783 * symfile.h (obconcat): Likewise for the prototype.
2784
f92adf3c
MS
27852010-05-07 Michael Snyder <msnyder@vmware.com>
2786
2787 * python/python.c (execute_gdb_command): Remove unused variables.
2788 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
0407b3f1 2789 * python/py-breakpoint.c (gdbpy_breakpoint_created):
f92adf3c
MS
2790 Remove unused variable.
2791 * python/py-cmd.c (cmdpy_function): Remove unused variable.
2792 (cmdpy_completer): Remove unused variable.
2793 * python/py-frame.c (frapy_find_sal): Remove unused variable.
2794 * python/py-function.c (fnpy_call): Remove unused variable.
2795 * python/py-objfile.c (objfile_to_objfile_object):
2796 Remove unused variable.
2797 * python/py-param.c (parmpy_init): Remove unused variable.
0407b3f1 2798 * python/py-prettyprint.c (apply_varobj_pretty_printer):
f92adf3c
MS
2799 Remove unused variable.
2800 (gdbpy_default_visualizer): Remove unused variable.
2801 * python/py-progspace.c (pspace_to_pspace_object):
2802 Remove unused variable.
0407b3f1 2803 * python/py-symtab.c (symtab_and_line_to_sal_object):
f92adf3c 2804 Remove unused variable.
0407b3f1 2805 * python/py-type.c (typy_template_argument):
f92adf3c
MS
2806 Remove unused variable.
2807 * python/py-value.c (valpy_string): Remove unused variable.
2808 (convert_value_from_python): Remove unused variables.
2809
d160942f
MS
28102010-05-07 Michael Snyder <msnyder@vmware.com>
2811
2812 * valops.c (value_cast_pointers): Restore unused variable 'type1',
2813 and use it to compute variable 't1'.
2814
587542ab
JB
28152010-05-07 Joel Brobecker <brobecker@adacore.com>
2816
2817 * ada-lang.c (assign_aggregate): Remove unused variable.
2818
7322dca9
SW
28192010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
2820
2821 PR C++/7943:
2822 * valops.c (find_overload_match): Handle fsym == NULL case.
2823 Add int no_adl argument.
2824 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
2825 when appropriate.
2826 Add int no_adl argument.
2827 (find_oload_champ_namespace): Add int no_adl argument.
2828 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
2829 expression.
2830 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
2831 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
2832 Evaluate arguments and use them to perform ADL lookup.
2833 Pass no_adl argument to find_overload_match.
2834 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
2835 * cp-support.h: Added prototype for
2836 make_symbol_overload_list_namespace.
2837 * cp-support.c (make_symbol_overload_list_namespace): New function.
2838 (make_symbol_overload_list_adl_namespace): New function.
2839 (make_symbol_overload_list_adl): New function.
2840 (make_symbol_overload_list_using): Moved code to add function to
2841 overload set to make_symbol_overload_list_namespace.
2842 * c-exp.y: create UNKNOWN_CPP_NAME token.
2843 Add parse rule for ADL functions.
2844 (classify_name): Recognize an UNKNOWN_CPP_NAME.
2845
3f1f6884
JK
28462010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2847
2848 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
2849 sentinel.
2850
3caf13b4
JB
28512010-05-07 Joel Brobecker <brobecker@adacore.com>
2852
2853 Implement task switching on solaris targets.
2854 * sol-thread.c (thread_db_find_thread_from_tid)
2855 (sol_get_ada_task_ptid): New functions.
2856 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
2857
94b0dee1
PA
28582010-05-07 Pedro Alves <pedro@codesourcery.com>
2859
2860 * remote.c (remote_query_supported_append): Use reconcat.
2861 (remote_query_supported): Install a cleanup. Use reconcat.
2862
1408c251
PA
28632010-05-07 Pedro Alves <pedro@codesourcery.com>
2864
2865 * gdbarch.sh (qsupported): Delete.
2866 * gdbarch.h, gdbarch.c: Regenerate.
2867 * remote.c (remote_query_supported): Remove use of
2868 gdbarch_qsupported.
2869
f8e50cfe
SDJ
28702010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
2871
2872 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
2873 function.
2874
8ea13695
MS
28752010-05-06 Michael Snyder <msnyder@vmware.com>
2876
c6913b7d
MS
2877 * xml-support.c (xinclude_start_include): Delete unused variable.
2878 (xml_process_xincludes): Delete unused variable.
2879 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
2880 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
2881 (tdesc_find_arch_register): Delete unused variable.
2882 (tdesc_use_registers): Delete unused variable.
2883 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
2884 * inferior.c (print_inferior): Delete unused variable.
2885 * record.c (record_open_1): Delete unused variable.
2886 (record_restore): Delete unused variable.
2887 (cmd_record_save): Delete unused variable.
2888 * gcore.c (derive_heap_segment): Delete unused variable.
2889 (objfile_find_memory_regions): Use unused variable.
2890 * jit.c (jit_inferior_init): Delete unused variable.
2891 * progspace.c (clone_program_space): Delete unused variable.
2892 (pspace_empty_p): Delete unused variable.
0407b3f1
AS
2893
2894 * frame-unwind.c (frame_unwind_find_by_frame):
1c5465ac
MS
2895 Delete unused variable.
2896 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
2897 * cp-support.c (mangled_name_to_comp): Delete unused variable.
2898 (method_name_from_physname): Delete unused variable.
2899 (cp_func_name): Delete unused variable.
2900 (cp_validate_operator): Delete unused variable.
0407b3f1 2901 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
1c5465ac 2902 Delete unused variable.
0407b3f1 2903 * trad-frame.c (trad_frame_get_prev_register):
1c5465ac
MS
2904 Delete unused variable.
2905 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
2906
1be757cf
MS
2907 * serial.c (serial_for_fd): Delete unused variable.
2908 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
2909 * top.c (execute_command): Delete unused variable.
2910 (init_main): Delete unused variable.
2911 * utils.c (do_fclose_cleanup): Delete unused variable.
2912 (do_all_inferior_continuations): Delete unused variable.
2913 (initialize_utils): Delete unused variable.
2914 (internal_problem_mode): Delete unused global.
2915 * frame.c (get_prev_frame): Delete unused global.
2916 (get_frame_locals_address): Delete unused global.
2917 (get_frame_args_address): Delete unused global.
2918
9216103f
MS
2919 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
2920 (pascal_type_print_varspec_prefix): Delete unused variable.
2921 * f-typeprint.c (f_type_print_base): Delete unused variable.
2922 (f_type_print_varspec_suffix): Delete unused variable.
2923 * m2-typeprint.c (m2_print_type): Delete unused variable.
2924 (m2_long_set): Delete unused variable.
2925 * ada-valprint.c (ada_val_print_1): Delete unused variable.
2926 * d-valprint.c (dynamic_array_type): Delete unused variable.
0407b3f1 2927 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
9216103f
MS
2928 Delete unused variable.
2929 (f77_create_arrayprint_offset_tbl): Delete unused variable.
2930 * m2-valprint.c (m2_val_print): Delete unused variable.
2931
34fa1d9d
MS
2932 * ui-out.c (ui_out_field_int): Delete unused variable.
2933 (ui_out_field_fmt_int): Delete unused variable.
2934 * varobj.c (varobj_list_children): Delete unused variable.
2935 (varobj_set_value): Delete unused variable.
2936 (install_new_value_visualizer): Delete unused variable.
2937 (varobj_set_visualizer): Delete unused variable.
2938 (varobj_update): Delete unused variable.
2939 (varobj_editable_p): Delete unused variable.
2940 (c_value_of_root): Delete unused variable.
2941 (cplus_describe_child): Delete unused variable.
2942
b5385fc0
MS
2943 * ada-lang.c (add_defn_to_vec): Delete unused variable.
2944 (decode_constrained_packed_array_type): Delete unused variable.
2945 (add_defn_to_vec): Delete unused variable.
2946 (symbol_completion_match): Delete unused variable.
2947 (value_tag_from_contents_and_address): Delete unused variable.
2948 (ada_evaluate_subexp): Delete unused variable.
2949 * c-lang.c (classify_type): Delete unused variable.
2950 * f-lang.c (f_printstr): Delete unused variable.
2951 * objc-lang.c (objc_printstr): Delete unused variable.
2952 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
2953 * jv-lang.c (type_from_class): ifdef unused variable.
2954 (java_class_name_from_physname): Delete unused variable.
2955 * m2-lang.c (m2_printstr): Delete unused variable.
2956
4fc06681
MS
2957 * objfiles.c (objfile_relocate): Delete unused variable.
2958 * maint.c (_initialize_maint_cmds): Delete unused variable.
2959 * demangle.c (_initialize_demangler): Delete unused variable.
2960 * corefile.c (reopen_exec_file): Delete unused variable.
2961 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
2962 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
2963
6b4398f7
MS
2964 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
2965 * memattr.c (mem_delete): Delete unused variable.
2966 (invalidate_target_mem_regions): Delete unused variable.
2967 * mem-break.c (default_memory_insert_breakpoint):
2968 Delete unused variable.
2969 * target.c (target_get_osdata): Delete unused variable.
2970 * parse.c (length_of_subexp): Delete unused variable.
2971 (prefixify_subexp): Delete unused variable.
2972 (exp_iterate): Delete unused variable.
2973 * reverse.c (delete_bookmark_command): Delete unused variable.
2974
308d96ed
MS
2975 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
2976 * macroexp.c (gather_arguments): Delete unused variable.
2977 (substitute_args): Delete unused variable.
2978 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
2979 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
2980 (_initialize_gdbarch): Delete unused variable.
2981 * gdbarch.c, gdbarch.h: Regenerate.
0407b3f1 2982 * arch-utils.c (initialize_current_architecture):
308d96ed
MS
2983 Delete unused variable.
2984 (_initialize_gdbarch_utils): Delete unused variable.
2985 * gdbtypes.c (make_cv_type): Delete unused variable.
2986 (make_type_with_address_space): Delete unused variable.
2987
167e4384
MS
2988 * linespec.c (decode_compound): Delete unused variable.
2989 * dictionary.c (iterator_next_hashed): Delete unused variable.
2990 * infcall.c (call_function_by_hand): Delete unused variable.
2991 * infcmd.c (step_1): Delete unused variable.
2992 (registers_info): Delete unused variable.
2993 (attach_command): Delete unused variable.
2994 * infrun.c (follow_exec): Delete unused variable.
2995 (handle_step_into_function_backwards): Delete unused variable.
2996 (_initialize_infrun): Delete unused variable.
2997 * stack.c (parse_frame_specification_1): Delete unused variable.
2998 (frame_info): Delete unused variable.
2999 (backtrace_command_1): Delete unused variable.
3000 (catch_info): Delete unused variable.
3001
8f78b329
MS
3002 * eval.c (evaluate_subexp_standard): Delete unused variable.
3003 * valops.c (value_cast_pointers): Delete unused variable.
3004 (value_dynamic_cast): Delete unused variable.
3005 (value_array): Delete unused variable.
3006 (find_overload_match): Delete unused variable.
3007 * valarith.c (value_subscript): Delete unused variable.
3008 (value_binop): Delete unused variable.
3009 * valprint.c (_initialize_valprint): Delete unused variable.
3010 * printcmd.c (print_command_1): Delete unused variable.
3011 (address_info): Delete unused variable.
3012 (printf_command): Delete unused variable.
3013
8ea13695
MS
3014 * auxv.c (target_auxv_search): Delete unused variable.
3015 * blockframe.c (get_frame_block): Delete unused variable.
3016 * regcache.c (regcache_cpy): Delete unused variable.
3017 (regcache_cpy_no_passthrough): Delete unused variable.
3018 * charset.c (wchar_iterate): Delete unused variable.
3019 (find_charset_names): Delete unused variable.
3020 (_initialize_charset): Delete unused variable.
0407b3f1 3021 * disasm.c (do_mixed_source_and_assembly):
8ea13695 3022 Delete unused variable.
0407b3f1 3023 * source.c (set_default_source_symtab_and_line):
8ea13695
MS
3024 Delete unused variable.
3025 (set_substitute_path_command): Delete unused variable.
3026 * value.c (preserve_values): Delete unused variable.
3027 (value_from_double): Delete unused variable.
3028
afe38095
MS
30292010-05-05 Michael Snyder <msnyder@vmware.com>
3030
952a6d41
MS
3031 * psymtab.c (lookup_partial_symbol): Delete unused variable.
3032 (find_last_source_symtab_from_partial): Delete unused variable.
3033 * symfile.c (place_section): Delete unused variable.
3034 (default_symfile_offsets): Delete unused variable.
3035 (get_debug_link_info): Delete unused variable.
3036 (find_separate_debug_file_by_debuglink): Delete unused variable.
3037 (add_symbol_file_command): Delete unused variable.
3038 (symfile_find_segment_sections): Delete unused variable.
3039 * symmisc.c (free_symtab): Delete unused variable.
3040 (dump_symtab_1): Delete unused variable.
3041 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
3042 (find_pc_sect_symtab): Delete unused variable.
3043 (skip_prologue_using_lineinfo): Delete unused variable.
3044 (sources_info): Delete unused variable.
3045 (completion_list_add_name): Delete unused variable.
3046 (expand_line_sal): Delete unused variable.
3047
0407b3f1 3048 * breakpoint.c (validate_commands_for_breakpoint):
afe38095
MS
3049 Delete unused variables.
3050 (insert_catchpoint): Delete unused variable.
3051 (update_watchpoint): Delete unused variable.
3052 (insert_bp_location): Delete unused variable.
3053 (insert_breakpoint_locations): Delete unused variable.
3054 (remove_breakpoint_1): Delete unused variable.
3055 (software_breakpoint_inserted_here_p): Delete unused variable.
3056 (watchpoints_triggered): Delete unused variable.
3057 (bpstat_check_watchpoint): Delete unused variable.
3058 (bpstat_stop_status): Delete unused variable.
3059 (print_one_breakpoint_location): Delete unused variable.
3060 (allocate_bp_location): Delete unused variable.
3061 (create_breakpoint): Delete unused variable.
3062 (watch_command_1): Delete unused variable.
3063 (catch_exception_command_1): Delete unused variable.
3064 (catch_ada_exception_command): Delete unused variable.
3065 (delete_breakpoint): Delete unused variable.
3066 (breakpoint_re_set_one): Delete unused variable.
3067 (do_enable_breakpoint): Delete unused variable.
3068
eda5a4d7
PA
30692010-05-06 Pedro Alves <pedro@codesourcery.com>
3070
3071 * amd64-tdep.c: Include disasm.h.
3072 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
3073 (amd64_insn_length): Moved to disasm.c and renamed.
3074 (fixup_riprel): Adjust.
3075 * disasm.c (do_ui_file_delete): New.
3076 (gdb_insn_length): New.
3077 (gdb_buffered_insn_length_fprintf)
3078 (gdb_buffered_insn_length_init_dis)
3079 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
3080 renamed.
3081 * disasm.h (gdb_insn_length): Declare.
3082 (gdb_buffered_insn_length): Declare.
3083
02357a4a
PA
30842010-05-06 Pedro Alves <pedro@codesourcery.com>
3085
3086 * remote.c (clear_threads_parsing_context): New.
3087 (remote_threads_info): Delete unused null_cleanup. Install a
3088 cleanup to clear the threads_parsing_context in case parsing
3089 throws.
3090
8c5630cb
MS
30912010-05-05 Michael Snyder <msnyder@vmware.com>
3092
3093 * c-exp.y (parse_string_or_char): Delete unused variable.
3094 (c_lex): Delete unused variable.
3095 * cp-name-parser.y (cpname_lex): Delete unused variable.
3096 * ada-exp.y (find_primitive_type): Delete unused variable.
3097 (write_var_or_type): Delete unused variable.
3098 * jv-exp.y (java_parse): Delete unused variable.
3099 (push_expression_name): Delete unused variable.
3100 * p-exp.y (pascal_lex): Delete unused variable.
3101
46c162d4
PA
31022010-05-05 Pedro Alves <pedro@codesourcery.com>
3103
3104 * remote.c (remote_threads_info): Really revert previous previous
3105 change.
3106
0043e6a5
MS
31072010-05-05 Michael Snyder <msnyder@vmware.com>
3108
fa238c03
MS
3109 * elfread.c (elf_symtab_read): Delete unused variable.
3110 (find_separate_debug_file_by_buildid): Delete unused variables.
3111 (elf_symfile_read): Delete unused variable.
3112
3113 * coffread.c (coff_symfile_read): Delete unused variables.
3114
3115 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
3116 (read_pe_exported_syms): Delete unused variable.
3117
3118 * stabsread.c (define_symbol): Delete unused variable.
3119
3120 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
3121 (process_psymtab_comp_unit): Delete unused variable.
3122 (dwarf2_build_psymtabs_hard): Delete unused variable.
3123 (load_partial_comp_unit): Delete unused variable.
3124 (create_all_comp_units): Delete unused variable.
3125 (scan_partial_symbols): Delete unused variable.
3126 (add_partial_symbol): Delete unused variable.
3127 (add_partial_namespace): Delete unused variable.
3128 (add_partial_enumeration): Delete unused variable.
3129 (load_full_comp_unit): Delete unused variable.
3130 (process_full_comp_unit): Delete unused variable.
3131 (read_file_scope): Delete unused variable.
3132 (read_type_unit_scope): Delete unused variable.
3133 (process_structure_scope): Delete unused variable.
3134 (process_enumeration_scope): Delete unused variable.
3135 (read_tag_ptr_to_member_type): Delete unused variable.
3136 (read_typedef): Delete unused variable.
3137 (read_partial_die): Delete unused variable.
3138 (decode_locdesc): Delete unused variable.
3139 (zeroed_partial_die): Delete unused global variable.
3140
0407b3f1 3141 * tui/tui-interp.c (_initialize_tui_interp):
0043e6a5 3142 Delete unused variable.
0407b3f1 3143 * tui/tui-regs.c tui_display_registers_from):
0043e6a5
MS
3144 Delete unused variable.
3145 (tui_check_register_values): Delete unused variable.
3146 (tui_register_format): Delete unused variable.
3147 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
0407b3f1 3148 * tui/tui-windata.c (tui_display_data_from_line):
0043e6a5
MS
3149 Delete unused variables.
3150 (tui_vertical_data_scroll): Delete unused variables.
3151
75721c66
MS
31522010-05-05 Michael Snyder <msnyder@vmware.com>
3153
c31a71f4
MS
3154 * remote.c (remote_threads_info): Revert questionable part of
3155 the previous change.
3156
31572010-05-05 Michael Snyder <msnyder@vmware.com>
3158
3159 * mi/mi-out.c (mi_table_begin): Delete unused variable.
3160 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
3161 (mi_cmd_var_list_children): Delete unused variable.
3162 (varobj_update_one): Delete unused variable.
3163 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
0407b3f1 3164 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
c31a71f4
MS
3165 Delete unused variable.
3166 (mi_cmd_stack_list_variables): Delete unused variable.
3167 (list_args_or_locals): Delete unused variable.
0407b3f1 3168 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
c31a71f4
MS
3169 Delete unused variables.
3170 (mi_cmd_file_list_exec_source_files): Delete unused variable.
0407b3f1 3171 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
c31a71f4
MS
3172 Delete unused variable.
3173 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
3174 (mi_cmd_interpreter_exec): Delete unused variable.
3175 (mi_on_normal_stop): Delete unused variable.
3176 * mi/mi-main.c (run_one_inferior): Delete unused variable.
3177 (print_one_inferior): Delete unused variables.
3178 (mi_execute_command): Delete unused variable.
3179 (mi_cmd_execute): Delete unused variable.
3180 (timestamp): Delete unused variable.
3181
3182 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
d36fc00b 3183 (restore_binary_file): Delete unused variable.
c31a71f4
MS
3184 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
3185 * cli/cli-script.c (define_command): Delete unused variables.
d36fc00b
MS
3186 (recurse_read_control_structure): Delete unused variable.
3187 (script_from_file): Delete unused variable.
c31a71f4 3188 * cli/cli-cmds.c (complete_command): Delete unused variable.
d36fc00b
MS
3189 (disassemble_command): Delete unused variable.
3190
3191 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
0407b3f1 3192 * tracepoint.c (delete_trace_variable_command):
d36fc00b
MS
3193 Delete unused variables.
3194 (encode_actions_1): Delete unused variables.
3195 (start_tracing): Delete unused variable.
3196 (trace_status_mi): Delete unused variable.
3197 (tfind_1): Delete unused variable.
3198 (trace_find_pc_command): Delete unused variable.
3199 (trace_find_line_command): Delete unused variables.
3200 (trace_find_range_command): Delete unused variables.
3201 (trace_find_outside_command): Delete unused variables.
3202 (parse_tracepoint_definition): Delete unused variables.
3203 (tfile_fetch_registers): Delete unused variable.
3204
9128a503
MS
3205 * dcache.c (dcache_init): Delete unused variable.
3206 (dcache_info): Delete unused variable.
3207
aa369b55 3208 * remote.c (remote_threads_info): Delete unused variable.
9128a503 3209 (process_stop_reply) :Delete unused variable.
aa369b55
MS
3210 (remote_get_trace_status): Delete unused variables.
3211
9e9547e4
MS
3212 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
3213 (thread_from_lwp): Delete unused variable.
3214 (enable_thread_event_reporting): Delete unused variable.
3215 (check_for_thread_db): Delete unused variables.
3216 (thread_db_find_new_threads_2): Delete unused variable.
0407b3f1 3217
9e9547e4
MS
3218 * linux-fork.c (info_checkpoints_command): Delete unused variables.
3219 (checkpoint_command): Delete unused variable.
3220 (linux_fork_context): Delete unused variables.
3221
fa238c03 3222 * linux-nat.c (linux_parent_pid): Delete unused global variable.
75083f7e
MS
3223 (linux_tracefork_child): Delete unused variable.
3224 (linux_child_follow_fork): Delete unused variable.
3225 (linux_nat_detach): Delete unused variable.
3226 (linux_handle_extended_wait): Delete unused variable.
3227 (linux_nat_has_pending_sigint): Delete unused variable.
3228 (linux_nat_find_memory_regions): Delete unused variable.
3229 (linux_nat_make_corefile_notes): Delete unused variables.
3230 (linux_nat_info_proc_cmd): Delete unused variable.
3231 (linux_proc_pending_signals): Delete unused variable.
3232 (linux_nat_stop_lwp): Delete unused variables.
3233 (_initialize_linux_nat): Delete unused variable.
3234
fa238c03 3235 * ser-pipe.c (pipe_ops): Delete unused global variable.
2d148b94 3236
0407b3f1 3237 * linux-record.c (record_linux_system_call):
e0f069a3
MS
3238 Delete unused variables.
3239
789d24f0
MS
3240 * corelow.c (core_xfer_partial): Delete unused variables.
3241
1cd337a5 3242 * solib-svr4.c (find_program_interpreter): Delete unused variable.
0407b3f1 3243 (svr4_solib_create_inferior_hook): Add ifdef around
1cd337a5
MS
3244 conditionally-used variable declarations.
3245
b00e3f56
MS
3246 * solib.c (solib_find): Delete unused variable.
3247 (free_so_symbols): Delete unused variable.
3248 (info_sharedlibrary_command): Delete unused variable.
3249 (reload_shared_libraries_1): Delete unused variable.
3250 (_initialize_solib): Delete unused variable.
3251
90f62196
MS
3252 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
3253 (i386_collect_xstateregset): Delete unused variable.
3254 * i387-tdep.c (i387_print_float_info): Delete unused variable.
3255
75721c66
MS
3256 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
3257 Delete unused variable 'type'.
3258
af33db37
JB
32592010-05-05 Joel Brobecker <brobecker@adacore.com>
3260
90f62196 3261 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
63db82b2
JB
3262 ada-lang.c: Remove comment mentioning these macros.
3263 * m2-exp.y: Delete commented out code.
af33db37 3264
0497f5b0
JB
32652010-05-05 Joel Brobecker <brobecker@adacore.com>
3266
3267 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
3268 for array types.
3269 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
3270
6e39997a
PM
32712010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3272
3273 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
0407b3f1 3274 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6e39997a
PM
3275 ATTRIBUTE_UNUSED.
3276 (cleanup_kernel_helper_return): Likewise.
3277 * arm-tdep.c (copy_unmodified): Likewise.
3278 (copy_preload): Likewise.
3279 (copy_copro_load_store): Likewise.
3280 (cleanup_branch): Likewise.
3281 (copy_b_bl_blx): Likewise.
3282 (copy_bx_blx_reg): Likewise.
3283 (copy_alu_imm): Likewise.
3284 (copy_alu_reg): Likewise.
3285 (copy_alu_shifted_reg): Likewise.
3286 (cleanup_load): Likewise.
3287 (cleanup_store): Likewise.
3288 (cleanup_block_load_pc): Likewise.
3289 (cleanup_svc): Likewise.
3290 (copy_undef): Likewise.
3291 (copy_unpred): Likewise.
3292 * remote.c (register_remote_support_xml): Likewise.
3293
1412f70b
HZ
32942010-05-05 Hui Zhu <teawater@gmail.com>
3295
3296 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
3297
c4f7c687
MK
32982010-05-04 Mark Kettenis <kettenis@gnu.org>
3299
3300 * remote.c (register_remote_support_xml)
3301 (remote_query_supported_append, remote_query_supported): Add cast
3302 to NULL used as sentinel.
3303 * tracepoint.c (tvariables_info_1): Likewise.
3304 * utils.c (add_internal_problem_command): Likewise.
3305
63b4f126
MGD
33062010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3307
3308 * dwarf2loc.c (read_pieced_value, write_pieced_value,
3309 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
3310 registers gracefully.
3311
2f1bdd26
MGD
33122010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3313
0407b3f1 3314 * exec.c (print_section_info): Display entry point without arch
2f1bdd26
MGD
3315 specific parts.
3316
e1c34c5d
PM
33172010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3318
3319 PR exp/11349.
3320 * printcmd.c (x_command): Only dereference once implicitly for
3321 TYPE_CODE_REF.
3322
ae462839
DE
33232010-05-03 Doug Evans <dje@google.com>
3324
3325 * event-loop.c (gdb_timer): Delete unused global.
3326 (create_timer): Update.
3327
1ac77ea1
JK
33282010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
3331 CURRENT->DECLARATION case.
3332 * cp-support.h (struct using_direct): Provide extended comment.
3333
7c54a108
MK
33342010-05-03 Mark Kettenis <kettenis@gnu.org>
3335
3336 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
3337 HPPABSD_SIZEOF_GREGS.
3338 (HPPAOBSD_SIZEOF_FPREGS): New define.
3339 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
3340 (hppaobsd_supply_fpregset): New function.
3341 (hppaobsd_gregset): Renamed from hppabsd_gregset.
3342 (hppaobsd_fpregset): New variable.
3343 (hppaobsd_regset_from_core_section): Handle floating-point registers.
3344 (_initialize_hppabsd_tdep): Remove spurious blank line.
3345
278582cb
PM
33462010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
3347
3348 PR pascal/11349.
3349 * p-valprint.c (pascal_value_print): Always dereference a value with
3350 type code TYPE_CODE_REF.
0407b3f1 3351
f0223081
PA
33522010-05-03 Pedro Alves <pedro@codesourcery.com>
3353
3354 * remote.c (remote_notice_signals): New.
3355 (remote_start_remote): In non-stop mode, update the remote end on
3356 which signals it can silently pass.
3357 (init_remote_ops): Install remote_notice_signals.
3358
c25c4a8b
JK
33592010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3360
3361 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
3362 * command.h (error_no_arg): ... here. Remove NORETURN, change
3363 ATTR_NORETURN to ATTRIBUTE_NORETURN.
3364 * defs.h (NORETURN, ATTR_NORETURN): Remove.
3365 (perror_with_name, verror, error, error_stream, vfatal, fatal)
3366 (internal_verror, internal_error, nomem): Remove NORETURN, change
3367 ATTR_NORETURN to ATTRIBUTE_NORETURN.
3368 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
3369 (throw_vfatal, throw_error): Remove NORETURN.
3370 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
3371 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
3372 (throw_error, deprecated_throw_reason): Remove NORETURN, change
3373 ATTR_NORETURN to ATTRIBUTE_NORETURN.
3374 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
3375 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
3376 NORETURN.
3377 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
3378 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
3379 ATTRIBUTE_NORETURN.
3380 * target.c (tcomplain): Likewise.
3381 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
3382 ATTRIBUTE_NORETURN.
3383 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
3384 (internal_error, perror_with_name, nomem): Remove NORETURN.
3385 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
3386 ATTRIBUTE_NORETURN.
3387
a0b31db1
JK
33882010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3389
3390 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3391 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
3392 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
3393 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3394 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
3395 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3396 * complaints.h (complaint, internal_complaint): Likewise.
3397 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
3398 (ATTR_FORMAT): Remove.
3399 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
3400 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
3401 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
3402 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
3403 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
3404 (internal_error, internal_vwarning, internal_warning, warning)
3405 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3406 * disasm.c (fprintf_disasm): Likewise.
3407 * exceptions.c (throw_it): Likewise.
3408 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
3409 (throw_error): Likewise.
3410 * language.h (type_error, range_error): Likewise.
3411 * linespec.c (cplusplus_error): Likewise.
3412 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
3413 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
3414 * monitor.c (monitor_debug): Likewise.
3415 * parser-defs.h (parser_fprintf): Likewise.
3416 * serial.h (serial_printf): Likewise.
3417 * tui/tui-hooks.c (tui_query_hook): Likewise.
3418 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
3419 (uo_message): Likewise.
3420 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
3421 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
3422 Likewise.
3423 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
3424
02a45ac0
PA
34252010-05-02 Pedro Alves <pedro@codesourcery.com>
3426
3427 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
3428 (cli_table_header, cli_begin, cli_end, cli_field_int)
3429 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
3430 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
3431 Delete forward declarations.
3432 (cli_ui_out_impl): Move below the callbacks.
3433 (_initialize_cli_out): Delete.
3434
1915ef4f
PA
34352010-05-02 Pedro Alves <pedro@codesourcery.com>
3436
3437 * README: Use consistent `GDB' and `GDBserver' spellings.
3438
0dfb946f
JK
34392010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3440
3441 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
3442
4d533103
PA
34432010-05-01 Pedro Alves <pedro@codesourcery.com>
3444
3445 * infrun.c (prepare_for_detach): In non-stop, context switch to
3446 the thread that got the event before handling the event.
3447
705b5767
TT
34482010-04-30 Tom Tromey <tromey@redhat.com>
3449
3450 * symtab.c (symbol_set_names): Fix typo.
3451
3c0ee1a4
PM
34522010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
3453
3454 * python/py-param.c (parm_constants): Avoid ARI warning
3455 by adding ARI comment.
3456 (parmpy_init): Likewise.
3457
ea1fae46
PM
34582010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
3459
3460 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
3461 and created type for re-use.
3462
c24d0242
PM
34632010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
3464
3465 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
3466
a26d8d11
DE
34672010-04-29 Doug Evans <dje@google.com>
3468
3469 * ser-base.h (reschedule): Delete prototype.
3470 * ser-base.c (reschedule): Make static.
3471
f8624c62
MGD
34722010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3473
3474 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
3475 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
0407b3f1 3476 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
f8624c62 3477 EABI.
0407b3f1 3478 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
f8624c62
MGD
3479 use.
3480
e66408ed
PA
34812010-04-29 Pedro Alves <pedro@codesourcery.com>
3482
3483 PR gdb/11557
3484
3485 * regcache.c (registers_changed): Rename to ...
3486 (registers_changed_ptid): ... this, and only delete register cache
3487 entries matching the ptid filter argument.
3488 (registers_changed): Reimplement on top of registers_changed_ptid.
3489 * regcache.h (registers_changed_ptid): Declare.
3490 * target.c (target_resume): Flush register caches.
3491
d7b32ed3 34922010-04-29 Phil Muldoon <pmuldoon@redhat.com>
0407b3f1
AS
3493 Tom Tromey <tromey@redhat.com>
3494 Thiago Jung Bauermann <bauerman@br.ibm.com>
3495
3496 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
3497 (SUBDIR_PYTHON_SRCS): Likewise.
3498 (py-parameter.o): New rule.
3499 * python/py-parameter.c: New file.
3500 * python/python-internal.h (gdbpy_initialize_parameter)
3501 (gdbpy_parameter, gdbpy_parameter_value)
3502 (gdbpy_parse_command_name): Declare.
3503 * python/py-cmd.c (parse_command_name): Rename to
3504 gdbpy_parse_command_name.
3505 (gdbpy_parse_command_name): Accept a starting list parameter and
3506 use over cmdlist.
3507 (cmdpy_init): Use gdbpy_parse_command_name.
3508 * python/python.c (parameter_to_python): Rename to
3509 gdbpy_parameter_to_python. Accept enum var_types and value.
3510 (gdbpy_parameter): Use gdbpy_parameter_value.
3511 (_initialize_python): Call gdbpy_initialize_parameters.
d7b32ed3 3512
ce72ce41
MGD
35132010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3514
3515 * MAINTAINERS: Add myself for write after approval privileges.
3516
6aecb9c2
JB
35172010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3518
3519 D language support.
3520 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
3521 (COMMON_OBS): Add d-lang.o d-valprint.o.
3522 (HFILES_NO_SRCDIR): Add d-lang.h.
3523 * NEWS: Mention D language support.
3524 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
3525 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
3526 * d-lang.c: New file.
3527 * d-lang.h: New file.
3528 * d-valprint.c: New file.
3529 * defs.h (enum language): Add language_d.
3530 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
3531 * language.c (binop_result_type, integral_type, character_type)
3532 (string_type, boolean_type, structured_type): Add language_d.
3533 * symfile.c (init_filename_language_table): Add language_d.
3534 * symtab.c: Include d-lang.h.
3535 (symbol_init_language_specific, symbol_find_demangled_name)
3536 (symbol_natural_name, lookup_symbol_in_language)
3537 (symbol_demangled_name, symbol_matches_domain): Add language_d.
3538
6f992fbf
JB
35392010-04-27 Joel Brobecker <brobecker@adacore.com>
3540
3541 * solib-svr4.c (solib_svr4_r_map): Expand function description.
3542
dde59185
JB
35432010-04-27 Joel Brobecker <brobecker@adacore.com>
3544
3545 * symfile.c (init_filename_language_table): Register .dg files
3546 with language_ada.
3547
d09ce91e
JB
35482010-04-27 Joel Brobecker <brobecker@adacore.com>
3549
3550 * gdbtypes.h (struct main_type): Expand comment about target_type
3551 field.
3552
67f1675e
JB
35532010-04-27 Pedro Alves <pedro@codesourcery.com>
3554 Tristan Gingold <gingold@adacore.com>
02aeec7b
JB
3555
3556 * symfile.c (reread_symbols): Also search for file in libraries.
3557 Update comment.
3558
dfd0fe27
JB
35592010-04-27 Joel Brobecker <brobecker@adacore.com>
3560
3561 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
3562 in terms of configuration.
3563
0133421a
JK
35642010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3565
3566 * objfiles.c: Include solist.h.
3567 (free_all_objfiles): New variable so. Check stale solist objfiles.
3568 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
3569 and no_shared_libraries.
3570
e78f4312
JB
35712010-04-27 Joel Brobecker <brobecker@adacore.com>
3572
3573 ARI warning fix.
3574 * python/py-auto-load.c (source_section_scripts): Remove trailing
3575 new-line in i18n string.
3576
9214d371
DE
35772010-04-26 Doug Evans <dje@google.com>
3578
3579 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
3580
3f172e24
TT
35812010-04-26 Tom Tromey <tromey@redhat.com>
3582
3583 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
3584 command list.
3585
e790e06e
PM
35862010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3587
3588 Removal of config/i386/nm-i386sol2.h native configuration file.
3589 * config/i386/nm-i386sol2.h: Remove file.
3590 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
3591 * config/i386/sol2-64.mh: Idem.
88562582
PM
3592 * config/djgpp/fnchange.lst: Remove reference to that file.
3593 * Makefile.in (HFILES_NO_SRCDIR): Idem.
e790e06e 3594
b7da9e9f
PM
35952010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3596
3597 PR breakpoints/11531.
3598 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
3599 macro definition and related comment.
3600 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
3601 (resume): Remove code and comment related to this macro.
3602
72f6eb52
JK
36032010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
3606 Fix whitespace.
3607
ab38a727
PA
36082010-04-24 Pedro Alves <pedro@codesourcery.com>
3609
3610 * defs.h: Adjust comment.
3611 * filesystem.h, filesystem.c: New files.
3612 * Makefile.in (SFILES): Add filesystem.c.
3613 (COMMON_OBS): Add filesystem.o.
3614 * solib.c (solib_find): Handle DOS-based filesystems. Handle
3615 different target and host path flavours.
3616 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
3617 has_dos_based_file_system on the gdbarch.
3618 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
3619 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
3620 * i386-tdep.c (i386_go32_init_abi): Ditto.
3621 * gdbarch.sh (has_dos_based_file_system): New.
3622 * gdbarch.h, gdbarch.c: Regenerate.
3623 * NEWS: Mention improved support for remote targets with DOS-based
3624 filesystems. Mention new `set/show target-file-system-kind'
3625 commands.
3626
35c9c7ba
SS
36272010-04-23 Stan Shebs <stan@codesourcery.com>
3628
3629 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
3630 comments.
3631 (struct agent_reqs): Remove.
3632 (ax_reg_mask): Declare.
3633 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
3634 (free_agent_expr): Free reg_mask.
3635 (ax_print): Add scope and register mask info.
3636 (ax_reqs): Remove agent_reqs argument, use agent expression
3637 fields, and move part of register mask computation to...
3638 (ax_reg_mask): New function.
3639 * ax-gdb.c (gen_trace_static_fields): Call it.
3640 (gen_traced_pop): Ditto.
3641 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
3642 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
3643 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
3644 (gen_eval_for_expr): Ditto, and require an rvalue.
3645 (agent_command): Call ax_reqs.
3646 (agent_eval_command): Ditto.
3647 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
3648 (validate_action_line): Ditto.
3649 (collect_symbol): Ditto.
3650 (encode_actions_1): Ditto.
3651
492928e4
JK
36522010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
3653 Paul Pluzhnikov <ppluzhnikov@google.com>
3654 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 Fix deadlock on looped list of loaded shared objects.
3657 * solib-svr4.c (LM_PREV): New function.
3658 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
3659 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
3660 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
3661 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
3662
66d09542
DE
36632010-04-23 Doug Evans <dje@google.com>
3664
88a1906b
DE
3665 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
3666 python.
3667 * configure: Regenerate.
3668 * main.c: #include "python/python.h".
3669 (captured_main): Defer loading auto-loaded scripts until after
3670 local_gdbinit has been sourced.
3671 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
3672 (load_auto_scripts_for_objfile): New function.
3673 (auto_load_new_objfile): Call it.
3674 * python/python.h (gdbpy_global_auto_load): Declare.
3675 (load_auto_scripts_for_objfile): Declare.
3676
66d09542
DE
3677 Add support for auto-loading scripts from .debug_gdb_scripts section.
3678 * NEWS: Add entry for .debug_gdb_scripts.
3679 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
3680 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
3681 (py-auto-load.o): New rule.
3682 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
3683 * cli/cli-cmds.h (find_and_open_script): Update prototype.
3684 * python/py-auto-load.c: New file.
3685 * python/python-internal.h: #include <stdio.h>.
3686 (set_python_list, show_python_list): Declare.
3687 (gdbpy_initialize_auto_load): Declare.
3688 (source_python_script_for_objfile): Declare.
3689 * python/python.c: Remove #include of observer.h.
3690 (gdbpy_auto_load): Moved to py-auto-load.c.
3691 (GDBPY_AUTO_FILENAME): Ditto.
3692 (gdbpy_new_objfile): Delete.
3693 (source_python_script_for_objfile): New function.
3694 (set_python_list, show_python_list): Make externally visible.
3695 (_initialize_python): Move "auto-load" command to py-auto-load.c
3696 and observer_attach_new_objfile to py-auto-load.c.
3697
3a48e6ff 36982010-04-23 Jerome Guitton <guitton@adacore.com>
0407b3f1 3699
3a48e6ff
JG
3700 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
3701 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
3702 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
3703 New constants.
3704 (alpha_heuristic_analyze_probing_loop): New function.
3705 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
3706 and handle cases when a stack probe loop is generated.
3707 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
3708 (alpha_mdebug_max_frame_size_exceeded): New function.
3709 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
3710 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
3711 Return 0 when the maximum debuggable frame size has been exceeded.
3712
e4166a49
JB
37132010-04-23 Joel Brobecker <brobecker@adacore.com>
3714
3715 Fix ARI warning.
3716 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
3717
8bd10a10
CM
37182010-04-20 Chris Moller <cmoller@redhat.com>
3719
3720 PR 10179
3721
3722 * symtab.c (rbreak_command): Added code to include a filename
3723 specification in the rbreak argument.
3724 * NEWS: Added a brief description of filename-qualified rbreak.
3725
c0201579
JK
37262010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3727
3728 Fix crashes on dangling display expressions.
3729 * ada-lang.c (ada_operator_check): New function.
3730 (ada_exp_descriptor): Fill-in the field operator_check.
3731 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
3732 * jv-lang.c (exp_descriptor_java): Likewise.
3733 * m2-lang.c (exp_descriptor_modula2): Likewise.
3734 * scm-lang.c (exp_descriptor_scm): Likewise.
3735 * parse.c (exp_descriptor_standard): Likewise.
3736 (operator_check_standard): New function.
3737 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
3738 * parser-defs.h (struct exp_descriptor): New field operator_check.
3739 (operator_check_standard, exp_uses_objfile): New declarations.
3740 * printcmd.c: Remove the inclusion of solib.h.
3741 (display_uses_solib_p): Remove the function.
3742 (clear_dangling_display_expressions): Call lookup_objfile_from_block
3743 and exp_uses_objfile instead of display_uses_solib_p.
3744 * solist.h (struct so_list) <objfile>: New comment.
3745 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
3746 * symtab.h (lookup_objfile_from_block): New declaration.
3747 (struct general_symbol_info) <obj_section>: Extend the comment.
3748
6ffbb7ab
TJB
37492010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3750 Thiago Jung Bauermann <bauerman@br.ibm.com>
3751
3752 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
3753 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
3754 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
3755 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
3756 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
3757 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
3758 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
3759 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
3760 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
3761 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
3762 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
3763 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
3764 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
3765 Define, in case <ptrace.h> doesn't provide it.
3766 (booke_debug_info): New variable.
3767 (max_slots_number): Ditto.
3768 (hw_break_tuple): New struct.
3769 (thread_points): Ditto.
3770 (ppc_threads): New variable.
3771 (PPC_DEBUG_CURRENT_VERSION): New define.
3772 (have_ptrace_new_debug_booke): New function.
3773 (ppc_linux_check_watch_resources): Renamed to ...
3774 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
3775 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
3776 (booke_cmp_hw_point): New function.
3777 (booke_find_thread_points_by_tid): Ditto.
3778 (booke_insert_point): Ditto.
3779 (booke_remove_point): Ditto.
3780 (ppc_linux_insert_hw_breakpoint): Ditto.
3781 (ppc_linux_remove_hw_breakpoint): Ditto.
3782 (get_trigger_type): Ditto.
3783 (ppc_linux_insert_watchpoint): Handle BookE processors.
3784 (ppc_linux_remove_watchpoint): Ditto.
3785 (ppc_linux_new_thread): Ditto.
3786 (ppc_linux_thread_exit): New function..
3787 (ppc_linux_stopped_data_address): Handle BookE processors.
3788 (ppc_linux_watchpoint_addr_within_range): Ditto.
3789 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
3790 to_remove_hw_breakpoint fields of the target operations struct.
3791 Add observe for the thread_exit event.
3792
be0d2954
L
37932010-04-22 H.J. Lu <hongjiu.lu@intel.com>
3794
3795 * i386-linux-nat.c (regmap): Removed.
3796 (fetch_register): Replace regmap with
3797 i386_linux_gregset_reg_offset.
3798 (store_register): Likewise.
3799 (supply_gregset): Likewise.
3800 (fill_gregset): Likewise.
3801
3802 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
3803 global.
3804
3805 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
3806
f56dcb88
CM
38072010-04-22 Chris Moller <cmoller@redhat.com>
3808
3809 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
758afad7
L
3810 method of popping recursion-detection stack with a method based on
3811 obstack_object_size(). (Similar to the PR9167 patch below, but for
f56dcb88
CM
3812 the static array obstack rather than the static member obstack.)
3813
6cd6a2ae
L
38142010-04-22 H.J. Lu <hongjiu.lu@intel.com>
3815
3816 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
3817 (_initialize_amd64_linux_nat): Replace
3818 amd64_linux_gregset64_reg_offset with
3819 amd64_linux_gregset_reg_offset.
3820
3821 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
3822 global.
3823
3824 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
3825
621791b8
PM
38262010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3827
3828 PR stabs/11479.
3829 * stabsread.c (set_length_in_type_chain): New function.
3830 (read_struct_type): Call set_length_in_type_chain function.
3831 (read_enum_type): Idem.
3832
105c2d85
SS
38332010-04-21 Stan Shebs <stan@codesourcery.com>
3834 Nathan Sidwell <nathan@codesourcery.com>
3835
3836 * tracepoint.c (trace_save): Open in binary mode.
3837
9a22f0d0
PM
38382010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3839
3840 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
3841 fields.
0407b3f1 3842 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
9a22f0d0
PM
3843 builtin_char32 fields.
3844 * printcmd.c (decode_format): Set char size to '\0'
3845 for strings unless explicit size is given.
3846 (print_formatted): Correct calculation of NEXT_ADDRESS
3847 for 16 or 32 bit strings.
3848 (do_examine): Do not force byte size for strings.
3849 Use builtin_char16 and builtin_char32 types to display
0407b3f1 3850 16 or 32 bit-wide strings.
9a22f0d0
PM
3851 (x_command): Set LAST_SIZE to 'b' for string type.
3852
f335d1b3
L
38532010-04-21 H.J. Lu <hongjiu.lu@intel.com>
3854
3855 PR corefiles/11523
3856 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
3857 XCR0 first.
3858
3859 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
3860 there is no .reg-xstate section.
3861 (i386_linux_core_read_description): Check XCR0 first.
3862
a9789a6b
MF
38632010-04-21 Mike Frysinger <vapier@gentoo.org>
3864
3865 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
3866 for len <= 8.
3867
0b66f317
CM
38682010-04-21 Chris Moller <cmoller@redhat.com>
3869
3870 PR 9167
3871 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
32d7376d
L
3872 method of popping recursion-detection stack with a method based on
3873 obstack_object_size().
0b66f317 3874
6e354e5e
PM
38752010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3876
3877 PR pascal/11492.
3878 * p-valprint.c (pascal_val_print): Fix default printing of integer
3879 arrays.
3880
57174f31
PM
38812010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3882
3883 Fix compilation warning on gcc-4.1.2.
3884 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
3885 local variable`pc' to zero.
3886
6fbc7cd8
JB
38872010-04-20 Joel Brobecker <brobecker@adacore.com>
3888
3889 Implement thread support with core files on alpha-tru64.
3890 * dec-thread.c (dec_thread_find_new_threads): New function,
3891 extracted from resync_thread_list.
3892 (resync_thread_list): Add OPS parameter. Replace extracted-out
3893 code by call to dec_thread_find_new_threads.
3894 (dec_thread_wait): Update call to resync_thread_list.
3895 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
3896
438c98a1
JB
38972010-04-20 Joel Brobecker <brobecker@adacore.com>
3898
3899 * ada-lang.c (value_pointer): New function.
3900 (make_array_descriptor): Call value_pointer to convert addresses to
3901 pointers.
3902
2971b56b
JB
39032010-04-20 Joel Brobecker <brobecker@adacore.com>
3904
3905 * rs6000-aix-tdep.c: #include exceptions.h.
3906 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
3907 while reading the memory at ADDR, then ADDR cannot be a function
3908 descriptor.
3909
be942545
JB
39102010-04-20 Joel Brobecker <brobecker@adacore.com>
3911
3912 * ada-typeprint.c (ada_print_typedef): New function.
3913 * ada-lang.h (ada_print_typedef): Add declaration.
3914 * ada-lang.c (ada_language_defn): set la_print_typdef field
3915 to ada_print_typedef.
3916
1ca8fce0
JB
39172010-04-20 Joel Brobecker <brobecker@adacore.com>
3918
3919 * procfs.c (procfs_address_to_host_pointer): Only define when used.
3920
e9ef4f39
JB
39212010-04-20 Joel Brobecker <brobecker@adacore.com>
3922
3923 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
3924 (iterate_over_mappings): Adjust function profile. Add declaration.
3925 (insert_dbx_link_bpt_in_region, info_mappings_callback):
3926 Adjust accordingly.
3927
e294797a
JB
39282010-04-20 Joel Brobecker <brobecker@adacore.com>
3929
3930 * procfs.c (solib_mappings_callback): Move function up to avoid
3931 a compiler warning.
3932
a223f1e7
JB
39332010-04-20 Joel Brobecker <brobecker@adacore.com>
3934
3935 * procfs.c (find_signalled_thread, find_stop_signal): Move
3936 these functions down to define them only when used.
3937
0c3acc09
JB
39382010-04-20 Joel Brobecker <brobecker@adacore.com>
3939
3940 * valprint.c (common_val_print): Fix the value before extracting
3941 its contents.
3942 * ada-lang.c (ada_to_fixed_value): Make this function extern.
3943 * ada-lang.h (ada_to_fixed_value): New function declaration.
3944 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
3945 to avoid code duplication and fix a bug in the handling of
3946 fixed types contents.
3947
31ef98ae
TT
39482010-04-20 Tom Tromey <tromey@redhat.com>
3949
3950 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
3951 (read_partial_die): Likewise.
3952 (dwarf_attr_name): Likewise.
3953
ec31cde5 39542010-04-20 Chris Moller <cmoller@redhat.com>
0407b3f1 3955
ec31cde5
CM
3956 PR 10867
3957
3958 * cp-valprint.c (global): Adding new static array recursion
3959 detection obstack.
3960 (cp_print_value_fields, cp_print_static_field): Added new static
3961 array recursion detection code.
3962
e0e0e543
MK
39632010-04-20 Mark Kettenis <kettenis@gnu.org>
3964
3965 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
3966 general-purpose register set should be 68 instead of 144.
3967 (i386_linux_sse_regset_sections): Likewise.
3968 (i386_linux_avx_regset_sections): Likewise.
3969
08922a10
SS
39702010-04-20 Stan Shebs <stan@codesourcery.com>
3971 Nathan Sidwell <nathan@codesourcery.com>
3972
3973 * dwarf2loc.c (struct axs_var_loc): New struct.
3974 (dwarf2_tracepoint_var_loc): New function.
3975 (dwarf2_tracepoint_var_access): New function.
3976 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
3977 with DW_OP_piece.
3978 (locexpr_describe_location_piece): New function.
3979 (locexpr_describe_location_1): New function.
3980 (locexpr_describe_location): Call it, update signature.
3981 (loclist_describe_location): Rewrite to loop over locations,
3982 update signature.
3983 * symtab.h (struct symbol_computed_ops): Add address to
3984 describe_location arguments, return void.
3985 * printcmd.c (address_info): Get context PC, pass to computed
3986 location description.
3987 * tracepoint.c (scope_info): Ditto.
3988 * ax-gdb.c (trace_kludge): Export.
3989
2dc7f7b3
TT
39902010-04-20 Tom Tromey <tromey@redhat.com>
3991
3992 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
3993 (struct dwarf2_cie) <segment_size>: New field.
3994 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
3995 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
3996 DW_FORM_exprloc.
3997 (read_attribute_value): Handle DW_FORM_flag_present,
3998 DW_FORM_sec_offset, DW_FORM_exprloc.
3999 (dump_die_shallow): Likewise.
4000 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
4001 (dwarf2_const_value): Handle DW_FORM_exprloc.
4002 (attr_form_is_block): Likewise.
4003 (struct line_header) <maximum_ops_per_instruction>: New field.
4004 (dwarf_decode_line_header): Set new field.
4005 (dwarf_decode_lines): Handle new field.
4006
ce4b0682
SDJ
40072010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4008
4009 * f-exp.y: Add new production to recognize the `logical*8' type.
4010 (LOGICAL_S8_KEYWORD): New token.
4011 * f-lang.c (enum f_primitive_types)
4012 <f_primitive_type_logical_s8>: New field.
4013 (f_language_arch_info): Handling `logical*8' type.
4014 (build_fortran_types): Building `logical*8' type.
4015 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
4016
ff9f22f1
DE
40172010-04-19 Doug Evans <dje@google.com>
4018
4019 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
4020 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
4021 (pipe_close): Ditto.
4022
437125bd
PM
40232010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4024
4025 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
4026
e8e6c82e
PM
40272010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4028
4029 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
4030 type to void function.
4031
4136fdd2
SS
40322010-04-19 Stan Shebs <stan@codesourcery.com>
4033 Vladimir Prus <vladimir@codesourcery.com>
4034
4035 * tracepoint.c (tfind_1): Add missing newline, report exit from
4036 tfind mode as such.
4037 * target.c (update_current_target): Make default
4038 to_trace_find return -1.
4039
0c4b2e63
MF
40402010-04-19 Mike Frysinger <vapier@gentoo.org>
4041
4042 * objc-lang.c (find_methods): Move symname check up.
4043
78076abc
PA
40442010-04-19 Pedro Alves <pedro@codesourcery.com>
4045
4046 * ada-lang.c (print_recreate_exception)
4047 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
4048 not "catch unhandled".
4049
6149aea9
PA
40502010-04-19 Pedro Alves <pedro@codesourcery.com>
4051
4052 PR breakpoints/8554.
4053
4054 Implement `save-breakpoints'.
4055
4056 * breakpoint.c (save_cmdlist): New.
4057 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
4058 to save_cmdlist.
4059 (print_recreate_catch_fork): New.
4060 (catch_fork_breakpoint_ops): Install it.
4061 (print_recreate_catch_vfork): New.
4062 (catch_vfork_breakpoint_ops): Install it.
4063 (print_recreate_catch_syscall): New.
4064 (catch_syscall_breakpoint_ops): Install it.
4065 (print_recreate_catch_exec): New.
4066 (catch_exec_breakpoint_ops): Install it.
4067 (print_recreate_exception_catchpoint): New.
4068 (gnu_v3_exception_catchpoint_ops): Install it.
4069 (save_breakpoints): New, based on tracepoint_save_command, but
4070 handle all breakpoint types.
4071 (save_breakpoints_command): New.
4072 (tracepoint_save_command): Rename to...
4073 (save_tracepoints_command): ... this, and reimplement using
4074 save_breakpoints.
4075 (save_command): New.
4076 (_initialize_breakpoints): Install the "save" command prefix.
4077 Install the "save breakpoints" command. Make "save-tracepoints" a
4078 deprecated alias for "save tracepoints".
4079 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
4080 * ada-lang.c (print_recreate_exception): New.
4081 (print_recreate_catch_exception): New.
4082 (catch_exception_breakpoint_ops): Install it.
4083 (print_recreate_catch_exception_unhandled): New.
4084 (catch_exception_unhandled_breakpoint_ops): Install it.
4085 (print_recreate_catch_assert): New.
4086 (catch_assert_breakpoint_ops): Install it.
4087
4088 * NEWS: Mention the new `save breakpoints' command. Mention the
4089 new `save tracepoints' alias and that `save-tracepoints' is now
4090 deprecated.
4091
0a8fce9a
PA
40922010-04-18 Pedro Alves <pedro@codesourcery.com>
4093
4094 PR tui/9217
4095
4096 * tui/tui-out.c: Include cli-out.h.
4097 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
4098 (tui_begin, tui_end, tui_field_int, tui_field_skip)
4099 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
4100 (tui_message, tui_wrap_hint, tui_flush): Delete forward
4101 declarations.
4102 (struct ui_out_data): Rename to...
4103 (struct tui_ui_out_data): ... this. Remove `stream' and
4104 `suppress_output' fields, and inherit cli_ui_out_data.
4105 (tui_out_data): New typedef.
4106 (tui_ui_out_impl): Don't initialize fields staticaly.
4107 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
4108 (tui_begin, tui_end): Delete.
4109 (tui_field_int): Adjust to delegate most work to the base type.
4110 (tui_field_skip): Delete.
4111 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
4112 delegate most work to the base type.
4113 (tui_spaces): Delete.
4114 (tui_text): Adjust to delegate most work to the base type.
4115 (tui_message): Delete.
4116 (tui_wrap_hint): Delete.
4117 (tui_flush): Delete.
4118 (out_field_fmt): Delete.
4119 (field_separator): Delete.
4120 (tui_out_new): Adjust to initialize the base type.
4121 (_initialize_tui_out): Initialize tui_ui_out_impl.
4122 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
4123 cli_ui_out_data.
4124 (cli_out_data): Adjust.
4125 (cli_ui_out_impl): Make extern.
4126 (cli_table_header, cli_field_int, cli_field_skip): Use
4127 uo_field_string instead of cli_field_string.
4128 (cli_redirect): Adjust to use cli_out_data.
4129 (cli_out_data_ctor): New.
4130 (cli_out_new): Use it.
4131 * cli-out.h (struct ui_file): Remove forward declaration.
4132 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
4133 (cli_ui_out_impl): Declare.
4134 (cli_out_data_ctor): Declare.
4135 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
4136 (uo_field_string): No longer static.
4137 (ui_out_data): Change return type to void pointer.
4138 (ui_out_new): Change `data' parameter type to void pointer.
4139 * ui-out.h (struct ui_out_data): Don't forward declare.
4140 (ui_out_data): Change return type to void pointer.
4141 (ui_out_new): Change `data' parameter type to void pointer.
4142 (uo_field_string): Declare.
4143
172240dd
PA
41442010-04-17 Pedro Alves <pedro@codesourcery.com>
4145
4146 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
4147 instead of always false.
4148
ed41462c
L
41492010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4150
4151 PR corefiles/11511
4152 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
4153 orig_rax.
4154
cc60f2e3
PA
41552010-04-17 Pedro Alves <pedro@codesourcery.com>
4156
4157 * breakpoint.c (watchpoints_triggered): Use
4158 is_hardware_watchpoint.
4159 (watchpoints_triggered): Ditto.
4160 (bpstat_check_location): Use is_watchpoint and
4161 is_hardware_watchpoint.
4162 (bpstat_check_watchpoint): Use is_watchpoint and
4163 is_hardware_watchpoint.
4164 (bpstat_stop_status): Fix comment.
4165 (user_settable_breakpoint): Use is_watchpoint.
4166 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
4167 (disable_watchpoints_before_interactive_call_start): Use
4168 is_watchpoint.
4169 (enable_watchpoints_after_interactive_call_stop): Use
4170 is_watchpoint.
4171 (clear_command): Use is_watchpoint.
4172 (do_enable_breakpoint): Use is_watchpoint.
4173
cb7db0f2
MF
41742010-04-16 Mike Frysinger <vapier@gentoo.org>
4175
4176 * solib-frv.c (enable_break1_done): Delete.
4177 (enable_break2): Do not check enable_break1_done. Move the
4178 enable_break2_done setting and call to
4179 remove_solib_event_breakpoints() to the end. Return without
4180 warning when the contents of _dl_debug_addr are 0.
4181 (enable_break): Do not set enable_break1_done.
4182 (frv_clear_solib): Likewise.
4183
d77b48cf
KB
41842010-04-16 Kevin Buettner <kevinb@redhat.com>
4185
4186 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
4187 instead of an error if no PLT entry is found. Return a
4188 potentially useful result.
4189 (m32c_m16c_pointer_to_address): Add code to search for function
4190 address when no .plt entry is found.
4191
f90824dc
SS
41922010-04-16 Stan Shebs <stan@codesourcery.com>
4193
4194 * tracepoint.c (trace_variable_command): Run a cleanup.
4195
9b79b476
PM
41962010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4197
4198 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
4199
711e434b
PM
42002010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4201
4202 Support for Windows OS Thread Information Block.
4203 * NEWS: Document new feature.
4204 * remote.c (PACKET_qGetTIBAddr): New enum element.
4205 (remote_get_tib_address): New function.
4206 (init_remote_ops): Set to_get_tib_address field
4207 to remote_get_tib_address.
4208 (_initialize_remote): Add add_packet_config_cmd
4209 for PACKET_qGetTIBAddr.
4210 * target.c (update_current_target): Set default value for
4211 new to_get_tib_address field.
4212 * target.h (target_ops): New field to_get_tib_address.
4213 (target_get_tib_address): New macro.
4214 * windows-nat.c (thread_info): Add thread_local_base field.
4215 (windows_add_thread): Add tlb argument of type 'void *'.
4216 (fake_create_process): Adapt windows_add_thread call.
4217 (get_windows_debug_event): Idem.
4218 (windows_get_tib_address): New function.
4219 (init_windows_ops): Set to_get_tib_address field
4220 to remote_get_tib_address.
4221 (_initialize_windows_nat): Replace info_w32_cmdlist
4222 initialization by a call to init_w32_command_list.
4223 (info_w32_command, info_w32_cmdlist): Removed from here...
4224 to windows-tdep.c file.
4225 * windows-tdep.h (info_w32_cmdlist): Declare.
0407b3f1 4226 (init_w32_command_list): New external function
711e434b
PM
4227 declaration.
4228 * windows-tdep.c: Add several headers.
4229 (info_w32_cmdlist): to here, made global.
4230 (thread_information_32): New struct.
4231 (thread_information_64): New struct.
4232 (TIB_NAME): New char array.
4233 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
4234 (maint_display_all_tib): New static variable.
4235 (windows_get_tlb_type): New function.
4236 (tlb_value_read, tlb_value_write): New functions.
4237 (tlb_value_funcs): New static struct.
4238 (tlb_make_value): New function.
4239 (display_one_tib): New function.
4240 (display_tib): New function.
4241 (show_maint_show_all_tib):New function.
4242 (info_w32_command): Moved from windows-nat.c.
4243 (init_w32_command_list): New function.
4244 (_initialize_windows_tdep): New function.
4245 New "maint set/show show-all-tib" command
4246 New "$_tlb" internal variable.
4247
cae3f17b
JB
42482010-04-16 Joel Brobecker <brobecker@adacore.com>
4249
4250 * tui/tui-regs.c (tui_display_register): Add comment about
4251 a couple of casts.
4252 * tui/tui-stack.c (tui_show_locator_content): Ditto.
4253
2ce6d6bf
SS
42542010-04-15 Stan Shebs <stan@codesourcery.com>
4255
4256 * frame.c: Include tracepoint.h.
4257 (get_current_frame): Allow a trace frame to be an alternate source
4258 of stack frame data.
4259 * tracepoint.c (tfind_1): Don't try to get current stack frame if
4260 it won't succeed.
4261
7e559477
PA
42622010-04-15 Pedro Alves <pedro@codesourcery.com>
4263
4264 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
4265 flags.
4266 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
4267
3f7b2faa
DE
42682010-04-15 Doug Evans <dje@google.com>
4269
fa33c3cd
DE
4270 * NEWS: Add entry for python program space support.
4271 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
4272 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
4273 (py-progspace.o): New rule.
4274 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
4275 function.
4276 (find_pretty_printer_from_progspace): New function.
4277 (find_pretty_printer_from_gdb): New function.
4278 (find_pretty_printer): Rewrite.
4279 * python/py-progspace.c: New file.
4280 * python/python-internal.h (program_space): Add forward decl.
4281 (pspace_to_pspace_object, pspy_get_printers): Declare.
4282 (gdbpy_initialize_pspace): Declare.
4283 * python/python.c: #include "progspace.h".
4284 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
4285 (_initialize_python): Call gdbpy_initialize_pspace.
4286 (GdbMethods): Add current_progspace, progspaces.
4287
3f7b2faa
DE
4288 Add -s option to source command.
4289 * NEWS: Document new option.
4290 * cli/cli-cmds.c (find_and_open_script): Add function comment.
4291 Delete from_tty and cleanupp args. Split filep arg into file and
4292 full_pathp. New arg search_path.
4293 (source_script_from_stream): New function.
4294 (source_script_with_search): New function.
4295 (source_script): Rewrite.
4296 (source_command): Parse "-s" option.
4297 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
4298 * python/python.c (source_python_script): Make file arg a const char *.
4299 Don't call fclose, leave for caller.
4300 * python/python.h (source_python_script): Update.
4301
a86988f2
PA
43022010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4303 Pedro Alves <pedro@codesourcery.com>
4304
4305 Avoid rereading shared libraries that haven't changed.
4306
4307 * solib.c (free_so_symbols): New function, from ...
4308 (free_so): ... here. Call it.
4309 (solib_read_symbols): Don't warn here if symbols have already been
4310 loaded.
4311 (solib_add): Warn here instead, if a pattern was specified.
4312 (reload_shared_libraries_1): New.
4313 (reload_shared_libraries): Rewrite to not fetch the library list.
4314
e6d9b9c2
DE
43152010-04-14 Doug Evans <dje@google.com>
4316
589390d6 4317 * source.c (openp): Strip DOS drive letter if present before
e6d9b9c2
DE
4318 concatenating string to search path.
4319
516ba659
PA
43202010-04-14 Pedro Alves <pedro@codesourcery.com>
4321
4322 * objfiles.h (gdb_bfd_close_or_warn): Declare.
4323 * objfiles.c (gdb_bfd_close_or_warn): New.
4324 * corelow.c: Include objfiles.h
4325 (core_close): Use gdb_bfd_close_or_warn.
4326 * elfread.c (build_id_verify): Ditto.
4327 * exec.c (exec_close, exec_close_1): Ditto.
4328
048d532d
PA
43292010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4330 Pedro Alves <pedro@codesourcery.com>
4331
4332 Group errors for many missing shared libraries.
4333
4334 * solist.h (struct so_list): Remove from_tty.
4335 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
4336 (solib_map_sections): Take so_list argument. Return 0 if we
4337 failed to open a BFD. Add target sections here.
4338 (symbol_add_stub): Delete.
4339 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
4340 not from_tty copied from the so_list. Don't warn a second time
4341 for a missing library.
4342 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
4343 add to the section table here. Print out a single warning for all
4344 missing libraries.
4345 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
4346 flags.
4347
044c0f87
PM
43482010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4349
4350 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
4351 error/warning messages. Capitalize and use complete sentences.
4352 (blpy_block_syms_iternext): Likewise.
4353 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
4354 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
4355 (frame_info_to_frame_object, frapy_read_var)
4356 (gdbpy_frame_stop_reason_string): Likewise.
4357 * python/py-lazy-string.c (stpy_convert_to_value)
4358 (gdbpy_create_lazy_string_object): Likewise.
4359 * python/py-objfile.c (objfpy_set_printers): Likewise.
4360 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
4361 * python/python.c (parameter_to_python): Likewise.
4362 * python/py-type.c (typy_range, typy_target): Likewise.
4363 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
4364 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
4365
4366
79f283fe
PM
43672010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4368
4369 PR python/11381
4370
4371 * python/py-prettyprint.c (pretty_print_one_value): Test for
4372 Py_None.
4373 (print_string_repr): Test for Py_None. Set flags accordingly.
4374 Return value depending on return type.
4375 (print_children): Take a value indicating whether data was printed
4376 before this function was called. Alter output accordingly.
4377 (apply_val_pretty_printer): Capture return value from
4378 print_string_repr and pass to print_children.
4379
4ac5d44e
MK
43802010-04-13 Mark Kettenis <kettenis@gnu.org>
4381
e1caee70 4382 PR corefiles/11481
4ac5d44e
MK
4383 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
4384 register note sections.
4385 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
4386 New variables.
4387 (i386_linux_init_abi): Install list of supported register note
4388 sections that matches the target description.
4389
ad91cd99
PA
43902010-04-13 Pedro Alves <pedro@codesourcery.com>
4391
4392 * remote.c (remote_get_noisy_reply): Don't error out on empty
4393 replies.
4394 (remote_start_remote): Update and merge tracepoints and trace
4395 state variables as long as the target supports tracepoints.
4396 (remote_trace_init): Fix prototype.
4397 (remote_download_trace_state_variable): Validate reply.
4398 (remote_trace_set_readonly_regions): Fix prototype.
4399 (remote_trace_start): Fix prototype. Check for empty reply.
4400 (remote_get_trace_status): Small cleanup.
4401 (remote_trace_stop): Fix prototype. Check for empty reply.
4402 (remote_trace_find): Check for empty reply.
4403 (remote_save_trace_data): Validate reply.
4404 (remote_set_disconnected_tracing): Check for empty reply, and
4405 validate reply.
4406 (remote_set_circular_trace_buffer): Ditto.
4407
ae3bccd4
PM
44082010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
4409
4410 Suppress unused value warning during compilation.
4411 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
4412 calls to void.
4413 * tui/tui-stack.c (tui_show_locator_content): Likewise.
4414
523136f2
SS
44152010-04-12 Stan Shebs <stan@codesourcery.com>
4416
4417 * tracepoint.c (tfile_xfer_partial): Check read result.
4418
0d18d720
MF
44192010-04-12 Mike Frysinger <vapier@gentoo.org>
4420
4421 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
4422 * remote-sim.c (gdbsim_files_info): Likewise.
4423
3b273a55
RE
44242010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4425
4426 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
4427 * arm-linux-nat.c (arm_linux_vfp_register_count): New
4428 variable.
4429 (fetch_vfp_registers): New function to fetch VFP registers.
4430 (store_vfp_registers): New function to store VFP registers.
4431 (arm_linux_fetch_inferior_registers): Add support for VFP
4432 registers.
4433 (arm_linux_store_inferior_registers): Likewise.
4434 (arm_linux_read_description): Likewise.
4435 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
4436 until we need it.
4437
778c7095
L
44382010-04-11 H.J. Lu <hongjiu.lu@intel.com>
4439
4440 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
4441 tdep.
4442 (amd64_collect_xstateregset): Likewise.
4443
2114d44c
SS
44442010-04-09 Stan Shebs <stan@codesourcery.com>
4445
87290684
SS
4446 * tracepoint.c (trace_status_mi): Report frames created.
4447
2114d44c
SS
4448 * tracepoint.c (trace_dump_command): Include default-collect
4449 expressions.
4450
86da934b
UW
44512010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
4452
4453 * symtab.c (find_function_start_sal): Never return SAL pointing
4454 before function start address, even if line info is missing.
4455
2d6e647a 44562010-04-09 Pedro Alves <pedro@codesourcery.com>
d337e9f0
PA
4457
4458 * NEWS: Mention tracepoints support.
4459
a97153c7
PA
44602010-04-09 Pedro Alves <pedro@codesourcery.com>
4461
4462 * tracepoint.c (trace_status_mi): Report disconnected tracing and
4463 circular trace buffer statuses.
4464
7a66d603
JK
44652010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4466
4467 * config/djgpp/fnchange.lst: Fix typo in translations for
4468 symbol-without-target_section.exp and symbol-without-target_section.c.
4469
2566ad2d
PA
44702010-04-09 Pedro Alves <pedro@codesourcery.com>
4471
4472 * breakpoint.c (condition_command): Pass condition expression to
4473 set_breakpoint_condition stripped from breakpoint number.
4474
adc36818
PM
44752010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4476 Thiago Jung Bauermann <bauerman@br.ibm.com>
2566ad2d 4477 Tom Tromey <tromey@redhat.com>
adc36818
PM
4478
4479 * breakpoint.c (condition_command): Simplify. Move condition
4480 setting code to ...
4481 (set_breakpoint_condition): ... here. New function.
4482 * breakpoint.h (set_breakpoint_condition): Declare.
4483 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
4484 (SUBDIR_PYTHON_SRCS): Likewise.
4485 (py-breakpoint.o): New rule.
4486 * python/py-breakpoint.c: New file.
4487 * python/python-internal.h (gdbpy_breakpoints)
4488 (gdbpy_initialize_breakpoints): Declare.
4489 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
4490
219f2f23
PA
44912010-04-09 Pedro Alves <pedro@codesourcery.com>
4492
4493 * regformats/regdat.sh: Include server.h. Don't include
4494 regcache.h.
4495
33da3f1c
SS
44962010-04-08 Stan Shebs <stan@codesourcery.com>
4497 Pedro Alves <pedro@codesourcery.com>
4498
4499 * tracepoint.h (struct trace_status): New fields disconnected_tracing
4500 and circular_buffer.
4501 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
4502 * tracepoint.c (trace_status_command): Display target's status for
4503 disconnected tracing and circular buffer.
4504 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
4505 query for non-disconnected-tracing case, remove the stop_tracing
4506 call.
4507 (tfile_open): Clear disconnected and circular buffer status.
4508 (trace_save): Save disconnected and circular buffer status.
4509 (parse_trace_status): Parse disconnected and circular buffer status,
4510 also recognize disconnected as a stop reason.
4511 * remote.c (remote_set_disconnected_tracing): Only set
4512 QTDisconnected if the remote end supports disconnected tracing.
4513 Warn otherwise, if trying to enable disconnected tracing.
4514 * infcmd.c (detach_command): Update disconnect_tracing call.
4515 * cli/cli-cmds.c (quit_command): Ditto.
4516
4e4d8374
L
45172010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4518
4519 * i387-tdep.c (i387_collect_xsave): Replace abort with
4520 internal_error.
4521
ad443146
SS
45222010-04-08 Stan Shebs <stan@codesourcery.com>
4523
4524 * breakpoint.c (default_collect_info): New function.
4525 (breakpoints_info): Call it.
4526 (maintenance_info_breakpoints): Ditto.
4527 (tracepoints_info): Ditto.
4528
40936b0d
L
45292010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4530
4531 * i387-tdep.c (i387_collect_xsave): Re-indent.
4532
3a13a53b
L
45332010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4534
4535 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
4536 if HAVE_PTRACE_GETFPXREGS is defined.
4537 (i386_linux_read_description): Set have_ptrace_getfpxregs and
4538 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
4539
4540 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
4541 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
4542 if .reg-xfp section doesn't exist.
4543 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
4544
4545 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
4546
4547 * i386-tdep.c: Include "features/i386/i386-mmx.c".
4548 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
4549 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
4550 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
4551 (i386_gdbarch_init): Update comments.
4552 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
4553
4554 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
4555
4556 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
4557
4558 * features/Makefile (i386/i386-mmx-expedite): New.
4559 (i386/i386-mmx-linux-expedite): Likewise.
4560 ($(outdir)/i386/i386-mmx.dat): Likewise.
4561 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
4562
4563 * features/i386/i386-mmx-linux.c: New.
4564 * features/i386/i386-mmx-linux.xml: Likewise.
4565 * features/i386/i386-mmx.c: Likewise.
4566 * features/i386/i386-mmx.xml: Likewise.
4567 * regformats/i386/i386-mmx-linux.dat: Likewise.
4568 * regformats/i386/i386-mmx.dat: Likewise.
4569
4570 * features/Makefile (WHICH): Add i386/i386-mmx and
4571 i386/i386-mmx-linux.
4572
08001717
DE
45732010-04-08 Doug Evans <dje@google.com>
4574
4575 * source.c (openp): Skip $cdir in PATH.
4576
fff5cc64
PM
45772010-04-08 Phil Muldoon <pmuldoon@redhat.com>
4578
4579 PR python/11417
fff5cc64 4580 * python/py-lazy-string.c (stpy_convert_to_value): Check for
3a13a53b
L
4581 a NULL address.
4582 (gdbpy_create_lazy_string_object): Allow strings with a NULL
4583 address and a zero length.
fff5cc64 4584
f8c4f480
HZ
45852010-04-08 Hui Zhu <teawater@gmail.com>
4586
4587 * i386-tdep.c (i386_process_record): Add support for insn
4588 rdtsc.
4589
eb5cda86
DE
45902010-04-07 Doug Evans <dje@google.com>
4591
4592 * python/python.c (source_python_script): Use ensure_python_env
4593 to prepare environment for script.
4594
a055a187
L
45952010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4596
4597 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
4598 <sys/uio.h> and "i386-xstate.h".
4599 (PTRACE_GETREGSET): New.
4600 (PTRACE_SETREGSET): Likewise.
4601 (have_ptrace_getregset): Likewise.
4602 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
4603 registers.
4604 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
4605 registers.
4606 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
4607 (amd64_linux_store_inferior_registers): Likewise.
4608 (amd64_linux_read_description): Check and enable AVX target
4609 descriptions.
4610
4611 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
4612 and "features/i386/amd64-avx-linux.c".
4613 (amd64_linux_regset_sections): New.
4614 (amd64_linux_core_read_description): Check and enable AVX
4615 target description.
4616 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
4617 set_gdbarch_core_regset_sections.
4618 (_initialize_amd64_linux_tdep): Call
4619 initialize_tdesc_amd64_avx_linux.
4620
4621 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
4622 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
4623 (tdesc_amd64_avx_linux): New.
4624 (amd64_linux_update_xstateregset): Likewise.
4625
4626 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
4627 (amd64_ymm_names): New.
4628 (amd64_ymmh_names): Likewise.
4629 (amd64_register_name): Likewise.
4630 (amd64_supply_xstateregset): Likewise.
4631 (amd64_collect_xstateregset): Likewise.
4632 (amd64_supply_xsave): Likewise.
4633 (amd64_collect_xsave): Likewise.
4634 (AMD64_NUM_REGS): Removed.
4635 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
4636 %xmmN if AVX is available.
4637 (amd64_pseudo_register_name): Support pseudo YMM registers.
4638 (amd64_regset_from_core_section): Support .reg-xstate section.
4639 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
4640 and ymm0h_regnum. Call set_gdbarch_register_name.
4641 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
4642
4643 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
4644 AMD64_YMM15H_REGNUM.
4645 (AMD64_NUM_REGS): New.
4646 (amd64_supply_xsave): Likewise.
4647 (amd64_collect_xsave): Likewise.
4648 (amd64_register_name): Removed.
4649 (amd64_register_type): Likewise.
4650
31aeac78
L
46512010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4652
4653 * i387-tdep.c: Include "i386-xstate.h".
4654 (XSAVE_XSTATE_BV_ADDR): New.
4655 (xsave_avxh_offset): Likewise.
4656 (XSAVE_AVXH_ADDR): Likewise.
4657 (i387_supply_xsave): Likewise.
4658 (i387_collect_xsave): Likewise.
4659
4660 * i387-tdep.h (I387_NUM_YMM_REGS): New.
4661 (I387_YMM0H_REGNUM): Likewise.
4662 (I387_YMMENDH_REGNUM): Likewise.
4663 (i387_supply_xsave): Likewise.
4664 (i387_collect_xsave): Likewise.
4665
c131fcee
L
46662010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4667
4668 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
4669 <sys/uio.h> and "i386-xstate.h".
4670 (PTRACE_GETREGSET): New.
4671 (PTRACE_SETREGSET): Likewise.
4672 (fetch_xstateregs): Likewise.
4673 (store_xstateregs): Likewise.
4674 (GETXSTATEREGS_SUPPLIES): Likewise.
4675 (regmap): Include 8 upper YMM registers.
4676 (i386_linux_fetch_inferior_registers): Support XSAVE extended
4677 state.
4678 (i386_linux_store_inferior_registers): Likewise.
4679 (i386_linux_read_description): Check and enable AVX target
4680 descriptions.
4681
4682 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
4683 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
4684 (i386_linux_regset_sections): Add ".reg-xstate".
4685 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
4686 (i386_linux_core_read_xcr0): New.
4687 (i386_linux_core_read_description): Check and enable AVX target
4688 description.
4689 (i386_linux_init_abi): Set xsave_xcr0_offset.
4690 (_initialize_i386_linux_tdep): Call
4691 initialize_tdesc_i386_avx_linux.
4692
4693 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
4694 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
4695 (i386_linux_core_read_xcr0): New.
4696 (tdesc_i386_avx_linux): Likewise.
4697 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
4698
4699 * i386-tdep.c: Include "i386-xstate.h" and
4700 "features/i386/i386-avx.c".
4701 (i386_ymm_names): New.
4702 (i386_ymmh_names): Likewise.
4703 (i386_ymmh_regnum_p): Likewise.
4704 (i386_ymm_regnum_p): Likewise.
4705 (i386_xmm_regnum_p): Likewise.
4706 (i386_register_name): Likewise.
4707 (i386_ymm_type): Likewise.
4708 (i386_supply_xstateregset): Likewise.
4709 (i386_collect_xstateregset): Likewise.
4710 (i386_sse_regnum_p): Removed.
4711 (i386_pseudo_register_name): Support pseudo YMM registers.
4712 (i386_pseudo_register_type): Likewise.
4713 (i386_pseudo_register_read): Likewise.
4714 (i386_pseudo_register_write): Likewise.
4715 (i386_dbx_reg_to_regnum): Return %ymmN register number for
4716 %xmmN if AVX is available.
4717 (i386_regset_from_core_section): Support .reg-xstate section.
4718 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
4719 (i386_process_record): Replace i386_sse_regnum_p with
4720 i386_xmm_regnum_p.
4721 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
4722 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
8d95cc3b 4723 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
c131fcee
L
4724 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
4725 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
4726 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
4727 Set ymm0_regnum.
4728 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
4729
4730 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
4731 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
4732 i386_ymm_type.
4733 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
4734 (I386_AVX_NUM_REGS): New.
4735 (i386_xmm_regnum_p): Likewise.
4736 (i386_ymm_regnum_p): Likewise.
4737 (i386_ymmh_regnum_p): Likewise.
4738
4739 * common/i386-xstate.h: New.
4740
98adf0f3
L
47412010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4742
4743 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
4744
4745 * features/Makefile (WHICH): Add i386/i386-avx,
4746 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
4747 (i386/i386-avx-expedite): New.
4748 (i386/i386-avx-linux-expedite): Likewise.
4749 (i386/x86-64-avx-expedite):Likewise.
4750 (i386/x86-64-avx-linux-expedite): Likewise.
4751 ($(outdir)/i386/i386-avx.dat): New dependency.
4752 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
4753 ($(outdir)/i386/x86-avx-64.dat): Likewise.
4754 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
4755
4756 * features/i386/32bit-avx.xml: New.
4757 * features/i386/64bit-avx.xml: Likewise.
4758 * features/i386/i386-avx-linux.c: Likewise.
4759 * features/i386/i386-avx-linux.xml: Likewise.
4760 * features/i386/i386-avx.c: Likewise.
4761 * features/i386/i386-avx.xml: Likewise.
4762 * features/i386/x86-64-avx-linux.c: Likewise.
4763 * features/i386/x86-64-avx-linux.xml: Likewise.
4764 * features/i386/x86-64-avx.c: Likewise.
4765 * features/i386/x86-64-avx.xml: Likewise.
4766 * regformats/i386/i386-avx-linux.dat: Likewise.
4767 * regformats/i386/i386-avx.dat: Likewise.
4768 * regformats/i386/x86-64-avx-linux.dat: Likewise.
4769 * regformats/i386/x86-64-avx.dat: Likewise.
4770
05159abe
DE
47712010-04-07 Doug Evans <dje@google.com>
4772
4773 * top.c (source_file_name): Make const char *.
4774 * top.h (source_file_name): Update.
4775 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
4776 const char *.
4777 (script_from_file): Change `file' arg to const char *.
4778 * cli/cli-script.h (script_from_file): Update.
4779
96e39866
DE
47802010-04-06 Doug Evans <dje@google.com>
4781
4782 * cli/cli-cmds.c (source_command): Run cleanups.
4783
3149d8c1
SS
47842010-04-06 Stan Shebs <stan@codesourcery.com>
4785
4786 * defs.h (char_ptr): Move typedef here from...
4787 * ada-lang.c (char_ptr): Remove.
4788 * charset.c (char_ptr): Remove.
4789 * tracepoint.h (struct uploaded_string): Remove.
4790 (struct uploaded_tp): Use vectors for string arrays.
4791 * tracepoint.c (trace_save): Use vectors of actions.
4792 (parse_tracepoint_definition): Ditto.
4793 (get_uploaded_tp): Clear vectors.
4794 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
4795 (next_cmd): Change to an int.
4796 (read_next_cmd): Use vector of command strings.
4797
4cc23ede
DE
47982010-04-06 Doug Evans <dje@google.com>
4799
4800 * top.h (source_script, cd_command): Delete.
4801 * main.c: #include "cli/cli-cmds.h"
4802
bd333fb7
KB
48032010-04-06 Kevin Buettner <kevinb@redhat.com>
4804
4805 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
4806 type in bytes, not bits.
4807
ec8a089a
PM
48082010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4809
4810 * stabsread.c (define_symbol): Add support for char
4811 and string constants.
4812
2244ba2e
PM
48132010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4814
4815 Remove remaining "%ll" uses.
4816 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
4817 hex_string call.
4818 * rs6000-nat.c (rs6000_ptrace64): Idem.
4819 * solib-pa64.c (pa64_current_sos): Idem.
4820 * solib-spu.c (spu_current_sos): Idem.
4821 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
4822 plongest call.
4823 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
4824 phex (VAR, 8) call.
4825 * sh64-tdep.c (sh64_show_media_regs): Idem.
4826
fce3c1f0
SS
48272010-04-05 Stan Shebs <stan@codesourcery.com>
4828
4829 * tracepoint.c: Include gdbcore.h.
4830 (tfile_xfer_partial): Return partial results, also try reading
4831 from executable.
4832 (tfile_has_all_memory): New function.
4833 (init_tfile_ops): Use it.
4834
626ea16d
SDJ
48352010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4836
4837 PR gdb/10736:
4838 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
4839 the changes in data-directory.
4840 (init_sysinfo): Reload the syscall XML file if the data-directory
4841 has changed.
4842
1f7ccab2
JK
48432010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4844
4845 Code cleanup.
4846 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
4847
d77f58be
SS
48482010-04-04 Stan Shebs <stan@codesourcery.com>
4849 Nathan Sidwell <nathan@codesourcery.com>
4850
4851 * breakpoint.c (breakpoint_1): Add filter argument, return number of
4852 breakpoints printed.
4853 (is_hardware_watchpoint): Make argument const.
4854 (is_watchpoint): Ditto.
4855 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
4856 use it everywhere.
4857 (breakpoints_info): Pass NULL to breakpoint_1.
4858 (maintenance_info_breakpoints): Ditto.
4859 (watchpoints_info): New function.
4860 (tracepoints_info): Use breakpoint_1 filter.
4861 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
4862 (_initialize_breakpoint): Make "info watchpoints" its own command.
4863 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
4864 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
4865
af54718e
SS
48662010-04-04 Stan Shebs <stan@codesourcery.com>
4867
4868 * tracepoint.c (tfile_fetch_registers): Add fallback case.
4869
74d1f91e
JK
48702010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
4873 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
4874
91d91ceb
JK
48752010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4876
4877 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
4878 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
4879
60531b24
JK
48802010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
4883 code form.
4884
a3c4230a
HZ
48852010-04-02 Hui Zhu <teawater@gmail.com>
4886
4887 * i386-tdep.c (OT_DQUAD): New enum.
4888 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
4889 SSE3, SSSE3 and SSE4.
4890
b15758fe
HZ
48912010-04-02 Hui Zhu <teawater@gmail.com>
4892
4893 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
4894 "*addr = 0".
4895
afd02f27
PA
48962010-04-02 Pedro Alves <pedro@codesourcery.com>
4897
4898 * tracepoint.c (trace_dump_actions): New, factored out from
4899 trace_dump_command, and adjusted to recurse into while-stepping's
4900 action list.
4901 (trace_dump_command): Use it.
4902
5cea2a26
PA
49032010-04-02 Pedro Alves <pedro@codesourcery.com>
4904
4905 * breakpoint.h (struct counted_command_line): Moved definition to
4906 breakpoint.c, and forward declare.
4907 (breakpoint_commands): Declare.
4908 * breakpoint.c (struct counted_command_line): Moved here.
4909 (breakpoint_commands): New.
4910 * tracepoint.c (encode_actions): Use breakpoint_commands.
4911 * remote.c (remote_download_tracepoint): Ditto.
4912
7c47795c
L
49132010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4914
4915 * remote.c (remote_parse_stop_reply): Use hex_string instead
4916 of phex_nz for error.
4917
fff87407
SS
49182010-04-01 Stan Shebs <stan@codesourcery.com>
4919 Nathan Sidwell <nathan@codesourcery.com>
4920
4921 * tracepoint.h (enum actionline_type): Remove.
4922 (validate_actionline): Change return to void.
4923 * tracepoint.c (report_agent_reqs_errors): New function.
4924 (validate_actionline): Call it, change return to void, report errors
4925 more consistently.
4926 (collect_symbol): Call report_agent_reqs_errors.
4927 (encode_actions_1): Ditto.
4928 (encode_actions): Don't expect a result from validate_actionline.
4929
615bcdef
SS
49302010-04-01 Stan Shebs <stan@codesourcery.com>
4931
4932 * tracepoint.c (trace_start_command): Confirm if trace is running.
4933 (trace_stop_command): Error if trace not running.
4934
fe01d668
L
49352010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4936
4937 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
4938 (AMD64_NUM_LOWER_BYTE_REGS): New.
4939 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
4940 (amd64_pseudo_register_write): Likewise.
4941 (amd64_init_abi): Set num_byte_regs to 20.
4942
86b17b60
PA
49432010-04-01 Pedro Alves <pedro@codesourcery.com>
4944
4945 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
4946 (prev_breakpoint_count): New.
4947 (set_breakpoint_count): Adjust.
4948 (rbreak_start_breakpoint_count): New.
4949 (start_rbreak_breakpoints): Adjust.
4950 (end_rbreak_breakpoints): Adjust.
4951 (struct commands_info) <arg>: New field.
4952 (do_map_commands_command): Tweak output to include breakpoint spec
4953 range.
4954 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
4955 ARG was empty on entry. Set INFO's arg.
4956 (create_breakpoint): Adjust.
4957
4958 * NEWS: Clarify `commands' changes.
4959
2c58c0a9
PA
49602010-04-01 Pedro Alves <pedro@codesourcery.com>
4961
4962 * tracepoint.c: Include stack.h.
4963 (struct add_local_symbols_data): New.
4964 (do_collect_symbol): New.
4965 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
4966 iterate_over_block_local_vars.
4967 * stack.c (print_block_frame_locals): Rewrite as ...
4968 (iterate_over_block_locals): ... this. Take a callback function
4969 pointer and generic data pointer, and call that instead of
4970 print_variable_and_value.
4971 (struct print_variable_and_value_data): New.
4972 (do_print_variable_and_value): New.
4973 (iterate_over_block_local_vars): New, abstracted out from
4974 print_frame_local_vars.
4975 (print_frame_local_vars): Rewrite using
4976 iterate_over_block_local_vars.
4977 (iterate_over_block_arg_vars): New, abstracted out from
4978 print_frame_arg_vars.
4979 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
4980 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
4981 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
4982
d476da0e
RE
49832010-03-31 Richard Earnshaw <rearnsha@arm.com>
4984
4985 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
8d95cc3b 4986 instructions. Use the PC+4 if the base of the TBB or TBH is the
d476da0e
RE
4987 PC register.
4988
8072405b
JK
49892010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4990
4991 Fix crash on reading wrong function declaration DWARF.
4992 * dwarf2read.c (read_subroutine_type): New variable void_type.
4993 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
4994 more close to their use.
4995
8bf6485c
SS
49962010-03-31 Stan Shebs <stan@codesourcery.com>
4997
4998 * breakpoint.c (tracepoint_save_command): Include variables,
8d95cc3b 4999 conditionals, tracepoint types, and default-collect.
8bf6485c
SS
5000 * tracepoint.c (save_trace_state_variables): New function.
5001 * tracepoint.h (save_trace_state_variables): Declare it.
5002
2ae2a0b7
PM
50032010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
5004
1a161f72 5005 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
2ae2a0b7 5006
86ffb506
KS
50072010-03-30 Keith Seitz <keiths@redhat.com>
5008
5009 * c-typeprint.c (c_type_print_args): Don't print "void"
5010 for java, regardless of whether it is TYPE_PROTOTYPED.
5011 Use the passed-in language instead of current_language.
5012 (c_type_print_varspec_suffix): Use current_language instead
5013 of assuming language_c.
5014 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
5015 any return type specifier from the physname.
5016
956c2c8b
PA
50172010-03-30 Pedro Alves <pedro@codesourcery.com>
5018
5019 * tui/tui-interp.c (tui_is_toplevel): New.
5020 (tui_init): Set it.
5021 (tui_allowed_p): New.
5022 * tui/tui.c (tui_enable): Check if the TUI is allowed before
5023 enabling it.
5024 * tui/tui.h (tui_allowed_p): Declare.
5025
98e5a990
TT
50262010-03-30 Ozkan Sezer <sezeroz@gmail.com>
5027
5028 * serial.h: Include winsock2.h before windows.h.
5029
c8d5aac9
L
50302010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5031
5032 * NEWS: Mention xmlRegisters= in qSupported packet.
5033
5034 * i386-tdep.c: Include "remote.h".
5035 (_initialize_i386_tdep): Call register_remote_support_xml.
5036
5037 * remote.c (remote_support_xml): New.
5038 (register_remote_support_xml): Likewise.
5039 (remote_query_supported_append): Likewise.
5040 (remote_query_supported): Support remote_support_xml.
5041
5042 * remote.h (register_remote_support_xml): New.
5043
76a2b958
SS
50442010-03-29 Stan Shebs <stan@codesourcery.com>
5045
42e08e69
SS
5046 * tracepoint.c (trace_find_line_command): Remove dead code.
5047
409873ef
SS
5048 * tracepoint.h (struct uploaded_string): New struct.
5049 (struct uploaded_tp): New fields for source strings.
5050 * breakpoint.c (this_utp, next_cmd): New globals.
5051 (read_uploaded_action): New function.
5052 (create_tracepoint_from_upload): Fill in more parts
5053 of a tracepoint.
5054 * tracepoint.c (encode_source_string): New function.
5055 (trace_save): Write out source strings, fix error checks.
5056 (parse_tracepoint_definition): Add source string parsing.
5057 * remote.c (PACKET_TracepointSource): New packet type.
5058 (remote_download_command_source): New function.
5059 (remote_download_tracepoint): Download source pieces also.
5060 (_initialize_remote): Add packet config command.
5061
a0405854
SS
5062 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
5063 expression handler.
5064
76a2b958
SS
5065 * tracepoint.c (start_tracing): Check tracepoints before sending
5066 commands to target, don't start if all tracepoints disabled.
5067
d350db38
PA
50682010-03-28 Pedro Alves <pedro@codesourcery.com>
5069
12f2d601 5070 * cli/cli-script.c (process_next_line): Handle 'stepping'.
d350db38 5071
8b9b7ef8
SS
50722010-03-26 Stan Shebs <stan@codesourcery.com>
5073
5074 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
5075
9766ced4
SS
50762010-03-26 Tom Tromey <tromey@redhat.com>
5077
5078 * breakpoint.c (commands_command_1): Duplicate 'arg'.
5079
059acae7
UW
50802010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5081
5082 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
5083 (skip_prologue_sal): Remove local definition.
5084 (resolve_sal_pc): Remove now unnecessary code.
5085 * linespec.c (minsym_found): Call skip_prologue_sal.
5086 * symtab.c (find_function_start_pc): Remove.
5087 (find_function_start_sal): Extract prologue skipping into ...
5088 (skip_prologue_sal): ... this new function. Handle code both
5089 with and without debug info. Respect SAL's explicit_pc and
5090 explicit_line flags. Inline old find_function_start_pc.
5091 * symtab.h (find_function_start_pc): Remove.
5092 (skip_prologue_sal): Add prototype.
5093
4a811a97
UW
50942010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5095
5096 * dwarf2read.c (read_func_scope): Also scan specification DIEs
5097 for DW_TAG_imported_module children.
5098
907af001
UW
50992010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5100
5101 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
5102 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
5103 * completer.c (add_struct_fields): Fix inverted logic.
5104
dde2d684
UW
51052010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5106
5107 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
5108
a609a0c8
PA
51092010-03-26 Pedro Alves <pedro@codesourcery.com>
5110
5111 * tracepoint.c (current_trace_status): Don't make sure error_desc
5112 is non-NULL here.
5113 (parse_trace_status): Release a previous error_desc string, and
5114 set it to NULL by default. If stop reason is tracepoint_error,
5115 make sure error_desc is not left NULL.
5116
610197fd
PA
51172010-03-26 Pedro Alves <pedro@codesourcery.com>
5118
5119 * tracepoint.c (trace_save): Remove X from tracepoint error
5120 description.
5121
99b5e152
PA
51222010-03-26 Pedro Alves <pedro@codesourcery.com>
5123
5124 * tracepoint.c (parse_trace_status): Don't allow plain strings in
5125 the terror description. Don't expect an X prefix.
5126
6c28cbf2
SS
51272010-03-25 Stan Shebs <stan@codesourcery.com>
5128
5129 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
5130 (struct trace_status): New field error_desc.
5131 * tracepoint.c (stop_reason_names): Add terror.
5132 (current_trace_status): Ensure non-NULL error description.
5133 (trace_status_command): Add error report.
5134 (trace_status_mi): Ditto.
5135 (trace_save): Add special case for error description.
5136 (parse_trace_status): Add case for errors.
5137
418835cc
KS
51382010-03-25 Keith Seitz <keiths@redhat.com>
5139
5140 * dwarf2read.c (read_subroutine_type): If the compilation unit
5141 language is Java, mark any formal parameter named "this" as
5142 artificial (GCC/43521).
5143 (dwarf2_name): Add special handling for Java constructors.
5144
aa7d318d
TT
51452010-03-25 Tom Tromey <tromey@redhat.com>
5146
5147 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
5148 * infrun.c (handle_inferior_event): Change initialization of
5149 stop_stack_dummy.
5150 (handle_inferior_event): Change assignment to stop_stack_dummy.
5151 (normal_stop): Update use of stop_stack_dummy.
5152 (struct inferior_status) <stop_stack_dummy>: Change type.
5153 * inferior.h (stop_stack_dummy): Update.
5154 * infcmd.c (stop_stack_dummy): Change type.
5155 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
5156 function.
5157 (call_function_by_hand): Call set_std_terminate_breakpoint.
5158 Rewrite std::terminate handling.
5159 * breakpoint.h (enum bptype) <bp_std_terminate,
5160 bp_std_terminate_master>: New.
5161 (enum stop_stack_kind): New.
5162 (struct bpstat_what) <call_dummy>: Change type.
5163 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
5164 Declare.
5165 * breakpoint.c (create_std_terminate_master_breakpoint): New
5166 function.
5167 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
5168 Call create_std_terminate_master_breakpoint.
5169 (print_it_typical): Handle new breakpoint kinds.
5170 (bpstat_stop_status): Handle bp_std_terminate_master.
5171 (bpstat_what): Correctly set call_dummy field. Handle
5172 bp_std_terminate_master and bp_std_terminate.
5173 (print_one_breakpoint_location): Update.
5174 (allocate_bp_location): Update.
5175 (set_std_terminate_breakpoint): New function.
5176 (delete_std_terminate_breakpoint): Likewise.
5177 (create_thread_event_breakpoint): Update.
5178 (delete_command): Update.
5179 (breakpoint_re_set_one): Update.
5180 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
5181
82ccf5a5
JK
51822010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5183
5184 * symfile.c (build_section_addr_info_from_bfd): New.
5185 (build_section_addr_info_from_objfile): Base it on
5186 build_section_addr_info_from_bfd.
5187 (addrs_section_compar, addrs_section_sort): New.
5188 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
5189 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
5190 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
5191
737c4c52
MS
51922010-03-24 Michael Snyder <msnyder@localhost.localdomain>
5193
8d95cc3b 5194 * elfread.c (find_separate_debug_file_by_buildid):
737c4c52
MS
5195 Remove unused local variable.
5196
95a42b64
TT
51972010-03-24 Tom Tromey <tromey@redhat.com>
5198
5199 PR breakpoints/9352:
5200 * NEWS: Mention changes to `commands' and `rbreak'.
5201 * symtab.c (do_end_rbreak_breakpoints): New function.
5202 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
5203 end_rbreak_breakpoints.
5204 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
5205 (set_breakpoint_count): Likewise. Clear last_was_multi.
5206 (multi_start, multi_end, last_was_multi): New globals.
5207 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
5208 functions.
5209 (struct commands_info): New
5210 (do_map_commands_command): New function.
5211 (commands_command_1): New function.
5212 (commands_command): Use it.
5213 (commands_from_control_command): Likewise.
5214 (do_delete_breakpoint): New function.
5215 (delete_command): Use it.
5216 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
5217 (do_map_disable_breakpoint): New function.
5218 (disable_command): Use it.
5219 (do_map_enable_breakpoint): New function.
5220 (enable_command): Use it.
5221 (enable_once_breakpoint): Add argument.
5222 (enable_once_command): Update.
5223 (enable_delete_breakpoint): Add argument.
5224 (enable_delete_command): Update.
5225 (break_command_really): Set last_was_multi when needed.
5226 (check_tracepoint_command): Fix formatting.
5227 (validate_commands_for_breakpoint): New function.
5228 (breakpoint_set_commands): Use it.
5229 (tracepoint_save_command): Update.
5230 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
5231 Declare.
5232
9add0f1b
TT
52332010-03-24 Tom Tromey <tromey@redhat.com>
5234
5235 * breakpoint.h (struct counted_command_line): New struct.
5236 (struct breakpoint) <commands>: Change type.
5237 (struct bpstats) <commands>: Change type.
5238 <commands_left>: New field.
5239 * breakpoint.c (alloc_counted_command_line): New function.
5240 (incref_counted_command_line): Likewise.
5241 (decref_counted_command_line): Likewise.
5242 (do_cleanup_counted_command_line): Likewise.
5243 (make_cleanup_decref_counted_command_line): Likewise.
5244 (breakpoint_set_commands): Use decref_counted_command_line and
5245 alloc_counted_command_line.
5246 (commands_command): Don't error if breakpoint commands are
5247 executing.
5248 (commands_from_control_command): Likewise.
5249 (bpstat_free): Update.
5250 (bpstat_copy): Likewise.
5251 (bpstat_clear_actions): Likewise.
5252 (bpstat_do_actions_1): Likewise.
5253 (bpstat_stop_status): Likewise.
5254 (print_one_breakpoint_location): Likewise.
5255 (delete_breakpoint): Likewise.
5256 (bpstat_alloc): Initialize new field.
5257 (tracepoint_save_command): Update.
5258 * tracepoint.c (encode_actions): Update.
5259 (trace_dump_command): Update.
5260
a6c727b2
DJ
52612010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5262
5263 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
5264 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
5265 (read_structure_type): For RealView, set TYPE_STUB on structures with
5266 no byte size and no children.
5267 (read_subroutine_type): Mark functions as prototyped by default.
5268 * symtab.c (producer_is_realview): New function.
5269 * symtab.h (expand_line_sal): Fix declaration formatting.
5270 (producer_is_realview): Declare.
5271
0d39a070
DJ
52722010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5273
5274 * arm-tdep.c (skip_prologue_function): New function.
5275 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
5276 (thumb_analyze_prologue): Document return value. Recognize more
5277 Thumb instructions, skippable calls, and some Thumb-2 instructions.
5278 Add debug output.
5279 (arm_skip_prologue): Remove call dummy check. Check the prologue
5280 for non-GNU compilers.
5281 (arm_instruction_changes_pc): New function.
5282 (arm_analyze_prologue): New function, broken out from
5283 arm_scan_prologue. Recognize more ARM instructions and skippable
5284 calls. Update comments. Handle NULL cache. Return the address
5285 of the first unrecognized instruction. Do not skip past other
5286 instructions which change control flow. Add debug output.
5287 (arm_scan_prologue): Use arm_analyze_prologue.
5288 (ARM_PC_32): Delete.
5289 (shifted_reg_val): Simplify ARM_PC_32 check.
5290
4baf5cf4
VP
52912010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5292
5293 * tracepoint.c (tvariables_info_1): Actually compute
5294 the number of rows in the result.
5295
4a5e7a5b
PA
52962010-03-24 Pedro Alves <pedro@codesourcery.com>
5297
5298 * remote.c (crc32): Constify `buf' parameter.
5299 (remote_verify_memory): New, abstracted out from...
5300 (compare_sections_command): ... this. Remove hardcoded target
5301 checks.
5302 (init_remote_ops): Install remote_verify_memory.
5303 * target.c (target_verify_memory): New.
5304 * target.h (struct target_ops) <to_verify_memory>: New field.
5305 (target_verify_memory): Declare.
5306
011aacb0
VP
53072010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5308
5309 Implement -trace-save.
5310
5311 * mi-cmds.h (mi_cmds_trace_save): Declare.
5312 * mi-cmds.c (mi_cmds): Register -trace-save.
5313 * mi/mi-main.c (mi_cmd_trace_save): New.
5314 * remote.c (remote_save_trace_data): Take const parameter.
5315 * target.h (struct target_ops::to_save_trace_data): Take
5316 const parameter.
5317 * target.c (update_current_target): Adjust to the above.
5318 * tracepoint.c (trave_save): New, extracted from
5319 (trace_save_command): ...this.
5320 (tfile_trace_find): Remove message that is unnecessary now
5321 that 'tfind' reports found frame.
5322 * tracepoint.h (trace_save): Declare.
5323
f197e0f1
VP
53242010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5325
5326 Implement -trace-find.
5327
5328 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
5329 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
5330 * mi/mi-main.c (mi_cmd_trace_find): New.
5331 * target.h (struct target_ops): Document to_trace_find.
5332 * tracepoint.h (tfind_1): Declare.
5333 * tracepoint.c (finish_tfind_command): Rename to...
5334 (tfind_1): ...this.
5335 * remote.c (remote_trace_find): Return -1 if target say
5336 there's no frame. Improve error diagnostics.
5337
40e1c229
VP
53382010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5339
5340 -trace-define-variable and -trace-list-variables.
5341
5342 * tracepoint.c (create_trace_state_variable): Make
5343 private copy of name, as opposed to assuming the
5344 pointer lives forever.
5345 (tvariables_info_1): New.
5346 (tvariables_info): Use the above.
5347 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
5348 Declare.
5349 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
5350 and -trace-list-variables.
5351 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
5352 (mi_cmd_trace_list_variables): New.
5353 * mi/mi-main.c (mi_cmd_trace_define_variable)
5354 (mi_cmd_trace_list_variables): New.
5355
9b4c786c
VP
53562010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5357
5358 Implement -break-passcount.
5359
5360 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
5361 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
5362 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
5363
f224b49d
VP
53642010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5365
5366 -trace-start/-trace-end/-trace-status.
5367
5368 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
5369 and -trace-stop.
5370 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
5371 (mi_cmd_trace_stop): Declare.
5372 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
5373 (mi_cmd_trace_stop): New.
5374 * tracepoint.c (start_tracing): New, extracted from...
5375 (trace_start_command): ...this.
5376 (trace_status_mi): New.
5377 * tracepoint.h (struct trace_status): Document
5378 stopping_tracepoint.
5379 (start_tracing, stop_tracing, trace_status_mi): Declare.
5380
6534d786
VP
53812010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5382
5383 Implement creating tracepoints with -break-insert.
5384
5385 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
5386 to mean that tracepoint should be created.
5387
51661e93
VP
53882010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5389
5390 * breakpoint.c (check_no_tracepoint_commands): Use
5391 current spelling of 'teval'.
5392
a7bdde9e
VP
53932010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5394
5395 Unify actions and commands
5396
5397 * defs.h (read_command_lines, read_command_lines_1): New
5398 parameters validator and closure.
5399 * tracepoint.h (struct action_line): Remove.
5400 * breakpoint.h (struct breakpoint): Remove the 'actions'
5401 field.
5402 * defs.h (enum command_control_type): New value
5403 while_stepping_control.
5404 (struct command_line): Add comments.
5405 * breakpoint.c (breakoint_is_tracepoint): New.
5406 (breakpoint_set_commands): For tracepoints,
5407 verify the commands are permissible.
5408 (check_tracepoint_commands): New.
5409 (commands_command): Require that each new line is validated using
5410 check_tracepoint_command, if we set commands for a tracepoint.
5411 (create_tracepoint_from_upload): Likewise.
5412 (print_one_breakpoint_location): Remove the code to print
5413 actions specifically.
5414 (tracepoint_save_command): Relay to print_command_lines.
5415 * cli/cli-script.c (process_next_line): New parameters validator
5416 and closure. Handle 'while-stepping'. Call validator if not null.
5417 (read_command_lines, read_command_lines1): Likewise.
5418 (recurse_read_control_structure): New parameters validator and
5419 closure. Handle while_stepping_control.
5420 (print_command_lines): Handle while-stepping.
5421 (get_command_line, define_command, document_command): Adjust.
5422 * remote.c (remote_download_tracepoint): Adjust.
5423 * tracepoint.c (make_cleanup_free_actions, read_actions)
5424 (free_actions, do_free_actions_cleanup): Remove.
5425 (trace_actions_command): Use read_command_lines.
5426 (validate_actionline): Use error in one place.
5427 (encode_actions_1): New, extracted from...
5428 (encode_actions): ...this. Also use cleanups for exception
5429 safety.
5430 (trace_dump_command): Adjust.
5431 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
5432 it's tracepoint.
5433
64e3cf3d
MF
54342010-03-23 Mike Frysinger <vapier@gentoo.org>
5435
5436 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
5437
52e9fde8
SS
54382010-03-22 Stan Shebs <stan@codesourcery.com>
5439
5440 * value.c (value_static_field): Be lazy about the field's value.
5441
508ccb1f
TT
54422010-03-22 Reid Kleckner <reid@kleckner.net>
5443
5444 PR gdb/11094
5445 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
5446 bp_jit_event.
5447 (disable_breakpoints_in_shlibs): Likewise.
5448
acebe513
UW
54492010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
5450
5451 * dwarf2read.c (partial_die_parent_scope): Work around buggy
5452 GCC 4.1 debug info generation (GCC PR c++/28460).
5453 (determine_prefix): Likewise.
5454
957b8b5a
DJ
54552010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
5456
5457 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
5458 get_current_arch.
5459 * tui/tui-layout.c (extract_display_start_addr): Likewise.
5460
3b11a015
SS
54612010-03-19 Stan Shebs <stan@codesourcery.com>
5462
5463 * ax-gdb.c (gen_fetch): Handle bool.
5464 (gen_usual_unary): Ditto.
5465 (gen_cast): Ditto.
5466 (gen_equal): New function.
5467 (gen_less): New function.
5468 (gen_expr_binop_rest): Call them, also return integer type from
5469 logical operations.
5470 (gen_expr): Ditto.
5471
20781792
TT
54722010-03-19 Tom Tromey <tromey@redhat.com>
5473
5474 * jv-lang.c (jv_dynamics_objfile_data_key)
5475 (jv_type_objfile_data_key): New globals.
5476 (class_symtab): Move earlier.
5477 (jv_per_objfile_free): New function.
5478 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
5479 parameter.
5480 Remove ancient #if 1.
5481 (add_class_symbol): Remove redundant declaration.
5482 (java_lookup_class): Use alloc_type, not alloc_type_arch.
5483 (java_link_class_type): Mark as static. Update.
5484 (jv_clear_object_type): New function.
5485 (set_java_object_type): Likewise.
5486 (get_java_object_type): Use set_java_object_type.
5487 (is_object_type): Likewise.
5488 (_initialize_java_language): Register new objfile keys.
5489 (get_java_class_symtab): Add 'gdbarch' parameter.
5490 (add_class_symtab_symbol): Update.
5491 (type_from_class): Update.
5492
cf3e25ca
SS
54932010-03-19 Stan Shebs <stan@codesourcery.com>
5494
8d95cc3b 5495 * ax-general.c (ax_const_l): Fix a sizing bug.
cf3e25ca 5496
f1ae44c9 54972010-03-18 Joel Brobecker <brobecker@adacore.com>
5498
5499 GDB 7.1 released.
5500
4daf5ac0
SS
55012010-03-18 Stan Shebs <stan@codesourcery.com>
5502 Pedro Alves <pedro@codesourcery.com>
5503
5504 * target.h (struct target_ops): New method
5505 to_set_circular_trace_buffer.
5506 (target_set_circular_trace_buffer): New macro.
5507 * target.c (update_current_target): Add
5508 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
5509 default behavior.
5510 * remote.c (remote_set_circular_trace_buffer): New function.
5511 (init_remote_ops): Add it to vector.
5512 * tracepoint.h (struct trace_status): New field traceframes_created,
5513 change buffer_size and buffer_free to int.
5514 * tracepoint.c (circular_trace_buffer): New global.
5515 (start_tracing): Send values of disconnected tracing and circular
5516 trace buffer settings.
5517 (set_circular_trace_buffer): New function.
5518 (parse_trace_state): Handle total space and frames created.
5519 (trace_status_command): Display total space and total frames
5520 created.
5521 (trace_save): Write out new status values.
5522 (parse_trace_status): Set traceframe_count, traceframes_created,
5523 buffer_free and buffer_size to -1 by default.
5524 (_initialize_tracepoint): New setshow for circular-trace-buffer.
5525 * NEWS: Mention the circular trace buffer option.
5526
40c549d6
TT
55272010-03-18 Tom Tromey <tromey@redhat.com>
5528
5529 * infcmd.c (finish_command_continuation): Wrap print_return_value
5530 in TRY_CATCH.
5531
e8d05480
JB
55322010-03-18 Joel Brobecker <brobecker@adacore.com>
5533
5534 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
5535 DIE has a name before creating the associated partial symbol.
5536 (read_func_scope): Emit a complaint if the subprogram does not
5537 have a name or when we can't extract the subprogram PC bounds.
5538
441b986a
UW
55392010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
5540
5541 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
5542 instead of selected frame architecture.
5543
4247603b
PA
55442010-03-18 Pedro Alves <pedro@codesourcery.com>
5545
5546 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
5547 a valid selected thread, and that it is not running.
5548 (advance_command): Ditto.
5549 (finish_command): Ditto.
5550
400c6af0
SS
55512010-03-17 Stan Shebs <stan@codesourcery.com>
5552
3a96536b
SS
5553 * ax-gdb.c (require_rvalue): Disallow non-scalars.
5554
573cda03
SS
5555 * infcall.c: Include tracepoint.h.
5556 (call_function_by_hand): Disallow calls in tfind mode.
5557 * infcmd.c: Include tracepoint.h.
5558 (ensure_not_tfind_mode): New function.
5559 (continue_1): Call it.
5560 (step_1) Ditto.
5561 (jump_command): Ditto.
5562 (signal_command): Ditto.
5563 (advance_command): Ditto.
5564 (until_command): Ditto.
5565 (finish_command): Ditto.
5566 * tracepoint.h (disconnect_or_stop_tracing): Declare.
5567
400c6af0
SS
5568 * ax-gdb.h (struct axs_value): New field optimized_out.
5569 (gen_trace_for_var): Add gdbarch argument.
5570 * ax-gdb.c (gen_trace_static_fields): New function.
5571 (gen_traced_pop): Call it, add gdbarch argument.
5572 (gen_trace_for_expr): Update call to it.
5573 (gen_trace_for_var): Ditto, and report optimized-out variables.
5574 (gen_struct_ref_recursive): Check for optimized-out value.
5575 (gen_struct_elt_for_reference): Ditto.
5576 (gen_static_field): Pass gdbarch instead of expression, assume
5577 optimization if field not found.
5578 (gen_var_ref): Set the optimized_out flag.
5579 (gen_expr): Error on optimized-out variable.
5580 * tracepoint.c (collect_symbol): Handle struct-valued vars as
5581 expressions, skip optimized-out variables with computed locations.
5582 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
5583 erroring out if location expression missing.
5584 (loclist_tracepoint_var_ref): Don't error out here.
5585
a3b2a86b
TT
55862010-03-17 Tom Tromey <tromey@redhat.com>
5587
5588 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
5589 DWARF data is available.
5590
38963c97
DJ
55912010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
5592
5593 * symfile.c (generic_load): Reset breakpoints after loading.
5594
ddabfc73
TT
55952010-03-17 Tom Tromey <tromey@redhat.com>
5596
5597 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
5598
d8c09fb5
JK
55992010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5600
5601 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
5602 create_breakpoint call, adjust the parameters.
5603
bbb0eef6
JK
56042010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5605 Chandru <chandru@in.ibm.com>
5606
5607 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
5608 * valarith.c (value_subscripted_rvalue): Suppress error if
5609 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
5610
46956e39
HZ
56112010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
5612
5613 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
5614
b8d088ac
JB
56152010-03-16 Joel Brobecker <brobecker@adacore.com>
5616
5617 * ada-tasks.c (task_command_1): Check that the task ptid is valid
5618 before doing the associated thread switch.
5619
322be962
DJ
56202010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5621
5622 * MAINTAINERS: Update my email address.
5623
8cdf0e15
VP
56242010-03-16 Vladimir Prus <vladimir@codesourcery.com>
5625
5626 Simplify MI breakpoint setting.
5627
5628 * breakpoint.c (break_command_really): Make nonstatic and
5629 rename to...
5630 (create_breakpoint): ...this. Rename prior function by this name
5631 to...
5632 (create_breakpoint_sal): ...this.
5633 (create_breakpoints): Rename to...
5634 (create_breakpoints_sal): ...this.
5635 (set_breakpoint): Remove.
5636 * breakpoint.h: Adjust to above changes.
5637 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
5638
b6e7192f
SS
56392010-03-15 Stan Shebs <stan@codesourcery.com>
5640
5641 * ax-gdb.c: Include cp-support.h.
5642 (find_field): Remove.
5643 (gen_primitive_field): New function.
5644 (gen_struct_ref_recursive): New function.
5645 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
5646 of find_field.
5647 (gen_static_field): New function.
5648 (gen_struct_elt_for_reference): New.
5649 (gen_namespace_elt): New.
5650 (gen_maybe_namespace_elt): New.
5651 (gen_aggregate_elt_ref): New.
5652 (gen_expr): Add OP_SCOPE, display opcode name in error message.
5653
1054b214
TT
56542010-03-15 Tom Tromey <tromey@redhat.com>
5655
5656 * dwarf2read.c (die_needs_namespace): Also return 0 for
5657 DW_TAG_subprogram.
5658
13387711
SW
56592010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
5660
5661 PR c++/7936:
5662 * cp-support.h: Added char *declaration element to using_direct
5663 data struct.
5664 (cp_add_using): Added char *declaration argument.
5665 (cp_add_using_directive): Ditto.
5666 (cp_lookup_symbol_imports): made extern.
5667 * cp-namespace.c: Updated with the above changes.
5668 * dwarf2read.c (read_import_statement): Ditto.
5669 (read_namespace): Ditto.
5670 (read_import_statement): Support import declarations.
5671 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
5672 declarations.
5673 Added support for 'declaration_only' search.
5674 (cp_lookup_symbol_namespace): Attempt to search for the name as
5675 is before consideration of imports.
5676 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
5677 search at every block level search.
5678 Now takes language argument.
5679 (lookup_symbol_aux): Updated.
5680
6e31430b
TT
56812010-03-15 Tom Tromey <tromey@redhat.com>
5682
5683 * c-exp.y (name_not_typename): Add 'operator' clause.
5684
4dea3bb7 56852010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
bf307134
JB
5686
5687 * configure.ac: Exit if ${gdb_target_obs}" is not set.
5688 * configure: Regenerate.
5689
4d9743af
JK
56902010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5691
5692 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
5693 and ".sdynbss". Update the comment.
5694
f75150fe
JZ
56952010-03-15 Jie Zhang <jie@codesourcery.com>
5696
5697 * MAINTAINERS: Update my email address.
5698
3c13bc11
DJ
56992010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5700
5701 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
5702
43484f03
DJ
57032010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5704
5705 * charset.c [USE_WIN32API]: Include <windows.h>.
5706 (_initialize_charset): Correct type of w32_host_default_charset.
5707
5f25d77d
PA
57082010-03-14 Pedro Alves <pedro@codesourcery.com>
5709
5710 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
5711
1c809c68
TT
57122010-03-12 Tom Tromey <tromey@redhat.com>
5713
5714 PR c++/9708:
5715 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
5716 in a lexical block does not need a namespace.
5717 (new_symbol) <DW_TAG_variable>: Put extern variables on
5718 list_in_scope in all cases.
5719
948103cf
SS
57202010-03-12 Stan Shebs <stan@codesourcery.com>
5721
5722 * ax-gdb.c (gen_expr): Add shift expressions.
5723 (gen_expr_binop_rest): Ditto.
5724
00ae8fef
SW
57252010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
5726
5727 * buildsym.c (finish_block): Reset using_directives pointer
5728 after block initialization.
5729
9cad29ac
L
57302010-03-12 H.J. Lu <hongjiu.lu@intel.com>
5731
5732 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
5733 * i386-tdep.c (i386_word_names): Likewise.
5734
2f4d8875
PA
57352010-03-12 Pedro Alves <pedro@codesourcery.com>
5736
5737 * target.c (memory_xfer_partial): Don't use the stack cache if
5738 inspecting trace frames.
5739 * tracepoint.c (finish_tfind_command): Invalidate the target
5740 dcache.
5741
ccf26247
JK
57422010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5743
5744 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
5745 for the PIC displacement, print also the displacement value.
5746 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
5747
477c84a7
KB
57482010-03-10 Kevin Buettner <kevinb@redhat.com>
5749
5750 * remote-mips.c (close_ports, mips_initialize_cleanups)
5751 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
5752 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
5753 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
5754 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
5755 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
5756 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
5757 comments describing each of these functions.
5758 (mips_enter_debug, mips_exit_debug, common_open)
5759 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
5760 blank line after the comment describing the function.
5761
01c30d6e
JK
57622010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5763
5764 * solib-svr4.c (svr4_exec_displacement): Return now success, new
5765 parameter displacementp. Update comment.
5766 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
5767 element exists. Return if svr4_exec_displacement was not successful.
5768 Update comment.
5769
09919ac2
JK
57702010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5771 Daniel Jacobowitz <dan@codesourcery.com>
5772
5773 * solib-svr4.c (read_program_header): Support type == -1 to read
5774 all program headers.
5775 (read_program_headers_from_bfd): New function.
5776 (svr4_static_exec_displacement): Remove and move the comment ...
5777 (svr4_exec_displacement): ... here. Remove variable found. New
5778 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
5779 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
5780 targets using read_program_headers_from_bfd. Remove the call of
5781 svr4_static_exec_displacement.
5782
d146bf1e
TT
57832010-03-10 Tom Tromey <tromey@redhat.com>
5784
5785 * dwarf2read.c (struct pubnames_header): Remove.
5786 (_PUBNAMES_HEADER): Remove.
5787 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
5788 (struct aranges_header): Remove.
5789 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
5790 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
5791 (PUBNAMES_SECTION): Remove.
5792 (ARANGES_SECTION): Remove.
5793 (dwarf2_locate_sections): Don't handle pubnames or aranges.
5794 (dwarf2_build_psymtabs): Remove dead code.
5795 (dwarf2_build_psymtabs_easy): Remove.
5796
be391dca
TT
57972010-03-10 Tom Tromey <tromey@redhat.com>
5798
5799 * elfread.c (elf_symfile_read): Don't call
5800 dwarf2_build_frame_info.
5801 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
5802 (struct dwarf2_per_objfile) <objfile>: New field.
5803 (dwarf2_has_info): Now idempotent. Set objfile field.
5804 (dwarf2_read_section): Check and set readin field. Call
5805 posix_madvise.
5806 (dwarf2_build_psymtabs): Don't read all sections.
5807 (read_type_comp_unit_head): Read types section.
5808 (create_debug_types_hash_table): Likewise.
5809 (init_cu_die_reader): Add asserts.
5810 (process_type_comp_unit): Add assert.
5811 (dwarf2_build_psymtabs_hard): Read info section.
5812 (load_partial_comp_unit): Add assert.
5813 (create_all_comp_units): Read info section.
5814 (load_full_comp_unit): Likewise.
5815 (dwarf2_ranges_read): Read ranges section.
5816 (dwarf2_record_block_ranges): Add assert.
5817 (dwarf2_read_abbrevs): Read abbrev section.
5818 (read_indirect_string): Read str section.
5819 (dwarf_decode_line_header): Read line section.
5820 (read_signatured_type_at_offset): Read types section.
5821 (dwarf_decode_macros): Read macinfo section.
5822 (dwarf2_symbol_mark_computed): Read loc section.
5823 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
5824 dwarf2_build_frame_info.
5825 (dwarf2_build_frame_info): Unconditionally set
5826 dwarf2_frame_objfile_data on the objfile.
5827 * configure.ac: Check for posix_madvise.
5828 * config.in, configure: Rebuild.
5829
ccefe4c4
TT
58302010-03-10 Tom Tromey <tromey@redhat.com>
5831
e38df1d0
TT
5832 * xcoffread.c (xcoff_start_psymtab): Update.
5833 (xcoff_end_psymtab): Update.
5834 * psymtab.c (allocate_psymtab): Remove dead code.
5835 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
5836 void*.
5837 * mdebugread.c (parse_partial_symbols): Update.
5838 (new_psymtab): Likewise.
5839 * dwarf2read.c (process_psymtab_comp_unit): Update.
5840 (psymtab_to_symtab_1): Update.
5841 * dbxread.c (start_psymtab): Update.
5842 (end_psymtab): Likewise.
5843
be391dca 58442010-03-10 Tom Tromey <tromey@redhat.com>
e38df1d0 5845
ccefe4c4
TT
5846 * xcoffread.c: Include psymtab.h.
5847 (xcoff_sym_fns): Update.
5848 * symtab.h (struct partial_symbol): Remove.
5849 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
5850 (struct partial_symtab): Remove.
5851 (PSYMTAB_TO_SYMTAB): Remove.
5852 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
5853 (find_pc_sect_psymtab): Remove.
5854 (find_pc_sect_symtab_via_partial): Declare.
5855 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
5856 (find_main_psymtab): Remove.
5857 (find_main_filename): Declare.
5858 (fixup_psymbol_section): Remove.
5859 (fixup_section): Declare.
5860 * symtab.c: Include psymtab.h.
5861 (lookup_symtab): Use lookup_symtab method.
5862 (lookup_partial_symtab): Remove.
5863 (find_pc_sect_psymtab_closer): Remove.
5864 (find_pc_sect_psymtab): Remove.
5865 (find_pc_sect_symtab_via_partial): New function.
5866 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
5867 (fixup_section): No longer static.
5868 (fixup_psymbol_section): Remove.
5869 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
5870 (lookup_global_symbol_from_objfile): Likewise.
5871 (lookup_symbol_aux_psymtabs): Remove.
5872 (lookup_symbol_aux_quick): New function.
5873 (lookup_symbol_global): Use lookup_symbol_aux_quick.
5874 (lookup_partial_symbol): Remove.
5875 (basic_lookup_transparent_type_quick): New function.
5876 (basic_lookup_transparent_type): Use it.
5877 (find_main_psymtab): Remove.
5878 (find_main_filename): New function.
5879 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
5880 (find_line_symtab): Use expand_symtabs_with_filename method.
5881 (output_partial_symbol_filename): New function.
5882 (sources_info): Use map_partial_symbol_filenames.
5883 (struct search_symbols_data): New type.
5884 (search_symbols_file_matches): New function.
5885 (search_symbols_name_matches): Likewise.
5886 (search_symbols): Use expand_symtabs_matching method.
5887 (struct add_name_data): Rename from add_macro_name_data.
5888 (add_macro_name): Update.
5889 (add_partial_symbol_name): New function.
5890 (default_make_symbol_completion_list): Use
5891 map_partial_symbol_names.
5892 (struct add_partial_symbol_name): New type.
5893 (maybe_add_partial_symtab_filename): New function.
5894 (make_source_files_completion_list): Use
5895 map_partial_symbol_filenames.
5896 (expand_line_sal): Use expand_symtabs_with_filename method.
5897 * symmisc.c: Include psymtab.h.
5898 (print_objfile_statistics): Use print_stats method.
5899 (dump_objfile): Use dump method.
5900 (dump_psymtab, maintenance_print_psymbols)
5901 (maintenance_info_psymtabs, maintenance_check_symtabs)
5902 (extend_psymbol_list): Remove.
5903 * symfile.h (struct quick_symbol_functions): New struct.
5904 (struct sym_fns) <qf>: New field.
5905 (sort_pst_symbols): Remove.
5906 (increment_reading_symtab): Declare.
5907 * symfile.c: Include psymtab.h.
5908 (compare_psymbols, sort_pst_symbols): Remove.
5909 (psymtab_to_symtab): Remove.
5910 (increment_reading_symtab): New function.
5911 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
5912 method.
5913 (set_initial_language): Use find_main_filename.
5914 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
5915 (free_named_symtabs): Remove unused code.
5916 (start_psymtab_common, add_psymbol_to_bcache)
5917 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
5918 Remove.
5919 * stack.c: Include psymtab.h, symfile.h.
5920 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
5921 * source.h (psymtab_to_fullname): Don't declare.
5922 * source.c: Include psymtab.h.
5923 (select_source_symtab): Use find_last_source_symtab method.
5924 (forget_cached_source_info): Use forget_cached_source_info
5925 method.
5926 (find_and_open_source): No longer static.
5927 (psymtab_to_fullname): Remove.
5928 * somread.c: Include psymtab.h.
5929 (som_sym_fns): Update.
5930 * psympriv.h: New file.
5931 * psymtab.h: New file.
5932 * psymtab.c: New file.
5933 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
5934 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
5935 * objfiles.c: Include psymtab.h.
5936 (objfile_relocate1): Use relocate method.
5937 (objfile_has_partial_symbols): Use has_symbols method.
5938 * mipsread.c: Include psymtab.h.
5939 (ecoff_sym_fns): Update.
5940 * mi/mi-cmd-file.c: Include psymtab.h.
5941 (print_partial_file_name): New function.
5942 (mi_cmd_file_list_exec_source_files): Use
5943 map_partial_symbol_filenames.
5944 * mdebugread.c: Include psympriv.h.
5945 * machoread.c: Include psympriv.h.
5946 (macho_sym_fns): Update.
5947 * m2-exp.y (yylex): Use lookup_symtab.
5948 * elfread.c: Include psympriv.h.
5949 (elf_sym_fns): Update.
5950 * dwarf2read.c: Include psympriv.h.
5951 * dbxread.c: Include psympriv.h.
5952 (aout_sym_fns): Update.
5953 * cp-support.c: Include psymtab.h.
5954 (read_in_psymtabs): Remove.
5955 (make_symbol_overload_list_qualified): Use
5956 expand_symtabs_for_function method.
5957 * coffread.c: Include psympriv.h.
5958 (coff_sym_fns): Update.
5959 * blockframe.c: Include psymtab.h.
5960 (find_pc_partial_function): Use find_pc_sect_symtab method.
5961 * ada-lang.h (ada_update_initial_language): Update.
5962 * ada-lang.c: Include psymtab.h.
5963 (ada_update_initial_language): Remove 'main_pst' argument.
5964 (ada_lookup_partial_symbol): Remove.
5965 (struct ada_psym_data): New type.
5966 (ada_add_psyms): New function.
5967 (ada_add_non_local_symbols): Use map_ada_symtabs method.
5968 (struct add_partial_datum): New type.
5969 (ada_add_partial_symbol_completions): New function.
5970 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
5971 (ada_exception_support_info_sniffer): Update.
5972 * Makefile.in (SFILES): Add psymtab.c.
5973 (COMMON_OBS): Add psymtab.o.
5974 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
5975
7d8500b7
PM
59762010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
5977
5978 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
5979
c0cc3a76
SW
59802010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
5981
5982 PR C++/11236:
5983 * cp-namespace.c (cp_add_using): Deleted.
5984 (cp_add_using_directive): Use obstack allocations.
5985 Merged the function cp_add_using into this one.
5986 Added 'struct obstack *' argument.
5987 (cp_scan_for_anonymous_namespaces): Updated.
5988 * cp-support.h: Updated.
5989 * dwarf2read.c (read_import_statement): Updated.
5990 (read_namespace): Updated.
5991
452fa064
CF
59922010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
5993
5994 * windows-nat.c (cygwin_conv_path): Remove old macro.
5995
60e1c644
PA
59962010-03-10 Pedro Alves <pedro@codesourcery.com>
5997
5998 * breakpoint.c (condition_command): Handle watchpoint conditions.
5999 (is_hardware_watchpoint): Add comment.
6000 (is_watchpoint): New.
6001 (update_watchpoint): Don't reparse the watchpoint's condition
6002 unless necessary.
6003 (WP_IGNORE): New.
6004 (watchpoint_check): Use it.
6005 (bpstat_check_watchpoint): Handle it.
6006 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
6007 conditions in a frame where it makes sense.
6008 (watch_command_1): Store the innermost block of the condition
6009 expression.
6010 (delete_breakpoint): Delete the watchpoint condition expression.
6011 * breakpoint.h (struct bp_location) <cond>: Update comment.
6012 (struct breakpoint): New field `cond_exp_valid_block'.
6013
af6b7be1
JB
60142010-03-09 Joel Brobecker <brobecker@adacore.com>
6015
6016 Adjust handling of Ada DIEs after dwarf2_physname patch.
6017 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
6018
60c5c021
CF
60192010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
6020 Pierre Muller <muller@ics.u-strasbg.fr>
6021
6022 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
6023 from/to posix/win32.
6024 (windows_make_so): Use non-Cygwin 1.7 specific function.
6025 (windows_create_inferior): Make sure that cygallargs points to
6026 original args in non Cygwin 1.7. case.
6027
60a1502a
MS
60282010-03-09 Michael Snyder <msnyder@vmware.com>
6029
6030 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
6031 after target_read_memory to get host byte order.
6032 (i386_process_record): Ditto.
6033
94af9270
KS
60342010-03-09 Keith Seitz <keiths@redhat.com>
6035
6036 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
6037 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
6038 print out const or volatile qualifiers, too.
6039 (c_type_print_args): Add parameters show_artificial and language.
6040 Skip artificial parameters when requested.
6041 Use the appropriate language printer.
6042 (c_type_print_varspec): Tell c_type_print_args to skip artificial
6043 parameters and pass language_c.
6044 * dwarf2read.c (die_list): New file global.
6045 (struct partial_die_info): Update comments for name field.
6046 (pdi_needs_namespace): Renamed to ...
6047 (die_needs_namespace): ... this. Rewrite.
6048 (dwarf2_linkage_name): Remove.
6049 (add_partial_symbol): Do not predicate the call to
6050 partial_die_full_name based on pdi_needs_namespace.
6051 Remove call to cp_check_possible_namespace_symbols and associated
6052 outdated comments.
6053 (guess_structure_name): Do not inspect child subprogram DIEs.
6054 (dwarf2_fullname): Update comments.
6055 Use die_needs_namespace to assist in computing the name.
6056 (read_func_scope): Use dwarf2_name to get the DIE's name.
6057 Use dwarf2_physname to get the "linkage name" of the DIE.
6058 (dwarf2_add_member_field): Use dwarf2_physname instead of
6059 dwarf2_linkage_name.
6060 (read_structure_type): For structs and classes, set TYPE_NAME, too.
6061 (determine_class): Remove.
6062 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
6063 except Ada.
6064 (new_symbol): Unconditionally call dwarf2_name.
6065 Compute the "linkage name" using dwarf2_physname.
6066 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
6067 When determining to scan for anonymous C++ namespaces, ignore
6068 the linkage name.
6069 (dwarf2_physname): New function.
6070 (dwarf2_full_name): Move content to new function and call
6071 that.
6072 (dwarf2_compute_name): "New" function.
6073 (_initialize_dwarf2_read): Initialize die_list.
6074 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
6075 physname.
6076 (gnu_v3_print_method_ptr): Use the physname for virtual methods
6077 without a demangled name.
6078 Print out type information for non-virtual methods.
c8d5aac9 6079 * linespec.c (decode_line_1): Force ANY string using "::" (or
94af9270 6080 "." for java) to use decode_compound, and clean up any stray quoting.
c8d5aac9
L
6081 If we found a file symtab, re-evaluate whether the remainder is_quoted.
6082 (decode_compound): Stop consuming at an open parenthesis.
6083 Keep template parameters.
6084 Keep any overload information.
6085 Keep keywords like "const".
6086 Remove paren_pointer.
6087 Move is_quoted check from set_flags to here.
6088 Remove #if 0 code from 2000. Ten years is long enough.
6089 (find_method): Before comparing symbol names, canonicalize the string
6090 from the user.
6091 If a specific overload is requested, find it. Otherwise throw an error.
94af9270
KS
6092 (find_method_overload_end): New function.
6093 (set_flags): Remove.
c8d5aac9
L
6094 (decode_compound): Assume that parentheses are matched.
6095 It's a lot easier.
94af9270
KS
6096 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
6097 to cplus_demangle.
6098 * linespec.c (decode_line_1): Keep important keywords like
6099 "const" and "volatile".
6100 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
6101 * typeprint.h (c_type_print_args): Add declaration.
6102 * ui-file.c (do_ui_file_obsavestring): New function.
6103 (ui_file_obsavestring): New function.
6104 * ui-file.h (ui_file_obsavestring): Add declaration.
6105 * valops.c (find_overload_match): Resolve the object to
6106 a non-pointer type.
6107 If the object is a data member, search the object for the member
6108 and return with staticp set.
6109 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
6110 Do not attempt to extract a function name from non-function types.
6111 If the extracted function name and the original name are the same,
6112 we don't have a C++ method.
6113
8d95cc3b
PA
6114 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6115 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
94af9270
KS
6116
6117 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
6118 and arguments from symbol lookups.
6119 * ax-gdb.c (gen_expr): Likewise.
6120 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
6121 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
6122 lookup_possible_namespace_symbol): Likewise.
6123 * cp-support.c (read_in_psymtabs): Likewise.
6124 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
6125 * language.h (la_lookup_symbol_nonlocal): Likewise.
6126 * scm-valprint.c (scm_inferior_print): Likewise.
6127 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
6128 * solib-svr.c (elf_lookup_lib): Likewise.
6129 * solib.c (show_auto_solib_add): Likewise.
6130 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
6131 * symmisc.c (maintenance_check_symtabs): Likewise.
6132 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
6133 lookup_symbol_aux_local, lookup_symbol_aux_block,
6134 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
6135 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
6136 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
6137 basic_lookup_transparent_type, find_main_psymtab,
6138 lookup_block_symbol): Likewise.
6139 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
6140 lookup_symbol_global, lookup_symbol_aux_block,
6141 lookup_symbol_partial_symbol, lookup_block_symbol,
6142 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
6143
9cb74f47
PM
61442010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
6145
6146 * python/python-internal.h: Include symtab.h.
6147
af6b7be1
JB
61482010-03-09 Joel Brobecker <brobecker@adacore.com>
6149 Pierre Muller <muller@ics.u-strasbg.fr>
e13eedd5
PM
6150
6151 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
6152 * p-valprint.c (pascal_val_print): Remove undeed block and fix
6153 indentation.
6154
bad56014
TT
61552010-03-08 Tom Tromey <tromey@redhat.com>
6156
6157 * breakpoint.c (breakpoint_1): Add "QUIT".
6158
08105857
PA
61592010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
6160 Pedro Alves <pedro@codesourcery.com>
6161
6162 * solib.c (solib_find): Replace extension if
6163 solib_symbols_extension is set in the target gdbarch.
6164 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6165 solib_symbols_extension to "sym".
6166 * gdbarch.sh (solib_symbols_extension): New variable.
6167 (pstring): New function.
6168 * gdbarch.h, gdbarch.c: Regenerate.
6169
7c953934
TT
61702010-03-08 Tom Tromey <tromey@redhat.com>
6171
6172 PR cli/9591:
6173 * NEWS: Update.
6174 * utils.c: Include main.h.
6175 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
6176 (defaulted_query): Use default answer if `batch_flag'.
6177 * main.h (batch_flag): Declare.
6178 * main.c (batch_flag): New global.
6179 (captured_main): Remove 'batch'. Update.
6180
bbd2783e
KB
61812010-03-08 Kevin Buettner <kevinb@redhat.com>
6182
6183 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
6184 and Kevin Buettner:
6185
6186 * remote-mips.c (rockhopper_ops): New target_ops struct.
6187 (MON_ROCKHOPPER): New mips_monitor_type.
6188 (read_hex_value): New function.
6189 (mips_request): Send 8-byte values with a 'T' packet. Read the
8d95cc3b 6190 packet argument as a string and use read_hex_value to parse it.
bbd2783e
KB
6191 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
6192 (rockhopper_open): New function.
6193 (mips_wait): Read the PC, FP and SP fields as strings. Use
6194 read_hex_value to parse them and mips_set_register to commit them.
6195 (mips_set_register): New function.
6196 (mips_fetch_registers): Do not cast register value to "unsigned"
6197 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
6198 (mips_store_registers): Use a 'T' packet to set registers when
6199 using MON_ROCKHOPPER.
6200 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
6201 and expect the total to be printed before the entry address.
6202 (_initialize_remote_mips): Initialize and add rockhopper_ops.
6203
566f3d17
KB
62042010-03-08 Kevin Buettner <kevinb@redhat.com>
6205
6206 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
6207 Change return value to int. Store value fetched in location
6208 addressed by `val'. Use function's return value as success
6209 or failure indicator. Adjust all callers.
6210
9c8ee2ab 62112010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
f72d4b77
PM
6212
6213 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
6214
7155de5a
HZ
62152010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6216 Hui Zhu <teawater@gmail.com>
6217
6218 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
6219 tmp_to_stopped_data_address.
6220 (record_open): Reset tmp_to_stopped_by_watchpoint and
6221 tmp_to_stopped_data_address.
6222 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
6223 to_stopped_data_address.
6224
580879fc
HZ
62252010-03-08 Hui Zhu <teawater@gmail.com>
6226
6227 * i386-tdep.c (i386_process_record): Initialize regnum.
6228
b0fcb67f
JK
62292010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6230
6231 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
6232 Do not warn on ".gnu.liblist" and ".gnu.conflict".
6233
08597104
JB
62342010-03-08 Joel Brobecker <brobecker@adacore.com>
6235
6236 Memory error when reading wrong core file.
6237 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
6238 errors while reading the inferior memory, and return zero if
6239 an exception was raised.
6240
425b824a
MS
62412010-03-07 Michael Snyder <msnyder@vmware.com>
6242
ec6dbf37
MS
6243 * record.c (record_restore): Rename tmpu8 to rectype.
6244
648d0c8b
MS
6245 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
6246 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
6247
6248 (i386_record_push): Rename local tmpulongest to addr.
6249
6250 (i386_process_record): Rename local tmpulongest to addr.
6251
6252 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
6253 addr64.
955db0c0
MS
6254
6255 Rename local variable tmpu8 to opcode8 and regnum.
425b824a 6256
10760264
JB
62572010-03-07 Joel Brobecker <brobecker@adacore.com>
6258
6259 * remote.c (remote_get_ada_task_ptid): New function.
c8d5aac9 6260 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
10760264 6261
b3c613f2
CF
62622010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
6263
6264 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
6265 block. Define helper macros to reduce ifdefs in code.
6266 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
6267 size. Call unadorned GetModuleFileNameEx rather than
6268 GetModuleFileNameEx*.
6269 (windows_make_so): Use __PMAX to denote maximum buffer size and
6270 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
6271 appropriate.
6272 (get_image_name): Use __PMAX to denote maximum buffer size.
6273 (handle_load_dll): Likewise.
6274 (windows_pid_to_exec_file): Likewise.
6275 (windows_create_inferior): Add many accommodations for older Cygwin and
6276 non-Cygwin.
6277 (bad_GetModuleFileNameExW): Control inclusion of this function based on
6278 __USEWIDE conditional.
6279 (bad_GetModuleFileNameExA): Likewise.
6280 (_initialize_loadable): Just use real function names without the dyn_
6281 part since they are defined earlier.
6282
f870a310
TT
62832010-03-05 Corinna Vinschen <vinschen@redhat.com>
6284 Tom Tromey <tromey@redhat.com>
6285
6286 * utils.c (host_char_to_target): Add 'gdbarch' argument.
6287 (parse_escape): Likewise.
6288 * python/py-utils.c (unicode_to_target_string): Update.
6289 (unicode_to_target_python_string): Update.
6290 (target_string_to_unicode): Update.
6291 * printcmd.c (printf_command): Update.
6292 * p-exp.y (yylex): Update.
6293 * objc-exp.y (yylex): Update.
6294 * mi/mi-parse.c: Include charset.h.
6295 (mi_parse_escape): New function.
6296 (mi_parse_argv): Use it.
6297 * jv-exp.y (yylex): Update.
6298 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
6299 function.
6300 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
6301 * gdbarch.sh (auto_charset, auto_wide_charset): New.
6302 * gdbarch.c: Rebuild.
6303 * gdbarch.h: Rebuild.
6304 * defs.h (parse_escape): Update.
6305 * cli/cli-setshow.c: Include arch-utils.h.
6306 (do_setshow_command): Update.
6307 * cli/cli-cmds.c (echo_command): Update.
6308 * charset.h (target_charset, target_wide_charset): Update.
6309 * charset.c: Include arch-utils.h.
6310 (target_charset_name): Default to "auto".
6311 (target_wide_charset_name): Likewise.
6312 (show_target_charset_name): Handle "auto".
6313 (show_target_wide_charset_name): Likewise.
6314 (be_le_arch): New global.
6315 (set_be_le_names): Add 'gdbarch' argument.
6316 (validate): Likewise. Don't call set_be_le_names.
6317 (set_charset_sfunc, set_host_charset_sfunc)
6318 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
6319 Update.
6320 (target_charset): Add 'gdbarch' argument.
6321 (target_wide_charset): Likewise. Remove 'byte_order' argument.
6322 (auto_target_charset_name): New global.
6323 (default_auto_charset, default_auto_wide_charset): New functions.
6324 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
6325 for target charsets. Copy result of nl_langinfo. Use GetACP if
6326 USE_WIN32API.
6327 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
6328 remove 'byte_order' argument. Update.
6329 (classify_type): Likewise.
6330 (c_emit_char): Update.
6331 (c_printchar): Update.
6332 (c_printstr): Update.
6333 (c_get_string): Update.
6334 (evaluate_subexp_c): Update.
6335 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
6336 Declare.
6337 * python/python.c (gdbpy_target_charset): New function.
6338 (gdbpy_target_wide_charset): Likewise.
6339 (GdbMethods): Update.
6340 * NEWS: Update.
6341
4e7386b0
UW
63422010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
6343
6344 * symfile.c (build_section_addr_info_from_objfile): Do not mask
6345 off high address bits.
6346
aab48ede
UW
63472010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
6348
6349 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
6350 address as UnsignedLongLong, not LongLong.
6351
8eeafb51 63522010-03-05 Kevin Buettner <kevinb@redhat.com>
c8d5aac9 6353 Pedro Alves <pedro@codesourcery.com>
8eeafb51
KB
6354
6355 * remote-mips.c (gdbthread.h): Include.
6356 (remote_mips_ptid): Declare.
6357 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
6358 (common_open): Set inferior_ptid, add it as an inferior, and
6359 as a thread too. Delete FIXME comment regarding start_remote().
6360 (mips_close): Invoke generic_mourn_inferior().
6361 (mips_kill): Make sure that target_mourn_inferior is invoked.
6362 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
6363 it's now invoked from mips_close().
6364 (mips_load): Don't null out inferior_ptid. Don't call
6365 clear_symtab_users().
6366 (mips_thread_alive, mips_pid_to_str): New functions.
6367 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
6368 to_thread_alive and to_pid_to_str operations.
6369
ae411497
TT
63702010-03-04 Tom Tromey <tromey@redhat.com>
6371
6372 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
6373 in DWARF 3 and later.
6374 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
6375
0e0b460e
KS
63762010-03-04 Keith Seitz <keiths@redhat.com>
6377
6378 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
6379 If the filename portion of the linespec was quoted, recheck the
6380 remainder for additional quoting.
6381 (locate_first_half): Skip over completer chars, too.
6382
1b93ff13
TT
63832010-03-04 Tom Tromey <tromey@redhat.com>
6384
6385 * printcmd.c (printf_command): Pass dummy argument to
6386 printf_filtered.
6387
fc36e839
DE
63882010-03-04 Doug Evans <dje@google.com>
6389
111f853c
DE
6390 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
6391 unwound_fp.
6392
fc36e839
DE
6393 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
6394
c7437ca6
PA
63952010-03-04 Pedro Alves <pedro@codesourcery.com>
6396
6397 * breakpoint.c (update_watchpoint): Create a sentinel location if
6398 the software watchpoint isn't watching any memory.
6399 (breakpoint_address_bits): Skip dummy software watchpoint locations.
6400
58dadb1b
PA
64012010-03-04 Pedro Alves <pedro@codesourcery.com>
6402
6403 * utils.c (fputs_maybe_filtered): Check if there's already a top
6404 level interpreter before dereferencing it. If there isn't one,
6405 don't paginate either.
6406
50e98be4
DJ
64072010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6408
6409 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
6410 the state right when single stepping.
6411 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
6412 Get the next PC along with the instruction state.
6413 (thumb_get_next_pc): Remove.
6414 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
6415
2e3ceee9
HZ
64162010-03-04 Hui Zhu <teawater@gmail.com>
6417
6418 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
6419
390a8aca
PA
64202010-03-03 Pedro Alves <pedro@codesourcery.com>
6421
6422 * utils.c (fputs_maybe_filtered): Always disable pagination if the
6423 top level interpreter is MI.
6424
9355b391
SS
64252010-03-03 Stan Shebs <stan@codesourcery.com>
6426
6427 * remote.c (remote_download_tracepoint): Iterate over locations.
6428 * tracepoint.c (validate_actionline): Ditto.
6429 (encode_actions): Add location argument.
6430 (trace_dump_command): Check all locations to see if stepping
6431 frame.
390a8aca 6432
8685c86f
L
64332010-03-03 H.J. Lu <hongjiu.lu@intel.com>
6434 Eli Zaretskii <eliz@gnu.org>
6435
6436 * NEWS: Add X86 general purpose registers section.
6437
e8f781e2
TT
64382010-03-03 Tom Tromey <tromey@redhat.com>
6439
6440 PR mi/11098:
6441 * varobj.c (install_new_value): Handle case where new print_value
6442 is NULL.
6443
a0e0ef55
TT
64442010-03-03 Dainis Jonitis <jonitis@gmail.com>
6445
6446 PR gdb/11345:
6447 * printcmd.c (printf_command): Print end of format string using
6448 printf_filtered.
6449
a58d7472
TT
64502010-03-02 Tom Tromey <tromey@redhat.com>
6451
6452 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
6453 * defs.h (read_command_lines_1): Add missing 'void'.
6454 * cli/cli-script.c (recurse_read_control_structure): Add missing
6455 'void'.
6456 (read_next_line): Likewise.
6457 (read_command_lines_1): Likewise.
6458
ce50d78b
UW
64592010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
6460
6461 * spu-tdep.c (spu_analyze_prologue): Track instruction to
6462 store backchain as part of prologue.
6463
7e9af34a
DJ
64642010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
6465
6466 * progspace.c (update_address_spaces): Update inferior address spaces
6467 also.
6468
01637564
DE
64692010-03-02 Doug Evans <dje@google.com>
6470
6471 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
6472 lowpc,highpc args to addrmap_set_empty.
6473
1ba53b71
L
64742010-03-02 H.J. Lu <hongjiu.lu@intel.com>
6475
6476 * amd64-tdep.c (amd64_byte_names): New.
6477 (amd64_word_names): Likewise.
6478 (amd64_dword_names): Likewise.
6479 (amd64_pseudo_register_name): Likewise.
6480 (amd64_pseudo_register_read): Likewise.
6481 (amd64_pseudo_register_write): Likewise.
6482 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
6483 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
6484 set_gdbarch_pseudo_register_write and
6485 set_tdesc_pseudo_register_name. Don't call
6486 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
6487
6488 * i386-tdep.c (i386_num_mmx_regs): Removed.
6489 (i386_num_pseudo_regs): Likewise.
6490 (i386_byte_names): New.
6491 (i386_word_names): Likewise.
6492 (i386_byte_regnum_p): Likewise.
6493 (i386_word_regnum_p): Likewise.
6494 (i386_mmx_regnum_p): Updated.
6495 (i386_pseudo_register_name): Make it global. Handle byte and
6496 word pseudo-registers.
6497 (i386_pseudo_register_read): Likewise.
6498 (i386_pseudo_register_write): Likewise.
6499 (i386_pseudo_register_type): Handle byte, word and dword
6500 pseudo-registers
6501 (i386_register_reggroup_p): Don't include pseudo
6502 registers, except for MXX, in any register groups. Don't
6503 include pseudo byte, word, dword registers in general_reggroup.
6504 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
6505 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
6506 pseudo-registers after word pseudo-registers. Call
6507 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
6508
6509 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
6510 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
6511 eax_regnum.
6512 (i386_byte_regnum_p): New.
6513 (i386_word_regnum_p): Likewise.
6514 (i386_dword_regnum_p): Likewise.
6515 (i386_pseudo_register_name): Likewise.
6516 (i386_pseudo_register_read): Likewise.
6517 (i386_pseudo_register_write): Likewise.
6518
a6f5ef51
L
65192010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6520
6521 * target-descriptions.c (tdesc_type): Remove
6522 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
6523 (tdesc_predefined_types): Likewise.
6524 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
6525 if flag name is empty.
6526 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
6527
6528 * features/i386/32bit-core.xml: Define i386_eflags.
6529 * features/i386/64bit-core.xml: Likewise.
6530
6531 * features/i386/32bit-sse.xml: Define i386_mxcsr.
6532 * features/i386/64bit-sse.xml: Likewise.
6533
6534 * features/i386/amd64-linux.c: Regenerated.
6535 * features/i386/amd64.c: Likewise.
6536 * features/i386/i386-linux.c: Likewise.
6537 * features/i386/i386.c: Likewise.
6538
f5dff777
DJ
65392010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6540
6541 * gdbtypes.c (append_composite_type_field_raw): New.
6542 (append_composite_type_field_aligned): Use the new function.
6543 * gdbtypes.h (append_composite_type_field_raw): Declare.
6544 * target-descriptions.c (struct tdesc_type_field): Add start and end.
6545 (struct tdesc_type_flag): New type.
6546 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
6547 kind. Add size to u.u. Add u.f for flags.
6548 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
6549 (tdesc_free_type): Likewise.
6550 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
6551 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
6552 (tdesc_add_bitfield, tdesc_add_flag): New.
6553 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
6554 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
6555 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
6556 current_type. Add current_type_size and current_type_is_flags.
6557 (tdesc_start_union): Clear the new fields.
6558 (tdesc_start_struct, tdesc_start_flags): New.
6559 (tdesc_start_field): Handle struct fields, including bitfields.
6560 (field_attributes): Make type optional. Add start and end.
6561 (union_children): Rename to struct_union_children.
6562 (union_attributes): Rename to struct_union_attributes. Add optional
6563 size.
6564 (flags_attributes): New.
6565 (feature_children): Add struct and flags.
6566 * features/gdb-target.dtd: Add flags and struct to features.
6567 Make field type optional. Add field start and end.
6568
90884b2b
L
65692010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6570
6571 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
6572 (amd64_linux_read_description): Likewise.
6573 (_initialize_amd64_linux_nat): Set to_read_description to
6574 amd64_linux_read_description.
6575
6576 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
6577 (amd64_linux_register_name): Removed.
6578 (amd64_linux_register_type): Likewise.
6579 (amd64_linux_core_read_description): New.
6580 (amd64_linux_init_abi): Set target description to
6581 tdesc_amd64_linux if needed. Support orig_rax in target
6582 description. Don't call set_gdbarch_register_name nor
6583 set_gdbarch_register_type. Call
6584 set_gdbarch_core_read_description.
6585 (_initialize_amd64_linux_tdep): Call
6586 initialize_tdesc_amd64_linux.
6587
6588 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
6589
6590 * amd64-tdep.c: Include "features/i386/amd64.c".
6591 (amd64_register_names): Removed.
6592 (amd64_register_name): Likewise.
6593 (amd64_register_type): Likewise.
6594 (amd64_init_abi): Set num_core_regs and register_names. Set
8d95cc3b 6595 target description to tdesc_amd64 if needed. Don't call
90884b2b
L
6596 set_gdbarch_register_name nor set_gdbarch_register_type.
6597 (_initialize_amd64_tdep): New.
6598
6599 * i386-linux-nat.c (i386_linux_read_description): New.
6600 (_initialize_i386_linux_nat): Set to_read_description to
6601 i386_linux_read_description.
6602
6603 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
6604 (i386_linux_register_name): Removed.
6605 (i386_linux_core_read_description): New.
6606 (i386_linux_read_description): Likewise.
6607 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
6608 Set target description to tdesc_i386_linux if needed. Support
6609 orig_eax. Set register_reggroup_p. Call
6610 set_gdbarch_core_read_description.
6611 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
6612
6613 * i386-linux-tdep.h (tdesc_i386_linux): New.
6614
6615 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
6616 with I387_NUM_REGS.
6617
6618 * i386-tdep.c: Include "features/i386/i386.c".
6619 (i386_register_names): Make it const.
6620 (i386_mmx_names): Likewise.
6621 (i386_num_register_names): Removed.
6622 (i386_register_name): Likewise.
6623 (i386_eflags_type): Likewise.
6624 (i386_mxcsr_type): Likewise.
6625 (i386_sse_type): Likewise.
6626 (i386_register_type): Likewise.
6627 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
6628 (i386_pseudo_register_name): New.
6629 (i386_pseudo_register_type): Likewise.
6630 (i386_mmx_type): Make it static.
6631 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
6632 I387_NUM_REGS. Set num_core_regs and register_names. Don't
6633 call set_gdbarch_register_name nor set_gdbarch_register_type.
6634 Set register_reggroup_p. Set target description to tdesc_i386
6635 if needed. Call set_tdesc_pseudo_register_type,
6636 set_tdesc_pseudo_register_name and tdesc_use_registers.
6637 (_initialize_i386_tdep): Call initialize_tdesc_i386.
6638 initialize_tdesc_x86_64.
6639
6640 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
6641 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
6642 register_names, tdesc and register_reggroup_p.
6643 (I386_NUM_FREGS): Removed.
6644 (i386_eflags_type): Likewise.
6645 (i386_mxcsr_type): Likewise.
6646 (i386_mmx_type): Likewise.
6647 (i386_sse_type): Likewise.
6648 (i386_register_name): Likewise.
6649 (i386_regnum): Add I386_MXCSR_REGNUM.
6650 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
6651
6652 * i387-tdep.h (I387_NUM_REGS): New.
6653
6654 * regformats/i386/i386-linux.dat: Generated.
6655 * regformats/i386/i386.dat: Likewise.
6656 * regformats/i386/amd64-linux.dat: Likewise.
6657 * regformats/i386/amd64.dat: Likewise.
6658
6659 * regformats/reg-i386-linux.dat: Removed.
6660 * regformats/reg-i386.dat: Likewise.
6661 * regformats/reg-x86-64-linux.dat: Likewise.
6662 * regformats/reg-x86-64.dat: Likewise.
6663
d0d0ab16
CV
66642010-03-01 Corinna Vinschen <vinschen@redhat.com>
6665
6666 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
6667 cygwin_conv_path API rather than the deprecated
6668 cygwin_conv_to_full_posix_path.
6669 * windows-nat.c:
6670 (GetModuleFileNameExA): Undefine for Cygwin.
6671 (GetModuleFileNameExW): Define for Cygwin.
6672 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
6673 Call GetModuleFileNameExW and convert path to POSIX using
6674 cygwin_conv_path.
6675 (windows_make_so): Always define p. Drop unused variable m.
6676 Don't use Win32 functions to check file existance, rather use
6677 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
6678 Use canonicalize_file_name to get full path.
6679 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
6680 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
6681 use correct target buffer size in call to WideCharToMultiByte.
6682 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
6683 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
6684 (windows_create_inferior): Convert all paths and arguments to wchar_t
6685 and use CreateProcessW on Cygwin.
6686 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
6687 (bad_GetModuleFileNameExA): Undefine for Cygwin.
6688 (bad_GetModuleFileNameExW): Define for Cygwin.
6689 (_initialize_loadable): Load GetModuleFileNameExW into
6690 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
6691
dc00d89f
PM
66922010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6693
6694 PR python/11036
6695 * python/py-frame.c (frapy_read_var): Add block argument and logic
6696 to cope with user provided blocks.
6697
0e095b7e
JK
66982010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6699
6700 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
6701 New comment.
6702
2f9e05b4
CV
67032010-02-28 Corinna Vinschen <vinschen@redhat.com>
6704
6705 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
6706 (COMMON_OBS): ... to here since it's used unconditionally.
6707 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
6708 (SFILES): To here.
6709
eb195664
DD
67102010-02-26 David Daney <ddaney@caviumnetworks.com>
6711
6712 * mips-linux-tdep.c: Update struct sigframe comments.
6713 (SIGFRAME_CODE_OFFSET): Delete macro.
6714 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
6715 this_frame's sp.
6716 (mips_linux_n32n64_sigframe_init): Same.
6717
97b0f3e2
KB
67182010-02-26 Kevin Buettner <kevinb@redhat.com>
6719
6720 * remote-mips.c (mips_load): Don't use pseudo-register when
6721 invalidating regcache.
6722
4069ebbe
DJ
67232010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6724
6725 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
6726
05071a4d
PA
67272010-02-26 Pedro Alves <pedro@codesourcery.com>
6728
6729 * NEWS: Add "New targets" section, and mention ARM Symbian
6730 support.
6731
6063c216
UW
67322010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
6733
6734 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
6735 add ADDR_SIZE member.
6736 (allocate_piece_closure): Update.
6737 (copy_pieced_value_closure): Likewise.
6738 (dwarf2_evaluate_loc_desc): Likewise.
6739 (read_pieced_value): Use DWARF address size instead of
6740 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
6741
5107b149 67422010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6743 Tom Tromey <tromey@redhat.com>
5107b149
PM
6744
6745 * python/py-type.c (typy_lookup_typename): Add in block argument.
6746 If provided restrict lookup to specified blocks.
6747 (gdbpy_lookup_type): Likewise.
6748 (typy_lookup_type): Likewise.
6749
78664fa3 67502010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
8d95cc3b 6751
78664fa3
PA
6752 Symbian config
6753
6754 gdb/
6755 * arm-symbian-tdep.c: New.
6756 * configure.tgt (arm*-*-symbianelf*): New target.
6757 (*-*-symbianelf*): New OS.
6758 * osabi.c (gdb_osabi_names): Add Symbian.
6759 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
6760 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
6761 (ALLDEPFILES): Add arm-symbian-tdep.c.
6762
eb73e134
DJ
67632010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
6764
6765 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
6766
46ef47e5
PA
67672010-02-24 Pedro Alves <pedro@codesourcery.com>
6768
6769 * mi/mi-main.c (mi_cmd_execute): Fix typo.
6770
f3e9a817 67712010-02-24 Phil Muldoon <pmuldoon@redhat.com>
8d95cc3b 6772 Tom Tromey <tromey@redhat.com>
f3e9a817
PM
6773 Thiago Jung Bauermann <bauerman@br.ibm.com>
6774
6775 * python/python.c (_initialize_python): Call
6776 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
6777 gdbpy_initialize_blocks.
6778 * python/python-internal.h: Declare struct symbol, block and
6779 symtab_and_line. Declare block_object_type and
6780 symbol_object_type
6781 (gdbpy_lookup_symbol gdbpy_block_for_pc)
6782 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
6783 (symbol_to_symbol_object, block_to_block_object)
6784 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
6785 (gdbpy_initialize_blocks ): Declare.
6786 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
6787 (frapy_select): Add methods.
6788 (frapy_read_var): Add symbol branch.
6789 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
6790 py-block.
6791 (SUBDIR_PYTHON_SRCS): Likewise.
6792 (py-symbol.o): New rule.
6793 (py-symtab.o): Likewise.
6794 (py-block.o): Likewise.
6795 * python/py-symbol.c: New file.
6796 * python/py-symtab.c: Likewise.
6797 * python/py-block.c: Likewise.
6798
24291992
PA
67992010-02-24 Pedro Alves <pedro@codesourcery.com>
6800
6801 PR gdb/11321
6802
6803 * inferior.h (prepare_for_detach): Declare.
6804 (struct inferior) <detaching>: New field.
6805 * infrun.c (prepare_for_detach): New.
6806 (handle_inferior_event) <random signal>: Don't stop if detaching.
6807 * target.c (target_detach): Call prepare_for_detach.
6808
fc1cf338
PA
68092010-02-24 Pedro Alves <pedro@codesourcery.com>
6810
6811 Per-process displaced stepping queue.
6812
6813 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
6814 (displaced_step_gdbarch, displaced_step_closure,
6815 (displaced_step_original, displaced_step_copy): Move globals to
6816 this...
6817 (struct displaced_step_inferior_state): ... new structure.
6818 (displaced_step_inferior_states): New global.
6819 (get_displaced_stepping_state, add_displaced_stepping_state)
6820 (remove_displaced_stepping_state, infrun_inferior_exit): New
6821 functions.
6822 (displaced_step_clear): Add displaced_step_inferior_state
6823 parameter, and adjust to handle it.
6824 (displaced_step_clear_cleanup): Parameter is now a
6825 displaced_step_inferior_state. Adjust.
6826 (displaced_step_prepare): Adjust.
6827 (displaced_step_fixup, displaced_step_fixup)
6828 (infrun_thread_ptid_changed, resume): Adjust.
6829 (init_wait_for_inferior): Don't call displaced_step_clear.
6830 (infrun_thread_stop_requested): Rewrite.
6831 (_initialize_infrun): Install infrun_inferior_exit as
6832 inferior_exit observer.
6833
0723dbf5
PA
68342010-02-24 Pedro Alves <pedro@codesourcery.com>
6835
6836 * inferior.h (ptid_match): Declare.
6837 * infrun.c (ptid_match): New.
6838 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
6839 (handle_notification): Add debug output.
6840 * linux-nat.c (ptid_match): Delete.
6841
09de9781
DM
68422010-02-24 David S. Miller <davem@davemloft.net>
6843
6844 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
6845 * syscalls/sparc-linux.xml: New.
6846 * syscalls/sparc64-linux.xml: New.
6847 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
6848 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
6849 (sparc32_linux_get_syscall_number): New function.
6850 (sparc32_linux_init_abi): Set syscall XML file name and hook up
6851 syscall number fetcher.
6852 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
6853 (sparc64_linux_get_syscall_number): New function.
6854 (sparc64_linux_init_abi): Set syscall XML file name and hook up
6855 syscall number fetcher.
6856
a79b8f6e
VP
68572010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6858
6859 Multiexec MI
6860
6861 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6862 * inferior.c (add_inferior_silent): Notify inferior_added
6863 observer.
6864 (delete_inferior_1): Notify inferior_removed observer.
6865 (exit_inferior_1): Pass inferior, not pid, to observer.
6866 (inferior_appeared): Likewise.
6867 (add_inferior_with_spaces): New.
6868 (add_inferior_command): Use the above.
6869 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
6870 Declare.
6871
6872 * inflow.c (inflow_inferior_exit): Likewise.
6873 * jit.c (jit_inferior_exit_hook): Likewise.
6874
6875 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
6876 remove-inferior.
6877 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
6878 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
6879 (report_initial_inferior): New.
6880 (mi_inferior_removed): Register the above. Make sure
6881 inferior_added observer is called on the first inferior.
6882 (mi_new_thread, mi_thread_exit): Thread group is now identified by
6883 inferior number, not pid.
6884 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
6885 affected.
6886 * mi/mi-main.c (current_context): New.
6887 (proceed_thread_callback): Use typed closure.
6888 Proceed everything if pid is 0. Most implementation split into
6889 (proceed_thread): ... this.
6890 (run_one_inferior): New.
6891 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
6892 Adjust for multiexec behaviour.
6893 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
6894 (mi_cmd_execute): Handle the 'thread-group' option here.
6895 Do some extra checks.
6896 * mi-parse.c (mi_parse): Handle the --all and --thread-group
6897 options.
6898 * mi-parse.h (struct mi_parse): New fields all and thread_group.
6899
115d30f9
VP
69002010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6901
6902 Make -exec-run a proper MI commands.
6903
6904 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
6905 * mi/mi-cmds.c (mi_cmds): Adjust.
6906 * mi/mi-main.c (mi_cmd_exec_run): New.
6907
06cd862c
PA
69082010-02-24 Pedro Alves <pedro@codesourcery.com>
6909 Stan Shebs <stan@codesourcery.com>
6910
6911 * tracepoint.h (set_traceframe_number)
6912 (cleanup_restore_current_traceframe): Declare.
6913 * tracepoint.c (set_traceframe_number): New.
6914 (struct current_traceframe_cleanup): New.
6915 (do_restore_current_traceframe_cleanup)
6916 (restore_current_traceframe_cleanup_dtor)
6917 (make_cleanup_restore_current_traceframe): New.
6918 * infrun.c: Include tracepoint.h.
6919 (fetch_inferior_event): Switch out and in of tfind mode.
6920
ab92d69b
PA
69212010-02-24 Pedro Alves <pedro@codesourcery.com>
6922
6923 * breakpoint.c (breakpoint_init_inferior): Also delete
6924 bp_shlib_event breakpoints.
6925 * solib-frv.c (enable_break): Remove call to
6926 remove_solib_event_breakpoints.
6927 * solib-svr4.c (enable_break): Ditto.
6928 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
6929 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
6930 * solib-som.c (som_solib_create_inferior_hook): Ditto.
6931 * solib-spu.c (spu_enable_break): Ditto.
6932
e707a91d
PA
69332010-02-23 Harald Koenig <H.Koenig@science-computing.de>
6934
6935 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
6936
cfce2ea2
PA
69372010-02-23 Harald Koenig <H.Koenig@science-computing.de>
6938
6939 * varobj.c (varobj_update): Avoid non-constants in initializers.
6940
05566b3b
TT
69412010-02-23 Tom Tromey <tromey@redhat.com>
6942
6943 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
6944 handle big-endian values.
6945 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
6946
85d721b8
PA
69472010-02-22 Pedro Alves <pedro@codesourcery.com>
6948
6949 PR9605
6950
6951 gdb/
6952 * breakpoint.c (insert_bp_location): If inserting the read
6953 watchpoint failed, fallback to an access watchpoint.
6954 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
6955 if the value changed, if not watching the same memory for writes.
6956 (watchpoint_locations_match): Add comment.
6957 (update_global_location_list): Copy the location's watchpoint type.
6958 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
6959 handle read watchpoints here.
6960 (i386_insert_watchpoint): Read watchpoints aren't supported.
6961 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
6962 packets.
6963 * target.h (target_insert_watchpoint): Update description.
6964
48ea67a7
TT
69652010-02-19 Tom Tromey <tromey@redhat.com>
6966
6967 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
6968 * m2-typeprint.c (m2_print_type): Update.
6969 * gdbtypes.c (recursive_dump_type): Update.
6970 (copy_type_recursive): Update.
6971 * c-typeprint.c (c_type_print_varspec_prefix): Update.
6972 (c_type_print_base): Update.
6973 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
6974 Remove.
6975 (struct cplus_struct_type) <ntemplate_args>: Remove.
6976 <struct template_arg>: Remove.
6977 <is_dynamic>: Move earlier.
6978 (TYPE_TEMPLATE_ARGS): Remove.
6979 (TYPE_NTEMPLATE_ARGS): Remove.
6980 (TYPE_TEMPLATE_ARG): Remove.
6981
48e32051
TT
69822010-02-19 Tom Tromey <tromey@redhat.com>
6983
6984 PR c++/8693, PR c++/9496:
6985 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
6986 * c-exp.y (lex_one_token): Rename from yylex. Don't call
6987 write_dollar_variable. Don't try to classify NAME tokens.
6988 (token_and_value): New type.
6989 (token_fifo, popping, name_obstack): New globals.
6990 (classify_name): New function.
6991 (classify_inner_name): Likewise.
6992 (yylex): Likewise.
6993 (VARIABLE): Now has type sval.
6994 (exp : VARIABLE): Call write_dollar_variable.
6995 (qualified_name): Use TYPENAME, not typebase. Add production for
6996 multiple "::" instances.
6997 (variable): Use name_not_typename.
6998 (qualified_type): Remove.
6999 (typebase): Update.
7000
672d9c23
JK
70012010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7002
7003 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
7004 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
7005 found by bfd_get_section_by_name.
7006 * symfile.h (struct section_addr_info) <sectindex>: New comment.
7007
bfbf3774
JB
70082010-02-19 Joel Brobecker <brobecker@adacore.com>
7009
7010 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
7011 7.0 section" into "Changes in 7.1".
7012
6756b09b 70132010-02-19 Joel Brobecker <brobecker@adacore.com>
7014
7015 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
7016 * version.in: Bump version to 7.1.50.20100219-cvs.
7017
202b96c1
PA
70182010-02-18 Harald Koenig <H.Koenig@science-computing.de>
7019
7020 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
7021 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
7022
de2e5182
TT
70232010-02-17 Tom Tromey <tromey@redhat.com>
7024
7025 * NEWS: Add Python API Improvements section.
7026
7280022e
DJ
70272010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7028
7029 * NEWS: Correct typo.
7030
6f451e5e
TT
70312010-02-17 Tom Tromey <tromey@redhat.com>
7032
7033 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
7034
012836ea
JK
70352010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7036
7037 * symfile.c (build_section_addr_info_from_objfile): Include sections
7038 only if they are SEC_ALLOC or SEC_LOAD.
7039
d182d057
L
70402010-02-17 H.J. Lu <hongjiu.lu@intel.com>
7041
7042 PR shlibs/11293
7043 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
7044 of ULONGEST for address size.
7045
4eef138c
TT
70462010-02-17 Tom Tromey <tromey@redhat.com>
7047
7048 * NEWS: Add C++ improvements section.
7049
548a926a
UW
70502010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
7051
7052 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
7053 PyThreadState_Swap): Avoid "statement with no effect" warning.
7054
ad3a0e5b
JK
70552010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7056
7057 * solib-svr4.c (enable_break <target_auxv_search>): New variable
7058 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
7059
243e2c5d 70602010-02-17 Tristan Gingold <gingold@adacore.com>
b2319725 7061 Petr Hluzin <petr.hluzin@gmail.com>
243e2c5d
TG
7062
7063 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
7064 gdb_assert. Fix info->size for SIG prologue.
7065
275f2e57
DJ
70662010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7067
7068 * infcmd.c (show_inferior_tty_command): Check for NULL.
7069 Correct output message.
7070
791dfb64
DJ
70712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7072
7073 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
7074 FUNCTION contains parentheses. Improve removal of a trailing
7075 single quote.
7076
14d1346b
DJ
70772010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7078
7079 * gcore.c (do_bfd_delete_cleanup): New function.
7080 (gcore_command): Use it. Discard the cleanup after success.
7081 (gcore_copy_callback): Delete dead code.
7082
e76ab67f
DJ
70832010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7084
7085 * symfile.c (addr_info_make_relative): Always use
7086 find_lowest_section.
7087
71dee663
SW
70882010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
7089
7090 * NEWS: Added entry for namespace fixes.
7091
a9854bd5
TT
70922010-02-15 Tom Tromey <tromey@redhat.com>
7093
7094 * dwarf2read.c (guess_structure_name): Allocate name on the
7095 objfile obstack.
7096
fd9e29b5
TT
70972010-02-15 Tom Tromey <tromey@redhat.com>
7098
7099 * c-typeprint.c (c_type_print_base): Reverse order of test.
7100
4e1fc9c9
JK
71012010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7102
7103 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
7104 initialize it from ELF BFD. Extend the prelink condition by it.
7105
74164c56
JK
71062010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7107
7108 * defs.h (parse_pid_to_attach): New.
7109 * utils.c (parse_pid_to_attach): New.
7110 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
7111 * gnu-nat.c (gnu_attach): Likewise.
7112 * nto-procfs.c (procfs_attach): Likewise.
7113 * procfs.c (procfs_attach): Likewise.
7114 * windows-nat.c (windows_attach): Likewise.
7115 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
7116 * inf-ttrace.c (inf_ttrace_attach): Likewise.
7117 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
7118 check.
7119
bf6adea8
MM
71202010-02-14 Masaki Muranaka <monaka@monami-software.com>
7121
7122 * MAINTAINERS: Add myself for write after approval privileges.
7123
28f34a8f
JK
71242010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7125
7126 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
7127 block.
7128
701ed6dc
JK
71292010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
7132 only if INFO_VERBOSE.
7133
e5829bee
MS
71342010-02-12 Tomas Holmberg <th@virtutech.com>
7135
7136 * mi/mi-main.c: Added the --reverse flag to the following MI
7137 commands: exec-continue, exec-finish, exec-next, exec-step,
7138 exec-next-instruction, exec-step-instruction. This is to
7139 support reverse execution over the MI interface to gdb.
7140
081dfbf7
PA
71412010-02-12 Pedro Alves <pedro@codesourcery.com>
7142
7143 * tracepoint.c (_initialize_tracepoint): Specify that the address
7144 range of `tfind outsize' is exclusive, and that the address range
7145 of `tfind range' is inclusive, in the commands' help strings.
7146
ecc13e53
JB
71472010-02-12 Joel Brobecker <brobecker@adacore.com>
7148
7149 Spurious "dll not found" error messages on x64-windows.
7150 * windows-nat.c: Add include of complaints.h.
7151 (handle_unload_dll): Change dll-not-found error into a complaint.
7152
15c3d785
PA
71532010-02-12 Pedro Alves <pedro@codesourcery.com>
7154
7155 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
7156 bp_tracepoint and bp_fast_tracepoint, not
7157 bp_loc_software_breakpoint.
7158 (update_global_location_list): Tracepoints are never duplicates of
7159 anything.
7160
fd9b8c24
PA
71612010-02-12 Pedro Alves <pedro@codesourcery.com>
7162
7163 * breakpoint.c (break_command_really): Change return type to int.
7164 Return false if no breakpoint was created, true otherwise.
7165 (trace_command): Don't set the tracepoint count if no tracepoint
7166 was created.
7167 (ftrace_command): Ditto.
7168 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
7169 created in the breakpoints table.
7170
5c0d192f
JK
71712010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7172 Ulrich Weigand <uweigand@de.ibm.com>
7173
7174 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
7175
5d5b640e
PA
71762010-02-11 Pedro Alves <pedro@codesourcery.com>
7177
7178 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
7179 the offset value isn't of integral type.
7180
e5a0a904
JK
71812010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
7184 New.
7185
be636754
PA
71862010-02-11 Pedro Alves <pedro@codesourcery.com>
7187
7188 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
7189 non-subscriptable types.
7190 * valarith.c (binop_types_user_defined_p): New, abstracted out
7191 from ...
7192 (binop_user_defined_p): ... this.
7193 * value.h (binop_types_user_defined_p): Declare.
7194
10ef8d6a
PA
71952010-02-11 Pedro Alves <pedro@codesourcery.com>
7196
7197 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
7198 Merge uploaded TSVs before merging uploaded tracepoints.
7199
b1028c8e
PA
72002010-02-11 Pedro Alves <pedro@codesourcery.com>
7201
7202 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
7203
7a93fb82 72042010-02-11 Vladimir Prus <vladimir@codesourcery.com>
84d90c10 7205
7a93fb82
VP
7206 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
7207 whitespace character after a dot in comment.
7208 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
7209 Likewise.
7210 (list_args_or_locals): For the 'all' (that is
7211 -stack-list-variables) case, always output list of tuples.
7212 Output 'arg' field if variable is argument.
84d90c10 7213
92981e24
TT
72142010-02-10 Tom Tromey <tromey@redhat.com>
7215
7216 * parser-defs.h (parser_debug): Declare.
7217 * parse.c (_initialize_parse): Install "debug parser" set/show
7218 command.
7219 (parser_debug): New global.
7220 (show_parserdebug): New function.
7221 * c-exp.y (c_parse): Set yydebug.
7222
9fd3625f
L
72232010-02-10 H.J. Lu <hongjiu.lu@intel.com>
7224
7225 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
7226 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
7227 (tdesc_predefined_types): Add i387_ext, i386_eflags and
7228 i386_mxcsr.
7229 (tdesc_find_type): New.
7230 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
7231 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
7232
7233 * target-descriptions.h (tdesc_find_type): New.
7234
2fe842e5
MS
72352010-02-10 Michael Snyder <msnyder@vmware.com>
7236
7237 * gdb-gdb.py: Comment fix.
7238
f18b4cab
TG
72392010-02-09 Tristan Gingold <gingold@adacore.com>
7240
7241 * machoread.c (macho_symfile_relocate): New function.
7242 (macho_sym_fns): Use macho_symfile_relocate instead of
7243 default_symfile_relocate.
7244 (macho_oso_data): New type.
7245 (current_oso): New variable.
7246 (macho_add_oso_symfile): Do not compute section_addr_info, but
7247 instead set vma of sections.
7248 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
7249 Set and clear current_oso.
7250
31dbc1c5
JB
72512010-02-09 Joel Brobecker <brobecker@adacore.com>
7252
7253 Wrong type description for tagged type parameter.
7254 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
7255 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
7256 reference to a tagged type.
7257
399f313b
TG
72582010-02-09 Tristan Gingold <gingold@adacore.com>
7259
7260 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
7261 brothers of the parent.
7262
714f19d5
TT
72632010-02-08 Tom Tromey <tromey@redhat.com>
7264
7265 PR c++/8017:
7266 * value.h: Update.
7267 * valops.c (search_struct_field): Make 'name' const.
7268 (search_struct_method): Likewise.
7269 (find_method_list): Make 'method' const.
7270 (value_struct_elt): Make 'name' and 'err' const.
7271 (value_find_oload_method_list): Make 'method' const.
7272 (find_overload_match): Make 'name' const.
7273 * eval.c (evaluate_subexp_standard): New locals function,
7274 function_name.
7275 <OP_FUNCALL>: Handle OP_SCOPE specially.
7276
de0a0249
UW
72772010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7278
7279 * infrun.c (handle_inferior_event): Do not look up regcache
7280 for exited processes.
7281
8d95cc3b 72822010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
7283
7284 PR gdb/10728
7285 * valarith.c (value_ptrdiff): Added a test for a zero type length,
8d95cc3b 7286 warn if found, and assume length = 1.
83b10087 7287
99903ae3
CM
72882010-02-08 Chris Moller <cmoller@redhat.com>
7289
7290 PR gdb/9067
7291 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
6036c742 7292 (cp_print_static_field) Fix use of obstacks.
8d95cc3b 7293
e3e9f5a2
PA
72942010-02-08 Pedro Alves <pedro@codesourcery.com>
7295
7296 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
7297 resumed LWPs as resumed.
7298 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
7299 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
7300 of throwing an internal error. If an LWP of a process we're not
7301 waiting for reports a signal, don't force collecting a SIGSTOP,
7302 and if it was breakpoint hit in non-stop mode, cancel it. Don't
7303 go through all LWPs cancelling breakpoints in non-stop mode.
7304 (resume_stopped_resumed_lwps): New.
7305 (linux_nat_wait): Use it.
7306
46763423
L
73072010-02-07 H.J. Lu <hongjiu.lu@intel.com>
7308
7309 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
7310 i386/amd64 and i386/amd64-linux.
7311 (i386/i386-expedite): New.
7312 (i386/i386-linux-expedite): Likewise.
7313 (i386/amd64-expedite):Likewise.
7314 (i386/amd64-linux-expedite): Likewise.
7315 ($(outdir)/i386/i386-linux.dat): Likewise.
7316 ($(outdir)/i386/amd64.dat): Likewise.
7317 ($(outdir)/i386/amd64-linux.dat): Likewise.
7318
7319 * features/i386/32bit-core.xml: New.
7320 * features/i386/32bit-linux.xml: Likewise.
7321 * features/i386/32bit-sse.xml: Likewise.
7322 * features/i386/64bit-core.xml: Likewise.
7323 * features/i386/64bit-linux.xml: Likewise.
7324 * features/i386/64bit-sse.xml: Likewise.
7325 * features/i386/i386-linux.xml: Likewise.
7326 * features/i386/i386.xml: Likewise.
7327 * features/i386/amd64-linux.xml: Likewise.
7328 * features/i386/amd64.xml: Likewise.
7329 * features/i386/i386-linux.c: Likewise.
7330 * features/i386/i386.c: Likewise.
7331 * features/i386/amd64-linux.c: Likewise.
7332 * features/i386/amd64.c: Likewise.
7333
82856980
SW
73342010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
7335
7336 PR c++/7935:
7337 * cp-support.h: Added char* alias element to using_direct data
7338 struct.
7339 (cp_add_using): Added char* alias argument.
7340 (cp_add_using_directive): Ditto.
7341 * cp-namespace.c: Updated with the above changes.
7342 (cp_lookup_symbol_imports): Check for aliases.
7343 * dwarf2read.c (read_import_statement): Figure out local alias
7344 for the import and pass it on to cp_add_using.
7345 (read_namespace): Pass alias argument to cp_add_using.
7346
d18b8b7a
HZ
73472010-02-05 Hui Zhu <teawater@gmail.com>
7348
7349 * defs.h (gdb_bfd_errmsg): New extern.
7350 * exec.c (exec_file_attach): Change bfd_errmsg to
7351 gdb_bfd_errmsg.
7352 * utils.c (AMBIGUOUS_MESS1): New macro.
7353 (AMBIGUOUS_MESS2): New macro.
7354 (gdb_bfd_errmsg): New function.
7355
48379de6
DE
73562010-02-04 Doug Evans <dje@google.com>
7357
7358 * solib-svr4.c (enable_break): Add comment.
7359
4ee73e90
AG
73602010-02-04 Anthony Green <green@moxielogic.com>
7361
7362 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
7363 gracefully.
7364
1a334831
TT
73652010-02-04 Tom Tromey <tromey@redhat.com>
7366
7367 * valops.c (search_struct_field): Account for
7368 value_embedded_offset. Fix check for virtual base past the end of
7369 the object. Use value_copy when making a slice of the value.
7370
1180b2c8
L
73712010-02-04 H.J. Lu <hongjiu.lu@intel.com>
7372
7373 PR tui/9622
7374 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
7375 only if gdb_stdout is a tty.
7376
c3f08eb7
L
73772010-02-04 H.J. Lu <hongjiu.lu@intel.com>
7378
7379 * target-descriptions.c: Include "osabi.h".
7380 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
7381 OSABI.
7382
2d33f7b8
TG
73832010-02-04 Tristan Gingold <gingold@adacore.com>
7384
7385 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
7386 (macho_symtab_read): Adjust calls to macho_add_oso.
7387 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
7388 (macho_symfile_read): Adjust call to macho_oso_symfile.
7389 (macho_new_init): Move this function after declarations.
7390 (macho_symfile_init): Ditto.
7391 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
7392 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
7393
11334b82
VP
73942010-02-04 Vladimir Prus <vladimir@codesourcery.com>
7395
7396 Include MI command in remotelog.
7397
7398 * mi/mi-main.c (mi_execute_command): Call target_log_command.
7399
ff97be06
L
74002010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7401
7402 * remote.c (remote_state): Remove gdbarch.
7403 (init_remote_state): Don't set gdbarch.
7404 (remote_query_supported): Pass target_gdbarch instead of
7405 rs->gdbarch to gdbarch_qsupported.
7406
75cebea9
L
74072010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7408
7409 * gdbarch.sh: Add qsupported.
7410
7411 * gdbarch.c: Regenerated.
7412 * gdbarch.h: Likewise.
7413
7414 * remote.c (remote_state): Add gdbarch.
7415 (init_remote_state): Set gdbarch.
7416 (remote_query_supported): Support gdbarch_qsupported.
7417
c1dec97b
DJ
74182010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
7419
7420 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
7421 __FreeBSD_kernel_version.
7422
ac8035ab
TG
74232010-02-03 Tristan Gingold <gingold@adacore.com>
7424
7425 * symfile.h (struct sym_fns): Add sym_relocate field.
7426 (default_symfile_relocate): New prototype.
7427 (symfile_relocate_debug_section): First argument is now an objfile.
7428 * symfile.c (default_symfile_relocate): Rename from
7429 symfile_relocate_debug_section, first argument is now an objfile.
7430 (symfile_relocate_debug_section): New function.
7431 * coffread.c (coff_sym_fns): Set sym_relocate field.
7432 * somread.c (som_sym_fns): Ditto.
7433 * mipsread.c (ecoff_sym_fns): Ditto.
7434 * machoread.c (macho_sym_fns): Ditto.
7435 * elfread.c (elf_sym_fns): Ditto.
7436 * dwarf2read.c (dwarf2_read_section): Ditto.
7437 * xcoffread.c (xcoff_sym_fns): Ditto.
7438 * dbxread.c (aout_sym_fns): Ditto.
7439 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
7440 (elfstab_build_psymtabs): Ditto.
7441
be52b756
L
74422010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7443
7444 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
7445
9c3c02fd
TT
74462010-02-02 Tom Tromey <tromey@redhat.com>
7447
7448 * valops.c (value_cast_structs): Try downcasting using the RTTI
7449 type.
7450
f23f4c59
TT
74512010-02-02 Tom Tromey <tromey@redhat.com>
7452
7453 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
7454 (gnuv2_baseclass_offset): Now static.
7455 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
7456 * gnu-v2-abi.h: Remove.
7457
0cc2414c
TT
74582010-02-02 Tom Tromey <tromey@redhat.com>
7459
7460 * m2-typeprint.c (m2_record_fields): Don't use
7461 TYPE_DECLARED_TYPE.
7462 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
7463 (struct main_type) <flag_declared_class>: New field.
7464 (struct cplus_struct_type) <declared_type>: Remove.
7465 <ntemplate_args>: Move earlier.
7466 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
7467 (DECLARED_TYPE_TEMPLATE): Remove.
7468 (TYPE_DECLARED_TYPE): Remove.
7469 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
7470 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
7471 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
7472 TYPE_DECLARED_TYPE.
7473
edf3d5f3
TT
74742010-02-02 Tom Tromey <tromey@redhat.com>
7475
7476 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7477 * valops.c (search_struct_field): Compute nbases after calling
7478 CHECK_TYPEDEF.
7479 (check_field): Call CHECK_TYPEDEF.
7480 * cp-valprint.c (cp_print_value): Pass correct address to
7481 baseclass_offset. Fix check for virtual base past the end of the
7482 object. Don't offset address passed to cp_print_value_fields or
7483 apply_val_pretty_printer.
7484 (cp_print_value_fields): Fix call to val_print.
7485 (cp_print_value_fields_rtti): New function.
7486 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
7487 * p-valprint.c (pascal_object_print_value_fields): Fix call to
7488 val_print.
7489 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
7490 offset to address.
7491 * language.h (struct language_defn) <la_val_print>: Document.
7492 * c-lang.h (cp_print_value_fields_rtti): Declare.
7493
e4b7f41c
JK
74942010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7495
7496 PR libc/11214:
7497 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
7498 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
7499 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
7500
7618e12b
DJ
75012010-02-01 Michael Matz <matz@suse.de>
7502 Daniel Jacobowitz <dan@codesourcery.com>
7503
e4b7f41c 7504 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
7618e12b
DJ
7505 functions use a frame pointer.
7506
b381ea14
JK
75072010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
7510 by a conditional setting DYN_ADDR. Use DYN_ADDR.
7511 * config/djgpp/fnchange.lst: Add translations for
7512 symbol-without-target_section.exp and symbol-without-target_section.c.
7513
0e05dfcb
DJ
75142010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7515
7516 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
7517 (remote_breakpoint_for_pc): Correct invalid_p check.
7518 * gdbarch.c: Regenerated.
7519
f9d67f43
DJ
75202010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7521
7522 * arm-tdep.c (arm_find_mapping_symbol): New function, from
7523 arm_pc_is_thumb.
7524 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
7525 (extend_buffer_earlier): New function.
7526 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
7527 (arm_adjust_breakpoint_address): New function.
7528 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
7529
177321bd
DJ
75302010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7531
7532 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
7533 (arm_linux_thumb2_le_breakpoint): New constants.
7534 (arm_linux_init_abi): Set thumb2_breakpoint and
7535 thumb2_breakpoint_size.
7536 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
7537 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
7538 Implement support for single stepping through IT blocks if
7539 a 32-bit Thumb breakpoint instruction is available.
7540 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
7541 is available, use it when needed.
7542 (arm_remote_breakpoint_from_pc): New function.
7543 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
7544 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
7545 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
7546
a1dcb23a
DJ
75472010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7548
7549 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
7550 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
7551 * gdbarch.c, gdbarch.h: Regenerated.
7552 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
7553 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
7554 gdbarch_remote_breakpoint_from_pc.
7555
2b009048
DJ
75562010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7557
7558 * infrun.c (prepare_to_proceed): Handle other signals which might
7559 match a breakpoint.
7560 (handle_inferior_event): Move the check for unusual breakpoint
7561 signals earlier.
7562
e4e2711a
JB
75632010-01-29 Paul Hilfinger <hilfinger@adacore.com>
7564
7565 amd64 - function returning record with field straddling 2 registers.
7566 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
7567 a record of length <= 16 in which a field straddles the two
7568 eightbytes.
7569
cba6fab5
JB
75702010-01-29 Joel Brobecker <brobecker@adacore.com>
7571
7572 Implement return values on amd64-windows.
7573 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
7574 (amd64_windows_return_value): New function.
7575 (amd64_windows_init_abi): Call set_gdbarch_return_value with
7576 amd64_windows_return_value.
7577
3af6ddfe
JB
75782010-01-29 Joel Brobecker <brobecker@adacore.com>
7579
7580 amd64-windows: 32 bytes allocated on stack by caller for integer
cba6fab5 7581 parameter registers.
3af6ddfe
JB
7582 * i386-tdep.h (struct gdbarch_tdep): Add new field
7583 integer_param_regs_saved_in_caller_frame.
7584 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
7585 tdep->integer_param_regs_saved_in_caller_frame to 1.
7586 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
7587 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
7588
80d19a06
JB
75892010-01-29 Joel Brobecker <brobecker@adacore.com>
7590
7591 amd64-windows: memory args passed by pointer during function calls.
7592 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
7593 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
7594 where tdep->memory_args_by_pointer is non-zero.
7595 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
7596 tdep->memory_args_by_pointer to 1.
7597
ba581dc1
JB
75982010-01-29 Joel Brobecker <brobecker@adacore.com>
7599
4966b6c2 7600 amd64-windows: Integer parameters in function calls.
ba581dc1
JB
7601 * i386-tdep.h (enum amd64_reg_class): New, moved here from
7602 amd64-tdep.c.
7603 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
7604 call_dummy_integer_regs, and classify.
7605 * amd64-tdep.h (amd64_classify): Add declaration.
7606 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
7607 (amd64_reg_class): Delete, moved to i386-tdep.h.
7608 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
7609 Replace call to amd64_classify by call to tdep->classify.
7610 (amd64_push_arguments): Get the list of registers to use for
7611 passing integer parameters from the gdbarch tdep structure,
7612 rather than using a hardcoded one. Replace calls to amd64_classify
7613 by calls to tdep->classify.
7614 (amd64_push_dummy_call): Get the register number used for
7615 the "hidden" argument from tdep->call_dummy_integer_regs.
7616 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
7617 and tdep->call_dummy_integer_regs. Set tdep->classify.
7618 * amd64-windows-tdep.c: Add include of gdbtypes.h.
7619 (amd64_windows_dummy_call_integer_regs): New static global.
7620 (amd64_windows_classify): New function.
7621 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
7622 tdep->call_dummy_integer_regs and tdep->classify.
7623
d37346f0
DJ
76242010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7625
7626 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
7627 for the new regcache. All callers updated.
7628 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
7629 (get_thread_arch_regcache): Do not set aspace here.
7630 * regcache.h (regcache_xmalloc): Update declaration.
7631
7632 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
7633 regcache_xmalloc updated.
7634
7434dadd
JB
76352010-01-28 Joel Brobecker <brobecker@adacore.com>
7636
7637 Another -Wunused-function error in procfs.c (sparc-solaris)
7638 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
7639 Only define if SYS_syssgi is defined.
7640 (remove_dbx_link_breakpoint): Delete declaration. Move up.
7641 (dbx_link_addr, insert_dbx_link_bpt_in_file)
7642 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
7643 is itself defined.
7644
16d905e2
CF
76452010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
7646
7647 * windows-nat.c (windows_initialization_done): New variable.
7648 (get_windows_debug_event): Issue error when process dies before
7649 completely initializing.
7650 (do_initial_windows_stuff): Set flag to indicate when we are done with
7651 the initial steps of attaching to the child.
7652
cd55e50f
JK
76532010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7654
7655 * symtab.h (struct symbol <symtab>): New comment on NULL values.
7656
99cc78aa
DE
76572010-01-27 Doug Evans <dje@google.com>
7658
4c7dcb84
DE
7659 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
7660
99cc78aa
DE
7661 * breakpoint.c (bpstat_stop_status): Delete useless code.
7662
52334bf5
JK
76632010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 * printcmd.c (display_uses_solib_p): Remove variable section. Access
7666 objfile via SYMBOL_SYMTAB.
7667
708ead4e
TT
76682010-01-26 Tom Tromey <tromey@redhat.com>
7669
7670 PR exp/7643:
7671 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
7672 coerce_array on result.
7673
b14e635e
SW
76742010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7675
7676 * cp-namespace.c (cp_lookup_symbol_namespace): Added
7677 search_parent argument.
7678 (cp_add_using): Initialize 'searched' field.
7679 (reset_directive_searched): New function.
7680 * cp-support.h: Add 'searched' field to using_direct struct.
7681 (cp_lookup_symbol_imports): Ditto.
7682 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
7683 Perform recursive search.
7684 Implement non parent search.
7685 * valops.c (value_maybe_namespace_elt): Updated.
7686
8540c487
SW
76872010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7688
7689 PR gdb/10929:
7690 * dwarf2read.c (read_lexical_block_scope): Create blocks for
7691 scopes which contain using directives even if they contain no
7692 declarations.
7693 * symtab.c (lookup_symbol_aux): Pass lowest level block to
7694 la_lookup_symbol_nonlocal.
7695 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
7696 cp_lookup_symbol_namespace.
7697 (cp_lookup_symbol_namespace): Perform an import lookup at every
7698 block level.
7699 (cp_lookup_symbol_imports): New function.
7700 (cp_lookup_symbol_in_namespace): New function.
7701
421d5d99
TT
77022010-01-25 Tom Tromey <tromey@redhat.com>
7703
7704 PR gdb/11049:
7705 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
7706 result.
7707
6bcc772d
RO
77082010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7709
7710 * configure.ac: Only use host_os part when disabling TUI on osf.
7711 Use test to check variables, prefix strings with x.
7712 * configure: Regenerate.
7713
7714 * solib-osf.c (osf_current_sos): Initialize tail.
7715
1c1238a5
TG
77162010-01-25 gingold <gingold@adacore.com>
7717
c8d5aac9
L
7718 * windows-nat.c (windows_continue): Use %x to print thread id.
7719 (get_windows_debug_event): Ditto.
1c1238a5 7720
0b92b5bb
TT
77212010-01-22 Tom Tromey <tromey@redhat.com>
7722
7723 PR symtab/11199:
7724 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
7725 type and arguments. Use smash_to_methodptr_type.
7726 (read_structure_type): Call quirk_gcc_member_function_pointer
7727 later.
7728 * gdbtypes.h (smash_to_methodptr_type): Declare.
7729 * gdbtypes.c (smash_to_methodptr_type): New function.
7730 (lookup_methodptr_type): Use it.
7731
0d5392b8
TT
77322010-01-21 Tom Tromey <tromey@redhat.com>
7733
7734 PR symtab/11198:
7735 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
7736 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
7737 * glibc-tdep.c (find_minsym_and_objfile): Remove.
7738 (glibc_skip_solib_resolver): Use
7739 lookup_minimal_symbol_and_objfile.
7740
e6d088ec
KT
77412010-01-21 Kai Tietz <kai.tietz@onevision.com>
7742
7743 * inflow.c (check_syscall): Guard by #if clause for GO32 and
7744 WIN32 targets.
7745
b966cb8a
TT
77462010-01-20 Tom Tromey <tromey@redhat.com>
7747
7748 PR backtrace/10770:
7749 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
7750 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
7751 * dwarf2expr.c (new_dwarf_expr_context): Allocate
7752 dwarf_stack_values, not CORE_ADDRs.
7753 (execute_stack_op): Change DW_OP_div and comparison operators to
7754 use signed operands.
7755
3f81c18a
VP
77562010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7757
7758 Per-inferior args and tty and environment.
7759
7760 * infcmd.c (inferior_args): Rename to ...
7761 (inferior_args_scratch): ... this.
7762 (inferior_io_terminal): Rename to ...
7763 (inferior_io_terminal_scratch): ... this.
7764 (inferior_argc, inferior_argv): Remove.
7765 (set_inferior_io_terminal, get_inferior_io_terminal): Store
7766 inside current_inferior().
7767 (set_inferior_tty_command, show_inferior_tty_command): New.
7768 (get_inferior_args, set_inferior_args): Store inside
7769 current_inferior().
7770 (notice_args_set): Likewise and rename to...
7771 (set_args_command): ... this.
7772 (set_inferior_args_vector): Likewise.
7773 (notice_args_read): Rename to...
7774 (show_args_command): ...new.
7775 (tty_command): Remove.
7776 (run_command_1): Don't free old args, as they are freed by
7777 set_inferior_arg now.
7778 (run_no_args_command): Likewise.
7779 (inferior_environ): Remove.
7780 (run_command_1): Use environment of the current inferior.
7781 (environment_info, set_environment_command)
7782 (unset_environment_command, path_info, path_command): Likewise.
7783 (_initialize_infcmd): Adjust for function and variable renames.
7784 Do not init inferior_environ.
7785 * inferior.h (set_inferior_arg): Adjust prototype.
7786 (struct inferior): New fields args, argc, argv, terminal, environment.
7787 (inferior_environ): Remove declaration.
7788 * inferior.c (free_inferior): Free new fields.
7789 (add_inferior_silent): Initialize 'environment' field.
7790 * main.c (captured_main): Set arguments only after the initial
7791 inferior has been created. Set set_inferior_io_terminal,
7792 not tty_command.
7793 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
7794 inferior.
7795 (_initialize_mi_cmd_env): Adjust for disappearance of global
7796 inferior_environ.
7797 * solib.c (solib_find): Use environment of the current inferior.
7798
d8b65138
JK
77992010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7800
7801 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
7802 HAVE_PYTHON.
7803 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
7804
692465f1
JB
78052010-01-20 Joel Brobecker <brobecker@adacore.com>
7806
7807 Get rid of ada-lang.c:function_name_from_pc.
7808 * ada-lang.c: Add "stack.h" #include.
7809 (function_name_from_pc): Delete.
7810 (is_known_support_routine): Replace call to function_name_from_pc
7811 by call to find_frame_funname.
7812 (ada_unhandled_exception_name_addr_from_raise): Likewise.
7813
95519e0e
TT
78142010-01-19 Tom Tromey <tromey@redhat.com>
7815
7816 PR c++/11026:
7817 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
7818 objfile obstack.
7819
95c11dc7
TT
78202010-01-19 Tom Tromey <tromey@redhat.com>
7821
7822 * top.c (stop_sig, float_handler, do_nothing): Remove.
7823
a0f49112
JK
78242010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7825
7826 * breakpoint.c (watchpoint_check): Check the call
7827 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
7828 Extend the comment.
8d95cc3b 7829 * config/djgpp/fnchange.lst: Add translations for
a0f49112
JK
7830 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
7831 watchpoint-cond-gone-stripped.c.
7832
ceeb3d5a
TT
78332010-01-19 Tom Tromey <tromey@redhat.com>
7834
7835 PR c++/8000:
7836 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
7837 into parent scope, and enumerator into grandparent scope.
7838
2b71fc8e
JB
78392010-01-19 Joel Brobecker <brobecker@adacore.com>
7840
7841 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
7842
03564ed9
JB
78432010-01-19 Joel Brobecker <brobecker@adacore.com>
7844
7845 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
7846 i[34567]86-*-solaris2.1[0-9]*.
7847 * configure.tgt: Likewise.
7848
fb2e7cb4
JB
78492010-01-19 Joel Brobecker <brobecker@adacore.com>
7850
7851 * NEWS: Document the source command enhancement allowing it
7852 to load Python scripts. Document the "set/show script-extension"
7853 commands.
7854
1cb5e2a4
JB
78552010-01-19 Joel Brobecker <brobecker@adacore.com>
7856
7857 Add -Wunused-function to compile flags.
7858 * configure.ac: Add -Wunused-function to build_warnings.
7859 * configure: Regenerate.
7860
0ec6cd0c
JB
78612010-01-19 Joel Brobecker <brobecker@adacore.com>
7862
7863 "delete" ada-lex.c:input function, not used.
7864 * ada-lex.l: #define YY_NO_INPUT.
7865
b74845da
JB
78662010-01-19 Joel Brobecker <brobecker@adacore.com>
7867
7868 Delete free_named_symtabs and associated cleanup.
7869 * symfile.h (free_named_symtabs): Delete declaration.
7870 * symfile.c: Remove some commented out code (clear_symtab_users_once).
7871 (cashier_psymtab): Comment function out.
7872 Delete declaration.
7873 (free_named_symtabs): Delete.
7874 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
7875 * dbxread.c (end_psymtab): Likewise.
7876 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
7877 * exec.c (exec_close_1): Ditto.
7878 * xcoffread.c (xcoff_end_psymtab): Likewise.
7879
65c06092
JB
78802010-01-19 Joel Brobecker <brobecker@adacore.com>
7881
7882 * stack.c (print_block_frame_labels): Comment function out.
7883
d5cd6034
JB
78842010-01-19 Joel Brobecker <brobecker@adacore.com>
7885
7886 Delete unused or undefined functions.
7887 * breakpoint.c (ep_parse_optional_filename): Delete.
7888 * dcache.c (dcache_write_line): Remove declaration.
7889 * infrun.c (build_infrun): Remove declaration.
7890 * tracepoint.c (tracepoint_save_command): Remove declaration.
7891 * linux-nat.c (init_lwp_list): Delete. No longer used.
7892 * event-loop.c (check_async_signal_handlers): Delete declaration.
7893 * infrun.c (init_execution_control_state): Delete.
7894 (proceed): Update comment to avoid mentioning
7895 init_execution_control_state.
7896 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
7897 * ada-lang.c (ada_to_static_fixed_value): Delete.
7898 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
7899 * cp-namespace.c (cp_copy_usings): Delete.
7900 * xml-syscall.c (xml_number_of_syscalls): Delete.
7901 * progspace.c (find_program_space_by_num): Delete.
7902 * inflow.c (handle_sigio): Delete declaration.
7903 * hppa-tdep.c (hppa_alignof): Delete.
7904 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
7905 (mipsnbsd_core_osabi_sniffer): Delete.
7906
4e8f195d
TT
79072010-01-18 Tom Tromey <tromey@redhat.com>
7908
7909 PR c++/9680:
7910 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
7911 (CONST_CAST): New tokens.
7912 (exp): Add new productions.
7913 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
7914 reinterpret_cast.
7915 (is_cast_operator): New function.
7916 (yylex): Handle cast operators specially.
7917 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
7918 UNOP_REINTERPRET_CAST>: New cases.
7919 * expprint.c (print_subexp_standard): Likewise.
7920 (op_name_standard): Likewise.
7921 (dump_subexp_body_standard): Likewise.
7922 * parse.c (operator_length_standard): Likewise.
7923 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
7924 UNOP_REINTERPRET_CAST.
7925 * gdbtypes.c (class_types_same_p): New function.
7926 (is_ancestor): Use it.
7927 (is_public_ancestor): New function.
7928 (is_unique_ancestor_worker): Likewise.
7929 (is_unique_ancestor): Likewise.
7930 * gdbtypes.h (class_types_same_p, is_public_ancestor)
7931 (is_unique_ancestor): Declare.
7932 * valops.c (value_reinterpret_cast): New function.
7933 (dynamic_cast_check_1): Likewise.
7934 (dynamic_cast_check_2): Likewise.
7935 (value_dynamic_cast): Likewise.
7936 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
7937
d9c57d9f
JB
79382010-01-18 Joel Brobecker <brobecker@adacore.com>
7939
7940 Fix build failure when building without Python support.
7941 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
7942 is not defined.
7943
f80d3ff2
JB
79442010-01-18 Joel Brobecker <brobecker@adacore.com>
7945
7946 Use XVS field type instead of doing a parallel lookup.
7947 * ada-lang.c (ada_get_base_type): Follow the XVS field type
7948 if it is a reference type instead of doing a type lookup using
7949 the XVS field name.
7950
5bf03f13
JB
79512010-01-18 Joel Brobecker <brobecker@adacore.com>
7952
7953 Trust PAD types instead of using PAD___XVS.
7954 * ada-lang.c (trust_pad_over_xvs): New static variable.
7955 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
7956 parallel XVS type, follow the XVS type instead of the PAD type.
7957 (unwrap_value): Make sure that there is no parallel XVE type
7958 before returning the value as is.
7959 (set_ada_list, show_ada_list): New static variables.
7960 (set_ada_command, show_ada_command): New functions.
7961 (_initialize_ada_language): Add new "set/show ada" prefix commands.
7962 Add new "set/show ada trust-PAD-over-XVS" setting.
7963
973817a3
JB
79642010-01-18 Tom Tromey <tromey@redhat.com>
7965 Thiago Jung Bauermann <bauerman@br.ibm.com>
7966
7967 Allow "source" to load python scripts.
7968 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
7969 * python/python.c (source_python_script): New function.
7970 * python/python.h (source_python_script): Add declaration.
7971 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
7972 (script_ext_off, script_ext_soft, script_ext_strict)
7973 (script_ext_enums, script_ext_mode): New static constants.
7974 (show_script_ext_mode, find_and_open_script): New functions.
7975 (source_script): Enhance to handle Python scripts.
7976 (init_cli_cmds): Add set/show script-extension commands.
7977
98e03262
SS
79782010-01-16 Stan Shebs <stan@codesourcery.com>
7979
7980 * tracepoint.h (struct trace_status): Use unsigned long long
7981 instead of size_t.
7982 * tracepoint.c (trace_status_command): Fix printf directive.
7983 (trace_save_command): Check fwrite returns, fix printf directive.
7984 (trace_filename): New global.
7985 (tfile_open): Set it, check read returns.
7986 (tfile_close): Free trace_filename.
7987 (tfile_get_traceframe_address): Check read returns.
7988 (tfile_trace_find): Ditto.
7989 (tfile_fetch_registers): Ditto.
7990 (tfile_xfer_partial): Ditto.
7991 (tfile_get_trace_state_variable_value): Ditto.
7992
00bf0b85
SS
79932010-01-15 Stan Shebs <stan@codesourcery.com>
7994
7995 Add trace file support.
7996 * tracepoint.h (enum trace_stop_reason): New enum.
7997 (struct trace_status): New struct.
7998 (parse_trace_status): Declare.
7999 (struct uploaded_tp): Move here from remote.c,
8000 add fields for actions.
8001 (struct uploaded_tsv): New struct.
8002 * tracepoint.c (tfile_ops): New target vector.
8003 (trace_fd): New global.
8004 (tfile_open): New function.
8005 (tfile_close): New function.
8006 (tfile_files_info): New function.
8007 (tfile_get_trace_status): New function.
8008 (tfile_get_traceframe_address): New function.
8009 (tfile_trace_find): New function.
8010 (tfile_fetch_registers): New function.
8011 (tfile_xfer_partial): New function.
8012 (tfile_get_trace_state_variable_value): New function.
8013 (init_tfile_ops): New function.
8014 (_initialize_tracepoint): Call it, add tfile target.
8015 (trace_status): New global.
8016 (current_trace_status): New function.
8017 (trace_running_p): Remove, change all users to get from
8018 current_trace_status()->running.
8019 (get_trace_status): Remove.
8020 (trace_status_command): Call target_get_trace_status directly,
8021 report more detail including tracing stop reasons.
8022 (trace_find_command): Always allow tfind on a file.
8023 (trace_find_pc_command): Ditto.
8024 (trace_find_tracepoint_command): Ditto.
8025 (trace_find_line_command): Ditto.
8026 (trace_find_range_command): Ditto.
8027 (trace_find_outside_command): Ditto.
8028 (trace_frames_offset, cur_offset): Declare as off_t.
8029 (trace_regblock_size): Rename from reg_size, update users.
8030 (parse_trace_status): New function.
8031 (tfile_interp_line): New function.
8032 (disconnect_or_stop_tracing): Ensure current trace
8033 status before asking what to do.
8034 (stop_reason_names): New global.
8035 (trace_save_command): New command.
8036 (get_uploaded_tp): Move here from remote.c.
8037 (find_matching_tracepoint): Ditto.
8038 (merge_uploaded_tracepoints): New function.
8039 (parse_trace_status): Use stop_reason_names.
8040 (_initialize_tracepoint): Define tsave command.
8041 * target.h (target_ops): New fields to_save_trace_data,
8042 to_upload_tracepoints, to_upload_trace_state_variables,
8043 to_get_raw_trace_data, change to_get_trace_status
8044 to take a pointer to a status struct.
8045 (target_save_trace_data): New macro.
8046 (target_upload_tracepoints): New macro.
8047 (target_upload_trace_state_variables): New macro.
8048 (target_get_raw_trace_data): New macro.
8049 * target.c (update_current_target): Add new methods, change
8050 signature of to_get_trace_status.
8051 * remote.c (hex2bin): Make globally visible.
8052 (bin2hex): Ditto.
8053 (remote_download_trace_state_variable): Download name also.
8054 (remote_get_trace_status): Update parameter, use
8055 parse_trace_status.
8056 (remote_save_trace_data): New function.
8057 (remote_upload_tracepoints): New function.
8058 (remote_upload_trace_state_variables): New function.
8059 (remote_get_raw_trace_data): New function.
8060 (remote_start_remote): Use them.
8061 (_initialize_remote_ops): Add operations.
8062 * ax-gdb.c: Include breakpoint.h.
8063 * breakpoint.c (create_tracepoint_from_upload): Use
8064 break_command_really, return tracepoint, warn about unimplemented
8065 parts.
8066 * NEWS: Mention trace file addition.
8067
d904de5b
JK
80682010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8069
8070 Fix compilation warning on gcc-3.4.
8071 * exec.c (print_section_info): Move the `displacement' variable
8072 initialization to its declaration.
8073
64aa9731
JK
80742010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8075
8076 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
8077 comparison.
8078
ca1f5def 80792010-01-15 Eric Botcazou <botcazou@adacore.com>
9f0dec2d
JB
8080
8081 "info tasks" broken by typedefs in ATCB type definitions.
8082 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
8083 ada_check_typedef before retrieving the length of the type for
8084 regular fields.
8085
12ab9e09
JB
80862010-01-15 Joel Brobecker <brobecker@adacore.com>
8087
8088 Do not use name-based lookup for unconstrained packed arrays.
8089 * ada-lang.c (find_parallel_type_by_descriptive_type):
8090 Limit the fallback to name-based lookups to the case where
8091 the type is a constrained packed array.
8092
c389c3dc
JB
80932010-01-15 Joel Brobecker <brobecker@adacore.com>
8094
8095 Enhance gdb-gdb.py to handle main_type.type_specific.
8096 * gdb-gdb.py: Print the type-specific part of struct main_type.
8097
7991dee7
JK
80982010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8099
8100 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
8101 * configure: Regenerate.
8102 * config.in: Regenerate.
8103 * utils.c: Include sys/resource.h.
8104 (dump_core, can_dump_core): New.
8105 (internal_vproblem): Update the comment. Check can_dump_core while
8106 setting dump_core_p. Replace two abort calls by dump_core calls.
8107
93c26624
JK
81082010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8109 Eli Zaretskii <eliz@gnu.org>
8110
8111 * NEWS: Document the PIE support.
8112
55235ad7
JK
81132010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
8116 (check_is_pie_binary, _initialize_linux_tdep): Remove.
8117
41752192
JK
81182010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8119
8120 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
8121 Replace exec_entry_point call by bfd_get_start_address.
8122
9f2982ff
JK
81232010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 Support Valgrind attachments broken by the PIE support.
8126 * auxv.c: Include gdbcore.h.
8127 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
8128 parameters ops, object and annex. Remove their assertions.
8129 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
8130 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
8131 (memory_xfer_auxv): ... here.
8132 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
8133 memory_xfer_auxv.
8134 * procfs.c (procfs_xfer_partial): Likewise.
8135 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
8136 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
8137 (svr4_solib_create_inferior_hook): Conditionalize the
8138 svr4_relocate_main_executable call.
8139
61f0d762
JK
81402010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8141
8142 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
8143 target_section. Find SECT in current_target_sections, gdb_assert it.
8144 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
8145 New variable abfd.
8146 * symtab.c (lookup_objfile_from_block): Return the binary file instead
8147 of separate debug info file.
8148
51bee8e9
JK
81492010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8150
8151 Support PIEs with no symfile_objfile.
8152 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
8153 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
8154
b8040f19
JK
81552010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8156
8157 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
8158 code part to ...
8159 (svr4_static_exec_displacement): ... a new function.
8160 (svr4_exec_displacement): New function.
8161 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
8162 new_offsets using alloca now. Remove variable old_chain and changed.
8163 Call objfile_relocate unconditionally now.
8164
eb90ce83
DE
81652010-01-14 Doug Evans <dje@google.com>
8166
8167 * gdbtypes.c (arch_flags_type): Fix comment.
8168 * gdbtypes.h (arch_composite_type): Fix comment.
8169
bdfed3bc
TG
81702009-01-14 Tristan Gingold <gingold@adacore.com>
8171
8172 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
8173 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
8174 to symbol_file_add_from_bfd. Add OSO as separate objfile.
8175 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
8176 macho_add_oso_symfile.
8177 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
8178
1596ad23
JB
81792010-01-14 Joel Brobecker <brobecker@adacore.com>
8180
8181 Tru64: Dead threads are never deleted.
8182 * dec-thread.c (dec_thread_ptid_is_alive): New function.
8183 (dec_thread_count_gdb_threads): Fix counter increment.
8184 (dec_thread_add_gdb_thread): Fix *listp increment.
8185 (resync_thread_list): Fix bug in deletion of dead threads that
8186 caused all threads to be deleted, instead of just the dead ones.
8187
be759fcf
PM
81882010-01-13 Phil Muldoon <pmuldoon@redhat.com>
8189
8190 PR python/10705
8191
8192 * python/python-internal.h: Add lazy_string_object_type
8193 definition.
8194 (create_lazy_string_object, gdbpy_initialize_lazy_string)
8195 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
8196 * python/py-value.c (valpy_lazy_string): New function.
8197 (convert_value_from_python): Add lazy string conversion.
8198 * python/py-prettyprint.c (pretty_print_one_value): Check if
8199 return is also a lazy string.
8200 (print_string_repr): Add lazy string printing branch.
8201 (print_children): Likewise.
8202 * python/py-lazy-string.c: New file. Implement lazy strings.
8203 * python/python.c (_initialize_python): Call
8204 gdbpy_initialize_lazy_string.
8205 * varobj.c (value_get_print_value): Add lazy string printing
8206 branch. Account for encoding.
8207 * c-lang.c (c_printstr): Account for new encoding argument. If
8208 encoding is NULL, find encoding suited for type, otherwise use
8209 user encoding.
8210 * language.h (language_defn): Add encoding argument.
8211 (LA_PRINT_STRING): Likewise.
8212 * language.c (unk_lang_printstr): Update to reflect new encoding
8213 argument to language_defn.
8214 * ada-lang.h (ada_printstr): Likewise.
8215 * c-lang.h (c_printstr): Likewise.
8216 * p-lang.h (pascal_printstr);
8217 * f-lang.c (f_printstr): Likewise.
8218 * m2-lang.c (m2_printstr): Likewise.
8219 * objc-lang.c (objc_printstr): Likewise.
8220 * p-lang.c (pascal_printstr): Likewise.
8221 * scm-lang.c (scm_printstr): Likewise.
8222 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
8223 encoding argument.
8224 * ada-valprint.c (ada_printstr): Likewise.
8225 * f-valprint.c (f_val_print): Likewise
8226 * m2-valprint.c (m2_val_print): Likewise.
8227 * p-valprint.c (pascal_val_print): Likewise.
8228 * expprint.c (print_subexp_standard): Likewise.
8229 * valprint.c (val_print_string): Likewise.
8230 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
8231 (SUBDIR_PYTHON_SRCS): Likewise.
8232 (py-lazy-string.o): New rule.
8233
1fe72117 82342010-01-13 Doug Evans <dje@google.com>
8eee9c5a
DE
8235
8236 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
8237 uninitialized" warning from gcc on local `tree'.
8238
dc146f7c
VP
82392010-01-13 Vladimir Prus <vladimir@codesourcery.com>
8240
8241 Implement core awareness.
8242
8243 * bcache.c (compare_ints): Remove
8244 (print_percentage): Use compare_positive_ints.
8245 * defs.h (compare_positive_ints): Declare.
8246 * linux-nat.h (struct lin_lwp): New field core.
8247 (linux_nat_core_of_thread_1): Declare.
8248 * linux-nat.c (add_lwp): Init the 'core' field.
8249 (linux_nat_wait_1): Record the core.
8250 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
8251 (linux_nat_add_target): Register the above.
8252 * linux-thread-db.c (update_thread_core): New.
8253 (thread_db_find_new_threads): Update core information for
8254 every thread.
8255 * remote.c (struct private_thread_info): New.
8256 (free_private_thread_info, demand_private_info): New.
8257 (PACKET_qXfer_threads, use_osdata_threads): New.
8258 (struct thread_item, threads_parsing_context
8259 (start_thread, end_thread, thread_attributes)
8260 (thread_children, threads_children, threads_elements): New.
8261 (remote_threads_info): Try qXfer:threads before anything
8262 else.
8263 (remote_protocol_packets): Register qXfer:threads.
8264 (remote_open_1): Init use_osdata_threads.
8265 (struct stop_reply): New field 'core'.
8266 (remote_parse_stop_reply): Parse core number.
8267 (process_stop_reply): Record core number.
8268 (remote_xfer_partial): Handle qXfer:threads.
8269 (remote_core_of_thread): New.
8270 (init_remote_ops): Register remote_core_of_thread.
8271 (_initialize_remote): Register qXfer:read.
8272 * target.c (target_core_of_thread): New
8273 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
8274 (struct target_ops): New field to_core_of_threads.
8275 (target_core_of_thread): Declare.
8276 * gdbthread.h (struct thread_info): New field private_dtor.
8277 * thread.c (print_thread_info): Report the core.
8278 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
8279 * utils.c (compare_positive_ints): New.
8280 * features/threads.dtd: New.
8281 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
8282 * mi/mi-main.c (struct collect_cores_data, collect_cores)
8283 (do_nothing, free_vector_of_osdata_items)
8284 (splay_tree_int_comparator, free_splay_tree): New.
8285 (print_one_inferior_data): Implemented printing of selected
8286 inferiors. Collect and print cores.
8287 (output_cores): New.
8288 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
8289 thread groups together with --available.
8290
d30c5336
JK
82912010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 * configure: Regenerate (for _STRUCTURED_PROC).
8294
02893727
JB
82952010-01-12 Joel Brobecker <brobecker@adacore.com>
8296
8297 Delete dead function.
8298 * ada-lang.c (extract_string): Delete. No longer used.
8299
46ed2d6f
JB
83002010-01-12 Joel Brobecker <brobecker@adacore.com>
8301
8302 Fix -Wunused warning in dec-thread.c.
8303 * dec-thread.c (dec_thread_count_gdb_threads)
8304 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
8305
606b8d1a
JB
83062010-01-12 Joel Brobecker <brobecker@adacore.com>
8307
8308 * ada-valprint.c (ada_print_floating): Remove trailing space.
8309
b4ba55a1
JB
83102010-01-12 Joel Brobecker <brobecker@adacore.com>
8311
8312 Add support for DW_AT_GNAT_descriptive_type.
8313 * gdbtypes.h (enum type_specific_kind): New enum.
8314 (struct main_type) [type_specific_field]: New component.
8315 [type_specific]: Add new component "gnat_stuff".
8316 (struct gnat_aux_type): New type.
8317 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
8318 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
8319 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
8320 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
8321 (TYPE_SPECIFIC_FIELD): New macros.
8322 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
8323 type does not hold any cplus-specific data.
8324 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
8325 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
8326 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
8327 cplus-specific data.
8328 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
8329 Set new component TYPE_SPECIFIC_FIELD (type).
8330 (gnat_aux_default): New constant.
8331 (allocate_gnat_aux_type): New function.
8332 (init_type): Add initialization the type-specific stuff for
8333 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
8334 (print_gnat_stuff): New function.
8335 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
8336 specific data. Adjust code that prints the contents of the
8337 type-specific union using the TYPE_SPECIFIC_FIELD value.
8338 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
8339 the type cplus stuff for Ada types.
8340 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
8341 Error out if these routines are called with an Ada type.
8342 (read_structure_type, read_array_type, read_subrange_type):
8343 Add call to set_descriptive_type.
8344 (set_die_type): Initialize the gnat-specific data if necessary.
8345 (need_gnat_info, die_descriptive_type, set_descriptive_type):
8346 New functions.
8347 * ada-lang.c (decode_constrained_packed_array_type): Use
8348 decode_constrained_packed_array_type instead of doing a standard
8349 lookup to locate a parallel type.
8350 (find_parallel_type_by_descriptive_type): New function.
8351 (ada_find_parallel_type_with_name): New function.
8352 (ada_find_parallel_type): Reimplement using
8353 ada_find_parallel_type_with_name.
8354 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
8355 to check if type has a cplus stuff.
8356 * linespec.c (total_number_of_methods): Likewise.
8357 * mdebugread.c (new_type): Likewise.
8358
b0f02ee9
JK
83592010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8360
8361 * NEWS: Document the 0b binary number prefix parsing.
8362
b260e109
JK
83632010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8364
8365 * objfiles.c (objfile_relocate1): Change the return type to int.
8366 Describe the new return value. Return non-zero if data changed.
8367 (objfile_relocate): New variable changed. Set it. Call
8368 breakpoint_re_set depending on CHANGED.
8369
b5cfddf5
JK
83702010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8371
8372 Implement binary numbers parsing.
8373 * c-exp.y (parse_number): New case 'b' and 'B'.
8374
e0ae4240
JK
83752010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8376 Tristan Gingold <gingold@adacore.com>
8377
8378 * solib.c (info_sharedlibrary_command): Replace
8379 objfile_has_partial_symbols and objfile_has_full_symbols calls by
8380 objfile_has_symbols.
8381
6e0e5977
JB
83822010-01-10 Joel Brobecker <brobecker@adacore.com>
8383
8384 * NEWS: Document the improvements made to the mips-irix port.
8385
7348c5e1
JB
83862010-01-09 Joel Brobecker <brobecker@adacore.com>
8387
8388 Fix the documentation of valprint.c:value_print.
8389 * valprint.c (value_print): Update the function description to
8390 mention that the syntax of the output follows the current_language,
8391 not necessarily C.
8392
567995e1
JK
83932010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8394
8395 Fix displacement of separate debug info files.
8396 * objfiles.c (objfile_relocate): Rename to ...
8397 (objfile_relocate1): ... here and make it static. Extend the comment.
8398 (objfile_relocate): New function.
8399 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
8400 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
8401 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
8402 allocated using alloca.
8403 * symfile.c (copy_section_addr_info): Remove.
8404 (build_section_addr_info_from_objfile): Make it global. New variables
8405 addr_bit and mask, use them.
8406 * symfile.h (build_section_addr_info_from_objfile): New prototype.
8407 (copy_section_addr_info): Remove.
8408
6d8eadbd
JB
84092010-01-09 Joel Brobecker <brobecker@adacore.com>
8410
8411 Signal unwinder for mips-irix N32.
8412 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
8413 tramp-frame.h.
8414 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
8415 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
8d95cc3b
PA
8416 (SIGCONTEXT_LO_OFF): New macros.
8417 (mips_irix_n32_tramp_frame_init): New function.
6d8eadbd
JB
8418 (mips_irix_n32_tramp_frame): New static constant.
8419 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
8420
27087a3d
JB
84212010-01-09 Joel Brobecker <brobecker@adacore.com>
8422
8423 Breakpoint in shared library does not work on mips-irix.
8424 * procfs.c: #include "observer.h".
8425 (procfs_inferior_created): New function, moving here the code
8426 which unsets the syssgi syscall-exit notifications.
8427 (procfs_create_inferior): Remove the code which unsets the syssgi
8428 syscall-exit notifications. It is too early to do this here.
8429 (_initialize_procfs): Attach the procfs_inferior_created observer.
8430
f08877ba
JB
84312010-01-09 Joel Brobecker <brobecker@adacore.com>
8432
8433 Wrong return convention for arrays (mips-irix).
8434 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
8435 128 bits or smaller are returned the same way as structs
8436 and unions of the the same size.
8437
e4b97d48
JB
84382010-01-09 Joel Brobecker <brobecker@adacore.com>
8439
8440 Cannot set the PC on mips-irix.
8441 * irix5-nat.c (fill_gregset): Check regno against the raw PC
8442 register number, no the cooked one.
8443
11377e68
JB
84442010-01-09 Joel Brobecker <brobecker@adacore.com>
8445
8446 Error while loading core file on mips-irix.
8447 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
8448 if debugging from a core file.
8449
b2391021
JB
84502010-01-09 Joel Brobecker <brobecker@adacore.com>
8451
8452 GDB hangs when attaching to process on mips-irix.
8453 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
8454 attaching to a process.
8455
f2ec0ecf
JB
84562010-01-09 Joel Brobecker <brobecker@adacore.com>
8457
8458 Use the correct breakpoint instruction on mips-irix.
8459 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
8460 containing the correct breakpoint instruction to use on mips-irix.
8461 Use it when the osabi is GDB_OSABI_IRIX.
8462
3c95f01c
JB
84632010-01-09 Joel Brobecker <brobecker@adacore.com>
8464
8465 -Wunused warning in procfs.c (mips-irix only).
8466 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
8467 throughout instead of using praddset and prdelset respectively.
8468
4b7703ad
JB
84692010-01-09 Joel Brobecker <brobecker@adacore.com>
8470
8471 GDB crash while stepping into function.
8472 * infrun.c (handle_inferior_event): Refetch the current frame
8473 after handling what.main_action, in case that pointer became
8474 dangling.
8475
12c89474
JB
84762010-01-09 Joel Brobecker <brobecker@adacore.com>
8477
8478 Fix build failure of solaris-hosted cross debuggers.
8479 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
8480
1a3fd262 84812010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4c490650
JB
8482
8483 Fix build failure on sparc-solaris.
8484 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
8485
75242ef4
JK
84862010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 Move some symfile code into subroutines.
8489 * symfile.h (relative_addr_info_to_section_offsets)
8490 (addr_info_make_relative): New prototypes.
8491 * symfile.c (default_symfile_offsets): Move a part to ...
8492 (relative_addr_info_to_section_offsets): ... this new function.
8493 (default_symfile_offsets): Call it.
8494 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
8495 this part to ...
8496 (addr_info_make_relative): ... this new function.
8497
268a4a75
JK
84982010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8499
8500 Add from_tty to solib_create_inferior_hook.
8501 * infcmd.c (post_create_inferior): Move solib_add after
8502 solib_create_inferior_hook. Pass from_tty to
8503 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
8504 0 from_tty and comment why.
8505 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
8506 * linux-nat.c (linux_child_follow_fork): Likewise.
8507 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
8508 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
8509 from_tty.
8510 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
8511 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
8512 * solib-null.c (null_solib_create_inferior_hook): Likewise.
8513 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
8514 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
8515 * solib-som.c (som_solib_create_inferior_hook): Likewise.
8516 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
8517 Pass it to svr4_so_ops.solib_create_inferior_hook.
8518 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
8519 from_tty.
8520 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
8521 solib_add.
8522 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
8523 enable_break.
8524 * solib-target.c (solib_target_solib_create_inferior_hook): New
8525 parameter from_tty.
8526 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
8527 it to ops->solib_create_inferior_hook.
8528 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
8529 Move solib_add after solib_create_inferior_hook, call it now with
8530 from_tty as 0. New comment there.
8531 * solib.h (solib_create_inferior_hook): New parameter from_tty.
8532 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
8533 Likewise.
8534
cf00dfa7
VP
85352010-01-08 Vladimir Prus <vladimir@codesourcery.com>
8536
8537 Fix multiexec race.
8538 * infrun.c (handle_inferior_event): Use get_thread_regcache
8539 with events ptid, not get_current_regcache.
8540
f91e5ac3
JB
85412009-01-08 Joel Brobecker <brobecker@adacore.com>
8542
8543 GDB crash with empty executable name (MinGW).
8544 * source.c (openp): Add assert that parameter string is not NULL.
8545 if parameter string is an empty string, then return with a failure
8546 immediately.
8547
92b9ce5b
JB
85482009-01-08 Joel Brobecker <brobecker@adacore.com>
8549
8550 Get rid of support for VAX Floats.
8551 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
8552 (ada_vax_float_print_function): Delete.
8553 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
8554 (ada_vax_float_print_function): Delete.
8555 * ada-typeprint.c (print_vax_floating_point_type): Delete.
8556 (ada_print_type): Remove support for VAX floats.
8557 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
8558
268a4a75 85592010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
8560
8561 * stabsread.c (read_args): Handle zero arguments.
8562
f0f20949
JB
85632009-01-08 Joel Brobecker <brobecker@adacore.com>
8564
8565 Cannot find in-tree libiconv.a after reconfigure.
8566 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
8567 that we can use, then cache the path to this archive.
8568 * configure: Regenerate.
8569
6b6218c5
SS
85702010-01-07 Stan Shebs <stan@codesourcery.com>
8571
35b1e5cc
SS
8572 Make tracepoint operations go through target vector.
8573 * target.h (enum trace_find_type): New enum.
8574 (struct target_ops): New fields to_trace_init,
8575 to_download_tracepoint, to_download_trace_state_variable,
8576 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
8577 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
8578 to_set_disconnected_tracing.
8579 (target_trace_init): New macro.
8580 (target_download_tracepoint): New macro.
8581 (target_download_trace_state_variable): New macro.
8582 (target_trace_start): New macro.
8583 (target_trace_set_readonly_regions): New macro.
8584 (target_get_trace_status): New macro.
8585 (target_trace_stop): New macro.
8586 (target_trace_find): New macro.
8587 (target_get_trace_state_variable_value): New macro.
8588 (target_set_disconnected_tracing): New macro.
8589 * target.c (update_current_target): Inherit and set defaults for
8590 tracepoint operations.
8591 * tracepoint.c (default_collect): Make globally visible.
8592 (target_is_remote): Remove, along with all calls.
8593 (tvariables_info): Call target_get_trace_state_variable_value.
8594 (remote_set_transparent_ranges): Remove.
8595 (trace_start_command): Call target_trace_init,
8596 target_download_tracepoint, etc.
8597 (download_tracepoint): Remove.
8598 (trace_stop_command): Simplify.
8599 (stop_tracing): Call target_trace_stop.
8600 (get_trace_status): Call target_get_trace_status.
8601 (trace_status_command): Add case for targets that cannot trace.
8602 (finish_tfind_command): Change to take numerical arguments, call
8603 target_trace_find.
8604 (trace_find_command): Update call to finish_tfind_command.
8605 (trace_find_pc_command): Ditto.
8606 (trace_find_tracepoint_command): Ditto.
8607 (trace_find_line_command): Ditto.
8608 (trace_find_range_command): Ditto.
8609 (trace_find_outside_command): Ditto.
8610 (set_disconnected_tracing_value): Call
8611 target_set_disconnected_tracing.
8612 * remote.c: Add protocol encoding bits from tracepoint.c.
8613 (trace_error): Move from tracepoint.c.
8614 (remote_get_noisy_reply): Ditto.
8615 (free_actions_list_cleanup_wrapper): Ditto.
8616 (free_actions_list): Ditto.
8617 (remote_trace_init): New function.
8618 (remote_download_tracepoint): New function.
8619 (remote_download_trace_state_variable): New function.
8620 (remote_trace_set_readonly_regions): New function.
8621 (remote_trace_start): New function.
8622 (remote_get_trace_status): New function.
8623 (remote_trace_stop): New function.
8624 (remote_trace_find): New function.
8625 (remote_download_trace_state_variable): New function.
8626 (remote_set_disconnected_tracing): New function.
8627 (init_remote_ops): Add tracepoint operations.
8628
6b6218c5
SS
8629 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
8630
089b4803
TG
86312010-01-07 Tristan Gingold <gingold@adacore.com>
8632
8633 * symfile.c (build_section_addr_info_from_objfile): New function.
8634 (symbol_file_add_separate): Don't use offsets from objfile but
8635 built an addr info.
8636
d5551862
SS
86372010-01-06 Stan Shebs <stan@codesourcery.com>
8638
8639 Support disconnected tracing.
8640 * infcmd.c (detach_command): Ask whether to stop tracing.
8641 * cli/cli-cmds.c (quit_command): Ditto.
8642 * breakpoint.h (struct breakpoint): New field number_on_target.
8643 * breakpoint.c (create_tracepoint_from_upload): New function.
8644 (get_tracepoint_by_number_on_target): New function.
8645 * remote.c (struct remote): New field disconnected_tracing.
8646 (remote_disconnected_tracing_feature): New function.
8647 (remote_protocol_features): Add DisconnectedTracing.
8648 (struct uploaded_tp): New struct.
8649 (uploaded_tps): New global.
8650 (get_uploaded_tp): New function.
8651 (find_matching_tracepoint): New function.
8652 (remote_get_tracing_state): New function.
8653 (remote_start_remote): Call it.
8654 * tracepoint.c (disconnected_tracing): New global.
8655 (trace_start_command): Initialize number_on_target.
8656 (stop_tracing): New function, split out from...
8657 (trace_stop_command): Call stop_tracing.
8658 (get_trace_status): New function, split out from...
8659 (trace_status_command): Call get_trace_status, add info on
8660 disconnection behavior.
8661 (disconnect_or_stop_tracing): New function.
8662 (finish_tfind_command): Translate from number on target.
8663 (trace_find_tracepoint_command): Translate to number on target.
8664 (send_disconnected_tracing_value): New function.
8665 (set_disconnected_tracing): New function.
8666 (_initialize_tracepoint): Add disconnected-tracing variable.
8667 * NEWS: Mention disconnected tracing.
8668
15d123c9
TG
86692010-01-06 Tristan Gingold <gingold@adacore.com>
8670
8671 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
8672 parameter to main_objfile. Iterate on all separate debug objfiles.
8673 * symfile.h (symbol_file_add_separate)
8674 (find_separate_debug_file_by_debuglink): Remove parameter names.
8675 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
8676 (reread_symbols): Use free_objfile_separate_debug.
8677 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
8678 Adjust comment.
8679 (objfile_separate_debug_iterate, add_separate_debug_objfile)
8680 (free_objfile_separate_debug): New prototypes.
8681 * objfiles.c (objfile_separate_debug_iterate): New function.
8682 (add_separate_debug_objfile, free_objfile_separate_debug): New
8683 functions.
8684 (free_objfile): Use free_objfile_separate_debug. Adjust for
8685 multiple separate debug objfile.
8686 (objfile_has_symbols): Adjust comment. Iterate on all separate
8687 debug objfiles.
8688 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
8689 debug objfile.
8690 (lookup_minimal_symbol_text): Ditto.
8691 (lookup_minimal_symbol_by_pc_name): Ditto.
8692 (lookup_minimal_symbol_solib_trampoline): Ditto.
8693 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
8694 debug objfiles.
8695
7a697b8d
SS
86962010-01-05 Stan Shebs <stan@codesourcery.com>
8697
8698 Add fast tracepoints.
8699 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
8700 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
8701 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
8702 * breakpoint.c (tracepoint_type): New function.
8703 (ALL_TRACEPOINTS): Use it.
8704 (should_be_inserted): Ditto.
8705 (bpstat_check_location): Ditto.
8706 (print_one_breakpoint_location): Ditto.
8707 (user_settable_breakpoint): Ditto.
8708 (set_breakpoint_location_function): Ditto.
8709 (disable_breakpoints_in_shlibs): Ditto.
8710 (delete_trace_command): Ditto.
8711 (print_it_typical): Add bp_fast_tracepoint case.
8712 (bpstat_what): Ditto.
8713 (print_one_breakpoint_location): Ditto.
8714 (allocate_bp_location): Ditto.
8715 (mention): Ditto.
8716 (breakpoint_re_set_one): Ditto.
8717 (disable_command): Ditto.
8718 (enable_command): Ditto.
8719 (check_fast_tracepoint_sals): New function.
8720 (break_command_really): Call it.
8721 (ftrace_command): New function.
8722 (_initialize_breakpoint): Add ftrace command.
8723 * gdbarch.sh (fast_tracepoint_valid_at): New.
8724 * gdbarch.h, gdbarch.c: Regenerate.
8725 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
8726 (i386_gdbarch_init): Use it.
8727 * remote.c (struct remote_state): New field fast_tracepoints.
8728 (PACKET_FastTracepoints): New packet config type.
8729 (remote_fast_tracepoint_feature): New function.
8730 (remote_protocol_features): Add FastTracepoints.
8731 (remote_supports_fast_tracepoints): New function.
8732 (_initialize_remote): Add FastTracepoints.
8733 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
8734 * NEWS: Mention fast tracepoints.
8735
737a160e
JB
87362010-01-06 Joel Brobecker <brobecker@adacore.com>
8737
8738 * gdb-gdb.py: New file.
8739
ce6cca6d
MS
87402010-01-05 Michael Snyder <msnyder@vmware.com>
8741
8742 * infrun.c (handle_inferior_event): Fix typo in comment.
8743
0d15807d
JK
87442010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
8747
7803799a
UW
87482010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8749
c8d5aac9 8750 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
7803799a
UW
8751 and s390x-linux64.
8752 (s390-linux32-expedite): Define.
8753 (s390-linux64-expedite): Define.
8754 (s390x-linux64-expedite): Define.
8755 * features/s390-acr.xml: New file.
8756 * features/s390-fpr.xml: New file.
8757 * features/s390-core32.xml: New file.
8758 * features/s390-core64.xml: New file.
8759 * features/s390x-core64.xml: New file.
8760 * features/s390-linux32.xml: New file.
8761 * features/s390-linux64.xml: New file.
8762 * features/s390x-linux64.xml: New file.
8763 * features/s390-linux32.c: New generated file.
8764 * features/s390-linux64.c: New generated file.
8765 * features/s390x-linux64.c: New generated file.
8766
8767 * regformats/s390-linux32.dat: New generated file.
8768 * regformats/s390-linux64.dat: New generated file.
8769 * regformats/s390x-linux64.dat: New generated file.
8770 * regformats/reg-s390.dat: Remove.
8771 * regformats/reg-s390x.dat: Remove.
8772
8773 * s390-nat.c: Include "auxv.h" and <elf.h>.
8774 (HWCAP_S390_HIGH_GPRS): Define if undefined.
8775 (s390_target_wordsize): New function.
8776 (s390_auxv_parse): Likewise.
8777 (s390_get_hwcap): Likewise.
8778 (s390_read_description): Likewise.
8779 (_initialize_s390_nat): Install s390_auxv_parse and
8780 s390_read_description.
8781
8782 * s390-tdep.c: Include "features/s390-linux32.c",
8783 "features/s390-linux64.c", and "features/s390x-linux64.c".
8784 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
8785 (s390_register_call_saved): New function.
8786 (s390_register_name): Remove.
8787 (s390_register_type): Remove.
8788 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
8789 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
8790 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
8791 (s390_pseudo_register_name): New function.
8792 (s390_pseudo_register_type): New function.
8793 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
8794 Handle full GPR pesudos and varying pseudo register numbers.
8795 (s390_pseudo_register_write): Likewise
8796 (s390x_pseudo_register_read): Remove.
8797 (s390x_pseudo_register_write): Likewise.
8798 (s390_register_group): Remove.
8799 (s390_pseudo_register_group): New function.
8800 (s390_regmap_gregset): Add GPR upper halves.
8801 (s390x_regmap_gregset): Likewise.
8802 (s390_regmap_fpregset): Likewise.
8803 (s390_regmap_upper): New global variable.
8804 (s390_upper_regset): New global variable.
8805 (s390_upper_regset_sections): New global variable.
8806 (s390_regset_from_core_section): Handle GPR upper halves.
8807 (s390_core_read_description): New function.
8808 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
8809 register information. Handle varying pseudo register numbers.
8810 (s390_backchain_frame_unwind_cache): Likewise.
8811 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
8812 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
8813 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
8814 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
8815 Handle varying pseudo register numbers.
8816 (s390_unwind_pc): Handle varying pseudo register numbers.
8817 (s390_dwarf2_prev_register): New function.
8818 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
8819 register information. Handle varying pseudo register numbers.
8820 Install s390_dwarf2_prev_register to unwind full GPRs.
8821 (s390_gdbarch_init): Handle target descriptions. Assign varying
8822 pseudo register numbers. Install s390_adjust_frame_regnum.
8823 (_initialize_s390_tdep): Initialize target descriptions.
8824
8825 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
8826 (S390_NUM_REGS): Redefine to include upper half registers.
8827 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
8828 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
8829 (tdesc_s390_linux32): Add declaration.
8830 (tdesc_s390_linux64): Likewise.
8831 (tdesc_s390x_linux64): Likewise.
8832
1b1818e4
UW
88332010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8834
8835 * regset.h (struct core_regset_section): Add HUMAN_NAME.
8836 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
8837 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
8838 (ppc_linux_vmx_regset_sections): Likewise.
8839 (ppc_linux_fp_regset_sections): Likewise.
8840
8841 * corelow.c (get_core_register_section): Constify arguments.
8842 (get_core_registers): Use gdbarch_core_regset_sections instead
8843 of hard-coded platform-specific register section names.
8844
dcbf108f
UW
88452010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8846
8847 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
b3f41522 8848 a register, assume the least-significant part is used.
dcbf108f
UW
8849 (write_pieced_value): Likewise.
8850
704e9165
UW
88512010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8852
8853 * printcmd.c: Include "arch-utils.h".
8854 (do_one_display): Re-parse expression if current architecture changed.
8855
c54eabfa
JK
88562010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8857 Joel Brobecker <brobecker@adacore.com>
8858
8859 * gdbtypes.c (check_typedef): New comment on type length.
8860 * value.c (allocate_value_lazy): Remove the unused atype variable. New
8861 comment on type length.
8862 (value_primitive_field): Keep the original TYPE value, new comment.
8863
50cb2941
JK
88642010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8865
8866 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
8867 p_start. Change != comparisons to > and < comparisons.
8868
be66db07
JK
88692010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8870
8871 * cli/cli-script.c (process_next_line): Check P2 overrun.
8872
abd775ce
JB
88732009-01-01 Joel Brobecker <brobecker@adacore.com>
8874
8875 Update the copyright hearder to add year 2010 for most GDB files.
8876
6479260d
JB
88772009-01-01 Joel Brobecker <brobecker@adacore.com>
8878
8879 Fix build failure in inf-ptrace.c.
8880 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
8881
4a70f654
JB
88822010-01-01 Joel Brobecker <brobecker@adacore.com>
8883
8884 * top.c (print_gdb_version): Update copyright year.
8885
595939de 88862010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
b9ee2233
JB
8887
8888 Fix break *FUN'address thread NUM.
8889 * ada-lex.l (task): Expand rule to also match the thread keyword.
8890
70575d34
JB
88912010-01-01 Joel Brobecker <brobecker@adacore.com>
8892
8893 Fix break *FUN'address task NUM.
8894 * ada-lex.l (task): New rule.
8895 * ada-lang.c (valid_task_id): Make sure the Ada task list has
8896 been built before using it.
8897
e1e4d4a4 8898For older changes see ChangeLog-2009.
c906108c
SS
8899\f
8900Local Variables:
8901mode: change-log
8902left-margin: 8
8903fill-column: 74
8904version-control: never
57da7796 8905coding: utf-8
c906108c 8906End:
This page took 1.547122 seconds and 4 git commands to generate.