*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d82142e2
JK
12010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2
a418ecb5
JK
3 Code cleanup.
4 * infrun.c (struct inferior_status) <stepping_over_breakpoint>
5 (save_inferior_status) <stepping_over_breakpoint>
6 (restore_inferior_status) <stepping_over_breakpoint>: Rename to
7 trap_expected.
8 (struct inferior_status) <step_resume_break_address>: Remove.
9
102010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 Code cleanup.
d82142e2
JK
13 * infrun.c (struct inferior_status, save_inferior_status)
14 (restore_inferior_status): Group and reorder the fields, comment their
15 groups.
16
2edb89d3
JK
172010-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18
19 Code cleanup.
20 * dictionary.c
21 (struct dict_vector) <iter_match_first, iter_match_next>
22 (iter_match_first_hashed, iter_match_next_hashed)
23 (iter_match_first_linear, iter_match_next_linear)
24 (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
25 (iter_match_next_hashed, iter_match_first_linear)
26 (iter_match_next_linear): Use symbol_compare_ftype.
27 * dictionary.h: Include symfile.h.
28 (dict_iter_match_first, dict_iter_match_next): Use
29 symbol_compare_ftype.
30 * dwarf2read.c (dw2_map_matching_symbols): Likewise.
31 * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
32 (map_matching_symbols_psymtab): Likewise.
33 * symfile.h (symbol_compare_ftype): New typedef.
34 (struct quick_symbol_functions) <map_matching_symbols): Use
35 symbol_compare_ftype.
36
5ae98d25
TT
372010-11-23 Tom Tromey <tromey@redhat.com>
38
39037522
TT
39 * configure: Rebuild.
40 * configure.ac (READLINE_TEXI_INCFLAG): New subst.
41
422010-11-19 Tom Tromey <tromey@redhat.com>
43
5ae98d25
TT
44 * Makefile.in (SUBDIRS): Add doc.
45 * configure: Rebuild.
46 * configure.ac: Don't configure in doc. Create doc/Makefile.
47
ea976c60
PM
482010-11-23 Phil Muldoon <pmuldoon@redhat.com>
49
50 PR python/12212
51
52 * python/py-inferior.c (find_thread_object): Check if PIDGET
53 returns 0.
54
55010-11-22 Joel Brobecker <brobecker@adacore.com>
d94e4f4f
JB
56
57 * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
58
96dbd2c1
JB
592010-11-22 Joel Brobecker <brobecker@adacore.com>
60
61 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
62 Return the original type if the main type portions match rather
63 than when the type themselves match.
64
27f2a97b
JB
652010-11-22 Joel Brobecker <brobecker@adacore.com>
66
67 * ada-lang.c (ada_template_to_fixed_record_type_1):
68 For dynamic fields, check the field size against the maximum
69 object size.
70
1324a0d9
JB
712010-11-22 Joel Brobecker <brobecker@adacore.com>
72
73 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
74 function.
75 (mips_irix_n32_stack_tramp_frame): New static global.
76 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
77 list of unwinder.
78
09e7f15b
JB
792010-11-22 Jerome Guitton <guitton@adacore.com>
80
81 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
82 ATCB symbols.
83
3a867c22
JB
842010-11-22 Joel Brobecker <brobecker@adacore.com>
85
86 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
87 if type1 is a typedef.
88
df30368d
JB
892010-11-22 Joel Brobecker <brobecker@adacore.com>
90
91 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
92 "_finalizer" to the list.
93
4889bbbc
JB
942010-11-22 Joel Brobecker <brobecker@adacore.com>
95
96 * symfile.c: Remove all "#if 0"/"#endif" blocks.
97
0d14a781
JB
982010-11-22 Joel Brobecker <brobecker@adacore.com>
99
100 * symfile.c: Add missing second space after period in various comments.
101
feb864b7
JB
1022010-11-22 Joel Brobecker <brobecker@adacore.com>
103
104 * ada-typeprint.c (print_array_type): Fix formatting in comment.
105 (print_selected_record_field_types): Fix formatting in function
106 documentation.
107
04f9d4d0
JB
1082010-11-22 Joel Brobecker <brobecker@adacore.com>
109
110 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
111 in name of "show ravenscar" prefix command name.
112
b64edec4
JB
1132010-11-22 Joel Brobecker <brobecker@adacore.com>
114
115 * ravenscar-thread.c (show_ravenscar_task_switching_command):
116 Add missing '\n' in output.
117
7f39f34a
JB
1182010-11-22 Joel Brobecker <brobecker@adacore.com>
119
120 * ravenscar-thread.c (running_thread_name): Change value.
121 (read_thread_id): Remove advance declaration.
122 (get_running_thread_msymbol): New function.
123 (has_ravenscar_runtime): Use get_running_thread_msymbol to
124 compute msym_running_thread.
125 (get_running_thread_id): Renames read_thread_id. Slight modifications
126 to not take any argument anymore, using get_running_thread_msymbol
127 to determine which symbol to use instead.
128 (ravenscar_running_thread): Use get_running_thread_id instead of
129 read_thread_id.
130
f3890d59
JB
1312010-11-22 Joel Brobecker <brobecker@adacore.com>
132
133 * ravenscar-sparc-thread.c (supply_register_at_address):
134 Fix passing of buf in call to regcache_raw_supply.
135
594e8718
JK
1362010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
137
138 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
139
7ba86c9e
TT
1402010-11-22 Tom Tromey <tromey@redhat.com>
141
142 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
143
1bfda48e
KS
1442010-11-19 Keith Seitz <keiths@redhat.com>
145
146 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
147 Remove extraneous '/' after $(DESTDIR).
148 (PYTHON_INSTALL_DIR): Likewise.
149
3f1eff0a
JK
1502010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
151
152 Fix stale memory references.
153 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
154 xfree, new comment.
155
954d8cae
TT
1562010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
157 Tom Tromey <tromey@redhat.com>
158
159 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
160 (.PHONY): Remove for .y outputs.
161
d53d4ac5
TT
1622010-11-19 Will Drewry <wad@google.com>
163 Tavis Ormandy <taviso@google.com>
164 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 * dwarf2read.c (decode_locdesc): Enforce location description stack
167 boundaries.
168
77bc0675
PM
1692010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
170
171 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
172 instruction is found.
173
ba19bb4d
TT
1742010-11-17 Tom Tromey <tromey@redhat.com>
175
176 * value.c (value_entirely_optimized_out): Check the
177 'check_any_valid' field.
178
19f220c3
JK
1792010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
180
181 * ada-lang.c (modify_general_field): Remove.
182 (make_array_descriptor): Replace all modify_general_field calls by
183 modify_field.
184 * value.c (modify_field): Update comment. New variable bytesize.
185 Normalize BITPOS. Initialize BYTESIZE, use it.
186
87df528e
JK
1872010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
188
189 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
190 elements after xfree.
191
97924a97
TT
1922010-11-16 Tom Tromey <tromey@redhat.com>
193
194 * gdb-add-index.sh: Really remove.
195
9816fde3
JK
1962010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 Code cleanup.
199 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
200 (init_one_comp_unit): ... this one.
201 (prepare_one_comp_unit): New prototype.
202 (dw2_require_line_header, process_psymtab_comp_unit): Use
203 init_one_comp_unit.
204 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
205 (load_partial_comp_unit): Remove variable attr. Use
206 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
207 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
208 prepare_one_comp_unit.
209 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
210 Use prepare_one_comp_unit.
211 (alloc_one_comp_unit): Rename to ...
212 (init_one_comp_unit): ... here and remove there calloc, new parameter
213 cu.
214 (prepare_one_comp_unit): New function.
215
73c964d6
PM
2162010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
217
218 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
219 possible used of uninitialized variable.
220
74af9197
NF
2212010-11-12 Nathan Froyd <froydnj@codesourcery.com>
222
223 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
224 (rs6000_gdbarch_init): Call it.
225
e52d5016
NF
2262010-11-12 Nathan Froyd <froydnj@codesourcery.com>
227
228 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
229 instructions if debugging an E500 binary.
230
621c8364
TT
2312010-11-12 Tom Tromey <tromey@redhat.com>
232
233 * varobj.c (value_get_print_value): Rearrange. Pass stream to
234 apply_varobj_pretty_printer.
235 * c-lang.c: Include exceptions.h.
236 (c_get_string): Throw MEMORY_ERROR when appropriate.
237 * python/py-prettyprint.c (enum string_repr_result): New.
238 (print_stack_unless_memory_error): New function.
239 (print_string_repr): Change return type. Use
240 print_stack_unless_memory_error.
241 (print_children): Use print_stack_unless_memory_error.
242 (apply_val_pretty_printer): Update. Don't print children if
243 string representation threw an exception.
244 (apply_varobj_pretty_printer): Add 'stream' argument. Use
245 print_stack_unless_memory_error.
246 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
247 globals.
248 (_initialize_python): Initialize them.
249 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
250 gdbpy_convert_exception.
251 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
252 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
253 (gdbpy_convert_exception): Declare.
254 (apply_varobj_pretty_printer): Update.
255 * python/py-utils.c (gdbpy_convert_exception): New function.
256
f1b9e6e7
MK
2572010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
258
259 * mi/mi-main.c (mi_cmd_target_detach): Accept new
260 thread-group id format.
261
74884f7b
JK
2622010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
263
264 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
265
84f4c1fe
PM
2662010-11-11 Phil Muldoon <pmuldoon@redhat.com>
267
268 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
269 NULL.
270 (BPPY_SET_REQUIRE_VALID): Ditto.
271 (bpnum_is_valid): Delete function.
272 (bppy_get_visibility): New function.
273 (bppy_new): Parse for, and validate internal keyword. Pass
274 internal keyword to breakpoint or watchpoint functions.
275 (build_bp_list): New function.
276 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
277 iterate_over_breakpoints.
278 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
279 look-aside vector.
280 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
281 to internal breakpoint chain.
282
283 * breakpoint.c (set_breakpoint_number): New function.
284 (breakpoint_1): Check if breakpoint number is more than zero.
285 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
286 (create_breakpoint_sal): Take a new parameter called internal.
287 Call set_breakpoint_number with internal parameter. Do not
288 mention internal breakpoints. All callers updated.
289 (create_breakpoint): Ditto.
290 (create_breakpoints_sal): Ditto.
291 (watch_command_1): Ditto.
292 (watch_command_wrapper): Take a new parameter called internal.
293 All callers updated.
294 (rwatch_command_wrapper): Ditto.
295 (awatch_command_wrapper): Ditto.
296 (save_breakpoints): Update breakpoint save condition check.
297 (iterate_over_breakpoints): New function.
298 * breakpoint.h: Add conditional python includes. Add py_bp_object
299 and comment to struct breakpoint. Update all callers.
300 * defs.h: Add PyObject definition for GDB builds without Python.
301
4dfea560
DE
3022010-11-10 Doug Evans <dje@google.com>
303
f61a2da7
DE
304 * python/lib/gdb/command/pretty_printers.py
305 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
306
4dfea560
DE
307 * value.c (set_value_enclosing_type): Renamed from
308 value_change_enclosing_type. All callers updated.
309 * value.h (set_value_enclosing_type): Update.
310 * valops.c (value_full_object): Always return a copy if we need to
311 make changes to the input value.
312
a1442452
PA
3132010-11-09 Pedro Alves <pedro@codesourcery.com>
314
315 * breakpoint.c (watch_command_1): Get a pointer of the lazy
316 version of the expression's value, even if reading the value from
317 memory fails. When creating a -location watchpoint, get the
318 value's address from the lazy value pointer.
319
803b5f95
JK
3202010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
321
322 * infrun.c (restore_inferior_thread_state): Use
323 discard_inferior_thread_state to free the data.
324 (discard_inferior_thread_state): xfree also siginfo_data.
325
99e7ae30
DE
3262010-11-05 Doug Evans <dje@google.com>
327
328 Make gdb.parameter("directories") work.
329 New command "set directories".
330 * NEWS: Document them.
331 * source.c (set_directories_command): New function.
332 (show_directories_1): Renamed from show_directories.
333 All callers updated.
334 (show_directories_command): New function.
335 (_initialize_source): Install "directories" as a set/show
336 variable instead of just a show command.
337
f4b8a18d
KW
3382010-11-05 Ken Werner <ken.werner@de.ibm.com>
339
340 * NEWS: Mention OpenCL C language support.
341 * Makefile.in (SFILES): Add opencl-lang.c.
342 (COMMON_OBS): Add opencl-lang.o.
343 * opencl-lang.c: New File
344 * defs.h (enum language): Add language_opencl.
345 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
346 IBM XL C OpenCL compiler.
347 * c-lang.h: Include "parser-defs.h".
348 (evaluate_subexp_c): Declare.
349 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
350 (c_op_print_tab): Add declaration.
351 * eval.c (binop_promote): Handle language_opencl.
352 * c-exp.y: Lookup the primitive types instead of referring to the
353 builtins.
354
075ff26d
JK
3552010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
356
357 Fix configure --enable-plugins --without-python.
358 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
359 * configure: Regenerate.
360
14ad3217
JK
3612010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * solib.c (solib_read_symbols): Call exception_fprintf even without
364 FROM_TTY. Print also so->so_name.
365
a9d5ef47
SW
3662010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
367
368 * gdbtypes.h (struct rank): Created subrank.
369 * gdbtypes.c: Initialized subrank for all
370 'BADNESS' constants.
371 (distance_to_ancestor): New function.
372 (is_ancestor): Use distance_to_ancestor.
373 (is_public_ancestor): Ditto.
374 (sum_ranks): Handle subrank.
375 (compare_ranks): Ditto.
376 (rank_one_type): Subrank base conversions.
377
6403aeea
SW
3782010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
379
380 * gdbtypes.h: Create struct rank.
381 Convert all 'BADNESS' macros to const struct rank declarations.
382 (sum_ranks): New function.
383 (compare_ranks): New function.
384 * valops.c (find_oload_champ): Updated.
385 (classify_oload_match): Use compare_ranks.
386 Improved comments.
387 (compare_parameters): Use compare_ranks.
388 * gdbtypes.c: Initialize 'BADNESS' constants.
389 (sum_ranks): New function.
390 (compare_ranks): New function.
391 (compare_badness): Use compare_ranks.
392 (rank_function): Use global constants instead of literals.
393 (rank_one_type): Ditto.
394 Return struct rank.
395 Use sum_ranks.
396
23fa7f66
DE
3972010-11-04 Doug Evans <dje@google.com>
398
399 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
400 (find_pretty_printer): Fix comments.
401
608bcef2
HZ
4022010-11-04 Hui Zhu <teawater@gmail.com>
403
404 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
405
9addb3b9
JB
4062010-11-03 Joel Brobecker <brobecker@adacore.com>
407
408 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
409 and `len' declaration and computation inside block where they
410 are being used.
411
75be741b
JB
4122010-11-03 Joel Brobecker <brobecker@adacore.com>
413
414 * valprint.c (val_print_array_elements): Put back handling of
415 empty arrays.
416
dbc98a8b
KW
4172010-11-03 Ken Werner <ken.werner@de.ibm.com>
418
419 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
420 DIE and set the length of the type.
421 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
422 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
423 return 0 if the corresponding bounds of the type are undefined.
424 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
425 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
426 (val_print_array_elements): Use get_array_bounds to compute the number
427 of array elements instead of dividing the length of the array by the
428 length of the element types.
429 * valarith.c (vector_binop): Likewise.
430 * valops.c (value_cast): Likewise.
431 * c-valprint.c (c_val_print): Likewise.
432 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
433
120bd360
KW
4342010-11-03 Ken Werner <ken.werner@de.ibm.com>
435
436 * valarith.c (value_pos, value_neg, value_complement): Handle
437 vector types.
438 * valops.c (value_one): Likewise.
439
c37f7098
KW
4402010-11-03 Ken Werner <ken.werner@de.ibm.com>
441
442 * value.h (value_non_lval): Declare.
443 * value.c (value_non_lval): New function.
444 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
445 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
446 non-lvalue.
447
7b51bc51
DE
4482010-11-02 Doug Evans <dje@google.com>
449
450 New python module gdb.printing, and new commands info pretty-printer,
451 enable pretty-printer, disable pretty-printer.
452 * NEWS: Mention them.
453 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
454 gdb/command/__init__.py, gdb/command/pretty_printers.py.
455 * python/lib/gdb/__init__.py: Install pretty-printer commands.
456 * python/lib/gdb/printing.py: New file.
457 * python/lib/gdb/command/__init__.py: New file.
458 * python/lib/gdb/command/pretty_printers.py: New file.
459
50c97f38
TT
4602010-11-02 Tom Tromey <tromey@redhat.com>
461
462 * NEWS: Mention Guile removal.
463 * defs.h (enum language) <language_scm>: Remove.
464 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
465 scm-valprint.c.
466 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
467 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
468 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
469 Remove.
470
9dea9163
DE
4712010-11-02 Doug Evans <dje@google.com>
472
473 * top.c: #include "python/python.h".
474 (gdb_init): Add a comment regarding initialize_all_files.
475 Call finish_python_initialization at the end.
476 * python/python.h (finish_python_initialization): Declare.
477 * python/python.c (finish_python_initialization): New function.
478 (_initialize_python): Move python-implemented initialization there
479 and call it.
480 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
481
a289b8f6
JK
4822010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 Revert:
485 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
486 Pedro Alves <pedro@codesourcery.com>
487 * gdbthread.h (currently_stepping): New declaration.
488 * infrun.c (currently_stepping): Remove the forward declaration.
489 (currently_stepping): Make it global.
490 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
491 variables tp and step, initialized them. Pass STEP to to_resume.
492 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
493 * remote.c (currently_stepping_callback): New.
494 (remote_vcont_resume)
495 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
496 New variable tp. Call currently_stepping_callback and step such
497 thread.
498
2209c807
HZ
4992010-11-01 Hui Zhu <teawater@gmail.com>
500
501 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
502
0a2a54b8
HZ
5032010-10-28 Hui Zhu <teawater@gmail.com>
504
505 * tracepoint.c (trace_save): Change utp->actions to
506 utp->step_actions.
507
284a3db3
JB
5082010-10-26 Joel Brobecker <brobecker@adacore.com>
509
510 * (_FILE_OFFSET_BITS): Fix typo in comment.
511
aed1781d
JB
5122010-10-26 Joel Brobecker <brobecker@adacore.com>
513
514 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
515 (PyEval_InitThreads): Remove duplicate. Define as nothing.
516 (PyEval_ReleaseLock): Define as nothing.
517
1e3fad37
JB
5182010-10-26 Joel Brobecker <brobecker@adacore.com>
519
520 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
521 by call to FILENAME_CMP.
522
558b1900
JB
5232010-10-26 Joel Brobecker <brobecker@adacore.com>
524
525 * dictionary.c (dict_hash): Move assignment out of if condition.
526
f474844c
JZ
5272010-10-22 Jie Zhang <jie@codesourcery.com>
528
529 * Makefile.in (install): Remove dependency of install-only and
530 recursively invoke make for install-only.
531 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
532 (install): Pass FLAGS_TO_PASS when recursively make install-only.
533
8991e9fa
HZ
5342010-10-20 Hui Zhu <teawater@gmail.com>
535
536 * tracepoint.c (tfile_get_traceframe_address): Call
537 extract_signed_integer.
538 (tfile_trace_find): Call extract_signed_integer and
539 extract_unsigned_integer. Change data_size to unsigned int.
540 (tfile_fetch_registers): Call extract_unsigned_integer.
541 (tfile_xfer_partial): Ditto.
542 (tfile_get_trace_state_variable_value): Call
543 extract_signed_integer and extract_unsigned_integer.
544
21bce120
VP
5452010-10-20 Vladimir Prus <vladimir@codesourcery.com>
546
547 * remote.c (remote_get_threadlist): If we got empty
548 response, bail out immediately, and don't emit any
549 warnings.
550
ad8b5167
UW
5512010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
552
553 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
554 for "mov pc, REG" as well.
555 (thumb_instruction_changes_pc): Likewise.
556
79afc5ef
SW
5572010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
558
559 PR C++/11500:
560 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
561 * eval.c (evaluate_subexp_standard): Check for overload of
562 'operator->'.
563 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
564 (value_x_unop): Ditto.
565 * valops.c: Include "exceptions.h".
566 (find_overload_match): Throw NOT_FOUND_ERROR.
567 (value_struct_elt): Ditto.
568
cca56ac7
TT
5692010-10-19 Tom Tromey <tromey@redhat.com>
570
571 * python/py-cmd.c (cmdpy_function): Unreference exception state.
572
026ffab7
SW
5732010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
574
575 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
576 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
577 for conversion.
578 Make all other conversions illegal.
579
8c540a24
DE
5802010-10-18 Doug Evans <dje@google.com>
581
582 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
583 assumptions of when this case happens. Print "<unnamed typedef>".
584
3a772aa4
TT
5852010-10-18 Tom Tromey <tromey@redhat.com>
586
587 * valprint.c (val_print_string): Pass 'encoding' to
588 LA_PRINT_STRING.
589
01f8c46d
JK
5902010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 Fix the `stopped language detection' testcase for gcc-4.5.
593 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
594 * symfile.c (set_initial_language): Move variable filename to a more
595 inner block. Prefer LANGUAGE_OF_MAIN.
596 * symtab.c (language_of_main): New variable.
597 (set_main_name): Always reset LANGUAGE_OF_MAIN.
598 * symtab.h (language_of_main): New declaration.
599
8aeb23f3
JK
6002010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
601 Pedro Alves <pedro@codesourcery.com>
602
603 * gdbthread.h (currently_stepping): New declaration.
604 * infrun.c (currently_stepping): Remove the forward declaration.
605 (currently_stepping): Make it global.
606 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
607 variables tp and step, initialized them. Pass STEP to to_resume.
608 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
609 * remote.c (currently_stepping_callback): New.
610 (remote_vcont_resume)
611 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
612 New variable tp. Call currently_stepping_callback and step such
613 thread.
614
c1e56572
JK
6152010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
616
617 * infrun.c (follow_exec): Replace symbol_file_add_main by
618 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
619 breakpoint_re_set.
620 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
621 clear_symtab_users.
622 * objfiles.c (free_all_objfiles): Likewise.
623 * remote-m32r-sdi.c (m32r_load): Likewise.
624 * solib-som.c (som_solib_create_inferior_hook): Likewise.
625 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
626 clear_symtab_users with ADD_FLAGS.
627 (reread_symbols): Use parameter 0 for clear_symtab_users.
628 (clear_symtab_users): New parameter add_flags. Do not call
629 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
630 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
631 * symtab.h (clear_symtab_users): New parameter add_flags.
632
3a182a69
JK
6332010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
634
635 Fix GCC false warning.
636 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
637
3a9d7214
PM
6382010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
639
640 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
641 display of type of method arguments.
642
09ca9e2e
TT
6432010-10-15 Tom Tromey <tromey@redhat.com>
644
645 PR python/11948:
646 * varobj.c (value_get_print_value): Use val_print_string to print
647 lazy strings.
648 * python/py-prettyprint.c (print_string_repr): Use
649 val_print_string to print lazy strings. Fix cleanup logic.
650 (print_children): Likewise.
651 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
652 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
653 Change return type to 'void', add 'addr' argument.
654 * value.h (val_print_string): Update.
655 * valprint.c (val_print_string): Add 'encoding' argument.
656 * printcmd.c (print_formatted): Update.
657 * p-valprint.c (pascal_val_print): Update.
658 * m2-valprint.c (print_unpacked_pointer): Update.
659 (m2_print_array_contents): Likewise.
660 * jv-valprint.c (java_value_print): Update.
661 * f-valprint.c (f_val_print): Update.
662 * c-valprint.c (c_val_print): Update.
663 * auxv.c (fprint_target_auxv): Update.
664
92163a10
JK
6652010-10-15 Doug Evans <dje@google.com>
666 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 PR exp/12117
669 * gdbtypes.c (check_typedef): Clean up function comment.
670 Keep track of instance flags as we strip typedefs and create a new
671 type to preserve them if necessary.
672 * gdbtypes.h (type) <instance_flags>: Extend the comment.
673
dae71413
PM
6742010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
675
676 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
677
7062b0a0
SW
6782010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
679
680 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
681 * gdbtypes.c (rank_one_type): Move type comparison code out of here
682 to...
683 (types_equal): ...here. And changed it as follows:
684 Outside of typedefs type must be of the same TYPE_CODE.
685 When compairing two pointers or references they are equal if their
686 targets are equal.
687 Correct pointer conversions.
688
5c3da5ea
PM
6892010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
690
691 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
692 having fields without names.
693
577ce03a
TT
6942010-10-13 Tom Tromey <tromey@redhat.com>
695
696 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
697
a737a51b
DE
6982010-10-13 Doug Evans <dje@google.com>
699
0e3509db
DE
700 New python module gdb.types.
701 * NEWS: Document it.
702 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
703 * python/lib/gdb/types.py: New file.
704
a737a51b
DE
705 * c-typeprint.c: Whitespace cleanup.
706 (cp_type_print_method_args): Remove unnecessary forward decl.
707 (cp_type_print_derivation_info): Ditto.
708 (c_type_print_varspec_prefix): Mark as static at definition.
709 (c_type_print_modifier): Fix arg descriptions.
710
8dc78533
JK
7112010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
712
713 * python/py-breakpoint.c (bppy_set_condition): New comment.
714 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
715 failed PyUnicode_Decode.
716 (cmdpy_completer): Skip element for failed
717 python_string_to_host_string.
718 (cmdpy_init): Return -1 on failed python_string_to_host_string.
719 * python/py-frame.c (frapy_read_var): Extend the function comment.
720 * python/py-function.c (fnpy_init): Return -1 on failed
721 python_string_to_host_string.
722 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
723 the function comment.
724 (infpy_search_memory): Extend the function comment. Remove the
725 PyErr_SetString call on already set error state.
726 * python/py-param.c (set_parameter_value): Extend the function
727 comment. Return -1 on failed python_string_to_host_string, twice.
728 (set_attr): Extend the function comment.
729 (compute_enum_values): Extend the function comment. New variable
730 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
731 failed python_string_to_host_string.
732 (get_doc_string): Call gdbpy_print_stack on failed
733 python_string_to_host_string.
734 (parmpy_init): Extend the function comment.
735 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
736 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
737 failed python_string_to_host_string.
738 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
739 (valpy_binop, valpy_richcompare): Extend the function comment.
740 * python/python.c
741 (struct python_env) <error_type, error_value, error_traceback>: New
742 fields.
743 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
744 (ensure_python_env): Call PyErr_Fetch.
745 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
746 failed convert_value_from_python.
747 (value_get_print_value): Call gdbpy_print_stack on failed
748 python_string_to_target_python_string.
749
1bdb0c54
TT
7502010-10-12 Tom Tromey <tromey@redhat.com>
751
752 * python/py-prettyprint.c (search_pp_list): Fix error checking.
753
0526b37a
SW
7542010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
755
756 * gdbtypes.c (do_is_ancestor): New function.
757 (is_ancestor): Use do_is_ancestor.
758 (is_public_ancestor): Use do_is_ancestor.
759
c1b5be38
PM
7602010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
761
762 * ser-go32.c (struct dos_ops): Add missing fdopen field.
763
68770265
MGD
7642010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
765
766 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
767
64b00020
DE
7682010-10-11 Doug Evans <dje@google.com>
769
770 * c-typeprint.c (c_type_print_modifier): Add note that this prints
771 the address space id too.
772
43b8e241
JK
7732010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
774
775 Fix attaching to re-prelinked executables on ppc64.
776 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
777 initialize it, try to adjust FILESZ field by it.
778
417b5110
DJ
7792010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
780
781 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
782 messages if info_verbose.
783
3bdf2bbd
KW
7842010-10-08 Ken Werner <ken.werner@de.ibm.com>
785
786 * valops.c (value_cast): Handle vector types.
787 * valarith.c (value_binop): Widen scalar to vector if appropriate.
788
ec3d575a
UW
7892010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
790
791 * arm-tdep.c (thumb_expand_immediate): New function.
792 (thumb_instruction_changes_pc): Likewise.
793 (thumb2_instruction_changes_pc): Likewise.
794 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
795 prologue parsing. Improved support for optimized code.
796 (thumb_scan_prologue): Do not reply on line-number information,
797 use same heuristics as arm_scan_prologue insead.
798 (skip_prologue_function): Accept functions
799 "__tls_get_addr" and "__aeabi_read_tp".
800
4024ca99
UW
8012010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
802 Daniel Jacobowitz <dan@codesourcery.com>
803
804 * arm-tdep.c (thumb_in_function_epilogue_p)
805 (arm_in_function_epilogue_p): New.
806 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
807 gdbarch_in_function_epilogue_p callback.
808
855c153f
DE
8092010-10-07 Doug Evans <dje@google.com>
810
00e14314
DE
811 * cc-with-index.sh (output_file): Default to a.out.
812
3876f04e
DE
813 * dwarf2read.c (mapped_index): Rename member index_table to
814 symbol_table and index_table_slots to symbol_table_slots.
815 All uses updated.
816 (create_symbol_hash_table): Renamed from create_index_table.
817 All callers updated.
818 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
819 (write_hash_table): Rename local index_table to symbol_hash_table.
820
855c153f
DE
821 * addrmap.h (addrmap_foreach_fn): New typedef.
822 (addrmap_foreach): Declare.
823 * addrmap.c (struct addrmap_funcs): New member foreach.
824 (addrmap_foreach): New function.
825 (addrmap_fixed_foreach): New function.
826 (addrmap_fixed_funcs): Update.
827 (struct mutable_foreach_data): New struct.
828 (addrmap_mutable_foreach_worker): New function.
829 (addrmap_mutable_foreach): New function.
830 (addrmap_mutable_funcs): Update.
831
1d2a4540
PH
8322010-10-07 Paul Hilfinger <hilfinger@adacore.com>
833
834 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
835 more cases.
836
40658b94
PH
8372010-10-07 Paul Hilfinger <hilfinger@adacore.com>
838
839 * ada-lang.c (full_match): Declare.
840 (ada_match_name): Rename to match_name (we should avoid prefixing static
841 symbols with "ada_").
842 (match_name): New name for ada_match_name.
843 (struct ada_psym_data): Remove and replace with...
844 (struct match_data): User data for map_matching_symbols.
845 (ada_add_psyms): Remove.
846 (aux_add_nonlocal_symbols): New function, used as callback for
847 map_matching_symbols.
848 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
849 symbols.
850 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
851 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
852 Rework to use map_matching_symbols instead of map_ada_symtabs.
853 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
854 * psymtab.c: Include dependency on dictionary.h.
855 (match_partial_symbol): New function.
856 (ada_lookup_partial_symbol): Remove.
857 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
858 (map_matching_symbols_psymtab): New function.
859 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
860 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
861
c4d840bd
PH
8622010-10-06 Paul Hilfinger <hilfinger@adacore.com>
863
864 * ada-lang.c (ada_match_name): Use new API for wild_match.
40658b94
PH
865 (wild_match): Change API to be consistent with that of strcmp_iw;
866 return 0 for a match, and switch operand order.
867 (full_match): New function.
868 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
869 matching to allow use of hashing.
870 * dictionary.c (struct dict_vector): Generalize iter_name_first,
871 iter_name_next ot iter_match_first, iter_match_next.
872 (iter_name_first_hashed): Replace with iter_match_first_hashed.
873 (iter_name_next_hashed): Replace with iter_match_next_hashed.
874 (iter_name_first_linear): Replace with iter_match_first_linear.
875 (iter_name_next_linear): Replace with iter_match_next_linear.
876 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
877 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
878 (dict_iter_match_first): New function.
879 (dict_iter_match_next): New function.
880 (dict_hash): New function.
881 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
882 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
c4d840bd 883
543ecec7
DE
8842010-10-06 Doug Evans <dje@google.com>
885
886 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
887
2f608a3a
KW
8882010-10-06 Ken Werner <ken.werner@de.ibm.com>
889
890 * dwarf2read.c (read_tag_const_type): Handle const arrays.
891
aa2e2d8d
DE
8922010-10-06 Doug Evans <dje@google.com>
893
9c9606fb
DE
894 * Makefile.in (REQUIRED_SUBDIRS): New var.
895 (subdir_do): Verify required subdir Makefiles exist.
896
aa2e2d8d
DE
897 Create subdir data-directory.
898 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
899 data-directory/Makefile.in.
900 (SUBDIRS): Add data-directory.
901 (all): Remove xml-syscall-copy dependency.
902 (xml-syscall-copy): Moved to data-directory/Makefile.in as
903 stamp-syscalls.
904 (xml-syscall-install): Moved to data-directory/Makefile.in as
905 install-syscalls.
906 (install-only): Remove xml-syscall-install dependency.
907 (all-data-directory): New rule.
908 (data-directory/Makefile): New rule.
909 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
910 * configure: Regenerate.
911 * data-directory/Makefile.in: New file.
912 * python/lib/gdb/__init__.py: New file.
913
aa27d0b3
JB
9142010-10-06 Joel Brobecker <brobecker@adacore.com>
915
916 Fix ARI warnings in advance_wild_match.
917 * ada-lang.c (advance_wild_match): Delete local variable t2.
918 Adjust code accordingly. Minor reformatting.
919
2844d6b5
KW
9202010-10-06 Ken Werner <ken.werner@de.ibm.com>
921
922 * gdbtypes.h (struct main_type): Remove flag_nottext.
923 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
924 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
925 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
926 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
927 of TYPE_FLAG_NOTTEXT.
928 (init_type): Remove the initialization of the flag_nottext field.
929 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
930 TYPE_FLAG_NOTTEXT.
931 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
932
2fdf6df6
DE
9332010-10-04 Doug Evans <dje@google.com>
934
ea65fe05
DE
935 * cc-with-index.sh: New file.
936
2fdf6df6
DE
937 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
938 function comment.
939 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
940 (create_cus_from_index, create_addrmap_from_index): Ditto.
941 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
942 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
943 (dw2_do_expand_symtabs_matching): Ditto.
b89be57b
DE
944 (eq_strtab_entry, create_strtab, add_string): Ditto.
945 (hash_strtab_entry): Ditto.
946 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
947 (create_index_table, create_mapped_symtab, find_slot): Ditto.
948 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
949 (write_hash_table, add_address_entry, write_psymbols): Ditto.
950 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
951 (write_psymtabs_to_index): Ditto.
2fdf6df6 952
40bc484c
JB
9532010-10-04 Joel Brobecker <brobecker@adacore.com>
954
955 * ada-lang.c: #include "value.h".
956 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
957 arguments. Implement using value_allocate_space_in_inferior
958 instead of allocating memory from the stack.
959 (make_array_descriptor): Remove gdbarch and sp parameters. Update
960 calls to ensure_lval.
961 (ada_convert_actual): Remove gdbarch and sp parameters. Update
962 calls to make_array_descriptor and ensure_lval.
963 * ada-lang.h (ada_convert_actual): Update declaration.
964 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
965
f17618ea
DE
9662010-10-04 Doug Evans <dje@google.com>
967
968 * python/python.c (_initialize_python): Define new function
969 GdbSetPythonDirectory in python. Use it to update sys.path and
970 gdb.__path__.
971
83e3a93c
PH
9722010-10-03 Paul Hilfinger <hilfinger@adacore.com>
973
974 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
975 incorporating and generalizing print_record_field_types.
976 (print_record_field_types): Change return value and update comment.
977 Re-implement using print_selected_record_field_types.
978 (print_choices): Print "=>" here.
979 Handle case of unencoded variant branch.
980 (print_variant_clauses): Reformat comment.
981 Special-case unencoded variant branch.
982
9832010-10-03 Paul Hilfinger <hilfinger@adacore.com>
73589123
PH
984
985 * ada-lang.c (wild_match): Reimplement.
986 Change API to eliminate unused length argument, reverse arguments and
987 make 0 the 'true' return value.
988 (advance_wild_match): New auxiliary function for wild_match to improve
989 readability.
990 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
991 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
992 API for wild_match.
993 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
994 wild_match.
995 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
996
11570e71
DE
9972010-10-01 Doug Evans <dje@google.com>
998
999 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1000 for `save gdb-index' command.
1001
72b9f47f
TT
10022010-10-01 Tom Tromey <tromey@redhat.com>
1003
1004 * symfile.h (allocate_symtab): Update.
1005 * symfile.c (allocate_symtab): Make 'filename' const.
1006 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1007 (add_psymbol_to_list): Likewise.
1008 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1009 const.
1010 (add_psymbol_to_list): Update.
1011 * mdebugread.c (new_symtab): Make 'name' const.
1012 (psymtab_to_symtab_1): Make 'filename' const.
1013 * elfread.c (elfstab_offset_sections): Update.
1014 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1015 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1016 (psymtab_include_file_name): Update.
1017 * dbxread.c (find_stab_function_addr): Make 'filename' const.
1018 * buildsym.h (start_subfile): Update.
1019 * buildsym.c (start_subfile): Make arguments const.
1020
55e39473
MS
10212010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
1022
1023 * fork-child.c (breakup_args): Fix crash if shell forking is
1024 disabled at compile time.
1025
05e522ef
JB
10262010-10-01 Joel Brobecker <brobecker@adacore.com>
1027
1028 * ada-lang.c (desc_bounds): Add handling of the case where
1029 the P_BOUNDS field is a pointer to a stub.
1030 (desc_data_target_type): Same for P_ARRAY field.
1031 (ada_check_typedef): Strip the typedef layers from the type
1032 found by ada_find_any_type.
1033
49a45ecf
JB
10342010-10-01 Joel Brobecker <brobecker@adacore.com>
1035
1036 * sparc-tdep.c (sparc32_frame_align): New function.
1037 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1038 * sparc64-tdep.c (sparc64_frame_align): New function.
1039 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1040
a5916a62
L
10412010-09-30 H.J. Lu <hongjiu.lu@intel.com>
1042
1043 * defs.h (MAX_REGISTER_SIZE): Set to 64.
1044
00b5771c
TT
10452010-09-30 Tom Tromey <tromey@redhat.com>
1046
1047 * symfile.h (struct sym_fns) <next>: Remove.
1048 (add_symtab_fns): Update.
1049 * symfile.c (sym_fns_ptr): New typedef.
1050 (symtab_fns): Now a VEC.
1051 (add_symtab_fns): Update. Change argument type.
1052 (find_sym_fns): Update. Change return type.
1053 (get_symfile_segment_data): Update.
1054 * objfiles.h (struct objfile) <sf>: Now const.
1055 * somread.c (som_sym_fns): Now const. Update.
1056 * xcoffread.c (xcoff_sym_fns): Now const. Update.
1057 * mipsread.c (ecoff_sym_fns): Now const. Update.
1058 * machoread.c (macho_sym_fns): Now const. Update.
1059 * elfread.c (elf_sym_fns): Now const. Update.
1060 (elf_sym_fns_gdb_index): Likewise.
1061 * dbxread.c (aout_sym_fns): Now const. Update.
1062 * coffread.c (coff_sym_fns): Now const. Update.
1063
38f12cfc
TT
10642010-09-30 Tom Tromey <tromey@redhat.com>
1065
1066 * value.c (value_primitive_field): Take 'offset' into account for
1067 packed field.
1068
9ae8282d
TT
10692010-09-30 Tom Tromey <tromey@redhat.com>
1070
1071 * completer.c (count_struct_fields): Handle anonymous structs and
1072 unions.
1073 (add_struct_fields): Likewise.
1074
e9e07ba6
JK
10752010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1076
1077 Fix printing parameters of inlined functions.
1078 * ada-lang.c (is_known_support_routine)
1079 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1080 for find_frame_funname.
1081 * python/py-frame.c (frapy_name): Likewise.
1082 * stack.c (find_frame_funname): New parameter funcp. Update the
1083 function comment. Fill it in.
1084 (print_frame): New variable func. Initialize it by
1085 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1086 FUNC as the parameter of print_args_stub.
1087 * stack.h (find_frame_funname): New parameter funcp. Remove the
1088 function declaration comment.
1089
cd2effb2
JK
10902010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1091
1092 PR corefiles/12071.
1093 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1094 tp. Iterate INFERIOR_LIST and call target_has_execution.
1095
bceffbf3
JK
10962010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1097
1098 Fix GDB crash on inferior calls with self-referencing classes.
1099 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1100 member fields.
1101
abc72ce4
DE
11022010-09-29 Doug Evans <dje@google.com>
1103
1104 Workaround for gcc/45682.
1105 * dwarf2read.c (partial_die_info): New fields fixup_called,
1106 linkage_name.
1107 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1108 Move definition next to use. Use linkage_name to determine if class
1109 is in a namespace. All callers updated.
1110 (fixup_partial_die): Return early if already called.
1111 Set fixup_called when done.
1112 (guess_full_die_structure_name): New function.
1113 (determine_prefix): Call it for class/struct/union dies if c++ and
1114 .debug_types section is present and parent is DW_TAG_compile_unit.
1115
0ac7be25
JB
11162010-09-28 Joel Brobecker <brobecker@adacore.com>
1117
1118 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1119 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1120
6e1bb179
JB
11212010-09-28 Joel Brobecker <brobecker@adacore.com>
1122
1123 * NEWS: Announce Ravenscar Profile support.
1124
036b1ba8
JB
11252010-09-28 Joel Brobecker <brobecker@adacore.com>
1126 Jerome Guitton <guitton@adacore.com>
1127
1128 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1129 New files.
1130 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1131 ravenscar-sparc-thread.o to gdb_target_obs.
1132
474011fb
JB
11332010-09-28 Joel Brobecker <brobecker@adacore.com>
1134
1135 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1136 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1137
99e24b90
PM
11382010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1139
1140 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1141 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1142 skip_main_prologue method.
1143
987d643c
TT
11442010-09-27 Tom Tromey <tromey@redhat.com>
1145
1146 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1147 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1148 Only emit a given psymbol once.
1149 (struct signatured_type_index_data) <psyms_seen>: New field.
1150 (write_one_signatured_type): Update.
1151 (cleanup_htab): New function.
1152 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1153 version to 3.
1154 (save_gdb_index_command): Update index documentation.
1155
d3aff959
TT
11562010-09-27 Tom Tromey <tromey@redhat.com>
1157
1158 * bcache.c (expand_hash_table): Use hash_function, not hash.
1159
716b65bf
TT
11602010-09-27 Tom Tromey <tromey@redhat.com>
1161
1162 * gdb_wchar.h: Change minimum libiconv to 0x108.
1163
1736ad11
JK
11642010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1165
1166 Fix lost siginfo_t for inferior calls.
1167 * infrun.c
1168 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1169 (save_inferior_thread_state): New variables regcache, gdbarch and
1170 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1171 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1172 using REGCACHE.
1173 (restore_inferior_thread_state): New variables regcache and gdbarch.
1174 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1175 REGCACHE. Free also SIGINFO_DATA.
1176
4b5246aa
TT
11772010-09-24 Tom Tromey <tromey@redhat.com>
1178
1179 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1180 MAYBE_SWAPs.
1181 (dw2_map_symbol_names): Likewise.
1182
2a7d6a25
SW
11832010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1184
1185 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1186 discard_cleanups do_cleanups.
1187
b53a1623
PA
11882010-09-24 Pedro Alves <pedro@codesourcery.com>
1189
e6ee044d
PA
1190 PR gdb/11842
1191
b53a1623
PA
1192 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1193 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1194 si_code is < 0. Check for si_code == SI_TIMER before checking for
1195 si_code < 0.
1196
96a8853a
PA
11972010-09-24 Pedro Alves <pedro@codesourcery.com>
1198
1199 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1200
39383a48
JB
12012010-09-22 Joel Brobecker <brobecker@adacore.com>
1202
1203 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1204 debugging a core file.
1205
d31d2fc3
JK
12062010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1207
1208 Code cleanup.
1209 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1210 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1211 xfree.
1212 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1213 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1214 Remove.
1215 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1216 Remove the conditional.
1217 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1218
7f6130ff
JK
12192010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1220
1221 * main.c: Include objfiles.h.
1222 (captured_main): New variable objfile. Call
1223 load_auto_scripts_for_objfile for ALL_OBJFILES.
1224
c2b0a229
JK
12252010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1228 DW_TAG_constant.
1229
72929c62
JB
12302010-09-22 Joel Brobecker <brobecker@adacore.com>
1231
1232 * dwarf2read.c (scan_partial_symbols): Add handling of
1233 DW_TAG_constant DIEs.
1234 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1235
496c0e1b
JB
12362010-09-22 Joel Brobecker <brobecker@adacore.com>
1237
1238 * configure.ac: Add support for --enable-gdbserver.
1239 * configure: Regenerate.
1240
ec322823
SW
12412010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1242
1243 PR C++/12028
1244 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1245 'old_cleanups' reassignment.
1246
1558ab4c
JK
12472010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1248
1249 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1250 characters.
1251
875b4ff5
PM
12522010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1253
1254 PR mi/11407
1255 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1256 read_var_value and common_val_print and print a warning.
1257
65dedcb2
JK
12582010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1259
1260 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1261 keep the list in alphabetical order. Use longer e-mail address.
1262
0e780a22
TT
12632010-09-15 Tom Tromey <tromey@redhat.com>
1264
1265 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1266
62234ccc
TT
12672010-09-15 Tom Tromey <tromey@redhat.com>
1268
1269 * charset.c (iconv_open): New define.
1270 (iconv): Likewise.
1271 (iconv_close): Likewise.
1272 (phony_iconv_open): Add "phony_" prefix.
1273 (phony_iconv_close): Likewise.
1274 (phony_iconv): Likewise.
1275 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1276 Change how INTERMEDIATE_ENCODING is defined.
1277
4950bc1c
DE
12782010-09-15 Doug Evans <dje@google.com>
1279
1280 * dwarf2read.c (struct die_info): Fix comment.
1281
349126ea
AM
12822010-09-15 Alan Modra <amodra@gmail.com>
1283
1284 PR 4606
1285 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1286 than setting SEC_NEVER_LOAD on sections that need not be copied.
1287
923c6a3d
TT
12882010-09-14 Tom Tromey <tromey@redhat.com>
1289
1290 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1291 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1292 Declare.
1293 * symfile.h (extend_psymbol_list): Remove.
1294 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1295 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1296 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1297
a9e6a4bb
JK
12982010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1301 Update the comment.
1302
7155d578
TT
13032010-09-14 Tom Tromey <tromey@redhat.com>
1304
1305 PR symtab/8399:
1306 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1307 for unrecognized frame base expression.
1308
515ed532
TT
13092010-09-14 Tom Tromey <tromey@redhat.com>
1310
1311 PR exp/11803:
1312 * value.c (value_static_field): Use value_of_variable.
1313
b467f580
PM
13142010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1315
1316 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1317 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1318
450ca57c
SW
13192010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1320
1321 PR symtab/11992:
1322 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1323 UNKNOWN_CPP_NAME.
1324
1aee7009
JB
13252010-09-13 Joel Brobecker <brobecker@adacore.com>
1326
1327 * NEWS: Add x86-lynxos to the list of platforms supported by
1328 gdbserver.
1329
5ec6ebf9
JB
13302010-09-13 Joel Brobecker <brobecker@adacore.com>
1331
1332 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1333
1863c96c
TT
13342010-09-13 Tom Tromey <tromey@redhat.com>
1335
1336 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1337
0c5acf93
L
13382010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1339
1340 * i386-tdep.c (i386_ymm_type): Set type name to
1341 builtin_type_vec256i.
1342
1c6272a6
MS
13432010-09-12 Michael Snyder <msnyder@vmware.com>
1344
1345 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1346
e866c497
L
13472010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1350
9191d390
L
13512010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1352
1353 * amd64-tdep.c (amd64_register_name): Removed.
1354 (amd64_init_abi): Don't call set_gdbarch_register_name.
1355
1356 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1357
1358 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1359
8d4d924b
JK
13602010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1361 Paul Bolle <pebolle@tiscali.nl>
1362
1363 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1364 * cli-logging.c (struct saved_output_files) <targerr>: New.
1365 (set_logging_redirect, pop_output_files, handle_redirections):
1366 Redirect also gdb_stdtargerr.
1367 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1368 declarations.
1369 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1370 also gdb_stdtargerr.
1371 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1372 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1373 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1374 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1375 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1376 New functions.
1377
3329c4b5
PM
13782010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1379
1380 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1381 to display a host address.
1382 * monitor.c (monitor_read_memory): Likewise.
1383 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1384
5e8db398
PM
13852010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1386
1387 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1388 `CORE_ADDRESS' as it might contain target addresses.
1389
37049e31
PM
13902010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1391
1392 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1393 before cast to pointer to avoid warning.
1394
351a3e56
KB
13952010-09-09 Kevin Buettner <kevinb@redhat.com>
1396
1397 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1398 type to be signed.
349126ea 1399
6afafb54
UW
14002010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1401
1402 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1403 anonymous class partial DIEs.
1404
60430eff
DJ
14052010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1406
1407 * dwarf2read.c (dwarf2_compute_name): Check that the first
1408 argument is a pointer.
1409
f1078f66
DJ
14102010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1411
1412 * dwarf2read.c (read_func_scope, read_structure_type)
1413 (read_common_block): Check for a NULL return from new_symbol.
1414
82430852
JK
14152010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1418
c767944b
DJ
14192010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1420
1421 * dwarf2read.c (read_structure_type): Move processing of
1422 fields and member functions from here...
1423 (process_structure_scope): ... to here.
1424
561d3825
DJ
14252010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1426
1427 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1428 the domain type.
1429 (gnuv3_make_method_ptr): Likewise.
1430
9bd89d67
TT
14312010-09-08 Tom Tromey <tromey@redhat.com>
1432
1433 * breakpoint.c (create_breakpoint): Add missing _().
1434
1d040b0d
DE
14352010-09-08 Doug Evans <dje@google.com>
1436
1437 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1438
774b6a14
TT
14392010-09-08 Tom Tromey <tromey@redhat.com>
1440
1441 Revert:
1442 2010-09-01 Tom Tromey <tromey@redhat.com>
1443 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1444 symtab.h: Revert earlier change.
1445
fc956729
SW
14462010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1447
1448 * psymtab.c (add_psymbol_to_bcache): Initialize
1449 obj_section.
1450 memset psymbol.ginfo.value to 0.
1451
48f9886d
PA
14522010-09-06 Pedro Alves <pedro@codesourcery.com>
1453
1454 * infrun.c (resume): Extend comment on ignoring single-step
1455 requests on vfork parents waiting for a vfork-done.
1456
423ec54c
JK
14572010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1458 Pedro Alves <pedro@codesourcery.com>
1459
1460 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1461 is NULL.
1462 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1463 target_signal type.
1464 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1465 calling strsignal. Use enum target_signal type for saved_signo.
1466 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1467 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1468 target_signal_to_host before calling strsignal.
1469 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1470 TARGET_SIGNAL_0.
1471
a6eb9bc8
JK
14722010-09-06 Pedro Alves <pedro@codesourcery.com>
1473 Jan Kratochvil <jan.kratochvil@redhat.com>
1474
1475 * common/signals.c (ANY): Remove.
1476 (SET): No longer use ANY.
1477
74609e71
YQ
14782010-09-06 Yao Qi <yao@codesourcery.com>
1479
1480 * infrunc(resume): When inferior is waiting_for_vfork_done,
1481 clear step and don't use displaced stepping.
1482
8464be76
DJ
14832010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1484
1485 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1486 value specially.
1487
33d62d64
JK
14882010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1489
1490 Code cleanup - split print_stop_reason.
1491 * infrun.c (enum inferior_stop_reason): Remove.
1492 (print_stop_reason): Remove by splitting into ...
1493 (print_exited_reason, print_signal_exited_reason)
1494 (print_no_history_reason, print_signal_received_reason)
1495 (print_end_stepping_range_reason): ... these new functions. Update
1496 the preceding comment.
1497 (handle_inferior_event): Change the calls to print_exited_reason,
1498 print_signal_exited_reason, print_no_history_reason,
1499 print_signal_received_reason, print_end_stepping_range_reason.
1500 (handle_step_into_function, handle_step_into_function_backward):
1501 Change the calls to print_end_stepping_range_reason.
1502
14dba4b4
JK
15032010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1504
1505 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1506 * cli-out.c: Include vec.h.
1507 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1508 variable stream, initialize it, use it.
1509 (cli_redirect): New function comment. Replace the stream and
1510 original_stream fields by the new streams field. Remove the
1511 original_stream != NULL conditional, assert error on NULL instead.
1512 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1513 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1514 original_stream fields by the new streams field.
1515 (cli_out_set_stream): Replace the stream field by the new streams
1516 field.
1517 * cli-out.h: Include vec.h.
1518 (ui_filep): New typedef, call DEF_VEC_P for it.
1519 (struct cli_ui_out_data): Replace the stream and original_stream
1520 fields by the new streams field.
1521 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1522 NULL first. Extend the comment.
1523 (handle_redirections): Call ui_out_redirect with output.
1524 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1525 calls outside of the TRY_CATCH block.
1526
b04bc5d4 15272010-09-03 Joel Brobecker <brobecker@adacore.com>
1528
1529 GDB 7.2 released.
1530
080db4e0
JB
15312010-09-02 Joel Brobecker <brobecker@adacore.com>
1532
1533 Back out the following change:
1534 | 2010-06-29 Hui Zhu <teawater@gmail.com>
1535 | * record.c (set_record_pic_cmdlist,
1536 | show_record_pic_cmdlist): New variables.
1537 | (set_record_pic_command,
1538 | show_record_pic_command): New functions.
1539 | (record_pic_function, record_pic_line, record_pic_enum,
1540 | set_record_pic_type, record_pic_hide_nofunction,
1541 | record_pic_hide_nosource, record_pic_hide_same): New variables.
1542 | (record_pic_fputs): New function.
1543 | (function_list, node_list, edge_list): New struct.
1544 | (function_list, node_list, edge_list): New variables.
1545 | (record_pic_cleanups, record_pic_node,
1546 | record_pic_edge, cmd_record_pic): New functions.
1547 | (_initialize_record): Add new commands for record pic.
1548
0a4f61e3
DJ
15492010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1550
1551 * config.in, configure: Regenerated.
1552 * configure.ac: Check for waitpid.
1553 * ser-pipe.c (pipe_close): Wait for the program to exit.
1554
58b61394
JK
15552010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
ba720883 1557 * cli/cli-logging.c: Include gdb_assert.h.
58b61394
JK
1558 (set_logging_overwrite): New function.
1559 (logging_redirect): New comment.
1560 (logging_no_redirect_file, set_logging_redirect)
1561 (pop_output_files) <logging_no_redirect_file>: New.
1562 (handle_redirections) <!logging_redirect>: New variable
1563 no_redirect_file. Remove file autoclose for tee_file_new. No longer
1564 discard cleanup for the close of former OUTPUT. Set
1565 LOGGING_NO_REDIRECT_FILE.
1566 (handle_redirections) <logging_redirect>: gdb_assert
1567 LOGGING_NO_REDIRECT_FILE.
1568 (show_logging_command) <logging_redirect handling>: Adjust messages
1569 for SAVED_FILENAME not NULL.
1570 (_initialize_cli_logging): Install set_logging_overwrite and
1571 set_logging_redirect.
1572
706774f2
JK
15732010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1574
1575 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1576
9a35ccf7
JK
15772010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1578
1579 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1580 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1581 add $(GDB_WARN_CFLAGS_NO_FORMAT).
1582 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1583
ba9b2ec3
YQ
15842010-09-02 Yao Qi <yao@codesourcery.com>
1585
1586 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1587 number from a WIFSIGNALED status.
1588
faf68db7
TT
15892010-09-01 Tom Tromey <tromey@redhat.com>
1590
1591 * symtab.h (lookup_type_symbol): Declare.
1592 * symtab.c (lookup_symbol_in_language_full): Rename from
1593 lookup_symbol_in_language. Add 'for_type' argument.
1594 (lookup_symbol_in_language): New function.
1595 (lookup_type_symbol): Likewise.
1596 (lookup_symbol_aux): Add 'for_type' argument.
1597 (match_symbol_aux): New function.
1598 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1599 (match_transparent_type): New function.
1600 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1601 * symfile.h (struct quick_symbol_functions)
1602 <pre_expand_symtabs_matching>: Remove.
1603 <expand_one_symtab_matching>: New field.
1604 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1605 (pre_expand_symtabs_matching_psymtabs): Remove.
1606 (psym_functions): Update.
1607 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1608 * dwarf2read.c (dw2_lookup_symbol): Update comment.
1609 (dw2_pre_expand_symtabs_matching): Remove.
1610 (dw2_expand_one_symtab_matching): New function.
1611 (dwarf2_gdb_index_functions): Update.
1612
248c9dbc
JB
16132010-09-01 Joel Brobecker <brobecker@adacore.com>
1614
1615 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1616
f75d858b
MK
16172010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1618
1619 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1620 as a feature reported by -list-target-features.
1621
0482b03b
JB
16222010-09-01 Joel Brobecker <brobecker@adacore.com>
1623
1624 * features/Makefile (WHICH): Add rs6000/powerpc-32.
1625 (powerpc-32.o, powerpc-32.c): New rules.
1626 (clean): Also remove powerpc-32.c.
1627 * regformats/rs6000/powerpc-32.dat: Generate.
1628
710e1a31
SW
16292010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1630
1631 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1632 psymbol_bcache_init.
1633 * psymtab.h (psymbol_bcache_init): New function prototype.
1634 (psymbol_bcache_free): New function prototype.
1635 (psymbol_bcache_get_bcache): New function prototype.
1636 * psymtab.c (psymbol_bcache_init): New function.
1637 (psymbol_bcache_free): New function.
1638 (psymbol_bcache_full): New function.
1639 (psymbol_bcache_get_bcache): New function.
1640 (add_psymbol_to_bcache): use psymbol_bcache_full.
1641 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1642 psymbol_bcache.
1643 * symmisc.c (print_symbol_bcache_statistics): Updated.
1644 (print_objfile_statistics): Updated.
1645 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1646 psymbol_cache.
1647 (free_objfile): Use psymbol_bcache_free.
1648
64382290
TT
16492010-08-31 Tom Tromey <tromey@redhat.com>
1650
1651 PR c++/11961:
1652 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1653 Don't set TYPE_NAME on the type.
1654
8bbed405
MS
16552010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1656
1657 * infrun.c (set_exec_direction_func): Error out if target does not
1658 support reverse execution.
1659
06253dd3
JK
16602010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 Make linux_get_siginfo_type `type *' unique.
1663 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1664 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1665 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
1666 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
1667 (_initialize_linux_tdep): New.
1668
b8edc417
JK
16692010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1670
1671 Code cleanup.
1672 * defs.h (find_memory_region_ftype): New typedef.
1673 (exec_set_find_memory_regions): Use it.
1674 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1675 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1676 * gcore.c (objfile_find_memory_regions): Likewise.
1677 * gnu-nat.c (gnu_find_memory_regions): Likewise.
1678 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1679 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1680 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1681 find_memory_region_ftype.
1682 (insert_dbx_link_bpt_in_region): Likewise.
1683 (iterate_over_mappings): Likewise. Drop the comment part about the
1684 function prototype.
1685 (find_memory_regions_callback): Use find_memory_region_ftype.
1686 (proc_find_memory_regions): Likewise.
1687 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1688 find_memory_region_ftype.
1689 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1690 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1691
cbd70537
SW
16922010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1693
1694 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1695 'static partial_symbol psymbol'.
1696 (psymbol_hash): New function.
1697 (psymbol_compare): New function.
1698 * bcache.c (hash_continue): New.
1699 (hash): Use hash_continue.
1700 * bcache.c: Add hash_function and compare_function
1701 pointers to bcache struct.
1702 (bcache_full): Use bcache->hash_function, and
1703 bcache->compare_function.
1704 (bcache_compare): New function.
1705 (bcache_xmalloc): Take hash_function and
1706 compare_function arguments and initialize the
1707 bcach's pointers.
1708 Updated comment.
1709 * objfiles.c (allocate_objfile): Updated.
1710 * symfile.c (reread_symbols): Updated.
1711 * python/py-type.c (typy_richcompare): Updated.
1712
03f17ccf
TT
17132010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
1714 Tom Tromey <tromey@redhat.com>
1715
1716 PR python/11792:
1717 * python/py-value.c (valpy_get_dynamic_type): New function.
1718 (value_object_getset): Add "dynamic_type".
1719 (valpy_get_type): Fail on error.
1720
25b41d01
YQ
17212010-08-30 Yao Qi <yao@codesourcery.com>
1722
1723 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1724 (arm_linux_syscall_next_pc): New.
1725 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
1726 (arm_linux_init_abi): Initialize syscall_next_pc.
1727 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
1728 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1729 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
1730 Declare arm_frame_is_thumb.
1731
5760d0ab
JK
17322010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 Code cleanup.
1735 * breakpoint.c (bpstat_alloc): Remove unused prototype.
1736 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
1737 code.
1738 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
1739 calls of bpstat_alloc. Remove explicit bs chain termination.
1740
46a96992
JK
17412010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1742
1743 Code cleanup.
1744 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1745 (my_waitpid): Likewise.
1746
36374493
DE
17472010-08-27 Doug Evans <dje@google.com>
1748
1749 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1750 as appropriate.
1751
8b93c54c
TT
17522010-08-27 Tom Tromey <tromey@redhat.com>
1753
1754 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1755 TYPE_FIELD_IGNORE_BITS.
1756
16be1145
DE
17572010-08-27 Doug Evans <dje@google.com>
1758
1759 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1760 the order they're defined in. munmap .debug_types buffer.
1761
e254ef6a
DE
17622010-08-26 Doug Evans <dje@google.com>
1763
1764 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1765 (dw2_forget_cached_source_info): Rename local cu to per_cu.
1766 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1767 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1768 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1769 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1770 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1771 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1772 (write_psymtabs_to_index): Ditto.
1773
ae53ffa4
PA
17742010-08-26 Pedro Alves <pedro@codesourcery.com>
1775
1776 * NEWS: Mention libthread_db debugging with core files.
1777
c6da4cef
DE
17782010-08-26 Doug Evans <dje@google.com>
1779
1780 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1781 forward decl. Pass pst->dirname to dwarf_decode_lines.
1782 (psymtab_include_file_name): New function.
1783 (dwarf_decode_lines): Call it. Update comments.
1784
cd02d79d
PA
17852010-08-25 Pedro Alves <pedro@codesourcery.com>
1786
1787 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1788 compilation unit being different from target die's.
1789
673bfd45
DE
17902010-08-24 Doug Evans <dje@google.com>
1791
1792 PR symtab/11942
1793 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1794 debug_types_type_hash.
1795 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1796 All uses updated.
1797 (lookup_die_type): Renamed from tag_type_to_tag. First look in
1798 appropriate type_hash table. All callers updated.
1799 (allocate_signatured_type_table): Renamed from
1800 allocate_signatured_type_hash_table. All callers updated.
1801 (create_signatured_type_table_from_index): Renamed from
1802 create_signatured_type_hash_from_index. All callers updated.
1803 (read_die_type): Add comment. Move actual reading to ...
1804 (read_die_type_1): ... here. New function.
1805 (follow_die_ref_or_sig): Tweak comment.
1806 (set_die_type): Rewrite to use appropriate choice of
1807 debug_info_type_hash or debug_types_type_hash.
1808 (get_die_type_at_offset): New function.
1809 (get_die_type): Call it.
1810
e8fd65ef
JK
18112010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * python/py-type.c (typy_richcompare): Initialize worklist.
1814
9779414d
DJ
18152010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1816 Kazu Hirata <kazu@codesourcery.com>
1817 Jonathan Larmour <jifl@eCosCentric.com>
1818
1819 * arm-tdep.c: Include features/arm-with-m.c.
1820 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
1821 call this function.
1822 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
1823 Check is_m after force-mode.
1824 (arm_gdbarch_init): Check the binary before the target description.
1825 Add check for M profile attribute. If we have an M-profile device,
1826 but no target register description, use arm-with-m. Recognize the
1827 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1828 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1829 * arm-tdep.h (XPSR_T): Define.
1830 (struct gdbarch_tdep): Add is_m member.
1831 * features/arm-m-profile.xml, features/arm-with-m.c,
1832 features/arm-with-m.xml: New files.
1833
9dc481d3
DE
18342010-08-23 Doug Evans <dje@google.com>
1835
1836 * dwarf2read.c (read_structure_type): Add comment.
1837 (read_enumeration_type): Add comment.
1838 (process_enumeration_scope): Move definition of some locals
1839 closer to their use.
1840 (read_namespace_type): Add comment.
e71ec853 1841 (set_die_type): Fix typo in comment.
9dc481d3 1842
f9ffd4bb
TT
18432010-08-23 Tom Tromey <tromey@redhat.com>
1844
1845 PR python/11145:
1846 * python/py-value.c: Include expression.h.
1847 (valpy_do_cast): New function.
1848 (valpy_cast): Use it.
1849 (valpy_dynamic_cast): New function.
1850 (valpy_reinterpret_cast): Likewise.
1851 (value_object_methods): Add dynamic_cast, reinterpret_cast.
1852
96f73ba5
TT
18532010-08-23 Tom Tromey <tromey@redhat.com>
1854
1855 PR python/11391:
1856 * python/py-value.c (valpy_nonzero): Don't throw error for other
1857 Value types.
1858
d839c8a4
TT
18592010-08-23 Tom Tromey <tromey@redhat.com>
1860
1861 PR python/10676:
1862 * python/py-type.c: Include bcache.h, vec.h.
1863 (struct type_equality_entry): New.
1864 (compare_strings): New function.
1865 (check_types_equal): Likewise.
1866 (check_types_worklist): Likewise.
1867 (typy_richcompare): Likewise.
1868 (type_object_type): Set tp_richcompare field.
1869
05d0e1e7
TT
18702010-08-23 Tom Tromey <tromey@redhat.com>
1871
1872 PR python/10953:
1873 * python/py-type.c (typy_fields): Call check_typedef.
1874 (typy_template_argument): Add TRY_CATCH.
1875
702c2711
TT
18762010-08-23 Tom Tromey <tromey@redhat.com>
1877
1878 PR python/11915:
1879 * python/py-type.c (typy_array): New function.
1880 (type_object_methods): Add "array".
1881
4a532131
PA
18822010-08-20 Pedro Alves <pedro@codesourcery.com>
1883
1884 * python/python.c: Include "serial.h".
1885 (gdbpy_event_fds): Change type to `struct serial *' a array from
1886 int array.
1887 (gdbpy_run_events): Change parameters. Use serial_readchar in
1888 place of read.
1889 (gdbpy_post_event): Use serial_write in place of write.
1890 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1891 serial_async in place of add_file_handler.
1892
58f07bae
PA
18932010-08-20 Pedro Alves <pedro@codesourcery.com>
1894
1895 * serial.h (gdb_pipe, serial_pipe): Declare.
1896 * serial.c (serial_interface_lookup): Take a const char pointer.
1897 (serial_fdopen): Rename to ...
1898 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
1899 Call the OPS' fdopen function if there is one.
1900 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1901 (serial_pipe): New.
1902 (struct serial_ops) <fdopen>: New field.
1903
1904 * ser-mingw.c (free_pipe_state):
1905 (free_pipe_state): Close output on non-pex pipes.
1906 (pipe_windows_fdopen): New.
1907 (gdb_pipe): New.
1908 (_initialize_ser_windows): Register pipe_windows_fdopen.
1909 * ser-go32.c (gdb_pipe): New.
1910 * ser-pipe.c (pipe_close): Close file descriptor even if there's
1911 no state pointer.
1912 (pipe_ops): Delete.
1913 (gdb_pipe): New.
1914
3da10d80
KS
19152010-08-20 Keith Seitz <keiths@redhat.com>
1916
1917 PR symtab/11465:
889bf7c5 1918 * dwarf2read.c (struct delayed_method_info): New struct.
3da10d80
KS
1919 (struct dwarf2_cu): Add vector method_list.
1920 (scan_partial_symbols): Count methods for union, class, structure,
1921 and interface types.
1922 (add_to_method_list): New function.
1923 (free_delayed_list): New function.
1924 (compute_delayed_physnames): New function.
1925 (process_full_comp_unit): Make a cleanup for the CU's delayed
1926 physname list, compute the delayed physnames, and free the
1927 the list.
1928 (dwarf2_add_member_fn): For C++ and Java, delay the computation
1929 of the physname until after the CU is read.
1930
1931 * dwarf2read.c (read_structure_type): Check if the current
1932 DIE's type was already completed after dwarf2_full_name
1933 was called.
889bf7c5 1934
ca11e899
SS
19352010-08-19 Stan Shebs <stan@codesourcery.com>
1936
1937 * NEWS: Mention some additional changes.
1938
4d2dc20a
TT
19392010-08-19 Tom Tromey <tromey@redhat.com>
1940
1941 * Makefile.in (install-python): Add DESTDIR.
1942
d30f5e1f
DE
19432010-08-19 Doug Evans <dje@google.com>
1944
1945 PR exp/11926
1946 * parser-defs.h (parse_float, parse_c_float): Declare.
1947 * parse.c (parse_float, parse_c_float): New function.
1948 * c-exp.y (parse_number): Call parse_c_float.
1949 * objc-exp.y (parse_number): Ditto.
1950 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
1951 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1952
2837d59e
JB
19532010-08-19 Joel Brobecker <brobecker@adacore.com>
1954
1955 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1956 the arguments in the correct order.
1957 * symtab.c (maybe_add_partial_symtab_filename): Declare
1958 the arguments in the correct order.
1959
35633fef
JK
19602010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1961
1962 * varobj.c (varobj_create): Replace variable old_fi with old_id,
1963 initialize it by null_frame_id, wrap its usage by get_frame_id,
1964 frame_id_p and frame_find_by_id.
1965
94f7449c
TT
19662010-08-18 Tom Tromey <tromey@redhat.com>
1967
1968 PR python/11900:
1969 * configure: Rebuild.
1970 * configure.ac: Add install-python to CONFIG_INSTALL.
1971 * Makefile.in (install-python): New.
1972
f3574227
DE
19732010-08-18 Doug Evans <dje@google.com>
1974
1975 * gdb_assert.h (gdb_assert_not_reached): New macro.
1976 (gdb_assert_fail): Fix typo in comment.
1977 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
1978 gdb_assert (0).
1979 * darwin-nat.c (darwin_check_new_threads): Ditto.
1980 * dwarf2read.c (dwarf2_get_section_info): Ditto.
1981 (munmap_section_buffer): Ditto.
1982 * m32c-tdep.c (make_types): Ditto.
1983 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
1984 * macroexp.c (get_character_constant): Ditto.
1985 (get_string_literal): Ditto.
1986 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
1987 (mep_pseudo_cr_index, mep_register_type): Ditto.
1988 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
1989 (mep_get_insn, mep_analyze_prologue): Ditto.
1990 * objfiles.c (qsort_cmp): Ditto.
1991 * prologue-value.c (pv_is_identical): Ditto.
1992 * record.c (record_get_loc): Ditto.
1993 * value.c (value_static_field): Ditto.
1994 * xtensa-tdep.c (call0_track_op): Ditto.
1995
c92817ce
TT
19962010-08-18 Tom Tromey <tromey@redhat.com>
1997
1998 PR symtab/11919:
1999 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2000 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
2001 name-copying lower. Document exception behavior.
2002 * completer.c (expression_completer): Catch exceptions from
2003 parse_field_expression.
2004
856d6f99
PA
20052010-08-18 Pedro Alves <pedro@codesourcery.com>
2006
2007 PR corefile/8210
2008
2009 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2010 workaround on core files.
2011 (try_thread_db_load_1): Don't try enabling thread event reporting
2012 on core files.
2013 (thread_db_load): Allow thread_db on core files.
2014 (attach_thread): Don't check thread signals on core files, nor try
2015 really attaching to the thread, nor enabling thread event event
2016 reporting.
2017 (thread_db_detach): Don't try disabing thread event reporting or
2018 removing thread event breakpoints when debugging a core file.
2019 (find_new_threads_callback): Don't try enabling thread event
2020 reporting on core files.
2021 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2022 debugging a core file.
2023 (thread_db_find_new_threads): Don't update thread
2024 cores (processors) when debugging a core (dump).
2025
261b8d08
PA
20262010-08-18 Pedro Alves <pedro@codesourcery.com>
2027
2028 PR corefile/8210
2029
2030 * corelow.c (add_to_thread_list): Don't use
2031 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
2032 (get_core_register_section): Don't use
2033 gdbarch_core_reg_section_encodes_pid.
2034
2035 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2036 * gdbarch.h, gdbarch.c: Regenerate.
2037 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2038 gdbarch_core_reg_section_encodes_pid.
2039 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2040 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2041 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2042
f9b42018
YQ
20432010-08-18 Yao Qi <yao@codesourcery.com>
2044
2045 * MAINTAINERS : Add myself under Write After Approval.
2046
def98928
TT
20472010-08-17 Tom Tromey <tromey@redhat.com>
2048
2049 * NEWS: Mention template parameter support.
2050
0807b50c
PA
20512010-08-17 Pedro Alves <pedro@codesourcery.com>
2052
2053 PR breakpoints/11371
2054
2055 * breakpoint.c (decref_bp_location): Assert the reference count is
2056 sane.
2057
f431efe5
PA
20582010-08-17 Pedro Alves <pedro@codesourcery.com>
2059
2060 PR breakpoints/11371
2061
2062 * breakpoint.c (breakpoint_init_inferior): Decrement the
2063 location's reference count instead of deleting right away.
2064 (bpstat_free): Decrement the location's reference count. Make
2065 static.
2066 (bpstat_copy): Increment the location's reference count.
2067 (bpstat_find_breakpoint): Adjust.
2068 (bpstat_num): Adjust.
2069 (print_it_typical): Adjust. Use the breakpoint pointer in the
2070 bpstat instead of the location's owner.
2071 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2072 Adjust to record the location's owner in the bpstat.
2073 (watchpoint_check): Use the breakpoint pointer in the bpstat
2074 instead of the location's owner.
2075 (bpstat_check_breakpoint_conditions): Don't handle
2076 bp_watchpoint_scope here. Use the breakpoint pointer in the
2077 bpstat instead of the location's owner.
2078 (bpstat_stop_status): Defer inferior function calls to after
2079 building the bpstat list. Handle bp_watchpoint_scope here. Use
2080 the breakpoint pointer in the bpstat instead of the location's
2081 owner.
2082 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2083 the location's owner.
2084 (free_bp_location): Don't walk bpstats clearing locations.
2085 (incref_bp_location): New.
2086 (decref_bp_location): New.
2087 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2088 instead of the location's owner.
2089 (update_global_location_list): Clear the location's owner, and
2090 decrement the location's reference count instead of deleting it
2091 right away.
2092 (breakpoint_retire_moribund): Decrement the location's reference
2093 count instead of deleting it right away.
2094 (bpstat_remove_bp_location): Delete.
2095 (bpstat_remove_breakpoint): New.
2096 (bpstat_remove_bp_location_callback): Delete.
2097 (bpstat_remove_breakpoint_callback): New.
2098 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2099 clearing references to the breakpoint that is being deleted.
2100
2101 * breakpoint.h (struct bp_location) <refc>: New field.
2102 <owner>: Update comments.
2103 (bpstat_free): Delete declaration.
2104 (struct bpstats): Change the type of the breakpoint_at field to
2105 struct breakpoint point, from struct bp_location pointer. Add new
2106 field bp_location_at.
2107
14c0d4e1
TT
21082010-08-16 Tom Tromey <tromey@redhat.com>
2109
2110 * NEWS: Fix typo.
2111
b56df873
TT
21122010-08-16 Tom Tromey <tromey@redhat.com>
2113
2114 * NEWS: Mention watch -location.
2115
d63d0675
JK
21162010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2119 EXP_STRING_REPARSE to EXP_STRING.
2120 (watch_command_1): Set also EXP_STRING_REPARSE.
2121 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2122 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2123 Update comment for exp_string.
2124
06a64a0b
TT
21252010-08-16 Tom Tromey <tromey@redhat.com>
2126
2127 * value.c (release_value): Clear 'next' pointer.
2128 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2129 (watch_command_wrapper): Update.
2130 (watch_maybe_just_location): New function.
2131 (watch_command): Update.
2132 (rwatch_command_wrapper): Update.
2133 (rwatch_command): Update.
2134 (awatch_command_wrapper): Update.
2135 (awatch_command): Update.
2136 (check_for_argument): New function.
2137 (_initialize_breakpoint): Update help text.
2138
f96b8fa0
UW
21392010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2140
2141 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2142 typedef'ed function types correctly.
2143
4eb54052
TT
21442010-08-13 Tom Tromey <tromey@redhat.com>
2145
2146 * python/python-internal.h (gdbpy_get_hook_function): Don't
2147 declare.
2148
44be957e
JK
21492010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
ba720883 2151 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
44be957e
JK
2152 static.
2153
76d8b686
KW
21542010-08-13 Ken Werner <ken.werner@de.ibm.com>
2155
2156 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2157 the format strings to be compatible with Python 2.4.
2158
8dedea02
VP
21592010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2160
2161 Easier and more stubborn MI memory read commands.
2162
2163 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2164 and data-write-memory-bytes.
2165 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2166 (mi_cmd_data_write_memory_bytes): New.
2167 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2168 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2169 New.
2170 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2171 * target.c (target_read_until_error): Remove.
2172 (read_whatever_is_readable, free_memory_read_result_vector)
2173 (read_memory_robust): New.
2174 * target.h (target_read_until_error): Remove.
2175 (struct memory_read_result, free_memory_read_result_vector)
2176 (read_memory_robust): New.
2177
1d9ec526
HZ
21782010-08-13 Hui Zhu <teawater@gmail.com>
2179
2180 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2181 (read_comp_unit): Initialize back_to.
2182
98bfdba5
PA
21832010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2184 Pedro Alves <pedro@codesourcery.com>
2185
2186 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2187 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2188 (struct partial_die_info) <has_template_arguments>: New field.
2189 <num_attrs>: Change type to unsigned char.
2190 <building_fullname>: New field.
2191 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2192 allocate a CU if we don't have one already. Add a cleanup for the
2193 CU.
2194 (partial_die_full_name): Handle template arguments not in
2195 DW_AT_name.
2196 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2197 (load_full_comp_unit): Only allocate a CU if we don't have one
2198 already.
2199 (do_ui_file_peek_last): New.
2200 (dwarf2_compute_name): Handle template parameters not in
2201 DW_AT_name.
2202 (read_comp_unit): Read and free abbrevs if not read yet.
2203 (load_partial_dies): Handle template arguments not in DW_AT_name.
2204 (find_partial_die): If we have a CU, but no a partial dies yet,
2205 also read in the CU.
2206 (dwarf2_const_value_attr): New, abstracted out from
2207 dwarf2_const_value.
2208 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2209 dwarf2_const_value_attr.
2210 (determine_prefix): Detect and break loops created by RCVT's debug
2211 info.
2212 (maybe_queue_comp_unit): Bail out early if reading partial
2213 symbols.
2214 (follow_die_offset): Load full CU if we have no dies.
2215 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2216 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2217
ca5c20b6 22182010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2219 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2220
2221 * python/python.c (gdbpy_run_events): New function.
2222 (gdbpy_post_event): Likewise.
2223 (gdbpy_initialize_events): Likewise.
2224 (_initialize_python): Call gdbpy_initialize_events.
2225
7346b668
KW
22262010-08-11 Ken Werner <ken.werner@de.ibm.com>
2227
2228 * gdb/valarith.c (vector_binop): New function.
2229 (scalar_binop): Likewise.
2230 (value_binop): Call scalar_binop or vector_binop depending on the types.
2231 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2232 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2233 to pointers.
2234 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2235
62183e15
TT
22362010-08-11 Brad Roberts <braddr@puremagic.com>
2237
2238 * d-lang.c (extract_identifiers): Handle multiple digits.
2239
39d7b0e2
JK
22402010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2241
2242 Code cleanup.
2243 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2244 Rename to dummy_frame_unwind.
2245 (dummy_frame_unwind): Remove.
2246 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2247 * frame-unwind.c (frame_unwind_init): Use address of
2248 dummy_frame_unwind and inline_frame_unwind.
2249 * frame.c (create_sentinel_frame): Use address of
2250 sentinel_frame_unwind.
2251 * inline-frame.c (inline_frame_unwinder): Rename to
2252 inline_frame_unwind.
2253 (inline_frame_unwind): Remove.
2254 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2255 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2256 sentinel_frame_unwind.
2257 (sentinel_frame_unwind): Remove.
2258 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2259 struct.
2260
9f9a8002
JK
22612010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 Code cleanup.
2264 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2265 and returned value. New comment from frame-unwind.h.
2266 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2267 Extend the comment.
2268 * frame.c (get_frame_id, frame_unwind_register_value)
2269 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2270 (get_frame_type, frame_unwind_arch): Do not use the return value of
2271 frame_unwind_find_by_frame.
2272
cb2e07a6 22732010-08-11 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5 2274 Thiago Jung Bauermann <bauerman@br.ibm.com>
cb2e07a6
PM
2275 Tom Tromey <tromey@redhat.com>
2276
2277 * python/python.c (gdbpy_solib_address): New function.
2278 (gdbpy_decode_line): Likewise.
2279
c29c521f
TT
22802010-08-10 Tom Tromey <tromey@redhat.com>
2281
2282 Revert gdb-add-index addition:
2283 * Makefile.in (install-only): Don't install gdb-add-index.
2284 * gdb-add-index.sh: Remove.
2285
0c012db1
KB
22862010-08-09 Kevin Buettner <kevinb@redhat.com>
2287
2288 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2289 `target_has_execution' check with `to_has_memory' check.
2290 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2291 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2292 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2293
db04efe6
KB
22942010-08-09 Kevin Buettner <kevinb@redhat.com>
2295
2296 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2297 (resume_siggnal, resume_step): Move these static globals...
2298 (struct sim_inferior_data): ...into this new struct.
2299 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2300 New static globals.
2301 (gdb_callback, callbacks_initialized): Move these globals to
2302 a point earlier in the file.
2303 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2304 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2305 (gdbsim_close_inferior, gdbsim_resume_inferior)
2306 (gdbsim_stop_inferior): New functions.
2307 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2308 New constants.
2309 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2310 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2311 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2312 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2313 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2314 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2315 new local variable `sim_data' in each of these functions. Use
2316 `sim_data' to reference former globals `program_loaded',
2317 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2318 `resume_step'.
2319 (gdbsim_open): Remove local variable `argv'. Put results of call
2320 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2321 make a cleanup for it. Free it though when a sim instance cannot
2322 be obtained.
2323 (gdbsim_close): Free sim_argv and null it out as appropriate.
2324 Close sim instances in all inferiors.
2325 (gdbsim_cntrl_c): Stop all inferiors.
2326 (gdbsim_wait):
2327 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2328
e37fd15a
SW
23292010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2330
2331 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2332 function after symbol construction is complete.
2333 Do the same for template symbol addition to template_symbols list.
2334
45c58896
SW
23352010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2336
2337 * symtab.c (symbol_get_demangled_name): Remove assertion and
2338 return NULL when language_specific.cplus_specific is not initialized.
2339 * stabsread.c (define_symbol): Set the name before calling
2340 cp_scan_for_anonymous_namespaces.
2341
33e5013e
SW
23422010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2343
2344 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2345 SYMBOL_SET_LANGUAGE.
2346 (symbol_init_language_specific): Renamed to symbol_set_language.
2347 * symtab.c (symbol_init_language_specific): Removed redundant check
2348 for language_cplus.
2349 Renamed to symbol_set_language.
2350 * stabsread.c (define_symbol): Updated.
2351 (read_enum_type): Updated
2352 * psymtab.c (add_psymbol_to_bcache): Updated.
2353 * minsyms.c (install_minimal_symbols): Updated.
2354 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2355 SYMBOL_LANGUAGE to set the language.
2356 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2357 * mdebugread.c (new_symbol): Ditto.
2358 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2359 * dwarf2read.c (new_symbol_full): Ditto.
2360 * jv-lang.c (add_class_symbol): Ditto.
2361
5da1313b
JK
23622010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2363
2364 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2365 (make_cleanup_restore_page_info)
2366 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2367 * gdbcmd.h (execute_command_to_string): New declaration.
2368 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2369 (make_cleanup_restore_ui_file): Move to utils.c
2370 (execute_gdb_command) <to_string>: Move ...
2371 * top.c (execute_command_to_string): ... here. Call
2372 set_batch_flag_and_make_cleanup_restore_page_info.
2373 * utils.c (make_cleanup_restore_integer): New source file blank line.
2374 (make_cleanup_restore_uinteger): New.
2375 (struct restore_ui_file_closure, do_restore_ui_file)
2376 (make_cleanup_restore_ui_file): Move here from python/python.c.
2377 (init_page_info) <batch_flag>
2378 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2379 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2380
c820c52a
PA
23812010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2382
2383 * thread.c (add_thread_silent): Use null_ptid instead of
2384 minus_one_ptid while getting rid of stale inferior_ptid.
2385
8da614df
CV
23862010-08-06 Corinna Vinschen <vinschen@redhat.com>
2387
2388 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2389 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2390 (decode_frame_entry_1): Remove redundant setting of
2391 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2392 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2393 on examined frame section. Add comment to explain why.
2394 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2395 comment to explain usage.
2396 * gdbarch.c: Regenerate.
2397 * gdbarch.h: Regenerate.
2398
2399 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2400
e4195b40
JK
24012010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2402
2403 Code cleanup.
2404 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2405 a more inner block.
2406
a3217aa0
PA
24072010-08-05 Pedro Alves <pedro@codesourcery.com>
2408
2409 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2410 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2411 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2412 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2413 linux-tdep.o to gdb_target_obs.
2414
e2b4a699 24152010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
889bf7c5
PA
2416
2417 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
e2b4a699 2418 argument.
889bf7c5 2419
50e8a0d5
HZ
24202010-08-05 Hui Zhu <teawater@gmail.com>
2421
2422 * mips-linux-tdep.c(regset.h): New include.
2423 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2424 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2425 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2426 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2427 mips_linux_regset_from_core_section): New functions.
2428 (fetch_core_registers, regset_core_fns): Deleted.
2429 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2430 Deleted regset_core_fns.
2431 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2432 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2433 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2434 and fpregset64.
2435
70728992
PA
24362010-08-04 Pedro Alves <pedro@codesourcery.com>
2437
2438 * s390-tdep.c: Include linux-tdep.h.
2439 (s390_gdbarch_init): Call linux_init_abi.
2440
a5ee0f0c
PA
24412010-08-04 Pedro Alves <pedro@codesourcery.com>
2442
2443 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2444 instead of printing "Thread" here.
2445 * linux-tdep.c: Include inferior.h.
2446 (linux_core_pid_to_str): New.
2447 (linux_init_abi): New.
2448 * linux-tdep.h (linux_init_abi): Declare.
2449 * alpha-linux-tdep.c: Include linux-tdep.h.
2450 (alpha_linux_init_abi): Call linux_init_abi.
2451 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2452 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2453 * frv-linux-tdep.c: Include linux-tdep.h
2454 (frv_linux_init_abi): Call linux_init_abi.
2455 * hppa-linux-tdep.c: Include linux-tdep.h
2456 (hppa_linux_init_abi): Call linux_init_abi.
2457 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2458 * ia64-linux-tdep.c: Include linux-tdep.h.
2459 (ia64_linux_init_abi): Call linux_init_abi.
2460 * m32r-linux-tdep.c: Include linux-tdep.h.
2461 (m32r_linux_init_abi): Call linux_init_abi.
2462 * m68klinux-tdep.c: Include linux-tdep.h.
2463 (m68k_linux_init_abi): Call linux_init_abi.
2464 * microblaze-linux-tdep.c: Include linux-tdep.h.
2465 (microblaze_linux_init_abi): Call linux_init_abi.
2466 * mips-linux-tdep.c: Include linux-tdep.h.
2467 (mips_linux_init_abi): Call linux_init_abi.
2468 * mn10300-linux-tdep.c: Include linux-tdep.h.
2469 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2470 'gdbinfo' parameter to 'info'.
2471 * ppc-linux-tdep.c: Include linux-tdep.h.
2472 (ppc_linux_init_abi): Call linux_init_abi.
2473 * sh-linux-tdep.c: Include linux-tdep.h.
2474 (sh_linux_init_abi): Call linux_init_abi.
2475 * sparc-linux-tdep.c: Include linux-tdep.h.
2476 (sparc32_linux_init_abi): Call linux_init_abi.
2477 * sparc64-linux-tdep.c: Include linux-tdep.h.
2478 (sparc64_linux_init_abi): Call linux_init_abi.
2479 * xtensa-linux-tdep.c: Include linux-tdep.h.
2480 (xtensa_linux_init_abi): Call linux_init_abi.
2481 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2482 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2483 callback.
2484
bc043ef3
DE
24852010-08-03 Doug Evans <dje@google.com>
2486
2487 * breakpoint.c (bpdisp_text): Constify bpdisps.
2488 * solib-svr4.c (solib_break_names): Constify.
2489 (bkpt_names, main_name_list): Constify.
2490 (match_main): Constify soname arg.
63cdd227
DE
2491 (bfd_lookup_symbol): Remove unnecessary forward decl.
2492 Constify symname arg.
bc043ef3
DE
2493 (enable_break): Constify bkpt_namep.
2494 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2495 (symtab_symbol_info): Constify classnames.
2496
585d1eb8
PM
24972010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2498
2499 * NEWS: Document Python value inferior function calls.
2500
2de00c64
DE
25012010-08-02 Doug Evans <dje@google.com>
2502
2503 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2504
02d868e8
PP
25052010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2506
2507 * linux-thread-db.c (libthread_db_debug): New variable.
2508 (thread_db_find_new_threads_silently): Control verbosity with it.
2509 (try_thread_db_load_1, try_thread_db_load): Likewise.
2510 (find_new_threads_once): Likewise.
2511 (_initialize_thread_db): Set/show it.
2512
a19cae16
JK
25132010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 * common/signals.c (signals): Move the content to signals.def.
2516 Include it. Remove the INDENT comments.
2517
c2bbed2a
TT
25182010-07-30 Tom Tromey <tromey@redhat.com>
2519
2520 * Makefile.in (install-only): Install gdb-add-index.
2521 * gdb-add-index.sh: New file.
2522
f32b2f09
CR
25232010-07-31 Renquan Cheng <crq@gcc.gnu.org>
2524
2525 * MAINTAINERS: Add myself for write after approval privileges.
2526
1276c759
JK
25272010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2528
2529 * symfile.c (addr_section_name): New function.
2530 (addrs_section_compar): Use it.
2531 (addr_info_make_relative): Use it. Move variable sect_name into a more
2532 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
2533
420697bb
TT
25342010-07-30 Tom Tromey <tromey@redhat.com>
2535
2536 * configure: Rebuild.
2537 * configure.ac: Add missing case for Python 2.7.
2538
d0d99561
DD
25392010-07-29 DJ Delorie <dj@redhat.com>
2540
2541 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2542 conditions.
2543
0b29bdde
PA
25442010-07-29 Pedro Alves <pedro@codesourcery.com>
2545
2546 * PROBLEMS: Remove mention of all problems.
2547
110ed339
PA
25482010-07-28 Pedro Alves <pedro@codesourcery.com>
2549
2550 PR build/11848
2551 * configure.ac: Check for wresize.
2552 * configure, config.in: Regenerate.
2553 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2554 with HAVE_WRESIZE.
2555
326fd672
TT
25562010-07-28 Tom Tromey <tromey@redhat.com>
2557
2558 PR python/11060:
2559 * python/py-type.c (typy_legacy_template_argument): New function,
2560 extracted from typy_template_argument.
2561 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
2562 value when needed.
2563
4ac8c4da
TT
25642010-07-28 Oleg Nesterov <oleg@redhat.com>
2565
2566 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2567
053315c2
TT
25682010-07-27 Tom Tromey <tromey@redhat.com>
2569
2570 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2571
3ce3b1ba
PA
25722010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2575 handling DW_AT_object_pointer, and workaround GCC PR 43053.
2576
2bb4f988
TT
25772010-07-28 Tom Tromey <tromey@redhat.com>
2578
2579 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2580
74232302
JB
25812010-07-28 Joel Brobecker <brobecker@adacore.com>
2582
2583 * remote.c (remote_download_tracepoint): Add missing gettext markup.
2584 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2585
385d04dc
JB
25862010-07-28 Joel Brobecker <brobecker@adacore.com>
2587
2588 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2589 down, just before the block that parse the breakpoint addr_string.
2590
34eaf542
TT
25912010-07-28 Tom Tromey <tromey@redhat.com>
2592
2593 PR c++/9946:
2594 * symfile.c (reread_symbols): Clear template_symbols.
2595 * symtab.h (struct symbol) <is_cplus_template_function>: New
2596 field.
2597 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2598 (struct template_symbol): New.
2599 * symtab.c (lookup_symbol_aux_local): Use
2600 cp_lookup_symbol_imports_or_template.
2601 * objfiles.h (struct objfile) <template_symbols>: New field.
2602 * objfiles.c (relocate_one_symbol): New function.
2603 (objfile_relocate1): Use it. Relocate isolated symbols.
2604 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2605 template_arguments>: New fields.
2606 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2607 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2608 (TYPE_TEMPLATE_ARGUMENT): Likewise.
2609 (lookup_typename): Update.
2610 * gdbtypes.c (lookup_typename): Constify "block" argument.
2611 * dwarf2read.c: Include vec.h.
2612 (symbolp): New typedef.
2613 (read_func_scope): Read template arguments. Allocate a
2614 template_symbol when needed.
2615 (read_structure_type): Read template arguments.
2616 (new_symbol_full): New function, from new_symbol. Handle
2617 DW_TAG_template_type_param and DW_TAG_template_value_param.
2618 (new_symbol): Rewrite as wrapper.
2619 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2620 * cp-namespace.c: Include language.h.
2621 (search_symbol_list): New function.
2622 (cp_lookup_symbol_imports_or_template): Likewise.
2623
d27b3be4
PA
26242010-07-28 Balazs Kezes <rlblaster@gmail.com>
2625
2626 * tui/tui-win.c (make_visible_with_new_height): Resize and move
2627 the command window to the new size and position.
2628
0036e657
PA
26292010-07-28 Balazs Kezes <rlblaster@gmail.com>
2630
a782f43e 2631 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
0036e657
PA
2632 coordinates.
2633
36900355
PA
26342010-07-28 Balazs Kezes <rlblaster@gmail.com>
2635
a782f43e 2636 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
36900355 2637 after a detecting a resize.
a782f43e 2638 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
36900355
PA
2639 call.
2640
db5e03ae
PA
26412010-07-28 Pedro Alves <pedro@codesourcery.com>
2642
2643 * configure.ac: Check for resize_term.
2644 * configure, config.in: Regenerate.
2645
b71fff68
JB
26462010-07-27 Joel Brobecker <brobecker@adacore.com>
2647
2648 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2649
9b1c24c8
PA
26502010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2651
2652 * dwarf2read.c (read_string): Rename to ...
2653 (read_direct_string): ... this.
2654 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2655 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2656
00390b84
JK
26572010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2658
2659 * linux-nat.c (linux_nat_lp_status_is_event): New function.
2660 (count_events_callback, select_event_lwp_callback)
2661 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2662
26ab7092
JK
26632010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2666 (_initialize_ia64_linux_nat): Install it.
2667 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2668 (linux_nat_set_status_is_event): New.
2669 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2670 cancel_breakpoints_callback, linux_nat_filter_event)
2671 (linux_nat_wait_1): Use linux_nat_status_is_event.
2672 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2673
283e6a52
TT
26742010-07-27 Tom Tromey <tromey@redhat.com>
2675
2676 * NEWS: Mention labels, .gdb_index.
2677
53a71c06
CR
26782010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2679
2680 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
3422f666 2681 "start,+length" form of arguments.
53a71c06
CR
2682 * NEWS: Add "Changed commands" (disassemble) section for "Changes
2683 since GDB 7.1"; and merge two separated paragraphs of disassemble
2684 description in "Changes in GDB 7.0".
2685
c63a1f86
JK
26862010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2689 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2690 (fputs_maybe_filtered): Do not do filtering also on
2691 ! INPUT_FROM_TERMINAL_P.
2692
abebb8b0
JB
26932010-07-27 Joel Brobecker <brobecker@adacore.com>
2694
2695 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2696 in warning message.
2697
5374244e
PM
26982010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2699
2700 * python/py-value.c (valpy_call): New Function.
2701
ac0b195c
KW
27022010-07-27 Ken Werner <ken.werner@de.ibm.com>
2703
889bf7c5 2704 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
ac0b195c
KW
2705 types_list_elements variables.
2706
09d8bd00
TT
27072010-07-26 Tom Tromey <tromey@redhat.com>
2708
2709 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2710 TLS with DW_OP_const4u or DW_OP_const8u.
2711
9fe70b4f
TJB
27122010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2713
2714 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2715 VSX registers contents.
2716
caac4577
JG
27172010-07-26 Jerome Guitton <guitton@adacore.com>
2718
2719 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2720 its adress is null. Add comment to explain why.
2721 (new_symbol): Ditto.
2722
857d11d0
JK
27232010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2726 the host signal first.
2727
1fd400ff
TT
27282010-07-23 Tom Tromey <tromey@redhat.com>
2729
2730 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2731 type_comp_units>: New fields.
2732 (dw2_get_cu): New function.
2733 (create_cus_from_index): Remove unused argument.
2734 (create_signatured_type_hash_from_index): New function.
2735 (create_addrmap_from_index): Update.
2736 (dwarf2_read_index): Handle version 2.
2737 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2738 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2739 (dw2_print_stats, dw2_expand_all_symtabs)
2740 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2741 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2742 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2743 (allocate_signatured_type_hash_table): New function.
2744 (add_signatured_type_cu_to_list): Likewise.
2745 (create_debug_types_hash_table): Use them. Set type_comp_units.
2746 (read_signatured_type): Ensure section data is available.
2747 (add_address_entry): Don't record empty ranges.
2748 (struct signatured_type_index_data): New.
2749 (write_one_signatured_type): New function.
2750 (write_psymtabs_to_index): Write type CUs.
2751 (save_gdb_index_command): Update comment.
2752 (process_type_comp_unit): Move inititalization of
2753 from_debug_types...
2754 (create_debug_types_hash_table): ... here.
2755
3a674486
JK
27562010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2757
2758 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2759 cleanup and generating of gdb script to it.
2760 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
2761 and terminal size. Convert $tmpfile to a series of -ex-es.
2762
54ec275a
KS
27632010-07-23 Keith Seitz <keiths@redhat.com>
2764
2765 * symtab.c (basic_lookup_transparent_type): Call pre-expand
2766 hook for STATIC_BLOCK types, too.
2767
8fd447e6
KS
27682010-07-23 Keith Seitz <keiths@redhat.com>
2769
2770 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2771 and vector definition.
2772
25b72dde
JK
27732010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2776
96d19272
JK
27772010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2778
2779 * dwarf2read.c: Include completer.h.
2780 (save_gdb_index_command): Use matching usage command name.
2781 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2782 Set filename_completer for it.
2783
ca1f3406
TT
27842010-07-22 Tom Tromey <tromey@redhat.com>
2785
2786 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2787 type signature's per-CU data.
2788
ba25b921
PA
27892010-07-22 Pedro Alves <pedro@codesourcery.com>
2790
2791 * NEWS: Mention target reported shared libraries support by
2792 default.
2793
23bd0f7c
PA
27942010-07-21 Pedro Alves <pedro@codesourcery.com>
2795
2796 PR symtab/11827
2797
2798 Revert:
2799 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2800 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2801 and DW_TAG_volatile_type.
2802 (new_symbol): Likewise.
2803
883df6dd
SW
28042010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2805
2806 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2807 function symbols before overload resolution.
2808
269b11a2
PA
28092010-07-21 Pedro Alves <pedro@codesourcery.com>
2810
2811 * breakpoint.c (bptype_string): New, abstracted out from
2812 print_one_breakpoint_location.
2813 (print_one_breakpoint_location): Adjust.
2814 (breakpoint_1): Adjust the type column width dynamically.
2815
569b05a5
JK
28162010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 * symfile.c (find_separate_debug_file_by_debuglink): Remove
2819 a gdb_assert call, new comment.
2820
ad34eb2f
JK
28212010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2822
2823 * linux-nat.c (linux_handle_extended_wait): Handle case when
2824 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2825
33355866
JK
28262010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 Code cleanup.
2829 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2830 linux_nat_wait_1. Use always LP->STATUS afterwards.
2831
26590820
HZ
28322010-07-20 Hui Zhu <teawater@gmail.com>
2833
2834 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2835 (inf_ptrace_attach): Ditto.
2836
c0edd9ed
JK
28372010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2838
2839 Make core files the process_stratum.
2840 * corefile.c (core_target): New variable.
2841 (core_file_command): Remove variable t, use core_target.
2842 * corelow.c (core_ops): Make it static.
2843 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
2844 * defs.h (make_cleanup_unpush_target): New prototype.
2845 * gdbarch.h: Regenerate.
2846 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2847 * gdbcore.h (core_target): New declaration.
2848 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2849 variables ops_already_pushed and back_to. Use push_target,
2850 make_cleanup_unpush_target and discard_cleanups calls.
2851 * record.c (record_open): Replace core_stratum by a core_bfd check.
2852 * target.c (target_is_pushed): New function.
2853 (find_core_target): Remove.
2854 * target.h (enum strata) <core_stratum>: Remove.
2855 (target_is_pushed): New declaration.
2856 (find_core_target): Remove declaration.
2857 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2858 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2859
f02253f1
HZ
28602010-07-19 Hui Zhu <teawater@gmail.com>
2861
2862 * breakpoint.c (single_step_breakpoints_inserted): New
2863 function.
2864 * breakpoint.h (single_step_breakpoints_inserted): Extern.
2865 * infrun.c (maybe_software_singlestep): Add check code.
2866 * record.c (record_resume): Add code for software single step.
2867 (record_wait): Ditto.
2868
78768c4a
JK
28692010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2870
2871 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2872 a more inner block. Remove its unused declaration initializer.
2873
431e49aa
TJB
28742010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2875
2876 * NEWS: Mention support for the new ptrace interface and hardware
2877 accelerated watchpoint conditions on powerpc-linux.
2878
bd91e7ae
OS
28792010-07-16 Ozkan Sezer <sezeroz@gmail.com>
2880
2881 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2882 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2883 and host_address_to_string() and %s for pointers.
2884 (debug_to_remove_breakpoint): Likewise.
2885 (debug_to_region_ok_for_hw_watchpoint): Likewise.
2886 (debug_to_can_accel_watchpoint_condition): Likewise.
2887 (debug_to_stopped_data_address): Likewise.
2888 (debug_to_watchpoint_addr_within_range): Likewise.
2889 (debug_to_insert_hw_breakpoint): Likewise.
2890 (debug_to_remove_hw_breakpoint): Likewise.
2891 (debug_to_insert_watchpoint): Likewise.
2892 (debug_to_remove_watchpoint): Likewise.
2893
29df156d
SW
28942010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2895
2896 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2897 argument.
2898 (cplus_specific): New struct.
2899 * symtab.c (symbol_set_demangled_name): Updated.
2900 Use cplus_specific for cplus symbols.
2901 (symbol_get_demangled_name): Retrive the name from the cplus_specific
2902 struct for cplus symbols.
2903 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2904 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2905 * symtab.c (symbol_init_cplus_specific): New function.
2906
b250c185
SW
29072010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2908
2909 * symtab.h (symbol_set_demangled_name): New function.
2910 (symbol_get_demangled_name): New function.
2911 * symtab.c (symbol_set_demangled_name): New function.
2912 (symbol_get_demangled_name): New function.
2913 (symbol_init_language_specific): Use demangled_name setter and getter.
2914 (symbol_set_names): Ditto.
2915 (symbol_natural_name): Ditto.
2916 (symbol_demangled_name): Ditto.
2917 * dwarf2read.c (new_symbol): Ditto.
2918
afa16725
SW
29192010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2920
2921 * symtab.h: Renamed cplus_specific to mangled_lang.
2922 * symtab.c (symbol_init_language_specific): Updated.
2923 (symbol_set_names): Updated.
2924 (symbol_natural_name): Updated.
2925 (symbol_demangled_name): Updated.
2926 * ada-lang.c (ada_decode_symbol): Updated.
2927 * dwarf2read.c (new_symbol): Updated.
2928
3cbaedff
KW
29292010-07-14 Ken Werner <ken.werner@de.ibm.com>
2930
2931 * valops.c (value_assign): Do not call to value_coerce_to_target.
2932 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2933
c932f1be
KW
29342010-07-14 Ken Werner <ken.werner@de.ibm.com>
2935
2936 * MAINTAINERS: Add myself for write after approval privileges.
2937
91158a56
TT
29382010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
2939
2940 * c-valprint.c (c_val_print): Add embedded_offset to address in
2941 call to val_print_array_elements.
2942
b3b272e1
TT
29432010-07-13 Tom Tromey <tromey@redhat.com>
2944
2945 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2946
bb3fa9d0
TT
29472010-07-13 Tom Tromey <tromey@redhat.com>
2948
2949 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2950 objfile.
2951
dd786858
TT
29522010-07-13 Tom Tromey <tromey@redhat.com>
2953
2954 * symfile.c (set_initial_language): Update.
2955 (deduce_language_from_filename): Argument type now const.
2956 * symtab.h (find_main_filename): Update.
2957 (deduce_language_from_filename): Update.
2958 * symtab.c (find_main_filename): Make result const.
2959 * dwarf2read.c (dw2_find_symbol_file): Change return type.
2960 * psymtab.c (find_symbol_file_from_partial): Change return type.
2961 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2962 Make result const.
2963
9291a0cd
TT
29642010-07-13 Tom Tromey <tromey@redhat.com>
2965
2966 * breakpoint.c (save_cmdlist): No longer static.
2967 * gdbcmd.h (save_cmdlist): Declare.
2968 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
2969 OBJF_READNOW on objfile if readnow_symbol_files.
2970 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
2971 (elf_sym_fns_gdb_index): New global.
2972 * dwarf2read.c: Include exceptions.h.
2973 (offset_type): New.
2974 (struct mapped_index): New.
2975 (dwarf2_per_cu_data_ptr): New typedef.
2976 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
2977 New fields.
2978 (GDB_INDEX_SECTION): New define.
2979 (struct dwarf2_per_cu_quick_data): New.
2980 (struct dwarf2_per_cu_data) <objfile>: New field.
2981 <psymtab>: Removed.
2982 <v>: New field.
2983 (byte_swap): New function.
2984 (MAYBE_SWAP): New macro.
2985 (INDEX_SUFFIX): New macro.
2986 (dw2_do_instantiate_symtab): New function.
2987 (dw2_instantiate_symtab): Likewise.
2988 (create_cus_from_index): Likewise.
2989 (create_addrmap_from_index): Likewise.
2990 (mapped_index_string_hash): Likewise.
2991 (find_slot_in_mapped_hash): Likewise.
2992 (dwarf2_read_index): Likewise.
2993 (dw2_setup): Likewise.
2994 (dw2_require_line_header): Likewise.
2995 (dw2_require_full_path): Likewise.
2996 (dw2_find_last_source_symtab): Likewise.
2997 (dw2_forget_cached_source_info): Likewise.
2998 (dw2_lookup_symtab): Likewise.
2999 (dw2_lookup_symbol): Likewise.
3000 (dw2_do_expand_symtabs_matching): Likewise.
3001 (dw2_pre_expand_symtabs_matching): Likewise.
3002 (dw2_print_stats): Likewise.
3003 (dw2_dump): Likewise.
3004 (dw2_relocate): Likewise.
3005 (dw2_expand_symtabs_for_function): Likewise.
3006 (dw2_expand_all_symtabs): Likewise.
3007 (dw2_expand_symtabs_with_filename): Likewise.
3008 (dw2_find_symbol_file): Likewise.
3009 (dw2_map_ada_symtabs): Likewise.
3010 (dw2_expand_symtabs_matching): Likewise.
3011 (dw2_find_pc_sect_symtab): Likewise.
3012 (dw2_map_symbol_names): Likewise.
3013 (dw2_map_symbol_filenames): Likewise.
3014 (dw2_has_symbols): Likewise.
3015 (dwarf2_gdb_index_functions): New global.
3016 (dwarf2_initialize_objfile): New function.
3017 (process_psymtab_comp_unit): Update.
3018 (add_partial_subprogram): Likewise.
3019 (dwarf2_psymtab_to_symtab): Likewise.
3020 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3021 (process_full_comp_unit): Update.
3022 (find_file_and_directory): New function.
3023 (read_file_scope): Use find_file_and_directory.
3024 (dwarf2_per_cu_objfile): Update.
3025 (dwarf2_per_cu_addr_size): Update.
3026 (dwarf2_per_cu_offset_size): Update.
3027 (dwarf2_free_objfile): Free the index, if needed.
3028 (dwarf2_per_objfile_free): Unmap the index, if needed.
3029 (struct strtab_entry): New.
3030 (hash_strtab_entry): New function.
3031 (eq_strtab_entry): Likewise.
3032 (create_strtab): Likewise.
3033 (add_string): Likewise.
3034 (struct symtab_index_entry): New.
3035 (struct mapped_symtab): New.
3036 (hash_symtab_entry): New function.
3037 (eq_symtab_entry): Likewise.
3038 (delete_symtab_entry): Likewise.
3039 (create_index_table): Likewise.
3040 (create_mapped_symtab): Likewise.
3041 (cleanup_mapped_symtab): Likewise.
3042 (find_slot): Likewise.
3043 (hash_expand): Likewise.
3044 (add_index_entry): Likewise.
3045 (add_indices_to_cpool): Likewise.
3046 (write_hash_table): Likewise.
3047 (add_address_entry): Likewise.
3048 (write_psymbols): Likewise.
3049 (write_obstack): Likewise.
3050 (unlink_if_set): Likewise.
3051 (write_psymtabs_to_index): Likewise.
3052 (save_gdb_index_command): Likewise.
3053 (_initialize_dwarf2_read): Install "save gdb-index"
3054 command.
3055 (create_all_comp_units): Initialize 'objfile' field of CU.
3056 (dwarf2_locate_sections): Check for .gdb_index.
3057 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3058 * symfile.h (dwarf2_initialize_objfile): Declare.
3059
58b6ab13
TT
30602010-07-13 Tom Tromey <tromey@redhat.com>
3061
3062 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3063 (basic_lookup_transparent_type): Likewise.
3064 * symfile.h (struct quick_symbol_functions)
3065 <pre_expand_symtabs_matching>: New field.
3066 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3067 (psym_functions): Update.
3068
0f5238ed
TT
30692010-07-13 Tom Tromey <tromey@redhat.com>
3070
3071 PR breakpoints/8357:
3072 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3073 * linespec.c (decode_line_1): Update comment. Call decode_label.
3074 (decode_label): New function.
3075 (symbol_found): Handle LOC_LABEL.
3076 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3077 domain. Call add_symbol_to_list.
3078
9aa1f1e3
TT
30792010-07-13 Tom Tromey <tromey@redhat.com>
3080
3081 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3082 * dwarf2loc.c (find_location_expression): Use
3083 dwarf2_per_cu_text_offset.
3084 (dwarf2_evaluate_loc_desc): Likewise.
3085 (dwarf2_loc_desc_needs_frame): Likewise.
3086 (compile_dwarf_to_ax): Likewise.
3087 (loclist_describe_location): Likewise.
3088 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3089 (dwarf2_per_cu_objfile): Update comment.
3090
953ac07e
JK
30912010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3094 * p-lang.c (pascal_printstr): Likewise.
3095
f04e4012
TT
30962010-07-09 Tom Tromey <tromey@redhat.com>
3097
3098 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3099 'hint' if it is NULL.
3100
f4dfd9c0
HZ
31012010-07-09 Hui Zhu <teawater@gmail.com>
3102
3103 * source.c (print_source_lines_base): Add check for noprint.
3104
7e6e39e5
JB
31052010-07-08 Joel Brobecker <brobecker@adacore.com>
3106
3107 * python/python-config.py: Resync with Python 2.7 version of this
3108 script.
3109
76b8507d
JB
31102010-07-08 Joel Brobecker <brobecker@adacore.com>
3111
3112 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3113
797054e6
JB
31142010-07-07 Joel Brobecker <brobecker@adacore.com>
3115
3116 * NEWS: Create a new section for the next release branch.
3117 Rename the section of the current branch, now that it has
3118 been cut.
3119
c80befee 31202010-07-07 Joel Brobecker <brobecker@adacore.com>
3121
3122 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3123 * version.in: Bump version to 7.2.50.20100707-cvs.
3124
ac56253d
TT
31252010-07-07 Tom Tromey <tromey@redhat.com>
3126
3127 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3128 LOC_COMPUTED symbol.
3129 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3130 (dwarf2_loc_desc_needs_frame): Likewise.
3131 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3132 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3133 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3134 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3135 'offset' argument.
3136 (struct dwarf2_frame_cache) <text_offset>: New field.
3137 (dwarf2_frame_cache): Set new field.
3138 (dwarf2_frame_prev_register): Update.
3139 (dwarf2_frame_sniffer): Update.
3140 (dwarf2_frame_base_sniffer): Update.
3141 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3142
0cf6dd15
TJB
31432010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3144 Thiago Jung Bauermann <bauerman@br.ibm.com>
3145
3146 Support for hw accelerated condition watchpoints in booke powerpc.
3147
3148 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3149 and move to eval.c. Change callers.
3150 (insert_bp_location): Pass watchpoint condition in
3151 target_insert_watchpoint.
3152 (remove_breakpoint_1) Pass watchpoint condition in
3153 target_remove_watchpoint.
3154 (watchpoint_locations_match): Call
3155 target_can_accel_watchpoint_condition.
3156 * eval.c: Include wrapper.h.
3157 (fetch_subexp_value): Moved from breakpoint.c.
3158 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3159 Formatting fix.
3160 (can_use_watchpoint_cond_accel): New function.
3161 (calculate_dvc): Likewise.
3162 (num_memory_accesses): Likewise.
3163 (check_condition): Likewise.
3164 (ppc_linux_can_accel_watchpoint_condition): Likewise
3165 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3166 check_condition and calculate_dvc.
3167 (ppc_linux_remove_watchpoint): Likewise.
3168 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3169 ppc_linux_can_accel_watchpoint_condition
3170 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3171 condition.
3172 (debug_to_remove_watchpoint): Likewise.
3173 (debug_to_can_accel_watchpoint_condition): New function.
3174 (update_current_target): Set to_can_accel_watchpoint_condition.
3175 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3176 * target.h: Add opaque declaration for struct expression.
3177 (struct target_ops) <to_insert_watchpoint>,
3178 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3179 <to_can_accel_watchpoint_condition>: New member.
3180 condition. Update all callers and implementations.
3181 (target_can_accel_watchpoint_condition): New macro.
3182 * value.c (free_value_chain): New function.
3183 * value.h (fetch_subexp_value): New prototype.
3184 (free_value_chain): Likewise.
3185
2f2241f1
UW
31862010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3187
3188 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3189 from gdbarch_core_regset_sections also for .reg if present.
3190
3191 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3192 section size for .reg.
3193 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3194 (ppc_linux_vmx_regset_sections): Likewise.
3195 (ppc_linux_fp_regset_sections): Likewise.
3196 (ppc64_linux_vsx_regset_sections): New variable.
3197 (ppc64_linux_vmx_regset_sections): Likewise.
3198 (ppc64_linux_fp_regset_sections): Likewise.
3199 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3200 for current word size.
3201
1fd7cdc2
JB
32022010-07-06 Joel Brobecker <brobecker@adacore.com>
3203
3204 * server.c (myresume): Make static.
3205
11763c18
TT
32062010-07-06 Tom Tromey <tromey@redhat.com>
3207
3208 * configure, config.in: Rebuild.
3209 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3210 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3211
a6cc4789
AS
32122010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3213
3214 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3215 "clear".
3216
f9e9243a
UW
32172010-07-06 Ken Werner <ken.werner@de.ibm.com>
3218
3219 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3220 * gdbtypes.c (floatformats_ieee_half): New variable.
3221 * doublest.c (floatformat_from_length): Set format to
3222 gdbarch_half_format if length matches.
3223 * gdbarch.sh (half_bit): New architecture method.
3224 (half_format): Likewise.
3225 * gdbarch.h: Regenerate.
3226 * gdbarch.c: Likewise.
3227
4e5799b6
JK
32282010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3229 Joel Brobecker <brobecker@adacore.com>
3230
3231 Fix re-run of PIE executable, PR shlibs/11776.
3232 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3233 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3234
86e4bafc
JK
32352010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3236 Joel Brobecker <brobecker@adacore.com>
3237
3238 * auxv.c (memory_xfer_auxv): Update attach comment.
3239 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3240 svr4_relocate_main_executable.
3241 (svr4_solib_create_inferior_hook): Make the call to
3242 svr4_relocate_main_executable unconditional.
3243
3cd07d20
JK
32442010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3245 Joel Brobecker <brobecker@adacore.com>
3246
3247 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3248
0a1e94c7
JK
32492010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3250 Joel Brobecker <brobecker@adacore.com>
3251
3252 Fix attaching to PIEs prelinked on the disk after the process was
3253 started.
3254 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3255 Verify it against bfd_get_arch_size. Try to match arbitrary
3256 displacement for the phdrs comparison.
3257
5387647f
TT
32582010-07-02 Tom Tromey <tromey@redhat.com>
3259
3260 PR exp/11780:
3261 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3262 value as optimized-out.
3263
38b6c3b3
TJB
32642010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3265 Thiago Jung Bauermann <bauerman@br.ibm.com>
3266
3267 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3268 represent?" question in comment. Change comment to a proper sentence.
3269
a17ac5b0
TT
32702010-07-02 Ken Werner <ken.werner@de.ibm.com>
3271
3272 * c-valprint.c (c_val_print): Fix printing of character vectors.
3273
bddaafad
JK
32742010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3277 create_breakpoint prototype.
3278
d41c0fc8
PA
32792010-07-01 Pedro Alves <pedro@codesourcery.com>
3280
3281 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3282 usefulness suggestion of multiple breakpoints at same location.
3283
dc10affe
PA
32842010-07-01 Pedro Alves <pedro@codesourcery.com>
3285
3286 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3287
cabe9ab6
PA
32882010-07-01 Pedro Alves <pedro@codesourcery.com>
3289
3290 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3291 (loclist_tracepoint_var_ref): Handle optimized out values.
3292
cce7e648
PA
32932010-07-01 Pedro Alves <pedro@codesourcery.com>
3294
3295 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3296 unnecessary space in string.
3297 * filesystem.c (_initialize_filesystem): Ditto.
3298 * frame.c (_initialize_frame): Ditto.
3299 * infcmd.c (step_once): Ditto.
3300 * infrun.c (_initialize_infrun): Ditto.
3301 * linux-nat.c (linux_child_follow_fork): Ditto.
3302 * maint.c (maintenance_deprecate): Ditto.
3303 * memattr.c (_initialize_mem): Ditto.
3304 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3305 * monitor.c (monitor_open): Ditto.
3306 * procfs.c (procfs_xfer_memory): Ditto.
3307 * reverse.c (bookmarks_info): Ditto.
3308 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3309 * stack.c (_initialize_stack): Ditto.
3310 * tracepoint.c (_initialize_tracepoint): Ditto.
3311 * xtensa-tdep.c (xtensa_supply_gregset,
3312 xtensa_regset_from_core_section): Ditto.
3313
b65c7efe
TT
33142010-07-01 Tom Tromey <tromey@redhat.com>
3315
3316 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3317 check_all_valid.
3318 * value.c (value_entirely_optimized_out): Invert result. Update
3319 for new function name.
3320
0fb4aa4b
PA
33212010-07-01 Pedro Alves <pedro@codesourcery.com>
3322
3323 Static tracepoints support.
3324
3325 * NEWS: Mention new support for static tracepoints.
3326 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3327 qXfer:statictrace:read.
3328 (New features in the GDB remote stub, GDBserver): Mention static
3329 tracepoints support using an UST based backend.
3330 (New commands): Mention "info static-tracepoint-markers" and
3331 "strace".
3332 * breakpoint.c (is_marker_spec): New.
3333 (is_tracepoint): Handle static tracepoints.
3334 (validate_commands_for_breakpoint): Static tracepoints can't do
3335 while-stepping.
3336 (static_tracepoints_here): New.
3337 (bpstat_what): Handle static tracepoints.
3338 (print_one_breakpoint_location, allocate_bp_location, mention):
3339 Ditto.
3340 (create_breakpoint_sal): Ditto.
3341 (decode_static_tracepoint_spec): New.
3342 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3343 `type_wanted'. Adjust. Handle static tracepoint marker
3344 locations.
3345 (break_command_1): Adjust.
3346 (update_static_tracepoint): New.
3347 (update_breakpoint_locations): Handle static tracepoints.
3348 (breakpoint_re_set_one): Handle static tracepoint marker
3349 locations.
3350 (disable_command, enable_command): Handle static tracepoints.
3351 (trace_command, ftrace_command): Adjust.
3352 (strace_command): New.
3353 (create_tracepoint_from_upload): Adjust.
3354 (save_breakpoints): Handle static tracepoints.
3355 (_initialize_breakpoint): Install the "strace" command.
3356 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3357 (struct breakpoint): New fields static_trace_marker_id and
3358 static_trace_marker_id_idx.
3359 (breakpoints_here_p): Declare.
3360 (create_breakpoint): Adjust.
3361 (static_tracepoints_here): Declare.
3362 * remote.c (struct remote_state) <static_tracepoints>: New field.
3363 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3364 (remote_static_tracepoint_marker_at): New.
3365 (remote_static_tracepoint_markers_by_strid): New.
3366 (remote_static_tracepoint_feature): New.
3367 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3368 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3369 (remote_supports_static_tracepoints): New.
3370 (remote_download_tracepoint): Download static tracepoints.
3371 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3372 remote_static_tracepoint_markers_by_strid.
3373 (_initialize_remote): Install set|show remote static-tracepoints,
3374 and set|show remote read-sdata-object commands.
3375 * target.c (update_current_target): Inherit and default
3376 to_static_tracepoint_marker_at, and
3377 to_static_tracepoint_markers_by_strid.
3378 * target.h (static_tracepoint_marker): Forward declare.
3379 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
889bf7c5 3380 (static_tracepoint_marker_p): New typedef.
0fb4aa4b
PA
3381 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3382 (struct target_ops): New fields to_static_tracepoint_marker_at and
3383 to_static_tracepoint_markers_by_strid.
3384 (target_static_tracepoint_marker_at)
3385 (target_static_tracepoint_markers_by_strid): New.
3386 * tracepoint.c: Include source.h.
3387 (validate_actionline): Handle $_sdata.
3388 (struct collection_list): New field strace_data.
3389 (add_static_trace_data): New.
3390 (clear_collection_list): Clear strace_data.
3391 (stringify_collection_list): Account for a possible static trace
3392 data collection.
3393 (encode_actions_1): Encode an $_sdata collection.
3394 (parse_tracepoint_definition): Handle static tracepoints.
3395 (parse_static_tracepoint_marker_definition): New.
3396 (release_static_tracepoint_marker): New.
3397 (print_one_static_tracepoint_marker): New.
3398 (info_static_tracepoint_markers_command): New.
3399 (sdata_make_value): New.
3400 (_initialize_tracepoint): Create the $_sdata convenience variable.
3401 Add the "info static-tracepoint-markers" command.
3402 Mention $_sdata in the "collect" command's help output.
3403 * tracepoint.h (struct static_tracepoint_marker): New.
3404 (parse_static_tracepoint_marker_definition)
3405 (release_static_tracepoint_marker): Declare.
3406 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3407 * python/py-breakpoint.c (bppy_new): Adjust.
3408
aac63f0f
JB
34092010-06-30 Joel Brobecker <brobecker@adacore.com>
3410
3411 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3412 including Python.h.
3413
e68994a7
DE
34142010-06-29 Doug Evans <dje@google.com>
3415
3863f96c
DE
3416 PR gdb/11702
3417 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3418 DW_AT_external is present.
3419
254e6b9e
DE
3420 PR gdb/11702
3421 * NEWS: Add entry.
3422 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3423 create a symbol for the field and record the value.
3424 (new_symbol): Handle DW_TAG_member.
3425 * gdbtypes.c (field_is_static): Remove FIXME.
3426 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3427 only ignore LOC_CONST symbols that are enums.
3428
6e70227d
DE
3429 * dwarf2read.c: Remove trailing whitespace.
3430
e68994a7
DE
3431 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3432 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3433 (struct main_type, field loc): Delete dwarf_block.
3434 (FIELD_DWARF_BLOCK): Delete.
3435 (SET_FIELD_DWARF_BLOCK): Delete.
3436 (TYPE_FIELD_DWARF_BLOCK): Delete.
3437 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3438 Update.
3439
a480d2f6
HZ
34402010-06-29 Hui Zhu <teawater@gmail.com>
3441
3442 * record.c (set_record_pic_cmdlist,
3443 show_record_pic_cmdlist): New variables.
3444 (set_record_pic_command,
3445 show_record_pic_command): New functions.
3446 (record_pic_function, record_pic_line, record_pic_enum,
3447 set_record_pic_type, record_pic_hide_nofunction,
3448 record_pic_hide_nosource, record_pic_hide_same): New variables.
3449 (record_pic_fputs): New function.
3450 (function_list, node_list, edge_list): New struct.
3451 (function_list, node_list, edge_list): New variables.
3452 (record_pic_cleanups, record_pic_node,
3453 record_pic_edge, cmd_record_pic): New functions.
3454 (_initialize_record): Add new commands for record pic.
3455
a0d7a4ff
JK
34562010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3457
3458 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3459 ALLOCATE_CPLUS_STRUCT_TYPE.
3460
595939de 34612010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
3462 Tom Tromey <tromey@redhat.com>
3463 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
3464
3465 * value.c (pack_unsigned_long): New function.
3466 (value_from_ulongest): New function.
3467 * value.h (value_from_ulongest): Declare.
3468 * python/python.c (_initialize_python): Call
3469 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3470 * python/python-internal.h: Define thread_object.
3471 (gdbpy_inferiors, gdbpy_selected_thread)
3472 (frame_info_to_frame_object, create_thread_object)
3473 (find_thread_object, find_inferior_object)
3474 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3475 (gdbpy_is_value_object, get_addr_from_python): Declare.
3476 * python/py-value.c (builtin_type_upylong): Define.
3477 (convert_value_from_python): Add logic for ulongest.
3478 (gdbpy_is_value_object): New function.
3479 * python/py-utils.c (get_addr_from_python): New function.
3480 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3481 (gdbpy_selected_frame): Use PyObject over frame_info.
3482 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3483 py-infthread.
3484 (SUBDIR_PYTHON_SRCS): Likewise.
3485 (py-inferior.o): New Rule.
3486 (py-infthread.o): New Rule.
3487 * python/py-inferior.c: New File.
3488 * python/py-infthread.c: New File.
3489
98751a41
JK
34902010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3491
3492 * c-typeprint.c (c_type_print_base): For no fields check include also
3493 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3494 * dwarf2read.c (struct typedef_field_list)
3495 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3496 (dwarf2_add_typedef): New.
3497 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3498 Copy also FI.TYPEDEF_FIELD_LIST.
3499 * gdbtypes.h (struct typedef_field)
3500 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3501 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3502 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3503
41f62f39
JK
35042010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3505
3506 * cp-namespace.c (cp_lookup_nested_type): New variable
3507 concatenated_name. Turn the current return condition into a reverse
3508 one. Call also lookup_static_symbol_aux on the constructed qualified
3509 name.
3510 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3511 other files into a called ...
3512 (lookup_static_symbol_aux): ... new function here.
3513 * symtab.h (lookup_static_symbol_aux): New prototype.
3514 * valops.c (value_maybe_namespace_elt): Call also
3515 lookup_static_symbol_aux if we failed otherwise.
3516
af53d231
JK
35172010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 Fix PR c++/11703 and PR gdb/1448.
3520 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3521 FIRST_ITER check.
3522
9655fd1a
JK
35232010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3524
3525 Fix modification of cplus_struct_default.
3526 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3527 Call ALLOCATE_CPLUS_STRUCT_TYPE.
3528 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3529
9279c692
JB
35302010-06-28 Joel Brobecker <brobecker@adacore.com>
3531
3532 * NEWS: Add entry announcing the python directory.
3533
d3f41bb1
TT
35342010-06-28 Tom Tromey <tromey@redhat.com>
3535
3536 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3537
23e7acfb
DE
35382010-06-28 Doug Evans <dje@google.com>
3539
3540 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3541 All callers updated.
3542
6036c742
JK
35432010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3546 obstack_begin after each obstack_free.
3547
9f18a3b3
DE
35482010-06-27 Doug Evans <dje@google.com>
3549
1596cb5d
DE
3550 * value.c (value_static_field): Use `switch' instead of `if'.
3551 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3552
9f18a3b3
DE
3553 * valops.c (search_struct_field): Fix typo in error message.
3554
43dabe42
UW
35552010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
3556
3557 * dwarf2expr.c (execute_stack_op): Place preprocessor
3558 directives at the start of the source line.
3559
0f3bb72e
PH
35602010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3561
6036c742
JK
3562 * defs.h (make_command_stats_cleanup): Declare.
3563 (set_display_time): Declare.
3564 (set_display_space): Declare.
3565 * event-top.c (command_handler): Use make_command_stats_cleanup.
3566 * main.c (display_time, display_space): Move definitions to utils.c.
3567 (captured_main): Use make_command_stats_cleanup to get start-up
3568 statistics.
3569 Use set_display_time and set_display_space for processing OPT_STATISTICS
3570 case.
3571 * maint.c (maintenance_time_display): Use set_display_time.
3572 (maintenance_space_display): Use set_display_space.
3573 * top.c (execute_command): Remove obsolete 'maint time' code.
3574 (command_loop): Use make_command_stats_cleanup.
3575 * utils.c (struct cmd_stats): Structure for storing initial time
3576 and space usage.
3577 (display_time, display_space): Move definitions here from utils.c.
3578 (set_display_time): New function.
3579 (set_display_space): New function.
3580 (make_command_stats_cleanup): New function.
3581 (report_command_stats): New auxiliary function for
3582 make_command_stats_cleanup.
0f3bb72e 3583
070c8028
UW
35842010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3585
3586 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3587 hosts where CORE_ADDR is long long.
3588
bc9f0842
TT
35892010-06-25 Tom Tromey <tromey@redhat.com>
3590
3591 PR python/10808:
3592 * python/python.c (execute_gdb_command): Add keywords. Accept
3593 "to_string" argument.
3594 (struct restore_ui_file_closure): New.
3595 (restore_ui_file): New function.
3596 (make_cleanup_restore_ui_file): Likewise.
3597 (GdbMethods) <execute>: Update.
3598
c0cc4c83
UW
35992010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3600
3601 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3602 during inferior call stack frame setup.
3603
f1d8ee66
UW
36042010-06-25 Ken Werner <ken.werner@de.ibm.com>
3605
3606 * solib-spu.c: Include "exception.h".
3607 (ocl_program_data_key): New variable.
3608 (append_ocl_sos): New function.
3609 (ocl_enable_break): Likewise.
3610 (spu_current_sos): Call append_ocl_sos.
3611 (spu_solib_loaded): Call ocl_enable_break.
3612 (_initialize_spu_solib): Register ocl_program_data_key.
3613
19c0c0f8
UW
36142010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3615
3616 * cp-support.c (reset_directive_searched): New function.
3617 (make_symbol_overload_list_using): Prevent recursive calls.
3618
0f6a939d
PM
36192010-06-25 Phil Muldoon <pmuldoon@redhat.com>
3620
3621 * printcmd.c (print_variable_and_value): Print error message on
3622 caught exception.
3623
f2c7657e
UW
36242010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3627 of stack values.
3628 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
3629 "value" member.
3630 (dwarf_expr_push): Change input type to ULONGEST.
3631 (dwarf_expr_fetch): Change return type to ULONGEST.
3632 (dwarf_expr_fetch_address): Add prototype.
3633 (dwarf2_read_address): Remove prototype.
3634 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3635 Truncate stack values to ctx->addr_size bytes.
3636 (dwarf_expr_fetch): Change return value to ULONGEST.
3637 (dwarf_expr_fetch_address): New function.
3638 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3639 when appropriate. Update for struct dwarf_expr_piece changes.
3640 (dwarf2_read_address): Remove.
3641 (unsigned_address_type): Remove.
3642 (signed_address_type): Remove.
3643 (execute_stack_op): Use dwarf_expr_fetch_address instead of
3644 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
3645 values. Perform operations on ULONGEST instead of on GDB values,
3646 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
3647 values and DW_OP_deref results as unsigned integers.
3648 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3649 changes.
3650 (write_pieced_value): Likewise.
3651 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3652 dwarf_expr_fetch when appropriate.
3653 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3654 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3655 instead of dwarf_expr_fetch when appropriate.
3656
b1d61bc9
PM
36572010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
3658
3659 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3660
b14285f6
JB
36612010-06-24 Joel Brobecker <brobecker@adacore.com>
3662
3663 * python/python.c (_initialize_python): Add new "constant"
3664 PYTHONDIR in gdb module. Insert this path at the head of
3665 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3666 exec its __init__.py script if it exists in that directory.
3667
fd60dc69
KB
36682010-06-24 Kevin Buettner <kevinb@redhat.com>
3669
3670 * rx-tdep.c (RX_ACC_REGNUM): Define.
3671 (RX_NUM_REGS): Redefine to 26.
3672 (rx_register_name): Add register "acc". Change order of several
3673 registers. Change name of "vct" register to "fintv" to match RX
3674 documentation.
3675 (rx_register_type): Add case for RX_ACC_REGNUM.
3676
18430289
TT
36772010-06-24 Tom Tromey <tromey@redhat.com>
3678
3679 * psymtab.c (lookup_partial_symbol): Mark definition as static.
3680
40618926
JK
36812010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3682 Tom Tromey <tromey@redhat.com>
3683
3684 Fix GDB startup on readonly filesystem.
3685 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3686
628fe4e4
JK
36872010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3688 Pedro Alves <pedro@codesourcery.com>
3689
3690 Fix PR 9436.
3691 * breakpoint.c (handle_jit_event): New function.
3692 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3693 jit, err, table and bs_class. New variables shlib_event, jit_event,
3694 this_action and bptype. Change bs_class assignments to this_action
3695 assignments. new unhandled bptype internal error. Move here
3696 shlib_event and jit_event handling from handle_inferior_event.
3697 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3698 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
3699 BPSTAT_WHAT_CHECK_JIT.
3700 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3701 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3702 (handle_inferior_event): Reinitialize frame and gdbarch after
3703 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
3704 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
3705 gdbarch when frame gets reinitialized.
3706
f1421989
HZ
37072010-06-24 Hui Zhu <teawater@gmail.com>
3708
3709 * printcmd.c (ui_printf): New function.
3710 (printf_command): Call ui_printf.
3711 (_initialize_printcmd): New command "eval".
3712
d03285ec
UW
37132010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
3714
3715 * infrun.c (handle_inferior_event): Handle presence of single-step
3716 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3717 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3718 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3719 * breakpoint.c (detach_single_step_breakpoints): New function.
3720 (detach_breakpoints): Call it.
3721 (cancel_single_step_breakpoints): New function.
3722 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3723
3724 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3725 (spu_gdbarch_init): Install it.
3726
38f6b338
JK
37272010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3728
3729 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3730 * configure: Regenerate.
3731
bb08c432
HZ
37322010-06-22 Hui Zhu <teawater@gmail.com>
3733
3734 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3735 (i386_process_record): Ditto.
3736 * record.c (record_memory_query): New variable.
3737 (_initialize_record): New command "set record memory-query".
3738 * record.h (record_memory_query): New extern.
3739
b55078be
DE
37402010-06-21 Doug Evans <dje@google.com>
3741
3742 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3743 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3744 (i386_syscall_p): Change type of lengthp to int.
3745 (i386_displaced_step_fixup): Handle kernels that run one past a
3746 syscall insn.
3747 * i386-linux-tdep.c (i386_linux_init_abi): Use
3748 i386_displaced_step_copy_insn instead of
3749 simple_displaced_step_copy_insn.
3750
75079b2b
TT
37512010-06-21 Tom Tromey <tromey@redhat.com>
3752
3753 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3754 (dwarf_type_encoding_name): Likewise.
3755
b00fdb78
TT
37562010-06-21 Tom Tromey <tromey@redhat.com>
3757
3758 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3759 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3760 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3761 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3762 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3763 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3764 * dwarf2read.c (tag_type_to_type): Create a new error type on
3765 failure.
3766 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3767 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3768
84951ab5
MS
37692010-06-21 Michael Snyder <msnyder@vmware.com>
3770
889bf7c5 3771 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
84951ab5
MS
3772 not add_abbrev_prefix_cmd, for "enable breakpoints".
3773
d4a087c7
UW
37742010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
3775
3776 * dwarf2loc.c (find_location_expression): Add relocation offset
3777 to base-address-selection entry base addresses. Read addresses
3778 (and offsets) as signed/unsigned integers, depending on the
3779 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
3780 (loclist_describe_location): Likewise.
3781 (disassemble_dwarf_expression): Read DW_OP_addr operand as
3782 unsigned integer. Do not call dwarf2_read_address.
3783 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3784
13def385
UW
37852010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3786
3787 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3788 value instead of hard-coded SPU_LS_SIZE.
3789 (spu_software_single_step): Likewise.
3790 * spu-tdep.h (SPU_LS_SIZE): Remove.
3791
d2ed6730
UW
37922010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3793
3794 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3795 limit on local store memory accesses.
3796 * spu-linux-nat.c (spu_xfer_partial): Likewise.
3797 * spu-tdep.c (spu_lslr): Remove.
3798 (spu_pointer_to_address): Do not truncate addresses.
3799 (spu_integer_to_address): Likewise.
3800 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3801 * spu-tdep.h: Add comments.
3802 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3803 (SPU_OVERLAY_LMA): Define.
3804
6aed2dbc
SS
38052010-06-18 Stan Shebs <stan@codesourcery.com>
3806
a61408f8
SS
3807 * osdata.c (get_osdata): Warn separately if target does not report
3808 type list.
3809 (info_osdata_command): Allow empty type, report error if target
3810 does not return available types of OS data.
3811 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3812 types if no annex supplied.
3813
6aed2dbc
SS
3814 * thread.c (thread_id_make_value): Make a value representing the
3815 current thread.
3816 (_initialize_thread): Create $_thread.
3817
ec61707d
JB
38182010-06-17 Joel Brobecker <brobecker@adacore.com>
3819
3820 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3821 last local variable declaration. No real code change.
3822
60606b2c
TT
38232010-06-17 Tom Tromey <tromey@redhat.com>
3824
3825 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3826 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
3827 temporary obstack.
3828
65d79d4b
SDJ
38292010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
3830 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * breakpoint.c: Include parser-defs.h.
3833 (watchpoint_exp_is_const): New function.
3834 (watch_command_1): Call watchpoint_exp_is_const to check
3835 if the expression is constant.
3836
0407b3f1
AS
38372010-06-15 Andreas Schwab <schwab@linux-m68k.org>
3838
3839 * configure.ac: Check for RDYNAMIC also for cross builds.
3840 * configure: Regenerate.
3841
98d64339
PA
38422010-06-15 Pedro Alves <pedro@codesourcery.com>
3843
3844 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3845 (SFILES): Remove solib-null.c, add solib-target.c.
3846 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3847 (ALLDEPFILES): Remove solib-target.c.
3848 * solib-target.c (_initialize_solib_target): Set
3849 current_target_so_ops to solib_target_so_ops if not already set.
3850 * solib-null.c: Delete.
3851
6a271cae
PA
38522010-06-14 Pedro Alves <pedro@codesourcery.com>
3853
3854 * NEWS: Mention GDBserver's JIT compilation of tracepoint
3855 bytecode.
3856
1e9beacb
UW
38572010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3858
3859 * cp-valprint.c (cp_print_static_field): Members of
3860 dont_print_stat_array_obstack are of type "struct type *".
3861 (_initialize_cp_valprint): Likewise.
3862
21a176fb
UW
38632010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3864
3865 * frame.c (frame_register_unwind): Do not access contents
3866 of "optimized out" unwound register value.
3867
25b524e8
JK
38682010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 * ada-lang.h (ada_print_type): Make varstring const.
3871 * ada-typeprint.c (print_func_type): Make name const.
3872 (ada_print_type): Make varstring const.
3873 * c-lang.h (c_print_type): Make varstring const.
3874 * c-typeprint.c (c_print_type): Likewise.
3875 * f-lang.h (f_print_type): Likewise.
3876 * f-typeprint.c (f_print_type): Likewise.
3877 * jv-lang.h (java_print_type): Likewise.
3878 * jv-typeprint.c (java_print_type): Likewise.
3879 * language.c (unk_lang_print_type): Likewise.
3880 * language.h (struct language_defn) <la_print_type>: Likewise.
3881 * m2-lang.h (m2_print_type): Likewise.
3882 * m2-typeprint.c (m2_print_type): Likewise.
3883 * p-lang.h (pascal_print_type): Likewise.
3884 * p-typeprint.c (pascal_print_type): Likewise.
3885
d914c394
SS
38862010-06-11 Stan Shebs <stan@codesourcery.com>
3887
3888 Add per-operation permission flags.
3889
3890 * target.h (struct target_ops): New method to_set_permissions.
3891 (target_set_permissions): New macro.
3892 (target_insert_breakpoint): Change macro to function.
3893 (target_remove_breakpoint): Ditto.
3894 (target_stop): Ditto.
3895 (may_write_registers): Declare.
3896 (may_write_memory): Declare.
3897 (may_insert_breakpoints): Declare.
3898 (may_insert_tracepoints): Declare.
3899 (may_insert_fast_tracepoints): Declare.
3900 (may_stop): Declare.
3901 * target.c (may_write_registers, may_write_registers_1): New globals.
3902 (may_write_memory, may_write_memory_1): New globals.
3903 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3904 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3905 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3906 globals.
3907 (may_stop, may_stop_1): New global.
3908 (target_xfer_partial): Test for write permission.
3909 (target_store_registers): Ditto.
3910 (target_insert_breakpoint): New function.
3911 (target_remove_breakpoint): New function.
3912 (target_stop): New function.
3913 (_initialize_targets): Add new set/show variables.
3914 (set_write_memory_permission): New function.
3915 (update_target_permissions): New function.
3916 (set_target_permissions): New function.
3917 (update_current_target): Default to_set_permissions.
3918 (_initialize_targets): Use new globals and setter function.
3919 * tracepoint.c (start_tracing): Test for permission.
3920 * inferior.h (update_observer_mode): Declare.
3921 * infrun.c (non_stop_1): Define earlier.
3922 (observer_mode, observer_mode_1): New globals.
3923 (set_observer_mode, show_observer_mode): New functions.
3924 (update_observer_mode): New function.
3925 (_initialize_infrun): Define "set observer" command.
3926 * remote.c (PACKET_QAllow): New optional packet.
3927 (remote_protocol_features): Add QAllow.
3928 (remote_set_permissions): New function.
3929 (remote_start_remote): Call it.
3930 (init_remote_ops): Add it to target vector.
3931 (_initialize_remote): Add config command for QAllow.
3932
aec5aa8b
TT
39332010-06-11 Tom Tromey <tromey@redhat.com>
3934
3935 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3936 DW_AT_vtable_elem_location even when GCC extension is seen.
3937
0e03807e
TT
39382010-06-11 Tom Tromey <tromey@redhat.com>
3939
3940 PR gdb/9977, PR exp/11636:
3941 * value.h (value_offset): Update.
3942 (struct lval_funcs) <check_validity>: New field.
3943 <copy_closure>: Make argument const.
3944 (value_computed_closure): Update.
3945 (value_contents_for_printing): Declare.
3946 (value_bits_valid): Likewise.
3947 (val_print): Likewise.
3948 (set_value_component_location): Update.
3949 (value_entirely_optimized_out): Declare.
3950 * value.c (value_offset): Argument now const.
3951 (require_not_optimized_out): New function.
3952 (value_contents_for_printing): New function.
3953 (value_contents_all): Call require_not_optimized_out.
3954 (value_contents): Likewise.
3955 (value_bits_valid): New function.
3956 (value_computed_closure): Argument now const.
3957 (set_value_component_location): Make 'whole' argument const.
3958 (value_entirely_optimized_out): New function.
3959 (value_bitsize): Argument now 'const'.
3960 (value_bitpos): Likewise.
3961 (value_type): Likewise.
3962 * valprint.h (val_print_array_elements): Update.
3963 * valprint.c (val_print): Add 'val' argument. Use
3964 valprint_check_validity.
3965 (valprint_check_validity): New function.
3966 (value_check_printable): Use value_entirely_optimized_out.
3967 (common_val_print): Update.
3968 (value_print): Likewise.
3969 (val_print_array_elements): Add 'val' argument.
3970 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
3971 value_bits_valid. Reinit frame cache for lval_computed.
3972 * sh64-tdep.c (sh64_do_register): Update.
3973 * scm-valprint.c (scm_val_print): Add 'val' argument.
3974 * scm-lang.h (scm_val_print): Update.
3975 * python/python.h (apply_val_pretty_printer): Update.
3976 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
3977 argument. Call set_value_component_location.
3978 * printcmd.c (print_scalar_formatted): Update.
3979 * p-valprint.c (pascal_val_print): Add 'val' argument.
3980 (pascal_object_print_value_fields): Likewise.
3981 (pascal_object_print_value): Likewise.
3982 (pascal_object_print_static_field): Update.
3983 * p-lang.h (pascal_val_print): Update.
3984 (pascal_object_print_value_fields): Update.
3985 * mt-tdep.c (mt_registers_info): Update.
3986 * mi/mi-main.c (get_register): Update.
3987 (mi_cmd_data_evaluate_expression): Use common_val_print.
3988 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
3989 (m2_print_unbounded_array): Likewise.
3990 (m2_val_print): Likewise.
3991 * m2-lang.h (m2_val_print): Update.
3992 * language.h (struct language_defn) <la_val_print>: Add 'val'
3993 argument.
3994 (LA_VAL_PRINT): Likewise.
3995 * language.c (unk_lang_val_print): Add 'val' argument.
3996 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
3997 (java_val_print): Likewise.
3998 * jv-lang.h (java_val_print): Add 'val' argument.
3999 * infcmd.c (default_print_registers_info): Update.
4000 * f-valprint.c (f77_print_array_1): Add 'val' argument.
4001 (f77_print_array): Likewise.
4002 (f_val_print): Likewise.
4003 * f-lang.h (f_val_print): Add 'val' argument.
4004 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4005 value_bitpos.
4006 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
4007 set_value_optimized_out.
4008 (write_pieced_value): Use value_bitsize and value_bitpos.
4009 <default>: Don't exit loop.
4010 (check_pieced_value_validity): New function.
4011 (pieced_value_funcs): Reference check_pieced_value_validity,
4012 check_pieced_value_invalid.
4013 (copy_pieced_value_closure): Update.
4014 (check_pieced_value_bits): New function.
4015 (check_pieced_value_invalid): New function.
4016 * d-valprint.c (dynamic_array_type): Add 'val' argument.
4017 (d_val_print): Likewise.
4018 * d-lang.h (d_val_print): Update.
4019 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4020 (cp_print_value_fields_rtti): Likewise.
4021 (cp_print_value): Likewise.
4022 (cp_print_static_field): Update.
4023 * c-valprint.c (c_val_print): Add 'val' argument.
4024 (c_value_print): Update.
4025 * c-lang.h (c_val_print): Update.
4026 (cp_print_value_fields): Likewise.
4027 (cp_print_value_fields_rtti): Likewise.
4028 * ada-valprint.c (struct ada_val_print_args): Remove.
4029 (val_print_packed_array_elements): Add 'val' argument.
4030 (ada_val_print): Likewise. Rewrite.
4031 (ada_val_print_stub): Remove.
4032 (ada_val_print_array): Add 'val' argument.
4033 (ada_val_print_1): Likewise.
4034 (print_variant_part): Likewise.
4035 (ada_value_print): Update.
4036 (print_record): Add 'val' argument.
4037 (print_field_values): Likewise.
4038 * ada-lang.h (ada_val_print): Update.
4039
3cf03773
TT
40402010-06-11 Tom Tromey <tromey@redhat.com>
4041
4042 * vec.h (VEC_cleanup): New macro.
4043 (DEF_VEC_ALLOC_FUNC_I): Update.
4044 (DEF_VEC_ALLOC_FUNC_P): Likewise.
4045 (DEF_VEC_ALLOC_FUNC_O): Likewise.
4046 * dwarf2loc.c (struct axs_var_loc): Remove.
4047 (unimplemented): New function.
4048 (translate_register): Likewise.
4049 (access_memory): Likewise.
4050 (compile_dwarf_to_ax): Likewise.
4051 (dwarf2_tracepoint_var_loc): Remove.
4052 (dwarf2_tracepoint_var_access): Likewise.
4053 (dwarf2_tracepoint_var_ref): Likewise.
4054 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4055 (loclist_tracepoint_var_ref): Likewise.
4056 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4057 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4058 require_composition. No longer static.
4059 (execute_stack_op): Update.
4060 * ax-gdb.h (trace_kludge): Declare.
4061
2bdf28a0
JK
40622010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4063
4064 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4065 (should_be_inserted): Return zero also on NULL OWNER.
4066 (breakpoint_program_space_exit): New OWNER comment.
4067 (insert_breakpoint_locations): Extend comment for OWNER.
4068 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4069 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4070 New OWNER comment.
4071 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4072 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4073 (bpstat_check_location): New assert on OWNER.
4074 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4075 and B initializations to the code block. New assert on them.
4076 (print_one_breakpoint_location): New OWNER comment.
4077 (watchpoint_locations_match): Assert on OWNER.
4078 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4079 initializations to the code block. New assert on OWNER.
4080 (set_breakpoint_location_function): New assert on OWNER.
4081 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4082 (bp_location_compare, update_global_location_list)
4083 (update_global_location_list): New OWNER comment.
4084
5b9a19af
UW
40852010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4086
4087 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4088
669211f5
UW
40892010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4090
4091 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4092 (lin_thread_get_thread_signals): Remove prototype.
4093 (GET_THREAD_SIGNALS): Remove.
4094 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4095 * linux-thread-db.c (check_thread_signals): Directly call
4096 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4097
b7a8b4ef
UW
40982010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4099
4100 * gregset.h (GDB_FPXREGSET_T): Remove.
4101 (gdb_fpxregset_t): Likewise.
4102 (supply_fpxregset): Remove prototype.
4103 (fill_fpxregset): Likewise.
4104 * i386-linux-nat.c (supply_fpxregset): Remove.
4105 (fill_fpxregset): Likewise.
4106 (fetch_fpxregs): Inline supply_fpxregset call.
4107 (store_fpxregs): Inline fill_fpxregset call.
4108
4109 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4110 * config/i386/nm-linux.h: Remove file.
4111
82892036
MS
41122010-06-09 Michael Snyder <msnyder@vmware.com>
4113
4114 * target.c (update_current_target): Fix spelling error in comment.
4115 (target_mourn_inferior): Fix spelling error in error message.
4116
5ddb52fa
PH
41172010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4118
4119 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4120 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4121
0f2caa1b
MS
41222010-06-08 Michael Snyder <msnyder@vmware.com>
4123
4124 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4125
3bebe2f2
JK
41262010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4127
4128 * configure.ac <"${have_libpython}" != no>: New workaround of
4129 python#4434.
4130 * configure: Regenerate.
4131
eaaffdf4
HZ
41322010-06-08 Hui Zhu <teawater@gmail.com>
4133
4134 * record.c (record_wait): Move signal out of replay code.
4135
5c631832
JK
41362010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4137
4138 Fix PR 10640.
4139 * dwarf2-frame.c (no_dwarf_call): New function.
4140 (execute_stack_op): Set CTX->DWARF_CALL.
4141 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4142 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4143 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4144 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4145 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4146 (needs_frame_dwarf_call): New function.
4147 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4148 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4149 Update the comment. Move variables die, offset and error call to ...
4150 (follow_die_ref): ... a new function.
4151 (dwarf2_fetch_die_location_block): New function.
4152 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4153
17ea53c3
JK
41542010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4155
4156 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4157 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4158 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4159 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4160 this change.
4161 (struct needs_frame_baton): New field per_cu.
4162 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4163 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4164
245040d7
SW
41652010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4166
4167 * cp-support.c (make_symbol_overload_list_namespace): Only search
4168 static and global blocks.
4169 (make_symbol_overload_list_block): New function.
4170 (make_symbol_overload_list): Separate namespace search from block
4171 search.
4172 (make_symbol_overload_list_qualified): Use
4173 make_symbol_overload_list_block.
4174
4c3376c8
SW
41752010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4176
4177 * value.h: Created oload_search_type enum.
4178 (find_overload_match): Use oload_search_type enum.
4179 * valops.c (find_overload_match): Support combined member and
4180 non-member search.
4181 * eval.c (evaluate_subexp_standard): Calls to
4182 find_overload_match now use oload_search_type enum.
4183 (oload_method_static): Verify index is a proper value.
4184 * valarith.c (value_user_defined_cpp_op): Search for and handle
4185 both member and non-member operators.
4186 (value_user_defined_cpp_op): New function.
4187 (value_user_defined_op): New function.
4188 (value_x_unop): Use value_user_defined_op.
4189 (value_x_binop): Ditto.
4190 * cp-support.c (make_symbol_overload_list_using): Added block
4191 iteration.
4192 Add check for namespace aliases and imported declarations.
4193
ee55da67
JK
41942010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4195
4196 * breakpoint.h (owner): Extend the comment.
4197
1a2ab13a
JK
41982010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 Clear stale specific bp_location from former whole breakpoint.
4201 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4202 code ...
4203 (free_bp_location): ... here. Rename there the called function to
4204 bpstat_remove_bp_location_callback.
4205 (bpstat_remove_breakpoint_callback): Rename to ...
4206 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4207 to struct bp_location. Change the called function to
4208 bpstat_remove_bp_location. Create new declaration for the function.
4209 (bpstat_remove_breakpoint): Rename to ...
4210 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4211 code for the new parameter type.
4212
16d6b4b7
NS
42132010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4214
4215 * README: Make version-agnostic.
4216
7e314c57
JK
42172010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 Fix duplicate types for single DIE.
4220 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4221 set_die_type.
4222 (read_array_type): Remove type initialization. Recheck get_die_type
4223 after initial die_type. Move set_die_type before set_descriptive_type.
4224 (read_set_type): New variable domain_type. Recheck get_die_type after
4225 initial die_type. Move attr initialization later.
4226 (read_tag_pointer_type, read_tag_reference_type): New variable
4227 target_type. Recheck get_die_type after initial die_type.
4228 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4229 die_type and die_containing_type.
4230 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4231 Recheck get_die_type after initial die_type.
4232 (read_subrange_type): Recheck get_die_type after initial die_type.
4233 Move set_die_type before set_descriptive_type.
4234 (set_die_type): Extend the function comment. Call complaint if DIE has
4235 some type already set.
4236
2f296114
VP
42372010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4238
4239 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4240 for current naming of thread groups (iN, not N).
4241
554794dc
SDJ
42422010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4243
4244 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4245 * parse.c (operator_length): Likewise.
4246 (operator_length_standard): Likewise.
4247 * parser-defs.h (operator_length): Likewise.
4248 (operator_length_standard): Likewise.
4249 (struct exp_descriptor <operator_length>): Likewise.
4250
967cf477
DE
42512010-06-04 Doug Evans <dje@google.com>
4252
bddaacb9 4253 Add support for enabling/disabling individual pretty-printers.
967cf477
DE
4254 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4255 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4256 * python/python.c (gdbpy_enabled_cst): Define.
4257 (_initialize_python): Initialize gdbpy_enabled_cst.
4258 * NEWS: Add entry.
4259
2dec564e
JK
42602010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4261
4262 * breakpoint.c (update_global_location_list): Fix comment typo.
4263
44b5680a
HZ
42642010-06-04 Hui Zhu <teawater@gmail.com>
4265
4266 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4267
e7a30f46
DE
42682010-06-03 Doug Evans <dje@google.com>
4269
4270 * configure.ac: Don't fail if python is unusable when
4271 configured with --with-python=auto.
4272 * configure: Regenerate.
4273
84b4420f
SW
42742010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4275
889bf7c5 4276 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
84b4420f 4277
df178451
PM
42782010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4279
4280 * valprint.h (get_array_bounds): Change low and high parameter types
4281 to LONGEST *.
0407b3f1 4282 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
df178451
PM
4283 compute bounds.
4284 (val_print_array_elements): Adapt to change above.
4285 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4286 * p-valprint.c (pascal_val_print): Likewise.
4287
fd5700c7
JK
42882010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4291 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4292 .F08.
4293
f55ee35c
JK
42942010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 Support DW_TAG_module as separate namespaces.
4297 * dwarf2read.c (typename_concat): New parameter physname.
4298 (read_module_type): New function and declaration.
4299 (scan_partial_symbols): Scan also DW_TAG_module children.
4300 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4301 to typename_concat backward compatible physname value 0.
4302 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4303 backward compatible physname value 0.
4304 (add_partial_module, read_module): Remove FIXME comment.
4305 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4306 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4307 DIEs under DW_TAG_module.
4308 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4309 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4310 && physname and return there instead of just setting NAME. Extend
4311 the main block for language_fortran. Pass physname parameter to the
4312 typename_concat call.
4313 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4314 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4315 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4316 missing from SYMBOL_SET_NAMES in the language_fortran case.
4317 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4318 variables.
4319 (read_type_die) <DW_TAG_module>: New.
4320 (MAX_SEP_LEN): Increase to 7.
4321 (typename_concat): New parameter physname. New variable lead. Support
4322 also language_fortran.
4323 * f-exp.y (yylex): Consider : also as a symbol name character class.
4324 * f-lang.c: Include cp-support.h.
4325 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4326 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4327 f_word_break_characters and f_make_symbol_completion_list.
4328 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4329 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4330 * symtab.c (symbol_init_language_specific): Support language_fortran.
4331 (symbol_find_demangled_name): New comment on language_fortran.
4332 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4333 for language_fortran.
4334 (lookup_symbol_aux_local): Check imports also for language_fortran.
4335 (default_make_symbol_completion_list): Rename to ...
4336 (default_make_symbol_completion_list_break_on): ... this name. New
4337 parameter break_on, use it.
4338 (default_make_symbol_completion_list): New stub.
4339 * symtab.h (default_make_symbol_completion_list_break_on): New
4340 prototype.
4341
cb91c06a
JB
43422010-06-02 Joel Brobecker <brobecker@adacore.com>
4343
4344 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4345 to error.
4346
5c315b68
JK
43472010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4348
4349 * dwarf2read.c (typename_concat): Add const to the variable sep.
4350
9eae7c52
TT
43512010-06-02 Tom Tromey <tromey@redhat.com>
4352
4353 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4354 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4355 type is const. Add 'def' argument. Add missing operators, remove
4356 unhandled ones.
4357 (decode_locdesc): Update.
4358 (dwarf2_always_disassemble): New global.
4359 (show_dwarf2_always_disassemble): New function.
4360 (_initialize_dwarf2_read): Add always-disassemble.
4361 (dwarf2_per_cu_offset_size): New function.
4362 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4363 (piece_end_p): New function.
4364 (locexpr_describe_location_piece): Replace 'size' argument with
4365 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4366 some constants. Remove errors.
4367 (disassemble_dwarf_expression): New function.
4368 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4369 Add 'offset_size' argument.
4370 (loclist_describe_location): Change output formatting.
4371 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4372
7d3fe98e
SW
43732010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4374
4375 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4376 anonymous type case.
4377
e77813c8
PM
43782010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4379
4380 * dwarf2read.c (read_subrange_type): Handle missing base type
4381 according to Dwarf-2 specifications.
4382
7cf3118a
SDJ
43832010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4384
4385 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4386 BINOP_EXCL.
4387 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4388 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4389 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4390 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4391 UNOP_CHMAX, UNOP_CHMIN.
4392 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4393 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4394 UNOP_CHMIN>: Remove opcodes.
4395
ae4d0c03
PM
43962010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4397
4398 * dwarf2read.c (read_func_scope): Do not complain for
4399 external function if bounds are not found.
4400
fa593d66
PA
44012010-06-01 Pedro Alves <pedro@codesourcery.com>
4402
4403 * NEWS: Mention gdbserver fast tracepoints support.
4404
cd44747c
PM
44052010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4406
4407 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4408 New macros.
4409 (windows_set_console_info): New function.
4410 (windows_create_inferior): Call windows_set_console_info
4411 if NEW_CONSOLE is true.
4412 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4413 (_initialize_loadable): Initialize GetConsoleFontSize and
4414 GetCurrentConsoleFont.
4415
f6528abd
JK
44162010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4417
4418 * Makefile.in (RDYNAMIC): New.
4419 (SFILES): Add proc-service.list.
4420 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4421 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4422 * config/arm/linux.mh: Likewise.
4423 * config/i386/linux.mh: Likewise.
4424 * config/i386/linux64.mh: Likewise.
4425 * config/ia64/linux.mh: Likewise.
4426 * config/m32r/linux.mh: Likewise.
4427 * config/m68k/linux.mh: Likewise.
4428 * config/mips/linux.mh: Likewise.
4429 * config/pa/linux.mh: Likewise.
4430 * config/powerpc/linux.mh: Likewise.
4431 * config/powerpc/ppc64-linux.mh: Likewise.
4432 * config/s390/s390.mh: Likewise.
4433 * config/sparc/linux.mh: Likewise.
4434 * config/sparc/linux64.mh: Likewise.
4435 * config/xtensa/linux.mh: Likewise.
4436 * configure.ac: New RDYNAMIC on native host and GCC.
4437 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4438 * configure: Regenerate.
4439 * proc-service.list: New.
4440
ca2a87a0
JK
44412010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4442
4443 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4444 CONTENT.
4445
1e225492
JK
44462010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4447
4448 * linux-nat.c (linux_nat_wait_1): Do not call
4449 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4450 TARGET_WAITKIND_SIGNALLED.
4451
e802dbe0
JB
44522010-05-27 Joel Brobecker <brobecker@adacore.com>
4453
4454 * ada-lang.c (ada_inferior_data): New struct.
4455 (ada_inferior_data): New static global.
4456 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4457 (ada_get_tsd_type): New functions.
4458 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4459 to look the tsd type up.
4460 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4461 event. Set ada_inferior_data.
4462
176a6961
PA
44632010-05-27 Pedro Alves <pedro@codesourcery.com>
4464
4465 * remote.c (unpack_varlen_hex): Remove forward declaration.
4466 (remote_console_output): Make static, and add forward declaration.
4467 * remote.h: Drop FIXME comment.
4468 (unpack_varlen_hex): Declare.
4469 (remote_console_output, remote_cisco_objfile_relocate)
4470 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4471 Delete declarations.
4472 * tracepoint.c: Include "remote.h".
4473 (unpack_varlen_hex): Delete declaration.
4474
88bfdde4
TT
44752010-05-27 Tom Tromey <tromey@redhat.com>
4476
4477 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4478 (allocate_piece_closure): Initialize refc.
4479 (copy_pieced_value_closure): Use refc.
4480 (free_pieced_value_closure): Likewise.
4481
8c6363cf
TT
44822010-05-27 Tom Tromey <tromey@redhat.com>
4483
4484 * arm-tdep.c (push_stack_item): 'contents' now const.
4485 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4486 value_contents_writeable. Introduce new temporary.
4487
7ecb917e
TT
44882010-05-27 Tom Tromey <tromey@redhat.com>
4489
4490 * findcmd.c (parse_find_args): Use value_contents, not
4491 value_contents_raw.
4492
f42a0a33
TT
44932010-05-27 Tom Tromey <tromey@redhat.com>
4494
4495 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4496 const. Use value_contents, not value_contents_writeable.
4497
12b795ad
JB
44982010-05-27 Joel Brobecker <brobecker@adacore.com>
4499
4500 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4501 by call to value_contents.
4502
5a2e11c7
OS
45032010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4504
4505 * MAINTAINERS: Add myself for write after approval privileges.
4506
ec685c5e
DE
45072010-05-26 Doug Evans <dje@google.com>
4508
0c4a4063
DE
4509 Allow python to find its files if moved from original location.
4510 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4511 (GDB_AC_WITH_DIR): Call it.
4512 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4513 python installation directory.
4514 * config.in: Regenerate.
4515 * configure: Regenerate.
4516 * defs.h (python_libdir): Declare.
4517 * main.c (python_libdir): Define.
4518 (captured_main): Initialize python_libdir.
4519 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4520 call Py_SetProgramName to make sure python can find its libraries
4521 and modules.
4522
ec685c5e
DE
4523 * configure.ac: Try to use python's distutils to fetch compilation
4524 parameters.
4525 * configure: Regenerate.
4526 * python/python-config.py: New file.
4527
363a6e9f
OS
45282010-05-26 Ozkan Sezer <sezeroz@gmail.com>
4529
4530 * ser-tcp.c (net_open): Check error return from socket() call by its
4531 equality to -1 not by it being negative.
4532 (net_close): Likewise.
4533
dde08ee1
PA
45342010-05-26 Pedro Alves <pedro@codesourcery.com>
4535
4536 * NEWS: Mention the `qRelocInsn' feature.
4537 * gdbarch.sh (relocate_instruction): New.
4538 * amd64-tdep.c (rip_relative_offset): New.
4539 (append_insns): New.
4540 (amd64_relocate_instruction): New.
4541 (amd64_init_abi): Install it.
4542 * i386-tdep.c (append_insns): New.
4543 (i386_relocate_instruction): New.
4544 (i386_gdbarch_init): Install it.
4545 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4546 * gdbarch.h, gdbarch.c: Regenerate.
4547
947bb88f
TT
45482010-05-26 Tom Tromey <tromey@redhat.com>
4549
4550 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4551 (struct dwarf2_loclist_baton) <data>: Likewise.
4552 * dwarf2loc.c (find_location_expression): Constify return type.
4553 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4554 (dwarf2_loc_desc_needs_frame): Likewise.
4555 (loclist_read_variable): Constify.
4556 (loclist_describe_location): Likewise.
4557 (loclist_tracepoint_var_ref): Likewise.
4558
0d45f56e
TT
45592010-05-25 Tom Tromey <tromey@redhat.com>
4560
4561 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4562 (dwarf_expr_frame_base_1): Likewise.
4563 (read_pieced_value): Update.
4564 (needs_frame_frame_base): Constify.
4565 (dwarf2_tracepoint_var_loc): Likewise.
4566 (dwarf2_tracepoint_var_access): Likewise.
4567 (locexpr_describe_location_piece): Likewise.
4568 (locexpr_describe_location_1): Likewise.
4569 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4570 Constify.
4571 (data): Now const.
4572 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4573 (dwarf_expr_eval, read_uleb128, read_sleb128)
4574 (dwarf2_read_address): Update.
4575 * dwarf2expr.c (dwarf_expr_eval): Constify.
4576 (read_uleb128): Likewise.
4577 (read_sleb128): Likewise.
4578 (dwarf2_read_address): Likewise.
4579 (require_composition): Likewise.
4580 (execute_stack_op): Likewise.
4581 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4582 "const gdb_byte *".
4583 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4584 Now const.
4585 (no_get_frame_base): Constify.
4586 (execute_stack_op): Likewise.
4587 (execute_cfa_program): Likewise.
4588 (read_encoded_value): Likewise.
4589
07ca107c
DE
45902010-05-25 Doug Evans <dje@google.com>
4591
e34838f0
DE
4592 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4593
01f69b38
DE
4594 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4595 * event-loop.c: ... here.
4596 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4597 `error' for clarity.
4598 (tui_getc): Pass correct value for `error' parameter to
4599 tui_readline_output.
4600
07ca107c
DE
4601 Add python gdb.GdbError and gdb.string_to_argv.
4602 * NEWS: Document them.
4603 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4604 the exception is gdb.GdbError. Print a second traceback if there's
4605 an error computing the error message.
4606 (gdbpy_string_to_argv): New function.
4607 * python/py-utils.c (gdbpy_obj_to_string): New function.
4608 (gdbpy_exception_to_string): New function.
4609 * python/python-internal.h (gdbpy_string_to_argv): Declare.
4610 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4611 (gdbpy_gdberror_exc): Declare.
4612 * python/python.c (gdbpy_gdberror_exc): New global.
4613 (_initialize_python): Initialize gdbpy_gdberror_exc and create
4614 gdb.GdbError.
4615 (GdbMethods): Add string_to_argv.
4616
5572ce1f
PM
46172010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4618
4619 * windows-nat.c (display_selector): Call GetLastError to give better
4620 failure explanation.
4621
acd5838a
PA
46222010-05-24 Pedro Alves <pedro@codesourcery.com>
4623
4624 * config.in: Regenerate.
4625
b26a4dcb
JK
46262010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 Code cleanup.
4629 * target.c (push_target): Return only void. Remove the return value
4630 comment.
4631 * target.h (push_target): Return only void.
4632
f434ba03
PA
46332010-05-23 Pedro Alves <pedro@codesourcery.com>
4634
4635 Update gnulib from latest git.
4636 (250b80067c1e1d8faa0c42fb572f721975b929c5)
4637
4638 * gnulib/memcmp.c: Removed.
4639 * gnulib/memchr.valgrind: New.
4640 * gnulib/stddef.in.h: New.
4641 * gnulib/Makefile.am: Updated.
4642 * gnulib/memchr.c: Updated.
4643 * gnulib/memmem.c: Updated.
4644 * gnulib/stdint.in.h: Updated.
4645 * gnulib/str-two-way.h: Updated.
4646 * gnulib/string.in.h: Updated.
4647 * gnulib/wchar.in.h: Updated.
4648
4649 * gnulib/extra/link-warning.h: Removed.
4650 * gnulib/extra/c++defs.h: New.
4651 * gnulib/extra/warn-on-use.h: New.
4652 * gnulib/extra/arg-nonnull.h: Updated.
4653
4654 * gnulib/m4/extensions.m4: Updated.
4655 * gnulib/m4/gnulib-cache.m4: Updated.
4656 * gnulib/m4/gnulib-common.m4: Updated.
4657 * gnulib/m4/gnulib-comp.m4: Updated.
4658 * gnulib/m4/gnulib-tool.m4: Updated.
4659 * gnulib/m4/include_next.m4: Updated.
4660 * gnulib/m4/longlong.m4: Updated.
4661 * gnulib/m4/memchr.m4: Updated.
4662 * gnulib/m4/memmem.m4: Updated.
4663 * gnulib/m4/stdint.m4: Updated.
4664 * gnulib/m4/string_h.m4: Updated.
4665 * gnulib/m4/memcmp.m4: Removed.
4666 * gnulib/m4/onceonly_2_57.m4: Removed.
4667 * gnulib/m4/00gnulib.m4: New.
4668 * gnulib/m4/mmap-anon.m4: New.
4669 * gnulib/m4/multiarch.m4: New.
4670 * gnulib/m4/onceonly.m4: New.
4671 * gnulib/m4/stddef_h.m4: New.
4672 * gnulib/m4/warn-on-use.m4: New.
4673 * gnulib/m4/wchar.m4: Removed.
4674 * gnulib/m4/wchar_h.m4: New.
4675 * gnulib/m4/wchar_t.m4: New.
4676 * gnulib/m4/wint_t.m4: New.
4677
4678 * aclocal.m4: Regenerate.
4679 * config.in: Likewise.
4680 * configure: Likewise.
4681 * gnulib/Makefile.in: Likewise.
4682
d3b1e874
TT
46832010-05-21 Tom Tromey <tromey@redhat.com>
4684
4685 * dwarf2loc.c (extract_bits_primitive): New function.
4686 (extract_bits): Likewise.
4687 (insert_bits): Likewise.
4688 (copy_bitwise): Likewise.
4689 (read_pieced_value): Do all operations in bits.
4690 (write_pieced_value): Likewise.
4691 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4692 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4693 Always use xrealloc to resize piece array.
4694 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4695 <DW_OP_piece>: Update.
4696 <DW_OP_bit_piece>: New case.
4697
cb826367
TT
46982010-05-21 Tom Tromey <tromey@redhat.com>
4699
4700 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4701 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4702 * dwarf2expr.h (enum dwarf_value_location)
4703 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4704 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4705 (add_piece): Handle empty piece.
4706 (execute_stack_op) <DW_OP_piece>: Handle
4707 DWARF_VALUE_OPTIMIZED_OUT.
4708
74de6778
TT
47092010-05-21 Tom Tromey <tromey@redhat.com>
4710
4711 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4712 evaluate_subexp, not evaluate_subexp_with_coercion.
4713
f346a30d
PM
47142010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4715
4716 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4717 attribute.
4718
afd74c5f
TT
47192010-05-21 Tom Tromey <tromey@redhat.com>
4720
4721 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4722 offset.
4723 (write_pieced_value): Likewise.
4724
90e7c2c5
PM
47252010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4726
4727 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4728 and DW_TAG_volatile_type.
4729 (new_symbol): Likewise.
4730
8148cf8d
PM
47312010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
4732
4733 * p-valprint.c (pascal_val_print): Call get_array_bounds
4734 to obtain the number of elements in an array.
4735
3a1d4620
DE
47362010-05-19 Doug Evans <dje@google.com>
4737
0bf0f8c4
DE
4738 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4739
3a1d4620
DE
4740 * python.c (source_python_script): Add comment.
4741 (source_python_script_for_objfile): Remove unnecessary call to
4742 gdbpy_print_stack.
4743
dc21167c
JK
47442010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4745 Sergio Durigan Junior <sergiodj@redhat.com>
4746
4747 Code cleanup.
4748 * parse.c (exp_iterate): Use operator_length wrapper function.
4749
5b4ee69b
MS
47502010-05-18 Michael Snyder <msnyder@vmware.com>
4751
4752 * ada-lang.c: White space.
4753 * ada-typeprint.c: White space.
4754 * ada-valprint.c: White space.
4755 * addrmap.c: White space.
4756 * auxv.c: White space.
4757 * ax-gdb.c: White space.
4758
e17c9e56
HZ
47592010-05-18 Hui Zhu <teawater@gmail.com>
4760
4761 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4762 for oldfp.
4763 (inferior_call_waitpid): Move make_cleanup out of check.
4764 Check the return of waitpid.
4765 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4766
a109c7c1
MS
47672010-05-17 Michael Snyder <msnyder@vmware.com>
4768
1c5313c5
MS
4769 * tui/tui.c: White space.
4770 * tui/tui-data.c: White space.
4771 * tui/tui-disasm.c: White space.
4772 * tui/tui-file.c: White space.
4773 * tui/tui-interp.c: White space.
4774 * tui/tui-main.c: White space.
4775 * tui/tui-out.c: White space.
4776 * tui/tui-regs.c: White space.
4777 * tui/tui-source.c: White space.
4778 * tui/tui-stack.c: White space.
4779 * tui/tui-win.c: White space.
4780 * tui/tui-winsource.c: White space.
4781
f4a14ae6
MS
4782 * procfs.c: White space.
4783
d59b6f6c
MS
4784 * python/py-auto-load.c: White space.
4785 * python/py-block.c: White space.
4786 * python/py-breakpoint.c: White space.
4787 * python/py-cmd.c: White space.
4788 * python/py-function.c: White space.
4789 * python/py-lazy-string.c: White space.
4790 * python/py-objfile.c: White space.
4791 * python/py-param.c: White space.
4792 * python/py-prettyprint.c: White space.
4793 * python/py-progspace.c: White space.
4794 * python/py-symtab.c: White space.
4795 * python/python.c: White space.
4796 * python/py-type.c: White space.
4797 * python/py-utils.c: White space.
4798 * python/py-value.c: White space.
4799
102040f0
MS
4800 * mi/mi-cmd-break.c: White space.
4801 * mi/mi-cmd-env.c: White space.
4802 * mi/mi-cmds.c: White space.
4803 * mi/mi-cmd-stack.c: White space.
4804 * mi/mi-cmd-var.c: White space.
4805 * mi/mi-console.c: White space.
4806 * mi/mi-getopt.c: White space.
4807 * mi/mi-interp.c: White space.
4808 * mi/mi-main.c: White space.
4809 * mi/mi-out.c: White space.
4810 * mi/mi-parse.c: White space.
4811
cdb27c12
MS
4812 * cli/cli-cmds.c: White space.
4813 * cli/cli-decode.c: White space.
4814 * cli/cli-dump.c: White space.
4815 * cli/cli-interp.c: White space.
4816 * cli/cli-logging.c: White space.
4817 * cli/cli-script.c: White space.
4818 * cli/cli-setshow.c: White space.
4819
a109c7c1
MS
4820 * valarith.c: White space.
4821 * valops.c: White space.
4822 * valprint.c: White space.
4823 * value.c: White space.
4824 * varobj.c: White space.
4825 * xcoffread.c: White space.
4826 * xml-support.c: White space.
4827 * xml-tdesc.c: White space.
4828
3872d37d
AS
48292010-05-17 Andreas Schwab <schwab@redhat.com>
4830
4831 PR gdb/11092
4832 * c-lang.c (c_printstr): Compute real length of NUL terminated
4833 string at first.
4834
0cce5bd9
JB
48352010-05-17 Joel Brobecker <brobecker@adacore.com>
4836
4837 * parse.c (parse_exp_in_context): When block is not NULL, use
4838 its associated language to parse the expression instead of
4839 the current_language.
4840
5f19d646
JB
48412010-05-17 Joel Brobecker <brobecker@adacore.com>
4842
4843 * jv-lang.c (java_lookup_class): Remove commented out code.
4844 (type_from_class): Likewise.
4845 (java_op_print_tab): Remove commented-out elements.
4846
28c85d6c
JB
48472010-05-17 Joel Brobecker <brobecker@adacore.com>
4848
4849 * ada-lang.c (to_fixed_range_type): The the raw index type as
4850 argument instead of the raw type name. Remove orig_type parameter.
4851 Update calls throughout.
4852 (ada_fixup_array_indexes_type): New function.
4853 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4854 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4855 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4856 Remove name parameter.
4857 (print_array_type): Add call to ada_fixup_array_indexes_type.
4858 Update calls to print_range_type.
4859 (ada_print_type): Update calls to print_range_type.
4860
d09039dd
PM
48612010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4862
4863 * dwarf2read.c (read_set_type): Set type length if
4864 DW_AT_byte_size attribute is present.
4865
7a081a30
PM
48662010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4867
4868 * p-valprint.c (pascal_val_print): Handle set type if range limits
4869 are undefined but size is known.
4870
77382aee
PA
48712010-05-17 Pedro Alves <pedro@codesourcery.com>
4872
4873 * procfs.c: Reformat.
4874
433759f7
MS
48752010-05-16 Michael Snyder <msnyder@vmware.com>
4876
5d502164
MS
4877 * target.c: White space.
4878 * target-descriptions.c: White space.
4879 * target-memory.c: White space.
4880 * thread.c: White space.
4881 * top.c: White space.
4882 * tracepoint.c: White space.
4883 * trad-frame.c: White space.
4884 * tramp-frame.c: White space.
4885 * ui-file.c: White space.
4886 * ui-out.c: White space.
4887 * user-regs.c: White space.
4888 * utils.c: White space.
4889
433759f7
MS
4890 * scm-exp.c: White space.
4891 * scm-lang.c: White space.
4892 * scm-valprint.c: White space.
4893 * sentinel-frame.c: White space.
4894 * ser-base.c: White space.
4895 * ser-go32.c: White space.
4896 * serial.c: White space.
4897 * ser-mingw.c: White space.
4898 * ser-pipe.c: White space.
4899 * ser-tcp.c: White space.
4900 * ser-unix.c: White space.
4901 * solib.c: White space.
4902 * solib-darwin.c: White space.
4903 * solib-frv.c: White space.
4904 * solib-irix.c: White space.
4905 * solib-osf.c: White space.
4906 * solib-pa64.c: White space.
4907 * solib-som.c: White space.
4908 * solib-spu.c: White space.
4909 * solib-svr4.c: White space.
4910 * solib-target.c: White space.
4911 * source.c: White space.
4912 * stabsread.c: White space.
4913 * stack.c: White space.
4914 * std-regs.c: White space.
4915 * symfile.c: White space.
4916 * symmisc.c: White space.
4917 * symtab.c: White space.
4918
dd304d53
MS
49192010-05-16 Michael Snyder <msnyder@vmware.com>
4920
4921 * source.c (_initialize_source): Add "rev" as an abbreviation
4922 for the "reverse-search" command.
4923
a744cf53
MS
49242010-05-16 Michael Snyder <msnyder@vmware.com>
4925
123f5f96
MS
4926 * record.c: White space.
4927 * regcache.c: White space.
4928 * reggroups.c: White space.
4929 * remote-fileio.c: White space.
4930 * remote-m32r-sdi.c: White space.
4931 * remote-mips.c: White space.
4932 * remote-sim.c: White space.
a744cf53
MS
4933 * remote.c: White space.
4934 (process_g_packet): Remove orphan braces.
4935
b8d56208
MS
49362010-05-15 Michael Snyder <msnyder@vmware.com>
4937
ad3bbd48
MS
4938 * parse.c: White space.
4939 * p-lang.c: White space.
4940 * posix-hdep.c: White space.
4941 * printcmd.c: White space.
4942 * progspace.c: White space.
4943 * prologue-value.c: White space.
4944 * psymtab.c: White space.
4945 * p-typeprint.c: White space.
4946 * p-valprint.c: White space.
4947
5cc80db3
MS
4948 * objc-lang.c: White space.
4949 * objfiles.c: White space.
4950 * observer.c: White space.
4951 * osabi.c: White space.
4952 * osdata.c: White space.
4953
b8d56208
MS
4954 * m2-lang.c: White space.
4955 * m2-valprint.c: White space.
4956 * macrocmd.c: White space.
4957 * macroexp.c: White space.
4958 * macroscope.c: White space.
4959 * macrotab.c: White space.
4960 * main.c: White space.
4961 * maint.c: White space.
4962 * mdebugread.c: White space.
4963 * memattr.c: White space.
4964 * minsyms.c: White space.
4965 * monitor.c: White space.
4966
9a619af0
MS
49672010-05-14 Michael Snyder <msnyder@vmware.com>
4968
e0881a8e
MS
4969 * jv-lang.c: White space.
4970 * jv-typeprint.c: White space.
4971 * jv-valprint.c: White space.
4972 * language.c: White space.
4973 * libunwind-frame.c: White space.
4974 * linespec.c: White space.
4975 * linux-nat.c: White space.
4976 * linux-record.c: White space.
4977 * linux-thread-db.c: White space.
4978
abbb1732
MS
4979 * infcall.c: White space.
4980 * inf-child.c: White space.
4981 * infcmd.c: White space.
4982 * inferior.c: White space.
4983 * inf-loop.c: White space.
4984 * inflow.c: White space.
4985 * inline-frame.c: White space.
4986 * interps.c: White space.
4987
d8734c88
MS
4988 * gcore.c: White space.
4989 * gdb.c: White space.
4990 * gdbtypes.c: White space.
4991 * gnu-nat.c: White space.
4992 * gnu-v2-abi.c: White space.
4993 * gnu-v3-abi.c: White space.
4994
bb9bcb69
MS
4995 * findcmd.c: White space.
4996 * findvar.c: White space.
4997 * fork-child.c: White space.
4998 * frame-base.c: White space.
4999 * frame.c: White space.
5000 * frame-unwind.c: White space.
5001 * f-valprint.c: White space.
5002
d7f9d729
MS
5003 * elfread.c: White space.
5004 * environ.c: White space.
5005 * eval.c: White space.
5006 * event-loop.c: White space.
5007 * event-top.c: White space.
5008 * exceptions.c: White space.
5009 * exec.c: White space.
5010 * expprint.c: White space.
5011
9a619af0
MS
5012 * dbxread.c: White space.
5013 * dcache.c: White space.
5014 * disasm.c: White space.
5015 * doublest.c: White space.
5016 * dsrec.c: White space.
5017 * dummy-frame.c: White space.
5018 * dwarf2expr.c: White space.
5019 * dwarf2-frame.c: White space.
5020 * dwarf2loc.c: White space.
5021 * dwarf2read.c: White space.
5022
88d4aea7
PM
50232010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5024
889bf7c5 5025 PR python/11482
88d4aea7
PM
5026
5027 * python/py-value.c (valpy_hash): New function.
5028 (value_object_type): Register valpy_hash.
5029
7a298875 50302010-05-14 Hui Zhu <teawater@gmail.com>
0407b3f1 5031 Michael Snyder <msnyder@vmware.com>
7a298875
HZ
5032
5033 * linux-fork.c (gdbthread.h): New include.
5034 (fork_info): Add parent_ptid.
5035 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5036 functions.
5037 (delete_checkpoint_command): Call inferior_call_waitpid.
5038 (checkpoint_command): Set parent_ptid.
5039
c14feecc
MS
50402010-05-13 Michael Snyder <msnyder@vmware.com>
5041
6595d32b
MS
5042 * dictionary.c: Re-indent to GNU coding standard.
5043
c5504eaf
MS
5044 * charset.c: White space.
5045 * c-lang.c: White space.
5046 * cli-out.c: White space.
5047 * coffread.c: White space.
5048 * complaints.c: White space.
5049 * completer.c: White space.
5050 * corefile.c: White space.
5051 * corelow.c: White space.
5052 * cp-abi.c: White space.
5053 * cp-namespace.c: White space.
5054 * cp-support.c: White space.
5055 * cp-valprint.c: White space.
5056 * c-typeprint.c: White space.
5057 * c-valprint.c: White space.
cc59ec59
MS
5058 * blockframe.c: White space.
5059 * breakpoint.c: White space.
5060 * buildsym.c: White space.
5061 * blockframe.c: White space.
b6de9da4 5062 * bcache.c: White space.
05c547f6
MS
5063 * gdbarch.sh: White space, add blank lines.
5064 * arch-utils.c: Ditto.
5065 * gdbarch.c: Regenerate.
1c4d3f96 5066 * frame.c: White space, add blank lines.
f89b749f
MS
5067 * stack.c: White space, add blank lines.
5068 (initialize_stack): Remove long-dead code.
c14feecc 5069
a2d33775
JK
50702010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5071
5072 Code cleanup.
5073 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5074 (locexpr_read_variable, loclist_read_variable): Update the callers.
5075
33ac96f0
JK
50762010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5077
5078 Code cleanup.
5079 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5080 Remove check of NULL returned by tag_type_to_type.
5081 (die_containing_type): Remove variable type. Remove type_die variable
5082 initialization. Remove check of NULL returned by tag_type_to_type.
5083
f5a010c0
PM
50842010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5085
5086 PR exp/11530.
5087 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5088 names of unnamed structures or unions.
5089
bf701c2c
PM
50902010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5091
5092 * procfs.c (proc_watchpoint_address): New function.
0407b3f1 5093 (procfs_stopped_by_watchpoint): Remove useless check after
bf701c2c
PM
5094 find_procinfo_or_die call.
5095 (procfs_stopped_data_address): New function.
5096 (procfs_use_watchpoints): Register new watchpoint related function.
5097
d02691ef
TT
50982010-05-11 Tom Tromey <tromey@redhat.com>
5099
5100 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5101
e0627e85
MS
51022010-05-10 Michael Snyder <msnyder@vmware.com>
5103
5104 * utils.c: White space cleanup.
5105
cc73bb8c
TT
51062010-05-10 Tom Tromey <tromey@redhat.com>
5107
5108 * eval.c (ptrmath_type_p): Add 'lang' argument.
5109 (evaluate_subexp_standard): Update.
5110 (evaluate_subexp_with_coercion): Update.
5111 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5112
c02866a0
MS
51132010-05-10 Michael Snyder <msnyder@vmware.com>
5114
5115 * utils.c (do_fclose_cleanup) Restore local variable.
5116
06280d23
DE
51172010-05-09 Doug Evans <dje@google.com>
5118
5119 * record.c (init_record_core_ops): Rename record_core to record-core.
5120
fa07e785
JB
51212010-05-08 Joel Brobecker <brobecker@adacore.com>
5122
5123 Implement task switching on pa-hpux.
5124 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5125 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5126
4c680d1d
PM
51272010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5128
5129 * valops.c (find_overload_match): Add missing i18n markup.
5130
28e176a6
PM
51312010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5132
5133 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5134
48cb83fd
JK
51352010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5138 list for the obconcat call.
5139 * mdebugread.c (parse_symbol): Likewise.
5140 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5141 Likewise.
5142 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5143 New variable ap. Remove variables len and val.
5144 * symfile.h (obconcat): Likewise for the prototype.
5145
f92adf3c
MS
51462010-05-07 Michael Snyder <msnyder@vmware.com>
5147
5148 * python/python.c (execute_gdb_command): Remove unused variables.
5149 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
0407b3f1 5150 * python/py-breakpoint.c (gdbpy_breakpoint_created):
f92adf3c
MS
5151 Remove unused variable.
5152 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5153 (cmdpy_completer): Remove unused variable.
5154 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5155 * python/py-function.c (fnpy_call): Remove unused variable.
5156 * python/py-objfile.c (objfile_to_objfile_object):
5157 Remove unused variable.
5158 * python/py-param.c (parmpy_init): Remove unused variable.
0407b3f1 5159 * python/py-prettyprint.c (apply_varobj_pretty_printer):
f92adf3c
MS
5160 Remove unused variable.
5161 (gdbpy_default_visualizer): Remove unused variable.
5162 * python/py-progspace.c (pspace_to_pspace_object):
5163 Remove unused variable.
0407b3f1 5164 * python/py-symtab.c (symtab_and_line_to_sal_object):
f92adf3c 5165 Remove unused variable.
0407b3f1 5166 * python/py-type.c (typy_template_argument):
f92adf3c
MS
5167 Remove unused variable.
5168 * python/py-value.c (valpy_string): Remove unused variable.
5169 (convert_value_from_python): Remove unused variables.
5170
d160942f
MS
51712010-05-07 Michael Snyder <msnyder@vmware.com>
5172
5173 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5174 and use it to compute variable 't1'.
5175
587542ab
JB
51762010-05-07 Joel Brobecker <brobecker@adacore.com>
5177
5178 * ada-lang.c (assign_aggregate): Remove unused variable.
5179
7322dca9
SW
51802010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5181
5182 PR C++/7943:
5183 * valops.c (find_overload_match): Handle fsym == NULL case.
5184 Add int no_adl argument.
5185 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5186 when appropriate.
5187 Add int no_adl argument.
5188 (find_oload_champ_namespace): Add int no_adl argument.
5189 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5190 expression.
5191 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5192 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5193 Evaluate arguments and use them to perform ADL lookup.
5194 Pass no_adl argument to find_overload_match.
5195 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5196 * cp-support.h: Added prototype for
5197 make_symbol_overload_list_namespace.
5198 * cp-support.c (make_symbol_overload_list_namespace): New function.
5199 (make_symbol_overload_list_adl_namespace): New function.
5200 (make_symbol_overload_list_adl): New function.
5201 (make_symbol_overload_list_using): Moved code to add function to
5202 overload set to make_symbol_overload_list_namespace.
5203 * c-exp.y: create UNKNOWN_CPP_NAME token.
5204 Add parse rule for ADL functions.
5205 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5206
3f1f6884
JK
52072010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5208
5209 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5210 sentinel.
5211
3caf13b4
JB
52122010-05-07 Joel Brobecker <brobecker@adacore.com>
5213
5214 Implement task switching on solaris targets.
5215 * sol-thread.c (thread_db_find_thread_from_tid)
5216 (sol_get_ada_task_ptid): New functions.
5217 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5218
94b0dee1
PA
52192010-05-07 Pedro Alves <pedro@codesourcery.com>
5220
5221 * remote.c (remote_query_supported_append): Use reconcat.
5222 (remote_query_supported): Install a cleanup. Use reconcat.
5223
1408c251
PA
52242010-05-07 Pedro Alves <pedro@codesourcery.com>
5225
5226 * gdbarch.sh (qsupported): Delete.
5227 * gdbarch.h, gdbarch.c: Regenerate.
5228 * remote.c (remote_query_supported): Remove use of
5229 gdbarch_qsupported.
5230
f8e50cfe
SDJ
52312010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5232
5233 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5234 function.
5235
8ea13695
MS
52362010-05-06 Michael Snyder <msnyder@vmware.com>
5237
c6913b7d
MS
5238 * xml-support.c (xinclude_start_include): Delete unused variable.
5239 (xml_process_xincludes): Delete unused variable.
5240 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5241 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5242 (tdesc_find_arch_register): Delete unused variable.
5243 (tdesc_use_registers): Delete unused variable.
5244 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5245 * inferior.c (print_inferior): Delete unused variable.
5246 * record.c (record_open_1): Delete unused variable.
5247 (record_restore): Delete unused variable.
5248 (cmd_record_save): Delete unused variable.
5249 * gcore.c (derive_heap_segment): Delete unused variable.
5250 (objfile_find_memory_regions): Use unused variable.
5251 * jit.c (jit_inferior_init): Delete unused variable.
5252 * progspace.c (clone_program_space): Delete unused variable.
5253 (pspace_empty_p): Delete unused variable.
0407b3f1
AS
5254
5255 * frame-unwind.c (frame_unwind_find_by_frame):
1c5465ac
MS
5256 Delete unused variable.
5257 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5258 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5259 (method_name_from_physname): Delete unused variable.
5260 (cp_func_name): Delete unused variable.
5261 (cp_validate_operator): Delete unused variable.
0407b3f1 5262 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
1c5465ac 5263 Delete unused variable.
0407b3f1 5264 * trad-frame.c (trad_frame_get_prev_register):
1c5465ac
MS
5265 Delete unused variable.
5266 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5267
1be757cf
MS
5268 * serial.c (serial_for_fd): Delete unused variable.
5269 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5270 * top.c (execute_command): Delete unused variable.
5271 (init_main): Delete unused variable.
5272 * utils.c (do_fclose_cleanup): Delete unused variable.
5273 (do_all_inferior_continuations): Delete unused variable.
5274 (initialize_utils): Delete unused variable.
5275 (internal_problem_mode): Delete unused global.
5276 * frame.c (get_prev_frame): Delete unused global.
5277 (get_frame_locals_address): Delete unused global.
5278 (get_frame_args_address): Delete unused global.
5279
9216103f
MS
5280 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5281 (pascal_type_print_varspec_prefix): Delete unused variable.
5282 * f-typeprint.c (f_type_print_base): Delete unused variable.
5283 (f_type_print_varspec_suffix): Delete unused variable.
5284 * m2-typeprint.c (m2_print_type): Delete unused variable.
5285 (m2_long_set): Delete unused variable.
5286 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5287 * d-valprint.c (dynamic_array_type): Delete unused variable.
0407b3f1 5288 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
9216103f
MS
5289 Delete unused variable.
5290 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5291 * m2-valprint.c (m2_val_print): Delete unused variable.
5292
34fa1d9d
MS
5293 * ui-out.c (ui_out_field_int): Delete unused variable.
5294 (ui_out_field_fmt_int): Delete unused variable.
5295 * varobj.c (varobj_list_children): Delete unused variable.
5296 (varobj_set_value): Delete unused variable.
5297 (install_new_value_visualizer): Delete unused variable.
5298 (varobj_set_visualizer): Delete unused variable.
5299 (varobj_update): Delete unused variable.
5300 (varobj_editable_p): Delete unused variable.
5301 (c_value_of_root): Delete unused variable.
5302 (cplus_describe_child): Delete unused variable.
5303
b5385fc0
MS
5304 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5305 (decode_constrained_packed_array_type): Delete unused variable.
5306 (add_defn_to_vec): Delete unused variable.
5307 (symbol_completion_match): Delete unused variable.
5308 (value_tag_from_contents_and_address): Delete unused variable.
5309 (ada_evaluate_subexp): Delete unused variable.
5310 * c-lang.c (classify_type): Delete unused variable.
5311 * f-lang.c (f_printstr): Delete unused variable.
5312 * objc-lang.c (objc_printstr): Delete unused variable.
5313 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5314 * jv-lang.c (type_from_class): ifdef unused variable.
5315 (java_class_name_from_physname): Delete unused variable.
5316 * m2-lang.c (m2_printstr): Delete unused variable.
5317
4fc06681
MS
5318 * objfiles.c (objfile_relocate): Delete unused variable.
5319 * maint.c (_initialize_maint_cmds): Delete unused variable.
5320 * demangle.c (_initialize_demangler): Delete unused variable.
5321 * corefile.c (reopen_exec_file): Delete unused variable.
5322 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5323 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5324
6b4398f7
MS
5325 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5326 * memattr.c (mem_delete): Delete unused variable.
5327 (invalidate_target_mem_regions): Delete unused variable.
5328 * mem-break.c (default_memory_insert_breakpoint):
5329 Delete unused variable.
5330 * target.c (target_get_osdata): Delete unused variable.
5331 * parse.c (length_of_subexp): Delete unused variable.
5332 (prefixify_subexp): Delete unused variable.
5333 (exp_iterate): Delete unused variable.
5334 * reverse.c (delete_bookmark_command): Delete unused variable.
5335
308d96ed
MS
5336 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5337 * macroexp.c (gather_arguments): Delete unused variable.
5338 (substitute_args): Delete unused variable.
5339 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5340 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5341 (_initialize_gdbarch): Delete unused variable.
5342 * gdbarch.c, gdbarch.h: Regenerate.
0407b3f1 5343 * arch-utils.c (initialize_current_architecture):
308d96ed
MS
5344 Delete unused variable.
5345 (_initialize_gdbarch_utils): Delete unused variable.
5346 * gdbtypes.c (make_cv_type): Delete unused variable.
5347 (make_type_with_address_space): Delete unused variable.
5348
167e4384
MS
5349 * linespec.c (decode_compound): Delete unused variable.
5350 * dictionary.c (iterator_next_hashed): Delete unused variable.
5351 * infcall.c (call_function_by_hand): Delete unused variable.
5352 * infcmd.c (step_1): Delete unused variable.
5353 (registers_info): Delete unused variable.
5354 (attach_command): Delete unused variable.
5355 * infrun.c (follow_exec): Delete unused variable.
5356 (handle_step_into_function_backwards): Delete unused variable.
5357 (_initialize_infrun): Delete unused variable.
5358 * stack.c (parse_frame_specification_1): Delete unused variable.
5359 (frame_info): Delete unused variable.
5360 (backtrace_command_1): Delete unused variable.
5361 (catch_info): Delete unused variable.
5362
8f78b329
MS
5363 * eval.c (evaluate_subexp_standard): Delete unused variable.
5364 * valops.c (value_cast_pointers): Delete unused variable.
5365 (value_dynamic_cast): Delete unused variable.
5366 (value_array): Delete unused variable.
5367 (find_overload_match): Delete unused variable.
5368 * valarith.c (value_subscript): Delete unused variable.
5369 (value_binop): Delete unused variable.
5370 * valprint.c (_initialize_valprint): Delete unused variable.
5371 * printcmd.c (print_command_1): Delete unused variable.
5372 (address_info): Delete unused variable.
5373 (printf_command): Delete unused variable.
5374
8ea13695
MS
5375 * auxv.c (target_auxv_search): Delete unused variable.
5376 * blockframe.c (get_frame_block): Delete unused variable.
5377 * regcache.c (regcache_cpy): Delete unused variable.
5378 (regcache_cpy_no_passthrough): Delete unused variable.
5379 * charset.c (wchar_iterate): Delete unused variable.
5380 (find_charset_names): Delete unused variable.
5381 (_initialize_charset): Delete unused variable.
0407b3f1 5382 * disasm.c (do_mixed_source_and_assembly):
8ea13695 5383 Delete unused variable.
0407b3f1 5384 * source.c (set_default_source_symtab_and_line):
8ea13695
MS
5385 Delete unused variable.
5386 (set_substitute_path_command): Delete unused variable.
5387 * value.c (preserve_values): Delete unused variable.
5388 (value_from_double): Delete unused variable.
5389
afe38095
MS
53902010-05-05 Michael Snyder <msnyder@vmware.com>
5391
952a6d41
MS
5392 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5393 (find_last_source_symtab_from_partial): Delete unused variable.
5394 * symfile.c (place_section): Delete unused variable.
5395 (default_symfile_offsets): Delete unused variable.
5396 (get_debug_link_info): Delete unused variable.
5397 (find_separate_debug_file_by_debuglink): Delete unused variable.
5398 (add_symbol_file_command): Delete unused variable.
5399 (symfile_find_segment_sections): Delete unused variable.
5400 * symmisc.c (free_symtab): Delete unused variable.
5401 (dump_symtab_1): Delete unused variable.
5402 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5403 (find_pc_sect_symtab): Delete unused variable.
5404 (skip_prologue_using_lineinfo): Delete unused variable.
5405 (sources_info): Delete unused variable.
5406 (completion_list_add_name): Delete unused variable.
5407 (expand_line_sal): Delete unused variable.
5408
0407b3f1 5409 * breakpoint.c (validate_commands_for_breakpoint):
afe38095
MS
5410 Delete unused variables.
5411 (insert_catchpoint): Delete unused variable.
5412 (update_watchpoint): Delete unused variable.
5413 (insert_bp_location): Delete unused variable.
5414 (insert_breakpoint_locations): Delete unused variable.
5415 (remove_breakpoint_1): Delete unused variable.
5416 (software_breakpoint_inserted_here_p): Delete unused variable.
5417 (watchpoints_triggered): Delete unused variable.
5418 (bpstat_check_watchpoint): Delete unused variable.
5419 (bpstat_stop_status): Delete unused variable.
5420 (print_one_breakpoint_location): Delete unused variable.
5421 (allocate_bp_location): Delete unused variable.
5422 (create_breakpoint): Delete unused variable.
5423 (watch_command_1): Delete unused variable.
5424 (catch_exception_command_1): Delete unused variable.
5425 (catch_ada_exception_command): Delete unused variable.
5426 (delete_breakpoint): Delete unused variable.
5427 (breakpoint_re_set_one): Delete unused variable.
5428 (do_enable_breakpoint): Delete unused variable.
5429
eda5a4d7
PA
54302010-05-06 Pedro Alves <pedro@codesourcery.com>
5431
5432 * amd64-tdep.c: Include disasm.h.
5433 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5434 (amd64_insn_length): Moved to disasm.c and renamed.
5435 (fixup_riprel): Adjust.
5436 * disasm.c (do_ui_file_delete): New.
5437 (gdb_insn_length): New.
5438 (gdb_buffered_insn_length_fprintf)
5439 (gdb_buffered_insn_length_init_dis)
5440 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5441 renamed.
5442 * disasm.h (gdb_insn_length): Declare.
5443 (gdb_buffered_insn_length): Declare.
5444
02357a4a
PA
54452010-05-06 Pedro Alves <pedro@codesourcery.com>
5446
5447 * remote.c (clear_threads_parsing_context): New.
5448 (remote_threads_info): Delete unused null_cleanup. Install a
5449 cleanup to clear the threads_parsing_context in case parsing
5450 throws.
5451
8c5630cb
MS
54522010-05-05 Michael Snyder <msnyder@vmware.com>
5453
5454 * c-exp.y (parse_string_or_char): Delete unused variable.
5455 (c_lex): Delete unused variable.
5456 * cp-name-parser.y (cpname_lex): Delete unused variable.
5457 * ada-exp.y (find_primitive_type): Delete unused variable.
5458 (write_var_or_type): Delete unused variable.
5459 * jv-exp.y (java_parse): Delete unused variable.
5460 (push_expression_name): Delete unused variable.
5461 * p-exp.y (pascal_lex): Delete unused variable.
5462
46c162d4
PA
54632010-05-05 Pedro Alves <pedro@codesourcery.com>
5464
5465 * remote.c (remote_threads_info): Really revert previous previous
5466 change.
5467
0043e6a5
MS
54682010-05-05 Michael Snyder <msnyder@vmware.com>
5469
fa238c03
MS
5470 * elfread.c (elf_symtab_read): Delete unused variable.
5471 (find_separate_debug_file_by_buildid): Delete unused variables.
5472 (elf_symfile_read): Delete unused variable.
5473
5474 * coffread.c (coff_symfile_read): Delete unused variables.
5475
5476 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5477 (read_pe_exported_syms): Delete unused variable.
5478
5479 * stabsread.c (define_symbol): Delete unused variable.
5480
5481 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5482 (process_psymtab_comp_unit): Delete unused variable.
5483 (dwarf2_build_psymtabs_hard): Delete unused variable.
5484 (load_partial_comp_unit): Delete unused variable.
5485 (create_all_comp_units): Delete unused variable.
5486 (scan_partial_symbols): Delete unused variable.
5487 (add_partial_symbol): Delete unused variable.
5488 (add_partial_namespace): Delete unused variable.
5489 (add_partial_enumeration): Delete unused variable.
5490 (load_full_comp_unit): Delete unused variable.
5491 (process_full_comp_unit): Delete unused variable.
5492 (read_file_scope): Delete unused variable.
5493 (read_type_unit_scope): Delete unused variable.
5494 (process_structure_scope): Delete unused variable.
5495 (process_enumeration_scope): Delete unused variable.
5496 (read_tag_ptr_to_member_type): Delete unused variable.
5497 (read_typedef): Delete unused variable.
5498 (read_partial_die): Delete unused variable.
5499 (decode_locdesc): Delete unused variable.
5500 (zeroed_partial_die): Delete unused global variable.
5501
0407b3f1 5502 * tui/tui-interp.c (_initialize_tui_interp):
0043e6a5 5503 Delete unused variable.
0407b3f1 5504 * tui/tui-regs.c tui_display_registers_from):
0043e6a5
MS
5505 Delete unused variable.
5506 (tui_check_register_values): Delete unused variable.
5507 (tui_register_format): Delete unused variable.
5508 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
0407b3f1 5509 * tui/tui-windata.c (tui_display_data_from_line):
0043e6a5
MS
5510 Delete unused variables.
5511 (tui_vertical_data_scroll): Delete unused variables.
5512
75721c66
MS
55132010-05-05 Michael Snyder <msnyder@vmware.com>
5514
c31a71f4
MS
5515 * remote.c (remote_threads_info): Revert questionable part of
5516 the previous change.
5517
55182010-05-05 Michael Snyder <msnyder@vmware.com>
5519
5520 * mi/mi-out.c (mi_table_begin): Delete unused variable.
5521 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5522 (mi_cmd_var_list_children): Delete unused variable.
5523 (varobj_update_one): Delete unused variable.
5524 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
0407b3f1 5525 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
c31a71f4
MS
5526 Delete unused variable.
5527 (mi_cmd_stack_list_variables): Delete unused variable.
5528 (list_args_or_locals): Delete unused variable.
0407b3f1 5529 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
c31a71f4
MS
5530 Delete unused variables.
5531 (mi_cmd_file_list_exec_source_files): Delete unused variable.
0407b3f1 5532 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
c31a71f4
MS
5533 Delete unused variable.
5534 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5535 (mi_cmd_interpreter_exec): Delete unused variable.
5536 (mi_on_normal_stop): Delete unused variable.
5537 * mi/mi-main.c (run_one_inferior): Delete unused variable.
5538 (print_one_inferior): Delete unused variables.
5539 (mi_execute_command): Delete unused variable.
5540 (mi_cmd_execute): Delete unused variable.
5541 (timestamp): Delete unused variable.
5542
5543 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
d36fc00b 5544 (restore_binary_file): Delete unused variable.
c31a71f4
MS
5545 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5546 * cli/cli-script.c (define_command): Delete unused variables.
d36fc00b
MS
5547 (recurse_read_control_structure): Delete unused variable.
5548 (script_from_file): Delete unused variable.
c31a71f4 5549 * cli/cli-cmds.c (complete_command): Delete unused variable.
d36fc00b
MS
5550 (disassemble_command): Delete unused variable.
5551
5552 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
0407b3f1 5553 * tracepoint.c (delete_trace_variable_command):
d36fc00b
MS
5554 Delete unused variables.
5555 (encode_actions_1): Delete unused variables.
5556 (start_tracing): Delete unused variable.
5557 (trace_status_mi): Delete unused variable.
5558 (tfind_1): Delete unused variable.
5559 (trace_find_pc_command): Delete unused variable.
5560 (trace_find_line_command): Delete unused variables.
5561 (trace_find_range_command): Delete unused variables.
5562 (trace_find_outside_command): Delete unused variables.
5563 (parse_tracepoint_definition): Delete unused variables.
5564 (tfile_fetch_registers): Delete unused variable.
5565
9128a503
MS
5566 * dcache.c (dcache_init): Delete unused variable.
5567 (dcache_info): Delete unused variable.
5568
aa369b55 5569 * remote.c (remote_threads_info): Delete unused variable.
9128a503 5570 (process_stop_reply) :Delete unused variable.
aa369b55
MS
5571 (remote_get_trace_status): Delete unused variables.
5572
9e9547e4
MS
5573 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5574 (thread_from_lwp): Delete unused variable.
5575 (enable_thread_event_reporting): Delete unused variable.
5576 (check_for_thread_db): Delete unused variables.
5577 (thread_db_find_new_threads_2): Delete unused variable.
0407b3f1 5578
9e9547e4
MS
5579 * linux-fork.c (info_checkpoints_command): Delete unused variables.
5580 (checkpoint_command): Delete unused variable.
5581 (linux_fork_context): Delete unused variables.
5582
fa238c03 5583 * linux-nat.c (linux_parent_pid): Delete unused global variable.
75083f7e
MS
5584 (linux_tracefork_child): Delete unused variable.
5585 (linux_child_follow_fork): Delete unused variable.
5586 (linux_nat_detach): Delete unused variable.
5587 (linux_handle_extended_wait): Delete unused variable.
5588 (linux_nat_has_pending_sigint): Delete unused variable.
5589 (linux_nat_find_memory_regions): Delete unused variable.
5590 (linux_nat_make_corefile_notes): Delete unused variables.
5591 (linux_nat_info_proc_cmd): Delete unused variable.
5592 (linux_proc_pending_signals): Delete unused variable.
5593 (linux_nat_stop_lwp): Delete unused variables.
5594 (_initialize_linux_nat): Delete unused variable.
5595
fa238c03 5596 * ser-pipe.c (pipe_ops): Delete unused global variable.
2d148b94 5597
0407b3f1 5598 * linux-record.c (record_linux_system_call):
e0f069a3
MS
5599 Delete unused variables.
5600
789d24f0
MS
5601 * corelow.c (core_xfer_partial): Delete unused variables.
5602
1cd337a5 5603 * solib-svr4.c (find_program_interpreter): Delete unused variable.
0407b3f1 5604 (svr4_solib_create_inferior_hook): Add ifdef around
1cd337a5
MS
5605 conditionally-used variable declarations.
5606
b00e3f56
MS
5607 * solib.c (solib_find): Delete unused variable.
5608 (free_so_symbols): Delete unused variable.
5609 (info_sharedlibrary_command): Delete unused variable.
5610 (reload_shared_libraries_1): Delete unused variable.
5611 (_initialize_solib): Delete unused variable.
5612
90f62196
MS
5613 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5614 (i386_collect_xstateregset): Delete unused variable.
5615 * i387-tdep.c (i387_print_float_info): Delete unused variable.
5616
75721c66
MS
5617 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5618 Delete unused variable 'type'.
5619
af33db37
JB
56202010-05-05 Joel Brobecker <brobecker@adacore.com>
5621
90f62196 5622 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
63db82b2
JB
5623 ada-lang.c: Remove comment mentioning these macros.
5624 * m2-exp.y: Delete commented out code.
af33db37 5625
0497f5b0
JB
56262010-05-05 Joel Brobecker <brobecker@adacore.com>
5627
5628 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5629 for array types.
5630 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5631
6e39997a
PM
56322010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5633
5634 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
0407b3f1 5635 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
6e39997a
PM
5636 ATTRIBUTE_UNUSED.
5637 (cleanup_kernel_helper_return): Likewise.
5638 * arm-tdep.c (copy_unmodified): Likewise.
5639 (copy_preload): Likewise.
5640 (copy_copro_load_store): Likewise.
5641 (cleanup_branch): Likewise.
5642 (copy_b_bl_blx): Likewise.
5643 (copy_bx_blx_reg): Likewise.
5644 (copy_alu_imm): Likewise.
5645 (copy_alu_reg): Likewise.
5646 (copy_alu_shifted_reg): Likewise.
5647 (cleanup_load): Likewise.
5648 (cleanup_store): Likewise.
5649 (cleanup_block_load_pc): Likewise.
5650 (cleanup_svc): Likewise.
5651 (copy_undef): Likewise.
5652 (copy_unpred): Likewise.
5653 * remote.c (register_remote_support_xml): Likewise.
5654
1412f70b
HZ
56552010-05-05 Hui Zhu <teawater@gmail.com>
5656
5657 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5658
c4f7c687
MK
56592010-05-04 Mark Kettenis <kettenis@gnu.org>
5660
5661 * remote.c (register_remote_support_xml)
5662 (remote_query_supported_append, remote_query_supported): Add cast
5663 to NULL used as sentinel.
5664 * tracepoint.c (tvariables_info_1): Likewise.
5665 * utils.c (add_internal_problem_command): Likewise.
5666
63b4f126
MGD
56672010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5668
5669 * dwarf2loc.c (read_pieced_value, write_pieced_value,
5670 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5671 registers gracefully.
5672
2f1bdd26
MGD
56732010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5674
0407b3f1 5675 * exec.c (print_section_info): Display entry point without arch
2f1bdd26
MGD
5676 specific parts.
5677
e1c34c5d
PM
56782010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5679
5680 PR exp/11349.
5681 * printcmd.c (x_command): Only dereference once implicitly for
5682 TYPE_CODE_REF.
5683
ae462839
DE
56842010-05-03 Doug Evans <dje@google.com>
5685
5686 * event-loop.c (gdb_timer): Delete unused global.
5687 (create_timer): Update.
5688
1ac77ea1
JK
56892010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5690
5691 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5692 CURRENT->DECLARATION case.
5693 * cp-support.h (struct using_direct): Provide extended comment.
5694
7c54a108
MK
56952010-05-03 Mark Kettenis <kettenis@gnu.org>
5696
5697 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5698 HPPABSD_SIZEOF_GREGS.
5699 (HPPAOBSD_SIZEOF_FPREGS): New define.
5700 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5701 (hppaobsd_supply_fpregset): New function.
5702 (hppaobsd_gregset): Renamed from hppabsd_gregset.
5703 (hppaobsd_fpregset): New variable.
5704 (hppaobsd_regset_from_core_section): Handle floating-point registers.
5705 (_initialize_hppabsd_tdep): Remove spurious blank line.
5706
278582cb
PM
57072010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5708
5709 PR pascal/11349.
5710 * p-valprint.c (pascal_value_print): Always dereference a value with
5711 type code TYPE_CODE_REF.
0407b3f1 5712
f0223081
PA
57132010-05-03 Pedro Alves <pedro@codesourcery.com>
5714
5715 * remote.c (remote_notice_signals): New.
5716 (remote_start_remote): In non-stop mode, update the remote end on
5717 which signals it can silently pass.
5718 (init_remote_ops): Install remote_notice_signals.
5719
c25c4a8b
JK
57202010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5721
5722 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
5723 * command.h (error_no_arg): ... here. Remove NORETURN, change
5724 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5725 * defs.h (NORETURN, ATTR_NORETURN): Remove.
5726 (perror_with_name, verror, error, error_stream, vfatal, fatal)
5727 (internal_verror, internal_error, nomem): Remove NORETURN, change
5728 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5729 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5730 (throw_vfatal, throw_error): Remove NORETURN.
5731 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5732 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5733 (throw_error, deprecated_throw_reason): Remove NORETURN, change
5734 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5735 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5736 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5737 NORETURN.
5738 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5739 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5740 ATTRIBUTE_NORETURN.
5741 * target.c (tcomplain): Likewise.
5742 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5743 ATTRIBUTE_NORETURN.
5744 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5745 (internal_error, perror_with_name, nomem): Remove NORETURN.
5746 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5747 ATTRIBUTE_NORETURN.
5748
a0b31db1
JK
57492010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5750
5751 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5752 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5753 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5754 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5755 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5756 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5757 * complaints.h (complaint, internal_complaint): Likewise.
5758 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5759 (ATTR_FORMAT): Remove.
5760 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5761 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5762 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5763 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5764 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5765 (internal_error, internal_vwarning, internal_warning, warning)
5766 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5767 * disasm.c (fprintf_disasm): Likewise.
5768 * exceptions.c (throw_it): Likewise.
5769 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5770 (throw_error): Likewise.
5771 * language.h (type_error, range_error): Likewise.
5772 * linespec.c (cplusplus_error): Likewise.
5773 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5774 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5775 * monitor.c (monitor_debug): Likewise.
5776 * parser-defs.h (parser_fprintf): Likewise.
5777 * serial.h (serial_printf): Likewise.
5778 * tui/tui-hooks.c (tui_query_hook): Likewise.
5779 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5780 (uo_message): Likewise.
5781 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5782 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5783 Likewise.
5784 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5785
02a45ac0
PA
57862010-05-02 Pedro Alves <pedro@codesourcery.com>
5787
5788 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5789 (cli_table_header, cli_begin, cli_end, cli_field_int)
5790 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5791 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5792 Delete forward declarations.
5793 (cli_ui_out_impl): Move below the callbacks.
5794 (_initialize_cli_out): Delete.
5795
1915ef4f
PA
57962010-05-02 Pedro Alves <pedro@codesourcery.com>
5797
5798 * README: Use consistent `GDB' and `GDBserver' spellings.
5799
0dfb946f
JK
58002010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5803
4d533103
PA
58042010-05-01 Pedro Alves <pedro@codesourcery.com>
5805
5806 * infrun.c (prepare_for_detach): In non-stop, context switch to
5807 the thread that got the event before handling the event.
5808
705b5767
TT
58092010-04-30 Tom Tromey <tromey@redhat.com>
5810
5811 * symtab.c (symbol_set_names): Fix typo.
5812
3c0ee1a4
PM
58132010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5814
5815 * python/py-param.c (parm_constants): Avoid ARI warning
5816 by adding ARI comment.
5817 (parmpy_init): Likewise.
5818
ea1fae46
PM
58192010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5820
5821 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5822 and created type for re-use.
5823
c24d0242
PM
58242010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5825
5826 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5827
a26d8d11
DE
58282010-04-29 Doug Evans <dje@google.com>
5829
5830 * ser-base.h (reschedule): Delete prototype.
5831 * ser-base.c (reschedule): Make static.
5832
f8624c62
MGD
58332010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5834
5835 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5836 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
0407b3f1 5837 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
f8624c62 5838 EABI.
0407b3f1 5839 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
f8624c62
MGD
5840 use.
5841
e66408ed
PA
58422010-04-29 Pedro Alves <pedro@codesourcery.com>
5843
5844 PR gdb/11557
5845
5846 * regcache.c (registers_changed): Rename to ...
5847 (registers_changed_ptid): ... this, and only delete register cache
5848 entries matching the ptid filter argument.
5849 (registers_changed): Reimplement on top of registers_changed_ptid.
5850 * regcache.h (registers_changed_ptid): Declare.
5851 * target.c (target_resume): Flush register caches.
5852
d7b32ed3 58532010-04-29 Phil Muldoon <pmuldoon@redhat.com>
0407b3f1
AS
5854 Tom Tromey <tromey@redhat.com>
5855 Thiago Jung Bauermann <bauerman@br.ibm.com>
5856
5857 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5858 (SUBDIR_PYTHON_SRCS): Likewise.
5859 (py-parameter.o): New rule.
5860 * python/py-parameter.c: New file.
5861 * python/python-internal.h (gdbpy_initialize_parameter)
5862 (gdbpy_parameter, gdbpy_parameter_value)
5863 (gdbpy_parse_command_name): Declare.
5864 * python/py-cmd.c (parse_command_name): Rename to
5865 gdbpy_parse_command_name.
5866 (gdbpy_parse_command_name): Accept a starting list parameter and
5867 use over cmdlist.
5868 (cmdpy_init): Use gdbpy_parse_command_name.
5869 * python/python.c (parameter_to_python): Rename to
5870 gdbpy_parameter_to_python. Accept enum var_types and value.
5871 (gdbpy_parameter): Use gdbpy_parameter_value.
5872 (_initialize_python): Call gdbpy_initialize_parameters.
d7b32ed3 5873
ce72ce41
MGD
58742010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5875
5876 * MAINTAINERS: Add myself for write after approval privileges.
5877
6aecb9c2
JB
58782010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5879
5880 D language support.
5881 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5882 (COMMON_OBS): Add d-lang.o d-valprint.o.
5883 (HFILES_NO_SRCDIR): Add d-lang.h.
5884 * NEWS: Mention D language support.
5885 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5886 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5887 * d-lang.c: New file.
5888 * d-lang.h: New file.
5889 * d-valprint.c: New file.
5890 * defs.h (enum language): Add language_d.
5891 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5892 * language.c (binop_result_type, integral_type, character_type)
5893 (string_type, boolean_type, structured_type): Add language_d.
5894 * symfile.c (init_filename_language_table): Add language_d.
5895 * symtab.c: Include d-lang.h.
5896 (symbol_init_language_specific, symbol_find_demangled_name)
5897 (symbol_natural_name, lookup_symbol_in_language)
5898 (symbol_demangled_name, symbol_matches_domain): Add language_d.
5899
6f992fbf
JB
59002010-04-27 Joel Brobecker <brobecker@adacore.com>
5901
5902 * solib-svr4.c (solib_svr4_r_map): Expand function description.
5903
dde59185
JB
59042010-04-27 Joel Brobecker <brobecker@adacore.com>
5905
5906 * symfile.c (init_filename_language_table): Register .dg files
5907 with language_ada.
5908
d09ce91e
JB
59092010-04-27 Joel Brobecker <brobecker@adacore.com>
5910
5911 * gdbtypes.h (struct main_type): Expand comment about target_type
5912 field.
5913
67f1675e
JB
59142010-04-27 Pedro Alves <pedro@codesourcery.com>
5915 Tristan Gingold <gingold@adacore.com>
02aeec7b
JB
5916
5917 * symfile.c (reread_symbols): Also search for file in libraries.
5918 Update comment.
5919
dfd0fe27
JB
59202010-04-27 Joel Brobecker <brobecker@adacore.com>
5921
5922 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5923 in terms of configuration.
5924
0133421a
JK
59252010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5926
5927 * objfiles.c: Include solist.h.
5928 (free_all_objfiles): New variable so. Check stale solist objfiles.
5929 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5930 and no_shared_libraries.
5931
e78f4312
JB
59322010-04-27 Joel Brobecker <brobecker@adacore.com>
5933
5934 ARI warning fix.
5935 * python/py-auto-load.c (source_section_scripts): Remove trailing
5936 new-line in i18n string.
5937
9214d371
DE
59382010-04-26 Doug Evans <dje@google.com>
5939
5940 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5941
3f172e24
TT
59422010-04-26 Tom Tromey <tromey@redhat.com>
5943
5944 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5945 command list.
5946
e790e06e
PM
59472010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5948
5949 Removal of config/i386/nm-i386sol2.h native configuration file.
5950 * config/i386/nm-i386sol2.h: Remove file.
5951 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5952 * config/i386/sol2-64.mh: Idem.
88562582
PM
5953 * config/djgpp/fnchange.lst: Remove reference to that file.
5954 * Makefile.in (HFILES_NO_SRCDIR): Idem.
e790e06e 5955
b7da9e9f
PM
59562010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5957
5958 PR breakpoints/11531.
5959 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5960 macro definition and related comment.
5961 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5962 (resume): Remove code and comment related to this macro.
5963
72f6eb52
JK
59642010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5965
5966 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
5967 Fix whitespace.
5968
ab38a727
PA
59692010-04-24 Pedro Alves <pedro@codesourcery.com>
5970
5971 * defs.h: Adjust comment.
5972 * filesystem.h, filesystem.c: New files.
5973 * Makefile.in (SFILES): Add filesystem.c.
5974 (COMMON_OBS): Add filesystem.o.
5975 * solib.c (solib_find): Handle DOS-based filesystems. Handle
5976 different target and host path flavours.
5977 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
5978 has_dos_based_file_system on the gdbarch.
5979 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
5980 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
5981 * i386-tdep.c (i386_go32_init_abi): Ditto.
5982 * gdbarch.sh (has_dos_based_file_system): New.
5983 * gdbarch.h, gdbarch.c: Regenerate.
5984 * NEWS: Mention improved support for remote targets with DOS-based
5985 filesystems. Mention new `set/show target-file-system-kind'
5986 commands.
5987
35c9c7ba
SS
59882010-04-23 Stan Shebs <stan@codesourcery.com>
5989
5990 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
5991 comments.
5992 (struct agent_reqs): Remove.
5993 (ax_reg_mask): Declare.
5994 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
5995 (free_agent_expr): Free reg_mask.
5996 (ax_print): Add scope and register mask info.
5997 (ax_reqs): Remove agent_reqs argument, use agent expression
5998 fields, and move part of register mask computation to...
5999 (ax_reg_mask): New function.
6000 * ax-gdb.c (gen_trace_static_fields): Call it.
6001 (gen_traced_pop): Ditto.
6002 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6003 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6004 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6005 (gen_eval_for_expr): Ditto, and require an rvalue.
6006 (agent_command): Call ax_reqs.
6007 (agent_eval_command): Ditto.
6008 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6009 (validate_action_line): Ditto.
6010 (collect_symbol): Ditto.
6011 (encode_actions_1): Ditto.
6012
492928e4
JK
60132010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6014 Paul Pluzhnikov <ppluzhnikov@google.com>
6015 Jan Kratochvil <jan.kratochvil@redhat.com>
6016
6017 Fix deadlock on looped list of loaded shared objects.
6018 * solib-svr4.c (LM_PREV): New function.
6019 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6020 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
6021 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
6022 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6023
66d09542
DE
60242010-04-23 Doug Evans <dje@google.com>
6025
88a1906b
DE
6026 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6027 python.
6028 * configure: Regenerate.
6029 * main.c: #include "python/python.h".
6030 (captured_main): Defer loading auto-loaded scripts until after
6031 local_gdbinit has been sourced.
6032 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6033 (load_auto_scripts_for_objfile): New function.
6034 (auto_load_new_objfile): Call it.
6035 * python/python.h (gdbpy_global_auto_load): Declare.
6036 (load_auto_scripts_for_objfile): Declare.
6037
66d09542
DE
6038 Add support for auto-loading scripts from .debug_gdb_scripts section.
6039 * NEWS: Add entry for .debug_gdb_scripts.
6040 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6041 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6042 (py-auto-load.o): New rule.
6043 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6044 * cli/cli-cmds.h (find_and_open_script): Update prototype.
6045 * python/py-auto-load.c: New file.
6046 * python/python-internal.h: #include <stdio.h>.
6047 (set_python_list, show_python_list): Declare.
6048 (gdbpy_initialize_auto_load): Declare.
6049 (source_python_script_for_objfile): Declare.
6050 * python/python.c: Remove #include of observer.h.
6051 (gdbpy_auto_load): Moved to py-auto-load.c.
6052 (GDBPY_AUTO_FILENAME): Ditto.
6053 (gdbpy_new_objfile): Delete.
6054 (source_python_script_for_objfile): New function.
6055 (set_python_list, show_python_list): Make externally visible.
6056 (_initialize_python): Move "auto-load" command to py-auto-load.c
6057 and observer_attach_new_objfile to py-auto-load.c.
6058
3a48e6ff 60592010-04-23 Jerome Guitton <guitton@adacore.com>
0407b3f1 6060
3a48e6ff
JG
6061 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6062 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6063 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6064 New constants.
6065 (alpha_heuristic_analyze_probing_loop): New function.
6066 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6067 and handle cases when a stack probe loop is generated.
6068 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6069 (alpha_mdebug_max_frame_size_exceeded): New function.
6070 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6071 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6072 Return 0 when the maximum debuggable frame size has been exceeded.
6073
e4166a49
JB
60742010-04-23 Joel Brobecker <brobecker@adacore.com>
6075
6076 Fix ARI warning.
6077 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6078
8bd10a10
CM
60792010-04-20 Chris Moller <cmoller@redhat.com>
6080
6081 PR 10179
6082
6083 * symtab.c (rbreak_command): Added code to include a filename
6084 specification in the rbreak argument.
6085 * NEWS: Added a brief description of filename-qualified rbreak.
6086
c0201579
JK
60872010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6088
6089 Fix crashes on dangling display expressions.
6090 * ada-lang.c (ada_operator_check): New function.
6091 (ada_exp_descriptor): Fill-in the field operator_check.
6092 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6093 * jv-lang.c (exp_descriptor_java): Likewise.
6094 * m2-lang.c (exp_descriptor_modula2): Likewise.
6095 * scm-lang.c (exp_descriptor_scm): Likewise.
6096 * parse.c (exp_descriptor_standard): Likewise.
6097 (operator_check_standard): New function.
6098 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6099 * parser-defs.h (struct exp_descriptor): New field operator_check.
6100 (operator_check_standard, exp_uses_objfile): New declarations.
6101 * printcmd.c: Remove the inclusion of solib.h.
6102 (display_uses_solib_p): Remove the function.
6103 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6104 and exp_uses_objfile instead of display_uses_solib_p.
6105 * solist.h (struct so_list) <objfile>: New comment.
6106 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6107 * symtab.h (lookup_objfile_from_block): New declaration.
6108 (struct general_symbol_info) <obj_section>: Extend the comment.
6109
6ffbb7ab
TJB
61102010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6111 Thiago Jung Bauermann <bauerman@br.ibm.com>
6112
6113 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6114 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6115 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6116 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6117 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6118 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6119 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6120 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6121 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6122 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6123 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6124 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6125 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6126 Define, in case <ptrace.h> doesn't provide it.
6127 (booke_debug_info): New variable.
6128 (max_slots_number): Ditto.
6129 (hw_break_tuple): New struct.
6130 (thread_points): Ditto.
6131 (ppc_threads): New variable.
6132 (PPC_DEBUG_CURRENT_VERSION): New define.
6133 (have_ptrace_new_debug_booke): New function.
6134 (ppc_linux_check_watch_resources): Renamed to ...
6135 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6136 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6137 (booke_cmp_hw_point): New function.
6138 (booke_find_thread_points_by_tid): Ditto.
6139 (booke_insert_point): Ditto.
6140 (booke_remove_point): Ditto.
6141 (ppc_linux_insert_hw_breakpoint): Ditto.
6142 (ppc_linux_remove_hw_breakpoint): Ditto.
6143 (get_trigger_type): Ditto.
6144 (ppc_linux_insert_watchpoint): Handle BookE processors.
6145 (ppc_linux_remove_watchpoint): Ditto.
6146 (ppc_linux_new_thread): Ditto.
6147 (ppc_linux_thread_exit): New function..
6148 (ppc_linux_stopped_data_address): Handle BookE processors.
6149 (ppc_linux_watchpoint_addr_within_range): Ditto.
6150 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6151 to_remove_hw_breakpoint fields of the target operations struct.
6152 Add observe for the thread_exit event.
6153
be0d2954
L
61542010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6155
6156 * i386-linux-nat.c (regmap): Removed.
6157 (fetch_register): Replace regmap with
6158 i386_linux_gregset_reg_offset.
6159 (store_register): Likewise.
6160 (supply_gregset): Likewise.
6161 (fill_gregset): Likewise.
6162
6163 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6164 global.
6165
6166 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6167
f56dcb88
CM
61682010-04-22 Chris Moller <cmoller@redhat.com>
6169
6170 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
758afad7
L
6171 method of popping recursion-detection stack with a method based on
6172 obstack_object_size(). (Similar to the PR9167 patch below, but for
f56dcb88
CM
6173 the static array obstack rather than the static member obstack.)
6174
6cd6a2ae
L
61752010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6176
6177 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6178 (_initialize_amd64_linux_nat): Replace
6179 amd64_linux_gregset64_reg_offset with
6180 amd64_linux_gregset_reg_offset.
6181
6182 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6183 global.
6184
6185 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6186
621791b8
PM
61872010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6188
6189 PR stabs/11479.
6190 * stabsread.c (set_length_in_type_chain): New function.
6191 (read_struct_type): Call set_length_in_type_chain function.
6192 (read_enum_type): Idem.
6193
105c2d85
SS
61942010-04-21 Stan Shebs <stan@codesourcery.com>
6195 Nathan Sidwell <nathan@codesourcery.com>
6196
6197 * tracepoint.c (trace_save): Open in binary mode.
6198
9a22f0d0
PM
61992010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6200
6201 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6202 fields.
0407b3f1 6203 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
9a22f0d0
PM
6204 builtin_char32 fields.
6205 * printcmd.c (decode_format): Set char size to '\0'
6206 for strings unless explicit size is given.
6207 (print_formatted): Correct calculation of NEXT_ADDRESS
6208 for 16 or 32 bit strings.
6209 (do_examine): Do not force byte size for strings.
6210 Use builtin_char16 and builtin_char32 types to display
0407b3f1 6211 16 or 32 bit-wide strings.
9a22f0d0
PM
6212 (x_command): Set LAST_SIZE to 'b' for string type.
6213
f335d1b3
L
62142010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6215
6216 PR corefiles/11523
6217 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6218 XCR0 first.
6219
6220 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6221 there is no .reg-xstate section.
6222 (i386_linux_core_read_description): Check XCR0 first.
6223
a9789a6b
MF
62242010-04-21 Mike Frysinger <vapier@gentoo.org>
6225
6226 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6227 for len <= 8.
6228
0b66f317
CM
62292010-04-21 Chris Moller <cmoller@redhat.com>
6230
6231 PR 9167
6232 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
32d7376d
L
6233 method of popping recursion-detection stack with a method based on
6234 obstack_object_size().
0b66f317 6235
6e354e5e
PM
62362010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6237
6238 PR pascal/11492.
6239 * p-valprint.c (pascal_val_print): Fix default printing of integer
6240 arrays.
6241
57174f31
PM
62422010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6243
6244 Fix compilation warning on gcc-4.1.2.
6245 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6246 local variable`pc' to zero.
6247
6fbc7cd8
JB
62482010-04-20 Joel Brobecker <brobecker@adacore.com>
6249
6250 Implement thread support with core files on alpha-tru64.
6251 * dec-thread.c (dec_thread_find_new_threads): New function,
6252 extracted from resync_thread_list.
6253 (resync_thread_list): Add OPS parameter. Replace extracted-out
6254 code by call to dec_thread_find_new_threads.
6255 (dec_thread_wait): Update call to resync_thread_list.
6256 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6257
438c98a1
JB
62582010-04-20 Joel Brobecker <brobecker@adacore.com>
6259
6260 * ada-lang.c (value_pointer): New function.
6261 (make_array_descriptor): Call value_pointer to convert addresses to
6262 pointers.
6263
2971b56b
JB
62642010-04-20 Joel Brobecker <brobecker@adacore.com>
6265
6266 * rs6000-aix-tdep.c: #include exceptions.h.
6267 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6268 while reading the memory at ADDR, then ADDR cannot be a function
6269 descriptor.
6270
be942545
JB
62712010-04-20 Joel Brobecker <brobecker@adacore.com>
6272
6273 * ada-typeprint.c (ada_print_typedef): New function.
6274 * ada-lang.h (ada_print_typedef): Add declaration.
6275 * ada-lang.c (ada_language_defn): set la_print_typdef field
6276 to ada_print_typedef.
6277
1ca8fce0
JB
62782010-04-20 Joel Brobecker <brobecker@adacore.com>
6279
6280 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6281
e9ef4f39
JB
62822010-04-20 Joel Brobecker <brobecker@adacore.com>
6283
6284 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6285 (iterate_over_mappings): Adjust function profile. Add declaration.
6286 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6287 Adjust accordingly.
6288
e294797a
JB
62892010-04-20 Joel Brobecker <brobecker@adacore.com>
6290
6291 * procfs.c (solib_mappings_callback): Move function up to avoid
6292 a compiler warning.
6293
a223f1e7
JB
62942010-04-20 Joel Brobecker <brobecker@adacore.com>
6295
6296 * procfs.c (find_signalled_thread, find_stop_signal): Move
6297 these functions down to define them only when used.
6298
0c3acc09
JB
62992010-04-20 Joel Brobecker <brobecker@adacore.com>
6300
6301 * valprint.c (common_val_print): Fix the value before extracting
6302 its contents.
6303 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6304 * ada-lang.h (ada_to_fixed_value): New function declaration.
6305 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6306 to avoid code duplication and fix a bug in the handling of
6307 fixed types contents.
6308
31ef98ae
TT
63092010-04-20 Tom Tromey <tromey@redhat.com>
6310
6311 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6312 (read_partial_die): Likewise.
6313 (dwarf_attr_name): Likewise.
6314
ec31cde5 63152010-04-20 Chris Moller <cmoller@redhat.com>
0407b3f1 6316
ec31cde5
CM
6317 PR 10867
6318
6319 * cp-valprint.c (global): Adding new static array recursion
6320 detection obstack.
6321 (cp_print_value_fields, cp_print_static_field): Added new static
6322 array recursion detection code.
6323
e0e0e543
MK
63242010-04-20 Mark Kettenis <kettenis@gnu.org>
6325
6326 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6327 general-purpose register set should be 68 instead of 144.
6328 (i386_linux_sse_regset_sections): Likewise.
6329 (i386_linux_avx_regset_sections): Likewise.
6330
08922a10
SS
63312010-04-20 Stan Shebs <stan@codesourcery.com>
6332 Nathan Sidwell <nathan@codesourcery.com>
6333
6334 * dwarf2loc.c (struct axs_var_loc): New struct.
6335 (dwarf2_tracepoint_var_loc): New function.
6336 (dwarf2_tracepoint_var_access): New function.
6337 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6338 with DW_OP_piece.
6339 (locexpr_describe_location_piece): New function.
6340 (locexpr_describe_location_1): New function.
6341 (locexpr_describe_location): Call it, update signature.
6342 (loclist_describe_location): Rewrite to loop over locations,
6343 update signature.
6344 * symtab.h (struct symbol_computed_ops): Add address to
6345 describe_location arguments, return void.
6346 * printcmd.c (address_info): Get context PC, pass to computed
6347 location description.
6348 * tracepoint.c (scope_info): Ditto.
6349 * ax-gdb.c (trace_kludge): Export.
6350
2dc7f7b3
TT
63512010-04-20 Tom Tromey <tromey@redhat.com>
6352
6353 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6354 (struct dwarf2_cie) <segment_size>: New field.
6355 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6356 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6357 DW_FORM_exprloc.
6358 (read_attribute_value): Handle DW_FORM_flag_present,
6359 DW_FORM_sec_offset, DW_FORM_exprloc.
6360 (dump_die_shallow): Likewise.
6361 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6362 (dwarf2_const_value): Handle DW_FORM_exprloc.
6363 (attr_form_is_block): Likewise.
6364 (struct line_header) <maximum_ops_per_instruction>: New field.
6365 (dwarf_decode_line_header): Set new field.
6366 (dwarf_decode_lines): Handle new field.
6367
ce4b0682
SDJ
63682010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6369
6370 * f-exp.y: Add new production to recognize the `logical*8' type.
6371 (LOGICAL_S8_KEYWORD): New token.
6372 * f-lang.c (enum f_primitive_types)
6373 <f_primitive_type_logical_s8>: New field.
6374 (f_language_arch_info): Handling `logical*8' type.
6375 (build_fortran_types): Building `logical*8' type.
6376 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6377
ff9f22f1
DE
63782010-04-19 Doug Evans <dje@google.com>
6379
6380 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6381 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6382 (pipe_close): Ditto.
6383
437125bd
PM
63842010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6385
6386 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6387
e8e6c82e
PM
63882010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6389
6390 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6391 type to void function.
6392
4136fdd2
SS
63932010-04-19 Stan Shebs <stan@codesourcery.com>
6394 Vladimir Prus <vladimir@codesourcery.com>
6395
6396 * tracepoint.c (tfind_1): Add missing newline, report exit from
6397 tfind mode as such.
6398 * target.c (update_current_target): Make default
6399 to_trace_find return -1.
6400
0c4b2e63
MF
64012010-04-19 Mike Frysinger <vapier@gentoo.org>
6402
6403 * objc-lang.c (find_methods): Move symname check up.
6404
78076abc
PA
64052010-04-19 Pedro Alves <pedro@codesourcery.com>
6406
6407 * ada-lang.c (print_recreate_exception)
6408 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6409 not "catch unhandled".
6410
6149aea9
PA
64112010-04-19 Pedro Alves <pedro@codesourcery.com>
6412
6413 PR breakpoints/8554.
6414
6415 Implement `save-breakpoints'.
6416
6417 * breakpoint.c (save_cmdlist): New.
6418 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6419 to save_cmdlist.
6420 (print_recreate_catch_fork): New.
6421 (catch_fork_breakpoint_ops): Install it.
6422 (print_recreate_catch_vfork): New.
6423 (catch_vfork_breakpoint_ops): Install it.
6424 (print_recreate_catch_syscall): New.
6425 (catch_syscall_breakpoint_ops): Install it.
6426 (print_recreate_catch_exec): New.
6427 (catch_exec_breakpoint_ops): Install it.
6428 (print_recreate_exception_catchpoint): New.
6429 (gnu_v3_exception_catchpoint_ops): Install it.
6430 (save_breakpoints): New, based on tracepoint_save_command, but
6431 handle all breakpoint types.
6432 (save_breakpoints_command): New.
6433 (tracepoint_save_command): Rename to...
6434 (save_tracepoints_command): ... this, and reimplement using
6435 save_breakpoints.
6436 (save_command): New.
6437 (_initialize_breakpoints): Install the "save" command prefix.
6438 Install the "save breakpoints" command. Make "save-tracepoints" a
6439 deprecated alias for "save tracepoints".
6440 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6441 * ada-lang.c (print_recreate_exception): New.
6442 (print_recreate_catch_exception): New.
6443 (catch_exception_breakpoint_ops): Install it.
6444 (print_recreate_catch_exception_unhandled): New.
6445 (catch_exception_unhandled_breakpoint_ops): Install it.
6446 (print_recreate_catch_assert): New.
6447 (catch_assert_breakpoint_ops): Install it.
6448
6449 * NEWS: Mention the new `save breakpoints' command. Mention the
6450 new `save tracepoints' alias and that `save-tracepoints' is now
6451 deprecated.
6452
0a8fce9a
PA
64532010-04-18 Pedro Alves <pedro@codesourcery.com>
6454
6455 PR tui/9217
6456
6457 * tui/tui-out.c: Include cli-out.h.
6458 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6459 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6460 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6461 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6462 declarations.
6463 (struct ui_out_data): Rename to...
6464 (struct tui_ui_out_data): ... this. Remove `stream' and
6465 `suppress_output' fields, and inherit cli_ui_out_data.
6466 (tui_out_data): New typedef.
6467 (tui_ui_out_impl): Don't initialize fields staticaly.
6468 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6469 (tui_begin, tui_end): Delete.
6470 (tui_field_int): Adjust to delegate most work to the base type.
6471 (tui_field_skip): Delete.
6472 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6473 delegate most work to the base type.
6474 (tui_spaces): Delete.
6475 (tui_text): Adjust to delegate most work to the base type.
6476 (tui_message): Delete.
6477 (tui_wrap_hint): Delete.
6478 (tui_flush): Delete.
6479 (out_field_fmt): Delete.
6480 (field_separator): Delete.
6481 (tui_out_new): Adjust to initialize the base type.
6482 (_initialize_tui_out): Initialize tui_ui_out_impl.
6483 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6484 cli_ui_out_data.
6485 (cli_out_data): Adjust.
6486 (cli_ui_out_impl): Make extern.
6487 (cli_table_header, cli_field_int, cli_field_skip): Use
6488 uo_field_string instead of cli_field_string.
6489 (cli_redirect): Adjust to use cli_out_data.
6490 (cli_out_data_ctor): New.
6491 (cli_out_new): Use it.
6492 * cli-out.h (struct ui_file): Remove forward declaration.
6493 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6494 (cli_ui_out_impl): Declare.
6495 (cli_out_data_ctor): Declare.
6496 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6497 (uo_field_string): No longer static.
6498 (ui_out_data): Change return type to void pointer.
6499 (ui_out_new): Change `data' parameter type to void pointer.
6500 * ui-out.h (struct ui_out_data): Don't forward declare.
6501 (ui_out_data): Change return type to void pointer.
6502 (ui_out_new): Change `data' parameter type to void pointer.
6503 (uo_field_string): Declare.
6504
172240dd
PA
65052010-04-17 Pedro Alves <pedro@codesourcery.com>
6506
6507 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6508 instead of always false.
6509
ed41462c
L
65102010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6511
6512 PR corefiles/11511
6513 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6514 orig_rax.
6515
cc60f2e3
PA
65162010-04-17 Pedro Alves <pedro@codesourcery.com>
6517
6518 * breakpoint.c (watchpoints_triggered): Use
6519 is_hardware_watchpoint.
6520 (watchpoints_triggered): Ditto.
6521 (bpstat_check_location): Use is_watchpoint and
6522 is_hardware_watchpoint.
6523 (bpstat_check_watchpoint): Use is_watchpoint and
6524 is_hardware_watchpoint.
6525 (bpstat_stop_status): Fix comment.
6526 (user_settable_breakpoint): Use is_watchpoint.
6527 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6528 (disable_watchpoints_before_interactive_call_start): Use
6529 is_watchpoint.
6530 (enable_watchpoints_after_interactive_call_stop): Use
6531 is_watchpoint.
6532 (clear_command): Use is_watchpoint.
6533 (do_enable_breakpoint): Use is_watchpoint.
6534
cb7db0f2
MF
65352010-04-16 Mike Frysinger <vapier@gentoo.org>
6536
6537 * solib-frv.c (enable_break1_done): Delete.
6538 (enable_break2): Do not check enable_break1_done. Move the
6539 enable_break2_done setting and call to
6540 remove_solib_event_breakpoints() to the end. Return without
6541 warning when the contents of _dl_debug_addr are 0.
6542 (enable_break): Do not set enable_break1_done.
6543 (frv_clear_solib): Likewise.
6544
d77b48cf
KB
65452010-04-16 Kevin Buettner <kevinb@redhat.com>
6546
6547 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6548 instead of an error if no PLT entry is found. Return a
6549 potentially useful result.
6550 (m32c_m16c_pointer_to_address): Add code to search for function
6551 address when no .plt entry is found.
6552
f90824dc
SS
65532010-04-16 Stan Shebs <stan@codesourcery.com>
6554
6555 * tracepoint.c (trace_variable_command): Run a cleanup.
6556
9b79b476
PM
65572010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6558
6559 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6560
711e434b
PM
65612010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6562
6563 Support for Windows OS Thread Information Block.
6564 * NEWS: Document new feature.
6565 * remote.c (PACKET_qGetTIBAddr): New enum element.
6566 (remote_get_tib_address): New function.
6567 (init_remote_ops): Set to_get_tib_address field
6568 to remote_get_tib_address.
6569 (_initialize_remote): Add add_packet_config_cmd
6570 for PACKET_qGetTIBAddr.
6571 * target.c (update_current_target): Set default value for
6572 new to_get_tib_address field.
6573 * target.h (target_ops): New field to_get_tib_address.
6574 (target_get_tib_address): New macro.
6575 * windows-nat.c (thread_info): Add thread_local_base field.
6576 (windows_add_thread): Add tlb argument of type 'void *'.
6577 (fake_create_process): Adapt windows_add_thread call.
6578 (get_windows_debug_event): Idem.
6579 (windows_get_tib_address): New function.
6580 (init_windows_ops): Set to_get_tib_address field
6581 to remote_get_tib_address.
6582 (_initialize_windows_nat): Replace info_w32_cmdlist
6583 initialization by a call to init_w32_command_list.
6584 (info_w32_command, info_w32_cmdlist): Removed from here...
6585 to windows-tdep.c file.
6586 * windows-tdep.h (info_w32_cmdlist): Declare.
0407b3f1 6587 (init_w32_command_list): New external function
711e434b
PM
6588 declaration.
6589 * windows-tdep.c: Add several headers.
6590 (info_w32_cmdlist): to here, made global.
6591 (thread_information_32): New struct.
6592 (thread_information_64): New struct.
6593 (TIB_NAME): New char array.
6594 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6595 (maint_display_all_tib): New static variable.
6596 (windows_get_tlb_type): New function.
6597 (tlb_value_read, tlb_value_write): New functions.
6598 (tlb_value_funcs): New static struct.
6599 (tlb_make_value): New function.
6600 (display_one_tib): New function.
6601 (display_tib): New function.
6602 (show_maint_show_all_tib):New function.
6603 (info_w32_command): Moved from windows-nat.c.
6604 (init_w32_command_list): New function.
6605 (_initialize_windows_tdep): New function.
6606 New "maint set/show show-all-tib" command
6607 New "$_tlb" internal variable.
6608
cae3f17b
JB
66092010-04-16 Joel Brobecker <brobecker@adacore.com>
6610
6611 * tui/tui-regs.c (tui_display_register): Add comment about
6612 a couple of casts.
6613 * tui/tui-stack.c (tui_show_locator_content): Ditto.
6614
2ce6d6bf
SS
66152010-04-15 Stan Shebs <stan@codesourcery.com>
6616
6617 * frame.c: Include tracepoint.h.
6618 (get_current_frame): Allow a trace frame to be an alternate source
6619 of stack frame data.
6620 * tracepoint.c (tfind_1): Don't try to get current stack frame if
6621 it won't succeed.
6622
7e559477
PA
66232010-04-15 Pedro Alves <pedro@codesourcery.com>
6624
6625 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6626 flags.
6627 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6628
3f7b2faa
DE
66292010-04-15 Doug Evans <dje@google.com>
6630
fa33c3cd
DE
6631 * NEWS: Add entry for python program space support.
6632 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6633 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6634 (py-progspace.o): New rule.
6635 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6636 function.
6637 (find_pretty_printer_from_progspace): New function.
6638 (find_pretty_printer_from_gdb): New function.
6639 (find_pretty_printer): Rewrite.
6640 * python/py-progspace.c: New file.
6641 * python/python-internal.h (program_space): Add forward decl.
6642 (pspace_to_pspace_object, pspy_get_printers): Declare.
6643 (gdbpy_initialize_pspace): Declare.
6644 * python/python.c: #include "progspace.h".
6645 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6646 (_initialize_python): Call gdbpy_initialize_pspace.
6647 (GdbMethods): Add current_progspace, progspaces.
6648
3f7b2faa
DE
6649 Add -s option to source command.
6650 * NEWS: Document new option.
6651 * cli/cli-cmds.c (find_and_open_script): Add function comment.
6652 Delete from_tty and cleanupp args. Split filep arg into file and
6653 full_pathp. New arg search_path.
6654 (source_script_from_stream): New function.
6655 (source_script_with_search): New function.
6656 (source_script): Rewrite.
6657 (source_command): Parse "-s" option.
6658 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6659 * python/python.c (source_python_script): Make file arg a const char *.
6660 Don't call fclose, leave for caller.
6661 * python/python.h (source_python_script): Update.
6662
a86988f2
PA
66632010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6664 Pedro Alves <pedro@codesourcery.com>
6665
6666 Avoid rereading shared libraries that haven't changed.
6667
6668 * solib.c (free_so_symbols): New function, from ...
6669 (free_so): ... here. Call it.
6670 (solib_read_symbols): Don't warn here if symbols have already been
6671 loaded.
6672 (solib_add): Warn here instead, if a pattern was specified.
6673 (reload_shared_libraries_1): New.
6674 (reload_shared_libraries): Rewrite to not fetch the library list.
6675
e6d9b9c2
DE
66762010-04-14 Doug Evans <dje@google.com>
6677
589390d6 6678 * source.c (openp): Strip DOS drive letter if present before
e6d9b9c2
DE
6679 concatenating string to search path.
6680
516ba659
PA
66812010-04-14 Pedro Alves <pedro@codesourcery.com>
6682
6683 * objfiles.h (gdb_bfd_close_or_warn): Declare.
6684 * objfiles.c (gdb_bfd_close_or_warn): New.
6685 * corelow.c: Include objfiles.h
6686 (core_close): Use gdb_bfd_close_or_warn.
6687 * elfread.c (build_id_verify): Ditto.
6688 * exec.c (exec_close, exec_close_1): Ditto.
6689
048d532d
PA
66902010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6691 Pedro Alves <pedro@codesourcery.com>
6692
6693 Group errors for many missing shared libraries.
6694
6695 * solist.h (struct so_list): Remove from_tty.
6696 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6697 (solib_map_sections): Take so_list argument. Return 0 if we
6698 failed to open a BFD. Add target sections here.
6699 (symbol_add_stub): Delete.
6700 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
6701 not from_tty copied from the so_list. Don't warn a second time
6702 for a missing library.
6703 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
6704 add to the section table here. Print out a single warning for all
6705 missing libraries.
6706 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6707 flags.
6708
044c0f87
PM
67092010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6710
6711 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6712 error/warning messages. Capitalize and use complete sentences.
6713 (blpy_block_syms_iternext): Likewise.
6714 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6715 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6716 (frame_info_to_frame_object, frapy_read_var)
6717 (gdbpy_frame_stop_reason_string): Likewise.
6718 * python/py-lazy-string.c (stpy_convert_to_value)
6719 (gdbpy_create_lazy_string_object): Likewise.
6720 * python/py-objfile.c (objfpy_set_printers): Likewise.
6721 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6722 * python/python.c (parameter_to_python): Likewise.
6723 * python/py-type.c (typy_range, typy_target): Likewise.
6724 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6725 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6726
6727
79f283fe
PM
67282010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6729
6730 PR python/11381
6731
6732 * python/py-prettyprint.c (pretty_print_one_value): Test for
6733 Py_None.
6734 (print_string_repr): Test for Py_None. Set flags accordingly.
6735 Return value depending on return type.
6736 (print_children): Take a value indicating whether data was printed
6737 before this function was called. Alter output accordingly.
6738 (apply_val_pretty_printer): Capture return value from
6739 print_string_repr and pass to print_children.
6740
4ac5d44e
MK
67412010-04-13 Mark Kettenis <kettenis@gnu.org>
6742
e1caee70 6743 PR corefiles/11481
4ac5d44e
MK
6744 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6745 register note sections.
6746 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6747 New variables.
6748 (i386_linux_init_abi): Install list of supported register note
6749 sections that matches the target description.
6750
ad91cd99
PA
67512010-04-13 Pedro Alves <pedro@codesourcery.com>
6752
6753 * remote.c (remote_get_noisy_reply): Don't error out on empty
6754 replies.
6755 (remote_start_remote): Update and merge tracepoints and trace
6756 state variables as long as the target supports tracepoints.
6757 (remote_trace_init): Fix prototype.
6758 (remote_download_trace_state_variable): Validate reply.
6759 (remote_trace_set_readonly_regions): Fix prototype.
6760 (remote_trace_start): Fix prototype. Check for empty reply.
6761 (remote_get_trace_status): Small cleanup.
6762 (remote_trace_stop): Fix prototype. Check for empty reply.
6763 (remote_trace_find): Check for empty reply.
6764 (remote_save_trace_data): Validate reply.
6765 (remote_set_disconnected_tracing): Check for empty reply, and
6766 validate reply.
6767 (remote_set_circular_trace_buffer): Ditto.
6768
ae3bccd4
PM
67692010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
6770
6771 Suppress unused value warning during compilation.
6772 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6773 calls to void.
6774 * tui/tui-stack.c (tui_show_locator_content): Likewise.
6775
523136f2
SS
67762010-04-12 Stan Shebs <stan@codesourcery.com>
6777
6778 * tracepoint.c (tfile_xfer_partial): Check read result.
6779
0d18d720
MF
67802010-04-12 Mike Frysinger <vapier@gentoo.org>
6781
6782 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6783 * remote-sim.c (gdbsim_files_info): Likewise.
6784
3b273a55
RE
67852010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6786
6787 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6788 * arm-linux-nat.c (arm_linux_vfp_register_count): New
6789 variable.
6790 (fetch_vfp_registers): New function to fetch VFP registers.
6791 (store_vfp_registers): New function to store VFP registers.
6792 (arm_linux_fetch_inferior_registers): Add support for VFP
6793 registers.
6794 (arm_linux_store_inferior_registers): Likewise.
6795 (arm_linux_read_description): Likewise.
6796 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6797 until we need it.
6798
778c7095
L
67992010-04-11 H.J. Lu <hongjiu.lu@intel.com>
6800
6801 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6802 tdep.
6803 (amd64_collect_xstateregset): Likewise.
6804
2114d44c
SS
68052010-04-09 Stan Shebs <stan@codesourcery.com>
6806
87290684
SS
6807 * tracepoint.c (trace_status_mi): Report frames created.
6808
2114d44c
SS
6809 * tracepoint.c (trace_dump_command): Include default-collect
6810 expressions.
6811
86da934b
UW
68122010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
6813
6814 * symtab.c (find_function_start_sal): Never return SAL pointing
6815 before function start address, even if line info is missing.
6816
2d6e647a 68172010-04-09 Pedro Alves <pedro@codesourcery.com>
d337e9f0
PA
6818
6819 * NEWS: Mention tracepoints support.
6820
a97153c7
PA
68212010-04-09 Pedro Alves <pedro@codesourcery.com>
6822
6823 * tracepoint.c (trace_status_mi): Report disconnected tracing and
6824 circular trace buffer statuses.
6825
7a66d603
JK
68262010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6827
6828 * config/djgpp/fnchange.lst: Fix typo in translations for
6829 symbol-without-target_section.exp and symbol-without-target_section.c.
6830
2566ad2d
PA
68312010-04-09 Pedro Alves <pedro@codesourcery.com>
6832
6833 * breakpoint.c (condition_command): Pass condition expression to
6834 set_breakpoint_condition stripped from breakpoint number.
6835
adc36818
PM
68362010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6837 Thiago Jung Bauermann <bauerman@br.ibm.com>
2566ad2d 6838 Tom Tromey <tromey@redhat.com>
adc36818
PM
6839
6840 * breakpoint.c (condition_command): Simplify. Move condition
6841 setting code to ...
6842 (set_breakpoint_condition): ... here. New function.
6843 * breakpoint.h (set_breakpoint_condition): Declare.
6844 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6845 (SUBDIR_PYTHON_SRCS): Likewise.
6846 (py-breakpoint.o): New rule.
6847 * python/py-breakpoint.c: New file.
6848 * python/python-internal.h (gdbpy_breakpoints)
6849 (gdbpy_initialize_breakpoints): Declare.
6850 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6851
219f2f23
PA
68522010-04-09 Pedro Alves <pedro@codesourcery.com>
6853
6854 * regformats/regdat.sh: Include server.h. Don't include
6855 regcache.h.
6856
33da3f1c
SS
68572010-04-08 Stan Shebs <stan@codesourcery.com>
6858 Pedro Alves <pedro@codesourcery.com>
6859
6860 * tracepoint.h (struct trace_status): New fields disconnected_tracing
6861 and circular_buffer.
6862 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6863 * tracepoint.c (trace_status_command): Display target's status for
6864 disconnected tracing and circular buffer.
6865 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6866 query for non-disconnected-tracing case, remove the stop_tracing
6867 call.
6868 (tfile_open): Clear disconnected and circular buffer status.
6869 (trace_save): Save disconnected and circular buffer status.
6870 (parse_trace_status): Parse disconnected and circular buffer status,
6871 also recognize disconnected as a stop reason.
6872 * remote.c (remote_set_disconnected_tracing): Only set
6873 QTDisconnected if the remote end supports disconnected tracing.
6874 Warn otherwise, if trying to enable disconnected tracing.
6875 * infcmd.c (detach_command): Update disconnect_tracing call.
6876 * cli/cli-cmds.c (quit_command): Ditto.
6877
4e4d8374
L
68782010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6879
6880 * i387-tdep.c (i387_collect_xsave): Replace abort with
6881 internal_error.
6882
ad443146
SS
68832010-04-08 Stan Shebs <stan@codesourcery.com>
6884
6885 * breakpoint.c (default_collect_info): New function.
6886 (breakpoints_info): Call it.
6887 (maintenance_info_breakpoints): Ditto.
6888 (tracepoints_info): Ditto.
6889
40936b0d
L
68902010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6891
6892 * i387-tdep.c (i387_collect_xsave): Re-indent.
6893
3a13a53b
L
68942010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6895
6896 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6897 if HAVE_PTRACE_GETFPXREGS is defined.
6898 (i386_linux_read_description): Set have_ptrace_getfpxregs and
6899 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6900
6901 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6902 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6903 if .reg-xfp section doesn't exist.
6904 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6905
6906 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6907
6908 * i386-tdep.c: Include "features/i386/i386-mmx.c".
6909 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6910 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
6911 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6912 (i386_gdbarch_init): Update comments.
6913 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6914
6915 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6916
6917 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6918
6919 * features/Makefile (i386/i386-mmx-expedite): New.
6920 (i386/i386-mmx-linux-expedite): Likewise.
6921 ($(outdir)/i386/i386-mmx.dat): Likewise.
6922 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6923
6924 * features/i386/i386-mmx-linux.c: New.
6925 * features/i386/i386-mmx-linux.xml: Likewise.
6926 * features/i386/i386-mmx.c: Likewise.
6927 * features/i386/i386-mmx.xml: Likewise.
6928 * regformats/i386/i386-mmx-linux.dat: Likewise.
6929 * regformats/i386/i386-mmx.dat: Likewise.
6930
6931 * features/Makefile (WHICH): Add i386/i386-mmx and
6932 i386/i386-mmx-linux.
6933
08001717
DE
69342010-04-08 Doug Evans <dje@google.com>
6935
6936 * source.c (openp): Skip $cdir in PATH.
6937
fff5cc64
PM
69382010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6939
6940 PR python/11417
fff5cc64 6941 * python/py-lazy-string.c (stpy_convert_to_value): Check for
3a13a53b
L
6942 a NULL address.
6943 (gdbpy_create_lazy_string_object): Allow strings with a NULL
6944 address and a zero length.
fff5cc64 6945
f8c4f480
HZ
69462010-04-08 Hui Zhu <teawater@gmail.com>
6947
6948 * i386-tdep.c (i386_process_record): Add support for insn
6949 rdtsc.
6950
eb5cda86
DE
69512010-04-07 Doug Evans <dje@google.com>
6952
6953 * python/python.c (source_python_script): Use ensure_python_env
6954 to prepare environment for script.
6955
a055a187
L
69562010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6957
6958 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6959 <sys/uio.h> and "i386-xstate.h".
6960 (PTRACE_GETREGSET): New.
6961 (PTRACE_SETREGSET): Likewise.
6962 (have_ptrace_getregset): Likewise.
6963 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6964 registers.
6965 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6966 registers.
6967 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
6968 (amd64_linux_store_inferior_registers): Likewise.
6969 (amd64_linux_read_description): Check and enable AVX target
6970 descriptions.
6971
6972 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
6973 and "features/i386/amd64-avx-linux.c".
6974 (amd64_linux_regset_sections): New.
6975 (amd64_linux_core_read_description): Check and enable AVX
6976 target description.
6977 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
6978 set_gdbarch_core_regset_sections.
6979 (_initialize_amd64_linux_tdep): Call
6980 initialize_tdesc_amd64_avx_linux.
6981
6982 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
6983 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
6984 (tdesc_amd64_avx_linux): New.
6985 (amd64_linux_update_xstateregset): Likewise.
6986
6987 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
6988 (amd64_ymm_names): New.
6989 (amd64_ymmh_names): Likewise.
6990 (amd64_register_name): Likewise.
6991 (amd64_supply_xstateregset): Likewise.
6992 (amd64_collect_xstateregset): Likewise.
6993 (amd64_supply_xsave): Likewise.
6994 (amd64_collect_xsave): Likewise.
6995 (AMD64_NUM_REGS): Removed.
6996 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
6997 %xmmN if AVX is available.
6998 (amd64_pseudo_register_name): Support pseudo YMM registers.
6999 (amd64_regset_from_core_section): Support .reg-xstate section.
7000 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7001 and ymm0h_regnum. Call set_gdbarch_register_name.
7002 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7003
7004 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7005 AMD64_YMM15H_REGNUM.
7006 (AMD64_NUM_REGS): New.
7007 (amd64_supply_xsave): Likewise.
7008 (amd64_collect_xsave): Likewise.
7009 (amd64_register_name): Removed.
7010 (amd64_register_type): Likewise.
7011
31aeac78
L
70122010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7013
7014 * i387-tdep.c: Include "i386-xstate.h".
7015 (XSAVE_XSTATE_BV_ADDR): New.
7016 (xsave_avxh_offset): Likewise.
7017 (XSAVE_AVXH_ADDR): Likewise.
7018 (i387_supply_xsave): Likewise.
7019 (i387_collect_xsave): Likewise.
7020
7021 * i387-tdep.h (I387_NUM_YMM_REGS): New.
7022 (I387_YMM0H_REGNUM): Likewise.
7023 (I387_YMMENDH_REGNUM): Likewise.
7024 (i387_supply_xsave): Likewise.
7025 (i387_collect_xsave): Likewise.
7026
c131fcee
L
70272010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7028
7029 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7030 <sys/uio.h> and "i386-xstate.h".
7031 (PTRACE_GETREGSET): New.
7032 (PTRACE_SETREGSET): Likewise.
7033 (fetch_xstateregs): Likewise.
7034 (store_xstateregs): Likewise.
7035 (GETXSTATEREGS_SUPPLIES): Likewise.
7036 (regmap): Include 8 upper YMM registers.
7037 (i386_linux_fetch_inferior_registers): Support XSAVE extended
7038 state.
7039 (i386_linux_store_inferior_registers): Likewise.
7040 (i386_linux_read_description): Check and enable AVX target
7041 descriptions.
7042
7043 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7044 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7045 (i386_linux_regset_sections): Add ".reg-xstate".
7046 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7047 (i386_linux_core_read_xcr0): New.
7048 (i386_linux_core_read_description): Check and enable AVX target
7049 description.
7050 (i386_linux_init_abi): Set xsave_xcr0_offset.
7051 (_initialize_i386_linux_tdep): Call
7052 initialize_tdesc_i386_avx_linux.
7053
7054 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7055 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7056 (i386_linux_core_read_xcr0): New.
7057 (tdesc_i386_avx_linux): Likewise.
7058 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7059
7060 * i386-tdep.c: Include "i386-xstate.h" and
7061 "features/i386/i386-avx.c".
7062 (i386_ymm_names): New.
7063 (i386_ymmh_names): Likewise.
7064 (i386_ymmh_regnum_p): Likewise.
7065 (i386_ymm_regnum_p): Likewise.
7066 (i386_xmm_regnum_p): Likewise.
7067 (i386_register_name): Likewise.
7068 (i386_ymm_type): Likewise.
7069 (i386_supply_xstateregset): Likewise.
7070 (i386_collect_xstateregset): Likewise.
7071 (i386_sse_regnum_p): Removed.
7072 (i386_pseudo_register_name): Support pseudo YMM registers.
7073 (i386_pseudo_register_type): Likewise.
7074 (i386_pseudo_register_read): Likewise.
7075 (i386_pseudo_register_write): Likewise.
7076 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7077 %xmmN if AVX is available.
7078 (i386_regset_from_core_section): Support .reg-xstate section.
7079 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7080 (i386_process_record): Replace i386_sse_regnum_p with
7081 i386_xmm_regnum_p.
7082 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7083 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
8d95cc3b 7084 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
c131fcee
L
7085 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7086 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7087 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7088 Set ymm0_regnum.
7089 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7090
7091 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7092 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7093 i386_ymm_type.
7094 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7095 (I386_AVX_NUM_REGS): New.
7096 (i386_xmm_regnum_p): Likewise.
7097 (i386_ymm_regnum_p): Likewise.
7098 (i386_ymmh_regnum_p): Likewise.
7099
7100 * common/i386-xstate.h: New.
7101
98adf0f3
L
71022010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7103
7104 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7105
7106 * features/Makefile (WHICH): Add i386/i386-avx,
7107 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7108 (i386/i386-avx-expedite): New.
7109 (i386/i386-avx-linux-expedite): Likewise.
7110 (i386/x86-64-avx-expedite):Likewise.
7111 (i386/x86-64-avx-linux-expedite): Likewise.
7112 ($(outdir)/i386/i386-avx.dat): New dependency.
7113 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7114 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7115 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7116
7117 * features/i386/32bit-avx.xml: New.
7118 * features/i386/64bit-avx.xml: Likewise.
7119 * features/i386/i386-avx-linux.c: Likewise.
7120 * features/i386/i386-avx-linux.xml: Likewise.
7121 * features/i386/i386-avx.c: Likewise.
7122 * features/i386/i386-avx.xml: Likewise.
7123 * features/i386/x86-64-avx-linux.c: Likewise.
7124 * features/i386/x86-64-avx-linux.xml: Likewise.
7125 * features/i386/x86-64-avx.c: Likewise.
7126 * features/i386/x86-64-avx.xml: Likewise.
7127 * regformats/i386/i386-avx-linux.dat: Likewise.
7128 * regformats/i386/i386-avx.dat: Likewise.
7129 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7130 * regformats/i386/x86-64-avx.dat: Likewise.
7131
05159abe
DE
71322010-04-07 Doug Evans <dje@google.com>
7133
7134 * top.c (source_file_name): Make const char *.
7135 * top.h (source_file_name): Update.
7136 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7137 const char *.
7138 (script_from_file): Change `file' arg to const char *.
7139 * cli/cli-script.h (script_from_file): Update.
7140
96e39866
DE
71412010-04-06 Doug Evans <dje@google.com>
7142
7143 * cli/cli-cmds.c (source_command): Run cleanups.
7144
3149d8c1
SS
71452010-04-06 Stan Shebs <stan@codesourcery.com>
7146
7147 * defs.h (char_ptr): Move typedef here from...
7148 * ada-lang.c (char_ptr): Remove.
7149 * charset.c (char_ptr): Remove.
7150 * tracepoint.h (struct uploaded_string): Remove.
7151 (struct uploaded_tp): Use vectors for string arrays.
7152 * tracepoint.c (trace_save): Use vectors of actions.
7153 (parse_tracepoint_definition): Ditto.
7154 (get_uploaded_tp): Clear vectors.
7155 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7156 (next_cmd): Change to an int.
7157 (read_next_cmd): Use vector of command strings.
7158
4cc23ede
DE
71592010-04-06 Doug Evans <dje@google.com>
7160
7161 * top.h (source_script, cd_command): Delete.
7162 * main.c: #include "cli/cli-cmds.h"
7163
bd333fb7
KB
71642010-04-06 Kevin Buettner <kevinb@redhat.com>
7165
7166 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7167 type in bytes, not bits.
7168
ec8a089a
PM
71692010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7170
7171 * stabsread.c (define_symbol): Add support for char
7172 and string constants.
7173
2244ba2e
PM
71742010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7175
7176 Remove remaining "%ll" uses.
7177 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7178 hex_string call.
7179 * rs6000-nat.c (rs6000_ptrace64): Idem.
7180 * solib-pa64.c (pa64_current_sos): Idem.
7181 * solib-spu.c (spu_current_sos): Idem.
7182 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7183 plongest call.
7184 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7185 phex (VAR, 8) call.
7186 * sh64-tdep.c (sh64_show_media_regs): Idem.
7187
fce3c1f0
SS
71882010-04-05 Stan Shebs <stan@codesourcery.com>
7189
7190 * tracepoint.c: Include gdbcore.h.
7191 (tfile_xfer_partial): Return partial results, also try reading
7192 from executable.
7193 (tfile_has_all_memory): New function.
7194 (init_tfile_ops): Use it.
7195
626ea16d
SDJ
71962010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7197
7198 PR gdb/10736:
7199 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7200 the changes in data-directory.
7201 (init_sysinfo): Reload the syscall XML file if the data-directory
7202 has changed.
7203
1f7ccab2
JK
72042010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 Code cleanup.
7207 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7208
d77f58be
SS
72092010-04-04 Stan Shebs <stan@codesourcery.com>
7210 Nathan Sidwell <nathan@codesourcery.com>
7211
7212 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7213 breakpoints printed.
7214 (is_hardware_watchpoint): Make argument const.
7215 (is_watchpoint): Ditto.
7216 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7217 use it everywhere.
7218 (breakpoints_info): Pass NULL to breakpoint_1.
7219 (maintenance_info_breakpoints): Ditto.
7220 (watchpoints_info): New function.
7221 (tracepoints_info): Use breakpoint_1 filter.
7222 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7223 (_initialize_breakpoint): Make "info watchpoints" its own command.
7224 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7225 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7226
af54718e
SS
72272010-04-04 Stan Shebs <stan@codesourcery.com>
7228
7229 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7230
74d1f91e
JK
72312010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7232
7233 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7234 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7235
91d91ceb
JK
72362010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7239 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7240
60531b24
JK
72412010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7242
7243 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7244 code form.
7245
a3c4230a
HZ
72462010-04-02 Hui Zhu <teawater@gmail.com>
7247
7248 * i386-tdep.c (OT_DQUAD): New enum.
7249 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7250 SSE3, SSSE3 and SSE4.
7251
b15758fe
HZ
72522010-04-02 Hui Zhu <teawater@gmail.com>
7253
7254 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7255 "*addr = 0".
7256
afd02f27
PA
72572010-04-02 Pedro Alves <pedro@codesourcery.com>
7258
7259 * tracepoint.c (trace_dump_actions): New, factored out from
7260 trace_dump_command, and adjusted to recurse into while-stepping's
7261 action list.
7262 (trace_dump_command): Use it.
7263
5cea2a26
PA
72642010-04-02 Pedro Alves <pedro@codesourcery.com>
7265
7266 * breakpoint.h (struct counted_command_line): Moved definition to
7267 breakpoint.c, and forward declare.
7268 (breakpoint_commands): Declare.
7269 * breakpoint.c (struct counted_command_line): Moved here.
7270 (breakpoint_commands): New.
7271 * tracepoint.c (encode_actions): Use breakpoint_commands.
7272 * remote.c (remote_download_tracepoint): Ditto.
7273
7c47795c
L
72742010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7275
7276 * remote.c (remote_parse_stop_reply): Use hex_string instead
7277 of phex_nz for error.
7278
fff87407
SS
72792010-04-01 Stan Shebs <stan@codesourcery.com>
7280 Nathan Sidwell <nathan@codesourcery.com>
7281
7282 * tracepoint.h (enum actionline_type): Remove.
7283 (validate_actionline): Change return to void.
7284 * tracepoint.c (report_agent_reqs_errors): New function.
7285 (validate_actionline): Call it, change return to void, report errors
7286 more consistently.
7287 (collect_symbol): Call report_agent_reqs_errors.
7288 (encode_actions_1): Ditto.
7289 (encode_actions): Don't expect a result from validate_actionline.
7290
615bcdef
SS
72912010-04-01 Stan Shebs <stan@codesourcery.com>
7292
7293 * tracepoint.c (trace_start_command): Confirm if trace is running.
7294 (trace_stop_command): Error if trace not running.
7295
fe01d668
L
72962010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7297
7298 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7299 (AMD64_NUM_LOWER_BYTE_REGS): New.
7300 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7301 (amd64_pseudo_register_write): Likewise.
7302 (amd64_init_abi): Set num_byte_regs to 20.
7303
86b17b60
PA
73042010-04-01 Pedro Alves <pedro@codesourcery.com>
7305
7306 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7307 (prev_breakpoint_count): New.
7308 (set_breakpoint_count): Adjust.
7309 (rbreak_start_breakpoint_count): New.
7310 (start_rbreak_breakpoints): Adjust.
7311 (end_rbreak_breakpoints): Adjust.
7312 (struct commands_info) <arg>: New field.
7313 (do_map_commands_command): Tweak output to include breakpoint spec
7314 range.
7315 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7316 ARG was empty on entry. Set INFO's arg.
7317 (create_breakpoint): Adjust.
7318
7319 * NEWS: Clarify `commands' changes.
7320
2c58c0a9
PA
73212010-04-01 Pedro Alves <pedro@codesourcery.com>
7322
7323 * tracepoint.c: Include stack.h.
7324 (struct add_local_symbols_data): New.
7325 (do_collect_symbol): New.
7326 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7327 iterate_over_block_local_vars.
7328 * stack.c (print_block_frame_locals): Rewrite as ...
7329 (iterate_over_block_locals): ... this. Take a callback function
7330 pointer and generic data pointer, and call that instead of
7331 print_variable_and_value.
7332 (struct print_variable_and_value_data): New.
7333 (do_print_variable_and_value): New.
7334 (iterate_over_block_local_vars): New, abstracted out from
7335 print_frame_local_vars.
7336 (print_frame_local_vars): Rewrite using
7337 iterate_over_block_local_vars.
7338 (iterate_over_block_arg_vars): New, abstracted out from
7339 print_frame_arg_vars.
7340 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7341 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7342 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7343
d476da0e
RE
73442010-03-31 Richard Earnshaw <rearnsha@arm.com>
7345
7346 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
8d95cc3b 7347 instructions. Use the PC+4 if the base of the TBB or TBH is the
d476da0e
RE
7348 PC register.
7349
8072405b
JK
73502010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7351
7352 Fix crash on reading wrong function declaration DWARF.
7353 * dwarf2read.c (read_subroutine_type): New variable void_type.
7354 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7355 more close to their use.
7356
8bf6485c
SS
73572010-03-31 Stan Shebs <stan@codesourcery.com>
7358
7359 * breakpoint.c (tracepoint_save_command): Include variables,
8d95cc3b 7360 conditionals, tracepoint types, and default-collect.
8bf6485c
SS
7361 * tracepoint.c (save_trace_state_variables): New function.
7362 * tracepoint.h (save_trace_state_variables): Declare it.
7363
2ae2a0b7
PM
73642010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7365
1a161f72 7366 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
2ae2a0b7 7367
86ffb506
KS
73682010-03-30 Keith Seitz <keiths@redhat.com>
7369
7370 * c-typeprint.c (c_type_print_args): Don't print "void"
7371 for java, regardless of whether it is TYPE_PROTOTYPED.
7372 Use the passed-in language instead of current_language.
7373 (c_type_print_varspec_suffix): Use current_language instead
7374 of assuming language_c.
7375 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7376 any return type specifier from the physname.
7377
956c2c8b
PA
73782010-03-30 Pedro Alves <pedro@codesourcery.com>
7379
7380 * tui/tui-interp.c (tui_is_toplevel): New.
7381 (tui_init): Set it.
7382 (tui_allowed_p): New.
7383 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7384 enabling it.
7385 * tui/tui.h (tui_allowed_p): Declare.
7386
98e5a990
TT
73872010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7388
7389 * serial.h: Include winsock2.h before windows.h.
7390
c8d5aac9
L
73912010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7392
7393 * NEWS: Mention xmlRegisters= in qSupported packet.
7394
7395 * i386-tdep.c: Include "remote.h".
7396 (_initialize_i386_tdep): Call register_remote_support_xml.
7397
7398 * remote.c (remote_support_xml): New.
7399 (register_remote_support_xml): Likewise.
7400 (remote_query_supported_append): Likewise.
7401 (remote_query_supported): Support remote_support_xml.
7402
7403 * remote.h (register_remote_support_xml): New.
7404
76a2b958
SS
74052010-03-29 Stan Shebs <stan@codesourcery.com>
7406
42e08e69
SS
7407 * tracepoint.c (trace_find_line_command): Remove dead code.
7408
409873ef
SS
7409 * tracepoint.h (struct uploaded_string): New struct.
7410 (struct uploaded_tp): New fields for source strings.
7411 * breakpoint.c (this_utp, next_cmd): New globals.
7412 (read_uploaded_action): New function.
7413 (create_tracepoint_from_upload): Fill in more parts
7414 of a tracepoint.
7415 * tracepoint.c (encode_source_string): New function.
7416 (trace_save): Write out source strings, fix error checks.
7417 (parse_tracepoint_definition): Add source string parsing.
7418 * remote.c (PACKET_TracepointSource): New packet type.
7419 (remote_download_command_source): New function.
7420 (remote_download_tracepoint): Download source pieces also.
7421 (_initialize_remote): Add packet config command.
7422
a0405854
SS
7423 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7424 expression handler.
7425
76a2b958
SS
7426 * tracepoint.c (start_tracing): Check tracepoints before sending
7427 commands to target, don't start if all tracepoints disabled.
7428
d350db38
PA
74292010-03-28 Pedro Alves <pedro@codesourcery.com>
7430
12f2d601 7431 * cli/cli-script.c (process_next_line): Handle 'stepping'.
d350db38 7432
8b9b7ef8
SS
74332010-03-26 Stan Shebs <stan@codesourcery.com>
7434
7435 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7436
9766ced4
SS
74372010-03-26 Tom Tromey <tromey@redhat.com>
7438
7439 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7440
059acae7
UW
74412010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7442
7443 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7444 (skip_prologue_sal): Remove local definition.
7445 (resolve_sal_pc): Remove now unnecessary code.
7446 * linespec.c (minsym_found): Call skip_prologue_sal.
7447 * symtab.c (find_function_start_pc): Remove.
7448 (find_function_start_sal): Extract prologue skipping into ...
7449 (skip_prologue_sal): ... this new function. Handle code both
7450 with and without debug info. Respect SAL's explicit_pc and
7451 explicit_line flags. Inline old find_function_start_pc.
7452 * symtab.h (find_function_start_pc): Remove.
7453 (skip_prologue_sal): Add prototype.
7454
4a811a97
UW
74552010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7456
7457 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7458 for DW_TAG_imported_module children.
7459
907af001
UW
74602010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7461
7462 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7463 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7464 * completer.c (add_struct_fields): Fix inverted logic.
7465
dde2d684
UW
74662010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7467
7468 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7469
a609a0c8
PA
74702010-03-26 Pedro Alves <pedro@codesourcery.com>
7471
7472 * tracepoint.c (current_trace_status): Don't make sure error_desc
7473 is non-NULL here.
7474 (parse_trace_status): Release a previous error_desc string, and
7475 set it to NULL by default. If stop reason is tracepoint_error,
7476 make sure error_desc is not left NULL.
7477
610197fd
PA
74782010-03-26 Pedro Alves <pedro@codesourcery.com>
7479
7480 * tracepoint.c (trace_save): Remove X from tracepoint error
7481 description.
7482
99b5e152
PA
74832010-03-26 Pedro Alves <pedro@codesourcery.com>
7484
7485 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7486 the terror description. Don't expect an X prefix.
7487
6c28cbf2
SS
74882010-03-25 Stan Shebs <stan@codesourcery.com>
7489
7490 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7491 (struct trace_status): New field error_desc.
7492 * tracepoint.c (stop_reason_names): Add terror.
7493 (current_trace_status): Ensure non-NULL error description.
7494 (trace_status_command): Add error report.
7495 (trace_status_mi): Ditto.
7496 (trace_save): Add special case for error description.
7497 (parse_trace_status): Add case for errors.
7498
418835cc
KS
74992010-03-25 Keith Seitz <keiths@redhat.com>
7500
7501 * dwarf2read.c (read_subroutine_type): If the compilation unit
7502 language is Java, mark any formal parameter named "this" as
7503 artificial (GCC/43521).
7504 (dwarf2_name): Add special handling for Java constructors.
7505
aa7d318d
TT
75062010-03-25 Tom Tromey <tromey@redhat.com>
7507
7508 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7509 * infrun.c (handle_inferior_event): Change initialization of
7510 stop_stack_dummy.
7511 (handle_inferior_event): Change assignment to stop_stack_dummy.
7512 (normal_stop): Update use of stop_stack_dummy.
7513 (struct inferior_status) <stop_stack_dummy>: Change type.
7514 * inferior.h (stop_stack_dummy): Update.
7515 * infcmd.c (stop_stack_dummy): Change type.
7516 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7517 function.
7518 (call_function_by_hand): Call set_std_terminate_breakpoint.
7519 Rewrite std::terminate handling.
7520 * breakpoint.h (enum bptype) <bp_std_terminate,
7521 bp_std_terminate_master>: New.
7522 (enum stop_stack_kind): New.
7523 (struct bpstat_what) <call_dummy>: Change type.
7524 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7525 Declare.
7526 * breakpoint.c (create_std_terminate_master_breakpoint): New
7527 function.
7528 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7529 Call create_std_terminate_master_breakpoint.
7530 (print_it_typical): Handle new breakpoint kinds.
7531 (bpstat_stop_status): Handle bp_std_terminate_master.
7532 (bpstat_what): Correctly set call_dummy field. Handle
7533 bp_std_terminate_master and bp_std_terminate.
7534 (print_one_breakpoint_location): Update.
7535 (allocate_bp_location): Update.
7536 (set_std_terminate_breakpoint): New function.
7537 (delete_std_terminate_breakpoint): Likewise.
7538 (create_thread_event_breakpoint): Update.
7539 (delete_command): Update.
7540 (breakpoint_re_set_one): Update.
7541 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7542
82ccf5a5
JK
75432010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7544
7545 * symfile.c (build_section_addr_info_from_bfd): New.
7546 (build_section_addr_info_from_objfile): Base it on
7547 build_section_addr_info_from_bfd.
7548 (addrs_section_compar, addrs_section_sort): New.
7549 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7550 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
7551 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
7552
737c4c52
MS
75532010-03-24 Michael Snyder <msnyder@localhost.localdomain>
7554
8d95cc3b 7555 * elfread.c (find_separate_debug_file_by_buildid):
737c4c52
MS
7556 Remove unused local variable.
7557
95a42b64
TT
75582010-03-24 Tom Tromey <tromey@redhat.com>
7559
7560 PR breakpoints/9352:
7561 * NEWS: Mention changes to `commands' and `rbreak'.
7562 * symtab.c (do_end_rbreak_breakpoints): New function.
7563 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7564 end_rbreak_breakpoints.
7565 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7566 (set_breakpoint_count): Likewise. Clear last_was_multi.
7567 (multi_start, multi_end, last_was_multi): New globals.
7568 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7569 functions.
7570 (struct commands_info): New
7571 (do_map_commands_command): New function.
7572 (commands_command_1): New function.
7573 (commands_command): Use it.
7574 (commands_from_control_command): Likewise.
7575 (do_delete_breakpoint): New function.
7576 (delete_command): Use it.
7577 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
7578 (do_map_disable_breakpoint): New function.
7579 (disable_command): Use it.
7580 (do_map_enable_breakpoint): New function.
7581 (enable_command): Use it.
7582 (enable_once_breakpoint): Add argument.
7583 (enable_once_command): Update.
7584 (enable_delete_breakpoint): Add argument.
7585 (enable_delete_command): Update.
7586 (break_command_really): Set last_was_multi when needed.
7587 (check_tracepoint_command): Fix formatting.
7588 (validate_commands_for_breakpoint): New function.
7589 (breakpoint_set_commands): Use it.
7590 (tracepoint_save_command): Update.
7591 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7592 Declare.
7593
9add0f1b
TT
75942010-03-24 Tom Tromey <tromey@redhat.com>
7595
7596 * breakpoint.h (struct counted_command_line): New struct.
7597 (struct breakpoint) <commands>: Change type.
7598 (struct bpstats) <commands>: Change type.
7599 <commands_left>: New field.
7600 * breakpoint.c (alloc_counted_command_line): New function.
7601 (incref_counted_command_line): Likewise.
7602 (decref_counted_command_line): Likewise.
7603 (do_cleanup_counted_command_line): Likewise.
7604 (make_cleanup_decref_counted_command_line): Likewise.
7605 (breakpoint_set_commands): Use decref_counted_command_line and
7606 alloc_counted_command_line.
7607 (commands_command): Don't error if breakpoint commands are
7608 executing.
7609 (commands_from_control_command): Likewise.
7610 (bpstat_free): Update.
7611 (bpstat_copy): Likewise.
7612 (bpstat_clear_actions): Likewise.
7613 (bpstat_do_actions_1): Likewise.
7614 (bpstat_stop_status): Likewise.
7615 (print_one_breakpoint_location): Likewise.
7616 (delete_breakpoint): Likewise.
7617 (bpstat_alloc): Initialize new field.
7618 (tracepoint_save_command): Update.
7619 * tracepoint.c (encode_actions): Update.
7620 (trace_dump_command): Update.
7621
a6c727b2
DJ
76222010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7623
7624 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7625 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7626 (read_structure_type): For RealView, set TYPE_STUB on structures with
7627 no byte size and no children.
7628 (read_subroutine_type): Mark functions as prototyped by default.
7629 * symtab.c (producer_is_realview): New function.
7630 * symtab.h (expand_line_sal): Fix declaration formatting.
7631 (producer_is_realview): Declare.
7632
0d39a070
DJ
76332010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7634
7635 * arm-tdep.c (skip_prologue_function): New function.
7636 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7637 (thumb_analyze_prologue): Document return value. Recognize more
7638 Thumb instructions, skippable calls, and some Thumb-2 instructions.
7639 Add debug output.
7640 (arm_skip_prologue): Remove call dummy check. Check the prologue
7641 for non-GNU compilers.
7642 (arm_instruction_changes_pc): New function.
7643 (arm_analyze_prologue): New function, broken out from
7644 arm_scan_prologue. Recognize more ARM instructions and skippable
7645 calls. Update comments. Handle NULL cache. Return the address
7646 of the first unrecognized instruction. Do not skip past other
7647 instructions which change control flow. Add debug output.
7648 (arm_scan_prologue): Use arm_analyze_prologue.
7649 (ARM_PC_32): Delete.
7650 (shifted_reg_val): Simplify ARM_PC_32 check.
7651
4baf5cf4
VP
76522010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7653
7654 * tracepoint.c (tvariables_info_1): Actually compute
7655 the number of rows in the result.
7656
4a5e7a5b
PA
76572010-03-24 Pedro Alves <pedro@codesourcery.com>
7658
7659 * remote.c (crc32): Constify `buf' parameter.
7660 (remote_verify_memory): New, abstracted out from...
7661 (compare_sections_command): ... this. Remove hardcoded target
7662 checks.
7663 (init_remote_ops): Install remote_verify_memory.
7664 * target.c (target_verify_memory): New.
7665 * target.h (struct target_ops) <to_verify_memory>: New field.
7666 (target_verify_memory): Declare.
7667
011aacb0
VP
76682010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7669
7670 Implement -trace-save.
7671
7672 * mi-cmds.h (mi_cmds_trace_save): Declare.
7673 * mi-cmds.c (mi_cmds): Register -trace-save.
7674 * mi/mi-main.c (mi_cmd_trace_save): New.
7675 * remote.c (remote_save_trace_data): Take const parameter.
7676 * target.h (struct target_ops::to_save_trace_data): Take
7677 const parameter.
7678 * target.c (update_current_target): Adjust to the above.
7679 * tracepoint.c (trave_save): New, extracted from
7680 (trace_save_command): ...this.
7681 (tfile_trace_find): Remove message that is unnecessary now
7682 that 'tfind' reports found frame.
7683 * tracepoint.h (trace_save): Declare.
7684
f197e0f1
VP
76852010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7686
7687 Implement -trace-find.
7688
7689 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7690 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7691 * mi/mi-main.c (mi_cmd_trace_find): New.
7692 * target.h (struct target_ops): Document to_trace_find.
7693 * tracepoint.h (tfind_1): Declare.
7694 * tracepoint.c (finish_tfind_command): Rename to...
7695 (tfind_1): ...this.
7696 * remote.c (remote_trace_find): Return -1 if target say
7697 there's no frame. Improve error diagnostics.
7698
40e1c229
VP
76992010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7700
7701 -trace-define-variable and -trace-list-variables.
7702
7703 * tracepoint.c (create_trace_state_variable): Make
7704 private copy of name, as opposed to assuming the
7705 pointer lives forever.
7706 (tvariables_info_1): New.
7707 (tvariables_info): Use the above.
7708 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7709 Declare.
7710 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7711 and -trace-list-variables.
7712 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7713 (mi_cmd_trace_list_variables): New.
7714 * mi/mi-main.c (mi_cmd_trace_define_variable)
7715 (mi_cmd_trace_list_variables): New.
7716
9b4c786c
VP
77172010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7718
7719 Implement -break-passcount.
7720
7721 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7722 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7723 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7724
f224b49d
VP
77252010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7726
7727 -trace-start/-trace-end/-trace-status.
7728
7729 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7730 and -trace-stop.
7731 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7732 (mi_cmd_trace_stop): Declare.
7733 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7734 (mi_cmd_trace_stop): New.
7735 * tracepoint.c (start_tracing): New, extracted from...
7736 (trace_start_command): ...this.
7737 (trace_status_mi): New.
7738 * tracepoint.h (struct trace_status): Document
7739 stopping_tracepoint.
7740 (start_tracing, stop_tracing, trace_status_mi): Declare.
7741
6534d786
VP
77422010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7743
7744 Implement creating tracepoints with -break-insert.
7745
7746 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7747 to mean that tracepoint should be created.
7748
51661e93
VP
77492010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7750
7751 * breakpoint.c (check_no_tracepoint_commands): Use
7752 current spelling of 'teval'.
7753
a7bdde9e
VP
77542010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7755
7756 Unify actions and commands
7757
7758 * defs.h (read_command_lines, read_command_lines_1): New
7759 parameters validator and closure.
7760 * tracepoint.h (struct action_line): Remove.
7761 * breakpoint.h (struct breakpoint): Remove the 'actions'
7762 field.
7763 * defs.h (enum command_control_type): New value
7764 while_stepping_control.
7765 (struct command_line): Add comments.
7766 * breakpoint.c (breakoint_is_tracepoint): New.
7767 (breakpoint_set_commands): For tracepoints,
7768 verify the commands are permissible.
7769 (check_tracepoint_commands): New.
7770 (commands_command): Require that each new line is validated using
7771 check_tracepoint_command, if we set commands for a tracepoint.
7772 (create_tracepoint_from_upload): Likewise.
7773 (print_one_breakpoint_location): Remove the code to print
7774 actions specifically.
7775 (tracepoint_save_command): Relay to print_command_lines.
7776 * cli/cli-script.c (process_next_line): New parameters validator
7777 and closure. Handle 'while-stepping'. Call validator if not null.
7778 (read_command_lines, read_command_lines1): Likewise.
7779 (recurse_read_control_structure): New parameters validator and
7780 closure. Handle while_stepping_control.
7781 (print_command_lines): Handle while-stepping.
7782 (get_command_line, define_command, document_command): Adjust.
7783 * remote.c (remote_download_tracepoint): Adjust.
7784 * tracepoint.c (make_cleanup_free_actions, read_actions)
7785 (free_actions, do_free_actions_cleanup): Remove.
7786 (trace_actions_command): Use read_command_lines.
7787 (validate_actionline): Use error in one place.
7788 (encode_actions_1): New, extracted from...
7789 (encode_actions): ...this. Also use cleanups for exception
7790 safety.
7791 (trace_dump_command): Adjust.
7792 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7793 it's tracepoint.
7794
64e3cf3d
MF
77952010-03-23 Mike Frysinger <vapier@gentoo.org>
7796
7797 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7798
52e9fde8
SS
77992010-03-22 Stan Shebs <stan@codesourcery.com>
7800
7801 * value.c (value_static_field): Be lazy about the field's value.
7802
508ccb1f
TT
78032010-03-22 Reid Kleckner <reid@kleckner.net>
7804
7805 PR gdb/11094
7806 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7807 bp_jit_event.
7808 (disable_breakpoints_in_shlibs): Likewise.
7809
acebe513
UW
78102010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
7811
7812 * dwarf2read.c (partial_die_parent_scope): Work around buggy
7813 GCC 4.1 debug info generation (GCC PR c++/28460).
7814 (determine_prefix): Likewise.
7815
957b8b5a
DJ
78162010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
7817
7818 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7819 get_current_arch.
7820 * tui/tui-layout.c (extract_display_start_addr): Likewise.
7821
3b11a015
SS
78222010-03-19 Stan Shebs <stan@codesourcery.com>
7823
7824 * ax-gdb.c (gen_fetch): Handle bool.
7825 (gen_usual_unary): Ditto.
7826 (gen_cast): Ditto.
7827 (gen_equal): New function.
7828 (gen_less): New function.
7829 (gen_expr_binop_rest): Call them, also return integer type from
7830 logical operations.
7831 (gen_expr): Ditto.
7832
20781792
TT
78332010-03-19 Tom Tromey <tromey@redhat.com>
7834
7835 * jv-lang.c (jv_dynamics_objfile_data_key)
7836 (jv_type_objfile_data_key): New globals.
7837 (class_symtab): Move earlier.
7838 (jv_per_objfile_free): New function.
7839 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
7840 parameter.
7841 Remove ancient #if 1.
7842 (add_class_symbol): Remove redundant declaration.
7843 (java_lookup_class): Use alloc_type, not alloc_type_arch.
7844 (java_link_class_type): Mark as static. Update.
7845 (jv_clear_object_type): New function.
7846 (set_java_object_type): Likewise.
7847 (get_java_object_type): Use set_java_object_type.
7848 (is_object_type): Likewise.
7849 (_initialize_java_language): Register new objfile keys.
7850 (get_java_class_symtab): Add 'gdbarch' parameter.
7851 (add_class_symtab_symbol): Update.
7852 (type_from_class): Update.
7853
cf3e25ca
SS
78542010-03-19 Stan Shebs <stan@codesourcery.com>
7855
8d95cc3b 7856 * ax-general.c (ax_const_l): Fix a sizing bug.
cf3e25ca 7857
f1ae44c9 78582010-03-18 Joel Brobecker <brobecker@adacore.com>
7859
7860 GDB 7.1 released.
7861
4daf5ac0
SS
78622010-03-18 Stan Shebs <stan@codesourcery.com>
7863 Pedro Alves <pedro@codesourcery.com>
7864
7865 * target.h (struct target_ops): New method
7866 to_set_circular_trace_buffer.
7867 (target_set_circular_trace_buffer): New macro.
7868 * target.c (update_current_target): Add
7869 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7870 default behavior.
7871 * remote.c (remote_set_circular_trace_buffer): New function.
7872 (init_remote_ops): Add it to vector.
7873 * tracepoint.h (struct trace_status): New field traceframes_created,
7874 change buffer_size and buffer_free to int.
7875 * tracepoint.c (circular_trace_buffer): New global.
7876 (start_tracing): Send values of disconnected tracing and circular
7877 trace buffer settings.
7878 (set_circular_trace_buffer): New function.
7879 (parse_trace_state): Handle total space and frames created.
7880 (trace_status_command): Display total space and total frames
7881 created.
7882 (trace_save): Write out new status values.
7883 (parse_trace_status): Set traceframe_count, traceframes_created,
7884 buffer_free and buffer_size to -1 by default.
7885 (_initialize_tracepoint): New setshow for circular-trace-buffer.
7886 * NEWS: Mention the circular trace buffer option.
7887
40c549d6
TT
78882010-03-18 Tom Tromey <tromey@redhat.com>
7889
7890 * infcmd.c (finish_command_continuation): Wrap print_return_value
7891 in TRY_CATCH.
7892
e8d05480
JB
78932010-03-18 Joel Brobecker <brobecker@adacore.com>
7894
7895 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7896 DIE has a name before creating the associated partial symbol.
7897 (read_func_scope): Emit a complaint if the subprogram does not
7898 have a name or when we can't extract the subprogram PC bounds.
7899
441b986a
UW
79002010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
7901
7902 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7903 instead of selected frame architecture.
7904
4247603b
PA
79052010-03-18 Pedro Alves <pedro@codesourcery.com>
7906
7907 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
7908 a valid selected thread, and that it is not running.
7909 (advance_command): Ditto.
7910 (finish_command): Ditto.
7911
400c6af0
SS
79122010-03-17 Stan Shebs <stan@codesourcery.com>
7913
3a96536b
SS
7914 * ax-gdb.c (require_rvalue): Disallow non-scalars.
7915
573cda03
SS
7916 * infcall.c: Include tracepoint.h.
7917 (call_function_by_hand): Disallow calls in tfind mode.
7918 * infcmd.c: Include tracepoint.h.
7919 (ensure_not_tfind_mode): New function.
7920 (continue_1): Call it.
7921 (step_1) Ditto.
7922 (jump_command): Ditto.
7923 (signal_command): Ditto.
7924 (advance_command): Ditto.
7925 (until_command): Ditto.
7926 (finish_command): Ditto.
7927 * tracepoint.h (disconnect_or_stop_tracing): Declare.
7928
400c6af0
SS
7929 * ax-gdb.h (struct axs_value): New field optimized_out.
7930 (gen_trace_for_var): Add gdbarch argument.
7931 * ax-gdb.c (gen_trace_static_fields): New function.
7932 (gen_traced_pop): Call it, add gdbarch argument.
7933 (gen_trace_for_expr): Update call to it.
7934 (gen_trace_for_var): Ditto, and report optimized-out variables.
7935 (gen_struct_ref_recursive): Check for optimized-out value.
7936 (gen_struct_elt_for_reference): Ditto.
7937 (gen_static_field): Pass gdbarch instead of expression, assume
7938 optimization if field not found.
7939 (gen_var_ref): Set the optimized_out flag.
7940 (gen_expr): Error on optimized-out variable.
7941 * tracepoint.c (collect_symbol): Handle struct-valued vars as
7942 expressions, skip optimized-out variables with computed locations.
7943 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7944 erroring out if location expression missing.
7945 (loclist_tracepoint_var_ref): Don't error out here.
7946
a3b2a86b
TT
79472010-03-17 Tom Tromey <tromey@redhat.com>
7948
7949 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7950 DWARF data is available.
7951
38963c97
DJ
79522010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
7953
7954 * symfile.c (generic_load): Reset breakpoints after loading.
7955
ddabfc73
TT
79562010-03-17 Tom Tromey <tromey@redhat.com>
7957
7958 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7959
d8c09fb5
JK
79602010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7961
7962 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7963 create_breakpoint call, adjust the parameters.
7964
bbb0eef6
JK
79652010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7966 Chandru <chandru@in.ibm.com>
7967
7968 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
7969 * valarith.c (value_subscripted_rvalue): Suppress error if
7970 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
7971
46956e39
HZ
79722010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
7973
7974 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
7975
b8d088ac
JB
79762010-03-16 Joel Brobecker <brobecker@adacore.com>
7977
7978 * ada-tasks.c (task_command_1): Check that the task ptid is valid
7979 before doing the associated thread switch.
7980
322be962
DJ
79812010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
7982
7983 * MAINTAINERS: Update my email address.
7984
8cdf0e15
VP
79852010-03-16 Vladimir Prus <vladimir@codesourcery.com>
7986
7987 Simplify MI breakpoint setting.
7988
7989 * breakpoint.c (break_command_really): Make nonstatic and
7990 rename to...
7991 (create_breakpoint): ...this. Rename prior function by this name
7992 to...
7993 (create_breakpoint_sal): ...this.
7994 (create_breakpoints): Rename to...
7995 (create_breakpoints_sal): ...this.
7996 (set_breakpoint): Remove.
7997 * breakpoint.h: Adjust to above changes.
7998 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
7999
b6e7192f
SS
80002010-03-15 Stan Shebs <stan@codesourcery.com>
8001
8002 * ax-gdb.c: Include cp-support.h.
8003 (find_field): Remove.
8004 (gen_primitive_field): New function.
8005 (gen_struct_ref_recursive): New function.
8006 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8007 of find_field.
8008 (gen_static_field): New function.
8009 (gen_struct_elt_for_reference): New.
8010 (gen_namespace_elt): New.
8011 (gen_maybe_namespace_elt): New.
8012 (gen_aggregate_elt_ref): New.
8013 (gen_expr): Add OP_SCOPE, display opcode name in error message.
8014
1054b214
TT
80152010-03-15 Tom Tromey <tromey@redhat.com>
8016
8017 * dwarf2read.c (die_needs_namespace): Also return 0 for
8018 DW_TAG_subprogram.
8019
13387711
SW
80202010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8021
8022 PR c++/7936:
8023 * cp-support.h: Added char *declaration element to using_direct
8024 data struct.
8025 (cp_add_using): Added char *declaration argument.
8026 (cp_add_using_directive): Ditto.
8027 (cp_lookup_symbol_imports): made extern.
8028 * cp-namespace.c: Updated with the above changes.
8029 * dwarf2read.c (read_import_statement): Ditto.
8030 (read_namespace): Ditto.
8031 (read_import_statement): Support import declarations.
8032 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8033 declarations.
8034 Added support for 'declaration_only' search.
8035 (cp_lookup_symbol_namespace): Attempt to search for the name as
8036 is before consideration of imports.
8037 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8038 search at every block level search.
8039 Now takes language argument.
8040 (lookup_symbol_aux): Updated.
8041
6e31430b
TT
80422010-03-15 Tom Tromey <tromey@redhat.com>
8043
8044 * c-exp.y (name_not_typename): Add 'operator' clause.
8045
4dea3bb7 80462010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
bf307134
JB
8047
8048 * configure.ac: Exit if ${gdb_target_obs}" is not set.
8049 * configure: Regenerate.
8050
4d9743af
JK
80512010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8052
8053 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8054 and ".sdynbss". Update the comment.
8055
f75150fe
JZ
80562010-03-15 Jie Zhang <jie@codesourcery.com>
8057
8058 * MAINTAINERS: Update my email address.
8059
3c13bc11
DJ
80602010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8061
8062 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8063
43484f03
DJ
80642010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8065
8066 * charset.c [USE_WIN32API]: Include <windows.h>.
8067 (_initialize_charset): Correct type of w32_host_default_charset.
8068
5f25d77d
PA
80692010-03-14 Pedro Alves <pedro@codesourcery.com>
8070
8071 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8072
1c809c68
TT
80732010-03-12 Tom Tromey <tromey@redhat.com>
8074
8075 PR c++/9708:
8076 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8077 in a lexical block does not need a namespace.
8078 (new_symbol) <DW_TAG_variable>: Put extern variables on
8079 list_in_scope in all cases.
8080
948103cf
SS
80812010-03-12 Stan Shebs <stan@codesourcery.com>
8082
8083 * ax-gdb.c (gen_expr): Add shift expressions.
8084 (gen_expr_binop_rest): Ditto.
8085
00ae8fef
SW
80862010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8087
8088 * buildsym.c (finish_block): Reset using_directives pointer
8089 after block initialization.
8090
9cad29ac
L
80912010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8092
8093 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8094 * i386-tdep.c (i386_word_names): Likewise.
8095
2f4d8875
PA
80962010-03-12 Pedro Alves <pedro@codesourcery.com>
8097
8098 * target.c (memory_xfer_partial): Don't use the stack cache if
8099 inspecting trace frames.
8100 * tracepoint.c (finish_tfind_command): Invalidate the target
8101 dcache.
8102
ccf26247
JK
81032010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8106 for the PIC displacement, print also the displacement value.
8107 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8108
477c84a7
KB
81092010-03-10 Kevin Buettner <kevinb@redhat.com>
8110
8111 * remote-mips.c (close_ports, mips_initialize_cleanups)
8112 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8113 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8114 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8115 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8116 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8117 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8118 comments describing each of these functions.
8119 (mips_enter_debug, mips_exit_debug, common_open)
8120 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8121 blank line after the comment describing the function.
8122
01c30d6e
JK
81232010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8126 parameter displacementp. Update comment.
8127 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8128 element exists. Return if svr4_exec_displacement was not successful.
8129 Update comment.
8130
09919ac2
JK
81312010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8132 Daniel Jacobowitz <dan@codesourcery.com>
8133
8134 * solib-svr4.c (read_program_header): Support type == -1 to read
8135 all program headers.
8136 (read_program_headers_from_bfd): New function.
8137 (svr4_static_exec_displacement): Remove and move the comment ...
8138 (svr4_exec_displacement): ... here. Remove variable found. New
8139 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8140 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8141 targets using read_program_headers_from_bfd. Remove the call of
8142 svr4_static_exec_displacement.
8143
d146bf1e
TT
81442010-03-10 Tom Tromey <tromey@redhat.com>
8145
8146 * dwarf2read.c (struct pubnames_header): Remove.
8147 (_PUBNAMES_HEADER): Remove.
8148 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8149 (struct aranges_header): Remove.
8150 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8151 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8152 (PUBNAMES_SECTION): Remove.
8153 (ARANGES_SECTION): Remove.
8154 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8155 (dwarf2_build_psymtabs): Remove dead code.
8156 (dwarf2_build_psymtabs_easy): Remove.
8157
be391dca
TT
81582010-03-10 Tom Tromey <tromey@redhat.com>
8159
8160 * elfread.c (elf_symfile_read): Don't call
8161 dwarf2_build_frame_info.
8162 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8163 (struct dwarf2_per_objfile) <objfile>: New field.
8164 (dwarf2_has_info): Now idempotent. Set objfile field.
8165 (dwarf2_read_section): Check and set readin field. Call
8166 posix_madvise.
8167 (dwarf2_build_psymtabs): Don't read all sections.
8168 (read_type_comp_unit_head): Read types section.
8169 (create_debug_types_hash_table): Likewise.
8170 (init_cu_die_reader): Add asserts.
8171 (process_type_comp_unit): Add assert.
8172 (dwarf2_build_psymtabs_hard): Read info section.
8173 (load_partial_comp_unit): Add assert.
8174 (create_all_comp_units): Read info section.
8175 (load_full_comp_unit): Likewise.
8176 (dwarf2_ranges_read): Read ranges section.
8177 (dwarf2_record_block_ranges): Add assert.
8178 (dwarf2_read_abbrevs): Read abbrev section.
8179 (read_indirect_string): Read str section.
8180 (dwarf_decode_line_header): Read line section.
8181 (read_signatured_type_at_offset): Read types section.
8182 (dwarf_decode_macros): Read macinfo section.
8183 (dwarf2_symbol_mark_computed): Read loc section.
8184 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8185 dwarf2_build_frame_info.
8186 (dwarf2_build_frame_info): Unconditionally set
8187 dwarf2_frame_objfile_data on the objfile.
8188 * configure.ac: Check for posix_madvise.
8189 * config.in, configure: Rebuild.
8190
ccefe4c4
TT
81912010-03-10 Tom Tromey <tromey@redhat.com>
8192
e38df1d0
TT
8193 * xcoffread.c (xcoff_start_psymtab): Update.
8194 (xcoff_end_psymtab): Update.
8195 * psymtab.c (allocate_psymtab): Remove dead code.
8196 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8197 void*.
8198 * mdebugread.c (parse_partial_symbols): Update.
8199 (new_psymtab): Likewise.
8200 * dwarf2read.c (process_psymtab_comp_unit): Update.
8201 (psymtab_to_symtab_1): Update.
8202 * dbxread.c (start_psymtab): Update.
8203 (end_psymtab): Likewise.
8204
be391dca 82052010-03-10 Tom Tromey <tromey@redhat.com>
e38df1d0 8206
ccefe4c4
TT
8207 * xcoffread.c: Include psymtab.h.
8208 (xcoff_sym_fns): Update.
8209 * symtab.h (struct partial_symbol): Remove.
8210 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8211 (struct partial_symtab): Remove.
8212 (PSYMTAB_TO_SYMTAB): Remove.
8213 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8214 (find_pc_sect_psymtab): Remove.
8215 (find_pc_sect_symtab_via_partial): Declare.
8216 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8217 (find_main_psymtab): Remove.
8218 (find_main_filename): Declare.
8219 (fixup_psymbol_section): Remove.
8220 (fixup_section): Declare.
8221 * symtab.c: Include psymtab.h.
8222 (lookup_symtab): Use lookup_symtab method.
8223 (lookup_partial_symtab): Remove.
8224 (find_pc_sect_psymtab_closer): Remove.
8225 (find_pc_sect_psymtab): Remove.
8226 (find_pc_sect_symtab_via_partial): New function.
8227 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8228 (fixup_section): No longer static.
8229 (fixup_psymbol_section): Remove.
8230 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8231 (lookup_global_symbol_from_objfile): Likewise.
8232 (lookup_symbol_aux_psymtabs): Remove.
8233 (lookup_symbol_aux_quick): New function.
8234 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8235 (lookup_partial_symbol): Remove.
8236 (basic_lookup_transparent_type_quick): New function.
8237 (basic_lookup_transparent_type): Use it.
8238 (find_main_psymtab): Remove.
8239 (find_main_filename): New function.
8240 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8241 (find_line_symtab): Use expand_symtabs_with_filename method.
8242 (output_partial_symbol_filename): New function.
8243 (sources_info): Use map_partial_symbol_filenames.
8244 (struct search_symbols_data): New type.
8245 (search_symbols_file_matches): New function.
8246 (search_symbols_name_matches): Likewise.
8247 (search_symbols): Use expand_symtabs_matching method.
8248 (struct add_name_data): Rename from add_macro_name_data.
8249 (add_macro_name): Update.
8250 (add_partial_symbol_name): New function.
8251 (default_make_symbol_completion_list): Use
8252 map_partial_symbol_names.
8253 (struct add_partial_symbol_name): New type.
8254 (maybe_add_partial_symtab_filename): New function.
8255 (make_source_files_completion_list): Use
8256 map_partial_symbol_filenames.
8257 (expand_line_sal): Use expand_symtabs_with_filename method.
8258 * symmisc.c: Include psymtab.h.
8259 (print_objfile_statistics): Use print_stats method.
8260 (dump_objfile): Use dump method.
8261 (dump_psymtab, maintenance_print_psymbols)
8262 (maintenance_info_psymtabs, maintenance_check_symtabs)
8263 (extend_psymbol_list): Remove.
8264 * symfile.h (struct quick_symbol_functions): New struct.
8265 (struct sym_fns) <qf>: New field.
8266 (sort_pst_symbols): Remove.
8267 (increment_reading_symtab): Declare.
8268 * symfile.c: Include psymtab.h.
8269 (compare_psymbols, sort_pst_symbols): Remove.
8270 (psymtab_to_symtab): Remove.
8271 (increment_reading_symtab): New function.
8272 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8273 method.
8274 (set_initial_language): Use find_main_filename.
8275 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8276 (free_named_symtabs): Remove unused code.
8277 (start_psymtab_common, add_psymbol_to_bcache)
8278 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8279 Remove.
8280 * stack.c: Include psymtab.h, symfile.h.
8281 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8282 * source.h (psymtab_to_fullname): Don't declare.
8283 * source.c: Include psymtab.h.
8284 (select_source_symtab): Use find_last_source_symtab method.
8285 (forget_cached_source_info): Use forget_cached_source_info
8286 method.
8287 (find_and_open_source): No longer static.
8288 (psymtab_to_fullname): Remove.
8289 * somread.c: Include psymtab.h.
8290 (som_sym_fns): Update.
8291 * psympriv.h: New file.
8292 * psymtab.h: New file.
8293 * psymtab.c: New file.
8294 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8295 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8296 * objfiles.c: Include psymtab.h.
8297 (objfile_relocate1): Use relocate method.
8298 (objfile_has_partial_symbols): Use has_symbols method.
8299 * mipsread.c: Include psymtab.h.
8300 (ecoff_sym_fns): Update.
8301 * mi/mi-cmd-file.c: Include psymtab.h.
8302 (print_partial_file_name): New function.
8303 (mi_cmd_file_list_exec_source_files): Use
8304 map_partial_symbol_filenames.
8305 * mdebugread.c: Include psympriv.h.
8306 * machoread.c: Include psympriv.h.
8307 (macho_sym_fns): Update.
8308 * m2-exp.y (yylex): Use lookup_symtab.
8309 * elfread.c: Include psympriv.h.
8310 (elf_sym_fns): Update.
8311 * dwarf2read.c: Include psympriv.h.
8312 * dbxread.c: Include psympriv.h.
8313 (aout_sym_fns): Update.
8314 * cp-support.c: Include psymtab.h.
8315 (read_in_psymtabs): Remove.
8316 (make_symbol_overload_list_qualified): Use
8317 expand_symtabs_for_function method.
8318 * coffread.c: Include psympriv.h.
8319 (coff_sym_fns): Update.
8320 * blockframe.c: Include psymtab.h.
8321 (find_pc_partial_function): Use find_pc_sect_symtab method.
8322 * ada-lang.h (ada_update_initial_language): Update.
8323 * ada-lang.c: Include psymtab.h.
8324 (ada_update_initial_language): Remove 'main_pst' argument.
8325 (ada_lookup_partial_symbol): Remove.
8326 (struct ada_psym_data): New type.
8327 (ada_add_psyms): New function.
8328 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8329 (struct add_partial_datum): New type.
8330 (ada_add_partial_symbol_completions): New function.
8331 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8332 (ada_exception_support_info_sniffer): Update.
8333 * Makefile.in (SFILES): Add psymtab.c.
8334 (COMMON_OBS): Add psymtab.o.
8335 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8336
7d8500b7
PM
83372010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8338
8339 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8340
c0cc3a76
SW
83412010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8342
8343 PR C++/11236:
8344 * cp-namespace.c (cp_add_using): Deleted.
8345 (cp_add_using_directive): Use obstack allocations.
8346 Merged the function cp_add_using into this one.
8347 Added 'struct obstack *' argument.
8348 (cp_scan_for_anonymous_namespaces): Updated.
8349 * cp-support.h: Updated.
8350 * dwarf2read.c (read_import_statement): Updated.
8351 (read_namespace): Updated.
8352
452fa064
CF
83532010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8354
8355 * windows-nat.c (cygwin_conv_path): Remove old macro.
8356
60e1c644
PA
83572010-03-10 Pedro Alves <pedro@codesourcery.com>
8358
8359 * breakpoint.c (condition_command): Handle watchpoint conditions.
8360 (is_hardware_watchpoint): Add comment.
8361 (is_watchpoint): New.
8362 (update_watchpoint): Don't reparse the watchpoint's condition
8363 unless necessary.
8364 (WP_IGNORE): New.
8365 (watchpoint_check): Use it.
8366 (bpstat_check_watchpoint): Handle it.
8367 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8368 conditions in a frame where it makes sense.
8369 (watch_command_1): Store the innermost block of the condition
8370 expression.
8371 (delete_breakpoint): Delete the watchpoint condition expression.
8372 * breakpoint.h (struct bp_location) <cond>: Update comment.
8373 (struct breakpoint): New field `cond_exp_valid_block'.
8374
af6b7be1
JB
83752010-03-09 Joel Brobecker <brobecker@adacore.com>
8376
8377 Adjust handling of Ada DIEs after dwarf2_physname patch.
8378 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8379
60c5c021
CF
83802010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8381 Pierre Muller <muller@ics.u-strasbg.fr>
8382
8383 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8384 from/to posix/win32.
8385 (windows_make_so): Use non-Cygwin 1.7 specific function.
8386 (windows_create_inferior): Make sure that cygallargs points to
8387 original args in non Cygwin 1.7. case.
8388
60a1502a
MS
83892010-03-09 Michael Snyder <msnyder@vmware.com>
8390
8391 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8392 after target_read_memory to get host byte order.
8393 (i386_process_record): Ditto.
8394
94af9270
KS
83952010-03-09 Keith Seitz <keiths@redhat.com>
8396
8397 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8398 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8399 print out const or volatile qualifiers, too.
8400 (c_type_print_args): Add parameters show_artificial and language.
8401 Skip artificial parameters when requested.
8402 Use the appropriate language printer.
8403 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8404 parameters and pass language_c.
8405 * dwarf2read.c (die_list): New file global.
8406 (struct partial_die_info): Update comments for name field.
8407 (pdi_needs_namespace): Renamed to ...
8408 (die_needs_namespace): ... this. Rewrite.
8409 (dwarf2_linkage_name): Remove.
8410 (add_partial_symbol): Do not predicate the call to
8411 partial_die_full_name based on pdi_needs_namespace.
8412 Remove call to cp_check_possible_namespace_symbols and associated
8413 outdated comments.
8414 (guess_structure_name): Do not inspect child subprogram DIEs.
8415 (dwarf2_fullname): Update comments.
8416 Use die_needs_namespace to assist in computing the name.
8417 (read_func_scope): Use dwarf2_name to get the DIE's name.
8418 Use dwarf2_physname to get the "linkage name" of the DIE.
8419 (dwarf2_add_member_field): Use dwarf2_physname instead of
8420 dwarf2_linkage_name.
8421 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8422 (determine_class): Remove.
8423 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8424 except Ada.
8425 (new_symbol): Unconditionally call dwarf2_name.
8426 Compute the "linkage name" using dwarf2_physname.
8427 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8428 When determining to scan for anonymous C++ namespaces, ignore
8429 the linkage name.
8430 (dwarf2_physname): New function.
8431 (dwarf2_full_name): Move content to new function and call
8432 that.
8433 (dwarf2_compute_name): "New" function.
8434 (_initialize_dwarf2_read): Initialize die_list.
8435 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8436 physname.
8437 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8438 without a demangled name.
8439 Print out type information for non-virtual methods.
c8d5aac9 8440 * linespec.c (decode_line_1): Force ANY string using "::" (or
94af9270 8441 "." for java) to use decode_compound, and clean up any stray quoting.
c8d5aac9
L
8442 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8443 (decode_compound): Stop consuming at an open parenthesis.
8444 Keep template parameters.
8445 Keep any overload information.
8446 Keep keywords like "const".
8447 Remove paren_pointer.
8448 Move is_quoted check from set_flags to here.
8449 Remove #if 0 code from 2000. Ten years is long enough.
8450 (find_method): Before comparing symbol names, canonicalize the string
8451 from the user.
8452 If a specific overload is requested, find it. Otherwise throw an error.
94af9270
KS
8453 (find_method_overload_end): New function.
8454 (set_flags): Remove.
c8d5aac9
L
8455 (decode_compound): Assume that parentheses are matched.
8456 It's a lot easier.
94af9270
KS
8457 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8458 to cplus_demangle.
8459 * linespec.c (decode_line_1): Keep important keywords like
8460 "const" and "volatile".
8461 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8462 * typeprint.h (c_type_print_args): Add declaration.
8463 * ui-file.c (do_ui_file_obsavestring): New function.
8464 (ui_file_obsavestring): New function.
8465 * ui-file.h (ui_file_obsavestring): Add declaration.
8466 * valops.c (find_overload_match): Resolve the object to
8467 a non-pointer type.
8468 If the object is a data member, search the object for the member
8469 and return with staticp set.
8470 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8471 Do not attempt to extract a function name from non-function types.
8472 If the extracted function name and the original name are the same,
8473 we don't have a C++ method.
8474
8d95cc3b
PA
8475 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8476 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
94af9270
KS
8477
8478 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8479 and arguments from symbol lookups.
8480 * ax-gdb.c (gen_expr): Likewise.
8481 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8482 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8483 lookup_possible_namespace_symbol): Likewise.
8484 * cp-support.c (read_in_psymtabs): Likewise.
8485 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8486 * language.h (la_lookup_symbol_nonlocal): Likewise.
8487 * scm-valprint.c (scm_inferior_print): Likewise.
8488 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8489 * solib-svr.c (elf_lookup_lib): Likewise.
8490 * solib.c (show_auto_solib_add): Likewise.
8491 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8492 * symmisc.c (maintenance_check_symtabs): Likewise.
8493 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8494 lookup_symbol_aux_local, lookup_symbol_aux_block,
8495 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8496 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8497 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8498 basic_lookup_transparent_type, find_main_psymtab,
8499 lookup_block_symbol): Likewise.
8500 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8501 lookup_symbol_global, lookup_symbol_aux_block,
8502 lookup_symbol_partial_symbol, lookup_block_symbol,
8503 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8504
9cb74f47
PM
85052010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8506
8507 * python/python-internal.h: Include symtab.h.
8508
af6b7be1
JB
85092010-03-09 Joel Brobecker <brobecker@adacore.com>
8510 Pierre Muller <muller@ics.u-strasbg.fr>
e13eedd5
PM
8511
8512 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8513 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8514 indentation.
8515
bad56014
TT
85162010-03-08 Tom Tromey <tromey@redhat.com>
8517
8518 * breakpoint.c (breakpoint_1): Add "QUIT".
8519
08105857
PA
85202010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
8521 Pedro Alves <pedro@codesourcery.com>
8522
8523 * solib.c (solib_find): Replace extension if
8524 solib_symbols_extension is set in the target gdbarch.
8525 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8526 solib_symbols_extension to "sym".
8527 * gdbarch.sh (solib_symbols_extension): New variable.
8528 (pstring): New function.
8529 * gdbarch.h, gdbarch.c: Regenerate.
8530
7c953934
TT
85312010-03-08 Tom Tromey <tromey@redhat.com>
8532
8533 PR cli/9591:
8534 * NEWS: Update.
8535 * utils.c: Include main.h.
8536 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8537 (defaulted_query): Use default answer if `batch_flag'.
8538 * main.h (batch_flag): Declare.
8539 * main.c (batch_flag): New global.
8540 (captured_main): Remove 'batch'. Update.
8541
bbd2783e
KB
85422010-03-08 Kevin Buettner <kevinb@redhat.com>
8543
8544 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8545 and Kevin Buettner:
8546
8547 * remote-mips.c (rockhopper_ops): New target_ops struct.
8548 (MON_ROCKHOPPER): New mips_monitor_type.
8549 (read_hex_value): New function.
8550 (mips_request): Send 8-byte values with a 'T' packet. Read the
8d95cc3b 8551 packet argument as a string and use read_hex_value to parse it.
bbd2783e
KB
8552 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8553 (rockhopper_open): New function.
8554 (mips_wait): Read the PC, FP and SP fields as strings. Use
8555 read_hex_value to parse them and mips_set_register to commit them.
8556 (mips_set_register): New function.
8557 (mips_fetch_registers): Do not cast register value to "unsigned"
8558 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
8559 (mips_store_registers): Use a 'T' packet to set registers when
8560 using MON_ROCKHOPPER.
8561 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8562 and expect the total to be printed before the entry address.
8563 (_initialize_remote_mips): Initialize and add rockhopper_ops.
8564
566f3d17
KB
85652010-03-08 Kevin Buettner <kevinb@redhat.com>
8566
8567 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8568 Change return value to int. Store value fetched in location
8569 addressed by `val'. Use function's return value as success
8570 or failure indicator. Adjust all callers.
8571
9c8ee2ab 85722010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
f72d4b77
PM
8573
8574 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8575
7155de5a
HZ
85762010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8577 Hui Zhu <teawater@gmail.com>
8578
8579 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8580 tmp_to_stopped_data_address.
8581 (record_open): Reset tmp_to_stopped_by_watchpoint and
8582 tmp_to_stopped_data_address.
8583 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8584 to_stopped_data_address.
8585
580879fc
HZ
85862010-03-08 Hui Zhu <teawater@gmail.com>
8587
8588 * i386-tdep.c (i386_process_record): Initialize regnum.
8589
b0fcb67f
JK
85902010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8591
8592 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8593 Do not warn on ".gnu.liblist" and ".gnu.conflict".
8594
08597104
JB
85952010-03-08 Joel Brobecker <brobecker@adacore.com>
8596
8597 Memory error when reading wrong core file.
8598 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8599 errors while reading the inferior memory, and return zero if
8600 an exception was raised.
8601
425b824a
MS
86022010-03-07 Michael Snyder <msnyder@vmware.com>
8603
ec6dbf37
MS
8604 * record.c (record_restore): Rename tmpu8 to rectype.
8605
648d0c8b
MS
8606 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8607 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8608
8609 (i386_record_push): Rename local tmpulongest to addr.
8610
8611 (i386_process_record): Rename local tmpulongest to addr.
8612
8613 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8614 addr64.
955db0c0
MS
8615
8616 Rename local variable tmpu8 to opcode8 and regnum.
425b824a 8617
10760264
JB
86182010-03-07 Joel Brobecker <brobecker@adacore.com>
8619
8620 * remote.c (remote_get_ada_task_ptid): New function.
c8d5aac9 8621 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
10760264 8622
b3c613f2
CF
86232010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
8624
8625 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8626 block. Define helper macros to reduce ifdefs in code.
8627 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8628 size. Call unadorned GetModuleFileNameEx rather than
8629 GetModuleFileNameEx*.
8630 (windows_make_so): Use __PMAX to denote maximum buffer size and
8631 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
8632 appropriate.
8633 (get_image_name): Use __PMAX to denote maximum buffer size.
8634 (handle_load_dll): Likewise.
8635 (windows_pid_to_exec_file): Likewise.
8636 (windows_create_inferior): Add many accommodations for older Cygwin and
8637 non-Cygwin.
8638 (bad_GetModuleFileNameExW): Control inclusion of this function based on
8639 __USEWIDE conditional.
8640 (bad_GetModuleFileNameExA): Likewise.
8641 (_initialize_loadable): Just use real function names without the dyn_
8642 part since they are defined earlier.
8643
f870a310
TT
86442010-03-05 Corinna Vinschen <vinschen@redhat.com>
8645 Tom Tromey <tromey@redhat.com>
8646
8647 * utils.c (host_char_to_target): Add 'gdbarch' argument.
8648 (parse_escape): Likewise.
8649 * python/py-utils.c (unicode_to_target_string): Update.
8650 (unicode_to_target_python_string): Update.
8651 (target_string_to_unicode): Update.
8652 * printcmd.c (printf_command): Update.
8653 * p-exp.y (yylex): Update.
8654 * objc-exp.y (yylex): Update.
8655 * mi/mi-parse.c: Include charset.h.
8656 (mi_parse_escape): New function.
8657 (mi_parse_argv): Use it.
8658 * jv-exp.y (yylex): Update.
8659 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8660 function.
8661 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8662 * gdbarch.sh (auto_charset, auto_wide_charset): New.
8663 * gdbarch.c: Rebuild.
8664 * gdbarch.h: Rebuild.
8665 * defs.h (parse_escape): Update.
8666 * cli/cli-setshow.c: Include arch-utils.h.
8667 (do_setshow_command): Update.
8668 * cli/cli-cmds.c (echo_command): Update.
8669 * charset.h (target_charset, target_wide_charset): Update.
8670 * charset.c: Include arch-utils.h.
8671 (target_charset_name): Default to "auto".
8672 (target_wide_charset_name): Likewise.
8673 (show_target_charset_name): Handle "auto".
8674 (show_target_wide_charset_name): Likewise.
8675 (be_le_arch): New global.
8676 (set_be_le_names): Add 'gdbarch' argument.
8677 (validate): Likewise. Don't call set_be_le_names.
8678 (set_charset_sfunc, set_host_charset_sfunc)
8679 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8680 Update.
8681 (target_charset): Add 'gdbarch' argument.
8682 (target_wide_charset): Likewise. Remove 'byte_order' argument.
8683 (auto_target_charset_name): New global.
8684 (default_auto_charset, default_auto_wide_charset): New functions.
8685 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
8686 for target charsets. Copy result of nl_langinfo. Use GetACP if
8687 USE_WIN32API.
8688 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8689 remove 'byte_order' argument. Update.
8690 (classify_type): Likewise.
8691 (c_emit_char): Update.
8692 (c_printchar): Update.
8693 (c_printstr): Update.
8694 (c_get_string): Update.
8695 (evaluate_subexp_c): Update.
8696 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8697 Declare.
8698 * python/python.c (gdbpy_target_charset): New function.
8699 (gdbpy_target_wide_charset): Likewise.
8700 (GdbMethods): Update.
8701 * NEWS: Update.
8702
4e7386b0
UW
87032010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8704
8705 * symfile.c (build_section_addr_info_from_objfile): Do not mask
8706 off high address bits.
8707
aab48ede
UW
87082010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8709
8710 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8711 address as UnsignedLongLong, not LongLong.
8712
8eeafb51 87132010-03-05 Kevin Buettner <kevinb@redhat.com>
c8d5aac9 8714 Pedro Alves <pedro@codesourcery.com>
8eeafb51
KB
8715
8716 * remote-mips.c (gdbthread.h): Include.
8717 (remote_mips_ptid): Declare.
8718 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8719 (common_open): Set inferior_ptid, add it as an inferior, and
8720 as a thread too. Delete FIXME comment regarding start_remote().
8721 (mips_close): Invoke generic_mourn_inferior().
8722 (mips_kill): Make sure that target_mourn_inferior is invoked.
8723 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8724 it's now invoked from mips_close().
8725 (mips_load): Don't null out inferior_ptid. Don't call
8726 clear_symtab_users().
8727 (mips_thread_alive, mips_pid_to_str): New functions.
8728 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
8729 to_thread_alive and to_pid_to_str operations.
8730
ae411497
TT
87312010-03-04 Tom Tromey <tromey@redhat.com>
8732
8733 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8734 in DWARF 3 and later.
8735 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8736
0e0b460e
KS
87372010-03-04 Keith Seitz <keiths@redhat.com>
8738
8739 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8740 If the filename portion of the linespec was quoted, recheck the
8741 remainder for additional quoting.
8742 (locate_first_half): Skip over completer chars, too.
8743
1b93ff13
TT
87442010-03-04 Tom Tromey <tromey@redhat.com>
8745
8746 * printcmd.c (printf_command): Pass dummy argument to
8747 printf_filtered.
8748
fc36e839
DE
87492010-03-04 Doug Evans <dje@google.com>
8750
111f853c
DE
8751 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8752 unwound_fp.
8753
fc36e839
DE
8754 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8755
c7437ca6
PA
87562010-03-04 Pedro Alves <pedro@codesourcery.com>
8757
8758 * breakpoint.c (update_watchpoint): Create a sentinel location if
8759 the software watchpoint isn't watching any memory.
8760 (breakpoint_address_bits): Skip dummy software watchpoint locations.
8761
58dadb1b
PA
87622010-03-04 Pedro Alves <pedro@codesourcery.com>
8763
8764 * utils.c (fputs_maybe_filtered): Check if there's already a top
8765 level interpreter before dereferencing it. If there isn't one,
8766 don't paginate either.
8767
50e98be4
DJ
87682010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8769
8770 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8771 the state right when single stepping.
8772 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8773 Get the next PC along with the instruction state.
8774 (thumb_get_next_pc): Remove.
8775 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8776
2e3ceee9
HZ
87772010-03-04 Hui Zhu <teawater@gmail.com>
8778
8779 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8780
390a8aca
PA
87812010-03-03 Pedro Alves <pedro@codesourcery.com>
8782
8783 * utils.c (fputs_maybe_filtered): Always disable pagination if the
8784 top level interpreter is MI.
8785
9355b391
SS
87862010-03-03 Stan Shebs <stan@codesourcery.com>
8787
8788 * remote.c (remote_download_tracepoint): Iterate over locations.
8789 * tracepoint.c (validate_actionline): Ditto.
8790 (encode_actions): Add location argument.
8791 (trace_dump_command): Check all locations to see if stepping
8792 frame.
390a8aca 8793
8685c86f
L
87942010-03-03 H.J. Lu <hongjiu.lu@intel.com>
8795 Eli Zaretskii <eliz@gnu.org>
8796
8797 * NEWS: Add X86 general purpose registers section.
8798
e8f781e2
TT
87992010-03-03 Tom Tromey <tromey@redhat.com>
8800
8801 PR mi/11098:
8802 * varobj.c (install_new_value): Handle case where new print_value
8803 is NULL.
8804
a0e0ef55
TT
88052010-03-03 Dainis Jonitis <jonitis@gmail.com>
8806
8807 PR gdb/11345:
8808 * printcmd.c (printf_command): Print end of format string using
8809 printf_filtered.
8810
a58d7472
TT
88112010-03-02 Tom Tromey <tromey@redhat.com>
8812
8813 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8814 * defs.h (read_command_lines_1): Add missing 'void'.
8815 * cli/cli-script.c (recurse_read_control_structure): Add missing
8816 'void'.
8817 (read_next_line): Likewise.
8818 (read_command_lines_1): Likewise.
8819
ce50d78b
UW
88202010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8821
8822 * spu-tdep.c (spu_analyze_prologue): Track instruction to
8823 store backchain as part of prologue.
8824
7e9af34a
DJ
88252010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
8826
8827 * progspace.c (update_address_spaces): Update inferior address spaces
8828 also.
8829
01637564
DE
88302010-03-02 Doug Evans <dje@google.com>
8831
8832 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8833 lowpc,highpc args to addrmap_set_empty.
8834
1ba53b71
L
88352010-03-02 H.J. Lu <hongjiu.lu@intel.com>
8836
8837 * amd64-tdep.c (amd64_byte_names): New.
8838 (amd64_word_names): Likewise.
8839 (amd64_dword_names): Likewise.
8840 (amd64_pseudo_register_name): Likewise.
8841 (amd64_pseudo_register_read): Likewise.
8842 (amd64_pseudo_register_write): Likewise.
8843 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8844 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
8845 set_gdbarch_pseudo_register_write and
8846 set_tdesc_pseudo_register_name. Don't call
8847 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
8848
8849 * i386-tdep.c (i386_num_mmx_regs): Removed.
8850 (i386_num_pseudo_regs): Likewise.
8851 (i386_byte_names): New.
8852 (i386_word_names): Likewise.
8853 (i386_byte_regnum_p): Likewise.
8854 (i386_word_regnum_p): Likewise.
8855 (i386_mmx_regnum_p): Updated.
8856 (i386_pseudo_register_name): Make it global. Handle byte and
8857 word pseudo-registers.
8858 (i386_pseudo_register_read): Likewise.
8859 (i386_pseudo_register_write): Likewise.
8860 (i386_pseudo_register_type): Handle byte, word and dword
8861 pseudo-registers
8862 (i386_register_reggroup_p): Don't include pseudo
8863 registers, except for MXX, in any register groups. Don't
8864 include pseudo byte, word, dword registers in general_reggroup.
8865 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8866 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
8867 pseudo-registers after word pseudo-registers. Call
8868 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8869
8870 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8871 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8872 eax_regnum.
8873 (i386_byte_regnum_p): New.
8874 (i386_word_regnum_p): Likewise.
8875 (i386_dword_regnum_p): Likewise.
8876 (i386_pseudo_register_name): Likewise.
8877 (i386_pseudo_register_read): Likewise.
8878 (i386_pseudo_register_write): Likewise.
8879
a6f5ef51
L
88802010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8881
8882 * target-descriptions.c (tdesc_type): Remove
8883 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8884 (tdesc_predefined_types): Likewise.
8885 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
8886 if flag name is empty.
8887 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8888
8889 * features/i386/32bit-core.xml: Define i386_eflags.
8890 * features/i386/64bit-core.xml: Likewise.
8891
8892 * features/i386/32bit-sse.xml: Define i386_mxcsr.
8893 * features/i386/64bit-sse.xml: Likewise.
8894
8895 * features/i386/amd64-linux.c: Regenerated.
8896 * features/i386/amd64.c: Likewise.
8897 * features/i386/i386-linux.c: Likewise.
8898 * features/i386/i386.c: Likewise.
8899
f5dff777
DJ
89002010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8901
8902 * gdbtypes.c (append_composite_type_field_raw): New.
8903 (append_composite_type_field_aligned): Use the new function.
8904 * gdbtypes.h (append_composite_type_field_raw): Declare.
8905 * target-descriptions.c (struct tdesc_type_field): Add start and end.
8906 (struct tdesc_type_flag): New type.
8907 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8908 kind. Add size to u.u. Add u.f for flags.
8909 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8910 (tdesc_free_type): Likewise.
8911 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8912 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8913 (tdesc_add_bitfield, tdesc_add_flag): New.
8914 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8915 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8916 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8917 current_type. Add current_type_size and current_type_is_flags.
8918 (tdesc_start_union): Clear the new fields.
8919 (tdesc_start_struct, tdesc_start_flags): New.
8920 (tdesc_start_field): Handle struct fields, including bitfields.
8921 (field_attributes): Make type optional. Add start and end.
8922 (union_children): Rename to struct_union_children.
8923 (union_attributes): Rename to struct_union_attributes. Add optional
8924 size.
8925 (flags_attributes): New.
8926 (feature_children): Add struct and flags.
8927 * features/gdb-target.dtd: Add flags and struct to features.
8928 Make field type optional. Add field start and end.
8929
90884b2b
L
89302010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8931
8932 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8933 (amd64_linux_read_description): Likewise.
8934 (_initialize_amd64_linux_nat): Set to_read_description to
8935 amd64_linux_read_description.
8936
8937 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8938 (amd64_linux_register_name): Removed.
8939 (amd64_linux_register_type): Likewise.
8940 (amd64_linux_core_read_description): New.
8941 (amd64_linux_init_abi): Set target description to
8942 tdesc_amd64_linux if needed. Support orig_rax in target
8943 description. Don't call set_gdbarch_register_name nor
8944 set_gdbarch_register_type. Call
8945 set_gdbarch_core_read_description.
8946 (_initialize_amd64_linux_tdep): Call
8947 initialize_tdesc_amd64_linux.
8948
8949 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8950
8951 * amd64-tdep.c: Include "features/i386/amd64.c".
8952 (amd64_register_names): Removed.
8953 (amd64_register_name): Likewise.
8954 (amd64_register_type): Likewise.
8955 (amd64_init_abi): Set num_core_regs and register_names. Set
8d95cc3b 8956 target description to tdesc_amd64 if needed. Don't call
90884b2b
L
8957 set_gdbarch_register_name nor set_gdbarch_register_type.
8958 (_initialize_amd64_tdep): New.
8959
8960 * i386-linux-nat.c (i386_linux_read_description): New.
8961 (_initialize_i386_linux_nat): Set to_read_description to
8962 i386_linux_read_description.
8963
8964 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8965 (i386_linux_register_name): Removed.
8966 (i386_linux_core_read_description): New.
8967 (i386_linux_read_description): Likewise.
8968 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
8969 Set target description to tdesc_i386_linux if needed. Support
8970 orig_eax. Set register_reggroup_p. Call
8971 set_gdbarch_core_read_description.
8972 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
8973
8974 * i386-linux-tdep.h (tdesc_i386_linux): New.
8975
8976 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
8977 with I387_NUM_REGS.
8978
8979 * i386-tdep.c: Include "features/i386/i386.c".
8980 (i386_register_names): Make it const.
8981 (i386_mmx_names): Likewise.
8982 (i386_num_register_names): Removed.
8983 (i386_register_name): Likewise.
8984 (i386_eflags_type): Likewise.
8985 (i386_mxcsr_type): Likewise.
8986 (i386_sse_type): Likewise.
8987 (i386_register_type): Likewise.
8988 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
8989 (i386_pseudo_register_name): New.
8990 (i386_pseudo_register_type): Likewise.
8991 (i386_mmx_type): Make it static.
8992 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
8993 I387_NUM_REGS. Set num_core_regs and register_names. Don't
8994 call set_gdbarch_register_name nor set_gdbarch_register_type.
8995 Set register_reggroup_p. Set target description to tdesc_i386
8996 if needed. Call set_tdesc_pseudo_register_type,
8997 set_tdesc_pseudo_register_name and tdesc_use_registers.
8998 (_initialize_i386_tdep): Call initialize_tdesc_i386.
8999 initialize_tdesc_x86_64.
9000
9001 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9002 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
9003 register_names, tdesc and register_reggroup_p.
9004 (I386_NUM_FREGS): Removed.
9005 (i386_eflags_type): Likewise.
9006 (i386_mxcsr_type): Likewise.
9007 (i386_mmx_type): Likewise.
9008 (i386_sse_type): Likewise.
9009 (i386_register_name): Likewise.
9010 (i386_regnum): Add I386_MXCSR_REGNUM.
9011 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9012
9013 * i387-tdep.h (I387_NUM_REGS): New.
9014
9015 * regformats/i386/i386-linux.dat: Generated.
9016 * regformats/i386/i386.dat: Likewise.
9017 * regformats/i386/amd64-linux.dat: Likewise.
9018 * regformats/i386/amd64.dat: Likewise.
9019
9020 * regformats/reg-i386-linux.dat: Removed.
9021 * regformats/reg-i386.dat: Likewise.
9022 * regformats/reg-x86-64-linux.dat: Likewise.
9023 * regformats/reg-x86-64.dat: Likewise.
9024
d0d0ab16
CV
90252010-03-01 Corinna Vinschen <vinschen@redhat.com>
9026
9027 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9028 cygwin_conv_path API rather than the deprecated
9029 cygwin_conv_to_full_posix_path.
9030 * windows-nat.c:
9031 (GetModuleFileNameExA): Undefine for Cygwin.
9032 (GetModuleFileNameExW): Define for Cygwin.
9033 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9034 Call GetModuleFileNameExW and convert path to POSIX using
9035 cygwin_conv_path.
9036 (windows_make_so): Always define p. Drop unused variable m.
9037 Don't use Win32 functions to check file existance, rather use
9038 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
9039 Use canonicalize_file_name to get full path.
9040 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9041 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
9042 use correct target buffer size in call to WideCharToMultiByte.
9043 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9044 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9045 (windows_create_inferior): Convert all paths and arguments to wchar_t
9046 and use CreateProcessW on Cygwin.
9047 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9048 (bad_GetModuleFileNameExA): Undefine for Cygwin.
9049 (bad_GetModuleFileNameExW): Define for Cygwin.
9050 (_initialize_loadable): Load GetModuleFileNameExW into
9051 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
9052
dc00d89f
PM
90532010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9054
9055 PR python/11036
9056 * python/py-frame.c (frapy_read_var): Add block argument and logic
9057 to cope with user provided blocks.
9058
0e095b7e
JK
90592010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9060
9061 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9062 New comment.
9063
2f9e05b4
CV
90642010-02-28 Corinna Vinschen <vinschen@redhat.com>
9065
9066 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9067 (COMMON_OBS): ... to here since it's used unconditionally.
9068 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9069 (SFILES): To here.
9070
eb195664
DD
90712010-02-26 David Daney <ddaney@caviumnetworks.com>
9072
9073 * mips-linux-tdep.c: Update struct sigframe comments.
9074 (SIGFRAME_CODE_OFFSET): Delete macro.
9075 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9076 this_frame's sp.
9077 (mips_linux_n32n64_sigframe_init): Same.
9078
97b0f3e2
KB
90792010-02-26 Kevin Buettner <kevinb@redhat.com>
9080
9081 * remote-mips.c (mips_load): Don't use pseudo-register when
9082 invalidating regcache.
9083
4069ebbe
DJ
90842010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9085
9086 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9087
05071a4d
PA
90882010-02-26 Pedro Alves <pedro@codesourcery.com>
9089
9090 * NEWS: Add "New targets" section, and mention ARM Symbian
9091 support.
9092
6063c216
UW
90932010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9094
9095 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9096 add ADDR_SIZE member.
9097 (allocate_piece_closure): Update.
9098 (copy_pieced_value_closure): Likewise.
9099 (dwarf2_evaluate_loc_desc): Likewise.
9100 (read_pieced_value): Use DWARF address size instead of
9101 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9102
5107b149 91032010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 9104 Tom Tromey <tromey@redhat.com>
5107b149
PM
9105
9106 * python/py-type.c (typy_lookup_typename): Add in block argument.
9107 If provided restrict lookup to specified blocks.
9108 (gdbpy_lookup_type): Likewise.
9109 (typy_lookup_type): Likewise.
9110
78664fa3 91112010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
8d95cc3b 9112
78664fa3
PA
9113 Symbian config
9114
9115 gdb/
9116 * arm-symbian-tdep.c: New.
9117 * configure.tgt (arm*-*-symbianelf*): New target.
9118 (*-*-symbianelf*): New OS.
9119 * osabi.c (gdb_osabi_names): Add Symbian.
9120 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9121 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9122 (ALLDEPFILES): Add arm-symbian-tdep.c.
9123
eb73e134
DJ
91242010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9125
9126 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9127
46ef47e5
PA
91282010-02-24 Pedro Alves <pedro@codesourcery.com>
9129
9130 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9131
f3e9a817 91322010-02-24 Phil Muldoon <pmuldoon@redhat.com>
8d95cc3b 9133 Tom Tromey <tromey@redhat.com>
f3e9a817
PM
9134 Thiago Jung Bauermann <bauerman@br.ibm.com>
9135
9136 * python/python.c (_initialize_python): Call
9137 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9138 gdbpy_initialize_blocks.
9139 * python/python-internal.h: Declare struct symbol, block and
9140 symtab_and_line. Declare block_object_type and
9141 symbol_object_type
9142 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9143 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9144 (symbol_to_symbol_object, block_to_block_object)
9145 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9146 (gdbpy_initialize_blocks ): Declare.
9147 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9148 (frapy_select): Add methods.
9149 (frapy_read_var): Add symbol branch.
9150 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9151 py-block.
9152 (SUBDIR_PYTHON_SRCS): Likewise.
9153 (py-symbol.o): New rule.
9154 (py-symtab.o): Likewise.
9155 (py-block.o): Likewise.
9156 * python/py-symbol.c: New file.
9157 * python/py-symtab.c: Likewise.
9158 * python/py-block.c: Likewise.
9159
24291992
PA
91602010-02-24 Pedro Alves <pedro@codesourcery.com>
9161
9162 PR gdb/11321
9163
9164 * inferior.h (prepare_for_detach): Declare.
9165 (struct inferior) <detaching>: New field.
9166 * infrun.c (prepare_for_detach): New.
9167 (handle_inferior_event) <random signal>: Don't stop if detaching.
9168 * target.c (target_detach): Call prepare_for_detach.
9169
fc1cf338
PA
91702010-02-24 Pedro Alves <pedro@codesourcery.com>
9171
9172 Per-process displaced stepping queue.
9173
9174 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9175 (displaced_step_gdbarch, displaced_step_closure,
9176 (displaced_step_original, displaced_step_copy): Move globals to
9177 this...
9178 (struct displaced_step_inferior_state): ... new structure.
9179 (displaced_step_inferior_states): New global.
9180 (get_displaced_stepping_state, add_displaced_stepping_state)
9181 (remove_displaced_stepping_state, infrun_inferior_exit): New
9182 functions.
9183 (displaced_step_clear): Add displaced_step_inferior_state
9184 parameter, and adjust to handle it.
9185 (displaced_step_clear_cleanup): Parameter is now a
9186 displaced_step_inferior_state. Adjust.
9187 (displaced_step_prepare): Adjust.
9188 (displaced_step_fixup, displaced_step_fixup)
9189 (infrun_thread_ptid_changed, resume): Adjust.
9190 (init_wait_for_inferior): Don't call displaced_step_clear.
9191 (infrun_thread_stop_requested): Rewrite.
9192 (_initialize_infrun): Install infrun_inferior_exit as
9193 inferior_exit observer.
9194
0723dbf5
PA
91952010-02-24 Pedro Alves <pedro@codesourcery.com>
9196
9197 * inferior.h (ptid_match): Declare.
9198 * infrun.c (ptid_match): New.
9199 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9200 (handle_notification): Add debug output.
9201 * linux-nat.c (ptid_match): Delete.
9202
09de9781
DM
92032010-02-24 David S. Miller <davem@davemloft.net>
9204
9205 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9206 * syscalls/sparc-linux.xml: New.
9207 * syscalls/sparc64-linux.xml: New.
9208 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9209 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9210 (sparc32_linux_get_syscall_number): New function.
9211 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9212 syscall number fetcher.
9213 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9214 (sparc64_linux_get_syscall_number): New function.
9215 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9216 syscall number fetcher.
9217
a79b8f6e
VP
92182010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9219
9220 Multiexec MI
9221
9222 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9223 * inferior.c (add_inferior_silent): Notify inferior_added
9224 observer.
9225 (delete_inferior_1): Notify inferior_removed observer.
9226 (exit_inferior_1): Pass inferior, not pid, to observer.
9227 (inferior_appeared): Likewise.
9228 (add_inferior_with_spaces): New.
9229 (add_inferior_command): Use the above.
9230 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9231 Declare.
9232
9233 * inflow.c (inflow_inferior_exit): Likewise.
9234 * jit.c (jit_inferior_exit_hook): Likewise.
9235
9236 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9237 remove-inferior.
9238 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9239 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9240 (report_initial_inferior): New.
9241 (mi_inferior_removed): Register the above. Make sure
9242 inferior_added observer is called on the first inferior.
9243 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9244 inferior number, not pid.
9245 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9246 affected.
9247 * mi/mi-main.c (current_context): New.
9248 (proceed_thread_callback): Use typed closure.
9249 Proceed everything if pid is 0. Most implementation split into
9250 (proceed_thread): ... this.
9251 (run_one_inferior): New.
9252 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9253 Adjust for multiexec behaviour.
9254 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9255 (mi_cmd_execute): Handle the 'thread-group' option here.
9256 Do some extra checks.
9257 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9258 options.
9259 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9260
115d30f9
VP
92612010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9262
9263 Make -exec-run a proper MI commands.
9264
9265 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9266 * mi/mi-cmds.c (mi_cmds): Adjust.
9267 * mi/mi-main.c (mi_cmd_exec_run): New.
9268
06cd862c
PA
92692010-02-24 Pedro Alves <pedro@codesourcery.com>
9270 Stan Shebs <stan@codesourcery.com>
9271
9272 * tracepoint.h (set_traceframe_number)
9273 (cleanup_restore_current_traceframe): Declare.
9274 * tracepoint.c (set_traceframe_number): New.
9275 (struct current_traceframe_cleanup): New.
9276 (do_restore_current_traceframe_cleanup)
9277 (restore_current_traceframe_cleanup_dtor)
9278 (make_cleanup_restore_current_traceframe): New.
9279 * infrun.c: Include tracepoint.h.
9280 (fetch_inferior_event): Switch out and in of tfind mode.
9281
ab92d69b
PA
92822010-02-24 Pedro Alves <pedro@codesourcery.com>
9283
9284 * breakpoint.c (breakpoint_init_inferior): Also delete
9285 bp_shlib_event breakpoints.
9286 * solib-frv.c (enable_break): Remove call to
9287 remove_solib_event_breakpoints.
9288 * solib-svr4.c (enable_break): Ditto.
9289 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9290 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9291 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9292 * solib-spu.c (spu_enable_break): Ditto.
9293
e707a91d
PA
92942010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9295
9296 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9297
cfce2ea2
PA
92982010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9299
9300 * varobj.c (varobj_update): Avoid non-constants in initializers.
9301
05566b3b
TT
93022010-02-23 Tom Tromey <tromey@redhat.com>
9303
9304 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9305 handle big-endian values.
9306 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9307
85d721b8
PA
93082010-02-22 Pedro Alves <pedro@codesourcery.com>
9309
9310 PR9605
9311
9312 gdb/
9313 * breakpoint.c (insert_bp_location): If inserting the read
9314 watchpoint failed, fallback to an access watchpoint.
9315 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9316 if the value changed, if not watching the same memory for writes.
9317 (watchpoint_locations_match): Add comment.
9318 (update_global_location_list): Copy the location's watchpoint type.
9319 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9320 handle read watchpoints here.
9321 (i386_insert_watchpoint): Read watchpoints aren't supported.
9322 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9323 packets.
9324 * target.h (target_insert_watchpoint): Update description.
9325
48ea67a7
TT
93262010-02-19 Tom Tromey <tromey@redhat.com>
9327
9328 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9329 * m2-typeprint.c (m2_print_type): Update.
9330 * gdbtypes.c (recursive_dump_type): Update.
9331 (copy_type_recursive): Update.
9332 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9333 (c_type_print_base): Update.
9334 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9335 Remove.
9336 (struct cplus_struct_type) <ntemplate_args>: Remove.
9337 <struct template_arg>: Remove.
9338 <is_dynamic>: Move earlier.
9339 (TYPE_TEMPLATE_ARGS): Remove.
9340 (TYPE_NTEMPLATE_ARGS): Remove.
9341 (TYPE_TEMPLATE_ARG): Remove.
9342
48e32051
TT
93432010-02-19 Tom Tromey <tromey@redhat.com>
9344
9345 PR c++/8693, PR c++/9496:
9346 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9347 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9348 write_dollar_variable. Don't try to classify NAME tokens.
9349 (token_and_value): New type.
9350 (token_fifo, popping, name_obstack): New globals.
9351 (classify_name): New function.
9352 (classify_inner_name): Likewise.
9353 (yylex): Likewise.
9354 (VARIABLE): Now has type sval.
9355 (exp : VARIABLE): Call write_dollar_variable.
9356 (qualified_name): Use TYPENAME, not typebase. Add production for
9357 multiple "::" instances.
9358 (variable): Use name_not_typename.
9359 (qualified_type): Remove.
9360 (typebase): Update.
9361
672d9c23
JK
93622010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9363
9364 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9365 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9366 found by bfd_get_section_by_name.
9367 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9368
bfbf3774
JB
93692010-02-19 Joel Brobecker <brobecker@adacore.com>
9370
9371 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9372 7.0 section" into "Changes in 7.1".
9373
6756b09b 93742010-02-19 Joel Brobecker <brobecker@adacore.com>
9375
9376 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9377 * version.in: Bump version to 7.1.50.20100219-cvs.
9378
202b96c1
PA
93792010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9380
9381 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9382 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9383
de2e5182
TT
93842010-02-17 Tom Tromey <tromey@redhat.com>
9385
9386 * NEWS: Add Python API Improvements section.
9387
7280022e
DJ
93882010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9389
9390 * NEWS: Correct typo.
9391
6f451e5e
TT
93922010-02-17 Tom Tromey <tromey@redhat.com>
9393
9394 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9395
012836ea
JK
93962010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9397
9398 * symfile.c (build_section_addr_info_from_objfile): Include sections
9399 only if they are SEC_ALLOC or SEC_LOAD.
9400
d182d057
L
94012010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9402
9403 PR shlibs/11293
9404 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9405 of ULONGEST for address size.
9406
4eef138c
TT
94072010-02-17 Tom Tromey <tromey@redhat.com>
9408
9409 * NEWS: Add C++ improvements section.
9410
548a926a
UW
94112010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9412
9413 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9414 PyThreadState_Swap): Avoid "statement with no effect" warning.
9415
ad3a0e5b
JK
94162010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9419 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9420
243e2c5d 94212010-02-17 Tristan Gingold <gingold@adacore.com>
b2319725 9422 Petr Hluzin <petr.hluzin@gmail.com>
243e2c5d
TG
9423
9424 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9425 gdb_assert. Fix info->size for SIG prologue.
9426
275f2e57
DJ
94272010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9428
9429 * infcmd.c (show_inferior_tty_command): Check for NULL.
9430 Correct output message.
9431
791dfb64
DJ
94322010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9433
9434 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9435 FUNCTION contains parentheses. Improve removal of a trailing
9436 single quote.
9437
14d1346b
DJ
94382010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9439
9440 * gcore.c (do_bfd_delete_cleanup): New function.
9441 (gcore_command): Use it. Discard the cleanup after success.
9442 (gcore_copy_callback): Delete dead code.
9443
e76ab67f
DJ
94442010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9445
9446 * symfile.c (addr_info_make_relative): Always use
9447 find_lowest_section.
9448
71dee663
SW
94492010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9450
9451 * NEWS: Added entry for namespace fixes.
9452
a9854bd5
TT
94532010-02-15 Tom Tromey <tromey@redhat.com>
9454
9455 * dwarf2read.c (guess_structure_name): Allocate name on the
9456 objfile obstack.
9457
fd9e29b5
TT
94582010-02-15 Tom Tromey <tromey@redhat.com>
9459
9460 * c-typeprint.c (c_type_print_base): Reverse order of test.
9461
4e1fc9c9
JK
94622010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9465 initialize it from ELF BFD. Extend the prelink condition by it.
9466
74164c56
JK
94672010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9468
9469 * defs.h (parse_pid_to_attach): New.
9470 * utils.c (parse_pid_to_attach): New.
9471 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9472 * gnu-nat.c (gnu_attach): Likewise.
9473 * nto-procfs.c (procfs_attach): Likewise.
9474 * procfs.c (procfs_attach): Likewise.
9475 * windows-nat.c (windows_attach): Likewise.
9476 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9477 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9478 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9479 check.
9480
bf6adea8
MM
94812010-02-14 Masaki Muranaka <monaka@monami-software.com>
9482
9483 * MAINTAINERS: Add myself for write after approval privileges.
9484
28f34a8f
JK
94852010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9488 block.
9489
701ed6dc
JK
94902010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9491
9492 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9493 only if INFO_VERBOSE.
9494
e5829bee
MS
94952010-02-12 Tomas Holmberg <th@virtutech.com>
9496
9497 * mi/mi-main.c: Added the --reverse flag to the following MI
9498 commands: exec-continue, exec-finish, exec-next, exec-step,
9499 exec-next-instruction, exec-step-instruction. This is to
9500 support reverse execution over the MI interface to gdb.
9501
081dfbf7
PA
95022010-02-12 Pedro Alves <pedro@codesourcery.com>
9503
9504 * tracepoint.c (_initialize_tracepoint): Specify that the address
9505 range of `tfind outsize' is exclusive, and that the address range
9506 of `tfind range' is inclusive, in the commands' help strings.
9507
ecc13e53
JB
95082010-02-12 Joel Brobecker <brobecker@adacore.com>
9509
9510 Spurious "dll not found" error messages on x64-windows.
9511 * windows-nat.c: Add include of complaints.h.
9512 (handle_unload_dll): Change dll-not-found error into a complaint.
9513
15c3d785
PA
95142010-02-12 Pedro Alves <pedro@codesourcery.com>
9515
9516 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9517 bp_tracepoint and bp_fast_tracepoint, not
9518 bp_loc_software_breakpoint.
9519 (update_global_location_list): Tracepoints are never duplicates of
9520 anything.
9521
fd9b8c24
PA
95222010-02-12 Pedro Alves <pedro@codesourcery.com>
9523
9524 * breakpoint.c (break_command_really): Change return type to int.
9525 Return false if no breakpoint was created, true otherwise.
9526 (trace_command): Don't set the tracepoint count if no tracepoint
9527 was created.
9528 (ftrace_command): Ditto.
9529 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9530 created in the breakpoints table.
9531
5c0d192f
JK
95322010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9533 Ulrich Weigand <uweigand@de.ibm.com>
9534
9535 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9536
5d5b640e
PA
95372010-02-11 Pedro Alves <pedro@codesourcery.com>
9538
9539 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9540 the offset value isn't of integral type.
9541
e5a0a904
JK
95422010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9543
9544 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9545 New.
9546
be636754
PA
95472010-02-11 Pedro Alves <pedro@codesourcery.com>
9548
9549 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9550 non-subscriptable types.
9551 * valarith.c (binop_types_user_defined_p): New, abstracted out
9552 from ...
9553 (binop_user_defined_p): ... this.
9554 * value.h (binop_types_user_defined_p): Declare.
9555
10ef8d6a
PA
95562010-02-11 Pedro Alves <pedro@codesourcery.com>
9557
9558 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9559 Merge uploaded TSVs before merging uploaded tracepoints.
9560
b1028c8e
PA
95612010-02-11 Pedro Alves <pedro@codesourcery.com>
9562
9563 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9564
7a93fb82 95652010-02-11 Vladimir Prus <vladimir@codesourcery.com>
84d90c10 9566
7a93fb82
VP
9567 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9568 whitespace character after a dot in comment.
9569 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9570 Likewise.
9571 (list_args_or_locals): For the 'all' (that is
9572 -stack-list-variables) case, always output list of tuples.
9573 Output 'arg' field if variable is argument.
84d90c10 9574
92981e24
TT
95752010-02-10 Tom Tromey <tromey@redhat.com>
9576
9577 * parser-defs.h (parser_debug): Declare.
9578 * parse.c (_initialize_parse): Install "debug parser" set/show
9579 command.
9580 (parser_debug): New global.
9581 (show_parserdebug): New function.
9582 * c-exp.y (c_parse): Set yydebug.
9583
9fd3625f
L
95842010-02-10 H.J. Lu <hongjiu.lu@intel.com>
9585
9586 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9587 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9588 (tdesc_predefined_types): Add i387_ext, i386_eflags and
9589 i386_mxcsr.
9590 (tdesc_find_type): New.
9591 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
9592 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9593
9594 * target-descriptions.h (tdesc_find_type): New.
9595
2fe842e5
MS
95962010-02-10 Michael Snyder <msnyder@vmware.com>
9597
9598 * gdb-gdb.py: Comment fix.
9599
f18b4cab
TG
96002010-02-09 Tristan Gingold <gingold@adacore.com>
9601
9602 * machoread.c (macho_symfile_relocate): New function.
9603 (macho_sym_fns): Use macho_symfile_relocate instead of
9604 default_symfile_relocate.
9605 (macho_oso_data): New type.
9606 (current_oso): New variable.
9607 (macho_add_oso_symfile): Do not compute section_addr_info, but
9608 instead set vma of sections.
9609 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9610 Set and clear current_oso.
9611
31dbc1c5
JB
96122010-02-09 Joel Brobecker <brobecker@adacore.com>
9613
9614 Wrong type description for tagged type parameter.
9615 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9616 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9617 reference to a tagged type.
9618
399f313b
TG
96192010-02-09 Tristan Gingold <gingold@adacore.com>
9620
9621 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9622 brothers of the parent.
9623
714f19d5
TT
96242010-02-08 Tom Tromey <tromey@redhat.com>
9625
9626 PR c++/8017:
9627 * value.h: Update.
9628 * valops.c (search_struct_field): Make 'name' const.
9629 (search_struct_method): Likewise.
9630 (find_method_list): Make 'method' const.
9631 (value_struct_elt): Make 'name' and 'err' const.
9632 (value_find_oload_method_list): Make 'method' const.
9633 (find_overload_match): Make 'name' const.
9634 * eval.c (evaluate_subexp_standard): New locals function,
9635 function_name.
9636 <OP_FUNCALL>: Handle OP_SCOPE specially.
9637
de0a0249
UW
96382010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9639
9640 * infrun.c (handle_inferior_event): Do not look up regcache
9641 for exited processes.
9642
8d95cc3b 96432010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
9644
9645 PR gdb/10728
9646 * valarith.c (value_ptrdiff): Added a test for a zero type length,
8d95cc3b 9647 warn if found, and assume length = 1.
83b10087 9648
99903ae3
CM
96492010-02-08 Chris Moller <cmoller@redhat.com>
9650
9651 PR gdb/9067
9652 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
6036c742 9653 (cp_print_static_field) Fix use of obstacks.
8d95cc3b 9654
e3e9f5a2
PA
96552010-02-08 Pedro Alves <pedro@codesourcery.com>
9656
9657 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9658 resumed LWPs as resumed.
9659 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9660 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9661 of throwing an internal error. If an LWP of a process we're not
9662 waiting for reports a signal, don't force collecting a SIGSTOP,
9663 and if it was breakpoint hit in non-stop mode, cancel it. Don't
9664 go through all LWPs cancelling breakpoints in non-stop mode.
9665 (resume_stopped_resumed_lwps): New.
9666 (linux_nat_wait): Use it.
9667
46763423
L
96682010-02-07 H.J. Lu <hongjiu.lu@intel.com>
9669
9670 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9671 i386/amd64 and i386/amd64-linux.
9672 (i386/i386-expedite): New.
9673 (i386/i386-linux-expedite): Likewise.
9674 (i386/amd64-expedite):Likewise.
9675 (i386/amd64-linux-expedite): Likewise.
9676 ($(outdir)/i386/i386-linux.dat): Likewise.
9677 ($(outdir)/i386/amd64.dat): Likewise.
9678 ($(outdir)/i386/amd64-linux.dat): Likewise.
9679
9680 * features/i386/32bit-core.xml: New.
9681 * features/i386/32bit-linux.xml: Likewise.
9682 * features/i386/32bit-sse.xml: Likewise.
9683 * features/i386/64bit-core.xml: Likewise.
9684 * features/i386/64bit-linux.xml: Likewise.
9685 * features/i386/64bit-sse.xml: Likewise.
9686 * features/i386/i386-linux.xml: Likewise.
9687 * features/i386/i386.xml: Likewise.
9688 * features/i386/amd64-linux.xml: Likewise.
9689 * features/i386/amd64.xml: Likewise.
9690 * features/i386/i386-linux.c: Likewise.
9691 * features/i386/i386.c: Likewise.
9692 * features/i386/amd64-linux.c: Likewise.
9693 * features/i386/amd64.c: Likewise.
9694
82856980
SW
96952010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9696
9697 PR c++/7935:
9698 * cp-support.h: Added char* alias element to using_direct data
9699 struct.
9700 (cp_add_using): Added char* alias argument.
9701 (cp_add_using_directive): Ditto.
9702 * cp-namespace.c: Updated with the above changes.
9703 (cp_lookup_symbol_imports): Check for aliases.
9704 * dwarf2read.c (read_import_statement): Figure out local alias
9705 for the import and pass it on to cp_add_using.
9706 (read_namespace): Pass alias argument to cp_add_using.
9707
d18b8b7a
HZ
97082010-02-05 Hui Zhu <teawater@gmail.com>
9709
9710 * defs.h (gdb_bfd_errmsg): New extern.
9711 * exec.c (exec_file_attach): Change bfd_errmsg to
9712 gdb_bfd_errmsg.
9713 * utils.c (AMBIGUOUS_MESS1): New macro.
9714 (AMBIGUOUS_MESS2): New macro.
9715 (gdb_bfd_errmsg): New function.
9716
48379de6
DE
97172010-02-04 Doug Evans <dje@google.com>
9718
9719 * solib-svr4.c (enable_break): Add comment.
9720
4ee73e90
AG
97212010-02-04 Anthony Green <green@moxielogic.com>
9722
9723 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9724 gracefully.
9725
1a334831
TT
97262010-02-04 Tom Tromey <tromey@redhat.com>
9727
9728 * valops.c (search_struct_field): Account for
9729 value_embedded_offset. Fix check for virtual base past the end of
9730 the object. Use value_copy when making a slice of the value.
9731
1180b2c8
L
97322010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9733
9734 PR tui/9622
9735 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9736 only if gdb_stdout is a tty.
9737
c3f08eb7
L
97382010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9739
9740 * target-descriptions.c: Include "osabi.h".
9741 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9742 OSABI.
9743
2d33f7b8
TG
97442010-02-04 Tristan Gingold <gingold@adacore.com>
9745
9746 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9747 (macho_symtab_read): Adjust calls to macho_add_oso.
9748 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9749 (macho_symfile_read): Adjust call to macho_oso_symfile.
9750 (macho_new_init): Move this function after declarations.
9751 (macho_symfile_init): Ditto.
9752 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9753 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9754
11334b82
VP
97552010-02-04 Vladimir Prus <vladimir@codesourcery.com>
9756
9757 Include MI command in remotelog.
9758
9759 * mi/mi-main.c (mi_execute_command): Call target_log_command.
9760
ff97be06
L
97612010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9762
9763 * remote.c (remote_state): Remove gdbarch.
9764 (init_remote_state): Don't set gdbarch.
9765 (remote_query_supported): Pass target_gdbarch instead of
9766 rs->gdbarch to gdbarch_qsupported.
9767
75cebea9
L
97682010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9769
9770 * gdbarch.sh: Add qsupported.
9771
9772 * gdbarch.c: Regenerated.
9773 * gdbarch.h: Likewise.
9774
9775 * remote.c (remote_state): Add gdbarch.
9776 (init_remote_state): Set gdbarch.
9777 (remote_query_supported): Support gdbarch_qsupported.
9778
c1dec97b
DJ
97792010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
9780
9781 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9782 __FreeBSD_kernel_version.
9783
ac8035ab
TG
97842010-02-03 Tristan Gingold <gingold@adacore.com>
9785
9786 * symfile.h (struct sym_fns): Add sym_relocate field.
9787 (default_symfile_relocate): New prototype.
9788 (symfile_relocate_debug_section): First argument is now an objfile.
9789 * symfile.c (default_symfile_relocate): Rename from
9790 symfile_relocate_debug_section, first argument is now an objfile.
9791 (symfile_relocate_debug_section): New function.
9792 * coffread.c (coff_sym_fns): Set sym_relocate field.
9793 * somread.c (som_sym_fns): Ditto.
9794 * mipsread.c (ecoff_sym_fns): Ditto.
9795 * machoread.c (macho_sym_fns): Ditto.
9796 * elfread.c (elf_sym_fns): Ditto.
9797 * dwarf2read.c (dwarf2_read_section): Ditto.
9798 * xcoffread.c (xcoff_sym_fns): Ditto.
9799 * dbxread.c (aout_sym_fns): Ditto.
9800 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9801 (elfstab_build_psymtabs): Ditto.
9802
be52b756
L
98032010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9804
9805 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9806
9c3c02fd
TT
98072010-02-02 Tom Tromey <tromey@redhat.com>
9808
9809 * valops.c (value_cast_structs): Try downcasting using the RTTI
9810 type.
9811
f23f4c59
TT
98122010-02-02 Tom Tromey <tromey@redhat.com>
9813
9814 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9815 (gnuv2_baseclass_offset): Now static.
9816 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9817 * gnu-v2-abi.h: Remove.
9818
0cc2414c
TT
98192010-02-02 Tom Tromey <tromey@redhat.com>
9820
9821 * m2-typeprint.c (m2_record_fields): Don't use
9822 TYPE_DECLARED_TYPE.
9823 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9824 (struct main_type) <flag_declared_class>: New field.
9825 (struct cplus_struct_type) <declared_type>: Remove.
9826 <ntemplate_args>: Move earlier.
9827 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9828 (DECLARED_TYPE_TEMPLATE): Remove.
9829 (TYPE_DECLARED_TYPE): Remove.
9830 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9831 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9832 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9833 TYPE_DECLARED_TYPE.
9834
edf3d5f3
TT
98352010-02-02 Tom Tromey <tromey@redhat.com>
9836
9837 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9838 * valops.c (search_struct_field): Compute nbases after calling
9839 CHECK_TYPEDEF.
9840 (check_field): Call CHECK_TYPEDEF.
9841 * cp-valprint.c (cp_print_value): Pass correct address to
9842 baseclass_offset. Fix check for virtual base past the end of the
9843 object. Don't offset address passed to cp_print_value_fields or
9844 apply_val_pretty_printer.
9845 (cp_print_value_fields): Fix call to val_print.
9846 (cp_print_value_fields_rtti): New function.
9847 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9848 * p-valprint.c (pascal_object_print_value_fields): Fix call to
9849 val_print.
9850 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9851 offset to address.
9852 * language.h (struct language_defn) <la_val_print>: Document.
9853 * c-lang.h (cp_print_value_fields_rtti): Declare.
9854
e4b7f41c
JK
98552010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9856
9857 PR libc/11214:
9858 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9859 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9860 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9861
7618e12b
DJ
98622010-02-01 Michael Matz <matz@suse.de>
9863 Daniel Jacobowitz <dan@codesourcery.com>
9864
e4b7f41c 9865 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
7618e12b
DJ
9866 functions use a frame pointer.
9867
b381ea14
JK
98682010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9869
9870 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
9871 by a conditional setting DYN_ADDR. Use DYN_ADDR.
9872 * config/djgpp/fnchange.lst: Add translations for
9873 symbol-without-target_section.exp and symbol-without-target_section.c.
9874
0e05dfcb
DJ
98752010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9876
9877 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9878 (remote_breakpoint_for_pc): Correct invalid_p check.
9879 * gdbarch.c: Regenerated.
9880
f9d67f43
DJ
98812010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9882
9883 * arm-tdep.c (arm_find_mapping_symbol): New function, from
9884 arm_pc_is_thumb.
9885 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9886 (extend_buffer_earlier): New function.
9887 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9888 (arm_adjust_breakpoint_address): New function.
9889 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9890
177321bd
DJ
98912010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9892
9893 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9894 (arm_linux_thumb2_le_breakpoint): New constants.
9895 (arm_linux_init_abi): Set thumb2_breakpoint and
9896 thumb2_breakpoint_size.
9897 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9898 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
9899 Implement support for single stepping through IT blocks if
9900 a 32-bit Thumb breakpoint instruction is available.
9901 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9902 is available, use it when needed.
9903 (arm_remote_breakpoint_from_pc): New function.
9904 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9905 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9906 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
9907
a1dcb23a
DJ
99082010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9909
9910 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9911 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9912 * gdbarch.c, gdbarch.h: Regenerated.
9913 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9914 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9915 gdbarch_remote_breakpoint_from_pc.
9916
2b009048
DJ
99172010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9918
9919 * infrun.c (prepare_to_proceed): Handle other signals which might
9920 match a breakpoint.
9921 (handle_inferior_event): Move the check for unusual breakpoint
9922 signals earlier.
9923
e4e2711a
JB
99242010-01-29 Paul Hilfinger <hilfinger@adacore.com>
9925
9926 amd64 - function returning record with field straddling 2 registers.
9927 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9928 a record of length <= 16 in which a field straddles the two
9929 eightbytes.
9930
cba6fab5
JB
99312010-01-29 Joel Brobecker <brobecker@adacore.com>
9932
9933 Implement return values on amd64-windows.
9934 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9935 (amd64_windows_return_value): New function.
9936 (amd64_windows_init_abi): Call set_gdbarch_return_value with
9937 amd64_windows_return_value.
9938
3af6ddfe
JB
99392010-01-29 Joel Brobecker <brobecker@adacore.com>
9940
9941 amd64-windows: 32 bytes allocated on stack by caller for integer
cba6fab5 9942 parameter registers.
3af6ddfe
JB
9943 * i386-tdep.h (struct gdbarch_tdep): Add new field
9944 integer_param_regs_saved_in_caller_frame.
9945 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9946 tdep->integer_param_regs_saved_in_caller_frame to 1.
9947 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9948 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9949
80d19a06
JB
99502010-01-29 Joel Brobecker <brobecker@adacore.com>
9951
9952 amd64-windows: memory args passed by pointer during function calls.
9953 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9954 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9955 where tdep->memory_args_by_pointer is non-zero.
9956 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9957 tdep->memory_args_by_pointer to 1.
9958
ba581dc1
JB
99592010-01-29 Joel Brobecker <brobecker@adacore.com>
9960
4966b6c2 9961 amd64-windows: Integer parameters in function calls.
ba581dc1
JB
9962 * i386-tdep.h (enum amd64_reg_class): New, moved here from
9963 amd64-tdep.c.
9964 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9965 call_dummy_integer_regs, and classify.
9966 * amd64-tdep.h (amd64_classify): Add declaration.
9967 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
9968 (amd64_reg_class): Delete, moved to i386-tdep.h.
9969 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
9970 Replace call to amd64_classify by call to tdep->classify.
9971 (amd64_push_arguments): Get the list of registers to use for
9972 passing integer parameters from the gdbarch tdep structure,
9973 rather than using a hardcoded one. Replace calls to amd64_classify
9974 by calls to tdep->classify.
9975 (amd64_push_dummy_call): Get the register number used for
9976 the "hidden" argument from tdep->call_dummy_integer_regs.
9977 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
9978 and tdep->call_dummy_integer_regs. Set tdep->classify.
9979 * amd64-windows-tdep.c: Add include of gdbtypes.h.
9980 (amd64_windows_dummy_call_integer_regs): New static global.
9981 (amd64_windows_classify): New function.
9982 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
9983 tdep->call_dummy_integer_regs and tdep->classify.
9984
d37346f0
DJ
99852010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9986
9987 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
9988 for the new regcache. All callers updated.
9989 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
9990 (get_thread_arch_regcache): Do not set aspace here.
9991 * regcache.h (regcache_xmalloc): Update declaration.
9992
9993 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
9994 regcache_xmalloc updated.
9995
7434dadd
JB
99962010-01-28 Joel Brobecker <brobecker@adacore.com>
9997
9998 Another -Wunused-function error in procfs.c (sparc-solaris)
9999 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
10000 Only define if SYS_syssgi is defined.
10001 (remove_dbx_link_breakpoint): Delete declaration. Move up.
10002 (dbx_link_addr, insert_dbx_link_bpt_in_file)
10003 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
10004 is itself defined.
10005
16d905e2
CF
100062010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
10007
10008 * windows-nat.c (windows_initialization_done): New variable.
10009 (get_windows_debug_event): Issue error when process dies before
10010 completely initializing.
10011 (do_initial_windows_stuff): Set flag to indicate when we are done with
10012 the initial steps of attaching to the child.
10013
cd55e50f
JK
100142010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * symtab.h (struct symbol <symtab>): New comment on NULL values.
10017
99cc78aa
DE
100182010-01-27 Doug Evans <dje@google.com>
10019
4c7dcb84
DE
10020 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10021
99cc78aa
DE
10022 * breakpoint.c (bpstat_stop_status): Delete useless code.
10023
52334bf5
JK
100242010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10025
10026 * printcmd.c (display_uses_solib_p): Remove variable section. Access
10027 objfile via SYMBOL_SYMTAB.
10028
708ead4e
TT
100292010-01-26 Tom Tromey <tromey@redhat.com>
10030
10031 PR exp/7643:
10032 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10033 coerce_array on result.
10034
b14e635e
SW
100352010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10036
10037 * cp-namespace.c (cp_lookup_symbol_namespace): Added
10038 search_parent argument.
10039 (cp_add_using): Initialize 'searched' field.
10040 (reset_directive_searched): New function.
10041 * cp-support.h: Add 'searched' field to using_direct struct.
10042 (cp_lookup_symbol_imports): Ditto.
10043 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10044 Perform recursive search.
10045 Implement non parent search.
10046 * valops.c (value_maybe_namespace_elt): Updated.
10047
8540c487
SW
100482010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
10049
10050 PR gdb/10929:
10051 * dwarf2read.c (read_lexical_block_scope): Create blocks for
10052 scopes which contain using directives even if they contain no
10053 declarations.
10054 * symtab.c (lookup_symbol_aux): Pass lowest level block to
10055 la_lookup_symbol_nonlocal.
10056 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10057 cp_lookup_symbol_namespace.
10058 (cp_lookup_symbol_namespace): Perform an import lookup at every
10059 block level.
10060 (cp_lookup_symbol_imports): New function.
10061 (cp_lookup_symbol_in_namespace): New function.
10062
421d5d99
TT
100632010-01-25 Tom Tromey <tromey@redhat.com>
10064
10065 PR gdb/11049:
10066 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10067 result.
10068
6bcc772d
RO
100692010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10070
10071 * configure.ac: Only use host_os part when disabling TUI on osf.
10072 Use test to check variables, prefix strings with x.
10073 * configure: Regenerate.
10074
10075 * solib-osf.c (osf_current_sos): Initialize tail.
10076
1c1238a5
TG
100772010-01-25 gingold <gingold@adacore.com>
10078
c8d5aac9
L
10079 * windows-nat.c (windows_continue): Use %x to print thread id.
10080 (get_windows_debug_event): Ditto.
1c1238a5 10081
0b92b5bb
TT
100822010-01-22 Tom Tromey <tromey@redhat.com>
10083
10084 PR symtab/11199:
10085 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10086 type and arguments. Use smash_to_methodptr_type.
10087 (read_structure_type): Call quirk_gcc_member_function_pointer
10088 later.
10089 * gdbtypes.h (smash_to_methodptr_type): Declare.
10090 * gdbtypes.c (smash_to_methodptr_type): New function.
10091 (lookup_methodptr_type): Use it.
10092
0d5392b8
TT
100932010-01-21 Tom Tromey <tromey@redhat.com>
10094
10095 PR symtab/11198:
10096 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10097 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10098 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10099 (glibc_skip_solib_resolver): Use
10100 lookup_minimal_symbol_and_objfile.
10101
e6d088ec
KT
101022010-01-21 Kai Tietz <kai.tietz@onevision.com>
10103
10104 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10105 WIN32 targets.
10106
b966cb8a
TT
101072010-01-20 Tom Tromey <tromey@redhat.com>
10108
10109 PR backtrace/10770:
10110 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10111 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10112 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10113 dwarf_stack_values, not CORE_ADDRs.
10114 (execute_stack_op): Change DW_OP_div and comparison operators to
10115 use signed operands.
10116
3f81c18a
VP
101172010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10118
10119 Per-inferior args and tty and environment.
10120
10121 * infcmd.c (inferior_args): Rename to ...
10122 (inferior_args_scratch): ... this.
10123 (inferior_io_terminal): Rename to ...
10124 (inferior_io_terminal_scratch): ... this.
10125 (inferior_argc, inferior_argv): Remove.
10126 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10127 inside current_inferior().
10128 (set_inferior_tty_command, show_inferior_tty_command): New.
10129 (get_inferior_args, set_inferior_args): Store inside
10130 current_inferior().
10131 (notice_args_set): Likewise and rename to...
10132 (set_args_command): ... this.
10133 (set_inferior_args_vector): Likewise.
10134 (notice_args_read): Rename to...
10135 (show_args_command): ...new.
10136 (tty_command): Remove.
10137 (run_command_1): Don't free old args, as they are freed by
10138 set_inferior_arg now.
10139 (run_no_args_command): Likewise.
10140 (inferior_environ): Remove.
10141 (run_command_1): Use environment of the current inferior.
10142 (environment_info, set_environment_command)
10143 (unset_environment_command, path_info, path_command): Likewise.
10144 (_initialize_infcmd): Adjust for function and variable renames.
10145 Do not init inferior_environ.
10146 * inferior.h (set_inferior_arg): Adjust prototype.
10147 (struct inferior): New fields args, argc, argv, terminal, environment.
10148 (inferior_environ): Remove declaration.
10149 * inferior.c (free_inferior): Free new fields.
10150 (add_inferior_silent): Initialize 'environment' field.
10151 * main.c (captured_main): Set arguments only after the initial
10152 inferior has been created. Set set_inferior_io_terminal,
10153 not tty_command.
10154 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10155 inferior.
10156 (_initialize_mi_cmd_env): Adjust for disappearance of global
10157 inferior_environ.
10158 * solib.c (solib_find): Use environment of the current inferior.
10159
d8b65138
JK
101602010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10161
10162 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10163 HAVE_PYTHON.
10164 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10165
692465f1
JB
101662010-01-20 Joel Brobecker <brobecker@adacore.com>
10167
10168 Get rid of ada-lang.c:function_name_from_pc.
10169 * ada-lang.c: Add "stack.h" #include.
10170 (function_name_from_pc): Delete.
10171 (is_known_support_routine): Replace call to function_name_from_pc
10172 by call to find_frame_funname.
10173 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10174
95519e0e
TT
101752010-01-19 Tom Tromey <tromey@redhat.com>
10176
10177 PR c++/11026:
10178 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10179 objfile obstack.
10180
95c11dc7
TT
101812010-01-19 Tom Tromey <tromey@redhat.com>
10182
10183 * top.c (stop_sig, float_handler, do_nothing): Remove.
10184
a0f49112
JK
101852010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10186
10187 * breakpoint.c (watchpoint_check): Check the call
10188 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10189 Extend the comment.
8d95cc3b 10190 * config/djgpp/fnchange.lst: Add translations for
a0f49112
JK
10191 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10192 watchpoint-cond-gone-stripped.c.
10193
ceeb3d5a
TT
101942010-01-19 Tom Tromey <tromey@redhat.com>
10195
10196 PR c++/8000:
10197 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10198 into parent scope, and enumerator into grandparent scope.
10199
2b71fc8e
JB
102002010-01-19 Joel Brobecker <brobecker@adacore.com>
10201
10202 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10203
03564ed9
JB
102042010-01-19 Joel Brobecker <brobecker@adacore.com>
10205
10206 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10207 i[34567]86-*-solaris2.1[0-9]*.
10208 * configure.tgt: Likewise.
10209
fb2e7cb4
JB
102102010-01-19 Joel Brobecker <brobecker@adacore.com>
10211
10212 * NEWS: Document the source command enhancement allowing it
10213 to load Python scripts. Document the "set/show script-extension"
10214 commands.
10215
1cb5e2a4
JB
102162010-01-19 Joel Brobecker <brobecker@adacore.com>
10217
10218 Add -Wunused-function to compile flags.
10219 * configure.ac: Add -Wunused-function to build_warnings.
10220 * configure: Regenerate.
10221
0ec6cd0c
JB
102222010-01-19 Joel Brobecker <brobecker@adacore.com>
10223
10224 "delete" ada-lex.c:input function, not used.
10225 * ada-lex.l: #define YY_NO_INPUT.
10226
b74845da
JB
102272010-01-19 Joel Brobecker <brobecker@adacore.com>
10228
10229 Delete free_named_symtabs and associated cleanup.
10230 * symfile.h (free_named_symtabs): Delete declaration.
10231 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10232 (cashier_psymtab): Comment function out.
10233 Delete declaration.
10234 (free_named_symtabs): Delete.
10235 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10236 * dbxread.c (end_psymtab): Likewise.
10237 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10238 * exec.c (exec_close_1): Ditto.
10239 * xcoffread.c (xcoff_end_psymtab): Likewise.
10240
65c06092
JB
102412010-01-19 Joel Brobecker <brobecker@adacore.com>
10242
10243 * stack.c (print_block_frame_labels): Comment function out.
10244
d5cd6034
JB
102452010-01-19 Joel Brobecker <brobecker@adacore.com>
10246
10247 Delete unused or undefined functions.
10248 * breakpoint.c (ep_parse_optional_filename): Delete.
10249 * dcache.c (dcache_write_line): Remove declaration.
10250 * infrun.c (build_infrun): Remove declaration.
10251 * tracepoint.c (tracepoint_save_command): Remove declaration.
10252 * linux-nat.c (init_lwp_list): Delete. No longer used.
10253 * event-loop.c (check_async_signal_handlers): Delete declaration.
10254 * infrun.c (init_execution_control_state): Delete.
10255 (proceed): Update comment to avoid mentioning
10256 init_execution_control_state.
10257 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10258 * ada-lang.c (ada_to_static_fixed_value): Delete.
10259 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10260 * cp-namespace.c (cp_copy_usings): Delete.
10261 * xml-syscall.c (xml_number_of_syscalls): Delete.
10262 * progspace.c (find_program_space_by_num): Delete.
10263 * inflow.c (handle_sigio): Delete declaration.
10264 * hppa-tdep.c (hppa_alignof): Delete.
10265 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10266 (mipsnbsd_core_osabi_sniffer): Delete.
10267
4e8f195d
TT
102682010-01-18 Tom Tromey <tromey@redhat.com>
10269
10270 PR c++/9680:
10271 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10272 (CONST_CAST): New tokens.
10273 (exp): Add new productions.
10274 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10275 reinterpret_cast.
10276 (is_cast_operator): New function.
10277 (yylex): Handle cast operators specially.
10278 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10279 UNOP_REINTERPRET_CAST>: New cases.
10280 * expprint.c (print_subexp_standard): Likewise.
10281 (op_name_standard): Likewise.
10282 (dump_subexp_body_standard): Likewise.
10283 * parse.c (operator_length_standard): Likewise.
10284 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10285 UNOP_REINTERPRET_CAST.
10286 * gdbtypes.c (class_types_same_p): New function.
10287 (is_ancestor): Use it.
10288 (is_public_ancestor): New function.
10289 (is_unique_ancestor_worker): Likewise.
10290 (is_unique_ancestor): Likewise.
10291 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10292 (is_unique_ancestor): Declare.
10293 * valops.c (value_reinterpret_cast): New function.
10294 (dynamic_cast_check_1): Likewise.
10295 (dynamic_cast_check_2): Likewise.
10296 (value_dynamic_cast): Likewise.
10297 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10298
d9c57d9f
JB
102992010-01-18 Joel Brobecker <brobecker@adacore.com>
10300
10301 Fix build failure when building without Python support.
10302 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10303 is not defined.
10304
f80d3ff2
JB
103052010-01-18 Joel Brobecker <brobecker@adacore.com>
10306
10307 Use XVS field type instead of doing a parallel lookup.
10308 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10309 if it is a reference type instead of doing a type lookup using
10310 the XVS field name.
10311
5bf03f13
JB
103122010-01-18 Joel Brobecker <brobecker@adacore.com>
10313
10314 Trust PAD types instead of using PAD___XVS.
10315 * ada-lang.c (trust_pad_over_xvs): New static variable.
10316 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10317 parallel XVS type, follow the XVS type instead of the PAD type.
10318 (unwrap_value): Make sure that there is no parallel XVE type
10319 before returning the value as is.
10320 (set_ada_list, show_ada_list): New static variables.
10321 (set_ada_command, show_ada_command): New functions.
10322 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10323 Add new "set/show ada trust-PAD-over-XVS" setting.
10324
973817a3
JB
103252010-01-18 Tom Tromey <tromey@redhat.com>
10326 Thiago Jung Bauermann <bauerman@br.ibm.com>
10327
10328 Allow "source" to load python scripts.
10329 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10330 * python/python.c (source_python_script): New function.
10331 * python/python.h (source_python_script): Add declaration.
10332 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10333 (script_ext_off, script_ext_soft, script_ext_strict)
10334 (script_ext_enums, script_ext_mode): New static constants.
10335 (show_script_ext_mode, find_and_open_script): New functions.
10336 (source_script): Enhance to handle Python scripts.
10337 (init_cli_cmds): Add set/show script-extension commands.
10338
98e03262
SS
103392010-01-16 Stan Shebs <stan@codesourcery.com>
10340
10341 * tracepoint.h (struct trace_status): Use unsigned long long
10342 instead of size_t.
10343 * tracepoint.c (trace_status_command): Fix printf directive.
10344 (trace_save_command): Check fwrite returns, fix printf directive.
10345 (trace_filename): New global.
10346 (tfile_open): Set it, check read returns.
10347 (tfile_close): Free trace_filename.
10348 (tfile_get_traceframe_address): Check read returns.
10349 (tfile_trace_find): Ditto.
10350 (tfile_fetch_registers): Ditto.
10351 (tfile_xfer_partial): Ditto.
10352 (tfile_get_trace_state_variable_value): Ditto.
10353
00bf0b85
SS
103542010-01-15 Stan Shebs <stan@codesourcery.com>
10355
10356 Add trace file support.
10357 * tracepoint.h (enum trace_stop_reason): New enum.
10358 (struct trace_status): New struct.
10359 (parse_trace_status): Declare.
10360 (struct uploaded_tp): Move here from remote.c,
10361 add fields for actions.
10362 (struct uploaded_tsv): New struct.
10363 * tracepoint.c (tfile_ops): New target vector.
10364 (trace_fd): New global.
10365 (tfile_open): New function.
10366 (tfile_close): New function.
10367 (tfile_files_info): New function.
10368 (tfile_get_trace_status): New function.
10369 (tfile_get_traceframe_address): New function.
10370 (tfile_trace_find): New function.
10371 (tfile_fetch_registers): New function.
10372 (tfile_xfer_partial): New function.
10373 (tfile_get_trace_state_variable_value): New function.
10374 (init_tfile_ops): New function.
10375 (_initialize_tracepoint): Call it, add tfile target.
10376 (trace_status): New global.
10377 (current_trace_status): New function.
10378 (trace_running_p): Remove, change all users to get from
10379 current_trace_status()->running.
10380 (get_trace_status): Remove.
10381 (trace_status_command): Call target_get_trace_status directly,
10382 report more detail including tracing stop reasons.
10383 (trace_find_command): Always allow tfind on a file.
10384 (trace_find_pc_command): Ditto.
10385 (trace_find_tracepoint_command): Ditto.
10386 (trace_find_line_command): Ditto.
10387 (trace_find_range_command): Ditto.
10388 (trace_find_outside_command): Ditto.
10389 (trace_frames_offset, cur_offset): Declare as off_t.
10390 (trace_regblock_size): Rename from reg_size, update users.
10391 (parse_trace_status): New function.
10392 (tfile_interp_line): New function.
10393 (disconnect_or_stop_tracing): Ensure current trace
10394 status before asking what to do.
10395 (stop_reason_names): New global.
10396 (trace_save_command): New command.
10397 (get_uploaded_tp): Move here from remote.c.
10398 (find_matching_tracepoint): Ditto.
10399 (merge_uploaded_tracepoints): New function.
10400 (parse_trace_status): Use stop_reason_names.
10401 (_initialize_tracepoint): Define tsave command.
10402 * target.h (target_ops): New fields to_save_trace_data,
10403 to_upload_tracepoints, to_upload_trace_state_variables,
10404 to_get_raw_trace_data, change to_get_trace_status
10405 to take a pointer to a status struct.
10406 (target_save_trace_data): New macro.
10407 (target_upload_tracepoints): New macro.
10408 (target_upload_trace_state_variables): New macro.
10409 (target_get_raw_trace_data): New macro.
10410 * target.c (update_current_target): Add new methods, change
10411 signature of to_get_trace_status.
10412 * remote.c (hex2bin): Make globally visible.
10413 (bin2hex): Ditto.
10414 (remote_download_trace_state_variable): Download name also.
10415 (remote_get_trace_status): Update parameter, use
10416 parse_trace_status.
10417 (remote_save_trace_data): New function.
10418 (remote_upload_tracepoints): New function.
10419 (remote_upload_trace_state_variables): New function.
10420 (remote_get_raw_trace_data): New function.
10421 (remote_start_remote): Use them.
10422 (_initialize_remote_ops): Add operations.
10423 * ax-gdb.c: Include breakpoint.h.
10424 * breakpoint.c (create_tracepoint_from_upload): Use
10425 break_command_really, return tracepoint, warn about unimplemented
10426 parts.
10427 * NEWS: Mention trace file addition.
10428
d904de5b
JK
104292010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 Fix compilation warning on gcc-3.4.
10432 * exec.c (print_section_info): Move the `displacement' variable
10433 initialization to its declaration.
10434
64aa9731
JK
104352010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10438 comparison.
10439
ca1f5def 104402010-01-15 Eric Botcazou <botcazou@adacore.com>
9f0dec2d
JB
10441
10442 "info tasks" broken by typedefs in ATCB type definitions.
10443 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10444 ada_check_typedef before retrieving the length of the type for
10445 regular fields.
10446
12ab9e09
JB
104472010-01-15 Joel Brobecker <brobecker@adacore.com>
10448
10449 Do not use name-based lookup for unconstrained packed arrays.
10450 * ada-lang.c (find_parallel_type_by_descriptive_type):
10451 Limit the fallback to name-based lookups to the case where
10452 the type is a constrained packed array.
10453
c389c3dc
JB
104542010-01-15 Joel Brobecker <brobecker@adacore.com>
10455
10456 Enhance gdb-gdb.py to handle main_type.type_specific.
10457 * gdb-gdb.py: Print the type-specific part of struct main_type.
10458
7991dee7
JK
104592010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10460
10461 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10462 * configure: Regenerate.
10463 * config.in: Regenerate.
10464 * utils.c: Include sys/resource.h.
10465 (dump_core, can_dump_core): New.
10466 (internal_vproblem): Update the comment. Check can_dump_core while
10467 setting dump_core_p. Replace two abort calls by dump_core calls.
10468
93c26624
JK
104692010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10470 Eli Zaretskii <eliz@gnu.org>
10471
10472 * NEWS: Document the PIE support.
10473
55235ad7
JK
104742010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10475
10476 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10477 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10478
41752192
JK
104792010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10480
10481 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10482 Replace exec_entry_point call by bfd_get_start_address.
10483
9f2982ff
JK
104842010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 Support Valgrind attachments broken by the PIE support.
10487 * auxv.c: Include gdbcore.h.
10488 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10489 parameters ops, object and annex. Remove their assertions.
10490 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10491 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10492 (memory_xfer_auxv): ... here.
10493 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10494 memory_xfer_auxv.
10495 * procfs.c (procfs_xfer_partial): Likewise.
10496 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10497 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10498 (svr4_solib_create_inferior_hook): Conditionalize the
10499 svr4_relocate_main_executable call.
10500
61f0d762
JK
105012010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10502
10503 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10504 target_section. Find SECT in current_target_sections, gdb_assert it.
10505 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10506 New variable abfd.
10507 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10508 of separate debug info file.
10509
51bee8e9
JK
105102010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10511
10512 Support PIEs with no symfile_objfile.
10513 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10514 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10515
b8040f19
JK
105162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10517
10518 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10519 code part to ...
10520 (svr4_static_exec_displacement): ... a new function.
10521 (svr4_exec_displacement): New function.
10522 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
10523 new_offsets using alloca now. Remove variable old_chain and changed.
10524 Call objfile_relocate unconditionally now.
10525
eb90ce83
DE
105262010-01-14 Doug Evans <dje@google.com>
10527
10528 * gdbtypes.c (arch_flags_type): Fix comment.
10529 * gdbtypes.h (arch_composite_type): Fix comment.
10530
bdfed3bc
TG
105312009-01-14 Tristan Gingold <gingold@adacore.com>
10532
10533 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10534 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
10535 to symbol_file_add_from_bfd. Add OSO as separate objfile.
10536 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
10537 macho_add_oso_symfile.
10538 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10539
1596ad23
JB
105402010-01-14 Joel Brobecker <brobecker@adacore.com>
10541
10542 Tru64: Dead threads are never deleted.
10543 * dec-thread.c (dec_thread_ptid_is_alive): New function.
10544 (dec_thread_count_gdb_threads): Fix counter increment.
10545 (dec_thread_add_gdb_thread): Fix *listp increment.
10546 (resync_thread_list): Fix bug in deletion of dead threads that
10547 caused all threads to be deleted, instead of just the dead ones.
10548
be759fcf
PM
105492010-01-13 Phil Muldoon <pmuldoon@redhat.com>
10550
10551 PR python/10705
10552
10553 * python/python-internal.h: Add lazy_string_object_type
10554 definition.
10555 (create_lazy_string_object, gdbpy_initialize_lazy_string)
10556 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10557 * python/py-value.c (valpy_lazy_string): New function.
10558 (convert_value_from_python): Add lazy string conversion.
10559 * python/py-prettyprint.c (pretty_print_one_value): Check if
10560 return is also a lazy string.
10561 (print_string_repr): Add lazy string printing branch.
10562 (print_children): Likewise.
10563 * python/py-lazy-string.c: New file. Implement lazy strings.
10564 * python/python.c (_initialize_python): Call
10565 gdbpy_initialize_lazy_string.
10566 * varobj.c (value_get_print_value): Add lazy string printing
10567 branch. Account for encoding.
10568 * c-lang.c (c_printstr): Account for new encoding argument. If
10569 encoding is NULL, find encoding suited for type, otherwise use
10570 user encoding.
10571 * language.h (language_defn): Add encoding argument.
10572 (LA_PRINT_STRING): Likewise.
10573 * language.c (unk_lang_printstr): Update to reflect new encoding
10574 argument to language_defn.
10575 * ada-lang.h (ada_printstr): Likewise.
10576 * c-lang.h (c_printstr): Likewise.
10577 * p-lang.h (pascal_printstr);
10578 * f-lang.c (f_printstr): Likewise.
10579 * m2-lang.c (m2_printstr): Likewise.
10580 * objc-lang.c (objc_printstr): Likewise.
10581 * p-lang.c (pascal_printstr): Likewise.
10582 * scm-lang.c (scm_printstr): Likewise.
10583 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10584 encoding argument.
10585 * ada-valprint.c (ada_printstr): Likewise.
10586 * f-valprint.c (f_val_print): Likewise
10587 * m2-valprint.c (m2_val_print): Likewise.
10588 * p-valprint.c (pascal_val_print): Likewise.
10589 * expprint.c (print_subexp_standard): Likewise.
10590 * valprint.c (val_print_string): Likewise.
10591 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10592 (SUBDIR_PYTHON_SRCS): Likewise.
10593 (py-lazy-string.o): New rule.
10594
1fe72117 105952010-01-13 Doug Evans <dje@google.com>
8eee9c5a
DE
10596
10597 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10598 uninitialized" warning from gcc on local `tree'.
10599
dc146f7c
VP
106002010-01-13 Vladimir Prus <vladimir@codesourcery.com>
10601
10602 Implement core awareness.
10603
10604 * bcache.c (compare_ints): Remove
10605 (print_percentage): Use compare_positive_ints.
10606 * defs.h (compare_positive_ints): Declare.
10607 * linux-nat.h (struct lin_lwp): New field core.
10608 (linux_nat_core_of_thread_1): Declare.
10609 * linux-nat.c (add_lwp): Init the 'core' field.
10610 (linux_nat_wait_1): Record the core.
10611 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10612 (linux_nat_add_target): Register the above.
10613 * linux-thread-db.c (update_thread_core): New.
10614 (thread_db_find_new_threads): Update core information for
10615 every thread.
10616 * remote.c (struct private_thread_info): New.
10617 (free_private_thread_info, demand_private_info): New.
10618 (PACKET_qXfer_threads, use_osdata_threads): New.
10619 (struct thread_item, threads_parsing_context
10620 (start_thread, end_thread, thread_attributes)
10621 (thread_children, threads_children, threads_elements): New.
10622 (remote_threads_info): Try qXfer:threads before anything
10623 else.
10624 (remote_protocol_packets): Register qXfer:threads.
10625 (remote_open_1): Init use_osdata_threads.
10626 (struct stop_reply): New field 'core'.
10627 (remote_parse_stop_reply): Parse core number.
10628 (process_stop_reply): Record core number.
10629 (remote_xfer_partial): Handle qXfer:threads.
10630 (remote_core_of_thread): New.
10631 (init_remote_ops): Register remote_core_of_thread.
10632 (_initialize_remote): Register qXfer:read.
10633 * target.c (target_core_of_thread): New
10634 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10635 (struct target_ops): New field to_core_of_threads.
10636 (target_core_of_thread): Declare.
10637 * gdbthread.h (struct thread_info): New field private_dtor.
10638 * thread.c (print_thread_info): Report the core.
10639 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10640 * utils.c (compare_positive_ints): New.
10641 * features/threads.dtd: New.
10642 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10643 * mi/mi-main.c (struct collect_cores_data, collect_cores)
10644 (do_nothing, free_vector_of_osdata_items)
10645 (splay_tree_int_comparator, free_splay_tree): New.
10646 (print_one_inferior_data): Implemented printing of selected
10647 inferiors. Collect and print cores.
10648 (output_cores): New.
10649 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
10650 thread groups together with --available.
10651
d30c5336
JK
106522010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10653
10654 * configure: Regenerate (for _STRUCTURED_PROC).
10655
02893727
JB
106562010-01-12 Joel Brobecker <brobecker@adacore.com>
10657
10658 Delete dead function.
10659 * ada-lang.c (extract_string): Delete. No longer used.
10660
46ed2d6f
JB
106612010-01-12 Joel Brobecker <brobecker@adacore.com>
10662
10663 Fix -Wunused warning in dec-thread.c.
10664 * dec-thread.c (dec_thread_count_gdb_threads)
10665 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10666
606b8d1a
JB
106672010-01-12 Joel Brobecker <brobecker@adacore.com>
10668
10669 * ada-valprint.c (ada_print_floating): Remove trailing space.
10670
b4ba55a1
JB
106712010-01-12 Joel Brobecker <brobecker@adacore.com>
10672
10673 Add support for DW_AT_GNAT_descriptive_type.
10674 * gdbtypes.h (enum type_specific_kind): New enum.
10675 (struct main_type) [type_specific_field]: New component.
10676 [type_specific]: Add new component "gnat_stuff".
10677 (struct gnat_aux_type): New type.
10678 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10679 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10680 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10681 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10682 (TYPE_SPECIFIC_FIELD): New macros.
10683 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10684 type does not hold any cplus-specific data.
10685 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10686 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10687 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10688 cplus-specific data.
10689 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10690 Set new component TYPE_SPECIFIC_FIELD (type).
10691 (gnat_aux_default): New constant.
10692 (allocate_gnat_aux_type): New function.
10693 (init_type): Add initialization the type-specific stuff for
10694 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10695 (print_gnat_stuff): New function.
10696 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10697 specific data. Adjust code that prints the contents of the
10698 type-specific union using the TYPE_SPECIFIC_FIELD value.
10699 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10700 the type cplus stuff for Ada types.
10701 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10702 Error out if these routines are called with an Ada type.
10703 (read_structure_type, read_array_type, read_subrange_type):
10704 Add call to set_descriptive_type.
10705 (set_die_type): Initialize the gnat-specific data if necessary.
10706 (need_gnat_info, die_descriptive_type, set_descriptive_type):
10707 New functions.
10708 * ada-lang.c (decode_constrained_packed_array_type): Use
10709 decode_constrained_packed_array_type instead of doing a standard
10710 lookup to locate a parallel type.
10711 (find_parallel_type_by_descriptive_type): New function.
10712 (ada_find_parallel_type_with_name): New function.
10713 (ada_find_parallel_type): Reimplement using
10714 ada_find_parallel_type_with_name.
10715 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10716 to check if type has a cplus stuff.
10717 * linespec.c (total_number_of_methods): Likewise.
10718 * mdebugread.c (new_type): Likewise.
10719
b0f02ee9
JK
107202010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10721
10722 * NEWS: Document the 0b binary number prefix parsing.
10723
b260e109
JK
107242010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 * objfiles.c (objfile_relocate1): Change the return type to int.
10727 Describe the new return value. Return non-zero if data changed.
10728 (objfile_relocate): New variable changed. Set it. Call
10729 breakpoint_re_set depending on CHANGED.
10730
b5cfddf5
JK
107312010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10732
10733 Implement binary numbers parsing.
10734 * c-exp.y (parse_number): New case 'b' and 'B'.
10735
e0ae4240
JK
107362010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10737 Tristan Gingold <gingold@adacore.com>
10738
10739 * solib.c (info_sharedlibrary_command): Replace
10740 objfile_has_partial_symbols and objfile_has_full_symbols calls by
10741 objfile_has_symbols.
10742
6e0e5977
JB
107432010-01-10 Joel Brobecker <brobecker@adacore.com>
10744
10745 * NEWS: Document the improvements made to the mips-irix port.
10746
7348c5e1
JB
107472010-01-09 Joel Brobecker <brobecker@adacore.com>
10748
10749 Fix the documentation of valprint.c:value_print.
10750 * valprint.c (value_print): Update the function description to
10751 mention that the syntax of the output follows the current_language,
10752 not necessarily C.
10753
567995e1
JK
107542010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 Fix displacement of separate debug info files.
10757 * objfiles.c (objfile_relocate): Rename to ...
10758 (objfile_relocate1): ... here and make it static. Extend the comment.
10759 (objfile_relocate): New function.
10760 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10761 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
10762 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
10763 allocated using alloca.
10764 * symfile.c (copy_section_addr_info): Remove.
10765 (build_section_addr_info_from_objfile): Make it global. New variables
10766 addr_bit and mask, use them.
10767 * symfile.h (build_section_addr_info_from_objfile): New prototype.
10768 (copy_section_addr_info): Remove.
10769
6d8eadbd
JB
107702010-01-09 Joel Brobecker <brobecker@adacore.com>
10771
10772 Signal unwinder for mips-irix N32.
10773 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10774 tramp-frame.h.
10775 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10776 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
8d95cc3b
PA
10777 (SIGCONTEXT_LO_OFF): New macros.
10778 (mips_irix_n32_tramp_frame_init): New function.
6d8eadbd
JB
10779 (mips_irix_n32_tramp_frame): New static constant.
10780 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10781
27087a3d
JB
107822010-01-09 Joel Brobecker <brobecker@adacore.com>
10783
10784 Breakpoint in shared library does not work on mips-irix.
10785 * procfs.c: #include "observer.h".
10786 (procfs_inferior_created): New function, moving here the code
10787 which unsets the syssgi syscall-exit notifications.
10788 (procfs_create_inferior): Remove the code which unsets the syssgi
10789 syscall-exit notifications. It is too early to do this here.
10790 (_initialize_procfs): Attach the procfs_inferior_created observer.
10791
f08877ba
JB
107922010-01-09 Joel Brobecker <brobecker@adacore.com>
10793
10794 Wrong return convention for arrays (mips-irix).
10795 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10796 128 bits or smaller are returned the same way as structs
10797 and unions of the the same size.
10798
e4b97d48
JB
107992010-01-09 Joel Brobecker <brobecker@adacore.com>
10800
10801 Cannot set the PC on mips-irix.
10802 * irix5-nat.c (fill_gregset): Check regno against the raw PC
10803 register number, no the cooked one.
10804
11377e68
JB
108052010-01-09 Joel Brobecker <brobecker@adacore.com>
10806
10807 Error while loading core file on mips-irix.
10808 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10809 if debugging from a core file.
10810
b2391021
JB
108112010-01-09 Joel Brobecker <brobecker@adacore.com>
10812
10813 GDB hangs when attaching to process on mips-irix.
10814 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10815 attaching to a process.
10816
f2ec0ecf
JB
108172010-01-09 Joel Brobecker <brobecker@adacore.com>
10818
10819 Use the correct breakpoint instruction on mips-irix.
10820 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10821 containing the correct breakpoint instruction to use on mips-irix.
10822 Use it when the osabi is GDB_OSABI_IRIX.
10823
3c95f01c
JB
108242010-01-09 Joel Brobecker <brobecker@adacore.com>
10825
10826 -Wunused warning in procfs.c (mips-irix only).
10827 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
10828 throughout instead of using praddset and prdelset respectively.
10829
4b7703ad
JB
108302010-01-09 Joel Brobecker <brobecker@adacore.com>
10831
10832 GDB crash while stepping into function.
10833 * infrun.c (handle_inferior_event): Refetch the current frame
10834 after handling what.main_action, in case that pointer became
10835 dangling.
10836
12c89474
JB
108372010-01-09 Joel Brobecker <brobecker@adacore.com>
10838
10839 Fix build failure of solaris-hosted cross debuggers.
10840 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10841
1a3fd262 108422010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4c490650
JB
10843
10844 Fix build failure on sparc-solaris.
10845 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10846
75242ef4
JK
108472010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10848
10849 Move some symfile code into subroutines.
10850 * symfile.h (relative_addr_info_to_section_offsets)
10851 (addr_info_make_relative): New prototypes.
10852 * symfile.c (default_symfile_offsets): Move a part to ...
10853 (relative_addr_info_to_section_offsets): ... this new function.
10854 (default_symfile_offsets): Call it.
10855 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10856 this part to ...
10857 (addr_info_make_relative): ... this new function.
10858
268a4a75
JK
108592010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 Add from_tty to solib_create_inferior_hook.
10862 * infcmd.c (post_create_inferior): Move solib_add after
10863 solib_create_inferior_hook. Pass from_tty to
10864 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
10865 0 from_tty and comment why.
10866 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10867 * linux-nat.c (linux_child_follow_fork): Likewise.
10868 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10869 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10870 from_tty.
10871 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10872 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10873 * solib-null.c (null_solib_create_inferior_hook): Likewise.
10874 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10875 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10876 * solib-som.c (som_solib_create_inferior_hook): Likewise.
10877 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10878 Pass it to svr4_so_ops.solib_create_inferior_hook.
10879 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10880 from_tty.
10881 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
10882 solib_add.
10883 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
10884 enable_break.
10885 * solib-target.c (solib_target_solib_create_inferior_hook): New
10886 parameter from_tty.
10887 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
10888 it to ops->solib_create_inferior_hook.
10889 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10890 Move solib_add after solib_create_inferior_hook, call it now with
10891 from_tty as 0. New comment there.
10892 * solib.h (solib_create_inferior_hook): New parameter from_tty.
10893 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10894 Likewise.
10895
cf00dfa7
VP
108962010-01-08 Vladimir Prus <vladimir@codesourcery.com>
10897
10898 Fix multiexec race.
10899 * infrun.c (handle_inferior_event): Use get_thread_regcache
10900 with events ptid, not get_current_regcache.
10901
f91e5ac3
JB
109022009-01-08 Joel Brobecker <brobecker@adacore.com>
10903
10904 GDB crash with empty executable name (MinGW).
10905 * source.c (openp): Add assert that parameter string is not NULL.
10906 if parameter string is an empty string, then return with a failure
10907 immediately.
10908
92b9ce5b
JB
109092009-01-08 Joel Brobecker <brobecker@adacore.com>
10910
10911 Get rid of support for VAX Floats.
10912 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10913 (ada_vax_float_print_function): Delete.
10914 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10915 (ada_vax_float_print_function): Delete.
10916 * ada-typeprint.c (print_vax_floating_point_type): Delete.
10917 (ada_print_type): Remove support for VAX floats.
10918 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10919
268a4a75 109202010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
10921
10922 * stabsread.c (read_args): Handle zero arguments.
10923
f0f20949
JB
109242009-01-08 Joel Brobecker <brobecker@adacore.com>
10925
10926 Cannot find in-tree libiconv.a after reconfigure.
10927 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10928 that we can use, then cache the path to this archive.
10929 * configure: Regenerate.
10930
6b6218c5
SS
109312010-01-07 Stan Shebs <stan@codesourcery.com>
10932
35b1e5cc
SS
10933 Make tracepoint operations go through target vector.
10934 * target.h (enum trace_find_type): New enum.
10935 (struct target_ops): New fields to_trace_init,
10936 to_download_tracepoint, to_download_trace_state_variable,
10937 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10938 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10939 to_set_disconnected_tracing.
10940 (target_trace_init): New macro.
10941 (target_download_tracepoint): New macro.
10942 (target_download_trace_state_variable): New macro.
10943 (target_trace_start): New macro.
10944 (target_trace_set_readonly_regions): New macro.
10945 (target_get_trace_status): New macro.
10946 (target_trace_stop): New macro.
10947 (target_trace_find): New macro.
10948 (target_get_trace_state_variable_value): New macro.
10949 (target_set_disconnected_tracing): New macro.
10950 * target.c (update_current_target): Inherit and set defaults for
10951 tracepoint operations.
10952 * tracepoint.c (default_collect): Make globally visible.
10953 (target_is_remote): Remove, along with all calls.
10954 (tvariables_info): Call target_get_trace_state_variable_value.
10955 (remote_set_transparent_ranges): Remove.
10956 (trace_start_command): Call target_trace_init,
10957 target_download_tracepoint, etc.
10958 (download_tracepoint): Remove.
10959 (trace_stop_command): Simplify.
10960 (stop_tracing): Call target_trace_stop.
10961 (get_trace_status): Call target_get_trace_status.
10962 (trace_status_command): Add case for targets that cannot trace.
10963 (finish_tfind_command): Change to take numerical arguments, call
10964 target_trace_find.
10965 (trace_find_command): Update call to finish_tfind_command.
10966 (trace_find_pc_command): Ditto.
10967 (trace_find_tracepoint_command): Ditto.
10968 (trace_find_line_command): Ditto.
10969 (trace_find_range_command): Ditto.
10970 (trace_find_outside_command): Ditto.
10971 (set_disconnected_tracing_value): Call
10972 target_set_disconnected_tracing.
10973 * remote.c: Add protocol encoding bits from tracepoint.c.
10974 (trace_error): Move from tracepoint.c.
10975 (remote_get_noisy_reply): Ditto.
10976 (free_actions_list_cleanup_wrapper): Ditto.
10977 (free_actions_list): Ditto.
10978 (remote_trace_init): New function.
10979 (remote_download_tracepoint): New function.
10980 (remote_download_trace_state_variable): New function.
10981 (remote_trace_set_readonly_regions): New function.
10982 (remote_trace_start): New function.
10983 (remote_get_trace_status): New function.
10984 (remote_trace_stop): New function.
10985 (remote_trace_find): New function.
10986 (remote_download_trace_state_variable): New function.
10987 (remote_set_disconnected_tracing): New function.
10988 (init_remote_ops): Add tracepoint operations.
10989
6b6218c5
SS
10990 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
10991
089b4803
TG
109922010-01-07 Tristan Gingold <gingold@adacore.com>
10993
10994 * symfile.c (build_section_addr_info_from_objfile): New function.
10995 (symbol_file_add_separate): Don't use offsets from objfile but
10996 built an addr info.
10997
d5551862
SS
109982010-01-06 Stan Shebs <stan@codesourcery.com>
10999
11000 Support disconnected tracing.
11001 * infcmd.c (detach_command): Ask whether to stop tracing.
11002 * cli/cli-cmds.c (quit_command): Ditto.
11003 * breakpoint.h (struct breakpoint): New field number_on_target.
11004 * breakpoint.c (create_tracepoint_from_upload): New function.
11005 (get_tracepoint_by_number_on_target): New function.
11006 * remote.c (struct remote): New field disconnected_tracing.
11007 (remote_disconnected_tracing_feature): New function.
11008 (remote_protocol_features): Add DisconnectedTracing.
11009 (struct uploaded_tp): New struct.
11010 (uploaded_tps): New global.
11011 (get_uploaded_tp): New function.
11012 (find_matching_tracepoint): New function.
11013 (remote_get_tracing_state): New function.
11014 (remote_start_remote): Call it.
11015 * tracepoint.c (disconnected_tracing): New global.
11016 (trace_start_command): Initialize number_on_target.
11017 (stop_tracing): New function, split out from...
11018 (trace_stop_command): Call stop_tracing.
11019 (get_trace_status): New function, split out from...
11020 (trace_status_command): Call get_trace_status, add info on
11021 disconnection behavior.
11022 (disconnect_or_stop_tracing): New function.
11023 (finish_tfind_command): Translate from number on target.
11024 (trace_find_tracepoint_command): Translate to number on target.
11025 (send_disconnected_tracing_value): New function.
11026 (set_disconnected_tracing): New function.
11027 (_initialize_tracepoint): Add disconnected-tracing variable.
11028 * NEWS: Mention disconnected tracing.
11029
15d123c9
TG
110302010-01-06 Tristan Gingold <gingold@adacore.com>
11031
11032 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11033 parameter to main_objfile. Iterate on all separate debug objfiles.
11034 * symfile.h (symbol_file_add_separate)
11035 (find_separate_debug_file_by_debuglink): Remove parameter names.
11036 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11037 (reread_symbols): Use free_objfile_separate_debug.
11038 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11039 Adjust comment.
11040 (objfile_separate_debug_iterate, add_separate_debug_objfile)
11041 (free_objfile_separate_debug): New prototypes.
11042 * objfiles.c (objfile_separate_debug_iterate): New function.
11043 (add_separate_debug_objfile, free_objfile_separate_debug): New
11044 functions.
11045 (free_objfile): Use free_objfile_separate_debug. Adjust for
11046 multiple separate debug objfile.
11047 (objfile_has_symbols): Adjust comment. Iterate on all separate
11048 debug objfiles.
11049 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11050 debug objfile.
11051 (lookup_minimal_symbol_text): Ditto.
11052 (lookup_minimal_symbol_by_pc_name): Ditto.
11053 (lookup_minimal_symbol_solib_trampoline): Ditto.
11054 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11055 debug objfiles.
11056
7a697b8d
SS
110572010-01-05 Stan Shebs <stan@codesourcery.com>
11058
11059 Add fast tracepoints.
11060 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11061 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11062 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11063 * breakpoint.c (tracepoint_type): New function.
11064 (ALL_TRACEPOINTS): Use it.
11065 (should_be_inserted): Ditto.
11066 (bpstat_check_location): Ditto.
11067 (print_one_breakpoint_location): Ditto.
11068 (user_settable_breakpoint): Ditto.
11069 (set_breakpoint_location_function): Ditto.
11070 (disable_breakpoints_in_shlibs): Ditto.
11071 (delete_trace_command): Ditto.
11072 (print_it_typical): Add bp_fast_tracepoint case.
11073 (bpstat_what): Ditto.
11074 (print_one_breakpoint_location): Ditto.
11075 (allocate_bp_location): Ditto.
11076 (mention): Ditto.
11077 (breakpoint_re_set_one): Ditto.
11078 (disable_command): Ditto.
11079 (enable_command): Ditto.
11080 (check_fast_tracepoint_sals): New function.
11081 (break_command_really): Call it.
11082 (ftrace_command): New function.
11083 (_initialize_breakpoint): Add ftrace command.
11084 * gdbarch.sh (fast_tracepoint_valid_at): New.
11085 * gdbarch.h, gdbarch.c: Regenerate.
11086 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11087 (i386_gdbarch_init): Use it.
11088 * remote.c (struct remote_state): New field fast_tracepoints.
11089 (PACKET_FastTracepoints): New packet config type.
11090 (remote_fast_tracepoint_feature): New function.
11091 (remote_protocol_features): Add FastTracepoints.
11092 (remote_supports_fast_tracepoints): New function.
11093 (_initialize_remote): Add FastTracepoints.
11094 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11095 * NEWS: Mention fast tracepoints.
11096
737a160e
JB
110972010-01-06 Joel Brobecker <brobecker@adacore.com>
11098
11099 * gdb-gdb.py: New file.
11100
ce6cca6d
MS
111012010-01-05 Michael Snyder <msnyder@vmware.com>
11102
11103 * infrun.c (handle_inferior_event): Fix typo in comment.
11104
0d15807d
JK
111052010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11106
11107 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11108
7803799a
UW
111092010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11110
c8d5aac9 11111 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
7803799a
UW
11112 and s390x-linux64.
11113 (s390-linux32-expedite): Define.
11114 (s390-linux64-expedite): Define.
11115 (s390x-linux64-expedite): Define.
11116 * features/s390-acr.xml: New file.
11117 * features/s390-fpr.xml: New file.
11118 * features/s390-core32.xml: New file.
11119 * features/s390-core64.xml: New file.
11120 * features/s390x-core64.xml: New file.
11121 * features/s390-linux32.xml: New file.
11122 * features/s390-linux64.xml: New file.
11123 * features/s390x-linux64.xml: New file.
11124 * features/s390-linux32.c: New generated file.
11125 * features/s390-linux64.c: New generated file.
11126 * features/s390x-linux64.c: New generated file.
11127
11128 * regformats/s390-linux32.dat: New generated file.
11129 * regformats/s390-linux64.dat: New generated file.
11130 * regformats/s390x-linux64.dat: New generated file.
11131 * regformats/reg-s390.dat: Remove.
11132 * regformats/reg-s390x.dat: Remove.
11133
11134 * s390-nat.c: Include "auxv.h" and <elf.h>.
11135 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11136 (s390_target_wordsize): New function.
11137 (s390_auxv_parse): Likewise.
11138 (s390_get_hwcap): Likewise.
11139 (s390_read_description): Likewise.
11140 (_initialize_s390_nat): Install s390_auxv_parse and
11141 s390_read_description.
11142
11143 * s390-tdep.c: Include "features/s390-linux32.c",
11144 "features/s390-linux64.c", and "features/s390x-linux64.c".
11145 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11146 (s390_register_call_saved): New function.
11147 (s390_register_name): Remove.
11148 (s390_register_type): Remove.
11149 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11150 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11151 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11152 (s390_pseudo_register_name): New function.
11153 (s390_pseudo_register_type): New function.
11154 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11155 Handle full GPR pesudos and varying pseudo register numbers.
11156 (s390_pseudo_register_write): Likewise
11157 (s390x_pseudo_register_read): Remove.
11158 (s390x_pseudo_register_write): Likewise.
11159 (s390_register_group): Remove.
11160 (s390_pseudo_register_group): New function.
11161 (s390_regmap_gregset): Add GPR upper halves.
11162 (s390x_regmap_gregset): Likewise.
11163 (s390_regmap_fpregset): Likewise.
11164 (s390_regmap_upper): New global variable.
11165 (s390_upper_regset): New global variable.
11166 (s390_upper_regset_sections): New global variable.
11167 (s390_regset_from_core_section): Handle GPR upper halves.
11168 (s390_core_read_description): New function.
11169 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11170 register information. Handle varying pseudo register numbers.
11171 (s390_backchain_frame_unwind_cache): Likewise.
11172 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11173 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11174 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11175 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11176 Handle varying pseudo register numbers.
11177 (s390_unwind_pc): Handle varying pseudo register numbers.
11178 (s390_dwarf2_prev_register): New function.
11179 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11180 register information. Handle varying pseudo register numbers.
11181 Install s390_dwarf2_prev_register to unwind full GPRs.
11182 (s390_gdbarch_init): Handle target descriptions. Assign varying
11183 pseudo register numbers. Install s390_adjust_frame_regnum.
11184 (_initialize_s390_tdep): Initialize target descriptions.
11185
11186 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11187 (S390_NUM_REGS): Redefine to include upper half registers.
11188 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11189 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11190 (tdesc_s390_linux32): Add declaration.
11191 (tdesc_s390_linux64): Likewise.
11192 (tdesc_s390x_linux64): Likewise.
11193
1b1818e4
UW
111942010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11195
11196 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11197 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11198 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11199 (ppc_linux_vmx_regset_sections): Likewise.
11200 (ppc_linux_fp_regset_sections): Likewise.
11201
11202 * corelow.c (get_core_register_section): Constify arguments.
11203 (get_core_registers): Use gdbarch_core_regset_sections instead
11204 of hard-coded platform-specific register section names.
11205
dcbf108f
UW
112062010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11207
11208 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
b3f41522 11209 a register, assume the least-significant part is used.
dcbf108f
UW
11210 (write_pieced_value): Likewise.
11211
704e9165
UW
112122010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11213
11214 * printcmd.c: Include "arch-utils.h".
11215 (do_one_display): Re-parse expression if current architecture changed.
11216
c54eabfa
JK
112172010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11218 Joel Brobecker <brobecker@adacore.com>
11219
11220 * gdbtypes.c (check_typedef): New comment on type length.
11221 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11222 comment on type length.
11223 (value_primitive_field): Keep the original TYPE value, new comment.
11224
50cb2941
JK
112252010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11226
11227 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11228 p_start. Change != comparisons to > and < comparisons.
11229
be66db07
JK
112302010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11231
11232 * cli/cli-script.c (process_next_line): Check P2 overrun.
11233
abd775ce
JB
112342009-01-01 Joel Brobecker <brobecker@adacore.com>
11235
11236 Update the copyright hearder to add year 2010 for most GDB files.
11237
6479260d
JB
112382009-01-01 Joel Brobecker <brobecker@adacore.com>
11239
11240 Fix build failure in inf-ptrace.c.
11241 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11242
4a70f654
JB
112432010-01-01 Joel Brobecker <brobecker@adacore.com>
11244
11245 * top.c (print_gdb_version): Update copyright year.
11246
595939de 112472010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
b9ee2233
JB
11248
11249 Fix break *FUN'address thread NUM.
11250 * ada-lex.l (task): Expand rule to also match the thread keyword.
11251
70575d34
JB
112522010-01-01 Joel Brobecker <brobecker@adacore.com>
11253
11254 Fix break *FUN'address task NUM.
11255 * ada-lex.l (task): New rule.
11256 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11257 been built before using it.
11258
e1e4d4a4 11259For older changes see ChangeLog-2009.
c906108c
SS
11260\f
11261Local Variables:
11262mode: change-log
11263left-margin: 8
11264fill-column: 74
11265version-control: never
57da7796 11266coding: utf-8
c906108c 11267End:
This page took 1.815953 seconds and 4 git commands to generate.