Extend SystemTap SDT probe argument parser
[binutils-gdb.git] / gdb / ChangeLog
1 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * amd64-tdep.c (amd64_init_abi): Declare SystemTap SDT probe
4 argument prefixes and suffixes. Initialize gdbarch with them.
5 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6 * gdbarch.c: Regenerate.
7 * gdbarch.h: Regenerate.
8 * gdbarch.sh (stap_integer_prefix, stap_integer_suffix)
9 (stap_register_prefix, stap_register_suffix)
10 (stap_register_indirection_prefix)
11 (stap_register_indirection_suffix): Declare as "const char *const
12 *" instead of "const char *". Adjust printing function. Rename
13 all of the variables to the plural.
14 (pstring_list): New function.
15 * i386-tdep.c (i386_elf_init_abi): Declare SystemTap SDT probe
16 argument prefixes and suffixes. Initialize gdbarch with them.
17 * ia64-linux-tdep.c (ia64_linux_init_abi): Likewise.
18 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
19 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
20 * stap-probe.c (stap_is_generic_prefix): New function.
21 (stap_is_register_prefix): Likewise.
22 (stap_is_register_indirection_prefix): Likewise.
23 (stap_is_integer_prefix): Likewise.
24 (stap_generic_check_suffix): Likewise.
25 (stap_check_integer_suffix): Likewise.
26 (stap_check_register_suffix): Likewise.
27 (stap_check_register_indirection_suffix): Likewise.
28 (stap_parse_register_operand): Remove unecessary declarations for
29 variables holding prefix and suffix information. Use the new
30 functions listed above for checking for prefixes and suffixes.
31 (stap_parse_single_operand): Likewise.
32
33 2013-12-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
34
35 PR breakpoints/16297
36 * breakpoint.c (breakpoint_hit_catch_syscall): Return immediately
37 when expected syscall is hit.
38
39 2013-12-19 Tom Tromey <tromey@redhat.com>
40
41 * ser-unix.c (hardwire_ops): New global.
42 (_initialize_ser_hardwire): Use it.
43 * ser-tcp.c (tcp_ops): New global.
44 (_initialize_ser_tcp): Use it.
45 * ser-pipe.c (pipe_ops): New global.
46 (_initialize_ser_pipe): Use it.
47 * ser-mingw.c (hardwire_ops, tty_ops, pipe_ops, tcp_ops): New
48 globals.
49 (_initialize_ser_windows): Use them.
50
51 2013-12-19 Tom Tromey <tromey@redhat.com>
52
53 * serial.c (serial_ops_p): New typedef.
54 (serial_ops_list): Now a VEC.
55 (serial_interface_lookup): Return const. Use VEC_iterate.
56 (serial_add_interface): Make parameter const.
57 (serial_open): Update.
58 (serial_fdopen_ops): Make 'ops' const.
59 (serial_pipe): Update.
60 * ser-tcp.c (_initialize_ser_tcp): Update.
61 * ser-pipe.c (_initialize_ser_pipe): Update.
62 * ser-unix.c (_initialize_ser_hardwire): Update.
63 * ser-mingw.c (_initialize_ser_windows): Update.
64 * ser-go32.c (dos_ops): Now const. Update.
65 * serial.h (struct serial) <ops>: Now const.
66 (struct serial_ops) <next>: Remove.
67 (serial_add_interface): Make parameter const.
68
69 2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
70
71 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Set
72 iov.iov_len with the real length in use.
73
74 2013-12-18 Yao Qi <yao@codesourcery.com>
75
76 * target.h (target_xfer_partial_ftype): New typedef.
77 (target_xfer_partial): Update declaration.
78 * auxv.h (memory_xfer_auxv): Likewise.
79 * ia64-hpux-nat.c (super_xfer_partial): Likewise.
80 * ia64-linux-nat.c (super_xfer_partial): Likewise.
81 * linux-nat.c (super_xfer_partial): Likewise.
82 * procfs.c (procfs_xfer_partial): Likewise.
83 * record-full.c (record_full_beneath_to_xfer_partial):
84 (tmp_to_xfer_partial): Likewise.
85 * sparc-nat.c (inf_ptrace_xfer_partial): Likewise.
86 * target.c (default_xfer_partial): Likewise.
87 (current_xfer_partial): Likewise.
88 (target_xfer_partial): Change parameter type to 'gdb_byte *'.
89
90 2013-12-18 Yao Qi <yao@codesourcery.com>
91
92 * linux-nat.c (linux_proc_xfer_partial): Call xsnprintf instead
93 of sprintf.
94 (linux_nat_detach, linux_child_pid_to_exec_file): Likewise.
95 (linux_proc_pending_signals): Likewise.
96
97 2013-12-18 Joel Brobecker <brobecker@adacore.com>
98
99 * value.c (value_entirely_unavailable): ARI fix: Move trailing
100 binary operator to the next line. No actual code change.
101
102 2013-12-17 Pedro Alves <palves@redhat.com>
103
104 * frame.h (enum frame_id_stack_status): New enum.
105 (struct frame_id) <stack_addr>: Adjust comment.
106 <stack_addr_p>: Delete field, replaced with ...
107 <stack_status>: ... this new field.
108 (frame_id_build_unavailable_stack): Declare.
109 * frame.c (frame_addr_hash, fprint_field, outer_frame_id)
110 (frame_id_build_special): Adjust.
111 (frame_id_build_unavailable_stack): New function.
112 (frame_id_build, frame_id_build_wild): Adjust.
113 (frame_id_p, frame_id_eq, frame_id_inner): Adjust to take into
114 account frames with unavailable stack.
115
116 * amd64-tdep.c (amd64_frame_this_id)
117 (amd64_sigtramp_frame_this_id, amd64_epilogue_frame_this_id): Use
118 frame_id_build_unavailable_stack.
119 * dwarf2-frame.c (dwarf2_frame_this_id): Likewise.
120 * i386-tdep.c (i386_frame_this_id, i386_epilogue_frame_this_id)
121 (i386_sigtramp_frame_this_id): Likewise.
122
123 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
124
125 * dwarf2loc.c (read_pieced_value): Mark bits, not bytes
126 unavailable, use correct bit length.
127 * value.c (struct value): Extend comment on unavailable to
128 indicate that it is bit based.
129 (value_bits_available): New function.
130 (value_bytes_available): Call value_bits_available.
131 (value_entirely_available): Check against the bit length, not byte
132 length.
133 (mark_value_bits_unavailable): New function.
134 (mark_value_bytes_unavailable): Move contents to
135 mark_value_bits_unavailable, call to same.
136 (memcmp_with_bit_offsets): New function.
137 (value_available_contents_bits_eq): New function, takes the
138 functionality from value_available_contents_eq but uses
139 memcmp_with_bit_offsets now, and is bit not byte based.
140 (value_available_contents_eq): Move implementation into
141 value_available_contents_bits_eq, call to same.
142 (value_contents_copy_raw): Work on bits, not bytes.
143 (unpack_value_bits_as_long_1): Check availability in bits, not
144 bytes.
145 * value.h (value_bits_available): Declare new function.
146 (mark_value_bits_unavailable): Declare new function.
147
148 2013-12-16 Pierre Muller <muller@sourceware.org>
149
150 Fix compilation error for cygwin native build.
151 * windows-nat.c (windows_ensure_ntdll_loaded) [__USEWIDE]:
152 Call wcstombs.
153
154 2013-12-16 Pedro Alves <palves@redhat.com>
155
156 PR 16329
157 * sol-thread.c (check_for_thread_db): If the target can't run or
158 isn't a core, return without pushing.
159
160 2013-12-15 Joel Brobecker <brobecker@adacore.com>
161
162 Revert the following commit:
163 * solib.c (solib_map_sections): Remove code overwriting
164 SO->SO_NAME with the bfd's filename.
165
166 Make the following changes required after the revert above:
167 * solib-aix.c (solib_aix_bfd_open): Set the filename of the
168 returned bfd to a copy of the synthetic pathname.
169 * solib-darwin.c (darwin_bfd_open): Set the filename of the
170 returned bfd to a copy of PATHNAME.
171
172 2013-12-13 Joel Brobecker <brobecker@adacore.com>
173
174 * ada-lang.c (ada_array_bound_from_type): Move the declaration
175 and assignment of variable "elt_type" inside the else block
176 where it is used. Add two missing check_typedef calls.
177 Fix bug where we got TYPE's TYPE_TARGET_TYPE, where in fact
178 we really wanted to get ELT_TYPE's TYPE_TARGET_TYPE.
179
180 2013-12-13 Joel Brobecker <brobecker@adacore.com>
181
182 * ada-lang.c (ada_array_bound_from_type): Remove unwanted space
183 between 'struct type *' and 'arr_type'.
184
185 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
186
187 PR python/16113
188 * NEWS (Python Scripting): Add entry for the new feature and the
189 new attribute of gdb.Field objects.
190 * python/py-type.c (gdbpy_is_field): New function
191 (convert_field): Add 'parent_type' attribute to gdb.Field
192 objects.
193 * python/py-value.c (valpy_getitem): Allow subscript value to be
194 a gdb.Field object.
195 (value_has_field): New function
196 (get_field_flag): New function
197 * python/python-internal.h (gdbpy_is_field): Add declaration.
198
199 2013-12-12 Pedro Alves <palves@redhat.com>
200
201 * breakpoint.c (insert_bp_location): Make 'hw_bp_err_string' local
202 const, and remove casts.
203
204 2013-12-12 Pedro Alves <palves@redhat.com>
205
206 * cli/cli-cmds.c (source_script_from_stream) Use have_python
207 instead of catching UNSUPPORTED_ERROR.
208 * exceptions.h (UNSUPPORTED_ERROR): Delete.
209 * python/python.c (source_python_script) [!HAVE_PYTHON]: Internal
210 error if called.
211 * python/python.h (have_python): New static inline function.
212
213 2013-12-11 Doug Evans <dje@google.com>
214
215 * dwarf2read.c (lookup_dwo_cutu): Include name of dwp file in
216 "can't find DWO" warning.
217
218 2013-12-11 Sergio Durigan Junior <sergiodj@redhat.com>
219
220 * break-catch-throw.c (fetch_probe_arguments): Pass selected frame
221 to get_probe_argument_count and evaluate_probe_argument.
222 * probe.c (get_probe_argument_count): Adjust declaration to accept
223 frame. Pass frame to probe_ops's get_probe_argument_count.
224 (evaluate_probe_argument): Likewise, for evaluate_probe_argument.
225 (probe_safe_evaluate_at_pc): Pass frame to
226 get_probe_argument_count and evaluate_probe_argument.
227 * probe.h (struct probe_ops) <get_probe_argument_count,
228 evaluate_probe_argument>: Adjust declarations to accept frame.
229 (get_probe_argument_count, evaluate_probe_argument): Likewise.
230 * solib-svr4.c (solib_event_probe_action): Get current frame.
231 Pass it to get_probe_argument_count.
232 (svr4_handle_solib_event): Get current frame. Pass it to
233 get_probe_argument_count and evaluate_probe_argument.
234 * stap-probe.c (stap_parse_probe_arguments): Adjust declaration to
235 accept gdbarch. Do not obtain it from the probe's objfile.
236 (stap_get_probe_argument_count): Adjust declaration to accept
237 frame. Obtain gdbarch from the frame. Call generic
238 can_evaluate_probe_arguments. Pass gdbarch to
239 stap_parse_probe_arguments.
240 (stap_get_arg): Adjust declaration to accept gdbarch. Pass it to
241 stap_parse_probe_arguments.
242 (stap_evaluate_probe_argument): Adjust declaration to accept
243 frame. Obtain gdbarch from the frame. Pass gdbarch to
244 stap_get_arg.
245 (stap_compile_to_ax): Pass agent_expr's gdbarch to stap_get_arg.
246 (compute_probe_arg): Obtain gdbarch from frame. Pass frame to
247 get_probe_argument_count and evaluate_probe_argument.
248
249 2013-12-10 Doug Evans <dje@google.com>
250
251 PR 16286
252 * c-lang.c (c_get_string): Ignore the declared size of the object
253 if a specific length is requested.
254
255 2013-12-10 Doug Evans <dje@google.com>
256
257 * interps.h (interp_exec_p): Delete.
258 * interps.c (interp_exec_p): Delete.
259 (interp_exec): Update. Assert interp->procs->exec_proc != NULL.
260 * mi/mi-interp.c (mi_cmd_interpreter_exec): Update.
261
262 2013-12-10 Yao Qi <yao@codesourcery.com>
263
264 * amd64-tdep.c (amd64_analyze_stack_align): Call
265 target_read_code instead of target_read_memory.
266 (amd64_analyze_prologue): Call read_code_unsigned_integer
267 instead of read_memory_unsigned_integer. Call read_code
268 instead of read_memory.
269 (amd64_skip_xmm_prologue): Likewise.
270
271 2013-12-10 Yao Qi <yao@codesourcery.com>
272
273 * corefile.c (read_code): New function.
274 (read_code_integer): New function.
275 (read_code_unsigned_integer): New function.
276 * gdbcore.h (read_code): Declare.
277 (read_code_integer): Declare.
278 (read_code_unsigned_integer): Declare.
279 * i386-tdep.c (i386_follow_jump): Call target_read_code instead
280 of target_read_memory. Call read_code_unsigned_integer instead
281 of read_memory_unsigned_integer.
282 (i386_analyze_struct_return): Likewise.
283 (i386_skip_probe): Likewise.
284 (i386_analyze_stack_align): Likewise.
285 (i386_match_pattern): Likewise.
286 (i386_skip_noop): Likewise.
287 (i386_analyze_frame_setup): Likewise.
288 (i386_analyze_register_saves): Likewise.
289 (i386_skip_prologue): Likewise.
290 (i386_skip_main_prologue): Likewise.
291 (i386_frame_cache_1): Likewise.
292
293 2013-12-10 Yao Qi <yao@codesourcery.com>
294
295 * infrun.c: Include "target-dcache.h".
296 (prepare_for_detach): Call target_dcache_invalidate.
297 (wait_for_inferior): Likewise.
298 (fetch_inferior_event): Likewise.
299 (infrun_thread_stop_requested_callback): Likewise. Set
300 overlay_cache_invalid to 1.
301
302 2013-12-10 Joel Brobecker <brobecker@adacore.com>
303
304 * symtab.c (symbol_find_demangled_name): Add handling of
305 Ada symbols.
306
307 2013-12-10 Joel Brobecker <brobecker@adacore.com>
308
309 * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
310 * NEWS: Expand the entry documenting the new -exec-run --start
311 option to mention the corresponding new entry in the output of
312 "-list-features".
313
314 2013-12-10 Joel Brobecker <brobecker@adacore.com>
315
316 * windows-nat.c (handle_load_dll): Add comments.
317 (windows_ensure_ntdll_loaded): New function.
318 (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded.
319 Add FIXME comment.
320
321 2013-12-08 Joel Brobecker <brobecker@adacore.com>
322
323 GDB 7.6.2 released.
324
325 2013-12-08 Yao Qi <yao@codesourcery.com>
326
327 * stack.c (frame_info): Initialize variable caller_pc.
328
329 2013-12-06 Pedro Alves <palves@redhat.com>
330
331 * frame.c (enum cached_copy_status): New enum.
332 (struct frame_info) <prev_pc.p>: Change type to enum
333 cached_copy_status.
334 (fprint_frame): Handle not saved and unavailable prev_pc values.
335 (frame_unwind_pc_if_available): Delete and merge contents into ...
336 (frame_unwind_pc): ... here. Handle OPTIMIZED_OUT_ERROR. Adjust
337 to use enum cached_copy_status.
338 (frame_unwind_caller_pc_if_available): Delete.
339 (create_new_frame): Adjust.
340 * frame.h (frame_unwind_caller_pc_if_available): Delete
341 declaration.
342 * stack.c (frame_info): Use frame_unwind_caller_pc instead of
343 frame_unwind_caller_pc_if_available, and handle
344 NOT_AVAILABLE_ERROR and OPTIMIZED_OUT_ERROR errors.
345 * valprint.c (val_print_optimized_out): Use val_print_not_saved.
346 (val_print_not_saved): New function.
347 * valprint.h (val_print_not_saved): Declare.
348
349 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
350 Pedro Alves <palves@redhat.com>
351
352 * exceptions.h (errors): Add OPTIMIZED_OUT_ERROR.
353 * dwarf2loc.c (write_pieced_value): Throw OPTIMIZED_OUT_ERROR.
354 * frame.c (frame_unwind_register): Throw OPTIMIZED_OUT_ERROR.
355 * spu-tdep.c (spu_software_single_step): Throw
356 OPTIMIZED_OUT_ERROR.
357 * valops.c (value_assign): Throw OPTIMIZED_OUT_ERROR.
358
359 2013-12-06 Tom Tromey <tromey@redhat.com>
360
361 * objfiles.c (free_objfile): Update comment.
362
363 2013-12-06 Tom Tromey <tromey@redhat.com>
364
365 * objfiles.h (objfile_to_front): Remove.
366 * objfiles.c (objfile_to_front): Remove.
367
368 2013-12-06 Tom Tromey <tromey@redhat.com>
369
370 * minsyms.c (get_symbol_leading_char): Remove unnecessary
371 declaration.
372
373 2013-12-06 Tom Tromey <tromey@redhat.com>
374
375 * psympriv.h (struct partial_symtab) <user>: Move earlier.
376
377 2013-12-06 Tom Tromey <tromey@redhat.com>
378
379 * cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
380 (list_command): Likewise.
381
382 2013-12-06 Tom Tromey <tromey@redhat.com>
383
384 * psymtab.c (allocate_psymtab): Put the filename in the filename
385 bcache.
386
387 2013-12-06 Tom Tromey <tromey@redhat.com>
388
389 * buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
390 * symtab.h (struct symtab) <dirname>: Now const.
391
392 2013-12-06 Tom Tromey <tromey@redhat.com>
393
394 * symfile.c (allocate_symtab): Remove cast.
395 * symtab.h (struct symtab) <filename>: Now const.
396
397 2013-12-06 Tom Tromey <tromey@redhat.com>
398
399 * break-catch-throw.c (fetch_probe_arguments): Use
400 get_probe_argument_count and evaluate_probe_argument.
401 * elfread.c (elf_get_probe_argument_count)
402 (elf_can_evaluate_probe_arguments, elf_evaluate_probe_argument)
403 (elf_compile_to_ax): Remove.
404 (elf_probe_fns): Update.
405 * probe.c (get_probe_argument_count, can_evaluate_probe_arguments)
406 (evaluate_probe_argument): Call method on probe, not via sym
407 functions.
408 * stap-probe.c (compute_probe_arg): Use get_probe_argument_count,
409 evaluate_probe_argument.
410 (compile_probe_arg): Use get_probe_argument_count. Call method on
411 probe, not via sym functions.
412 * symfile-debug.c (debug_sym_get_probe_argument_count)
413 (debug_can_evaluate_probe_arguments)
414 (debug_sym_evaluate_probe_argument, debug_sym_compile_to_ax):
415 Remove.
416 (debug_sym_probe_fns): Remove.
417 * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
418 can_evaluate_probe_arguments, sym_evaluate_probe_argument,
419 sym_compile_to_ax>: Remove fields.
420
421 2013-12-06 Pierre Muller <muller@sourceware.org>
422
423 Fix completion for pascal language.
424 * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
425 (exp : field_exp name COMPLETE): New rule.
426 (exp : SIZEOF): Set correct current_type.
427 (last_was_structop): Remove static variable.
428 (yylex): Remove saw_structop local variable.
429 Adapt code to removal of variables above.
430
431 2013-12-06 Joel Brobecker <brobecker@adacore.com>
432
433 * frame.c (get_prev_frame_1): Delete variable "this_id".
434 Replace its use by a call to get_frame_id.
435
436 2013-12-05 Anthony Green <green@moxielogic.com>
437
438 * moxie-tdep.c (moxie_software_single_step): New function.
439 (INST2OFFSET): New helper macro.
440 (moxie_gdbarch_init): Call set_gdbarch_software_single_step.
441 (moxie_process_readu): Move this up in the file.
442
443 2013-12-05 Doug Evans <xdje42@gmail.com>
444
445 * auto-load.c (load_auto_scripts_for_objfile): Add some comments.
446
447 2013-12-05 Joel Brobecker <brobecker@adacore.com>
448 Tristan Gingold <gingold@adacore.com>
449
450 * amd64-windows-tdep.c (amd64_windows_frame_decode_insns):
451 Accept version 2. Ignore operations using opcode 6.
452
453 2013-12-05 Joel Brobecker <brobecker@adacore.com>
454
455 * ada-lex.l (find_dot_all): Fix coding style violations.
456
457 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
458
459 * NEWS: Add section for Intel(R) Architecture Instructions
460 Extesions mentioning MPX.
461
462 2013-12-03 Joel Brobecker <brobecker@adacore.com>
463
464 * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
465
466 2013-12-03 Joel Brobecker <brobecker@adacore.com>
467
468 * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
469 when parse_exp_1 threw an error. Add comment.
470
471 2013-12-03 Joel Brobecker <brobecker@adacore.com>
472
473 * NEWS: Mention "-list-features" in the entry documenting
474 the support for the "--language" option.
475
476 2013-12-03 Tom Tromey <tromey@redhat.com>
477 Jan Kratochvil <jan.kratochvil@redhat.com>
478 Doug Evans <dje@google.com>
479 Samuel Bronson <naesten@gmail.com>
480
481 Bring back gdb-add-index as a contrib script.
482 * contrib/gdb-add-index.sh: New file.
483 * NEWS: Note the addition.
484
485 2013-12-03 Samuel Bronson <naesten@gmail.com>
486
487 * MAINTAINERS (Write After Approval): Add myself to the list.
488
489 2013-12-03 Joel Brobecker <brobecker@adacore.com>
490
491 * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
492
493 2013-12-03 Joel Brobecker <brobecker@adacore.com>
494
495 * mi/mi-main.c: Remove trailing spaces throughout.
496
497 2013-12-03 Pedro Alves <palves@redhat.com>
498 Joel Brobecker <brobecker@adacore.com>
499
500 * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
501 * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
502 of a regular error when the GDB/MI command does not exist.
503 * mi/mi-main.c (mi_cmd_list_features): Add
504 "undefined-command-error-code".
505 (mi_print_exception): Print an "undefined-command"
506 error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
507 * NEWS: Add entry documenting the new "code" variable in
508 "^error" result records.
509
510 2013-12-03 Joel Brobecker <brobecker@adacore.com>
511
512 * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
513 * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
514 * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
515 * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
516 field to output of "-list-features".
517
518 * NEWS: Add entry for new -info-gdb-mi-command.
519
520 2013-12-02 Doug Evans <dje@google.com>
521 Jan Kratochvil <jan.kratochvil@redhat.com>
522
523 * objfiles.c (allocate_objfile): Save original_name as an absolute
524 path.
525 * objfiles.h (struct objfile): Expand comment on original_name.
526 * source.c (openp): Call gdb_abspath.
527 * utils.c (gdb_abspath): New function.
528 * utils.h (gdb_abspath): Declare.
529
530 2013-12-02 Pedro Alves <palves@redhat.com>
531
532 * dcache.c (dcache_read_line): Use target_read_raw_memory.
533 * target.c (target_read_raw_memory): New function.
534 (target_read_stack, target_write_memory, target_write_raw_memory):
535 Update comment.
536 (target_read_code): Add comment.
537 * target.h (target_read_raw_memory): Declare.
538
539 2013-12-02 Pedro Alves <palves@redhat.com>
540
541 * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
542 unconditionally.
543
544 2013-12-02 Pedro Alves <pedro@codesourcery.com>
545 Maciej W. Rozycki <macro@codesourcery.com>
546
547 * remote.c (putpkt_for_catch_errors): Remove function.
548 (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
549 gracefully.
550
551 2013-12-02 Pedro Alves <palves@redhat.com>
552
553 PR remote/15974
554 * remote-notif.c (handle_notification): Return early if no
555 notification is found.
556
557 2013-12-02 Joel Brobecker <brobecker@adacore.com>
558
559 * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
560 preprocessor check.
561
562 2013-12-02 Joel Brobecker <brobecker@adacore.com>
563
564 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
565
566 2013-12-02 Joel Brobecker <brobecker@adacore.com>
567
568 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
569 * ctf.c (ctf_start): Remove obsolete comment.
570
571 2013-12-02 Joel Brobecker <brobecker@adacore.com>
572
573 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
574
575 2013-11-30 Doug Evans <xdje42@gmail.com>
576
577 * auto-load.h (script_language): New members name, auto_load_enabled.
578 Add missing comments on struct members.
579 (auto_load_objfile_script): Delete.
580 * auto-load.c: #include "cli/cli-cmds.h".
581 (auto_load_gdb_scripts_enabled): New function.
582 (script_language_gdb): Update, add new members.
583 (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
584 and call to maybe_add_script moved to caller.
585 (auto_load_objfile_script_1): Auto-load safe-checking and
586 call to maybe_add_script moved here.
587 (auto_load_objfile_script): Make static. Early exit if support for
588 scripting language hasn't been compiled in, or auto-loading has been
589 disabled.
590 (source_section_scripts): Argument "source_name" renamed to
591 "section_name". All uses updated. Replace uses of AUTO_SECTION_NAME
592 with section_name. Skip loading script if support for scripting
593 language hasn't been compiled in, or auto-loading has been disabled.
594 Call language->source_script_for_objfile instead of calling
595 source_python_script_for_objfile directly.
596 (load_auto_scripts_for_objfile): Update.
597 * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
598 (gdbpy_load_auto_script_for_objfile): Delete.
599 (auto_load_python_scripts_enabled): New function.
600 (script_language_python): Update, add new members.
601 (gdbpy_script_language_defn): New function.
602 * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
603 (gdbpy_script_language_defn): Declare.
604
605 * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
606 py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
607 (source_section_scripts): Moved here from py-auto-load.c.
608 (auto_load_section_scripts): Ditto.
609 * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
610 auto-load.c, renamed AUTO_SECTION_NAME.
611 (source_section_scripts, auto_load_section_scripts): Moved to
612 auto-load.c.
613
614 2013-11-30 Yao Qi <yao@codesourcery.com>
615
616 * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
617
618 2013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
619
620 * gdbarch.sh: Remove include of "gdb_string.h", replace by
621 <string.h>.
622
623 2013-11-29 Doug Evans <xdje42@gmail.com>
624
625 * python/py-auto-load.c (source_section_scripts): Move comment to
626 more relevant location.
627
628 Whitespace cleanup.
629 * python/py-breakpoint.c: Remove trailing whitespace.
630 * python/py-cmd.c: Ditto.
631 * python/py-evts.c: Ditto.
632 * python/py-finishbreakpoint.c: Ditto.
633 * python/py-frame.c: Ditto.
634 * python/py-function.c: Ditto.
635 * python/py-inferior.c: Ditto.
636 * python/py-infthread.c: Ditto.
637 * python/py-param.c: Ditto.
638 * python/py-prettyprint.c: Ditto.
639 * python/py-symbol.c: Ditto.
640 * python/py-type.c: Ditto.
641 * python/py-utils.c: Ditto.
642 * python/py-value.c: Ditto.
643 * python/python-internal.h: Ditto.
644 * python/python.c: Ditto.
645
646 2013-11-29 Pedro Alves <palves@redhat.com>
647
648 * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
649
650 2013-11-29 Pedro Alves <palves@redhat.com>
651
652 * breakpoint.c (build_target_condition_list): Release previous
653 conditions.
654 (build_target_command_list): Release previous commands.
655 (bp_location_dtor): Release target conditions and commands.
656 * remote.c (remote_add_target_side_condition): Don't release
657 conditions.
658 (remote_add_target_side_commands): Don't release commands.
659
660 2013-11-29 Yao Qi <yao@codesourcery.com>
661 Pedro Alves <palves@redhat.com>
662
663 * dcache.c (dcache_read_line): Use current_target.beneath
664 instead of &current_target.
665 * target.c (memory_xfer_partial_1): Factor code out to ...
666 (raw_memory_xfer_partial): ... it. New function.
667 (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
668 is TARGET_OBJECT_RAW_MEMORY.
669
670 2013-11-28 Doug Evans <xdje42@gmail.com>
671
672 * breakpoint.h (gdbpy_breakpoint_object): Renamed from
673 breakpoint_object. All uses updated.
674 * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
675 breakpoint_object. All uses updated.
676 * python.c (*): All uses of breakpoint_object updated.
677 * python.h (*): All uses of breakpoint_object updated.
678 * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
679 * python/py-finishbreakpoint.c (*): Ditto.
680
681 2013-11-28 Doug Evans <xdje42@gmail.com>
682
683 * configure.ac: Add comments delineating libpython and libmcheck.
684 * configure: Regenerate.
685
686 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
687 Pedro Alves <palves@redhat.com>
688
689 * valprint.c (value_check_printable): If the value is entirely
690 unavailable, print a single "<unavailable>" instead of printing
691 all subfields.
692
693 2013-11-28 Pedro Alves <palves@redhat.com>
694
695 * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
696 Add "set debug frame" output.
697 (frame_stop_reason_symbol_string): New function.
698
699 2013-11-28 Pedro Alves <palves@redhat.com>
700
701 * frame-unwind.c (default_frame_unwind_stop_reason): Return
702 UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
703 * frame.c (get_prev_frame_1): Remove outer_frame_id check.
704
705 2013-11-28 Pedro Alves <palves@redhat.com>
706
707 * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
708 set the unwind stop reason to UNWIND_OUTERMOST, not
709 UNWIND_NULL_ID. Remove explicit check for sentinel frame.
710
711 2013-11-28 Pedro Alves <palves@redhat.com>
712
713 * frame.c (frame_unwind_register): Say the register was "not
714 saved" instead of "optimized out".
715
716 2013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
717
718 PR 16152
719 * configure: Rebuild.
720 * configure.ac: Tighten cygwin detection check.
721
722 2013-11-27 Pedro Alves <palves@redhat.com>
723
724 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
725 register in the previous frame's arch.
726
727 2013-11-27 Pedro Alves <palves@redhat.com>
728
729 * frame-unwind.c (frame_unwind_got_optimized): Return
730 an lval_register value instead of a not_lval value.
731
732 2013-11-27 Andrew Burgess <aburgess@broadcom.com>
733
734 * frame.c: Include "valprint.h".
735 (frame_unwind_register_value): Use value_optimized_out.
736 * value.c (value_fetch_lazy): Likewise.
737
738 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
739
740 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
741
742 2013-11-26 Tom Tromey <tromey@redhat.com>
743
744 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
745 2013-11-22.
746
747 2013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
748
749 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
750 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
751 (HAS_MPX): New macro.
752 (HAS_AVX): New macro.
753 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
754
755 2013-11-25 Keith Seitz <keiths@redhat.com>
756
757 PR c++/14819
758 * c-exp.y (classify_inner_name): If no matching symbol was
759 found, try looking up the token as a base class.
760 Likewise if a constructor was found.
761 * cp-namespace.c (find_type_baseclass_by_name): New function.
762 * cp-support.h (find_type_baseclass_by_name): Declare.
763 * valops.c (value_struct_elt_for_reference): If we get
764 a non-static field, try to get a value based on the
765 current instance, if any.
766
767 2013-11-24 Yao Qi <yao@codesourcery.com>
768
769 * disasm.c (dis_asm_read_memory): Call target_read_code
770 instead of target_read_memory.
771
772 2013-11-24 Yao Qi <yao@codesourcery.com>
773
774 * NEWS: Add note on new "set code-cache" option.
775 * target-dcache.c (code_cache_enabled_1): New variable.
776 (code_cache_enabled): New variable.
777 (show_code_cache, set_code_cache): New function.
778 (code_cache_enabled_p): New function.
779 (_initialize_target_dcache): Register command.
780 * target-dcache.h (code_cache_enabled_p): Declare.
781 * target.c (memory_xfer_partial_1):Handle
782 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
783 (target_read_code): New function.
784 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
785 New.
786 (target_read_code): Declare.
787
788 2013-11-24 Yao Qi <yao@codesourcery.com>
789
790 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
791 (stack_cache_enabled_1): ... this. New variable.
792 (stack_cache_enabled_p): Rename to ...
793 (stack_cache_enabled): ... this. New variable.
794 (set_stack_cache_enabled_p): Rename to ...
795 (set_stack_cache): ... this. Update caller.
796 (show_stack_cache_enabled_p): Rename to ...
797 (show_stack_cache): ... this. Update caller.
798 (stack_cache_enabled): Rename to ...
799 (stack_cache_enabled_p): ... this. Update caller.
800 (_initialize_target_dcache): Replace "data cache" with
801 "target memory cache".
802 * target-dcache.h (stack_cache_enabled): Remove declaration.
803 (stack_cache_enabled_p): Add declaration.
804
805 2013-11-23 Doug Evans <xdje42@gmail.com>
806
807 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
808 superfluous.
809
810 2013-11-23 Doug Evans <xdje42@gmail.com>
811
812 * python/py-frame.c (frapy_block): Fix error message text.
813
814 2013-11-23 Doug Evans <xdje42@gmail.com>
815
816 * cli/cli-script.c (multi_line_command_p): New function.
817 (recurse_read_control_structure, read_command_lines_1): Call it.
818 (execute_control_command): Consistently have a blank line between
819 each case.
820
821 2013-11-22 Sterling Augustine <saugustine@google.com>
822
823 PR gdb/16196:
824 * valprint.c (read_string): Set new variable fetchlen based on
825 fetchlimit and size. Use it in call to partial_memory_read.
826 Update comment.
827
828 2013-11-22 Tom Tromey <tromey@redhat.com>
829
830 PR backtrace/16155:
831 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
832 the return address column is unspecified.
833
834 2013-11-22 Tom Tromey <tromey@redhat.com>
835 Pedro Alves <palves@redhat.com>
836
837 PR backtrace/16155
838 * value.c (value_fetch_lazy): Internal error if
839 get_frame_register_value returns the same register.
840
841 2013-11-22 Pedro Alves <palves@redhat.com>
842 Tom Tromey <tromey@redhat.com>
843
844 * frame.c (frame_stash_add): Now returns whether a frame with the
845 same ID was already known.
846 (compute_frame_id): New function, factored out from get_frame_id.
847 (get_frame_id): No longer lazilly compute the frame id here.
848 (get_prev_frame_if_no_cycle): New function. Detects wider stack
849 cycles.
850 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
851 and checking for stack cycles here.
852
853 2013-11-22 Pedro Alves <palves@redhat.com>
854
855 PR 16155
856 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
857 this frame and the new previous frame, not between this frame and
858 the next frame.
859
860 2013-11-22 Pedro Alves <palves@redhat.com>
861
862 PR 16155
863 * dwarf2-frame.c (struct dwarf2_frame_cache)
864 <checked_tailcall_bottom, entry_cfa_sp_offset,
865 entry_cfa_sp_offset_p>: New fields.
866 (dwarf2_frame_cache): Adjust to use the new cache fields instead
867 of locals. Don't call dwarf2_tailcall_sniffer_first here.
868 (dwarf2_frame_prev_register): Call it here, but only once.
869
870 2013-11-21 Doug Evans <xdje42@gmail.com>
871
872 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
873 (type_equality_entry): Move here from python/py-type.c.
874 (type_equality_entry_d): Ditto.
875 (compare_maybe_null_strings, check_types_equal): Ditto.
876 (check_types_worklist, types_deeply_equal): Ditto.
877 * gdbtypes.h (types_deeply_equal): Declare.
878 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
879 (typy_richcompare): Update.
880
881 2013-11-20 Joel Brobecker <brobecker@adacore.com>
882
883 * python/py-value.c (is_intlike): Delete.
884 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
885 by use of is_integral_type.
886 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
887 by use of is_integral_type and check for TYPE_CODE_PTR.
888
889 2013-11-20 Tom Tromey <tromey@redhat.com>
890
891 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
892 strerror module.
893 * gnulib/aclocal.m4: Update.
894 * gnulib/config.in: Update.
895 * gnulib/configure: Update.
896 * gnulib/import/Makefile.am: Update.
897 * gnulib/import/Makefile.in: Update.
898 * gnulib/import/errno.in.h: Remove.
899 * gnulib/import/intprops.h: Remove.
900 * gnulib/import/m4/errno_h.m4: Remove.
901 * gnulib/import/m4/gnulib-cache.m4: Update.
902 * gnulib/import/m4/gnulib-comp.m4: Update.
903 * gnulib/import/m4/strerror.m4: Remove.
904 * gnulib/import/m4/sys_socket_h.m4: Remove.
905 * gnulib/import/strerror-override.c: Remove.
906 * gnulib/import/strerror-override.h: Remove.
907 * gnulib/import/strerror.c: Remove.
908 * gnulib/update-gnulib.sh: Update.
909
910 2013-11-20 Yao Qi <yao@codesourcery.com>
911
912 * target-dcache.c (target_dcache_get_or_init): Call
913 set_address_space_data if 'dcache' is NULL.
914
915 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
916
917 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
918
919 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
920
921 * python/lib/gdb/command/bound_register.py: New file.
922 * data-directory/Makefile.in: Copy bond_register.py to the right path
923 to be initialized at gdb startup.
924
925 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
926
927 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
928 Add MPX registers.
929 (amd64_linux_read_description): Add initialization for MPX and
930 AVX independently.
931 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
932 (amd64_linux_gregset_reg_offset): Add MPX registers.
933 (amd64_linux_core_read_description): Add initialization for MPX
934 registers.
935 (_initialize_amd64_linux_tdep): Initialize MPX targets.
936 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
937 register on the list.
938 (tdesc_amd64_mpx_linux) Add new target for MPX.
939 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
940 (amd64_mpx_names): MPX register names.
941 (amd64_init_abi): Add MPX register while initializing the ABI.
942 (_initialize_amd64_tdep): Initialize MPX targets.
943 * amd64-tdep.h (amd64_regnum): Add MPX registers.
944 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
945
946 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
947
948 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
949 registers on the range of registers to be read from
950 xsave buffer.
951 (i386_linux_read_description): Add case for MPX.
952 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
953 (i386_linux_gregset_reg_offset): Add MPX registers.
954 (i386_linux_core_read_description): Initialize also MPX.
955 (_initialize_i386_linux_tdep): Add mpx initialization.
956 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
957 mpx_register_names.
958 (i386_regnum): Add MPX registers.
959 (I386_MPX_NUM_REGS): New macro.
960 (i386_bnd_regnum_p): New function.
961 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
962 number of registers to be the number of BNDSTATUS.
963 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
964 * i386-tdep.c: Include features/i386/i386-mpx.c.
965 (i386_mpx_names): Add MPX register names array.
966 (i386_bnd_names): Add bnd pseudo register names array.
967 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
968 registers.
969 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
970 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
971 registers.
972 (i386_bnd_type): New function.
973 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
974 register types.
975 (i386_pseudo_register_read_into_value): Add bnd case.
976 (i386_pseudo_register_write): Add bnd pseudo registers.
977 (i386_register_reggroup_p): Add MPX register to the group all.
978 (i386_validate_tdesc_p): Add MPX to the target description
979 validation.
980 (i386_pseudo_register_name): Add bnd pseudo registers.
981 (i386_gdbarch_init): Add MPX for architecture initialization.
982 (_initia_initialize_i386_tdep): Add mpx initialization.
983 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
984 XSAVE buffer.
985 (XSAVE_MPX_ADDR): New macro.
986 (i387_supply_xsave): Add MPX case.
987 (i387_collect_xsave): Add MPX case.
988 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
989 (I387_BNDCFGU_REGNUM): New macro.
990 (I387_NUM_MPX_REGS): New macro.
991 (I387_NUM_BND_REGS): New macro.
992 (I387_NUM_MPX_CTRL_REGS): New macro.
993 (I387_MPXEND_REGNUM): New macro.
994 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
995 (I386_XSTATE_BNDCFG): Likewise.
996 (I386_XSTATE_MPX_MASK): Likewise.
997 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
998 (I386_XSTATE_BNDREGS_SIZE): New macro.
999 (I386_XSTATE_BNDCFG_SIZE): Likewise.
1000 (I386_XSTATE_SIZE): Adapt for MPX.
1001 (I386_XSTATE_MAX_SIZE): Likewise.
1002
1003 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1004
1005 * features/i386/Makefile: Adapts for using MPX registers.
1006 * features/i386/32bit-mpx.xml: New file.
1007 * features/i386/64bit-mpx.xml: Likewise.
1008 * features/i386/amd64-mpx-linux.c: Likewise.
1009 * features/i386/amd64-mpx-linux.xml: Likewise.
1010 * features/i386/amd64-mpx.c: Likewise.
1011 * features/i386/amd64-mpx.xml: Likewise.
1012 * features/i386/i386-mpx-linux.c: Likewise.
1013 * features/i386/i386-mpx-linux.xml: Likewise.
1014 * features/i386/i386-mpx.c: Likewise.
1015 * features/i386/i386-mpx.xml: Likewise.
1016 * regformats/i386/amd64-mpx-linux.dat: New file.
1017 * regformats/i386/amd64-mpx.dat: Likewise.
1018 * regformats/i386/i386-mpx-linux.dat: Likewise.
1019 * regformats/i386/i386-mpx.dat: Likewise.
1020
1021 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1022
1023 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
1024 Modified logic of creating a bitfield to be in sync with
1025 tdesc_gdb_type.
1026
1027 2013-11-20 Will Newton <will.newton@linaro.org>
1028
1029 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
1030 error message.
1031
1032 2013-11-20 Yao Qi <yao@codesourcery.com>
1033
1034 * progspace.h (struct address_space_data): Declare.
1035 * target-dcache.c: Include "progspace.h".
1036 (target_dache): Remove.
1037 (target_dcache_aspace_key): New.
1038 (target_dcache_cleanup): New function.
1039 (target_dcache_init_p): Get data through
1040 target_dcache_aspace_key.
1041 (target_dcache_invalidate): Likewise.
1042 (target_dcache_get): Likewise.
1043 (target_dcache_get_or_init): Likewise.
1044 (_initialize_target_dcache): Initialize
1045 target_dcache_aspace_key.
1046
1047 2013-11-20 Yao Qi <yao@codesourcery.com>
1048
1049 * progspace.c (struct address_space): Update comments.
1050 <REGISTRY_FIELDS>: New fields.
1051 DEFINE_REGISTRY for address_space.
1052 (new_address_space): Call address_space_alloc_data.
1053 (free_address_space): Call address_space_free_data.
1054 * progspace.h: Use DECLARE_REGISTRY.
1055
1056 2013-11-20 Yao Qi <yao@codesourcery.com>
1057
1058 * Makefile.in (SFILES):Add target-dcache.c.
1059 (HFILES_NO_SRCDIR): Add target-dcache.h.
1060 (COMMON_OBS): Add target-dcache.o.
1061 * dcache.c: Remove inclusion to "target.h". Include
1062 "target-dcache.h".
1063 * memattr.c: Include "target-dcache.h".
1064 * top.c: Likewise.
1065 * tracepoint.c: Likewise.
1066 * target.c: (stack_cache_enabled_p_1): Move to
1067 target-dcache.c.
1068 (stack_cache_enabled_p): Likewise.
1069 (set_stack_cache_enabled_p): Likewise.
1070 (show_stack_cache_enabled_p): Likewise.
1071 (target_dcache, target_dcache_init_p): Likewise.
1072 (target_dcache_invalidate): Likewise.
1073 (target_dcache_get, target_dcache_get_or_init): Likewise.
1074 (memory_xfer_partial_1): Call function stack_cache_enabled.
1075 (initialize_target): Move code to target-dcache.c.
1076 * target.h (target_dcache_invalidate): Move to
1077 target-dcache.h.
1078 (target_dcache_get): Likewise.
1079 * target-dcache.c: New.
1080 * target-dcache.h: New.
1081
1082 2013-11-20 Yao Qi <yao@codesourcery.com>
1083
1084 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
1085 it is initialized.
1086
1087 2013-11-20 Yao Qi <yao@codesourcery.com>
1088
1089 * dcache.c (last_cache): Remove.
1090 (dcache_free, dcache_init): Update.
1091 (dcache_update):
1092 (dcache_print_line): Add parameter 'dcache'. Replace
1093 'target_dcache' with 'dcache'.
1094 (dcache_info): Move code to dcache_info_1. Call
1095 'dcache_info_1'.
1096 (dcache_info_1): New function.
1097 (set_dcache_size): Call target_dcache_invalidate.
1098 (set_dcache_line_size): Call target_dcache_invalidate.
1099 * target.c (target_dcache_init_p): New function.
1100 (target_dcache_invalidate): Check target_dcache_init_p first.
1101 (target_dcache_get, target_dcache_get_or_init): New function.
1102 (memory_xfer_partial_1): Adjust.
1103 (initialize_target): Don't initialize 'target_dcache'.
1104 * target.h (struct dcache_struct): Declare.
1105 (target_dcache_get): Declare.
1106
1107 2013-11-19 Yao Qi <yao@codesourcery.com>
1108
1109 * varobj.c (varobj_get_type): Fix typo.
1110
1111 2013-11-19 Joel Brobecker <brobecker@adacore.com>
1112
1113 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
1114
1115 2013-11-19 Joel Brobecker <brobecker@adacore.com>
1116
1117 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
1118 "stat.h".
1119
1120 2013-11-18 Tom Tromey <tromey@redhat.com>
1121
1122 * common/gdb_stat.h: Remove.
1123 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
1124 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
1125 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
1126 * corefile.c: Use sys/stat.h, not gdb_stat.h.
1127 * ctf.c: Use sys/stat.h, not gdb_stat.h.
1128 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
1129 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
1130 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
1131 * exec.c: Use sys/stat.h, not gdb_stat.h.
1132 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
1133 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
1134 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
1135 * jit.c: Use sys/stat.h, not gdb_stat.h.
1136 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
1137 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
1138 * main.c: Use sys/stat.h, not gdb_stat.h.
1139 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
1140 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
1141 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
1142 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
1143 * procfs.c: Use sys/stat.h, not gdb_stat.h.
1144 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
1145 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
1146 * remote.c: Use sys/stat.h, not gdb_stat.h.
1147 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
1148 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
1149 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
1150 * source.c: Use sys/stat.h, not gdb_stat.h.
1151 * symfile.c: Use sys/stat.h, not gdb_stat.h.
1152 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
1153 * symtab.c: Use sys/stat.h, not gdb_stat.h.
1154 * top.c: Use sys/stat.h, not gdb_stat.h.
1155 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
1156
1157 2013-11-18 Tom Tromey <tromey@redhat.com>
1158
1159 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
1160 sys_stat.
1161 * gnulib/aclocal.m4: Update.
1162 * gnulib/config.in: Update.
1163 * gnulib/configure: Update.
1164 * gnulib/import/Makefile.am: Update.
1165 * gnulib/import/Makefile.in: Update.
1166 * gnulib/import/m4/gnulib-cache.m4: Update.
1167 * gnulib/import/m4/gnulib-comp.m4: Update.
1168 * gnulib/import/m4/sys_stat_h.m4: New.
1169 * gnulib/import/m4/time_h.m4: New.
1170 * gnulib/import/sys_stat.in.h: New.
1171 * gnulib/import/time.in.h: New.
1172
1173 2013-11-18 Tom Tromey <tromey@redhat.com>
1174
1175 * configure: Rebuild.
1176 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
1177
1178 2013-11-18 Tom Tromey <tromey@redhat.com>
1179
1180 * configure: Rebuild.
1181 * configure.ac: Don't check for unistd.h.
1182
1183 2013-11-18 Tom Tromey <tromey@redhat.com>
1184
1185 * configure: Rebuild.
1186 * configure.ac: Don't check for stdlib.h
1187 * defs.h: Include stdlib.h unconditionally.
1188
1189 2013-11-18 Tom Tromey <tromey@redhat.com>
1190
1191 * config.in: Rebuild.
1192 * configure: Rebuild.
1193 * configure.ac: Don't check for stddef.h.
1194 * defs.h: Unconditionally include stddef.h. Remove duplicate
1195 inclusion.
1196
1197 2013-11-18 Tom Tromey <tromey@redhat.com>
1198
1199 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
1200 * common/gdb_dirent.h: Remove.
1201 * common/filestuff.c: Use dirent.h.
1202 * common/linux-osdata.c: Use dirent.h.
1203 (NAMELEN): Define.
1204 * config.in: Rebuild.
1205 * configure: Rebuild.
1206 * configure.ac: Don't use AC_HEADER_DIRENT.
1207 * linux-fork.c: Use dirent.h
1208 * linux-nat.c: Use dirent.h.
1209 * nto-procfs.c: Use dirent.h.
1210 * procfs.c: Use dirent.h.
1211
1212 2013-11-18 Tom Tromey <tromey@redhat.com>
1213
1214 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
1215 * gnulib/aclocal.m4: Update.
1216 * gnulib/config.in: Update.
1217 * gnulib/configure: Update.
1218 * gnulib/import/Makefile.am: Update.
1219 * gnulib/import/Makefile.in: Update.
1220 * gnulib/import/dirent.in.h: New.
1221 * gnulib/import/m4/dirent_h.m4: New.
1222 * gnulib/import/m4/gnulib-cache.m4: Update.
1223 * gnulib/import/m4/gnulib-comp.m4: Update.
1224
1225 2013-11-18 Tom Tromey <tromey@redhat.com>
1226
1227 * configure: Rebuild.
1228 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
1229 strings.h.
1230
1231 2013-11-18 Tom Tromey <tromey@redhat.com>
1232
1233 * common/gdb_string.h: Remove.
1234 * aarch64-tdep.c: Use string.h, not gdb_string.h.
1235 * ada-exp.y: Use string.h, not gdb_string.h.
1236 * ada-lang.c: Use string.h, not gdb_string.h.
1237 * ada-lex.l: Use string.h, not gdb_string.h.
1238 * ada-typeprint.c: Use string.h, not gdb_string.h.
1239 * ada-valprint.c: Use string.h, not gdb_string.h.
1240 * aix-thread.c: Use string.h, not gdb_string.h.
1241 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
1242 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
1243 * alpha-nat.c: Use string.h, not gdb_string.h.
1244 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
1245 * alpha-tdep.c: Use string.h, not gdb_string.h.
1246 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
1247 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
1248 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
1249 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
1250 * amd64-nat.c: Use string.h, not gdb_string.h.
1251 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
1252 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
1253 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
1254 * arch-utils.c: Use string.h, not gdb_string.h.
1255 * arm-linux-nat.c: Use string.h, not gdb_string.h.
1256 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
1257 * arm-tdep.c: Use string.h, not gdb_string.h.
1258 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
1259 * armbsd-tdep.c: Use string.h, not gdb_string.h.
1260 * armnbsd-nat.c: Use string.h, not gdb_string.h.
1261 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
1262 * armobsd-tdep.c: Use string.h, not gdb_string.h.
1263 * avr-tdep.c: Use string.h, not gdb_string.h.
1264 * ax-gdb.c: Use string.h, not gdb_string.h.
1265 * ax-general.c: Use string.h, not gdb_string.h.
1266 * bcache.c: Use string.h, not gdb_string.h.
1267 * bfin-tdep.c: Use string.h, not gdb_string.h.
1268 * breakpoint.c: Use string.h, not gdb_string.h.
1269 * build-id.c: Use string.h, not gdb_string.h.
1270 * buildsym.c: Use string.h, not gdb_string.h.
1271 * c-exp.y: Use string.h, not gdb_string.h.
1272 * c-lang.c: Use string.h, not gdb_string.h.
1273 * c-typeprint.c: Use string.h, not gdb_string.h.
1274 * c-valprint.c: Use string.h, not gdb_string.h.
1275 * charset.c: Use string.h, not gdb_string.h.
1276 * cli-out.c: Use string.h, not gdb_string.h.
1277 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
1278 * cli/cli-decode.c: Use string.h, not gdb_string.h.
1279 * cli/cli-dump.c: Use string.h, not gdb_string.h.
1280 * cli/cli-interp.c: Use string.h, not gdb_string.h.
1281 * cli/cli-logging.c: Use string.h, not gdb_string.h.
1282 * cli/cli-script.c: Use string.h, not gdb_string.h.
1283 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
1284 * cli/cli-utils.c: Use string.h, not gdb_string.h.
1285 * coffread.c: Use string.h, not gdb_string.h.
1286 * common/common-utils.c: Use string.h, not gdb_string.h.
1287 * common/filestuff.c: Use string.h, not gdb_string.h.
1288 * common/linux-procfs.c: Use string.h, not gdb_string.h.
1289 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
1290 * common/signals.c: Use string.h, not gdb_string.h.
1291 * common/vec.h: Use string.h, not gdb_string.h.
1292 * core-regset.c: Use string.h, not gdb_string.h.
1293 * corefile.c: Use string.h, not gdb_string.h.
1294 * corelow.c: Use string.h, not gdb_string.h.
1295 * cp-abi.c: Use string.h, not gdb_string.h.
1296 * cp-support.c: Use string.h, not gdb_string.h.
1297 * cp-valprint.c: Use string.h, not gdb_string.h.
1298 * cris-tdep.c: Use string.h, not gdb_string.h.
1299 * d-lang.c: Use string.h, not gdb_string.h.
1300 * dbxread.c: Use string.h, not gdb_string.h.
1301 * dcache.c: Use string.h, not gdb_string.h.
1302 * demangle.c: Use string.h, not gdb_string.h.
1303 * dicos-tdep.c: Use string.h, not gdb_string.h.
1304 * disasm.c: Use string.h, not gdb_string.h.
1305 * doublest.c: Use string.h, not gdb_string.h.
1306 * dsrec.c: Use string.h, not gdb_string.h.
1307 * dummy-frame.c: Use string.h, not gdb_string.h.
1308 * dwarf2-frame.c: Use string.h, not gdb_string.h.
1309 * dwarf2loc.c: Use string.h, not gdb_string.h.
1310 * dwarf2read.c: Use string.h, not gdb_string.h.
1311 * elfread.c: Use string.h, not gdb_string.h.
1312 * environ.c: Use string.h, not gdb_string.h.
1313 * eval.c: Use string.h, not gdb_string.h.
1314 * event-loop.c: Use string.h, not gdb_string.h.
1315 * exceptions.c: Use string.h, not gdb_string.h.
1316 * exec.c: Use string.h, not gdb_string.h.
1317 * expprint.c: Use string.h, not gdb_string.h.
1318 * f-exp.y: Use string.h, not gdb_string.h.
1319 * f-lang.c: Use string.h, not gdb_string.h.
1320 * f-typeprint.c: Use string.h, not gdb_string.h.
1321 * f-valprint.c: Use string.h, not gdb_string.h.
1322 * fbsd-nat.c: Use string.h, not gdb_string.h.
1323 * findcmd.c: Use string.h, not gdb_string.h.
1324 * findvar.c: Use string.h, not gdb_string.h.
1325 * fork-child.c: Use string.h, not gdb_string.h.
1326 * frame.c: Use string.h, not gdb_string.h.
1327 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
1328 * frv-tdep.c: Use string.h, not gdb_string.h.
1329 * gdb.c: Use string.h, not gdb_string.h.
1330 * gdb_bfd.c: Use string.h, not gdb_string.h.
1331 * gdbarch.c: Use string.h, not gdb_string.h.
1332 * gdbtypes.c: Use string.h, not gdb_string.h.
1333 * gnu-nat.c: Use string.h, not gdb_string.h.
1334 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
1335 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
1336 * go-exp.y: Use string.h, not gdb_string.h.
1337 * go-lang.c: Use string.h, not gdb_string.h.
1338 * go32-nat.c: Use string.h, not gdb_string.h.
1339 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
1340 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
1341 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
1342 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
1343 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
1344 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
1345 * i386-linux-nat.c: Use string.h, not gdb_string.h.
1346 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
1347 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
1348 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
1349 * i386-tdep.c: Use string.h, not gdb_string.h.
1350 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
1351 * i386gnu-nat.c: Use string.h, not gdb_string.h.
1352 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
1353 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
1354 * i387-tdep.c: Use string.h, not gdb_string.h.
1355 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
1356 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
1357 * inf-child.c: Use string.h, not gdb_string.h.
1358 * inf-ptrace.c: Use string.h, not gdb_string.h.
1359 * inf-ttrace.c: Use string.h, not gdb_string.h.
1360 * infcall.c: Use string.h, not gdb_string.h.
1361 * infcmd.c: Use string.h, not gdb_string.h.
1362 * inflow.c: Use string.h, not gdb_string.h.
1363 * infrun.c: Use string.h, not gdb_string.h.
1364 * interps.c: Use string.h, not gdb_string.h.
1365 * iq2000-tdep.c: Use string.h, not gdb_string.h.
1366 * irix5-nat.c: Use string.h, not gdb_string.h.
1367 * jv-exp.y: Use string.h, not gdb_string.h.
1368 * jv-lang.c: Use string.h, not gdb_string.h.
1369 * jv-typeprint.c: Use string.h, not gdb_string.h.
1370 * jv-valprint.c: Use string.h, not gdb_string.h.
1371 * language.c: Use string.h, not gdb_string.h.
1372 * linux-fork.c: Use string.h, not gdb_string.h.
1373 * linux-nat.c: Use string.h, not gdb_string.h.
1374 * lm32-tdep.c: Use string.h, not gdb_string.h.
1375 * m2-exp.y: Use string.h, not gdb_string.h.
1376 * m2-typeprint.c: Use string.h, not gdb_string.h.
1377 * m32c-tdep.c: Use string.h, not gdb_string.h.
1378 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
1379 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
1380 * m32r-rom.c: Use string.h, not gdb_string.h.
1381 * m32r-tdep.c: Use string.h, not gdb_string.h.
1382 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
1383 * m68k-tdep.c: Use string.h, not gdb_string.h.
1384 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
1385 * m68klinux-nat.c: Use string.h, not gdb_string.h.
1386 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
1387 * m88k-tdep.c: Use string.h, not gdb_string.h.
1388 * macrocmd.c: Use string.h, not gdb_string.h.
1389 * main.c: Use string.h, not gdb_string.h.
1390 * mdebugread.c: Use string.h, not gdb_string.h.
1391 * mem-break.c: Use string.h, not gdb_string.h.
1392 * memattr.c: Use string.h, not gdb_string.h.
1393 * memory-map.c: Use string.h, not gdb_string.h.
1394 * mep-tdep.c: Use string.h, not gdb_string.h.
1395 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
1396 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
1397 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
1398 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
1399 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
1400 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
1401 * mi/mi-console.c: Use string.h, not gdb_string.h.
1402 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
1403 * mi/mi-interp.c: Use string.h, not gdb_string.h.
1404 * mi/mi-main.c: Use string.h, not gdb_string.h.
1405 * mi/mi-parse.c: Use string.h, not gdb_string.h.
1406 * microblaze-rom.c: Use string.h, not gdb_string.h.
1407 * microblaze-tdep.c: Use string.h, not gdb_string.h.
1408 * mingw-hdep.c: Use string.h, not gdb_string.h.
1409 * minidebug.c: Use string.h, not gdb_string.h.
1410 * minsyms.c: Use string.h, not gdb_string.h.
1411 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
1412 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
1413 * mips-tdep.c: Use string.h, not gdb_string.h.
1414 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
1415 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
1416 * mipsread.c: Use string.h, not gdb_string.h.
1417 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
1418 * mn10300-tdep.c: Use string.h, not gdb_string.h.
1419 * monitor.c: Use string.h, not gdb_string.h.
1420 * moxie-tdep.c: Use string.h, not gdb_string.h.
1421 * mt-tdep.c: Use string.h, not gdb_string.h.
1422 * nbsd-tdep.c: Use string.h, not gdb_string.h.
1423 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
1424 * nto-procfs.c: Use string.h, not gdb_string.h.
1425 * nto-tdep.c: Use string.h, not gdb_string.h.
1426 * objc-lang.c: Use string.h, not gdb_string.h.
1427 * objfiles.c: Use string.h, not gdb_string.h.
1428 * opencl-lang.c: Use string.h, not gdb_string.h.
1429 * osabi.c: Use string.h, not gdb_string.h.
1430 * osdata.c: Use string.h, not gdb_string.h.
1431 * p-exp.y: Use string.h, not gdb_string.h.
1432 * p-lang.c: Use string.h, not gdb_string.h.
1433 * p-typeprint.c: Use string.h, not gdb_string.h.
1434 * parse.c: Use string.h, not gdb_string.h.
1435 * posix-hdep.c: Use string.h, not gdb_string.h.
1436 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
1437 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
1438 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
1439 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
1440 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
1441 * printcmd.c: Use string.h, not gdb_string.h.
1442 * procfs.c: Use string.h, not gdb_string.h.
1443 * prologue-value.c: Use string.h, not gdb_string.h.
1444 * python/py-auto-load.c: Use string.h, not gdb_string.h.
1445 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
1446 * ravenscar-thread.c: Use string.h, not gdb_string.h.
1447 * regcache.c: Use string.h, not gdb_string.h.
1448 * registry.c: Use string.h, not gdb_string.h.
1449 * remote-fileio.c: Use string.h, not gdb_string.h.
1450 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
1451 * remote-mips.c: Use string.h, not gdb_string.h.
1452 * remote-sim.c: Use string.h, not gdb_string.h.
1453 * remote.c: Use string.h, not gdb_string.h.
1454 * reverse.c: Use string.h, not gdb_string.h.
1455 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
1456 * ser-base.c: Use string.h, not gdb_string.h.
1457 * ser-go32.c: Use string.h, not gdb_string.h.
1458 * ser-mingw.c: Use string.h, not gdb_string.h.
1459 * ser-pipe.c: Use string.h, not gdb_string.h.
1460 * ser-tcp.c: Use string.h, not gdb_string.h.
1461 * ser-unix.c: Use string.h, not gdb_string.h.
1462 * serial.c: Use string.h, not gdb_string.h.
1463 * sh-tdep.c: Use string.h, not gdb_string.h.
1464 * sh64-tdep.c: Use string.h, not gdb_string.h.
1465 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1466 * skip.c: Use string.h, not gdb_string.h.
1467 * sol-thread.c: Use string.h, not gdb_string.h.
1468 * solib-dsbt.c: Use string.h, not gdb_string.h.
1469 * solib-frv.c: Use string.h, not gdb_string.h.
1470 * solib-osf.c: Use string.h, not gdb_string.h.
1471 * solib-spu.c: Use string.h, not gdb_string.h.
1472 * solib-target.c: Use string.h, not gdb_string.h.
1473 * solib.c: Use string.h, not gdb_string.h.
1474 * somread.c: Use string.h, not gdb_string.h.
1475 * source.c: Use string.h, not gdb_string.h.
1476 * sparc-nat.c: Use string.h, not gdb_string.h.
1477 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1478 * sparc-tdep.c: Use string.h, not gdb_string.h.
1479 * sparc64-tdep.c: Use string.h, not gdb_string.h.
1480 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1481 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1482 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1483 * spu-linux-nat.c: Use string.h, not gdb_string.h.
1484 * spu-multiarch.c: Use string.h, not gdb_string.h.
1485 * spu-tdep.c: Use string.h, not gdb_string.h.
1486 * stabsread.c: Use string.h, not gdb_string.h.
1487 * stack.c: Use string.h, not gdb_string.h.
1488 * std-regs.c: Use string.h, not gdb_string.h.
1489 * symfile.c: Use string.h, not gdb_string.h.
1490 * symmisc.c: Use string.h, not gdb_string.h.
1491 * symtab.c: Use string.h, not gdb_string.h.
1492 * target.c: Use string.h, not gdb_string.h.
1493 * thread.c: Use string.h, not gdb_string.h.
1494 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1495 * tilegx-tdep.c: Use string.h, not gdb_string.h.
1496 * top.c: Use string.h, not gdb_string.h.
1497 * tracepoint.c: Use string.h, not gdb_string.h.
1498 * tui/tui-command.c: Use string.h, not gdb_string.h.
1499 * tui/tui-data.c: Use string.h, not gdb_string.h.
1500 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1501 * tui/tui-file.c: Use string.h, not gdb_string.h.
1502 * tui/tui-layout.c: Use string.h, not gdb_string.h.
1503 * tui/tui-out.c: Use string.h, not gdb_string.h.
1504 * tui/tui-regs.c: Use string.h, not gdb_string.h.
1505 * tui/tui-source.c: Use string.h, not gdb_string.h.
1506 * tui/tui-stack.c: Use string.h, not gdb_string.h.
1507 * tui/tui-win.c: Use string.h, not gdb_string.h.
1508 * tui/tui-windata.c: Use string.h, not gdb_string.h.
1509 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1510 * typeprint.c: Use string.h, not gdb_string.h.
1511 * ui-file.c: Use string.h, not gdb_string.h.
1512 * ui-out.c: Use string.h, not gdb_string.h.
1513 * user-regs.c: Use string.h, not gdb_string.h.
1514 * utils.c: Use string.h, not gdb_string.h.
1515 * v850-tdep.c: Use string.h, not gdb_string.h.
1516 * valarith.c: Use string.h, not gdb_string.h.
1517 * valops.c: Use string.h, not gdb_string.h.
1518 * valprint.c: Use string.h, not gdb_string.h.
1519 * value.c: Use string.h, not gdb_string.h.
1520 * varobj.c: Use string.h, not gdb_string.h.
1521 * vax-tdep.c: Use string.h, not gdb_string.h.
1522 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1523 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1524 * windows-nat.c: Use string.h, not gdb_string.h.
1525 * xcoffread.c: Use string.h, not gdb_string.h.
1526 * xml-support.c: Use string.h, not gdb_string.h.
1527 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1528 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1529
1530 2013-11-18 Tom Tromey <tromey@redhat.com>
1531
1532 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1533 and strstr.
1534 * gnulib/aclocal.m4: Update.
1535 * gnulib/config.in: Update.
1536 * gnulib/configure: Update.
1537 * gnulib/import/Makefile.am: Update.
1538 * gnulib/import/Makefile.in: Update.
1539 * gnulib/import/errno.in.h: New.
1540 * gnulib/import/intprops.h: New.
1541 * gnulib/import/m4/errno_h.m4: New.
1542 * gnulib/import/m4/gnulib-cache.m4: Update.
1543 * gnulib/import/m4/gnulib-comp.m4: Update.
1544 * gnulib/import/m4/strerror.m4: New.
1545 * gnulib/import/m4/strstr.m4: New.
1546 * gnulib/import/m4/sys_socket_h.m4: New.
1547 * gnulib/import/strerror-override.c: New.
1548 * gnulib/import/strerror-override.h: New.
1549 * gnulib/import/strerror.c: New.
1550 * gnulib/import/strstr.c: New.
1551
1552 2013-11-18 Tom Tromey <tromey@redhat.com>
1553
1554 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1555 multiple lines.
1556
1557 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1558
1559 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1560 * sparc-tdep.h: And its prototype.
1561
1562 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1563 function.
1564 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1565
1566 2013-11-18 Pedro Alves <palves@redhat.com>
1567
1568 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1569 use unpack_pointer.
1570
1571 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1572
1573 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1574 to -list-features output.
1575
1576 2013-11-17 Joel Brobecker <brobecker@adacore.com>
1577
1578 * dwarf2expr.h (struct dwarf_expr_context_funcs)
1579 <read_addr_from_reg>: Renames "read_reg".
1580 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1581 Adjust comment.
1582 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1583 Use read_addr_from_reg in place of read_reg.
1584 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1585 in place of read_reg.
1586 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1587 dwarf_expr_read_reg.
1588 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1589 with dwarf_expr_read_addr_from_reg.
1590 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1591 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1592 needs_frame_read_addr_from_reg.
1593
1594 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1597
1598 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1599
1600 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1601 NULL.
1602
1603 2013-11-15 Tom Tromey <tromey@redhat.com>
1604
1605 PR c++/16117:
1606 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1607 (classify_name): Likewise. Prefer a field of "this" over a
1608 filename.
1609 (classify_inner_name, yylex): Update.
1610
1611 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1612
1613 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1614 Extend the documentation a bit.
1615 <get_reg_value>: New field.
1616 * dwarf2loc.c (dwarf_expr_get_reg_value)
1617 (needs_frame_get_reg_value): New functions.
1618 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1619 callback.
1620 * dwarf2-frame.c (get_reg_value): New function.
1621 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1622 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1623 Use new callback to compute result_val.
1624
1625 2013-11-15 Alan Modra <amodra@gmail.com>
1626
1627 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1628 (ppc64_desc_entry_point): ..this. Update comments here and at
1629 call points.
1630 (ppc64_standard_linkage1, ppc64_standard_linkage2,
1631 ppc64_standard_linkage3): Update comments.
1632 (ppc64_standard_linkage4, ppc64_standard_linkage5,
1633 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1634 patterns.
1635 (ppc64_standard_linkage4_target): New function.
1636 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1637 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
1638 nop match. Fix comment wrap.
1639
1640 2013-11-14 Pedro Alves <palves@redhat.com>
1641
1642 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1643 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1644
1645 2013-11-14 Pedro Alves <palves@redhat.com>
1646
1647 * infrun.c (struct execution_control_state)
1648 <stepped_after_stopped_by_watchpoint>: New field.
1649 (get_inferior_stop_soon): New function.
1650 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1651 moved to struct execution_control_state -- adjust. Use
1652 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
1653 new function.
1654 (handle_signal_stop): New function, factored out from
1655 handle_inferior_event.
1656
1657 2013-11-14 Pedro Alves <palves@redhat.com>
1658
1659 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1660 return a boolean.
1661 * breakpoint.c (bpstat_explains_signal): Adjust to return a
1662 boolean.
1663 (explains_signal_watchpoint, base_breakpoint_explains_signal):
1664 Adjust to return a boolean.
1665 * breakpoint.h (enum bpstat_signal_value): Delete.
1666 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1667 (bpstat_explains_signal): Likewise.
1668 * infrun.c (handle_inferior_event) <random signal checks>:
1669 bpstat_explains_signal now returns a boolean - adjust. No longer
1670 consider hiding signals.
1671
1672 2013-11-14 Pedro Alves <palves@redhat.com>
1673
1674 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1675 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1676 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1677 BPSTAT_SIGNAL_HIDE.
1678 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1679 instead of BPSTAT_SIGNAL_HIDE.
1680 * infrun.c (handle_inferior_event): Rework random signal checks.
1681
1682 2013-11-14 Pedro Alves <palves@redhat.com>
1683
1684 * infrun.c (struct execution_control_state): Remove
1685 'random_signal' field.
1686 (handle_syscall_event): Use bpstat_causes_stop instead of
1687 bpstat_explains_signal. Don't set ecs->random_signal.
1688 (handle_inferior_event): New 'random_signal' local.
1689 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1690 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1691 bpstat_explains_signal. Don't set ecs->random_signal.
1692 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1693 ecs->random_signal.
1694
1695 2013-11-14 Pedro Alves <palves@redhat.com>
1696
1697 * infrun.c (handle_inferior_event): Move comment from the
1698 function's body to the function's description, adjusted.
1699
1700 2013-11-14 Pedro Alves <palves@redhat.com>
1701
1702 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1703 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1704 Assert we never fall through out of the TARGET_WAITKIND_LOADED
1705 case.
1706
1707 2013-11-14 Tom Tromey <tromey@redhat.com>
1708
1709 * python/py-linetable.c (ltpy_has_line)
1710 (ltpy_get_all_source_lines): Fix loop termination condition.
1711
1712 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1713
1714 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1715 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1716 PARSE->LANGUAGE during command execution, if set.
1717 * mi/mi-parse.c: Add "language.h" #include.
1718 (mi_parse): Add parsing of "--language" command option.
1719
1720 * NEWS: Add entry mentioning the new "--language" command option.
1721
1722 2013-11-14 Pedro Alves <palves@redhat.com>
1723 Joel Brobecker <brobecker@adacore.com>
1724
1725 * cli/cli-utils.h (extract_arg_const): Add declaration.
1726 * cli/cli-utils.c (extract_arg_const): New function.
1727 (extract_arg): Reimplement using extract_arg_const.
1728
1729 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1730
1731 * language.h: Add "symtab.h" #include.
1732
1733 2013-11-13 Doug Evans <xdje42@gmail.com>
1734
1735 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1736 specific breakpoints, don't evaluate breakpoint condition if
1737 different thread.
1738
1739 2013-11-13 Keith Seitz <keiths@redhat.com>
1740
1741 PR c++/7935
1742 PR c++/10541
1743 * cp-support.c (insepct_type): Add support for substituting
1744 namespace aliases, too.
1745 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1746 for DW_TAG_imported_declaration.
1747 (add_partial_symbol): Likewise.
1748 (process_die): Handle namespace aliases with
1749 read_namespace_alias.
1750 (die_needs_namespace): Add DW_TAG_imported_declaration.
1751 (read_namespace_alias): New function.
1752 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1753 (new_symbol_full): Handle DW_TAG_imported_declaration.
1754
1755 2013-11-13 Keith Seitz <keiths@redhat.com>
1756
1757 * p-exp.y (uptok): Make first parameter const.
1758 (yylex): Make `tokstart' and `tokptr' const.
1759 Don't copy the lexer input to a temporary buffer.
1760 Make `p' const.
1761 Remove const workaround for parse_escape.
1762 Create a temporary buffer for a convenience variable instead
1763 of doing in-place modification of the input.
1764 If a match is found with a different case from the input,
1765 do not change the input at all.
1766 Use `tmp' to construct the resultant stoken instead of
1767 `tokstart'.
1768
1769 2013-11-13 Doug Evans <xdje42@gmail.com>
1770
1771 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1772
1773 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1774
1775 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1776 entry with "ada-exceptions".
1777
1778 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1779
1780 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1781 after re-initialization of OBJFILE's obstack.
1782
1783 2013-11-12 Doug Evans <xdje42@gmail.com>
1784
1785 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1786 bs->stop != 0 on entry. Update function comment. Simplify early
1787 exit for frame mismatch. Reindent rest of function.
1788
1789 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1790
1791 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1792 NULL.
1793
1794 2013-11-12 Doug Evans <dje@google.com>
1795
1796 Work around gold/15646.
1797 * dwarf2read.c (read_index_from_section): Update comment.
1798 (struct dw2_symtab_iterator): New member global_seen.
1799 (dw2_symtab_iter_init): Initialize it.
1800 (dw2_symtab_iter_next): Skip duplicate global symbols.
1801 (dw2_expand_symtabs_matching): Ditto.
1802
1803 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1804
1805 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1806 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1807 command.
1808 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1809 (mi_cmd_info_ada_exceptions): New function.
1810 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1811
1812 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1813
1814 * ada-lang.h: #include "vec.h".
1815 (struct ada_exc_info): New.
1816 (ada_exc_info): New typedef.
1817 (DEF_VEC_O(ada_exc_info)): New vector.
1818 (ada_exceptions_list): Add declaration.
1819 * ada-lang.c (ada_is_exception_sym)
1820 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1821 (sort_remove_dups_ada_exceptions_list)
1822 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1823 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1824 (ada_exceptions_list_1, ada_exceptions_list)
1825 (info_exceptions_command): New function.
1826 (_initialize_ada_language): Add "info exception" command.
1827
1828 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1829
1830 PR python/15629
1831 * NEWS: Add linetable feature.
1832 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1833 * python/py-linetable.c: New file.
1834 * python/py-symtab.c (stpy_get_linetable): New function.
1835 * python/python-internal.h (symtab_to_linetable_object): Declare.
1836 (gdbpy_initialize_linetable): Ditto.
1837 * python/python.c (_initialize_python): Call
1838 gdbpy_initialize_linetable.
1839
1840 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1841
1842 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1843 the documentation of fields "except_string" and "condition".
1844 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1845 CONDITION on the heap before passing it to
1846 create_ada_exception_catchpoint.
1847 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1848 CONDITION.
1849
1850 2013-11-11 Tom Tromey <tromey@redhat.com>
1851
1852 * config.in, configure: Rebuild.
1853 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1854
1855 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1856
1857 * remote-sim.c (gdbsim_detach): Break declaration into
1858 shorter lines. No code change.
1859
1860 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1861
1862 * remote-sim.c (gdbsim_detach): Fix prototype.
1863
1864 2013-11-08 Doug Evans <dje@google.com>
1865
1866 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1867 (create_debug_types_hash_table): Only print debugging messages for
1868 each TU if dwarf2-read >= 2.
1869 (process_queue): Ditto.
1870 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1871 Update doc string.
1872
1873 2013-11-08 Tom Tromey <tromey@redhat.com>
1874
1875 * configure: Rebuild.
1876 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1877
1878 2013-11-08 Tom Tromey <tromey@redhat.com>
1879
1880 * configure, config.in: Rebuild.
1881 * configure.ac: Remove unused configury.
1882
1883 2013-11-08 Tom Tromey <tromey@redhat.com>
1884
1885 * m32c-tdep.c: Use gdb_string.h.
1886
1887 2013-11-08 Tom Tromey <tromey@redhat.com>
1888
1889 * configure, config.in: Rebuild.
1890 * configure.ac: Remove all link.h-related checks.
1891
1892 2013-11-08 Tom Tromey <tromey@redhat.com>
1893
1894 * acinclude.m4: Include common.m4.
1895 * common/common.m4: New file.
1896 * configure, config.in: Rebuild.
1897 * configure.ac: Use GDB_AC_COMMON.
1898
1899 2013-11-08 Doug Evans <dje@google.com>
1900
1901 * NEWS: Mention that "set debug symtab-create" now accepts a
1902 verbosity level.
1903 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1904 to set the symtab's primary flag.
1905 * jit.c (finalize_symtab): Ditto.
1906 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1907 * symfile.c (allocate_symtab): Only print debugging messages for
1908 symtab_create_debug levels 2 and higher.
1909 * symtab.c (symtab_create_debug): Change type to unsigned int.
1910 (set_symtab_primary): New function.
1911 (_initialize_symtab): Change "set debug symtab-create" to a
1912 zuinteger option.
1913 * symtab.h (set_symtab_primary): Declare.
1914 (symtab_create_debug): Update decl.
1915
1916 2013-11-08 Tom Tromey <tromey@redhat.com>
1917
1918 * aix-thread.c (aix_thread_detach): Update.
1919 * corelow.c (core_detach): Update.
1920 * darwin-nat.c (darwin_detach): Update.
1921 * dec-thread.c (dec_thread_detach): Update.
1922 * gnu-nat.c (gnu_detach): Update.
1923 * go32-nat.c (go32_detach): Update.
1924 * inf-ptrace.c (inf_ptrace_detach): Update.
1925 * inf-ttrace.c (inf_ttrace_detach): Update.
1926 * linux-fork.c (linux_fork_detach): Update.
1927 * linux-fork.h (linux_fork_detach): Update.
1928 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1929 local for const-correctness.
1930 * linux-thread-db.c (thread_db_detach): Update.
1931 * monitor.c (monitor_detach): Update.
1932 * nto-procfs.c (procfs_detach): Update.
1933 * procfs.c (procfs_detach): Update.
1934 * record.c (record_detach): Update.
1935 * record.h (record_detach): Update.
1936 * remote-m32r-sdi.c (m32r_detach): Update.
1937 * remote-mips.c (mips_detach): Update.
1938 * remote-sim.c (gdbsim_detach): Update.
1939 * remote.c (remote_detach_1, remote_detach)
1940 (extended_remote_detach): Update.
1941 * sol-thread.c (sol_thread_detach): Update.
1942 * target.c (target_detach): Make "args" const.
1943 (init_dummy_target): Update.
1944 * target.h (struct target_ops) <to_detach>: Make argument const.
1945 (target_detach): Likewise.
1946 * windows-nat.c (windows_detach): Update.
1947
1948 2013-11-07 Doug Evans <dje@google.com>
1949
1950 PR 11786
1951 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1952 and align fields for PT_GNU_RELRO segments.
1953
1954 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1955
1956 PR python/15747
1957 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1958
1959 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1960
1961 * NEWS: Document Python temporary breakpoint support.
1962 * python/py-breakpoint.c (bppy_get_temporary): New function.
1963 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1964 to temporary if True.
1965
1966 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1967
1968 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1969 removed to allow analyzing unconditional branch instructions
1970 with PC-relative offsets of zero.
1971
1972 2013-11-07 Yao Qi <yao@codesourcery.com>
1973
1974 * mi/mi-cmd-var.c: Include "language.h".
1975 (mi_cmd_var_info_expression): Get language name from
1976 language_defn.
1977 * varobj.c (varobj_language_string): Remove.
1978 (variable_language): Remove declaration.
1979 (languages): Remove.
1980 (varobj_get_language): Change the type of return value.
1981 (variable_language): Remove.
1982 * varobj.h (enum varobj_languages): Remove.
1983 (varobj_language_string): Remove declaration.
1984 (varobj_get_language): Update declaration.
1985
1986 2013-11-07 Yao Qi <yao@codesourcery.com>
1987
1988 * language.h (struct language_defn) <la_natural_name>: New
1989 field.
1990 * ada-lang.c (ada_language_defn): Initialize field
1991 'la_natural_name'.
1992 * c-lang.c (c_language_defn): Likewise.
1993 (cplus_language_defn, asm_language_defn): Likewise.
1994 * d-lang.c (d_language_defn): Likewise.
1995 * f-lang.c (f_language_defn): Likewise.
1996 * go-lang.c (go_language_defn): Likewise.
1997 * jv-lang.c (java_language_defn): Likewise.
1998 * language.c (unknown_language_defn ): Likewise.
1999 (auto_language_defn): Likewise.
2000 * m2-lang.c (m2_language_defn): Likewise.
2001 * objc-lang.c (objc_language_defn): Likewise.
2002 * opencl-lang.c (opencl_language_defn): Likewise.
2003 * p-lang.c (pascal_language_defn): Likewise.
2004
2005 2013-11-07 Yao Qi <yao@codesourcery.com>
2006
2007 * language.c (language_str): Return const char *.
2008 (add_language): Add const to 'language_names'
2009 * language.h (struct language_defn) <la_name>: Add const.
2010 (language_str: Update declaration.
2011
2012 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
2013
2014 * s390-linux-nat.c (s390_read_description): Consider the TE field
2015 in the HWCAP for determining 'have_regset_tdb'.
2016
2017 2013-11-06 Will Newton <will.newton@linaro.org>
2018
2019 PR gdb/12866
2020 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
2021 values. (read_partial_die): Likewise.
2022
2023 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2024
2025 PR cli/16122
2026 * top.c (command_line_input): Unify interactivity tests to use
2027 input_from_terminal_p.
2028 * event-top.c (command_line_handler): Likewise.
2029
2030 2013-11-06 Yao Qi <yao@codesourcery.com>
2031
2032 * Makefile.in (check-perf): New target.
2033
2034 2013-11-05 Will Newton <will.newton@linaro.org>
2035
2036 PR gdb/7670
2037 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
2038 (arm_print_float_info): Likewise.
2039
2040 2013-11-04 Anton Blanchard <anton@samba.org>
2041
2042 * target.c (memory_xfer_partial): Cap write to 4KB.
2043
2044 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2045
2046 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
2047 probe scan even when the arch provides no get_longjmp_target.
2048
2049 2013-10-31 Pedro Alves <palves@redhat.com>
2050
2051 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
2052 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
2053 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
2054 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
2055 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
2056 <bpstat handling>: If the bpstat chain wants the signal to be
2057 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
2058 GDB_SIGNAL_TRAP.
2059
2060 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
2061
2062 * breakpoint.c (update_watchpoint): Update error message and add
2063 an additional error message.
2064
2065 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2066
2067 * s390-tdep.h: Rename to...
2068 * s390-linux-tdep.h: ...here.
2069 * s390-tdep.c: Rename to...
2070 * s390-linux-tdep.c: ...here. Adjust #include.
2071 * s390-nat.c: Rename to...
2072 * s390-linux-nat.c: ...here. Adjust #include.
2073 * config/s390/s390.mh: Rename to...
2074 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
2075 s390-linux-nat.o.
2076 * configure.host: Reflect host rename "s390" -> "linux".
2077 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
2078 * Makefile.in (ALL_TARGET_OBS): Likewise.
2079 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
2080 s390-linux-tdep.h.
2081 (ALLDEPFILES): Reflect rename of .c files.
2082
2083 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2084
2085 * s390-nat.c: Whitespace cleanup.
2086 * s390-tdep.c: Likewise.
2087 * s390-tdep.h: Remove empty line at end of file.
2088
2089 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
2090
2091 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
2092 siginfo_size.
2093
2094 2013-10-29 Tom Tromey <tromey@redhat.com>
2095
2096 * utils.c (reg): Move undefinition...
2097 * gdb_curses.h: ... here. Update comment to mention AIX.
2098
2099 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2100
2101 * exec.h (add_target_sections_of_objfile): New declaration.
2102 * exec.c (add_target_sections_of_objfile): New function.
2103 * symfile.c (add_symbol_file_command): Update current target sections.
2104 (remove_symbol_file_command): New command.
2105 (symfile_free_objfile): New function.
2106 (_initialize_symfile): Register observer for free_objfile events.
2107 * NEWS: Add description of the remove-symbol-file command.
2108 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
2109 * objfiles.c (free_objfile): Notify free_objfile.
2110 (is_addr_in_objfile): New function.
2111 * objfiles.h (is_addr_in_objfile): New declaration.
2112 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
2113 events instead of solib_unloaded events.
2114 (_initialize_printcmd): Register observer for free_objfile instead
2115 of solib_unloaded notifications.
2116 * solib.c (remove_user_added_objfile): New function.
2117 (_initialize_symfile): Add remove-symbol-file.
2118
2119 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
2120
2121 * infcmd.c (default_print_one_register_info): Use val_print to
2122 print all values even optimized out or unavailable ones. Don't
2123 try to print a raw form of optimized out or unavailable values.
2124
2125 2013-10-29 Yao Qi <yao@codesourcery.com>
2126
2127 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
2128 parameter 'arg' instead of from program_space_data.
2129 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
2130 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
2131 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
2132 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
2133 * inflow.c (inflow_inferior_data_cleanup): Get data from
2134 parameter 'arg' instead of inferior_data.
2135 * registry.h: Add comments.
2136
2137 2013-10-28 Pedro Alves <palves@redhat.com>
2138
2139 * breakpoint.c (watchpoints_triggered)
2140 <!target_stopped_data_address>: Hardcode return 1.
2141
2142 2013-10-28 Pedro Alves <palves@redhat.com>
2143
2144 * infrun.c (process_event_stop_test): Remove unnecessary scoping
2145 level and reindent.
2146
2147 2013-10-28 Pedro Alves <palves@redhat.com>
2148
2149 * infrun.c (process_event_stop_test): New function, factored out
2150 from handle_inferior_event.
2151 (handle_inferior_event): 'process_event_stop_test' is now a
2152 function instead of a goto label -- adjust.
2153
2154 2013-10-28 Pedro Alves <palves@redhat.com>
2155
2156 * infrun.c (handle_inferior_event): Move process_event_stop_test
2157 goto label to the else branch of the ecs->random_signal check,
2158 along with FRAME and GDBARCH re-fetching.
2159
2160 2013-10-28 Pedro Alves <palves@redhat.com>
2161
2162 * infrun.c (switch_back_to_stepped_thread): New function, factored
2163 out from handle_inferior_event.
2164 (handle_inferior_event): Adjust to call
2165 switch_back_to_stepped_thread. Call it also at the tail of the
2166 random signal handling, and return, instead of also handling
2167 random signals just before the stepping tests.
2168
2169 2013-10-28 Pedro Alves <palves@redhat.com>
2170
2171 * infrun.c (clear_stop_func): Delete.
2172 (handle_inferior_event): Don't call clear_stop_func and don't
2173 clear 'ecs->random_signal'.
2174
2175 2013-10-27 Yao Qi <yao@codesourcery.com>
2176
2177 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
2178 (varobj_create, varobj_get_path_expr): Update.
2179 (varobj_value_has_mutated, varobj_update): Likewise.
2180 (create_child_with_value, new_root_variable): Likewise.
2181 (number_of_children, name_of_variable): Likewise.
2182 (value_of_child, my_value_of_variable): Likewise.
2183 (varobj_value_is_changeable_p): Likewise.
2184
2185 2013-10-25 Yao Qi <yao@codesourcery.com>
2186
2187 * language.h (struct lang_varobj_ops): Declare.
2188 (struct language_defn) <la_varobj_ops>: New field.
2189 * ada-lang.c: Include "varobj.h"
2190 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
2191 ada_varobj_ops.
2192 * c-lang.c: Include "varobj.h"
2193 (c_language_defn): Initialize field 'la_varobj_ops' with
2194 c_varobj_ops.
2195 (cplus_language_defn): Initialize field 'la_varobj_ops' with
2196 cplus_varobj_ops.
2197 (asm_language_defn): Initialize field 'la_varobj_ops' with
2198 default_varobj_ops.
2199 (minimal_language_defn): Likewise.
2200 * d-lang.c (d_language_defn): Likewise.
2201 * f-lang.c (f_language_defn): Likewise.
2202 * go-lang.c (go_language_defn): Likewise.
2203 * m2-lang.c (m2_language_defn): Likewise.
2204 * objc-lang.c (objc_language_defn): Likewise.
2205 * opencl-lang.c (opencl_language_defn): Likewise.
2206 * p-lang.c (pascal_language_defn): Likewise.
2207 * language.c (unknown_language_defn): Likewise.
2208 (auto_language_defn): Likewise.
2209 (local_language_defn): Likewise.
2210 * jv-lang.c (java_language_defn): Initialize field
2211 'la_varobj_ops' with java_varobj_ops.
2212 * varobj.c (varobj_create): Update.
2213 * varobj.h (default_varobj_ops): Define macro.
2214
2215 2013-10-25 Pedro Alves <palves@redhat.com>
2216
2217 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
2218 static field value.
2219 (cp_print_static_field): If the value is entirely optimized out,
2220 print <optimized out> here.
2221 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
2222 static field value.
2223 * p-valprint.c (pascal_object_print_static_field): If the value is
2224 entirely optimized out, print <optimized out> here.
2225 * valops.c (do_search_struct_field)
2226 (value_struct_elt_for_reference): No longer handle a NULL static
2227 field value.
2228 * value.c (value_static_field): Return an optimized out value
2229 instead of NULL.
2230
2231 2013-10-25 Yao Qi <yao@codesourcery.com>
2232
2233 * remote.c (remote_traceframe_info): Return early if
2234 traceframe is not selected.
2235
2236 2013-10-25 Yao Qi <yao@codesourcery.com>
2237
2238 * tracepoint.c (traceframe_fun): Remove.
2239 (traceframe_sal): Remove.
2240 (set_traceframe_context): Add local variables.
2241
2242 2013-10-25 Joel Brobecker <brobecker@adacore.com>
2243
2244 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
2245 and parameter name.
2246
2247 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2248
2249 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
2250 failure from register information collection.
2251
2252 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2253
2254 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
2255 member.
2256 (linux_corefile_thread_callback): Update accordingly.
2257 (linux_make_corefile_notes): Likewise.
2258
2259 2013-10-24 Pedro Alves <palves@redhat.com>
2260
2261 * NEWS (New options): Mention set/show startup-with-shell.
2262 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
2263 instead of 3.
2264 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
2265 startup-with-shell'.
2266 (show_startup_with_shell): New function.
2267 (_initialize_fork_child): Register the set/show startup-with-shell
2268 commands.
2269 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
2270 * inf-ttrace.c (inf_ttrace_him): Remove comment.
2271 * procfs.c (procfs_init_inferior): Remove comment.
2272 * infcmd.c (startup_with_shell): New global.
2273 * inferior.h (startup_with_shell): Declare global.
2274 (STARTUP_WITH_SHELL): Delete.
2275 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
2276
2277 2013-10-23 Pedro Alves <palves@redhat.com>
2278
2279 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
2280 * common/signals.c: Include "gdb_assert.h".
2281 (signals): New field 'symbol'.
2282 (SET): Use the 'symbol' parameter.
2283 (gdb_signal_to_symbol_string): New function.
2284 * infrun.c (handle_inferior_event) <random signal>: In debug
2285 output, print the random signal enum as string in addition to its
2286 number.
2287 * target/waitstatus.c (target_waitstatus_to_string): Print the
2288 signal's enum value as string instead of the (POSIX) signal name.
2289
2290 2013-10-23 Gary Benson <gbenson@redhat.com>
2291
2292 PR 16013
2293 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
2294 from 32 to 18. Adjusted fscanf format string accordingly.
2295 (Avoids leaving cmd unterminated.)
2296 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
2297 trun, retn or extra. (Avoids leaving extra unterminated.) Check
2298 that local_address and remote_address will not overflow.
2299 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
2300 leaving dependencies unterminated. Parse size as "%u" to match
2301 definition.
2302
2303 2013-10-22 Pedro Alves <palves@redhat.com>
2304
2305 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
2306 set ecs->random signal.
2307
2308 2013-10-22 Pedro Alves <palves@redhat.com>
2309
2310 * infrun.c (keep_going): Update comments.
2311
2312 2013-10-22 Pedro Alves <palves@redhat.com>
2313
2314 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
2315 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2316
2317 2013-10-22 Pedro Alves <palves@redhat.com>
2318
2319 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
2320 GDB_EXC_BAD_ACCESS.
2321 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
2322 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
2323 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
2324 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
2325 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
2326 (GDB_SIGNAL_LAST): Change description string.
2327 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
2328 Adjust to signal renaming.
2329 * darwin-nat.c (darwin_decode_message): Likewise.
2330
2331 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
2332
2333 * MAINTAINERS (Write After Approval): Add myself to the list.
2334
2335 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
2336
2337 * breakpoint.c (update_watchpoint): If hardware watchpoints are
2338 forced off, downgrade them to software watchpoints if possible,
2339 and error out if not possible.
2340 (watch_command_1): Move watchpoint type selection closer to
2341 watchpoint creation, and extend the comments.
2342
2343 2013-10-18 Pedro Alves <palves@redhat.com>
2344
2345 PR gdb/16062
2346 * infrun.c (handle_inferior_event): Keep going if we got a random
2347 signal we should not stop for, instead of falling through to the
2348 step tests.
2349
2350 2013-10-18 Yao Qi <yao@codesourcery.com>
2351
2352 * c-varobj.c (cplus_number_of_children): Fix indentation.
2353
2354 2013-10-17 Tom Tromey <tromey@redhat.com>
2355
2356 PR gdb/15995:
2357 * printcmd.c (printcmd): Call gdb_flush.
2358
2359 2013-10-17 Tom Tromey <tromey@redhat.com>
2360
2361 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
2362 (elf_locate_sections): Update.
2363
2364 2013-10-17 Yao Qi <yao@codesourcery.com>
2365
2366 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2367 * ada-varobj.c: Remove the include of ada-varobj.h.
2368 (ada_varobj_get_number_of_children): Declare.
2369 (ada_varobj_get_name_of_child): Make it static.
2370 (ada_varobj_get_path_expr_of_child): Likewise.
2371 (ada_varobj_get_value_of_child): Likewise.
2372 (ada_varobj_get_type_of_child): Likewise.
2373 (ada_varobj_get_value_of_array_variable): Likewise.
2374 * ada-varobj.h: Remove.
2375
2376 2013-10-17 Yao Qi <yao@codesourcery.com>
2377
2378 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
2379 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
2380 * ada-varobj.c: Include "varobj.h".
2381 (ada_number_of_children): New. Moved from varobj.c.
2382 (ada_name_of_variable, ada_name_of_child): Likewise.
2383 (ada_path_expr_of_child, ada_value_of_child): Likewise.
2384 (ada_type_of_child, ada_value_of_variable): Likewise.
2385 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
2386 (ada_varobj_ops): New.
2387 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
2388 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
2389 * gdbtypes.h (get_target_type): Declare.
2390 * varobj.c: Remove the inclusion of "ada-varobj.h" and
2391 "ada-lang.h".
2392 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
2393 (ANONYMOUS_UNION_NAME): Likewise.
2394 (get_type, get_value_type, get_target_type): Remove declarations.
2395 (value_get_print_value, varobj_value_get_print_value): Likewise.
2396 (c_number_of_children, c_name_of_variable): Likewise.
2397 (c_name_of_child, c_path_expr_of_child): Likewise.
2398 (c_value_of_child, c_type_of_child): Likewise.
2399 (c_value_of_variable, cplus_number_of_children): Likewise.
2400 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2401 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2402 (cplus_value_of_child, cplus_type_of_child): Likewise.
2403 (cplus_value_of_variable, java_number_of_children): Likewise.
2404 (java_name_of_variable, java_name_of_child): Likewise.
2405 (java_path_expr_of_child, java_value_of_child): Likewise.
2406 (java_type_of_child, java_value_of_variable): Likewise.
2407 (ada_number_of_children, ada_name_of_variable): Likewise.
2408 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2409 (ada_value_of_child, ada_type_of_child): Likewise.
2410 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2411 (ada_value_has_mutated): Likewise.
2412 (struct language_specific): Move it to varobj.h.
2413 (CPLUS_FAKE_CHILD): Move it to varobj.h.
2414 (restrict_range): Rename it varobj_restrict_range. Make it extern.
2415 Callers update.
2416 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
2417 Make it extern.
2418 (is_anonymous_child): Move it to c-varobj.c and rename to
2419 varobj_is_anonymous_child. Caller update.
2420 (get_type): Move it to c-varobj.c.
2421 (get_value_type): Rename it varobj_get_value_type. Make it
2422 extern.
2423 (get_target_type): Move it gdbtypes.c.
2424 (varobj_formatted_print_options): New function.
2425 (value_get_print_value): Rename it to
2426 varobj_value_get_print_value and make it extern.
2427 (varobj_value_is_changeable_p): Make it extern.
2428 (adjust_value_for_child_access): Move it to c-varobj.c.
2429 (default_value_is_changeable_p): Rename it to
2430 varobj_default_value_is_changeable_p. Make it extern.
2431 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
2432 (c_name_of_child, c_path_expr_of_child): Likewise.
2433 (c_value_of_child, c_type_of_child): Likewise.
2434 (c_value_of_variable, cplus_number_of_children): Likewise.
2435 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2436 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2437 (cplus_value_of_child, cplus_type_of_child): Likewise.
2438 (cplus_value_of_variable): Likewise.
2439 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
2440 (java_name_of_child, java_path_expr_of_child): Likewise.
2441 (java_value_of_child, java_type_of_child): Likewise.
2442 (java_value_of_variable): Likewise.
2443 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
2444 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2445 (ada_value_of_child, ada_type_of_child): Likewise.
2446 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2447 (ada_value_has_mutated): Likewise.
2448 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
2449 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
2450 (c_varobj_ops, cplus_varobj_ops): Declare.
2451 (java_varobj_ops, ada_varobj_ops): Declare.
2452 (varobj_default_value_is_changeable_p): Declare.
2453 (varobj_value_is_changeable_p): Declare.
2454 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
2455 (varobj_get_path_expr_parent): Declare.
2456 (varobj_value_get_print_value): Declare.
2457 (varobj_formatted_print_options): Declare.
2458 (varobj_restrict_range): Declare.
2459
2460 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
2461
2462 * target/waitstatus.h (target_waitkind): Remove spurious
2463 character from the comments.
2464
2465 2013-10-17 Joel Brobecker <brobecker@adacore.com>
2466
2467 * gdbarch.sh (get_longjmp_target): Add method documentation.
2468 * gdbarch.h: Regenerate.
2469
2470 2013-10-16 Tom Tromey <tromey@redhat.com>
2471
2472 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2473 label.
2474
2475 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
2476
2477 * gcore.in: Call GDB using the full path to the gcore script.
2478 Error out if the GDB binary is not found.
2479
2480 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2481
2482 PR gdb/16014
2483 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2484 sizeof.
2485
2486 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2487
2488 PR gdb/16042
2489 * target.c (target_disable_btrace): Fix invalid return value for
2490 void function.
2491 (target_teardown_btrace): Likewise.
2492
2493 2013-10-14 Yao Qi <yao@codesourcery.com>
2494
2495 * varobj.c (struct varobj): Move most of the fields to
2496 varobj.h.
2497 (struct varobj_dynamic): New struct.
2498 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2499 (varobj_has_more): Likewise.
2500 (dynamic_varobj_has_child_method): Likewise.
2501 (update_dynamic_varobj_children): Likewise.
2502 (varobj_get_num_children): Likewise.
2503 (varobj_list_children, varobj_pretty_printed_p): Likewise.
2504 (install_new_value_visualizer): Likewise.
2505 (install_new_value_visualizer, install_new_value): Likewise.
2506 (varobj_update, new_variable, free_variable): Likewise.
2507 (my_value_of_variable, value_get_print_value): Likewise.
2508 (install_visualizer): Change the type of parameter 'var' to
2509 'struct varobjd_dynamic *'. Callers update.
2510 * varobj.h (struct varobj): Moved from varobj.c.
2511 (struct varobj) <dynamic>: New field.
2512
2513 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
2514
2515 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2516 as the preferred name of r30.
2517 * nios2-linux-tdep.c (reg_offsets): Likewise.
2518 * features/nios2-cpu.xml: Likewise.
2519 * features/nios2-linux.c: Regenerated.
2520 * features/nios2.c: Regenerated.
2521 * regformats/nios2-linux.dat: Regenerated.
2522
2523 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 Canonicalize directories for EXEC_FILENAME.
2526 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2527 exec_filename.
2528 * utils.c (gdb_realpath_keepfile): New function.
2529 * utils.h (gdb_realpath_keepfile): New declaration.
2530
2531 2013-10-11 Doug Evans <dje@google.com>
2532
2533 * Makefile.in (GDBFLAGS): New variable.
2534 (run): New rule.
2535
2536 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2537
2538 * NEWS: Add entry documenting the new "-catch-assert" and
2539 "-catch-exception" GDB/MI commands.
2540
2541 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2542
2543 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2544 "enabled".
2545 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2546 "enabled". Set B->ENABLE_STATE accordingly.
2547 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2548 ada-lang.c.
2549 (create_ada_exception_catchpoint): Add declaration.
2550 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2551 (create_ada_exception_catchpoint): Make non-static. Add new
2552 parameter "disabled". Use it in call to
2553 init_ada_exception_breakpoint.
2554 (catch_ada_exception_command): Add parameter "enabled" in call
2555 to create_ada_exception_catchpoint.
2556 (catch_assert_command): Likewise.
2557
2558 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2559 Add declarations.
2560 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2561 "catch-exception" commands.
2562 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2563 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2564
2565 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2566
2567 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2568 "enum exception_catchpoint_kind". Replace the "ex_" prefix
2569 of all its enumerates with "ada_". Update the rest of this
2570 file throughout.
2571
2572 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2573
2574 * ada-lang.c (ada_decode_exception_location): Delete.
2575 (create_ada_exception_catchpoint): Remove arguments "sal",
2576 "addr_string" and "ops". Add argument "ex_kind" instead.
2577 Adjust implementation accordingly, calling ada_exception_sal
2578 to get the entities it no longer gets passed as arguments.
2579 Document the function's arguments.
2580 (catch_ada_exception_command): Use catch_ada_exception_command_split
2581 instead of ada_decode_exception_location, and update call to
2582 create_ada_exception_catchpoint.
2583 (catch_ada_assert_command_split): Renames
2584 ada_decode_assert_location. Remove parameters "addr_string" and
2585 "ops", and now returns void. Adjust implementation accordingly.
2586 Update the function documentation.
2587 (catch_assert_command): Use catch_ada_assert_command_split
2588 instead of ada_decode_assert_location. Update call to
2589 create_ada_exception_catchpoint.
2590
2591 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2592
2593 * utils.h (perror_warning_with_name): Add declaration.
2594 * utils.c (perror_warning_with_name): New function.
2595 * cli/cli-cmds.c (source_script_with_search): Add call to
2596 perror_warning_with_name if from_tty is nul.
2597
2598 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2599
2600 * utils.c (perror_string): New function, extracted out of
2601 throw_perror_with_name.
2602 (throw_perror_with_name): Rework to use perror_string.
2603
2604 2013-10-11 Yao Qi <yao@codesourcery.com>
2605
2606 * remote.c (discard_pending_stop_replies_in_queue): Update
2607 declaration.
2608 (struct stop_reply) <rs>: New field.
2609 (remove_stop_reply_of_remote_state): New function.
2610 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2611 Callers update. Pass remove_stop_reply_of_remote_state to
2612 QUEUE_iterate.
2613 (remote_parse_stop_reply): Initialize field 'rs'.
2614
2615 2013-10-10 Will Newton <will.newton@linaro.org>
2616
2617 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2618 linux_init_abi.
2619
2620 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2621
2622 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2623 serial_baud_show_cmd.
2624 (_initialize_cli_cmds): Delete the code creating the
2625 "set/show remotebaud" commands.
2626 * serial.c (baud_rate): Move here from top.c.
2627 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2628 (_initialize_serial): Create "set/show serial baud" commands.
2629 Add "set/show remotebaud" command aliases.
2630 * top.c (baud_rate): Moved to serial.c.
2631 * NEWS: Document the new "set/show serial baud" commands,
2632 replacing "set/show remotebaud".
2633
2634 2013-10-09 Pedro Alves <palves@redhat.com>
2635
2636 * breakpoint.c (insert_bp_location): Use memory_error_message to
2637 build the memory error string.
2638 * c-lang.c: Include "gdbcore.h".
2639 (c_get_string): Use memory_error to throw error.
2640 (target_xfer_memory_error): Delete.
2641 (memory_error_message): New, factored out from
2642 target_xfer_memory_error.
2643 (memory_error): Change parameter type to target_xfer_error.
2644 Rewrite.
2645 (read_memory): Use memory_error instead of
2646 target_xfer_memory_error.
2647 * gdbcore.h: Include "target.h".
2648 (memory_error): Change parameter type to target_xfer_error.
2649 (memory_error_message): Declare function.
2650 * target.c (target_read_memory, target_read_stack)
2651 (target_write_memory, target_write_raw_memory): Return
2652 TARGET_XFER_E_IO on error. Adjust comments.
2653 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2654 instead of EIO.
2655 * target.h (target_read, target_insert_breakpoint)
2656 (target_remove_breakpoint): Adjust comments.
2657 * valprint.c (partial_memory_read): Rename parameter, and adjust
2658 comment.
2659 (val_print_string): Use memory_error_message to build the memory
2660 error string.
2661
2662 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2665 result variable. Rename variable fopen_e_ever_failed to
2666 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
2667
2668 2013-10-09 Pedro Alves <palves@redhat.com>
2669
2670 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2671 (monitor_write_memory_longlongs, monitor_write_memory_block):
2672 Constify 'myaddr' parameter.
2673 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2674 helper.
2675 (monitor_xfer_partial): New function.
2676 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2677 hook. Install a to_xfer_partial hook.
2678
2679 2013-10-09 Tom Tromey <tromey@redhat.com>
2680
2681 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2682 bfd_get_alt_debug_link_info.
2683
2684 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 New flag OBJF_NOT_FILENAME.
2687 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2688 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2689 allocate_objfile.
2690 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2691 symbol_file_add_from_bfd.
2692 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2693 allocate_objfile.
2694 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2695 NULL.
2696 * objfiles.h (OBJF_NOT_FILENAME): New.
2697
2698 2013-10-08 Tom Tromey <tromey@redhat.com>
2699
2700 * Makefile.in (SFILES): Add build-id.c.
2701 (HFILES_NO_SRCDIR): Add build-id.h.
2702 * build-id.c: New file, largely from elfread.c. Modified
2703 most functions.
2704 * build-id.h: New file.
2705 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2706 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
2707 Search for dwz file using build-id.
2708 * elfread.c (build_id_bfd_get, build_id_verify)
2709 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2710
2711 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2712
2713 * ada-lang.c (compare_names_with_case): Renamed from
2714 compare_names, adding a new parameter "casing" and its handling.
2715 New function documentation.
2716 (compare_names): New function, implemented using
2717 compare_names_with_case.
2718
2719 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2720
2721 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2722
2723 2013-10-07 Tom Tromey <tromey@redhat.com>
2724
2725 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2726 demangled_names_hash.
2727 (free_objfile): Don't delete the demangled_names_hash.
2728 * objfiles.h (struct objfile_per_bfd_storage)
2729 <demangled_names_hash>: New field.
2730 (struct objfile) <demangled_names_hash>: Move to
2731 objfile_per_bfd_storage.
2732 * symfile.c (reread_symbols): Don't delete the
2733 demangled_names_hash.
2734 * symtab.c (create_demangled_names_hash): Update.
2735 (symbol_set_names): Update.
2736
2737 2013-10-07 Tom Tromey <tromey@redhat.com>
2738
2739 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2740 needs_relocations>: New fields.
2741 (gdb_bfd_requires_relocations): New function.
2742 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2743 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2744 the BFD needs relocations applied.
2745
2746 2013-10-07 Pedro Alves <palves@redhat.com>
2747
2748 PR breakpoints/11568
2749 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2750 the thread list" instead of "gone".
2751
2752 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2753
2754 * NEWS: Mention new convenience variable $_exitsignal.
2755 * corelow.c (core_open): Reset exit convenience variables. Set
2756 $_exitsignal to the uncaught signal which generated the corefile.
2757 * infrun.c (handle_inferior_event): Reset exit convenience
2758 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2759 (clear_exit_convenience_vars): New function.
2760 * inferior.h (clear_exit_convenience_vars): New prototype.
2761
2762 2013-10-06 Yao Qi <yao@codesourcery.com>
2763
2764 * varobj.h: Add comments to enum varobj_languages.
2765
2766 2013-10-04 Doug Evans <dje@google.com>
2767
2768 Add support for DWP file format version 2.
2769 * NEWS: Mention support for DWP file format version 2.
2770 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2771 union of asection, containing_section. New fields virtual_offset
2772 and is_virtual. Change type of readin filed from int to char.
2773 (dwo_sections, dwo_file): Tweak comments.
2774 (dwp_v2_section_ids): New enum.
2775 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2776 str_offsets, types.
2777 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2778 All uses updated.
2779 (virtual_v2_dwo_sections): New struct.
2780 (dwp_hash_table): New fields version, nr_columns. Change type of
2781 section_pool field to a union.
2782 (dwp_file): New field version.
2783 (dwarf2_has_info): Check for virtual sections.
2784 (get_containing_section): New function.
2785 (get_section_bfd_owner, get_section_bfd_section): Call it.
2786 (dwarf2_locate_sections): Update.
2787 (dwarf2_section_empty_p): Update.
2788 (dwarf2_read_section): Handle virtual sections.
2789 (locate_dwz_sections): Update.
2790 (create_dwp_hash_table): Document and handle V2 format.
2791 (locate_v1_virtual_dwo_sections): Renamed from
2792 locate_virtual_dwo_sections and update. All callers updated.
2793 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2794 Delete arg htab. Rename arg section_index to unit_index.
2795 All callers updated.
2796 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2797 All uses updated.
2798 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2799 (lookup_dwo_unit_in_dwp): Add V2 support.
2800 (dwarf2_locate_dwo_sections): Update.
2801 (dwarf2_locate_common_dwp_sections): Renamed from
2802 dwarf2_locate_dwp_sections and update. All callers updated.
2803 (dwarf2_locate_v2_dwp_sections): New function.
2804 (open_and_init_dwp_file): Add V2 support.
2805 (read_str_index): New locals str_section, str_offsets_section.
2806
2807 2013-10-04 Pedro Alves <palves@redhat.com>
2808
2809 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2810 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2811 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2812 describing comments with references to ptid.h.
2813 * common/ptid.h: Remove intro description of constructors,
2814 accessors and predicates.
2815 (struct ptid): Reformat.
2816 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2817 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2818 describing comments.
2819
2820 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2821
2822 * aix-thread.c (sync_threadlists): Add missing ')' in call
2823 to ptid_build.
2824
2825 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2826
2827 * procfs.c (procfs_init_inferior): Fix typo causing the build
2828 to fail.
2829
2830 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2831
2832 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2833
2834 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2835
2836 * mi/mi-main.c (run_one_inferior): Add function description.
2837 Make ARG a pointer to an integer whose value determines whether
2838 we should "run" or "start" the program.
2839 (mi_cmd_exec_run): Add handling of the "--start" option.
2840 Reject all other command-line options.
2841 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2842
2843 2013-10-04 Yao Qi <yao@codesourcery.com>
2844
2845 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2846 (struct notif_client) <pending_event>: Moved
2847 to struct remote_notif_state.
2848 <id>: New field.
2849 (struct remote_notif_state) <pending_event>: New field.
2850 (notif_event_xfree): Declare.
2851 * remote-notif.c (handle_notification): Adjust.
2852 (notif_event_xfree): New function.
2853 (do_notif_event_xfree): Call notif_event_xfree.
2854 (remote_notif_state_xfree): Call notif_event_xfree to free
2855 each element in field pending_event.
2856 * remote.c (discard_pending_stop_replies): Remove declaration.
2857 (discard_pending_stop_replies_in_queue): Declare.
2858 (remote_close): Call discard_pending_stop_replies_in_queue
2859 instead of discard_pending_stop_replies.
2860 (remote_start_remote): Adjust.
2861 (stop_reply_xfree): Call notif_event_xfree.
2862 (notif_client_stop): Adjust initialization.
2863 (remote_notif_remove_all): Rename it to ...
2864 (remove_stop_reply_for_inferior): ... this. Update comments.
2865 Don't check INF is NULL.
2866 (discard_pending_stop_replies): Return early if notif_state is
2867 NULL. Adjust. Don't check INF is NULL.
2868 (remote_notif_get_pending_events): Adjust.
2869 (discard_pending_stop_replies_in_queue): New function.
2870 (remote_wait_ns): Likewise.
2871
2872 2013-10-04 Yao Qi <yao@codesourcery.com>
2873
2874 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2875 (notif_queue): Remove.
2876 (remote_notif_process): Add one parameter 'notif_queue'.
2877 Update comments. Callers update.
2878 (remote_async_get_pending_events_token): Remove.
2879 (remote_notif_register_async_event_handler): Remove.
2880 (remote_notif_unregister_async_event_handler): Remove.
2881 (handle_notification): Add parameter 'notif_queue'. Update
2882 comments. Callers update.
2883 (notif_xfree): Remove.
2884 (remote_notif_state_allocate): New function.
2885 (remote_notif_state_xfree): New function.
2886 (_initialize_notif): Remove code to allocate queue.
2887 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2888 (struct remote_notif_state): New.
2889 (handle_notification): Update declaration.
2890 (remote_notif_process): Likewise.
2891 (remote_notif_register_async_event_handler): Remove.
2892 (remote_notif_unregister_async_event_handler): Remove.
2893 (remote_notif_state_allocate): Declare.
2894 (remote_notif_state_xfree): Declare.
2895 * remote.c (struct remote_state) <notif_state>: New field.
2896 (remote_close): Don't call
2897 remote_notif_unregister_async_event_handler. Call
2898 remote_notif_state_xfree.
2899 (remote_open_1): Don't call
2900 remote_notif_register_async_event_handler. Call
2901 remote_notif_state_allocate.
2902
2903 2013-10-04 Yao Qi <yao@codesourcery.com>
2904
2905 * varobj.c (create_child_with_value): Remove 'const' from the
2906 type of parameter 'name'.
2907 (varobj_add_child): Likewise.
2908 (install_dynamic_child): Remove 'const' from the type of
2909 parameter 'name'.
2910 (varobj_add_child): Likewise.
2911 (create_child_with_value): Likewise. Update comments. Don't
2912 duplicate 'name'.
2913 (update_dynamic_varobj_children): Duplicate 'name'
2914 and pass it to install_dynamic_child.
2915
2916 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2917
2918 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2919 conversion logic to occur after PyLong_Check. Comment on order
2920 change significance.
2921 * python/py-arch.c (archpy_disassemble): Comment on order of
2922 conversion for integers and longs.
2923
2924 2013-10-03 Pedro Alves <palves@redhat.com>
2925
2926 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2927 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2928 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2929 PTRACE_O_TRACEFORK is not supported.
2930 (linux_test_for_tracesysgood): New function.
2931 (linux_test_for_tracefork): New function, factored out from
2932 linux_check_ptrace_features, and also don't kill child_pid here.
2933
2934 2013-10-03 Tristan Gingold <gingold@adacore.com>
2935
2936 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2937 Remove verbose error reporting. Use detected state to
2938 thread_set_state call.
2939 (i386_darwin_dr_get): Fix return type. Remove verbose error
2940 report.
2941 Remove trailing spaces.
2942
2943 2013-10-02 Pedro Alves <palves@redhat.com>
2944
2945 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2946 val_print_optimized_out.
2947 * jv-valprint.c (java_print_value_fields): Likewise.
2948 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2949 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2950 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2951 new optimized out value.
2952 * findvar.c (address_from_register): Likewise.
2953 * frame.c (put_frame_register): Tweak error string to say the
2954 register was not saved, rather than optimized out.
2955 * infcmd.c (default_print_one_register_info): Adjust call to
2956 val_print_optimized_out. Use value_of_register instead of
2957 get_frame_register_value.
2958 * mi/mi-main.c (output_register): Use value_of_register instead of
2959 get_frame_register_value.
2960 * valprint.c (valprint_check_validity): Likewise.
2961 (val_print_optimized_out): New value parameter. If the value is
2962 lval_register, print <not saved> instead.
2963 (value_check_printable, val_print_scalar_formatted): Adjust calls
2964 to val_print_optimized_out.
2965 * valprint.h (val_print_optimized_out): New value parameter.
2966 * value.c (struct value) <optimized_out>: Extend comment.
2967 (error_value_optimized_out): New function.
2968 (require_not_optimized_out): Use it. Use a different string for
2969 lval_register values.
2970 * value.h (error_value_optimized_out): New declaration.
2971 * NEWS: Mention <not saved>.
2972
2973 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2974
2975 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2976 strcmp to compare two symtab filenames.
2977
2978 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2979
2980 * symtab.c (search_symbols_equal): Delete.
2981 (sort_search_symbols_remove_dups): Replace call to
2982 search_symbols_equal by call to compare_search_syms,
2983 adjusting as necessary.
2984
2985 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2986
2987 PR python/15579
2988 * python/python.c: Document gdb.execute command in Python help.
2989
2990 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2991
2992 * python/py-frame.c (frame_info_to_frame_object): Use
2993 gdbpy_convert_exception. Clean up Python object on failure.
2994
2995 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2996
2997 * python/lib/gdb/command/frame_filters.py
2998 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2999 (ShowFrameFilterPriority.invoke): Ditto.
3000
3001 2013-10-01 Keith Seitz <keiths@redhat.com>
3002
3003 * linespec.c (struct ls_parser): Make 'saved_arg' const.
3004 (parse_linespec): Make 'argptr' const.
3005 Remove temporary cast of 'argptr' to const char **.
3006 (decode_line_full): Pass const pointer to parse_linespec.
3007 (decode_line_1): Likewise.
3008 (decode_objc): Make local variable 'new_argptr' const.
3009 (find_function_symbols): Remove temporary cast to char *
3010 to find_imps.
3011 * objc-lang.c (find_imps): Make argument 'method' const.
3012 Return const.
3013 * objc-lang.h (find_imps): Likewise.
3014
3015 2013-10-01 Keith Seitz <keiths@redhat.com>
3016
3017 * completer.c (skip_quoted_chars): Make all arguments const.
3018 Return const.
3019 (skip_quoted): Likewise.
3020 * completer.h (skip_quoted_chars): Likewise.
3021 (skip_quoted): Likewise.
3022 * defs.h (skip_quoted): Remove duplicate declaration.
3023 * jv-exp.y: Include completer.h.
3024 (yylex): Remove unneccessary cast to char * fro skip_quoted.
3025 * p-exp.y: Include completer.h.
3026
3027 2013-10-01 Keith Seitz <keiths@redhat.com>
3028
3029 * c-exp.y (parse_number): Make first argument const.
3030 Make a copy of the input to manipulate.
3031 (c_parse_escape): Make first argument const.
3032 Make local variable 'tokptr' const.
3033 (parse_string_or_char): Make first two arguments const.
3034 (macro_original_text): Make const.
3035 (lex_one_token): Make local variable 'tokstart' const.
3036 Likewise for local variables named 'p'.
3037 Cast away const for struct stoken (temporary).
3038 * c-lang.h (c_parse_escpae): Make first argument const.
3039 * cli/cli-cmds.c (echo_command): Make local variable 'p'
3040 const.
3041 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
3042 var_string case.
3043 * f-exp.y (parse_number): Make first argument const.
3044 (match_string_literal): Make local variable 'tokstart'
3045 const.
3046 (yylex): Make local variable 'p' const.
3047 Cast away const for struct stoken (temporary).
3048 * go-exp.y (parse_number): Make first argument const.
3049 (parse_string_or_char): Likewise.
3050 Make local variable 'tokstart' const.
3051 (lex_one_token): Likewise for numerous locals called 'p'.
3052 Cast away const for struct stoken (temporary).
3053 * jv-exp.y (parse_number): Make first argument const.
3054 Make local variables 'tokstart' and 'tokptr' const.
3055 Cast away const for call to skip_quoted (temporary).
3056 (yylex): Make local variable 'p' const.
3057 Cast away const for struct stoken (temporary).
3058 * m2-exp.y (parse_number): Make local variable 'p' const.
3059 (yylex): Likewise for 'tokstart'.
3060 Cast away const for struct stoken (temporary).
3061 Make local variable 'p' const.
3062 * macroexp.c (get_character_constant): Pass a const string
3063 to c_parse_escape.
3064 (get_string_literal): Likewise.
3065 (macro_expand_next): Make first argument const.
3066 Cast away const for init_shared_buffer.
3067 * macroexp.h (macro_expand_next): Make first argument const.
3068 * p-exp.y (yylex): Make a local copy of 'lexptr'.
3069 Pass a const string to c_parse_escape.
3070 Make local variables 'p' and 'namestart' const.
3071 * parse.c (lexptr): Make const.
3072 (prev_lexptr): Likewise.
3073 (find_template_name_end): Return const.
3074 Make argument const, too.
3075 (parse_exp_in_context): Make first argument const.
3076 Remove the entire const_hack.
3077 (parse_exp_in_context_1): Make first argument const.
3078 * parser-defs.h (find_template_name_end): Return const.
3079 Make argument const, too.
3080 (lexptr): Make const.
3081 (prev_lexptr): Likewise.
3082 * utils.c (parse_escape): Make second argument const.
3083 * utils.h (parse_escape): Likewise.
3084
3085 2013-10-01 Keith Seitz <keiths@redhat.com>
3086
3087 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
3088 is now const.
3089 (block_lookup): Make 'raw_name' and 'name' const.
3090 * ada-lex.l (processString): Update for struct stoken.ptr.
3091 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
3092 (operator_stoken): Likewise.
3093 (lex_one_token): Remove temporary cast to char * for
3094 'yylval.sval.ptr'.
3095 * f-exp.y (yylex): Likewise.
3096 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
3097 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
3098 * go-exp.y (lex_one_token): Remove temporary cast to char * for
3099 'yylval.sval.ptr'.
3100 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
3101 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
3102 * linespec.c (struct ls_parser): Make 'stream' const.
3103 (find_parameter_list_end): Make argument 'input' and local
3104 variable 'p' const.
3105 (linespec_lexer_lex_string): Make local variables 'start' and
3106 'p' const.
3107 Use skip_spaces_const instead of skip_spaces.
3108 (linespec_lexer_peek_token): Make local variable 'saved_stream'
3109 const.
3110 (parse_linespec): Temporarily cast 'argptr' to const for
3111 'parser->lexer.stream'.
3112 * m2-exp.y (yylex): Remove temporary cast to char * for
3113 'yylval.sval.ptr'.
3114 * objc-lang.c (add_msglist): Make local variable 'p' const.
3115 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
3116 (exp : STRING): Make 'sp' const.
3117 (parse_number): Make argument 'p' const.
3118 * parser-defs.h (struct stoken): Make 'ptr' const.
3119
3120 2013-10-01 Doug Evans <dje@google.com>
3121
3122 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
3123
3124 2013-10-01 Yao Qi <yao@codesourcery.com>
3125
3126 * varobj.c (c_value_of_root): Remove declaration.
3127 (cplus_value_of_root, java_value_of_root): Likewise.
3128 (ada_value_of_root): Likewise.
3129 (struct language_specific) <value_of_root>: Remove.
3130 (languages): Update initialization.
3131 (check_scope): Move earlier.
3132 (c_value_of_root): Move earlier and rename to ...
3133 (value_of_root_1): ... this.
3134 (value_of_root): Caller update.
3135 (cplus_value_of_root, java_value_of_root): Remove.
3136 (ada_value_of_root): Remove.
3137
3138 2013-10-01 Yao Qi <yao@codesourcery.com>
3139
3140 * varobj.c (varobj_format_string): Remove "unknown".
3141 (languages): Remove the first element.
3142 * varobj.h (enum varobj_languages): Remove vlang_c.
3143
3144 2013-10-01 Yao Qi <yao@codesourcery.com>
3145
3146 * varobj.c (struct language_specific) <language>: Remove.
3147 (languages): Update the initialization.
3148
3149 2013-10-01 Yao Qi <yao@codesourcery.com>
3150
3151 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
3152 "solib-target.h". Include "windows-tdep.h".
3153 (arm_wince_init_abi): Call windows_init_abi. Remove call to
3154 set_solib_ops and set_gdbarch_has_dos_based_file_system.
3155 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
3156 windows-tdep.o to gdb_target_obs.
3157
3158 2013-10-01 Yao Qi <yao@codesourcery.com>
3159
3160 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
3161 "solib-target.h".
3162 (amd64_windows_init_abi): Don't call set_solib_ops and
3163 set_gdbarch_iterate_over_objfiles_in_search_order. Call
3164 windows_init_abi instead.
3165 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
3166 "solib-target.h".
3167 (i386_cygwin_init_abi): Don't call set_solib_ops,
3168 set_gdbarch_has_dos_based_file_system and
3169 set_gdbarch_iterate_over_objfiles_in_search_order. Call
3170 windows_init_abi instead.
3171 * windows-tdep.c: Include "solib.h" and "solib-target.h".
3172 (windows_init_abi): New function.
3173 (windows_iterate_over_objfiles_in_search_order): Make it
3174 static.
3175 * windows-tdep.h (windows_init_abi): Declare.
3176 (windows_iterate_over_objfiles_in_search_order): Remove
3177 declaration.
3178
3179 2013-10-01 Jerome Guitton <guitton@adacore.com>
3180
3181 Checked in by Joel Brobecker <brobecker@adacore.com>
3182 * system-gdbinit/elinos.py (get_elinos_environment): Return an
3183 incomplete dictionnary instead of None in case of missing
3184 environment variables.
3185 (elinos_init): in case of an incomplete environment, best
3186 effort to load system libraries instead of abort.
3187
3188 2013-10-01 Joel Brobecker <brobecker@adacore.com>
3189
3190 * ada-lang.c (ada_has_this_exception_support): Ignore
3191 mst_solib_trampoline minimal symbols.
3192
3193 2013-09-30 Tristan Gingold <gingold@adacore.com>
3194
3195 * i386-darwin-nat.c (darwin_complete_target): Install methods for
3196 hardware watchpoint.
3197 (i386_darwin_dr_set): Support 32 and 64 bit states.
3198 (i386_darwin_dr_get): Likewise.
3199 (i386_darwin_dr_set_control): Make static.
3200 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
3201 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
3202
3203 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
3204
3205 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3206 Replace TIDGET with ptid_get_lwp.
3207 Replace GET_LWP with ptid_get_lwp.
3208 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
3209 Replace BUILD_THREAD with ptid_build.
3210 Replace BUILD_LWP with ptid_build.
3211 Replace PIDGET with ptid_get_pid.
3212 Replace TIDGET with ptid_get_lwp.
3213 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
3214 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3215 Replace TIDGET with ptid_get_lwp.
3216 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
3217 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
3218 Replace TIDGET with ptid_get_lwp.
3219 Replace GET_LWP with ptid_get_lwp.
3220 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
3221 * auxv.c: Likewise.
3222 * breakpoint.c: Likewise.
3223 * common/ptid.c (ptid_is_pid): Condense check for
3224 null_ptid and minus_one_ptid.
3225 (ptid_lwp_p): New function.
3226 (ptid_tid_p): New function.
3227 * common/ptid.h: Update comments for accessors.
3228 (ptid_lwp_p): New prototype.
3229 (ptid_tid_p): New prototype.
3230 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
3231 * gcore.c: Replace PIDGET with ptid_get_pid.
3232 * gdbthread.h: Likewise.
3233 * gnu-nat.c: Likewise.
3234 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
3235 Replace TIDGET with ptid_get_lwp.
3236 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
3237 * hppanbsd-nat.c: Likewise.
3238 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
3239 Replace TIDGET with ptid_get_lwp.
3240 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
3241 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3242 * infcmd.c: Likewise.
3243 * inferior.h: Likewise.
3244 * inflow.c: Likewise.
3245 * infrun.c: Likewise.
3246 * linux-fork.c: Likewise.
3247 * linux-nat.c: Replace PIDGET with ptid_get_pid.
3248 Replace GET_PID with ptid_get_pid.
3249 Replace is_lwp with ptid_lwp_p.
3250 Replace GET_LWP with ptid_get_lwp.
3251 Replace BUILD_LWP with ptid_build.
3252
3253 2013-09-28 Mike Frysinger <vapier@gentoo.org>
3254
3255 * common/linux-btrace.c: Move sys/syscall.h out of the
3256 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
3257 Also check for SYS_perf_event_open before attempting to buid.
3258
3259 2013-09-27 Doug Evans <dje@google.com>
3260
3261 * dwarf2read.c (dwarf2_section_info): Add comment.
3262 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
3263 All uses updated.
3264 (dwarf2_section_empty_p): Rename arg from "info" to "section".
3265 (dwarf2_read_section): Delete unused local "header". Add section
3266 name to error message.
3267 (create_dwo_in_dwp): Tweak comment.
3268 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
3269
3270 * dwarf2read.c (die_reader_specs): Tweak comment.
3271 (get_section_bfd_owner, get_section_bfd_section): New functions.
3272 (get_section_name, get_section_file_name): New functions.
3273 (get_section_id, get_section_flags): New functions.
3274 (*): Use new functions to access section fields.
3275
3276 * dwarf2read.c (struct dwo_file): Add/tweak comments.
3277 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
3278 arg "htab". All callers updated.
3279 (create_debug_types_hash_table): Remove redundant copy of
3280 abbrev_section.
3281 (create_dwo_in_dwp): Tweak comments.
3282 (read_str_index): Tweak comment. Record dwarf form name in static
3283 local.
3284
3285 2013-09-27 Pedro Alves <palves@redhat.com>
3286
3287 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
3288 (remote_filename_p): Add comment.
3289 * remote.c (remote_filename_p): Adjust to use
3290 REMOTE_SYSROOT_PREFIX.
3291 * solib.c (solib_find): When deciding whether we need to add a
3292 directory separator, check whether the sysroot is "remote:"
3293 instead of checking whether the patch has a drive spec. Add
3294 comments.
3295
3296 2013-09-27 Pedro Alves <palves@redhat.com>
3297
3298 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
3299 Delete fields.
3300 (remote_parse_stop_reply): Adjust, setting event->ws.kind
3301 directly.
3302
3303 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 Fix set debug frame output.
3306 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
3307 SENTINEL_FRAME entry lower to match enum frame_type order.
3308
3309 2013-09-26 Pierre Muller <muller@sourceware.org>
3310
3311 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
3312 AMD64_R15_REGNUM when a register index is expected.
3313 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
3314 Substitute in array.
3315 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
3316 (amd64_push_arguments): Substitute in integer_regnum array.
3317
3318 2013-09-25 Doug Evans <dje@google.com>
3319
3320 * objfiles.c (allocate_objfile): Move comment to better place.
3321
3322 New option "set debug symfile on".
3323 * NEWS: Mention "set debug symfile".
3324 * Makefile.in (SFILES): Add symfile-debug.c.
3325 (COMMON_OBS): Add symfile-debug.o.
3326 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
3327 objfile's symbol functions.
3328 * objfiles.h (objfile_set_sym_fns): Declare.
3329 * symfile-debug.c: New file.
3330 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
3331 objfile's symbol functions.
3332 (reread_symbols): Ditto.
3333
3334 * symfile.h (struct sym_fns): Delete member "sym_flavour".
3335 All uses updated.
3336 (add_symtab_fns): Update prototype.
3337 * symfile.c (sym_fns_ptr): Delete. Replace with ...
3338 (registered_sym_fns): ... this.
3339 (symtab_fns): Update.
3340 (add_symtab_fns): New arg "flavour". All callers updated.
3341 (find_sym_fns): Rewrite to use new sym_fns registry.
3342
3343 * symfile.h (struct sym_fns): Add "objfile" argument to
3344 sym_read_linetable. All uses updated.
3345
3346 * symtab.c (domain_name, search_domain_name): New functions.
3347 * symtab.h (domain_name, search_domain_name): Declare.
3348
3349 * symfile.h (struct quick_symbol_functions): Reorg arg list of
3350 map_matching_symbols so objfile is first. All uses updated.
3351 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
3352 * psymtab.c (map_matching_symbols_psymtab): Update signature.
3353
3354 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3355
3356 PR shlibs/8882
3357 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
3358 link map entries.
3359
3360 2013-09-24 Doug Evans <dje@google.com>
3361
3362 * objfiles.c (free_objfile): Move comment.
3363
3364 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3365
3366 * ada-exp.y (string_to_operator): Delete.
3367 (dummy_string_to_ada_operator): Delete.
3368
3369 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3370
3371 Revert:
3372 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3373 amd64-tdep.c.
3374 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3375 call_dummy_integer_regs, and classify.
3376 * amd64-tdep.h (amd64_classify): Add declaration.
3377 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3378 (amd64_reg_class): Delete, moved to i386-tdep.h.
3379 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3380 Replace call to amd64_classify by call to tdep->classify.
3381 (amd64_push_arguments): Get the list of registers to use for
3382 passing integer parameters from the gdbarch tdep structure,
3383 rather than using a hardcoded one. Replace calls to amd64_classify
3384 by calls to tdep->classify.
3385 (amd64_push_dummy_call): Get the register number used for
3386 the "hidden" argument from tdep->call_dummy_integer_regs.
3387 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3388 and tdep->call_dummy_integer_regs. Set tdep->classify.
3389
3390 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3391
3392 Revert:
3393 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3394 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3395 where tdep->memory_args_by_pointer is non-zero.
3396
3397 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3398
3399 Revert:
3400 * i386-tdep.h (struct gdbarch_tdep): Add new field
3401 integer_param_regs_saved_in_caller_frame.
3402 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3403 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3404
3405 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3406
3407 * amd64-windows-tdep.c: #include "value.h"
3408 (amd64_windows_classify): Delete.
3409 (amd64_windows_passed_by_integer_register)
3410 (amd64_windows_passed_by_xmm_register)
3411 (amd64_windows_passed_by_pointer)
3412 (amd64_windows_adjust_args_passed_by_pointer)
3413 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
3414 (amd64_windows_push_dummy_call): New functions.
3415 (amd64_windows_init_abi): Remove setting of
3416 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
3417 tdep->classify, tdep->memory_args_by_pointer and
3418 tdep->integer_param_regs_saved_in_caller_frame.
3419 Add call to set_gdbarch_push_dummy_call.
3420
3421 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3422
3423 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
3424 objfile->original_name.
3425
3426 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3427
3428 Pass down original filename for objfile.
3429 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
3430 * elfread.c (elf_symfile_read): Likewise.
3431 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
3432 longer set ORIGINAL_NAME.
3433 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
3434 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
3435 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
3436 symbol_file_add_from_bfd call.
3437 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
3438 (macho_check_dsym): Add parameter filenamep. Change function comment.
3439 Set *filenamep.
3440 (macho_symfile_read): New variable dsym_filename. Update
3441 macho_check_dsym call. Use it for symbol_file_add_separate.
3442 * objfiles.c (allocate_objfile): Add parameter name. New comment for
3443 it. Use it for objfile->original_name.
3444 (objfile_name): Return OBFD's filename, if available.
3445 * objfiles.h (allocate_objfile): Add new parameter name.
3446 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
3447 * symfile-mem.c (symbol_file_add_from_memory): Update
3448 symbol_file_add_from_bfd call.
3449 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
3450 comment for it.
3451 (symbol_file_add_with_addrs): New parameter name, add function comment
3452 for it. Remove variable name. Update allocate_objfile call.
3453 (symbol_file_add_separate): New parameter name, add function comment
3454 for it. Update symbol_file_add_with_addrs call.
3455 (symbol_file_add_from_bfd): New parameter name. Update
3456 symbol_file_add_with_addrs call.
3457 (symbol_file_add): Update symbol_file_add_from_bfd call.
3458 (reread_symbols): New variable original_name. Save
3459 objfile->original_name by it.
3460 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3461 second parameter.
3462
3463 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3464
3465 Code cleanup: Add objfile_name accessor function.
3466 * ada-lang.c (is_known_support_routine): Use objfile_name.
3467 * auto-load.c (source_gdb_script_for_objfile)
3468 (auto_load_objfile_script): Likewise.
3469 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3470 * dbxread.c (dbx_symfile_read): Likewise.
3471 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3472 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3473 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3474 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3475 (lookup_dwp_signatured_type, lookup_dwo_unit)
3476 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3477 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3478 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3479 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3480 (dwarf2_record_block_ranges, read_common_block, read_typedef)
3481 (read_subrange_type, load_partial_dies, read_partial_die)
3482 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3483 (die_containing_type, build_error_marker_type, lookup_die_type)
3484 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3485 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3486 (get_DW_AT_signature_type, write_psymtabs_to_index)
3487 (save_gdb_index_command): Likewise.
3488 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3489 Likewise.
3490 * expprint.c (dump_subexp_body_standard): Likewise.
3491 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3492 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3493 original_name.
3494 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3495 obj_name, use objfile_name for it, use the variable.
3496 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3497 Use objfile_name.
3498 * machoread.c (macho_symtab_read, macho_check_dsym)
3499 (macho_symfile_relocate): Likewise.
3500 * maint.c (maintenance_translate_address): Likewise.
3501 * minidebug.c (find_separate_debug_file_in_section): Likewise.
3502 * minsyms.c (install_minimal_symbols): Likewise.
3503 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3504 original_name.
3505 (filter_overlapping_sections): Use objfile_name.
3506 (objfile_name): New function.
3507 * objfiles.h (struct objfile): Rename field name to original_name.
3508 (objfile_name): New prototype.
3509 * printcmd.c (sym_info, address_info): Use objfile_name.
3510 * probe.c (parse_probes, collect_probes, compare_probes)
3511 (info_probes_for_ops): Likewise.
3512 * progspace.c (clone_program_space): Likewise.
3513 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3514 (maintenance_info_psymtabs): Likewise.
3515 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3516 (source_section_scripts): Likewise.
3517 * python/py-objfile.c (objfpy_get_filename): Likewise.
3518 * python/py-progspace.c (pspy_get_filename): Likewise.
3519 * solib-aix.c (solib_aix_get_toc_value): Likewise.
3520 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3521 * solib.c (solib_read_symbols): Likewise.
3522 * stabsread.c (scan_file_globals): Likewise.
3523 * stap-probe.c (handle_stap_probe): Likewise.
3524 * symfile.c (symbol_file_clear, separate_debug_file_exists)
3525 (find_separate_debug_file_by_debuglink): Likewise.
3526 (reread_symbols): Likewise. Use the objfile field name renamed to
3527 original_name.
3528 (allocate_symtab): Use objfile_name.
3529 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3530 (dump_objfile, dump_msymbols, dump_symtab_1)
3531 (maintenance_print_msymbols, maintenance_print_objfiles)
3532 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3533 * target.c (target_translate_tls_address, target_info): Likewise.
3534 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
3535 objfile_name.
3536
3537 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3538
3539 Code cleanup.
3540 * probe.c (parse_probes): Rename variable objfile_name to
3541 objfile_namestr.
3542
3543 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 Remove solib-sunos.c.
3546 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3547 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3548 * objfiles.c (rt_common_objfile): Remove.
3549 (free_objfile): Remove rt_common_objfile comparison.
3550 * objfiles.h (rt_common_objfile): Remove.
3551 * solib-sunos.c: Remove.
3552 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3553
3554 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3555
3556 Remove a.out NetBSD and OpenBSD hosts.
3557 * NEWS (Removed native configurations): New.
3558 * config/arm/nbsdaout.mh: Remove.
3559 * config/i386/nbsdaout.mh: Remove.
3560 * config/i386/obsdaout.mh: Remove.
3561 * config/m68k/nbsdaout.mh: Remove.
3562 * config/sparc/nbsdaout.mh: Remove.
3563 * config/vax/nbsdaout.mh: Remove.
3564 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3565 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3566 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3567 error.
3568 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3569 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3570 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3571
3572 2013-09-23 Tom Tromey <tromey@redhat.com>
3573
3574 * linespec.c (struct minsym_and_objfile): Remove.
3575 (minsym_and_objfile_d): Remove.
3576 (struct linespec, struct collect_info, linespec_parse_basic)
3577 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3578 (compare_msymbols, find_method, find_function_symbols)
3579 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3580 (add_minsym, search_minsyms_for_name): Update.
3581
3582 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3583
3584 * regcache.c: Add include of valprint.h.
3585 (dump_endian_bytes): Delete.
3586 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3587
3588 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3589
3590 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3591
3592 2013-09-19 Pedro Alves <palves@redhat.com>
3593
3594 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3595 breakpoints.
3596
3597 2013-09-19 Pedro Alves <palves@redhat.com>
3598 Thomas Schwinge <thomas@codesourcery.com>
3599 Yue Lu <hacklu.newborn@gmail.com>
3600
3601 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3602 Take a gdb_byte pointer instead of a char pointer.
3603
3604 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3605 gnu_xfer_partial helper.
3606 (gnu_xfer_partial): New function.
3607 (gnu_target): Don't install a deprecated_xfer_memory hook.
3608 Install a to_xfer_partial hook.
3609
3610 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3611
3612 Constification.
3613 * main.c (captured_main): Replace catch_command_errors by
3614 catch_command_errors_const. Twice.
3615 * symfile.c (symbol_file_add_main_1): Make args parameter const.
3616 (symbol_file_add): Make name parameter const.
3617 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3618 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
3619 variable name. Change their usage accordingly.
3620 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3621 const.
3622 (symbol_file_add_main): Make args parameter const.
3623
3624 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
3625 Ulrich Weigand <uweigand@de.ibm.com>
3626
3627 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3628 of c_value member.
3629 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3630
3631 2013-09-18 Pedro Alves <palves@redhat.com>
3632 Yue Lu <hacklu.newborn@gmail.com>
3633
3634 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3635 (gnu_create_inferior)
3636 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3637 (set_sig_thread_cmd): Use the lwpid field of ptids to
3638 store/extract thread ids instead of the tid field.
3639 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3640
3641 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3642
3643 * infcmd.c (default_print_one_register_info): Add detection of
3644 optimized out values.
3645 (default_print_registers_info): Switch to using
3646 get_frame_register_value.
3647
3648 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
3649
3650 * infrun.c (handle_inferior_event): Check if we know the
3651 function start address before setting a resume breakpoint.
3652
3653 2013-09-18 Pedro Alves <palves@redhat.com>
3654
3655 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3656 minus_one_ptid instead of looking at the ptid's tid field and
3657 comparing that to -1.
3658
3659 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3660
3661 * main.h (get_gdb_program_name): Remove extra whitespace.
3662
3663 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3664
3665 * main.h (get_gdb_program_name): Add declaration.
3666 * main.c (get_gdb_program_name): Add definition.
3667
3668 2013-09-17 Doug Evans <dje@google.com>
3669
3670 * dwarf2read.c: Move definitions of complaint functions to after
3671 forward declarations of local functions.
3672
3673 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
3674 Pedro Alves <palves@redhat.com>
3675
3676 PR gdb/11568
3677 * breakpoint.c (remove_threaded_breakpoints): New function.
3678 (_initialize_breakpoint): Attach remove_threaded_breakpoints
3679 as thread_exit observer.
3680
3681 2013-09-17 Pedro Alves <palves@redhat.com>
3682
3683 PR gdb/15911
3684 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3685 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3686 * corelow.c (core_open):
3687 * frame.h (print_stack_frame, print_frame_info): New
3688 'set_current_sal' parameter.
3689 * infcmd.c (finish_command, kill_command): Adjust call to
3690 print_stack_frame.
3691 * inferior.c (inferior_command): Likewise.
3692 * infrun.c (normal_stop): Likewise.
3693 * linux-fork.c (linux_fork_context): Likewise.
3694 * record-full.c (record_full_goto_entry, record_full_restore):
3695 Likewise.
3696 * remote-mips.c (common_open): Likewise.
3697 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3698 Use it.
3699 (print_frame_info): New 'set_current_sal' parameter. Set the last
3700 displayed sal depending on the new paremeter instead of looking at
3701 print_what.
3702 (backtrace_command_1, select_and_print_frame, frame_command)
3703 (current_frame_command, up_command, down_command): Adjust call to
3704 print_stack_frame.
3705 * thread.c (print_thread_info, restore_selected_frame)
3706 (do_captured_thread_select): Adjust call to print_stack_frame.
3707 * tracepoint.c (tfind_1): Likewise.
3708 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3709 (mi_cmd_stack_info_frame): Likewise.
3710 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3711 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3712
3713 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3714
3715 * value.c (isvoid_internal_fn): Replace "parameter" with
3716 "argument".
3717
3718 2013-09-16 Stan Shebs <stan@codesourcery.com>
3719
3720 * README: Update references to writing code for GDB.
3721 * configure.ac (build_warnings): Remove obsolete comment.
3722 * configure: Regenerate.
3723 * gdbarch.sh: Remove references to gdbint.texinfo.
3724 * gdbarch.h: Regenerate.
3725 * gdbtypes.c (objfile_type): Remove comments referencing internals
3726 manual and D10V.
3727
3728 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 * NEWS: Mention new convenience function $_isvoid.
3731 * value.c (isvoid_internal_fn): New function.
3732 (_initialize_values): Add new convenience function $_isvoid.
3733
3734 2013-09-16 Pierre Muller <muller@sourceware.org>
3735
3736 * arm-linux-tdep.c: Add "elf/common.h" header.
3737 Remove AT_HWCAP macro definintion as it is provided in
3738 added include file.
3739 * s390-tdep.c: Remove system header <elf.h>
3740 Add "elf/common.h" header for AT_HWCAP definition.
3741 (s390_core_read_description): Use correct CORE_ADDR
3742 for hwcap local variable used as third parameter
3743 of function target_auxv_search.
3744
3745 2013-09-14 Pierre Muller <muller@sourceware.org>
3746 Tom Tromey <tromey@redhat.com>
3747 Pedro Alves <palves@redhat.com>
3748
3749 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3750 mode if operating system doesn't know O_CLOEXEC.
3751
3752 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3753
3754 Code cleanup.
3755 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3756 inner block.
3757
3758 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3759
3760 * NEWS: Mention TDB support.
3761 * features/s390-tdb.xml: New file.
3762 * features/s390-te-linux64.xml: New file.
3763 * features/s390x-te-linux64.xml: New file.
3764 * features/Makefile (WHICH): Add new tdescs above.
3765 (s390-te-linux64-expedite): Set.
3766 (s390x-te-linux64-expedite): Set.
3767 * features/s390-te-linux64.c: New file (generated).
3768 * features/s390x-te-linux64.c: New file (generated).
3769 * regformats/s390-te-linux64.dat: New file (generated).
3770 * regformats/s390x-te-linux64.dat: New file (generated).
3771 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3772 (HWCAP_S390_TE): Likewise.
3773 (S390_TDB_DWORD0_REGNUM): Likewise.
3774 (S390_TDB_DWORD0_REGNUM): Likewise.
3775 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3776 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3777 (S390_TDB_ATIA_REGNUM): Likewise.
3778 (S390_TDB_R0_REGNUM): Likewise.
3779 (S390_TDB_R1_REGNUM): Likewise.
3780 (S390_TDB_R2_REGNUM): Likewise.
3781 (S390_TDB_R3_REGNUM): Likewise.
3782 (S390_TDB_R4_REGNUM): Likewise.
3783 (S390_TDB_R5_REGNUM): Likewise.
3784 (S390_TDB_R6_REGNUM): Likewise.
3785 (S390_TDB_R7_REGNUM): Likewise.
3786 (S390_TDB_R8_REGNUM): Likewise.
3787 (S390_TDB_R9_REGNUM): Likewise.
3788 (S390_TDB_R10_REGNUM): Likewise.
3789 (S390_TDB_R11_REGNUM): Likewise.
3790 (S390_TDB_R12_REGNUM): Likewise.
3791 (S390_TDB_R13_REGNUM): Likewise.
3792 (S390_TDB_R14_REGNUM): Likewise.
3793 (S390_TDB_R15_REGNUM): Likewise.
3794 (S390_NUM_REGS): Increase.
3795 (S390_IS_TDBREGSET_REGNUM): New macro.
3796 (s390_regmap_tdb): Declare.
3797 (s390_sizeof_tdbregset): Define.
3798 (tdesc_s390_te_linux64): Declare.
3799 (tdesc_s390x_te_linux64): Likewise.
3800 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3801 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3802 (s390_regmap_tdb): New regmap.
3803 (s390_supply_tdb_regset): New function.
3804 (s390_tdb_regset): New regset.
3805 (s390_linux64v2_regset_sections): Add TDB regset to list.
3806 (s390x_linux64v2_regset_sections): Likewise.
3807 (s390_regset_from_core_section): Recognize TDB core note section.
3808 (s390_core_read_description): If HWCAP indicates TE support,
3809 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3810 (s390_gdbarch_init): Handle TDB regset.
3811 (_initialize_s390_tdep): Initialize new tdescs.
3812 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3813 (have_regset_tdb): New variable.
3814 (s390_native_supply): Support register invalidation.
3815 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3816 (check_regset): Treat ENODATA as "regset exists".
3817 (s390_linux_fetch_inferior_registers): Add TDB.
3818 (s390_read_description): Check for TDB existence and select
3819 appropriate tdesc.
3820 * gdbserver/Makefile.in (clean): Add removal of new makefile
3821 targets.
3822 (s390-te-linux64.c): New makefile target.
3823 (s390x-te-linux64.c): Likewise.
3824 * gdbserver/configure.srv (srv_regobj): Append new objects
3825 s390-te-linux64.o and s390x-te-linux64.o.
3826 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3827 s390x-te-linux64.xml, and s390-tdb.xml.
3828 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3829 declaration.
3830 (tdesc_s390_te_linux64): Likewise.
3831 (init_registers_s390x_te_linux64): Likewise.
3832 (tdesc_s390x_te_linux64): Likewise.
3833 (s390_check_regset): Treat ENODATA as "regset exists".
3834 (s390_arch_setup): Add TDB regset support.
3835 (initialize_low_arch): Initialize registers for new tdescs.
3836
3837 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3838
3839 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3840 (S390_IS_FPREGSET_REGNUM): New macro.
3841 * s390-tdep.c (s390_dwarf_regmap): Make const.
3842 (regnum_is_gpr_full): New function for replacing repeated code.
3843 (s390_pseudo_register_name): Use it.
3844 (s390_pseudo_register_type): Likewise.
3845 (s390_pseudo_register_read): Likewise.
3846 (s390_pseudo_register_write): Likewise.
3847 (s390_unwind_pseudo_register): Likewise.
3848 (s390_regmap_gregset): New format for regmap.
3849 (s390x_regmap_gregset): Likewise.
3850 (s390_regmap_fpregset): Likewise.
3851 (s390_regmap_upper): Likewise.
3852 (s390_regmap_last_break): Likewise.
3853 (s390_regmap_system_call): Likewise.
3854 (s390_supply_regset): Adjust to new regmap format.
3855 (s390_collect_regset): Likewise.
3856 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3857 (s390_native_collect): Likewise.
3858 (supply_gregset): Likewise.
3859 (fill_gregset): Likewise.
3860 (supply_fpregset): Likewise.
3861 (fill_fpregset): Likewise.
3862 (fetch_regset): Likewise.
3863 (store_regset): Likewise.
3864 (s390_linux_fetch_inferior_registers): Likewise.
3865 (s390_linux_fetch_inferior_registers): Likewise.
3866
3867 2013-09-12 Andrew Pinski <apinski@cavium.com>
3868
3869 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3870
3871 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3872
3873 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3874
3875 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
3876
3877 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3878
3879 2013-09-06 Pedro Alves <palves@redhat.com>
3880
3881 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3882 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3883 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3884 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3885 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3886 gdb_stdlog.
3887
3888 2013-09-06 Pedro Alves <palves@redhat.com>
3889
3890 * remote-sim.c (dump_mem): Constify buf parameter.
3891 gdbsim_xfer_inferior_memory): Rename to ...
3892 (gdbsim_xfer_memory): ... this. Adjust interface as
3893 target_xfer_partial helper.
3894 (gdbsim_xfer_partial): New function.
3895 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3896 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3897
3898 2013-09-06 Pedro Alves <palves@redhat.com>
3899
3900 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3901 host_address_to_string, and send debug output to gdb_stdlog.
3902
3903 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3904
3905 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3906 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3907 gdb_target_obs for cris target.
3908 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3909 (cris_gdbarch_init): Move calls to
3910 set_gdbarch_fetch_tls_load_module_address and
3911 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3912 Add call to gdbarch_init_osabi.
3913 * cris-linux-tdep.c: New file.
3914 * cris-tdep.h: New file.
3915
3916 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3917
3918 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3919 to deprecated_init_ui_hook.
3920
3921 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3922
3923 * cli/cli-interp.c (_initialize_cli_interp): Add a
3924 command_loop_proc to interp_procs.
3925 * event-top.c (cli_command_loop): Change signature to match
3926 interp_command_loop_ftype.
3927 * event-top.h (cli_command_loop): Same.
3928 * interps.c (interp_new): Require every interpreter to have a
3929 command_loop_proc.
3930 (current_interp_command_loop): Just call the command_loop_proc on
3931 the current interpreter.
3932 * tui/tui-interp.c (_initialize_tui_interp): Add a
3933 command_loop_proc to interp_procs.
3934
3935 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3936
3937 * cris-tdep.c (cris_gdbarch_init): Add call to
3938 get_gdbarch_fetch_tls_load_module_address.
3939
3940 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3941
3942 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3943 (cris_elf_gregset_t): Rename from elf_gregset_t.
3944 (crisv32_elf_gregset_t): Adjust.
3945 (cris_supply_gregset, fetch_core_registers): Adjust.
3946
3947 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3948
3949 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3950
3951 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3952
3953 * defs.h (deprecated_command_loop_hook): Remove, including
3954 references in comments.
3955 * interps.c (current_interp_command_loop): No longer use
3956 deprecated_command_loop_hook.
3957 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3958 setup.
3959 * top.c (deprecated_command_loop_hook): Remove.
3960
3961 2013-09-05 Pedro Alves <palves@redhat.com>
3962
3963 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3964 local is now int instead of ULONGEST. Print it with %d
3965 instead of paddress.
3966
3967 2013-09-05 Tristan Gingold <gingold@adacore.com>
3968
3969 * MAINTAINERS: Remove avr maintainership.
3970
3971 2013-09-05 Pedro Alves <palves@redhat.com>
3972
3973 * findvar.c (value_of_register): Rework in terms of
3974 value_of_register_lazy.
3975
3976 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3977
3978 * symfile.c (add_symbol_file_command): Remove trailing
3979 whitespaces and blank line after comment.
3980
3981 2013-09-05 Pedro Alves <palves@redhat.com>
3982
3983 * tui/tui-regs.c (tui_register_format): Don't look at the
3984 register's name here. Return string representing register
3985 value instead of storing it in the data element.
3986 (tui_get_register): Compare register string representations
3987 instead of register value states and contents.
3988
3989 2013-09-05 Pedro Alves <palves@redhat.com>
3990
3991 PR tui/15933
3992 * tui/tui-regs.c (tui_show_registers): Show registers of the
3993 selected frame, not the current frame.
3994
3995 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3996
3997 * MAINTAINERS (Write After Approval): Add myself to the list.
3998
3999 2013-09-04 Doug Evans <dje@google.com>
4000
4001 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
4002 (queue_and_load_dwo_tu): New function.
4003 (lookup_dwo_signatured_type): Set per_cu.tu_read.
4004 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
4005 Make dependent_cu optional.
4006 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
4007 and an older .gdb_index is in use, queue and load all its TUs too.
4008
4009 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
4012 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
4013 variable search_flags.
4014 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
4015 (OPF_RETURN_REALPATH): ... here.
4016 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
4017 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
4018 call. Twice.
4019 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
4020 openp call.
4021 * solib.c (solib_find): Likewise. Four times.
4022 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
4023 in the function comment and for the realpath_fptr variable.
4024 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
4025 (find_and_open_source): Likewise. Twice.
4026 * symfile.c (symfile_bfd_open): Likewise, also twice.
4027
4028 2013-09-04 Doug Evans <dje@google.com>
4029
4030 * progspace.c (save_current_space_and_thread): Remove unnecessary
4031 call to save_current_inferior.
4032
4033 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
4034
4035 * sh64-tdep.c (sh64_do_register): Return after printing message
4036 about unavailable register contents.
4037
4038 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
4039 Pedro Alves <palves@redhat.com>
4040
4041 * symfile.c (add_symbol_file_command): Error out on unknown
4042 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
4043 options and collapse into single conditional branch.
4044
4045 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
4046
4047 * inf-child.c (inf_child_follow_fork): New parameter
4048 detach_fork.
4049 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
4050 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
4051 * inferior.h (detach_fork): Remove.
4052 * infrun.c (detach_fork): Adjust comment and make it
4053 static.
4054 (follow_fork): Pass detach_fork parameter to
4055 target_follow_fork.
4056 * linux-nat.c (linux_child_follow_fork): New parameter
4057 detach_fork.
4058 * target.c (target_follow_fork): New parameter detach_fork.
4059 Pass detach_fork as parameter and print its value.
4060 * target.h (struct target_ops) <to_follow_fork>: New int
4061 parameter.
4062 (target_follow_fork): New parameter detach_fork.
4063
4064 2013-09-03 Joel Brobecker <brobecker@adacore.com>
4065
4066 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
4067 Replace sec->bfd by sec->the_bfd_section->owner.
4068
4069 2013-09-03 Yao Qi <yao@codesourcery.com>
4070
4071 * linux-tdep.c (linux_is_uclinux): New function. Code moved
4072 from linux_has_shared_address_space.
4073 (linux_has_shared_address_space): Call linux_is_uclinux.
4074 * linux-tdep.h (linux_is_uclinux): Declare.
4075 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
4076 linux_is_uclinux.
4077
4078 2013-09-03 Yao Qi <yao@codesourcery.com>
4079
4080 * config/djgpp/fnchange.lst: Remove entry of
4081 i386-interix-nat.c and i386-interix-tdep.c.
4082 * configure.ac: Remove '*-*-interix*'.
4083 * configure: Re-generated.
4084 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
4085 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
4086 obsolete comments.
4087 * osabi.c (gdb_osabi_names): Remove "Interix".
4088
4089 2013-09-03 Yao Qi <yao@codesourcery.com>
4090
4091 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
4092
4093 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
4094
4095 * record.h (record_print_flag) <record_print_src_line,
4096 record_print_insn_range>: Rename into ...
4097 (record_print_flag) <record_print_src_line,
4098 record_print_insn_range>: ... this. Update all users.
4099
4100 2013-09-02 Pierre Muller <muller@sourceware.org>
4101
4102 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
4103 error code.
4104
4105 2013-09-02 Pierre Muller <muller@sourceware.org>
4106
4107 * windows-nat.c (windows_xfer_memory): Fix compilation failure
4108 by use of plongest function.
4109
4110 2013-09-02 Tristan Gingold <gingold@adacore.com>
4111
4112 * NEWS: Add entry mentioning support for native Windows x64
4113 SEH data.
4114
4115 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
4116 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
4117 (struct amd64_windows_frame_cache): New struct.
4118 (amd64_windows_w2gdb_regnum): New global.
4119 (pc_in_range, amd64_windows_frame_decode_epilogue)
4120 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
4121 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
4122 (amd64_windows_frame_this_id): New functions.
4123 (amd64_windows_frame_unwind): New static global.
4124 (amd64_windows_skip_prologue): New function.
4125 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
4126 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
4127 with amd64_windows_skip_prologue.
4128
4129 2013-08-30 Joel Brobecker <brobecker@adacore.com>
4130
4131 GDB 7.6.1 released.
4132
4133 2013-08-30 Pedro Alves <palves@redhat.com>
4134
4135 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
4136 SRC_AND_LOC.
4137
4138 2013-08-30 Pedro Alves <palves@redhat.com>
4139
4140 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
4141 warning text.
4142
4143 2013-08-30 Pedro Alves <palves@redhat.com>
4144
4145 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
4146 Adjust arguments to print_stack_frame.
4147
4148 2013-08-30 Pedro Alves <palves@redhat.com>
4149
4150 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
4151
4152 2013-08-30 Pedro Alves <palves@redhat.com>
4153
4154 * frame.h (show_and_print_stack_frame): Delete declaration.
4155
4156 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
4157
4158 PR python/15461
4159 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
4160 (archpy_name): Check for valid architecture.
4161 (archpy_disassemble): Ditto.
4162
4163 2013-08-29 Joel Brobecker <brobecker@adacore.com>
4164
4165 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
4166 instead of "long long" in call to ptrace64.
4167
4168 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
4169
4170 * mi/mi-interp.c (mi_command_loop): Change signature to match
4171 interp_command_loop_ftype.
4172 (mi1_command_loop): Remove.
4173 (mi2_command_loop): Remove.
4174 (mi3_command_loop): Remove.
4175 (mi_interpreter_resume): Remove setting of
4176 deprecated_command_loop_hook.
4177 (_initialize_mi_interp): Set mi_command_loop as the command loop
4178 callback.
4179
4180 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4181
4182 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
4183 value_type.
4184
4185 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4186
4187 * value.c (allocate_value_contents): Make static.
4188 * value.h (allocate_value_contents): Remove prototype.
4189
4190 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4191
4192 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
4193 of assembling value via allocate_value_lazy and attribute setter.
4194 * findvar.c (default_read_var_value): Use value_at_lazy instead of
4195 assembling value via allocate_value_lazy and attribute setter.
4196 * valops.c (do_search_struct_field): Use value_at_lazy instead of
4197 assembling value via allocate_value_lazy and attribute setter.
4198
4199 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4200
4201 * value.c (value_from_contents_and_address): Replace allocate_value and
4202 memcpy with value_from_contents.
4203
4204 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4205
4206 * python/py-framefilter.c (py_print_frame): Remove usage of
4207 PyString_AsString. Use python_string_to_host_string instead.
4208 Refactor function to work with a string as a new allocation
4209 instead of a pointer.
4210 (py_print_frame): Ditto.
4211 * python/lib/gdb/frames.py (return_list): Cain iterators together
4212 instead of adding them as a list.
4213 (_sort_list): Call return_list, and remove duplicate code.
4214 (execute_frame_filters): Convert iterator to a list with list().
4215 * python/lib/gdb/command/frame_filters.py
4216 (SetFrameFilterPriority._set_filter_priority): Convert priority
4217 attribute to an integer.
4218 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
4219 wrapper function __next__.
4220 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
4221 define as "str".
4222
4223 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4224
4225 PR python/15752
4226 * python/py-framefilter.c (apply_frame_filter): Check
4227 gdb_python_initialized. Exit if the Python frame-filter code
4228 cannot be initialized.
4229
4230 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4231
4232 PR cli/15842
4233 * top.c (print_gdb_version): Remove erroneous newline after help
4234 text.
4235
4236 2013-08-29 Yao Qi <yao@codesourcery.com>
4237
4238 * varobj.c (install_dynamic_child): Remove trailing space.
4239 Add one blank line after variable declaration.
4240
4241 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4242
4243 PR gdb/15415
4244 * corefile.c (get_exec_file): Use exec_filename.
4245 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
4246 * exec.c (exec_close): Free EXEC_FILENAME.
4247 (exec_file_attach): New variable canonical_pathname. Use
4248 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
4249 EXEC_FILENAME.
4250 * exec.h (exec_filename): New.
4251 * inferior.c (print_inferior, inferior_command): Use
4252 PSPACE_EXEC_FILENAME.
4253 * mi/mi-main.c (print_one_inferior): Likewise.
4254 * progspace.c (clone_program_space, print_program_space): Likewise.
4255 * progspace.h (struct program_space): New field pspace_exec_filename.
4256 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
4257 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
4258
4259 2013-08-28 Will Newton <will.newton@linaro.org>
4260
4261 * common/linux-ptrace.c: Include stdint.h unconditionally.
4262
4263 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 Code cleanup.
4266 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
4267
4268 2013-08-28 Yao Qi <yao@codesourcery.com>
4269 Pedro Alves <palves@redhat.com>
4270
4271 * event-top.c (gdb_setup_readline): Call stderr_fileopen
4272 instead of stdio_fileopen.
4273 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
4274 .Call stderr_fileopen instead of stdio_fileopen.
4275 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
4276 [__MINGW32__] (stderr_file_fputs): New function.
4277 (stderr_fileopen): New function.
4278 * ui-file.h (stderr_fileopen): Declare.
4279
4280 2013-08-27 Doug Evans <dje@google.com>
4281
4282 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
4283 (struct dwarf2_per_cu_data): Ditto.
4284 (maybe_queue_comp_unit): Delete forward decl. Add comment.
4285 (process_imported_unit_die): Ditto.
4286 (follow_die_sig_1): Simplify assert.
4287
4288 2013-08-27 Pedro Alves <palves@redhat.com>
4289
4290 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
4291 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
4292 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
4293 windows_xfer_memory directly.
4294 (init_windows_ops): Don't install a deprecated_xfer_memory method.
4295
4296 2013-08-27 Pedro Alves <palves@redhat.com>
4297
4298 * darwin-nat.c (darwin_xfer_memory): Delete.
4299 (_initialize_darwin_inferior): Don't install a
4300 deprecated_xfer_memory method.
4301
4302 2013-08-27 Pedro Alves <pedro@codesourcery.com>
4303 Yao Qi <yao@codesourcery.com>
4304
4305 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
4306 (parse_no_frames_option): Remove.
4307 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
4308 (mi_cmd_stack_list_args): Adjust.
4309 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
4310 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
4311 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
4312 Caller update.
4313 (list_args_or_locals): New parameter 'skip_unavailable'.
4314 Handle it.
4315 * valprint.c (scalar_type_p): Rename to ...
4316 (val_print_scalar_type_p): ... this. Make extern.
4317 (val_print, value_check_printable): Adjust.
4318 * valprint.h (val_print_scalar_type_p): Declare.
4319 * value.c (value_entirely_unavailable): New function.
4320 * value.h (value_entirely_unavailable): Declare.
4321
4322 * NEWS: Mention the new option "--skip-unavailable" to MI
4323 commands '-stack-list-locals', '-stack-list-arguments' and
4324 '-stack-list-variables'.
4325
4326 2013-08-27 Yao Qi <yao@codesourcery.com>
4327
4328 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
4329 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
4330 options.
4331 * mi/mi-getopt.c (mi_getopt): Remove.
4332 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
4333 'error_on_unknown'.
4334 (mi_getopt): Call mi_getopt_1.
4335 (mi_getopt_silent): New.
4336 * mi/mi-getopt.h (mi_getopt_silent): Declare.
4337
4338 2013-08-26 Doug Evans <dje@google.com>
4339
4340 PR symtab/15885
4341 * dwarf2read.c (dw2_dump): Print some minimal information indicating
4342 .gdb_index is in use.
4343 * symfile.c (reread_symbols): Reset objfile->sf.
4344
4345 * NEWS: Document "mt print objfiles" now takes optional regexp.
4346 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
4347 regexp of objfiles to print.
4348 (_initialize_symmisc): Update doc string for "mt print objfiles".
4349
4350 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
4351 missing debug info checks.
4352
4353 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
4354 Ulrich Weigand <uweigand@de.ibm.com>
4355
4356 * xcoffread.c (arrange_linetable): Add fix to correctly handle
4357 line tables generated by XLC compiled binaries.
4358
4359 2013-08-23 Doug Evans <dje@google.com>
4360
4361 * symmisc.c (dump_symtab): Delete prototype.
4362 (dump_msymbols, dump_objfile): Ditto.
4363 (maintenance_info_symtabs): Mark as dont_repeat.
4364 (_initialize_symmisc): Improve doc string for "mt info symtabs".
4365
4366 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
4367 debugging printf to better location.
4368
4369 2013-08-23 Pedro Alves <palves@redhat.com>
4370
4371 * target.c (target_read_live_memory): Change type of 'ret' local
4372 to LONGEST.
4373
4374 2013-08-23 Pedro Alves <palves@redhat.com>
4375
4376 * remote.c (remote_write_bytes_aux, remote_write_bytes)
4377 (remote_read_bytes): Change return type to LONGEST, and adjust to
4378 return a target_xfer_error on error.
4379 (remote_xfer_memory): Delete.
4380 (remote_flash_write): Change type of 'ret' local to LONGEST.
4381 (remote_xfer_partial, remote_xfer_partial): Adjust.
4382 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
4383
4384 2013-08-23 Pierre Muller <muller@sourceware.org>
4385
4386 ARI fix: Push # directives to start of line.
4387 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
4388
4389 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
4390
4391 PR gdb/15501
4392 * breakpoint.c (enable_command, disable_command): Iterate over
4393 all specified breakpoint locations.
4394
4395 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4396
4397 * common/linux-ptrace.c (linux_fork_to_function): Push #
4398 directives to the start of the line.
4399 (linux_check_ptrace_features): Fix warning message to use
4400 the "_" markup.
4401
4402 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4403
4404 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
4405 nat/linux-waitpid.h.
4406 (linux-waitpid.o): New object file rule.
4407 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
4408 (current_ptrace_options): Moved from linux-nat.c.
4409 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
4410 parameters.
4411 (linux_fork_to_function): New function.
4412 (linux_grandchild_function): Likewise.
4413 (linux_child_function): Likewise.
4414 (linux_check_ptrace_features): New function, heavily
4415 based on linux-nat.c:linux_test_for_tracefork.
4416 (linux_enable_event_reporting): New function.
4417 (ptrace_supports_feature): Likewise.
4418 (linux_supports_tracefork): Likewise.
4419 (linux_supports_traceclone): Likewise.
4420 (linux_supports_tracevforkdone): Likewise.
4421 (linux_supports_tracesysgood): Likewise.
4422 * common/linux-ptrace.h (HAS_NOMMU): Moved from
4423 gdbserver/linux-low.c.
4424 (linux_enable_event_reporting): New declaration.
4425 (linux_supports_tracefork): Likewise.
4426 (linux_supports_traceclone): Likewise.
4427 (linux_supports_tracevforkdone): Likewise.
4428 (linux_supports_tracesysgood): Likewise.
4429 * config.in (PTRACE_TYPE_ARG4): Regenerate.
4430 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
4431 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4432 * config/arm/linux.mh (NATDEPFILES): Likewise.
4433 * config/i386/linux.mh (NATDEPFILES): Likewise.
4434 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4435 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4436 * config/m32r/linux.mh (NATDEPFILES): Likewise.
4437 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4438 * config/mips/linux.mh (NATDEPFILES): Likewise.
4439 * config/pa/linux.mh (NATDEPFILES): Likewise..
4440 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
4441 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4442 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4443 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4444 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4445 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4446 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4447 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
4448 ptrace's 4th argument's types.
4449 Check the type of PTRACE_TYPE_ARG4.
4450 * configure: Regenerate.
4451 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
4452 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
4453 (linux_supports_tracefork_flag): Remove.
4454 (linux_supports_tracesysgood_flag): Likewise.
4455 (linux_supports_tracevforkdone_flag): Likewise.
4456 (current_ptrace_options): Moved to
4457 common/linux-ptrace.c.
4458 (linux_tracefork_child): Remove.
4459 (my_waitpid): Remove.
4460 (linux_test_for_tracefork): Renamed to
4461 linux_check_ptrace_features and moved to common/linux-ptrace.c.
4462 (linux_test_for_tracesysgood): Remove.
4463 (linux_supports_tracesysgood): Remove.
4464 (linux_supports_tracefork): Remove.
4465 (linux_supports_tracevforkdone): Remove.
4466 (linux_enable_tracesysgood): Remove.
4467 (linux_enable_event_reporting): Remove.
4468 (linux_init_ptrace): New function.
4469 (linux_child_post_attach): Call linux_init_ptrace.
4470 (linux_child_post_startup_inferior): Call linux_init_ptrace.
4471 (linux_child_follow_fork): Call linux_supports_tracefork
4472 and linux_supports_tracevforkdone.
4473 (linux_child_insert_fork_catchpoint): Call
4474 linux_supports_tracefork.
4475 (linux_child_insert_vfork_catchpoint): Likewise.
4476 (linux_child_set_syscall_catchpoint): Call
4477 linux_supports_tracesysgood.
4478 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4479 * nat/linux-nat.h: New file.
4480 * nat/linux-waitpid.c: New file.
4481 * nat/linux-waitpid.h: New file.
4482
4483 2013-08-22 Samuel Bronson <naesten@gmail.com>
4484
4485 ARM Linux support for `catch syscall'.
4486 * syscalls/arm-linux.py: New file.
4487 * syscalls/arm-linux.xml: Likewise.
4488 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4489 (arm_linux_init_abi): Register the new function and syscall xml file.
4490 * data-directory/Makefile.in: Install the new syscall xml file.
4491 * NEWS: Brag about this.
4492
4493 2013-08-22 Pedro Alves <palves@redhat.com>
4494
4495 PR gdb/15871
4496 * corefile.c (target_xfer_memory_error): New function.
4497 (memory_error): Defer EIO to target_memory_error.
4498 (read_memory): Use target_xfer_partial, and handle finer-grained
4499 target xfer errors.
4500 * target.c (target_xfer_error_to_string): New function.
4501 (memory_xfer_partial_1): If memory is known to be
4502 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4503 (target_xfer_partial): Make extern.
4504 * target.h (enum target_xfer_error): New enum.
4505 (target_xfer_error_to_string): Declare function.
4506 (target_xfer_partial): Declare function.
4507 (struct target_ops) <xfer_partial>: Adjust describing comment.
4508
4509 2013-08-22 Alan Modra <amodra@gmail.com>
4510
4511 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4512 * configure.tgt: Likewise as targets.
4513
4514 2013-08-20 Doug Evans <dje@google.com>
4515
4516 * buildsym.c (subfile_stack): Move here from buildsym.h.
4517 (pending_macros): Ditto.
4518 (get_macro_table): New function.
4519 (buildsym_init): Initialize subfile_stack.
4520 * coffread.c (type_vector,type_vector_length): Moved here from
4521 buildsym.h.
4522 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4523 (coff_symtab_read): Use it.
4524 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4525 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4526 with call to get_macro_table.
4527 * stabsread.c (type_vector,type_vector_length): Moved here from
4528 buildsym.h.
4529 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4530 * buildsym.h (get_macro_table): Declare.
4531
4532 2013-08-20 Tom Tromey <tromey@redhat.com>
4533
4534 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4535 Update.
4536 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
4537
4538 2013-08-20 Doug Evans <dje@google.com>
4539
4540 * blockframe.c: Remove #include "psymtab.h".
4541 * cp-support.c: Ditto.
4542 * source.c: Ditto.
4543 * stack.c: Ditto.
4544
4545 2013-08-20 Tom Tromey <tromey@redhat.com>
4546
4547 PR python/15816:
4548 * exceptions.h (return_mask): Now an enum.
4549 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4550 enum constants.
4551
4552 2013-08-20 Tom Tromey <tromey@redhat.com>
4553
4554 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4555 get_objfile_arch.
4556 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4557 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4558 * jit.c (jit_object_close_impl): Update.
4559 * jv-lang.c (get_dynamics_objfile): Update.
4560 * linespec.c (add_minsym): Use get_dynamics_objfile.
4561 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4562 (allocate_objfile): Don't initialize 'gdbarch' field.
4563 (get_objfile_arch): Update.
4564 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4565 moved from...
4566 (struct objfile) <gdbarch>: ... here. Remove.
4567 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4568 get_objfile_arch.
4569 * symfile.c (init_entry_point_info): Use get_objfile_arch.
4570
4571 2013-08-20 Alan Modra <amodra@gmail.com>
4572
4573 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4574 for IBM long double nan and inf.
4575 (floatformat_is_negative, floatformat_classify,
4576 floatformat_mantissa): Similarly.
4577 (floatformat_ieee_single, floatformat_ieee_double,
4578 floatformat_ieee_quad, floatformat_arm_ext,
4579 floatformat_ia64_spill): Delete unused vars.
4580 (_initialize_doublest): Delete unused function.
4581 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4582 little-endian variants of floatformat_ibm_long_double.
4583
4584 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
4585
4586 * Makefile.in (SFILES): Remove common/target-common.c and
4587 add target/waitstatus.c.
4588 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4589 target/resume.h, target/wait.h and target/waitstatus.h.
4590 (COMMON_OBS): Remove target-common.o and add
4591 waitstatus.o.
4592 (target-common.o): Remove.
4593 (waitstatus.o): New target object file.
4594 * common/target-common.c: Move contents to
4595 target/waitstatus.c and remove.
4596 * common/target-common.h: Move contents to other files and
4597 remove.
4598 (enum resume_kind: Move to target/resume.h.
4599 (TARGET_WNOHANG): Move to target/wait.h.
4600 (enum target_waitkind): Move to target/waitstatus.h.
4601 (struct target_waitstatus): Likewise.
4602 * target.h: Do not include target-common.h and
4603 include target/resume.h, target/wait.h and
4604 target/waitstatus.h.
4605 * target/resume.h: New file.
4606 * target/wait.h: New file.
4607 * target/waitstatus.h: New file.
4608 * target/waitstatus.c: New file.
4609
4610 2013-08-19 Pedro Alves <palves@redhat.com>
4611
4612 * linux-nat.c (linux_test_for_tracefork)
4613 (linux_test_for_tracesysgood, linux_child_follow_fork)
4614 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4615 (linux_nat_wait_1): Extend comment.
4616 (linux_async_pipe): Add comment.
4617
4618 2013-08-15 Kevin Buettner <kevinb@redhat.com>
4619
4620 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4621 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4622 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4623 Update to account for fact that PC is now a pseudo-register.
4624 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
4625 cases for RL78_PC_REGNUM.
4626
4627 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
4628
4629 PR cli/15841
4630 * top.c (quit_force): Skip writing history file
4631 if input is not from terminal.
4632
4633 2013-08-14 Tom Tromey <tromey@redhat.com>
4634
4635 * remote.c (struct remote_state) <echo_nextthread, nextthread,
4636 resultthreadlist>: New fields.
4637 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4638 (remote_get_threadlist, remote_threadlist_iterator): Use
4639 new fields. Remove static variables.
4640
4641 2013-08-14 Tom Tromey <tromey@redhat.com>
4642
4643 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4644 remote_watch_data_address>: New fields.
4645 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4646 (process_stop_reply, remote_wait_as)
4647 (remote_check_watch_resources, remote_stopped_data_address): Update.
4648
4649 2013-08-14 Tom Tromey <tromey@redhat.com>
4650
4651 * remote.c (struct remote_state) <async_client_callback,
4652 async_client_context>: New fields.
4653 (async_client_callback, async_client_context): Remove.
4654 (remote_async_serial_handler, remote_async): Update.
4655
4656 2013-08-14 Tom Tromey <tromey@redhat.com>
4657
4658 * remote.c (sizeof_pkt): Remove.
4659 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4660
4661 2013-08-14 Tom Tromey <tromey@redhat.com>
4662
4663 * remote.c (struct remote_state) <use_threadinfo_query,
4664 use_threadextra_query>: New fields.
4665 (remote_threads_info, remote_threads_extra_info)
4666 (remote_open_1): Update.
4667
4668 2013-08-14 Tom Tromey <tromey@redhat.com>
4669
4670 * remote.c (struct remote_state) <finished_object,
4671 finished_annex, finished_offset>: New fields.
4672 (remote_read_qxfer): Use remote_state fields; remove static
4673 variables.
4674
4675 2013-08-14 Tom Tromey <tromey@redhat.com>
4676
4677 * remote.c (struct remote_state) <last_sent_step>:
4678 New field.
4679 (last_sent_step): Remove.
4680 (remote_resume, remote_wait_as): Update.
4681
4682 2013-08-14 Tom Tromey <tromey@redhat.com>
4683
4684 * remote.c (struct remote_state) <last_sent_signal>:
4685 New field.
4686 (last_sent_signal): Remove.
4687 (new_remote_state, remote_resume, remote_wait_as): Update.
4688
4689 2013-08-14 Tom Tromey <tromey@redhat.com>
4690
4691 * remote.c (struct remote_state) <last_program_signals_packet>:
4692 New field.
4693 (last_program_signals_packet): Remove.
4694 (remote_program_signals, remote_open_1): Update.
4695
4696 2013-08-14 Tom Tromey <tromey@redhat.com>
4697
4698 * remote.c (struct remote_state) <last_pass_packet>:
4699 New field.
4700 (last_pass_packet): Remove.
4701 (remote_pass_signals, remote_open_1): Update.
4702
4703 2013-08-14 Tom Tromey <tromey@redhat.com>
4704
4705 * remote.c (struct remote_state) <remote_traceframe_number>:
4706 New field.
4707 (remote_traceframe_number): Remove.
4708 (new_remote_state, remote_open_1, set_remote_traceframe)
4709 (remote_trace_find): Update.
4710
4711 2013-08-14 Tom Tromey <tromey@redhat.com>
4712
4713 * remote.c (struct remote_state) <general_thread, continue_thread>:
4714 New fields.
4715 (general_thread, continue_thread): Remove.
4716 (record_currthread, set_thread, set_general_process)
4717 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4718 (extended_remote_mourn_1): Update.
4719
4720 2013-08-14 Tom Tromey <tromey@redhat.com>
4721
4722 * remote.c (struct remote_state) <remote_desc>: New field.
4723 (remote_desc): Remove.
4724 (remote_threads_info, remote_threads_extra_info, remote_close)
4725 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4726 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4727 (remote_hostio_send_command, remote_file_put, remote_file_get)
4728 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4729 (remote_async, remote_new_objfile, set_range_stepping): Update.
4730
4731 2013-08-14 Tom Tromey <tromey@redhat.com>
4732
4733 * remote.c (remote_state): Now a pointer.
4734 (get_remote_state_raw): Update.
4735 (new_remote_state): New function.
4736 (_initialize_remote): Use new_remote_state.
4737
4738 2013-08-14 Tom Tromey <tromey@redhat.com>
4739
4740 * remote.c (remote_protocol_features): Now const.
4741
4742 2013-08-14 Tom Tromey <tromey@redhat.com>
4743
4744 * remote.c (crc32_table, crc32): Remove.
4745 (remote_verify_memory): Use xcrc32.
4746
4747 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4748
4749 * value.h (create_internalvar_type_lazy): Adjust prototype
4750 declaration.
4751
4752 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
4753
4754 * common/format.c (parse_format_string): Don't allow '#' flag for
4755 pointer arguments in format string.
4756
4757 2013-08-13 Pierre Muller <muller@sourceware.org>
4758
4759 * utils.c (init_page_info): Only call tgetnum function
4760 if rl_get_screen_size did not return useful values.
4761
4762 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4763
4764 PR breakpoints/15117
4765 * linespec.c (linespec_parse_basic): Check for convenience
4766 variable or history value while parsing.
4767
4768 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4769
4770 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4771 AVR.
4772 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4773 different signals between the generic Linux kernel implementation
4774 and AVR's.
4775 (avr_linux_gdb_signal_from_target): Delete.
4776 (avr_linux_gdb_signal_to_target): Delete.
4777 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4778
4779 2013-08-09 Doug Evans <dje@google.com>
4780
4781 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4782 entries.
4783
4784 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4785
4786 * linux-tdep.c: Define enum with generic signal numbers.
4787 (linux_gdb_signal_from_target): New function.
4788 (linux_gdb_signal_to_target): Likewise.
4789 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4790 methods to the functions above.
4791 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4792 (linux_gdb_signal_to_target): Likewise.
4793 * alpha-linux-tdep.c: Define new enum with signals different
4794 from generic Linux kernel.
4795 (alpha_linux_gdb_signal_from_target): New function.
4796 (alpha_linux_gdb_signal_to_target): Likewise.
4797 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4798 with the functions mentioned above.
4799 * avr-tdep.c: Define enum with differences between Linux kernel
4800 and AVR signals.
4801 (avr_linux_gdb_signal_from_target): New function.
4802 (avr_linux_gdb_signal_to_target): Likewise.
4803 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4804 the functions mentioned above.
4805 * sparc-linux-tdep.c: Define enum with differences between SPARC
4806 and generic Linux kernel signal numbers.
4807 (sparc32_linux_gdb_signal_from_target): New function.
4808 (sparc32_linux_gdb_signal_to_target): Likewise.
4809 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4810 to the functions defined above.
4811 * xtensa-linux-tdep.c: Define enum with differences between
4812 Xtensa and Linux kernel generic signals.
4813 (xtensa_linux_gdb_signal_from_target): New function.
4814 (xtensa_linux_gdb_signal_to_target): Likewise.
4815 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4816 to the functions defined above.
4817 * mips-linux-tdep.c: Define enum with differences between
4818 signals in MIPS and Linux kernel generic ones.
4819 (mips_gdb_signal_to_target): New function.
4820 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4821 only different signals from the Linux kernel generic.
4822 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4823 the functions defined above.
4824 * mips-linux-tdep.h (enum mips_signals): Remove.
4825
4826 2013-08-09 Pedro Alves <palves@redhat.com>
4827
4828 * avr-tdep.c (XMALLOC): Delete macro.
4829 * cli/cli-dump.c (XMALLOC): Delete macro.
4830
4831 2013-08-09 Pedro Alves <palves@redhat.com>
4832
4833 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4834 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4835 (fopen_with_cleanup, add_dump_command): Make static.
4836 * cli/cli-dump.h: Delete file.
4837 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4838 cli/cli-dump.h.
4839
4840 2013-08-09 Pedro Alves <palves@redhat.com>
4841
4842 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4843 error message.
4844
4845 2013-08-09 Pedro Alves <palves@redhat.com>
4846
4847 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4848 error message.
4849
4850 2013-08-09 Pedro Alves <palves@redhat.com>
4851
4852 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4853 (gcore_command): Use tilde_expand here, and when showing the
4854 filename to the user, show the expanded version.
4855
4856 2013-08-09 Yao Qi <yao@codesourcery.com>
4857
4858 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4859 'entryval' is set.
4860
4861 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4862
4863 * gcore.c (create_gcore_bfd): Use tilde_expand.
4864
4865 2013-08-08 Yao Qi <yao@codesourcery.com>
4866
4867 * frame.h (read_frame_local): Declare.
4868 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4869 read_frame_local.
4870 * stack.c (read_frame_local): New.
4871
4872 2013-08-08 Yao Qi <yao@codesourcery.com>
4873
4874 * mi/mi-cmd-stack.c: Update comments to function
4875 list_args_or_locals.
4876
4877 2013-08-07 Tom Tromey <tromey@redhat.com>
4878
4879 PR symtab/15028:
4880 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4881 (process_psymtab_comp_unit_reader): Use it.
4882 (process_psymtab_comp_unit): Update. Add "pretend_language"
4883 argument.
4884 (dwarf2_build_psymtabs_hard): Update.
4885 (scan_partial_symbols): Pass CU's language to
4886 process_psymtab_comp_unit.
4887
4888 2013-08-07 Tom Tromey <tromey@redhat.com>
4889
4890 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4891 (dwarf2_gdb_index_functions): Update.
4892 * psymtab.c (find_symbol_file_from_partial): Remove.
4893 (psym_functions): Update.
4894 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4895 Remove.
4896
4897 2013-08-07 Tom Tromey <tromey@redhat.com>
4898
4899 * symfile.c (set_initial_language): Look up "main" symbol
4900 and use its language.
4901 * symtab.c (find_main_filename): Remove.
4902 * symtab.h (find_main_filename): Remove.
4903
4904 2013-08-07 Tom Tromey <tromey@redhat.com>
4905
4906 * dwarf2read.c (recursively_compute_inclusions): Add
4907 "immediate_parent" argument. Set symtab's "user" field
4908 if not set.
4909 (compute_symtab_includes): Update.
4910
4911 2013-08-07 Tom Tromey <tromey@redhat.com>
4912
4913 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4914 when adding label symbols.
4915
4916 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4917 Ulrich Weigand <uweigand@de.ibm.com>
4918
4919 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4920 * configure.host (powerpc64-*-aix*): Likewise.
4921
4922 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4923 Ulrich Weigand <uweigand@de.ibm.com>
4924
4925 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4926 is defined.
4927 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4928 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4929 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4930 * configure.ac: Check for ptrace64.
4931 * configure, config.in: Regenerate.
4932
4933 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4934 Ulrich Weigand <uweigand@de.ibm.com>
4935
4936 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4937 Call ptrace64 instead of ptrace if defined.
4938 Add macro addr_ptr to take care of ptrace address argument.
4939 (pdc_read_regs): Likewise.
4940 (pdc_write_regs): Likewise.
4941 (aix_thread_resume): Likewise.
4942 (fetch_regs_kernel_thread): Likewise.
4943 (store_regs_kernel_thread): Likewise.
4944
4945 2013-08-07 Anton Blanchard <anton@samba.org>
4946
4947 * MAINTAINERS: Add myself to Write After Approval.
4948
4949 2013-08-05 Tom Tromey <tromey@redhat.com>
4950
4951 * aix-thread.c (_initialize_aix_thread): Use
4952 complete_target_initialization.
4953 * bsd-uthread.c (_initialize_bsd_uthread): Use
4954 complete_target_initialization.
4955 * dec-thread.c (_initialize_dec_thread): Use
4956 complete_target_initialization.
4957 * ravenscar-thread.c (_initialize_ravenscar): Use
4958 complete_target_initialization.
4959 * sol-thread.c (_initialize_sol_thread): Use
4960 complete_target_initialization.
4961 * spu-multiarch.c (_initialize_spu_multiarch): Use
4962 complete_target_initialization.
4963
4964 2013-08-05 Tom Tromey <tromey@redhat.com>
4965
4966 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4967 * ada-lang.c (ada_lookup_simple_minsym): Return
4968 bound_minimal_symbol.
4969 * ada-lang.h (ada_lookup_simple_minsym): Update.
4970 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4971 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4972 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4973 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4974 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4975 * minsyms.c (msymbol_objfile): Remove.
4976 (lookup_minimal_symbol_internal): New function, from
4977 lookup_minimal_symbol.
4978 (lookup_minimal_symbol): Rewrite using
4979 lookup_minimal_symbol_internal.
4980 (lookup_bound_minimal_symbol): New function.
4981 * minsyms.h (msymbol_objfile): Remove.
4982 (lookup_bound_minimal_symbol): Declare.
4983 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4984 * parse.c (write_exp_msymbol): Change parameter to a
4985 bound_minimal_symbol.
4986 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4987 * parser-defs.h (write_exp_msymbol): Update.
4988 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4989 * symfile.c (simple_read_overlay_table): Use
4990 lookup_bound_minimal_symbol.
4991 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4992 (search_symbols): Likewise.
4993 (print_msymbol_info): Take a bound_minimal_symbol argument.
4994 (symtab_symbol_info, rbreak_command): Update.
4995 * symtab.h (struct symbol_search) <msymbol>: Change type
4996 to bound_minimal_symbol.
4997 * valops.c (find_function_in_inferior): Use
4998 lookup_bound_minimal_symbol.
4999 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
5000
5001 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5002
5003 Code cleanup.
5004 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
5005 to ...
5006 (async_cleanup_sigint_signal_handler): ... this.
5007 (initialize_sigint_signal_handler): Remove declaration.
5008 (handle_remote_sigint): Rename the declaration to ...
5009 (async_handle_remote_sigint): ... this.
5010 (handle_remote_sigint_twice): Rename the declaration to ...
5011 (async_handle_remote_sigint_twice): ... this.
5012 (async_remote_interrupt, async_remote_interrupt_twice)
5013 (remote_interrupt): Remove the declarations.
5014 (remote_interrupt_twice): Rename the declaration ...
5015 (sync_remote_interrupt_twice): ... this.
5016 (sigint_remote_twice_token): Rename the variable to ...
5017 (async_sigint_remote_twice_token): ... this.
5018 (sigint_remote_token): Rename the variable to ...
5019 (async_sigint_remote_token): ... this.
5020 (initialize_sigint_signal_handler): Rename the function to ...
5021 (async_initialize_sigint_signal_handler): ... this. Update the name
5022 inside.
5023 (handle_remote_sigint): Rename the function to ...
5024 (async_handle_remote_sigint): ... this. Update the names inside.
5025 (handle_remote_sigint_twice): Rename the function to ...
5026 (async_handle_remote_sigint_twice): ... this. Update the names inside.
5027 (cleanup_sigint_signal_handler): Rename the function to ...
5028 (async_cleanup_sigint_signal_handler): ... this.
5029 (remote_interrupt): Rename the function to ...
5030 (sync_remote_interrupt): this. Update the names inside.
5031 (remote_interrupt_twice): Rename the function to ...
5032 (sync_remote_interrupt_twice): this. Update the names inside.
5033 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
5034 (_initialize_remote): Update the names inside.
5035
5036 2013-08-02 Tom Tromey <tromey@redhat.com>
5037
5038 PR symtab/15719:
5039 * breakpoint.c (update_watchpoint, watchpoint_check)
5040 (watch_command_1): Update.
5041 * eval.c (fetch_subexp_value): Add "preserve_errors"
5042 parameter.
5043 * ppc-linux-nat.c (check_condition): Update.
5044 * value.h (fetch_subexp_value): Update.
5045
5046 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
5047
5048 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
5049 add_file_handler.
5050
5051 2013-08-01 Doug Evans <dje@google.com>
5052
5053 PR symtab/15691
5054 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
5055 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
5056 Add assert of sig_entry->dwo_unit == NULL.
5057 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
5058 had already been read.
5059 (read_signatured_type): Set per_cu.tu_read.
5060
5061 PR symtab/15695
5062 * valops.c (value_struct_elt): Add missing call to check_typedef.
5063 (value_find_oload_method_list): Ditto.
5064
5065 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
5066 effectively, struct symbol_search **.
5067 (make_cleanup_free_search_symbols): Change arg to struct
5068 symbol_search **. All callers updated.
5069 (compare_search_syms): Compare symtab file name and block as well.
5070 (search_symbols_equal): New function.
5071 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
5072 New args new_head, new_tail. Result is now void. Remove dups after
5073 sorting the symbols.
5074 (search_symbols): Sort all found symbols once, after all have been
5075 found, and remove duplicates. Simplify cleanup tracking of result.
5076 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
5077
5078 Further workarounds for binutils/15021.
5079 * dwarf2read.c (recursively_compute_inclusions): Change type of result
5080 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
5081 Watch for duplicate symtabs coming from type units.
5082 (compute_symtab_includes): Update call to
5083 recursively_compute_inclusions. Build vector of included symtabs
5084 instead of per_cus.
5085 * symtab.h (symtab_ptr): New typedef.
5086 (DEF_VEC_P (symtab_ptr)): New VEC type.
5087 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
5088 instead.
5089
5090 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
5091
5092 * cli/cli-script.c (script_from_file): Remove use of
5093 error_pre_print.
5094 * main.c (captured_main): Remove use of error_pre_print and
5095 quit_pre_print.
5096 * utils.c (error_pre_print, quit_pre_print): Remove.
5097 * utils.h (error_pre_print, quit_pre_print): Likewise.
5098
5099 2013-08-01 Yao Qi <yao@codesourcery.com>
5100
5101 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
5102 with mi_getopt.
5103 (mi_cmd_stack_list_variables): Likewise.
5104
5105 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
5106
5107 * exceptions.c (deprecated_throw_reason): Remove.
5108 * exceptions.h (deprecated_throw_reason): Remove.
5109
5110 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
5111
5112 * remote-mips.c (mips_error): Replace use of
5113 deprecated_throw_reason with throw_verror. Use the error message
5114 passed to mips_error as the error message for throw_verror.
5115
5116 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
5117
5118 * monitor.c (monitor_interrupt_query): Replace use of
5119 deprecated_throw_reason with quit.
5120 * nto-procfs.c (interrupt_query): Likewise.
5121 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
5122 * remote-mips.c (mips_kill): Likewise.
5123 * remote.c (interrupt_query): Likewise.
5124
5125 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
5126
5127 * utils.c (internal_verror): Replace use of deprecated_throw_reason
5128 with call to fatal.
5129
5130 2013-07-31 Pedro Alves <pedro@codesourcery.com>
5131 Yao Qi <yao@codesourcery.com>
5132
5133 * tracepoint.c (trace_dump_command): Select the current frame.
5134
5135 2013-07-30 Doug Evans <dje@google.com>
5136
5137 * dwarf2read.c (process_queue): Add type signature to debug output.
5138
5139 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
5140
5141 * value.c (value_fetch_lazy): Mark optimized out values as such
5142 rather than raising an error.
5143
5144 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
5145
5146 * value.c (value_fetch_lazy): Ensure parent value is not lazy
5147 before checking which bits of the parent, not the child, value are
5148 valid.
5149
5150 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
5151
5152 PR gdb/15715
5153 * top.c: Include "filenames.h".
5154 (set_history_filename): New function.
5155 (init_main): Install it as set hook of the "set history filename"
5156 command.
5157
5158 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
5159
5160 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
5161 attribute parameter.
5162 (dwarf2_const_value_data): Constify struct attribute parameter.
5163 (dwarf2_const_value): Constify struct attribute parameter.
5164 (dwarf2_const_value_attr): Constify struct attribute parameter.
5165 (lookup_die_type): Constify struct attribute parameter.
5166 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
5167 (follow_die_ref_or_sig): Constify struct attribute parameter.
5168 (follow_die_ref): Constify struct attribute parameter.
5169 (follow_die_sig): Constify struct attribute parameter.
5170 (get_DW_AT_signature_type): Constify struct attribute parameter.
5171 (get_type_unit_group): Constify struct attribute parameter.
5172 (fill_in_loclist_baton): Constify struct attribute parameter.
5173 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
5174 (type_unit_group): Constify struct attribute parameter.
5175
5176 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
5177
5178 * dwarf2read.c (attr_form_is_block): Make argument const.
5179 (attr_form_is_section_offset): Make argument const.
5180 (attr_form_is_constant): Make argument const.
5181 (attr_form_is_ref): Make argument const.
5182
5183 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
5184
5185 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
5186 All uses updated.
5187 (attr_form_is_ref): Moved below attr_form_is_constant.
5188
5189 2013-07-29 Doug Evans <dje@google.com>
5190
5191 * main.c (captured_command_loop): Tweak comment.
5192
5193 * target.c (target_async_permitted_1): Fix comment.
5194
5195 * symtab.c (iterate_over_some_symtabs): Add comment.
5196
5197 * symtab.c (iterate_over_some_symtabs): Fix indentation.
5198
5199 2013-07-27 Yao Qi <yao@codesourcery.com>
5200
5201 * NEWS: Mention that GDBserver now supports hardware
5202 watchpoints on the MIPS GNU/Linux target.
5203
5204 2013-07-27 Yao Qi <yao@codesourcery.com>
5205
5206 * Makefile.in (HFILES_NO_SRCDIR): Add
5207 common/mips-linux-watch.h.
5208 (mips-linux-watch.o): New rule.
5209 * common/mips-linux-watch.c: New.
5210 * common/mips-linux-watch.h: New.
5211 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
5212 * mips-linux-nat.c: Include mips-linux-watch.h.
5213 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
5214 to common/mips-linux-watch.h.
5215 (MAX_DEBUG_REGISTER): Likewise.
5216 (enum pt_watch_style): Likewise.
5217 (struct mips32_watch_regs): Likewise.
5218 (struct mips64_watch_regs): Likewise.
5219 (struct pt_watch_regs): Likewise.
5220 (struct mips_watchpoint): Likewise.
5221 (mips_linux_watch_get_irw_mask): Move to
5222 common/mips-linux-watch.c.
5223 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
5224 (mips_linux_watch_get_watchlo): Likewise.
5225 (mips_linux_watch_set_watchlo): Likewise.
5226 (mips_linux_watch_get_watchhi): Likewise.
5227 (mips_linux_watch_set_watchhi): Likewise.
5228 (mips_linux_read_watch_registers): Likewise.
5229 (mips_linux_watch_type_to_irw): Likewise.
5230 (mips_linux_stopped_data_address, fill_mask): Likewise.
5231 (mips_linux_watch_try_one_watch): Likewise.
5232 (mips_linux_watch_populate_regs): Likewise.
5233
5234 2013-07-27 Yao Qi <yao@codesourcery.com>
5235
5236 * mips-linux-nat.c (get_irw_mask): Rename to ...
5237 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
5238 'set' to 'n'. Update function comment. All callers changed.
5239 (get_reg_mask): Rename parameter 'set' to 'n'. Update
5240 function comment. All callers changed.
5241 (get_num_valid): Rename to ...
5242 (mips_linux_watch_get_num_valid): ... this. Rename parameter
5243 'set' to 'n'. Update function comment. All callers changed.
5244 (get_watchlo): Rename to ...
5245 (mips_linux_watch_get_watchlo): ... this. Rename parameter
5246 'set' to 'n'. Update function comment. All callers changed.
5247 (set_watchlo): Rename to ...
5248 (mips_linux_watch_set_watchlo): ... this. Rename parameter
5249 'set' to 'n'. Update function comment. All callers changed.
5250 (get_watchhi): Rename to ...
5251 (mips_linux_watch_get_watchhi): ... this. Update function
5252 comment. All callers changed.
5253 (set_watchhi): Rename to ...
5254 (mips_linux_watch_set_watchhi): ... this. Update function
5255 comment. All callers changed.
5256 (mips_linux_read_watch_registers): Update function comment.
5257 Add new parameters 'lwpid', 'watch_readback', and
5258 'watch_readback_valid'. Update.
5259 (type_to_irw): Rename to ...
5260 (mips_linux_watch_type_to_irw): ... this. Update function
5261 comment. All callers changed.
5262 (fill_mask): Update function comment.
5263 (try_one_watch): Rename to ...
5264 (mips_linux_watch_try_one_watch): ... this. Change the type
5265 of parameter 'irw' from 'unsigned' to 'uint32_t'.
5266 (populate_regs_from_watches): Rename to ...
5267 (mips_linux_watch_populate_regs): ... this. Add parameter
5268 'current_watches'. All callers changed.
5269
5270 2013-07-27 Yao Qi <yao@codesourcery.com>
5271
5272 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
5273 the code.
5274 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
5275 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
5276 (struct pt_watch_regs): Likewise.
5277 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
5278 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
5279 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
5280 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
5281 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
5282
5283 2013-07-27 Yao Qi <yao@codesourcery.com>
5284
5285 * breakpoint.h: Include break-common.h.
5286 (enum target_hw_bp_type): Move to ...
5287 * common/break-common.h: ... here. New.
5288
5289 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
5290
5291 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
5292 process group regardless of having tty on stdin.
5293
5294 2013-07-25 Doug Evans <dje@google.com>
5295
5296 * linux-fork.h (detach_fork): Delete.
5297
5298 2013-07-25 Tom Tromey <tromey@redhat.com>
5299
5300 PR remote/15256, PR remote/15266:
5301 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
5302 * monitor.c (monitor_detach): Use unpush_target.
5303 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
5304 * remote-mips.c (mips_detach): Use unpush_target. Don't
5305 call mips_close.
5306 * remote-sim.c (gdbsim_detach): Use unpush_target.
5307 * target.c (pop_target): Remove.
5308 (pop_all_targets_above): Don't call target_close.
5309 (target_close): Assert that the target is unpushed.
5310 * target.h (pop_target): Don't declare.
5311 * tracepoint.c (tfile_open): Use unpush_target.
5312
5313 2013-07-25 Tom Tromey <tromey@redhat.com>
5314
5315 * linux-thread-db.c (init_thread_db_ops): Call
5316 complete_target_initialization.
5317 (_initialize_thread_db): Don't call add_target.
5318 * target.c (complete_target_initialization): New function.
5319 (add_target_with_completer): Call it.
5320 * target.h (complete_target_initialization): Declare.
5321
5322 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5323
5324 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
5325 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
5326 (HPPANBSD_SIZEOF_GREGS): New define.
5327 (hppaobsd_supply_gregset): Handle additional registers.
5328 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
5329 we provide more registers now.
5330 (hppabsd_supply_gregset): Supply additional registers.
5331 (hppabsd_collect_gregset): Collect additional registers.
5332
5333 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5334
5335 * hppabsd-tdep.c: Include "dwarf2-frame.h".
5336 (hppabsd_dwarf2_frame_init_reg): New function.
5337 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
5338
5339 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5340
5341 * mi/mi-main.c (output_register): Make MI 'r' format use standard
5342 'z' format code. Remove error for optimized out values, standard
5343 code will handle these fine.
5344
5345 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5346
5347 * NEWS: Mention new 'z' formatter.
5348 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
5349 (_initialize_printcmd): Mention 'z' formatter in help text of the
5350 'x' command.
5351
5352 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
5353
5354 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
5355 formatting.
5356
5357 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5358
5359 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
5360 interface can evaluate arguments. Fallback to the old mode if it
5361 cannot.
5362 (create_exception_master_breakpoint): Likewise.
5363 * elfread.c (elf_can_evaluate_probe_arguments): New function.
5364 (struct sym_probe_fns elf_probe_fns): Export function above to the
5365 probe interface.
5366 * probe.c (can_evaluate_probe_arguments): New function.
5367 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
5368 function pointer.
5369 (can_evaluate_probe_arguments): New function prototype.
5370 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
5371 probe interface can evaluate arguments. Fallback to the old mode
5372 if it cannot.
5373 * stap-probe.c (stap_get_probe_argument_count): Check if probe
5374 interface can evaluate arguments. Warning the user if it cannot.
5375 (stap_can_evaluate_probe_arguments): New function.
5376 (struct probe_ops stap_probe_ops): Export function above to the
5377 probe interface.
5378 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
5379 New function pointer.
5380
5381 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
5382
5383 * Makefile.in (SFILES): Add common/target-common.c.
5384 Add common/target-common.h to headers.
5385 (COMMON_OBS): Add target-common.o.
5386 (target-common.o): New target.
5387 * linux-nat.h (resume_kind): Move to common/target-common.h.
5388 * target.c (target_waitstatus_to_string): Move to
5389 common/target-common.c.
5390 * target.h: Include target-common.h.
5391 (target_waitkind): Move to common/target-common.h.
5392 (target_waitstatus): Likewise.
5393 (TARGET_WNOHANG): Likewise.
5394 * common/target-common.c: New file.
5395 * common/target-common.h: New file.
5396
5397 2013-07-24 Doug Evans <dje@google.com>
5398
5399 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
5400 a warning.
5401
5402 2013-07-23 Yao Qi <yao@codesourcery.com>
5403
5404 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
5405 parameter 'gdbarch'.
5406 (i386_stack_tramp_frame_sniffer): Caller update.
5407 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
5408 parameter 'gdbarch' and 'target'.
5409 (i386_linux_core_read_description): Caller update.
5410 * amd64-linux-tdep.c (amd64_linux_core_read_description):
5411 Likewise.
5412 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
5413 declaration.
5414
5415 2013-07-23 Tom Tromey <tromey@redhat.com>
5416
5417 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
5418 2013-07-22.
5419
5420 2013-07-22 Doug Evans <dje@google.com>
5421
5422 * exec.h (remove_target_sections): Delete arg abfd.
5423 * exec.c (exec_close): Update call to remove_target_sections.
5424 (remove_target_sections): Delete arg abfd.
5425 * solib.c (update_solib_list): Ditto.
5426 (reload_shared_libraries_1): Ditto.
5427 (clear_solib): Ditto, and unconditionally call remove_target_sections.
5428 * target.h (struct target_section): Rename key to owner.
5429 All uses updated.
5430
5431 2013-07-22 Tom Tromey <tromey@redhat.com>
5432
5433 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
5434
5435 2013-07-22 Tom Tromey <tromey@redhat.com>
5436
5437 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
5438 Simplify cleanup handling.
5439
5440 2013-07-22 Tom Tromey <tromey@redhat.com>
5441
5442 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
5443 on all return paths.
5444
5445 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5446
5447 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
5448 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
5449 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
5450
5451 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
5452
5453 * top.c (print_gdb_version): Add help, apropos description and
5454 url to online documentation.
5455
5456 2013-07-19 Hui Zhu <hui@codesourcery.com>
5457
5458 PR gdb/15692
5459 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
5460
5461 2013-07-19 Yao Qi <yao@codesourcery.com>
5462
5463 * target.c (update_current_target): Change the default action
5464 of 'to_traceframe_info' from tcomplain to return_zero.
5465 * target.h (struct target_ops) <to_traceframe_info>: Add more
5466 comments.
5467 * valops.c (read_value_memory): Call
5468 traceframe_available_memory unconditionally.
5469
5470 2013-07-18 Yao Qi <yao@codesourcery.com>
5471
5472 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5473 if the name is prefixed by "__imp_" or "_imp_", look for minimal
5474 symbol without prefix. If found, set its type to
5475 'mst_solib_trampoline'.
5476
5477 2013-07-17 Doug Evans <dje@google.com>
5478
5479 * NEWS: Mention "set print raw frame-arguments".
5480 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5481 * stack.c (print_raw_frame_arguments): New static global.
5482 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5483 (_initialize_stack): New command "set/show print raw frame-arguments".
5484 * valprint.c (setprintrawlist, showprintrawlist): New globals.
5485 (set_print_raw, show_print_raw): New functions.
5486 (_initialize_valprint): New prefix command "set/show print raw".
5487 * valprint.h (value_print_options): Improve comments.
5488
5489 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5490 of all *list variables.
5491
5492 * gdbcmd.h (togglelist): Delete.
5493 * cli/cli-cmds.c (togglelist): Delete.
5494 (init_cmd_lists): Update.
5495 * cli/cli-cmds.h (togglelist): Delete.
5496
5497 2013-07-17 Tom Tromey <tromey@redhat.com>
5498
5499 * dwarf2read.c (dwarf2_per_objfile_free): Clear
5500 dwarf2_per_objfile.
5501
5502 2013-07-16 Doug Evans <dje@google.com>
5503
5504 * nto-tdep.c (nto_relocate_section_addresses): Update,
5505 target_section.bfd deleted.
5506 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5507 * s390-tdep.c (s390_load): Ditto.
5508 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5509
5510 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
5511
5512 * common/format.c (parse_format_string): Add checks for NULL
5513 character before calling strchr.
5514
5515 2013-07-16 Doug Evans <dje@google.com>
5516
5517 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5518 temp_pathname argument.
5519 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5520 when opening the file fails.
5521
5522 * target.h (struct target_section): Delete member bfd.
5523 All users updated to use the_bfd_section->owner instead.
5524 * exec.c (add_to_section_table): Assert bfd is expected value.
5525 Remove initialization of target_section.bfd.
5526 (remove_target_sections): Update.
5527 (section_table_available_memory): Update.
5528 (section_table_xfer_memory_partial): Update.
5529 (print_section_info): Update.
5530 (exec_set_section_address): Update.
5531 * record-full.c (record_full_core_xfer_partial): Update.
5532 * solib-svr4.c (svr4_relocate_section_addresses): Update.
5533 * solib-target.c (solib_target_relocate_section_addresses): Update.
5534 * symfile.c (build_section_addr_info_from_section_table): Update.
5535 * target.c (memory_xfer_live_readonly_partial): Update.
5536 (memory_xfer_partial_1): Update.
5537
5538 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5539
5540 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5541 now available for embedded (BookE) and server (BookS) processors,
5542 correct mentions of 'booke' and adjust comments accordingly in order to
5543 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5544 (have_ptrace_booke_interface): Rename function and variable
5545 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5546 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5547 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5548 'hwdebug_point_cmp'. Update all uses.
5549 (booke_find_thread_points_by_tid): Rename function
5550 'booke_find_thread_points_by_tid' to
5551 'hwdebug_find_thread_points_by_tid'. Update all uses.
5552 (booke_insert_point): Rename function 'booke_insert_point' to
5553 'hwdebug_insert_point'. Update all uses.
5554 (booke_remove_point): Rename function 'booke_remove_point' to
5555 'hwdebug_remove_point'. Update all uses.
5556
5557 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
5558
5559 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5560 numbers with enum values.
5561
5562 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
5563
5564 PR threads/13217
5565 * thread.c (thread_apply_all_command): Check for valid threads
5566 and thread count.
5567 (thread_array_cleanup): New struct.
5568 (set_thread_refcount): New function.
5569
5570 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
5571
5572 * infcmd.c (default_print_one_register_info): Reuse function
5573 print_hex_chars.
5574
5575 2013-07-10 Tom Tromey <tromey@redhat.com>
5576
5577 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5578 (ada-exp.o): New target.
5579
5580 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
5581
5582 * mt-tdep.c (mt_registers_info): Call
5583 get_no_prettyformat_print_options instead of
5584 get_raw_print_options (regression by last patch from Doug
5585 Evans).
5586
5587 2013-07-09 Pedro Alves <palves@redhat.com>
5588
5589 Checked in by Joel Brobecker <brobecker@adacore.com>.
5590 * ada-lang.c (coerce_unspec_val_to_type): Use
5591 value_optimized_out_const.
5592 * value.c (value_optimized_out_const): New function.
5593 * value.h (value_optimized_out_const): New declaration.
5594
5595 2013-07-09 Doug Evans <dje@google.com>
5596
5597 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5598 Enum values rename as well. All uses updated.
5599 * valprint.h (value_print_options): Rename member pretty to
5600 pretty format. Rename member prettyprint_arrays to
5601 prettyformat_arrays. Rename member prettyprint_structs to
5602 prettyformat_structs. All uses updated.
5603 (get_no_prettyformat_print_options): Renamed from
5604 get_raw_print_options.
5605 * valprint.c (get_no_prettyformat_print_options): Renamed from
5606 get_raw_print_options. All callers updated.
5607 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5608 All callers updated.
5609 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5610 All callers updated.
5611 (_initialize_valprint): Improve help text for "set print pretty" and
5612 "set print arrays".
5613
5614 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
5615
5616 * value.c (value_bits_valid): Revert previous change, and change
5617 by Pedro on 2013-07-04, due to regressions in
5618 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5619
5620 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
5621 Pedro Alves <palves@redhat.com>
5622
5623 * value.c (value_bits_valid): If the value is not lval_computed
5624 or has no check validity handler then the answer is the
5625 optimized_out flag, otherwise defer to the handler.
5626
5627 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5628
5629 * top.c (print_gdb_configuration): Explain in output of
5630 --configuration what does "relocatable" mean.
5631
5632 * main.c (print_gdb_help): Regroup options in the --help text.
5633 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5634 the relevant discussions.
5635
5636 2013-07-06 Yao Qi <yao@codesourcery.com>
5637
5638 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5639 Remove parameter 'lsal'.
5640 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5641 to inner block. Caller update.
5642 (base_breakpoint_create_breakpoints_sal): Update.
5643 (bkpt_create_breakpoints_sal): Likewise.
5644 (tracepoint_create_breakpoints_sal): Likewise.
5645 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5646 element 0 of vector 'canonical->sals'.
5647
5648 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
5649
5650 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5651 register number instead of the pseudo register one.
5652 (rs6000_dwarf2_reg_to_regnum): Likewise.
5653
5654 2013-07-04 Pedro Alves <palves@redhat.com>
5655
5656 * findvar.c (value_of_register): Use allocate_optimized_out_value
5657 if the register has been optimized out, instead of
5658 set_value_optimized_out.
5659 * frame-unwind.c (frame_unwind_got_optimized): Use
5660 allocate_optimized_out_value.
5661
5662 2013-07-04 Pedro Alves <palves@redhat.com>
5663
5664 * value.c (value_bits_valid): If the value is not lval_computed,
5665 or doesn't have a check_validity hook, assume the value is entirely
5666 valid.
5667
5668 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5669
5670 * stack.c (read_frame_arg): No longer fetch lazy values.
5671 * value.c (value_optimized_out): If the value is not already
5672 marked optimized out, and is lazy then fetch it.
5673 (value_primitive_field): Move optimized out check to later in the
5674 function, after we have loaded any lazy values.
5675 (value_fetch_lazy): Use optimized out flag directly rather than
5676 calling optimized_out method.
5677
5678 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5679
5680 * valops.c: Don't include "user-regs.h".
5681 (value_fetch_lazy): Moved to value.c.
5682 * value.c: Include "user-regs.h".
5683 (value_fetch_lazy): Moved from valops.c.
5684
5685 2013-07-04 Yao Qi <yao@codesourcery.com>
5686
5687 Revert:
5688 2013-06-27 Yao Qi <yao@codesourcery.com>
5689
5690 * common/create-version.sh: Update comments. Handle the case
5691 that TARGET_ALIAS is empty.
5692
5693 2013-07-03 Pedro Alves <palves@redhat.com>
5694
5695 * Makefile.in (config.status): Depend on development.sh.
5696 (aclocal_m4_deps): Add libmcheck.m4.
5697 * acinclude.m4: Include libmcheck.m4.
5698 * configure.ac: Source development.sh instead of setting
5699 'development' here. --enable-libmcheck/--disable-libmcheck code
5700 factored out to GDB_AC_LIBMCHECK. Run it.
5701 * development.sh: New file.
5702 * libmcheck.m4: New file.
5703 * configure: Regenerate.
5704
5705 2013-07-02 Tom Tromey <tromey@redhat.com>
5706
5707 * contrib/ari/update-web-ari.sh: Update for version.in change.
5708
5709 2013-07-02 Tom Tromey <tromey@redhat.com>
5710
5711 * common/ptid.h: Comment fixes.
5712
5713 2013-07-01 Tom Tromey <tromey@redhat.com>
5714
5715 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5716 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5717 (dwarf2_read_index, create_all_comp_units): Update.
5718
5719 2013-07-01 Tom Tromey <tromey@redhat.com>
5720
5721 * configure.ac (build_warnings): Add -Wold-style-definition.
5722 * configure: Rebuild.
5723 * machoread.c (_initialize_machoread): Use "(void)".
5724 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5725 use "(void)".
5726
5727 2013-07-01 Tom Tromey <tromey@redhat.com>
5728
5729 * configure.ac (build_warnings): Add -Wold-style-declaration.
5730 * configure: Rebuild.
5731 * dsrec.c (make_srec): Use "static const", not "const static".
5732 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5733 not "const static".
5734 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5735 Use "static const", not "const static".
5736 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5737 not "const static".
5738 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5739 not "const static".
5740 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5741 not "const static".
5742 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5743 not "const static".
5744 (v850_dbtrap_breakpoint_from_pc): Likewise.
5745 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5746 not "const static".
5747
5748 2013-07-01 Tom Tromey <tromey@redhat.com>
5749
5750 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5751 * configure: Rebuild.
5752
5753 2013-07-01 Pedro Alves <palves@redhat.com>
5754
5755 * defs.h: Include "pathmax.h".
5756 * utils.c: Don't include sys/param.h.
5757 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5758 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5759 instead of MAXPATHLEN.
5760 * solib-sunos.c: Don't include sys/param.h.
5761 * xcoffread.c: Don't include sys/param.h.
5762 * bsd-kvm.c: Don't include sys/param.h.
5763 * darwin-nat.c: Don't include sys/param.h.
5764 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5765 * darwin-nat-info.c: Don't include sys/param.h.
5766 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5767 MAXPATHLEN.
5768 * i386obsd-nat.c: Don't include sys/param.h.
5769 * inf-child.c: Don't include sys/param.h.
5770 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5771 * linux-fork.c: Don't include sys/param.h.
5772 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5773 * linux-nat.c: Don't include sys/param.h.
5774 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5775 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5776 * m68klinux-nat.c: Don't include sys/param.h.
5777 * nbsd-nat.c: Don't include sys/param.h.
5778 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5779 * ppc-linux-nat.c: Don't include sys/param.h.
5780 * rs6000-nat.c: Don't include sys/param.h.
5781 * spu-linux-nat.c. Don't include sys/param.h.
5782 * windows-nat.c: Don't include sys/param.h.
5783 * xtensa-linux-nat.c: Don't include sys/param.h.
5784 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5785
5786 2013-07-01 Pedro Alves <palves@redhat.com>
5787
5788 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5789 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5790 * gnulib/aclocal.m4: Regenerate.
5791 * gnulib/config.in: Regenerate.
5792 * gnulib/configure: Regenerate.
5793 * gnulib/import/pathmax.h: New file.
5794 * gnulib/import/Makefile.am: Regenerate.
5795 * gnulib/import/Makefile.in: Regenerate.
5796 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5797 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5798 * gnulib/import/m4/pathmax.m4: New file.
5799
5800 2013-07-01 Pedro Alves <palves@redhat.com>
5801
5802 * configure.ac (GDBINIT): Define, depending on host.
5803 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5804 * top.c (PATH_MAX): Delete fallback definition.
5805 (GDBINIT_FILENAME): Delete.
5806 (gdbinit): Reimplement as const char array set to the GDBINIT
5807 string constant.
5808 * top.h (gdbinit): Make const.
5809 * configure, config.in: Regenerate.
5810
5811 2013-07-01 Pedro Alves <palves@redhat.com>
5812
5813 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5814 * cli/cli-cmds.h (source_script): Likewise.
5815 * exceptions.c (catch_command_errors_const): New function.
5816 * exceptions.h (catch_command_errors_const): Declare.
5817 * main.c (get_init_files): Make parameters const, and adjust.
5818 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5819 'local_gdbinit' locals const. Adjust to use
5820 catch_command_errors_const.
5821 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5822 'local_gdbinit' locals const.
5823
5824 2013-07-01 Pedro Alves <palves@redhat.com>
5825
5826 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5827 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5828 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5829 <unistd.h>.
5830
5831 2013-07-01 Pedro Alves <palves@redhat.com>
5832
5833 Import the "unistd" gnulib module.
5834 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5835 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5836 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5837 import/m4/unistd_h.m4.
5838 * gnulib/aclocal.m4: Renenerate.
5839 * gnulib/config.in: Renenerate.
5840 * gnulib/configure: Renenerate.
5841 * gnulib/import/Makefile.am: Renenerate.
5842 * gnulib/import/Makefile.in: Renenerate.
5843 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5844 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5845 * gnulib/import/m4/off_t.m4: New file.
5846 * gnulib/import/m4/ssize_t.m4: New file.
5847 * gnulib/import/m4/sys_types_h.m4: New file.
5848 * gnulib/import/m4/unistd_h.m4: New file.
5849 * gnulib/import/sys_types.in.h: New file.
5850 * gnulib/import/unistd.c: New file.
5851 * gnulib/import/unistd.in.h: New file.
5852
5853 2013-07-01 Pedro Alves <palves@redhat.com>
5854
5855 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5856 defined instead of checking HAVE_UNISTD_H.
5857
5858 2013-07-01 Pedro Alves <palves@redhat.com>
5859
5860 Reimport gnulib from scratch.
5861 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5862 import/m4/onceonly.m4.
5863 * gnulib/aclocal.m4: Renegerate.
5864 * gnulib/config.in: Renegerate.
5865 * gnulib/configure: Renegerate.
5866 * gnulib/import/Makefile.in: Renegerate.
5867 * gnulib/import/extra/update-copyright: Renegerate.
5868 * gnulib/import/m4/onceonly.m4: Delete.
5869
5870 2013-07-01 Pedro Alves <palves@redhat.com>
5871
5872 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5873
5874 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5875
5876 Code cleanup.
5877 * remote.c (async_remote_interrupt_twice): Make it static.
5878 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5879
5880 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5881
5882 * ia64-linux-tdep.c: Include <ctype.h>.
5883 (ia64_linux_stap_is_single_operand): New function.
5884 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5885
5886 2013-06-28 Tom Tromey <tromey@redhat.com>
5887
5888 * Makefile.in (version.c): Use version.in, not
5889 common/version.in.
5890 * common/create-version.sh: Likewise.
5891 * common/version.in: Move...
5892 * version.in: ...here.
5893
5894 2013-06-28 Pedro Alves <palves@redhat.com>
5895
5896 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5897 here.
5898 * utils.h (pagination_enabled): Declare.
5899
5900 2013-06-28 Pedro Alves <palves@redhat.com>
5901
5902 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5903 Move higher up in file.
5904
5905 2013-06-28 Tom Tromey <tromey@redhat.com>
5906
5907 * tracepoint.c (deprecated_readline_begin_hook)
5908 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5909 declare.
5910
5911 2013-06-28 Pedro Alves <palves@redhat.com>
5912
5913 PR tui/14880
5914 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5915 checking if they're available.
5916 * value.c (value_available_contents_eq): Change comment.
5917 * value.h (value_available_contents_eq): Expand comment.
5918
5919 2013-06-27 Tom Tromey <tromey@redhat.com>
5920
5921 * target.c (find_run_target): Remove.
5922 * target.h (find_run_target): Remove.
5923
5924 2013-06-27 Tom Tromey <tromey@redhat.com>
5925
5926 * corelow.c (core_gdbarch): Now static.
5927
5928 2013-06-27 Tom Tromey <tromey@redhat.com>
5929
5930 * target.c (target_struct_index): Remove.
5931
5932 2013-06-27 Pedro Alves <palves@redhat.com>
5933
5934 * infrun.c: Remove comment describing the 'stepping over runtime
5935 loader dynamic symbol resolution code' mechanism; moved to
5936 gdbint.texinfo.
5937
5938 2013-06-27 Pedro Alves <palves@redhat.com>
5939
5940 * exceptions.c (catch_command_errors): Remove spurious space.
5941 * exceptions.h (catch_command_errors): Second parameter is "arg",
5942 not "command".
5943
5944 2013-06-27 Yao Qi <yao@codesourcery.com>
5945
5946 * common/create-version.sh: Update comments. Handle the case
5947 that TARGET_ALIAS is empty.
5948
5949 2013-06-26 Pedro Alves <palves@redhat.com>
5950
5951 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5952 comment.
5953
5954 2013-06-26 Pedro Alves <palves@redhat.com>
5955
5956 * infrun.c: Update comments on stepping over runtime loader
5957 dynamic symbol resolution code.
5958
5959 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5960
5961 * ax-gdb.h (union exp_element): Forward declare.
5962 * parser-defs.h: Include expression.h.
5963
5964 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5965
5966 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5967
5968 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5969
5970 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5971
5972 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5973
5974 Fix trace-status to output proper start-time and stop-time.
5975 * tracepoint.c (trace_status_command): Fix type of printf arg to
5976 prevent improper type conversion.
5977 (trace_status_mi): Likewise.
5978
5979 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5980
5981 * mips-tdep.c (mips_next_pc): Fix a typo.
5982
5983 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5984
5985 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5986
5987 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5988 Yao Qi <yao@codesourcery.com>
5989
5990 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5991 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5992 * mi/mi-main.c (print_variable_or_computed): New function.
5993 (mi_cmd_trace_frame_collected): New function.
5994 * tracepoint.c (find_trace_state_variable_by_number): New.
5995 (struct traceframe_info): Move to tracepoint.h
5996 (struct collection_list): Likewise.
5997 (do_collect_symbol): Include locals and arguments in the
5998 collected variables list.
5999 (clear_collection_list): Clear wholly collected variables list
6000 and computed variables list.
6001 (append_exp): New function.
6002 (encode_actions_1): Include variables in the wholly
6003 collected variables list. Include memory ranges and
6004 full-fledged expressions in the computed expressions list.
6005 (encode_actions): Move some code to ...
6006 Return the cleanup chain.
6007 (encode_actions_rsp): ... here. New function.
6008 (get_traceframe_location, get_traceframe_info): Remove static.
6009 * tracepoint.h (struct memrange): Moved from tracepoint.c.
6010 (struct collection_list): Moved from tracepoint.c. Add two
6011 new fields 'wholly_collected' and 'computed'.
6012 (find_trace_state_variable_by_number): Declare.
6013 (encode_actions): Adjust declaration.
6014 (encode_actions_rsp): Declare.
6015 (get_traceframe_info, get_traceframe_location): Declare.
6016
6017 * NEWS: Mention new MI command -trace-frame-collected.
6018
6019 2013-06-26 Pedro Alves <pedro@codesourcery.com>
6020 Yao Qi <yao@codesourcery.com>
6021
6022 * ctf.c (ctf_traceframe_info): Push trace state variables
6023 present in the trace data into the traceframe info object.
6024 * breakpoint.c (DEF_VEC_I): Remove.
6025 * common/filestuff.c (DEF_VEC_I): Likewise.
6026 * dwarf2loc.c (DEF_VEC_I): Likewise.
6027 * mi/mi-main.c (DEF_VEC_I): Likewise.
6028 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
6029 * features/traceframe-info.dtd: Add tvar element and its
6030 attributes.
6031 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
6032 (build_traceframe_info): Push trace state variables present in
6033 the trace data into the traceframe info object.
6034 (traceframe_info_start_tvar): New function.
6035 (tvar_attributes): New.
6036 (traceframe_info_children): Add "tvar" element.
6037 * tracepoint.h (struct traceframe_info) <tvars>: New field.
6038
6039 * NEWS: Mention the change in GDB and GDBserver.
6040
6041 2013-06-26 Pedro Alves <pedro@codesourcery.com>
6042 Yao Qi <yao@codesourcery.com>
6043
6044 * tracepoint.c (trace_dump_command): Move code to ...
6045 (get_traceframe_location): ... here. New.
6046
6047 2013-06-26 Pedro Alves <pedro@codesourcery.com>
6048 Yao Qi <yao@codesourcery.com>
6049
6050 * tracepoint.c (trace_dump_command): GDB emits an error
6051 instead of a warning when a traceframe is not selected.
6052
6053 2013-06-26 Pedro Alves <pedro@codesourcery.com>
6054 Yao Qi <yao@codesourcery.com>
6055
6056 * tracepoint.c (tracepoint_list, stepping_list): Remove.
6057 (clear_collection_list): Free fields 'aexpre_list' and 'list'
6058 in collection_list.
6059 (do_clear_collection_list, init_collection_list): New.
6060 (encode_actions): Add local variables 'tracepoint_list' and
6061 'stepping_list'. Call init_collection_list and make cleanup
6062 which calls do_clear_collection_list. Don't call
6063 clear_collection_list.
6064 (_initialize_tracepoint): Delete references to
6065 'tracepoint_list' and 'stepping_list'.
6066
6067 2013-06-25 Tom Tromey <tromey@redhat.com>
6068
6069 * common/create-version.sh (date): Use "$", not "$$" in sed
6070 expression.
6071
6072 2013-06-25 Kevin Buettner <kevinb@redhat.com>
6073
6074 * NEWS (New targets): Add entry for TI MSP430.
6075
6076 2013-06-25 Yao Qi <yao@codesourcery.com>
6077
6078 * remote.c (remote_start_remote): Move code to upload tsv
6079 earlier.
6080
6081 2013-06-25 Yao Qi <yao@codesourcery.com>
6082 Hui Zhu <hui@codesourcery.com>
6083 Pedro Alves <palves@redhat.com>
6084
6085 PR breakpoints/15075
6086 PR breakpoints/15434
6087 * breakpoint.c (bpstat_stop_status): Call
6088 b->ops->after_condition_true.
6089 (update_dprintf_command_list): Don't append "continue" command
6090 to the command list of dprintf breakpoint.
6091 (base_breakpoint_after_condition_true): New function.
6092 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
6093 (dprintf_after_condition_true): New function.
6094 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
6095 * breakpoint.h (breakpoint_ops): Add after_condition_true.
6096
6097 2013-06-24 Kevin Buettner <kevinb@redhat.com>
6098
6099 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
6100 (ALLDEPFILES): Add msp430-tdep.c.
6101 * configure.tgt (msp430*-*-elf): New target.
6102 * msp430-tdep.c: New file.
6103
6104 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
6105
6106 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
6107 microMIPS synthetic symbols.
6108
6109 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
6110
6111 * objfiles.h (pc_in_section): New prototype.
6112 (in_plt_section): Remove name argument, replace prototype with
6113 static inline function.
6114 * mips-tdep.h: Include "objfiles.h".
6115 (in_mips_stubs_section): New function.
6116 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
6117 in_solib_call_trampoline member.
6118 (hppa_in_solib_call_trampoline): Remove name argument.
6119 * objfiles.c (pc_in_section): New function.
6120 (in_plt_section): Remove function.
6121 * mips-linux-tdep.c: Include "objfiles.h".
6122 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
6123 name argument. Return 1 rather than the low 16-bit halfword of
6124 any instruction examined.
6125 (mips_linux_in_dynsym_resolve_code): Update
6126 mips_linux_in_dynsym_stub call accordingly.
6127 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
6128 rather than an equivalent hand-coded sequence.
6129 * hppa-hpux-tdep.c (in_opd_section): Remove function.
6130 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
6131 (hppa64_hpux_in_solib_call_trampoline): Likewise.
6132 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
6133 in_opd_section.
6134 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
6135 on call to tdep->in_solib_call_trampoline.
6136 (hppa_in_solib_call_trampoline): Remove name argument, update
6137 according to in_plt_section change.
6138 (hppa_skip_trampoline_code): Update according to in_plt_section
6139 change.
6140 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
6141 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
6142 Likewise.
6143 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
6144 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
6145 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
6146 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
6147 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
6148 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
6149 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
6150 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
6151 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
6152 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
6153 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
6154 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
6155 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
6156
6157 2013-06-24 Joel Brobecker <brobecker@adacore.com>
6158
6159 * common/create-version.sh: Fix expansion of $host_alias
6160 and $target_alias in generation of HOST_NAME and TARGET_NAME
6161 (resp.).
6162
6163 2013-06-24 Tom Tromey <tromey@redhat.com>
6164
6165 * common/create-version.sh: New file.
6166 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
6167 create-version.sh.
6168 (HFILES_NO_SRCDIR): Use common/version.h.
6169 * version.in: Move to ...
6170 * common/version.in: ... here. Replace date with "DATE".
6171 * version.h: Move to ...
6172 * common/version.h: ... here.
6173
6174 2013-06-21 Joel Brobecker <brobecker@adacore.com>
6175
6176 * gdb/gnulib/Makefile.in: Update date in copyright header.
6177 * gdb/gnulib/configure.ac: Ditto.
6178 * gdb/gnulib/update-gnulib.sh: Ditto.
6179
6180 2013-06-21 Joel Brobecker <brobecker@adacore.com>
6181
6182 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
6183 "gdb/gnulib/import".
6184
6185 2013-06-21 Will Newton <will.newton@linaro.org>
6186
6187 * doublest.c (ldfrexp): Remove function.
6188 (convert_doublest_to_floatformat): Call frexpl instead of
6189 ldfrexp.
6190
6191 2013-06-21 Will Newton <will.newton@linaro.org>
6192
6193 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
6194 * gnulib/aclocal.m4: Regenerate.
6195 * gnulib/config.in: Regenerate.
6196 * gnulib/configure: Regenerate.
6197 * gnulib/import/Makefile.am: Update.
6198 * gnulib/import/Makefile.in: Update.
6199 * gnulib/import/m4/gnulib-cache.m4: Update.
6200 * gnulib/import/m4/gnulib-comp.m4: Update.
6201 * gnulib/import/float+.h: Import.
6202 * gnulib/import/float.c: Import.
6203 * gnulib/import/float.in.h: Import.
6204 * gnulib/import/fpucw.h: Import.
6205 * gnulib/import/frexp.c: Import.
6206 * gnulib/import/frexpl.c: Import.
6207 * gnulib/import/isnan.c: Import.
6208 * gnulib/import/isnand-nolibm.h: Import.
6209 * gnulib/import/isnand.c: Import.
6210 * gnulib/import/isnanl-nolibm.h: Import.
6211 * gnulib/import/isnanl.c: Import.
6212 * gnulib/import/itold.c: Import.
6213 * gnulib/import/m4/exponentd.m4: Import.
6214 * gnulib/import/m4/exponentl.m4: Import.
6215 * gnulib/import/m4/float_h.m4: Import.
6216 * gnulib/import/m4/fpieee.m4: Import.
6217 * gnulib/import/m4/frexp.m4: Import.
6218 * gnulib/import/m4/frexpl.m4: Import.
6219 * gnulib/import/m4/isnand.m4: Import.
6220 * gnulib/import/m4/isnanl.m4: Import.
6221 * gnulib/import/m4/math_h.m4: Import.
6222 * gnulib/import/math.c: Import.
6223 * gnulib/import/math.in.h: Import.
6224
6225 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6226
6227 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
6228 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
6229 signature_INTEL_edx comparisons.
6230
6231 2013-06-20 Doug Evans <dje@google.com>
6232
6233 symtab/15652
6234 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
6235 All callers updated.
6236 (open_dwp_file): If we can't find the dwp file, search the basename
6237 in debug-file-directory.
6238
6239 * dwarf2read.c (struct dwp_file): Fix comment.
6240 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
6241
6242 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
6243 better.
6244
6245 2013-06-20 Yao Qi <yao@codesourcery.com>
6246
6247 * breakpoint.c (create_breakpoint): Fix code indentation.
6248
6249 2013-06-20 Yao Qi <yao@codesourcery.com>
6250
6251 * breakpoint.c (create_breakpoints_sal_default): Remove
6252 parameter 'lsal'. Update declaration.
6253 (bkpt_create_breakpoints_sal): Caller update.
6254 (tracepoint_create_breakpoints_sal): Likewise.
6255
6256 2013-06-20 Pedro Alves <pedro@codesourcery.com>
6257 Yao Qi <yao@codesourcery.com>
6258
6259 * NEWS: Mention the new option '--skip-unavailable' of command
6260 -data-list-register-values.
6261 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
6262 --skip-unavailable option. Adjust to use output_register.
6263 (output_register): Add new 'skip_unavailable' parameter.
6264 Handle it.
6265
6266 2013-06-19 Mike Frysinger <vapier@gentoo.org>
6267
6268 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
6269 common/i386-gcc-cpuid.h.
6270 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
6271 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
6272 Copy the latest version from upstream gcc.
6273 * common/linux-btrace.c: Include i386-cpuid.h.
6274 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
6275 call to i386_cpuid.
6276 (cpu_supports_btrace): Likewise.
6277 * go32-nat.c: Include i386-cpuid.h.
6278 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
6279
6280 2013-06-19 Doug Evans <dje@google.com>
6281
6282 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
6283 (get_section_index): Ditto.
6284
6285 2013-06-19 Tom Tromey <tromey@redhat.com>
6286
6287 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
6288 "dprintf" help.
6289
6290 2013-06-18 Doug Evans <dje@google.com>
6291
6292 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
6293 before using it.
6294 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
6295 Move test of cu_index closer to use. Print complaint if cu_index
6296 is bad.
6297
6298 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6299
6300 * machoread.c (oso_vector): Delete this global.
6301 (macho_register_oso): Add new parameter "oso_vector_ptr".
6302 Use it instead of the "oso_vector" global.
6303 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
6304 (macho_symfile_read): Use a local oso_vector, to be free'ed
6305 at the end of this function, in place of the old "oso_vector"
6306 global. Update various function calls accordingly. Use one
6307 single cleanup chain for the entire function.
6308
6309 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6310
6311 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
6312 DWARF2_PER_OBJFILE by uses of DATA instead.
6313
6314 2013-06-18 Tom Tromey <tromey@redhat.com>
6315
6316 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
6317 argument.
6318 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6319 Special case signals other than GDB_SIGNAL_TRAP.
6320 (explains_signal_watchpoint): New function.
6321 (base_breakpoint_explains_signal): Add 'sig' argument.
6322 (initialize_breakpoint_ops): Set 'explains_signal' method for
6323 watchpoints.
6324 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
6325 signal argument.
6326 (bpstat_explains_signal): Likewise.
6327 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
6328
6329 2013-06-18 Tom Tromey <tromey@redhat.com>
6330
6331 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
6332
6333 2013-06-18 Tom Tromey <tromey@redhat.com>
6334
6335 * python/python.c (finish_python_initialization): Decref
6336 'pythondir' on failure path as well.
6337
6338 2013-06-18 Tom Tromey <tromey@redhat.com>
6339
6340 PR symtab/15391:
6341 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
6342 after taking bits_to_skip into account. Sign extend byte_offset.
6343 * utils.h (gdb_sign_extend): Declare.
6344 * utils.c (gdb_sign_extend): New function.
6345
6346 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6347
6348 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
6349
6350 2013-06-17 Pierre Muller <muller@sourceware.org>
6351
6352 * corelow.c (core_open): Print GDB signal name instead of target
6353 signal number.
6354
6355 2013-06-17 Mike Frysinger <vapier@gentoo.org>
6356
6357 * .gitignore: Add /gcore.
6358
6359 2013-06-13 Doug Evans <dje@google.com>
6360
6361 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
6362 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
6363
6364 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
6365
6366 * stack.c (backtrace_command_1): Fix indentation.
6367
6368 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6369
6370 * window-nat.c (thread_rec): Add missing empty line after
6371 local variable declaration.
6372
6373 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6374
6375 * windows-nat.c (thread_rec): Revert format used to print
6376 error code returned by SuspendThread from %d back to %u.
6377
6378 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6379
6380 * windows-nat.c (windows_continue): Add "0x" prefix for thread
6381 ID in debug trace.
6382 (get_windows_debug_event): Likewise, for all debug traces.
6383
6384 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6385
6386 * window-nat.c (thread_rec): Add thread ID in SuspendThread
6387 warning message.
6388
6389 2013-06-08 Pedro Alves <pedro@codesourcery.com>
6390 Yao Qi <yao@codesourcery.com>
6391
6392 * mi/mi-main.c (get_register): Remove declaration.
6393 (output_register): Declare.
6394 (mi_cmd_data_list_register_values): Remove local variable
6395 'tuple_cleanup'. Move some code into output_register.
6396 (get_register): Renamed to ...
6397 (output_register): ... this. Output the register's
6398 "number" ui_out tuple here.
6399
6400 2013-06-07 Pedro Alves <palves@redhat.com>
6401
6402 * darwin-nat.c: Fix formating in copyright header.
6403 * darwin-nat.h: Likewise.
6404 * gnu-nat.c: Likewise.
6405 * machoread.c: Likewise.
6406
6407 2013-06-07 Pedro Alves <palves@redhat.com>
6408
6409 PR server/14823
6410 * regformats/regdat.sh: Output #include tdesc.h. Make globals
6411 static. Output a global target description pointer.
6412 (init_registers_${name}): Adjust to initialize a
6413 target description structure.
6414
6415 2013-06-07 Will Newton <will.newton@linaro.org>
6416
6417 * printcmd.c (build_address_symbolic): Call
6418 gdbarch_addr_bits_remove for text minimal symbols.
6419
6420 2013-06-07 Will Newton <will.newton@linaro.org>
6421
6422 * MAINTAINERS: Add myself to Write After Approval.
6423
6424 2013-06-07 Yao Qi <yao@codesourcery.com>
6425
6426 * tracepoint.c (start_tracing): Move code to ...
6427 (trace_reset_local_state): ... here. New.
6428 (disconnect_tracing): Don't call set_current_traceframe,
6429 set_tracepoint_num, and set_traceframe_context. Call
6430 trace_reset_local_state instead.
6431 (tfile_close): Call trace_reset_local_state.
6432 * ctf.c (ctf_close): Likewise.
6433 * remote.c (remote_close): Likewise.
6434 * tracepoint.h (trace_reset_local_state): Declare.
6435
6436 2013-06-06 Doug Evans <dje@google.com>
6437
6438 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
6439 and fix header docs.
6440
6441 2013-06-05 Doug Evans <dje@google.com>
6442 Keith Seitz <keiths@redhat.com>
6443
6444 PR 15519
6445 * cp-namespace.c (find_symbol_in_baseclass): Call
6446 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
6447 Check result of call to lookup_symbol_static.
6448 Call lookup_static_symbol_aux unconditionally.
6449 Call check_typedef on base types before accessing them.
6450 (cp_lookup_nested_symbol): Fix comment.
6451
6452 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
6453
6454 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
6455 minimal symbols pointing to function descriptors.
6456
6457 2013-06-05 Tom Tromey <tromey@redhat.com>
6458
6459 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
6460
6461 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
6462 Pedro Alves <palves@redhat.com>
6463
6464 * remote.c (remote_wait_as): Restore signal handler before returning
6465 when GDB gets a notification.
6466
6467 2013-06-04 Gary Benson <gbenson@redhat.com>
6468
6469 PR 2328
6470 * breakpoint.h (handle_solib_event): Moved function declaration
6471 to solib.h.
6472 * breakpoint.c (handle_solib_event): Moved function to solib.c.
6473 (bpstat_stop_status): Pass new argument to handle_solib_event.
6474 * solib.h (update_solib_breakpoints): New function declaration.
6475 (handle_solib_event): Moved function declaration from
6476 breakpoint.h.
6477 * solib.c (update_solib_breakpoints): New function.
6478 (handle_solib_event): Moved function from breakpoint.c.
6479 Updated to call solib_ops->handle_event if not NULL.
6480 * solist.h (target_so_ops): New fields "update_breakpoints" and
6481 "handle_event".
6482 * infrun.c (set_stop_on_solib_events): New function.
6483 (_initialize_infrun): Use the above for "set
6484 stop-on-solib-events".
6485 (handle_inferior_event): Pass new argument to handle_solib_event.
6486 * solib-svr4.c (probe.h): New include.
6487 (svr4_free_library_list): New forward declaration.
6488 (probe_action): New enum.
6489 (probe_info): New struct.
6490 (probe_info): New static variable.
6491 (NUM_PROBES): New definition.
6492 (svr4_info): New fields "using_xfer", "probes_table" and
6493 "solib_list".
6494 (free_probes_table): New function.
6495 (free_solib_list): New function.
6496 (svr4_pspace_data_cleanup): Free probes table and solib list.
6497 (svr4_copy_library_list): New function.
6498 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6499 (svr4_read_so_list): New parameter "prev_lm".
6500 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6501 (svr4_current_sos): New function.
6502 (probe_and_action): New struct.
6503 (hash_probe_and_action): New function.
6504 (equal_probe_and_action): Likewise.
6505 (register_solib_event_probe): Likewise.
6506 (solib_event_probe_at): Likewise.
6507 (solib_event_probe_action): Likewise.
6508 (solist_update_full): Likewise.
6509 (solist_update_incremental): Likewise.
6510 (disable_probes_interface_cleanup): Likewise.
6511 (svr4_handle_solib_event): Likewise.
6512 (svr4_update_solib_event_breakpoint): Likewise.
6513 (svr4_update_solib_event_breakpoints): Likewise.
6514 (svr4_create_solib_event_breakpoints): Likewise.
6515 (enable_break): Free probes table before creating breakpoints.
6516 Use svr4_create_solib_event_breakpoints to create breakpoints.
6517 (svr4_solib_create_inferior_hook): Free the solib list.
6518 (_initialize_svr4_solib): Initialise
6519 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6520
6521 2013-06-04 Gary Benson <gbenson@redhat.com>
6522
6523 * target.h (target_ops): New field
6524 "to_augmented_libraries_svr4_read".
6525 (target_augmented_libraries_svr4_read): New macro.
6526 * target.c (update_current_target): Handle
6527 to_augmented_libraries_svr4_read.
6528 * remote.c (remote_state): New field
6529 "augmented_libraries_svr4_read".
6530 (remote_augmented_libraries_svr4_read_feature): New function.
6531 (remote_protocol_features): Add entry for
6532 "augmented-libraries-svr4-read".
6533 (remote_augmented_libraries_svr4_read): New function.
6534 (init_remote_ops): Initialize
6535 remote_ops.to_augmented_libraries_svr4_read.
6536
6537 2013-06-04 Gary Benson <gbenson@redhat.com>
6538
6539 * NEWS: Update.
6540
6541 2013-06-04 Gary Benson <gbenson@redhat.com>
6542
6543 * objfiles.h (inhibit_section_map_updates): New function
6544 declaration.
6545 (resume_section_map_updates): Likewise.
6546 (resume_section_map_updates_cleanup): Likewise.
6547 * objfiles.c (objfile_pspace_info): Removed field
6548 "objfiles_changed_p". New fields "new_objfiles_available",
6549 "section_map_dirty" and "inhibit_updates".
6550 (allocate_objfile): Set new_objfiles_available.
6551 (free_objfile): Set section_map_dirty.
6552 (objfile_relocate1): Likewise.
6553 (in_plt_section): Likewise.
6554 (find_pc_section): Update the conditions under which the
6555 section map will be updated.
6556 (inhibit_section_map_updates): New function.
6557 (resume_section_map_updates): Likewise.
6558 (resume_section_map_updates_cleanup): Likewise.
6559
6560 2013-06-04 Gary Benson <gbenson@redhat.com>
6561
6562 * probe.h (get_probe_argument_count): New declaration.
6563 (evaluate_probe_argument): Likewise.
6564 * probe.c (get_probe_argument_count): New function.
6565 (evaluate_probe_argument): Likewise.
6566 (probe_safe_evaluate_at_pc): Use the above new functions.
6567
6568 2013-06-04 Alan Modra <amodra@gmail.com>
6569
6570 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6571 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6572 (ppc_insns_match_pattern): Add frame param. Avoid multiple
6573 target mem reads on optional insns.
6574 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6575 ppc_insns_match_pattern calls.
6576 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6577 Add match for power7 thread safety insns, and new order of
6578 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
6579 invocation in comment, and update rest of comment.
6580 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6581 PPC64_STANDARD_LINKAGE3_LEN): Delete.
6582 (ppc64_standard_linkage2_target): Update insn offsets.
6583 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
6584 stubs first. Update calls.
6585
6586 2013-06-04 Yao Qi <yao@codesourcery.com>
6587
6588 * solib.c (solib_find): Don't need dir separator if path has
6589 drive spec.
6590
6591 2013-06-03 Joel Brobecker <brobecker@adacore.com>
6592
6593 Revert (indirectly causes a SIGSEGV):
6594 * machoread.c (macho_symfile_read): Assign first cleanup to
6595 'back_to'.
6596
6597 2013-06-03 Yao Qi <yao@codesourcery.com>
6598
6599 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6600 mi-parse.c. Make them static.
6601 (mi_all_values): Likewise.
6602 (mi_parse_values_option): Move to mi-parse.c. Rename it to
6603 mi_parse_print_values. Make it external.
6604 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6605 Remove the declarations.
6606 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6607 * mi/mi-parse.h (mi_parse_print_values): Declare.
6608 * mi/mi-cmd-stack.c: Include mi-parse.h.
6609 (parse_print_values): Remove
6610 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6611 of parse_print_values.
6612 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6613
6614 2013-05-31 Pedro Alves <pedro@codesourcery.com>
6615 Yao Qi <yao@codesourcery.com>
6616
6617 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6618 (encode_actions): Move code to ...
6619 (all_tracepoint_actions_and_cleanup): ... here. New.
6620 (trace_dump_command): Likewise.
6621
6622 2013-05-30 Tom Tromey <tromey@redhat.com>
6623
6624 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6625
6626 2013-05-30 Tom Tromey <tromey@redhat.com>
6627
6628 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6629 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
6630 'old_chain' argument. Add 'parser_result' argument.
6631 (gdb_xml_create_parser_and_cleanup): Remove old version.
6632 (gdb_xml_parse_quick): Update.
6633 (xml_process_xincludes): Update.
6634 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6635 declare.
6636
6637 2013-05-30 Tom Tromey <tromey@redhat.com>
6638
6639 * probe.c (collect_probes): Check arguments for NULL before
6640 calling compile_rx_or_error.
6641 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6642 Remove NULL return.
6643
6644 2013-05-30 Tom Tromey <tromey@redhat.com>
6645
6646 * infrun.c (adjust_pc_after_break): Introduce an outer null
6647 cleanup.
6648
6649 2013-05-30 Tom Tromey <tromey@redhat.com>
6650
6651 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6652
6653 2013-05-30 Tom Tromey <tromey@redhat.com>
6654
6655 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6656 for 'old_chain'. Do not check 'head' before processing
6657 cleanups.
6658
6659 2013-05-30 Tom Tromey <tromey@redhat.com>
6660
6661 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6662 "cleanup_tuple".
6663
6664 2013-05-30 Tom Tromey <tromey@redhat.com>
6665
6666 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6667 inner scope. Unconditionally call do_cleanups.
6668
6669 2013-05-30 Tom Tromey <tromey@redhat.com>
6670
6671 * source.c (find_and_open_source): Call do_cleanups.
6672
6673 2013-05-30 Tom Tromey <tromey@redhat.com>
6674
6675 * linux-thread-db.c (thread_db_load_search): Unconditionally
6676 call do_cleanups.
6677
6678 2013-05-30 Tom Tromey <tromey@redhat.com>
6679
6680 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6681 for 'cleanup'; instead use a later one.
6682
6683 2013-05-30 Tom Tromey <tromey@redhat.com>
6684
6685 * python/py-breakpoint.c (bppy_get_commands): Use
6686 explicit, unconditional return.
6687 * python/py-frame.c (frapy_read_var): Likewise.
6688 * python/python.c (gdbpy_decode_line): Likewise.
6689
6690 2013-05-30 Tom Tromey <tromey@redhat.com>
6691
6692 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6693 do_cleanups on all return paths.
6694
6695 2013-05-30 Tom Tromey <tromey@redhat.com>
6696
6697 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6698
6699 2013-05-30 Tom Tromey <tromey@redhat.com>
6700
6701 * stabsread.c (read_struct_type): Call do_cleanups along
6702 all return paths.
6703
6704 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6705
6706 * mips-linux-tdep.c: Adjust formatting throughout.
6707
6708 2013-05-30 Tom Tromey <tromey@redhat.com>
6709
6710 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6711 along all return paths.
6712
6713 2013-05-30 Tom Tromey <tromey@redhat.com>
6714
6715 * symfile.c (find_separate_debug_file): Call do_cleanups
6716 along all return paths.
6717
6718 2013-05-30 Tom Tromey <tromey@redhat.com>
6719
6720 * symtab.c (search_symbols): Introduce a null cleanup for
6721 'retval_chain'.
6722
6723 2013-05-30 Tom Tromey <tromey@redhat.com>
6724
6725 * python/py-value.c (valpy_binop): Call do_cleanups before
6726 exiting loop.
6727
6728 2013-05-30 Tom Tromey <tromey@redhat.com>
6729
6730 * python/py-prettyprint.c (print_children): Remove extra
6731 do_cleanups call.
6732
6733 2013-05-30 Tom Tromey <tromey@redhat.com>
6734
6735 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6736 all return paths.
6737
6738 2013-05-30 Tom Tromey <tromey@redhat.com>
6739
6740 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6741 along all return paths.
6742
6743 2013-05-30 Tom Tromey <tromey@redhat.com>
6744
6745 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6746 call do_cleanups.
6747
6748 2013-05-30 Tom Tromey <tromey@redhat.com>
6749
6750 * varobj.c (c_value_of_root): Call do_cleanups along all
6751 return paths.
6752
6753 2013-05-30 Tom Tromey <tromey@redhat.com>
6754
6755 * tracepoint.c (trace_dump_command): Unconditionally call
6756 do_cleanups.
6757
6758 2013-05-30 Tom Tromey <tromey@redhat.com>
6759
6760 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6761 do_cleanups earlier.
6762
6763 2013-05-30 Tom Tromey <tromey@redhat.com>
6764
6765 * machoread.c (macho_symfile_read): Assign first cleanup to
6766 'back_to'.
6767
6768 2013-05-30 Tom Tromey <tromey@redhat.com>
6769
6770 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6771
6772 2013-05-30 Tom Tromey <tromey@redhat.com>
6773
6774 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6775
6776 2013-05-30 Tom Tromey <tromey@redhat.com>
6777
6778 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6779 call discard_cleanups.
6780 (inf_ptrace_attach): Likewise.
6781
6782 2013-05-30 Tom Tromey <tromey@redhat.com>
6783
6784 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6785 return paths.
6786 (mips_initialize): Likewise.
6787 (common_open): Call do_cleanups.
6788
6789 2013-05-30 Tom Tromey <tromey@redhat.com>
6790
6791 * utils.c (internal_vproblem): Call do_cleanups.
6792
6793 2013-05-30 Tom Tromey <tromey@redhat.com>
6794
6795 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6796
6797 2013-05-30 Tom Tromey <tromey@redhat.com>
6798
6799 * cli/cli-script.c (setup_user_args): Don't return after error.
6800
6801 2013-05-30 Tom Tromey <tromey@redhat.com>
6802
6803 * somread.c (som_symtab_read): Call do_cleanups.
6804
6805 2013-05-30 Tom Tromey <tromey@redhat.com>
6806
6807 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6808
6809 2013-05-30 Tom Tromey <tromey@redhat.com>
6810
6811 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6812 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6813 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6814 * source.c (show_substitute_path_command): Call do_cleanups.
6815 (unset_substitute_path_command, set_substitute_path_command):
6816 Likewise.
6817 * symfile.c (load_command): Call do_cleanups.
6818
6819 2013-05-30 Tom Tromey <tromey@redhat.com>
6820
6821 * contrib/cleanup_check.py: New file.
6822 * contrib/gcc-with-excheck: Add option parsing.
6823
6824 2013-05-30 Joel Brobecker <brobecker@adacore.com>
6825
6826 * windows-nat.c (windows_delete_thread): Add missing space
6827 in cast expression.
6828
6829 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6830
6831 * inferior.c (top level): Include tilde.h.
6832 (add_inferior_command): Call tilde_expand on the value of 'exec'
6833 argument.
6834
6835 2013-05-30 Pedro Alves <pedro@codesourcery.com>
6836 Yao Qi <yao@codesourcery.com>
6837
6838 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6839 Caller update.
6840 (encode_actions): Likewise.
6841 * remote.c (remote_download_tracepoint): Caller update.
6842 * tracepoint.h (encode_actions): Update declaration.
6843
6844 2013-05-30 Pedro Alves <palves@redhat.com>
6845
6846 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6847 pointer.
6848
6849 2013-05-30 Yao Qi <yao@codesourcery.com>
6850
6851 * remote.c (remote_check_symbols): Remove unused parameter
6852 'objfile'.
6853 Declaration update.
6854 (remote_start_remote, remote_new_objfile): Caller update.
6855
6856 2013-05-30 Yao Qi <yao@codesourcery.com>
6857
6858 * mi/mi-cmds.c (mi_cmds): Define MI command
6859 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6860 DEF_MI_CMD_CLI.
6861
6862 2013-05-29 Pedro Alves <palves@redhat.com>
6863
6864 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6865 (remote_insert_watchpoint, remote_remove_watchpoint)
6866 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6867 (remote_verify_memory, compare_sections_command)
6868 (remote_search_memory): Set the general process/thread on the
6869 remote side.
6870
6871 2013-05-29 Pedro Alves <palves@redhat.com>
6872
6873 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6874 (_initialize_aarch64_tdep): Don't call
6875 initialize_tdesc_aarch64_without_fpu.
6876 * features/Makefile (WHICH): Remove reference to
6877 aarch64-without-fpu.
6878 * features/aarch64-without-fpu.c: Delete file.
6879 * regformats/aarch64-without-fpu.dat: Delete file.
6880
6881 2013-05-28 Yao Qi <yao@codesourcery.com>
6882
6883 * tracepoint.c (stringify_collection_list): Remove parameter
6884 'string'.
6885 (encode_actions): Caller update. Remove local variables.
6886
6887 2013-05-24 Yao Qi <yao@codesourcery.com>
6888
6889 * tracepoint.c (TFILE_PID): Remove.
6890 (tfile_open): Don't add thread and inferior.
6891 (tfile_close): Don't set 'inferior_ptid'. Don't call
6892 exit_inferior_silent.
6893 (tfile_thread_alive): Remove.
6894 (init_tfile_ops): Don't set field 'to_thread_alive' of
6895 tfile_ops.
6896
6897 2013-05-23 Doug Evans <dje@google.com>
6898
6899 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6900
6901 2013-05-23 Pedro Alves <palves@redhat.com>
6902
6903 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6904 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6905 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6906 Only define if HAVE_SOCKETS is defined.
6907 * configure.ac: Check for sys/socket.h.
6908 * config.in, configure: Regenerate.
6909
6910 2013-05-23 Pedro Alves <palves@redhat.com>
6911
6912 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6913 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6914 printing uint32_t variables.
6915
6916 2013-05-23 Pedro Alves <palves@redhat.com>
6917
6918 * NEWS: Mention GDBserver range stepping support.
6919
6920 2013-05-23 Yao Qi <yao@codesourcery.com>
6921 Pedro Alves <palves@redhat.com>
6922
6923 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6924 field.
6925 * infcmd.c (step_once, until_next_command): Enable range stepping.
6926 * infrun.c (displaced_step_prepare): Disable range stepping.
6927 (resume): Disable range stepping if stepping over a breakpoint or
6928 we have software watchpoints. If range stepping is enabled,
6929 assert the thread is in the stepping range.
6930 (clear_proceed_status_thread): Clear may_range_step.
6931 (handle_inferior_event): Disable range stepping as soon as we know
6932 the thread that hit the event. Re-enable it whenever we're going
6933 to step with a step range.
6934 * remote.c (struct vCont_action_support) <r>: New field.
6935 (use_range_stepping): New global.
6936 (remote_vcont_probe): Handle 'r' action.
6937 (append_resumption): Append an 'r' action if the thread may range
6938 step.
6939 (show_range_stepping): New function.
6940 (set_range_stepping): New function.
6941 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6942 'set range-stepping' and 'show range-stepping' commands.
6943 * NEWS: Mention range stepping, the new vCont;r action, and the
6944 new "set/show range-stepping" commands.
6945
6946 2013-05-23 Yao Qi <yao@codesourcery.com>
6947 Pedro Alves <palves@redhat.com>
6948
6949 * remote.c (struct vCont_action_support): New struct.
6950 (struct remote_state) <support_vCont_t>: Remove field.
6951 <vCont_actions_support>: New field.
6952 (remote_vcont_probe, remote_stop_ns): Update.
6953
6954 2013-05-23 Yao Qi <yao@codesourcery.com>
6955 Pedro Alves <palves@redhat.com>
6956
6957 * gdbthread.h (pc_in_thread_step_range): New declaration.
6958 * thread.c (pc_in_thread_step_range): New function.
6959 * infrun.c (handle_inferior_event): Use it.
6960
6961 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6962
6963 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6964 of sprintf.
6965
6966 2013-05-22 Keith Seitz <keiths@redhat.com>
6967
6968 * ada-lang.c (is_known_support_routine): Add explicit free of
6969 'func_name' from find_frame_funname.
6970 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6971 for func_name from find_frame_funname.
6972 * python/py-frame.c (frapy_name): Add explicit free of
6973 'name' from find_frame_funname.
6974 * stack.c (find_frame_funname): Add comment explaining that
6975 funcp must be freed by the caller.
6976 Return copy of symbol names instead of pointers.
6977 (print_frame): Add a cleanup for 'funname' from
6978 find_frame_funname.
6979 * stack.h (find_frame_funname): Remove "const" from
6980 'funname' parameter.
6981
6982 2013-05-22 Tom Tromey <tromey@redhat.com>
6983
6984 PR c++/15401:
6985 * c-valprint.c (c_value_print): Use value_addr for
6986 references. Convert back to reference type with value_ref.
6987
6988 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6989
6990 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6991 unloaded DLL, it will be done by handle_solib_event. See
6992 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6993 details.
6994
6995 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6996
6997 * ui-out.c: Create typedef ui_out_level_p and define vector
6998 operations for that type.
6999 (struct ui_out): Use a vector instead of an array.
7000 (current_level): Return level from a vector.
7001 (push_level): Create a level in a vector.
7002 (pop_level): Delete a level in a vector.
7003 (ui_out_new): Create initial level zero level, and store in a
7004 vector.
7005 (ui_out_destroy): Add vector cleanup.
7006
7007 2013-05-22 Pedro Alves <palves@redhat.com>
7008
7009 * python/python-internal.h (gdb_Py_DECREF): Tag with
7010 "ARI: editCase function".
7011
7012 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
7013
7014 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
7015
7016 2013-05-21 Pedro Alves <palves@redhat.com>
7017
7018 * python/py-prettyprint.c (apply_val_pretty_printer): Check
7019 whether PRINTER is NULL before installing a Py_DECREF cleanup.
7020 * python/py-utils.c (py_decref): Don't check for NULL before
7021 calling Py_DECREF.
7022
7023 2013-05-21 Pedro Alves <palves@redhat.com>
7024
7025 * python/py-utils.c (py_decref): Remove extra braces.
7026 (gdb_pymodule_addobject): Remove extra braces.
7027 * python-internal.h (gdb_Py_DECREF): New static inline function.
7028 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
7029
7030 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7031
7032 * breakpoints.c (detach_breakpoints): Do not
7033 detach breakpoints locations with loc_type bp_loc_other.
7034
7035 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7036
7037 Workaround Python 2.6.
7038 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
7039 a block.
7040
7041 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7042
7043 Code cleanup: constification.
7044 * solib.c (solib_ops): Make return type and ops variable type const.
7045 (set_solib_ops): Make the new_ops parameter and ops variable const.
7046 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
7047 (solib_add, solib_keep_data_in_core, clear_solib)
7048 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
7049 (reload_shared_libraries, solib_global_lookup): Make the ops variable
7050 const.
7051 * solib.h (set_solib_ops): Make the new_ops parameter const.
7052
7053 2013-05-21 Joel Brobecker <brobecker@adacore.com>
7054
7055 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
7056 variable.
7057 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
7058 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
7059 (SYSTEM_GDBINIT_FILES): New variables.
7060 (all): Add stamp-system-gdbinit.
7061 (stamp-system-gdbinit): New rule.
7062 (clean-system-gdbinit, install-system-gdbinit)
7063 (uninstall-system-gdbinit): New rules. Make them .PHONY.
7064 (install-only): Add dependency on install-system-gdbinit.
7065 (uninstall): Add dependency on uninstall-system-gdbinit.
7066 (clean): Add dependency on clean-system-gdbinit.
7067 * system-gdbinit/elinos.py: New file.
7068 * system-gdbinit/wrs-linux.py: New file.
7069
7070 2013-05-21 Joel Brobecker <brobecker@adacore.com>
7071
7072 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
7073
7074 2013-05-21 Hui Zhu <hui@codesourcery.com>
7075
7076 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
7077 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
7078 * mi/mi-cmd-break.c (ctype.h): New include.
7079 (gdb_obstack.h): New include.
7080 (mi_argv_to_format, mi_cmd_break_insert_1): New.
7081 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
7082 (mi_cmd_dprintf_insert): New.
7083 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
7084 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
7085
7086 2013-05-20 Tom Tromey <tromey@redhat.com>
7087
7088 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
7089
7090 2013-05-20 Tom Tromey <tromey@redhat.com>
7091
7092 * python/py-value.c (valpy_get_dynamic_type): Simplify
7093 dynamic_type assignment. Use Py_XINCREF.
7094
7095 2013-05-20 Tom Tromey <tromey@redhat.com>
7096
7097 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
7098
7099 2013-05-20 Tom Tromey <tromey@redhat.com>
7100
7101 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
7102 (gdbpy_selected_frame): Move object-construction code
7103 out of TRY_CATCH.
7104
7105 2013-05-20 Tom Tromey <tromey@redhat.com>
7106
7107 * python/py-arch.c (gdbpy_initialize_arch): Use
7108 gdb_pymodule_addobject.
7109 * python/py-block.c (gdbpy_initialize_blocks): Use
7110 gdb_pymodule_addobject.
7111 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
7112 gdb_pymodule_addobject.
7113 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
7114 gdb_pymodule_addobject.
7115 * python/py-event.c (gdbpy_initialize_event_generic): Use
7116 gdb_pymodule_addobject.
7117 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
7118 gdb_pymodule_addobject.
7119 * python/py-evts.c (add_new_registry): Use
7120 gdb_pymodule_addobject.
7121 (gdbpy_initialize_py_events): Likewise.
7122 * python/py-finishbreakpoint.c
7123 (gdbpy_initialize_finishbreakpoints): Use
7124 gdb_pymodule_addobject.
7125 * python/py-frame.c (gdbpy_initialize_frames): Use
7126 gdb_pymodule_addobject.
7127 * python/py-function.c (gdbpy_initialize_functions): Use
7128 gdb_pymodule_addobject.
7129 * python/py-inferior.c (gdbpy_initialize_inferior): Use
7130 gdb_pymodule_addobject.
7131 * python/py-infthread.c (gdbpy_initialize_thread): Use
7132 gdb_pymodule_addobject.
7133 * python/py-objfile.c (gdbpy_initialize_objfile): Use
7134 gdb_pymodule_addobject.
7135 * python/py-param.c (gdbpy_initialize_parameters): Use
7136 gdb_pymodule_addobject.
7137 * python/py-progspace.c (gdbpy_initialize_pspace): Use
7138 gdb_pymodule_addobject.
7139 * python/py-symbol.c (gdbpy_initialize_symbols): Use
7140 gdb_pymodule_addobject.
7141 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
7142 gdb_pymodule_addobject.
7143 * python/py-type.c (gdbpy_initialize_types): Use
7144 gdb_pymodule_addobject.
7145 * python/py-utils.c (gdb_pymodule_addobject): New function.
7146 * python/py-value.c (gdbpy_initialize_values): Use
7147 gdb_pymodule_addobject.
7148 * python/python-internal.h (gdb_pymodule_addobject): Declare.
7149 * python/python.c (_initialize_python): Use
7150 gdb_pymodule_addobject.
7151
7152 2013-05-20 Tom Tromey <tromey@redhat.com>
7153
7154 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
7155 * python/py-param.c (get_set_value, get_show_value): Use
7156 explicit decrefs.
7157 * python/python.c (start_type_printers, apply_type_printers):
7158 Use explicit decrefs.
7159
7160 2013-05-20 Tom Tromey <tromey@redhat.com>
7161
7162 * python/py-evts.c (gdbpy_initialize_py_events): Don't
7163 incref the module.
7164
7165 2013-05-20 Tom Tromey <tromey@redhat.com>
7166
7167 * python/python.c (gdbpy_run_events): Decref the result
7168 of PyObject_CallObject.
7169
7170 2013-05-20 Tom Tromey <tromey@redhat.com>
7171
7172 * python/py-symtab.c (set_sal): Use
7173 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
7174 (symtab_and_line_to_sal_object): Update.
7175
7176 2013-05-20 Tom Tromey <tromey@redhat.com>
7177
7178 * python/py-param.c (compute_enum_values): Decref 'item'.
7179
7180 2013-05-20 Tom Tromey <tromey@redhat.com>
7181
7182 * mi/mi-main.c: Include python-internal.h.
7183 (mi_cmd_list_features): Check gdb_python_initialized.
7184 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
7185 (python_inferior_exit, python_new_objfile, add_thread_object)
7186 (delete_thread_object, py_free_inferior): Check
7187 gdb_python_initialized.
7188 * python/py-prettyprint.c (apply_val_pretty_printer): Check
7189 gdb_python_initialized.
7190 * python/py-type.c (save_objfile_types): Check
7191 gdb_python_initialized.
7192 * python/python-internal.h (gdb_python_initialized): Declare.
7193 * python/python.c (ensure_python_env): Throw exception if
7194 Python not initialized.
7195 (before_prompt_hook, source_python_script_for_objfile)
7196 (start_type_printers, apply_type_printers,
7197 free_type_printers): Check gdb_python_initialized.
7198 * varobj.c (varobj_get_display_hint)
7199 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
7200 (install_new_value_visualizer, varobj_set_visualizer)
7201 (value_get_print_value): Check gdb_python_initialized.
7202
7203 2013-05-20 Tom Tromey <tromey@redhat.com>
7204
7205 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
7206 Check errors.
7207 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
7208 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
7209 Check errors.
7210 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
7211 Check errors.
7212 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
7213 Check errors.
7214 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
7215 Check errors.
7216 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
7217 init function to return 'int'.
7218 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
7219 Return 'int'. Check errors.
7220 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
7221 Check errors.
7222 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
7223 Return 'int'. Check errors.
7224 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
7225 Check errors.
7226 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
7227 Check errors.
7228 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
7229 Check errors.
7230 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
7231 Check errors.
7232 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
7233 Check errors.
7234 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
7235 Check errors.
7236 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
7237 Check errors.
7238 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
7239 Check errors.
7240 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
7241 Check errors.
7242 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
7243 Check errors.
7244 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
7245 Check errors.
7246 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
7247 Check errors.
7248 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
7249 Check errors.
7250 * python/python-internal.h (gdbpy_initialize_auto_load,
7251 gdbpy_initialize_values, gdbpy_initialize_frames,
7252 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
7253 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
7254 gdbpy_initialize_blocks, gdbpy_initialize_types,
7255 gdbpy_initialize_functions, gdbpy_initialize_pspace,
7256 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
7257 gdbpy_initialize_finishbreakpoints,
7258 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
7259 gdbpy_initialize_thread, gdbpy_initialize_inferior,
7260 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
7261 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
7262 gdbpy_initialize_signal_event,
7263 gdbpy_initialize_breakpoint_event,
7264 gdbpy_initialize_continue_event,
7265 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
7266 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
7267 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7268 * python/python.c (gdb_python_initialized): New global.
7269 (gdbpy_initialize_events): Return 'int'. Check errors.
7270 (_initialize_python): Check errors. Set
7271 gdb_python_initialized.
7272
7273 2013-05-20 Tom Tromey <tromey@redhat.com>
7274
7275 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
7276 Decref the reslut of PyObject_CallMethod.
7277
7278 2013-05-20 Tom Tromey <tromey@redhat.com>
7279
7280 * python/py-event.c (gdbpy_initialize_event_generic): Return
7281 early if PyType_Ready fails.
7282
7283 2013-05-20 Tom Tromey <tromey@redhat.com>
7284
7285 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
7286 as 'default' in the switch.
7287
7288 2013-05-20 Tom Tromey <tromey@redhat.com>
7289
7290 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
7291 get_addr_from_python calls out of TRY_CATCH.
7292 (infpy_write_memory, infpy_search_memory): Likewise.
7293 * python/py-utils.c (get_addr_from_python): Return negative
7294 value on error. Use TRY_CATCH.
7295 * python/python-internal.h (get_addr_from_python): Use
7296 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7297
7298 2013-05-20 Tom Tromey <tromey@redhat.com>
7299
7300 * python/py-event.c (evpy_emit_event): Decref the
7301 result of PyObject_CallFunctionObjArgs.
7302
7303 2013-05-20 Tom Tromey <tromey@redhat.com>
7304
7305 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
7306 Correctly decref.
7307
7308 2013-05-20 Tom Tromey <tromey@redhat.com>
7309
7310 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
7311
7312 2013-05-20 Tom Tromey <tromey@redhat.com>
7313
7314 * python/py-event.h (gdbpy_initialize_event_generic): Use
7315 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7316 * python/py-evts.c (add_new_registry): Use
7317 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7318 * python/python-internal.h
7319 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
7320
7321 2013-05-20 Tom Tromey <tromey@redhat.com>
7322
7323 * python/py-arch.c (archpy_disassemble): Update.
7324 * python/py-type.c (typy_get_composite, typy_lookup_typename)
7325 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
7326 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
7327 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
7328 macro.
7329 (GDB_PY_HANDLE_EXCEPTION): Update.
7330 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
7331
7332 2013-05-20 Tom Tromey <tromey@redhat.com>
7333
7334 * python/python-internal.h (events_object_type): Remove.
7335
7336 2013-05-20 Tom Tromey <tromey@redhat.com>
7337
7338 * python/py-event.h (evpy_emit_event): Use
7339 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
7340 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
7341 New macro.
7342
7343 2013-05-20 Tom Tromey <tromey@redhat.com>
7344
7345 * py-evtregistry.c (create_event_object): Decref
7346 eventregistry_object if PyList_New fails.
7347
7348 2013-05-20 Tom Tromey <tromey@redhat.com>
7349
7350 * py-cmd.c (gdbpy_string_to_argv): Check result of
7351 PyList_New.
7352
7353 2013-05-20 Tom Tromey <tromey@redhat.com>
7354
7355 * python/python.c (before_prompt_hook): Add cleanup to
7356 decref 'hook'.
7357
7358 2013-05-20 Tom Tromey <tromey@redhat.com>
7359
7360 * python/py-function.c (fnpy_init): Decref result of
7361 PyObject_GetAttrString.
7362
7363 2013-05-20 Tom Tromey <tromey@redhat.com>
7364
7365 * python/py-threadevent.c (get_event_thread): Use
7366 CPYCHECKER_RETURNS_BORROWED_REF.
7367 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
7368 New define.
7369 (pspace_to_pspace_object, objfile_to_objfile_object)
7370 (find_thread_object): Use it.
7371
7372 2013-05-20 Tom Tromey <tromey@redhat.com>
7373
7374 * python/py-arch.c (arch_object_type): Use
7375 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7376 * python/py-block.c (block_syms_iterator_object_type):
7377 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7378 * python/py-bpevent.c (breakpoint_event_object_type):
7379 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7380 * python/py-cmd.c (cmdpy_object_type): Use
7381 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7382 * python/py-continueevent.c (continue_event_object_type):
7383 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7384 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
7385 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7386 * python/py-events.h (thread_event_object_type):
7387 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7388 * python/py-evtregistry.c (eventregistry_object_type): Use
7389 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7390 * python/py-exitedevent.c (exited_event_object_type):
7391 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7392 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
7393 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7394 * python/py-function.c (fnpy_object_type): Use
7395 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7396 * python/py-inferior.c (inferior_object_type, membuf_object_type):
7397 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7398 * python/py-infthread.c (thread_object_type): Use
7399 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7400 * python/py-lazy-string.c (lazy_string_object_type):
7401 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7402 * python/py-newobjfileevent.c (new_objfile_event_object_type):
7403 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7404 * python/py-objfile.c (objfile_object_type): Use
7405 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7406 * python/py-param.c (parmpy_object_type):
7407 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7408 * python/py-progspace.c (pspace_object_type):
7409 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7410 * python/py-signalevent.c (signal_event_object_type):
7411 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7412 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
7413 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7414 * python/py-type.c (type_object_type, field_object_type)
7415 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7416 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
7417 define.
7418 (value_object_type, block_object_type, symbol_object_type)
7419 (event_object_type, stop_event_object_type, breakpoint_object_type)
7420 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7421
7422 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
7423
7424 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
7425 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
7426
7427 2013-05-20 Doug Evans <dje@google.com>
7428
7429 When reading CU, stay in DWO. Be more tolerent of bad debug info.
7430 For Fission.
7431 * dwarf2read.c (struct dwarf2_per_cu_data): New member
7432 reading_dwo_directly.
7433 (struct signatured_type): New member dwo_unit.
7434 (struct die_reader_specs): New member comp_dir.
7435 (create_signatured_type_table_from_index): Use malloc for
7436 all_type_units instead of objfile's obstack.
7437 (create_all_type_units): Ditto.
7438 (fill_in_sig_entry_from_dwo_entry): New function.
7439 (add_type_unit): New function.
7440 (lookup_dwo_signatured_type): New function.
7441 (lookup_dwp_signatured_type): New function.
7442 (lookup_signatured_type): New arg cu. All callers updated.
7443 (init_cu_die_reader): Initialize comp_dir.
7444 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
7445 Change assert of matching type signatures to call error on mismatch.
7446 (lookup_dwo_unit): Add assert.
7447 (init_tu_and_read_dwo_dies): New function.
7448 (init_cutu_and_read_dies): Call it.
7449 (build_type_unit_groups): Handle case of no type unit groups created.
7450 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
7451 (lookup_dwo_cutu): Tweak complaint.
7452 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
7453 (dwarf2_per_objfile_free): Free all_type_units.
7454
7455 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7456
7457 * windows-nat.c (handle_unload_dll): Add missing empty line.
7458
7459 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7460
7461 * dwarf2read.c (prototyped_function_p): New function.
7462 (read_subroutine_type): Use it.
7463
7464 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7465
7466 * rs6000-aix-tdep.c: De-indent some example code provided
7467 as a comment.
7468
7469 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
7470
7471 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7472 region is ok for a hardware watchpoint using the new ptrace interface
7473 on Power servers.
7474
7475 2013-05-17 Doug Evans <dje@google.com>
7476
7477 * NEWS: Mention new maintenance commands check-symtabs, and
7478 expand-symtabs, and renamed check-psymtabs.
7479 * psymtab.c (maintenance_check_psymtabs): Renamed from
7480 maintenance_check_symtabs. Only process already-expanded symbol
7481 tables.
7482 (_initialize_psymtab): Update.
7483 * symmisc.c (maintenance_check_symtabs): New function.
7484 (maintenance_expand_name_matcher): New function
7485 (maintenance_expand_file_matcher): New function
7486 (maintenance_expand_symtabs): New function.
7487 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7488 commands.
7489
7490 2013-05-17 Tom Tromey <tromey@redhat.com>
7491
7492 * python/py-inferior.c (infpy_read_memory): Don't call
7493 PyErr_SetString if PyObject_New fails.
7494 * python/py-frame.c (frame_info_to_frame_object): Don't call
7495 PyErr_SetString if PyObject_New fails.
7496
7497 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
7498
7499 * acinclude.m4: Add check for dlopen in libdl.
7500 * configure.ac: Ditto.
7501 * configure: Regenerate.
7502
7503 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
7504
7505 * frame.c (frame_stash): Convert to htab.
7506 (frame_addr_hash): New function.
7507 (frame_addr_hash_eq): New function.
7508 (frame_stash_create): Convert function to create
7509 a hash table.
7510 (frame_stash_add): Convert function to add an entry to a hash
7511 table.
7512 (frame_stash_find): Convert function to search the hash table.
7513 (frame_stash_invalidate): Convert function to empty the hash
7514 table.
7515 (get_frame_id): Only add to stash if a frame_id is created.
7516 (_initialize_frame): Call frame_stash_create.
7517
7518 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
7519
7520 * configure.ac: Ensure MIG is available when building for GNU Hurd
7521 hosts.
7522 * configure: Regenerate.
7523
7524 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7525
7526 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7527
7528 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7529
7530 * ada-lang.c (ada_make_symbol_completion_list): Make sure
7531 all cleanups are done before returning from this function.
7532
7533 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7534
7535 * utils.h: #include "exceptions.h".
7536 (enum errors): Remove partial declaration.
7537
7538 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7539
7540 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7541 * gdbarch.h, gdbarch.c: Regenerate.
7542 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7543 handling.
7544
7545 * rs6000-aix-tdep.h: New file.
7546 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7547 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7548 "xml-utils.h".
7549 (struct field_info, struct ld_info_desc): New types.
7550 (ld_info32_desc, ld_info64_desc): New static constants.
7551 (struct ld_info): New type.
7552 (rs6000_aix_extract_ld_info): New function.
7553 (rs6000_aix_shared_library_to_xml): Likewise.
7554 (rs6000_aix_ld_info_to_xml): Likewise.
7555 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7556 (rs6000_aix_init_osabi): Add call to
7557 set_gdbarch_core_xfer_shared_libraries_aix.
7558 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7559 Remove "xml-utils.h" include.
7560 (LdInfo): Delete typedef.
7561 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7562 Delete macros.
7563 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7564 Adjust code accordingly.
7565 (rs6000_core_ldinfo): Delete, folded into
7566 rs6000_aix_core_xfer_shared_libraries_aix.
7567 (rs6000_xfer_shared_library): Delete.
7568 (rs6000_xfer_shared_libraries): Reimplement.
7569
7570 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
7571
7572 * record.c (record_goto_cmdlist): New.
7573 (cmd_record_goto): Split into this ...
7574 (cmd_record_goto_begin): ... this
7575 (cmd_record_goto_end): ... and this.
7576 (_initialize_record): Change "record goto" to prefix command.
7577 Add commands for "record goto begin" and "record goto end".
7578 Add an alias for "record goto start" to "record goto begin".
7579
7580 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * linespec.c (convert_linespec_to_sals): New comment for
7583 SOURCE_FILENAME assignment.
7584
7585 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7588 internal_warning.
7589
7590 2013-05-14 Tom Tromey <tromey@redhat.com>
7591
7592 * eval.c (parse_and_eval_long): Make 'exp' const.
7593 * value.h (parse_and_eval_long): Update.
7594
7595 2013-05-14 Tom Tromey <tromey@redhat.com>
7596
7597 * ui-file.c (gdb_fopen): Make arguments const.
7598 * ui-file.h (gdb_fopen): Make arguments const.
7599
7600 2013-05-14 Tom Tromey <tromey@redhat.com>
7601
7602 * remote.c (remote_set_trace_notes): Make arguments const.
7603 * target.c (update_current_target): Update cast.
7604 * target.h (to_set_trace_notes): Make arguments const.
7605
7606 2013-05-14 Tom Tromey <tromey@redhat.com>
7607
7608 * go32-nat.c (go32_terminal_info): Make 'args' const.
7609 * inferior.h (child_terminal_info): Update.
7610 * inflow.c (child_terminal_info): Make 'args' const.
7611 * target.c (default_terminal_info): Make 'args' const.
7612 (debug_to_terminal_save_ours): Likewise.
7613 * target.h (struct target_ops) <to_terminal_info>: Make argument
7614 const.
7615
7616 2013-05-13 Tom Tromey <tromey@redhat.com>
7617
7618 * gcore.c (create_gcore_bfd): Make 'filename' const.
7619 * gcore.h (create_gcore_bfd): Make 'filename' const.
7620 * record-full.c (record_full_save): Make 'recfilename' const.
7621 * target.c (target_save_record): Make 'filename' const.
7622 * target.h (struct target_ops) <to_save_record>: Make 'filename'
7623 const.
7624 (target_save_record): Likewise.
7625
7626 2013-05-13 Tom Tromey <tromey@redhat.com>
7627
7628 PR gdb/15338:
7629 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7630 ranges section has been read.
7631
7632 2013-05-13 Tom Tromey <tromey@redhat.com>
7633
7634 PR exp/15364:
7635 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7636 STRUCTOP_PTR>: Return a not_lval value for
7637 EVAL_AVOID_SIDE_EFFECTS.
7638 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7639 for EVAL_AVOID_SIDE_EFFECTS.
7640
7641 2013-05-13 Joel Brobecker <brobecker@adacore.com>
7642
7643 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7644 floating point registers to register type before storing
7645 value.
7646 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7647 Likewise.
7648
7649 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7650 Tom Tromey <tromey@redhat.com>
7651
7652 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7653 New functions.
7654 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7655 Declare.
7656 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7657 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7658 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7659 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7660
7661 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
7662 Tom Tromey <tromey@redhat.com>
7663
7664 PR build/15414:
7665 * configure: Rebuild.
7666 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7667 with -Wno-format.
7668
7669 2013-05-10 Pedro Alves <palves@redhat.com>
7670
7671 * remote.c (_initialize_remote): Fix spelling of
7672 qXfer:traceframe-info:read packet in packet config command.
7673
7674 2013-05-10 David Taylor <dtaylor@emc.com>
7675
7676 PR remote/15455
7677
7678 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7679 "QTro" at start of packet.
7680
7681 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7682
7683 * solib-aix.c (solib_aix_relocate_section_addresses):
7684 For the .bss section action, apply the same offset as
7685 the .data section.
7686
7687 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7688
7689 * solib-aix.c (solib_aix_relocate_section_addresses):
7690 Remove FIXME comment.
7691
7692 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7693
7694 PR tdep/15420:
7695 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7696 New functions, directly copied from sparc-sol-thread.c.
7697 * sparc-sol-thread.c: Delete.
7698 * configure.ac: Remove code handling sparc-solaris-thread.c.
7699 * configure: Regenerate.
7700
7701 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
7702
7703 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7704 filter logic.
7705 (backtrace_command): Add "no-filters" option parsing.
7706 (_initialize_stack): Alter help to reflect "no-filters" option.
7707 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7708 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7709 (py-frame.o): Add target
7710 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7711 filter files.
7712 * python/python.h: Add new frame filter constants, and flag enum.
7713 (apply_frame_filter): Add definition.
7714 * python/python.c (apply_frame_filter): New non-Python
7715 enabled function.
7716 * python/py-utils.c (py_xdecref): New function.
7717 (make_cleanup_py_xdecref): Ditto.
7718 * python/py-objfile.c: Declare frame_filters dictionary.
7719 (objfpy_dealloc): Add frame_filters dealloc.
7720 (objfpy_new): Initialize frame_filters attribute.
7721 (objfile_to_objfile_object): Ditto.
7722 (objfpy_get_frame_filters): New function.
7723 (objfpy_set_frame_filters): New function.
7724 * python/py-progspace.c: Declare frame_filters dictionary.
7725 (pspy_dealloc): Add frame_filters dealloc.
7726 (pspy_new): Initialize frame_filters attribute.
7727 (pspacee_to_pspace_object): Ditto.
7728 (pspy_get_frame_filters): New function.
7729 (pspy_set_frame_filters): New function.
7730 * python/py-framefilter.c: New file.
7731 * python/lib/gdb/command/frame_filters.py: New file.
7732 * python/lib/gdb/frames.py: New file.
7733 * python/lib/gdb/__init__.py: Initialize global frame_filters
7734 dictionary
7735 * python/lib/gdb/FrameDecorator.py: New file.
7736 * python/lib/gdb/FrameIterator.py: New file.
7737 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7738 * mi/mi-cmds.h: Declare.
7739 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7740 --no-frame-filter logic, and Python frame filter logic.
7741 (stack_enable_frame_filters): New function.
7742 (parse_no_frame_option): Ditto.
7743 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7744 filter logic.
7745 (mi_cmd_stack_list_locals): Ditto.
7746 (mi_cmd_stack_list_args): Ditto.
7747 (mi_cmd_stack_list_variables): Ditto.
7748 * NEWS: Add frame filter note.
7749
7750 2013-05-09 Doug Evans <dje@google.com>
7751
7752 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7753 All callers updated.
7754 (syms_from_objfile): Ditto. Make static.
7755 (symbol_file_add_with_addrs): Renamed from
7756 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7757 num_offsets. All callers updated.
7758 * symfile.h (syms_from_objfile): Delete.
7759
7760 * symfile.c (decrement_reading_symtab): Add assert.
7761 (increment_reading_symtab): Ditto.
7762
7763 2013-05-09 Joel Brobecker <brobecker@adacore.com>
7764
7765 * source.c (forward_search_command): Replace call to getc
7766 by call to fgetc.
7767 (reverse_search_command): Likewise.
7768
7769 2013-05-08 Doug Evans <dje@google.com>
7770
7771 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7772 matching test.
7773
7774 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7775
7776 * sol-thread.c (info_cb): Factorize the code a little.
7777
7778 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7779
7780 * sol-thread.c (info_cb): Rework the output of the "maintenance
7781 info sol-threads" command a bit.
7782
7783 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7784
7785 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7786 Replace ti.ti_startfunc by ti.ti_pc.
7787
7788 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7789
7790 * solib-aix.c (solib_aix_free_library_list): New function
7791 for the case where HAVE_LIBEXPAT is not defined.
7792
7793 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7794
7795 PR breakpoints/15413:
7796 * breakpoint.c (condition_completer): Simplify the code to
7797 disconsider multiple locations of breakpoints when completing the
7798 "condition" command.
7799
7800 2013-05-07 Pierre Muller <muller@sourceware.org>
7801
7802 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7803 instead of <sys/wait.h>.
7804
7805 2013-05-07 Pierre Muller <muller@sourceware.org>
7806
7807 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7808 trailing new line from warning message.
7809
7810 2013-05-07 Pierre Muller <muller@sourceware.org>
7811
7812 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7813 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7814
7815 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7816
7817 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7818 error message (ARI fix).
7819
7820 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7821
7822 * features/library-list-aix.dtd: Replace library-list by
7823 library-list-aix.
7824 * rs6000-nat.c: Replace library-list by library-list-aix
7825 throughout.
7826 * solib-aix.c: Likewise.
7827
7828 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7829
7830 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7831 Renames TARGET_OBJECT_AIX_LIBRARIES.
7832 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7833 TARGET_OBJECT_LIBRARIES_AIX throughout.
7834 * solib-aix.c: Likwise.
7835
7836 2013-05-07 Yao Qi <yao@codesourcery.com>
7837
7838 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7839 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7840
7841 2013-05-07 Yao Qi <yao@codesourcery.com>
7842
7843 * solib-dsbt.c (enable_break): Declare.
7844 (dsbt_current_sos): Remove call to enable_break2.
7845 (enable_break2): Rename to enable_break. Set solib breakpoint
7846 on '_dl_debug_state'.
7847 (enable_break): Remove.
7848
7849 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
7850
7851 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7852 debug state prior to replicating existing hardware watchpoints or
7853 breakpoints.
7854
7855 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7856
7857 * gcore.c (gcore_create_callback): Ignore sections with
7858 separate_debug_objfile_backlink != NULL.
7859
7860 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7861 Andrew Jenner <andrew@codesourcery.com>
7862 Chung-Lin Tang <cltang@codesourcery.com>
7863 Julian Brown <julian@codesourcery.com>
7864
7865 Based on the nios2-elf port from Altera Corporation.
7866
7867 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7868 nios2-linux-tdep.o.
7869 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7870 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7871 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7872 * nios2-tdep.h: New.
7873 * nios2-tdep.c: New.
7874 * nios2-linux-tdep.c: New.
7875 * features/Makefile (WHICH): Add nios2-linux.
7876 (nios2-linux-expedite): Set.
7877 * features/nios2-cpu.xml: New.
7878 * features/nios2.xml: New.
7879 * features/nios2-linux.xml: New.
7880 * features/nios2.c: New (autogenerated).
7881 * features/nios2-linux.c: New (autogenerated).
7882 * regformats/nios2-linux.dat: New (autogenerated).
7883 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7884 and commands.
7885
7886 2013-05-06 Doug Evans <dje@google.com>
7887
7888 * symfile.c: Whitespace cleanup.
7889
7890 * solist.h (struct target_so_ops): New member clear_so.
7891 * solib-svr4.c (svr4_clear_so): New function.
7892 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7893 * solib.c (clear_so): Renamed from free_so_symbols.
7894 All callers updated. Call target clear_so if it exists.
7895
7896 2013-05-06 Tom Tromey <tromey@redhat.com>
7897
7898 * ada-lang.c (ada_value_primitive_packed_val): Don't
7899 call value_incref.
7900 * value.c (set_value_parent): Incref the new parent and decref
7901 the old parent.
7902 (value_copy, value_primitive_field): Use set_value_parent.
7903
7904 2013-05-06 Tom Tromey <tromey@redhat.com>
7905
7906 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7907 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7908 if needed.
7909 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7910 * dwarf2read.c (write_constant_as_bytes)
7911 (dwarf2_fetch_constant_bytes): New functions.
7912
7913 2013-05-06 Tom Tromey <tromey@redhat.com>
7914
7915 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7916 parameters.
7917 (dwarf2_const_value_attr): Update.
7918
7919 2013-05-06 Tom Tromey <tromey@redhat.com>
7920
7921 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7922 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7923 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7924 Remove declaration.
7925
7926 2013-05-06 Tom Tromey <tromey@redhat.com>
7927
7928 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7929 objfile's obstack.
7930
7931 2013-05-06 Doug Evans <dje@google.com>
7932
7933 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7934 * stabsread.h (process_one_symbol): Update declaration.
7935 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7936 * elfread.c (elf_symfile_relocate_probe): Ditto.
7937 * psymtab.c (relocate_psymtabs): Ditto.
7938 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7939 (objfile_relocate): Ditto.
7940 * objfiles.h (objfile_relocate): Update declaration.
7941 * symfile.c (relative_addr_info_to_section_offsets): Constify
7942 addrs parameter.
7943 (default_symfile_offsets): Ditto.
7944 (syms_from_objfile_1): Constify offsets parameter.
7945 (syms_from_objfile): Ditto.
7946 (symbol_file_add_with_addrs_or_offsets): Ditto.
7947 (symfile_map_offsets_to_segments): Constify data parameter.
7948 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7949 delta parameters of member relocate.
7950 (struct sym_probe_fns): Constify new_offsets,
7951 delta parameters of member sym_relocate_probe.
7952 (struct sym_fns): Constify section_addr_info parameter of member
7953 sym_offsets.
7954 (relative_addr_info_to_section_offsets): Update declaration.
7955 (default_symfile_offsets): Ditto.
7956 (syms_from_objfile): Ditto.
7957 (symfile_map_offsets_to_segments): Ditto.
7958
7959 * symfile.c (syms_from_objfile_1): Use correct section count when
7960 objfile->sf == NULL.
7961
7962 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7963
7964 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7965
7966 2013-05-06 Doug Evans <dje@google.com>
7967
7968 * psympriv.h (struct partial_symtab): Augment comment for member
7969 section_offsets.
7970
7971 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7972
7973 Reimplement shared library support on ppc-aix...
7974 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7975 * features/library-list-aix.dtd: New file.
7976 * solib-aix.h, solib-aix.c: New file.
7977 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7978 (rs6000_find_toc_address_hook): Delete.
7979 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7980 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7981 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7982 "xml-utils.h".
7983 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7984 (vmap_symtab, fixup_breakpoints): Delete.
7985 (rs6000_xfer_shared_libraries): New function.
7986 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7987 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7988 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7989 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7990 (rs6000_xfer_shared_library): New function.
7991 (find_toc_address): Delete.
7992 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7993 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7994 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7995 before creating minimal symbol. Adjust function description
7996 accordingly.
7997 (scan_xcoff_symtab): Replace call to
7998 prim_record_minimal_symbol_and_info by call to
7999 record_minimal_symbol.
8000 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
8001 around default_symfile_offsets.
8002 * configure.tgt: Add solib-aix.o to gdb_target_obs for
8003 powerpc-aix targets.
8004 * config/rs6000/nm-rs6000.h: Delete.
8005 * config/powerpc/aix.mh (NAT_FILE): Delete.
8006 (NATDEPFILES): Remove xcoffsolib.o.
8007 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
8008 (ALL_TARGET_OBS): Add solib-aix.o.
8009 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
8010 config/rs6000/nm-rs6000.h. Add solib-aix.h.
8011 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
8012 * xcoffsolib.h, xcoffsolib.c: Delete.
8013
8014 * solib.c (reload_shared_libraries): Remove reference to
8015 SOLIB_CREATE_INFERIOR_HOOK.
8016 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
8017 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
8018 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
8019 comment.
8020 * corelow.c (deprecated_core_resize_section_table): Delete.
8021 * exec.c: Remove include of xcoffsolib.h".
8022 (map_vmap, vmap): Delete.
8023 (exec_close_1): Remove references to vmap.
8024 (exec_file_attach): Remove vmap handling code, and reference
8025 to DEPRECATED_IBM6000_TARGET.
8026 (bfdsec_to_vmap): Delete.
8027 (exec_files_info): Remove block of code handling VMAP.
8028 * infcmd.c (post_create_inferior): Remove reference to
8029 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
8030 * infrun.c (follow_exec): Remove reference to
8031 SOLIB_CREATE_INFERIOR_HOOK.
8032 * stack.c (print_frame): Remove reference to PC_SOLIB.
8033 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
8034 (dsbt_relocate_main_executable): Likewise.
8035 * solib-frv.c (frv_current_sos): Likewise.
8036
8037 2013-05-06 Joel Brobecker <brobecker@adacore.com>
8038
8039 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
8040 to target_write_memory and target_read_memory.
8041
8042 2013-05-06 Joel Brobecker <brobecker@adacore.com>
8043
8044 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
8045 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
8046
8047 2013-05-06 Joel Brobecker <brobecker@adacore.com>
8048
8049 * darwin-nat.c: Replace all "%x" instances in format strings
8050 into "0x%x" throughout.
8051
8052 2013-05-06 Joel Brobecker <brobecker@adacore.com>
8053
8054 * darwin-nat.c (darwin_mourn_inferior): Replace call to
8055 gdb_assert by call to MACH_CHECK_ERROR.
8056 (darwin_attach_pid): Raise an error rather than a failed
8057 assertion when various system calls failed. Report a warning
8058 instead of raising a failed assertion when PREV_NOT is not NULL
8059 after call to mach_port_request_notification.
8060 (darwin_ptrace_me): Raise an error rather than a failed
8061 assertion when read returns nonzero.
8062
8063 2013-05-06 Joel Brobecker <brobecker@adacore.com>
8064
8065 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
8066
8067 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8068
8069 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
8070
8071 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8072
8073 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
8074 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
8075 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
8076 a stale cleanup. Fix double free of NAME.
8077
8078 2013-05-04 Eli Zaretskii <eliz@gnu.org>
8079
8080 * windows-nat.c (windows_delete_thread): Accept an additional
8081 argument, the thread's exit code, and announce thread death when
8082 print_thread_events is non-zero and we are deleting a thread that
8083 is not the main thread.
8084 (get_windows_debug_event): Pass thread exit code to
8085 windows_delete_thread.
8086
8087 2013-05-03 Kevin Buettner <kevinb@redhat.com>
8088
8089 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
8090 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
8091 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
8092 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
8093 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
8094 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
8095 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
8096 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
8097 (gdbarch_tdep): New struct.
8098 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
8099 E_NUM_REGS.
8100 (v850e3v5_register_name): New function.
8101 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
8102 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
8103 code handling the struct return conventions for the RH850 ABI.
8104 Update all callers.
8105 (v850_eight_byte_align_p): New function.
8106 (v850_push_call_dummy): Push structs by value, not by reference
8107 for the RH850 ABI. Add support for eight byte alignment.
8108 (v850_dbtrap_breakpoint_from_pc): New function.
8109 (v850_gdbarch_init): Add ABI detection code. Register
8110 v850e3v5_register_name for the v850e3v5 architecture. Set the
8111 number of registers for v850e3v5. Register
8112 v850_dbtrap_breakpoint_from_pc as appropriate.
8113 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
8114
8115 2013-05-03 Doug Evans <dje@google.com>
8116
8117 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
8118 of bfd_count_sections.
8119 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
8120 * symfile.c (default_symfile_offsets): Ditto.
8121 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
8122 one entry, not bfd_count_sections entries.
8123
8124 2013-05-03 Kevin Buettner <kevinb@redhat.com>
8125
8126 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
8127 `save' and `restore' register groups. Don't include SPL
8128 or SPH in these groups.
8129 (rl78_dwarf_reg_to_regnum): Adjust mapping for
8130 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
8131 RL78_ES_REGNUM, and RL78_CS_REGNUM.
8132 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
8133 dwarf2_append_unwinders().
8134
8135 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8136
8137 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
8138 ignore SIGINT and SIGTRAP in case these internal signals are
8139 caught explicitely.
8140
8141 2013-05-01 Joel Brobecker <brobecker@adacore.com>
8142
8143 * darwin-nat.c (darwin_read_write_inferior): Change types
8144 of parameters rdaddr and wraddr to "gdb_byte *". Change type
8145 of copy_count to "mach_msg_type_number_t".
8146 (darwin_read_dyld_info): Change type of parameter
8147 rdaddr to "gdb_byte *".
8148
8149 2013-05-01 Joel Brobecker <brobecker@adacore.com>
8150
8151 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
8152 of &info->load_map from "char *" to "gdb_byte *".
8153
8154 2013-05-01 Joel Brobecker <brobecker@adacore.com>
8155
8156 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
8157 from "char *" to "gdb_byte *".
8158 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
8159
8160 2013-04-30 Doug Evans <dje@google.com>
8161
8162 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
8163 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
8164 DWO stub. If DWO isn't found, just use stub.
8165 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
8166
8167 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
8168 calling init_cutu_and_read_dies.
8169
8170 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8171
8172 * target-descriptions.c (maint_print_c_tdesc_cmd):
8173 Add case to parse structures as register types and
8174 bitfields.
8175
8176 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
8177
8178 * MAINTAINERS (Write After Approval): Add myself to the list.
8179
8180 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8181
8182 * sol-thread.c (rw_common): Change type of parameter "buf"
8183 to "gdb_byte *".
8184 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
8185 rw_common to "gdb_byte *" instead of "char *".
8186
8187 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8188
8189 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
8190 of local variable msym to const struct bound_minimal_symbol.
8191 Adjust use accordingly.
8192 [ti.ti_state == TD_THR_SLEEP]: Likewise.
8193
8194 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
8195
8196 * i386gnu-nat.c (CREG_OFFSET): New macro.
8197 (creg_offset): New array.
8198 (CREG_ADDR): Use creg_offset instead of reg_offset.
8199
8200 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8201
8202 * mep-tdep.c (mep_write_pc): Delete.
8203 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
8204 Add call to set_gdbarch_pc_regnum.
8205
8206 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8207
8208 * common/filestuff.c: Replace #include <dirent.h> by
8209 #include "gdb_dirent.h".
8210
8211 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8212
8213 * common/filestuff.c: Replace #include <sys/stat.h> by
8214 #include "gdb_stat.h".
8215
8216 2013-04-29 Pierre Muller <muller@sourceware.org>
8217
8218 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
8219 editCase function rule.
8220 (get_DW_AT_signature_type): Likewise.
8221
8222 2013-04-29 Joel Brobecker <brobecker@adacore.com>
8223
8224 * m32r-tdep.c (m32r_write_pc): Delete.
8225 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
8226 Add call to set_gdbarch_pc_regnum.
8227
8228 2013-04-29 Pierre Muller <muller@sourceware.org>
8229
8230 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
8231
8232 2013-04-29 Joel Brobecker <brobecker@adacore.com>
8233
8234 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
8235
8236 2013-04-28 Yao Qi <yao@codesourcery.com>
8237
8238 * solib-dsbt.c (fetch_loadmap): Re-indent.
8239 (displacement_from_map, enable_break2): Likewise.
8240 (dsbt_relocate_section_addresses): Likewise.
8241
8242 2013-04-26 Joel Brobecker <brobecker@adacore.com>
8243
8244 GDB 7.6 released.
8245
8246 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
8247
8248 PR corefiles/14983:
8249 * dwarf2read.c (process_full_comp_unit): Always create a static
8250 block.
8251
8252 2013-04-25 Hui Zhu <hui@codesourcery.com>
8253
8254 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
8255 to loc->cmd_bytecode.
8256
8257 2013-04-24 Doug Evans <dje@google.com>
8258
8259 * dwarf2read.c (setup_type_unit_groups): Fix comment.
8260
8261 2013-04-22 Keith Seitz <keiths@redhat.com>
8262
8263 * tracepoint.c (trace_save): Call the writer's start method.
8264
8265 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
8266
8267 PR gdb/10462
8268 * cli/cli-decode.c (lookup_command): Show an error if there is no space
8269 before argument.
8270
8271 2013-04-23 Tom Tromey <tromey@redhat.com>
8272
8273 * common/filestuff.c: Check USE_WIN32API before including
8274 sys/socket.h.
8275 (HAVE_F_GETFD): New define.
8276 (mark_cloexec): Check HAVE_F_GETFD.
8277 (gdb_open_cloexec): Change 'mode' to unsigned long.
8278 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
8279 (gdb_pipe_cloexec): Check HAVE_PIPE.
8280 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
8281 long.
8282
8283 2013-04-23 Hui Zhu <hui@codesourcery.com>
8284
8285 PR gdb/15293
8286 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
8287
8288 2013-04-23 Hui Zhu <hui@codesourcery.com>
8289
8290 PR gdb/15165
8291 * breakpoint.c (dprintf_print_recreate): New.
8292 (save_breakpoints): Let it not save dprintf commands.
8293 (initialize_breakpoint_ops): Set dprintf_print_recreate.
8294
8295 2013-04-22 Tom Tromey <tromey@redhat.com>
8296
8297 PR gdb/7912:
8298 * Makefile.in (SFILES): Add filestuff.c
8299 (COMMON_OBS): Add filestuff.o.
8300 (filestuff.o): New target.
8301 * auto-load.c (auto_load_objfile_script_1): Use
8302 gdb_fopen_cloexec.
8303 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
8304 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
8305 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
8306 * common/agent.c (gdb_connect_sync_socket): Use
8307 gdb_socket_cloexec.
8308 * common/filestuff.c: New file.
8309 * common/filestuff.h: New file.
8310 * common/linux-osdata.c (linux_common_core_of_thread)
8311 (command_from_pid, commandline_from_pid, print_source_lines)
8312 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
8313 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
8314 gdb_fopen_cloexec.
8315 * common/linux-procfs.c (linux_proc_get_int)
8316 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
8317 * config.in, configure: Rebuild.
8318 * configure.ac: Don't check for sys/socket.h. Check for
8319 fdwalk, pipe2.
8320 * corelow.c (core_open): Use gdb_open_cloexec.
8321 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
8322 * fork-child.c (fork_inferior): Call close_most_fds.
8323 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
8324 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
8325 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
8326 Use gdb_fopen_cloexec.
8327 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
8328 gdb_open_cloexec.
8329 (linux_async_pipe): Use gdb_pipe_cloexec.
8330 * remote-fileio.c (remote_fileio_func_open): Use
8331 gdb_open_cloexec.
8332 * remote.c (remote_file_put, remote_file_get): Use
8333 gdb_fopen_cloexec.
8334 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
8335 close_most_fds.
8336 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
8337 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
8338 * solib.c (solib_find): Use gdb_open_cloexec.
8339 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
8340 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
8341 (tfile_open): Use gdb_open_cloexec.
8342 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
8343 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
8344 * xml-support.c (xml_fetch_content_from_file): Use
8345 gdb_fopen_cloexec.
8346 * main.c (captured_main): Call notice_open_fds.
8347
8348 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
8349
8350 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
8351 'char *' to 'gdb_byte *'.
8352 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
8353 'gdb_byte'.
8354
8355 2013-04-22 Yao Qi <yao@codesourcery.com>
8356
8357 * infrun.c: Fix typo in comment.
8358
8359 2013-04-22 Andrew Haley <aph@redhat.com>
8360
8361 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
8362 instead of "long".
8363
8364 2013-04-20 Yao Qi <yao@codesourcery.com>
8365
8366 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
8367 'char *' to 'gdb_byte *'. Cast the return value of
8368 'bt_ctf_get_char_array' to 'gdb_byte *'.
8369
8370 2013-04-19 Pedro Alves <palves@redhat.com>
8371
8372 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
8373 -Wpointer-sign.
8374 * configure: Regenerate.
8375
8376 2013-04-19 Pedro Alves <palves@redhat.com>
8377
8378 * ser-tcp.c (net_read_prim): Cast second argument to recv to
8379 'void *'.
8380
8381 2013-04-19 Pedro Alves <palves@redhat.com>
8382
8383 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
8384 Change type of 'myaddr' parameter to gdb_byte pointer.
8385 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
8386 to 'long long' pointer instead of to 'unsigned long long'.
8387 (monitor_write_memory_block, monitor_read_memory_single)
8388 (monitor_read_memory): Change type of 'myaddr' parameter to
8389 gdb_byte pointer.
8390
8391 2013-04-19 Pedro Alves <palves@redhat.com>
8392
8393 * record.c (validate_history_size): Make parameter 'setting'
8394 unsigned.
8395
8396 2013-04-19 Pedro Alves <palves@redhat.com>
8397
8398 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
8399 to 'gdb_byte *'.
8400
8401 2013-04-19 Pedro Alves <palves@redhat.com>
8402
8403 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
8404 local to int.
8405
8406 2013-04-19 Pedro Alves <palves@redhat.com>
8407
8408 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
8409 * ada-tasks.c (read_fat_string_value): Likewise.
8410
8411 2013-04-19 Pedro Alves <palves@redhat.com>
8412
8413 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
8414 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
8415 'offset', and adjust.
8416
8417 2013-04-19 Pedro Alves <palves@redhat.com>
8418
8419 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
8420 (read_index_from_section): Add cast to 'char *'.
8421
8422 2013-04-19 Pedro Alves <palves@redhat.com>
8423
8424 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
8425
8426 2013-04-19 Pedro Alves <palves@redhat.com>
8427
8428 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
8429
8430 2013-04-19 Pedro Alves <palves@redhat.com>
8431
8432 * record-full.c (record_full_get_bookmark): Change local 'ret'
8433 type to char * and add cast to gdb_byte *.
8434 (record_full_goto_bookmark): Handle 'bookmark' argument as a
8435 string.
8436 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
8437
8438 2013-04-19 Pedro Alves <palves@redhat.com>
8439
8440 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
8441 * python/py-prettyprint.c (print_string_repr): Change type of
8442 'output' local to char *. Add cast to gdb_byte * in
8443 LA_PRINT_STRING call.
8444 (print_children): Change type of 'output' local to char *.
8445 * python/py-value.c (valpy_string): Add cast to const char * in
8446 PyUnicode_Decode call.
8447
8448 2013-04-19 Pedro Alves <palves@redhat.com>
8449
8450 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
8451 and change its type to 'const char *'. Adjust.
8452 (mips_send_packet): Add cast to 'char *', and remove cast to
8453 'unsigned char *'.
8454 (mips_receive_packet): Remove cast to 'unsigned char *'.
8455 (mips_load_srec): Use bfd_byte.
8456 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
8457 (pmon_checkset): Make 'value' parameter unsigned.
8458
8459 2013-04-19 Pedro Alves <palves@redhat.com>
8460
8461 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8462
8463 2013-04-19 Pedro Alves <palves@redhat.com>
8464
8465 * remote.c (remote_write_bytes_aux, compare_sections_command)
8466 (remote_read_qxfer)
8467 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8468 (remote_hostio_readlink, remote_bfd_iovec_pread)
8469 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8470 binary buffer, and char when buffer is used as string.
8471 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8472 (trace_save, tfile_open, traceframe_walk_blocks)
8473 (tfile_fetch_registers): Likewise.
8474
8475 2013-04-19 Pedro Alves <palves@redhat.com>
8476
8477 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8478 buffer and size_t size. Adjust.
8479 * ser-base.h (ser_base_write): Adjust.
8480 * ser-go32.c (cnts): Change type to size_t.
8481 (dos_write): Change prototype -- take 'void *'
8482 buffer and size_t size. Adjust.
8483 (dos_info): Print elements of 'cnts' as unsigned long.
8484 * serial.c (serial_write): Likewise.
8485 * serial.h (serial_write): Adjust.
8486 (struct serial_ops) <write>: Change prototype -- take 'void *'
8487 buffer and size_t size. Adjust.
8488
8489 2013-04-19 Pedro Alves <palves@redhat.com>
8490
8491 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8492 gdb_byte *.
8493 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8494
8495 2013-04-19 Pedro Alves <palves@redhat.com>
8496
8497 * alpha-tdep.c (alpha_extract_return_value): Use
8498 regcache_cooked_read_unsigned to read 'v0'.
8499
8500 2013-04-19 Pedro Alves <palves@redhat.com>
8501
8502 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8503 parameters 'at', 'as' and 'offset' to uint32_t.
8504
8505 2013-04-19 Pedro Alves <palves@redhat.com>
8506
8507 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8508 'is64' to signed 'int'.
8509
8510 2013-04-19 Pedro Alves <palves@redhat.com>
8511
8512 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8513 parameter to int *.
8514
8515 2013-04-19 Pedro Alves <palves@redhat.com>
8516
8517 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8518 'insnbuf' buffer type to unsigned int[].
8519
8520 2013-04-19 Pedro Alves <palves@redhat.com>
8521
8522 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8523
8524 2013-04-19 Pedro Alves <palves@redhat.com>
8525
8526 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8527 unsigned long *.
8528
8529 2013-04-19 Pedro Alves <palves@redhat.com>
8530
8531 * alpha-tdep.c (heuristic_fence_post): Change type to int.
8532 (alpha_heuristic_proc_start): Adjust to check -1 instead of
8533 UINT_MAX.
8534 * mips-tdep.c (heuristic_fence_post): Change type to int.
8535 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8536
8537 2013-04-19 Pedro Alves <palves@redhat.com>
8538
8539 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8540 (struct gdbarch_tdep) <cris_version>: Make unsigned.
8541 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8542
8543 2013-04-19 Pedro Alves <palves@redhat.com>
8544
8545 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
8546 it to get a string view of the byte buffer.
8547 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8548 type to gdb_byte *. Adjust.
8549 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8550 Change local to char *.
8551 * solib-darwin.c (find_program_interpreter): Change return type to
8552 char *. Adjust.
8553 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8554 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8555 * solib-frv.c (enable_break2): Change local 'buf' to char *.
8556 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8557 * solib-svr4.c (find_program_interpreter): Change return type to
8558 char *. Adjust.
8559 (enable_break): Change local 'interp_name' to char *.
8560 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8561 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8562 (spu_pseudo_register_write_spu): Use char for string buffer.
8563 Adjust.
8564 (info_spu_event_command, info_spu_signal_command): Add casts to
8565 'char *'.
8566
8567 2013-04-19 Pedro Alves <palves@redhat.com>
8568
8569 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8570 gdb_byte[].
8571 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8572 * ada-lang.c (ada_value_assign): Use gdb_byte.
8573 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8574 (alphanbsd_sigtramp_offset): Use gdb_byte.
8575 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8576 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8577 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8578 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8579 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8580 * arm-tdep.c (arm_stub_unwind_sniffer)
8581 (arm_displaced_init_closure): Use gdb_byte.
8582 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8583 (arm_default_thumb_le_breakpoint)
8584 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8585 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8586 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8587 * arm-wince-tdep.c (arm_wince_le_breakpoint)
8588 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8589 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8590 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8591 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8592 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8593 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8594 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8595 (cris_store_return_value, cris_extract_return_value): Use
8596 gdb_byte.
8597 (constraint): Change type of parameter to char * from signed
8598 char*. Use gdb_byte.
8599 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8600 of local buffer to gdb_byte *.
8601 * dwarf2read.c (read_index_from_section): Use gdb_byte.
8602 (create_dwp_hash_table): Change type of locals to gdb_byte *.
8603 (add_address_entry): Change type of local buffer to gdb_byte[].
8604 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8605 (frv_push_dummy_call): Use gdb_byte.
8606 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8607 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8608 (hppa_hpux_supply_save_state): Use gdb_byte.
8609 * hppa-tdep.c (hppa32_push_dummy_call)
8610 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8611 * ia64-tdep.c (extract_bit_field, replace_bit_field)
8612 (slotN_contents, replace_slotN_contents): Change type of parameter
8613 to gdb_byte *.
8614 (fetch_instruction, ia64_pseudo_register_write)
8615 (ia64_register_to_value, ia64_value_to_register)
8616 (ia64_extract_return_value, ia64_store_return_value)
8617 (ia64_push_dummy_call): Use gdb_byte.
8618 * m32c-tdep.c (m32c_return_value): Remove cast.
8619 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8620 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8621 gdb_byte.
8622 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8623 * mn10300-tdep.c (mn10300_store_return_value)
8624 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8625 gdb_byte.
8626 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8627 (moxie_process_record): Remove casts.
8628 * ppc-ravenscar-thread.c (supply_register_at_address)
8629 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8630 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8631 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8632 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8633 * remote.c (compare_sections_command): Use gdb_byte.
8634 * score-tdep.c (score7_free_memblock): Change type of parameter to
8635 gdb_byte *.
8636 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8637 gdb_byte *. Use gdb_byte.
8638 (sh_push_dummy_call_fpu): Use gdb_byte.
8639 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8640 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8641 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8642 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8643 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8644 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8645 (sh64_store_return_value, sh64_register_convert_to_virtual):
8646 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8647 (sh64_pseudo_register_write): Use gdb_byte.
8648 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8649 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
8650 buffer.
8651 (irix_current_sos): Use gdb_byte.
8652 * solib-som.c (som_current_sos): Use gdb_byte.
8653 * sparc-ravenscar-thread.c (supply_register_at_address)
8654 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8655 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8656 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8657 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8658 'gdb_byte *'.
8659 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8660 'gdb_byte *'.
8661 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8662 * xstormy16-tdep.c (xstormy16_extract_return_value)
8663 (xstormy16_store_return_value): Change parameter type to
8664 'gdb_byte *'. Adjust.
8665 (xstormy16_push_dummy_call): Use gdb_byte.
8666 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8667 (call0_analyze_prologue, execute_code): Use gdb_byte.
8668
8669 2013-04-19 Vladimir Kargov <kargov@gmail.com>
8670 Pedro Alves <palves@redhat.com>
8671
8672 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8673 value contents.
8674
8675 2013-04-17 Doug Evans <dje@google.com>
8676
8677 * dwarf2read.c (struct signatured_type): New member type.
8678 (struct attribute): Replace member signatured_type with signature.
8679 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8680 (read_call_site_scope): Call follow_die_ref instead of
8681 follow_die_ref_or_sig.
8682 (read_structure_type): Rewrite handling of signatured types.
8683 (read_enumeration_type): Ditto.
8684 (read_attribute_value): Update.
8685 (build_error_marker_type): New function.
8686 (lookup_die_type): Add assert. Rewrite handling of signatured types.
8687 Don't call error for bad types, just build an error marker type.
8688 (dump_die_shallow): Update.
8689 (follow_die_sig_1): Renamed from follow_die_sig.
8690 Don't call error for bad types, instead return NULL.
8691 (follow_die_sig): New function.
8692 (get_signatured_type, get_DW_AT_signature_type): New functions.
8693
8694 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
8695
8696 * aarch64-tdep.c (aarch64_write_pc): Removed.
8697 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8698 function.
8699
8700 2013-04-17 Yao Qi <yao@codesourcery.com>
8701
8702 * top.c (print_gdb_configuration): Print configure-time
8703 parameter on using libbabeltrace or not.
8704
8705 2013-04-16 Pedro Alves <palves@redhat.com>
8706
8707 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8708
8709 2013-04-16 Pedro Alves <palves@redhat.com>
8710
8711 * common/glibc_thread_db.h: Update from upstream glibc
8712 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8713
8714 2013-04-16 Pedro Alves <palves@redhat.com>
8715
8716 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8717 * common/glibc_thread_db.h: ... this new file ...
8718 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8719
8720 2013-04-16 Will Newton <will.newton@gmail.com>
8721 Pedro Alves <palves@redhat.com>
8722
8723 PR build/11881
8724
8725 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8726 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8727 HAVE_THREAD_DB_H.
8728
8729 2013-04-16 Pedro Alves <palves@redhat.com>
8730 Eli Zaretskii <eliz@gnu.org>
8731
8732 * NEWS: Mention "set foo unlimited".
8733
8734 2013-04-15 Doug Evans <dje@google.com>
8735
8736 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8737 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8738 (create_dwo_cu_reader): Renamed from
8739 create_dwo_debug_info_hash_table_reader.
8740 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8741 Remove support for multiple CUs in a DWO file.
8742 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8743
8744 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8745 instead of phex.
8746 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8747 (create_dwo_in_dwp): Ditto.
8748
8749 2013-04-15 Tom Tromey <tromey@redhat.com>
8750
8751 * NEWS: Move recent entries into "since 7.6" section.
8752
8753 2013-04-15 Tom Tromey <tromey@redhat.com>
8754
8755 PR c++/13588:
8756 * NEWS: Update.
8757 * break-catch-throw.c (struct exception_catchpoint)
8758 <exception_rx, pattern>: New fields.
8759 (fetch_probe_arguments, dtor_exception_catchpoint)
8760 (check_status_exception_catchpoint)
8761 (print_one_detail_exception_catchpoint): New functions.
8762 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8763 Compile regular expression if needed.
8764 (extract_exception_regexp): New function.
8765 (catch_exception_command_1): Use extract_exception_regexp.
8766 (compute_exception): Use fetch_probe_arguments.
8767 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8768 and check_status fields.
8769 * cp-abi.c (cplus_typename_from_type_info): New function.
8770 * cp-abi.h (cplus_typename_from_type_info): Declare.
8771 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8772 * gdb_regex.h (compile_rx_or_error): Declare.
8773 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8774 comment.
8775 (init_gnuv3_ops): Set get_type_from_type_info field.
8776 * probe.c (compile_rx_or_error): Move...
8777 * utils.c (compile_rx_or_error): ... here.
8778
8779 2013-04-15 Tom Tromey <tromey@redhat.com>
8780
8781 PR c++/15176:
8782 * NEWS: Update.
8783 * break-catch-throw.c (compute_exception): New function.
8784 (exception_funcs): New global.
8785 (_initialize_break_catch_throw): Create $_exception.
8786 * cp-abi.c (cplus_type_from_type_info): New function.
8787 * cp-abi.h (cplus_type_from_type_info): Declare.
8788 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8789 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8790 (gnuv3_get_type_from_type_info): New functions.
8791 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8792
8793 2013-04-15 Tom Tromey <tromey@redhat.com>
8794
8795 * break-catch-throw.c (struct exception_names): New.
8796 (exception_functions): Change type.
8797 (re_set_exception_catchpoint): Look for SDT probes.
8798
8799 2013-04-15 Tom Tromey <tromey@redhat.com>
8800
8801 PR c++/10119:
8802 * break-catch-throw.c (exception_functions): New global.
8803 (gnu_v3_exception_catchpoint_ops): Move earlier.
8804 (struct exception_catchpoint): New.
8805 (classify_exception_breakpoint): Rewrite.
8806 (re_set_exception_catchpoint): New function.
8807 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8808 Allocate a struct exception_catchpoint.
8809 (catch_exception_command_1): Update.
8810 (initialize_throw_catchpoint_ops): Set 're_set' method.
8811
8812 2013-04-15 Tom Tromey <tromey@redhat.com>
8813
8814 * Makefile.in (SFILES): Add break-catch-throw.c
8815 (COMMON_OBS): Add break-catch-throw.o.
8816 * break-catch-throw.c: New file.
8817 * breakpoint.c: Move exception-catching code to new file.
8818 (ep_parse_optional_if_clause): No longer static.
8819 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8820
8821 2013-04-15 Tom Tromey <tromey@redhat.com>
8822
8823 PR c++/9065:
8824 * NEWS: Update.
8825 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8826 * c-exp.y (TYPEID): New token.
8827 (exp): Add new TYPEID productions.
8828 (ident_tokens): Add "typeid".
8829 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8830 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8831 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8832 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8833 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8834 case.
8835 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8836 (build_std_type_info_type, gnuv3_get_typeid_type)
8837 (gnuv3_get_typeid): New functions.
8838 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8839 new fields on ABI object.
8840 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8841 * std-operator.def (OP_TYPEID): New.
8842
8843 2013-04-15 Tom Tromey <tromey@redhat.com>
8844
8845 * elfread.c (elf_symtab_read): Install versioned symbol under
8846 unversioned name as well.
8847
8848 2013-04-15 Tom Tromey <tromey@redhat.com>
8849
8850 PR c++/11990:
8851 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8852 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8853 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8854 (gdb_demangle): New function.
8855 * cp-support.h (gdb_demangle): Declare.
8856 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8857 (dwarf2_name): Use gdb_demangle.
8858 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8859 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8860 suffixes from name.
8861 (gnuv3_print_method_ptr): Use gdb_demangle.
8862 * jv-lang.c (java_demangle): Use gdb_demangle.
8863 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8864 * language.c (unk_lang_demangle): Use gdb_demangle.
8865 * symtab.c (symbol_find_demangled_name)
8866 (demangle_for_lookup): Use gdb_demangle.
8867
8868 2013-04-15 Tom Tromey <tromey@redhat.com>
8869
8870 PR c++/12824:
8871 * NEWS: Update.
8872 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8873 New constant.
8874 (classify_exception_breakpoint): New function.
8875 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8876 (print_mention_exception_catchpoint)
8877 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8878 (catch_exception_command_1): Handle "rethrow" catchpoint.
8879 (catch_rethrow_command): New function.
8880 (_initialize_breakpoint): Add "catch rethrow" command.
8881
8882 2013-04-15 Pierre Muller <muller@sourceware.org>
8883
8884 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8885 set_gdbarch_write_pc as deprecated anymore.
8886
8887 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8888
8889 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8890 declarations.
8891
8892 2013-04-13 Yao Qi <yao@codesourcery.com>
8893
8894 * ctf.c (_initialize_ctf): Include "completer.h".
8895 Call add_target_with_completer instead of add_target.
8896
8897 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 Fix GDB regression related to PR binutils/14813.
8900 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8901 * minidebug.c (lzma_close): Add return value comment.
8902 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8903 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8904 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8905
8906 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8907
8908 * config.in: Regenerate.
8909
8910 2013-04-12 Tom Tromey <tromey@redhat.com>
8911
8912 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8913 const.
8914 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8915 (struct die_reader_specs) <buffer>: Likewise.
8916 (die_reader_func_ftype): Make 'info_ptr' const.
8917 (struct line_header) <include_dirs, statement_program_start,
8918 statement_program_end>: Now const.
8919 (struct file_entry) <name>: Likewise.
8920 (struct partial_die_info) <sibling>: Likewise.
8921 (struct dwarf_block) <data>: Likewise.
8922 (dwarf2_read_section): Remove cast.
8923 (dwarf2_get_section_info): Make 'bufp' const.
8924 (read_index_from_section): Constify.
8925 (dw2_get_file_names_reader): Make 'info_ptr' const.
8926 (dw2_get_primary_filename_reader): Likewise.
8927 (read_comp_unit_head): Make 'info_ptr' and return type const.
8928 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8929 Likewise.
8930 (read_abbrev_offset): Constify.
8931 (dwarf2_create_include_psymtab): Make 'name' const.
8932 (create_debug_types_hash_table): Update.
8933 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8934 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8935 Constify.
8936 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8937 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8938 (read_comp_units_from_section): Constify.
8939 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8940 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8941 const.
8942 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8943 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8944 (create_dwp_hash_table, dwarf2_ranges_read)
8945 (dwarf2_record_block_ranges): Constify.
8946 (read_die_and_children, read_die_and_siblings_1)
8947 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8948 const.
8949 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8950 (abbrev_table_read_table): Constify.
8951 (load_partial_dies): Make 'info_ptr' const.
8952 (read_partial_die, read_attribute_value, read_attribute): Make
8953 'info_ptr' and return type const.
8954 (read_address, read_initial_length)
8955 (read_checked_initial_length_and_offset, read_offset)
8956 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8957 const.
8958 (read_direct_string): Make 'buf' and return type const.
8959 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8960 (read_indirect_string): Make return type const.
8961 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8962 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8963 'info_ptr' const.
8964 (read_str_index): Make return type const.
8965 (add_include_dir): Make 'include_dir' const.
8966 (add_file_name): Make 'name' const.
8967 (dwarf_decode_line_header): Constify.
8968 (psymtab_include_file_name): Make return type const.
8969 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8970 (dwarf2_start_subfile): Make 'filename' const.
8971 (dwarf2_const_value_attr): Make 'bytes' const.
8972 (read_signatured_type_reader): Make 'info_ptr' const.
8973 (decode_locdesc): Constify.
8974 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8975 const.
8976 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8977 'mac_end', and return type const.
8978 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8979 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8980 type const.
8981 (per_cu_header_read_in): Constify.
8982 * symfile.h (dwarf2_get_section_info): Update.
8983
8984 2013-04-12 Tom Tromey <tromey@redhat.com>
8985
8986 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8987
8988 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8989
8990 * NEWS: Mention "show configuration", --configuration.
8991 * top.c (print_gdb_configuration): New function, displays the
8992 details about GDB configure-time parameters.
8993 (print_gdb_version): Mention "show configuration".
8994 * cli/cli-cmds.c (show_configuration): New function.
8995 (_initialize_cli_cmds): Add the "show configuration" command.
8996 * main.c (captured_main) <print_configuration>: New static var.
8997 <long_options>: Use it.
8998 If --configuration was given, call print_gdb_configuration.
8999
9000 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9001 Pedro Alves <palves@redhat.com>
9002
9003 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
9004 (generated_files): Add gcore.
9005 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
9006 HAVE_NATIVE_GCORE_HOST.
9007 (gcore): New.
9008 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
9009 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
9010 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
9011 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
9012 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
9013 Add HAVE_NATIVE_GCORE_HOST.
9014 * configure: Regenerate.
9015 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
9016 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
9017 AC_CONFIG_FILES for gcore.
9018 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
9019 gdb_have_gcore.
9020 * gdb_gcore.sh: Rename to ...
9021 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
9022 and GCORE_TRANSFORM_NAME substitutions.
9023
9024 Fix parsing tabs in ${gdb_target_obs}.
9025 * configure.tgt (gdb_have_gcore): Replace case with for and if.
9026
9027 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9028
9029 * remote.c (unpush_and_perror): Add output message final dot.
9030
9031 2013-04-11 Yao Qi <yao@codesourcery.com>
9032
9033 * tracepoint.c (tfile_interp_line): Fit parameters line and
9034 utpp in one line.
9035
9036 2013-04-10 Joel Brobecker <brobecker@adacore.com>
9037
9038 * solib.c (solib_map_sections): Remove code overwriting
9039 SO->SO_NAME with the bfd's filename.
9040
9041 2013-04-10 Pedro Alves <palves@redhat.com>
9042
9043 * cli/cli-decode.c (integer_unlimited_completer): New function.
9044 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
9045 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
9046 completer.
9047 * cli/cli-setshow.c: Include "cli/cli-utils.h".
9048 (is_unlimited_literal): New function.
9049 (do_set_command): Handle literal "unlimited" arguments.
9050 * frame.c (_initialize_frame) <set backtrace limit>: Document
9051 "unlimited".
9052 * printcmd.c (_initialize_printcmd) <set print
9053 max-symbolic-offset>: Add help text.
9054 * record-full.c (_initialize_record_full) <set record full
9055 insn-number-max>: Likewise.
9056 * record.c (_initialize_record) <set record
9057 instruction-history-size, set record function-call-history-size>:
9058 Add help text.
9059 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
9060 help text.
9061 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
9062 Likewise.
9063 * source.c (_initialize_source) <set listsize>: Add help text.
9064 * utils.c (initialize_utils) <set height, set width>: Likewise.
9065 <set pagination>: Mention "set height unlimited".
9066 * valprint.c (_initialize_valprint) <set print elements, set print
9067 repeats>: Document "unlimited".
9068
9069 2013-04-10 Pedro Alves <palves@redhat.com>
9070
9071 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
9072 instead of disconnect_tracing.
9073 * infcmd.c (detach_command, disconnect_command): Call
9074 query_if_trace_running. Adjust.
9075 * top.c: Include "tracepoint.h".
9076 (quit_target): Delete. Contents moved ...
9077 (quit_force): ... here. Wrap each stage of teardown in
9078 TRY_CATCH. Call disconnect_tracing before detaching.
9079
9080 2013-04-10 Hui Zhu <hui@codesourcery.com>
9081 Yao Qi <yao@codesourcery.com>
9082
9083 * configure.ac: Check libbabeltrace is installed.
9084 * config.in: Regenerate.
9085 * configure: Regenerate.
9086 * Makefile.in (LIBBABELTRACE): New.
9087 (CLIBS): Add LIBBABELTRACE.
9088 * ctf.c: Include "exec.h".
9089 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
9090 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
9091 (ctf_save_metadata_header): Define new type aliases in
9092 metadata.
9093 (ctf_write_header): Define event type "tsv_def" and "tp_def"
9094 in metadata. Start a new faked packet for trace status.
9095 (ctf_write_status): Write trace status to CTF.
9096 (ctf_write_uploaded_tsv): Write TSV to CTF.
9097 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
9098 (ctf_write_definition_end): End the faked packet.
9099
9100 (ctx, ctf_iter, trace_dirname): New.
9101 (start_pos): New variable.
9102 (ctf_destroy, ctf_open_dir, ctf_open): New.
9103 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
9104 macros.
9105 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
9106 (ctf_fetch_registers, ctf_xfer_partial): New.
9107 (ctf_get_trace_state_variable_value): New.
9108 (ctf_get_tpnum_from_frame_event): New.
9109 (ctf_get_traceframe_address): New.
9110 (ctf_trace_find, ctf_has_stack): New.
9111 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
9112 (ctf_get_trace_status, ctf_read_status): New.
9113 (_initialize_ctf): New.
9114 * tracepoint.c (get_tracepoint_number): New
9115 (get_uploaded_tsv): Remove 'static'.
9116 (struct traceframe_info, trace_regblock_size): Move it to ...
9117 * tracepoint.h: ... here.
9118 (get_tracepoint_number): Declare it.
9119 (get_uploaded_tsv): Declare it.
9120
9121 * NEWS: Mention new configure option.
9122
9123 2013-04-10 Pedro Alves <palves@redhat.com>
9124 Hui Zhu <hui@codesourcery.com>
9125
9126 * breakpoint.c (dprintf_re_set): New.
9127 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
9128 to dprintf_re_set.
9129
9130 2013-04-09 Joel Brobecker <brobecker@adacore.com>
9131
9132 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
9133 Remove solib-svr4.o from the list.
9134
9135 2013-04-09 Joel Brobecker <brobecker@adacore.com>
9136
9137 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
9138 Use gdb_assert_not_reached instead of invalid boolean expression.
9139
9140 2013-04-09 Pedro Alves <palves@redhat.com>
9141
9142 * remote.c (unpush_and_perror): New function.
9143 (readchar, remote_serial_write): Use it.
9144
9145 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
9146
9147 * NEWS: Mention new btrace RSP packets.
9148
9149 2013-04-08 Tom Tromey <tromey@redhat.com>
9150
9151 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
9152 long.
9153
9154 2013-04-08 Tom Tromey <tromey@redhat.com>
9155
9156 * maint.c (print_bfd_section_info): Print the section index.
9157 * symmisc.c (dump_msymbols): Print the section index.
9158
9159 2013-04-08 Tom Tromey <tromey@redhat.com>
9160
9161 PR symtab/8424:
9162 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
9163 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
9164 * breakpoint.c (resolve_sal_pc): Update.
9165 * elfread.c (elf_gnu_ifunc_record_cache): Update.
9166 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
9167 (minsym_lookup_iterator_cb): Use it.
9168 (default_read_var_value): Update.
9169 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
9170 Update.
9171 * infcmd.c (jump_command): Update.
9172 * linespec.c (minsym_found): Update.
9173 * maint.c (maintenance_translate_address): Update.
9174 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
9175 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
9176 * parse.c (write_exp_msymbol): Update.
9177 * printcmd.c (address_info): Update.
9178 * psymtab.c (find_pc_sect_psymbol): Update.
9179 (fixup_psymbol_section): Check SYMBOL_SECTION, not
9180 SYMBOL_OBJ_SECTION.
9181 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
9182 Don't initialize SYMBOL_OBJ_SECTION.
9183 * spu-tdep.c (spu_catch_start): Update.
9184 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
9185 * symmisc.c (dump_msymbols, print_symbol): Update.
9186 * symtab.c (fixup_section): Don't set 'obj_section'. Change
9187 how fallback section is computed.
9188 (fixup_symbol_section): Update.
9189 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
9190 Update.
9191 (allocate_symbol, initialize_symbol, allocate_template_symbol):
9192 Initialize SYMBOL_SECTION.
9193 * symtab.h (struct general_symbol_info) <section>: Update comment.
9194 <obj_section>: Remove.
9195 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
9196 (SYMBOL_OBJFILE): New macro.
9197
9198 2013-04-08 Tom Tromey <tromey@redhat.com>
9199
9200 * coffread.c (record_minimal_symbol): Update.
9201 * dbxread.c (record_minimal_symbol): Update.
9202 * elfread.c (record_minimal_symbol): Update.
9203 * machoread.c (macho_symtab_add_minsym): Update.
9204 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
9205 Update.
9206 * minsyms.c (prim_record_minimal_symbol): Update.
9207 (prim_record_minimal_symbol_full): Remove 'bfd_section'
9208 argument.
9209 (prim_record_minimal_symbol_and_info): Likewise.
9210 * minsyms.h (prim_record_minimal_symbol_full)
9211 (prim_record_minimal_symbol_and_info): Update.
9212 * symtab.c (allocate_symbol, initialize_symbol)
9213 (allocate_template_symbol): Initialize SYMBOL_SECTION.
9214 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
9215 Update.
9216
9217 2013-04-08 Tom Tromey <tromey@redhat.com>
9218
9219 PR symtab/8423:
9220 * solib-som.c (som_solib_section_offsets): Use BFD section
9221 indices. Set offsets for all sections.
9222 * somread.c (som_symtab_read): Compute BFD section for
9223 symbol. Use prim_record_minimal_symbol_and_info.
9224 (som_symfile_read): Fix comment.
9225 (struct find_section_offset_arg): New.
9226 (find_section_offset, set_section_index): New functions.
9227 (som_symfile_offsets): Use set_section_index to compute
9228 section indices.
9229
9230 2013-04-08 Tom Tromey <tromey@redhat.com>
9231
9232 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
9233 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
9234 gdb_bfd_section_index.
9235 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
9236 New functions.
9237 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
9238 Declare.
9239 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
9240 Update.
9241 * objfiles.c (add_to_objfile_sections_full): New function.
9242 (add_to_objfile_sections): Use it.
9243 (build_section_table): Rewrite.
9244 (objfile_relocate1): Use gdb_bfd_section_index. Update.
9245 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
9246 (struct objfile) <sections>: Update comment.
9247 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
9248 is NULL.
9249 (ALL_OBJSECTIONS): Use it.
9250 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
9251 * solib-frv.c (frv_relocate_main_executable): Update.
9252 * solib-target.c (solib_target_relocate_section_addresses):
9253 Use gdb_bfd_section_index.
9254 * symfile.c (build_section_addr_info_from_section_table):
9255 Use gdb_bfd_section_index.
9256 (build_section_addr_info_from_bfd, place_section): Likewise.
9257 * symtab.c (fixup_section): Update.
9258 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
9259
9260 2013-04-08 Tom Tromey <tromey@redhat.com>
9261
9262 * minsyms.h (struct bound_minimal_symbol): New.
9263 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9264 Remove objfile argument.
9265 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9266 Return bound_minimal_symbol.
9267 * minsyms.c (lookup_minimal_symbol_by_pc_1)
9268 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9269 Return bound_minimal_symbol.
9270 (in_gnu_ifunc_stub): Update.
9271 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9272 Remove 'objfile_p' argument.
9273 (lookup_solib_trampoline_symbol_by_pc): Update.
9274 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
9275 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
9276 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
9277 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
9278 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
9279 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
9280 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
9281 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
9282 stack.c, symtab.c, tui/tui-disasm.c: Update.
9283
9284 2013-04-08 Tom Tromey <tromey@redhat.com>
9285
9286 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
9287 Use symbol's obstack, not an objfile.
9288 * coffread.c (process_coff_symbol): Update.
9289 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
9290 * jv-lang.c (add_class_symbol): Update.
9291 * mdebugread.c (new_symbol): Update.
9292 * minsyms.c (prim_record_minimal_symbol_full)
9293 (terminate_minimal_symbol_table): Update.
9294 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
9295 * stabsread.c (define_symbol, read_enum_type): Update.
9296 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
9297 Handle Ada specially.
9298 (symbol_set_language): Add 'obstack' argument.
9299 (symbol_set_names): Update.
9300 (symbol_natural_name, symbol_demangled_name): Always use
9301 ada_decode_symbol.
9302 * symtab.h (struct general_symbol_info)
9303 <language_specific::obstack>: New field.
9304 <ada_mangled>: New field.
9305 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
9306 (symbol_set_language): Update.
9307
9308 2013-04-08 Tom Tromey <tromey@redhat.com>
9309
9310 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
9311 Take an obstack, not an objfile.
9312 (symbol_set_names): Update.
9313 * symtab.h (symbol_set_demangled_name): Update.
9314
9315 2013-04-08 Tom Tromey <tromey@redhat.com>
9316
9317 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
9318 allocate_symbol.
9319 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
9320 (read_func_scope): Call allocate_template_symbol.
9321 (new_symbol_full): Call allocate_symbol.
9322 * jit.c (finalize_symtab): Call allocate_symbol.
9323 * jv-lang.c (add_class_symbol): Call allocate_symbol.
9324 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
9325 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9326 (common_block_end): Call allocate_symbol.
9327 * symtab.c (allocate_symbol, initialize_symbol)
9328 (allocate_template_symbol): New functions.
9329 * symtab.c (allocate_symbol, initialize_symbol)
9330 (allocate_template_symbol): Declare.
9331 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
9332
9333 2013-04-08 Pedro Alves <palves@redhat.com>
9334 Keith Seitz <keiths@redhat.com>
9335
9336 * breakpoint.c (create_breakpoint): Rename
9337 "parse_condition_and_thread" parameter to "parse_arg". Update
9338 describing comment. If !PARSE_ARG, then error out if ARG is not
9339 the empty string after extracting the location.
9340 * breakpoint.h (create_breakpoint): Rename
9341 "parse_condition_and_thread" parameter to "parse_arg".
9342
9343 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
9344
9345 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
9346
9347 2013-04-07 Yao Qi <yao@codesourcery.com>
9348
9349 * remote.c (remote_trace_find): Change type of parameters 'addr1'
9350 and 'addr2' to CORE_ADDR.
9351 * target.c (update_current_target): Update.
9352 * target.h (struct target_ops) <to_trace_find>: Change parameter
9353 type to CORE_ADDR.
9354 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
9355 'addr2' to CORE_ADDR.
9356 (tfile_trace_find): Likewise.
9357 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
9358 Change local variable 'addr' to type CORE_ADDR.
9359 * tracepoint.h (tfind_1): Update declaration.
9360
9361 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9362
9363 * windows-nat.c (windows_get_absolute_argv0): Move from here...
9364 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
9365 Include main.h.
9366
9367 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
9368 here...
9369 * main.h (windows_get_absolute_argv0): ...to here.
9370
9371 2013-04-05 Doug Evans <dje@google.com>
9372
9373 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
9374 (read_cutu_die_from_dwo): Add comments.
9375 (read_structure_type): Update comment.
9376 (read_enumeration_type, read_namespace_type): Update comment.
9377 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
9378
9379 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9380
9381 Convert man pages to texinfo, new gdbinit.5 texinfo page.
9382 * Makefile.in (gdb.z): Remove.
9383 (install-only): Remove $(man1dir) and gdb.1 installation.
9384 * gdb.1: Remove.
9385
9386 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9387
9388 Fix compatibility with Linux kernel 3.8.3.
9389 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
9390 to more inner block. Remove parsing of NUMBER from outer block.
9391 Parse NUMBER only if KEYWORD has been identified.
9392
9393 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9394
9395 Fix variable name shadowing.
9396 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
9397 filename to mapsfilename and update its uses.
9398
9399 2013-04-05 Eli Zaretskii <eliz@gnu.org>
9400
9401 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
9402 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
9403 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
9404 details of the problem.
9405
9406 2013-04-04 Pedro Alves <palves@redhat.com>
9407 Hui Zhu <hui@codesourcery.com>
9408
9409 * breakpoint.c (validate_commands_for_breakpoint): If validating a
9410 tracepoint, reset its STEP_COUNT and call validate_actionline.
9411
9412 2013-04-03 Doug Evans <dje@google.com>
9413
9414 * dwarf2read.c (read_die_and_siblings_1): Renamed from
9415 read_die_and_siblings.
9416 (read_die_and_siblings): New function.
9417 (read_cutu_die_from_dwo): Dump die if requested.
9418 (read_die_and_children): Call read_full_die_1 and
9419 read_die_and_siblings_1.
9420 (read_full_die): Dump die if requested.
9421
9422 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
9423
9424 * dwarf2read.c (struct dwo_file): New member comp_dir.
9425 Rename member name to dwo_name. All uses updated.
9426 (hash_dwo_file): Include comp_dir in computation.
9427 (eq_dwo_file): Ditto.
9428 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
9429 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
9430
9431 * psymtab.c (read_psymtabs_with_fullname): Don't call
9432 psymtab_to_fullname if the basenames are different.
9433
9434 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
9437 New entry about "fullname" presence.
9438
9439 2013-04-03 Pedro Alves <palves@redhat.com>
9440
9441 * NEWS: Mention x86_64/Cygwin as new native configuration.
9442
9443 2013-04-02 Doug Evans <dje@google.com>
9444
9445 * dwarf2read.c (read_structure_type): Fix typo in comment.
9446
9447 2013-04-02 Pedro Alves <palves@redhat.com>
9448
9449 * NEWS: Mention "set/show debug aarch64", "set/show debug
9450 coff-pe-read" and "set/show debug mach-o".
9451
9452 2013-04-02 Pedro Alves <palves@redhat.com>
9453
9454 * NEWS: Mention "set/show remote trace-buffer-size-packet".
9455
9456 2013-04-02 Eli Zaretskii <eliz@gnu.org>
9457
9458 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
9459 gdb_string.h is now in common/.
9460
9461 2013-04-02 Pedro Alves <palves@redhat.com>
9462
9463 * NEWS: Move "set debug notification" and "set trace-buffer-size"
9464 under "New options".
9465
9466 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 Revert this patch:
9469 PR gdb/15275
9470 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9471
9472 2013-04-02 Pedro Alves <palves@redhat.com>
9473
9474 PR gdb/15275
9475
9476 * remote.c (send_interrupt_sequence): Use remote_serial_write.
9477 (remote_serial_write): New function.
9478 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9479
9480 2013-04-01 Jiong Wang <jiwang@tilera.com>
9481
9482 * NEWS: Mention TILE-Gx in "New native configurations" and
9483 "New targets" sections.
9484
9485 2013-04-01 Doug Evans <dje@google.com>
9486
9487 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9488 (process_enumeration_scope): Simplify.
9489
9490 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9491 type_unit_group ...
9492 (struct signatured_type): ... to here.
9493 (sig_type_ptr): New typedef.
9494 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
9495 out of union 't'. All uses updated.
9496 (dw2_get_file_names_reader): Assert not called for a type unit.
9497 (dw2_get_file_names): Assert not called for a type unit or type
9498 unit group.
9499 (build_type_psymtabs_reader): Assert called for a type unit.
9500 (build_type_psymtab_dependencies): Assert called for a type unit group.
9501
9502 * dwarf2read.c (free_dwo_file): Add comment.
9503 (dwarf2_per_objfile_free): Unref dwp bfd.
9504
9505 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9506
9507 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9508 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9509 (read_pe_exported_syms): Remove unused 'exportix'.
9510 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9511 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9512 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9513
9514 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9515
9516 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9517 (print_it_watchpoint): Remove unused 'bl'.
9518 (say_where): Remove unused 'uiout'.
9519 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9520 (bkpt_breakpoint_hit): Remove unused 'b'.
9521 (internal_bkpt_print_it): Remove unused 'uiout'.
9522 * buildsym.c (augment_type_symtab): Remove unused 'i'.
9523
9524 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
9525
9526 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9527 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9528
9529 2013-03-29 Doug Evans <dje@google.com>
9530
9531 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9532 Delete arg is_dwp. All callers updated.
9533 (open_dwp_file): New function.
9534 (open_and_init_dwp_file): Call it.
9535 (get_dwp_file): New function.
9536 (lookup_dwo_cutu): Call it.
9537
9538 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9539 unnecessary, cleanup.
9540
9541 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9542
9543 * dwarf2read.c (read_cutu_die_from_dwo): New function.
9544 (lookup_dwo_unit): New function.
9545 (init_cutu_and_read_dies): Move DWO handling to new functions.
9546
9547 * dwarf2read.c (struct signatured_type): Tweak comment.
9548 (struct dwo_unit): Tweak comment.
9549 (create_debug_types_hash_table): Tweak comment. Reformat long line.
9550 (create_dwo_debug_info_hash_table): Tweak comment.
9551 (dwarf2_per_cu_offset_and_type): Tweak comment.
9552
9553 * dwarf2read.c (lookup_signatured_type): Remove complaint about
9554 missing .debug_types section.
9555
9556 2013-03-29 Yao Qi <yao@codesourcery.com>
9557
9558 * corelow.c: Include "completer.h".
9559 (_initialize_corelow): Call add_target_with_completer with
9560 argument 'filename_completer'.
9561 * tracepoint.c: Likewise.
9562 * exec.c (_initialize_exec): Likewise.
9563 * target.c (add_target): Rename to ...
9564 (add_target_with_completer): ... this. Call set_cmd_completer
9565 if parameter completer is not NULL.
9566 (add_target): New.
9567 * target.h: Include "command.h".
9568 (add_target_with_completer): Declare it.
9569
9570 2013-03-28 Joel Brobecker <brobecker@adacore.com>
9571
9572 * coffread.c (is_import_fixup_symbol): New function.
9573 (record_minimal_symbol): Use is_import_fixup_symbol to
9574 detect import fixup symbols, and discard them.
9575
9576 2013-03-28 Doug Evans <dje@google.com>
9577
9578 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9579 types hash table until we know we need it.
9580
9581 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9582 index numbers.
9583
9584 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9585 All callers updated.
9586 (dw2_print_stats): Print #read CUs too.
9587 (dump_die_shallow): Print signatured types better.
9588
9589 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9590 info_or_types_section to section. All uses updated.
9591 (struct dwo_unit): Ditto.
9592
9593 2013-03-28 Pedro Alves <palves@redhat.com>
9594
9595 * NEWS (New options): New section.
9596 (New options): Mention set/show remote trace-status-packet.
9597 * remote.c (PACKET_qTStatus): New enumeration value.
9598 (remote_get_trace_status): Skip sending qTStatus if the packet is
9599 disabled. Use packet_ok.
9600 (_initialize_remote): Register a configuration command for
9601 qTStatus packet.
9602
9603 2013-03-28 Doug Evans <dje@google.com>
9604
9605 * symfile.c (find_separate_debug_file): Add comment.
9606 (terminate_after_last_dir_separator): Tweak comment.
9607
9608 * dwarf2read.c (create_partial_symtab): Add forward decl.
9609 (create_partial_symtab): Move to be closer to other psymtab functions.
9610 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9611
9612 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9613 (compute_symtab_includes): Remove unnecessary forward declaration.
9614 (die_needs_namespace): Add comment marking group of functions for
9615 dwarf2 name computation.
9616
9617 * typeprint.c (_initialize_typeprint): Improve type help text.
9618
9619 * python/python.c (finish_python_initialization): Provide suggestion
9620 for how to tell gdb to find its python files.
9621
9622 2013-03-28 Pedro Alves <palves@redhat.com>
9623
9624 PR gdb/15294
9625
9626 * source.c (_initialize_source): Change back "set listsize" to an
9627 integer command.
9628
9629 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
9630
9631 PR gdb/15275
9632 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9633
9634 2013-03-27 Pedro Alves <palves@redhat.com>
9635
9636 * top.c (history_size): Rename to ...
9637 (history_size_setshow_var): ... this. Add comment.
9638 (show_commands): Use readline's 'history_length' instead of
9639 computing the history length by calling history_get in a loop.
9640 (set_history_size_command): Error out for sizes over INT_MAX.
9641 Restore previous history size on invalid size.
9642 (init_history): If HISTSIZE is negative, leave the history size as
9643 zero. Add comments.
9644 (init_main): Adjust.
9645
9646 2013-03-27 Pedro Alves <palves@redhat.com>
9647
9648 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9649 coff_pe_read" command to "set debug coff-pe-read".
9650
9651 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
9652
9653 * record.c (command_size_to_target_size): Fix size comparison.
9654 Change parameter type from pointer to integer to integer.
9655 Update all users.
9656
9657 2013-03-27 Pierre Muller <muller@sourceware.org>
9658
9659 * windows-nat.c (handle_output_debug_string): Avoid typecast
9660 from integer of different size warning.
9661
9662 2013-03-26 Joel Brobecker <brobecker@adacore.com>
9663
9664 * windows-nat.c (handle_output_debug_string): Add empty line
9665 after local block variable definition.
9666
9667 2013-03-26 Pedro Alves <palves@redhat.com>
9668
9669 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9670 (net_open): Make 'polls' local unsigned.
9671
9672 2013-03-26 Pedro Alves <palves@redhat.com>
9673
9674 * remote.c (_initialize_remote): Make "set remoteaddresssize"
9675 a zuinteger command instead of uinteger.
9676
9677 2013-03-26 Pedro Alves <palves@redhat.com>
9678
9679 * record-full.c (record_full_insn_num): Make it unsigned.
9680 (record_full_check_insn_num, record_full_message)
9681 (record_full_registers_change, record_full_xfer_partial): Remove
9682 record_full_insn_max_num check (it's always != 0).
9683 (record_full_info, record_full_restore): Use %u as format string.
9684 (): Use %u as format string.
9685 (set_record_full_insn_max_num): Remove record_full_insn_max_num
9686 check (it's always != 0).
9687
9688 2013-03-26 Pedro Alves <palves@redhat.com>
9689
9690 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9691 and "set dcache size" commands zuinteger instead of uinteger.
9692
9693 2013-03-26 Pedro Alves <palves@redhat.com>
9694
9695 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9696 command zuinteger instead of uinteger.
9697
9698 2013-03-26 Pedro Alves <palves@redhat.com>
9699
9700 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9701 zuinteger instead of uinteger.
9702
9703 2013-03-26 Pedro Alves <palves@redhat.com>
9704
9705 * record.c (record_insn_history_size_setshow_var)
9706 (record_call_history_size_setshow_var): New globals.
9707 (command_size_to_target_size): New function.
9708 (cmd_record_insn_history, cmd_record_call_history): Use
9709 command_size_to_target_size instead of cast.
9710 (validate_history_size, set_record_insn_history_size)
9711 (set_record_call_history_size): New functions.
9712 (_initialize_record): Install set_record_insn_history_size and
9713 set_record_call_history_size as "set" hooks of "set record
9714 instruction-history-size" and "set record
9715 function-call-history-size".
9716
9717 2013-03-26 Pedro Alves <palves@redhat.com>
9718
9719 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9720 use with history_max_entries use. Remove FIXME note.
9721
9722 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9723
9724 * record-btrace.c (record_btrace_close): Call
9725 record_btrace_auto_disable.
9726
9727 2013-03-25 Joel Brobecker <brobecker@adacore.com>
9728
9729 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9730
9731 2013-03-25 Doug Evans <dje@google.com>
9732
9733 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9734
9735 2013-03-25 Tom Tromey <tromey@redhat.com>
9736
9737 PR symtab/11462:
9738 * c-exp.y (exp): Add new productions for destructors after '.' and
9739 '->'.
9740 (write_destructor_name): New function.
9741
9742 2013-03-25 Tom Tromey <tromey@redhat.com>
9743
9744 PR c++/9197:
9745 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9746 value_struct_elt, not lookup_struct_elt_type.
9747 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9748 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9749 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9750
9751 2013-03-25 Yao Qi <yao@codesourcery.com>
9752
9753 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9754 instead of '_mkdir'.
9755
9756 2013-03-23 Eli Zaretskii <eliz@gnu.org>
9757
9758 * windows-nat.c (windows_get_absolute_argv0): New function.
9759 * windows-nat.h: Add its prototype.
9760
9761 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9762 Use IS_DIR_SEPARATOR instead of looking for a character inside
9763 SLASH_STRING. Include filenames.h.
9764 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9765 relocate_gdb_directory works when passed gdb_program_name.
9766 Include windows-nat.h.
9767
9768 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9769
9770 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9771 * remote.c (trace_error): Remove the special handling of '2'.
9772 (readchar) <SERIAL_EOF>
9773 (readchar) <SERIAL_ERROR>
9774 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9775 (remote_get_trace_status): Call throw_exception if EX is
9776 TARGET_CLOSE_ERROR.
9777 * utils.c (perror_with_name): Rename to ...
9778 (throw_perror_with_name): ... here. New parameter errcode, describe it
9779 in the function comment.
9780 (perror_with_name): New function wrapper.
9781 * utils.h (enum errors): New stub declaration.
9782 (throw_perror_with_name): New declaration.
9783
9784 2013-03-22 Pedro Alves <palves@redhat.com>
9785 Yao Qi <yao@codesourcery.com>
9786 Mark Kettenis <kettenis@gnu.org>
9787
9788 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9789 Don't let the user set the value to UINT_MAX directly.
9790 <var_integer>: Don't let the user set the value to INT_MAX
9791 directly.
9792
9793 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9794
9795 * remote.c (remote_unpush_target): New function.
9796 (remote_open_1): Remove two pop_target calls, update one comment, add
9797 comment to target_preopen call. Replace pop_target call by
9798 remote_unpush_target call.
9799 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9800 pop_target calls by remote_unpush_target calls.
9801
9802 2013-03-22 Pedro Alves <palves@redhat.com>
9803
9804 * linux-nat.c (linux_child_follow_fork): Don't call
9805 linux_enable_event_reporting.
9806 (linux_handle_extended_wait): Don't call
9807 linux_enable_event_reporting.
9808
9809 2013-03-22 Pedro Alves <palves@redhat.com>
9810
9811 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9812 use it to rewrite the trampoline buffers with type gdb_byte[], and
9813 undefine the macro. Remove char* cast.
9814
9815 2013-03-21 Doug Evans <dje@google.com>
9816
9817 New commands "mt set per-command {space,time,symtab} {on,off}".
9818 * NEWS: Add entry.
9819 * event-top.c: #include "maint.h".
9820 * main.c: #include "maint.h".
9821 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9822 timeval-utils.h, maint.h, cli/cli-setshow.h.
9823 (per_command_time, per_command_space): New static globals.
9824 (per_command_symtab): New static global.
9825 (per_command_setlist, per_command_showlist): New static globals.
9826 (struct cmd_stats): Move here from utils.c.
9827 (set_per_command_time): Renamed from set_display_time in utils.c
9828 and moved here. All callers updated.
9829 (set_per_command_space): Renamed from set_display_space in utils.c
9830 and moved here. All callers updated.
9831 (count_symtabs_and_blocks): New function.
9832 (report_command_stats): Moved here from utils.c. Add support for
9833 printing symtab stats. Only print data if enabled before command
9834 executed.
9835 (make_command_stats_cleanup): Ditto.
9836 (sert_per_command_cmd, show_per_command_cmd): New functions.
9837 (_initialize_maint_cmds): Add new commands
9838 mt set per-command {space,time,symtab} {on,off}.
9839 * maint.h: New file.
9840 * top.c: #include "maint.h".
9841 * utils.c (reset_prompt_for_continue_wait_time): New function.
9842 (get_prompt_for_continue_wait_time): New function.
9843 * utils.h (reset_prompt_for_continue_wait_time): Declare
9844 (get_prompt_for_continue_wait_time): Declare.
9845 (make_command_stats_cleanup): Moved to maint.h.
9846 (set_display_time, set_display_space): Moved to maint.h and renamed
9847 to set_per_command_time, set_per_command_space.
9848 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9849 parse_binary_operation and made non-static. Don't call error,
9850 just return an error marker. All callers updated.
9851 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9852
9853 2013-03-21 Tom Tromey <tromey@redhat.com>
9854
9855 * symfile.c (alloc_section_addr_info): Update header. Don't set
9856 'num_sections' field.
9857 (build_section_addr_info_from_section_table): Set 'num_sections'.
9858 (build_section_addr_info_from_bfd): Likewise.
9859 (build_section_addr_info_from_objfile): Remove dead loop
9860 condition.
9861 (free_section_addr_info): Unconditionally call xfree.
9862 (relative_addr_info_to_section_offsets, addrs_section_sort)
9863 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9864 condition.
9865 (syms_from_objfile_1): Remove dead 'if' condition. Check
9866 'num_sections'.
9867 (add_symbol_file_command): Set 'num_sections'.
9868 * symfile-mem.c (symbol_file_add_from_memory): Set
9869 'num_sections'.
9870 * somread.c (som_symfile_offsets): Remove dead loop condition.
9871 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9872 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9873
9874 2013-03-21 Tom Tromey <tromey@redhat.com>
9875
9876 * tracepoint.h (decode_agent_options): Add 'trace_string'
9877 argument.
9878 * tracepoint.c (decode_agent_options): Add 'trace_string'
9879 argument.
9880 (validate_actionline): Update.
9881 (collect_symbol): Add 'trace_string' argument.
9882 (struct add_local_symbols_data) <trace_string>: New field.
9883 (do_collect_symbol): Update.
9884 (add_local_symbols): Add 'trace_string' argument.
9885 (encode_actions_1): Update.
9886 (trace_dump_actions): Update.
9887 * dwarf2loc.c (access_memory): Update.
9888 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9889 * ax-general.c (new_agent_expr): Update.
9890 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9891 (gen_trace_for_return_address): Add argument.
9892 (trace_kludge, trace_string_kludge): Remove.
9893 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9894 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9895 (gen_trace_for_var): Add 'trace_string' argument.
9896 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9897 (gen_printf, agent_eval_command_one): Update.
9898
9899 2013-03-21 Tom Tromey <tromey@redhat.com>
9900
9901 PR exp/15109:
9902 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9903 Handle FILENAME token.
9904
9905 2013-03-21 Tom Tromey <tromey@redhat.com>
9906
9907 * c-exp.y (YYPRINT): Define.
9908 (c_print_token): New function.
9909
9910 2013-03-21 Tom Tromey <tromey@redhat.com>
9911
9912 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9913
9914 2013-03-21 Yao Qi <yao@codesourcery.com>
9915
9916 * ctf.c: Include "gdb_stat.h".
9917 [USE_WIN32API]: New macro 'mkdir'.
9918 (ctf_start): Use permission bits macros if they are defined.
9919
9920 2013-03-20 Keith Seitz <keiths@redhat.com>
9921
9922 * breakpoint.h (struct breakpoint): Add comment to
9923 extra_string indicating that this member is mallod'd.
9924 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9925
9926 2013-03-20 Pedro Alves <palves@redhat.com>
9927
9928 PR gdb/15289
9929
9930 * cli/cli-setshow.c (do_set_command)
9931 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9932 the result of parsing the command argument. Throw error if the
9933 value is greater than UINT_MAX. Print the invalid value with
9934 plongest.
9935 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9936 result of parsing the command argument. Throw error if the value
9937 is greater than INT_MAX, not greater or equal. Also throw error
9938 if the value is less than INT_MIN. Print the invalid value with
9939 plongest.
9940 <var_zuinteger_unlimited>: Throw error if the value is greater
9941 than INT_MAX, not greater or equal.
9942 (do_show_command) <var_integer, var_zinteger,
9943 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9944
9945 2013-03-20 Tom Tromey <tromey@redhat.com>
9946
9947 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9948 if possible.
9949 * dwarf2read.c (read_func_scope): Remove old FIXME.
9950 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9951 not LOC_COMPUTED.
9952 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9953 Unconditionally call via computed ops, if possible.
9954 * printcmd.c (address_info): Unconditionally call via computed ops,
9955 if possible.
9956 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9957 if possible.
9958 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9959 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9960 if possible.
9961
9962 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9963 Tom Tromey <tromey@redhat.com>
9964
9965 PR symtab/8421:
9966 * coffread.c (coff_register_index): New global.
9967 (process_coff_symbol, coff_read_enum_type): Set
9968 SYMBOL_ACLASS_INDEX.
9969 (_initialize_coffread): Initialize new global.
9970 * dwarf2loc.c (locexpr_find_frame_base_location)
9971 (dwarf2_block_frame_base_locexpr_funcs)
9972 (loclist_find_frame_base_location)
9973 (dwarf2_block_frame_base_loclist_funcs): New.
9974 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9975 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9976 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9977 (dwarf2_block_frame_base_loclist_funcs): New.
9978 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9979 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9980 globals.
9981 (read_func_scope): Update.
9982 (fixup_go_packaging, mark_common_block_symbol_computed)
9983 (var_decode_location, new_symbol_full, dwarf2_const_value):
9984 Set SYMBOL_ACLASS_INDEX.
9985 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9986 (_initialize_dwarf2_read): Initialize new globals.
9987 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9988 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9989 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9990 globals.
9991 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9992 (_initialize_mdebugread): Initialize new globals.
9993 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9994 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9995 (stab_register_index, stab_regparm_index): New globals.
9996 (define_symbol, read_enum_type, common_block_end): Set
9997 SYMBOL_ACLASS_INDEX.
9998 (_initialize_stabsread): Initialize new globals.
9999 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
10000 globals.
10001 (MAX_SYMBOL_IMPLS): New define.
10002 (register_symbol_computed_impl, register_symbol_block_impl)
10003 (register_symbol_register_impl)
10004 (initialize_ordinary_address_classes): New functions.
10005 (_initialize_symtab): Call initialize_ordinary_address_classes.
10006 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
10007 (struct symbol_impl): New.
10008 (SYMBOL_ACLASS_BITS): New define.
10009 (struct symbol) <aclass, ops>: Remove fields.
10010 <aclass_index>: New field.
10011 (symbol_impls): Declare.
10012 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
10013 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
10014 (register_symbol_computed_impl, register_symbol_block_impl)
10015 (register_symbol_register_impl): Declare.
10016 (struct symbol_computed_ops): Add location_has_loclist.
10017 (struct symbol_block_ops): New.
10018 (SYMBOL_BLOCK_OPS): New.
10019 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
10020
10021 2013-03-20 Tom Tromey <tromey@redhat.com>
10022
10023 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
10024 (print_partial_symbols, recursively_search_psymtabs): Use
10025 PSYMBOL_CLASS.
10026
10027 2013-03-20 Pierre Muller <muller@sourceware.org>
10028
10029 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
10030 addtion, subtraction, multiplication and division binary operator.
10031
10032 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10033
10034 Code cleanup.
10035 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
10036 * bsd-kvm.c (bsd_kvm_close): Likewise.
10037 * bsd-uthread.c (bsd_uthread_close): Likewise.
10038 * corelow.c (core_close): Likewise.
10039 (core_close_cleanup): Remove parameter quitting from a caller.
10040 * event-top.c (async_disconnect): Likewise.
10041 * exec.c (exec_close_1): Remove parameter quitting.
10042 * go32-nat.c (go32_close): Likewise.
10043 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
10044 parameter quitting from a caller.
10045 * mips-linux-nat.c (super_close): Remove parameter quitting from the
10046 variable.
10047 (mips_linux_close): Remove parameter quitting. Remove parameter
10048 quitting from a caller.
10049 * monitor.c (monitor_close): Remove parameter quitting.
10050 * monitor.h (monitor_close): Likewise.
10051 * record-btrace.c (record_btrace_close): Likewise.
10052 * record-full.c (record_full_close): Likewise.
10053 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
10054 it also from fprintf_unfiltered.
10055 * remote-mips.c (mips_close): Remove parameter quitting.
10056 (mips_detach): Remove parameter quitting from a caller.
10057 * remote-sim.c (gdbsim_close): Remove parameter quitting.
10058 (gdbsim_close): Remove duplicate function comment. Remove parameter
10059 quitting and remove it also from printf_filtered.
10060 * remote.c (remote_close): Remove parameter quitting.
10061 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
10062 * target.c (update_current_target): Remove parameter int from to_close
10063 de_fault.
10064 (push_target, unpush_target, pop_target): Remove parameter quitting from
10065 a caller.
10066 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
10067 Remove parameter quitting from a caller.
10068 (target_preopen): Remove parameter quitting from a caller.
10069 (target_close): Remove parameter quitting. Remove parameter quitting
10070 from a caller two times. Remove parameter quitting also from
10071 fprintf_unfiltered.
10072 * target.h (struct target_ops): Remove parameter quitting and as int
10073 from fields to_xclose and to_close.
10074 (extern struct target_ops current_target):
10075 (target_close, pop_all_targets): Remove parameter quitting. Update the
10076 comment.
10077 (pop_all_targets_above): Remove parameter quitting.
10078 * top.c (quit_target): Remove parameter quitting from a caller.
10079 * tracepoint.c (tfile_close): Remove parameter quitting.
10080 * windows-nat.c (windows_close): Remove parameter quitting.
10081
10082 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
10083
10084 * windows-nat.c (handle_output_debug_string): Replace call
10085 to string_to_core_addr with call to strtoull.
10086
10087 2013-03-20 Yao Qi <yao@codesourcery.com>
10088
10089 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
10090 and write it to CTF metadata.
10091
10092 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
10093
10094 * windows-nat.c (handle_output_debug_string): Change type of n to
10095 SIZE_T to avoid crash on 64 bit systems.
10096
10097 2013-03-17 Eli Zaretskii <eliz@gnu.org>
10098
10099 * python/python-internal.h (HAVE_SNPRINTF)
10100 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
10101 about redefinition of snprintf by pyerrors.h.
10102
10103 2013-03-15 Steve Ellcey <sellcey@mips.com>
10104
10105 * remote-sim.c (sim_command_completer): Make char arguments const.
10106
10107 2013-03-15 Tom Tromey <tromey@redhat.com>
10108
10109 PR c++/15116:
10110 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
10111
10112 2013-03-14 Tom Tromey <tromey@redhat.com>
10113
10114 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
10115 New fields.
10116 (get_file_crc): Move from symfile.c.
10117 (gdb_bfd_crc): New function.
10118 * gdb_bfd.h (gdb_bfd_crc): Declare.
10119 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
10120 * symfile.c (get_file_crc): Move to gdb_bfd.c.
10121 (separate_debug_file_exists): Use gdb_bfd_crc.
10122
10123 2013-03-14 Tom Tromey <tromey@redhat.com>
10124
10125 * symfile.c (get_debug_link_info): Remove.
10126 (find_separate_debug_file_by_debuglink): Use
10127 bfd_get_debug_link_info.
10128
10129 2013-03-14 Tom Tromey <tromey@redhat.com>
10130
10131 * symtab.c (error_in_psymtab_expansion): New function.
10132 (lookup_symbol_aux_quick)
10133 (basic_lookup_transparent_type_quick): Remove "last resort"
10134 code. Use error_in_psymtab_expansion.
10135
10136 2013-03-14 Doug Evans <dje@google.com>
10137 Jan Kratochvil <jan.kratochvil@redhat.com>
10138
10139 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
10140 any successful compare_filenames_for_search or FILENAME_CMP.
10141 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10142 * symtab.c (iterate_over_some_symtabs): Likewise.
10143
10144 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10145
10146 * source.c (print_source_lines_base): Make a local copy of
10147 symtab_to_fullname.
10148
10149 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
10150 Jan Kratochvil <jan.kratochvil@redhat.com>
10151
10152 * source.c (print_source_lines_base): Suppress "file" for TUI.
10153
10154 2013-03-14 Keith Seitz <keiths@redhat.com>
10155 Alan Matsuoka <alanm@redhat.com>
10156
10157 PR c++/15203
10158 PR c++/15210
10159 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
10160 TYPE_CODE_METHOD.
10161 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
10162 symbols.
10163
10164 2013-03-14 Yao Qi <yao@codesourcery.com>
10165
10166 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
10167 status to tfile if trace is stopped by command 'tstop'.
10168
10169 2013-03-14 Yao Qi <yao@codesourcery.com>
10170
10171 * tracepoint.c (tfile_write_status): Write trace notes and user
10172 name into tfile if they are not NULL.
10173
10174 2013-03-14 Hui Zhu <hui@codesourcery.com>
10175 Yao Qi <yao@codesourcery.com>
10176
10177 * Makefile.in (REMOTE_OBS): Add ctf.o.
10178 (SFILES): Add ctf.c.
10179 (HFILES_NO_SRCDIR): Add ctf.h.
10180 * ctf.c, ctf.h: New files.
10181 * tracepoint.c: Include 'ctf.h'.
10182 (collect_pseudocommand): Remove static.
10183 (trace_save_command): Parse option "-ctf".
10184 Produce different trace file writers per option.
10185 Adjust output message.
10186 (trace_save_tfile, trace_save_ctf): New.
10187 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
10188 * mi/mi-main.c: Include 'ctf.h'.
10189 (mi_cmd_trace_save): Handle option '-ctf'. Call either
10190 trace_save_tfile or trace_save_ctf.
10191 * NEWS: Mention these changes.
10192
10193 2013-03-14 Yao Qi <yao@codesourcery.com>
10194
10195 * tracepoint.c (trace_file_writer_xfree): New.
10196 (struct tfile_writer_data): New.
10197 (tfile_dtor, tfile_can_target_save, tfile_start): New.
10198 (tfile_write_header, tfile_write_regblock_type): New.
10199 (tfile_write_status, tfile_write_uploaded_tsv): New.
10200 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
10201 (tfile_write_raw_data, (tfile_end): New.
10202 (tfile_write_ops): New global variable.
10203 (TRACE_WRITE_R_BLOCK): New macro.
10204 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
10205 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
10206 (TRACE_WRITE_V_BLOCK): New macro.
10207 (trace_save): Add extra one parameter WRITER. Make it static.
10208 Use WRITER to writer trace.
10209 (tfile_trace_file_writer_new): New.
10210 (trace_save_command): Caller update.
10211 (trace_save_tfile): Write trace data in TFILE format.
10212 * tracepoint.h (struct trace_frame_write_ops): New.
10213 (struct trace_file_write_ops): New.
10214 (struct trace_file_writer): New.
10215 (trace_save): Remove its declaration.
10216 (trace_save_tfile): Declare it.
10217 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
10218 instead of trace_save.
10219
10220 2013-03-13 Pedro Alves <palves@redhat.com>
10221
10222 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
10223
10224 2013-03-13 Pedro Alves <palves@redhat.com>
10225
10226 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
10227 commented out code.
10228 * demangle.c (current_demangling_style_string): Make it const.
10229 (set_demangling_command): Assert the demangling style is known.
10230 Remove all handling of unknown styles. Set
10231 'current_demangling_style_string' to an element of the
10232 demangling_style_names array.
10233 (set_demangling_style): Delete.
10234 (_initialize_demangler): Set current_demangling_style_string to the
10235 element of the demangling_style_names array that corresponds to
10236 the default demangling style. Remove FIXME note. Don't call
10237 set_demangling_style.
10238 * gdb-demangle.h (set_demangling_style): Remove declaration.
10239
10240 2013-03-13 Pedro Alves <palves@redhat.com>
10241
10242 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
10243 fields const.
10244 (ada_make_symbol_completion_list): Make "text0" parameter const.
10245 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
10246 * breakpoint.c (condition_completer): Make "text" and "word"
10247 parameters const. Adjust.
10248 (check_tracepoint_command): Adjust to validate_actionline
10249 prototype change.
10250 (catch_syscall_completer): Make "text" and "word" parameters
10251 const.
10252 * cli/cli-cmds.c (show_user): Make "comname" local const.
10253 (valid_command_p): Make "command" parameter const.
10254 (alias_command): Make "alias_prefix" and "command_prefix" locals
10255 const.
10256 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
10257 (add_alias_cmd): Make "name" and "oldname" parameters const.
10258 Adjust. No longer make copy of OLDNAME.
10259 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
10260 (add_setshow_cmd_full, add_setshow_enum_cmd)
10261 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10262 (add_setshow_filename_cmd, add_setshow_string_cmd)
10263 (add_setshow_string_noescape_cmd)
10264 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10265 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10266 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
10267 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
10268 Make "name" parameter const.
10269 (help_cmd): Rename "command" parameter to "arg". New const local
10270 "command".
10271 (find_cmd): Make "command" parameter const.
10272 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
10273 deprecated_cmd_warning prototype change.
10274 (undef_cmd_error): Make "cmdtype" parameter const.
10275 (lookup_cmd): Make "line" parameter const.
10276 (deprecated_cmd_warning): Change type of "text" parameter to
10277 pointer to const char, from pointer to pointer to char. Adjust.
10278 (lookup_cmd_composition): Make "text" parameter const.
10279 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
10280 parameters const.
10281 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
10282 const.
10283 * cli/cli-script.c (validate_comname): Make "tem" local const.
10284 (define_command): New const local "tem_c". Use it in calls to
10285 lookup_cmd.
10286 (document_command): Make "tem" and "comfull" locals const.
10287 (show_user_1): Make "prefix" and "name" parameters const.
10288 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
10289 const.
10290 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
10291 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
10292 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
10293 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
10294 (complete_on_enum, add_setshow_enum_cmd)
10295 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10296 (add_setshow_filename_cmd, add_setshow_string_cmd)
10297 (add_setshow_string_noescape_cmd)
10298 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10299 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10300 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
10301 Change prototypes, constifying strings.
10302 * completer.c (noop_completer, filename_completer): Make "text"
10303 and "prefix" parameters const.
10304 (location_completer, expression_completer)
10305 (complete_line_internal): Make "text" and "prefix" parameters
10306 const and adjust.
10307 (command_completer, signal_completer): Make "text" and "prefix"
10308 parameters const.
10309 * completer.h (noop_completer, filename_completer)
10310 (expression_completer, location_completer, command_completer)
10311 (signal_completer): Change prototypes.
10312 * corefile.c (complete_set_gnutarget): Make "text" and "word"
10313 parameters const.
10314 * cp-abi.c (cp_abi_completer): Likewise.
10315 * expression.h (parse_expression_for_completion): Change
10316 prototype.
10317 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
10318 parameters const.
10319 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
10320 * infrun.c (handle_completer): Make "text" and "word" parameters
10321 const.
10322 * interps.c (interpreter_completer): Make "text" and "word"
10323 parameters const.
10324 * language.h (struct language_defn)
10325 <la_make_symbol_completion_list>: Make "text" and "word"
10326 parameters const.
10327 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
10328 (parse_exp_in_context): Rename to ...
10329 (parse_exp_in_context_1): ... this.
10330 (parse_exp_in_context): Reimplement, with const hack from
10331 parse_exp_1.
10332 (parse_expression_for_completion): Make "string" parameter const.
10333 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
10334 to pointer to const char. Adjust.
10335 (print_command_1): Make "exp" parameter const.
10336 (output_command): Rename to ...
10337 (output_command_const): ... this. Make "exp" parameter const.
10338 (output_command): Reimplement.
10339 (x_command): Adjust.
10340 (display_command): Rename "exp" parameter to "arg". New "exp"
10341 local, const version of "arg".
10342 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
10343 "cmd_name" local const.
10344 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
10345 call.
10346 (cmdpy_completer): Make "text" and "word" parameters const.
10347 (gdbpy_parse_command_name): Make "prefix_text2" local const.
10348 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
10349 const.
10350 * remote.c (_initialize_remote): Make "cmd_name" local const.
10351 * symtab.c (language_search_unquoted_string): Make "text" and "p"
10352 parameters const. Adjust.
10353 (completion_list_add_fields): Make "sym_text", "text" and "word"
10354 parameters const.
10355 (struct add_name_data) <sym_text, text, word>: Make fields const.
10356 (default_make_symbol_completion_list_break_on): Make "text" and
10357 "word" parameters const. Adjust locals.
10358 (default_make_symbol_completion_list)
10359 (make_symbol_completion_list, make_symbol_completion_type)
10360 (make_symbol_completion_list_fn): Make "text" and "word"
10361 parameters const.
10362 (make_file_symbol_completion_list): Make "text", "word" and
10363 "srcfile" parameters const. Adjust locals.
10364 (add_filename_to_list): Make "text" and "word" parameters const.
10365 (struct add_partial_filename_data) <text, word>: Make fields
10366 const.
10367 (make_source_files_completion_list): Make "text" and "word"
10368 parameters const.
10369 * symtab.h (default_make_symbol_completion_list_break_on)
10370 (default_make_symbol_completion_list, make_symbol_completion_list)
10371 (make_symbol_completion_type enum type_code)
10372 (make_symbol_completion_list_fn make_file_symbol_completion_list)
10373 (make_source_files_completion_list): Change prototype.
10374 * top.c (execute_command): Adjust to pass pointer to pointer to
10375 const char to lookup_cmd, and to deprecated_cmd_warning prototype
10376 change.
10377 (set_verbose): Make "cmdname" local const.
10378 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
10379 and adjust.
10380 (validate_actionline): Make "line" parameter a pointer to const
10381 char, and adjust.
10382 (encode_actions_1): Make "action_exp" local const, and adjust.
10383 (encode_actions): Adjust.
10384 (replace_comma): Delete.
10385 (trace_dump_actions): Make "action_exp" and "next_comma" locals
10386 const, and adjust. Don't frob the action string while splitting
10387 it at commas. Instead, make a copy of each split substring in
10388 turn.
10389 (trace_dump_command): Adjust to validate_actionline prototype
10390 change.
10391 * tracepoint.h (decode_agent_options, decode_agent_options)
10392 (encode_actions, validate_actionline): Change prototypes.
10393 * valprint.h (output_command): Delete declaration.
10394 (output_command_const): Declare.
10395 * value.c (function_destroyer): Cast const away in xfree call.
10396
10397 2013-03-13 Pedro Alves <palves@redhat.com>
10398
10399 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
10400 rather than casting 'const char * const *' to 'const char **'.
10401 * ada-lex.l (processInt): Make "trailer" local const. Remove
10402 'const char **' cast.
10403 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
10404 locals, and use those as strtol output pointer, instead than doing
10405 invalid casts to from 'const char **' to 'char **'.
10406 (_initialize_demangle): Remove cast.
10407 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
10408 locals, and use those as strtol output pointer, instead than doing
10409 invalid casts to from 'const char **' to 'char **'.
10410 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
10411 casts.
10412 * stap-probe.c (stap_parse_register_operand)
10413 (stap_parse_single_operand): Likewise.
10414
10415 2013-03-13 Yao Qi <yao@codesourcery.com>
10416
10417 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
10418 the last matched 'V' blcok in trace frame.
10419
10420 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10421
10422 * NEWS: Create a new section for the next release branch.
10423 Rename the section of the current branch, now that it has
10424 been cut.
10425
10426 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10427
10428 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
10429 * version.in: Bump version to 7.6.50.20130312-cvs.
10430
10431 2013-03-12 Keith Seitz <keiths@redhat.com>
10432
10433 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
10434 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
10435 Remove temporary copy of input string.
10436 (mi_execute_command_wrapper): Make "cmd" const.
10437 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
10438 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
10439 Use const strings.
10440 (mi_parse): Make "cmd" const.
10441 Use const strings.
10442 * mi/mi-parse.h (mi_parse): Make "cmd" const.
10443
10444 2013-03-12 Keith Seitz <keiths@redhat.com>
10445
10446 * ada-lang.c (ada_read_renaming_var_value): Pass const
10447 pointer to expression string to parse_exp_1.
10448 (create_excep_cond_exprs): Likewise.
10449 * ax-gdb.c (agent_eval_command_one): Likewise.
10450 (maint_agent_printf_command): Likewise.
10451 Constify much of the string handling/parsing.
10452 * breakpoint.c (set_breakpoint_condition): Pass const
10453 pointer to expression string to parse_exp_1.
10454 (update_watchpoint): Likewise.
10455 (parse_cmd_to_aexpr): Constify string handling.
10456 Pass const pointer to parse_exp_1.
10457 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
10458 (find_condition_and_thread): Likewise.
10459 Make TOK const.
10460 (watch_command_1): Make "arg" const.
10461 Constify string handling.
10462 Copy the expression string instead of changing the input
10463 string.
10464 (update_breakpoint_location): Pass const pointer to
10465 parse_exp_1.
10466 * eval.c (parse_and_eval_address): Make "exp" const.
10467 (parse_to_comma_and_eval): Make "expp" const.
10468 (parse_and_eval): Make "exp" const.
10469 * expression.h (parse_expression): Make argument const.
10470 (parse_exp_1): Make first argument const.
10471 * findcmd.c (parse_find_args): Treat "args" as const.
10472 * linespec.c (parse_linespec): Pass const pointer to
10473 linespec_expression_to_pc.
10474 (linespec_expression_to_pc): Make "exp_ptr" const.
10475 * parse.c (parse_exp_1): Make "stringptr" const.
10476 Make a copy of the expression to pass to parse_exp_in_context until
10477 this whole interface can be constified.
10478 (parse_expression): Make "string" const.
10479 * printcmd.c (ui_printf): Treat "arg" as const.
10480 Handle const strings.
10481 * tracepoint.c (validate_actionline): Pass const pointer to
10482 all calls to parse_exp_1.
10483 (encode_actions_1): Likewise.
10484 * value.h (parse_to_comma_and_eval): Make argument const.
10485 (parse_and_eval_address): Likewise.
10486 (parse_and_eval): Likewise.
10487 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10488 (varobj_set_value): Likewise.
10489 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10490 constify string handling.
10491 Pass const pointers to parse_and_eval_address and
10492 parse_to_comman_and_eval.
10493 * cli/cli-utils.c (skip_to_space): Rename to ...
10494 (skip_to_space_const): ... this. Handle const strings.
10495 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10496 skip_to_space_const.
10497 (skip_to_space_const): Declare.
10498 * common/format.c (parse_format_string): Make "arg" const.
10499 Handle const strings.
10500 * common/format.h (parse_format_string): Make "arg" const.
10501 * gdbserver/ax.c (ax_printf): Make "format" const.
10502 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10503 of the expression string.
10504
10505 2013-03-12 Hui Zhu <hui@codesourcery.com>
10506
10507 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10508
10509 2013-03-12 Yao Qi <yao@codesourcery.com>
10510 Hui Zhu <hui@codesourcery.com>
10511
10512 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10513 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10514 DW_OP_deref_size.
10515
10516 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
10517
10518 * ada-lex.l (rules): Only recognize 'thread' as a
10519 delimiter when followed by numerals, as for c-exp.y.
10520 Use new rewind_to_char function to rewind the input for
10521 expression-delimiting tokens.
10522 (rewind_to_char): New function.
10523
10524 2013-03-11 Pedro Alves <palves@redhat.com>
10525 Jan Kratochvil <jan.kratochvil@redhat.com>
10526
10527 * configure: Regenerate.
10528 * configure.ac (check dynamic export flag): Link python test with
10529 $PYTHON_LIBS.
10530
10531 2013-03-11 Doug Evans <dje@google.com>
10532 Keith Seitz <keiths@redhat.com>
10533
10534 * linespec.c (find_linespec_symbols): Call find_function_symbols
10535 first, and then call lookup_prefix_sym/find_method.
10536
10537 2013-03-11 Pedro Alves <palves@redhat.com>
10538
10539 * charset.c (convert_between_encodings): Don't cast between
10540 different pointer to pointer types. Instead, make the 'inp' local
10541 be of the type iconv expects.
10542 (wchar_iterate): Don't cast between different pointer to pointer
10543 types. Instead, use new pointer local of the type iconv expects.
10544 * target.c (target_read_stralloc, target_fileio_read_stralloc):
10545 Add new local of type char pointer, and use it to get a
10546 char/string view of the byte buffer, instead of casting between
10547 pointer to pointer types.
10548
10549 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
10550
10551 * remote.c (remote_set_trace_buffer_size): Move != operator
10552 to the start of next line to fix an ARI warning.
10553
10554 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10555
10556 * NEWS: Add record changes.
10557
10558 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10559
10560 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10561 the instruction history disassembly.
10562 * disasm.c (dump_insns): Omit the pc prefix, if requested.
10563 * disasm.h (DISASSEMBLY_OMIT_PC): New.
10564
10565 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10566
10567 * Makefile.in (SFILES): Add record-btrace.c
10568 (COMMON_OBS): Add record-btrace.o
10569 * record-btrace.c: New.
10570 * objfiles.c: Include btrace.h.
10571 (free_objfile): call btrace_free_objfile.
10572
10573 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10574
10575 * target.c (target_call_history, target_call_history_from,
10576 target_call_history_range): New.
10577 * target.h (target_ops) <to_call_history, to_call_history_from,
10578 to_call_history_range>: New fields.
10579 (target_call_history, target_call_history_from,
10580 target_call_history_range): New declaration.
10581 * record.c (get_call_history_modifiers, cmd_record_call_history,
10582 record_call_history_size): New.
10583 (_initialize_record): Add the "record function-call-history" command.
10584 Add "set/show record function-call-history-size" commands.
10585 * record.h (record_print_flag): New.
10586
10587 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10588
10589 * target.h (target_ops) <to_insn_history, to_insn_history_from,
10590 to_insn_history_range>: New fields.
10591 (target_insn_history): New.
10592 (target_insn_history_from): New.
10593 (target_insn_history_range): New.
10594 * target.c (target_insn_history): New.
10595 (target_insn_history_from): New.
10596 (target_insn_history_range): New.
10597 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10598 (record_insn_history_size): New.
10599 (get_insn_number): New.
10600 (get_context_size): New.
10601 (no_chunk): New.
10602 (get_insn_history_modifiers): New.
10603 (cmd_record_insn_history): New.
10604 (_initialize_record): Add "set/show record instruction-history-size"
10605 command. Add "record instruction-history" command.
10606
10607 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10608
10609 * record.h (record_disconnect): New.
10610 (record_detach): New.
10611 (record_mourn_inferior): New.
10612 (record_kill): New.
10613 * record-full.c (record_disconnect, record_detach,
10614 record_mourn_inferior, record_kill): Move to...
10615 * record.c: ...here.
10616 (DEBUG): New.
10617 (record_stop): New.
10618 (record_unpush): New.
10619 (cmd_record_stop): Call record_stop. Replace unpush_target
10620 call with record_unpush call.
10621 (record_disconnect, record_detach): Assert that the target
10622 is of record stratum. Call record_unpush, record_stop, and
10623 DEBUG.
10624 (record_mourn_inferior, record_kill): Assert that the target
10625 is of record stratum. Call record_unpush and DEBUG.
10626
10627 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10628
10629 * record-full.h, record-full.c (record_memory_query): Rename
10630 to ...
10631 (record_full_memory_query): ...this. Update all users.
10632 (record_arch_list_add_reg): Rename to ...
10633 (record_full_arch_list_add_reg): ...this. Update all users.
10634 (record_arch_list_add_mem): Rename to ...
10635 (record_full_arch_list_add_mem): ...this. Update all users.
10636 (record_arch_list_add_end): Rename to ...
10637 (record_full_arch_list_add_end): ...this. Update all users.
10638 (record_gdb_operation_disable_set): Rename to ...
10639 (record_full_gdb_operation_disable_set): ...this.
10640 Update all users.
10641
10642 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10643
10644 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10645 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10646 (RECORD_IS_REPLAY): Renamed to ...
10647 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10648 (RECORD_FILE_MAGIC): Renamed to ...
10649 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10650 (record_mem_entry): Renamed to ...
10651 (record_full_mem_entry): ... this. Updated all users.
10652 (record_reg_entry): Renamed to ...
10653 (record_full_reg_entry): ... this. Updated all users.
10654 (record_end_entry): Renamed to ...
10655 (record_full_end_entry): ... this. Updated all users.
10656 (record_type) <record_end, record_reg, record_mem>: Renamed
10657 to ...
10658 (record_full_type) <record_full_end, record_full_reg,
10659 record_full_mem>: ... this. Updated all users.
10660 (record_entry): Renamed to ...
10661 (record_full_entry): ... this. Updated all users.
10662 (record_core_buf_entry): Renamed to ...
10663 (record_full_core_buf_entry): ... this. Updated all users.
10664 (record_core_regbuf): Renamed to ...
10665 (record_full_core_regbuf): ... this. Updated all users.
10666 (record_core_start): Renamed to ...
10667 (record_full_core_start): ... this. Updated all users.
10668 (record_core_end): Renamed to ...
10669 (record_full_core_end): ... this. Updated all users.
10670 (record_core_buf_list): Renamed to ...
10671 (record_full_core_buf_list): ... this. Updated all users.
10672 (record_first): Renamed to ...
10673 (record_full_first): ... this. Updated all users.
10674 (record_list): Renamed to ...
10675 (record_full_list): ... this. Updated all users.
10676 (record_arch_list_head): Renamed to ...
10677 (record_full_arch_list_head): ... this. Updated all users.
10678 (record_arch_list_tail): Renamed to ...
10679 (record_full_arch_list_tail): ... this. Updated all users.
10680 (record_stop_at_limit): Renamed to ...
10681 (record_full_stop_at_limit): ... this. Updated all users.
10682 (record_insn_max_num): Renamed to ...
10683 (record_full_insn_max_num): ... this. Updated all users.
10684 (record_insn_num): Renamed to ...
10685 (record_full_insn_num): ... this. Updated all users.
10686 (record_insn_count): Renamed to ...
10687 (record_full_insn_count): ... this. Updated all users.
10688 (record_ops): Renamed to ...
10689 (record_full_ops): ... this. Updated all users.
10690 (record_core_ops): Renamed to ...
10691 (record_full_core_ops): ... this. Updated all users.
10692 (set_record_cmdlist): Renamed to ...
10693 (set_record_full_cmdlist): ... this. Updated all users.
10694 (show_record_cmdlist): Renamed to ...
10695 (show_record_full_cmdlist): ... this. Updated all users.
10696 (record_cmdlist): Renamed to ...
10697 (record_full_cmdlist): ... this. Updated all users.
10698 (record_beneath_to_resume_ops): Renamed to ...
10699 (record_full_beneath_to_resume_ops): ... this. Updated all users.
10700 (record_beneath_to_resume): Renamed to ...
10701 (record_full_beneath_to_resume): ... this. Updated all users.
10702 (record_beneath_to_wait_ops): Renamed to ...
10703 (record_full_beneath_to_wait_ops): ... this. Updated all users.
10704 (record_beneath_to_wait): Renamed to ...
10705 (record_full_beneath_to_wait): ... this. Updated all users.
10706 (record_beneath_to_store_registers_ops): Renamed to ...
10707 (record_full_beneath_to_store_registers_ops): ... this.
10708 Updated all users.
10709 (record_beneath_to_store_registers): Renamed to ...
10710 (record_full_beneath_to_store_registers): ... this.
10711 Updated all users.
10712 (record_beneath_to_xfer_partial_ops): Renamed to ...
10713 (record_full_beneath_to_xfer_partial_ops): ... this.
10714 Updated all users.
10715 (record_beneath_to_xfer_partial): Renamed to ...
10716 (record_full_beneath_to_xfer_partial): ... this.
10717 Updated all users.
10718 (record_beneath_to_insert_breakpoint): Renamed to ...
10719 (record_full_beneath_to_insert_breakpoint): ... this.
10720 Updated all users.
10721 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10722 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10723 Updated all users.
10724 (record_beneath_to_stopped_data_address): Renamed to ...
10725 (record_full_beneath_to_stopped_data_address): ... this.
10726 Updated all users.
10727 (record_beneath_to_async): Renamed to ...
10728 (record_full_beneath_to_async): ... this. Updated all users.
10729 (record_goto_insn): Renamed to ...
10730 (record_full_goto_insn): ... this. Updated all users.
10731 (record_save): Renamed to ...
10732 (record_full_save): ... this. Updated all users.
10733 (record_reg_alloc): Renamed to ...
10734 (record_full_reg_alloc): ... this. Updated all users.
10735 (record_reg_release): Renamed to ...
10736 (record_full_reg_release): ... this. Updated all users.
10737 (record_mem_alloc): Renamed to ...
10738 (record_full_mem_alloc): ... this. Updated all users.
10739 (record_mem_release): Renamed to ...
10740 (record_full_mem_release): ... this. Updated all users.
10741 (record_end_alloc): Renamed to ...
10742 (record_full_end_alloc): ... this. Updated all users.
10743 (record_end_release): Renamed to ...
10744 (record_full_end_release): ... this. Updated all users.
10745 (record_entry_release): Renamed to ...
10746 (record_full_entry_release): ... this. Updated all users.
10747 (record_list_release): Renamed to ...
10748 (record_full_list_release): ... this. Updated all users.
10749 (record_list_release_following): Renamed to ...
10750 (record_full_list_release_following): ... this.
10751 Updated all users.
10752 (record_list_release_first): Renamed to ...
10753 (record_full_list_release_first): ... this. Updated all users.
10754 (record_arch_list_add): Renamed to ...
10755 (record_full_arch_list_add): ... this. Updated all users.
10756 (record_get_loc): Renamed to ...
10757 (record_full_get_loc): ... this. Updated all users.
10758 (record_check_insn_num): Renamed to ...
10759 (record_full_check_insn_num): ... this. Updated all users.
10760 (record_arch_list_cleanups): Renamed to ...
10761 (record_full_arch_list_cleanups): ... this. Updated all users.
10762 (record_message): Renamed to ...
10763 (record_full_message): ... this. Updated all users.
10764 (record_message_wrapper): Renamed to ...
10765 (record_full_message_wrapper): ... this. Updated all users.
10766 (record_message_wrapper_safe): Renamed to ...
10767 (record_full_message_wrapper_safe): ... this. Updated all users.
10768 (record_gdb_operation_disable): Renamed to ...
10769 (record_full_gdb_operation_disable): ... this. Updated all users.
10770 (record_hw_watchpoint): Renamed to ...
10771 (record_full_hw_watchpoint): ... this. Updated all users.
10772 (record_exec_insn): Renamed to ...
10773 (record_full_exec_insn): ... this. Updated all users.
10774 (record_restore): Renamed to ...
10775 (record_full_restore): ... this. Updated all users.
10776 (record_async_inferior_event_token): Renamed to ...
10777 (record_full_async_inferior_event_token): ... this.
10778 Updated all users.
10779 (record_async_inferior_event_handler): Renamed to ...
10780 (record_full_async_inferior_event_handler): ... this.
10781 Updated all users.
10782 (record_core_open_1): Renamed to ...
10783 (record_full_core_open_1): ... this. Updated all users.
10784 (record_open_1): Renamed to ...
10785 (record_full_open_1): ... this. Updated all users.
10786 (record_open): Renamed to ...
10787 (record_full_open): ... this. Updated all users.
10788 (record_close): Renamed to ...
10789 (record_full_close): ... this. Updated all users.
10790 (record_resume_step): Renamed to ...
10791 (record_full_resume_step): ... this. Updated all users.
10792 (record_resumed): Renamed to ...
10793 (record_full_resumed): ... this. Updated all users.
10794 (record_execution_dir): Renamed to ...
10795 (record_full_execution_dir): ... this. Updated all users.
10796 (record_resume): Renamed to ...
10797 (record_full_resume): ... this. Updated all users.
10798 (record_get_sig): Renamed to ...
10799 (record_full_get_sig): ... this. Updated all users.
10800 (record_sig_handler): Renamed to ...
10801 (record_full_sig_handler): ... this. Updated all users.
10802 (record_wait_cleanups): Renamed to ...
10803 (record_full_wait_cleanups): ... this. Updated all users.
10804 (record_wait_1): Renamed to ...
10805 (record_full_wait_1): ... this. Updated all users.
10806 (record_wait): Renamed to ...
10807 (record_full_wait): ... this. Updated all users.
10808 (record_stopped_by_watchpoint): Renamed to ...
10809 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10810 (record_disconnect): Renamed to ...
10811 (record_full_disconnect): ... this. Updated all users.
10812 (record_detach): Renamed to ...
10813 (record_full_detach): ... this. Updated all users.
10814 (record_mourn_inferior): Renamed to ...
10815 (record_full_mourn_inferior): ... this. Updated all users.
10816 (record_kill): Renamed to ...
10817 (record_full_kill): ... this. Updated all users.
10818 (record_stopped_data_address): Renamed to ...
10819 (record_full_stopped_data_address): ... this. Updated all users.
10820 (record_registers_change): Renamed to ...
10821 (record_full_registers_change): ... this. Updated all users.
10822 (record_store_registers): Renamed to ...
10823 (record_full_store_registers): ... this. Updated all users.
10824 (record_xfer_partial): Renamed to ...
10825 (record_full_xfer_partial): ... this. Updated all users.
10826 (record_breakpoint): Renamed to ...
10827 (record_full_breakpoint): ... this. Updated all users.
10828 (record_breakpoint_p): Renamed to ...
10829 (record_full_breakpoint_p): ... this. Updated all users.
10830 (record_breakpoints): Renamed to ...
10831 (record_full_breakpoints): ... this. Updated all users.
10832 (record_sync_record_breakpoints): Renamed to ...
10833 (record_full_sync_record_breakpoints): ... this.
10834 Updated all users.
10835 (record_init_record_breakpoints): Renamed to ...
10836 (record_full_init_record_breakpoints): ... this.
10837 Updated all users.
10838 (record_insert_breakpoint): Renamed to ...
10839 (record_full_insert_breakpoint): ... this. Updated all users.
10840 (record_remove_breakpoint): Renamed to ...
10841 (record_full_remove_breakpoint): ... this. Updated all users.
10842 (record_can_execute_reverse): Renamed to ...
10843 (record_full_can_execute_reverse): ... this. Updated all users.
10844 (record_get_bookmark): Renamed to ...
10845 (record_full_get_bookmark): ... this. Updated all users.
10846 (record_goto_bookmark): Renamed to ...
10847 (record_full_goto_bookmark): ... this. Updated all users.
10848 (record_async): Renamed to ...
10849 (record_full_async): ... this. Updated all users.
10850 (record_can_async_p): Renamed to ...
10851 (record_full_can_async_p): ... this. Updated all users.
10852 (record_is_async_p): Renamed to ...
10853 (record_full_is_async_p): ... this. Updated all users.
10854 (record_execution_direction): Renamed to ...
10855 (record_full_execution_direction): ... this. Updated all users.
10856 (record_info): Renamed to ...
10857 (record_full_info): ... this. Updated all users.
10858 (record_delete): Renamed to ...
10859 (record_full_delete): ... this. Updated all users.
10860 (record_is_replaying): Renamed to ...
10861 (record_full_is_replaying): ... this. Updated all users.
10862 (record_goto_entry): Renamed to ...
10863 (record_full_goto_entry): ... this. Updated all users.
10864 (record_goto_begin): Renamed to ...
10865 (record_full_goto_begin): ... this. Updated all users.
10866 (record_goto_end): Renamed to ...
10867 (record_full_goto_end): ... this. Updated all users.
10868 (record_goto): Renamed to ...
10869 (record_full_goto): ... this. Updated all users.
10870 (init_record_ops): Renamed to ...
10871 (init_record_full_ops): ... this. Updated all users.
10872 (record_core_resume): Renamed to ...
10873 (record_full_core_resume): ... this. Updated all users.
10874 (record_core_kill): Renamed to ...
10875 (record_full_core_kill): ... this. Updated all users.
10876 (record_core_fetch_registers): Renamed to ...
10877 (record_full_core_fetch_registers): ... this. Updated all users.
10878 (record_core_prepare_to_store): Renamed to ...
10879 (record_full_core_prepare_to_store): ... this. Updated all users.
10880 (record_core_store_registers): Renamed to ...
10881 (record_full_core_store_registers): ... this. Updated all users.
10882 (record_core_xfer_partial): Renamed to ...
10883 (record_full_core_xfer_partial): ... this. Updated all users.
10884 (record_core_insert_breakpoint): Renamed to ...
10885 (record_full_core_insert_breakpoint): ... this. Updated all users.
10886 (record_core_remove_breakpoint): Renamed to ...
10887 (record_full_core_remove_breakpoint): ... this. Updated all users.
10888 (record_core_has_execution): Renamed to ...
10889 (record_full_core_has_execution): ... this. Updated all users.
10890 (init_record_core_ops): Renamed to ...
10891 (init_record_full_core_ops): ... this. Updated all users.
10892 (cmd_record_restore): Renamed to ...
10893 (cmd_record_full_restore): ... this. Updated all users.
10894 (record_save_cleanups): Renamed to ...
10895 (record_full_save_cleanups): ... this. Updated all users.
10896 (cmd_record_start): Renamed to ...
10897 (cmd_record_full_start): ... this. Updated all users.
10898 (set_record_insn_max_num): Renamed to ...
10899 (set_record_full_insn_max_num): ... this. Updated all users.
10900 (set_record_command): Renamed to ...
10901 (set_record_full_command): ... this. Updated all users.
10902 (show_record_command): Renamed to ...
10903 (show_record_full_command): ... this. Updated all users.
10904 (_initialize_record): Renamed to ...
10905 (_initialize_record_full): ... this. Updated all users.
10906
10907 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10908
10909 * record.h: Split into this and ...
10910 * record-full.h: ... this.
10911 * record.c: Split into this and ...
10912 * record-full.c: ... this.
10913 * target.h (target_ops): Add new fields to_info_record,
10914 to_save_record, to_delete_record, to_record_is_replaying,
10915 to_goto_record_begin, to_goto_record_end, to_goto_record.
10916 (target_info_record): New.
10917 (target_save_record): New.
10918 (target_supports_delete_record): New.
10919 (target_delete_record): New.
10920 (target_record_is_replaying): New.
10921 (target_goto_record_begin): New.
10922 (target_goto_record_end): New.
10923 (target_goto_record): New.
10924 * target.c (target_info_record): New.
10925 (target_save_record): New.
10926 (target_supports_delete_record): New.
10927 (target_delete_record): New.
10928 (target_record_is_replaying): New.
10929 (target_goto_record_begin): New.
10930 (target_goto_record_end): New.
10931 (target_goto_record): New.
10932 * record.h: Declare struct cmd_list_element.
10933 (record_cmdlist): New declaration.
10934 (set_record_cmdlist): New declaration.
10935 (show_record_cmdlist): New declaration.
10936 (info_record_cmdlist): New declaration.
10937 (cmd_record_goto): New declaration.
10938 * record.c: Remove unnecessary includes.
10939 Include inferior.h.
10940 (cmd_record_goto): Remove declaration.
10941 (record_cmdlist): Now extern. Initialize.
10942 (set_record_cmdlist): Now extern. Initialize.
10943 (show_record_cmdlist): Now extern. Initialize.
10944 (info_record_cmdlist): Now extern. Initialize.
10945 (find_record_target): New.
10946 (require_record_target): New.
10947 (cmd_record_start): Update.
10948 (cmd_record_delete): Remove target-specific code.
10949 Call target_delete_record.
10950 (cmd_record_stop): Unpush any record target.
10951 (set_record_insn_max_num): Move to record-full.c
10952 (set_record_command): Add comment.
10953 (show_record_command): Add comment.
10954 (info_record_command): Update comment.
10955 Remove target-specific code.
10956 Call the record target's to_info_record.
10957 (cmd_record_start): New.
10958 (cmd_record_goto): Now extern.
10959 Remove target-specific code.
10960 Call target_goto_begin, target_goto_end, or target_goto.
10961 (_initialize_record): Move record target ops initialization to
10962 record-full.c.
10963 Change "record" command help text.
10964 Move "record restore", "record set", and "record show" commands to
10965 record-full.c.
10966 * Makefile.in (SFILES): Add record-full.c.
10967 (HFILES_NO_SRCDIR): Add record-full.h.
10968 (COMMON_OBS): Add record-full.o.
10969 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10970 * arm-tdep.c: Include record-full.h.
10971 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10972 * i386-tdep.c: Include record-full.h.
10973 * infrun.c: Include record-full.h.
10974 * linux-record.c: Include record-full.h.
10975 * moxie-tdep.c: Include record-full.h.
10976 * record-full.c: Include record-full.h.
10977 Change module comment.
10978 (set_record_full_cmdlist): New.
10979 (show_record_full_cmdlist): New.
10980 (record_full_cmdlist): New.
10981 (record_goto_insn): New declaration.
10982 (record_save): New declaration.
10983 (record_check_insn_num): Change query string.
10984 (record_info): New.
10985 (record_delete): New.
10986 (record_is_replaying): New.
10987 (record_goto_entry): New.
10988 (record_goto_begin): New.
10989 (record_goto_end): New.
10990 (record_goto): New.
10991 (init_record_ops): Update.
10992 (init_record_core_ops): Update.
10993 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10994 (cmd_record_start): New.
10995 (set_record_insn_max_num): Moved from record.c
10996 (set_record_full_command): New.
10997 (show_record_full_command): New.
10998 (_initialize_record_full): New.
10999
11000 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
11001
11002 * target.h (add_deprecated_target_alias): New.
11003 * target.c (add_deprecated_target_alias): New.
11004
11005 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
11006
11007 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
11008 and signal.h.
11009 (linux_supports_btrace): Add kernel and
11010 cpuid check.
11011 (kernel_supports_btrace): New function.
11012 (cpu_supports_btrace): New function.
11013 (intel_supports_btrace): New function.
11014
11015 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
11016
11017 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
11018 * remote.c: Include btrace.h.
11019 (struct btrace_target_info): New struct.
11020 (remote_supports_btrace): New function.
11021 (send_Qbtrace): New function.
11022 (remote_enable_btrace): New function.
11023 (remote_disable_btrace): New function.
11024 (remote_teardown_btrace): New function.
11025 (remote_read_btrace): New function.
11026 (init_remote_ops): Add btrace ops.
11027 (enum <unnamed>): Add btrace packets.
11028 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
11029 (_initialize_remote): Add packet configuration for branch tracing.
11030
11031 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
11032
11033 * features/btrace.dtd: New file.
11034 * Makefile.in (XMLFILES): Add btrace.dtd.
11035 * btrace.h (parse_xml_btrace): New declaration.
11036 * btrace.c: Include xml-support.h.
11037 (parse_xml_btrace): New function.
11038 (parse_xml_btrace_block): New function.
11039 (block_attributes): New struct.
11040 (btrace_attributes): New struct.
11041 (btrace_children): New struct.
11042 (btrace_elements): New struct.
11043
11044 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
11045
11046 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
11047 (amd64_linux_enable_btrace): New.
11048 (amd64_linux_disable_btrace): New.
11049 (amd64_linux_teardown_btrace): New.
11050 (_initialize_amd64_linux_nat): Initialize btrace ops.
11051 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
11052 (i386_linux_enable_btrace): New.
11053 (i386_linux_disable_btrace): New.
11054 (i386_linux_teardown_btrace): New.
11055 (_initialize_i386_linux_nat): Initialize btrace ops.
11056 * config/i386/linux.mh: Add linux-btrace.o.
11057 * config/i386/linux64.mh: Add linux-btrace.o.
11058
11059 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
11060
11061 * common/linux_btrace.h: New file.
11062 * common/linux_btrace.c: New file.
11063 * Makefile.in (SFILES): Add btrace.c.
11064 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
11065 (COMMON_OBS): Add btrace.o.
11066 (linux-btrace.o): New rule.
11067
11068 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
11069
11070 * target.h: Include btrace.h.
11071 (struct target_ops) <to_supports_btrace, to_enable_btrace,
11072 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
11073 * target.c (target_supports_btrace): New function.
11074 (target_enable_btrace): New function.
11075 (target_disable_btrace): New function.
11076 (target_teardown_btrace): New function.
11077 (target_read_btrace): New function.
11078 * btrace.h: New file.
11079 * btrace.c: New file.
11080 * Makefile.in: Add btrace.c.
11081 * gdbthread.h: Include btrace.h.
11082 (struct thread_info): Add btrace field.
11083 * thread.c: Include btrace.h.
11084 (clear_thread_inferior_resources): Call target_teardown_btrace.
11085 * common/btrace-common.h: New file.
11086
11087 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11088
11089 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
11090 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
11091 kill_status to outer block.
11092
11093 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11094
11095 Fix entry-values if the callee called a noreturn function.
11096 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
11097 get_frame_address_in_block. Add new comment.
11098
11099 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11100
11101 Fix entry-values in C++ across CUs.
11102 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
11103 lookup_minimal_symbol. Add a comment.
11104 * dwarf2read.c
11105 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
11106 DW_AT_linkage_name.
11107
11108 2013-03-08 Yao Qi <yao@codesourcery.com>
11109
11110 * tracepoint.c (_initialize_tracepoint): Indent the code.
11111
11112 2013-03-08 Pedro Alves <palves@redhat.com>
11113
11114 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
11115 (parse_find_args, find_command): Change type of pattern buffer
11116 locals to 'gdb_byte *'.
11117
11118 2013-03-08 Stan Shebs <stan@codesourcery.com>
11119 Hafiz Abid Qadeer <abidh@codesourcery.com>
11120
11121 * NEWS: Mention set and show trace-buffer-size commands.
11122 Mention new packet.
11123 * target.h (struct target_ops): New method
11124 to_set_trace_buffer_size.
11125 (target_set_trace_buffer_size): New macro.
11126 * target.c (update_current_target): Set up new method.
11127 * tracepoint.c (trace_buffer_size): New global.
11128 (start_tracing): Send it to the target.
11129 (set_trace_buffer_size): New function.
11130 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
11131 * remote.c (remote_set_trace_buffer_size): New function.
11132 (_initialize_remote): Use it.
11133 (QTBuffer:size) New remote command.
11134 (PACKET_QTBuffer_size): New enum.
11135 (remote_protocol_features): Add an entry for
11136 PACKET_QTBuffer_size.
11137
11138 2013-03-08 Tom Tromey <tromey@redhat.com>
11139
11140 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
11141 variable.
11142
11143 2013-03-07 Pedro Alves <palves@redhat.com>
11144
11145 * target.c (target_read_stralloc, target_fileio_read_alloc):
11146 *Cast pointer to 'gdb_byte *' in target call.
11147
11148 2013-03-07 Pedro Alves <palves@redhat.com>
11149
11150 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
11151 call.
11152
11153 2013-03-07 Keith Seitz <keiths@redhat.com>
11154
11155 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
11156 (trace_pass_command): Likewise.
11157 * cli/cli-cmds.c: Include cli/cli-utils.h.
11158 (source_command): Use skip-spaces.
11159 (disassemble_command): Likewise.
11160 * findcmd.c: Include cli/cli-utils.h.
11161 (parse_find_args): Use skip_spaces.
11162 * go32-nat.c: Include cli/cli-utils.h.
11163 (go32_sldt): Use skip_spaces.
11164 (go32_sgdt): Likewise.
11165 (go32_sidt): Likewise.
11166 (go32_pde): Likewise.
11167 (go32_pte): Likewise.
11168 (go32_pte_for_address): Likewise.
11169 * infcmd.c: Include cli/cli-utils.h.
11170 (registers_info): Use skip_spaces.
11171 * linux-tdep.c (read_mapping): Use skip_spaces_const.
11172 (linux_info_proc): Likewise.
11173 * linux-thread-db.c: Include cli/cli-utils.h.
11174 (info_auto_load_libthread_db): Use skip_spaces_const.
11175 * m32r-rom.c: Include cli/cli-utils.h.
11176 (m32r_upload_command): Use skip_spaces.
11177 * maint.c: Include cli/cli-utils.h.
11178 (maintenance_translate_address): Use skip_spaces.
11179 * mi/mi-parse.c: Include cli/cli-utils.h.
11180 (mi_parse_argv): Use skip_spaces.
11181 (mi_parse): Likewise.
11182 * minsyms.c: Include cli/cli-utils.h.
11183 (msymbol_hash_iw): Use skip_spaces_const.
11184 * objc-lang.c: Include cli/cli-utils.h.
11185 (parse_selector): Use skip_spaces.
11186 (parse_method): Likewise.
11187 * python/python.c: Include cli/cli-utils.h.
11188 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
11189 (python_command)[HAVE_PYTHON]: Likewise.
11190 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
11191 * remote-m32r-sdi.c: Include cli/cli-utils.h.
11192 (m32r_load): Use skip_spaces.
11193 * serial.c: Include cli/cli-utils.h.
11194 (serial_open): Use skip_spaces_const.
11195 * stack.c: Include cli/cli-utils.h.
11196 (parse_frame_specification_1): Use skip_spaces_const.
11197 * symfile.c: Include cli/cli-utils.h.
11198 (set_ext_lang_command): Use skip_spaces.
11199 * symtab.c: Include cli/cli-utils.h.
11200 (rbreak_command): Use skip_spaces.
11201 * thread.c (thread_name_command): Use skip_spaces.
11202 * tracepoint.c (validate_actionline): Use skip_spaces.
11203 (encode_actions_1): Likewise.
11204 (trace_find_range_command): Likewise.
11205 (trace_find_outside_command): Likewise.
11206 (trace_dump_actions): Likewise.
11207
11208 2013-03-07 Pedro Alves <palves@redhat.com>
11209
11210 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
11211 * expprint.c (print_subexp_standard): Likewise.
11212 * utils.c (host_char_to_target): Likewise.
11213 * valprint.c (generic_emit_char, generic_printstr): Likewise.
11214 * varobj.c (value_get_print_value): Change type of local to char*.
11215 Cast it gdb_byte * in call to language printer.
11216
11217 2013-03-07 Pedro Alves <palves@redhat.com>
11218
11219 * charset.c (struct wchar_iterator) <input>: Change type to 'const
11220 gdb_byte *'.
11221 (make_wchar_iterator): Remove cast to char*.
11222 (wchar_iterate): Change type of local.
11223
11224 2013-03-07 Pedro Alves <palves@redhat.com>
11225
11226 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
11227 for 'regcache->register_status'.
11228
11229 2013-03-07 Pedro Alves <palves@redhat.com>
11230
11231 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
11232 int.
11233
11234 2013-03-07 Pedro Alves <palves@redhat.com>
11235
11236 * stap-probe.c (handle_stap_probe): Add cast to char*.
11237
11238 2013-03-07 Pedro Alves <palves@redhat.com>
11239
11240 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
11241 RECORD_MSGRCV>: Pass a signed variable to
11242 regcache_raw_read_signed, instead of an unsigned one.
11243
11244 2013-03-07 Pedro Alves <palves@redhat.com>
11245
11246 * remote-notif.c (notif_debug): Change type to int.
11247 * remote-notif.h (notif_debug): Likewise.
11248
11249 2013-03-07 Pedro Alves <palves@redhat.com>
11250
11251 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
11252
11253 2013-03-07 Pedro Alves <palves@redhat.com>
11254
11255 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
11256 * remote.h (hex2bin, bin2hex): ... here.
11257 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
11258
11259 2013-03-07 Eli Zaretskii <eliz@gnu.org>
11260
11261 * utils.c (initialize_utils): Improve doc strings of "set/show
11262 width", "set/show height", and "set/show pagination".
11263
11264 2013-03-06 Keith Seitz <keiths@redhat.com>
11265
11266 * ax-gdb.c (gen_printf): Make FORMAT const.
11267 * ax-gdb.h (gen_printf): Likewise.
11268 * ax-general.c (ax_string): Make STR const.
11269 * ax.h (ax_string): Likewise.
11270
11271 2013-03-06 Doug Evans <dje@google.com>
11272
11273 * elfread.c (elf_symfile_read): Move debugging printf to more
11274 logical location.
11275
11276 2013-03-06 Pedro Alves <palves@redhat.com>
11277
11278 * python/py-utils.c (target_string_to_unicode): Delete function.
11279 * python/python-internal.h (target_string_to_unicode): Delete
11280 declaration.
11281
11282 2013-03-06 Pierre Muller <muller@sourceware.org>
11283
11284 * linespec.c (get_current_search_block): ARI fix, use (void)
11285 for empty parameter list.
11286
11287 2013-03-05 Doug Evans <dje@google.com>
11288
11289 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
11290 of old ada_lookup_symbol_list. In !full_search case, don't
11291 search superblocks.
11292 (ada_lookup_symbol_list): Delete arg full_search, all callers
11293 updated. Call ada_lookup_symbol_list_worker.
11294 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
11295 * ada-lang.h (ada_lookup_symbol_list): Update.
11296 * language.h (language_defn): Update comment for
11297 la_iterate_over_symbols.
11298 * linespec.c (iterate_over_file_blocks): New function.
11299 (iterate_over_all_matching_symtabs): Call it.
11300 (lookup_prefix_sym): Ditto.
11301 (get_current_search_block): New function.
11302 (get_search_block): Delete.
11303 (find_label_symbols): Call get_current_search_block.
11304 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
11305 * symtab.c (iterate_over_symbols): Don't search superblocks.
11306
11307 2013-03-05 Yao Qi <yao@codesourcery.com>
11308
11309 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
11310 parameter VAR's type from "unsigned int" to "int".
11311 * command.h (var_zuinteger_unlimited): Update its comments.
11312 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
11313
11314 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11315
11316 * NEWS: Mention new target x86_64-*-cygwin*.
11317
11318 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11319
11320 * configure.host: Add x86_64-*-cygwin* as host.
11321 * configure.tgt: Add x86_64-*-cygwin* as target.
11322 * config/i386/cygwin64.mh: New file.
11323
11324 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11325
11326 * linespec.c (decode_line_2): Fix duplicate request off by two message.
11327
11328 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11329
11330 * linespec.c (struct linespec_canonical_name): New.
11331 (struct linespec_state): Change canonical_names type to it.
11332 (add_sal_to_sals): Change variable canonical_name to canonical. Change
11333 xrealloc element size. Initialize the different CANONICAL fields.
11334 (canonical_to_fullform): New.
11335 (filter_results): Use it. Add variables canonical, fullform and
11336 cleanup.
11337 (struct decode_line_2_item, decode_line_2_compare_items): New.
11338 (decode_line_2): Remove variables iter and item_names, add variables
11339 items and items_count. Modify the code for these new variables.
11340
11341 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
11342
11343 * coff-pe-read.c (read_pe_exported_syms): Don't return without
11344 calling do_cleanup.
11345
11346 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
11347
11348 * tracepoint.c (build_traceframe_info): Add code for byte order.
11349
11350 2013-03-02 Kevin Buettner <kevinb@redhat.com>
11351
11352 * v850-tdep.c: (v850e2_register_name): Revise system register
11353 names to match current V850E2M architecture specifications.
11354 Update register number enum comments too.
11355
11356 2013-03-01 Jiong Wang <jiwang@tilera.com>
11357 Pedro Alves <palves@redhat.com>
11358
11359 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
11360 to END_ADDR.
11361 (tilegx_skip_prologue): Limit prologue analysis to section end.
11362
11363 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
11366 use it.
11367
11368 2013-03-01 Pedro Alves <palves@redhat.com>
11369
11370 Use gdb_byte for bytes from the program being debugged.
11371
11372 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
11373 Change type of local 'buf' to gdb_byte.
11374 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
11375 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
11376 * cris-tdep.c (cris_sigcontext_addr)
11377 (cris_sigtramp_frame_unwind_cache): Likewise.
11378 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
11379 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
11380 Likewise.
11381 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
11382 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
11383 (hppa32_hpux_search_dummy_call_sequence)
11384 (hppa_hpux_supply_save_state): Likewise.
11385 * hppa-linux-tdep.c (insns_match_pattern)
11386 (hppa_linux_find_global_pointer): Likewise.
11387 * hppa-tdep.c (hppa_in_function_epilogue_p)
11388 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
11389 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
11390 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
11391 (i386fbsd_collect_uthread): Likewise.
11392 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
11393 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
11394 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
11395 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
11396 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
11397 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
11398 (ia64_libunwind_frame_prev_register)
11399 (ia64_libunwind_sigtramp_frame_this_id)
11400 (ia64_find_global_pointer_from_dynamic_section)
11401 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
11402 (ia64_unwind_pc): Likewise.
11403 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
11404 * m68hc11-tdep.c (m68hc11_push_dummy_call)
11405 (m68hc11_extract_return_value): Likewise.
11406 * m68klinux-nat.c (fetch_register, store_register): Likewise.
11407 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
11408 (mep_get_insn, mep_push_dummy_call): Likewise.
11409 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
11410 (mips_linux_in_dynsym_stub): Likewise.
11411 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
11412 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
11413 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
11414 to gdb_byte.
11415 * remote-mips.c (mips_set_register): Likewise.
11416 * remote-sim.c (gdbsim_fetch_register): Likewise.
11417 * score-tdep.c (score7_fetch_inst): Change type of parameter
11418 'memblock' and local 'buf' to gdb_byte.
11419 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
11420 Change type of local 'buf' to gdb_byte. Adjust.
11421 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
11422 to gdb_byte**.
11423 (score7_analyze_prologue): Change type of 'memblock' and
11424 'memblock_ptr' locals to gdb_byte*.
11425 * sh64-tdep.c (sh64_extract_return_value)
11426 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
11427 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
11428 * solib-pa64.c (pa64_solib_create_inferior_hook)
11429 (pa64_open_symbol_file_object): Remove local 'buf'.
11430 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
11431 (som_open_symbol_file_object): Likewise.
11432 * solib-spu.c (spu_current_sos): Likewise.
11433 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
11434 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
11435 (spu_store_registers): Likewise.
11436 * target.c (debug_print_register): Likewise.
11437 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
11438 * xstormy16-tdep.c (xstormy16_store_return_value)
11439 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
11440 (xstormy16_find_jmp_table_entry): Likewise.
11441
11442 2013-03-01 Jiong Wang <jiwang@tilera.com>
11443
11444 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
11445 (tilegx_gdbarch_init): Install it.
11446
11447 2013-02-28 Tom Tromey <tromey@redhat.com>
11448
11449 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
11450 PyLong_Check.
11451
11452 2013-02-28 Doug Evans <dje@google.com>
11453
11454 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
11455 * python/python.c (gdbpy_find_pc_line): Ditto.
11456
11457 2013-02-28 Tom Tromey <tromey@redhat.com>
11458
11459 * contrib/excheck.py: New file.
11460 * contrib/exsummary.py: New file.
11461 * contrib/gcc-with-excheck: New file.
11462
11463 2013-02-28 Tom Tromey <tromey@redhat.com>
11464
11465 * python/python.c (gdbpy_print_stack): Call begin_line and
11466 fprintf_filtered inside TRY_CATCH.
11467
11468 2013-02-28 Tom Tromey <tromey@redhat.com>
11469
11470 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11471 inside TRY_CATCH.
11472
11473 2013-02-28 Tom Tromey <tromey@redhat.com>
11474
11475 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11476 frame_object_to_frame_info inside TRY_CATCH.
11477
11478 2013-02-28 Tom Tromey <tromey@redhat.com>
11479
11480 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11481 TRY_CATCH.
11482
11483 2013-02-28 Tom Tromey <tromey@redhat.com>
11484
11485 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11486
11487 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
11488
11489 * windows-nat.c: Throughout, fix format strings and casts of
11490 printf-like functions to avoid type related warnings on all
11491 platforms.
11492 (handle_output_debug_string): Fetch context information address
11493 from debug string using string_to_core_addr.
11494
11495 2013-02-27 Jiong Wang <jiwang@tilera.com>
11496
11497 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11498 * regformats/reg-tilegx32.dat: New.
11499
11500 2013-02-27 Jiong Wang <jiwang@tilera.com>
11501
11502 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11503
11504 2013-02-27 Jiong Wang <jiwang@tilera.com>
11505
11506 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11507
11508 2013-02-27 Yao Qi <yao@codesourcery.com>
11509 Pedro Alves <palves@redhat.com>
11510
11511 * tracepoint.c (tfile_trace_find): For tfind
11512 pc/tp/range/outside, look for the next trace frame instead of
11513 always starting from frame 0.
11514
11515 2013-02-26 Anthony Green <green@moxielogic.com>
11516
11517 * configure.tgt: Add support for moxie-*-rtems* target.
11518
11519 2013-02-25 Pedro Alves <palves@redhat.com>
11520
11521 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11522 warning text.
11523
11524 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11525
11526 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11527 if $fp is used as the virtual frame pointer.
11528
11529 2013-02-23 Alan Modra <amodra@gmail.com>
11530
11531 * elfread.c (elf_symtab_read): Do not use udata.p here to find
11532 symbol size.
11533 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11534 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11535 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11536 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11537
11538 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11539
11540 Code cleanup.
11541 * elfread.c (build_id_bfd_get): Make the return type const.
11542 (build_id_verify): Make the check parameter const.
11543 (build_id_to_debug_filename): Make the build_id parameter and variable
11544 data const.
11545 (find_separate_debug_file_by_buildid): Make the variable build_id const.
11546
11547 2013-02-21 Alan Modra <amodra@gmail.com>
11548
11549 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11550
11551 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
11552
11553 Add a new method 'disassemble' to gdb.Architecture class.
11554 * python/py-arch.c (archpy_disassmble): Implementation of the
11555 new method gdb.Architecture.disassemble.
11556 (arch_object_methods): Add entry for the new method.
11557
11558 2013-02-20 Jiong Wang <jiwang@tilera.com>
11559
11560 * MAINTAINERS (Write After Approval): Add myself to the list.
11561
11562 2013-02-19 Pedro Alves <palves@redhat.com>
11563
11564 Garbage collect 'struct monitor_ops'::load_routine.
11565
11566 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11567 * monitor.c (monitor_load): No longer call
11568 current_monitor->load_routine.
11569 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11570 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11571 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11572
11573 2013-02-19 Pedro Alves <palves@redhat.com>
11574
11575 PR gdb/15161
11576
11577 Harmonize with generic_load.
11578
11579 * monitor.c: Include "readline/readline.h".
11580 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
11581 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
11582 long/strtol for the 'load_offset' local. Error out if no argument
11583 is given or if too many arguments are given. Tilde expand the
11584 passed in file name.
11585
11586 2013-02-19 Kai Tietz <ktietz@redhat.com>
11587
11588 PR gdb/15161
11589 * symfile.c (load_section_data): Change type of load_offset
11590 to CORE_ADDR.
11591 (generic_load): User strtoulst instead of strtoul for conversion
11592 of load_offset.
11593
11594 2013-02-19 Jiong Wang <jiwang@tilera.com>
11595
11596 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11597 for return address, "lr" register, saved on stack.
11598 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11599 after we invoke tilegx_analyze_prologue.
11600
11601 2013-02-19 Jiong Wang <jiwang@tilera.com>
11602
11603 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11604
11605 2013-02-19 Jiong Wang <jiwang@tilera.com>
11606
11607 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11608
11609 2013-02-19 Jiong Wang <jiwang@tilera.com>
11610
11611 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11612 (tilegx_write_pc): New function.
11613 (tilegx_cannot_reference_register): Return zero if REGNO
11614 is TILEGX_FAULTNUM_REGNUM.
11615 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11616 (tilegx_register_name): Add handling of "faultnum" register.
11617 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11618 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11619 handling of TILEGX_FAULTNUM_REGNUM.
11620 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11621
11622 2013-02-19 Jiong Wang <jiwang@tilera.com>
11623
11624 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11625 should be aligned to 64bit.
11626
11627 2013-02-19 Kai Tietz <ktietz@redhat.com>
11628
11629 * windows-nat.c (windows_xfer_memory): Fix debug-output
11630 for LLP64.
11631
11632 2013-02-19 Lei Liu <lei.liu2@windriver.com>
11633
11634 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11635 Don't check DSP register number if HAVE_DSP is not set.
11636
11637 2013-02-19 Alan Modra <amodra@gmail.com>
11638
11639 * elfread.c (struct build_id): Delete. Use struct elf_build_id
11640 throughout file instead.
11641 (build_id_bfd_get): Update to use new elf_tdata build_id field.
11642 Don't xmalloc return value.
11643 (build_id_verify): Similarly. Don't xfree.
11644 (build_id_to_debug_filename): Update.
11645 (find_separate_debug_file_by_buildid): Update, don't xfree.
11646
11647 2013-02-18 Tom Tromey <tromey@redhat.com>
11648
11649 PR gdb/15102:
11650 * dwarf2read.c (read_subrange_type): Use result of
11651 'check_typedef'.
11652
11653 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
11654
11655 * frame.c: Remove one extra white space after #include
11656 directive.
11657
11658 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11659
11660 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11661
11662 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11663
11664 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11665 and dir commands into an if block.
11666
11667 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
11668
11669 * python/py-breakpoint (struct pybp_code): Use int instead of
11670 enum type_code.
11671
11672 2013-02-15 Pedro Alves <pedro@codesourcery.com>
11673 Hafiz Abid Qadeer <abidh@codesourcery.com>
11674
11675 * NEWS: Mention new field "trace-file".
11676 * tracepoint.c (trace_status_mi): Output "trace-file" field.
11677 (tfile_open): Record the trace file's filename in the trace
11678 status.
11679 (tfile_files_info): Mention the name of the trace file.
11680 Check the "filename" field explicitely.
11681 (trace_status_command): Explicitely check "filename" field.
11682 (trace_find_command): Ditto.
11683 (trace_find_pc_command): Ditto.
11684 (trace_find_tracepoint_command): Ditto.
11685 (trace_find_line_command): Ditto.
11686 (trace_find_range_command): Ditto.
11687 (trace_find_outside_command): Ditto.
11688 * tracepoint.h (struct trace_status) <from_file>: Rename it
11689 to "filename" and make it hold the trace file's filename
11690 instead of a boolean.
11691 * remote.c (remote_get_trace_status): Initialize "filename"
11692 field with NULL instead of 0.
11693
11694 2013-02-15 Yao Qi <yao@codesourcery.com>
11695
11696 * remote.c: Fix a typo.
11697
11698 2013-02-14 Pierre Muller <muller@sourceware.org>
11699
11700 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11701
11702 2013-02-14 Pedro Alves <palves@redhat.com>
11703
11704 * utils.c (savestring): Don't #undef it. Move function to
11705 common/common-utils.c.
11706 * common/common-utils.c: Include gdb_string.h.
11707 (savestring): Move here from utils.c.
11708 * common/common-utils.h (savestring): Declare.
11709
11710 2013-02-14 Pedro Alves <palves@redhat.com>
11711
11712 * utils.c (savestring): Rename parameter 'size' to 'len'.
11713
11714 2013-02-14 Pedro Alves <palves@redhat.com>
11715 Yufeng Zhang <yufeng.zhang@arm.com>
11716
11717 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11718 (aarch64_inferior_data, struct aarch64_inferior_data):
11719 Delete.
11720 (struct aarch64_process_info): New.
11721 (aarch64_process_list): New global.
11722 (aarch64_find_process_pid, aarch64_add_process)
11723 (aarch64_process_info_get): New functions.
11724 (aarch64_inferior_data_get): Delete.
11725 (aarch64_process_info_get): New function.
11726 (aarch64_forget_process): New function.
11727 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11728 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11729 aarch64_get_debug_reg_state.
11730 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11731 instead of linux_nat_iterate_watchpoint_lwps.
11732 (aarch64_linux_new_fork): New function.
11733 (aarch64_linux_child_post_startup_inferior): Use
11734 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11735 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11736 (aarch64_linux_remove_hw_breakpoint)
11737 (aarch64_handle_aligned_watchpoint)
11738 (aarch64_handle_unaligned_watchpoint)
11739 (aarch64_linux_insert_watchpoint)
11740 (aarch64_linux_remove_watchpoint)
11741 (aarch64_linux_stopped_data_address): Adjust to pass the current
11742 process id to aarch64_debug_reg_state.
11743 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11744 linux_nat_new_fork hook, and aarch64_forget_process as
11745 linux_nat_forget_process hook; remove the call to
11746 register_inferior_data_with_cleanup.
11747
11748 2013-02-14 Pedro Alves <palves@redhat.com>
11749
11750 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11751 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11752 lval_memory.
11753
11754 2013-02-14 Pedro Alves <pedro@codesourcery.com>
11755 Hafiz Abid Qadeer <abidh@codesourcery.com>
11756
11757 * tracepoint.h (validate_trace_state_variable_name): Declare.
11758 * tracepoint.c (validate_trace_state_variable_name): New.
11759 (trace_variable_command): Parse the trace state variable's name
11760 without using parse_expression. Do several validations.
11761 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11762 trace state variable's name with parse_expression. Validate it.
11763
11764 2013-02-14 Yao Qi <yao@codesourcery.com>
11765
11766 * infcmd.c (breakpoint_proceeded): Remove it.
11767
11768 2013-02-14 Yao Qi <yao@codesourcery.com>
11769
11770 * tracepoint.c (end_actions_pseudocommand): Make it static.
11771 (while_stepping_pseudocommand): Likewise.
11772 * tracepoint.h (end_actions_pseudocommand): Remove the
11773 declaration.
11774 (while_stepping_pseudocommand): Likewise.
11775
11776 2013-02-14 Yao Qi <yao@codesourcery.com>
11777
11778 * cli/cli-decode.c (help_cmd): Remove the declaration of
11779 "cmdlist".
11780 (help_all): Likewise.
11781
11782 2013-02-13 Pedro Alves <palves@redhat.com>
11783
11784 * amd64-linux-nat.c (update_debug_registers_callback):
11785 Update comment.
11786 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11787 iterate_over_lwps.
11788 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11789 i386_debug_reg_state.
11790 (amd64_linux_new_fork): New function.
11791 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11792 linux_nat_new_fork hook, and i386_forget_process as
11793 linux_nat_forget_process hook.
11794 * i386-linux-nat.c (update_debug_registers_callback):
11795 Update comment.
11796 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11797 iterate_over_lwps.
11798 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11799 i386_debug_reg_state.
11800 (i386_linux_new_fork): New function.
11801 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11802 linux_nat_new_fork hook, and i386_forget_process as
11803 linux_nat_forget_process hook.
11804 * i386-nat.c (i386_init_dregs): Delete.
11805 (i386_inferior_data, struct i386_inferior_data):
11806 Delete.
11807 (struct i386_process_info): New.
11808 (i386_process_list): New global.
11809 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11810 New functions.
11811 (i386_inferior_data_get): Delete.
11812 (i386_process_info_get): New function.
11813 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11814 (i386_forget_process): New function.
11815 (i386_cleanup_dregs): Rewrite.
11816 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11817 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11818 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11819 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11820 to i386_debug_reg_state.
11821 (i386_use_watchpoints): Don't register inferior data.
11822 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11823 adjust comment.
11824 (i386_forget_process): Declare.
11825 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11826 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11827 New static globals.
11828 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11829 (add_initial_lwp): New, factored out from ...
11830 (add_lwp): ... this. Don't check the number of lwps before
11831 calling linux_nat_new_thread.
11832 (linux_nat_iterate_watchpoint_lwps): Delete.
11833 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11834 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11835 forks and vforks.
11836 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11837 initial lwp.
11838 (linux_nat_kill, linux_nat_mourn_inferior): Call
11839 linux_nat_forget_process.
11840 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11841 (linux_nat_forget_process): New functions.
11842 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11843 type.
11844 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11845 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11846 types.
11847 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11848 (linux_nat_forget_process): New declarations.
11849
11850 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11851 (amd64fbsd_mourn_inferior): New function.
11852 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11853 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11854
11855 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11856
11857 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11858 Adding _().
11859
11860 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11861
11862 * aarch64-linux-nat.c (debug_reg_change_callback)
11863 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11864 %s and phex().
11865
11866 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11867
11868 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11869 with LONGEST.
11870
11871 2013-02-13 Pedro Alves <palves@redhat.com>
11872 Hafiz Abid Qadeer <abidh@codesourcery.com>
11873
11874 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11875
11876 2013-02-12 Tom Tromey <tromey@redhat.com>
11877
11878 PR symtab/11464:
11879 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11880 NAME return.
11881 (classify_inner_name): Remove 'first_name' argument, add
11882 'context'. Remove unused variable.
11883 (yylex): Explicitly maintain the context type. Exit loop earlier
11884 if NAME result is seen.
11885
11886 2013-02-12 Pedro Alves <palves@redhat.com>
11887
11888 * amd64-darwin-tdep.c: Add (C) after Copyright.
11889 * cli/cli-cmds.h: Ditto.
11890 * cli/cli-decode.c: Ditto.
11891 * cli/cli-decode.h: Ditto.
11892 * cli/cli-dump.c: Ditto.
11893 * cli/cli-dump.h: Ditto.
11894 * cli/cli-interp.c: Ditto.
11895 * cli/cli-logging.c: Ditto.
11896 * cli/cli-script.c: Ditto.
11897 * cli/cli-script.h: Ditto.
11898 * cli/cli-setshow.c: Ditto.
11899 * cli/cli-setshow.h: Ditto.
11900 * cli/cli-utils.c: Ditto.
11901 * cli/cli-utils.h: Ditto.
11902 * config/alpha/nm-osf3.h: Ditto.
11903 * config/djgpp/djconfig.sh: Ditto.
11904 * config/i386/nm-fbsd.h: Ditto.
11905 * config/i386/nm-i386gnu.h: Ditto.
11906 * config/nm-linux.h: Ditto.
11907 * config/nm-nto.h: Ditto.
11908 * config/rs6000/nm-rs6000.h: Ditto.
11909 * config/sparc/nm-sol2.h: Ditto.
11910 * darwin-nat-info.c: Ditto.
11911 * dfp.c: Ditto.
11912 * dfp.h: Ditto.
11913 * gdb-demangle.h: Ditto.
11914 * i386-darwin-nat.c: Ditto.
11915 * i386-darwin-tdep.c: Ditto.
11916 * linux-fork.h: Ditto.
11917 * m32c-tdep.c: Ditto.
11918 * microblaze-linux-tdep.c: Ditto.
11919 * microblaze-rom.c: Ditto.
11920 * microblaze-tdep.c: Ditto.
11921 * microblaze-tdep.h: Ditto.
11922 * mips-linux-tdep.h: Ditto.
11923 * ppc-ravenscar-thread.c: Ditto.
11924 * ppc-ravenscar-thread.h: Ditto.
11925 * prologue-value.c: Ditto.
11926 * prologue-value.h: Ditto.
11927 * ravenscar-thread.c: Ditto.
11928 * ravenscar-thread.h: Ditto.
11929 * sparc-ravenscar-thread.c: Ditto.
11930 * sparc-ravenscar-thread.h: Ditto.
11931 * tilegx-linux-tdep.c: Ditto.
11932 * unwind_stop_reasons.def: Ditto.
11933 * windows-nat.h: Ditto.
11934 * xtensa-linux-tdep.c: Ditto.
11935 * xtensa-xtregs.c: Ditto.
11936 * regformats/regdat.sh: Ditto.
11937 * regformats/regdef.h: Ditto.
11938
11939 2013-02-12 Pedro Alves <palves@redhat.com>
11940
11941 * break-catch-sig.c: Update copyright years.
11942
11943 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11944
11945 Add support for a destructor for ui_out data and use it to
11946 provide a ui_out destructor.
11947 * ui-out.h: Declare the new ui_out destructor.
11948 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11949 * ui-out.c (default_data_destroy): Add a default data destructor
11950 which does nothing.
11951 (default_ui_out_impl): Set the new data_destroy field to
11952 default_data_destroy
11953 (uo_data_destroy): Local function which invokes the data
11954 destructor if present.
11955 (clear_table): Local function which clears the table data of a
11956 ui_out object.
11957 (ui_out_destroy): Public function which frees a ui_out object.
11958 (ui_out_table_end): Use the new clear_table function.
11959 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11960 NULL.
11961 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11962 to NULL.
11963
11964 2013-02-11 Doug Evans <dje@google.com>
11965
11966 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11967 (printf_decfloat): New function. Broken out from ui_printf.
11968 Remove unnecessary code to shift the entire format string down.
11969 (printf_pointer): New function.
11970 (ui_printf): Code to print C strings, wide C strings, decfloats,
11971 and pointers moved to separate functions.
11972
11973 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11974
11975 * valops.c (value_assign): Handling bitfield offset in
11976 `lval_internalvar_component' case.
11977
11978 2013-02-08 Doug Evans <dje@google.com>
11979
11980 * common/format.c (parse_format_string): Fix whitespace.
11981
11982 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11983
11984 * stack.c (return_command): Work around uninitialized variable
11985 warning.
11986
11987 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11988
11989 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11990 number of the registers from 36 to 34.
11991
11992 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11993
11994 * NEWS: Mention new AArch64 native and target support.
11995
11996 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11997
11998 * MAINTAINERS (Write After Approval): Add myself.
11999
12000 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
12001 Marcus Shawcroft <marcus.shawcroft@arm.com>
12002 Nigel Stephens <nigel.stephens@arm.com>
12003 Yufeng Zhang <yufeng.zhang@arm.com>
12004
12005 * aarch64-linux-nat.c: New file.
12006 * config/aarch64/linux.mh: New file.
12007 * configure.host: Add AArch64.
12008 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
12009
12010 2013-02-07 Doug Evans <dje@google.com>
12011
12012 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
12013 disassemble command.
12014
12015 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
12016
12017 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
12018 set_gdbarch_fetch_tls_load_module_address.
12019
12020 2013-02-06 David S. Miller <davem@davemloft.net>
12021
12022 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
12023 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
12024 * value.c (struct_return_convention): New function.
12025 (using_struct_return): Implement in terms of struct_return_convention.
12026 * value.h (struct_return_convention): Declare.
12027 * stack.c (return_command): Allow successful overriding of the return
12028 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
12029
12030 2013-02-06 Tom Tromey <tromey@redhat.com>
12031
12032 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
12033 outside of TRY_CATCH.
12034
12035 2013-02-06 Yao Qi <yao@codesourcery.com>
12036
12037 * mi/mi-interp.c: Include "tracepoint.h".
12038 (mi_tsv_modified): Declare.
12039 (mi_tsv_created, mi_tsv_deleted): Update declaration.
12040 (mi_interpreter_init): Call observer_attach_tsv_modified.
12041 (mi_tsv_modified): New.
12042 (mi_tsv_created, mi_tsv_deleted): Update.
12043 * tracepoint.c (trace_variable_command): Call
12044 observer_notify_tsv_modified if the initial value of tsv is
12045 changed.
12046 (delete_trace_state_variable): Call
12047 observer_notify_tsv_deleted earlier.
12048 (trace_variable_command): Caller update.
12049 (create_tsv_from_upload): Likewise.
12050 * observer.sh: Declare "struct trace_state_variable".
12051
12052 * NEWS: Mention the new MI notification "=tsv-modified".
12053
12054 2013-02-05 Doug Evans <dje@google.com>
12055
12056 * completer.c (location_completer): Fix typo in comment.
12057
12058 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 * breakpoint.c (add_location_to_breakpoint): Insert the location with
12061 ADDRESS sorted.
12062
12063 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
12064
12065 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
12066 Refactor if statement to avoid trailing || operator.
12067
12068 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
12069
12070 * NEWS: Add PowerPC FreeBSD as a new native configuration.
12071
12072 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
12073
12074 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
12075 * configure.host: Add powerpc*-*-freebsd* target.
12076 * configure.tgt: Add target info for powerpc*-*-freebsd*.
12077 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
12078 * config/powerpc/fbsd.mh: New file.
12079
12080 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
12081 Denys Vlasenko <dvlasenk@redhat.com>
12082 Pedro Alves <palves@redhat.com>
12083
12084 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
12085 (struct elf_internal_linux_prpsinfo): Forward declare.
12086 * gdbarch.h, gdbarch.c: Regenerate.
12087 * linux-tdep.c: Include `cli/cli-utils.h'.
12088 (linux_fill_prpsinfo): New function.
12089 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
12090 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
12091 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
12092 depending on gdbarch pointer bitness.
12093 * ppc-linux-tdep.c: Include elf-bfd.h.
12094 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
12095 on 32-bit.
12096
12097 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
12098 Marcus Shawcroft <marcus.shawcroft@arm.com>
12099 Nigel Stephens <nigel.stephens@arm.com>
12100 Yufeng Zhang <yufeng.zhang@arm.com>
12101
12102 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
12103
12104 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
12105 Marcus Shawcroft <marcus.shawcroft@arm.com>
12106 Nigel Stephens <nigel.stephens@arm.com>
12107 Yufeng Zhang <yufeng.zhang@arm.com>
12108
12109 * aarch64-newlib-tdep.c: New file.
12110 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
12111 aarch64*-*-elf.
12112 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
12113 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
12114 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
12115 * osabi.c (gdb_osabi_names): Add "Newlib".
12116
12117 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
12118 Marcus Shawcroft <marcus.shawcroft@arm.com>
12119 Nigel Stephens <nigel.stephens@arm.com>
12120 Yufeng Zhang <yufeng.zhang@arm.com>
12121
12122 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
12123 (ALLDEPFILES): Add aarch64-linux-tdep.c.
12124 * aarch64-linux-tdep.c: New file.
12125 * aarch64-linux-tdep.h: New file.
12126 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
12127 * configure.tgt: Add aarch64-none-linux-gnu.
12128
12129 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
12130 Marcus Shawcroft <marcus.shawcroft@arm.com>
12131 Nigel Stephens <nigel.stephens@arm.com>
12132 Yufeng Zhang <yufeng.zhang@arm.com>
12133
12134 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
12135 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
12136 (ALLDEPFILES): Add aarch64-tdep.c.
12137 * aarch64-tdep.c: New file.
12138 * aarch64-tdep.h: New file.
12139 * configure.tgt: Add AArch64.
12140 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
12141 (aarch64-expedite): New definition.
12142 * features/aarch64-core.xml: New file.
12143 * features/aarch64-fpu.xml: New file.
12144 * features/aarch64-without-fpu.c: New file (generated).
12145 * features/aarch64-without-fpu.xml: New file.
12146 * features/aarch64.c: New file (generated).
12147 * features/aarch64.xml: New file.
12148 * regformats/aarch64-without-fpu.dat: New file (generated).
12149 * regformats/aarch64.dat: New file (generated).
12150
12151 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12152
12153 * contrib/expect-read1.c: New file.
12154 * contrib/expect-read1.sh: New file.
12155
12156 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 * dwarf2read.c (file_file_name): New function with code from
12159 file_full_name.
12160 (file_full_name): Move most of the code to file_file_name.
12161 (macro_start_file): Rename variable full_name to file_name and use
12162 file_file_name for it. Add comp_dir parameter to new_macro_table.
12163 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
12164 macro_source_file->filename access by macro_source_fullname call.
12165 * macroscope.c (_initialize_macroscope): Update the new_macro_table
12166 caller.
12167 * macrotab.c (struct macro_table): New field comp_dir.
12168 (macro_include): New variables link_fullname and source_fullname.
12169 Replace any macro_source_file->filename access by macro_source_fullname
12170 call.
12171 (macro_lookup_inclusion): Remove the partial filenames checking code.
12172 (check_for_redefinition): New variables source_fullname and
12173 found_key_fullname. Replace any macro_source_file->filename access by
12174 macro_source_fullname call.
12175 (macro_undef): New variables source_fullname and key_fullname. Replace
12176 any macro_source_file->filename access by macro_source_fullname call.
12177 (macro_lookup_definition): New variables retval and source_fullname.
12178 Replace any macro_source_file->filename access by macro_source_fullname
12179 call.
12180 (foreach_macro): New variable key_fullname. Replace any
12181 macro_source_file->filename access by macro_source_fullname call.
12182 (foreach_macro_in_scope): New variable datum_fullname. Replace any
12183 macro_source_file->filename access by macro_source_fullname call.
12184 (new_macro_table): Add parameter comp_dir. Initialize T with it.
12185 (macro_source_fullname): New function.
12186 * macrotab.h (struct macro_source_file): Extent the filename field
12187 comment.
12188 (new_macro_table): New parameter comp_dir, add a comment for it.
12189 (macro_source_fullname): new declaration.
12190
12191 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12192
12193 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
12194 this_real_name to outer block. Use it also for
12195 compare_filenames_for_search.
12196 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
12197 with dw2_get_real_path for file_matcher, considering also
12198 BASENAMES_MAY_DIFFER.
12199 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
12200
12201 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12202
12203 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
12204 to the file_matcher parameter. Pass 0 to it.
12205 (dwarf2_create_include_psymtab): Copy also DIRNAME.
12206 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
12207 NULL psymtab_to_fullname result.
12208 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
12209 an expected filename instead.
12210 (expand_symtabs_matching_via_partial): Add basenames parameter to the
12211 file_matcher parameter. Call also psymtab_to_fullname, after newly
12212 considering BASENAMES_MAY_DIFFER.
12213 * source.c (rewrite_source_path): Remove static.
12214 * source.h (rewrite_source_path): New declaration.
12215 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
12216 the expand_symtabs_matching field. Comment it.
12217 * symtab.c (file_matches): New function comment. Add parameter
12218 basenames, implement it.
12219 (search_symbols_file_matches): Add basenames parameter. Update the
12220 file_matches caller.
12221 (search_symbols): Match FILES also against symtab_to_fullname.
12222 Optimize it for BASENAMES_MAY_DIFFER.
12223
12224 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12225
12226 * source.c (print_source_lines_base): Print for TUI also "fullname".
12227 * tui/tui-data.c (init_content_element): Change tui_locator_element
12228 field to full_name.
12229 * tui/tui-data.h (struct tui_locator_element): Likewise.
12230 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
12231 tui_update_locator_filename calls to tui_update_locator_fullname.
12232 Replace symtab->filename refererence by symtab_to_fullname call.
12233 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
12234 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
12235 field to full_name. Replace symtab->filename refererence by
12236 symtab_to_fullname call.
12237 (tui_show_symtab_source): Rename parameter to fullname. Change
12238 tui_locator_element field to full_name.
12239 * tui/tui-stack.c: Include source.h.
12240 (tui_set_locator_filename): Rename the declaration to ...
12241 (tui_set_locator_fullname): ... here. Rename its parameter to
12242 fullname, updates its comment.
12243 (tui_set_locator_info): Rename its parameter to fullname.
12244 (tui_set_locator_filename): Rename the definition to ...
12245 (tui_set_locator_fullname): ... here. Rename its parameter to
12246 fullname, updates its comment. Change tui_locator_element field to
12247 full_name.
12248 (tui_set_locator_info): Rename its parameter to fullname.
12249 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
12250 (tui_update_locator_filename): Rename to ...
12251 (tui_update_locator_fullname): ... here. Rename callee to
12252 tui_set_locator_fullname.
12253 (tui_show_frame_info): Replace symtab->filename refererence by
12254 symtab_to_fullname call.
12255 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
12256 (tui_update_locator_fullname): ... here.
12257 * tui/tui-winsource.c (tui_display_main): Rename the callee to
12258 tui_update_locator_fullname. Replace symtab->filename refererence by
12259 symtab_to_fullname call.
12260 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
12261 Rename the callee to tui_update_locator_fullname.
12262 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
12263
12264 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12265
12266 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
12267 by symtab_to_filename_for_display calls.
12268 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
12269 (clear_command): New variable sal_fullname, initialize it. Replace
12270 compare_filenames_for_search by filename_cmp with sal_fullname.
12271 (say_where, update_static_tracepoint): Replace symtab->filename
12272 refererences by symtab_to_filename_for_display calls.
12273 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
12274 Likewise.
12275 * dwarf2read.c: Include source.h.
12276 (fixup_go_packaging): Replace symtab->filename refererences by
12277 symtab_to_filename_for_display calls.
12278 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
12279 Replace symtab->filename refererences by symtab_to_filename_for_display
12280 calls.
12281 (create_sals_line_offset, convert_linespec_to_sals): New variable
12282 fullname, initialize it, replace symtab->filename reference by the
12283 variable.
12284 * linux-fork.c: Include source.h.
12285 (info_checkpoints_command): Replace symtab->filename refererences by
12286 symtab_to_filename_for_display calls.
12287 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
12288 by symtab_to_filename_for_display calls.
12289 * mdebugread.c: Include source.h.
12290 (psymtab_to_symtab_1): Replace symtab->filename refererences by
12291 symtab_to_filename_for_display calls.
12292 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12293 (mi_cmd_file_list_exec_source_files): Likewise.
12294 * printcmd.c: Include source.h.
12295 (build_address_symbolic): Replace symtab->filename refererences by
12296 symtab_to_filename_for_display calls.
12297 * psymtab.c (partial_map_symtabs_matching_filename)
12298 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
12299 with psymtab_to_fullname.
12300 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
12301 by symtab_to_filename_for_display calls.
12302 (stpy_get_filename): New variable filename, initialize it, use instead
12303 of symtab->filename refererences.
12304 (salpy_str): Make variable filename const char *. Replace
12305 symtab->filename refererences by symtab_to_filename_for_display calls.
12306 * skip.c: Include source.h and filenames.h.
12307 (skip_file_command): Remove const from the symtab variable. Replace
12308 symtab->filename refererences by symtab_to_fullname call.
12309 (function_name_is_marked_for_skip): New variables searched_for_fullname
12310 and fullname. Use them to search also with symtab's fullname.
12311 * source.c (find_source_lines): Replace symtab->filename refererences
12312 by symtab_to_filename_for_display calls.
12313 (print_source_lines_base): New variable filename, use it instead of
12314 symtab->filename. Replace symtab->filename refererences by
12315 symtab_to_filename_for_display calls.
12316 (line_info, forward_search_command): Replace symtab->filename
12317 refererences by symtab_to_filename_for_display calls.
12318 (reverse_search_command): Replace symtab->filename refererences by
12319 symtab_to_filename_for_display calls. New variable filename for it.
12320 * stack.c (frame_info): Likewise.
12321 * symmisc.c: Include source.h.
12322 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
12323 (maintenance_info_symtabs): Replace symtab->filename refererences by
12324 symtab_to_filename_for_display calls.
12325 * symtab.c (iterate_over_some_symtabs): Call
12326 compare_filenames_for_search also with symtab_to_fullname.
12327 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
12328 symtab->filename refererences by symtab_to_filename_for_display calls.
12329 (find_line_symtab): Replace symtab->filename refererences by
12330 symtab_to_filename_for_display calls.
12331 (file_matches): Replace filename_cmp by compare_filenames_for_search.
12332 (print_symbol_info): Make the last parameter const char *. New
12333 variable s_filename. Use it in the function.
12334 (symtab_symbol_info): Make the last_filename variable const char *.
12335 Replace symtab->filename refererences by symtab_to_filename_for_display
12336 calls.
12337 (rbreak_command): New variable fullname. Use it. Replace
12338 symtab->filename refererence by symtab_to_filename_for_display call.
12339 * tracepoint.c (set_traceframe_context, trace_find_line_command)
12340 (print_one_static_tracepoint_marker): Replace symtab->filename
12341 refererences by symtab_to_filename_for_display calls.
12342 * tui/tui-source.c (tui_set_source_content): New variables filename and
12343 s_filename. Replace symtab->filename refererences by this variable.
12344 Replace other symtab->filename refererences by
12345 symtab_to_filename_for_display calls.
12346
12347 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
12348 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 Add a new variable that controls a way in which filenames are
12351 displayed.
12352 * NEWS (set filename-display): New entry.
12353 * source.c (filename_display_basename, filename_display_relative)
12354 (filename_display_absolute, filename_display_kind_names)
12355 (filename_display_string, show_filename_display_string)
12356 (symtab_to_filename_for_display): New.
12357 (_initialize_source): Added initialization of 'filename-display'
12358 variable.
12359 * source.h (symtab_to_filename_for_display): Added declaration.
12360 * stack.c (print_frame): Added new variable and calling of a new
12361 function and condition with this variable. Changed third argument of
12362 calling of a function.
12363
12364 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12365
12366 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
12367 Rename field reference filename to fullname.
12368 * tui/tui-data.h (struct tui_source_info): Rename field filename to
12369 fullname. New comment for it.
12370 * tui/tui-source.c (tui_set_source_content): Rename field reference
12371 filename to fullname. Initialize field by symtab_to_fullname now.
12372 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
12373 reference filename to fullname. Use symtab_to_fullname during
12374 comparison.
12375
12376 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12377
12378 Code cleanup.
12379 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
12380 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
12381 filename to fullname. Rename variable this_name to this_fullname.
12382 Lowercase FILENAME_CMP call.
12383 (dw2_find_symbol_file): New comment for the returned string.
12384 (dwarf2_gdb_index_functions): Rename the function to
12385 dw2_expand_symtabs_with_fullname.
12386 * psymtab.c (read_psymtabs_with_filename): Rename to ...
12387 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
12388 fullname.
12389 (psym_functions): Rename the function to read_psymtabs_with_fullname.
12390 * symfile.h (struct quick_symbol_functions): Rename field
12391 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
12392 parameter filename to fullname. Document returned string meaning for
12393 find_symbol_file.
12394 * symtab.c (find_line_symtab): Rename the called function to
12395 expand_symtabs_with_fullname.
12396
12397 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12398
12399 Code cleanup.
12400 * breakpoint.c (clear_command): Remove variable is_abs, unify the
12401 call of filename_cmp with compare_filenames_for_search.
12402 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
12403 is_abs, unify the call of FILENAME_CMP with
12404 compare_filenames_for_search. New gdb_asserts for real_path and name.
12405 Unify the call of compare_filenames_for_search with FILENAME_CMP.
12406 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
12407 * symfile.h (struct quick_symbol_functions): Extend the comment for
12408 map_symtabs_matching_filename.
12409 * symtab.c (compare_filenames_for_search): Remove the function comment
12410 relative path requirement. Handle absolute filenames, with a comment.
12411 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
12412 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
12413 real_path and name. Unify the call of compare_filenames_for_search
12414 with FILENAME_CMP.
12415 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
12416
12417 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12418
12419 Code cleanup.
12420 * breakpoint.c (print_breakpoint_location): Replace bp_location field
12421 source_file references by symtab field references. Remove variables
12422 sal and fullname.
12423 (momentary_breakpoint_from_master, add_location_to_breakpoint):
12424 (clear_command, say_where): Replace bp_location field source_file
12425 references by symtab field references.
12426 (bp_location_dtor): Remove the source_file reference.
12427 (update_static_tracepoint): Replace bp_location field source_file
12428 references by symtab field references.
12429 (breakpoint_free_objfile): New function.
12430 * breakpoint.h (struct bp_location): Extend the comment for line_number.
12431 Replace the field source_file by field symtab, extend its comment.
12432 (breakpoint_free_objfile): New declaration.
12433 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
12434 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
12435 field source_file references by symtab field references.
12436
12437 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12438
12439 Replace xfullpath calls by gdb_realpath calls.
12440 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
12441 function comment.
12442 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
12443 Remove it from the iterate_over_some_symtabs call.
12444 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
12445 Remove it from the dw2_map_expand_apply calls, remove a block handling
12446 it.
12447 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
12448 Remove it from the iterate_over_some_symtabs call.
12449 (partial_map_symtabs_matching_filename): Remove parameter full_path.
12450 Remove it from the partial_map_expand_apply calls, remove a block
12451 handling it. Drop gdb_realpath call and cleanups from the real_path
12452 handling.
12453 * source.c (openp): Drop the comment part about xfullpath. Replace
12454 xfullpath calls by gdb_realpath calls.
12455 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
12456 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
12457 from method map_symtabs_matching_filename and its comment.
12458 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
12459 gdb_realpath call.
12460 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12461 remove it also from the function comment, remove a block handling it.
12462 Drop gdb_realpath call and cleanups from the real_path handling.
12463 (iterate_over_symtabs): Drop variable full_path and its use.
12464 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12465 * utils.c (xfullpath): Remove.
12466 * utils.h (xfullpath): Remove.
12467
12468 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
12469
12470 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12471 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12472 (ALLDEPFILES): Add ppc64-tdep.c.
12473 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12474 ppc64-tdep.o to gdb_target_obs.
12475 * ppc64-tdep.h: New file.
12476 * ppc64-tdep.c: New file.
12477 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12478 ppc-linux-tdep.c to here.
12479 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12480 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12481 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12482 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12483 from ppc-linux-tdep.c to here.
12484 (ppc64_convert_from_func_ptr_addr): Rename from
12485 ppc64_linux_convert_from_func_ptr_addr to
12486 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12487 here.
12488 * rs6000-tdep.c:
12489 (read_insn): Move from ppc-linux-tdep.c to here.
12490 (insns_match_pattern, insn_d_field, insn_ds_field): Move
12491 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12492 * ppc-linux-tdep.c: Include ppc64-tdep.h.
12493 Removed above functions.
12494 (ppc_linux_init_abi): Adjust.
12495
12496 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12497
12498 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12499
12500 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12501
12502 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12503
12504 2013-02-01 Pedro Alves <palves@redhat.com>
12505
12506 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12507 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12508
12509 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12510
12511 * elfread.c (elf_symfile_read): Limit separate debug info additions to
12512 files with no separate debug info.
12513 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12514 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12515 only for files with no separate debug info.
12516
12517 2013-01-31 Tom Tromey <tromey@redhat.com>
12518
12519 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12520 change type.
12521 (struct jit_program_space_data): Rename from jit_inferior_data.
12522 Update comments.
12523 (get_jit_program_space_data): Rename from get_jit_inferior_data.
12524 Change return type. Attach data to program space.
12525 (jit_program_space_data_cleanup): Rename from
12526 jit_inferior_data_cleanup; change argument type.
12527 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12528 change type.
12529 (jit_register_code): Update.
12530 (jit_update_inferior_cache): Remove.
12531 (jit_breakpoint_deleted): Get jit data from the location's program
12532 space.
12533 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12534 'ps_data', change type.
12535 (jit_inferior_init, jit_breakpoint_re_set_internal)
12536 (jit_event_handler): Update.
12537 (free_objfile_data): Get data from objfile's program space.
12538 (_initialize_jit): Update.
12539
12540 2013-01-31 Tom Tromey <tromey@redhat.com>
12541
12542 PR gdb/13987:
12543 * jit.c (struct jit_inferior_data) <cached_code_address,
12544 jit_breakpoint>: New fields.
12545 (jit_breakpoint_re_set_internal): Fix logging. Only create
12546 breakpoint if cached address has changed.
12547 (jit_update_inferior_cache, jit_breakpoint_deleted): New
12548 functions.
12549 (_initialize_jit): Register breakpoint deleted observer.
12550
12551 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12552
12553 * infrun.c (handle_syscall_event): Remove unused gdbarch.
12554 (save_infcall_suspend_state): Ifdef out unused inf.
12555 (restore_infcall_suspend_state): Ifdef out unused inf.
12556 * jit.c (jit_register_code): Remove unused i, b, inf_data.
12557 (jit_frame_sniffer): Remove unused inf_data.
12558
12559 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12560
12561 * c-exp.y (classify_inner_name): Remove unused type.
12562 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12563 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12564 need_escape.
12565 (c_get_string): Remove unused kind.
12566 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12567
12568 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12569
12570 * charset.c (intermediate_encoding): Remove unused i.
12571 * completer.c (signal_completer): Remove unused i.
12572 * continuations.c (discard_my_continuations_1): Remove unused
12573 continuation_ptr.
12574 * corelow.c (core_close): Remove unuseD name.
12575 (get_core_siginfo): Remove unused pid.
12576 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12577 i, cps.
12578 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12579 (loclist_describe_location): Remove unused first.
12580 * event-top.c (command_line_handler): Remove unused got_eof.
12581 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12582 (resize_section_table): Remove unused old_value.
12583 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12584 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12585 * i386-tdep.c (i386_process_record): Remove unused rex.
12586 * infcmd.c (get_return_value): Remove unused uiout.
12587 * jv-lang.c (type_from_class): Remove unused is_array.
12588 * jv-valprint.c (java_val_print): Remove unused i.
12589 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12590 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12591 * m2-typeprint.c (m2_print_type): Remove unused code.
12592 * macroexp.c (get_character_constant): Remove unused body_start.
12593 (macro_stringify): Remove unused result.
12594 * objc-lang.c (find_methods): Remove unused gdbarch.
12595 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12596 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12597 * stack.c (print_frame_args): Remove unused summary.
12598 * thread.c (thread_apply_command): Remove unused p.
12599 * valarith.c (value_x_unop): Remove unused mangle_ptr.
12600 * valops.c (search_struct_method): Remove unused skip.
12601 * valprint.c (generic_val_print): Remove unused byte_order.
12602 * varobj.c (varobj_update): Remove unused changed.
12603 * cli/cli-cmds.c (complete_command): Remove unused next_item.
12604 (alias_command): Remove unused c.
12605 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12606 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12607 format.
12608 (mi_cmd_data_write_memory): Remove unused word_format.
12609 (mi_cmd_data_write_memory_bytes): Remove unused r.
12610 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12611 p_start, p_end.
12612 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12613 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12614 line_width.
12615
12616 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12617
12618 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12619 * symtab.c (iterate_over_symtabs): Remove unused s.
12620 (find_pc_sect_symtab): Remove unused pspAce.
12621 (find_pc_sect_line): Remove unused alt_symtab.
12622 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12623 (completion_list_add_name): Remove unused newsize.
12624
12625 2013-01-31 Tom Tromey <tromey@redhat.com>
12626
12627 PR c++/14998:
12628 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12629 TYPE_CODE_FUNC.
12630
12631 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12632
12633 * target.c (target_read_string): Remove unused origlen.
12634
12635 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12636
12637 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12638 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12639 * ax-general.c (ax_print): Remove unused is_float.
12640 * blockframe.c (block_innermost_frame): Remove unused start, end.
12641 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12642
12643 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12644
12645 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12646 (svr4_read_so_list): Remove unused lmo.
12647 * solib-target.c (solib_target_relocate_section_addresses): Remove
12648 unused flags.
12649
12650 2013-01-30 Tom Tromey <tromey@redhat.com>
12651
12652 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12653
12654 2013-01-30 Tom Tromey <tromey@redhat.com>
12655
12656 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12657 * utils.c (gnu_debuglink_crc32): Remove.
12658 * utils.h (gnu_debuglink_crc32): Don't declare.
12659
12660 2013-01-30 Tom Tromey <tromey@redhat.com>
12661
12662 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12663 (read_structure_type, read_enumeration_type): Remove cast.
12664
12665 2013-01-30 Tom Tromey <tromey@redhat.com>
12666
12667 * dwarf2read.c (read_namespace_type): Remove cast.
12668 (read_typedef): Likewise.
12669
12670 2013-01-29 Tom Tromey <tromey@redhat.com>
12671
12672 * dwarf2read.c (free_dwo_file): Remove assert.
12673
12674 2013-01-29 Tom Tromey <tromey@redhat.com>
12675
12676 * value.c (deprecated_set_value_modifiable): Remove.
12677 * value.h (deprecated_set_value_modifiable): Remove.
12678
12679 2013-01-28 Doug Evans <dje@google.com>
12680
12681 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12682 to addresses from dwo files.
12683
12684 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
12685
12686 * valops.c (find_overload_match): Remove unused argument 'lax'.
12687 * value.h: Remove unused argument 'lax' from the declaration of
12688 find_overload_match.
12689 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12690 to find_overload_match.
12691 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12692 argument to find_overload_match.
12693
12694 2013-01-25 Tom Tromey <tromey@redhat.com>
12695
12696 * dwarf2read.c (processing_has_namespace_info): Remove.
12697 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12698 (process_die, read_func_scope, dwarf2_start_symtab)
12699 (new_symbol_full): Update.
12700
12701 2013-01-25 Tom Tromey <tromey@redhat.com>
12702
12703 * cp-namespace.c (cp_set_block_scope): Remove.
12704 * cp-support.h (cp_set_block_scope): Remove.
12705 * dbxread.c: Include block.h.
12706 (cp_set_block_scope): New function.
12707 (process_one_symbol): Update.
12708 * dwarf2read.c (read_func_scope): Use block_set_scope.
12709
12710 2013-01-25 Pedro Alves <palves@redhat.com>
12711
12712 * remote.c (add_current_inferior_and_thread): Tweak comment.
12713
12714 2013-01-25 Tom Tromey <tromey@redhat.com>
12715
12716 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12717 (cp_add_using_directive): Add 'copy_names' argument.
12718 * cp-support.h (cp_add_using_directive): Update.
12719 (struct using_direct) <import_src, import_dest, alias,
12720 declaration>: Now const.
12721 * dwarf2read.c (read_import_statement): Use obconcat.
12722 Don't copy names passed to cp_add_using_directive.
12723
12724 2013-01-25 Tom Tromey <tromey@redhat.com>
12725
12726 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12727
12728 2013-01-25 Pedro Alves <palves@redhat.com>
12729
12730 * remote.c (stop_reply_extract_thread): New.
12731 (add_current_inferior_and_thread): New parameter 'wait_status'.
12732 Handle it.
12733 (remote_start_remote): Pass wait status to
12734 add_current_inferior_and_thread.
12735 (extended_remote_run): Update comment.
12736 (extended_remote_create_inferior_1): Pass wait status to
12737 add_current_inferior_and_thread.
12738
12739 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
12740 Ulrich Weigand <uweigand@de.ibm.com>
12741
12742 * valarith.c (value_vector_widen): New function for replicating a
12743 scalar into a vector.
12744 (value_binop): Use value_vector_widen to widen scalar to vector
12745 rather than casting, this better matches gcc C behaviour.
12746 * valops.c (value_casst): Update logic for casting between vector
12747 types, and for casting from scalar to vector, try to match gcc C
12748 behaviour.
12749 * value.h (value_vector_widen): Declare.
12750 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12751 function, handle special case for casting scalar to vector.
12752 (opencl_relop): Use opencl_value_cast.
12753 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12754 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12755 in order to use opencl_value_cast.
12756
12757 2013-01-25 Yao Qi <yao@codesourcery.com>
12758
12759 * event-loop.c: Include "queue.h".
12760 (gdb_event_p): New typedef.
12761 (DECLARE_QUEUE_P): Use.
12762 (DEFINE_QUEUE_P): Use.
12763 (async_queue_event): Remove.
12764 (gdb_event_xfree): New.
12765 (initialize_event_loop): New.
12766 (process_event): Use QUEUE macros.
12767 (event_queue): Remove.
12768 (gdb_wait_for_event): Caller update.
12769 (check_async_event_handlers): Likewise.
12770 (poll_timers): Likewise.
12771 * event-loop.h (initialize_event_loop): Declare.
12772 * event-loop.c (gdb_event_xfree): New.
12773 * top.c (gdb_init): Call initialize_event_loop.
12774
12775 2013-01-25 Yao Qi <yao@codesourcery.com>
12776
12777 * event-loop.c (async_queue_event): Remove one parameter
12778 'position'. Remove code handling 'position' == TAIL.
12779 (gdb_wait_for_event): Caller update.
12780 (check_async_event_handlers): Caller update.
12781 (poll_timers): Caller update.
12782 * event-loop.h (enum queue_position): Remove.
12783
12784 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12785
12786 * MAINTAINERS: Update my email.
12787
12788 2013-01-25 Yao Qi <yao@codesourcery.com>
12789
12790 * main.c (print_gdb_help): Remove "--epoch" from the help
12791 message.
12792
12793 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12794
12795 * symtab.c (skip_prologue_using_sal): Consider a file
12796 change the same as an increased line number
12797
12798 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12799
12800 * MAINTAINERS (Write After Approval): Add myself to the list.
12801
12802 2013-01-24 Tom Tromey <tromey@redhat.com>
12803
12804 * ada-lang.h (ada_decode_symbol): Make return type const.
12805 * ada-lang.c (ada_decode_symbol): Likewise.
12806
12807 2013-01-23 Doug Evans <dje@google.com>
12808
12809 * linespec.c (find_linespec_symbols): Make static.
12810
12811 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12812
12813 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12814 type on float conversion for complex type.
12815
12816 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12817
12818 Add a new class gdb.Architecture which exposes GDB's
12819 internal representation of architecture via GDB Python API.
12820 * Makefile.in: Add entries corresponding to the new file
12821 python/py-arch.c.
12822 * NEWS (Python Scripting): Add entries for the new class
12823 gdb.Architecture and the new method gdb.Frame.architecture.
12824 * python/py-arch.c: Implement gdb.Architecture class.
12825 * python/py-frame.c (frapy_arch): Implement the method
12826 gdb.Frame.architecture().
12827 (frame_object_methods): Add 'architecture' to the method table.
12828 * python/python-internal.h: Add declarations of new utility
12829 functions.
12830 * python/python.c (_initialize_python): Initialize
12831 gdb.Architecture class.
12832
12833 2013-01-23 Doug Evans <dje@google.com>
12834
12835 Work around binutils/15021.
12836 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12837 type_unit_group out of union s. All uses updated.
12838 (read_index_from_section): Watch for index version 8.
12839 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12840 an imported symtab.
12841 (write_psymtabs_to_index): Increment version number to 8.
12842
12843 2013-01-22 Pedro Alves <palves@redhat.com>
12844
12845 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12846 user-visible.
12847
12848 2013-01-22 Pedro Alves <palves@redhat.com>
12849
12850 * annotate.c (annotate_breakpoints_changed): Rename to ...
12851 (annotate_breakpoints_invalid): ... this. Make static.
12852 (breakpoint_changed): Adjust.
12853 (_initialize_annotate): Always install the observers. Install a
12854 "breakpoint_created" observer.
12855 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12856 * breakpoint.c (set_breakpoint_condition)
12857 (breakpoint_set_commands, do_map_commands_command)
12858 (init_raw_breakpoint, clear_command, set_ignore_count)
12859 (enable_breakpoint_disp): No longer call
12860 annotate_breakpoints_changed.
12861
12862 2013-01-22 Pedro Alves <palves@redhat.com>
12863
12864 * annotate.c: Include "inferior.h".
12865 (frames_invalid_emitted)
12866 (breakpoints_invalid_emitted): New globals.
12867 (async_background_execution_p): New function.
12868 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12869 emitting the annotation if it has already been emitted.
12870 (annotate_display_prompt): New function.
12871 * annotate.h (annotate_display_prompt): New declaration.
12872 * event-top.c: Include annotate.h.
12873 (display_gdb_prompt): Call annotate_display_prompt.
12874
12875 2013-01-22 Pedro Alves <palves@redhat.com>
12876
12877 * annotate.c (ignore_count_changed): Delete.
12878 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12879 (annotate_ignore_count_change): Delete.
12880 (annotate_stopped): Don't emit a delayed breakpoints-changed
12881 annotation.
12882 * annotate.h (annotate_ignore_count_change): Delete.
12883 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12884 annotate_ignore_count_change.
12885
12886 2013-01-22 Tom Tromey <tromey@redhat.com>
12887
12888 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12889 require_rvalue for a register location.
12890
12891 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12892
12893 * breakpoint.c (print_one_breakpoint_location): Add MI
12894 field 'thread-groups' when printing a breakpoint.
12895 (output_thread_groups): New function.
12896
12897 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12898
12899 * python/lib/gdb/commands/explore.py
12900 (CompoundExplorer.explore_expr): Correct the name of a method
12901 being invoked.
12902 (ExploreTypeCommand.invoke): Add a missing 'return'.
12903
12904 2013-01-21 Tom Tromey <tromey@redhat.com>
12905
12906 * gdb_obstack.h (obconcat): Move declaration here, from...
12907 * symfile.h (obconcat): ... here.
12908 * gdb_obstack.c: New file.
12909 (obconcat): Move from...
12910 * symfile.c (obconcat): ... here.
12911 * Makefile.in (SFILES): Add gdb_obstack.c.
12912 (COMMON_OBS): Add gdb_obstack.o.
12913
12914 2013-01-21 Tom Tromey <tromey@redhat.com>
12915
12916 * symfile.h (obsavestring): Don't declare.
12917 * symfile.c (obsavestring): Remove.
12918 * ada-exp.y: Use obstack_copy0, not obsavestring.
12919 * ada-lang.c: Use obstack_copy0, not obsavestring.
12920 * coffread.c: Use obstack_copy0, not obsavestring.
12921 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12922 * dbxread.c: Use obstack_copy0, not obsavestring.
12923 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12924 * jit.c: Use obstack_copy0, not obsavestring.
12925 * mdebugread.c: Use obstack_copy0, not obsavestring.
12926 * psymtab.c: Use obstack_copy0, not obsavestring.
12927 * stabsread.c: Use obstack_copy0, not obsavestring.
12928 * xcoffread.c: Use obstack_copy0, not obsavestring.
12929
12930 2013-01-21 Tom Tromey <tromey@redhat.com>
12931
12932 * dwarf2read.c (fixup_go_packaging): Save package name
12933 on objfile obstack.
12934 * gdbtypes.c (init_type): Don't copy name.
12935
12936 2013-01-21 Tom Tromey <tromey@redhat.com>
12937
12938 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12939 const.
12940 (struct attribute) <u.str>: Now const.
12941 (struct fnfieldlist) <name>: Now const.
12942 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12943 (partial_die_parent_scope): Make return type const.
12944 (partial_die_full_name, add_partial_symbol): Update.
12945 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12946 'name' const.
12947 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12948 (read_file_scope, read_func_scope, dwarf2_add_field)
12949 (dwarf2_add_member_fn, read_structure_type)
12950 (process_enumeration_scope, read_array_type, read_module_type)
12951 (read_base_type, read_subrange_type): Update.
12952 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12953 (new_symbol_full, guess_full_die_structure_name): Update.
12954 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12955 (dwarf2_name): Return const type.
12956 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12957 const.
12958
12959 2013-01-21 Tom Tromey <tromey@redhat.com>
12960
12961 * gdbtypes.c (init_type): Make 'name' const.
12962 * gdbtypes.h (init_type): Update.
12963
12964 2013-01-21 Tom Tromey <tromey@redhat.com>
12965
12966 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12967 (start_symtab): Make 'name' and 'dirname' const. Use
12968 set_last_source_file.
12969 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12970 (last_source_file): Define. Now static.
12971 (set_last_source_file, get_last_source_file): New functions.
12972 * buildsym.h (last_source_file): Don't declare.
12973 (start_symtab): Update.
12974 (set_last_source_file, get_last_source_file): Declare.
12975 * coffread.c (complete_symtab): Use set_last_source_file.
12976 (coff_end_symtab): Likewise.
12977 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12978 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12979 set_last_source_file.
12980 (process_one_symbol): Use get_last_source_file.
12981 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12982 (psymtab_to_symtab_1): Use get_last_source_file.
12983 * xcoffread.c (process_linenos): Use get_last_source_file.
12984 (complete_symtab): Use set_last_source_file.
12985 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12986 (scan_xcoff_symtab): Use set_last_source_file.
12987
12988 2013-01-21 Tom Tromey <tromey@redhat.com>
12989
12990 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12991 (symbol_set_names): Remove casts. Handle field const-ness.
12992
12993 2013-01-21 Tom Tromey <tromey@redhat.com>
12994
12995 * dwarf2read.c (new_symbol_full): Remove cast.
12996 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12997 * symtab.h (symbol_set_demangled_name): Update.
12998
12999 2013-01-21 Tom Tromey <tromey@redhat.com>
13000
13001 * main.c (captured_main): Call bfd_init.
13002
13003 2013-01-21 Tom Tromey <tromey@redhat.com>
13004
13005 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
13006 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
13007 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
13008 * NEWS: Update.
13009
13010 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13011
13012 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
13013
13014 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13015
13016 Fix gdb.fortran/common-block.exp crash in PIE mode.
13017 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
13018 LOC_COMMON_BLOCK.
13019 * f-valprint.c (info_common_command_for_block): Expect
13020 LOC_COMMON_BLOCK in gdb_assert.
13021 * symtab.h (struct general_symbol_info): Update comment for the
13022 common_block member.
13023 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
13024 (enum address_class): New member LOC_COMMON_BLOCK.
13025
13026 2013-01-18 David Blaikie <dblaikie@gmail.com>
13027
13028 * MAINTAINERS (Write After Approval): Add "David Blaikie".
13029
13030 2013-01-18 Tom Tromey <tromey@redhat.com>
13031
13032 PR c++/14999:
13033 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
13034 Call require_rvalue.
13035
13036 2013-01-18 Yao Qi <yao@codesourcery.com>
13037
13038 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
13039 (dbx_read_symtab): New declaration.
13040 (dbx_psymtab_to_symtab): Delete.
13041 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
13042 Rename parameter PST to SELF. Exchanged two parameters.
13043 (start_psymtab): Caller update.
13044 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
13045 (dwarf2_read_symtab): New declaration.
13046 (dwarf2_psymtab_to_symtab): Delete.
13047 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
13048 Rename parameter PST to SELF. Exchanged two parameters.
13049 (create_partial_symtab): Caller update.
13050 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
13051 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
13052 Rename parameter PST to SELF. Exchanged two parameters.
13053 (parse_partial_symbols, new_psymtab): Caller update.
13054 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
13055 two parameters.
13056 * psymtab.c (psymtab_to_symtab): Caller update.
13057 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
13058 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
13059 Rename parameter PST to SELF. Exchanged two parameters.
13060 (xcoff_start_psymtab): Caller update.
13061
13062 2013-01-18 Yao Qi <yao@codesourcery.com>
13063
13064 * infrun.c (proceed): Rename local variable 'oneproc' to
13065 'force_step'.
13066
13067 2013-01-17 Doug Evans <dje@google.com>
13068
13069 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
13070 (dw2_build_type_unit_groups): Delete. All uses updated.
13071
13072 * symtab.h (struct symbol_search): Add comment.
13073
13074 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13075
13076 * symtab.c (compare_filenames_for_search): New comment for
13077 HAS_DRIVE_SPEC.
13078
13079 2013-01-17 Tom Tromey <tromey@redhat.com>
13080
13081 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
13082
13083 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13084
13085 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
13086 initialize it by existing make_cleanup. Call new do_cleanups.
13087
13088 2013-01-17 Tom Tromey <tromey@redhat.com>
13089
13090 * cp-abi.c (cp_abi_completer): New function.
13091 (_initialize_cp_abi): Set completer for "set cp-abi".
13092
13093 2013-01-17 Tom Tromey <tromey@redhat.com>
13094
13095 * mem-break.c: Remove obsolete comment.
13096 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
13097
13098 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13099
13100 * jit.c (jit_reader_load_command): Interpret the jit reader name
13101 as an absolute path if it begins with a forward slash.
13102
13103 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13104
13105 PR gdb/14550
13106
13107 * jit.c (finalize_symtab): Ensure that only the global block has a
13108 NULL superblock.
13109
13110 2013-01-17 Pedro Alves <palves@redhat.com>
13111
13112 * acinclude.m4: Include ../config/plugins.m4,
13113 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
13114 * Makefile.in (aclocal_m4_deps): Update.
13115 * aclocal.m4: Renegerate.
13116
13117 2013-01-16 Doug Evans <dje@google.com>
13118
13119 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
13120
13121 2013-01-16 Pedro Alves <palves@redhat.com>
13122 Tom Tromey <tromey@redhat.com>
13123
13124 PR cli/7221:
13125 * NEWS: Add "catch signal".
13126 * breakpoint.c (base_breakpoint_ops): No longer static.
13127 (bpstat_explains_signal): New function.
13128 (init_catchpoint): No longer static.
13129 (base_breakpoint_explains_signal): New function.
13130 (base_breakpoint_ops): Initialize new field.
13131 * breakpoint.h (enum bpstat_signal_value): New.
13132 (struct breakpoint_ops) <explains_signal>: New field.
13133 (bpstat_explains_signal): Remove macro, declare as function.
13134 (base_breakpoint_ops, init_catchpoint): Declare.
13135 * break-catch-sig.c: New file.
13136 * inferior.h (signal_catch_update): Declare.
13137 * infrun.c (signal_catch): New global.
13138 (handle_syscall_event): Update for change to
13139 bpstat_explains_signal.
13140 (handle_inferior_event): Likewise. Always handle random signals
13141 via bpstats.
13142 (signal_cache_update): Check signal_catch.
13143 (signal_catch_update): New function.
13144 (_initialize_infrun): Initialize signal_catch.
13145 * Makefile.in (SFILES): Add break-catch-sig.c.
13146 (COMMON_OBS): Add break-catch-sig.o.
13147
13148 2013-01-16 Tom Tromey <tromey@redhat.com>
13149
13150 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
13151 (print_one_catch_solib, print_one_catch_syscall)
13152 (print_one_catch_exec, print_one_exception_catchpoint): Emit
13153 "catch-type".
13154
13155 2013-01-16 Yao Qi <yao@codesourcery.com>
13156
13157 * printcmd.c (current_display_number): Make it static.
13158
13159 2013-01-16 Yao Qi <yao@codesourcery.com>
13160
13161 * infcmd.c (step_once): Don't check '!single_inst' as it was
13162 checked before.
13163
13164 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13165
13166 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
13167
13168 2013-01-14 Tom Tromey <tromey@redhat.com>
13169
13170 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
13171 set command.
13172 * command.h (add_setshow_string_noescape_cmd): Update.
13173 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
13174 (complete_set_gnutarget): New function.
13175 (_initialize_core): Set the "set gnutarget" completer.
13176
13177 2013-01-14 Tom Tromey <tromey@redhat.com>
13178
13179 PR symtab/14442:
13180 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
13181 (c_type_print_modifier): Likewise.
13182 * dwarf2read.c (read_tag_restrict_type): New function.
13183 (read_type_die_1): Handle DW_TAG_restrict_type.
13184 * gdbtypes.c (make_restrict_type): New function.
13185 (recursive_dump_type): Handle TYPE_RESTRICT.
13186 * gdbtypes.h (enum type_flag_values): Renumber.
13187 (enum type_instance_flag_value): Add
13188 TYPE_INSTANCE_FLAG_RESTRICT.
13189 (TYPE_RESTRICT): New macro.
13190 (make_restrict_type): Declare.
13191
13192 2013-01-14 Tom Tromey <tromey@redhat.com>
13193
13194 PR symtab/14931:
13195 * psymtab.c (struct psymtab_state): New.
13196 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
13197 functions.
13198 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
13199 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
13200
13201 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
13202 Pedro Alves <palves@redhat.com>
13203
13204 PR remote/14786
13205
13206 * remote.c (remote_threads_info): Make a copy of the reply from
13207 qfThreadInfo and use that instead of rs->buf.
13208
13209 2013-01-14 Yao Qi <yao@codesourcery.com>
13210
13211 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
13212 (dbx_psymtab_to_symtab): Likewise.
13213 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
13214 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
13215 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
13216
13217 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13218
13219 * parse.c (parse_exp_in_context): New variable inner_chain. Call
13220 make_cleanup_restore_current_language. Call set_language. Move
13221 OLD_CHAIN and INNER_CHAIN cleanups.
13222 * utils.c (do_restore_current_language)
13223 (make_cleanup_restore_current_language): New functions.
13224 * utils.h (make_cleanup_restore_current_language): New declaration.
13225
13226 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13227
13228 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
13229 non-existing files.
13230
13231 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
13232 non-existing files if FILENAME is already absolute.
13233
13234 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13235
13236 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
13237 fputs_filtered. Append trailing newline.
13238
13239 2013-01-11 Yao Qi <yao@codesourcery.com>
13240 Stan Shebs <stan@codesourcery.com>
13241
13242 * psymtab.c (init_psymbol_list): Clarify the comment.
13243
13244 2013-01-11 Yao Qi <yao@codesourcery.com>
13245
13246 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
13247 (update_dprintf_command_list): Assert that 'printf_line' is
13248 non-null. Remove condition check.
13249
13250 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13251
13252 Code cleanup.
13253 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
13254 type const char *.
13255 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
13256 const char *.
13257 * tui/tui-source.h (tui_source_is_displayed): Likewise.
13258
13259 2013-01-09 Anthony Green <green@moxielogic.com>
13260
13261 * cp-abi.c (cplus_print_vtable): Don't return value from void
13262 function.
13263 * ada-lang.c (re_set_catch_assert): Ditto.
13264
13265 2013-01-09 Doug Evans <dje@google.com>
13266
13267 * symfile.h (quick_symbol_functions): Delete member
13268 pre_expand_symtabs_matching. All uses removed.
13269 * dwarf2read.c (dw2_lookup_symbol): Implement.
13270 (dw2_do_expand_symtabs_matching): Delete.
13271 (dw2_pre_expand_symtabs_matching): Delete.
13272 (struct dw2_symtab_iterator): New type.
13273 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
13274 (dw2_expand_symtabs_for_function): Rewrite.
13275 (dwarf2_gdb_index_functions): Update.
13276 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
13277 (psym_functions): Update.
13278
13279 2013-01-09 Tom Tromey <tromey@redhat.com>
13280
13281 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
13282 * configure: Rebuild.
13283 * configure.ac: Add somread.o to the build if BFD has SOM
13284 support.
13285 * somread.c: Include som/aout.h, not syms.h.
13286 (som_symtab_read): Use som_external_symbol_dictionary_record.
13287 Unpack records manually.
13288 (_initialize_somread): Declare.
13289
13290 2012-01-08 Mike Frysinger <vapier@gentoo.org>
13291
13292 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
13293 Cast return_address to 64bits.
13294
13295 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
13296
13297 * printcmd.c: Remove define of function output_command.
13298 * tracepoint.c: Remove extern of function output_command.
13299 * valprint.h: (output_command): New extern.
13300
13301 2013-01-07 Tom Tromey <tromey@redhat.com>
13302
13303 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
13304 Remove.
13305 (objc_language_defn): Use c_printchar, c_printstr,
13306 c_emit_char.
13307
13308 2013-01-07 Tom Tromey <tromey@redhat.com>
13309
13310 PR cli/7719:
13311 * NEWS: Update.
13312 * ada-valprint.c (printstr, print_field_values): Remove
13313 "inspect_it" code.
13314 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
13315 code.
13316 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
13317 code.
13318 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
13319 * main.c (captured_main): Remove "epoch" argument.
13320 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
13321 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
13322 * p-valprint.c (pascal_object_print_value_fields): Remove
13323 "inspect_it" code.
13324 * printcmd.c (print_command_1): Remove 'inspect' argument.
13325 (print_command, call_command): Update.
13326 (inspect_command): Remove.
13327 (_initialize_printcmd): Make "inspect" an alias for "print".
13328 * top.c (epoch_interface): Remove.
13329 * top.h (epoch_interface): Remove.
13330 * valprint.c (user_print_options): Update.
13331 (print_converted_chars_to_obstack): Remove "inspect_it" code.
13332 * valprint.h (struct value_print_options) <inspect_it>: Remove
13333 field.
13334
13335 2013-01-04 Tom Tromey <tromey@redhat.com>
13336
13337 * valprint.h (read_string): Add 'extern'.
13338
13339 2013-01-07 Joel Brobecker <brobecker@adacore.com>
13340
13341 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
13342 used to decide whether to define darwin_read_dyld_info or not.
13343
13344 2013-01-03 Pierre Muller <muller@sourceware.org>
13345
13346 * main.c (relocate_gdb_directory): Avoid calling stat function
13347 if DIR is empty.
13348
13349 2013-01-03 Yao Qi <yao@codesourcery.com>
13350
13351 * psymtab.c (fixup_psymbol_section): Update declaration.
13352 (fixup_psymbol_section): Remove code returning value.
13353
13354 2013-01-03 Yao Qi <yao@codesourcery.com>
13355
13356 * symtab.h: Remove some out of date comments.
13357 (enum exception_event_kind): Move it ...
13358 * breakpoint.c: ... here.
13359
13360 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
13361
13362 PR gdb/14405
13363 * darwin-nat.c (darwin_read_dyld_info): Only build if
13364 TASK_DYLD_INFO_COUNT is defined.
13365 (darwin_xfer_partial): Call darwin_read_dyld_info only if
13366 TASK_DYLD_INFO_COUNT is defined.
13367
13368 2013-01-02 Tom Tromey <tromey@redhat.com>
13369
13370 * symfile.h (struct ecoff_debug_hack): Remove.
13371 * objfiles.c: Don't include mdebugread.h.
13372
13373 2013-01-02 Tom Tromey <tromey@redhat.com>
13374
13375 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
13376 * configure.ac: Check for Mach-O support in BFD. Update
13377 CONFIG_OBS.
13378 * configure: Rebuild.
13379
13380 2013-01-02 Tom Tromey <tromey@redhat.com>
13381
13382 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
13383 * configure.ac: Use GDB_AC_CHECK_BFD.
13384 * configure: Rebuild.
13385
13386 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
13387
13388 * MAINTAINERS: Update my email.
13389
13390 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13391
13392 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
13393
13394 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13395
13396 * rs6000-nat.c (bss_data_overlap): New function.
13397 (vmap_symtab): Use it to adjust the .bss section's offset.
13398
13399 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13400
13401 Update year range in copyright notice of all files.
13402
13403 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
13404
13405 * top.c (print_gdb_version): Update copyright year.
13406
13407 For older changes see ChangeLog-2012.
13408 \f
13409 Local Variables:
13410 mode: change-log
13411 left-margin: 8
13412 fill-column: 74
13413 version-control: never
13414 coding: utf-8
13415 End: