[Ada] array pointers encoded as typedef to fat pointer
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-11-22 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-lang.c (ada_to_fixed_type): Expand function documentation.
4 Return the original type if the main type portions match rather
5 than when the type themselves match.
6
7 2010-11-22 Joel Brobecker <brobecker@adacore.com>
8
9 * ada-lang.c (ada_template_to_fixed_record_type_1):
10 For dynamic fields, check the field size against the maximum
11 object size.
12
13 2010-11-22 Joel Brobecker <brobecker@adacore.com>
14
15 * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
16 function.
17 (mips_irix_n32_stack_tramp_frame): New static global.
18 (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
19 list of unwinder.
20
21 2010-11-22 Jerome Guitton <guitton@adacore.com>
22
23 * ada-tasks.c (get_tcb_types_info): Use C lookups to get
24 ATCB symbols.
25
26 2010-11-22 Joel Brobecker <brobecker@adacore.com>
27
28 * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
29 if type1 is a typedef.
30
31 2010-11-22 Joel Brobecker <brobecker@adacore.com>
32
33 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
34 "_finalizer" to the list.
35
36 2010-11-22 Joel Brobecker <brobecker@adacore.com>
37
38 * symfile.c: Remove all "#if 0"/"#endif" blocks.
39
40 2010-11-22 Joel Brobecker <brobecker@adacore.com>
41
42 * symfile.c: Add missing second space after period in various comments.
43
44 2010-11-22 Joel Brobecker <brobecker@adacore.com>
45
46 * ada-typeprint.c (print_array_type): Fix formatting in comment.
47 (print_selected_record_field_types): Fix formatting in function
48 documentation.
49
50 2010-11-22 Joel Brobecker <brobecker@adacore.com>
51
52 * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
53 in name of "show ravenscar" prefix command name.
54
55 2010-11-22 Joel Brobecker <brobecker@adacore.com>
56
57 * ravenscar-thread.c (show_ravenscar_task_switching_command):
58 Add missing '\n' in output.
59
60 2010-11-22 Joel Brobecker <brobecker@adacore.com>
61
62 * ravenscar-thread.c (running_thread_name): Change value.
63 (read_thread_id): Remove advance declaration.
64 (get_running_thread_msymbol): New function.
65 (has_ravenscar_runtime): Use get_running_thread_msymbol to
66 compute msym_running_thread.
67 (get_running_thread_id): Renames read_thread_id. Slight modifications
68 to not take any argument anymore, using get_running_thread_msymbol
69 to determine which symbol to use instead.
70 (ravenscar_running_thread): Use get_running_thread_id instead of
71 read_thread_id.
72
73 2010-11-22 Joel Brobecker <brobecker@adacore.com>
74
75 * ravenscar-sparc-thread.c (supply_register_at_address):
76 Fix passing of buf in call to regcache_raw_supply.
77
78 2010-11-22 Jan Kratochvil <jan.kratochvil@redhat.com>
79
80 * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
81
82 2010-11-22 Tom Tromey <tromey@redhat.com>
83
84 * Makefile.in (.PRECIOUS): Reference ada-lex.c.
85
86 2010-11-19 Keith Seitz <keiths@redhat.com>
87
88 * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
89 Remove extraneous '/' after $(DESTDIR).
90 (PYTHON_INSTALL_DIR): Likewise.
91
92 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 Fix stale memory references.
95 * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
96 xfree, new comment.
97
98 2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
99 Tom Tromey <tromey@redhat.com>
100
101 * Makefile.in (.y.c): Directly create $@ from YLWRAP.
102 (.PHONY): Remove for .y outputs.
103
104 2010-11-19 Will Drewry <wad@google.com>
105 Tavis Ormandy <taviso@google.com>
106 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 * dwarf2read.c (decode_locdesc): Enforce location description stack
109 boundaries.
110
111 2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr>
112
113 * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
114 instruction is found.
115
116 2010-11-17 Tom Tromey <tromey@redhat.com>
117
118 * value.c (value_entirely_optimized_out): Check the
119 'check_any_valid' field.
120
121 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
122
123 * ada-lang.c (modify_general_field): Remove.
124 (make_array_descriptor): Replace all modify_general_field calls by
125 modify_field.
126 * value.c (modify_field): Update comment. New variable bytesize.
127 Normalize BITPOS. Initialize BYTESIZE, use it.
128
129 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
132 elements after xfree.
133
134 2010-11-16 Tom Tromey <tromey@redhat.com>
135
136 * gdb-add-index.sh: Really remove.
137
138 2010-11-16 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 Code cleanup.
141 * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
142 (init_one_comp_unit): ... this one.
143 (prepare_one_comp_unit): New prototype.
144 (dw2_require_line_header, process_psymtab_comp_unit): Use
145 init_one_comp_unit.
146 (process_psymtab_comp_unit): Use prepare_one_comp_unit.
147 (load_partial_comp_unit): Remove variable attr. Use
148 init_one_comp_unit with xmalloc. Use prepare_one_comp_unit.
149 (load_full_comp_unit): Use init_one_comp_unit with xmalloc. Use
150 prepare_one_comp_unit.
151 (read_signatured_type): Remove variable attr. Use init_one_comp_unit.
152 Use prepare_one_comp_unit.
153 (alloc_one_comp_unit): Rename to ...
154 (init_one_comp_unit): ... here and remove there calloc, new parameter
155 cu.
156 (prepare_one_comp_unit): New function.
157
158 2010-11-14 Pierre Muller <muller@ics.u-strasbg.fr>
159
160 * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
161 possible used of uninitialized variable.
162
163 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
164
165 * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
166 (rs6000_gdbarch_init): Call it.
167
168 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
169
170 * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
171 instructions if debugging an E500 binary.
172
173 2010-11-12 Tom Tromey <tromey@redhat.com>
174
175 * varobj.c (value_get_print_value): Rearrange. Pass stream to
176 apply_varobj_pretty_printer.
177 * c-lang.c: Include exceptions.h.
178 (c_get_string): Throw MEMORY_ERROR when appropriate.
179 * python/py-prettyprint.c (enum string_repr_result): New.
180 (print_stack_unless_memory_error): New function.
181 (print_string_repr): Change return type. Use
182 print_stack_unless_memory_error.
183 (print_children): Use print_stack_unless_memory_error.
184 (apply_val_pretty_printer): Update. Don't print children if
185 string representation threw an exception.
186 (apply_varobj_pretty_printer): Add 'stream' argument. Use
187 print_stack_unless_memory_error.
188 * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
189 globals.
190 (_initialize_python): Initialize them.
191 * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
192 gdbpy_convert_exception.
193 (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
194 (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
195 (gdbpy_convert_exception): Declare.
196 (apply_varobj_pretty_printer): Update.
197 * python/py-utils.c (gdbpy_convert_exception): New function.
198
199 2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
200
201 * mi/mi-main.c (mi_cmd_target_detach): Accept new
202 thread-group id format.
203
204 2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
205
206 * spu-tdep.c (spu_catch_start): Fix compilation error typo.
207
208 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
209
210 * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
211 NULL.
212 (BPPY_SET_REQUIRE_VALID): Ditto.
213 (bpnum_is_valid): Delete function.
214 (bppy_get_visibility): New function.
215 (bppy_new): Parse for, and validate internal keyword. Pass
216 internal keyword to breakpoint or watchpoint functions.
217 (build_bp_list): New function.
218 (gdbpy_breakpoints): Rewrite. Use build_bp_list and
219 iterate_over_breakpoints.
220 (gdbpy_breakpoint_created): Rewrite. Do not store breakpoints in a
221 look-aside vector.
222 (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
223 to internal breakpoint chain.
224
225 * breakpoint.c (set_breakpoint_number): New function.
226 (breakpoint_1): Check if breakpoint number is more than zero.
227 (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
228 (create_breakpoint_sal): Take a new parameter called internal.
229 Call set_breakpoint_number with internal parameter. Do not
230 mention internal breakpoints. All callers updated.
231 (create_breakpoint): Ditto.
232 (create_breakpoints_sal): Ditto.
233 (watch_command_1): Ditto.
234 (watch_command_wrapper): Take a new parameter called internal.
235 All callers updated.
236 (rwatch_command_wrapper): Ditto.
237 (awatch_command_wrapper): Ditto.
238 (save_breakpoints): Update breakpoint save condition check.
239 (iterate_over_breakpoints): New function.
240 * breakpoint.h: Add conditional python includes. Add py_bp_object
241 and comment to struct breakpoint. Update all callers.
242 * defs.h: Add PyObject definition for GDB builds without Python.
243
244 2010-11-10 Doug Evans <dje@google.com>
245
246 * python/lib/gdb/command/pretty_printers.py
247 (do_enable_pretty_printer_1): Handle printer.subprinters is None.
248
249 * value.c (set_value_enclosing_type): Renamed from
250 value_change_enclosing_type. All callers updated.
251 * value.h (set_value_enclosing_type): Update.
252 * valops.c (value_full_object): Always return a copy if we need to
253 make changes to the input value.
254
255 2010-11-09 Pedro Alves <pedro@codesourcery.com>
256
257 * breakpoint.c (watch_command_1): Get a pointer of the lazy
258 version of the expression's value, even if reading the value from
259 memory fails. When creating a -location watchpoint, get the
260 value's address from the lazy value pointer.
261
262 2010-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
263
264 * infrun.c (restore_inferior_thread_state): Use
265 discard_inferior_thread_state to free the data.
266 (discard_inferior_thread_state): xfree also siginfo_data.
267
268 2010-11-05 Doug Evans <dje@google.com>
269
270 Make gdb.parameter("directories") work.
271 New command "set directories".
272 * NEWS: Document them.
273 * source.c (set_directories_command): New function.
274 (show_directories_1): Renamed from show_directories.
275 All callers updated.
276 (show_directories_command): New function.
277 (_initialize_source): Install "directories" as a set/show
278 variable instead of just a show command.
279
280 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
281
282 * NEWS: Mention OpenCL C language support.
283 * Makefile.in (SFILES): Add opencl-lang.c.
284 (COMMON_OBS): Add opencl-lang.o.
285 * opencl-lang.c: New File
286 * defs.h (enum language): Add language_opencl.
287 * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
288 IBM XL C OpenCL compiler.
289 * c-lang.h: Include "parser-defs.h".
290 (evaluate_subexp_c): Declare.
291 * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
292 (c_op_print_tab): Add declaration.
293 * eval.c (binop_promote): Handle language_opencl.
294 * c-exp.y: Lookup the primitive types instead of referring to the
295 builtins.
296
297 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
298
299 Fix configure --enable-plugins --without-python.
300 * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
301 * configure: Regenerate.
302
303 2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
304
305 * solib.c (solib_read_symbols): Call exception_fprintf even without
306 FROM_TTY. Print also so->so_name.
307
308 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
309
310 * gdbtypes.h (struct rank): Created subrank.
311 * gdbtypes.c: Initialized subrank for all
312 'BADNESS' constants.
313 (distance_to_ancestor): New function.
314 (is_ancestor): Use distance_to_ancestor.
315 (is_public_ancestor): Ditto.
316 (sum_ranks): Handle subrank.
317 (compare_ranks): Ditto.
318 (rank_one_type): Subrank base conversions.
319
320 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
321
322 * gdbtypes.h: Create struct rank.
323 Convert all 'BADNESS' macros to const struct rank declarations.
324 (sum_ranks): New function.
325 (compare_ranks): New function.
326 * valops.c (find_oload_champ): Updated.
327 (classify_oload_match): Use compare_ranks.
328 Improved comments.
329 (compare_parameters): Use compare_ranks.
330 * gdbtypes.c: Initialize 'BADNESS' constants.
331 (sum_ranks): New function.
332 (compare_ranks): New function.
333 (compare_badness): Use compare_ranks.
334 (rank_function): Use global constants instead of literals.
335 (rank_one_type): Ditto.
336 Return struct rank.
337 Use sum_ranks.
338
339 2010-11-04 Doug Evans <dje@google.com>
340
341 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
342 (find_pretty_printer): Fix comments.
343
344 2010-11-04 Hui Zhu <teawater@gmail.com>
345
346 * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
347
348 2010-11-03 Joel Brobecker <brobecker@adacore.com>
349
350 * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
351 and `len' declaration and computation inside block where they
352 are being used.
353
354 2010-11-03 Joel Brobecker <brobecker@adacore.com>
355
356 * valprint.c (val_print_array_elements): Put back handling of
357 empty arrays.
358
359 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
360
361 * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
362 DIE and set the length of the type.
363 * gdbtypes.h (get_array_bounds): Move here from valprint.h.
364 * gdbtypes.c (get_array_bounds): Move here from valprint.c and
365 return 0 if the corresponding bounds of the type are undefined.
366 * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
367 * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
368 (val_print_array_elements): Use get_array_bounds to compute the number
369 of array elements instead of dividing the length of the array by the
370 length of the element types.
371 * valarith.c (vector_binop): Likewise.
372 * valops.c (value_cast): Likewise.
373 * c-valprint.c (c_val_print): Likewise.
374 * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
375
376 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
377
378 * valarith.c (value_pos, value_neg, value_complement): Handle
379 vector types.
380 * valops.c (value_one): Likewise.
381
382 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
383
384 * value.h (value_non_lval): Declare.
385 * value.c (value_non_lval): New function.
386 * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
387 UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
388 non-lvalue.
389
390 2010-11-02 Doug Evans <dje@google.com>
391
392 New python module gdb.printing, and new commands info pretty-printer,
393 enable pretty-printer, disable pretty-printer.
394 * NEWS: Mention them.
395 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
396 gdb/command/__init__.py, gdb/command/pretty_printers.py.
397 * python/lib/gdb/__init__.py: Install pretty-printer commands.
398 * python/lib/gdb/printing.py: New file.
399 * python/lib/gdb/command/__init__.py: New file.
400 * python/lib/gdb/command/pretty_printers.py: New file.
401
402 2010-11-02 Tom Tromey <tromey@redhat.com>
403
404 * NEWS: Mention Guile removal.
405 * defs.h (enum language) <language_scm>: Remove.
406 * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
407 scm-valprint.c.
408 (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
409 (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
410 * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
411 Remove.
412
413 2010-11-02 Doug Evans <dje@google.com>
414
415 * top.c: #include "python/python.h".
416 (gdb_init): Add a comment regarding initialize_all_files.
417 Call finish_python_initialization at the end.
418 * python/python.h (finish_python_initialization): Declare.
419 * python/python.c (finish_python_initialization): New function.
420 (_initialize_python): Move python-implemented initialization there
421 and call it.
422 (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
423
424 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 Revert:
427 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
428 Pedro Alves <pedro@codesourcery.com>
429 * gdbthread.h (currently_stepping): New declaration.
430 * infrun.c (currently_stepping): Remove the forward declaration.
431 (currently_stepping): Make it global.
432 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
433 variables tp and step, initialized them. Pass STEP to to_resume.
434 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
435 * remote.c (currently_stepping_callback): New.
436 (remote_vcont_resume)
437 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
438 New variable tp. Call currently_stepping_callback and step such
439 thread.
440
441 2010-11-01 Hui Zhu <teawater@gmail.com>
442
443 * tracepoint.c (tfile_xfer_partial): Change lma to vma.
444
445 2010-10-28 Hui Zhu <teawater@gmail.com>
446
447 * tracepoint.c (trace_save): Change utp->actions to
448 utp->step_actions.
449
450 2010-10-26 Joel Brobecker <brobecker@adacore.com>
451
452 * (_FILE_OFFSET_BITS): Fix typo in comment.
453
454 2010-10-26 Joel Brobecker <brobecker@adacore.com>
455
456 * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
457 (PyEval_InitThreads): Remove duplicate. Define as nothing.
458 (PyEval_ReleaseLock): Define as nothing.
459
460 2010-10-26 Joel Brobecker <brobecker@adacore.com>
461
462 * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
463 by call to FILENAME_CMP.
464
465 2010-10-26 Joel Brobecker <brobecker@adacore.com>
466
467 * dictionary.c (dict_hash): Move assignment out of if condition.
468
469 2010-10-22 Jie Zhang <jie@codesourcery.com>
470
471 * Makefile.in (install): Remove dependency of install-only and
472 recursively invoke make for install-only.
473 * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
474 (install): Pass FLAGS_TO_PASS when recursively make install-only.
475
476 2010-10-20 Hui Zhu <teawater@gmail.com>
477
478 * tracepoint.c (tfile_get_traceframe_address): Call
479 extract_signed_integer.
480 (tfile_trace_find): Call extract_signed_integer and
481 extract_unsigned_integer. Change data_size to unsigned int.
482 (tfile_fetch_registers): Call extract_unsigned_integer.
483 (tfile_xfer_partial): Ditto.
484 (tfile_get_trace_state_variable_value): Call
485 extract_signed_integer and extract_unsigned_integer.
486
487 2010-10-20 Vladimir Prus <vladimir@codesourcery.com>
488
489 * remote.c (remote_get_threadlist): If we got empty
490 response, bail out immediately, and don't emit any
491 warnings.
492
493 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
494
495 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
496 for "mov pc, REG" as well.
497 (thumb_instruction_changes_pc): Likewise.
498
499 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
500
501 PR C++/11500:
502 * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
503 * eval.c (evaluate_subexp_standard): Check for overload of
504 'operator->'.
505 * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
506 (value_x_unop): Ditto.
507 * valops.c: Include "exceptions.h".
508 (find_overload_match): Throw NOT_FOUND_ERROR.
509 (value_struct_elt): Ditto.
510
511 2010-10-19 Tom Tromey <tromey@redhat.com>
512
513 * python/py-cmd.c (cmdpy_function): Unreference exception state.
514
515 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
516
517 * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
518 * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
519 for conversion.
520 Make all other conversions illegal.
521
522 2010-10-18 Doug Evans <dje@google.com>
523
524 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
525 assumptions of when this case happens. Print "<unnamed typedef>".
526
527 2010-10-18 Tom Tromey <tromey@redhat.com>
528
529 * valprint.c (val_print_string): Pass 'encoding' to
530 LA_PRINT_STRING.
531
532 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 Fix the `stopped language detection' testcase for gcc-4.5.
535 * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
536 * symfile.c (set_initial_language): Move variable filename to a more
537 inner block. Prefer LANGUAGE_OF_MAIN.
538 * symtab.c (language_of_main): New variable.
539 (set_main_name): Always reset LANGUAGE_OF_MAIN.
540 * symtab.h (language_of_main): New declaration.
541
542 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
543 Pedro Alves <pedro@codesourcery.com>
544
545 * gdbthread.h (currently_stepping): New declaration.
546 * infrun.c (currently_stepping): Remove the forward declaration.
547 (currently_stepping): Make it global.
548 * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
549 variables tp and step, initialized them. Pass STEP to to_resume.
550 Print also possibly "PTRACE_SINGLESTEP" if STEP. Initialize LP->STEP.
551 * remote.c (currently_stepping_callback): New.
552 (remote_vcont_resume)
553 <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
554 New variable tp. Call currently_stepping_callback and step such
555 thread.
556
557 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * infrun.c (follow_exec): Replace symbol_file_add_main by
560 symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
561 breakpoint_re_set.
562 * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
563 clear_symtab_users.
564 * objfiles.c (free_all_objfiles): Likewise.
565 * remote-m32r-sdi.c (m32r_load): Likewise.
566 * solib-som.c (som_solib_create_inferior_hook): Likewise.
567 * symfile.c (new_symfile_objfile): New comment for add_flags. Call
568 clear_symtab_users with ADD_FLAGS.
569 (reread_symbols): Use parameter 0 for clear_symtab_users.
570 (clear_symtab_users): New parameter add_flags. Do not call
571 breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
572 (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
573 * symtab.h (clear_symtab_users): New parameter add_flags.
574
575 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
576
577 Fix GCC false warning.
578 * varobj.c (value_get_print_value) <str_addr>: Initialize it.
579
580 2010-10-16 Pierre Muller <muller@ics.u-strasbg.fr>
581
582 * p-typeprint.c (pascal_type_print_method_args): Fix problem in
583 display of type of method arguments.
584
585 2010-10-15 Tom Tromey <tromey@redhat.com>
586
587 PR python/11948:
588 * varobj.c (value_get_print_value): Use val_print_string to print
589 lazy strings.
590 * python/py-prettyprint.c (print_string_repr): Use
591 val_print_string to print lazy strings. Fix cleanup logic.
592 (print_children): Likewise.
593 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
594 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
595 Change return type to 'void', add 'addr' argument.
596 * value.h (val_print_string): Update.
597 * valprint.c (val_print_string): Add 'encoding' argument.
598 * printcmd.c (print_formatted): Update.
599 * p-valprint.c (pascal_val_print): Update.
600 * m2-valprint.c (print_unpacked_pointer): Update.
601 (m2_print_array_contents): Likewise.
602 * jv-valprint.c (java_value_print): Update.
603 * f-valprint.c (f_val_print): Update.
604 * c-valprint.c (c_val_print): Update.
605 * auxv.c (fprint_target_auxv): Update.
606
607 2010-10-15 Doug Evans <dje@google.com>
608 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 PR exp/12117
611 * gdbtypes.c (check_typedef): Clean up function comment.
612 Keep track of instance flags as we strip typedefs and create a new
613 type to preserve them if necessary.
614 * gdbtypes.h (type) <instance_flags>: Extend the comment.
615
616 2010-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
617
618 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
619
620 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
621
622 * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
623 * gdbtypes.c (rank_one_type): Move type comparison code out of here
624 to...
625 (types_equal): ...here. And changed it as follows:
626 Outside of typedefs type must be of the same TYPE_CODE.
627 When compairing two pointers or references they are equal if their
628 targets are equal.
629 Correct pointer conversions.
630
631 2010-10-14 Pierre Muller <muller@ics.u-strasbg.fr>
632
633 * p-lang.c (is_pascal_string_type): Avoid crashes on structures
634 having fields without names.
635
636 2010-10-13 Tom Tromey <tromey@redhat.com>
637
638 * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
639
640 2010-10-13 Doug Evans <dje@google.com>
641
642 New python module gdb.types.
643 * NEWS: Document it.
644 * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
645 * python/lib/gdb/types.py: New file.
646
647 * c-typeprint.c: Whitespace cleanup.
648 (cp_type_print_method_args): Remove unnecessary forward decl.
649 (cp_type_print_derivation_info): Ditto.
650 (c_type_print_varspec_prefix): Mark as static at definition.
651 (c_type_print_modifier): Fix arg descriptions.
652
653 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 * python/py-breakpoint.c (bppy_set_condition): New comment.
656 * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
657 failed PyUnicode_Decode.
658 (cmdpy_completer): Skip element for failed
659 python_string_to_host_string.
660 (cmdpy_init): Return -1 on failed python_string_to_host_string.
661 * python/py-frame.c (frapy_read_var): Extend the function comment.
662 * python/py-function.c (fnpy_init): Return -1 on failed
663 python_string_to_host_string.
664 * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
665 the function comment.
666 (infpy_search_memory): Extend the function comment. Remove the
667 PyErr_SetString call on already set error state.
668 * python/py-param.c (set_parameter_value): Extend the function
669 comment. Return -1 on failed python_string_to_host_string, twice.
670 (set_attr): Extend the function comment.
671 (compute_enum_values): Extend the function comment. New variable
672 back_to. Protect self->enumeration by BACK_TO cleanups. Return 0 on
673 failed python_string_to_host_string.
674 (get_doc_string): Call gdbpy_print_stack on failed
675 python_string_to_host_string.
676 (parmpy_init): Extend the function comment.
677 * python/py-prettyprint.c (pretty_print_one_value): Likewise.
678 (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
679 failed python_string_to_host_string.
680 * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
681 (valpy_binop, valpy_richcompare): Extend the function comment.
682 * python/python.c
683 (struct python_env) <error_type, error_value, error_traceback>: New
684 fields.
685 (restore_python_env): Handle PyErr_Occurred. Call PyErr_Restore.
686 (ensure_python_env): Call PyErr_Fetch.
687 * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
688 failed convert_value_from_python.
689 (value_get_print_value): Call gdbpy_print_stack on failed
690 python_string_to_target_python_string.
691
692 2010-10-12 Tom Tromey <tromey@redhat.com>
693
694 * python/py-prettyprint.c (search_pp_list): Fix error checking.
695
696 2010-10-12 Sami Wagiaalla <swagiaal@redhat.com>
697
698 * gdbtypes.c (do_is_ancestor): New function.
699 (is_ancestor): Use do_is_ancestor.
700 (is_public_ancestor): Use do_is_ancestor.
701
702 2010-10-12 Pierre Muller <muller@ics.u-strasbg.fr>
703
704 * ser-go32.c (struct dos_ops): Add missing fdopen field.
705
706 2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
707
708 * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
709
710 2010-10-11 Doug Evans <dje@google.com>
711
712 * c-typeprint.c (c_type_print_modifier): Add note that this prints
713 the address space id too.
714
715 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 Fix attaching to re-prelinked executables on ppc64.
718 * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
719 initialize it, try to adjust FILESZ field by it.
720
721 2010-10-08 Daniel Jacobowitz <dan@codesourcery.com>
722
723 * tracepoint.c (merge_uploaded_trace_state_variables): Only print
724 messages if info_verbose.
725
726 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
727
728 * valops.c (value_cast): Handle vector types.
729 * valarith.c (value_binop): Widen scalar to vector if appropriate.
730
731 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
732
733 * arm-tdep.c (thumb_expand_immediate): New function.
734 (thumb_instruction_changes_pc): Likewise.
735 (thumb2_instruction_changes_pc): Likewise.
736 (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
737 prologue parsing. Improved support for optimized code.
738 (thumb_scan_prologue): Do not reply on line-number information,
739 use same heuristics as arm_scan_prologue insead.
740 (skip_prologue_function): Accept functions
741 "__tls_get_addr" and "__aeabi_read_tp".
742
743 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com>
744 Daniel Jacobowitz <dan@codesourcery.com>
745
746 * arm-tdep.c (thumb_in_function_epilogue_p)
747 (arm_in_function_epilogue_p): New.
748 (arm_gdbarch_init): Install arm_in_function_epilogue_p as
749 gdbarch_in_function_epilogue_p callback.
750
751 2010-10-07 Doug Evans <dje@google.com>
752
753 * cc-with-index.sh (output_file): Default to a.out.
754
755 * dwarf2read.c (mapped_index): Rename member index_table to
756 symbol_table and index_table_slots to symbol_table_slots.
757 All uses updated.
758 (create_symbol_hash_table): Renamed from create_index_table.
759 All callers updated.
760 (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
761 (write_hash_table): Rename local index_table to symbol_hash_table.
762
763 * addrmap.h (addrmap_foreach_fn): New typedef.
764 (addrmap_foreach): Declare.
765 * addrmap.c (struct addrmap_funcs): New member foreach.
766 (addrmap_foreach): New function.
767 (addrmap_fixed_foreach): New function.
768 (addrmap_fixed_funcs): Update.
769 (struct mutable_foreach_data): New struct.
770 (addrmap_mutable_foreach_worker): New function.
771 (addrmap_mutable_foreach): New function.
772 (addrmap_mutable_funcs): Update.
773
774 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
775
776 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
777 more cases.
778
779 2010-10-07 Paul Hilfinger <hilfinger@adacore.com>
780
781 * ada-lang.c (full_match): Declare.
782 (ada_match_name): Rename to match_name (we should avoid prefixing static
783 symbols with "ada_").
784 (match_name): New name for ada_match_name.
785 (struct ada_psym_data): Remove and replace with...
786 (struct match_data): User data for map_matching_symbols.
787 (ada_add_psyms): Remove.
788 (aux_add_nonlocal_symbols): New function, used as callback for
789 map_matching_symbols.
790 (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
791 symbols.
792 (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
793 (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
794 Rework to use map_matching_symbols instead of map_ada_symtabs.
795 (ada_lookup_symbol_list): Use add_nonlocal_symbols.
796 * psymtab.c: Include dependency on dictionary.h.
797 (match_partial_symbol): New function.
798 (ada_lookup_partial_symbol): Remove.
799 (map_block): New function, auxiliary to map_matching_symbols_psymtab.
800 (map_matching_symbols_psymtab): New function.
801 (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
802 * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
803
804 2010-10-06 Paul Hilfinger <hilfinger@adacore.com>
805
806 * ada-lang.c (ada_match_name): Use new API for wild_match.
807 (wild_match): Change API to be consistent with that of strcmp_iw;
808 return 0 for a match, and switch operand order.
809 (full_match): New function.
810 (ada_add_block_symbols): Use dict_iter_match_{first,next} for
811 matching to allow use of hashing.
812 * dictionary.c (struct dict_vector): Generalize iter_name_first,
813 iter_name_next ot iter_match_first, iter_match_next.
814 (iter_name_first_hashed): Replace with iter_match_first_hashed.
815 (iter_name_next_hashed): Replace with iter_match_next_hashed.
816 (iter_name_first_linear): Replace with iter_match_first_linear.
817 (iter_name_next_linear): Replace with iter_match_next_linear.
818 (dict_iter_name_first): Re-implement to use dict_iter_match_first.
819 (dict_iter_name_next): Re-implement to use dict_iter_match_next.
820 (dict_iter_match_first): New function.
821 (dict_iter_match_next): New function.
822 (dict_hash): New function.
823 * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
824 * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
825
826 2010-10-06 Doug Evans <dje@google.com>
827
828 * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
829
830 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
831
832 * dwarf2read.c (read_tag_const_type): Handle const arrays.
833
834 2010-10-06 Doug Evans <dje@google.com>
835
836 * Makefile.in (REQUIRED_SUBDIRS): New var.
837 (subdir_do): Verify required subdir Makefiles exist.
838
839 Create subdir data-directory.
840 * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
841 data-directory/Makefile.in.
842 (SUBDIRS): Add data-directory.
843 (all): Remove xml-syscall-copy dependency.
844 (xml-syscall-copy): Moved to data-directory/Makefile.in as
845 stamp-syscalls.
846 (xml-syscall-install): Moved to data-directory/Makefile.in as
847 install-syscalls.
848 (install-only): Remove xml-syscall-install dependency.
849 (all-data-directory): New rule.
850 (data-directory/Makefile): New rule.
851 * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
852 * configure: Regenerate.
853 * data-directory/Makefile.in: New file.
854 * python/lib/gdb/__init__.py: New file.
855
856 2010-10-06 Joel Brobecker <brobecker@adacore.com>
857
858 Fix ARI warnings in advance_wild_match.
859 * ada-lang.c (advance_wild_match): Delete local variable t2.
860 Adjust code accordingly. Minor reformatting.
861
862 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
863
864 * gdbtypes.h (struct main_type): Remove flag_nottext.
865 (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
866 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
867 (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
868 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
869 of TYPE_FLAG_NOTTEXT.
870 (init_type): Remove the initialization of the flag_nottext field.
871 (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
872 TYPE_FLAG_NOTTEXT.
873 * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
874
875 2010-10-04 Doug Evans <dje@google.com>
876
877 * cc-with-index.sh: New file.
878
879 * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
880 function comment.
881 (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
882 (create_cus_from_index, create_addrmap_from_index): Ditto.
883 (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
884 (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
885 (dw2_do_expand_symtabs_matching): Ditto.
886 (eq_strtab_entry, create_strtab, add_string): Ditto.
887 (hash_strtab_entry): Ditto.
888 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
889 (create_index_table, create_mapped_symtab, find_slot): Ditto.
890 (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
891 (write_hash_table, add_address_entry, write_psymbols): Ditto.
892 (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
893 (write_psymtabs_to_index): Ditto.
894
895 2010-10-04 Joel Brobecker <brobecker@adacore.com>
896
897 * ada-lang.c: #include "value.h".
898 (ensure_lval): Delete advance declaration. Remove gdbarch and sp
899 arguments. Implement using value_allocate_space_in_inferior
900 instead of allocating memory from the stack.
901 (make_array_descriptor): Remove gdbarch and sp parameters. Update
902 calls to ensure_lval.
903 (ada_convert_actual): Remove gdbarch and sp parameters. Update
904 calls to make_array_descriptor and ensure_lval.
905 * ada-lang.h (ada_convert_actual): Update declaration.
906 * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
907
908 2010-10-04 Doug Evans <dje@google.com>
909
910 * python/python.c (_initialize_python): Define new function
911 GdbSetPythonDirectory in python. Use it to update sys.path and
912 gdb.__path__.
913
914 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
915
916 * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
917 incorporating and generalizing print_record_field_types.
918 (print_record_field_types): Change return value and update comment.
919 Re-implement using print_selected_record_field_types.
920 (print_choices): Print "=>" here.
921 Handle case of unencoded variant branch.
922 (print_variant_clauses): Reformat comment.
923 Special-case unencoded variant branch.
924
925 2010-10-03 Paul Hilfinger <hilfinger@adacore.com>
926
927 * ada-lang.c (wild_match): Reimplement.
928 Change API to eliminate unused length argument, reverse arguments and
929 make 0 the 'true' return value.
930 (advance_wild_match): New auxiliary function for wild_match to improve
931 readability.
932 (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
933 * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
934 API for wild_match.
935 * symfile.h (map_ada_symtabs): Modify declaration to use new API for
936 wild_match.
937 * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
938
939 2010-10-01 Doug Evans <dje@google.com>
940
941 * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
942 for `save gdb-index' command.
943
944 2010-10-01 Tom Tromey <tromey@redhat.com>
945
946 * symfile.h (allocate_symtab): Update.
947 * symfile.c (allocate_symtab): Make 'filename' const.
948 * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
949 (add_psymbol_to_list): Likewise.
950 * psympriv.h (struct partial_symtab) <filename, dirname>: Now
951 const.
952 (add_psymbol_to_list): Update.
953 * mdebugread.c (new_symtab): Make 'name' const.
954 (psymtab_to_symtab_1): Make 'filename' const.
955 * elfread.c (elfstab_offset_sections): Update.
956 * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
957 (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
958 (psymtab_include_file_name): Update.
959 * dbxread.c (find_stab_function_addr): Make 'filename' const.
960 * buildsym.h (start_subfile): Update.
961 * buildsym.c (start_subfile): Make arguments const.
962
963 2010-09-30 Ali Lakhia <lakhia@alumni.utexas.net>
964
965 * fork-child.c (breakup_args): Fix crash if shell forking is
966 disabled at compile time.
967
968 2010-10-01 Joel Brobecker <brobecker@adacore.com>
969
970 * ada-lang.c (desc_bounds): Add handling of the case where
971 the P_BOUNDS field is a pointer to a stub.
972 (desc_data_target_type): Same for P_ARRAY field.
973 (ada_check_typedef): Strip the typedef layers from the type
974 found by ada_find_any_type.
975
976 2010-10-01 Joel Brobecker <brobecker@adacore.com>
977
978 * sparc-tdep.c (sparc32_frame_align): New function.
979 (sparc32_gdbarch_init): Set the frame_align gdbarch method.
980 * sparc64-tdep.c (sparc64_frame_align): New function.
981 (sparc64_gdbarch_init): Set the frame_align gdbarch method.
982
983 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
984
985 * defs.h (MAX_REGISTER_SIZE): Set to 64.
986
987 2010-09-30 Tom Tromey <tromey@redhat.com>
988
989 * symfile.h (struct sym_fns) <next>: Remove.
990 (add_symtab_fns): Update.
991 * symfile.c (sym_fns_ptr): New typedef.
992 (symtab_fns): Now a VEC.
993 (add_symtab_fns): Update. Change argument type.
994 (find_sym_fns): Update. Change return type.
995 (get_symfile_segment_data): Update.
996 * objfiles.h (struct objfile) <sf>: Now const.
997 * somread.c (som_sym_fns): Now const. Update.
998 * xcoffread.c (xcoff_sym_fns): Now const. Update.
999 * mipsread.c (ecoff_sym_fns): Now const. Update.
1000 * machoread.c (macho_sym_fns): Now const. Update.
1001 * elfread.c (elf_sym_fns): Now const. Update.
1002 (elf_sym_fns_gdb_index): Likewise.
1003 * dbxread.c (aout_sym_fns): Now const. Update.
1004 * coffread.c (coff_sym_fns): Now const. Update.
1005
1006 2010-09-30 Tom Tromey <tromey@redhat.com>
1007
1008 * value.c (value_primitive_field): Take 'offset' into account for
1009 packed field.
1010
1011 2010-09-30 Tom Tromey <tromey@redhat.com>
1012
1013 * completer.c (count_struct_fields): Handle anonymous structs and
1014 unions.
1015 (add_struct_fields): Likewise.
1016
1017 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1018
1019 Fix printing parameters of inlined functions.
1020 * ada-lang.c (is_known_support_routine)
1021 (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1022 for find_frame_funname.
1023 * python/py-frame.c (frapy_name): Likewise.
1024 * stack.c (find_frame_funname): New parameter funcp. Update the
1025 function comment. Fill it in.
1026 (print_frame): New variable func. Initialize it by
1027 find_frame_funname. Print arguments only if FUNC is not NULL. Use
1028 FUNC as the parameter of print_args_stub.
1029 * stack.h (find_frame_funname): New parameter funcp. Remove the
1030 function declaration comment.
1031
1032 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 PR corefiles/12071.
1035 * inferior.c (have_live_inferiors): New variables old_chain, inf and
1036 tp. Iterate INFERIOR_LIST and call target_has_execution.
1037
1038 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 Fix GDB crash on inferior calls with self-referencing classes.
1041 * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1042 member fields.
1043
1044 2010-09-29 Doug Evans <dje@google.com>
1045
1046 Workaround for gcc/45682.
1047 * dwarf2read.c (partial_die_info): New fields fixup_called,
1048 linkage_name.
1049 (guess_partial_die_structure_name): Renamed from guess_structure_name.
1050 Move definition next to use. Use linkage_name to determine if class
1051 is in a namespace. All callers updated.
1052 (fixup_partial_die): Return early if already called.
1053 Set fixup_called when done.
1054 (guess_full_die_structure_name): New function.
1055 (determine_prefix): Call it for class/struct/union dies if c++ and
1056 .debug_types section is present and parent is DW_TAG_compile_unit.
1057
1058 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1059
1060 * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1061 (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1062
1063 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1064
1065 * NEWS: Announce Ravenscar Profile support.
1066
1067 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1068 Jerome Guitton <guitton@adacore.com>
1069
1070 * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1071 New files.
1072 * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1073 ravenscar-sparc-thread.o to gdb_target_obs.
1074
1075 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1076
1077 * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1078 * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1079
1080 2010-09-27 Pierre Muller <muller@ics.u-strasbg.fr>
1081
1082 * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1083 (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1084 skip_main_prologue method.
1085
1086 2010-09-27 Tom Tromey <tromey@redhat.com>
1087
1088 * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1089 (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1090 Only emit a given psymbol once.
1091 (struct signatured_type_index_data) <psyms_seen>: New field.
1092 (write_one_signatured_type): Update.
1093 (cleanup_htab): New function.
1094 (write_psymtabs_to_index): Update. Create psyms_seen hash. Bump
1095 version to 3.
1096 (save_gdb_index_command): Update index documentation.
1097
1098 2010-09-27 Tom Tromey <tromey@redhat.com>
1099
1100 * bcache.c (expand_hash_table): Use hash_function, not hash.
1101
1102 2010-09-27 Tom Tromey <tromey@redhat.com>
1103
1104 * gdb_wchar.h: Change minimum libiconv to 0x108.
1105
1106 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 Fix lost siginfo_t for inferior calls.
1109 * infrun.c
1110 (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1111 (save_inferior_thread_state): New variables regcache, gdbarch and
1112 siginfo_data. Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1113 Move INF_STATE allocation later, pre-clear it. Initialize REGISTERS
1114 using REGCACHE.
1115 (restore_inferior_thread_state): New variables regcache and gdbarch.
1116 Restore SIGINFO_DATA for matching GDBARCH. Restore REGISTERS using
1117 REGCACHE. Free also SIGINFO_DATA.
1118
1119 2010-09-24 Tom Tromey <tromey@redhat.com>
1120
1121 * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1122 MAYBE_SWAPs.
1123 (dw2_map_symbol_names): Likewise.
1124
1125 2010-09-24 Sami Wagiaalla <swagiaal@redhat.com>
1126
1127 * valops.c (find_oload_champ_namespace_loop): replace incorrect
1128 discard_cleanups do_cleanups.
1129
1130 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1131
1132 PR gdb/11842
1133
1134 * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1135 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1136 si_code is < 0. Check for si_code == SI_TIMER before checking for
1137 si_code < 0.
1138
1139 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1140
1141 * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1142
1143 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1144
1145 * ada-tasks.c (read_atcb): Do not compute the task ptid when
1146 debugging a core file.
1147
1148 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1149
1150 Code cleanup.
1151 * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1152 (free_objfile) <objfile->name != NULL>: Remove the conditional around
1153 xfree.
1154 * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1155 * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1156 Remove.
1157 * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1158 Remove the conditional.
1159 * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1160
1161 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1162
1163 * main.c: Include objfiles.h.
1164 (captured_main): New variable objfile. Call
1165 load_auto_scripts_for_objfile for ALL_OBJFILES.
1166
1167 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1168
1169 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1170 DW_TAG_constant.
1171
1172 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1173
1174 * dwarf2read.c (scan_partial_symbols): Add handling of
1175 DW_TAG_constant DIEs.
1176 (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1177
1178 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1179
1180 * configure.ac: Add support for --enable-gdbserver.
1181 * configure: Regenerate.
1182
1183 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1184
1185 PR C++/12028
1186 * valops.c (find_oload_champ_namespace_loop): removed incorrect
1187 'old_cleanups' reassignment.
1188
1189 2010-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1192 characters.
1193
1194 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1195
1196 PR mi/11407
1197 * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1198 read_var_value and common_val_print and print a warning.
1199
1200 2010-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1203 keep the list in alphabetical order. Use longer e-mail address.
1204
1205 2010-09-15 Tom Tromey <tromey@redhat.com>
1206
1207 * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1208
1209 2010-09-15 Tom Tromey <tromey@redhat.com>
1210
1211 * charset.c (iconv_open): New define.
1212 (iconv): Likewise.
1213 (iconv_close): Likewise.
1214 (phony_iconv_open): Add "phony_" prefix.
1215 (phony_iconv_close): Likewise.
1216 (phony_iconv): Likewise.
1217 * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1218 Change how INTERMEDIATE_ENCODING is defined.
1219
1220 2010-09-15 Doug Evans <dje@google.com>
1221
1222 * dwarf2read.c (struct die_info): Fix comment.
1223
1224 2010-09-15 Alan Modra <amodra@gmail.com>
1225
1226 PR 4606
1227 * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1228 than setting SEC_NEVER_LOAD on sections that need not be copied.
1229
1230 2010-09-14 Tom Tromey <tromey@redhat.com>
1231
1232 * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1233 (start_psymtab_common, allocate_psymtab, discard_psymtab):
1234 Declare.
1235 * symfile.h (extend_psymbol_list): Remove.
1236 (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1237 (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1238 * psymtab.c (extend_psymbol_list): Move earlier. Now static.
1239
1240 2010-09-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1241
1242 * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1243 Update the comment.
1244
1245 2010-09-14 Tom Tromey <tromey@redhat.com>
1246
1247 PR symtab/8399:
1248 * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1249 for unrecognized frame base expression.
1250
1251 2010-09-14 Tom Tromey <tromey@redhat.com>
1252
1253 PR exp/11803:
1254 * value.c (value_static_field): Use value_of_variable.
1255
1256 2010-09-14 Pierre Muller <muller@ics.u-strasbg.fr>
1257
1258 * m32r-rom.c: Replace winsock.h with winsock2.h header.
1259 * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1260
1261 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1262
1263 PR symtab/11992:
1264 * c-exp.y (classify_name): Check is_a_member_of_this before returning
1265 UNKNOWN_CPP_NAME.
1266
1267 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1268
1269 * NEWS: Add x86-lynxos to the list of platforms supported by
1270 gdbserver.
1271
1272 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1273
1274 * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1275
1276 2010-09-13 Tom Tromey <tromey@redhat.com>
1277
1278 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1279
1280 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
1281
1282 * i386-tdep.c (i386_ymm_type): Set type name to
1283 builtin_type_vec256i.
1284
1285 2010-09-12 Michael Snyder <msnyder@vmware.com>
1286
1287 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1288
1289 2010-09-12 H.J. Lu <hongjiu.lu@intel.com>
1290
1291 * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1292
1293 2010-09-11 H.J. Lu <hongjiu.lu@intel.com>
1294
1295 * amd64-tdep.c (amd64_register_name): Removed.
1296 (amd64_init_abi): Don't call set_gdbarch_register_name.
1297
1298 * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1299
1300 * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1301
1302 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1303 Paul Bolle <pebolle@tiscali.nl>
1304
1305 Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1306 * cli-logging.c (struct saved_output_files) <targerr>: New.
1307 (set_logging_redirect, pop_output_files, handle_redirections):
1308 Redirect also gdb_stdtargerr.
1309 * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1310 declarations.
1311 * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1312 also gdb_stdtargerr.
1313 * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1314 to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1315 Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1316 * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1317 * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1318 New functions.
1319
1320 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1321
1322 * hppa-tdep.c (unwind_command): Use host_address_to_string function
1323 to display a host address.
1324 * monitor.c (monitor_read_memory): Likewise.
1325 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1326
1327 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1328
1329 * coffread.c (struct coff_symbol): Change c_value type from `long' to
1330 `CORE_ADDRESS' as it might contain target addresses.
1331
1332 2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
1333
1334 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1335 before cast to pointer to avoid warning.
1336
1337 2010-09-09 Kevin Buettner <kevinb@redhat.com>
1338
1339 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1340 type to be signed.
1341
1342 2010-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1343
1344 * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1345 anonymous class partial DIEs.
1346
1347 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1348
1349 * dwarf2read.c (dwarf2_compute_name): Check that the first
1350 argument is a pointer.
1351
1352 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1353
1354 * dwarf2read.c (read_func_scope, read_structure_type)
1355 (read_common_block): Check for a NULL return from new_symbol.
1356
1357 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1360
1361 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1362
1363 * dwarf2read.c (read_structure_type): Move processing of
1364 fields and member functions from here...
1365 (process_structure_scope): ... to here.
1366
1367 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1368
1369 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1370 the domain type.
1371 (gnuv3_make_method_ptr): Likewise.
1372
1373 2010-09-08 Tom Tromey <tromey@redhat.com>
1374
1375 * breakpoint.c (create_breakpoint): Add missing _().
1376
1377 2010-09-08 Doug Evans <dje@google.com>
1378
1379 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1380
1381 2010-09-08 Tom Tromey <tromey@redhat.com>
1382
1383 Revert:
1384 2010-09-01 Tom Tromey <tromey@redhat.com>
1385 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1386 symtab.h: Revert earlier change.
1387
1388 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
1389
1390 * psymtab.c (add_psymbol_to_bcache): Initialize
1391 obj_section.
1392 memset psymbol.ginfo.value to 0.
1393
1394 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1395
1396 * infrun.c (resume): Extend comment on ignoring single-step
1397 requests on vfork parents waiting for a vfork-done.
1398
1399 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1400 Pedro Alves <pedro@codesourcery.com>
1401
1402 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1403 is NULL.
1404 * fork-child.c (startup_inferior) <resume_signal>: Use enum
1405 target_signal type.
1406 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1407 calling strsignal. Use enum target_signal type for saved_signo.
1408 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1409 (linux_nat_wait_1): Use enum target_signal type for signo. Use
1410 target_signal_to_host before calling strsignal.
1411 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1412 TARGET_SIGNAL_0.
1413
1414 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1415 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 * common/signals.c (ANY): Remove.
1418 (SET): No longer use ANY.
1419
1420 2010-09-06 Yao Qi <yao@codesourcery.com>
1421
1422 * infrunc(resume): When inferior is waiting_for_vfork_done,
1423 clear step and don't use displaced stepping.
1424
1425 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1426
1427 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1428 value specially.
1429
1430 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1431
1432 Code cleanup - split print_stop_reason.
1433 * infrun.c (enum inferior_stop_reason): Remove.
1434 (print_stop_reason): Remove by splitting into ...
1435 (print_exited_reason, print_signal_exited_reason)
1436 (print_no_history_reason, print_signal_received_reason)
1437 (print_end_stepping_range_reason): ... these new functions. Update
1438 the preceding comment.
1439 (handle_inferior_event): Change the calls to print_exited_reason,
1440 print_signal_exited_reason, print_no_history_reason,
1441 print_signal_received_reason, print_end_stepping_range_reason.
1442 (handle_step_into_function, handle_step_into_function_backward):
1443 Change the calls to print_end_stepping_range_reason.
1444
1445 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1446
1447 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1448 * cli-out.c: Include vec.h.
1449 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1450 variable stream, initialize it, use it.
1451 (cli_redirect): New function comment. Replace the stream and
1452 original_stream fields by the new streams field. Remove the
1453 original_stream != NULL conditional, assert error on NULL instead.
1454 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1455 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
1456 original_stream fields by the new streams field.
1457 (cli_out_set_stream): Replace the stream field by the new streams
1458 field.
1459 * cli-out.h: Include vec.h.
1460 (ui_filep): New typedef, call DEF_VEC_P for it.
1461 (struct cli_ui_out_data): Replace the stream and original_stream
1462 fields by the new streams field.
1463 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1464 NULL first. Extend the comment.
1465 (handle_redirections): Call ui_out_redirect with output.
1466 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1467 calls outside of the TRY_CATCH block.
1468
1469 2010-09-03 Joel Brobecker <brobecker@adacore.com>
1470
1471 GDB 7.2 released.
1472
1473 2010-09-02 Joel Brobecker <brobecker@adacore.com>
1474
1475 Back out the following change:
1476 | 2010-06-29 Hui Zhu <teawater@gmail.com>
1477 | * record.c (set_record_pic_cmdlist,
1478 | show_record_pic_cmdlist): New variables.
1479 | (set_record_pic_command,
1480 | show_record_pic_command): New functions.
1481 | (record_pic_function, record_pic_line, record_pic_enum,
1482 | set_record_pic_type, record_pic_hide_nofunction,
1483 | record_pic_hide_nosource, record_pic_hide_same): New variables.
1484 | (record_pic_fputs): New function.
1485 | (function_list, node_list, edge_list): New struct.
1486 | (function_list, node_list, edge_list): New variables.
1487 | (record_pic_cleanups, record_pic_node,
1488 | record_pic_edge, cmd_record_pic): New functions.
1489 | (_initialize_record): Add new commands for record pic.
1490
1491 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1492
1493 * config.in, configure: Regenerated.
1494 * configure.ac: Check for waitpid.
1495 * ser-pipe.c (pipe_close): Wait for the program to exit.
1496
1497 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 * cli/cli-logging.c: Include gdb_assert.h.
1500 (set_logging_overwrite): New function.
1501 (logging_redirect): New comment.
1502 (logging_no_redirect_file, set_logging_redirect)
1503 (pop_output_files) <logging_no_redirect_file>: New.
1504 (handle_redirections) <!logging_redirect>: New variable
1505 no_redirect_file. Remove file autoclose for tee_file_new. No longer
1506 discard cleanup for the close of former OUTPUT. Set
1507 LOGGING_NO_REDIRECT_FILE.
1508 (handle_redirections) <logging_redirect>: gdb_assert
1509 LOGGING_NO_REDIRECT_FILE.
1510 (show_logging_command) <logging_redirect handling>: Adjust messages
1511 for SAVED_FILENAME not NULL.
1512 (_initialize_cli_logging): Install set_logging_overwrite and
1513 set_logging_redirect.
1514
1515 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1518
1519 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1520
1521 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1522 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1523 add $(GDB_WARN_CFLAGS_NO_FORMAT).
1524 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1525
1526 2010-09-02 Yao Qi <yao@codesourcery.com>
1527
1528 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1529 number from a WIFSIGNALED status.
1530
1531 2010-09-01 Tom Tromey <tromey@redhat.com>
1532
1533 * symtab.h (lookup_type_symbol): Declare.
1534 * symtab.c (lookup_symbol_in_language_full): Rename from
1535 lookup_symbol_in_language. Add 'for_type' argument.
1536 (lookup_symbol_in_language): New function.
1537 (lookup_type_symbol): Likewise.
1538 (lookup_symbol_aux): Add 'for_type' argument.
1539 (match_symbol_aux): New function.
1540 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1541 (match_transparent_type): New function.
1542 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1543 * symfile.h (struct quick_symbol_functions)
1544 <pre_expand_symtabs_matching>: Remove.
1545 <expand_one_symtab_matching>: New field.
1546 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1547 (pre_expand_symtabs_matching_psymtabs): Remove.
1548 (psym_functions): Update.
1549 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1550 * dwarf2read.c (dw2_lookup_symbol): Update comment.
1551 (dw2_pre_expand_symtabs_matching): Remove.
1552 (dw2_expand_one_symtab_matching): New function.
1553 (dwarf2_gdb_index_functions): Update.
1554
1555 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1556
1557 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1558
1559 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1560
1561 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1562 as a feature reported by -list-target-features.
1563
1564 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1565
1566 * features/Makefile (WHICH): Add rs6000/powerpc-32.
1567 (powerpc-32.o, powerpc-32.c): New rules.
1568 (clean): Also remove powerpc-32.c.
1569 * regformats/rs6000/powerpc-32.dat: Generate.
1570
1571 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1572
1573 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1574 psymbol_bcache_init.
1575 * psymtab.h (psymbol_bcache_init): New function prototype.
1576 (psymbol_bcache_free): New function prototype.
1577 (psymbol_bcache_get_bcache): New function prototype.
1578 * psymtab.c (psymbol_bcache_init): New function.
1579 (psymbol_bcache_free): New function.
1580 (psymbol_bcache_full): New function.
1581 (psymbol_bcache_get_bcache): New function.
1582 (add_psymbol_to_bcache): use psymbol_bcache_full.
1583 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1584 psymbol_bcache.
1585 * symmisc.c (print_symbol_bcache_statistics): Updated.
1586 (print_objfile_statistics): Updated.
1587 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1588 psymbol_cache.
1589 (free_objfile): Use psymbol_bcache_free.
1590
1591 2010-08-31 Tom Tromey <tromey@redhat.com>
1592
1593 PR c++/11961:
1594 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1595 Don't set TYPE_NAME on the type.
1596
1597 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1598
1599 * infrun.c (set_exec_direction_func): Error out if target does not
1600 support reverse execution.
1601
1602 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1603
1604 Make linux_get_siginfo_type `type *' unique.
1605 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1606 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1607 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
1608 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
1609 (_initialize_linux_tdep): New.
1610
1611 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 Code cleanup.
1614 * defs.h (find_memory_region_ftype): New typedef.
1615 (exec_set_find_memory_regions): Use it.
1616 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1617 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1618 * gcore.c (objfile_find_memory_regions): Likewise.
1619 * gnu-nat.c (gnu_find_memory_regions): Likewise.
1620 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1621 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1622 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1623 find_memory_region_ftype.
1624 (insert_dbx_link_bpt_in_region): Likewise.
1625 (iterate_over_mappings): Likewise. Drop the comment part about the
1626 function prototype.
1627 (find_memory_regions_callback): Use find_memory_region_ftype.
1628 (proc_find_memory_regions): Likewise.
1629 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1630 find_memory_region_ftype.
1631 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1632 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1633
1634 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
1635
1636 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1637 'static partial_symbol psymbol'.
1638 (psymbol_hash): New function.
1639 (psymbol_compare): New function.
1640 * bcache.c (hash_continue): New.
1641 (hash): Use hash_continue.
1642 * bcache.c: Add hash_function and compare_function
1643 pointers to bcache struct.
1644 (bcache_full): Use bcache->hash_function, and
1645 bcache->compare_function.
1646 (bcache_compare): New function.
1647 (bcache_xmalloc): Take hash_function and
1648 compare_function arguments and initialize the
1649 bcach's pointers.
1650 Updated comment.
1651 * objfiles.c (allocate_objfile): Updated.
1652 * symfile.c (reread_symbols): Updated.
1653 * python/py-type.c (typy_richcompare): Updated.
1654
1655 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
1656 Tom Tromey <tromey@redhat.com>
1657
1658 PR python/11792:
1659 * python/py-value.c (valpy_get_dynamic_type): New function.
1660 (value_object_getset): Add "dynamic_type".
1661 (valpy_get_type): Fail on error.
1662
1663 2010-08-30 Yao Qi <yao@codesourcery.com>
1664
1665 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1666 (arm_linux_syscall_next_pc): New.
1667 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
1668 (arm_linux_init_abi): Initialize syscall_next_pc.
1669 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
1670 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1671 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
1672 Declare arm_frame_is_thumb.
1673
1674 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1675
1676 Code cleanup.
1677 * breakpoint.c (bpstat_alloc): Remove unused prototype.
1678 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
1679 code.
1680 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
1681 calls of bpstat_alloc. Remove explicit bs chain termination.
1682
1683 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1684
1685 Code cleanup.
1686 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1687 (my_waitpid): Likewise.
1688
1689 2010-08-27 Doug Evans <dje@google.com>
1690
1691 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1692 as appropriate.
1693
1694 2010-08-27 Tom Tromey <tromey@redhat.com>
1695
1696 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1697 TYPE_FIELD_IGNORE_BITS.
1698
1699 2010-08-27 Doug Evans <dje@google.com>
1700
1701 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1702 the order they're defined in. munmap .debug_types buffer.
1703
1704 2010-08-26 Doug Evans <dje@google.com>
1705
1706 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1707 (dw2_forget_cached_source_info): Rename local cu to per_cu.
1708 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1709 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1710 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1711 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1712 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1713 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1714 (write_psymtabs_to_index): Ditto.
1715
1716 2010-08-26 Pedro Alves <pedro@codesourcery.com>
1717
1718 * NEWS: Mention libthread_db debugging with core files.
1719
1720 2010-08-26 Doug Evans <dje@google.com>
1721
1722 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1723 forward decl. Pass pst->dirname to dwarf_decode_lines.
1724 (psymtab_include_file_name): New function.
1725 (dwarf_decode_lines): Call it. Update comments.
1726
1727 2010-08-25 Pedro Alves <pedro@codesourcery.com>
1728
1729 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1730 compilation unit being different from target die's.
1731
1732 2010-08-24 Doug Evans <dje@google.com>
1733
1734 PR symtab/11942
1735 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1736 debug_types_type_hash.
1737 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1738 All uses updated.
1739 (lookup_die_type): Renamed from tag_type_to_tag. First look in
1740 appropriate type_hash table. All callers updated.
1741 (allocate_signatured_type_table): Renamed from
1742 allocate_signatured_type_hash_table. All callers updated.
1743 (create_signatured_type_table_from_index): Renamed from
1744 create_signatured_type_hash_from_index. All callers updated.
1745 (read_die_type): Add comment. Move actual reading to ...
1746 (read_die_type_1): ... here. New function.
1747 (follow_die_ref_or_sig): Tweak comment.
1748 (set_die_type): Rewrite to use appropriate choice of
1749 debug_info_type_hash or debug_types_type_hash.
1750 (get_die_type_at_offset): New function.
1751 (get_die_type): Call it.
1752
1753 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1754
1755 * python/py-type.c (typy_richcompare): Initialize worklist.
1756
1757 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1758 Kazu Hirata <kazu@codesourcery.com>
1759 Jonathan Larmour <jifl@eCosCentric.com>
1760
1761 * arm-tdep.c: Include features/arm-with-m.c.
1762 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
1763 call this function.
1764 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
1765 Check is_m after force-mode.
1766 (arm_gdbarch_init): Check the binary before the target description.
1767 Add check for M profile attribute. If we have an M-profile device,
1768 but no target register description, use arm-with-m. Recognize the
1769 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1770 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1771 * arm-tdep.h (XPSR_T): Define.
1772 (struct gdbarch_tdep): Add is_m member.
1773 * features/arm-m-profile.xml, features/arm-with-m.c,
1774 features/arm-with-m.xml: New files.
1775
1776 2010-08-23 Doug Evans <dje@google.com>
1777
1778 * dwarf2read.c (read_structure_type): Add comment.
1779 (read_enumeration_type): Add comment.
1780 (process_enumeration_scope): Move definition of some locals
1781 closer to their use.
1782 (read_namespace_type): Add comment.
1783 (set_die_type): Fix typo in comment.
1784
1785 2010-08-23 Tom Tromey <tromey@redhat.com>
1786
1787 PR python/11145:
1788 * python/py-value.c: Include expression.h.
1789 (valpy_do_cast): New function.
1790 (valpy_cast): Use it.
1791 (valpy_dynamic_cast): New function.
1792 (valpy_reinterpret_cast): Likewise.
1793 (value_object_methods): Add dynamic_cast, reinterpret_cast.
1794
1795 2010-08-23 Tom Tromey <tromey@redhat.com>
1796
1797 PR python/11391:
1798 * python/py-value.c (valpy_nonzero): Don't throw error for other
1799 Value types.
1800
1801 2010-08-23 Tom Tromey <tromey@redhat.com>
1802
1803 PR python/10676:
1804 * python/py-type.c: Include bcache.h, vec.h.
1805 (struct type_equality_entry): New.
1806 (compare_strings): New function.
1807 (check_types_equal): Likewise.
1808 (check_types_worklist): Likewise.
1809 (typy_richcompare): Likewise.
1810 (type_object_type): Set tp_richcompare field.
1811
1812 2010-08-23 Tom Tromey <tromey@redhat.com>
1813
1814 PR python/10953:
1815 * python/py-type.c (typy_fields): Call check_typedef.
1816 (typy_template_argument): Add TRY_CATCH.
1817
1818 2010-08-23 Tom Tromey <tromey@redhat.com>
1819
1820 PR python/11915:
1821 * python/py-type.c (typy_array): New function.
1822 (type_object_methods): Add "array".
1823
1824 2010-08-20 Pedro Alves <pedro@codesourcery.com>
1825
1826 * python/python.c: Include "serial.h".
1827 (gdbpy_event_fds): Change type to `struct serial *' a array from
1828 int array.
1829 (gdbpy_run_events): Change parameters. Use serial_readchar in
1830 place of read.
1831 (gdbpy_post_event): Use serial_write in place of write.
1832 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1833 serial_async in place of add_file_handler.
1834
1835 2010-08-20 Pedro Alves <pedro@codesourcery.com>
1836
1837 * serial.h (gdb_pipe, serial_pipe): Declare.
1838 * serial.c (serial_interface_lookup): Take a const char pointer.
1839 (serial_fdopen): Rename to ...
1840 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
1841 Call the OPS' fdopen function if there is one.
1842 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1843 (serial_pipe): New.
1844 (struct serial_ops) <fdopen>: New field.
1845
1846 * ser-mingw.c (free_pipe_state):
1847 (free_pipe_state): Close output on non-pex pipes.
1848 (pipe_windows_fdopen): New.
1849 (gdb_pipe): New.
1850 (_initialize_ser_windows): Register pipe_windows_fdopen.
1851 * ser-go32.c (gdb_pipe): New.
1852 * ser-pipe.c (pipe_close): Close file descriptor even if there's
1853 no state pointer.
1854 (pipe_ops): Delete.
1855 (gdb_pipe): New.
1856
1857 2010-08-20 Keith Seitz <keiths@redhat.com>
1858
1859 PR symtab/11465:
1860 * dwarf2read.c (struct delayed_method_info): New struct.
1861 (struct dwarf2_cu): Add vector method_list.
1862 (scan_partial_symbols): Count methods for union, class, structure,
1863 and interface types.
1864 (add_to_method_list): New function.
1865 (free_delayed_list): New function.
1866 (compute_delayed_physnames): New function.
1867 (process_full_comp_unit): Make a cleanup for the CU's delayed
1868 physname list, compute the delayed physnames, and free the
1869 the list.
1870 (dwarf2_add_member_fn): For C++ and Java, delay the computation
1871 of the physname until after the CU is read.
1872
1873 * dwarf2read.c (read_structure_type): Check if the current
1874 DIE's type was already completed after dwarf2_full_name
1875 was called.
1876
1877 2010-08-19 Stan Shebs <stan@codesourcery.com>
1878
1879 * NEWS: Mention some additional changes.
1880
1881 2010-08-19 Tom Tromey <tromey@redhat.com>
1882
1883 * Makefile.in (install-python): Add DESTDIR.
1884
1885 2010-08-19 Doug Evans <dje@google.com>
1886
1887 PR exp/11926
1888 * parser-defs.h (parse_float, parse_c_float): Declare.
1889 * parse.c (parse_float, parse_c_float): New function.
1890 * c-exp.y (parse_number): Call parse_c_float.
1891 * objc-exp.y (parse_number): Ditto.
1892 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
1893 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1894
1895 2010-08-19 Joel Brobecker <brobecker@adacore.com>
1896
1897 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1898 the arguments in the correct order.
1899 * symtab.c (maybe_add_partial_symtab_filename): Declare
1900 the arguments in the correct order.
1901
1902 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1903
1904 * varobj.c (varobj_create): Replace variable old_fi with old_id,
1905 initialize it by null_frame_id, wrap its usage by get_frame_id,
1906 frame_id_p and frame_find_by_id.
1907
1908 2010-08-18 Tom Tromey <tromey@redhat.com>
1909
1910 PR python/11900:
1911 * configure: Rebuild.
1912 * configure.ac: Add install-python to CONFIG_INSTALL.
1913 * Makefile.in (install-python): New.
1914
1915 2010-08-18 Doug Evans <dje@google.com>
1916
1917 * gdb_assert.h (gdb_assert_not_reached): New macro.
1918 (gdb_assert_fail): Fix typo in comment.
1919 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
1920 gdb_assert (0).
1921 * darwin-nat.c (darwin_check_new_threads): Ditto.
1922 * dwarf2read.c (dwarf2_get_section_info): Ditto.
1923 (munmap_section_buffer): Ditto.
1924 * m32c-tdep.c (make_types): Ditto.
1925 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
1926 * macroexp.c (get_character_constant): Ditto.
1927 (get_string_literal): Ditto.
1928 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
1929 (mep_pseudo_cr_index, mep_register_type): Ditto.
1930 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
1931 (mep_get_insn, mep_analyze_prologue): Ditto.
1932 * objfiles.c (qsort_cmp): Ditto.
1933 * prologue-value.c (pv_is_identical): Ditto.
1934 * record.c (record_get_loc): Ditto.
1935 * value.c (value_static_field): Ditto.
1936 * xtensa-tdep.c (call0_track_op): Ditto.
1937
1938 2010-08-18 Tom Tromey <tromey@redhat.com>
1939
1940 PR symtab/11919:
1941 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
1942 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
1943 name-copying lower. Document exception behavior.
1944 * completer.c (expression_completer): Catch exceptions from
1945 parse_field_expression.
1946
1947 2010-08-18 Pedro Alves <pedro@codesourcery.com>
1948
1949 PR corefile/8210
1950
1951 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
1952 workaround on core files.
1953 (try_thread_db_load_1): Don't try enabling thread event reporting
1954 on core files.
1955 (thread_db_load): Allow thread_db on core files.
1956 (attach_thread): Don't check thread signals on core files, nor try
1957 really attaching to the thread, nor enabling thread event event
1958 reporting.
1959 (thread_db_detach): Don't try disabing thread event reporting or
1960 removing thread event breakpoints when debugging a core file.
1961 (find_new_threads_callback): Don't try enabling thread event
1962 reporting on core files.
1963 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
1964 debugging a core file.
1965 (thread_db_find_new_threads): Don't update thread
1966 cores (processors) when debugging a core (dump).
1967
1968 2010-08-18 Pedro Alves <pedro@codesourcery.com>
1969
1970 PR corefile/8210
1971
1972 * corelow.c (add_to_thread_list): Don't use
1973 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
1974 (get_core_register_section): Don't use
1975 gdbarch_core_reg_section_encodes_pid.
1976
1977 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
1978 * gdbarch.h, gdbarch.c: Regenerate.
1979 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
1980 gdbarch_core_reg_section_encodes_pid.
1981 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
1982 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
1983 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1984
1985 2010-08-18 Yao Qi <yao@codesourcery.com>
1986
1987 * MAINTAINERS : Add myself under Write After Approval.
1988
1989 2010-08-17 Tom Tromey <tromey@redhat.com>
1990
1991 * NEWS: Mention template parameter support.
1992
1993 2010-08-17 Pedro Alves <pedro@codesourcery.com>
1994
1995 PR breakpoints/11371
1996
1997 * breakpoint.c (decref_bp_location): Assert the reference count is
1998 sane.
1999
2000 2010-08-17 Pedro Alves <pedro@codesourcery.com>
2001
2002 PR breakpoints/11371
2003
2004 * breakpoint.c (breakpoint_init_inferior): Decrement the
2005 location's reference count instead of deleting right away.
2006 (bpstat_free): Decrement the location's reference count. Make
2007 static.
2008 (bpstat_copy): Increment the location's reference count.
2009 (bpstat_find_breakpoint): Adjust.
2010 (bpstat_num): Adjust.
2011 (print_it_typical): Adjust. Use the breakpoint pointer in the
2012 bpstat instead of the location's owner.
2013 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2014 Adjust to record the location's owner in the bpstat.
2015 (watchpoint_check): Use the breakpoint pointer in the bpstat
2016 instead of the location's owner.
2017 (bpstat_check_breakpoint_conditions): Don't handle
2018 bp_watchpoint_scope here. Use the breakpoint pointer in the
2019 bpstat instead of the location's owner.
2020 (bpstat_stop_status): Defer inferior function calls to after
2021 building the bpstat list. Handle bp_watchpoint_scope here. Use
2022 the breakpoint pointer in the bpstat instead of the location's
2023 owner.
2024 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2025 the location's owner.
2026 (free_bp_location): Don't walk bpstats clearing locations.
2027 (incref_bp_location): New.
2028 (decref_bp_location): New.
2029 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2030 instead of the location's owner.
2031 (update_global_location_list): Clear the location's owner, and
2032 decrement the location's reference count instead of deleting it
2033 right away.
2034 (breakpoint_retire_moribund): Decrement the location's reference
2035 count instead of deleting it right away.
2036 (bpstat_remove_bp_location): Delete.
2037 (bpstat_remove_breakpoint): New.
2038 (bpstat_remove_bp_location_callback): Delete.
2039 (bpstat_remove_breakpoint_callback): New.
2040 (delete_breakpoint): Iterate over all threads' stop_bpstat's
2041 clearing references to the breakpoint that is being deleted.
2042
2043 * breakpoint.h (struct bp_location) <refc>: New field.
2044 <owner>: Update comments.
2045 (bpstat_free): Delete declaration.
2046 (struct bpstats): Change the type of the breakpoint_at field to
2047 struct breakpoint point, from struct bp_location pointer. Add new
2048 field bp_location_at.
2049
2050 2010-08-16 Tom Tromey <tromey@redhat.com>
2051
2052 * NEWS: Fix typo.
2053
2054 2010-08-16 Tom Tromey <tromey@redhat.com>
2055
2056 * NEWS: Mention watch -location.
2057
2058 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2059
2060 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
2061 EXP_STRING_REPARSE to EXP_STRING.
2062 (watch_command_1): Set also EXP_STRING_REPARSE.
2063 (delete_breakpoint): Free also EXP_STRING_REPARSE.
2064 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2065 Update comment for exp_string.
2066
2067 2010-08-16 Tom Tromey <tromey@redhat.com>
2068
2069 * value.c (release_value): Clear 'next' pointer.
2070 * breakpoint.c (watch_command_1): Add 'just_location' argument.
2071 (watch_command_wrapper): Update.
2072 (watch_maybe_just_location): New function.
2073 (watch_command): Update.
2074 (rwatch_command_wrapper): Update.
2075 (rwatch_command): Update.
2076 (awatch_command_wrapper): Update.
2077 (awatch_command): Update.
2078 (check_for_argument): New function.
2079 (_initialize_breakpoint): Update help text.
2080
2081 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
2082
2083 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2084 typedef'ed function types correctly.
2085
2086 2010-08-13 Tom Tromey <tromey@redhat.com>
2087
2088 * python/python-internal.h (gdbpy_get_hook_function): Don't
2089 declare.
2090
2091 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2094 static.
2095
2096 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
2097
2098 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2099 the format strings to be compatible with Python 2.4.
2100
2101 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2102
2103 Easier and more stubborn MI memory read commands.
2104
2105 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2106 and data-write-memory-bytes.
2107 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2108 (mi_cmd_data_write_memory_bytes): New.
2109 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2110 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2111 New.
2112 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2113 * target.c (target_read_until_error): Remove.
2114 (read_whatever_is_readable, free_memory_read_result_vector)
2115 (read_memory_robust): New.
2116 * target.h (target_read_until_error): Remove.
2117 (struct memory_read_result, free_memory_read_result_vector)
2118 (read_memory_robust): New.
2119
2120 2010-08-13 Hui Zhu <teawater@gmail.com>
2121
2122 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2123 (read_comp_unit): Initialize back_to.
2124
2125 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2126 Pedro Alves <pedro@codesourcery.com>
2127
2128 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2129 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2130 (struct partial_die_info) <has_template_arguments>: New field.
2131 <num_attrs>: Change type to unsigned char.
2132 <building_fullname>: New field.
2133 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
2134 allocate a CU if we don't have one already. Add a cleanup for the
2135 CU.
2136 (partial_die_full_name): Handle template arguments not in
2137 DW_AT_name.
2138 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2139 (load_full_comp_unit): Only allocate a CU if we don't have one
2140 already.
2141 (do_ui_file_peek_last): New.
2142 (dwarf2_compute_name): Handle template parameters not in
2143 DW_AT_name.
2144 (read_comp_unit): Read and free abbrevs if not read yet.
2145 (load_partial_dies): Handle template arguments not in DW_AT_name.
2146 (find_partial_die): If we have a CU, but no a partial dies yet,
2147 also read in the CU.
2148 (dwarf2_const_value_attr): New, abstracted out from
2149 dwarf2_const_value.
2150 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2151 dwarf2_const_value_attr.
2152 (determine_prefix): Detect and break loops created by RCVT's debug
2153 info.
2154 (maybe_queue_comp_unit): Bail out early if reading partial
2155 symbols.
2156 (follow_die_offset): Load full CU if we have no dies.
2157 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2158 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2159
2160 2010-08-11 Tom Tromey <tromey@redhat.com>
2161 Phil Muldoon <pmuldoon@redhat.com>
2162
2163 * python/python.c (gdbpy_run_events): New function.
2164 (gdbpy_post_event): Likewise.
2165 (gdbpy_initialize_events): Likewise.
2166 (_initialize_python): Call gdbpy_initialize_events.
2167
2168 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2169
2170 * gdb/valarith.c (vector_binop): New function.
2171 (scalar_binop): Likewise.
2172 (value_binop): Call scalar_binop or vector_binop depending on the types.
2173 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2174 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2175 to pointers.
2176 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2177
2178 2010-08-11 Brad Roberts <braddr@puremagic.com>
2179
2180 * d-lang.c (extract_identifiers): Handle multiple digits.
2181
2182 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2183
2184 Code cleanup.
2185 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2186 Rename to dummy_frame_unwind.
2187 (dummy_frame_unwind): Remove.
2188 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2189 * frame-unwind.c (frame_unwind_init): Use address of
2190 dummy_frame_unwind and inline_frame_unwind.
2191 * frame.c (create_sentinel_frame): Use address of
2192 sentinel_frame_unwind.
2193 * inline-frame.c (inline_frame_unwinder): Rename to
2194 inline_frame_unwind.
2195 (inline_frame_unwind): Remove.
2196 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2197 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2198 sentinel_frame_unwind.
2199 (sentinel_frame_unwind): Remove.
2200 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2201 struct.
2202
2203 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 Code cleanup.
2206 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2207 and returned value. New comment from frame-unwind.h.
2208 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2209 Extend the comment.
2210 * frame.c (get_frame_id, frame_unwind_register_value)
2211 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2212 (get_frame_type, frame_unwind_arch): Do not use the return value of
2213 frame_unwind_find_by_frame.
2214
2215 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2216 Thiago Jung Bauermann <bauerman@br.ibm.com>
2217 Tom Tromey <tromey@redhat.com>
2218
2219 * python/python.c (gdbpy_solib_address): New function.
2220 (gdbpy_decode_line): Likewise.
2221
2222 2010-08-10 Tom Tromey <tromey@redhat.com>
2223
2224 Revert gdb-add-index addition:
2225 * Makefile.in (install-only): Don't install gdb-add-index.
2226 * gdb-add-index.sh: Remove.
2227
2228 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2229
2230 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2231 `target_has_execution' check with `to_has_memory' check.
2232 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2233 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2234 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2235
2236 2010-08-09 Kevin Buettner <kevinb@redhat.com>
2237
2238 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2239 (resume_siggnal, resume_step): Move these static globals...
2240 (struct sim_inferior_data): ...into this new struct.
2241 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2242 New static globals.
2243 (gdb_callback, callbacks_initialized): Move these globals to
2244 a point earlier in the file.
2245 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2246 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2247 (gdbsim_close_inferior, gdbsim_resume_inferior)
2248 (gdbsim_stop_inferior): New functions.
2249 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2250 New constants.
2251 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2252 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2253 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2254 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2255 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2256 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2257 new local variable `sim_data' in each of these functions. Use
2258 `sim_data' to reference former globals `program_loaded',
2259 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2260 `resume_step'.
2261 (gdbsim_open): Remove local variable `argv'. Put results of call
2262 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
2263 make a cleanup for it. Free it though when a sim instance cannot
2264 be obtained.
2265 (gdbsim_close): Free sim_argv and null it out as appropriate.
2266 Close sim instances in all inferiors.
2267 (gdbsim_cntrl_c): Stop all inferiors.
2268 (gdbsim_wait):
2269 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2270
2271 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2272
2273 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2274 function after symbol construction is complete.
2275 Do the same for template symbol addition to template_symbols list.
2276
2277 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2278
2279 * symtab.c (symbol_get_demangled_name): Remove assertion and
2280 return NULL when language_specific.cplus_specific is not initialized.
2281 * stabsread.c (define_symbol): Set the name before calling
2282 cp_scan_for_anonymous_namespaces.
2283
2284 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
2285
2286 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2287 SYMBOL_SET_LANGUAGE.
2288 (symbol_init_language_specific): Renamed to symbol_set_language.
2289 * symtab.c (symbol_init_language_specific): Removed redundant check
2290 for language_cplus.
2291 Renamed to symbol_set_language.
2292 * stabsread.c (define_symbol): Updated.
2293 (read_enum_type): Updated
2294 * psymtab.c (add_psymbol_to_bcache): Updated.
2295 * minsyms.c (install_minimal_symbols): Updated.
2296 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2297 SYMBOL_LANGUAGE to set the language.
2298 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2299 * mdebugread.c (new_symbol): Ditto.
2300 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2301 * dwarf2read.c (new_symbol_full): Ditto.
2302 * jv-lang.c (add_class_symbol): Ditto.
2303
2304 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2305
2306 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2307 (make_cleanup_restore_page_info)
2308 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2309 * gdbcmd.h (execute_command_to_string): New declaration.
2310 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2311 (make_cleanup_restore_ui_file): Move to utils.c
2312 (execute_gdb_command) <to_string>: Move ...
2313 * top.c (execute_command_to_string): ... here. Call
2314 set_batch_flag_and_make_cleanup_restore_page_info.
2315 * utils.c (make_cleanup_restore_integer): New source file blank line.
2316 (make_cleanup_restore_uinteger): New.
2317 (struct restore_ui_file_closure, do_restore_ui_file)
2318 (make_cleanup_restore_ui_file): Move here from python/python.c.
2319 (init_page_info) <batch_flag>
2320 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2321 (set_batch_flag_and_make_cleanup_restore_page_info): New.
2322
2323 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2324
2325 * thread.c (add_thread_silent): Use null_ptid instead of
2326 minus_one_ptid while getting rid of stale inferior_ptid.
2327
2328 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
2329
2330 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2331 Throughout, call read_encoded_value with ptr_size rather than addr_size.
2332 (decode_frame_entry_1): Remove redundant setting of
2333 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2334 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
2335 on examined frame section. Add comment to explain why.
2336 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
2337 comment to explain usage.
2338 * gdbarch.c: Regenerate.
2339 * gdbarch.h: Regenerate.
2340
2341 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2342
2343 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 Code cleanup.
2346 * varobj.c (varobj_create): Move variables fi, old_fi and block to
2347 a more inner block.
2348
2349 2010-08-05 Pedro Alves <pedro@codesourcery.com>
2350
2351 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2352 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2353 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2354 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2355 linux-tdep.o to gdb_target_obs.
2356
2357 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
2358
2359 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2360 argument.
2361
2362 2010-08-05 Hui Zhu <teawater@gmail.com>
2363
2364 * mips-linux-tdep.c(regset.h): New include.
2365 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2366 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2367 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2368 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2369 mips_linux_regset_from_core_section): New functions.
2370 (fetch_core_registers, regset_core_fns): Deleted.
2371 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2372 Deleted regset_core_fns.
2373 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2374 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2375 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2376 and fpregset64.
2377
2378 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2379
2380 * s390-tdep.c: Include linux-tdep.h.
2381 (s390_gdbarch_init): Call linux_init_abi.
2382
2383 2010-08-04 Pedro Alves <pedro@codesourcery.com>
2384
2385 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2386 instead of printing "Thread" here.
2387 * linux-tdep.c: Include inferior.h.
2388 (linux_core_pid_to_str): New.
2389 (linux_init_abi): New.
2390 * linux-tdep.h (linux_init_abi): Declare.
2391 * alpha-linux-tdep.c: Include linux-tdep.h.
2392 (alpha_linux_init_abi): Call linux_init_abi.
2393 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2394 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2395 * frv-linux-tdep.c: Include linux-tdep.h
2396 (frv_linux_init_abi): Call linux_init_abi.
2397 * hppa-linux-tdep.c: Include linux-tdep.h
2398 (hppa_linux_init_abi): Call linux_init_abi.
2399 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2400 * ia64-linux-tdep.c: Include linux-tdep.h.
2401 (ia64_linux_init_abi): Call linux_init_abi.
2402 * m32r-linux-tdep.c: Include linux-tdep.h.
2403 (m32r_linux_init_abi): Call linux_init_abi.
2404 * m68klinux-tdep.c: Include linux-tdep.h.
2405 (m68k_linux_init_abi): Call linux_init_abi.
2406 * microblaze-linux-tdep.c: Include linux-tdep.h.
2407 (microblaze_linux_init_abi): Call linux_init_abi.
2408 * mips-linux-tdep.c: Include linux-tdep.h.
2409 (mips_linux_init_abi): Call linux_init_abi.
2410 * mn10300-linux-tdep.c: Include linux-tdep.h.
2411 (am33_linux_init_osabi): Call linux_init_abi. Rename the
2412 'gdbinfo' parameter to 'info'.
2413 * ppc-linux-tdep.c: Include linux-tdep.h.
2414 (ppc_linux_init_abi): Call linux_init_abi.
2415 * sh-linux-tdep.c: Include linux-tdep.h.
2416 (sh_linux_init_abi): Call linux_init_abi.
2417 * sparc-linux-tdep.c: Include linux-tdep.h.
2418 (sparc32_linux_init_abi): Call linux_init_abi.
2419 * sparc64-linux-tdep.c: Include linux-tdep.h.
2420 (sparc64_linux_init_abi): Call linux_init_abi.
2421 * xtensa-linux-tdep.c: Include linux-tdep.h.
2422 (xtensa_linux_init_abi): Call linux_init_abi.
2423 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2424 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2425 callback.
2426
2427 2010-08-03 Doug Evans <dje@google.com>
2428
2429 * breakpoint.c (bpdisp_text): Constify bpdisps.
2430 * solib-svr4.c (solib_break_names): Constify.
2431 (bkpt_names, main_name_list): Constify.
2432 (match_main): Constify soname arg.
2433 (bfd_lookup_symbol): Remove unnecessary forward decl.
2434 Constify symname arg.
2435 (enable_break): Constify bkpt_namep.
2436 * symtab.c (search_symbols): Constify types, types2, types3, types4.
2437 (symtab_symbol_info): Constify classnames.
2438
2439 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
2440
2441 * NEWS: Document Python value inferior function calls.
2442
2443 2010-08-02 Doug Evans <dje@google.com>
2444
2445 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2446
2447 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2448
2449 * linux-thread-db.c (libthread_db_debug): New variable.
2450 (thread_db_find_new_threads_silently): Control verbosity with it.
2451 (try_thread_db_load_1, try_thread_db_load): Likewise.
2452 (find_new_threads_once): Likewise.
2453 (_initialize_thread_db): Set/show it.
2454
2455 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2456
2457 * common/signals.c (signals): Move the content to signals.def.
2458 Include it. Remove the INDENT comments.
2459
2460 2010-07-30 Tom Tromey <tromey@redhat.com>
2461
2462 * Makefile.in (install-only): Install gdb-add-index.
2463 * gdb-add-index.sh: New file.
2464
2465 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
2466
2467 * MAINTAINERS: Add myself for write after approval privileges.
2468
2469 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2470
2471 * symfile.c (addr_section_name): New function.
2472 (addrs_section_compar): Use it.
2473 (addr_info_make_relative): Use it. Move variable sect_name into a more
2474 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
2475
2476 2010-07-30 Tom Tromey <tromey@redhat.com>
2477
2478 * configure: Rebuild.
2479 * configure.ac: Add missing case for Python 2.7.
2480
2481 2010-07-29 DJ Delorie <dj@redhat.com>
2482
2483 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2484 conditions.
2485
2486 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2487
2488 * PROBLEMS: Remove mention of all problems.
2489
2490 2010-07-28 Pedro Alves <pedro@codesourcery.com>
2491
2492 PR build/11848
2493 * configure.ac: Check for wresize.
2494 * configure, config.in: Regenerate.
2495 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2496 with HAVE_WRESIZE.
2497
2498 2010-07-28 Tom Tromey <tromey@redhat.com>
2499
2500 PR python/11060:
2501 * python/py-type.c (typy_legacy_template_argument): New function,
2502 extracted from typy_template_argument.
2503 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
2504 value when needed.
2505
2506 2010-07-28 Oleg Nesterov <oleg@redhat.com>
2507
2508 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2509
2510 2010-07-27 Tom Tromey <tromey@redhat.com>
2511
2512 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2513
2514 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2515
2516 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2517 handling DW_AT_object_pointer, and workaround GCC PR 43053.
2518
2519 2010-07-28 Tom Tromey <tromey@redhat.com>
2520
2521 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2522
2523 2010-07-28 Joel Brobecker <brobecker@adacore.com>
2524
2525 * remote.c (remote_download_tracepoint): Add missing gettext markup.
2526 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2527
2528 2010-07-28 Joel Brobecker <brobecker@adacore.com>
2529
2530 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2531 down, just before the block that parse the breakpoint addr_string.
2532
2533 2010-07-28 Tom Tromey <tromey@redhat.com>
2534
2535 PR c++/9946:
2536 * symfile.c (reread_symbols): Clear template_symbols.
2537 * symtab.h (struct symbol) <is_cplus_template_function>: New
2538 field.
2539 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2540 (struct template_symbol): New.
2541 * symtab.c (lookup_symbol_aux_local): Use
2542 cp_lookup_symbol_imports_or_template.
2543 * objfiles.h (struct objfile) <template_symbols>: New field.
2544 * objfiles.c (relocate_one_symbol): New function.
2545 (objfile_relocate1): Use it. Relocate isolated symbols.
2546 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2547 template_arguments>: New fields.
2548 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2549 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2550 (TYPE_TEMPLATE_ARGUMENT): Likewise.
2551 (lookup_typename): Update.
2552 * gdbtypes.c (lookup_typename): Constify "block" argument.
2553 * dwarf2read.c: Include vec.h.
2554 (symbolp): New typedef.
2555 (read_func_scope): Read template arguments. Allocate a
2556 template_symbol when needed.
2557 (read_structure_type): Read template arguments.
2558 (new_symbol_full): New function, from new_symbol. Handle
2559 DW_TAG_template_type_param and DW_TAG_template_value_param.
2560 (new_symbol): Rewrite as wrapper.
2561 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2562 * cp-namespace.c: Include language.h.
2563 (search_symbol_list): New function.
2564 (cp_lookup_symbol_imports_or_template): Likewise.
2565
2566 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2567
2568 * tui/tui-win.c (make_visible_with_new_height): Resize and move
2569 the command window to the new size and position.
2570
2571 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2572
2573 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
2574 coordinates.
2575
2576 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
2577
2578 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
2579 after a detecting a resize.
2580 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
2581 call.
2582
2583 2010-07-28 Pedro Alves <pedro@codesourcery.com>
2584
2585 * configure.ac: Check for resize_term.
2586 * configure, config.in: Regenerate.
2587
2588 2010-07-27 Joel Brobecker <brobecker@adacore.com>
2589
2590 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2591
2592 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2593
2594 * dwarf2read.c (read_string): Rename to ...
2595 (read_direct_string): ... this.
2596 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2597 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2598
2599 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2600
2601 * linux-nat.c (linux_nat_lp_status_is_event): New function.
2602 (count_events_callback, select_event_lwp_callback)
2603 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2604
2605 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2608 (_initialize_ia64_linux_nat): Install it.
2609 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2610 (linux_nat_set_status_is_event): New.
2611 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2612 cancel_breakpoints_callback, linux_nat_filter_event)
2613 (linux_nat_wait_1): Use linux_nat_status_is_event.
2614 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2615
2616 2010-07-27 Tom Tromey <tromey@redhat.com>
2617
2618 * NEWS: Mention labels, .gdb_index.
2619
2620 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2621
2622 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
2623 "start,+length" form of arguments.
2624 * NEWS: Add "Changed commands" (disassemble) section for "Changes
2625 since GDB 7.1"; and merge two separated paragraphs of disassemble
2626 description in "Changes in GDB 7.0".
2627
2628 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2629
2630 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2631 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2632 (fputs_maybe_filtered): Do not do filtering also on
2633 ! INPUT_FROM_TERMINAL_P.
2634
2635 2010-07-27 Joel Brobecker <brobecker@adacore.com>
2636
2637 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2638 in warning message.
2639
2640 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2641
2642 * python/py-value.c (valpy_call): New Function.
2643
2644 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
2645
2646 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
2647 types_list_elements variables.
2648
2649 2010-07-26 Tom Tromey <tromey@redhat.com>
2650
2651 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2652 TLS with DW_OP_const4u or DW_OP_const8u.
2653
2654 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2655
2656 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2657 VSX registers contents.
2658
2659 2010-07-26 Jerome Guitton <guitton@adacore.com>
2660
2661 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2662 its adress is null. Add comment to explain why.
2663 (new_symbol): Ditto.
2664
2665 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2668 the host signal first.
2669
2670 2010-07-23 Tom Tromey <tromey@redhat.com>
2671
2672 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2673 type_comp_units>: New fields.
2674 (dw2_get_cu): New function.
2675 (create_cus_from_index): Remove unused argument.
2676 (create_signatured_type_hash_from_index): New function.
2677 (create_addrmap_from_index): Update.
2678 (dwarf2_read_index): Handle version 2.
2679 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2680 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2681 (dw2_print_stats, dw2_expand_all_symtabs)
2682 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2683 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2684 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2685 (allocate_signatured_type_hash_table): New function.
2686 (add_signatured_type_cu_to_list): Likewise.
2687 (create_debug_types_hash_table): Use them. Set type_comp_units.
2688 (read_signatured_type): Ensure section data is available.
2689 (add_address_entry): Don't record empty ranges.
2690 (struct signatured_type_index_data): New.
2691 (write_one_signatured_type): New function.
2692 (write_psymtabs_to_index): Write type CUs.
2693 (save_gdb_index_command): Update comment.
2694 (process_type_comp_unit): Move inititalization of
2695 from_debug_types...
2696 (create_debug_types_hash_table): ... here.
2697
2698 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2701 cleanup and generating of gdb script to it.
2702 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
2703 and terminal size. Convert $tmpfile to a series of -ex-es.
2704
2705 2010-07-23 Keith Seitz <keiths@redhat.com>
2706
2707 * symtab.c (basic_lookup_transparent_type): Call pre-expand
2708 hook for STATIC_BLOCK types, too.
2709
2710 2010-07-23 Keith Seitz <keiths@redhat.com>
2711
2712 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2713 and vector definition.
2714
2715 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2718
2719 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2720
2721 * dwarf2read.c: Include completer.h.
2722 (save_gdb_index_command): Use matching usage command name.
2723 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2724 Set filename_completer for it.
2725
2726 2010-07-22 Tom Tromey <tromey@redhat.com>
2727
2728 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2729 type signature's per-CU data.
2730
2731 2010-07-22 Pedro Alves <pedro@codesourcery.com>
2732
2733 * NEWS: Mention target reported shared libraries support by
2734 default.
2735
2736 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2737
2738 PR symtab/11827
2739
2740 Revert:
2741 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2742 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2743 and DW_TAG_volatile_type.
2744 (new_symbol): Likewise.
2745
2746 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2747
2748 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2749 function symbols before overload resolution.
2750
2751 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2752
2753 * breakpoint.c (bptype_string): New, abstracted out from
2754 print_one_breakpoint_location.
2755 (print_one_breakpoint_location): Adjust.
2756 (breakpoint_1): Adjust the type column width dynamically.
2757
2758 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * symfile.c (find_separate_debug_file_by_debuglink): Remove
2761 a gdb_assert call, new comment.
2762
2763 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2764
2765 * linux-nat.c (linux_handle_extended_wait): Handle case when
2766 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2767
2768 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2769
2770 Code cleanup.
2771 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2772 linux_nat_wait_1. Use always LP->STATUS afterwards.
2773
2774 2010-07-20 Hui Zhu <teawater@gmail.com>
2775
2776 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2777 (inf_ptrace_attach): Ditto.
2778
2779 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 Make core files the process_stratum.
2782 * corefile.c (core_target): New variable.
2783 (core_file_command): Remove variable t, use core_target.
2784 * corelow.c (core_ops): Make it static.
2785 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
2786 * defs.h (make_cleanup_unpush_target): New prototype.
2787 * gdbarch.h: Regenerate.
2788 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2789 * gdbcore.h (core_target): New declaration.
2790 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2791 variables ops_already_pushed and back_to. Use push_target,
2792 make_cleanup_unpush_target and discard_cleanups calls.
2793 * record.c (record_open): Replace core_stratum by a core_bfd check.
2794 * target.c (target_is_pushed): New function.
2795 (find_core_target): Remove.
2796 * target.h (enum strata) <core_stratum>: Remove.
2797 (target_is_pushed): New declaration.
2798 (find_core_target): Remove declaration.
2799 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2800 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2801
2802 2010-07-19 Hui Zhu <teawater@gmail.com>
2803
2804 * breakpoint.c (single_step_breakpoints_inserted): New
2805 function.
2806 * breakpoint.h (single_step_breakpoints_inserted): Extern.
2807 * infrun.c (maybe_software_singlestep): Add check code.
2808 * record.c (record_resume): Add code for software single step.
2809 (record_wait): Ditto.
2810
2811 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2814 a more inner block. Remove its unused declaration initializer.
2815
2816 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2817
2818 * NEWS: Mention support for the new ptrace interface and hardware
2819 accelerated watchpoint conditions on powerpc-linux.
2820
2821 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
2822
2823 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2824 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2825 and host_address_to_string() and %s for pointers.
2826 (debug_to_remove_breakpoint): Likewise.
2827 (debug_to_region_ok_for_hw_watchpoint): Likewise.
2828 (debug_to_can_accel_watchpoint_condition): Likewise.
2829 (debug_to_stopped_data_address): Likewise.
2830 (debug_to_watchpoint_addr_within_range): Likewise.
2831 (debug_to_insert_hw_breakpoint): Likewise.
2832 (debug_to_remove_hw_breakpoint): Likewise.
2833 (debug_to_insert_watchpoint): Likewise.
2834 (debug_to_remove_watchpoint): Likewise.
2835
2836 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2837
2838 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2839 argument.
2840 (cplus_specific): New struct.
2841 * symtab.c (symbol_set_demangled_name): Updated.
2842 Use cplus_specific for cplus symbols.
2843 (symbol_get_demangled_name): Retrive the name from the cplus_specific
2844 struct for cplus symbols.
2845 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2846 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2847 * symtab.c (symbol_init_cplus_specific): New function.
2848
2849 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2850
2851 * symtab.h (symbol_set_demangled_name): New function.
2852 (symbol_get_demangled_name): New function.
2853 * symtab.c (symbol_set_demangled_name): New function.
2854 (symbol_get_demangled_name): New function.
2855 (symbol_init_language_specific): Use demangled_name setter and getter.
2856 (symbol_set_names): Ditto.
2857 (symbol_natural_name): Ditto.
2858 (symbol_demangled_name): Ditto.
2859 * dwarf2read.c (new_symbol): Ditto.
2860
2861 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
2862
2863 * symtab.h: Renamed cplus_specific to mangled_lang.
2864 * symtab.c (symbol_init_language_specific): Updated.
2865 (symbol_set_names): Updated.
2866 (symbol_natural_name): Updated.
2867 (symbol_demangled_name): Updated.
2868 * ada-lang.c (ada_decode_symbol): Updated.
2869 * dwarf2read.c (new_symbol): Updated.
2870
2871 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2872
2873 * valops.c (value_assign): Do not call to value_coerce_to_target.
2874 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2875
2876 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2877
2878 * MAINTAINERS: Add myself for write after approval privileges.
2879
2880 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
2881
2882 * c-valprint.c (c_val_print): Add embedded_offset to address in
2883 call to val_print_array_elements.
2884
2885 2010-07-13 Tom Tromey <tromey@redhat.com>
2886
2887 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2888
2889 2010-07-13 Tom Tromey <tromey@redhat.com>
2890
2891 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2892 objfile.
2893
2894 2010-07-13 Tom Tromey <tromey@redhat.com>
2895
2896 * symfile.c (set_initial_language): Update.
2897 (deduce_language_from_filename): Argument type now const.
2898 * symtab.h (find_main_filename): Update.
2899 (deduce_language_from_filename): Update.
2900 * symtab.c (find_main_filename): Make result const.
2901 * dwarf2read.c (dw2_find_symbol_file): Change return type.
2902 * psymtab.c (find_symbol_file_from_partial): Change return type.
2903 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2904 Make result const.
2905
2906 2010-07-13 Tom Tromey <tromey@redhat.com>
2907
2908 * breakpoint.c (save_cmdlist): No longer static.
2909 * gdbcmd.h (save_cmdlist): Declare.
2910 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
2911 OBJF_READNOW on objfile if readnow_symbol_files.
2912 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
2913 (elf_sym_fns_gdb_index): New global.
2914 * dwarf2read.c: Include exceptions.h.
2915 (offset_type): New.
2916 (struct mapped_index): New.
2917 (dwarf2_per_cu_data_ptr): New typedef.
2918 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
2919 New fields.
2920 (GDB_INDEX_SECTION): New define.
2921 (struct dwarf2_per_cu_quick_data): New.
2922 (struct dwarf2_per_cu_data) <objfile>: New field.
2923 <psymtab>: Removed.
2924 <v>: New field.
2925 (byte_swap): New function.
2926 (MAYBE_SWAP): New macro.
2927 (INDEX_SUFFIX): New macro.
2928 (dw2_do_instantiate_symtab): New function.
2929 (dw2_instantiate_symtab): Likewise.
2930 (create_cus_from_index): Likewise.
2931 (create_addrmap_from_index): Likewise.
2932 (mapped_index_string_hash): Likewise.
2933 (find_slot_in_mapped_hash): Likewise.
2934 (dwarf2_read_index): Likewise.
2935 (dw2_setup): Likewise.
2936 (dw2_require_line_header): Likewise.
2937 (dw2_require_full_path): Likewise.
2938 (dw2_find_last_source_symtab): Likewise.
2939 (dw2_forget_cached_source_info): Likewise.
2940 (dw2_lookup_symtab): Likewise.
2941 (dw2_lookup_symbol): Likewise.
2942 (dw2_do_expand_symtabs_matching): Likewise.
2943 (dw2_pre_expand_symtabs_matching): Likewise.
2944 (dw2_print_stats): Likewise.
2945 (dw2_dump): Likewise.
2946 (dw2_relocate): Likewise.
2947 (dw2_expand_symtabs_for_function): Likewise.
2948 (dw2_expand_all_symtabs): Likewise.
2949 (dw2_expand_symtabs_with_filename): Likewise.
2950 (dw2_find_symbol_file): Likewise.
2951 (dw2_map_ada_symtabs): Likewise.
2952 (dw2_expand_symtabs_matching): Likewise.
2953 (dw2_find_pc_sect_symtab): Likewise.
2954 (dw2_map_symbol_names): Likewise.
2955 (dw2_map_symbol_filenames): Likewise.
2956 (dw2_has_symbols): Likewise.
2957 (dwarf2_gdb_index_functions): New global.
2958 (dwarf2_initialize_objfile): New function.
2959 (process_psymtab_comp_unit): Update.
2960 (add_partial_subprogram): Likewise.
2961 (dwarf2_psymtab_to_symtab): Likewise.
2962 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
2963 (process_full_comp_unit): Update.
2964 (find_file_and_directory): New function.
2965 (read_file_scope): Use find_file_and_directory.
2966 (dwarf2_per_cu_objfile): Update.
2967 (dwarf2_per_cu_addr_size): Update.
2968 (dwarf2_per_cu_offset_size): Update.
2969 (dwarf2_free_objfile): Free the index, if needed.
2970 (dwarf2_per_objfile_free): Unmap the index, if needed.
2971 (struct strtab_entry): New.
2972 (hash_strtab_entry): New function.
2973 (eq_strtab_entry): Likewise.
2974 (create_strtab): Likewise.
2975 (add_string): Likewise.
2976 (struct symtab_index_entry): New.
2977 (struct mapped_symtab): New.
2978 (hash_symtab_entry): New function.
2979 (eq_symtab_entry): Likewise.
2980 (delete_symtab_entry): Likewise.
2981 (create_index_table): Likewise.
2982 (create_mapped_symtab): Likewise.
2983 (cleanup_mapped_symtab): Likewise.
2984 (find_slot): Likewise.
2985 (hash_expand): Likewise.
2986 (add_index_entry): Likewise.
2987 (add_indices_to_cpool): Likewise.
2988 (write_hash_table): Likewise.
2989 (add_address_entry): Likewise.
2990 (write_psymbols): Likewise.
2991 (write_obstack): Likewise.
2992 (unlink_if_set): Likewise.
2993 (write_psymtabs_to_index): Likewise.
2994 (save_gdb_index_command): Likewise.
2995 (_initialize_dwarf2_read): Install "save gdb-index"
2996 command.
2997 (create_all_comp_units): Initialize 'objfile' field of CU.
2998 (dwarf2_locate_sections): Check for .gdb_index.
2999 * psymtab.h (dwarf2_gdb_index_functions): Declare.
3000 * symfile.h (dwarf2_initialize_objfile): Declare.
3001
3002 2010-07-13 Tom Tromey <tromey@redhat.com>
3003
3004 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3005 (basic_lookup_transparent_type): Likewise.
3006 * symfile.h (struct quick_symbol_functions)
3007 <pre_expand_symtabs_matching>: New field.
3008 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3009 (psym_functions): Update.
3010
3011 2010-07-13 Tom Tromey <tromey@redhat.com>
3012
3013 PR breakpoints/8357:
3014 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3015 * linespec.c (decode_line_1): Update comment. Call decode_label.
3016 (decode_label): New function.
3017 (symbol_found): Handle LOC_LABEL.
3018 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3019 domain. Call add_symbol_to_list.
3020
3021 2010-07-13 Tom Tromey <tromey@redhat.com>
3022
3023 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3024 * dwarf2loc.c (find_location_expression): Use
3025 dwarf2_per_cu_text_offset.
3026 (dwarf2_evaluate_loc_desc): Likewise.
3027 (dwarf2_loc_desc_needs_frame): Likewise.
3028 (compile_dwarf_to_ax): Likewise.
3029 (loclist_describe_location): Likewise.
3030 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3031 (dwarf2_per_cu_objfile): Update comment.
3032
3033 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3036 * p-lang.c (pascal_printstr): Likewise.
3037
3038 2010-07-09 Tom Tromey <tromey@redhat.com>
3039
3040 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3041 'hint' if it is NULL.
3042
3043 2010-07-09 Hui Zhu <teawater@gmail.com>
3044
3045 * source.c (print_source_lines_base): Add check for noprint.
3046
3047 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3048
3049 * python/python-config.py: Resync with Python 2.7 version of this
3050 script.
3051
3052 2010-07-08 Joel Brobecker <brobecker@adacore.com>
3053
3054 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3055
3056 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3057
3058 * NEWS: Create a new section for the next release branch.
3059 Rename the section of the current branch, now that it has
3060 been cut.
3061
3062 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3063
3064 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3065 * version.in: Bump version to 7.2.50.20100707-cvs.
3066
3067 2010-07-07 Tom Tromey <tromey@redhat.com>
3068
3069 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3070 LOC_COMPUTED symbol.
3071 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3072 (dwarf2_loc_desc_needs_frame): Likewise.
3073 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3074 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3075 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3076 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
3077 'offset' argument.
3078 (struct dwarf2_frame_cache) <text_offset>: New field.
3079 (dwarf2_frame_cache): Set new field.
3080 (dwarf2_frame_prev_register): Update.
3081 (dwarf2_frame_sniffer): Update.
3082 (dwarf2_frame_base_sniffer): Update.
3083 (dwarf2_frame_find_fde): Add 'out_offset' argument.
3084
3085 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3086 Thiago Jung Bauermann <bauerman@br.ibm.com>
3087
3088 Support for hw accelerated condition watchpoints in booke powerpc.
3089
3090 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3091 and move to eval.c. Change callers.
3092 (insert_bp_location): Pass watchpoint condition in
3093 target_insert_watchpoint.
3094 (remove_breakpoint_1) Pass watchpoint condition in
3095 target_remove_watchpoint.
3096 (watchpoint_locations_match): Call
3097 target_can_accel_watchpoint_condition.
3098 * eval.c: Include wrapper.h.
3099 (fetch_subexp_value): Moved from breakpoint.c.
3100 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3101 Formatting fix.
3102 (can_use_watchpoint_cond_accel): New function.
3103 (calculate_dvc): Likewise.
3104 (num_memory_accesses): Likewise.
3105 (check_condition): Likewise.
3106 (ppc_linux_can_accel_watchpoint_condition): Likewise
3107 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3108 check_condition and calculate_dvc.
3109 (ppc_linux_remove_watchpoint): Likewise.
3110 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3111 ppc_linux_can_accel_watchpoint_condition
3112 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3113 condition.
3114 (debug_to_remove_watchpoint): Likewise.
3115 (debug_to_can_accel_watchpoint_condition): New function.
3116 (update_current_target): Set to_can_accel_watchpoint_condition.
3117 (setup_target_debug): Set to_can_accel_watchpoint_condition.
3118 * target.h: Add opaque declaration for struct expression.
3119 (struct target_ops) <to_insert_watchpoint>,
3120 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3121 <to_can_accel_watchpoint_condition>: New member.
3122 condition. Update all callers and implementations.
3123 (target_can_accel_watchpoint_condition): New macro.
3124 * value.c (free_value_chain): New function.
3125 * value.h (fetch_subexp_value): New prototype.
3126 (free_value_chain): Likewise.
3127
3128 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
3129
3130 * linux-nat.c (linux_nat_do_thread_registers): Use section size
3131 from gdbarch_core_regset_sections also for .reg if present.
3132
3133 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3134 section size for .reg.
3135 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3136 (ppc_linux_vmx_regset_sections): Likewise.
3137 (ppc_linux_fp_regset_sections): Likewise.
3138 (ppc64_linux_vsx_regset_sections): New variable.
3139 (ppc64_linux_vmx_regset_sections): Likewise.
3140 (ppc64_linux_fp_regset_sections): Likewise.
3141 (ppc_linux_init_abi): Install core_regset_section lists appropriate
3142 for current word size.
3143
3144 2010-07-06 Joel Brobecker <brobecker@adacore.com>
3145
3146 * server.c (myresume): Make static.
3147
3148 2010-07-06 Tom Tromey <tromey@redhat.com>
3149
3150 * configure, config.in: Rebuild.
3151 * configure.ac (HAVE_LIBPYTHON2_7): New define.
3152 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3153
3154 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3155
3156 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3157 "clear".
3158
3159 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
3160
3161 * gdbtypes.h (floatformats_ieee_half): Add declaration.
3162 * gdbtypes.c (floatformats_ieee_half): New variable.
3163 * doublest.c (floatformat_from_length): Set format to
3164 gdbarch_half_format if length matches.
3165 * gdbarch.sh (half_bit): New architecture method.
3166 (half_format): Likewise.
3167 * gdbarch.h: Regenerate.
3168 * gdbarch.c: Likewise.
3169
3170 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3171 Joel Brobecker <brobecker@adacore.com>
3172
3173 Fix re-run of PIE executable, PR shlibs/11776.
3174 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3175 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3176
3177 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3178 Joel Brobecker <brobecker@adacore.com>
3179
3180 * auxv.c (memory_xfer_auxv): Update attach comment.
3181 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3182 svr4_relocate_main_executable.
3183 (svr4_solib_create_inferior_hook): Make the call to
3184 svr4_relocate_main_executable unconditional.
3185
3186 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3187 Joel Brobecker <brobecker@adacore.com>
3188
3189 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3190
3191 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3192 Joel Brobecker <brobecker@adacore.com>
3193
3194 Fix attaching to PIEs prelinked on the disk after the process was
3195 started.
3196 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3197 Verify it against bfd_get_arch_size. Try to match arbitrary
3198 displacement for the phdrs comparison.
3199
3200 2010-07-02 Tom Tromey <tromey@redhat.com>
3201
3202 PR exp/11780:
3203 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3204 value as optimized-out.
3205
3206 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3207 Thiago Jung Bauermann <bauerman@br.ibm.com>
3208
3209 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3210 represent?" question in comment. Change comment to a proper sentence.
3211
3212 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3213
3214 * c-valprint.c (c_val_print): Fix printing of character vectors.
3215
3216 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3219 create_breakpoint prototype.
3220
3221 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3222
3223 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3224 usefulness suggestion of multiple breakpoints at same location.
3225
3226 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3227
3228 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3229
3230 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3231
3232 * dwarf2loc.c (locexpr_tracepoint_var_ref)
3233 (loclist_tracepoint_var_ref): Handle optimized out values.
3234
3235 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3236
3237 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3238 unnecessary space in string.
3239 * filesystem.c (_initialize_filesystem): Ditto.
3240 * frame.c (_initialize_frame): Ditto.
3241 * infcmd.c (step_once): Ditto.
3242 * infrun.c (_initialize_infrun): Ditto.
3243 * linux-nat.c (linux_child_follow_fork): Ditto.
3244 * maint.c (maintenance_deprecate): Ditto.
3245 * memattr.c (_initialize_mem): Ditto.
3246 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3247 * monitor.c (monitor_open): Ditto.
3248 * procfs.c (procfs_xfer_memory): Ditto.
3249 * reverse.c (bookmarks_info): Ditto.
3250 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3251 * stack.c (_initialize_stack): Ditto.
3252 * tracepoint.c (_initialize_tracepoint): Ditto.
3253 * xtensa-tdep.c (xtensa_supply_gregset,
3254 xtensa_regset_from_core_section): Ditto.
3255
3256 2010-07-01 Tom Tromey <tromey@redhat.com>
3257
3258 * value.h (struct lval_funcs) <check_any_valid>: Rename from
3259 check_all_valid.
3260 * value.c (value_entirely_optimized_out): Invert result. Update
3261 for new function name.
3262
3263 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3264
3265 Static tracepoints support.
3266
3267 * NEWS: Mention new support for static tracepoints.
3268 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3269 qXfer:statictrace:read.
3270 (New features in the GDB remote stub, GDBserver): Mention static
3271 tracepoints support using an UST based backend.
3272 (New commands): Mention "info static-tracepoint-markers" and
3273 "strace".
3274 * breakpoint.c (is_marker_spec): New.
3275 (is_tracepoint): Handle static tracepoints.
3276 (validate_commands_for_breakpoint): Static tracepoints can't do
3277 while-stepping.
3278 (static_tracepoints_here): New.
3279 (bpstat_what): Handle static tracepoints.
3280 (print_one_breakpoint_location, allocate_bp_location, mention):
3281 Ditto.
3282 (create_breakpoint_sal): Ditto.
3283 (decode_static_tracepoint_spec): New.
3284 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3285 `type_wanted'. Adjust. Handle static tracepoint marker
3286 locations.
3287 (break_command_1): Adjust.
3288 (update_static_tracepoint): New.
3289 (update_breakpoint_locations): Handle static tracepoints.
3290 (breakpoint_re_set_one): Handle static tracepoint marker
3291 locations.
3292 (disable_command, enable_command): Handle static tracepoints.
3293 (trace_command, ftrace_command): Adjust.
3294 (strace_command): New.
3295 (create_tracepoint_from_upload): Adjust.
3296 (save_breakpoints): Handle static tracepoints.
3297 (_initialize_breakpoint): Install the "strace" command.
3298 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3299 (struct breakpoint): New fields static_trace_marker_id and
3300 static_trace_marker_id_idx.
3301 (breakpoints_here_p): Declare.
3302 (create_breakpoint): Adjust.
3303 (static_tracepoints_here): Declare.
3304 * remote.c (struct remote_state) <static_tracepoints>: New field.
3305 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3306 (remote_static_tracepoint_marker_at): New.
3307 (remote_static_tracepoint_markers_by_strid): New.
3308 (remote_static_tracepoint_feature): New.
3309 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3310 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3311 (remote_supports_static_tracepoints): New.
3312 (remote_download_tracepoint): Download static tracepoints.
3313 (init_remote_ops): Install remote_static_tracepoint_marker_at and
3314 remote_static_tracepoint_markers_by_strid.
3315 (_initialize_remote): Install set|show remote static-tracepoints,
3316 and set|show remote read-sdata-object commands.
3317 * target.c (update_current_target): Inherit and default
3318 to_static_tracepoint_marker_at, and
3319 to_static_tracepoint_markers_by_strid.
3320 * target.h (static_tracepoint_marker): Forward declare.
3321 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3322 (static_tracepoint_marker_p): New typedef.
3323 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3324 (struct target_ops): New fields to_static_tracepoint_marker_at and
3325 to_static_tracepoint_markers_by_strid.
3326 (target_static_tracepoint_marker_at)
3327 (target_static_tracepoint_markers_by_strid): New.
3328 * tracepoint.c: Include source.h.
3329 (validate_actionline): Handle $_sdata.
3330 (struct collection_list): New field strace_data.
3331 (add_static_trace_data): New.
3332 (clear_collection_list): Clear strace_data.
3333 (stringify_collection_list): Account for a possible static trace
3334 data collection.
3335 (encode_actions_1): Encode an $_sdata collection.
3336 (parse_tracepoint_definition): Handle static tracepoints.
3337 (parse_static_tracepoint_marker_definition): New.
3338 (release_static_tracepoint_marker): New.
3339 (print_one_static_tracepoint_marker): New.
3340 (info_static_tracepoint_markers_command): New.
3341 (sdata_make_value): New.
3342 (_initialize_tracepoint): Create the $_sdata convenience variable.
3343 Add the "info static-tracepoint-markers" command.
3344 Mention $_sdata in the "collect" command's help output.
3345 * tracepoint.h (struct static_tracepoint_marker): New.
3346 (parse_static_tracepoint_marker_definition)
3347 (release_static_tracepoint_marker): Declare.
3348 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3349 * python/py-breakpoint.c (bppy_new): Adjust.
3350
3351 2010-06-30 Joel Brobecker <brobecker@adacore.com>
3352
3353 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3354 including Python.h.
3355
3356 2010-06-29 Doug Evans <dje@google.com>
3357
3358 PR gdb/11702
3359 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3360 DW_AT_external is present.
3361
3362 PR gdb/11702
3363 * NEWS: Add entry.
3364 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3365 create a symbol for the field and record the value.
3366 (new_symbol): Handle DW_TAG_member.
3367 * gdbtypes.c (field_is_static): Remove FIXME.
3368 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3369 only ignore LOC_CONST symbols that are enums.
3370
3371 * dwarf2read.c: Remove trailing whitespace.
3372
3373 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3374 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3375 (struct main_type, field loc): Delete dwarf_block.
3376 (FIELD_DWARF_BLOCK): Delete.
3377 (SET_FIELD_DWARF_BLOCK): Delete.
3378 (TYPE_FIELD_DWARF_BLOCK): Delete.
3379 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3380 Update.
3381
3382 2010-06-29 Hui Zhu <teawater@gmail.com>
3383
3384 * record.c (set_record_pic_cmdlist,
3385 show_record_pic_cmdlist): New variables.
3386 (set_record_pic_command,
3387 show_record_pic_command): New functions.
3388 (record_pic_function, record_pic_line, record_pic_enum,
3389 set_record_pic_type, record_pic_hide_nofunction,
3390 record_pic_hide_nosource, record_pic_hide_same): New variables.
3391 (record_pic_fputs): New function.
3392 (function_list, node_list, edge_list): New struct.
3393 (function_list, node_list, edge_list): New variables.
3394 (record_pic_cleanups, record_pic_node,
3395 record_pic_edge, cmd_record_pic): New functions.
3396 (_initialize_record): Add new commands for record pic.
3397
3398 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3399
3400 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3401 ALLOCATE_CPLUS_STRUCT_TYPE.
3402
3403 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3404 Tom Tromey <tromey@redhat.com>
3405 Thiago Jung Bauermann <bauerman@br.ibm.com>
3406
3407 * value.c (pack_unsigned_long): New function.
3408 (value_from_ulongest): New function.
3409 * value.h (value_from_ulongest): Declare.
3410 * python/python.c (_initialize_python): Call
3411 gdbpy_initialize_thread and gdbpy_initialize_inferior.
3412 * python/python-internal.h: Define thread_object.
3413 (gdbpy_inferiors, gdbpy_selected_thread)
3414 (frame_info_to_frame_object, create_thread_object)
3415 (find_thread_object, find_inferior_object)
3416 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3417 (gdbpy_is_value_object, get_addr_from_python): Declare.
3418 * python/py-value.c (builtin_type_upylong): Define.
3419 (convert_value_from_python): Add logic for ulongest.
3420 (gdbpy_is_value_object): New function.
3421 * python/py-utils.c (get_addr_from_python): New function.
3422 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3423 (gdbpy_selected_frame): Use PyObject over frame_info.
3424 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3425 py-infthread.
3426 (SUBDIR_PYTHON_SRCS): Likewise.
3427 (py-inferior.o): New Rule.
3428 (py-infthread.o): New Rule.
3429 * python/py-inferior.c: New File.
3430 * python/py-infthread.c: New File.
3431
3432 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3433
3434 * c-typeprint.c (c_type_print_base): For no fields check include also
3435 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
3436 * dwarf2read.c (struct typedef_field_list)
3437 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3438 (dwarf2_add_typedef): New.
3439 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3440 Copy also FI.TYPEDEF_FIELD_LIST.
3441 * gdbtypes.h (struct typedef_field)
3442 (struct cplus_struct_type) <typedef_field, typedef_field_count>
3443 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3444 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3445
3446 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3447
3448 * cp-namespace.c (cp_lookup_nested_type): New variable
3449 concatenated_name. Turn the current return condition into a reverse
3450 one. Call also lookup_static_symbol_aux on the constructed qualified
3451 name.
3452 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3453 other files into a called ...
3454 (lookup_static_symbol_aux): ... new function here.
3455 * symtab.h (lookup_static_symbol_aux): New prototype.
3456 * valops.c (value_maybe_namespace_elt): Call also
3457 lookup_static_symbol_aux if we failed otherwise.
3458
3459 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 Fix PR c++/11703 and PR gdb/1448.
3462 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3463 FIRST_ITER check.
3464
3465 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3466
3467 Fix modification of cplus_struct_default.
3468 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3469 Call ALLOCATE_CPLUS_STRUCT_TYPE.
3470 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3471
3472 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3473
3474 * NEWS: Add entry announcing the python directory.
3475
3476 2010-06-28 Tom Tromey <tromey@redhat.com>
3477
3478 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3479
3480 2010-06-28 Doug Evans <dje@google.com>
3481
3482 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3483 All callers updated.
3484
3485 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3486
3487 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3488 obstack_begin after each obstack_free.
3489
3490 2010-06-27 Doug Evans <dje@google.com>
3491
3492 * value.c (value_static_field): Use `switch' instead of `if'.
3493 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3494
3495 * valops.c (search_struct_field): Fix typo in error message.
3496
3497 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
3498
3499 * dwarf2expr.c (execute_stack_op): Place preprocessor
3500 directives at the start of the source line.
3501
3502 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3503
3504 * defs.h (make_command_stats_cleanup): Declare.
3505 (set_display_time): Declare.
3506 (set_display_space): Declare.
3507 * event-top.c (command_handler): Use make_command_stats_cleanup.
3508 * main.c (display_time, display_space): Move definitions to utils.c.
3509 (captured_main): Use make_command_stats_cleanup to get start-up
3510 statistics.
3511 Use set_display_time and set_display_space for processing OPT_STATISTICS
3512 case.
3513 * maint.c (maintenance_time_display): Use set_display_time.
3514 (maintenance_space_display): Use set_display_space.
3515 * top.c (execute_command): Remove obsolete 'maint time' code.
3516 (command_loop): Use make_command_stats_cleanup.
3517 * utils.c (struct cmd_stats): Structure for storing initial time
3518 and space usage.
3519 (display_time, display_space): Move definitions here from utils.c.
3520 (set_display_time): New function.
3521 (set_display_space): New function.
3522 (make_command_stats_cleanup): New function.
3523 (report_command_stats): New auxiliary function for
3524 make_command_stats_cleanup.
3525
3526 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3527
3528 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3529 hosts where CORE_ADDR is long long.
3530
3531 2010-06-25 Tom Tromey <tromey@redhat.com>
3532
3533 PR python/10808:
3534 * python/python.c (execute_gdb_command): Add keywords. Accept
3535 "to_string" argument.
3536 (struct restore_ui_file_closure): New.
3537 (restore_ui_file): New function.
3538 (make_cleanup_restore_ui_file): Likewise.
3539 (GdbMethods) <execute>: Update.
3540
3541 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3542
3543 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3544 during inferior call stack frame setup.
3545
3546 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
3547
3548 * solib-spu.c: Include "exception.h".
3549 (ocl_program_data_key): New variable.
3550 (append_ocl_sos): New function.
3551 (ocl_enable_break): Likewise.
3552 (spu_current_sos): Call append_ocl_sos.
3553 (spu_solib_loaded): Call ocl_enable_break.
3554 (_initialize_spu_solib): Register ocl_program_data_key.
3555
3556 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3557
3558 * cp-support.c (reset_directive_searched): New function.
3559 (make_symbol_overload_list_using): Prevent recursive calls.
3560
3561 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
3562
3563 * printcmd.c (print_variable_and_value): Print error message on
3564 caught exception.
3565
3566 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
3567
3568 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3569 of stack values.
3570 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
3571 "value" member.
3572 (dwarf_expr_push): Change input type to ULONGEST.
3573 (dwarf_expr_fetch): Change return type to ULONGEST.
3574 (dwarf_expr_fetch_address): Add prototype.
3575 (dwarf2_read_address): Remove prototype.
3576 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3577 Truncate stack values to ctx->addr_size bytes.
3578 (dwarf_expr_fetch): Change return value to ULONGEST.
3579 (dwarf_expr_fetch_address): New function.
3580 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3581 when appropriate. Update for struct dwarf_expr_piece changes.
3582 (dwarf2_read_address): Remove.
3583 (unsigned_address_type): Remove.
3584 (signed_address_type): Remove.
3585 (execute_stack_op): Use dwarf_expr_fetch_address instead of
3586 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
3587 values. Perform operations on ULONGEST instead of on GDB values,
3588 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
3589 values and DW_OP_deref results as unsigned integers.
3590 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3591 changes.
3592 (write_pieced_value): Likewise.
3593 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3594 dwarf_expr_fetch when appropriate.
3595 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3596 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3597 instead of dwarf_expr_fetch when appropriate.
3598
3599 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
3600
3601 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3602
3603 2010-06-24 Joel Brobecker <brobecker@adacore.com>
3604
3605 * python/python.c (_initialize_python): Add new "constant"
3606 PYTHONDIR in gdb module. Insert this path at the head of
3607 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3608 exec its __init__.py script if it exists in that directory.
3609
3610 2010-06-24 Kevin Buettner <kevinb@redhat.com>
3611
3612 * rx-tdep.c (RX_ACC_REGNUM): Define.
3613 (RX_NUM_REGS): Redefine to 26.
3614 (rx_register_name): Add register "acc". Change order of several
3615 registers. Change name of "vct" register to "fintv" to match RX
3616 documentation.
3617 (rx_register_type): Add case for RX_ACC_REGNUM.
3618
3619 2010-06-24 Tom Tromey <tromey@redhat.com>
3620
3621 * psymtab.c (lookup_partial_symbol): Mark definition as static.
3622
3623 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3624 Tom Tromey <tromey@redhat.com>
3625
3626 Fix GDB startup on readonly filesystem.
3627 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3628
3629 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3630 Pedro Alves <pedro@codesourcery.com>
3631
3632 Fix PR 9436.
3633 * breakpoint.c (handle_jit_event): New function.
3634 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3635 jit, err, table and bs_class. New variables shlib_event, jit_event,
3636 this_action and bptype. Change bs_class assignments to this_action
3637 assignments. new unhandled bptype internal error. Move here
3638 shlib_event and jit_event handling from handle_inferior_event.
3639 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3640 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
3641 BPSTAT_WHAT_CHECK_JIT.
3642 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3643 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3644 (handle_inferior_event): Reinitialize frame and gdbarch after
3645 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
3646 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
3647 gdbarch when frame gets reinitialized.
3648
3649 2010-06-24 Hui Zhu <teawater@gmail.com>
3650
3651 * printcmd.c (ui_printf): New function.
3652 (printf_command): Call ui_printf.
3653 (_initialize_printcmd): New command "eval".
3654
3655 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
3656
3657 * infrun.c (handle_inferior_event): Handle presence of single-step
3658 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3659 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3660 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3661 * breakpoint.c (detach_single_step_breakpoints): New function.
3662 (detach_breakpoints): Call it.
3663 (cancel_single_step_breakpoints): New function.
3664 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3665
3666 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3667 (spu_gdbarch_init): Install it.
3668
3669 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3670
3671 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3672 * configure: Regenerate.
3673
3674 2010-06-22 Hui Zhu <teawater@gmail.com>
3675
3676 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3677 (i386_process_record): Ditto.
3678 * record.c (record_memory_query): New variable.
3679 (_initialize_record): New command "set record memory-query".
3680 * record.h (record_memory_query): New extern.
3681
3682 2010-06-21 Doug Evans <dje@google.com>
3683
3684 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3685 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3686 (i386_syscall_p): Change type of lengthp to int.
3687 (i386_displaced_step_fixup): Handle kernels that run one past a
3688 syscall insn.
3689 * i386-linux-tdep.c (i386_linux_init_abi): Use
3690 i386_displaced_step_copy_insn instead of
3691 simple_displaced_step_copy_insn.
3692
3693 2010-06-21 Tom Tromey <tromey@redhat.com>
3694
3695 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3696 (dwarf_type_encoding_name): Likewise.
3697
3698 2010-06-21 Tom Tromey <tromey@redhat.com>
3699
3700 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3701 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3702 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3703 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3704 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3705 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3706 * dwarf2read.c (tag_type_to_type): Create a new error type on
3707 failure.
3708 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3709 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3710
3711 2010-06-21 Michael Snyder <msnyder@vmware.com>
3712
3713 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
3714 not add_abbrev_prefix_cmd, for "enable breakpoints".
3715
3716 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
3717
3718 * dwarf2loc.c (find_location_expression): Add relocation offset
3719 to base-address-selection entry base addresses. Read addresses
3720 (and offsets) as signed/unsigned integers, depending on the
3721 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
3722 (loclist_describe_location): Likewise.
3723 (disassemble_dwarf_expression): Read DW_OP_addr operand as
3724 unsigned integer. Do not call dwarf2_read_address.
3725 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3726
3727 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3728
3729 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3730 value instead of hard-coded SPU_LS_SIZE.
3731 (spu_software_single_step): Likewise.
3732 * spu-tdep.h (SPU_LS_SIZE): Remove.
3733
3734 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3735
3736 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3737 limit on local store memory accesses.
3738 * spu-linux-nat.c (spu_xfer_partial): Likewise.
3739 * spu-tdep.c (spu_lslr): Remove.
3740 (spu_pointer_to_address): Do not truncate addresses.
3741 (spu_integer_to_address): Likewise.
3742 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3743 * spu-tdep.h: Add comments.
3744 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3745 (SPU_OVERLAY_LMA): Define.
3746
3747 2010-06-18 Stan Shebs <stan@codesourcery.com>
3748
3749 * osdata.c (get_osdata): Warn separately if target does not report
3750 type list.
3751 (info_osdata_command): Allow empty type, report error if target
3752 does not return available types of OS data.
3753 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3754 types if no annex supplied.
3755
3756 * thread.c (thread_id_make_value): Make a value representing the
3757 current thread.
3758 (_initialize_thread): Create $_thread.
3759
3760 2010-06-17 Joel Brobecker <brobecker@adacore.com>
3761
3762 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3763 last local variable declaration. No real code change.
3764
3765 2010-06-17 Tom Tromey <tromey@redhat.com>
3766
3767 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3768 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
3769 temporary obstack.
3770
3771 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
3772 Jan Kratochvil <jan.kratochvil@redhat.com>
3773
3774 * breakpoint.c: Include parser-defs.h.
3775 (watchpoint_exp_is_const): New function.
3776 (watch_command_1): Call watchpoint_exp_is_const to check
3777 if the expression is constant.
3778
3779 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
3780
3781 * configure.ac: Check for RDYNAMIC also for cross builds.
3782 * configure: Regenerate.
3783
3784 2010-06-15 Pedro Alves <pedro@codesourcery.com>
3785
3786 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3787 (SFILES): Remove solib-null.c, add solib-target.c.
3788 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3789 (ALLDEPFILES): Remove solib-target.c.
3790 * solib-target.c (_initialize_solib_target): Set
3791 current_target_so_ops to solib_target_so_ops if not already set.
3792 * solib-null.c: Delete.
3793
3794 2010-06-14 Pedro Alves <pedro@codesourcery.com>
3795
3796 * NEWS: Mention GDBserver's JIT compilation of tracepoint
3797 bytecode.
3798
3799 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3800
3801 * cp-valprint.c (cp_print_static_field): Members of
3802 dont_print_stat_array_obstack are of type "struct type *".
3803 (_initialize_cp_valprint): Likewise.
3804
3805 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3806
3807 * frame.c (frame_register_unwind): Do not access contents
3808 of "optimized out" unwound register value.
3809
3810 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * ada-lang.h (ada_print_type): Make varstring const.
3813 * ada-typeprint.c (print_func_type): Make name const.
3814 (ada_print_type): Make varstring const.
3815 * c-lang.h (c_print_type): Make varstring const.
3816 * c-typeprint.c (c_print_type): Likewise.
3817 * f-lang.h (f_print_type): Likewise.
3818 * f-typeprint.c (f_print_type): Likewise.
3819 * jv-lang.h (java_print_type): Likewise.
3820 * jv-typeprint.c (java_print_type): Likewise.
3821 * language.c (unk_lang_print_type): Likewise.
3822 * language.h (struct language_defn) <la_print_type>: Likewise.
3823 * m2-lang.h (m2_print_type): Likewise.
3824 * m2-typeprint.c (m2_print_type): Likewise.
3825 * p-lang.h (pascal_print_type): Likewise.
3826 * p-typeprint.c (pascal_print_type): Likewise.
3827
3828 2010-06-11 Stan Shebs <stan@codesourcery.com>
3829
3830 Add per-operation permission flags.
3831
3832 * target.h (struct target_ops): New method to_set_permissions.
3833 (target_set_permissions): New macro.
3834 (target_insert_breakpoint): Change macro to function.
3835 (target_remove_breakpoint): Ditto.
3836 (target_stop): Ditto.
3837 (may_write_registers): Declare.
3838 (may_write_memory): Declare.
3839 (may_insert_breakpoints): Declare.
3840 (may_insert_tracepoints): Declare.
3841 (may_insert_fast_tracepoints): Declare.
3842 (may_stop): Declare.
3843 * target.c (may_write_registers, may_write_registers_1): New globals.
3844 (may_write_memory, may_write_memory_1): New globals.
3845 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3846 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3847 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3848 globals.
3849 (may_stop, may_stop_1): New global.
3850 (target_xfer_partial): Test for write permission.
3851 (target_store_registers): Ditto.
3852 (target_insert_breakpoint): New function.
3853 (target_remove_breakpoint): New function.
3854 (target_stop): New function.
3855 (_initialize_targets): Add new set/show variables.
3856 (set_write_memory_permission): New function.
3857 (update_target_permissions): New function.
3858 (set_target_permissions): New function.
3859 (update_current_target): Default to_set_permissions.
3860 (_initialize_targets): Use new globals and setter function.
3861 * tracepoint.c (start_tracing): Test for permission.
3862 * inferior.h (update_observer_mode): Declare.
3863 * infrun.c (non_stop_1): Define earlier.
3864 (observer_mode, observer_mode_1): New globals.
3865 (set_observer_mode, show_observer_mode): New functions.
3866 (update_observer_mode): New function.
3867 (_initialize_infrun): Define "set observer" command.
3868 * remote.c (PACKET_QAllow): New optional packet.
3869 (remote_protocol_features): Add QAllow.
3870 (remote_set_permissions): New function.
3871 (remote_start_remote): Call it.
3872 (init_remote_ops): Add it to target vector.
3873 (_initialize_remote): Add config command for QAllow.
3874
3875 2010-06-11 Tom Tromey <tromey@redhat.com>
3876
3877 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3878 DW_AT_vtable_elem_location even when GCC extension is seen.
3879
3880 2010-06-11 Tom Tromey <tromey@redhat.com>
3881
3882 PR gdb/9977, PR exp/11636:
3883 * value.h (value_offset): Update.
3884 (struct lval_funcs) <check_validity>: New field.
3885 <copy_closure>: Make argument const.
3886 (value_computed_closure): Update.
3887 (value_contents_for_printing): Declare.
3888 (value_bits_valid): Likewise.
3889 (val_print): Likewise.
3890 (set_value_component_location): Update.
3891 (value_entirely_optimized_out): Declare.
3892 * value.c (value_offset): Argument now const.
3893 (require_not_optimized_out): New function.
3894 (value_contents_for_printing): New function.
3895 (value_contents_all): Call require_not_optimized_out.
3896 (value_contents): Likewise.
3897 (value_bits_valid): New function.
3898 (value_computed_closure): Argument now const.
3899 (set_value_component_location): Make 'whole' argument const.
3900 (value_entirely_optimized_out): New function.
3901 (value_bitsize): Argument now 'const'.
3902 (value_bitpos): Likewise.
3903 (value_type): Likewise.
3904 * valprint.h (val_print_array_elements): Update.
3905 * valprint.c (val_print): Add 'val' argument. Use
3906 valprint_check_validity.
3907 (valprint_check_validity): New function.
3908 (value_check_printable): Use value_entirely_optimized_out.
3909 (common_val_print): Update.
3910 (value_print): Likewise.
3911 (val_print_array_elements): Add 'val' argument.
3912 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
3913 value_bits_valid. Reinit frame cache for lval_computed.
3914 * sh64-tdep.c (sh64_do_register): Update.
3915 * scm-valprint.c (scm_val_print): Add 'val' argument.
3916 * scm-lang.h (scm_val_print): Update.
3917 * python/python.h (apply_val_pretty_printer): Update.
3918 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
3919 argument. Call set_value_component_location.
3920 * printcmd.c (print_scalar_formatted): Update.
3921 * p-valprint.c (pascal_val_print): Add 'val' argument.
3922 (pascal_object_print_value_fields): Likewise.
3923 (pascal_object_print_value): Likewise.
3924 (pascal_object_print_static_field): Update.
3925 * p-lang.h (pascal_val_print): Update.
3926 (pascal_object_print_value_fields): Update.
3927 * mt-tdep.c (mt_registers_info): Update.
3928 * mi/mi-main.c (get_register): Update.
3929 (mi_cmd_data_evaluate_expression): Use common_val_print.
3930 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
3931 (m2_print_unbounded_array): Likewise.
3932 (m2_val_print): Likewise.
3933 * m2-lang.h (m2_val_print): Update.
3934 * language.h (struct language_defn) <la_val_print>: Add 'val'
3935 argument.
3936 (LA_VAL_PRINT): Likewise.
3937 * language.c (unk_lang_val_print): Add 'val' argument.
3938 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
3939 (java_val_print): Likewise.
3940 * jv-lang.h (java_val_print): Add 'val' argument.
3941 * infcmd.c (default_print_registers_info): Update.
3942 * f-valprint.c (f77_print_array_1): Add 'val' argument.
3943 (f77_print_array): Likewise.
3944 (f_val_print): Likewise.
3945 * f-lang.h (f_val_print): Add 'val' argument.
3946 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
3947 value_bitpos.
3948 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
3949 set_value_optimized_out.
3950 (write_pieced_value): Use value_bitsize and value_bitpos.
3951 <default>: Don't exit loop.
3952 (check_pieced_value_validity): New function.
3953 (pieced_value_funcs): Reference check_pieced_value_validity,
3954 check_pieced_value_invalid.
3955 (copy_pieced_value_closure): Update.
3956 (check_pieced_value_bits): New function.
3957 (check_pieced_value_invalid): New function.
3958 * d-valprint.c (dynamic_array_type): Add 'val' argument.
3959 (d_val_print): Likewise.
3960 * d-lang.h (d_val_print): Update.
3961 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
3962 (cp_print_value_fields_rtti): Likewise.
3963 (cp_print_value): Likewise.
3964 (cp_print_static_field): Update.
3965 * c-valprint.c (c_val_print): Add 'val' argument.
3966 (c_value_print): Update.
3967 * c-lang.h (c_val_print): Update.
3968 (cp_print_value_fields): Likewise.
3969 (cp_print_value_fields_rtti): Likewise.
3970 * ada-valprint.c (struct ada_val_print_args): Remove.
3971 (val_print_packed_array_elements): Add 'val' argument.
3972 (ada_val_print): Likewise. Rewrite.
3973 (ada_val_print_stub): Remove.
3974 (ada_val_print_array): Add 'val' argument.
3975 (ada_val_print_1): Likewise.
3976 (print_variant_part): Likewise.
3977 (ada_value_print): Update.
3978 (print_record): Add 'val' argument.
3979 (print_field_values): Likewise.
3980 * ada-lang.h (ada_val_print): Update.
3981
3982 2010-06-11 Tom Tromey <tromey@redhat.com>
3983
3984 * vec.h (VEC_cleanup): New macro.
3985 (DEF_VEC_ALLOC_FUNC_I): Update.
3986 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3987 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3988 * dwarf2loc.c (struct axs_var_loc): Remove.
3989 (unimplemented): New function.
3990 (translate_register): Likewise.
3991 (access_memory): Likewise.
3992 (compile_dwarf_to_ax): Likewise.
3993 (dwarf2_tracepoint_var_loc): Remove.
3994 (dwarf2_tracepoint_var_access): Likewise.
3995 (dwarf2_tracepoint_var_ref): Likewise.
3996 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
3997 (loclist_tracepoint_var_ref): Likewise.
3998 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
3999 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4000 require_composition. No longer static.
4001 (execute_stack_op): Update.
4002 * ax-gdb.h (trace_kludge): Declare.
4003
4004 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4007 (should_be_inserted): Return zero also on NULL OWNER.
4008 (breakpoint_program_space_exit): New OWNER comment.
4009 (insert_breakpoint_locations): Extend comment for OWNER.
4010 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4011 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4012 New OWNER comment.
4013 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4014 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4015 (bpstat_check_location): New assert on OWNER.
4016 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4017 and B initializations to the code block. New assert on them.
4018 (print_one_breakpoint_location): New OWNER comment.
4019 (watchpoint_locations_match): Assert on OWNER.
4020 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4021 initializations to the code block. New assert on OWNER.
4022 (set_breakpoint_location_function): New assert on OWNER.
4023 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4024 (bp_location_compare, update_global_location_list)
4025 (update_global_location_list): New OWNER comment.
4026
4027 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4028
4029 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4030
4031 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4032
4033 * config/nm-linux.h (struct target_ops): Remove forward declaration.
4034 (lin_thread_get_thread_signals): Remove prototype.
4035 (GET_THREAD_SIGNALS): Remove.
4036 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4037 * linux-thread-db.c (check_thread_signals): Directly call
4038 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4039
4040 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
4041
4042 * gregset.h (GDB_FPXREGSET_T): Remove.
4043 (gdb_fpxregset_t): Likewise.
4044 (supply_fpxregset): Remove prototype.
4045 (fill_fpxregset): Likewise.
4046 * i386-linux-nat.c (supply_fpxregset): Remove.
4047 (fill_fpxregset): Likewise.
4048 (fetch_fpxregs): Inline supply_fpxregset call.
4049 (store_fpxregs): Inline fill_fpxregset call.
4050
4051 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4052 * config/i386/nm-linux.h: Remove file.
4053
4054 2010-06-09 Michael Snyder <msnyder@vmware.com>
4055
4056 * target.c (update_current_target): Fix spelling error in comment.
4057 (target_mourn_inferior): Fix spelling error in error message.
4058
4059 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
4060
4061 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4062 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4063
4064 2010-06-08 Michael Snyder <msnyder@vmware.com>
4065
4066 * remote.c (remote_close): Set inferior_ptid to null_ptid.
4067
4068 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * configure.ac <"${have_libpython}" != no>: New workaround of
4071 python#4434.
4072 * configure: Regenerate.
4073
4074 2010-06-08 Hui Zhu <teawater@gmail.com>
4075
4076 * record.c (record_wait): Move signal out of replay code.
4077
4078 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4079
4080 Fix PR 10640.
4081 * dwarf2-frame.c (no_dwarf_call): New function.
4082 (execute_stack_op): Set CTX->DWARF_CALL.
4083 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4084 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4085 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4086 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4087 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4088 (needs_frame_dwarf_call): New function.
4089 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4090 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4091 Update the comment. Move variables die, offset and error call to ...
4092 (follow_die_ref): ... a new function.
4093 (dwarf2_fetch_die_location_block): New function.
4094 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4095
4096 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4099 (dwarf_expr_tls_address): Use per_cu instead of objfile.
4100 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4101 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
4102 this change.
4103 (struct needs_frame_baton): New field per_cu.
4104 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4105 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4106
4107 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4108
4109 * cp-support.c (make_symbol_overload_list_namespace): Only search
4110 static and global blocks.
4111 (make_symbol_overload_list_block): New function.
4112 (make_symbol_overload_list): Separate namespace search from block
4113 search.
4114 (make_symbol_overload_list_qualified): Use
4115 make_symbol_overload_list_block.
4116
4117 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4118
4119 * value.h: Created oload_search_type enum.
4120 (find_overload_match): Use oload_search_type enum.
4121 * valops.c (find_overload_match): Support combined member and
4122 non-member search.
4123 * eval.c (evaluate_subexp_standard): Calls to
4124 find_overload_match now use oload_search_type enum.
4125 (oload_method_static): Verify index is a proper value.
4126 * valarith.c (value_user_defined_cpp_op): Search for and handle
4127 both member and non-member operators.
4128 (value_user_defined_cpp_op): New function.
4129 (value_user_defined_op): New function.
4130 (value_x_unop): Use value_user_defined_op.
4131 (value_x_binop): Ditto.
4132 * cp-support.c (make_symbol_overload_list_using): Added block
4133 iteration.
4134 Add check for namespace aliases and imported declarations.
4135
4136 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4137
4138 * breakpoint.h (owner): Extend the comment.
4139
4140 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4141
4142 Clear stale specific bp_location from former whole breakpoint.
4143 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4144 code ...
4145 (free_bp_location): ... here. Rename there the called function to
4146 bpstat_remove_bp_location_callback.
4147 (bpstat_remove_breakpoint_callback): Rename to ...
4148 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4149 to struct bp_location. Change the called function to
4150 bpstat_remove_bp_location. Create new declaration for the function.
4151 (bpstat_remove_breakpoint): Rename to ...
4152 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4153 code for the new parameter type.
4154
4155 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
4156
4157 * README: Make version-agnostic.
4158
4159 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 Fix duplicate types for single DIE.
4162 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4163 set_die_type.
4164 (read_array_type): Remove type initialization. Recheck get_die_type
4165 after initial die_type. Move set_die_type before set_descriptive_type.
4166 (read_set_type): New variable domain_type. Recheck get_die_type after
4167 initial die_type. Move attr initialization later.
4168 (read_tag_pointer_type, read_tag_reference_type): New variable
4169 target_type. Recheck get_die_type after initial die_type.
4170 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4171 die_type and die_containing_type.
4172 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4173 Recheck get_die_type after initial die_type.
4174 (read_subrange_type): Recheck get_die_type after initial die_type.
4175 Move set_die_type before set_descriptive_type.
4176 (set_die_type): Extend the function comment. Call complaint if DIE has
4177 some type already set.
4178
4179 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
4180
4181 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4182 for current naming of thread groups (iN, not N).
4183
4184 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4185
4186 * ada-lang.c (ada_operator_length): Constify `struct expression'.
4187 * parse.c (operator_length): Likewise.
4188 (operator_length_standard): Likewise.
4189 * parser-defs.h (operator_length): Likewise.
4190 (operator_length_standard): Likewise.
4191 (struct exp_descriptor <operator_length>): Likewise.
4192
4193 2010-06-04 Doug Evans <dje@google.com>
4194
4195 Add support for enabling/disabling individual pretty-printers.
4196 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4197 * python/python-internal.h (gdbpy_enabled_cst): Declare.
4198 * python/python.c (gdbpy_enabled_cst): Define.
4199 (_initialize_python): Initialize gdbpy_enabled_cst.
4200 * NEWS: Add entry.
4201
4202 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4203
4204 * breakpoint.c (update_global_location_list): Fix comment typo.
4205
4206 2010-06-04 Hui Zhu <teawater@gmail.com>
4207
4208 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4209
4210 2010-06-03 Doug Evans <dje@google.com>
4211
4212 * configure.ac: Don't fail if python is unusable when
4213 configured with --with-python=auto.
4214 * configure: Regenerate.
4215
4216 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
4217
4218 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4219
4220 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
4221
4222 * valprint.h (get_array_bounds): Change low and high parameter types
4223 to LONGEST *.
4224 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4225 compute bounds.
4226 (val_print_array_elements): Adapt to change above.
4227 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4228 * p-valprint.c (pascal_val_print): Likewise.
4229
4230 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4231
4232 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4233 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4234 .F08.
4235
4236 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4237
4238 Support DW_TAG_module as separate namespaces.
4239 * dwarf2read.c (typename_concat): New parameter physname.
4240 (read_module_type): New function and declaration.
4241 (scan_partial_symbols): Scan also DW_TAG_module children.
4242 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4243 to typename_concat backward compatible physname value 0.
4244 (partial_die_full_name, read_namespace_type): Pass to typename_concat
4245 backward compatible physname value 0.
4246 (add_partial_module, read_module): Remove FIXME comment.
4247 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4248 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4249 DIEs under DW_TAG_module.
4250 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4251 DW_AT_MIPS_linkage_name first, extend it for language_fortran
4252 && physname and return there instead of just setting NAME. Extend
4253 the main block for language_fortran. Pass physname parameter to the
4254 typename_concat call.
4255 (read_import_statement, read_func_scope, get_scope_pc_bounds)
4256 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4257 (new_symbol): Fill in cplus_specific.demangled_name if it is still
4258 missing from SYMBOL_SET_NAMES in the language_fortran case.
4259 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4260 variables.
4261 (read_type_die) <DW_TAG_module>: New.
4262 (MAX_SEP_LEN): Increase to 7.
4263 (typename_concat): New parameter physname. New variable lead. Support
4264 also language_fortran.
4265 * f-exp.y (yylex): Consider : also as a symbol name character class.
4266 * f-lang.c: Include cp-support.h.
4267 (f_word_break_characters, f_make_symbol_completion_list): New functions.
4268 (f_language_defn): Use cp_lookup_symbol_nonlocal,
4269 f_word_break_characters and f_make_symbol_completion_list.
4270 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4271 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4272 * symtab.c (symbol_init_language_specific): Support language_fortran.
4273 (symbol_find_demangled_name): New comment on language_fortran.
4274 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4275 for language_fortran.
4276 (lookup_symbol_aux_local): Check imports also for language_fortran.
4277 (default_make_symbol_completion_list): Rename to ...
4278 (default_make_symbol_completion_list_break_on): ... this name. New
4279 parameter break_on, use it.
4280 (default_make_symbol_completion_list): New stub.
4281 * symtab.h (default_make_symbol_completion_list_break_on): New
4282 prototype.
4283
4284 2010-06-02 Joel Brobecker <brobecker@adacore.com>
4285
4286 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4287 to error.
4288
4289 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4290
4291 * dwarf2read.c (typename_concat): Add const to the variable sep.
4292
4293 2010-06-02 Tom Tromey <tromey@redhat.com>
4294
4295 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4296 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
4297 type is const. Add 'def' argument. Add missing operators, remove
4298 unhandled ones.
4299 (decode_locdesc): Update.
4300 (dwarf2_always_disassemble): New global.
4301 (show_dwarf2_always_disassemble): New function.
4302 (_initialize_dwarf2_read): Add always-disassemble.
4303 (dwarf2_per_cu_offset_size): New function.
4304 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4305 (piece_end_p): New function.
4306 (locexpr_describe_location_piece): Replace 'size' argument with
4307 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
4308 some constants. Remove errors.
4309 (disassemble_dwarf_expression): New function.
4310 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4311 Add 'offset_size' argument.
4312 (loclist_describe_location): Change output formatting.
4313 * dwarf2expr.h (dwarf_stack_op_name): Declare.
4314
4315 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4316
4317 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4318 anonymous type case.
4319
4320 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
4321
4322 * dwarf2read.c (read_subrange_type): Handle missing base type
4323 according to Dwarf-2 specifications.
4324
4325 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
4326
4327 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4328 BINOP_EXCL.
4329 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4330 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4331 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4332 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4333 UNOP_CHMAX, UNOP_CHMIN.
4334 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4335 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4336 UNOP_CHMIN>: Remove opcodes.
4337
4338 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
4339
4340 * dwarf2read.c (read_func_scope): Do not complain for
4341 external function if bounds are not found.
4342
4343 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4344
4345 * NEWS: Mention gdbserver fast tracepoints support.
4346
4347 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
4348
4349 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4350 New macros.
4351 (windows_set_console_info): New function.
4352 (windows_create_inferior): Call windows_set_console_info
4353 if NEW_CONSOLE is true.
4354 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4355 (_initialize_loadable): Initialize GetConsoleFontSize and
4356 GetCurrentConsoleFont.
4357
4358 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * Makefile.in (RDYNAMIC): New.
4361 (SFILES): Add proc-service.list.
4362 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4363 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4364 * config/arm/linux.mh: Likewise.
4365 * config/i386/linux.mh: Likewise.
4366 * config/i386/linux64.mh: Likewise.
4367 * config/ia64/linux.mh: Likewise.
4368 * config/m32r/linux.mh: Likewise.
4369 * config/m68k/linux.mh: Likewise.
4370 * config/mips/linux.mh: Likewise.
4371 * config/pa/linux.mh: Likewise.
4372 * config/powerpc/linux.mh: Likewise.
4373 * config/powerpc/ppc64-linux.mh: Likewise.
4374 * config/s390/s390.mh: Likewise.
4375 * config/sparc/linux.mh: Likewise.
4376 * config/sparc/linux64.mh: Likewise.
4377 * config/xtensa/linux.mh: Likewise.
4378 * configure.ac: New RDYNAMIC on native host and GCC.
4379 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4380 * configure: Regenerate.
4381 * proc-service.list: New.
4382
4383 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4384
4385 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4386 CONTENT.
4387
4388 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4389
4390 * linux-nat.c (linux_nat_wait_1): Do not call
4391 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4392 TARGET_WAITKIND_SIGNALLED.
4393
4394 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4395
4396 * ada-lang.c (ada_inferior_data): New struct.
4397 (ada_inferior_data): New static global.
4398 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4399 (ada_get_tsd_type): New functions.
4400 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4401 to look the tsd type up.
4402 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4403 event. Set ada_inferior_data.
4404
4405 2010-05-27 Pedro Alves <pedro@codesourcery.com>
4406
4407 * remote.c (unpack_varlen_hex): Remove forward declaration.
4408 (remote_console_output): Make static, and add forward declaration.
4409 * remote.h: Drop FIXME comment.
4410 (unpack_varlen_hex): Declare.
4411 (remote_console_output, remote_cisco_objfile_relocate)
4412 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4413 Delete declarations.
4414 * tracepoint.c: Include "remote.h".
4415 (unpack_varlen_hex): Delete declaration.
4416
4417 2010-05-27 Tom Tromey <tromey@redhat.com>
4418
4419 * dwarf2loc.c (struct piece_closure) <refc>: New field.
4420 (allocate_piece_closure): Initialize refc.
4421 (copy_pieced_value_closure): Use refc.
4422 (free_pieced_value_closure): Likewise.
4423
4424 2010-05-27 Tom Tromey <tromey@redhat.com>
4425
4426 * arm-tdep.c (push_stack_item): 'contents' now const.
4427 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
4428 value_contents_writeable. Introduce new temporary.
4429
4430 2010-05-27 Tom Tromey <tromey@redhat.com>
4431
4432 * findcmd.c (parse_find_args): Use value_contents, not
4433 value_contents_raw.
4434
4435 2010-05-27 Tom Tromey <tromey@redhat.com>
4436
4437 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4438 const. Use value_contents, not value_contents_writeable.
4439
4440 2010-05-27 Joel Brobecker <brobecker@adacore.com>
4441
4442 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4443 by call to value_contents.
4444
4445 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
4446
4447 * MAINTAINERS: Add myself for write after approval privileges.
4448
4449 2010-05-26 Doug Evans <dje@google.com>
4450
4451 Allow python to find its files if moved from original location.
4452 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4453 (GDB_AC_WITH_DIR): Call it.
4454 * configure.ac: Define WITH_PYTHON_PATH if we can find the
4455 python installation directory.
4456 * config.in: Regenerate.
4457 * configure: Regenerate.
4458 * defs.h (python_libdir): Declare.
4459 * main.c (python_libdir): Define.
4460 (captured_main): Initialize python_libdir.
4461 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4462 call Py_SetProgramName to make sure python can find its libraries
4463 and modules.
4464
4465 * configure.ac: Try to use python's distutils to fetch compilation
4466 parameters.
4467 * configure: Regenerate.
4468 * python/python-config.py: New file.
4469
4470 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
4471
4472 * ser-tcp.c (net_open): Check error return from socket() call by its
4473 equality to -1 not by it being negative.
4474 (net_close): Likewise.
4475
4476 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4477
4478 * NEWS: Mention the `qRelocInsn' feature.
4479 * gdbarch.sh (relocate_instruction): New.
4480 * amd64-tdep.c (rip_relative_offset): New.
4481 (append_insns): New.
4482 (amd64_relocate_instruction): New.
4483 (amd64_init_abi): Install it.
4484 * i386-tdep.c (append_insns): New.
4485 (i386_relocate_instruction): New.
4486 (i386_gdbarch_init): Install it.
4487 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4488 * gdbarch.h, gdbarch.c: Regenerate.
4489
4490 2010-05-26 Tom Tromey <tromey@redhat.com>
4491
4492 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4493 (struct dwarf2_loclist_baton) <data>: Likewise.
4494 * dwarf2loc.c (find_location_expression): Constify return type.
4495 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4496 (dwarf2_loc_desc_needs_frame): Likewise.
4497 (loclist_read_variable): Constify.
4498 (loclist_describe_location): Likewise.
4499 (loclist_tracepoint_var_ref): Likewise.
4500
4501 2010-05-25 Tom Tromey <tromey@redhat.com>
4502
4503 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4504 (dwarf_expr_frame_base_1): Likewise.
4505 (read_pieced_value): Update.
4506 (needs_frame_frame_base): Constify.
4507 (dwarf2_tracepoint_var_loc): Likewise.
4508 (dwarf2_tracepoint_var_access): Likewise.
4509 (locexpr_describe_location_piece): Likewise.
4510 (locexpr_describe_location_1): Likewise.
4511 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4512 Constify.
4513 (data): Now const.
4514 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4515 (dwarf_expr_eval, read_uleb128, read_sleb128)
4516 (dwarf2_read_address): Update.
4517 * dwarf2expr.c (dwarf_expr_eval): Constify.
4518 (read_uleb128): Likewise.
4519 (read_sleb128): Likewise.
4520 (dwarf2_read_address): Likewise.
4521 (require_composition): Likewise.
4522 (execute_stack_op): Likewise.
4523 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4524 "const gdb_byte *".
4525 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4526 Now const.
4527 (no_get_frame_base): Constify.
4528 (execute_stack_op): Likewise.
4529 (execute_cfa_program): Likewise.
4530 (read_encoded_value): Likewise.
4531
4532 2010-05-25 Doug Evans <dje@google.com>
4533
4534 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4535
4536 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4537 * event-loop.c: ... here.
4538 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4539 `error' for clarity.
4540 (tui_getc): Pass correct value for `error' parameter to
4541 tui_readline_output.
4542
4543 Add python gdb.GdbError and gdb.string_to_argv.
4544 * NEWS: Document them.
4545 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4546 the exception is gdb.GdbError. Print a second traceback if there's
4547 an error computing the error message.
4548 (gdbpy_string_to_argv): New function.
4549 * python/py-utils.c (gdbpy_obj_to_string): New function.
4550 (gdbpy_exception_to_string): New function.
4551 * python/python-internal.h (gdbpy_string_to_argv): Declare.
4552 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4553 (gdbpy_gdberror_exc): Declare.
4554 * python/python.c (gdbpy_gdberror_exc): New global.
4555 (_initialize_python): Initialize gdbpy_gdberror_exc and create
4556 gdb.GdbError.
4557 (GdbMethods): Add string_to_argv.
4558
4559 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4560
4561 * windows-nat.c (display_selector): Call GetLastError to give better
4562 failure explanation.
4563
4564 2010-05-24 Pedro Alves <pedro@codesourcery.com>
4565
4566 * config.in: Regenerate.
4567
4568 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4569
4570 Code cleanup.
4571 * target.c (push_target): Return only void. Remove the return value
4572 comment.
4573 * target.h (push_target): Return only void.
4574
4575 2010-05-23 Pedro Alves <pedro@codesourcery.com>
4576
4577 Update gnulib from latest git.
4578 (250b80067c1e1d8faa0c42fb572f721975b929c5)
4579
4580 * gnulib/memcmp.c: Removed.
4581 * gnulib/memchr.valgrind: New.
4582 * gnulib/stddef.in.h: New.
4583 * gnulib/Makefile.am: Updated.
4584 * gnulib/memchr.c: Updated.
4585 * gnulib/memmem.c: Updated.
4586 * gnulib/stdint.in.h: Updated.
4587 * gnulib/str-two-way.h: Updated.
4588 * gnulib/string.in.h: Updated.
4589 * gnulib/wchar.in.h: Updated.
4590
4591 * gnulib/extra/link-warning.h: Removed.
4592 * gnulib/extra/c++defs.h: New.
4593 * gnulib/extra/warn-on-use.h: New.
4594 * gnulib/extra/arg-nonnull.h: Updated.
4595
4596 * gnulib/m4/extensions.m4: Updated.
4597 * gnulib/m4/gnulib-cache.m4: Updated.
4598 * gnulib/m4/gnulib-common.m4: Updated.
4599 * gnulib/m4/gnulib-comp.m4: Updated.
4600 * gnulib/m4/gnulib-tool.m4: Updated.
4601 * gnulib/m4/include_next.m4: Updated.
4602 * gnulib/m4/longlong.m4: Updated.
4603 * gnulib/m4/memchr.m4: Updated.
4604 * gnulib/m4/memmem.m4: Updated.
4605 * gnulib/m4/stdint.m4: Updated.
4606 * gnulib/m4/string_h.m4: Updated.
4607 * gnulib/m4/memcmp.m4: Removed.
4608 * gnulib/m4/onceonly_2_57.m4: Removed.
4609 * gnulib/m4/00gnulib.m4: New.
4610 * gnulib/m4/mmap-anon.m4: New.
4611 * gnulib/m4/multiarch.m4: New.
4612 * gnulib/m4/onceonly.m4: New.
4613 * gnulib/m4/stddef_h.m4: New.
4614 * gnulib/m4/warn-on-use.m4: New.
4615 * gnulib/m4/wchar.m4: Removed.
4616 * gnulib/m4/wchar_h.m4: New.
4617 * gnulib/m4/wchar_t.m4: New.
4618 * gnulib/m4/wint_t.m4: New.
4619
4620 * aclocal.m4: Regenerate.
4621 * config.in: Likewise.
4622 * configure: Likewise.
4623 * gnulib/Makefile.in: Likewise.
4624
4625 2010-05-21 Tom Tromey <tromey@redhat.com>
4626
4627 * dwarf2loc.c (extract_bits_primitive): New function.
4628 (extract_bits): Likewise.
4629 (insert_bits): Likewise.
4630 (copy_bitwise): Likewise.
4631 (read_pieced_value): Do all operations in bits.
4632 (write_pieced_value): Likewise.
4633 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4634 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4635 Always use xrealloc to resize piece array.
4636 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4637 <DW_OP_piece>: Update.
4638 <DW_OP_bit_piece>: New case.
4639
4640 2010-05-21 Tom Tromey <tromey@redhat.com>
4641
4642 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4643 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4644 * dwarf2expr.h (enum dwarf_value_location)
4645 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4646 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4647 (add_piece): Handle empty piece.
4648 (execute_stack_op) <DW_OP_piece>: Handle
4649 DWARF_VALUE_OPTIMIZED_OUT.
4650
4651 2010-05-21 Tom Tromey <tromey@redhat.com>
4652
4653 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4654 evaluate_subexp, not evaluate_subexp_with_coercion.
4655
4656 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4657
4658 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4659 attribute.
4660
4661 2010-05-21 Tom Tromey <tromey@redhat.com>
4662
4663 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4664 offset.
4665 (write_pieced_value): Likewise.
4666
4667 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
4668
4669 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4670 and DW_TAG_volatile_type.
4671 (new_symbol): Likewise.
4672
4673 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
4674
4675 * p-valprint.c (pascal_val_print): Call get_array_bounds
4676 to obtain the number of elements in an array.
4677
4678 2010-05-19 Doug Evans <dje@google.com>
4679
4680 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4681
4682 * python.c (source_python_script): Add comment.
4683 (source_python_script_for_objfile): Remove unnecessary call to
4684 gdbpy_print_stack.
4685
4686 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4687 Sergio Durigan Junior <sergiodj@redhat.com>
4688
4689 Code cleanup.
4690 * parse.c (exp_iterate): Use operator_length wrapper function.
4691
4692 2010-05-18 Michael Snyder <msnyder@vmware.com>
4693
4694 * ada-lang.c: White space.
4695 * ada-typeprint.c: White space.
4696 * ada-valprint.c: White space.
4697 * addrmap.c: White space.
4698 * auxv.c: White space.
4699 * ax-gdb.c: White space.
4700
4701 2010-05-18 Hui Zhu <teawater@gmail.com>
4702
4703 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4704 for oldfp.
4705 (inferior_call_waitpid): Move make_cleanup out of check.
4706 Check the return of waitpid.
4707 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4708
4709 2010-05-17 Michael Snyder <msnyder@vmware.com>
4710
4711 * tui/tui.c: White space.
4712 * tui/tui-data.c: White space.
4713 * tui/tui-disasm.c: White space.
4714 * tui/tui-file.c: White space.
4715 * tui/tui-interp.c: White space.
4716 * tui/tui-main.c: White space.
4717 * tui/tui-out.c: White space.
4718 * tui/tui-regs.c: White space.
4719 * tui/tui-source.c: White space.
4720 * tui/tui-stack.c: White space.
4721 * tui/tui-win.c: White space.
4722 * tui/tui-winsource.c: White space.
4723
4724 * procfs.c: White space.
4725
4726 * python/py-auto-load.c: White space.
4727 * python/py-block.c: White space.
4728 * python/py-breakpoint.c: White space.
4729 * python/py-cmd.c: White space.
4730 * python/py-function.c: White space.
4731 * python/py-lazy-string.c: White space.
4732 * python/py-objfile.c: White space.
4733 * python/py-param.c: White space.
4734 * python/py-prettyprint.c: White space.
4735 * python/py-progspace.c: White space.
4736 * python/py-symtab.c: White space.
4737 * python/python.c: White space.
4738 * python/py-type.c: White space.
4739 * python/py-utils.c: White space.
4740 * python/py-value.c: White space.
4741
4742 * mi/mi-cmd-break.c: White space.
4743 * mi/mi-cmd-env.c: White space.
4744 * mi/mi-cmds.c: White space.
4745 * mi/mi-cmd-stack.c: White space.
4746 * mi/mi-cmd-var.c: White space.
4747 * mi/mi-console.c: White space.
4748 * mi/mi-getopt.c: White space.
4749 * mi/mi-interp.c: White space.
4750 * mi/mi-main.c: White space.
4751 * mi/mi-out.c: White space.
4752 * mi/mi-parse.c: White space.
4753
4754 * cli/cli-cmds.c: White space.
4755 * cli/cli-decode.c: White space.
4756 * cli/cli-dump.c: White space.
4757 * cli/cli-interp.c: White space.
4758 * cli/cli-logging.c: White space.
4759 * cli/cli-script.c: White space.
4760 * cli/cli-setshow.c: White space.
4761
4762 * valarith.c: White space.
4763 * valops.c: White space.
4764 * valprint.c: White space.
4765 * value.c: White space.
4766 * varobj.c: White space.
4767 * xcoffread.c: White space.
4768 * xml-support.c: White space.
4769 * xml-tdesc.c: White space.
4770
4771 2010-05-17 Andreas Schwab <schwab@redhat.com>
4772
4773 PR gdb/11092
4774 * c-lang.c (c_printstr): Compute real length of NUL terminated
4775 string at first.
4776
4777 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4778
4779 * parse.c (parse_exp_in_context): When block is not NULL, use
4780 its associated language to parse the expression instead of
4781 the current_language.
4782
4783 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4784
4785 * jv-lang.c (java_lookup_class): Remove commented out code.
4786 (type_from_class): Likewise.
4787 (java_op_print_tab): Remove commented-out elements.
4788
4789 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4790
4791 * ada-lang.c (to_fixed_range_type): The the raw index type as
4792 argument instead of the raw type name. Remove orig_type parameter.
4793 Update calls throughout.
4794 (ada_fixup_array_indexes_type): New function.
4795 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4796 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4797 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4798 Remove name parameter.
4799 (print_array_type): Add call to ada_fixup_array_indexes_type.
4800 Update calls to print_range_type.
4801 (ada_print_type): Update calls to print_range_type.
4802
4803 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4804
4805 * dwarf2read.c (read_set_type): Set type length if
4806 DW_AT_byte_size attribute is present.
4807
4808 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
4809
4810 * p-valprint.c (pascal_val_print): Handle set type if range limits
4811 are undefined but size is known.
4812
4813 2010-05-17 Pedro Alves <pedro@codesourcery.com>
4814
4815 * procfs.c: Reformat.
4816
4817 2010-05-16 Michael Snyder <msnyder@vmware.com>
4818
4819 * target.c: White space.
4820 * target-descriptions.c: White space.
4821 * target-memory.c: White space.
4822 * thread.c: White space.
4823 * top.c: White space.
4824 * tracepoint.c: White space.
4825 * trad-frame.c: White space.
4826 * tramp-frame.c: White space.
4827 * ui-file.c: White space.
4828 * ui-out.c: White space.
4829 * user-regs.c: White space.
4830 * utils.c: White space.
4831
4832 * scm-exp.c: White space.
4833 * scm-lang.c: White space.
4834 * scm-valprint.c: White space.
4835 * sentinel-frame.c: White space.
4836 * ser-base.c: White space.
4837 * ser-go32.c: White space.
4838 * serial.c: White space.
4839 * ser-mingw.c: White space.
4840 * ser-pipe.c: White space.
4841 * ser-tcp.c: White space.
4842 * ser-unix.c: White space.
4843 * solib.c: White space.
4844 * solib-darwin.c: White space.
4845 * solib-frv.c: White space.
4846 * solib-irix.c: White space.
4847 * solib-osf.c: White space.
4848 * solib-pa64.c: White space.
4849 * solib-som.c: White space.
4850 * solib-spu.c: White space.
4851 * solib-svr4.c: White space.
4852 * solib-target.c: White space.
4853 * source.c: White space.
4854 * stabsread.c: White space.
4855 * stack.c: White space.
4856 * std-regs.c: White space.
4857 * symfile.c: White space.
4858 * symmisc.c: White space.
4859 * symtab.c: White space.
4860
4861 2010-05-16 Michael Snyder <msnyder@vmware.com>
4862
4863 * source.c (_initialize_source): Add "rev" as an abbreviation
4864 for the "reverse-search" command.
4865
4866 2010-05-16 Michael Snyder <msnyder@vmware.com>
4867
4868 * record.c: White space.
4869 * regcache.c: White space.
4870 * reggroups.c: White space.
4871 * remote-fileio.c: White space.
4872 * remote-m32r-sdi.c: White space.
4873 * remote-mips.c: White space.
4874 * remote-sim.c: White space.
4875 * remote.c: White space.
4876 (process_g_packet): Remove orphan braces.
4877
4878 2010-05-15 Michael Snyder <msnyder@vmware.com>
4879
4880 * parse.c: White space.
4881 * p-lang.c: White space.
4882 * posix-hdep.c: White space.
4883 * printcmd.c: White space.
4884 * progspace.c: White space.
4885 * prologue-value.c: White space.
4886 * psymtab.c: White space.
4887 * p-typeprint.c: White space.
4888 * p-valprint.c: White space.
4889
4890 * objc-lang.c: White space.
4891 * objfiles.c: White space.
4892 * observer.c: White space.
4893 * osabi.c: White space.
4894 * osdata.c: White space.
4895
4896 * m2-lang.c: White space.
4897 * m2-valprint.c: White space.
4898 * macrocmd.c: White space.
4899 * macroexp.c: White space.
4900 * macroscope.c: White space.
4901 * macrotab.c: White space.
4902 * main.c: White space.
4903 * maint.c: White space.
4904 * mdebugread.c: White space.
4905 * memattr.c: White space.
4906 * minsyms.c: White space.
4907 * monitor.c: White space.
4908
4909 2010-05-14 Michael Snyder <msnyder@vmware.com>
4910
4911 * jv-lang.c: White space.
4912 * jv-typeprint.c: White space.
4913 * jv-valprint.c: White space.
4914 * language.c: White space.
4915 * libunwind-frame.c: White space.
4916 * linespec.c: White space.
4917 * linux-nat.c: White space.
4918 * linux-record.c: White space.
4919 * linux-thread-db.c: White space.
4920
4921 * infcall.c: White space.
4922 * inf-child.c: White space.
4923 * infcmd.c: White space.
4924 * inferior.c: White space.
4925 * inf-loop.c: White space.
4926 * inflow.c: White space.
4927 * inline-frame.c: White space.
4928 * interps.c: White space.
4929
4930 * gcore.c: White space.
4931 * gdb.c: White space.
4932 * gdbtypes.c: White space.
4933 * gnu-nat.c: White space.
4934 * gnu-v2-abi.c: White space.
4935 * gnu-v3-abi.c: White space.
4936
4937 * findcmd.c: White space.
4938 * findvar.c: White space.
4939 * fork-child.c: White space.
4940 * frame-base.c: White space.
4941 * frame.c: White space.
4942 * frame-unwind.c: White space.
4943 * f-valprint.c: White space.
4944
4945 * elfread.c: White space.
4946 * environ.c: White space.
4947 * eval.c: White space.
4948 * event-loop.c: White space.
4949 * event-top.c: White space.
4950 * exceptions.c: White space.
4951 * exec.c: White space.
4952 * expprint.c: White space.
4953
4954 * dbxread.c: White space.
4955 * dcache.c: White space.
4956 * disasm.c: White space.
4957 * doublest.c: White space.
4958 * dsrec.c: White space.
4959 * dummy-frame.c: White space.
4960 * dwarf2expr.c: White space.
4961 * dwarf2-frame.c: White space.
4962 * dwarf2loc.c: White space.
4963 * dwarf2read.c: White space.
4964
4965 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4966
4967 PR python/11482
4968
4969 * python/py-value.c (valpy_hash): New function.
4970 (value_object_type): Register valpy_hash.
4971
4972 2010-05-14 Hui Zhu <teawater@gmail.com>
4973 Michael Snyder <msnyder@vmware.com>
4974
4975 * linux-fork.c (gdbthread.h): New include.
4976 (fork_info): Add parent_ptid.
4977 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
4978 functions.
4979 (delete_checkpoint_command): Call inferior_call_waitpid.
4980 (checkpoint_command): Set parent_ptid.
4981
4982 2010-05-13 Michael Snyder <msnyder@vmware.com>
4983
4984 * dictionary.c: Re-indent to GNU coding standard.
4985
4986 * charset.c: White space.
4987 * c-lang.c: White space.
4988 * cli-out.c: White space.
4989 * coffread.c: White space.
4990 * complaints.c: White space.
4991 * completer.c: White space.
4992 * corefile.c: White space.
4993 * corelow.c: White space.
4994 * cp-abi.c: White space.
4995 * cp-namespace.c: White space.
4996 * cp-support.c: White space.
4997 * cp-valprint.c: White space.
4998 * c-typeprint.c: White space.
4999 * c-valprint.c: White space.
5000 * blockframe.c: White space.
5001 * breakpoint.c: White space.
5002 * buildsym.c: White space.
5003 * blockframe.c: White space.
5004 * bcache.c: White space.
5005 * gdbarch.sh: White space, add blank lines.
5006 * arch-utils.c: Ditto.
5007 * gdbarch.c: Regenerate.
5008 * frame.c: White space, add blank lines.
5009 * stack.c: White space, add blank lines.
5010 (initialize_stack): Remove long-dead code.
5011
5012 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5013
5014 Code cleanup.
5015 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5016 (locexpr_read_variable, loclist_read_variable): Update the callers.
5017
5018 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 Code cleanup.
5021 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5022 Remove check of NULL returned by tag_type_to_type.
5023 (die_containing_type): Remove variable type. Remove type_die variable
5024 initialization. Remove check of NULL returned by tag_type_to_type.
5025
5026 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5027
5028 PR exp/11530.
5029 * gdbtypes.c (lookup_struct_elt_type): Also lookup
5030 names of unnamed structures or unions.
5031
5032 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5033
5034 * procfs.c (proc_watchpoint_address): New function.
5035 (procfs_stopped_by_watchpoint): Remove useless check after
5036 find_procinfo_or_die call.
5037 (procfs_stopped_data_address): New function.
5038 (procfs_use_watchpoints): Register new watchpoint related function.
5039
5040 2010-05-11 Tom Tromey <tromey@redhat.com>
5041
5042 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5043
5044 2010-05-10 Michael Snyder <msnyder@vmware.com>
5045
5046 * utils.c: White space cleanup.
5047
5048 2010-05-10 Tom Tromey <tromey@redhat.com>
5049
5050 * eval.c (ptrmath_type_p): Add 'lang' argument.
5051 (evaluate_subexp_standard): Update.
5052 (evaluate_subexp_with_coercion): Update.
5053 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5054
5055 2010-05-10 Michael Snyder <msnyder@vmware.com>
5056
5057 * utils.c (do_fclose_cleanup) Restore local variable.
5058
5059 2010-05-09 Doug Evans <dje@google.com>
5060
5061 * record.c (init_record_core_ops): Rename record_core to record-core.
5062
5063 2010-05-08 Joel Brobecker <brobecker@adacore.com>
5064
5065 Implement task switching on pa-hpux.
5066 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5067 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5068
5069 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5070
5071 * valops.c (find_overload_match): Add missing i18n markup.
5072
5073 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
5074
5075 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5076
5077 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5078
5079 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5080 list for the obconcat call.
5081 * mdebugread.c (parse_symbol): Likewise.
5082 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5083 Likewise.
5084 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5085 New variable ap. Remove variables len and val.
5086 * symfile.h (obconcat): Likewise for the prototype.
5087
5088 2010-05-07 Michael Snyder <msnyder@vmware.com>
5089
5090 * python/python.c (execute_gdb_command): Remove unused variables.
5091 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5092 * python/py-breakpoint.c (gdbpy_breakpoint_created):
5093 Remove unused variable.
5094 * python/py-cmd.c (cmdpy_function): Remove unused variable.
5095 (cmdpy_completer): Remove unused variable.
5096 * python/py-frame.c (frapy_find_sal): Remove unused variable.
5097 * python/py-function.c (fnpy_call): Remove unused variable.
5098 * python/py-objfile.c (objfile_to_objfile_object):
5099 Remove unused variable.
5100 * python/py-param.c (parmpy_init): Remove unused variable.
5101 * python/py-prettyprint.c (apply_varobj_pretty_printer):
5102 Remove unused variable.
5103 (gdbpy_default_visualizer): Remove unused variable.
5104 * python/py-progspace.c (pspace_to_pspace_object):
5105 Remove unused variable.
5106 * python/py-symtab.c (symtab_and_line_to_sal_object):
5107 Remove unused variable.
5108 * python/py-type.c (typy_template_argument):
5109 Remove unused variable.
5110 * python/py-value.c (valpy_string): Remove unused variable.
5111 (convert_value_from_python): Remove unused variables.
5112
5113 2010-05-07 Michael Snyder <msnyder@vmware.com>
5114
5115 * valops.c (value_cast_pointers): Restore unused variable 'type1',
5116 and use it to compute variable 't1'.
5117
5118 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5119
5120 * ada-lang.c (assign_aggregate): Remove unused variable.
5121
5122 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5123
5124 PR C++/7943:
5125 * valops.c (find_overload_match): Handle fsym == NULL case.
5126 Add int no_adl argument.
5127 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5128 when appropriate.
5129 Add int no_adl argument.
5130 (find_oload_champ_namespace): Add int no_adl argument.
5131 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5132 expression.
5133 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5134 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5135 Evaluate arguments and use them to perform ADL lookup.
5136 Pass no_adl argument to find_overload_match.
5137 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5138 * cp-support.h: Added prototype for
5139 make_symbol_overload_list_namespace.
5140 * cp-support.c (make_symbol_overload_list_namespace): New function.
5141 (make_symbol_overload_list_adl_namespace): New function.
5142 (make_symbol_overload_list_adl): New function.
5143 (make_symbol_overload_list_using): Moved code to add function to
5144 overload set to make_symbol_overload_list_namespace.
5145 * c-exp.y: create UNKNOWN_CPP_NAME token.
5146 Add parse rule for ADL functions.
5147 (classify_name): Recognize an UNKNOWN_CPP_NAME.
5148
5149 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5150
5151 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5152 sentinel.
5153
5154 2010-05-07 Joel Brobecker <brobecker@adacore.com>
5155
5156 Implement task switching on solaris targets.
5157 * sol-thread.c (thread_db_find_thread_from_tid)
5158 (sol_get_ada_task_ptid): New functions.
5159 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5160
5161 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5162
5163 * remote.c (remote_query_supported_append): Use reconcat.
5164 (remote_query_supported): Install a cleanup. Use reconcat.
5165
5166 2010-05-07 Pedro Alves <pedro@codesourcery.com>
5167
5168 * gdbarch.sh (qsupported): Delete.
5169 * gdbarch.h, gdbarch.c: Regenerate.
5170 * remote.c (remote_query_supported): Remove use of
5171 gdbarch_qsupported.
5172
5173 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
5174
5175 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5176 function.
5177
5178 2010-05-06 Michael Snyder <msnyder@vmware.com>
5179
5180 * xml-support.c (xinclude_start_include): Delete unused variable.
5181 (xml_process_xincludes): Delete unused variable.
5182 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5183 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5184 (tdesc_find_arch_register): Delete unused variable.
5185 (tdesc_use_registers): Delete unused variable.
5186 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5187 * inferior.c (print_inferior): Delete unused variable.
5188 * record.c (record_open_1): Delete unused variable.
5189 (record_restore): Delete unused variable.
5190 (cmd_record_save): Delete unused variable.
5191 * gcore.c (derive_heap_segment): Delete unused variable.
5192 (objfile_find_memory_regions): Use unused variable.
5193 * jit.c (jit_inferior_init): Delete unused variable.
5194 * progspace.c (clone_program_space): Delete unused variable.
5195 (pspace_empty_p): Delete unused variable.
5196
5197 * frame-unwind.c (frame_unwind_find_by_frame):
5198 Delete unused variable.
5199 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5200 * cp-support.c (mangled_name_to_comp): Delete unused variable.
5201 (method_name_from_physname): Delete unused variable.
5202 (cp_func_name): Delete unused variable.
5203 (cp_validate_operator): Delete unused variable.
5204 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5205 Delete unused variable.
5206 * trad-frame.c (trad_frame_get_prev_register):
5207 Delete unused variable.
5208 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5209
5210 * serial.c (serial_for_fd): Delete unused variable.
5211 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5212 * top.c (execute_command): Delete unused variable.
5213 (init_main): Delete unused variable.
5214 * utils.c (do_fclose_cleanup): Delete unused variable.
5215 (do_all_inferior_continuations): Delete unused variable.
5216 (initialize_utils): Delete unused variable.
5217 (internal_problem_mode): Delete unused global.
5218 * frame.c (get_prev_frame): Delete unused global.
5219 (get_frame_locals_address): Delete unused global.
5220 (get_frame_args_address): Delete unused global.
5221
5222 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5223 (pascal_type_print_varspec_prefix): Delete unused variable.
5224 * f-typeprint.c (f_type_print_base): Delete unused variable.
5225 (f_type_print_varspec_suffix): Delete unused variable.
5226 * m2-typeprint.c (m2_print_type): Delete unused variable.
5227 (m2_long_set): Delete unused variable.
5228 * ada-valprint.c (ada_val_print_1): Delete unused variable.
5229 * d-valprint.c (dynamic_array_type): Delete unused variable.
5230 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5231 Delete unused variable.
5232 (f77_create_arrayprint_offset_tbl): Delete unused variable.
5233 * m2-valprint.c (m2_val_print): Delete unused variable.
5234
5235 * ui-out.c (ui_out_field_int): Delete unused variable.
5236 (ui_out_field_fmt_int): Delete unused variable.
5237 * varobj.c (varobj_list_children): Delete unused variable.
5238 (varobj_set_value): Delete unused variable.
5239 (install_new_value_visualizer): Delete unused variable.
5240 (varobj_set_visualizer): Delete unused variable.
5241 (varobj_update): Delete unused variable.
5242 (varobj_editable_p): Delete unused variable.
5243 (c_value_of_root): Delete unused variable.
5244 (cplus_describe_child): Delete unused variable.
5245
5246 * ada-lang.c (add_defn_to_vec): Delete unused variable.
5247 (decode_constrained_packed_array_type): Delete unused variable.
5248 (add_defn_to_vec): Delete unused variable.
5249 (symbol_completion_match): Delete unused variable.
5250 (value_tag_from_contents_and_address): Delete unused variable.
5251 (ada_evaluate_subexp): Delete unused variable.
5252 * c-lang.c (classify_type): Delete unused variable.
5253 * f-lang.c (f_printstr): Delete unused variable.
5254 * objc-lang.c (objc_printstr): Delete unused variable.
5255 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5256 * jv-lang.c (type_from_class): ifdef unused variable.
5257 (java_class_name_from_physname): Delete unused variable.
5258 * m2-lang.c (m2_printstr): Delete unused variable.
5259
5260 * objfiles.c (objfile_relocate): Delete unused variable.
5261 * maint.c (_initialize_maint_cmds): Delete unused variable.
5262 * demangle.c (_initialize_demangler): Delete unused variable.
5263 * corefile.c (reopen_exec_file): Delete unused variable.
5264 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5265 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5266
5267 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5268 * memattr.c (mem_delete): Delete unused variable.
5269 (invalidate_target_mem_regions): Delete unused variable.
5270 * mem-break.c (default_memory_insert_breakpoint):
5271 Delete unused variable.
5272 * target.c (target_get_osdata): Delete unused variable.
5273 * parse.c (length_of_subexp): Delete unused variable.
5274 (prefixify_subexp): Delete unused variable.
5275 (exp_iterate): Delete unused variable.
5276 * reverse.c (delete_bookmark_command): Delete unused variable.
5277
5278 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5279 * macroexp.c (gather_arguments): Delete unused variable.
5280 (substitute_args): Delete unused variable.
5281 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5282 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5283 (_initialize_gdbarch): Delete unused variable.
5284 * gdbarch.c, gdbarch.h: Regenerate.
5285 * arch-utils.c (initialize_current_architecture):
5286 Delete unused variable.
5287 (_initialize_gdbarch_utils): Delete unused variable.
5288 * gdbtypes.c (make_cv_type): Delete unused variable.
5289 (make_type_with_address_space): Delete unused variable.
5290
5291 * linespec.c (decode_compound): Delete unused variable.
5292 * dictionary.c (iterator_next_hashed): Delete unused variable.
5293 * infcall.c (call_function_by_hand): Delete unused variable.
5294 * infcmd.c (step_1): Delete unused variable.
5295 (registers_info): Delete unused variable.
5296 (attach_command): Delete unused variable.
5297 * infrun.c (follow_exec): Delete unused variable.
5298 (handle_step_into_function_backwards): Delete unused variable.
5299 (_initialize_infrun): Delete unused variable.
5300 * stack.c (parse_frame_specification_1): Delete unused variable.
5301 (frame_info): Delete unused variable.
5302 (backtrace_command_1): Delete unused variable.
5303 (catch_info): Delete unused variable.
5304
5305 * eval.c (evaluate_subexp_standard): Delete unused variable.
5306 * valops.c (value_cast_pointers): Delete unused variable.
5307 (value_dynamic_cast): Delete unused variable.
5308 (value_array): Delete unused variable.
5309 (find_overload_match): Delete unused variable.
5310 * valarith.c (value_subscript): Delete unused variable.
5311 (value_binop): Delete unused variable.
5312 * valprint.c (_initialize_valprint): Delete unused variable.
5313 * printcmd.c (print_command_1): Delete unused variable.
5314 (address_info): Delete unused variable.
5315 (printf_command): Delete unused variable.
5316
5317 * auxv.c (target_auxv_search): Delete unused variable.
5318 * blockframe.c (get_frame_block): Delete unused variable.
5319 * regcache.c (regcache_cpy): Delete unused variable.
5320 (regcache_cpy_no_passthrough): Delete unused variable.
5321 * charset.c (wchar_iterate): Delete unused variable.
5322 (find_charset_names): Delete unused variable.
5323 (_initialize_charset): Delete unused variable.
5324 * disasm.c (do_mixed_source_and_assembly):
5325 Delete unused variable.
5326 * source.c (set_default_source_symtab_and_line):
5327 Delete unused variable.
5328 (set_substitute_path_command): Delete unused variable.
5329 * value.c (preserve_values): Delete unused variable.
5330 (value_from_double): Delete unused variable.
5331
5332 2010-05-05 Michael Snyder <msnyder@vmware.com>
5333
5334 * psymtab.c (lookup_partial_symbol): Delete unused variable.
5335 (find_last_source_symtab_from_partial): Delete unused variable.
5336 * symfile.c (place_section): Delete unused variable.
5337 (default_symfile_offsets): Delete unused variable.
5338 (get_debug_link_info): Delete unused variable.
5339 (find_separate_debug_file_by_debuglink): Delete unused variable.
5340 (add_symbol_file_command): Delete unused variable.
5341 (symfile_find_segment_sections): Delete unused variable.
5342 * symmisc.c (free_symtab): Delete unused variable.
5343 (dump_symtab_1): Delete unused variable.
5344 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5345 (find_pc_sect_symtab): Delete unused variable.
5346 (skip_prologue_using_lineinfo): Delete unused variable.
5347 (sources_info): Delete unused variable.
5348 (completion_list_add_name): Delete unused variable.
5349 (expand_line_sal): Delete unused variable.
5350
5351 * breakpoint.c (validate_commands_for_breakpoint):
5352 Delete unused variables.
5353 (insert_catchpoint): Delete unused variable.
5354 (update_watchpoint): Delete unused variable.
5355 (insert_bp_location): Delete unused variable.
5356 (insert_breakpoint_locations): Delete unused variable.
5357 (remove_breakpoint_1): Delete unused variable.
5358 (software_breakpoint_inserted_here_p): Delete unused variable.
5359 (watchpoints_triggered): Delete unused variable.
5360 (bpstat_check_watchpoint): Delete unused variable.
5361 (bpstat_stop_status): Delete unused variable.
5362 (print_one_breakpoint_location): Delete unused variable.
5363 (allocate_bp_location): Delete unused variable.
5364 (create_breakpoint): Delete unused variable.
5365 (watch_command_1): Delete unused variable.
5366 (catch_exception_command_1): Delete unused variable.
5367 (catch_ada_exception_command): Delete unused variable.
5368 (delete_breakpoint): Delete unused variable.
5369 (breakpoint_re_set_one): Delete unused variable.
5370 (do_enable_breakpoint): Delete unused variable.
5371
5372 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5373
5374 * amd64-tdep.c: Include disasm.h.
5375 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5376 (amd64_insn_length): Moved to disasm.c and renamed.
5377 (fixup_riprel): Adjust.
5378 * disasm.c (do_ui_file_delete): New.
5379 (gdb_insn_length): New.
5380 (gdb_buffered_insn_length_fprintf)
5381 (gdb_buffered_insn_length_init_dis)
5382 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5383 renamed.
5384 * disasm.h (gdb_insn_length): Declare.
5385 (gdb_buffered_insn_length): Declare.
5386
5387 2010-05-06 Pedro Alves <pedro@codesourcery.com>
5388
5389 * remote.c (clear_threads_parsing_context): New.
5390 (remote_threads_info): Delete unused null_cleanup. Install a
5391 cleanup to clear the threads_parsing_context in case parsing
5392 throws.
5393
5394 2010-05-05 Michael Snyder <msnyder@vmware.com>
5395
5396 * c-exp.y (parse_string_or_char): Delete unused variable.
5397 (c_lex): Delete unused variable.
5398 * cp-name-parser.y (cpname_lex): Delete unused variable.
5399 * ada-exp.y (find_primitive_type): Delete unused variable.
5400 (write_var_or_type): Delete unused variable.
5401 * jv-exp.y (java_parse): Delete unused variable.
5402 (push_expression_name): Delete unused variable.
5403 * p-exp.y (pascal_lex): Delete unused variable.
5404
5405 2010-05-05 Pedro Alves <pedro@codesourcery.com>
5406
5407 * remote.c (remote_threads_info): Really revert previous previous
5408 change.
5409
5410 2010-05-05 Michael Snyder <msnyder@vmware.com>
5411
5412 * elfread.c (elf_symtab_read): Delete unused variable.
5413 (find_separate_debug_file_by_buildid): Delete unused variables.
5414 (elf_symfile_read): Delete unused variable.
5415
5416 * coffread.c (coff_symfile_read): Delete unused variables.
5417
5418 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5419 (read_pe_exported_syms): Delete unused variable.
5420
5421 * stabsread.c (define_symbol): Delete unused variable.
5422
5423 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5424 (process_psymtab_comp_unit): Delete unused variable.
5425 (dwarf2_build_psymtabs_hard): Delete unused variable.
5426 (load_partial_comp_unit): Delete unused variable.
5427 (create_all_comp_units): Delete unused variable.
5428 (scan_partial_symbols): Delete unused variable.
5429 (add_partial_symbol): Delete unused variable.
5430 (add_partial_namespace): Delete unused variable.
5431 (add_partial_enumeration): Delete unused variable.
5432 (load_full_comp_unit): Delete unused variable.
5433 (process_full_comp_unit): Delete unused variable.
5434 (read_file_scope): Delete unused variable.
5435 (read_type_unit_scope): Delete unused variable.
5436 (process_structure_scope): Delete unused variable.
5437 (process_enumeration_scope): Delete unused variable.
5438 (read_tag_ptr_to_member_type): Delete unused variable.
5439 (read_typedef): Delete unused variable.
5440 (read_partial_die): Delete unused variable.
5441 (decode_locdesc): Delete unused variable.
5442 (zeroed_partial_die): Delete unused global variable.
5443
5444 * tui/tui-interp.c (_initialize_tui_interp):
5445 Delete unused variable.
5446 * tui/tui-regs.c tui_display_registers_from):
5447 Delete unused variable.
5448 (tui_check_register_values): Delete unused variable.
5449 (tui_register_format): Delete unused variable.
5450 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5451 * tui/tui-windata.c (tui_display_data_from_line):
5452 Delete unused variables.
5453 (tui_vertical_data_scroll): Delete unused variables.
5454
5455 2010-05-05 Michael Snyder <msnyder@vmware.com>
5456
5457 * remote.c (remote_threads_info): Revert questionable part of
5458 the previous change.
5459
5460 2010-05-05 Michael Snyder <msnyder@vmware.com>
5461
5462 * mi/mi-out.c (mi_table_begin): Delete unused variable.
5463 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5464 (mi_cmd_var_list_children): Delete unused variable.
5465 (varobj_update_one): Delete unused variable.
5466 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5467 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5468 Delete unused variable.
5469 (mi_cmd_stack_list_variables): Delete unused variable.
5470 (list_args_or_locals): Delete unused variable.
5471 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5472 Delete unused variables.
5473 (mi_cmd_file_list_exec_source_files): Delete unused variable.
5474 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5475 Delete unused variable.
5476 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5477 (mi_cmd_interpreter_exec): Delete unused variable.
5478 (mi_on_normal_stop): Delete unused variable.
5479 * mi/mi-main.c (run_one_inferior): Delete unused variable.
5480 (print_one_inferior): Delete unused variables.
5481 (mi_execute_command): Delete unused variable.
5482 (mi_cmd_execute): Delete unused variable.
5483 (timestamp): Delete unused variable.
5484
5485 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5486 (restore_binary_file): Delete unused variable.
5487 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5488 * cli/cli-script.c (define_command): Delete unused variables.
5489 (recurse_read_control_structure): Delete unused variable.
5490 (script_from_file): Delete unused variable.
5491 * cli/cli-cmds.c (complete_command): Delete unused variable.
5492 (disassemble_command): Delete unused variable.
5493
5494 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5495 * tracepoint.c (delete_trace_variable_command):
5496 Delete unused variables.
5497 (encode_actions_1): Delete unused variables.
5498 (start_tracing): Delete unused variable.
5499 (trace_status_mi): Delete unused variable.
5500 (tfind_1): Delete unused variable.
5501 (trace_find_pc_command): Delete unused variable.
5502 (trace_find_line_command): Delete unused variables.
5503 (trace_find_range_command): Delete unused variables.
5504 (trace_find_outside_command): Delete unused variables.
5505 (parse_tracepoint_definition): Delete unused variables.
5506 (tfile_fetch_registers): Delete unused variable.
5507
5508 * dcache.c (dcache_init): Delete unused variable.
5509 (dcache_info): Delete unused variable.
5510
5511 * remote.c (remote_threads_info): Delete unused variable.
5512 (process_stop_reply) :Delete unused variable.
5513 (remote_get_trace_status): Delete unused variables.
5514
5515 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5516 (thread_from_lwp): Delete unused variable.
5517 (enable_thread_event_reporting): Delete unused variable.
5518 (check_for_thread_db): Delete unused variables.
5519 (thread_db_find_new_threads_2): Delete unused variable.
5520
5521 * linux-fork.c (info_checkpoints_command): Delete unused variables.
5522 (checkpoint_command): Delete unused variable.
5523 (linux_fork_context): Delete unused variables.
5524
5525 * linux-nat.c (linux_parent_pid): Delete unused global variable.
5526 (linux_tracefork_child): Delete unused variable.
5527 (linux_child_follow_fork): Delete unused variable.
5528 (linux_nat_detach): Delete unused variable.
5529 (linux_handle_extended_wait): Delete unused variable.
5530 (linux_nat_has_pending_sigint): Delete unused variable.
5531 (linux_nat_find_memory_regions): Delete unused variable.
5532 (linux_nat_make_corefile_notes): Delete unused variables.
5533 (linux_nat_info_proc_cmd): Delete unused variable.
5534 (linux_proc_pending_signals): Delete unused variable.
5535 (linux_nat_stop_lwp): Delete unused variables.
5536 (_initialize_linux_nat): Delete unused variable.
5537
5538 * ser-pipe.c (pipe_ops): Delete unused global variable.
5539
5540 * linux-record.c (record_linux_system_call):
5541 Delete unused variables.
5542
5543 * corelow.c (core_xfer_partial): Delete unused variables.
5544
5545 * solib-svr4.c (find_program_interpreter): Delete unused variable.
5546 (svr4_solib_create_inferior_hook): Add ifdef around
5547 conditionally-used variable declarations.
5548
5549 * solib.c (solib_find): Delete unused variable.
5550 (free_so_symbols): Delete unused variable.
5551 (info_sharedlibrary_command): Delete unused variable.
5552 (reload_shared_libraries_1): Delete unused variable.
5553 (_initialize_solib): Delete unused variable.
5554
5555 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5556 (i386_collect_xstateregset): Delete unused variable.
5557 * i387-tdep.c (i387_print_float_info): Delete unused variable.
5558
5559 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5560 Delete unused variable 'type'.
5561
5562 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
5565 ada-lang.c: Remove comment mentioning these macros.
5566 * m2-exp.y: Delete commented out code.
5567
5568 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5569
5570 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5571 for array types.
5572 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5573
5574 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5575
5576 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
5577 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
5578 ATTRIBUTE_UNUSED.
5579 (cleanup_kernel_helper_return): Likewise.
5580 * arm-tdep.c (copy_unmodified): Likewise.
5581 (copy_preload): Likewise.
5582 (copy_copro_load_store): Likewise.
5583 (cleanup_branch): Likewise.
5584 (copy_b_bl_blx): Likewise.
5585 (copy_bx_blx_reg): Likewise.
5586 (copy_alu_imm): Likewise.
5587 (copy_alu_reg): Likewise.
5588 (copy_alu_shifted_reg): Likewise.
5589 (cleanup_load): Likewise.
5590 (cleanup_store): Likewise.
5591 (cleanup_block_load_pc): Likewise.
5592 (cleanup_svc): Likewise.
5593 (copy_undef): Likewise.
5594 (copy_unpred): Likewise.
5595 * remote.c (register_remote_support_xml): Likewise.
5596
5597 2010-05-05 Hui Zhu <teawater@gmail.com>
5598
5599 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5600
5601 2010-05-04 Mark Kettenis <kettenis@gnu.org>
5602
5603 * remote.c (register_remote_support_xml)
5604 (remote_query_supported_append, remote_query_supported): Add cast
5605 to NULL used as sentinel.
5606 * tracepoint.c (tvariables_info_1): Likewise.
5607 * utils.c (add_internal_problem_command): Likewise.
5608
5609 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5610
5611 * dwarf2loc.c (read_pieced_value, write_pieced_value,
5612 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5613 registers gracefully.
5614
5615 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5616
5617 * exec.c (print_section_info): Display entry point without arch
5618 specific parts.
5619
5620 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5621
5622 PR exp/11349.
5623 * printcmd.c (x_command): Only dereference once implicitly for
5624 TYPE_CODE_REF.
5625
5626 2010-05-03 Doug Evans <dje@google.com>
5627
5628 * event-loop.c (gdb_timer): Delete unused global.
5629 (create_timer): Update.
5630
5631 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5632
5633 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5634 CURRENT->DECLARATION case.
5635 * cp-support.h (struct using_direct): Provide extended comment.
5636
5637 2010-05-03 Mark Kettenis <kettenis@gnu.org>
5638
5639 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5640 HPPABSD_SIZEOF_GREGS.
5641 (HPPAOBSD_SIZEOF_FPREGS): New define.
5642 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5643 (hppaobsd_supply_fpregset): New function.
5644 (hppaobsd_gregset): Renamed from hppabsd_gregset.
5645 (hppaobsd_fpregset): New variable.
5646 (hppaobsd_regset_from_core_section): Handle floating-point registers.
5647 (_initialize_hppabsd_tdep): Remove spurious blank line.
5648
5649 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5650
5651 PR pascal/11349.
5652 * p-valprint.c (pascal_value_print): Always dereference a value with
5653 type code TYPE_CODE_REF.
5654
5655 2010-05-03 Pedro Alves <pedro@codesourcery.com>
5656
5657 * remote.c (remote_notice_signals): New.
5658 (remote_start_remote): In non-stop mode, update the remote end on
5659 which signals it can silently pass.
5660 (init_remote_ops): Install remote_notice_signals.
5661
5662 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5663
5664 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
5665 * command.h (error_no_arg): ... here. Remove NORETURN, change
5666 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5667 * defs.h (NORETURN, ATTR_NORETURN): Remove.
5668 (perror_with_name, verror, error, error_stream, vfatal, fatal)
5669 (internal_verror, internal_error, nomem): Remove NORETURN, change
5670 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5671 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5672 (throw_vfatal, throw_error): Remove NORETURN.
5673 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5674 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5675 (throw_error, deprecated_throw_reason): Remove NORETURN, change
5676 ATTR_NORETURN to ATTRIBUTE_NORETURN.
5677 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5678 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5679 NORETURN.
5680 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5681 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5682 ATTRIBUTE_NORETURN.
5683 * target.c (tcomplain): Likewise.
5684 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5685 ATTRIBUTE_NORETURN.
5686 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5687 (internal_error, perror_with_name, nomem): Remove NORETURN.
5688 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5689 ATTRIBUTE_NORETURN.
5690
5691 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5692
5693 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5694 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5695 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5696 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5697 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5698 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5699 * complaints.h (complaint, internal_complaint): Likewise.
5700 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5701 (ATTR_FORMAT): Remove.
5702 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5703 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5704 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5705 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5706 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5707 (internal_error, internal_vwarning, internal_warning, warning)
5708 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5709 * disasm.c (fprintf_disasm): Likewise.
5710 * exceptions.c (throw_it): Likewise.
5711 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5712 (throw_error): Likewise.
5713 * language.h (type_error, range_error): Likewise.
5714 * linespec.c (cplusplus_error): Likewise.
5715 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5716 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5717 * monitor.c (monitor_debug): Likewise.
5718 * parser-defs.h (parser_fprintf): Likewise.
5719 * serial.h (serial_printf): Likewise.
5720 * tui/tui-hooks.c (tui_query_hook): Likewise.
5721 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5722 (uo_message): Likewise.
5723 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5724 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5725 Likewise.
5726 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5727
5728 2010-05-02 Pedro Alves <pedro@codesourcery.com>
5729
5730 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5731 (cli_table_header, cli_begin, cli_end, cli_field_int)
5732 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5733 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5734 Delete forward declarations.
5735 (cli_ui_out_impl): Move below the callbacks.
5736 (_initialize_cli_out): Delete.
5737
5738 2010-05-02 Pedro Alves <pedro@codesourcery.com>
5739
5740 * README: Use consistent `GDB' and `GDBserver' spellings.
5741
5742 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5743
5744 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5745
5746 2010-05-01 Pedro Alves <pedro@codesourcery.com>
5747
5748 * infrun.c (prepare_for_detach): In non-stop, context switch to
5749 the thread that got the event before handling the event.
5750
5751 2010-04-30 Tom Tromey <tromey@redhat.com>
5752
5753 * symtab.c (symbol_set_names): Fix typo.
5754
5755 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5756
5757 * python/py-param.c (parm_constants): Avoid ARI warning
5758 by adding ARI comment.
5759 (parmpy_init): Likewise.
5760
5761 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5762
5763 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5764 and created type for re-use.
5765
5766 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
5767
5768 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5769
5770 2010-04-29 Doug Evans <dje@google.com>
5771
5772 * ser-base.h (reschedule): Delete prototype.
5773 * ser-base.c (reschedule): Make static.
5774
5775 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5776
5777 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5778 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
5779 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
5780 EABI.
5781 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
5782 use.
5783
5784 2010-04-29 Pedro Alves <pedro@codesourcery.com>
5785
5786 PR gdb/11557
5787
5788 * regcache.c (registers_changed): Rename to ...
5789 (registers_changed_ptid): ... this, and only delete register cache
5790 entries matching the ptid filter argument.
5791 (registers_changed): Reimplement on top of registers_changed_ptid.
5792 * regcache.h (registers_changed_ptid): Declare.
5793 * target.c (target_resume): Flush register caches.
5794
5795 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5796 Tom Tromey <tromey@redhat.com>
5797 Thiago Jung Bauermann <bauerman@br.ibm.com>
5798
5799 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5800 (SUBDIR_PYTHON_SRCS): Likewise.
5801 (py-parameter.o): New rule.
5802 * python/py-parameter.c: New file.
5803 * python/python-internal.h (gdbpy_initialize_parameter)
5804 (gdbpy_parameter, gdbpy_parameter_value)
5805 (gdbpy_parse_command_name): Declare.
5806 * python/py-cmd.c (parse_command_name): Rename to
5807 gdbpy_parse_command_name.
5808 (gdbpy_parse_command_name): Accept a starting list parameter and
5809 use over cmdlist.
5810 (cmdpy_init): Use gdbpy_parse_command_name.
5811 * python/python.c (parameter_to_python): Rename to
5812 gdbpy_parameter_to_python. Accept enum var_types and value.
5813 (gdbpy_parameter): Use gdbpy_parameter_value.
5814 (_initialize_python): Call gdbpy_initialize_parameters.
5815
5816 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5817
5818 * MAINTAINERS: Add myself for write after approval privileges.
5819
5820 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5821
5822 D language support.
5823 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5824 (COMMON_OBS): Add d-lang.o d-valprint.o.
5825 (HFILES_NO_SRCDIR): Add d-lang.h.
5826 * NEWS: Mention D language support.
5827 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5828 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5829 * d-lang.c: New file.
5830 * d-lang.h: New file.
5831 * d-valprint.c: New file.
5832 * defs.h (enum language): Add language_d.
5833 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5834 * language.c (binop_result_type, integral_type, character_type)
5835 (string_type, boolean_type, structured_type): Add language_d.
5836 * symfile.c (init_filename_language_table): Add language_d.
5837 * symtab.c: Include d-lang.h.
5838 (symbol_init_language_specific, symbol_find_demangled_name)
5839 (symbol_natural_name, lookup_symbol_in_language)
5840 (symbol_demangled_name, symbol_matches_domain): Add language_d.
5841
5842 2010-04-27 Joel Brobecker <brobecker@adacore.com>
5843
5844 * solib-svr4.c (solib_svr4_r_map): Expand function description.
5845
5846 2010-04-27 Joel Brobecker <brobecker@adacore.com>
5847
5848 * symfile.c (init_filename_language_table): Register .dg files
5849 with language_ada.
5850
5851 2010-04-27 Joel Brobecker <brobecker@adacore.com>
5852
5853 * gdbtypes.h (struct main_type): Expand comment about target_type
5854 field.
5855
5856 2010-04-27 Pedro Alves <pedro@codesourcery.com>
5857 Tristan Gingold <gingold@adacore.com>
5858
5859 * symfile.c (reread_symbols): Also search for file in libraries.
5860 Update comment.
5861
5862 2010-04-27 Joel Brobecker <brobecker@adacore.com>
5863
5864 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5865 in terms of configuration.
5866
5867 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 * objfiles.c: Include solist.h.
5870 (free_all_objfiles): New variable so. Check stale solist objfiles.
5871 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5872 and no_shared_libraries.
5873
5874 2010-04-27 Joel Brobecker <brobecker@adacore.com>
5875
5876 ARI warning fix.
5877 * python/py-auto-load.c (source_section_scripts): Remove trailing
5878 new-line in i18n string.
5879
5880 2010-04-26 Doug Evans <dje@google.com>
5881
5882 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5883
5884 2010-04-26 Tom Tromey <tromey@redhat.com>
5885
5886 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5887 command list.
5888
5889 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5890
5891 Removal of config/i386/nm-i386sol2.h native configuration file.
5892 * config/i386/nm-i386sol2.h: Remove file.
5893 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5894 * config/i386/sol2-64.mh: Idem.
5895 * config/djgpp/fnchange.lst: Remove reference to that file.
5896 * Makefile.in (HFILES_NO_SRCDIR): Idem.
5897
5898 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5899
5900 PR breakpoints/11531.
5901 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5902 macro definition and related comment.
5903 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5904 (resume): Remove code and comment related to this macro.
5905
5906 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5907
5908 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
5909 Fix whitespace.
5910
5911 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5912
5913 * defs.h: Adjust comment.
5914 * filesystem.h, filesystem.c: New files.
5915 * Makefile.in (SFILES): Add filesystem.c.
5916 (COMMON_OBS): Add filesystem.o.
5917 * solib.c (solib_find): Handle DOS-based filesystems. Handle
5918 different target and host path flavours.
5919 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
5920 has_dos_based_file_system on the gdbarch.
5921 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
5922 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
5923 * i386-tdep.c (i386_go32_init_abi): Ditto.
5924 * gdbarch.sh (has_dos_based_file_system): New.
5925 * gdbarch.h, gdbarch.c: Regenerate.
5926 * NEWS: Mention improved support for remote targets with DOS-based
5927 filesystems. Mention new `set/show target-file-system-kind'
5928 commands.
5929
5930 2010-04-23 Stan Shebs <stan@codesourcery.com>
5931
5932 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
5933 comments.
5934 (struct agent_reqs): Remove.
5935 (ax_reg_mask): Declare.
5936 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
5937 (free_agent_expr): Free reg_mask.
5938 (ax_print): Add scope and register mask info.
5939 (ax_reqs): Remove agent_reqs argument, use agent expression
5940 fields, and move part of register mask computation to...
5941 (ax_reg_mask): New function.
5942 * ax-gdb.c (gen_trace_static_fields): Call it.
5943 (gen_traced_pop): Ditto.
5944 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
5945 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
5946 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
5947 (gen_eval_for_expr): Ditto, and require an rvalue.
5948 (agent_command): Call ax_reqs.
5949 (agent_eval_command): Ditto.
5950 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
5951 (validate_action_line): Ditto.
5952 (collect_symbol): Ditto.
5953 (encode_actions_1): Ditto.
5954
5955 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
5956 Paul Pluzhnikov <ppluzhnikov@google.com>
5957 Jan Kratochvil <jan.kratochvil@redhat.com>
5958
5959 Fix deadlock on looped list of loaded shared objects.
5960 * solib-svr4.c (LM_PREV): New function.
5961 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
5962 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
5963 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
5964 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
5965
5966 2010-04-23 Doug Evans <dje@google.com>
5967
5968 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
5969 python.
5970 * configure: Regenerate.
5971 * main.c: #include "python/python.h".
5972 (captured_main): Defer loading auto-loaded scripts until after
5973 local_gdbinit has been sourced.
5974 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
5975 (load_auto_scripts_for_objfile): New function.
5976 (auto_load_new_objfile): Call it.
5977 * python/python.h (gdbpy_global_auto_load): Declare.
5978 (load_auto_scripts_for_objfile): Declare.
5979
5980 Add support for auto-loading scripts from .debug_gdb_scripts section.
5981 * NEWS: Add entry for .debug_gdb_scripts.
5982 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
5983 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
5984 (py-auto-load.o): New rule.
5985 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
5986 * cli/cli-cmds.h (find_and_open_script): Update prototype.
5987 * python/py-auto-load.c: New file.
5988 * python/python-internal.h: #include <stdio.h>.
5989 (set_python_list, show_python_list): Declare.
5990 (gdbpy_initialize_auto_load): Declare.
5991 (source_python_script_for_objfile): Declare.
5992 * python/python.c: Remove #include of observer.h.
5993 (gdbpy_auto_load): Moved to py-auto-load.c.
5994 (GDBPY_AUTO_FILENAME): Ditto.
5995 (gdbpy_new_objfile): Delete.
5996 (source_python_script_for_objfile): New function.
5997 (set_python_list, show_python_list): Make externally visible.
5998 (_initialize_python): Move "auto-load" command to py-auto-load.c
5999 and observer_attach_new_objfile to py-auto-load.c.
6000
6001 2010-04-23 Jerome Guitton <guitton@adacore.com>
6002
6003 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6004 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6005 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6006 New constants.
6007 (alpha_heuristic_analyze_probing_loop): New function.
6008 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6009 and handle cases when a stack probe loop is generated.
6010 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6011 (alpha_mdebug_max_frame_size_exceeded): New function.
6012 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6013 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6014 Return 0 when the maximum debuggable frame size has been exceeded.
6015
6016 2010-04-23 Joel Brobecker <brobecker@adacore.com>
6017
6018 Fix ARI warning.
6019 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6020
6021 2010-04-20 Chris Moller <cmoller@redhat.com>
6022
6023 PR 10179
6024
6025 * symtab.c (rbreak_command): Added code to include a filename
6026 specification in the rbreak argument.
6027 * NEWS: Added a brief description of filename-qualified rbreak.
6028
6029 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6030
6031 Fix crashes on dangling display expressions.
6032 * ada-lang.c (ada_operator_check): New function.
6033 (ada_exp_descriptor): Fill-in the field operator_check.
6034 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6035 * jv-lang.c (exp_descriptor_java): Likewise.
6036 * m2-lang.c (exp_descriptor_modula2): Likewise.
6037 * scm-lang.c (exp_descriptor_scm): Likewise.
6038 * parse.c (exp_descriptor_standard): Likewise.
6039 (operator_check_standard): New function.
6040 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6041 * parser-defs.h (struct exp_descriptor): New field operator_check.
6042 (operator_check_standard, exp_uses_objfile): New declarations.
6043 * printcmd.c: Remove the inclusion of solib.h.
6044 (display_uses_solib_p): Remove the function.
6045 (clear_dangling_display_expressions): Call lookup_objfile_from_block
6046 and exp_uses_objfile instead of display_uses_solib_p.
6047 * solist.h (struct so_list) <objfile>: New comment.
6048 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6049 * symtab.h (lookup_objfile_from_block): New declaration.
6050 (struct general_symbol_info) <obj_section>: Extend the comment.
6051
6052 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6053 Thiago Jung Bauermann <bauerman@br.ibm.com>
6054
6055 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6056 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6057 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6058 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6059 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6060 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6061 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6062 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6063 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6064 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6065 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6066 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6067 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6068 Define, in case <ptrace.h> doesn't provide it.
6069 (booke_debug_info): New variable.
6070 (max_slots_number): Ditto.
6071 (hw_break_tuple): New struct.
6072 (thread_points): Ditto.
6073 (ppc_threads): New variable.
6074 (PPC_DEBUG_CURRENT_VERSION): New define.
6075 (have_ptrace_new_debug_booke): New function.
6076 (ppc_linux_check_watch_resources): Renamed to ...
6077 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
6078 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6079 (booke_cmp_hw_point): New function.
6080 (booke_find_thread_points_by_tid): Ditto.
6081 (booke_insert_point): Ditto.
6082 (booke_remove_point): Ditto.
6083 (ppc_linux_insert_hw_breakpoint): Ditto.
6084 (ppc_linux_remove_hw_breakpoint): Ditto.
6085 (get_trigger_type): Ditto.
6086 (ppc_linux_insert_watchpoint): Handle BookE processors.
6087 (ppc_linux_remove_watchpoint): Ditto.
6088 (ppc_linux_new_thread): Ditto.
6089 (ppc_linux_thread_exit): New function..
6090 (ppc_linux_stopped_data_address): Handle BookE processors.
6091 (ppc_linux_watchpoint_addr_within_range): Ditto.
6092 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6093 to_remove_hw_breakpoint fields of the target operations struct.
6094 Add observe for the thread_exit event.
6095
6096 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6097
6098 * i386-linux-nat.c (regmap): Removed.
6099 (fetch_register): Replace regmap with
6100 i386_linux_gregset_reg_offset.
6101 (store_register): Likewise.
6102 (supply_gregset): Likewise.
6103 (fill_gregset): Likewise.
6104
6105 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6106 global.
6107
6108 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6109
6110 2010-04-22 Chris Moller <cmoller@redhat.com>
6111
6112 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6113 method of popping recursion-detection stack with a method based on
6114 obstack_object_size(). (Similar to the PR9167 patch below, but for
6115 the static array obstack rather than the static member obstack.)
6116
6117 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
6118
6119 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6120 (_initialize_amd64_linux_nat): Replace
6121 amd64_linux_gregset64_reg_offset with
6122 amd64_linux_gregset_reg_offset.
6123
6124 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6125 global.
6126
6127 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6128
6129 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6130
6131 PR stabs/11479.
6132 * stabsread.c (set_length_in_type_chain): New function.
6133 (read_struct_type): Call set_length_in_type_chain function.
6134 (read_enum_type): Idem.
6135
6136 2010-04-21 Stan Shebs <stan@codesourcery.com>
6137 Nathan Sidwell <nathan@codesourcery.com>
6138
6139 * tracepoint.c (trace_save): Open in binary mode.
6140
6141 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6142
6143 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6144 fields.
6145 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6146 builtin_char32 fields.
6147 * printcmd.c (decode_format): Set char size to '\0'
6148 for strings unless explicit size is given.
6149 (print_formatted): Correct calculation of NEXT_ADDRESS
6150 for 16 or 32 bit strings.
6151 (do_examine): Do not force byte size for strings.
6152 Use builtin_char16 and builtin_char32 types to display
6153 16 or 32 bit-wide strings.
6154 (x_command): Set LAST_SIZE to 'b' for string type.
6155
6156 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
6157
6158 PR corefiles/11523
6159 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6160 XCR0 first.
6161
6162 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6163 there is no .reg-xstate section.
6164 (i386_linux_core_read_description): Check XCR0 first.
6165
6166 2010-04-21 Mike Frysinger <vapier@gentoo.org>
6167
6168 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6169 for len <= 8.
6170
6171 2010-04-21 Chris Moller <cmoller@redhat.com>
6172
6173 PR 9167
6174 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6175 method of popping recursion-detection stack with a method based on
6176 obstack_object_size().
6177
6178 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6179
6180 PR pascal/11492.
6181 * p-valprint.c (pascal_val_print): Fix default printing of integer
6182 arrays.
6183
6184 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6185
6186 Fix compilation warning on gcc-4.1.2.
6187 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6188 local variable`pc' to zero.
6189
6190 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6191
6192 Implement thread support with core files on alpha-tru64.
6193 * dec-thread.c (dec_thread_find_new_threads): New function,
6194 extracted from resync_thread_list.
6195 (resync_thread_list): Add OPS parameter. Replace extracted-out
6196 code by call to dec_thread_find_new_threads.
6197 (dec_thread_wait): Update call to resync_thread_list.
6198 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6199
6200 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6201
6202 * ada-lang.c (value_pointer): New function.
6203 (make_array_descriptor): Call value_pointer to convert addresses to
6204 pointers.
6205
6206 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6207
6208 * rs6000-aix-tdep.c: #include exceptions.h.
6209 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6210 while reading the memory at ADDR, then ADDR cannot be a function
6211 descriptor.
6212
6213 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6214
6215 * ada-typeprint.c (ada_print_typedef): New function.
6216 * ada-lang.h (ada_print_typedef): Add declaration.
6217 * ada-lang.c (ada_language_defn): set la_print_typdef field
6218 to ada_print_typedef.
6219
6220 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6221
6222 * procfs.c (procfs_address_to_host_pointer): Only define when used.
6223
6224 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6225
6226 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6227 (iterate_over_mappings): Adjust function profile. Add declaration.
6228 (insert_dbx_link_bpt_in_region, info_mappings_callback):
6229 Adjust accordingly.
6230
6231 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6232
6233 * procfs.c (solib_mappings_callback): Move function up to avoid
6234 a compiler warning.
6235
6236 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6237
6238 * procfs.c (find_signalled_thread, find_stop_signal): Move
6239 these functions down to define them only when used.
6240
6241 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6242
6243 * valprint.c (common_val_print): Fix the value before extracting
6244 its contents.
6245 * ada-lang.c (ada_to_fixed_value): Make this function extern.
6246 * ada-lang.h (ada_to_fixed_value): New function declaration.
6247 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6248 to avoid code duplication and fix a bug in the handling of
6249 fixed types contents.
6250
6251 2010-04-20 Tom Tromey <tromey@redhat.com>
6252
6253 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6254 (read_partial_die): Likewise.
6255 (dwarf_attr_name): Likewise.
6256
6257 2010-04-20 Chris Moller <cmoller@redhat.com>
6258
6259 PR 10867
6260
6261 * cp-valprint.c (global): Adding new static array recursion
6262 detection obstack.
6263 (cp_print_value_fields, cp_print_static_field): Added new static
6264 array recursion detection code.
6265
6266 2010-04-20 Mark Kettenis <kettenis@gnu.org>
6267
6268 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6269 general-purpose register set should be 68 instead of 144.
6270 (i386_linux_sse_regset_sections): Likewise.
6271 (i386_linux_avx_regset_sections): Likewise.
6272
6273 2010-04-20 Stan Shebs <stan@codesourcery.com>
6274 Nathan Sidwell <nathan@codesourcery.com>
6275
6276 * dwarf2loc.c (struct axs_var_loc): New struct.
6277 (dwarf2_tracepoint_var_loc): New function.
6278 (dwarf2_tracepoint_var_access): New function.
6279 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6280 with DW_OP_piece.
6281 (locexpr_describe_location_piece): New function.
6282 (locexpr_describe_location_1): New function.
6283 (locexpr_describe_location): Call it, update signature.
6284 (loclist_describe_location): Rewrite to loop over locations,
6285 update signature.
6286 * symtab.h (struct symbol_computed_ops): Add address to
6287 describe_location arguments, return void.
6288 * printcmd.c (address_info): Get context PC, pass to computed
6289 location description.
6290 * tracepoint.c (scope_info): Ditto.
6291 * ax-gdb.c (trace_kludge): Export.
6292
6293 2010-04-20 Tom Tromey <tromey@redhat.com>
6294
6295 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6296 (struct dwarf2_cie) <segment_size>: New field.
6297 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6298 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6299 DW_FORM_exprloc.
6300 (read_attribute_value): Handle DW_FORM_flag_present,
6301 DW_FORM_sec_offset, DW_FORM_exprloc.
6302 (dump_die_shallow): Likewise.
6303 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6304 (dwarf2_const_value): Handle DW_FORM_exprloc.
6305 (attr_form_is_block): Likewise.
6306 (struct line_header) <maximum_ops_per_instruction>: New field.
6307 (dwarf_decode_line_header): Set new field.
6308 (dwarf_decode_lines): Handle new field.
6309
6310 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6311
6312 * f-exp.y: Add new production to recognize the `logical*8' type.
6313 (LOGICAL_S8_KEYWORD): New token.
6314 * f-lang.c (enum f_primitive_types)
6315 <f_primitive_type_logical_s8>: New field.
6316 (f_language_arch_info): Handling `logical*8' type.
6317 (build_fortran_types): Building `logical*8' type.
6318 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6319
6320 2010-04-19 Doug Evans <dje@google.com>
6321
6322 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6323 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6324 (pipe_close): Ditto.
6325
6326 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6327
6328 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6329
6330 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6331
6332 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6333 type to void function.
6334
6335 2010-04-19 Stan Shebs <stan@codesourcery.com>
6336 Vladimir Prus <vladimir@codesourcery.com>
6337
6338 * tracepoint.c (tfind_1): Add missing newline, report exit from
6339 tfind mode as such.
6340 * target.c (update_current_target): Make default
6341 to_trace_find return -1.
6342
6343 2010-04-19 Mike Frysinger <vapier@gentoo.org>
6344
6345 * objc-lang.c (find_methods): Move symname check up.
6346
6347 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6348
6349 * ada-lang.c (print_recreate_exception)
6350 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6351 not "catch unhandled".
6352
6353 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6354
6355 PR breakpoints/8554.
6356
6357 Implement `save-breakpoints'.
6358
6359 * breakpoint.c (save_cmdlist): New.
6360 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6361 to save_cmdlist.
6362 (print_recreate_catch_fork): New.
6363 (catch_fork_breakpoint_ops): Install it.
6364 (print_recreate_catch_vfork): New.
6365 (catch_vfork_breakpoint_ops): Install it.
6366 (print_recreate_catch_syscall): New.
6367 (catch_syscall_breakpoint_ops): Install it.
6368 (print_recreate_catch_exec): New.
6369 (catch_exec_breakpoint_ops): Install it.
6370 (print_recreate_exception_catchpoint): New.
6371 (gnu_v3_exception_catchpoint_ops): Install it.
6372 (save_breakpoints): New, based on tracepoint_save_command, but
6373 handle all breakpoint types.
6374 (save_breakpoints_command): New.
6375 (tracepoint_save_command): Rename to...
6376 (save_tracepoints_command): ... this, and reimplement using
6377 save_breakpoints.
6378 (save_command): New.
6379 (_initialize_breakpoints): Install the "save" command prefix.
6380 Install the "save breakpoints" command. Make "save-tracepoints" a
6381 deprecated alias for "save tracepoints".
6382 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6383 * ada-lang.c (print_recreate_exception): New.
6384 (print_recreate_catch_exception): New.
6385 (catch_exception_breakpoint_ops): Install it.
6386 (print_recreate_catch_exception_unhandled): New.
6387 (catch_exception_unhandled_breakpoint_ops): Install it.
6388 (print_recreate_catch_assert): New.
6389 (catch_assert_breakpoint_ops): Install it.
6390
6391 * NEWS: Mention the new `save breakpoints' command. Mention the
6392 new `save tracepoints' alias and that `save-tracepoints' is now
6393 deprecated.
6394
6395 2010-04-18 Pedro Alves <pedro@codesourcery.com>
6396
6397 PR tui/9217
6398
6399 * tui/tui-out.c: Include cli-out.h.
6400 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6401 (tui_begin, tui_end, tui_field_int, tui_field_skip)
6402 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6403 (tui_message, tui_wrap_hint, tui_flush): Delete forward
6404 declarations.
6405 (struct ui_out_data): Rename to...
6406 (struct tui_ui_out_data): ... this. Remove `stream' and
6407 `suppress_output' fields, and inherit cli_ui_out_data.
6408 (tui_out_data): New typedef.
6409 (tui_ui_out_impl): Don't initialize fields staticaly.
6410 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6411 (tui_begin, tui_end): Delete.
6412 (tui_field_int): Adjust to delegate most work to the base type.
6413 (tui_field_skip): Delete.
6414 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
6415 delegate most work to the base type.
6416 (tui_spaces): Delete.
6417 (tui_text): Adjust to delegate most work to the base type.
6418 (tui_message): Delete.
6419 (tui_wrap_hint): Delete.
6420 (tui_flush): Delete.
6421 (out_field_fmt): Delete.
6422 (field_separator): Delete.
6423 (tui_out_new): Adjust to initialize the base type.
6424 (_initialize_tui_out): Initialize tui_ui_out_impl.
6425 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6426 cli_ui_out_data.
6427 (cli_out_data): Adjust.
6428 (cli_ui_out_impl): Make extern.
6429 (cli_table_header, cli_field_int, cli_field_skip): Use
6430 uo_field_string instead of cli_field_string.
6431 (cli_redirect): Adjust to use cli_out_data.
6432 (cli_out_data_ctor): New.
6433 (cli_out_new): Use it.
6434 * cli-out.h (struct ui_file): Remove forward declaration.
6435 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6436 (cli_ui_out_impl): Declare.
6437 (cli_out_data_ctor): Declare.
6438 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6439 (uo_field_string): No longer static.
6440 (ui_out_data): Change return type to void pointer.
6441 (ui_out_new): Change `data' parameter type to void pointer.
6442 * ui-out.h (struct ui_out_data): Don't forward declare.
6443 (ui_out_data): Change return type to void pointer.
6444 (ui_out_new): Change `data' parameter type to void pointer.
6445 (uo_field_string): Declare.
6446
6447 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6448
6449 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6450 instead of always false.
6451
6452 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6453
6454 PR corefiles/11511
6455 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6456 orig_rax.
6457
6458 2010-04-17 Pedro Alves <pedro@codesourcery.com>
6459
6460 * breakpoint.c (watchpoints_triggered): Use
6461 is_hardware_watchpoint.
6462 (watchpoints_triggered): Ditto.
6463 (bpstat_check_location): Use is_watchpoint and
6464 is_hardware_watchpoint.
6465 (bpstat_check_watchpoint): Use is_watchpoint and
6466 is_hardware_watchpoint.
6467 (bpstat_stop_status): Fix comment.
6468 (user_settable_breakpoint): Use is_watchpoint.
6469 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6470 (disable_watchpoints_before_interactive_call_start): Use
6471 is_watchpoint.
6472 (enable_watchpoints_after_interactive_call_stop): Use
6473 is_watchpoint.
6474 (clear_command): Use is_watchpoint.
6475 (do_enable_breakpoint): Use is_watchpoint.
6476
6477 2010-04-16 Mike Frysinger <vapier@gentoo.org>
6478
6479 * solib-frv.c (enable_break1_done): Delete.
6480 (enable_break2): Do not check enable_break1_done. Move the
6481 enable_break2_done setting and call to
6482 remove_solib_event_breakpoints() to the end. Return without
6483 warning when the contents of _dl_debug_addr are 0.
6484 (enable_break): Do not set enable_break1_done.
6485 (frv_clear_solib): Likewise.
6486
6487 2010-04-16 Kevin Buettner <kevinb@redhat.com>
6488
6489 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6490 instead of an error if no PLT entry is found. Return a
6491 potentially useful result.
6492 (m32c_m16c_pointer_to_address): Add code to search for function
6493 address when no .plt entry is found.
6494
6495 2010-04-16 Stan Shebs <stan@codesourcery.com>
6496
6497 * tracepoint.c (trace_variable_command): Run a cleanup.
6498
6499 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6500
6501 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6502
6503 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6504
6505 Support for Windows OS Thread Information Block.
6506 * NEWS: Document new feature.
6507 * remote.c (PACKET_qGetTIBAddr): New enum element.
6508 (remote_get_tib_address): New function.
6509 (init_remote_ops): Set to_get_tib_address field
6510 to remote_get_tib_address.
6511 (_initialize_remote): Add add_packet_config_cmd
6512 for PACKET_qGetTIBAddr.
6513 * target.c (update_current_target): Set default value for
6514 new to_get_tib_address field.
6515 * target.h (target_ops): New field to_get_tib_address.
6516 (target_get_tib_address): New macro.
6517 * windows-nat.c (thread_info): Add thread_local_base field.
6518 (windows_add_thread): Add tlb argument of type 'void *'.
6519 (fake_create_process): Adapt windows_add_thread call.
6520 (get_windows_debug_event): Idem.
6521 (windows_get_tib_address): New function.
6522 (init_windows_ops): Set to_get_tib_address field
6523 to remote_get_tib_address.
6524 (_initialize_windows_nat): Replace info_w32_cmdlist
6525 initialization by a call to init_w32_command_list.
6526 (info_w32_command, info_w32_cmdlist): Removed from here...
6527 to windows-tdep.c file.
6528 * windows-tdep.h (info_w32_cmdlist): Declare.
6529 (init_w32_command_list): New external function
6530 declaration.
6531 * windows-tdep.c: Add several headers.
6532 (info_w32_cmdlist): to here, made global.
6533 (thread_information_32): New struct.
6534 (thread_information_64): New struct.
6535 (TIB_NAME): New char array.
6536 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6537 (maint_display_all_tib): New static variable.
6538 (windows_get_tlb_type): New function.
6539 (tlb_value_read, tlb_value_write): New functions.
6540 (tlb_value_funcs): New static struct.
6541 (tlb_make_value): New function.
6542 (display_one_tib): New function.
6543 (display_tib): New function.
6544 (show_maint_show_all_tib):New function.
6545 (info_w32_command): Moved from windows-nat.c.
6546 (init_w32_command_list): New function.
6547 (_initialize_windows_tdep): New function.
6548 New "maint set/show show-all-tib" command
6549 New "$_tlb" internal variable.
6550
6551 2010-04-16 Joel Brobecker <brobecker@adacore.com>
6552
6553 * tui/tui-regs.c (tui_display_register): Add comment about
6554 a couple of casts.
6555 * tui/tui-stack.c (tui_show_locator_content): Ditto.
6556
6557 2010-04-15 Stan Shebs <stan@codesourcery.com>
6558
6559 * frame.c: Include tracepoint.h.
6560 (get_current_frame): Allow a trace frame to be an alternate source
6561 of stack frame data.
6562 * tracepoint.c (tfind_1): Don't try to get current stack frame if
6563 it won't succeed.
6564
6565 2010-04-15 Pedro Alves <pedro@codesourcery.com>
6566
6567 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6568 flags.
6569 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6570
6571 2010-04-15 Doug Evans <dje@google.com>
6572
6573 * NEWS: Add entry for python program space support.
6574 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6575 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6576 (py-progspace.o): New rule.
6577 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6578 function.
6579 (find_pretty_printer_from_progspace): New function.
6580 (find_pretty_printer_from_gdb): New function.
6581 (find_pretty_printer): Rewrite.
6582 * python/py-progspace.c: New file.
6583 * python/python-internal.h (program_space): Add forward decl.
6584 (pspace_to_pspace_object, pspy_get_printers): Declare.
6585 (gdbpy_initialize_pspace): Declare.
6586 * python/python.c: #include "progspace.h".
6587 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6588 (_initialize_python): Call gdbpy_initialize_pspace.
6589 (GdbMethods): Add current_progspace, progspaces.
6590
6591 Add -s option to source command.
6592 * NEWS: Document new option.
6593 * cli/cli-cmds.c (find_and_open_script): Add function comment.
6594 Delete from_tty and cleanupp args. Split filep arg into file and
6595 full_pathp. New arg search_path.
6596 (source_script_from_stream): New function.
6597 (source_script_with_search): New function.
6598 (source_script): Rewrite.
6599 (source_command): Parse "-s" option.
6600 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6601 * python/python.c (source_python_script): Make file arg a const char *.
6602 Don't call fclose, leave for caller.
6603 * python/python.h (source_python_script): Update.
6604
6605 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6606 Pedro Alves <pedro@codesourcery.com>
6607
6608 Avoid rereading shared libraries that haven't changed.
6609
6610 * solib.c (free_so_symbols): New function, from ...
6611 (free_so): ... here. Call it.
6612 (solib_read_symbols): Don't warn here if symbols have already been
6613 loaded.
6614 (solib_add): Warn here instead, if a pattern was specified.
6615 (reload_shared_libraries_1): New.
6616 (reload_shared_libraries): Rewrite to not fetch the library list.
6617
6618 2010-04-14 Doug Evans <dje@google.com>
6619
6620 * source.c (openp): Strip DOS drive letter if present before
6621 concatenating string to search path.
6622
6623 2010-04-14 Pedro Alves <pedro@codesourcery.com>
6624
6625 * objfiles.h (gdb_bfd_close_or_warn): Declare.
6626 * objfiles.c (gdb_bfd_close_or_warn): New.
6627 * corelow.c: Include objfiles.h
6628 (core_close): Use gdb_bfd_close_or_warn.
6629 * elfread.c (build_id_verify): Ditto.
6630 * exec.c (exec_close, exec_close_1): Ditto.
6631
6632 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6633 Pedro Alves <pedro@codesourcery.com>
6634
6635 Group errors for many missing shared libraries.
6636
6637 * solist.h (struct so_list): Remove from_tty.
6638 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6639 (solib_map_sections): Take so_list argument. Return 0 if we
6640 failed to open a BFD. Add target sections here.
6641 (symbol_add_stub): Delete.
6642 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
6643 not from_tty copied from the so_list. Don't warn a second time
6644 for a missing library.
6645 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
6646 add to the section table here. Print out a single warning for all
6647 missing libraries.
6648 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6649 flags.
6650
6651 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6652
6653 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6654 error/warning messages. Capitalize and use complete sentences.
6655 (blpy_block_syms_iternext): Likewise.
6656 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6657 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6658 (frame_info_to_frame_object, frapy_read_var)
6659 (gdbpy_frame_stop_reason_string): Likewise.
6660 * python/py-lazy-string.c (stpy_convert_to_value)
6661 (gdbpy_create_lazy_string_object): Likewise.
6662 * python/py-objfile.c (objfpy_set_printers): Likewise.
6663 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6664 * python/python.c (parameter_to_python): Likewise.
6665 * python/py-type.c (typy_range, typy_target): Likewise.
6666 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6667 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6668
6669
6670 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6671
6672 PR python/11381
6673
6674 * python/py-prettyprint.c (pretty_print_one_value): Test for
6675 Py_None.
6676 (print_string_repr): Test for Py_None. Set flags accordingly.
6677 Return value depending on return type.
6678 (print_children): Take a value indicating whether data was printed
6679 before this function was called. Alter output accordingly.
6680 (apply_val_pretty_printer): Capture return value from
6681 print_string_repr and pass to print_children.
6682
6683 2010-04-13 Mark Kettenis <kettenis@gnu.org>
6684
6685 PR corefiles/11481
6686 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6687 register note sections.
6688 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6689 New variables.
6690 (i386_linux_init_abi): Install list of supported register note
6691 sections that matches the target description.
6692
6693 2010-04-13 Pedro Alves <pedro@codesourcery.com>
6694
6695 * remote.c (remote_get_noisy_reply): Don't error out on empty
6696 replies.
6697 (remote_start_remote): Update and merge tracepoints and trace
6698 state variables as long as the target supports tracepoints.
6699 (remote_trace_init): Fix prototype.
6700 (remote_download_trace_state_variable): Validate reply.
6701 (remote_trace_set_readonly_regions): Fix prototype.
6702 (remote_trace_start): Fix prototype. Check for empty reply.
6703 (remote_get_trace_status): Small cleanup.
6704 (remote_trace_stop): Fix prototype. Check for empty reply.
6705 (remote_trace_find): Check for empty reply.
6706 (remote_save_trace_data): Validate reply.
6707 (remote_set_disconnected_tracing): Check for empty reply, and
6708 validate reply.
6709 (remote_set_circular_trace_buffer): Ditto.
6710
6711 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
6712
6713 Suppress unused value warning during compilation.
6714 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6715 calls to void.
6716 * tui/tui-stack.c (tui_show_locator_content): Likewise.
6717
6718 2010-04-12 Stan Shebs <stan@codesourcery.com>
6719
6720 * tracepoint.c (tfile_xfer_partial): Check read result.
6721
6722 2010-04-12 Mike Frysinger <vapier@gentoo.org>
6723
6724 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6725 * remote-sim.c (gdbsim_files_info): Likewise.
6726
6727 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6728
6729 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6730 * arm-linux-nat.c (arm_linux_vfp_register_count): New
6731 variable.
6732 (fetch_vfp_registers): New function to fetch VFP registers.
6733 (store_vfp_registers): New function to store VFP registers.
6734 (arm_linux_fetch_inferior_registers): Add support for VFP
6735 registers.
6736 (arm_linux_store_inferior_registers): Likewise.
6737 (arm_linux_read_description): Likewise.
6738 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6739 until we need it.
6740
6741 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
6742
6743 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6744 tdep.
6745 (amd64_collect_xstateregset): Likewise.
6746
6747 2010-04-09 Stan Shebs <stan@codesourcery.com>
6748
6749 * tracepoint.c (trace_status_mi): Report frames created.
6750
6751 * tracepoint.c (trace_dump_command): Include default-collect
6752 expressions.
6753
6754 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
6755
6756 * symtab.c (find_function_start_sal): Never return SAL pointing
6757 before function start address, even if line info is missing.
6758
6759 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6760
6761 * NEWS: Mention tracepoints support.
6762
6763 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6764
6765 * tracepoint.c (trace_status_mi): Report disconnected tracing and
6766 circular trace buffer statuses.
6767
6768 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6769
6770 * config/djgpp/fnchange.lst: Fix typo in translations for
6771 symbol-without-target_section.exp and symbol-without-target_section.c.
6772
6773 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6774
6775 * breakpoint.c (condition_command): Pass condition expression to
6776 set_breakpoint_condition stripped from breakpoint number.
6777
6778 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6779 Thiago Jung Bauermann <bauerman@br.ibm.com>
6780 Tom Tromey <tromey@redhat.com>
6781
6782 * breakpoint.c (condition_command): Simplify. Move condition
6783 setting code to ...
6784 (set_breakpoint_condition): ... here. New function.
6785 * breakpoint.h (set_breakpoint_condition): Declare.
6786 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6787 (SUBDIR_PYTHON_SRCS): Likewise.
6788 (py-breakpoint.o): New rule.
6789 * python/py-breakpoint.c: New file.
6790 * python/python-internal.h (gdbpy_breakpoints)
6791 (gdbpy_initialize_breakpoints): Declare.
6792 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6793
6794 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6795
6796 * regformats/regdat.sh: Include server.h. Don't include
6797 regcache.h.
6798
6799 2010-04-08 Stan Shebs <stan@codesourcery.com>
6800 Pedro Alves <pedro@codesourcery.com>
6801
6802 * tracepoint.h (struct trace_status): New fields disconnected_tracing
6803 and circular_buffer.
6804 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6805 * tracepoint.c (trace_status_command): Display target's status for
6806 disconnected tracing and circular buffer.
6807 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6808 query for non-disconnected-tracing case, remove the stop_tracing
6809 call.
6810 (tfile_open): Clear disconnected and circular buffer status.
6811 (trace_save): Save disconnected and circular buffer status.
6812 (parse_trace_status): Parse disconnected and circular buffer status,
6813 also recognize disconnected as a stop reason.
6814 * remote.c (remote_set_disconnected_tracing): Only set
6815 QTDisconnected if the remote end supports disconnected tracing.
6816 Warn otherwise, if trying to enable disconnected tracing.
6817 * infcmd.c (detach_command): Update disconnect_tracing call.
6818 * cli/cli-cmds.c (quit_command): Ditto.
6819
6820 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6821
6822 * i387-tdep.c (i387_collect_xsave): Replace abort with
6823 internal_error.
6824
6825 2010-04-08 Stan Shebs <stan@codesourcery.com>
6826
6827 * breakpoint.c (default_collect_info): New function.
6828 (breakpoints_info): Call it.
6829 (maintenance_info_breakpoints): Ditto.
6830 (tracepoints_info): Ditto.
6831
6832 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6833
6834 * i387-tdep.c (i387_collect_xsave): Re-indent.
6835
6836 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6837
6838 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6839 if HAVE_PTRACE_GETFPXREGS is defined.
6840 (i386_linux_read_description): Set have_ptrace_getfpxregs and
6841 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6842
6843 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6844 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6845 if .reg-xfp section doesn't exist.
6846 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6847
6848 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6849
6850 * i386-tdep.c: Include "features/i386/i386-mmx.c".
6851 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6852 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
6853 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6854 (i386_gdbarch_init): Update comments.
6855 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6856
6857 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6858
6859 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6860
6861 * features/Makefile (i386/i386-mmx-expedite): New.
6862 (i386/i386-mmx-linux-expedite): Likewise.
6863 ($(outdir)/i386/i386-mmx.dat): Likewise.
6864 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6865
6866 * features/i386/i386-mmx-linux.c: New.
6867 * features/i386/i386-mmx-linux.xml: Likewise.
6868 * features/i386/i386-mmx.c: Likewise.
6869 * features/i386/i386-mmx.xml: Likewise.
6870 * regformats/i386/i386-mmx-linux.dat: Likewise.
6871 * regformats/i386/i386-mmx.dat: Likewise.
6872
6873 * features/Makefile (WHICH): Add i386/i386-mmx and
6874 i386/i386-mmx-linux.
6875
6876 2010-04-08 Doug Evans <dje@google.com>
6877
6878 * source.c (openp): Skip $cdir in PATH.
6879
6880 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6881
6882 PR python/11417
6883 * python/py-lazy-string.c (stpy_convert_to_value): Check for
6884 a NULL address.
6885 (gdbpy_create_lazy_string_object): Allow strings with a NULL
6886 address and a zero length.
6887
6888 2010-04-08 Hui Zhu <teawater@gmail.com>
6889
6890 * i386-tdep.c (i386_process_record): Add support for insn
6891 rdtsc.
6892
6893 2010-04-07 Doug Evans <dje@google.com>
6894
6895 * python/python.c (source_python_script): Use ensure_python_env
6896 to prepare environment for script.
6897
6898 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6899
6900 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6901 <sys/uio.h> and "i386-xstate.h".
6902 (PTRACE_GETREGSET): New.
6903 (PTRACE_SETREGSET): Likewise.
6904 (have_ptrace_getregset): Likewise.
6905 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6906 registers.
6907 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6908 registers.
6909 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
6910 (amd64_linux_store_inferior_registers): Likewise.
6911 (amd64_linux_read_description): Check and enable AVX target
6912 descriptions.
6913
6914 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
6915 and "features/i386/amd64-avx-linux.c".
6916 (amd64_linux_regset_sections): New.
6917 (amd64_linux_core_read_description): Check and enable AVX
6918 target description.
6919 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
6920 set_gdbarch_core_regset_sections.
6921 (_initialize_amd64_linux_tdep): Call
6922 initialize_tdesc_amd64_avx_linux.
6923
6924 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
6925 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
6926 (tdesc_amd64_avx_linux): New.
6927 (amd64_linux_update_xstateregset): Likewise.
6928
6929 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
6930 (amd64_ymm_names): New.
6931 (amd64_ymmh_names): Likewise.
6932 (amd64_register_name): Likewise.
6933 (amd64_supply_xstateregset): Likewise.
6934 (amd64_collect_xstateregset): Likewise.
6935 (amd64_supply_xsave): Likewise.
6936 (amd64_collect_xsave): Likewise.
6937 (AMD64_NUM_REGS): Removed.
6938 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
6939 %xmmN if AVX is available.
6940 (amd64_pseudo_register_name): Support pseudo YMM registers.
6941 (amd64_regset_from_core_section): Support .reg-xstate section.
6942 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
6943 and ymm0h_regnum. Call set_gdbarch_register_name.
6944 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
6945
6946 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
6947 AMD64_YMM15H_REGNUM.
6948 (AMD64_NUM_REGS): New.
6949 (amd64_supply_xsave): Likewise.
6950 (amd64_collect_xsave): Likewise.
6951 (amd64_register_name): Removed.
6952 (amd64_register_type): Likewise.
6953
6954 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6955
6956 * i387-tdep.c: Include "i386-xstate.h".
6957 (XSAVE_XSTATE_BV_ADDR): New.
6958 (xsave_avxh_offset): Likewise.
6959 (XSAVE_AVXH_ADDR): Likewise.
6960 (i387_supply_xsave): Likewise.
6961 (i387_collect_xsave): Likewise.
6962
6963 * i387-tdep.h (I387_NUM_YMM_REGS): New.
6964 (I387_YMM0H_REGNUM): Likewise.
6965 (I387_YMMENDH_REGNUM): Likewise.
6966 (i387_supply_xsave): Likewise.
6967 (i387_collect_xsave): Likewise.
6968
6969 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6970
6971 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
6972 <sys/uio.h> and "i386-xstate.h".
6973 (PTRACE_GETREGSET): New.
6974 (PTRACE_SETREGSET): Likewise.
6975 (fetch_xstateregs): Likewise.
6976 (store_xstateregs): Likewise.
6977 (GETXSTATEREGS_SUPPLIES): Likewise.
6978 (regmap): Include 8 upper YMM registers.
6979 (i386_linux_fetch_inferior_registers): Support XSAVE extended
6980 state.
6981 (i386_linux_store_inferior_registers): Likewise.
6982 (i386_linux_read_description): Check and enable AVX target
6983 descriptions.
6984
6985 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
6986 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
6987 (i386_linux_regset_sections): Add ".reg-xstate".
6988 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
6989 (i386_linux_core_read_xcr0): New.
6990 (i386_linux_core_read_description): Check and enable AVX target
6991 description.
6992 (i386_linux_init_abi): Set xsave_xcr0_offset.
6993 (_initialize_i386_linux_tdep): Call
6994 initialize_tdesc_i386_avx_linux.
6995
6996 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
6997 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
6998 (i386_linux_core_read_xcr0): New.
6999 (tdesc_i386_avx_linux): Likewise.
7000 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7001
7002 * i386-tdep.c: Include "i386-xstate.h" and
7003 "features/i386/i386-avx.c".
7004 (i386_ymm_names): New.
7005 (i386_ymmh_names): Likewise.
7006 (i386_ymmh_regnum_p): Likewise.
7007 (i386_ymm_regnum_p): Likewise.
7008 (i386_xmm_regnum_p): Likewise.
7009 (i386_register_name): Likewise.
7010 (i386_ymm_type): Likewise.
7011 (i386_supply_xstateregset): Likewise.
7012 (i386_collect_xstateregset): Likewise.
7013 (i386_sse_regnum_p): Removed.
7014 (i386_pseudo_register_name): Support pseudo YMM registers.
7015 (i386_pseudo_register_type): Likewise.
7016 (i386_pseudo_register_read): Likewise.
7017 (i386_pseudo_register_write): Likewise.
7018 (i386_dbx_reg_to_regnum): Return %ymmN register number for
7019 %xmmN if AVX is available.
7020 (i386_regset_from_core_section): Support .reg-xstate section.
7021 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7022 (i386_process_record): Replace i386_sse_regnum_p with
7023 i386_xmm_regnum_p.
7024 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7025 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7026 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
7027 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
7028 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
7029 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7030 Set ymm0_regnum.
7031 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7032
7033 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7034 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7035 i386_ymm_type.
7036 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7037 (I386_AVX_NUM_REGS): New.
7038 (i386_xmm_regnum_p): Likewise.
7039 (i386_ymm_regnum_p): Likewise.
7040 (i386_ymmh_regnum_p): Likewise.
7041
7042 * common/i386-xstate.h: New.
7043
7044 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7045
7046 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7047
7048 * features/Makefile (WHICH): Add i386/i386-avx,
7049 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7050 (i386/i386-avx-expedite): New.
7051 (i386/i386-avx-linux-expedite): Likewise.
7052 (i386/x86-64-avx-expedite):Likewise.
7053 (i386/x86-64-avx-linux-expedite): Likewise.
7054 ($(outdir)/i386/i386-avx.dat): New dependency.
7055 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7056 ($(outdir)/i386/x86-avx-64.dat): Likewise.
7057 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7058
7059 * features/i386/32bit-avx.xml: New.
7060 * features/i386/64bit-avx.xml: Likewise.
7061 * features/i386/i386-avx-linux.c: Likewise.
7062 * features/i386/i386-avx-linux.xml: Likewise.
7063 * features/i386/i386-avx.c: Likewise.
7064 * features/i386/i386-avx.xml: Likewise.
7065 * features/i386/x86-64-avx-linux.c: Likewise.
7066 * features/i386/x86-64-avx-linux.xml: Likewise.
7067 * features/i386/x86-64-avx.c: Likewise.
7068 * features/i386/x86-64-avx.xml: Likewise.
7069 * regformats/i386/i386-avx-linux.dat: Likewise.
7070 * regformats/i386/i386-avx.dat: Likewise.
7071 * regformats/i386/x86-64-avx-linux.dat: Likewise.
7072 * regformats/i386/x86-64-avx.dat: Likewise.
7073
7074 2010-04-07 Doug Evans <dje@google.com>
7075
7076 * top.c (source_file_name): Make const char *.
7077 * top.h (source_file_name): Update.
7078 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7079 const char *.
7080 (script_from_file): Change `file' arg to const char *.
7081 * cli/cli-script.h (script_from_file): Update.
7082
7083 2010-04-06 Doug Evans <dje@google.com>
7084
7085 * cli/cli-cmds.c (source_command): Run cleanups.
7086
7087 2010-04-06 Stan Shebs <stan@codesourcery.com>
7088
7089 * defs.h (char_ptr): Move typedef here from...
7090 * ada-lang.c (char_ptr): Remove.
7091 * charset.c (char_ptr): Remove.
7092 * tracepoint.h (struct uploaded_string): Remove.
7093 (struct uploaded_tp): Use vectors for string arrays.
7094 * tracepoint.c (trace_save): Use vectors of actions.
7095 (parse_tracepoint_definition): Ditto.
7096 (get_uploaded_tp): Clear vectors.
7097 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7098 (next_cmd): Change to an int.
7099 (read_next_cmd): Use vector of command strings.
7100
7101 2010-04-06 Doug Evans <dje@google.com>
7102
7103 * top.h (source_script, cd_command): Delete.
7104 * main.c: #include "cli/cli-cmds.h"
7105
7106 2010-04-06 Kevin Buettner <kevinb@redhat.com>
7107
7108 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7109 type in bytes, not bits.
7110
7111 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7112
7113 * stabsread.c (define_symbol): Add support for char
7114 and string constants.
7115
7116 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
7117
7118 Remove remaining "%ll" uses.
7119 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7120 hex_string call.
7121 * rs6000-nat.c (rs6000_ptrace64): Idem.
7122 * solib-pa64.c (pa64_current_sos): Idem.
7123 * solib-spu.c (spu_current_sos): Idem.
7124 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7125 plongest call.
7126 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7127 phex (VAR, 8) call.
7128 * sh64-tdep.c (sh64_show_media_regs): Idem.
7129
7130 2010-04-05 Stan Shebs <stan@codesourcery.com>
7131
7132 * tracepoint.c: Include gdbcore.h.
7133 (tfile_xfer_partial): Return partial results, also try reading
7134 from executable.
7135 (tfile_has_all_memory): New function.
7136 (init_tfile_ops): Use it.
7137
7138 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7139
7140 PR gdb/10736:
7141 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7142 the changes in data-directory.
7143 (init_sysinfo): Reload the syscall XML file if the data-directory
7144 has changed.
7145
7146 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7147
7148 Code cleanup.
7149 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7150
7151 2010-04-04 Stan Shebs <stan@codesourcery.com>
7152 Nathan Sidwell <nathan@codesourcery.com>
7153
7154 * breakpoint.c (breakpoint_1): Add filter argument, return number of
7155 breakpoints printed.
7156 (is_hardware_watchpoint): Make argument const.
7157 (is_watchpoint): Ditto.
7158 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7159 use it everywhere.
7160 (breakpoints_info): Pass NULL to breakpoint_1.
7161 (maintenance_info_breakpoints): Ditto.
7162 (watchpoints_info): New function.
7163 (tracepoints_info): Use breakpoint_1 filter.
7164 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7165 (_initialize_breakpoint): Make "info watchpoints" its own command.
7166 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7167 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7168
7169 2010-04-04 Stan Shebs <stan@codesourcery.com>
7170
7171 * tracepoint.c (tfile_fetch_registers): Add fallback case.
7172
7173 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7176 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7177
7178 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7179
7180 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7181 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7182
7183 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7184
7185 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7186 code form.
7187
7188 2010-04-02 Hui Zhu <teawater@gmail.com>
7189
7190 * i386-tdep.c (OT_DQUAD): New enum.
7191 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7192 SSE3, SSSE3 and SSE4.
7193
7194 2010-04-02 Hui Zhu <teawater@gmail.com>
7195
7196 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7197 "*addr = 0".
7198
7199 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7200
7201 * tracepoint.c (trace_dump_actions): New, factored out from
7202 trace_dump_command, and adjusted to recurse into while-stepping's
7203 action list.
7204 (trace_dump_command): Use it.
7205
7206 2010-04-02 Pedro Alves <pedro@codesourcery.com>
7207
7208 * breakpoint.h (struct counted_command_line): Moved definition to
7209 breakpoint.c, and forward declare.
7210 (breakpoint_commands): Declare.
7211 * breakpoint.c (struct counted_command_line): Moved here.
7212 (breakpoint_commands): New.
7213 * tracepoint.c (encode_actions): Use breakpoint_commands.
7214 * remote.c (remote_download_tracepoint): Ditto.
7215
7216 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7217
7218 * remote.c (remote_parse_stop_reply): Use hex_string instead
7219 of phex_nz for error.
7220
7221 2010-04-01 Stan Shebs <stan@codesourcery.com>
7222 Nathan Sidwell <nathan@codesourcery.com>
7223
7224 * tracepoint.h (enum actionline_type): Remove.
7225 (validate_actionline): Change return to void.
7226 * tracepoint.c (report_agent_reqs_errors): New function.
7227 (validate_actionline): Call it, change return to void, report errors
7228 more consistently.
7229 (collect_symbol): Call report_agent_reqs_errors.
7230 (encode_actions_1): Ditto.
7231 (encode_actions): Don't expect a result from validate_actionline.
7232
7233 2010-04-01 Stan Shebs <stan@codesourcery.com>
7234
7235 * tracepoint.c (trace_start_command): Confirm if trace is running.
7236 (trace_stop_command): Error if trace not running.
7237
7238 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
7239
7240 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7241 (AMD64_NUM_LOWER_BYTE_REGS): New.
7242 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7243 (amd64_pseudo_register_write): Likewise.
7244 (amd64_init_abi): Set num_byte_regs to 20.
7245
7246 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7247
7248 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7249 (prev_breakpoint_count): New.
7250 (set_breakpoint_count): Adjust.
7251 (rbreak_start_breakpoint_count): New.
7252 (start_rbreak_breakpoints): Adjust.
7253 (end_rbreak_breakpoints): Adjust.
7254 (struct commands_info) <arg>: New field.
7255 (do_map_commands_command): Tweak output to include breakpoint spec
7256 range.
7257 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
7258 ARG was empty on entry. Set INFO's arg.
7259 (create_breakpoint): Adjust.
7260
7261 * NEWS: Clarify `commands' changes.
7262
7263 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7264
7265 * tracepoint.c: Include stack.h.
7266 (struct add_local_symbols_data): New.
7267 (do_collect_symbol): New.
7268 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7269 iterate_over_block_local_vars.
7270 * stack.c (print_block_frame_locals): Rewrite as ...
7271 (iterate_over_block_locals): ... this. Take a callback function
7272 pointer and generic data pointer, and call that instead of
7273 print_variable_and_value.
7274 (struct print_variable_and_value_data): New.
7275 (do_print_variable_and_value): New.
7276 (iterate_over_block_local_vars): New, abstracted out from
7277 print_frame_local_vars.
7278 (print_frame_local_vars): Rewrite using
7279 iterate_over_block_local_vars.
7280 (iterate_over_block_arg_vars): New, abstracted out from
7281 print_frame_arg_vars.
7282 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7283 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7284 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7285
7286 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
7287
7288 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7289 instructions. Use the PC+4 if the base of the TBB or TBH is the
7290 PC register.
7291
7292 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7293
7294 Fix crash on reading wrong function declaration DWARF.
7295 * dwarf2read.c (read_subroutine_type): New variable void_type.
7296 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
7297 more close to their use.
7298
7299 2010-03-31 Stan Shebs <stan@codesourcery.com>
7300
7301 * breakpoint.c (tracepoint_save_command): Include variables,
7302 conditionals, tracepoint types, and default-collect.
7303 * tracepoint.c (save_trace_state_variables): New function.
7304 * tracepoint.h (save_trace_state_variables): Declare it.
7305
7306 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
7307
7308 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7309
7310 2010-03-30 Keith Seitz <keiths@redhat.com>
7311
7312 * c-typeprint.c (c_type_print_args): Don't print "void"
7313 for java, regardless of whether it is TYPE_PROTOTYPED.
7314 Use the passed-in language instead of current_language.
7315 (c_type_print_varspec_suffix): Use current_language instead
7316 of assuming language_c.
7317 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7318 any return type specifier from the physname.
7319
7320 2010-03-30 Pedro Alves <pedro@codesourcery.com>
7321
7322 * tui/tui-interp.c (tui_is_toplevel): New.
7323 (tui_init): Set it.
7324 (tui_allowed_p): New.
7325 * tui/tui.c (tui_enable): Check if the TUI is allowed before
7326 enabling it.
7327 * tui/tui.h (tui_allowed_p): Declare.
7328
7329 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
7330
7331 * serial.h: Include winsock2.h before windows.h.
7332
7333 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
7334
7335 * NEWS: Mention xmlRegisters= in qSupported packet.
7336
7337 * i386-tdep.c: Include "remote.h".
7338 (_initialize_i386_tdep): Call register_remote_support_xml.
7339
7340 * remote.c (remote_support_xml): New.
7341 (register_remote_support_xml): Likewise.
7342 (remote_query_supported_append): Likewise.
7343 (remote_query_supported): Support remote_support_xml.
7344
7345 * remote.h (register_remote_support_xml): New.
7346
7347 2010-03-29 Stan Shebs <stan@codesourcery.com>
7348
7349 * tracepoint.c (trace_find_line_command): Remove dead code.
7350
7351 * tracepoint.h (struct uploaded_string): New struct.
7352 (struct uploaded_tp): New fields for source strings.
7353 * breakpoint.c (this_utp, next_cmd): New globals.
7354 (read_uploaded_action): New function.
7355 (create_tracepoint_from_upload): Fill in more parts
7356 of a tracepoint.
7357 * tracepoint.c (encode_source_string): New function.
7358 (trace_save): Write out source strings, fix error checks.
7359 (parse_tracepoint_definition): Add source string parsing.
7360 * remote.c (PACKET_TracepointSource): New packet type.
7361 (remote_download_command_source): New function.
7362 (remote_download_tracepoint): Download source pieces also.
7363 (_initialize_remote): Add packet config command.
7364
7365 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7366 expression handler.
7367
7368 * tracepoint.c (start_tracing): Check tracepoints before sending
7369 commands to target, don't start if all tracepoints disabled.
7370
7371 2010-03-28 Pedro Alves <pedro@codesourcery.com>
7372
7373 * cli/cli-script.c (process_next_line): Handle 'stepping'.
7374
7375 2010-03-26 Stan Shebs <stan@codesourcery.com>
7376
7377 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7378
7379 2010-03-26 Tom Tromey <tromey@redhat.com>
7380
7381 * breakpoint.c (commands_command_1): Duplicate 'arg'.
7382
7383 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7384
7385 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7386 (skip_prologue_sal): Remove local definition.
7387 (resolve_sal_pc): Remove now unnecessary code.
7388 * linespec.c (minsym_found): Call skip_prologue_sal.
7389 * symtab.c (find_function_start_pc): Remove.
7390 (find_function_start_sal): Extract prologue skipping into ...
7391 (skip_prologue_sal): ... this new function. Handle code both
7392 with and without debug info. Respect SAL's explicit_pc and
7393 explicit_line flags. Inline old find_function_start_pc.
7394 * symtab.h (find_function_start_pc): Remove.
7395 (skip_prologue_sal): Add prototype.
7396
7397 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7398
7399 * dwarf2read.c (read_func_scope): Also scan specification DIEs
7400 for DW_TAG_imported_module children.
7401
7402 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7403
7404 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7405 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7406 * completer.c (add_struct_fields): Fix inverted logic.
7407
7408 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
7409
7410 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7411
7412 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7413
7414 * tracepoint.c (current_trace_status): Don't make sure error_desc
7415 is non-NULL here.
7416 (parse_trace_status): Release a previous error_desc string, and
7417 set it to NULL by default. If stop reason is tracepoint_error,
7418 make sure error_desc is not left NULL.
7419
7420 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7421
7422 * tracepoint.c (trace_save): Remove X from tracepoint error
7423 description.
7424
7425 2010-03-26 Pedro Alves <pedro@codesourcery.com>
7426
7427 * tracepoint.c (parse_trace_status): Don't allow plain strings in
7428 the terror description. Don't expect an X prefix.
7429
7430 2010-03-25 Stan Shebs <stan@codesourcery.com>
7431
7432 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7433 (struct trace_status): New field error_desc.
7434 * tracepoint.c (stop_reason_names): Add terror.
7435 (current_trace_status): Ensure non-NULL error description.
7436 (trace_status_command): Add error report.
7437 (trace_status_mi): Ditto.
7438 (trace_save): Add special case for error description.
7439 (parse_trace_status): Add case for errors.
7440
7441 2010-03-25 Keith Seitz <keiths@redhat.com>
7442
7443 * dwarf2read.c (read_subroutine_type): If the compilation unit
7444 language is Java, mark any formal parameter named "this" as
7445 artificial (GCC/43521).
7446 (dwarf2_name): Add special handling for Java constructors.
7447
7448 2010-03-25 Tom Tromey <tromey@redhat.com>
7449
7450 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7451 * infrun.c (handle_inferior_event): Change initialization of
7452 stop_stack_dummy.
7453 (handle_inferior_event): Change assignment to stop_stack_dummy.
7454 (normal_stop): Update use of stop_stack_dummy.
7455 (struct inferior_status) <stop_stack_dummy>: Change type.
7456 * inferior.h (stop_stack_dummy): Update.
7457 * infcmd.c (stop_stack_dummy): Change type.
7458 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7459 function.
7460 (call_function_by_hand): Call set_std_terminate_breakpoint.
7461 Rewrite std::terminate handling.
7462 * breakpoint.h (enum bptype) <bp_std_terminate,
7463 bp_std_terminate_master>: New.
7464 (enum stop_stack_kind): New.
7465 (struct bpstat_what) <call_dummy>: Change type.
7466 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7467 Declare.
7468 * breakpoint.c (create_std_terminate_master_breakpoint): New
7469 function.
7470 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7471 Call create_std_terminate_master_breakpoint.
7472 (print_it_typical): Handle new breakpoint kinds.
7473 (bpstat_stop_status): Handle bp_std_terminate_master.
7474 (bpstat_what): Correctly set call_dummy field. Handle
7475 bp_std_terminate_master and bp_std_terminate.
7476 (print_one_breakpoint_location): Update.
7477 (allocate_bp_location): Update.
7478 (set_std_terminate_breakpoint): New function.
7479 (delete_std_terminate_breakpoint): Likewise.
7480 (create_thread_event_breakpoint): Update.
7481 (delete_command): Update.
7482 (breakpoint_re_set_one): Update.
7483 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7484
7485 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7486
7487 * symfile.c (build_section_addr_info_from_bfd): New.
7488 (build_section_addr_info_from_objfile): Base it on
7489 build_section_addr_info_from_bfd.
7490 (addrs_section_compar, addrs_section_sort): New.
7491 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7492 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
7493 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
7494
7495 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
7496
7497 * elfread.c (find_separate_debug_file_by_buildid):
7498 Remove unused local variable.
7499
7500 2010-03-24 Tom Tromey <tromey@redhat.com>
7501
7502 PR breakpoints/9352:
7503 * NEWS: Mention changes to `commands' and `rbreak'.
7504 * symtab.c (do_end_rbreak_breakpoints): New function.
7505 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7506 end_rbreak_breakpoints.
7507 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7508 (set_breakpoint_count): Likewise. Clear last_was_multi.
7509 (multi_start, multi_end, last_was_multi): New globals.
7510 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7511 functions.
7512 (struct commands_info): New
7513 (do_map_commands_command): New function.
7514 (commands_command_1): New function.
7515 (commands_command): Use it.
7516 (commands_from_control_command): Likewise.
7517 (do_delete_breakpoint): New function.
7518 (delete_command): Use it.
7519 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
7520 (do_map_disable_breakpoint): New function.
7521 (disable_command): Use it.
7522 (do_map_enable_breakpoint): New function.
7523 (enable_command): Use it.
7524 (enable_once_breakpoint): Add argument.
7525 (enable_once_command): Update.
7526 (enable_delete_breakpoint): Add argument.
7527 (enable_delete_command): Update.
7528 (break_command_really): Set last_was_multi when needed.
7529 (check_tracepoint_command): Fix formatting.
7530 (validate_commands_for_breakpoint): New function.
7531 (breakpoint_set_commands): Use it.
7532 (tracepoint_save_command): Update.
7533 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7534 Declare.
7535
7536 2010-03-24 Tom Tromey <tromey@redhat.com>
7537
7538 * breakpoint.h (struct counted_command_line): New struct.
7539 (struct breakpoint) <commands>: Change type.
7540 (struct bpstats) <commands>: Change type.
7541 <commands_left>: New field.
7542 * breakpoint.c (alloc_counted_command_line): New function.
7543 (incref_counted_command_line): Likewise.
7544 (decref_counted_command_line): Likewise.
7545 (do_cleanup_counted_command_line): Likewise.
7546 (make_cleanup_decref_counted_command_line): Likewise.
7547 (breakpoint_set_commands): Use decref_counted_command_line and
7548 alloc_counted_command_line.
7549 (commands_command): Don't error if breakpoint commands are
7550 executing.
7551 (commands_from_control_command): Likewise.
7552 (bpstat_free): Update.
7553 (bpstat_copy): Likewise.
7554 (bpstat_clear_actions): Likewise.
7555 (bpstat_do_actions_1): Likewise.
7556 (bpstat_stop_status): Likewise.
7557 (print_one_breakpoint_location): Likewise.
7558 (delete_breakpoint): Likewise.
7559 (bpstat_alloc): Initialize new field.
7560 (tracepoint_save_command): Update.
7561 * tracepoint.c (encode_actions): Update.
7562 (trace_dump_command): Update.
7563
7564 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7565
7566 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7567 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7568 (read_structure_type): For RealView, set TYPE_STUB on structures with
7569 no byte size and no children.
7570 (read_subroutine_type): Mark functions as prototyped by default.
7571 * symtab.c (producer_is_realview): New function.
7572 * symtab.h (expand_line_sal): Fix declaration formatting.
7573 (producer_is_realview): Declare.
7574
7575 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * arm-tdep.c (skip_prologue_function): New function.
7578 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7579 (thumb_analyze_prologue): Document return value. Recognize more
7580 Thumb instructions, skippable calls, and some Thumb-2 instructions.
7581 Add debug output.
7582 (arm_skip_prologue): Remove call dummy check. Check the prologue
7583 for non-GNU compilers.
7584 (arm_instruction_changes_pc): New function.
7585 (arm_analyze_prologue): New function, broken out from
7586 arm_scan_prologue. Recognize more ARM instructions and skippable
7587 calls. Update comments. Handle NULL cache. Return the address
7588 of the first unrecognized instruction. Do not skip past other
7589 instructions which change control flow. Add debug output.
7590 (arm_scan_prologue): Use arm_analyze_prologue.
7591 (ARM_PC_32): Delete.
7592 (shifted_reg_val): Simplify ARM_PC_32 check.
7593
7594 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7595
7596 * tracepoint.c (tvariables_info_1): Actually compute
7597 the number of rows in the result.
7598
7599 2010-03-24 Pedro Alves <pedro@codesourcery.com>
7600
7601 * remote.c (crc32): Constify `buf' parameter.
7602 (remote_verify_memory): New, abstracted out from...
7603 (compare_sections_command): ... this. Remove hardcoded target
7604 checks.
7605 (init_remote_ops): Install remote_verify_memory.
7606 * target.c (target_verify_memory): New.
7607 * target.h (struct target_ops) <to_verify_memory>: New field.
7608 (target_verify_memory): Declare.
7609
7610 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7611
7612 Implement -trace-save.
7613
7614 * mi-cmds.h (mi_cmds_trace_save): Declare.
7615 * mi-cmds.c (mi_cmds): Register -trace-save.
7616 * mi/mi-main.c (mi_cmd_trace_save): New.
7617 * remote.c (remote_save_trace_data): Take const parameter.
7618 * target.h (struct target_ops::to_save_trace_data): Take
7619 const parameter.
7620 * target.c (update_current_target): Adjust to the above.
7621 * tracepoint.c (trave_save): New, extracted from
7622 (trace_save_command): ...this.
7623 (tfile_trace_find): Remove message that is unnecessary now
7624 that 'tfind' reports found frame.
7625 * tracepoint.h (trace_save): Declare.
7626
7627 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7628
7629 Implement -trace-find.
7630
7631 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7632 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7633 * mi/mi-main.c (mi_cmd_trace_find): New.
7634 * target.h (struct target_ops): Document to_trace_find.
7635 * tracepoint.h (tfind_1): Declare.
7636 * tracepoint.c (finish_tfind_command): Rename to...
7637 (tfind_1): ...this.
7638 * remote.c (remote_trace_find): Return -1 if target say
7639 there's no frame. Improve error diagnostics.
7640
7641 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7642
7643 -trace-define-variable and -trace-list-variables.
7644
7645 * tracepoint.c (create_trace_state_variable): Make
7646 private copy of name, as opposed to assuming the
7647 pointer lives forever.
7648 (tvariables_info_1): New.
7649 (tvariables_info): Use the above.
7650 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7651 Declare.
7652 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7653 and -trace-list-variables.
7654 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7655 (mi_cmd_trace_list_variables): New.
7656 * mi/mi-main.c (mi_cmd_trace_define_variable)
7657 (mi_cmd_trace_list_variables): New.
7658
7659 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7660
7661 Implement -break-passcount.
7662
7663 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7664 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7665 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7666
7667 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7668
7669 -trace-start/-trace-end/-trace-status.
7670
7671 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7672 and -trace-stop.
7673 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7674 (mi_cmd_trace_stop): Declare.
7675 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7676 (mi_cmd_trace_stop): New.
7677 * tracepoint.c (start_tracing): New, extracted from...
7678 (trace_start_command): ...this.
7679 (trace_status_mi): New.
7680 * tracepoint.h (struct trace_status): Document
7681 stopping_tracepoint.
7682 (start_tracing, stop_tracing, trace_status_mi): Declare.
7683
7684 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7685
7686 Implement creating tracepoints with -break-insert.
7687
7688 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7689 to mean that tracepoint should be created.
7690
7691 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7692
7693 * breakpoint.c (check_no_tracepoint_commands): Use
7694 current spelling of 'teval'.
7695
7696 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
7697
7698 Unify actions and commands
7699
7700 * defs.h (read_command_lines, read_command_lines_1): New
7701 parameters validator and closure.
7702 * tracepoint.h (struct action_line): Remove.
7703 * breakpoint.h (struct breakpoint): Remove the 'actions'
7704 field.
7705 * defs.h (enum command_control_type): New value
7706 while_stepping_control.
7707 (struct command_line): Add comments.
7708 * breakpoint.c (breakoint_is_tracepoint): New.
7709 (breakpoint_set_commands): For tracepoints,
7710 verify the commands are permissible.
7711 (check_tracepoint_commands): New.
7712 (commands_command): Require that each new line is validated using
7713 check_tracepoint_command, if we set commands for a tracepoint.
7714 (create_tracepoint_from_upload): Likewise.
7715 (print_one_breakpoint_location): Remove the code to print
7716 actions specifically.
7717 (tracepoint_save_command): Relay to print_command_lines.
7718 * cli/cli-script.c (process_next_line): New parameters validator
7719 and closure. Handle 'while-stepping'. Call validator if not null.
7720 (read_command_lines, read_command_lines1): Likewise.
7721 (recurse_read_control_structure): New parameters validator and
7722 closure. Handle while_stepping_control.
7723 (print_command_lines): Handle while-stepping.
7724 (get_command_line, define_command, document_command): Adjust.
7725 * remote.c (remote_download_tracepoint): Adjust.
7726 * tracepoint.c (make_cleanup_free_actions, read_actions)
7727 (free_actions, do_free_actions_cleanup): Remove.
7728 (trace_actions_command): Use read_command_lines.
7729 (validate_actionline): Use error in one place.
7730 (encode_actions_1): New, extracted from...
7731 (encode_actions): ...this. Also use cleanups for exception
7732 safety.
7733 (trace_dump_command): Adjust.
7734 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7735 it's tracepoint.
7736
7737 2010-03-23 Mike Frysinger <vapier@gentoo.org>
7738
7739 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7740
7741 2010-03-22 Stan Shebs <stan@codesourcery.com>
7742
7743 * value.c (value_static_field): Be lazy about the field's value.
7744
7745 2010-03-22 Reid Kleckner <reid@kleckner.net>
7746
7747 PR gdb/11094
7748 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7749 bp_jit_event.
7750 (disable_breakpoints_in_shlibs): Likewise.
7751
7752 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
7753
7754 * dwarf2read.c (partial_die_parent_scope): Work around buggy
7755 GCC 4.1 debug info generation (GCC PR c++/28460).
7756 (determine_prefix): Likewise.
7757
7758 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
7759
7760 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7761 get_current_arch.
7762 * tui/tui-layout.c (extract_display_start_addr): Likewise.
7763
7764 2010-03-19 Stan Shebs <stan@codesourcery.com>
7765
7766 * ax-gdb.c (gen_fetch): Handle bool.
7767 (gen_usual_unary): Ditto.
7768 (gen_cast): Ditto.
7769 (gen_equal): New function.
7770 (gen_less): New function.
7771 (gen_expr_binop_rest): Call them, also return integer type from
7772 logical operations.
7773 (gen_expr): Ditto.
7774
7775 2010-03-19 Tom Tromey <tromey@redhat.com>
7776
7777 * jv-lang.c (jv_dynamics_objfile_data_key)
7778 (jv_type_objfile_data_key): New globals.
7779 (class_symtab): Move earlier.
7780 (jv_per_objfile_free): New function.
7781 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
7782 parameter.
7783 Remove ancient #if 1.
7784 (add_class_symbol): Remove redundant declaration.
7785 (java_lookup_class): Use alloc_type, not alloc_type_arch.
7786 (java_link_class_type): Mark as static. Update.
7787 (jv_clear_object_type): New function.
7788 (set_java_object_type): Likewise.
7789 (get_java_object_type): Use set_java_object_type.
7790 (is_object_type): Likewise.
7791 (_initialize_java_language): Register new objfile keys.
7792 (get_java_class_symtab): Add 'gdbarch' parameter.
7793 (add_class_symtab_symbol): Update.
7794 (type_from_class): Update.
7795
7796 2010-03-19 Stan Shebs <stan@codesourcery.com>
7797
7798 * ax-general.c (ax_const_l): Fix a sizing bug.
7799
7800 2010-03-18 Joel Brobecker <brobecker@adacore.com>
7801
7802 GDB 7.1 released.
7803
7804 2010-03-18 Stan Shebs <stan@codesourcery.com>
7805 Pedro Alves <pedro@codesourcery.com>
7806
7807 * target.h (struct target_ops): New method
7808 to_set_circular_trace_buffer.
7809 (target_set_circular_trace_buffer): New macro.
7810 * target.c (update_current_target): Add
7811 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7812 default behavior.
7813 * remote.c (remote_set_circular_trace_buffer): New function.
7814 (init_remote_ops): Add it to vector.
7815 * tracepoint.h (struct trace_status): New field traceframes_created,
7816 change buffer_size and buffer_free to int.
7817 * tracepoint.c (circular_trace_buffer): New global.
7818 (start_tracing): Send values of disconnected tracing and circular
7819 trace buffer settings.
7820 (set_circular_trace_buffer): New function.
7821 (parse_trace_state): Handle total space and frames created.
7822 (trace_status_command): Display total space and total frames
7823 created.
7824 (trace_save): Write out new status values.
7825 (parse_trace_status): Set traceframe_count, traceframes_created,
7826 buffer_free and buffer_size to -1 by default.
7827 (_initialize_tracepoint): New setshow for circular-trace-buffer.
7828 * NEWS: Mention the circular trace buffer option.
7829
7830 2010-03-18 Tom Tromey <tromey@redhat.com>
7831
7832 * infcmd.c (finish_command_continuation): Wrap print_return_value
7833 in TRY_CATCH.
7834
7835 2010-03-18 Joel Brobecker <brobecker@adacore.com>
7836
7837 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7838 DIE has a name before creating the associated partial symbol.
7839 (read_func_scope): Emit a complaint if the subprogram does not
7840 have a name or when we can't extract the subprogram PC bounds.
7841
7842 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
7843
7844 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7845 instead of selected frame architecture.
7846
7847 2010-03-18 Pedro Alves <pedro@codesourcery.com>
7848
7849 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
7850 a valid selected thread, and that it is not running.
7851 (advance_command): Ditto.
7852 (finish_command): Ditto.
7853
7854 2010-03-17 Stan Shebs <stan@codesourcery.com>
7855
7856 * ax-gdb.c (require_rvalue): Disallow non-scalars.
7857
7858 * infcall.c: Include tracepoint.h.
7859 (call_function_by_hand): Disallow calls in tfind mode.
7860 * infcmd.c: Include tracepoint.h.
7861 (ensure_not_tfind_mode): New function.
7862 (continue_1): Call it.
7863 (step_1) Ditto.
7864 (jump_command): Ditto.
7865 (signal_command): Ditto.
7866 (advance_command): Ditto.
7867 (until_command): Ditto.
7868 (finish_command): Ditto.
7869 * tracepoint.h (disconnect_or_stop_tracing): Declare.
7870
7871 * ax-gdb.h (struct axs_value): New field optimized_out.
7872 (gen_trace_for_var): Add gdbarch argument.
7873 * ax-gdb.c (gen_trace_static_fields): New function.
7874 (gen_traced_pop): Call it, add gdbarch argument.
7875 (gen_trace_for_expr): Update call to it.
7876 (gen_trace_for_var): Ditto, and report optimized-out variables.
7877 (gen_struct_ref_recursive): Check for optimized-out value.
7878 (gen_struct_elt_for_reference): Ditto.
7879 (gen_static_field): Pass gdbarch instead of expression, assume
7880 optimization if field not found.
7881 (gen_var_ref): Set the optimized_out flag.
7882 (gen_expr): Error on optimized-out variable.
7883 * tracepoint.c (collect_symbol): Handle struct-valued vars as
7884 expressions, skip optimized-out variables with computed locations.
7885 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7886 erroring out if location expression missing.
7887 (loclist_tracepoint_var_ref): Don't error out here.
7888
7889 2010-03-17 Tom Tromey <tromey@redhat.com>
7890
7891 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7892 DWARF data is available.
7893
7894 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
7895
7896 * symfile.c (generic_load): Reset breakpoints after loading.
7897
7898 2010-03-17 Tom Tromey <tromey@redhat.com>
7899
7900 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7901
7902 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7903
7904 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7905 create_breakpoint call, adjust the parameters.
7906
7907 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7908 Chandru <chandru@in.ibm.com>
7909
7910 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
7911 * valarith.c (value_subscripted_rvalue): Suppress error if
7912 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
7913
7914 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
7915
7916 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
7917
7918 2010-03-16 Joel Brobecker <brobecker@adacore.com>
7919
7920 * ada-tasks.c (task_command_1): Check that the task ptid is valid
7921 before doing the associated thread switch.
7922
7923 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
7924
7925 * MAINTAINERS: Update my email address.
7926
7927 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
7928
7929 Simplify MI breakpoint setting.
7930
7931 * breakpoint.c (break_command_really): Make nonstatic and
7932 rename to...
7933 (create_breakpoint): ...this. Rename prior function by this name
7934 to...
7935 (create_breakpoint_sal): ...this.
7936 (create_breakpoints): Rename to...
7937 (create_breakpoints_sal): ...this.
7938 (set_breakpoint): Remove.
7939 * breakpoint.h: Adjust to above changes.
7940 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
7941
7942 2010-03-15 Stan Shebs <stan@codesourcery.com>
7943
7944 * ax-gdb.c: Include cp-support.h.
7945 (find_field): Remove.
7946 (gen_primitive_field): New function.
7947 (gen_struct_ref_recursive): New function.
7948 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
7949 of find_field.
7950 (gen_static_field): New function.
7951 (gen_struct_elt_for_reference): New.
7952 (gen_namespace_elt): New.
7953 (gen_maybe_namespace_elt): New.
7954 (gen_aggregate_elt_ref): New.
7955 (gen_expr): Add OP_SCOPE, display opcode name in error message.
7956
7957 2010-03-15 Tom Tromey <tromey@redhat.com>
7958
7959 * dwarf2read.c (die_needs_namespace): Also return 0 for
7960 DW_TAG_subprogram.
7961
7962 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
7963
7964 PR c++/7936:
7965 * cp-support.h: Added char *declaration element to using_direct
7966 data struct.
7967 (cp_add_using): Added char *declaration argument.
7968 (cp_add_using_directive): Ditto.
7969 (cp_lookup_symbol_imports): made extern.
7970 * cp-namespace.c: Updated with the above changes.
7971 * dwarf2read.c (read_import_statement): Ditto.
7972 (read_namespace): Ditto.
7973 (read_import_statement): Support import declarations.
7974 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
7975 declarations.
7976 Added support for 'declaration_only' search.
7977 (cp_lookup_symbol_namespace): Attempt to search for the name as
7978 is before consideration of imports.
7979 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
7980 search at every block level search.
7981 Now takes language argument.
7982 (lookup_symbol_aux): Updated.
7983
7984 2010-03-15 Tom Tromey <tromey@redhat.com>
7985
7986 * c-exp.y (name_not_typename): Add 'operator' clause.
7987
7988 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
7989
7990 * configure.ac: Exit if ${gdb_target_obs}" is not set.
7991 * configure: Regenerate.
7992
7993 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7994
7995 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
7996 and ".sdynbss". Update the comment.
7997
7998 2010-03-15 Jie Zhang <jie@codesourcery.com>
7999
8000 * MAINTAINERS: Update my email address.
8001
8002 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8003
8004 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8005
8006 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8007
8008 * charset.c [USE_WIN32API]: Include <windows.h>.
8009 (_initialize_charset): Correct type of w32_host_default_charset.
8010
8011 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8012
8013 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8014
8015 2010-03-12 Tom Tromey <tromey@redhat.com>
8016
8017 PR c++/9708:
8018 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8019 in a lexical block does not need a namespace.
8020 (new_symbol) <DW_TAG_variable>: Put extern variables on
8021 list_in_scope in all cases.
8022
8023 2010-03-12 Stan Shebs <stan@codesourcery.com>
8024
8025 * ax-gdb.c (gen_expr): Add shift expressions.
8026 (gen_expr_binop_rest): Ditto.
8027
8028 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8029
8030 * buildsym.c (finish_block): Reset using_directives pointer
8031 after block initialization.
8032
8033 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
8034
8035 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8036 * i386-tdep.c (i386_word_names): Likewise.
8037
8038 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8039
8040 * target.c (memory_xfer_partial): Don't use the stack cache if
8041 inspecting trace frames.
8042 * tracepoint.c (finish_tfind_command): Invalidate the target
8043 dcache.
8044
8045 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8046
8047 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8048 for the PIC displacement, print also the displacement value.
8049 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
8050
8051 2010-03-10 Kevin Buettner <kevinb@redhat.com>
8052
8053 * remote-mips.c (close_ports, mips_initialize_cleanups)
8054 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8055 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8056 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8057 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8058 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8059 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8060 comments describing each of these functions.
8061 (mips_enter_debug, mips_exit_debug, common_open)
8062 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8063 blank line after the comment describing the function.
8064
8065 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * solib-svr4.c (svr4_exec_displacement): Return now success, new
8068 parameter displacementp. Update comment.
8069 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8070 element exists. Return if svr4_exec_displacement was not successful.
8071 Update comment.
8072
8073 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8074 Daniel Jacobowitz <dan@codesourcery.com>
8075
8076 * solib-svr4.c (read_program_header): Support type == -1 to read
8077 all program headers.
8078 (read_program_headers_from_bfd): New function.
8079 (svr4_static_exec_displacement): Remove and move the comment ...
8080 (svr4_exec_displacement): ... here. Remove variable found. New
8081 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
8082 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
8083 targets using read_program_headers_from_bfd. Remove the call of
8084 svr4_static_exec_displacement.
8085
8086 2010-03-10 Tom Tromey <tromey@redhat.com>
8087
8088 * dwarf2read.c (struct pubnames_header): Remove.
8089 (_PUBNAMES_HEADER): Remove.
8090 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8091 (struct aranges_header): Remove.
8092 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8093 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8094 (PUBNAMES_SECTION): Remove.
8095 (ARANGES_SECTION): Remove.
8096 (dwarf2_locate_sections): Don't handle pubnames or aranges.
8097 (dwarf2_build_psymtabs): Remove dead code.
8098 (dwarf2_build_psymtabs_easy): Remove.
8099
8100 2010-03-10 Tom Tromey <tromey@redhat.com>
8101
8102 * elfread.c (elf_symfile_read): Don't call
8103 dwarf2_build_frame_info.
8104 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8105 (struct dwarf2_per_objfile) <objfile>: New field.
8106 (dwarf2_has_info): Now idempotent. Set objfile field.
8107 (dwarf2_read_section): Check and set readin field. Call
8108 posix_madvise.
8109 (dwarf2_build_psymtabs): Don't read all sections.
8110 (read_type_comp_unit_head): Read types section.
8111 (create_debug_types_hash_table): Likewise.
8112 (init_cu_die_reader): Add asserts.
8113 (process_type_comp_unit): Add assert.
8114 (dwarf2_build_psymtabs_hard): Read info section.
8115 (load_partial_comp_unit): Add assert.
8116 (create_all_comp_units): Read info section.
8117 (load_full_comp_unit): Likewise.
8118 (dwarf2_ranges_read): Read ranges section.
8119 (dwarf2_record_block_ranges): Add assert.
8120 (dwarf2_read_abbrevs): Read abbrev section.
8121 (read_indirect_string): Read str section.
8122 (dwarf_decode_line_header): Read line section.
8123 (read_signatured_type_at_offset): Read types section.
8124 (dwarf_decode_macros): Read macinfo section.
8125 (dwarf2_symbol_mark_computed): Read loc section.
8126 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8127 dwarf2_build_frame_info.
8128 (dwarf2_build_frame_info): Unconditionally set
8129 dwarf2_frame_objfile_data on the objfile.
8130 * configure.ac: Check for posix_madvise.
8131 * config.in, configure: Rebuild.
8132
8133 2010-03-10 Tom Tromey <tromey@redhat.com>
8134
8135 * xcoffread.c (xcoff_start_psymtab): Update.
8136 (xcoff_end_psymtab): Update.
8137 * psymtab.c (allocate_psymtab): Remove dead code.
8138 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8139 void*.
8140 * mdebugread.c (parse_partial_symbols): Update.
8141 (new_psymtab): Likewise.
8142 * dwarf2read.c (process_psymtab_comp_unit): Update.
8143 (psymtab_to_symtab_1): Update.
8144 * dbxread.c (start_psymtab): Update.
8145 (end_psymtab): Likewise.
8146
8147 2010-03-10 Tom Tromey <tromey@redhat.com>
8148
8149 * xcoffread.c: Include psymtab.h.
8150 (xcoff_sym_fns): Update.
8151 * symtab.h (struct partial_symbol): Remove.
8152 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8153 (struct partial_symtab): Remove.
8154 (PSYMTAB_TO_SYMTAB): Remove.
8155 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8156 (find_pc_sect_psymtab): Remove.
8157 (find_pc_sect_symtab_via_partial): Declare.
8158 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8159 (find_main_psymtab): Remove.
8160 (find_main_filename): Declare.
8161 (fixup_psymbol_section): Remove.
8162 (fixup_section): Declare.
8163 * symtab.c: Include psymtab.h.
8164 (lookup_symtab): Use lookup_symtab method.
8165 (lookup_partial_symtab): Remove.
8166 (find_pc_sect_psymtab_closer): Remove.
8167 (find_pc_sect_psymtab): Remove.
8168 (find_pc_sect_symtab_via_partial): New function.
8169 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8170 (fixup_section): No longer static.
8171 (fixup_psymbol_section): Remove.
8172 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8173 (lookup_global_symbol_from_objfile): Likewise.
8174 (lookup_symbol_aux_psymtabs): Remove.
8175 (lookup_symbol_aux_quick): New function.
8176 (lookup_symbol_global): Use lookup_symbol_aux_quick.
8177 (lookup_partial_symbol): Remove.
8178 (basic_lookup_transparent_type_quick): New function.
8179 (basic_lookup_transparent_type): Use it.
8180 (find_main_psymtab): Remove.
8181 (find_main_filename): New function.
8182 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8183 (find_line_symtab): Use expand_symtabs_with_filename method.
8184 (output_partial_symbol_filename): New function.
8185 (sources_info): Use map_partial_symbol_filenames.
8186 (struct search_symbols_data): New type.
8187 (search_symbols_file_matches): New function.
8188 (search_symbols_name_matches): Likewise.
8189 (search_symbols): Use expand_symtabs_matching method.
8190 (struct add_name_data): Rename from add_macro_name_data.
8191 (add_macro_name): Update.
8192 (add_partial_symbol_name): New function.
8193 (default_make_symbol_completion_list): Use
8194 map_partial_symbol_names.
8195 (struct add_partial_symbol_name): New type.
8196 (maybe_add_partial_symtab_filename): New function.
8197 (make_source_files_completion_list): Use
8198 map_partial_symbol_filenames.
8199 (expand_line_sal): Use expand_symtabs_with_filename method.
8200 * symmisc.c: Include psymtab.h.
8201 (print_objfile_statistics): Use print_stats method.
8202 (dump_objfile): Use dump method.
8203 (dump_psymtab, maintenance_print_psymbols)
8204 (maintenance_info_psymtabs, maintenance_check_symtabs)
8205 (extend_psymbol_list): Remove.
8206 * symfile.h (struct quick_symbol_functions): New struct.
8207 (struct sym_fns) <qf>: New field.
8208 (sort_pst_symbols): Remove.
8209 (increment_reading_symtab): Declare.
8210 * symfile.c: Include psymtab.h.
8211 (compare_psymbols, sort_pst_symbols): Remove.
8212 (psymtab_to_symtab): Remove.
8213 (increment_reading_symtab): New function.
8214 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8215 method.
8216 (set_initial_language): Use find_main_filename.
8217 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8218 (free_named_symtabs): Remove unused code.
8219 (start_psymtab_common, add_psymbol_to_bcache)
8220 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8221 Remove.
8222 * stack.c: Include psymtab.h, symfile.h.
8223 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8224 * source.h (psymtab_to_fullname): Don't declare.
8225 * source.c: Include psymtab.h.
8226 (select_source_symtab): Use find_last_source_symtab method.
8227 (forget_cached_source_info): Use forget_cached_source_info
8228 method.
8229 (find_and_open_source): No longer static.
8230 (psymtab_to_fullname): Remove.
8231 * somread.c: Include psymtab.h.
8232 (som_sym_fns): Update.
8233 * psympriv.h: New file.
8234 * psymtab.h: New file.
8235 * psymtab.c: New file.
8236 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8237 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8238 * objfiles.c: Include psymtab.h.
8239 (objfile_relocate1): Use relocate method.
8240 (objfile_has_partial_symbols): Use has_symbols method.
8241 * mipsread.c: Include psymtab.h.
8242 (ecoff_sym_fns): Update.
8243 * mi/mi-cmd-file.c: Include psymtab.h.
8244 (print_partial_file_name): New function.
8245 (mi_cmd_file_list_exec_source_files): Use
8246 map_partial_symbol_filenames.
8247 * mdebugread.c: Include psympriv.h.
8248 * machoread.c: Include psympriv.h.
8249 (macho_sym_fns): Update.
8250 * m2-exp.y (yylex): Use lookup_symtab.
8251 * elfread.c: Include psympriv.h.
8252 (elf_sym_fns): Update.
8253 * dwarf2read.c: Include psympriv.h.
8254 * dbxread.c: Include psympriv.h.
8255 (aout_sym_fns): Update.
8256 * cp-support.c: Include psymtab.h.
8257 (read_in_psymtabs): Remove.
8258 (make_symbol_overload_list_qualified): Use
8259 expand_symtabs_for_function method.
8260 * coffread.c: Include psympriv.h.
8261 (coff_sym_fns): Update.
8262 * blockframe.c: Include psymtab.h.
8263 (find_pc_partial_function): Use find_pc_sect_symtab method.
8264 * ada-lang.h (ada_update_initial_language): Update.
8265 * ada-lang.c: Include psymtab.h.
8266 (ada_update_initial_language): Remove 'main_pst' argument.
8267 (ada_lookup_partial_symbol): Remove.
8268 (struct ada_psym_data): New type.
8269 (ada_add_psyms): New function.
8270 (ada_add_non_local_symbols): Use map_ada_symtabs method.
8271 (struct add_partial_datum): New type.
8272 (ada_add_partial_symbol_completions): New function.
8273 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8274 (ada_exception_support_info_sniffer): Update.
8275 * Makefile.in (SFILES): Add psymtab.c.
8276 (COMMON_OBS): Add psymtab.o.
8277 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8278
8279 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8280
8281 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8282
8283 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
8284
8285 PR C++/11236:
8286 * cp-namespace.c (cp_add_using): Deleted.
8287 (cp_add_using_directive): Use obstack allocations.
8288 Merged the function cp_add_using into this one.
8289 Added 'struct obstack *' argument.
8290 (cp_scan_for_anonymous_namespaces): Updated.
8291 * cp-support.h: Updated.
8292 * dwarf2read.c (read_import_statement): Updated.
8293 (read_namespace): Updated.
8294
8295 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
8296
8297 * windows-nat.c (cygwin_conv_path): Remove old macro.
8298
8299 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8300
8301 * breakpoint.c (condition_command): Handle watchpoint conditions.
8302 (is_hardware_watchpoint): Add comment.
8303 (is_watchpoint): New.
8304 (update_watchpoint): Don't reparse the watchpoint's condition
8305 unless necessary.
8306 (WP_IGNORE): New.
8307 (watchpoint_check): Use it.
8308 (bpstat_check_watchpoint): Handle it.
8309 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8310 conditions in a frame where it makes sense.
8311 (watch_command_1): Store the innermost block of the condition
8312 expression.
8313 (delete_breakpoint): Delete the watchpoint condition expression.
8314 * breakpoint.h (struct bp_location) <cond>: Update comment.
8315 (struct breakpoint): New field `cond_exp_valid_block'.
8316
8317 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8318
8319 Adjust handling of Ada DIEs after dwarf2_physname patch.
8320 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8321
8322 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
8323 Pierre Muller <muller@ics.u-strasbg.fr>
8324
8325 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8326 from/to posix/win32.
8327 (windows_make_so): Use non-Cygwin 1.7 specific function.
8328 (windows_create_inferior): Make sure that cygallargs points to
8329 original args in non Cygwin 1.7. case.
8330
8331 2010-03-09 Michael Snyder <msnyder@vmware.com>
8332
8333 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8334 after target_read_memory to get host byte order.
8335 (i386_process_record): Ditto.
8336
8337 2010-03-09 Keith Seitz <keiths@redhat.com>
8338
8339 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
8340 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8341 print out const or volatile qualifiers, too.
8342 (c_type_print_args): Add parameters show_artificial and language.
8343 Skip artificial parameters when requested.
8344 Use the appropriate language printer.
8345 (c_type_print_varspec): Tell c_type_print_args to skip artificial
8346 parameters and pass language_c.
8347 * dwarf2read.c (die_list): New file global.
8348 (struct partial_die_info): Update comments for name field.
8349 (pdi_needs_namespace): Renamed to ...
8350 (die_needs_namespace): ... this. Rewrite.
8351 (dwarf2_linkage_name): Remove.
8352 (add_partial_symbol): Do not predicate the call to
8353 partial_die_full_name based on pdi_needs_namespace.
8354 Remove call to cp_check_possible_namespace_symbols and associated
8355 outdated comments.
8356 (guess_structure_name): Do not inspect child subprogram DIEs.
8357 (dwarf2_fullname): Update comments.
8358 Use die_needs_namespace to assist in computing the name.
8359 (read_func_scope): Use dwarf2_name to get the DIE's name.
8360 Use dwarf2_physname to get the "linkage name" of the DIE.
8361 (dwarf2_add_member_field): Use dwarf2_physname instead of
8362 dwarf2_linkage_name.
8363 (read_structure_type): For structs and classes, set TYPE_NAME, too.
8364 (determine_class): Remove.
8365 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8366 except Ada.
8367 (new_symbol): Unconditionally call dwarf2_name.
8368 Compute the "linkage name" using dwarf2_physname.
8369 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8370 When determining to scan for anonymous C++ namespaces, ignore
8371 the linkage name.
8372 (dwarf2_physname): New function.
8373 (dwarf2_full_name): Move content to new function and call
8374 that.
8375 (dwarf2_compute_name): "New" function.
8376 (_initialize_dwarf2_read): Initialize die_list.
8377 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8378 physname.
8379 (gnu_v3_print_method_ptr): Use the physname for virtual methods
8380 without a demangled name.
8381 Print out type information for non-virtual methods.
8382 * linespec.c (decode_line_1): Force ANY string using "::" (or
8383 "." for java) to use decode_compound, and clean up any stray quoting.
8384 If we found a file symtab, re-evaluate whether the remainder is_quoted.
8385 (decode_compound): Stop consuming at an open parenthesis.
8386 Keep template parameters.
8387 Keep any overload information.
8388 Keep keywords like "const".
8389 Remove paren_pointer.
8390 Move is_quoted check from set_flags to here.
8391 Remove #if 0 code from 2000. Ten years is long enough.
8392 (find_method): Before comparing symbol names, canonicalize the string
8393 from the user.
8394 If a specific overload is requested, find it. Otherwise throw an error.
8395 (find_method_overload_end): New function.
8396 (set_flags): Remove.
8397 (decode_compound): Assume that parentheses are matched.
8398 It's a lot easier.
8399 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8400 to cplus_demangle.
8401 * linespec.c (decode_line_1): Keep important keywords like
8402 "const" and "volatile".
8403 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8404 * typeprint.h (c_type_print_args): Add declaration.
8405 * ui-file.c (do_ui_file_obsavestring): New function.
8406 (ui_file_obsavestring): New function.
8407 * ui-file.h (ui_file_obsavestring): Add declaration.
8408 * valops.c (find_overload_match): Resolve the object to
8409 a non-pointer type.
8410 If the object is a data member, search the object for the member
8411 and return with staticp set.
8412 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8413 Do not attempt to extract a function name from non-function types.
8414 If the extracted function name and the original name are the same,
8415 we don't have a C++ method.
8416
8417 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8418 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8419
8420 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8421 and arguments from symbol lookups.
8422 * ax-gdb.c (gen_expr): Likewise.
8423 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8424 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8425 lookup_possible_namespace_symbol): Likewise.
8426 * cp-support.c (read_in_psymtabs): Likewise.
8427 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8428 * language.h (la_lookup_symbol_nonlocal): Likewise.
8429 * scm-valprint.c (scm_inferior_print): Likewise.
8430 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8431 * solib-svr.c (elf_lookup_lib): Likewise.
8432 * solib.c (show_auto_solib_add): Likewise.
8433 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8434 * symmisc.c (maintenance_check_symtabs): Likewise.
8435 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8436 lookup_symbol_aux_local, lookup_symbol_aux_block,
8437 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8438 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8439 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8440 basic_lookup_transparent_type, find_main_psymtab,
8441 lookup_block_symbol): Likewise.
8442 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8443 lookup_symbol_global, lookup_symbol_aux_block,
8444 lookup_symbol_partial_symbol, lookup_block_symbol,
8445 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8446
8447 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
8448
8449 * python/python-internal.h: Include symtab.h.
8450
8451 2010-03-09 Joel Brobecker <brobecker@adacore.com>
8452 Pierre Muller <muller@ics.u-strasbg.fr>
8453
8454 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8455 * p-valprint.c (pascal_val_print): Remove undeed block and fix
8456 indentation.
8457
8458 2010-03-08 Tom Tromey <tromey@redhat.com>
8459
8460 * breakpoint.c (breakpoint_1): Add "QUIT".
8461
8462 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
8463 Pedro Alves <pedro@codesourcery.com>
8464
8465 * solib.c (solib_find): Replace extension if
8466 solib_symbols_extension is set in the target gdbarch.
8467 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8468 solib_symbols_extension to "sym".
8469 * gdbarch.sh (solib_symbols_extension): New variable.
8470 (pstring): New function.
8471 * gdbarch.h, gdbarch.c: Regenerate.
8472
8473 2010-03-08 Tom Tromey <tromey@redhat.com>
8474
8475 PR cli/9591:
8476 * NEWS: Update.
8477 * utils.c: Include main.h.
8478 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8479 (defaulted_query): Use default answer if `batch_flag'.
8480 * main.h (batch_flag): Declare.
8481 * main.c (batch_flag): New global.
8482 (captured_main): Remove 'batch'. Update.
8483
8484 2010-03-08 Kevin Buettner <kevinb@redhat.com>
8485
8486 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8487 and Kevin Buettner:
8488
8489 * remote-mips.c (rockhopper_ops): New target_ops struct.
8490 (MON_ROCKHOPPER): New mips_monitor_type.
8491 (read_hex_value): New function.
8492 (mips_request): Send 8-byte values with a 'T' packet. Read the
8493 packet argument as a string and use read_hex_value to parse it.
8494 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8495 (rockhopper_open): New function.
8496 (mips_wait): Read the PC, FP and SP fields as strings. Use
8497 read_hex_value to parse them and mips_set_register to commit them.
8498 (mips_set_register): New function.
8499 (mips_fetch_registers): Do not cast register value to "unsigned"
8500 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
8501 (mips_store_registers): Use a 'T' packet to set registers when
8502 using MON_ROCKHOPPER.
8503 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8504 and expect the total to be printed before the entry address.
8505 (_initialize_remote_mips): Initialize and add rockhopper_ops.
8506
8507 2010-03-08 Kevin Buettner <kevinb@redhat.com>
8508
8509 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8510 Change return value to int. Store value fetched in location
8511 addressed by `val'. Use function's return value as success
8512 or failure indicator. Adjust all callers.
8513
8514 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
8515
8516 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8517
8518 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8519 Hui Zhu <teawater@gmail.com>
8520
8521 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8522 tmp_to_stopped_data_address.
8523 (record_open): Reset tmp_to_stopped_by_watchpoint and
8524 tmp_to_stopped_data_address.
8525 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8526 to_stopped_data_address.
8527
8528 2010-03-08 Hui Zhu <teawater@gmail.com>
8529
8530 * i386-tdep.c (i386_process_record): Initialize regnum.
8531
8532 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8535 Do not warn on ".gnu.liblist" and ".gnu.conflict".
8536
8537 2010-03-08 Joel Brobecker <brobecker@adacore.com>
8538
8539 Memory error when reading wrong core file.
8540 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8541 errors while reading the inferior memory, and return zero if
8542 an exception was raised.
8543
8544 2010-03-07 Michael Snyder <msnyder@vmware.com>
8545
8546 * record.c (record_restore): Rename tmpu8 to rectype.
8547
8548 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8549 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8550
8551 (i386_record_push): Rename local tmpulongest to addr.
8552
8553 (i386_process_record): Rename local tmpulongest to addr.
8554
8555 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8556 addr64.
8557
8558 Rename local variable tmpu8 to opcode8 and regnum.
8559
8560 2010-03-07 Joel Brobecker <brobecker@adacore.com>
8561
8562 * remote.c (remote_get_ada_task_ptid): New function.
8563 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
8564
8565 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
8566
8567 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8568 block. Define helper macros to reduce ifdefs in code.
8569 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8570 size. Call unadorned GetModuleFileNameEx rather than
8571 GetModuleFileNameEx*.
8572 (windows_make_so): Use __PMAX to denote maximum buffer size and
8573 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
8574 appropriate.
8575 (get_image_name): Use __PMAX to denote maximum buffer size.
8576 (handle_load_dll): Likewise.
8577 (windows_pid_to_exec_file): Likewise.
8578 (windows_create_inferior): Add many accommodations for older Cygwin and
8579 non-Cygwin.
8580 (bad_GetModuleFileNameExW): Control inclusion of this function based on
8581 __USEWIDE conditional.
8582 (bad_GetModuleFileNameExA): Likewise.
8583 (_initialize_loadable): Just use real function names without the dyn_
8584 part since they are defined earlier.
8585
8586 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
8587 Tom Tromey <tromey@redhat.com>
8588
8589 * utils.c (host_char_to_target): Add 'gdbarch' argument.
8590 (parse_escape): Likewise.
8591 * python/py-utils.c (unicode_to_target_string): Update.
8592 (unicode_to_target_python_string): Update.
8593 (target_string_to_unicode): Update.
8594 * printcmd.c (printf_command): Update.
8595 * p-exp.y (yylex): Update.
8596 * objc-exp.y (yylex): Update.
8597 * mi/mi-parse.c: Include charset.h.
8598 (mi_parse_escape): New function.
8599 (mi_parse_argv): Use it.
8600 * jv-exp.y (yylex): Update.
8601 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8602 function.
8603 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8604 * gdbarch.sh (auto_charset, auto_wide_charset): New.
8605 * gdbarch.c: Rebuild.
8606 * gdbarch.h: Rebuild.
8607 * defs.h (parse_escape): Update.
8608 * cli/cli-setshow.c: Include arch-utils.h.
8609 (do_setshow_command): Update.
8610 * cli/cli-cmds.c (echo_command): Update.
8611 * charset.h (target_charset, target_wide_charset): Update.
8612 * charset.c: Include arch-utils.h.
8613 (target_charset_name): Default to "auto".
8614 (target_wide_charset_name): Likewise.
8615 (show_target_charset_name): Handle "auto".
8616 (show_target_wide_charset_name): Likewise.
8617 (be_le_arch): New global.
8618 (set_be_le_names): Add 'gdbarch' argument.
8619 (validate): Likewise. Don't call set_be_le_names.
8620 (set_charset_sfunc, set_host_charset_sfunc)
8621 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8622 Update.
8623 (target_charset): Add 'gdbarch' argument.
8624 (target_wide_charset): Likewise. Remove 'byte_order' argument.
8625 (auto_target_charset_name): New global.
8626 (default_auto_charset, default_auto_wide_charset): New functions.
8627 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
8628 for target charsets. Copy result of nl_langinfo. Use GetACP if
8629 USE_WIN32API.
8630 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8631 remove 'byte_order' argument. Update.
8632 (classify_type): Likewise.
8633 (c_emit_char): Update.
8634 (c_printchar): Update.
8635 (c_printstr): Update.
8636 (c_get_string): Update.
8637 (evaluate_subexp_c): Update.
8638 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8639 Declare.
8640 * python/python.c (gdbpy_target_charset): New function.
8641 (gdbpy_target_wide_charset): Likewise.
8642 (GdbMethods): Update.
8643 * NEWS: Update.
8644
8645 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8646
8647 * symfile.c (build_section_addr_info_from_objfile): Do not mask
8648 off high address bits.
8649
8650 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
8651
8652 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8653 address as UnsignedLongLong, not LongLong.
8654
8655 2010-03-05 Kevin Buettner <kevinb@redhat.com>
8656 Pedro Alves <pedro@codesourcery.com>
8657
8658 * remote-mips.c (gdbthread.h): Include.
8659 (remote_mips_ptid): Declare.
8660 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8661 (common_open): Set inferior_ptid, add it as an inferior, and
8662 as a thread too. Delete FIXME comment regarding start_remote().
8663 (mips_close): Invoke generic_mourn_inferior().
8664 (mips_kill): Make sure that target_mourn_inferior is invoked.
8665 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8666 it's now invoked from mips_close().
8667 (mips_load): Don't null out inferior_ptid. Don't call
8668 clear_symtab_users().
8669 (mips_thread_alive, mips_pid_to_str): New functions.
8670 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
8671 to_thread_alive and to_pid_to_str operations.
8672
8673 2010-03-04 Tom Tromey <tromey@redhat.com>
8674
8675 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8676 in DWARF 3 and later.
8677 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8678
8679 2010-03-04 Keith Seitz <keiths@redhat.com>
8680
8681 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8682 If the filename portion of the linespec was quoted, recheck the
8683 remainder for additional quoting.
8684 (locate_first_half): Skip over completer chars, too.
8685
8686 2010-03-04 Tom Tromey <tromey@redhat.com>
8687
8688 * printcmd.c (printf_command): Pass dummy argument to
8689 printf_filtered.
8690
8691 2010-03-04 Doug Evans <dje@google.com>
8692
8693 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8694 unwound_fp.
8695
8696 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8697
8698 2010-03-04 Pedro Alves <pedro@codesourcery.com>
8699
8700 * breakpoint.c (update_watchpoint): Create a sentinel location if
8701 the software watchpoint isn't watching any memory.
8702 (breakpoint_address_bits): Skip dummy software watchpoint locations.
8703
8704 2010-03-04 Pedro Alves <pedro@codesourcery.com>
8705
8706 * utils.c (fputs_maybe_filtered): Check if there's already a top
8707 level interpreter before dereferencing it. If there isn't one,
8708 don't paginate either.
8709
8710 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8711
8712 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8713 the state right when single stepping.
8714 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8715 Get the next PC along with the instruction state.
8716 (thumb_get_next_pc): Remove.
8717 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8718
8719 2010-03-04 Hui Zhu <teawater@gmail.com>
8720
8721 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8722
8723 2010-03-03 Pedro Alves <pedro@codesourcery.com>
8724
8725 * utils.c (fputs_maybe_filtered): Always disable pagination if the
8726 top level interpreter is MI.
8727
8728 2010-03-03 Stan Shebs <stan@codesourcery.com>
8729
8730 * remote.c (remote_download_tracepoint): Iterate over locations.
8731 * tracepoint.c (validate_actionline): Ditto.
8732 (encode_actions): Add location argument.
8733 (trace_dump_command): Check all locations to see if stepping
8734 frame.
8735
8736 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
8737 Eli Zaretskii <eliz@gnu.org>
8738
8739 * NEWS: Add X86 general purpose registers section.
8740
8741 2010-03-03 Tom Tromey <tromey@redhat.com>
8742
8743 PR mi/11098:
8744 * varobj.c (install_new_value): Handle case where new print_value
8745 is NULL.
8746
8747 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
8748
8749 PR gdb/11345:
8750 * printcmd.c (printf_command): Print end of format string using
8751 printf_filtered.
8752
8753 2010-03-02 Tom Tromey <tromey@redhat.com>
8754
8755 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8756 * defs.h (read_command_lines_1): Add missing 'void'.
8757 * cli/cli-script.c (recurse_read_control_structure): Add missing
8758 'void'.
8759 (read_next_line): Likewise.
8760 (read_command_lines_1): Likewise.
8761
8762 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8763
8764 * spu-tdep.c (spu_analyze_prologue): Track instruction to
8765 store backchain as part of prologue.
8766
8767 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
8768
8769 * progspace.c (update_address_spaces): Update inferior address spaces
8770 also.
8771
8772 2010-03-02 Doug Evans <dje@google.com>
8773
8774 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8775 lowpc,highpc args to addrmap_set_empty.
8776
8777 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
8778
8779 * amd64-tdep.c (amd64_byte_names): New.
8780 (amd64_word_names): Likewise.
8781 (amd64_dword_names): Likewise.
8782 (amd64_pseudo_register_name): Likewise.
8783 (amd64_pseudo_register_read): Likewise.
8784 (amd64_pseudo_register_write): Likewise.
8785 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8786 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
8787 set_gdbarch_pseudo_register_write and
8788 set_tdesc_pseudo_register_name. Don't call
8789 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
8790
8791 * i386-tdep.c (i386_num_mmx_regs): Removed.
8792 (i386_num_pseudo_regs): Likewise.
8793 (i386_byte_names): New.
8794 (i386_word_names): Likewise.
8795 (i386_byte_regnum_p): Likewise.
8796 (i386_word_regnum_p): Likewise.
8797 (i386_mmx_regnum_p): Updated.
8798 (i386_pseudo_register_name): Make it global. Handle byte and
8799 word pseudo-registers.
8800 (i386_pseudo_register_read): Likewise.
8801 (i386_pseudo_register_write): Likewise.
8802 (i386_pseudo_register_type): Handle byte, word and dword
8803 pseudo-registers
8804 (i386_register_reggroup_p): Don't include pseudo
8805 registers, except for MXX, in any register groups. Don't
8806 include pseudo byte, word, dword registers in general_reggroup.
8807 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8808 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
8809 pseudo-registers after word pseudo-registers. Call
8810 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8811
8812 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8813 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8814 eax_regnum.
8815 (i386_byte_regnum_p): New.
8816 (i386_word_regnum_p): Likewise.
8817 (i386_dword_regnum_p): Likewise.
8818 (i386_pseudo_register_name): Likewise.
8819 (i386_pseudo_register_read): Likewise.
8820 (i386_pseudo_register_write): Likewise.
8821
8822 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8823
8824 * target-descriptions.c (tdesc_type): Remove
8825 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8826 (tdesc_predefined_types): Likewise.
8827 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
8828 if flag name is empty.
8829 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8830
8831 * features/i386/32bit-core.xml: Define i386_eflags.
8832 * features/i386/64bit-core.xml: Likewise.
8833
8834 * features/i386/32bit-sse.xml: Define i386_mxcsr.
8835 * features/i386/64bit-sse.xml: Likewise.
8836
8837 * features/i386/amd64-linux.c: Regenerated.
8838 * features/i386/amd64.c: Likewise.
8839 * features/i386/i386-linux.c: Likewise.
8840 * features/i386/i386.c: Likewise.
8841
8842 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8843
8844 * gdbtypes.c (append_composite_type_field_raw): New.
8845 (append_composite_type_field_aligned): Use the new function.
8846 * gdbtypes.h (append_composite_type_field_raw): Declare.
8847 * target-descriptions.c (struct tdesc_type_field): Add start and end.
8848 (struct tdesc_type_flag): New type.
8849 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8850 kind. Add size to u.u. Add u.f for flags.
8851 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8852 (tdesc_free_type): Likewise.
8853 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8854 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8855 (tdesc_add_bitfield, tdesc_add_flag): New.
8856 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8857 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8858 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8859 current_type. Add current_type_size and current_type_is_flags.
8860 (tdesc_start_union): Clear the new fields.
8861 (tdesc_start_struct, tdesc_start_flags): New.
8862 (tdesc_start_field): Handle struct fields, including bitfields.
8863 (field_attributes): Make type optional. Add start and end.
8864 (union_children): Rename to struct_union_children.
8865 (union_attributes): Rename to struct_union_attributes. Add optional
8866 size.
8867 (flags_attributes): New.
8868 (feature_children): Add struct and flags.
8869 * features/gdb-target.dtd: Add flags and struct to features.
8870 Make field type optional. Add field start and end.
8871
8872 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8873
8874 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8875 (amd64_linux_read_description): Likewise.
8876 (_initialize_amd64_linux_nat): Set to_read_description to
8877 amd64_linux_read_description.
8878
8879 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8880 (amd64_linux_register_name): Removed.
8881 (amd64_linux_register_type): Likewise.
8882 (amd64_linux_core_read_description): New.
8883 (amd64_linux_init_abi): Set target description to
8884 tdesc_amd64_linux if needed. Support orig_rax in target
8885 description. Don't call set_gdbarch_register_name nor
8886 set_gdbarch_register_type. Call
8887 set_gdbarch_core_read_description.
8888 (_initialize_amd64_linux_tdep): Call
8889 initialize_tdesc_amd64_linux.
8890
8891 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8892
8893 * amd64-tdep.c: Include "features/i386/amd64.c".
8894 (amd64_register_names): Removed.
8895 (amd64_register_name): Likewise.
8896 (amd64_register_type): Likewise.
8897 (amd64_init_abi): Set num_core_regs and register_names. Set
8898 target description to tdesc_amd64 if needed. Don't call
8899 set_gdbarch_register_name nor set_gdbarch_register_type.
8900 (_initialize_amd64_tdep): New.
8901
8902 * i386-linux-nat.c (i386_linux_read_description): New.
8903 (_initialize_i386_linux_nat): Set to_read_description to
8904 i386_linux_read_description.
8905
8906 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8907 (i386_linux_register_name): Removed.
8908 (i386_linux_core_read_description): New.
8909 (i386_linux_read_description): Likewise.
8910 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
8911 Set target description to tdesc_i386_linux if needed. Support
8912 orig_eax. Set register_reggroup_p. Call
8913 set_gdbarch_core_read_description.
8914 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
8915
8916 * i386-linux-tdep.h (tdesc_i386_linux): New.
8917
8918 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
8919 with I387_NUM_REGS.
8920
8921 * i386-tdep.c: Include "features/i386/i386.c".
8922 (i386_register_names): Make it const.
8923 (i386_mmx_names): Likewise.
8924 (i386_num_register_names): Removed.
8925 (i386_register_name): Likewise.
8926 (i386_eflags_type): Likewise.
8927 (i386_mxcsr_type): Likewise.
8928 (i386_sse_type): Likewise.
8929 (i386_register_type): Likewise.
8930 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
8931 (i386_pseudo_register_name): New.
8932 (i386_pseudo_register_type): Likewise.
8933 (i386_mmx_type): Make it static.
8934 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
8935 I387_NUM_REGS. Set num_core_regs and register_names. Don't
8936 call set_gdbarch_register_name nor set_gdbarch_register_type.
8937 Set register_reggroup_p. Set target description to tdesc_i386
8938 if needed. Call set_tdesc_pseudo_register_type,
8939 set_tdesc_pseudo_register_name and tdesc_use_registers.
8940 (_initialize_i386_tdep): Call initialize_tdesc_i386.
8941 initialize_tdesc_x86_64.
8942
8943 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
8944 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
8945 register_names, tdesc and register_reggroup_p.
8946 (I386_NUM_FREGS): Removed.
8947 (i386_eflags_type): Likewise.
8948 (i386_mxcsr_type): Likewise.
8949 (i386_mmx_type): Likewise.
8950 (i386_sse_type): Likewise.
8951 (i386_register_name): Likewise.
8952 (i386_regnum): Add I386_MXCSR_REGNUM.
8953 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
8954
8955 * i387-tdep.h (I387_NUM_REGS): New.
8956
8957 * regformats/i386/i386-linux.dat: Generated.
8958 * regformats/i386/i386.dat: Likewise.
8959 * regformats/i386/amd64-linux.dat: Likewise.
8960 * regformats/i386/amd64.dat: Likewise.
8961
8962 * regformats/reg-i386-linux.dat: Removed.
8963 * regformats/reg-i386.dat: Likewise.
8964 * regformats/reg-x86-64-linux.dat: Likewise.
8965 * regformats/reg-x86-64.dat: Likewise.
8966
8967 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
8968
8969 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
8970 cygwin_conv_path API rather than the deprecated
8971 cygwin_conv_to_full_posix_path.
8972 * windows-nat.c:
8973 (GetModuleFileNameExA): Undefine for Cygwin.
8974 (GetModuleFileNameExW): Define for Cygwin.
8975 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
8976 Call GetModuleFileNameExW and convert path to POSIX using
8977 cygwin_conv_path.
8978 (windows_make_so): Always define p. Drop unused variable m.
8979 Don't use Win32 functions to check file existance, rather use
8980 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
8981 Use canonicalize_file_name to get full path.
8982 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
8983 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
8984 use correct target buffer size in call to WideCharToMultiByte.
8985 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
8986 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
8987 (windows_create_inferior): Convert all paths and arguments to wchar_t
8988 and use CreateProcessW on Cygwin.
8989 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
8990 (bad_GetModuleFileNameExA): Undefine for Cygwin.
8991 (bad_GetModuleFileNameExW): Define for Cygwin.
8992 (_initialize_loadable): Load GetModuleFileNameExW into
8993 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
8994
8995 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
8996
8997 PR python/11036
8998 * python/py-frame.c (frapy_read_var): Add block argument and logic
8999 to cope with user provided blocks.
9000
9001 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9002
9003 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9004 New comment.
9005
9006 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
9007
9008 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9009 (COMMON_OBS): ... to here since it's used unconditionally.
9010 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9011 (SFILES): To here.
9012
9013 2010-02-26 David Daney <ddaney@caviumnetworks.com>
9014
9015 * mips-linux-tdep.c: Update struct sigframe comments.
9016 (SIGFRAME_CODE_OFFSET): Delete macro.
9017 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9018 this_frame's sp.
9019 (mips_linux_n32n64_sigframe_init): Same.
9020
9021 2010-02-26 Kevin Buettner <kevinb@redhat.com>
9022
9023 * remote-mips.c (mips_load): Don't use pseudo-register when
9024 invalidating regcache.
9025
9026 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9027
9028 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9029
9030 2010-02-26 Pedro Alves <pedro@codesourcery.com>
9031
9032 * NEWS: Add "New targets" section, and mention ARM Symbian
9033 support.
9034
9035 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
9036
9037 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9038 add ADDR_SIZE member.
9039 (allocate_piece_closure): Update.
9040 (copy_pieced_value_closure): Likewise.
9041 (dwarf2_evaluate_loc_desc): Likewise.
9042 (read_pieced_value): Use DWARF address size instead of
9043 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9044
9045 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
9046 Tom Tromey <tromey@redhat.com>
9047
9048 * python/py-type.c (typy_lookup_typename): Add in block argument.
9049 If provided restrict lookup to specified blocks.
9050 (gdbpy_lookup_type): Likewise.
9051 (typy_lookup_type): Likewise.
9052
9053 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9054
9055 Symbian config
9056
9057 gdb/
9058 * arm-symbian-tdep.c: New.
9059 * configure.tgt (arm*-*-symbianelf*): New target.
9060 (*-*-symbianelf*): New OS.
9061 * osabi.c (gdb_osabi_names): Add Symbian.
9062 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9063 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9064 (ALLDEPFILES): Add arm-symbian-tdep.c.
9065
9066 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
9067
9068 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9069
9070 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9071
9072 * mi/mi-main.c (mi_cmd_execute): Fix typo.
9073
9074 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9075 Tom Tromey <tromey@redhat.com>
9076 Thiago Jung Bauermann <bauerman@br.ibm.com>
9077
9078 * python/python.c (_initialize_python): Call
9079 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9080 gdbpy_initialize_blocks.
9081 * python/python-internal.h: Declare struct symbol, block and
9082 symtab_and_line. Declare block_object_type and
9083 symbol_object_type
9084 (gdbpy_lookup_symbol gdbpy_block_for_pc)
9085 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9086 (symbol_to_symbol_object, block_to_block_object)
9087 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9088 (gdbpy_initialize_blocks ): Declare.
9089 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9090 (frapy_select): Add methods.
9091 (frapy_read_var): Add symbol branch.
9092 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9093 py-block.
9094 (SUBDIR_PYTHON_SRCS): Likewise.
9095 (py-symbol.o): New rule.
9096 (py-symtab.o): Likewise.
9097 (py-block.o): Likewise.
9098 * python/py-symbol.c: New file.
9099 * python/py-symtab.c: Likewise.
9100 * python/py-block.c: Likewise.
9101
9102 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9103
9104 PR gdb/11321
9105
9106 * inferior.h (prepare_for_detach): Declare.
9107 (struct inferior) <detaching>: New field.
9108 * infrun.c (prepare_for_detach): New.
9109 (handle_inferior_event) <random signal>: Don't stop if detaching.
9110 * target.c (target_detach): Call prepare_for_detach.
9111
9112 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9113
9114 Per-process displaced stepping queue.
9115
9116 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9117 (displaced_step_gdbarch, displaced_step_closure,
9118 (displaced_step_original, displaced_step_copy): Move globals to
9119 this...
9120 (struct displaced_step_inferior_state): ... new structure.
9121 (displaced_step_inferior_states): New global.
9122 (get_displaced_stepping_state, add_displaced_stepping_state)
9123 (remove_displaced_stepping_state, infrun_inferior_exit): New
9124 functions.
9125 (displaced_step_clear): Add displaced_step_inferior_state
9126 parameter, and adjust to handle it.
9127 (displaced_step_clear_cleanup): Parameter is now a
9128 displaced_step_inferior_state. Adjust.
9129 (displaced_step_prepare): Adjust.
9130 (displaced_step_fixup, displaced_step_fixup)
9131 (infrun_thread_ptid_changed, resume): Adjust.
9132 (init_wait_for_inferior): Don't call displaced_step_clear.
9133 (infrun_thread_stop_requested): Rewrite.
9134 (_initialize_infrun): Install infrun_inferior_exit as
9135 inferior_exit observer.
9136
9137 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9138
9139 * inferior.h (ptid_match): Declare.
9140 * infrun.c (ptid_match): New.
9141 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9142 (handle_notification): Add debug output.
9143 * linux-nat.c (ptid_match): Delete.
9144
9145 2010-02-24 David S. Miller <davem@davemloft.net>
9146
9147 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9148 * syscalls/sparc-linux.xml: New.
9149 * syscalls/sparc64-linux.xml: New.
9150 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9151 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9152 (sparc32_linux_get_syscall_number): New function.
9153 (sparc32_linux_init_abi): Set syscall XML file name and hook up
9154 syscall number fetcher.
9155 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9156 (sparc64_linux_get_syscall_number): New function.
9157 (sparc64_linux_init_abi): Set syscall XML file name and hook up
9158 syscall number fetcher.
9159
9160 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9161
9162 Multiexec MI
9163
9164 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9165 * inferior.c (add_inferior_silent): Notify inferior_added
9166 observer.
9167 (delete_inferior_1): Notify inferior_removed observer.
9168 (exit_inferior_1): Pass inferior, not pid, to observer.
9169 (inferior_appeared): Likewise.
9170 (add_inferior_with_spaces): New.
9171 (add_inferior_command): Use the above.
9172 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9173 Declare.
9174
9175 * inflow.c (inflow_inferior_exit): Likewise.
9176 * jit.c (jit_inferior_exit_hook): Likewise.
9177
9178 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9179 remove-inferior.
9180 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9181 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9182 (report_initial_inferior): New.
9183 (mi_inferior_removed): Register the above. Make sure
9184 inferior_added observer is called on the first inferior.
9185 (mi_new_thread, mi_thread_exit): Thread group is now identified by
9186 inferior number, not pid.
9187 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9188 affected.
9189 * mi/mi-main.c (current_context): New.
9190 (proceed_thread_callback): Use typed closure.
9191 Proceed everything if pid is 0. Most implementation split into
9192 (proceed_thread): ... this.
9193 (run_one_inferior): New.
9194 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9195 Adjust for multiexec behaviour.
9196 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9197 (mi_cmd_execute): Handle the 'thread-group' option here.
9198 Do some extra checks.
9199 * mi-parse.c (mi_parse): Handle the --all and --thread-group
9200 options.
9201 * mi-parse.h (struct mi_parse): New fields all and thread_group.
9202
9203 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
9204
9205 Make -exec-run a proper MI commands.
9206
9207 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9208 * mi/mi-cmds.c (mi_cmds): Adjust.
9209 * mi/mi-main.c (mi_cmd_exec_run): New.
9210
9211 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9212 Stan Shebs <stan@codesourcery.com>
9213
9214 * tracepoint.h (set_traceframe_number)
9215 (cleanup_restore_current_traceframe): Declare.
9216 * tracepoint.c (set_traceframe_number): New.
9217 (struct current_traceframe_cleanup): New.
9218 (do_restore_current_traceframe_cleanup)
9219 (restore_current_traceframe_cleanup_dtor)
9220 (make_cleanup_restore_current_traceframe): New.
9221 * infrun.c: Include tracepoint.h.
9222 (fetch_inferior_event): Switch out and in of tfind mode.
9223
9224 2010-02-24 Pedro Alves <pedro@codesourcery.com>
9225
9226 * breakpoint.c (breakpoint_init_inferior): Also delete
9227 bp_shlib_event breakpoints.
9228 * solib-frv.c (enable_break): Remove call to
9229 remove_solib_event_breakpoints.
9230 * solib-svr4.c (enable_break): Ditto.
9231 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9232 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9233 * solib-som.c (som_solib_create_inferior_hook): Ditto.
9234 * solib-spu.c (spu_enable_break): Ditto.
9235
9236 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9237
9238 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9239
9240 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
9241
9242 * varobj.c (varobj_update): Avoid non-constants in initializers.
9243
9244 2010-02-23 Tom Tromey <tromey@redhat.com>
9245
9246 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9247 handle big-endian values.
9248 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9249
9250 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9251
9252 PR9605
9253
9254 gdb/
9255 * breakpoint.c (insert_bp_location): If inserting the read
9256 watchpoint failed, fallback to an access watchpoint.
9257 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9258 if the value changed, if not watching the same memory for writes.
9259 (watchpoint_locations_match): Add comment.
9260 (update_global_location_list): Copy the location's watchpoint type.
9261 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9262 handle read watchpoints here.
9263 (i386_insert_watchpoint): Read watchpoints aren't supported.
9264 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9265 packets.
9266 * target.h (target_insert_watchpoint): Update description.
9267
9268 2010-02-19 Tom Tromey <tromey@redhat.com>
9269
9270 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9271 * m2-typeprint.c (m2_print_type): Update.
9272 * gdbtypes.c (recursive_dump_type): Update.
9273 (copy_type_recursive): Update.
9274 * c-typeprint.c (c_type_print_varspec_prefix): Update.
9275 (c_type_print_base): Update.
9276 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9277 Remove.
9278 (struct cplus_struct_type) <ntemplate_args>: Remove.
9279 <struct template_arg>: Remove.
9280 <is_dynamic>: Move earlier.
9281 (TYPE_TEMPLATE_ARGS): Remove.
9282 (TYPE_NTEMPLATE_ARGS): Remove.
9283 (TYPE_TEMPLATE_ARG): Remove.
9284
9285 2010-02-19 Tom Tromey <tromey@redhat.com>
9286
9287 PR c++/8693, PR c++/9496:
9288 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9289 * c-exp.y (lex_one_token): Rename from yylex. Don't call
9290 write_dollar_variable. Don't try to classify NAME tokens.
9291 (token_and_value): New type.
9292 (token_fifo, popping, name_obstack): New globals.
9293 (classify_name): New function.
9294 (classify_inner_name): Likewise.
9295 (yylex): Likewise.
9296 (VARIABLE): Now has type sval.
9297 (exp : VARIABLE): Call write_dollar_variable.
9298 (qualified_name): Use TYPENAME, not typebase. Add production for
9299 multiple "::" instances.
9300 (variable): Use name_not_typename.
9301 (qualified_type): Remove.
9302 (typebase): Update.
9303
9304 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9305
9306 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
9307 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
9308 found by bfd_get_section_by_name.
9309 * symfile.h (struct section_addr_info) <sectindex>: New comment.
9310
9311 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9312
9313 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
9314 7.0 section" into "Changes in 7.1".
9315
9316 2010-02-19 Joel Brobecker <brobecker@adacore.com>
9317
9318 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9319 * version.in: Bump version to 7.1.50.20100219-cvs.
9320
9321 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
9322
9323 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9324 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9325
9326 2010-02-17 Tom Tromey <tromey@redhat.com>
9327
9328 * NEWS: Add Python API Improvements section.
9329
9330 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9331
9332 * NEWS: Correct typo.
9333
9334 2010-02-17 Tom Tromey <tromey@redhat.com>
9335
9336 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9337
9338 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9339
9340 * symfile.c (build_section_addr_info_from_objfile): Include sections
9341 only if they are SEC_ALLOC or SEC_LOAD.
9342
9343 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
9344
9345 PR shlibs/11293
9346 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9347 of ULONGEST for address size.
9348
9349 2010-02-17 Tom Tromey <tromey@redhat.com>
9350
9351 * NEWS: Add C++ improvements section.
9352
9353 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
9354
9355 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9356 PyThreadState_Swap): Avoid "statement with no effect" warning.
9357
9358 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9359
9360 * solib-svr4.c (enable_break <target_auxv_search>): New variable
9361 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
9362
9363 2010-02-17 Tristan Gingold <gingold@adacore.com>
9364 Petr Hluzin <petr.hluzin@gmail.com>
9365
9366 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9367 gdb_assert. Fix info->size for SIG prologue.
9368
9369 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9370
9371 * infcmd.c (show_inferior_tty_command): Check for NULL.
9372 Correct output message.
9373
9374 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9375
9376 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9377 FUNCTION contains parentheses. Improve removal of a trailing
9378 single quote.
9379
9380 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9381
9382 * gcore.c (do_bfd_delete_cleanup): New function.
9383 (gcore_command): Use it. Discard the cleanup after success.
9384 (gcore_copy_callback): Delete dead code.
9385
9386 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9387
9388 * symfile.c (addr_info_make_relative): Always use
9389 find_lowest_section.
9390
9391 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
9392
9393 * NEWS: Added entry for namespace fixes.
9394
9395 2010-02-15 Tom Tromey <tromey@redhat.com>
9396
9397 * dwarf2read.c (guess_structure_name): Allocate name on the
9398 objfile obstack.
9399
9400 2010-02-15 Tom Tromey <tromey@redhat.com>
9401
9402 * c-typeprint.c (c_type_print_base): Reverse order of test.
9403
9404 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9405
9406 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
9407 initialize it from ELF BFD. Extend the prelink condition by it.
9408
9409 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 * defs.h (parse_pid_to_attach): New.
9412 * utils.c (parse_pid_to_attach): New.
9413 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9414 * gnu-nat.c (gnu_attach): Likewise.
9415 * nto-procfs.c (procfs_attach): Likewise.
9416 * procfs.c (procfs_attach): Likewise.
9417 * windows-nat.c (windows_attach): Likewise.
9418 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
9419 * inf-ttrace.c (inf_ttrace_attach): Likewise.
9420 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
9421 check.
9422
9423 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
9424
9425 * MAINTAINERS: Add myself for write after approval privileges.
9426
9427 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9428
9429 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9430 block.
9431
9432 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9433
9434 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9435 only if INFO_VERBOSE.
9436
9437 2010-02-12 Tomas Holmberg <th@virtutech.com>
9438
9439 * mi/mi-main.c: Added the --reverse flag to the following MI
9440 commands: exec-continue, exec-finish, exec-next, exec-step,
9441 exec-next-instruction, exec-step-instruction. This is to
9442 support reverse execution over the MI interface to gdb.
9443
9444 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9445
9446 * tracepoint.c (_initialize_tracepoint): Specify that the address
9447 range of `tfind outsize' is exclusive, and that the address range
9448 of `tfind range' is inclusive, in the commands' help strings.
9449
9450 2010-02-12 Joel Brobecker <brobecker@adacore.com>
9451
9452 Spurious "dll not found" error messages on x64-windows.
9453 * windows-nat.c: Add include of complaints.h.
9454 (handle_unload_dll): Change dll-not-found error into a complaint.
9455
9456 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9457
9458 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9459 bp_tracepoint and bp_fast_tracepoint, not
9460 bp_loc_software_breakpoint.
9461 (update_global_location_list): Tracepoints are never duplicates of
9462 anything.
9463
9464 2010-02-12 Pedro Alves <pedro@codesourcery.com>
9465
9466 * breakpoint.c (break_command_really): Change return type to int.
9467 Return false if no breakpoint was created, true otherwise.
9468 (trace_command): Don't set the tracepoint count if no tracepoint
9469 was created.
9470 (ftrace_command): Ditto.
9471 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9472 created in the breakpoints table.
9473
9474 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9475 Ulrich Weigand <uweigand@de.ibm.com>
9476
9477 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9478
9479 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9480
9481 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9482 the offset value isn't of integral type.
9483
9484 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9485
9486 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9487 New.
9488
9489 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9490
9491 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9492 non-subscriptable types.
9493 * valarith.c (binop_types_user_defined_p): New, abstracted out
9494 from ...
9495 (binop_user_defined_p): ... this.
9496 * value.h (binop_types_user_defined_p): Declare.
9497
9498 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9499
9500 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9501 Merge uploaded TSVs before merging uploaded tracepoints.
9502
9503 2010-02-11 Pedro Alves <pedro@codesourcery.com>
9504
9505 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9506
9507 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
9508
9509 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9510 whitespace character after a dot in comment.
9511 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9512 Likewise.
9513 (list_args_or_locals): For the 'all' (that is
9514 -stack-list-variables) case, always output list of tuples.
9515 Output 'arg' field if variable is argument.
9516
9517 2010-02-10 Tom Tromey <tromey@redhat.com>
9518
9519 * parser-defs.h (parser_debug): Declare.
9520 * parse.c (_initialize_parse): Install "debug parser" set/show
9521 command.
9522 (parser_debug): New global.
9523 (show_parserdebug): New function.
9524 * c-exp.y (c_parse): Set yydebug.
9525
9526 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
9527
9528 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9529 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9530 (tdesc_predefined_types): Add i387_ext, i386_eflags and
9531 i386_mxcsr.
9532 (tdesc_find_type): New.
9533 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
9534 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9535
9536 * target-descriptions.h (tdesc_find_type): New.
9537
9538 2010-02-10 Michael Snyder <msnyder@vmware.com>
9539
9540 * gdb-gdb.py: Comment fix.
9541
9542 2010-02-09 Tristan Gingold <gingold@adacore.com>
9543
9544 * machoread.c (macho_symfile_relocate): New function.
9545 (macho_sym_fns): Use macho_symfile_relocate instead of
9546 default_symfile_relocate.
9547 (macho_oso_data): New type.
9548 (current_oso): New variable.
9549 (macho_add_oso_symfile): Do not compute section_addr_info, but
9550 instead set vma of sections.
9551 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9552 Set and clear current_oso.
9553
9554 2010-02-09 Joel Brobecker <brobecker@adacore.com>
9555
9556 Wrong type description for tagged type parameter.
9557 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9558 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9559 reference to a tagged type.
9560
9561 2010-02-09 Tristan Gingold <gingold@adacore.com>
9562
9563 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9564 brothers of the parent.
9565
9566 2010-02-08 Tom Tromey <tromey@redhat.com>
9567
9568 PR c++/8017:
9569 * value.h: Update.
9570 * valops.c (search_struct_field): Make 'name' const.
9571 (search_struct_method): Likewise.
9572 (find_method_list): Make 'method' const.
9573 (value_struct_elt): Make 'name' and 'err' const.
9574 (value_find_oload_method_list): Make 'method' const.
9575 (find_overload_match): Make 'name' const.
9576 * eval.c (evaluate_subexp_standard): New locals function,
9577 function_name.
9578 <OP_FUNCALL>: Handle OP_SCOPE specially.
9579
9580 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9581
9582 * infrun.c (handle_inferior_event): Do not look up regcache
9583 for exited processes.
9584
9585 2010-02-08 Chris Moller <moller@mollerware.com>
9586
9587 PR gdb/10728
9588 * valarith.c (value_ptrdiff): Added a test for a zero type length,
9589 warn if found, and assume length = 1.
9590
9591 2010-02-08 Chris Moller <cmoller@redhat.com>
9592
9593 PR gdb/9067
9594 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
9595 (cp_print_static_field) Fix use of obstacks.
9596
9597 2010-02-08 Pedro Alves <pedro@codesourcery.com>
9598
9599 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9600 resumed LWPs as resumed.
9601 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9602 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9603 of throwing an internal error. If an LWP of a process we're not
9604 waiting for reports a signal, don't force collecting a SIGSTOP,
9605 and if it was breakpoint hit in non-stop mode, cancel it. Don't
9606 go through all LWPs cancelling breakpoints in non-stop mode.
9607 (resume_stopped_resumed_lwps): New.
9608 (linux_nat_wait): Use it.
9609
9610 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
9611
9612 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9613 i386/amd64 and i386/amd64-linux.
9614 (i386/i386-expedite): New.
9615 (i386/i386-linux-expedite): Likewise.
9616 (i386/amd64-expedite):Likewise.
9617 (i386/amd64-linux-expedite): Likewise.
9618 ($(outdir)/i386/i386-linux.dat): Likewise.
9619 ($(outdir)/i386/amd64.dat): Likewise.
9620 ($(outdir)/i386/amd64-linux.dat): Likewise.
9621
9622 * features/i386/32bit-core.xml: New.
9623 * features/i386/32bit-linux.xml: Likewise.
9624 * features/i386/32bit-sse.xml: Likewise.
9625 * features/i386/64bit-core.xml: Likewise.
9626 * features/i386/64bit-linux.xml: Likewise.
9627 * features/i386/64bit-sse.xml: Likewise.
9628 * features/i386/i386-linux.xml: Likewise.
9629 * features/i386/i386.xml: Likewise.
9630 * features/i386/amd64-linux.xml: Likewise.
9631 * features/i386/amd64.xml: Likewise.
9632 * features/i386/i386-linux.c: Likewise.
9633 * features/i386/i386.c: Likewise.
9634 * features/i386/amd64-linux.c: Likewise.
9635 * features/i386/amd64.c: Likewise.
9636
9637 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9638
9639 PR c++/7935:
9640 * cp-support.h: Added char* alias element to using_direct data
9641 struct.
9642 (cp_add_using): Added char* alias argument.
9643 (cp_add_using_directive): Ditto.
9644 * cp-namespace.c: Updated with the above changes.
9645 (cp_lookup_symbol_imports): Check for aliases.
9646 * dwarf2read.c (read_import_statement): Figure out local alias
9647 for the import and pass it on to cp_add_using.
9648 (read_namespace): Pass alias argument to cp_add_using.
9649
9650 2010-02-05 Hui Zhu <teawater@gmail.com>
9651
9652 * defs.h (gdb_bfd_errmsg): New extern.
9653 * exec.c (exec_file_attach): Change bfd_errmsg to
9654 gdb_bfd_errmsg.
9655 * utils.c (AMBIGUOUS_MESS1): New macro.
9656 (AMBIGUOUS_MESS2): New macro.
9657 (gdb_bfd_errmsg): New function.
9658
9659 2010-02-04 Doug Evans <dje@google.com>
9660
9661 * solib-svr4.c (enable_break): Add comment.
9662
9663 2010-02-04 Anthony Green <green@moxielogic.com>
9664
9665 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9666 gracefully.
9667
9668 2010-02-04 Tom Tromey <tromey@redhat.com>
9669
9670 * valops.c (search_struct_field): Account for
9671 value_embedded_offset. Fix check for virtual base past the end of
9672 the object. Use value_copy when making a slice of the value.
9673
9674 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9675
9676 PR tui/9622
9677 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9678 only if gdb_stdout is a tty.
9679
9680 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
9681
9682 * target-descriptions.c: Include "osabi.h".
9683 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9684 OSABI.
9685
9686 2010-02-04 Tristan Gingold <gingold@adacore.com>
9687
9688 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9689 (macho_symtab_read): Adjust calls to macho_add_oso.
9690 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9691 (macho_symfile_read): Adjust call to macho_oso_symfile.
9692 (macho_new_init): Move this function after declarations.
9693 (macho_symfile_init): Ditto.
9694 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9695 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9696
9697 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
9698
9699 Include MI command in remotelog.
9700
9701 * mi/mi-main.c (mi_execute_command): Call target_log_command.
9702
9703 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9704
9705 * remote.c (remote_state): Remove gdbarch.
9706 (init_remote_state): Don't set gdbarch.
9707 (remote_query_supported): Pass target_gdbarch instead of
9708 rs->gdbarch to gdbarch_qsupported.
9709
9710 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9711
9712 * gdbarch.sh: Add qsupported.
9713
9714 * gdbarch.c: Regenerated.
9715 * gdbarch.h: Likewise.
9716
9717 * remote.c (remote_state): Add gdbarch.
9718 (init_remote_state): Set gdbarch.
9719 (remote_query_supported): Support gdbarch_qsupported.
9720
9721 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
9722
9723 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9724 __FreeBSD_kernel_version.
9725
9726 2010-02-03 Tristan Gingold <gingold@adacore.com>
9727
9728 * symfile.h (struct sym_fns): Add sym_relocate field.
9729 (default_symfile_relocate): New prototype.
9730 (symfile_relocate_debug_section): First argument is now an objfile.
9731 * symfile.c (default_symfile_relocate): Rename from
9732 symfile_relocate_debug_section, first argument is now an objfile.
9733 (symfile_relocate_debug_section): New function.
9734 * coffread.c (coff_sym_fns): Set sym_relocate field.
9735 * somread.c (som_sym_fns): Ditto.
9736 * mipsread.c (ecoff_sym_fns): Ditto.
9737 * machoread.c (macho_sym_fns): Ditto.
9738 * elfread.c (elf_sym_fns): Ditto.
9739 * dwarf2read.c (dwarf2_read_section): Ditto.
9740 * xcoffread.c (xcoff_sym_fns): Ditto.
9741 * dbxread.c (aout_sym_fns): Ditto.
9742 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9743 (elfstab_build_psymtabs): Ditto.
9744
9745 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9746
9747 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9748
9749 2010-02-02 Tom Tromey <tromey@redhat.com>
9750
9751 * valops.c (value_cast_structs): Try downcasting using the RTTI
9752 type.
9753
9754 2010-02-02 Tom Tromey <tromey@redhat.com>
9755
9756 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9757 (gnuv2_baseclass_offset): Now static.
9758 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9759 * gnu-v2-abi.h: Remove.
9760
9761 2010-02-02 Tom Tromey <tromey@redhat.com>
9762
9763 * m2-typeprint.c (m2_record_fields): Don't use
9764 TYPE_DECLARED_TYPE.
9765 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9766 (struct main_type) <flag_declared_class>: New field.
9767 (struct cplus_struct_type) <declared_type>: Remove.
9768 <ntemplate_args>: Move earlier.
9769 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9770 (DECLARED_TYPE_TEMPLATE): Remove.
9771 (TYPE_DECLARED_TYPE): Remove.
9772 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9773 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9774 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9775 TYPE_DECLARED_TYPE.
9776
9777 2010-02-02 Tom Tromey <tromey@redhat.com>
9778
9779 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9780 * valops.c (search_struct_field): Compute nbases after calling
9781 CHECK_TYPEDEF.
9782 (check_field): Call CHECK_TYPEDEF.
9783 * cp-valprint.c (cp_print_value): Pass correct address to
9784 baseclass_offset. Fix check for virtual base past the end of the
9785 object. Don't offset address passed to cp_print_value_fields or
9786 apply_val_pretty_printer.
9787 (cp_print_value_fields): Fix call to val_print.
9788 (cp_print_value_fields_rtti): New function.
9789 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9790 * p-valprint.c (pascal_object_print_value_fields): Fix call to
9791 val_print.
9792 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9793 offset to address.
9794 * language.h (struct language_defn) <la_val_print>: Document.
9795 * c-lang.h (cp_print_value_fields_rtti): Declare.
9796
9797 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9798
9799 PR libc/11214:
9800 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9801 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9802 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9803
9804 2010-02-01 Michael Matz <matz@suse.de>
9805 Daniel Jacobowitz <dan@codesourcery.com>
9806
9807 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
9808 functions use a frame pointer.
9809
9810 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9811
9812 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
9813 by a conditional setting DYN_ADDR. Use DYN_ADDR.
9814 * config/djgpp/fnchange.lst: Add translations for
9815 symbol-without-target_section.exp and symbol-without-target_section.c.
9816
9817 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9818
9819 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9820 (remote_breakpoint_for_pc): Correct invalid_p check.
9821 * gdbarch.c: Regenerated.
9822
9823 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9824
9825 * arm-tdep.c (arm_find_mapping_symbol): New function, from
9826 arm_pc_is_thumb.
9827 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9828 (extend_buffer_earlier): New function.
9829 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9830 (arm_adjust_breakpoint_address): New function.
9831 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9832
9833 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9834
9835 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9836 (arm_linux_thumb2_le_breakpoint): New constants.
9837 (arm_linux_init_abi): Set thumb2_breakpoint and
9838 thumb2_breakpoint_size.
9839 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9840 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
9841 Implement support for single stepping through IT blocks if
9842 a 32-bit Thumb breakpoint instruction is available.
9843 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9844 is available, use it when needed.
9845 (arm_remote_breakpoint_from_pc): New function.
9846 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9847 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9848 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
9849
9850 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9851
9852 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9853 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9854 * gdbarch.c, gdbarch.h: Regenerated.
9855 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9856 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9857 gdbarch_remote_breakpoint_from_pc.
9858
9859 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9860
9861 * infrun.c (prepare_to_proceed): Handle other signals which might
9862 match a breakpoint.
9863 (handle_inferior_event): Move the check for unusual breakpoint
9864 signals earlier.
9865
9866 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
9867
9868 amd64 - function returning record with field straddling 2 registers.
9869 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9870 a record of length <= 16 in which a field straddles the two
9871 eightbytes.
9872
9873 2010-01-29 Joel Brobecker <brobecker@adacore.com>
9874
9875 Implement return values on amd64-windows.
9876 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9877 (amd64_windows_return_value): New function.
9878 (amd64_windows_init_abi): Call set_gdbarch_return_value with
9879 amd64_windows_return_value.
9880
9881 2010-01-29 Joel Brobecker <brobecker@adacore.com>
9882
9883 amd64-windows: 32 bytes allocated on stack by caller for integer
9884 parameter registers.
9885 * i386-tdep.h (struct gdbarch_tdep): Add new field
9886 integer_param_regs_saved_in_caller_frame.
9887 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9888 tdep->integer_param_regs_saved_in_caller_frame to 1.
9889 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9890 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9891
9892 2010-01-29 Joel Brobecker <brobecker@adacore.com>
9893
9894 amd64-windows: memory args passed by pointer during function calls.
9895 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9896 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9897 where tdep->memory_args_by_pointer is non-zero.
9898 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9899 tdep->memory_args_by_pointer to 1.
9900
9901 2010-01-29 Joel Brobecker <brobecker@adacore.com>
9902
9903 amd64-windows: Integer parameters in function calls.
9904 * i386-tdep.h (enum amd64_reg_class): New, moved here from
9905 amd64-tdep.c.
9906 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9907 call_dummy_integer_regs, and classify.
9908 * amd64-tdep.h (amd64_classify): Add declaration.
9909 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
9910 (amd64_reg_class): Delete, moved to i386-tdep.h.
9911 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
9912 Replace call to amd64_classify by call to tdep->classify.
9913 (amd64_push_arguments): Get the list of registers to use for
9914 passing integer parameters from the gdbarch tdep structure,
9915 rather than using a hardcoded one. Replace calls to amd64_classify
9916 by calls to tdep->classify.
9917 (amd64_push_dummy_call): Get the register number used for
9918 the "hidden" argument from tdep->call_dummy_integer_regs.
9919 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
9920 and tdep->call_dummy_integer_regs. Set tdep->classify.
9921 * amd64-windows-tdep.c: Add include of gdbtypes.h.
9922 (amd64_windows_dummy_call_integer_regs): New static global.
9923 (amd64_windows_classify): New function.
9924 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
9925 tdep->call_dummy_integer_regs and tdep->classify.
9926
9927 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9928
9929 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
9930 for the new regcache. All callers updated.
9931 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
9932 (get_thread_arch_regcache): Do not set aspace here.
9933 * regcache.h (regcache_xmalloc): Update declaration.
9934
9935 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
9936 regcache_xmalloc updated.
9937
9938 2010-01-28 Joel Brobecker <brobecker@adacore.com>
9939
9940 Another -Wunused-function error in procfs.c (sparc-solaris)
9941 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
9942 Only define if SYS_syssgi is defined.
9943 (remove_dbx_link_breakpoint): Delete declaration. Move up.
9944 (dbx_link_addr, insert_dbx_link_bpt_in_file)
9945 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
9946 is itself defined.
9947
9948 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
9949
9950 * windows-nat.c (windows_initialization_done): New variable.
9951 (get_windows_debug_event): Issue error when process dies before
9952 completely initializing.
9953 (do_initial_windows_stuff): Set flag to indicate when we are done with
9954 the initial steps of attaching to the child.
9955
9956 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9957
9958 * symtab.h (struct symbol <symtab>): New comment on NULL values.
9959
9960 2010-01-27 Doug Evans <dje@google.com>
9961
9962 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
9963
9964 * breakpoint.c (bpstat_stop_status): Delete useless code.
9965
9966 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9967
9968 * printcmd.c (display_uses_solib_p): Remove variable section. Access
9969 objfile via SYMBOL_SYMTAB.
9970
9971 2010-01-26 Tom Tromey <tromey@redhat.com>
9972
9973 PR exp/7643:
9974 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
9975 coerce_array on result.
9976
9977 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9978
9979 * cp-namespace.c (cp_lookup_symbol_namespace): Added
9980 search_parent argument.
9981 (cp_add_using): Initialize 'searched' field.
9982 (reset_directive_searched): New function.
9983 * cp-support.h: Add 'searched' field to using_direct struct.
9984 (cp_lookup_symbol_imports): Ditto.
9985 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
9986 Perform recursive search.
9987 Implement non parent search.
9988 * valops.c (value_maybe_namespace_elt): Updated.
9989
9990 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9991
9992 PR gdb/10929:
9993 * dwarf2read.c (read_lexical_block_scope): Create blocks for
9994 scopes which contain using directives even if they contain no
9995 declarations.
9996 * symtab.c (lookup_symbol_aux): Pass lowest level block to
9997 la_lookup_symbol_nonlocal.
9998 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
9999 cp_lookup_symbol_namespace.
10000 (cp_lookup_symbol_namespace): Perform an import lookup at every
10001 block level.
10002 (cp_lookup_symbol_imports): New function.
10003 (cp_lookup_symbol_in_namespace): New function.
10004
10005 2010-01-25 Tom Tromey <tromey@redhat.com>
10006
10007 PR gdb/11049:
10008 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10009 result.
10010
10011 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10012
10013 * configure.ac: Only use host_os part when disabling TUI on osf.
10014 Use test to check variables, prefix strings with x.
10015 * configure: Regenerate.
10016
10017 * solib-osf.c (osf_current_sos): Initialize tail.
10018
10019 2010-01-25 gingold <gingold@adacore.com>
10020
10021 * windows-nat.c (windows_continue): Use %x to print thread id.
10022 (get_windows_debug_event): Ditto.
10023
10024 2010-01-22 Tom Tromey <tromey@redhat.com>
10025
10026 PR symtab/11199:
10027 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10028 type and arguments. Use smash_to_methodptr_type.
10029 (read_structure_type): Call quirk_gcc_member_function_pointer
10030 later.
10031 * gdbtypes.h (smash_to_methodptr_type): Declare.
10032 * gdbtypes.c (smash_to_methodptr_type): New function.
10033 (lookup_methodptr_type): Use it.
10034
10035 2010-01-21 Tom Tromey <tromey@redhat.com>
10036
10037 PR symtab/11198:
10038 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10039 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10040 * glibc-tdep.c (find_minsym_and_objfile): Remove.
10041 (glibc_skip_solib_resolver): Use
10042 lookup_minimal_symbol_and_objfile.
10043
10044 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
10045
10046 * inflow.c (check_syscall): Guard by #if clause for GO32 and
10047 WIN32 targets.
10048
10049 2010-01-20 Tom Tromey <tromey@redhat.com>
10050
10051 PR backtrace/10770:
10052 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10053 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
10054 * dwarf2expr.c (new_dwarf_expr_context): Allocate
10055 dwarf_stack_values, not CORE_ADDRs.
10056 (execute_stack_op): Change DW_OP_div and comparison operators to
10057 use signed operands.
10058
10059 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
10060
10061 Per-inferior args and tty and environment.
10062
10063 * infcmd.c (inferior_args): Rename to ...
10064 (inferior_args_scratch): ... this.
10065 (inferior_io_terminal): Rename to ...
10066 (inferior_io_terminal_scratch): ... this.
10067 (inferior_argc, inferior_argv): Remove.
10068 (set_inferior_io_terminal, get_inferior_io_terminal): Store
10069 inside current_inferior().
10070 (set_inferior_tty_command, show_inferior_tty_command): New.
10071 (get_inferior_args, set_inferior_args): Store inside
10072 current_inferior().
10073 (notice_args_set): Likewise and rename to...
10074 (set_args_command): ... this.
10075 (set_inferior_args_vector): Likewise.
10076 (notice_args_read): Rename to...
10077 (show_args_command): ...new.
10078 (tty_command): Remove.
10079 (run_command_1): Don't free old args, as they are freed by
10080 set_inferior_arg now.
10081 (run_no_args_command): Likewise.
10082 (inferior_environ): Remove.
10083 (run_command_1): Use environment of the current inferior.
10084 (environment_info, set_environment_command)
10085 (unset_environment_command, path_info, path_command): Likewise.
10086 (_initialize_infcmd): Adjust for function and variable renames.
10087 Do not init inferior_environ.
10088 * inferior.h (set_inferior_arg): Adjust prototype.
10089 (struct inferior): New fields args, argc, argv, terminal, environment.
10090 (inferior_environ): Remove declaration.
10091 * inferior.c (free_inferior): Free new fields.
10092 (add_inferior_silent): Initialize 'environment' field.
10093 * main.c (captured_main): Set arguments only after the initial
10094 inferior has been created. Set set_inferior_io_terminal,
10095 not tty_command.
10096 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10097 inferior.
10098 (_initialize_mi_cmd_env): Adjust for disappearance of global
10099 inferior_environ.
10100 * solib.c (solib_find): Use environment of the current inferior.
10101
10102 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10103
10104 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10105 HAVE_PYTHON.
10106 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10107
10108 2010-01-20 Joel Brobecker <brobecker@adacore.com>
10109
10110 Get rid of ada-lang.c:function_name_from_pc.
10111 * ada-lang.c: Add "stack.h" #include.
10112 (function_name_from_pc): Delete.
10113 (is_known_support_routine): Replace call to function_name_from_pc
10114 by call to find_frame_funname.
10115 (ada_unhandled_exception_name_addr_from_raise): Likewise.
10116
10117 2010-01-19 Tom Tromey <tromey@redhat.com>
10118
10119 PR c++/11026:
10120 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10121 objfile obstack.
10122
10123 2010-01-19 Tom Tromey <tromey@redhat.com>
10124
10125 * top.c (stop_sig, float_handler, do_nothing): Remove.
10126
10127 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10128
10129 * breakpoint.c (watchpoint_check): Check the call
10130 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10131 Extend the comment.
10132 * config/djgpp/fnchange.lst: Add translations for
10133 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10134 watchpoint-cond-gone-stripped.c.
10135
10136 2010-01-19 Tom Tromey <tromey@redhat.com>
10137
10138 PR c++/8000:
10139 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10140 into parent scope, and enumerator into grandparent scope.
10141
10142 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10143
10144 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10145
10146 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10147
10148 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10149 i[34567]86-*-solaris2.1[0-9]*.
10150 * configure.tgt: Likewise.
10151
10152 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10153
10154 * NEWS: Document the source command enhancement allowing it
10155 to load Python scripts. Document the "set/show script-extension"
10156 commands.
10157
10158 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10159
10160 Add -Wunused-function to compile flags.
10161 * configure.ac: Add -Wunused-function to build_warnings.
10162 * configure: Regenerate.
10163
10164 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10165
10166 "delete" ada-lex.c:input function, not used.
10167 * ada-lex.l: #define YY_NO_INPUT.
10168
10169 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10170
10171 Delete free_named_symtabs and associated cleanup.
10172 * symfile.h (free_named_symtabs): Delete declaration.
10173 * symfile.c: Remove some commented out code (clear_symtab_users_once).
10174 (cashier_psymtab): Comment function out.
10175 Delete declaration.
10176 (free_named_symtabs): Delete.
10177 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10178 * dbxread.c (end_psymtab): Likewise.
10179 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10180 * exec.c (exec_close_1): Ditto.
10181 * xcoffread.c (xcoff_end_psymtab): Likewise.
10182
10183 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10184
10185 * stack.c (print_block_frame_labels): Comment function out.
10186
10187 2010-01-19 Joel Brobecker <brobecker@adacore.com>
10188
10189 Delete unused or undefined functions.
10190 * breakpoint.c (ep_parse_optional_filename): Delete.
10191 * dcache.c (dcache_write_line): Remove declaration.
10192 * infrun.c (build_infrun): Remove declaration.
10193 * tracepoint.c (tracepoint_save_command): Remove declaration.
10194 * linux-nat.c (init_lwp_list): Delete. No longer used.
10195 * event-loop.c (check_async_signal_handlers): Delete declaration.
10196 * infrun.c (init_execution_control_state): Delete.
10197 (proceed): Update comment to avoid mentioning
10198 init_execution_control_state.
10199 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10200 * ada-lang.c (ada_to_static_fixed_value): Delete.
10201 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10202 * cp-namespace.c (cp_copy_usings): Delete.
10203 * xml-syscall.c (xml_number_of_syscalls): Delete.
10204 * progspace.c (find_program_space_by_num): Delete.
10205 * inflow.c (handle_sigio): Delete declaration.
10206 * hppa-tdep.c (hppa_alignof): Delete.
10207 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10208 (mipsnbsd_core_osabi_sniffer): Delete.
10209
10210 2010-01-18 Tom Tromey <tromey@redhat.com>
10211
10212 PR c++/9680:
10213 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10214 (CONST_CAST): New tokens.
10215 (exp): Add new productions.
10216 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10217 reinterpret_cast.
10218 (is_cast_operator): New function.
10219 (yylex): Handle cast operators specially.
10220 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10221 UNOP_REINTERPRET_CAST>: New cases.
10222 * expprint.c (print_subexp_standard): Likewise.
10223 (op_name_standard): Likewise.
10224 (dump_subexp_body_standard): Likewise.
10225 * parse.c (operator_length_standard): Likewise.
10226 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10227 UNOP_REINTERPRET_CAST.
10228 * gdbtypes.c (class_types_same_p): New function.
10229 (is_ancestor): Use it.
10230 (is_public_ancestor): New function.
10231 (is_unique_ancestor_worker): Likewise.
10232 (is_unique_ancestor): Likewise.
10233 * gdbtypes.h (class_types_same_p, is_public_ancestor)
10234 (is_unique_ancestor): Declare.
10235 * valops.c (value_reinterpret_cast): New function.
10236 (dynamic_cast_check_1): Likewise.
10237 (dynamic_cast_check_2): Likewise.
10238 (value_dynamic_cast): Likewise.
10239 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10240
10241 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10242
10243 Fix build failure when building without Python support.
10244 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10245 is not defined.
10246
10247 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10248
10249 Use XVS field type instead of doing a parallel lookup.
10250 * ada-lang.c (ada_get_base_type): Follow the XVS field type
10251 if it is a reference type instead of doing a type lookup using
10252 the XVS field name.
10253
10254 2010-01-18 Joel Brobecker <brobecker@adacore.com>
10255
10256 Trust PAD types instead of using PAD___XVS.
10257 * ada-lang.c (trust_pad_over_xvs): New static variable.
10258 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10259 parallel XVS type, follow the XVS type instead of the PAD type.
10260 (unwrap_value): Make sure that there is no parallel XVE type
10261 before returning the value as is.
10262 (set_ada_list, show_ada_list): New static variables.
10263 (set_ada_command, show_ada_command): New functions.
10264 (_initialize_ada_language): Add new "set/show ada" prefix commands.
10265 Add new "set/show ada trust-PAD-over-XVS" setting.
10266
10267 2010-01-18 Tom Tromey <tromey@redhat.com>
10268 Thiago Jung Bauermann <bauerman@br.ibm.com>
10269
10270 Allow "source" to load python scripts.
10271 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10272 * python/python.c (source_python_script): New function.
10273 * python/python.h (source_python_script): Add declaration.
10274 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10275 (script_ext_off, script_ext_soft, script_ext_strict)
10276 (script_ext_enums, script_ext_mode): New static constants.
10277 (show_script_ext_mode, find_and_open_script): New functions.
10278 (source_script): Enhance to handle Python scripts.
10279 (init_cli_cmds): Add set/show script-extension commands.
10280
10281 2010-01-16 Stan Shebs <stan@codesourcery.com>
10282
10283 * tracepoint.h (struct trace_status): Use unsigned long long
10284 instead of size_t.
10285 * tracepoint.c (trace_status_command): Fix printf directive.
10286 (trace_save_command): Check fwrite returns, fix printf directive.
10287 (trace_filename): New global.
10288 (tfile_open): Set it, check read returns.
10289 (tfile_close): Free trace_filename.
10290 (tfile_get_traceframe_address): Check read returns.
10291 (tfile_trace_find): Ditto.
10292 (tfile_fetch_registers): Ditto.
10293 (tfile_xfer_partial): Ditto.
10294 (tfile_get_trace_state_variable_value): Ditto.
10295
10296 2010-01-15 Stan Shebs <stan@codesourcery.com>
10297
10298 Add trace file support.
10299 * tracepoint.h (enum trace_stop_reason): New enum.
10300 (struct trace_status): New struct.
10301 (parse_trace_status): Declare.
10302 (struct uploaded_tp): Move here from remote.c,
10303 add fields for actions.
10304 (struct uploaded_tsv): New struct.
10305 * tracepoint.c (tfile_ops): New target vector.
10306 (trace_fd): New global.
10307 (tfile_open): New function.
10308 (tfile_close): New function.
10309 (tfile_files_info): New function.
10310 (tfile_get_trace_status): New function.
10311 (tfile_get_traceframe_address): New function.
10312 (tfile_trace_find): New function.
10313 (tfile_fetch_registers): New function.
10314 (tfile_xfer_partial): New function.
10315 (tfile_get_trace_state_variable_value): New function.
10316 (init_tfile_ops): New function.
10317 (_initialize_tracepoint): Call it, add tfile target.
10318 (trace_status): New global.
10319 (current_trace_status): New function.
10320 (trace_running_p): Remove, change all users to get from
10321 current_trace_status()->running.
10322 (get_trace_status): Remove.
10323 (trace_status_command): Call target_get_trace_status directly,
10324 report more detail including tracing stop reasons.
10325 (trace_find_command): Always allow tfind on a file.
10326 (trace_find_pc_command): Ditto.
10327 (trace_find_tracepoint_command): Ditto.
10328 (trace_find_line_command): Ditto.
10329 (trace_find_range_command): Ditto.
10330 (trace_find_outside_command): Ditto.
10331 (trace_frames_offset, cur_offset): Declare as off_t.
10332 (trace_regblock_size): Rename from reg_size, update users.
10333 (parse_trace_status): New function.
10334 (tfile_interp_line): New function.
10335 (disconnect_or_stop_tracing): Ensure current trace
10336 status before asking what to do.
10337 (stop_reason_names): New global.
10338 (trace_save_command): New command.
10339 (get_uploaded_tp): Move here from remote.c.
10340 (find_matching_tracepoint): Ditto.
10341 (merge_uploaded_tracepoints): New function.
10342 (parse_trace_status): Use stop_reason_names.
10343 (_initialize_tracepoint): Define tsave command.
10344 * target.h (target_ops): New fields to_save_trace_data,
10345 to_upload_tracepoints, to_upload_trace_state_variables,
10346 to_get_raw_trace_data, change to_get_trace_status
10347 to take a pointer to a status struct.
10348 (target_save_trace_data): New macro.
10349 (target_upload_tracepoints): New macro.
10350 (target_upload_trace_state_variables): New macro.
10351 (target_get_raw_trace_data): New macro.
10352 * target.c (update_current_target): Add new methods, change
10353 signature of to_get_trace_status.
10354 * remote.c (hex2bin): Make globally visible.
10355 (bin2hex): Ditto.
10356 (remote_download_trace_state_variable): Download name also.
10357 (remote_get_trace_status): Update parameter, use
10358 parse_trace_status.
10359 (remote_save_trace_data): New function.
10360 (remote_upload_tracepoints): New function.
10361 (remote_upload_trace_state_variables): New function.
10362 (remote_get_raw_trace_data): New function.
10363 (remote_start_remote): Use them.
10364 (_initialize_remote_ops): Add operations.
10365 * ax-gdb.c: Include breakpoint.h.
10366 * breakpoint.c (create_tracepoint_from_upload): Use
10367 break_command_really, return tracepoint, warn about unimplemented
10368 parts.
10369 * NEWS: Mention trace file addition.
10370
10371 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10372
10373 Fix compilation warning on gcc-3.4.
10374 * exec.c (print_section_info): Move the `displacement' variable
10375 initialization to its declaration.
10376
10377 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10378
10379 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10380 comparison.
10381
10382 2010-01-15 Eric Botcazou <botcazou@adacore.com>
10383
10384 "info tasks" broken by typedefs in ATCB type definitions.
10385 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10386 ada_check_typedef before retrieving the length of the type for
10387 regular fields.
10388
10389 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10390
10391 Do not use name-based lookup for unconstrained packed arrays.
10392 * ada-lang.c (find_parallel_type_by_descriptive_type):
10393 Limit the fallback to name-based lookups to the case where
10394 the type is a constrained packed array.
10395
10396 2010-01-15 Joel Brobecker <brobecker@adacore.com>
10397
10398 Enhance gdb-gdb.py to handle main_type.type_specific.
10399 * gdb-gdb.py: Print the type-specific part of struct main_type.
10400
10401 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10402
10403 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10404 * configure: Regenerate.
10405 * config.in: Regenerate.
10406 * utils.c: Include sys/resource.h.
10407 (dump_core, can_dump_core): New.
10408 (internal_vproblem): Update the comment. Check can_dump_core while
10409 setting dump_core_p. Replace two abort calls by dump_core calls.
10410
10411 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10412 Eli Zaretskii <eliz@gnu.org>
10413
10414 * NEWS: Document the PIE support.
10415
10416 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10417
10418 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10419 (check_is_pie_binary, _initialize_linux_tdep): Remove.
10420
10421 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10422
10423 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10424 Replace exec_entry_point call by bfd_get_start_address.
10425
10426 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10427
10428 Support Valgrind attachments broken by the PIE support.
10429 * auxv.c: Include gdbcore.h.
10430 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
10431 parameters ops, object and annex. Remove their assertions.
10432 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10433 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
10434 (memory_xfer_auxv): ... here.
10435 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10436 memory_xfer_auxv.
10437 * procfs.c (procfs_xfer_partial): Likewise.
10438 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10439 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10440 (svr4_solib_create_inferior_hook): Conditionalize the
10441 svr4_relocate_main_executable call.
10442
10443 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10444
10445 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
10446 target_section. Find SECT in current_target_sections, gdb_assert it.
10447 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10448 New variable abfd.
10449 * symtab.c (lookup_objfile_from_block): Return the binary file instead
10450 of separate debug info file.
10451
10452 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10453
10454 Support PIEs with no symfile_objfile.
10455 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10456 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10457
10458 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10459
10460 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10461 code part to ...
10462 (svr4_static_exec_displacement): ... a new function.
10463 (svr4_exec_displacement): New function.
10464 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
10465 new_offsets using alloca now. Remove variable old_chain and changed.
10466 Call objfile_relocate unconditionally now.
10467
10468 2010-01-14 Doug Evans <dje@google.com>
10469
10470 * gdbtypes.c (arch_flags_type): Fix comment.
10471 * gdbtypes.h (arch_composite_type): Fix comment.
10472
10473 2009-01-14 Tristan Gingold <gingold@adacore.com>
10474
10475 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10476 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
10477 to symbol_file_add_from_bfd. Add OSO as separate objfile.
10478 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
10479 macho_add_oso_symfile.
10480 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10481
10482 2010-01-14 Joel Brobecker <brobecker@adacore.com>
10483
10484 Tru64: Dead threads are never deleted.
10485 * dec-thread.c (dec_thread_ptid_is_alive): New function.
10486 (dec_thread_count_gdb_threads): Fix counter increment.
10487 (dec_thread_add_gdb_thread): Fix *listp increment.
10488 (resync_thread_list): Fix bug in deletion of dead threads that
10489 caused all threads to be deleted, instead of just the dead ones.
10490
10491 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
10492
10493 PR python/10705
10494
10495 * python/python-internal.h: Add lazy_string_object_type
10496 definition.
10497 (create_lazy_string_object, gdbpy_initialize_lazy_string)
10498 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10499 * python/py-value.c (valpy_lazy_string): New function.
10500 (convert_value_from_python): Add lazy string conversion.
10501 * python/py-prettyprint.c (pretty_print_one_value): Check if
10502 return is also a lazy string.
10503 (print_string_repr): Add lazy string printing branch.
10504 (print_children): Likewise.
10505 * python/py-lazy-string.c: New file. Implement lazy strings.
10506 * python/python.c (_initialize_python): Call
10507 gdbpy_initialize_lazy_string.
10508 * varobj.c (value_get_print_value): Add lazy string printing
10509 branch. Account for encoding.
10510 * c-lang.c (c_printstr): Account for new encoding argument. If
10511 encoding is NULL, find encoding suited for type, otherwise use
10512 user encoding.
10513 * language.h (language_defn): Add encoding argument.
10514 (LA_PRINT_STRING): Likewise.
10515 * language.c (unk_lang_printstr): Update to reflect new encoding
10516 argument to language_defn.
10517 * ada-lang.h (ada_printstr): Likewise.
10518 * c-lang.h (c_printstr): Likewise.
10519 * p-lang.h (pascal_printstr);
10520 * f-lang.c (f_printstr): Likewise.
10521 * m2-lang.c (m2_printstr): Likewise.
10522 * objc-lang.c (objc_printstr): Likewise.
10523 * p-lang.c (pascal_printstr): Likewise.
10524 * scm-lang.c (scm_printstr): Likewise.
10525 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10526 encoding argument.
10527 * ada-valprint.c (ada_printstr): Likewise.
10528 * f-valprint.c (f_val_print): Likewise
10529 * m2-valprint.c (m2_val_print): Likewise.
10530 * p-valprint.c (pascal_val_print): Likewise.
10531 * expprint.c (print_subexp_standard): Likewise.
10532 * valprint.c (val_print_string): Likewise.
10533 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10534 (SUBDIR_PYTHON_SRCS): Likewise.
10535 (py-lazy-string.o): New rule.
10536
10537 2010-01-13 Doug Evans <dje@google.com>
10538
10539 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10540 uninitialized" warning from gcc on local `tree'.
10541
10542 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
10543
10544 Implement core awareness.
10545
10546 * bcache.c (compare_ints): Remove
10547 (print_percentage): Use compare_positive_ints.
10548 * defs.h (compare_positive_ints): Declare.
10549 * linux-nat.h (struct lin_lwp): New field core.
10550 (linux_nat_core_of_thread_1): Declare.
10551 * linux-nat.c (add_lwp): Init the 'core' field.
10552 (linux_nat_wait_1): Record the core.
10553 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10554 (linux_nat_add_target): Register the above.
10555 * linux-thread-db.c (update_thread_core): New.
10556 (thread_db_find_new_threads): Update core information for
10557 every thread.
10558 * remote.c (struct private_thread_info): New.
10559 (free_private_thread_info, demand_private_info): New.
10560 (PACKET_qXfer_threads, use_osdata_threads): New.
10561 (struct thread_item, threads_parsing_context
10562 (start_thread, end_thread, thread_attributes)
10563 (thread_children, threads_children, threads_elements): New.
10564 (remote_threads_info): Try qXfer:threads before anything
10565 else.
10566 (remote_protocol_packets): Register qXfer:threads.
10567 (remote_open_1): Init use_osdata_threads.
10568 (struct stop_reply): New field 'core'.
10569 (remote_parse_stop_reply): Parse core number.
10570 (process_stop_reply): Record core number.
10571 (remote_xfer_partial): Handle qXfer:threads.
10572 (remote_core_of_thread): New.
10573 (init_remote_ops): Register remote_core_of_thread.
10574 (_initialize_remote): Register qXfer:read.
10575 * target.c (target_core_of_thread): New
10576 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10577 (struct target_ops): New field to_core_of_threads.
10578 (target_core_of_thread): Declare.
10579 * gdbthread.h (struct thread_info): New field private_dtor.
10580 * thread.c (print_thread_info): Report the core.
10581 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10582 * utils.c (compare_positive_ints): New.
10583 * features/threads.dtd: New.
10584 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10585 * mi/mi-main.c (struct collect_cores_data, collect_cores)
10586 (do_nothing, free_vector_of_osdata_items)
10587 (splay_tree_int_comparator, free_splay_tree): New.
10588 (print_one_inferior_data): Implemented printing of selected
10589 inferiors. Collect and print cores.
10590 (output_cores): New.
10591 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
10592 thread groups together with --available.
10593
10594 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10595
10596 * configure: Regenerate (for _STRUCTURED_PROC).
10597
10598 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10599
10600 Delete dead function.
10601 * ada-lang.c (extract_string): Delete. No longer used.
10602
10603 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10604
10605 Fix -Wunused warning in dec-thread.c.
10606 * dec-thread.c (dec_thread_count_gdb_threads)
10607 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10608
10609 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10610
10611 * ada-valprint.c (ada_print_floating): Remove trailing space.
10612
10613 2010-01-12 Joel Brobecker <brobecker@adacore.com>
10614
10615 Add support for DW_AT_GNAT_descriptive_type.
10616 * gdbtypes.h (enum type_specific_kind): New enum.
10617 (struct main_type) [type_specific_field]: New component.
10618 [type_specific]: Add new component "gnat_stuff".
10619 (struct gnat_aux_type): New type.
10620 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10621 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10622 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10623 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10624 (TYPE_SPECIFIC_FIELD): New macros.
10625 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10626 type does not hold any cplus-specific data.
10627 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10628 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10629 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10630 cplus-specific data.
10631 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10632 Set new component TYPE_SPECIFIC_FIELD (type).
10633 (gnat_aux_default): New constant.
10634 (allocate_gnat_aux_type): New function.
10635 (init_type): Add initialization the type-specific stuff for
10636 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10637 (print_gnat_stuff): New function.
10638 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10639 specific data. Adjust code that prints the contents of the
10640 type-specific union using the TYPE_SPECIFIC_FIELD value.
10641 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10642 the type cplus stuff for Ada types.
10643 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10644 Error out if these routines are called with an Ada type.
10645 (read_structure_type, read_array_type, read_subrange_type):
10646 Add call to set_descriptive_type.
10647 (set_die_type): Initialize the gnat-specific data if necessary.
10648 (need_gnat_info, die_descriptive_type, set_descriptive_type):
10649 New functions.
10650 * ada-lang.c (decode_constrained_packed_array_type): Use
10651 decode_constrained_packed_array_type instead of doing a standard
10652 lookup to locate a parallel type.
10653 (find_parallel_type_by_descriptive_type): New function.
10654 (ada_find_parallel_type_with_name): New function.
10655 (ada_find_parallel_type): Reimplement using
10656 ada_find_parallel_type_with_name.
10657 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10658 to check if type has a cplus stuff.
10659 * linespec.c (total_number_of_methods): Likewise.
10660 * mdebugread.c (new_type): Likewise.
10661
10662 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10663
10664 * NEWS: Document the 0b binary number prefix parsing.
10665
10666 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10667
10668 * objfiles.c (objfile_relocate1): Change the return type to int.
10669 Describe the new return value. Return non-zero if data changed.
10670 (objfile_relocate): New variable changed. Set it. Call
10671 breakpoint_re_set depending on CHANGED.
10672
10673 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10674
10675 Implement binary numbers parsing.
10676 * c-exp.y (parse_number): New case 'b' and 'B'.
10677
10678 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10679 Tristan Gingold <gingold@adacore.com>
10680
10681 * solib.c (info_sharedlibrary_command): Replace
10682 objfile_has_partial_symbols and objfile_has_full_symbols calls by
10683 objfile_has_symbols.
10684
10685 2010-01-10 Joel Brobecker <brobecker@adacore.com>
10686
10687 * NEWS: Document the improvements made to the mips-irix port.
10688
10689 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10690
10691 Fix the documentation of valprint.c:value_print.
10692 * valprint.c (value_print): Update the function description to
10693 mention that the syntax of the output follows the current_language,
10694 not necessarily C.
10695
10696 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 Fix displacement of separate debug info files.
10699 * objfiles.c (objfile_relocate): Rename to ...
10700 (objfile_relocate1): ... here and make it static. Extend the comment.
10701 (objfile_relocate): New function.
10702 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10703 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
10704 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
10705 allocated using alloca.
10706 * symfile.c (copy_section_addr_info): Remove.
10707 (build_section_addr_info_from_objfile): Make it global. New variables
10708 addr_bit and mask, use them.
10709 * symfile.h (build_section_addr_info_from_objfile): New prototype.
10710 (copy_section_addr_info): Remove.
10711
10712 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10713
10714 Signal unwinder for mips-irix N32.
10715 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10716 tramp-frame.h.
10717 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10718 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
10719 (SIGCONTEXT_LO_OFF): New macros.
10720 (mips_irix_n32_tramp_frame_init): New function.
10721 (mips_irix_n32_tramp_frame): New static constant.
10722 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10723
10724 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10725
10726 Breakpoint in shared library does not work on mips-irix.
10727 * procfs.c: #include "observer.h".
10728 (procfs_inferior_created): New function, moving here the code
10729 which unsets the syssgi syscall-exit notifications.
10730 (procfs_create_inferior): Remove the code which unsets the syssgi
10731 syscall-exit notifications. It is too early to do this here.
10732 (_initialize_procfs): Attach the procfs_inferior_created observer.
10733
10734 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10735
10736 Wrong return convention for arrays (mips-irix).
10737 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10738 128 bits or smaller are returned the same way as structs
10739 and unions of the the same size.
10740
10741 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10742
10743 Cannot set the PC on mips-irix.
10744 * irix5-nat.c (fill_gregset): Check regno against the raw PC
10745 register number, no the cooked one.
10746
10747 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10748
10749 Error while loading core file on mips-irix.
10750 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10751 if debugging from a core file.
10752
10753 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10754
10755 GDB hangs when attaching to process on mips-irix.
10756 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10757 attaching to a process.
10758
10759 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10760
10761 Use the correct breakpoint instruction on mips-irix.
10762 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10763 containing the correct breakpoint instruction to use on mips-irix.
10764 Use it when the osabi is GDB_OSABI_IRIX.
10765
10766 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10767
10768 -Wunused warning in procfs.c (mips-irix only).
10769 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
10770 throughout instead of using praddset and prdelset respectively.
10771
10772 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10773
10774 GDB crash while stepping into function.
10775 * infrun.c (handle_inferior_event): Refetch the current frame
10776 after handling what.main_action, in case that pointer became
10777 dangling.
10778
10779 2010-01-09 Joel Brobecker <brobecker@adacore.com>
10780
10781 Fix build failure of solaris-hosted cross debuggers.
10782 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10783
10784 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
10785
10786 Fix build failure on sparc-solaris.
10787 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10788
10789 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10790
10791 Move some symfile code into subroutines.
10792 * symfile.h (relative_addr_info_to_section_offsets)
10793 (addr_info_make_relative): New prototypes.
10794 * symfile.c (default_symfile_offsets): Move a part to ...
10795 (relative_addr_info_to_section_offsets): ... this new function.
10796 (default_symfile_offsets): Call it.
10797 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10798 this part to ...
10799 (addr_info_make_relative): ... this new function.
10800
10801 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 Add from_tty to solib_create_inferior_hook.
10804 * infcmd.c (post_create_inferior): Move solib_add after
10805 solib_create_inferior_hook. Pass from_tty to
10806 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
10807 0 from_tty and comment why.
10808 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10809 * linux-nat.c (linux_child_follow_fork): Likewise.
10810 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10811 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10812 from_tty.
10813 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10814 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10815 * solib-null.c (null_solib_create_inferior_hook): Likewise.
10816 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10817 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10818 * solib-som.c (som_solib_create_inferior_hook): Likewise.
10819 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10820 Pass it to svr4_so_ops.solib_create_inferior_hook.
10821 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10822 from_tty.
10823 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
10824 solib_add.
10825 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
10826 enable_break.
10827 * solib-target.c (solib_target_solib_create_inferior_hook): New
10828 parameter from_tty.
10829 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
10830 it to ops->solib_create_inferior_hook.
10831 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10832 Move solib_add after solib_create_inferior_hook, call it now with
10833 from_tty as 0. New comment there.
10834 * solib.h (solib_create_inferior_hook): New parameter from_tty.
10835 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10836 Likewise.
10837
10838 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
10839
10840 Fix multiexec race.
10841 * infrun.c (handle_inferior_event): Use get_thread_regcache
10842 with events ptid, not get_current_regcache.
10843
10844 2009-01-08 Joel Brobecker <brobecker@adacore.com>
10845
10846 GDB crash with empty executable name (MinGW).
10847 * source.c (openp): Add assert that parameter string is not NULL.
10848 if parameter string is an empty string, then return with a failure
10849 immediately.
10850
10851 2009-01-08 Joel Brobecker <brobecker@adacore.com>
10852
10853 Get rid of support for VAX Floats.
10854 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10855 (ada_vax_float_print_function): Delete.
10856 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10857 (ada_vax_float_print_function): Delete.
10858 * ada-typeprint.c (print_vax_floating_point_type): Delete.
10859 (ada_print_type): Remove support for VAX floats.
10860 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10861
10862 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10863
10864 * stabsread.c (read_args): Handle zero arguments.
10865
10866 2009-01-08 Joel Brobecker <brobecker@adacore.com>
10867
10868 Cannot find in-tree libiconv.a after reconfigure.
10869 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10870 that we can use, then cache the path to this archive.
10871 * configure: Regenerate.
10872
10873 2010-01-07 Stan Shebs <stan@codesourcery.com>
10874
10875 Make tracepoint operations go through target vector.
10876 * target.h (enum trace_find_type): New enum.
10877 (struct target_ops): New fields to_trace_init,
10878 to_download_tracepoint, to_download_trace_state_variable,
10879 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10880 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10881 to_set_disconnected_tracing.
10882 (target_trace_init): New macro.
10883 (target_download_tracepoint): New macro.
10884 (target_download_trace_state_variable): New macro.
10885 (target_trace_start): New macro.
10886 (target_trace_set_readonly_regions): New macro.
10887 (target_get_trace_status): New macro.
10888 (target_trace_stop): New macro.
10889 (target_trace_find): New macro.
10890 (target_get_trace_state_variable_value): New macro.
10891 (target_set_disconnected_tracing): New macro.
10892 * target.c (update_current_target): Inherit and set defaults for
10893 tracepoint operations.
10894 * tracepoint.c (default_collect): Make globally visible.
10895 (target_is_remote): Remove, along with all calls.
10896 (tvariables_info): Call target_get_trace_state_variable_value.
10897 (remote_set_transparent_ranges): Remove.
10898 (trace_start_command): Call target_trace_init,
10899 target_download_tracepoint, etc.
10900 (download_tracepoint): Remove.
10901 (trace_stop_command): Simplify.
10902 (stop_tracing): Call target_trace_stop.
10903 (get_trace_status): Call target_get_trace_status.
10904 (trace_status_command): Add case for targets that cannot trace.
10905 (finish_tfind_command): Change to take numerical arguments, call
10906 target_trace_find.
10907 (trace_find_command): Update call to finish_tfind_command.
10908 (trace_find_pc_command): Ditto.
10909 (trace_find_tracepoint_command): Ditto.
10910 (trace_find_line_command): Ditto.
10911 (trace_find_range_command): Ditto.
10912 (trace_find_outside_command): Ditto.
10913 (set_disconnected_tracing_value): Call
10914 target_set_disconnected_tracing.
10915 * remote.c: Add protocol encoding bits from tracepoint.c.
10916 (trace_error): Move from tracepoint.c.
10917 (remote_get_noisy_reply): Ditto.
10918 (free_actions_list_cleanup_wrapper): Ditto.
10919 (free_actions_list): Ditto.
10920 (remote_trace_init): New function.
10921 (remote_download_tracepoint): New function.
10922 (remote_download_trace_state_variable): New function.
10923 (remote_trace_set_readonly_regions): New function.
10924 (remote_trace_start): New function.
10925 (remote_get_trace_status): New function.
10926 (remote_trace_stop): New function.
10927 (remote_trace_find): New function.
10928 (remote_download_trace_state_variable): New function.
10929 (remote_set_disconnected_tracing): New function.
10930 (init_remote_ops): Add tracepoint operations.
10931
10932 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
10933
10934 2010-01-07 Tristan Gingold <gingold@adacore.com>
10935
10936 * symfile.c (build_section_addr_info_from_objfile): New function.
10937 (symbol_file_add_separate): Don't use offsets from objfile but
10938 built an addr info.
10939
10940 2010-01-06 Stan Shebs <stan@codesourcery.com>
10941
10942 Support disconnected tracing.
10943 * infcmd.c (detach_command): Ask whether to stop tracing.
10944 * cli/cli-cmds.c (quit_command): Ditto.
10945 * breakpoint.h (struct breakpoint): New field number_on_target.
10946 * breakpoint.c (create_tracepoint_from_upload): New function.
10947 (get_tracepoint_by_number_on_target): New function.
10948 * remote.c (struct remote): New field disconnected_tracing.
10949 (remote_disconnected_tracing_feature): New function.
10950 (remote_protocol_features): Add DisconnectedTracing.
10951 (struct uploaded_tp): New struct.
10952 (uploaded_tps): New global.
10953 (get_uploaded_tp): New function.
10954 (find_matching_tracepoint): New function.
10955 (remote_get_tracing_state): New function.
10956 (remote_start_remote): Call it.
10957 * tracepoint.c (disconnected_tracing): New global.
10958 (trace_start_command): Initialize number_on_target.
10959 (stop_tracing): New function, split out from...
10960 (trace_stop_command): Call stop_tracing.
10961 (get_trace_status): New function, split out from...
10962 (trace_status_command): Call get_trace_status, add info on
10963 disconnection behavior.
10964 (disconnect_or_stop_tracing): New function.
10965 (finish_tfind_command): Translate from number on target.
10966 (trace_find_tracepoint_command): Translate to number on target.
10967 (send_disconnected_tracing_value): New function.
10968 (set_disconnected_tracing): New function.
10969 (_initialize_tracepoint): Add disconnected-tracing variable.
10970 * NEWS: Mention disconnected tracing.
10971
10972 2010-01-06 Tristan Gingold <gingold@adacore.com>
10973
10974 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
10975 parameter to main_objfile. Iterate on all separate debug objfiles.
10976 * symfile.h (symbol_file_add_separate)
10977 (find_separate_debug_file_by_debuglink): Remove parameter names.
10978 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
10979 (reread_symbols): Use free_objfile_separate_debug.
10980 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
10981 Adjust comment.
10982 (objfile_separate_debug_iterate, add_separate_debug_objfile)
10983 (free_objfile_separate_debug): New prototypes.
10984 * objfiles.c (objfile_separate_debug_iterate): New function.
10985 (add_separate_debug_objfile, free_objfile_separate_debug): New
10986 functions.
10987 (free_objfile): Use free_objfile_separate_debug. Adjust for
10988 multiple separate debug objfile.
10989 (objfile_has_symbols): Adjust comment. Iterate on all separate
10990 debug objfiles.
10991 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
10992 debug objfile.
10993 (lookup_minimal_symbol_text): Ditto.
10994 (lookup_minimal_symbol_by_pc_name): Ditto.
10995 (lookup_minimal_symbol_solib_trampoline): Ditto.
10996 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
10997 debug objfiles.
10998
10999 2010-01-05 Stan Shebs <stan@codesourcery.com>
11000
11001 Add fast tracepoints.
11002 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11003 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11004 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11005 * breakpoint.c (tracepoint_type): New function.
11006 (ALL_TRACEPOINTS): Use it.
11007 (should_be_inserted): Ditto.
11008 (bpstat_check_location): Ditto.
11009 (print_one_breakpoint_location): Ditto.
11010 (user_settable_breakpoint): Ditto.
11011 (set_breakpoint_location_function): Ditto.
11012 (disable_breakpoints_in_shlibs): Ditto.
11013 (delete_trace_command): Ditto.
11014 (print_it_typical): Add bp_fast_tracepoint case.
11015 (bpstat_what): Ditto.
11016 (print_one_breakpoint_location): Ditto.
11017 (allocate_bp_location): Ditto.
11018 (mention): Ditto.
11019 (breakpoint_re_set_one): Ditto.
11020 (disable_command): Ditto.
11021 (enable_command): Ditto.
11022 (check_fast_tracepoint_sals): New function.
11023 (break_command_really): Call it.
11024 (ftrace_command): New function.
11025 (_initialize_breakpoint): Add ftrace command.
11026 * gdbarch.sh (fast_tracepoint_valid_at): New.
11027 * gdbarch.h, gdbarch.c: Regenerate.
11028 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11029 (i386_gdbarch_init): Use it.
11030 * remote.c (struct remote_state): New field fast_tracepoints.
11031 (PACKET_FastTracepoints): New packet config type.
11032 (remote_fast_tracepoint_feature): New function.
11033 (remote_protocol_features): Add FastTracepoints.
11034 (remote_supports_fast_tracepoints): New function.
11035 (_initialize_remote): Add FastTracepoints.
11036 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11037 * NEWS: Mention fast tracepoints.
11038
11039 2010-01-06 Joel Brobecker <brobecker@adacore.com>
11040
11041 * gdb-gdb.py: New file.
11042
11043 2010-01-05 Michael Snyder <msnyder@vmware.com>
11044
11045 * infrun.c (handle_inferior_event): Fix typo in comment.
11046
11047 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11048
11049 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11050
11051 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11052
11053 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11054 and s390x-linux64.
11055 (s390-linux32-expedite): Define.
11056 (s390-linux64-expedite): Define.
11057 (s390x-linux64-expedite): Define.
11058 * features/s390-acr.xml: New file.
11059 * features/s390-fpr.xml: New file.
11060 * features/s390-core32.xml: New file.
11061 * features/s390-core64.xml: New file.
11062 * features/s390x-core64.xml: New file.
11063 * features/s390-linux32.xml: New file.
11064 * features/s390-linux64.xml: New file.
11065 * features/s390x-linux64.xml: New file.
11066 * features/s390-linux32.c: New generated file.
11067 * features/s390-linux64.c: New generated file.
11068 * features/s390x-linux64.c: New generated file.
11069
11070 * regformats/s390-linux32.dat: New generated file.
11071 * regformats/s390-linux64.dat: New generated file.
11072 * regformats/s390x-linux64.dat: New generated file.
11073 * regformats/reg-s390.dat: Remove.
11074 * regformats/reg-s390x.dat: Remove.
11075
11076 * s390-nat.c: Include "auxv.h" and <elf.h>.
11077 (HWCAP_S390_HIGH_GPRS): Define if undefined.
11078 (s390_target_wordsize): New function.
11079 (s390_auxv_parse): Likewise.
11080 (s390_get_hwcap): Likewise.
11081 (s390_read_description): Likewise.
11082 (_initialize_s390_nat): Install s390_auxv_parse and
11083 s390_read_description.
11084
11085 * s390-tdep.c: Include "features/s390-linux32.c",
11086 "features/s390-linux64.c", and "features/s390x-linux64.c".
11087 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11088 (s390_register_call_saved): New function.
11089 (s390_register_name): Remove.
11090 (s390_register_type): Remove.
11091 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11092 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11093 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11094 (s390_pseudo_register_name): New function.
11095 (s390_pseudo_register_type): New function.
11096 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11097 Handle full GPR pesudos and varying pseudo register numbers.
11098 (s390_pseudo_register_write): Likewise
11099 (s390x_pseudo_register_read): Remove.
11100 (s390x_pseudo_register_write): Likewise.
11101 (s390_register_group): Remove.
11102 (s390_pseudo_register_group): New function.
11103 (s390_regmap_gregset): Add GPR upper halves.
11104 (s390x_regmap_gregset): Likewise.
11105 (s390_regmap_fpregset): Likewise.
11106 (s390_regmap_upper): New global variable.
11107 (s390_upper_regset): New global variable.
11108 (s390_upper_regset_sections): New global variable.
11109 (s390_regset_from_core_section): Handle GPR upper halves.
11110 (s390_core_read_description): New function.
11111 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11112 register information. Handle varying pseudo register numbers.
11113 (s390_backchain_frame_unwind_cache): Likewise.
11114 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11115 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11116 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11117 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
11118 Handle varying pseudo register numbers.
11119 (s390_unwind_pc): Handle varying pseudo register numbers.
11120 (s390_dwarf2_prev_register): New function.
11121 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11122 register information. Handle varying pseudo register numbers.
11123 Install s390_dwarf2_prev_register to unwind full GPRs.
11124 (s390_gdbarch_init): Handle target descriptions. Assign varying
11125 pseudo register numbers. Install s390_adjust_frame_regnum.
11126 (_initialize_s390_tdep): Initialize target descriptions.
11127
11128 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11129 (S390_NUM_REGS): Redefine to include upper half registers.
11130 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11131 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11132 (tdesc_s390_linux32): Add declaration.
11133 (tdesc_s390_linux64): Likewise.
11134 (tdesc_s390x_linux64): Likewise.
11135
11136 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11137
11138 * regset.h (struct core_regset_section): Add HUMAN_NAME.
11139 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11140 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11141 (ppc_linux_vmx_regset_sections): Likewise.
11142 (ppc_linux_fp_regset_sections): Likewise.
11143
11144 * corelow.c (get_core_register_section): Constify arguments.
11145 (get_core_registers): Use gdbarch_core_regset_sections instead
11146 of hard-coded platform-specific register section names.
11147
11148 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11149
11150 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11151 a register, assume the least-significant part is used.
11152 (write_pieced_value): Likewise.
11153
11154 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11155
11156 * printcmd.c: Include "arch-utils.h".
11157 (do_one_display): Re-parse expression if current architecture changed.
11158
11159 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11160 Joel Brobecker <brobecker@adacore.com>
11161
11162 * gdbtypes.c (check_typedef): New comment on type length.
11163 * value.c (allocate_value_lazy): Remove the unused atype variable. New
11164 comment on type length.
11165 (value_primitive_field): Keep the original TYPE value, new comment.
11166
11167 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11168
11169 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11170 p_start. Change != comparisons to > and < comparisons.
11171
11172 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11173
11174 * cli/cli-script.c (process_next_line): Check P2 overrun.
11175
11176 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11177
11178 Update the copyright hearder to add year 2010 for most GDB files.
11179
11180 2009-01-01 Joel Brobecker <brobecker@adacore.com>
11181
11182 Fix build failure in inf-ptrace.c.
11183 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11184
11185 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11186
11187 * top.c (print_gdb_version): Update copyright year.
11188
11189 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
11190
11191 Fix break *FUN'address thread NUM.
11192 * ada-lex.l (task): Expand rule to also match the thread keyword.
11193
11194 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11195
11196 Fix break *FUN'address task NUM.
11197 * ada-lex.l (task): New rule.
11198 * ada-lang.c (valid_task_id): Make sure the Ada task list has
11199 been built before using it.
11200
11201 For older changes see ChangeLog-2009.
11202 \f
11203 Local Variables:
11204 mode: change-log
11205 left-margin: 8
11206 fill-column: 74
11207 version-control: never
11208 coding: utf-8
11209 End:
This page took 0.278834 seconds and 4 git commands to generate.