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