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