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