* dwarf2read.c (lookup_dwo_cutu): Include name of dwp file in
[binutils-gdb.git] / gdb / ChangeLog
1 2013-12-11 Doug Evans <dje@google.com>
2
3 * dwarf2read.c (lookup_dwo_cutu): Include name of dwp file in
4 "can't find DWO" warning.
5
6 2013-12-11 Sergio Durigan Junior <sergiodj@redhat.com>
7
8 * break-catch-throw.c (fetch_probe_arguments): Pass selected frame
9 to get_probe_argument_count and evaluate_probe_argument.
10 * probe.c (get_probe_argument_count): Adjust declaration to accept
11 frame. Pass frame to probe_ops's get_probe_argument_count.
12 (evaluate_probe_argument): Likewise, for evaluate_probe_argument.
13 (probe_safe_evaluate_at_pc): Pass frame to
14 get_probe_argument_count and evaluate_probe_argument.
15 * probe.h (struct probe_ops) <get_probe_argument_count,
16 evaluate_probe_argument>: Adjust declarations to accept frame.
17 (get_probe_argument_count, evaluate_probe_argument): Likewise.
18 * solib-svr4.c (solib_event_probe_action): Get current frame.
19 Pass it to get_probe_argument_count.
20 (svr4_handle_solib_event): Get current frame. Pass it to
21 get_probe_argument_count and evaluate_probe_argument.
22 * stap-probe.c (stap_parse_probe_arguments): Adjust declaration to
23 accept gdbarch. Do not obtain it from the probe's objfile.
24 (stap_get_probe_argument_count): Adjust declaration to accept
25 frame. Obtain gdbarch from the frame. Call generic
26 can_evaluate_probe_arguments. Pass gdbarch to
27 stap_parse_probe_arguments.
28 (stap_get_arg): Adjust declaration to accept gdbarch. Pass it to
29 stap_parse_probe_arguments.
30 (stap_evaluate_probe_argument): Adjust declaration to accept
31 frame. Obtain gdbarch from the frame. Pass gdbarch to
32 stap_get_arg.
33 (stap_compile_to_ax): Pass agent_expr's gdbarch to stap_get_arg.
34 (compute_probe_arg): Obtain gdbarch from frame. Pass frame to
35 get_probe_argument_count and evaluate_probe_argument.
36
37 2013-12-10 Doug Evans <dje@google.com>
38
39 PR 16286
40 * c-lang.c (c_get_string): Ignore the declared size of the object
41 if a specific length is requested.
42
43 2013-12-10 Doug Evans <dje@google.com>
44
45 * interps.h (interp_exec_p): Delete.
46 * interps.c (interp_exec_p): Delete.
47 (interp_exec): Update. Assert interp->procs->exec_proc != NULL.
48 * mi/mi-interp.c (mi_cmd_interpreter_exec): Update.
49
50 2013-12-10 Yao Qi <yao@codesourcery.com>
51
52 * amd64-tdep.c (amd64_analyze_stack_align): Call
53 target_read_code instead of target_read_memory.
54 (amd64_analyze_prologue): Call read_code_unsigned_integer
55 instead of read_memory_unsigned_integer. Call read_code
56 instead of read_memory.
57 (amd64_skip_xmm_prologue): Likewise.
58
59 2013-12-10 Yao Qi <yao@codesourcery.com>
60
61 * corefile.c (read_code): New function.
62 (read_code_integer): New function.
63 (read_code_unsigned_integer): New function.
64 * gdbcore.h (read_code): Declare.
65 (read_code_integer): Declare.
66 (read_code_unsigned_integer): Declare.
67 * i386-tdep.c (i386_follow_jump): Call target_read_code instead
68 of target_read_memory. Call read_code_unsigned_integer instead
69 of read_memory_unsigned_integer.
70 (i386_analyze_struct_return): Likewise.
71 (i386_skip_probe): Likewise.
72 (i386_analyze_stack_align): Likewise.
73 (i386_match_pattern): Likewise.
74 (i386_skip_noop): Likewise.
75 (i386_analyze_frame_setup): Likewise.
76 (i386_analyze_register_saves): Likewise.
77 (i386_skip_prologue): Likewise.
78 (i386_skip_main_prologue): Likewise.
79 (i386_frame_cache_1): Likewise.
80
81 2013-12-10 Yao Qi <yao@codesourcery.com>
82
83 * infrun.c: Include "target-dcache.h".
84 (prepare_for_detach): Call target_dcache_invalidate.
85 (wait_for_inferior): Likewise.
86 (fetch_inferior_event): Likewise.
87 (infrun_thread_stop_requested_callback): Likewise. Set
88 overlay_cache_invalid to 1.
89
90 2013-12-10 Joel Brobecker <brobecker@adacore.com>
91
92 * symtab.c (symbol_find_demangled_name): Add handling of
93 Ada symbols.
94
95 2013-12-10 Joel Brobecker <brobecker@adacore.com>
96
97 * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
98 * NEWS: Expand the entry documenting the new -exec-run --start
99 option to mention the corresponding new entry in the output of
100 "-list-features".
101
102 2013-12-10 Joel Brobecker <brobecker@adacore.com>
103
104 * windows-nat.c (handle_load_dll): Add comments.
105 (windows_ensure_ntdll_loaded): New function.
106 (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded.
107 Add FIXME comment.
108
109 2013-12-08 Joel Brobecker <brobecker@adacore.com>
110
111 GDB 7.6.2 released.
112
113 2013-12-08 Yao Qi <yao@codesourcery.com>
114
115 * stack.c (frame_info): Initialize variable caller_pc.
116
117 2013-12-06 Pedro Alves <palves@redhat.com>
118
119 * frame.c (enum cached_copy_status): New enum.
120 (struct frame_info) <prev_pc.p>: Change type to enum
121 cached_copy_status.
122 (fprint_frame): Handle not saved and unavailable prev_pc values.
123 (frame_unwind_pc_if_available): Delete and merge contents into ...
124 (frame_unwind_pc): ... here. Handle OPTIMIZED_OUT_ERROR. Adjust
125 to use enum cached_copy_status.
126 (frame_unwind_caller_pc_if_available): Delete.
127 (create_new_frame): Adjust.
128 * frame.h (frame_unwind_caller_pc_if_available): Delete
129 declaration.
130 * stack.c (frame_info): Use frame_unwind_caller_pc instead of
131 frame_unwind_caller_pc_if_available, and handle
132 NOT_AVAILABLE_ERROR and OPTIMIZED_OUT_ERROR errors.
133 * valprint.c (val_print_optimized_out): Use val_print_not_saved.
134 (val_print_not_saved): New function.
135 * valprint.h (val_print_not_saved): Declare.
136
137 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
138 Pedro Alves <palves@redhat.com>
139
140 * exceptions.h (errors): Add OPTIMIZED_OUT_ERROR.
141 * dwarf2loc.c (write_pieced_value): Throw OPTIMIZED_OUT_ERROR.
142 * frame.c (frame_unwind_register): Throw OPTIMIZED_OUT_ERROR.
143 * spu-tdep.c (spu_software_single_step): Throw
144 OPTIMIZED_OUT_ERROR.
145 * valops.c (value_assign): Throw OPTIMIZED_OUT_ERROR.
146
147 2013-12-06 Tom Tromey <tromey@redhat.com>
148
149 * objfiles.c (free_objfile): Update comment.
150
151 2013-12-06 Tom Tromey <tromey@redhat.com>
152
153 * objfiles.h (objfile_to_front): Remove.
154 * objfiles.c (objfile_to_front): Remove.
155
156 2013-12-06 Tom Tromey <tromey@redhat.com>
157
158 * minsyms.c (get_symbol_leading_char): Remove unnecessary
159 declaration.
160
161 2013-12-06 Tom Tromey <tromey@redhat.com>
162
163 * psympriv.h (struct partial_symtab) <user>: Move earlier.
164
165 2013-12-06 Tom Tromey <tromey@redhat.com>
166
167 * cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
168 (list_command): Likewise.
169
170 2013-12-06 Tom Tromey <tromey@redhat.com>
171
172 * psymtab.c (allocate_psymtab): Put the filename in the filename
173 bcache.
174
175 2013-12-06 Tom Tromey <tromey@redhat.com>
176
177 * buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
178 * symtab.h (struct symtab) <dirname>: Now const.
179
180 2013-12-06 Tom Tromey <tromey@redhat.com>
181
182 * symfile.c (allocate_symtab): Remove cast.
183 * symtab.h (struct symtab) <filename>: Now const.
184
185 2013-12-06 Tom Tromey <tromey@redhat.com>
186
187 * break-catch-throw.c (fetch_probe_arguments): Use
188 get_probe_argument_count and evaluate_probe_argument.
189 * elfread.c (elf_get_probe_argument_count)
190 (elf_can_evaluate_probe_arguments, elf_evaluate_probe_argument)
191 (elf_compile_to_ax): Remove.
192 (elf_probe_fns): Update.
193 * probe.c (get_probe_argument_count, can_evaluate_probe_arguments)
194 (evaluate_probe_argument): Call method on probe, not via sym
195 functions.
196 * stap-probe.c (compute_probe_arg): Use get_probe_argument_count,
197 evaluate_probe_argument.
198 (compile_probe_arg): Use get_probe_argument_count. Call method on
199 probe, not via sym functions.
200 * symfile-debug.c (debug_sym_get_probe_argument_count)
201 (debug_can_evaluate_probe_arguments)
202 (debug_sym_evaluate_probe_argument, debug_sym_compile_to_ax):
203 Remove.
204 (debug_sym_probe_fns): Remove.
205 * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
206 can_evaluate_probe_arguments, sym_evaluate_probe_argument,
207 sym_compile_to_ax>: Remove fields.
208
209 2013-12-06 Pierre Muller <muller@sourceware.org>
210
211 Fix completion for pascal language.
212 * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
213 (exp : field_exp name COMPLETE): New rule.
214 (exp : SIZEOF): Set correct current_type.
215 (last_was_structop): Remove static variable.
216 (yylex): Remove saw_structop local variable.
217 Adapt code to removal of variables above.
218
219 2013-12-06 Joel Brobecker <brobecker@adacore.com>
220
221 * frame.c (get_prev_frame_1): Delete variable "this_id".
222 Replace its use by a call to get_frame_id.
223
224 2013-12-05 Anthony Green <green@moxielogic.com>
225
226 * moxie-tdep.c (moxie_software_single_step): New function.
227 (INST2OFFSET): New helper macro.
228 (moxie_gdbarch_init): Call set_gdbarch_software_single_step.
229 (moxie_process_readu): Move this up in the file.
230
231 2013-12-05 Doug Evans <xdje42@gmail.com>
232
233 * auto-load.c (load_auto_scripts_for_objfile): Add some comments.
234
235 2013-12-05 Joel Brobecker <brobecker@adacore.com>
236 Tristan Gingold <gingold@adacore.com>
237
238 * amd64-windows-tdep.c (amd64_windows_frame_decode_insns):
239 Accept version 2. Ignore operations using opcode 6.
240
241 2013-12-05 Joel Brobecker <brobecker@adacore.com>
242
243 * ada-lex.l (find_dot_all): Fix coding style violations.
244
245 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
246
247 * NEWS: Add section for Intel(R) Architecture Instructions
248 Extesions mentioning MPX.
249
250 2013-12-03 Joel Brobecker <brobecker@adacore.com>
251
252 * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
253
254 2013-12-03 Joel Brobecker <brobecker@adacore.com>
255
256 * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
257 when parse_exp_1 threw an error. Add comment.
258
259 2013-12-03 Joel Brobecker <brobecker@adacore.com>
260
261 * NEWS: Mention "-list-features" in the entry documenting
262 the support for the "--language" option.
263
264 2013-12-03 Tom Tromey <tromey@redhat.com>
265 Jan Kratochvil <jan.kratochvil@redhat.com>
266 Doug Evans <dje@google.com>
267 Samuel Bronson <naesten@gmail.com>
268
269 Bring back gdb-add-index as a contrib script.
270 * contrib/gdb-add-index.sh: New file.
271 * NEWS: Note the addition.
272
273 2013-12-03 Samuel Bronson <naesten@gmail.com>
274
275 * MAINTAINERS (Write After Approval): Add myself to the list.
276
277 2013-12-03 Joel Brobecker <brobecker@adacore.com>
278
279 * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
280
281 2013-12-03 Joel Brobecker <brobecker@adacore.com>
282
283 * mi/mi-main.c: Remove trailing spaces throughout.
284
285 2013-12-03 Pedro Alves <palves@redhat.com>
286 Joel Brobecker <brobecker@adacore.com>
287
288 * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
289 * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
290 of a regular error when the GDB/MI command does not exist.
291 * mi/mi-main.c (mi_cmd_list_features): Add
292 "undefined-command-error-code".
293 (mi_print_exception): Print an "undefined-command"
294 error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
295 * NEWS: Add entry documenting the new "code" variable in
296 "^error" result records.
297
298 2013-12-03 Joel Brobecker <brobecker@adacore.com>
299
300 * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
301 * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
302 * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
303 * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
304 field to output of "-list-features".
305
306 * NEWS: Add entry for new -info-gdb-mi-command.
307
308 2013-12-02 Doug Evans <dje@google.com>
309 Jan Kratochvil <jan.kratochvil@redhat.com>
310
311 * objfiles.c (allocate_objfile): Save original_name as an absolute
312 path.
313 * objfiles.h (struct objfile): Expand comment on original_name.
314 * source.c (openp): Call gdb_abspath.
315 * utils.c (gdb_abspath): New function.
316 * utils.h (gdb_abspath): Declare.
317
318 2013-12-02 Pedro Alves <palves@redhat.com>
319
320 * dcache.c (dcache_read_line): Use target_read_raw_memory.
321 * target.c (target_read_raw_memory): New function.
322 (target_read_stack, target_write_memory, target_write_raw_memory):
323 Update comment.
324 (target_read_code): Add comment.
325 * target.h (target_read_raw_memory): Declare.
326
327 2013-12-02 Pedro Alves <palves@redhat.com>
328
329 * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
330 unconditionally.
331
332 2013-12-02 Pedro Alves <pedro@codesourcery.com>
333 Maciej W. Rozycki <macro@codesourcery.com>
334
335 * remote.c (putpkt_for_catch_errors): Remove function.
336 (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
337 gracefully.
338
339 2013-12-02 Pedro Alves <palves@redhat.com>
340
341 PR remote/15974
342 * remote-notif.c (handle_notification): Return early if no
343 notification is found.
344
345 2013-12-02 Joel Brobecker <brobecker@adacore.com>
346
347 * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
348 preprocessor check.
349
350 2013-12-02 Joel Brobecker <brobecker@adacore.com>
351
352 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
353
354 2013-12-02 Joel Brobecker <brobecker@adacore.com>
355
356 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
357 * ctf.c (ctf_start): Remove obsolete comment.
358
359 2013-12-02 Joel Brobecker <brobecker@adacore.com>
360
361 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
362
363 2013-11-30 Doug Evans <xdje42@gmail.com>
364
365 * auto-load.h (script_language): New members name, auto_load_enabled.
366 Add missing comments on struct members.
367 (auto_load_objfile_script): Delete.
368 * auto-load.c: #include "cli/cli-cmds.h".
369 (auto_load_gdb_scripts_enabled): New function.
370 (script_language_gdb): Update, add new members.
371 (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
372 and call to maybe_add_script moved to caller.
373 (auto_load_objfile_script_1): Auto-load safe-checking and
374 call to maybe_add_script moved here.
375 (auto_load_objfile_script): Make static. Early exit if support for
376 scripting language hasn't been compiled in, or auto-loading has been
377 disabled.
378 (source_section_scripts): Argument "source_name" renamed to
379 "section_name". All uses updated. Replace uses of AUTO_SECTION_NAME
380 with section_name. Skip loading script if support for scripting
381 language hasn't been compiled in, or auto-loading has been disabled.
382 Call language->source_script_for_objfile instead of calling
383 source_python_script_for_objfile directly.
384 (load_auto_scripts_for_objfile): Update.
385 * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
386 (gdbpy_load_auto_script_for_objfile): Delete.
387 (auto_load_python_scripts_enabled): New function.
388 (script_language_python): Update, add new members.
389 (gdbpy_script_language_defn): New function.
390 * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
391 (gdbpy_script_language_defn): Declare.
392
393 * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
394 py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
395 (source_section_scripts): Moved here from py-auto-load.c.
396 (auto_load_section_scripts): Ditto.
397 * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
398 auto-load.c, renamed AUTO_SECTION_NAME.
399 (source_section_scripts, auto_load_section_scripts): Moved to
400 auto-load.c.
401
402 2013-11-30 Yao Qi <yao@codesourcery.com>
403
404 * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
405
406 2013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
407
408 * gdbarch.sh: Remove include of "gdb_string.h", replace by
409 <string.h>.
410
411 2013-11-29 Doug Evans <xdje42@gmail.com>
412
413 * python/py-auto-load.c (source_section_scripts): Move comment to
414 more relevant location.
415
416 Whitespace cleanup.
417 * python/py-breakpoint.c: Remove trailing whitespace.
418 * python/py-cmd.c: Ditto.
419 * python/py-evts.c: Ditto.
420 * python/py-finishbreakpoint.c: Ditto.
421 * python/py-frame.c: Ditto.
422 * python/py-function.c: Ditto.
423 * python/py-inferior.c: Ditto.
424 * python/py-infthread.c: Ditto.
425 * python/py-param.c: Ditto.
426 * python/py-prettyprint.c: Ditto.
427 * python/py-symbol.c: Ditto.
428 * python/py-type.c: Ditto.
429 * python/py-utils.c: Ditto.
430 * python/py-value.c: Ditto.
431 * python/python-internal.h: Ditto.
432 * python/python.c: Ditto.
433
434 2013-11-29 Pedro Alves <palves@redhat.com>
435
436 * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
437
438 2013-11-29 Pedro Alves <palves@redhat.com>
439
440 * breakpoint.c (build_target_condition_list): Release previous
441 conditions.
442 (build_target_command_list): Release previous commands.
443 (bp_location_dtor): Release target conditions and commands.
444 * remote.c (remote_add_target_side_condition): Don't release
445 conditions.
446 (remote_add_target_side_commands): Don't release commands.
447
448 2013-11-29 Yao Qi <yao@codesourcery.com>
449 Pedro Alves <palves@redhat.com>
450
451 * dcache.c (dcache_read_line): Use current_target.beneath
452 instead of &current_target.
453 * target.c (memory_xfer_partial_1): Factor code out to ...
454 (raw_memory_xfer_partial): ... it. New function.
455 (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
456 is TARGET_OBJECT_RAW_MEMORY.
457
458 2013-11-28 Doug Evans <xdje42@gmail.com>
459
460 * breakpoint.h (gdbpy_breakpoint_object): Renamed from
461 breakpoint_object. All uses updated.
462 * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
463 breakpoint_object. All uses updated.
464 * python.c (*): All uses of breakpoint_object updated.
465 * python.h (*): All uses of breakpoint_object updated.
466 * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
467 * python/py-finishbreakpoint.c (*): Ditto.
468
469 2013-11-28 Doug Evans <xdje42@gmail.com>
470
471 * configure.ac: Add comments delineating libpython and libmcheck.
472 * configure: Regenerate.
473
474 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
475 Pedro Alves <palves@redhat.com>
476
477 * valprint.c (value_check_printable): If the value is entirely
478 unavailable, print a single "<unavailable>" instead of printing
479 all subfields.
480
481 2013-11-28 Pedro Alves <palves@redhat.com>
482
483 * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
484 Add "set debug frame" output.
485 (frame_stop_reason_symbol_string): New function.
486
487 2013-11-28 Pedro Alves <palves@redhat.com>
488
489 * frame-unwind.c (default_frame_unwind_stop_reason): Return
490 UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
491 * frame.c (get_prev_frame_1): Remove outer_frame_id check.
492
493 2013-11-28 Pedro Alves <palves@redhat.com>
494
495 * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
496 set the unwind stop reason to UNWIND_OUTERMOST, not
497 UNWIND_NULL_ID. Remove explicit check for sentinel frame.
498
499 2013-11-28 Pedro Alves <palves@redhat.com>
500
501 * frame.c (frame_unwind_register): Say the register was "not
502 saved" instead of "optimized out".
503
504 2013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
505
506 PR 16152
507 * configure: Rebuild.
508 * configure.ac: Tighten cygwin detection check.
509
510 2013-11-27 Pedro Alves <palves@redhat.com>
511
512 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
513 register in the previous frame's arch.
514
515 2013-11-27 Pedro Alves <palves@redhat.com>
516
517 * frame-unwind.c (frame_unwind_got_optimized): Return
518 an lval_register value instead of a not_lval value.
519
520 2013-11-27 Andrew Burgess <aburgess@broadcom.com>
521
522 * frame.c: Include "valprint.h".
523 (frame_unwind_register_value): Use value_optimized_out.
524 * value.c (value_fetch_lazy): Likewise.
525
526 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
527
528 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
529
530 2013-11-26 Tom Tromey <tromey@redhat.com>
531
532 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
533 2013-11-22.
534
535 2013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
536
537 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
538 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
539 (HAS_MPX): New macro.
540 (HAS_AVX): New macro.
541 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
542
543 2013-11-25 Keith Seitz <keiths@redhat.com>
544
545 PR c++/14819
546 * c-exp.y (classify_inner_name): If no matching symbol was
547 found, try looking up the token as a base class.
548 Likewise if a constructor was found.
549 * cp-namespace.c (find_type_baseclass_by_name): New function.
550 * cp-support.h (find_type_baseclass_by_name): Declare.
551 * valops.c (value_struct_elt_for_reference): If we get
552 a non-static field, try to get a value based on the
553 current instance, if any.
554
555 2013-11-24 Yao Qi <yao@codesourcery.com>
556
557 * disasm.c (dis_asm_read_memory): Call target_read_code
558 instead of target_read_memory.
559
560 2013-11-24 Yao Qi <yao@codesourcery.com>
561
562 * NEWS: Add note on new "set code-cache" option.
563 * target-dcache.c (code_cache_enabled_1): New variable.
564 (code_cache_enabled): New variable.
565 (show_code_cache, set_code_cache): New function.
566 (code_cache_enabled_p): New function.
567 (_initialize_target_dcache): Register command.
568 * target-dcache.h (code_cache_enabled_p): Declare.
569 * target.c (memory_xfer_partial_1):Handle
570 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
571 (target_read_code): New function.
572 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
573 New.
574 (target_read_code): Declare.
575
576 2013-11-24 Yao Qi <yao@codesourcery.com>
577
578 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
579 (stack_cache_enabled_1): ... this. New variable.
580 (stack_cache_enabled_p): Rename to ...
581 (stack_cache_enabled): ... this. New variable.
582 (set_stack_cache_enabled_p): Rename to ...
583 (set_stack_cache): ... this. Update caller.
584 (show_stack_cache_enabled_p): Rename to ...
585 (show_stack_cache): ... this. Update caller.
586 (stack_cache_enabled): Rename to ...
587 (stack_cache_enabled_p): ... this. Update caller.
588 (_initialize_target_dcache): Replace "data cache" with
589 "target memory cache".
590 * target-dcache.h (stack_cache_enabled): Remove declaration.
591 (stack_cache_enabled_p): Add declaration.
592
593 2013-11-23 Doug Evans <xdje42@gmail.com>
594
595 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
596 superfluous.
597
598 2013-11-23 Doug Evans <xdje42@gmail.com>
599
600 * python/py-frame.c (frapy_block): Fix error message text.
601
602 2013-11-23 Doug Evans <xdje42@gmail.com>
603
604 * cli/cli-script.c (multi_line_command_p): New function.
605 (recurse_read_control_structure, read_command_lines_1): Call it.
606 (execute_control_command): Consistently have a blank line between
607 each case.
608
609 2013-11-22 Sterling Augustine <saugustine@google.com>
610
611 PR gdb/16196:
612 * valprint.c (read_string): Set new variable fetchlen based on
613 fetchlimit and size. Use it in call to partial_memory_read.
614 Update comment.
615
616 2013-11-22 Tom Tromey <tromey@redhat.com>
617
618 PR backtrace/16155:
619 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
620 the return address column is unspecified.
621
622 2013-11-22 Tom Tromey <tromey@redhat.com>
623 Pedro Alves <palves@redhat.com>
624
625 PR backtrace/16155
626 * value.c (value_fetch_lazy): Internal error if
627 get_frame_register_value returns the same register.
628
629 2013-11-22 Pedro Alves <palves@redhat.com>
630 Tom Tromey <tromey@redhat.com>
631
632 * frame.c (frame_stash_add): Now returns whether a frame with the
633 same ID was already known.
634 (compute_frame_id): New function, factored out from get_frame_id.
635 (get_frame_id): No longer lazilly compute the frame id here.
636 (get_prev_frame_if_no_cycle): New function. Detects wider stack
637 cycles.
638 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
639 and checking for stack cycles here.
640
641 2013-11-22 Pedro Alves <palves@redhat.com>
642
643 PR 16155
644 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
645 this frame and the new previous frame, not between this frame and
646 the next frame.
647
648 2013-11-22 Pedro Alves <palves@redhat.com>
649
650 PR 16155
651 * dwarf2-frame.c (struct dwarf2_frame_cache)
652 <checked_tailcall_bottom, entry_cfa_sp_offset,
653 entry_cfa_sp_offset_p>: New fields.
654 (dwarf2_frame_cache): Adjust to use the new cache fields instead
655 of locals. Don't call dwarf2_tailcall_sniffer_first here.
656 (dwarf2_frame_prev_register): Call it here, but only once.
657
658 2013-11-21 Doug Evans <xdje42@gmail.com>
659
660 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
661 (type_equality_entry): Move here from python/py-type.c.
662 (type_equality_entry_d): Ditto.
663 (compare_maybe_null_strings, check_types_equal): Ditto.
664 (check_types_worklist, types_deeply_equal): Ditto.
665 * gdbtypes.h (types_deeply_equal): Declare.
666 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
667 (typy_richcompare): Update.
668
669 2013-11-20 Joel Brobecker <brobecker@adacore.com>
670
671 * python/py-value.c (is_intlike): Delete.
672 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
673 by use of is_integral_type.
674 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
675 by use of is_integral_type and check for TYPE_CODE_PTR.
676
677 2013-11-20 Tom Tromey <tromey@redhat.com>
678
679 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
680 strerror module.
681 * gnulib/aclocal.m4: Update.
682 * gnulib/config.in: Update.
683 * gnulib/configure: Update.
684 * gnulib/import/Makefile.am: Update.
685 * gnulib/import/Makefile.in: Update.
686 * gnulib/import/errno.in.h: Remove.
687 * gnulib/import/intprops.h: Remove.
688 * gnulib/import/m4/errno_h.m4: Remove.
689 * gnulib/import/m4/gnulib-cache.m4: Update.
690 * gnulib/import/m4/gnulib-comp.m4: Update.
691 * gnulib/import/m4/strerror.m4: Remove.
692 * gnulib/import/m4/sys_socket_h.m4: Remove.
693 * gnulib/import/strerror-override.c: Remove.
694 * gnulib/import/strerror-override.h: Remove.
695 * gnulib/import/strerror.c: Remove.
696 * gnulib/update-gnulib.sh: Update.
697
698 2013-11-20 Yao Qi <yao@codesourcery.com>
699
700 * target-dcache.c (target_dcache_get_or_init): Call
701 set_address_space_data if 'dcache' is NULL.
702
703 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
704
705 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
706
707 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
708
709 * python/lib/gdb/command/bound_register.py: New file.
710 * data-directory/Makefile.in: Copy bond_register.py to the right path
711 to be initialized at gdb startup.
712
713 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
714
715 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
716 Add MPX registers.
717 (amd64_linux_read_description): Add initialization for MPX and
718 AVX independently.
719 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
720 (amd64_linux_gregset_reg_offset): Add MPX registers.
721 (amd64_linux_core_read_description): Add initialization for MPX
722 registers.
723 (_initialize_amd64_linux_tdep): Initialize MPX targets.
724 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
725 register on the list.
726 (tdesc_amd64_mpx_linux) Add new target for MPX.
727 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
728 (amd64_mpx_names): MPX register names.
729 (amd64_init_abi): Add MPX register while initializing the ABI.
730 (_initialize_amd64_tdep): Initialize MPX targets.
731 * amd64-tdep.h (amd64_regnum): Add MPX registers.
732 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
733
734 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
735
736 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
737 registers on the range of registers to be read from
738 xsave buffer.
739 (i386_linux_read_description): Add case for MPX.
740 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
741 (i386_linux_gregset_reg_offset): Add MPX registers.
742 (i386_linux_core_read_description): Initialize also MPX.
743 (_initialize_i386_linux_tdep): Add mpx initialization.
744 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
745 mpx_register_names.
746 (i386_regnum): Add MPX registers.
747 (I386_MPX_NUM_REGS): New macro.
748 (i386_bnd_regnum_p): New function.
749 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
750 number of registers to be the number of BNDSTATUS.
751 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
752 * i386-tdep.c: Include features/i386/i386-mpx.c.
753 (i386_mpx_names): Add MPX register names array.
754 (i386_bnd_names): Add bnd pseudo register names array.
755 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
756 registers.
757 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
758 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
759 registers.
760 (i386_bnd_type): New function.
761 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
762 register types.
763 (i386_pseudo_register_read_into_value): Add bnd case.
764 (i386_pseudo_register_write): Add bnd pseudo registers.
765 (i386_register_reggroup_p): Add MPX register to the group all.
766 (i386_validate_tdesc_p): Add MPX to the target description
767 validation.
768 (i386_pseudo_register_name): Add bnd pseudo registers.
769 (i386_gdbarch_init): Add MPX for architecture initialization.
770 (_initia_initialize_i386_tdep): Add mpx initialization.
771 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
772 XSAVE buffer.
773 (XSAVE_MPX_ADDR): New macro.
774 (i387_supply_xsave): Add MPX case.
775 (i387_collect_xsave): Add MPX case.
776 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
777 (I387_BNDCFGU_REGNUM): New macro.
778 (I387_NUM_MPX_REGS): New macro.
779 (I387_NUM_BND_REGS): New macro.
780 (I387_NUM_MPX_CTRL_REGS): New macro.
781 (I387_MPXEND_REGNUM): New macro.
782 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
783 (I386_XSTATE_BNDCFG): Likewise.
784 (I386_XSTATE_MPX_MASK): Likewise.
785 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
786 (I386_XSTATE_BNDREGS_SIZE): New macro.
787 (I386_XSTATE_BNDCFG_SIZE): Likewise.
788 (I386_XSTATE_SIZE): Adapt for MPX.
789 (I386_XSTATE_MAX_SIZE): Likewise.
790
791 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
792
793 * features/i386/Makefile: Adapts for using MPX registers.
794 * features/i386/32bit-mpx.xml: New file.
795 * features/i386/64bit-mpx.xml: Likewise.
796 * features/i386/amd64-mpx-linux.c: Likewise.
797 * features/i386/amd64-mpx-linux.xml: Likewise.
798 * features/i386/amd64-mpx.c: Likewise.
799 * features/i386/amd64-mpx.xml: Likewise.
800 * features/i386/i386-mpx-linux.c: Likewise.
801 * features/i386/i386-mpx-linux.xml: Likewise.
802 * features/i386/i386-mpx.c: Likewise.
803 * features/i386/i386-mpx.xml: Likewise.
804 * regformats/i386/amd64-mpx-linux.dat: New file.
805 * regformats/i386/amd64-mpx.dat: Likewise.
806 * regformats/i386/i386-mpx-linux.dat: Likewise.
807 * regformats/i386/i386-mpx.dat: Likewise.
808
809 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
810
811 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
812 Modified logic of creating a bitfield to be in sync with
813 tdesc_gdb_type.
814
815 2013-11-20 Will Newton <will.newton@linaro.org>
816
817 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
818 error message.
819
820 2013-11-20 Yao Qi <yao@codesourcery.com>
821
822 * progspace.h (struct address_space_data): Declare.
823 * target-dcache.c: Include "progspace.h".
824 (target_dache): Remove.
825 (target_dcache_aspace_key): New.
826 (target_dcache_cleanup): New function.
827 (target_dcache_init_p): Get data through
828 target_dcache_aspace_key.
829 (target_dcache_invalidate): Likewise.
830 (target_dcache_get): Likewise.
831 (target_dcache_get_or_init): Likewise.
832 (_initialize_target_dcache): Initialize
833 target_dcache_aspace_key.
834
835 2013-11-20 Yao Qi <yao@codesourcery.com>
836
837 * progspace.c (struct address_space): Update comments.
838 <REGISTRY_FIELDS>: New fields.
839 DEFINE_REGISTRY for address_space.
840 (new_address_space): Call address_space_alloc_data.
841 (free_address_space): Call address_space_free_data.
842 * progspace.h: Use DECLARE_REGISTRY.
843
844 2013-11-20 Yao Qi <yao@codesourcery.com>
845
846 * Makefile.in (SFILES):Add target-dcache.c.
847 (HFILES_NO_SRCDIR): Add target-dcache.h.
848 (COMMON_OBS): Add target-dcache.o.
849 * dcache.c: Remove inclusion to "target.h". Include
850 "target-dcache.h".
851 * memattr.c: Include "target-dcache.h".
852 * top.c: Likewise.
853 * tracepoint.c: Likewise.
854 * target.c: (stack_cache_enabled_p_1): Move to
855 target-dcache.c.
856 (stack_cache_enabled_p): Likewise.
857 (set_stack_cache_enabled_p): Likewise.
858 (show_stack_cache_enabled_p): Likewise.
859 (target_dcache, target_dcache_init_p): Likewise.
860 (target_dcache_invalidate): Likewise.
861 (target_dcache_get, target_dcache_get_or_init): Likewise.
862 (memory_xfer_partial_1): Call function stack_cache_enabled.
863 (initialize_target): Move code to target-dcache.c.
864 * target.h (target_dcache_invalidate): Move to
865 target-dcache.h.
866 (target_dcache_get): Likewise.
867 * target-dcache.c: New.
868 * target-dcache.h: New.
869
870 2013-11-20 Yao Qi <yao@codesourcery.com>
871
872 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
873 it is initialized.
874
875 2013-11-20 Yao Qi <yao@codesourcery.com>
876
877 * dcache.c (last_cache): Remove.
878 (dcache_free, dcache_init): Update.
879 (dcache_update):
880 (dcache_print_line): Add parameter 'dcache'. Replace
881 'target_dcache' with 'dcache'.
882 (dcache_info): Move code to dcache_info_1. Call
883 'dcache_info_1'.
884 (dcache_info_1): New function.
885 (set_dcache_size): Call target_dcache_invalidate.
886 (set_dcache_line_size): Call target_dcache_invalidate.
887 * target.c (target_dcache_init_p): New function.
888 (target_dcache_invalidate): Check target_dcache_init_p first.
889 (target_dcache_get, target_dcache_get_or_init): New function.
890 (memory_xfer_partial_1): Adjust.
891 (initialize_target): Don't initialize 'target_dcache'.
892 * target.h (struct dcache_struct): Declare.
893 (target_dcache_get): Declare.
894
895 2013-11-19 Yao Qi <yao@codesourcery.com>
896
897 * varobj.c (varobj_get_type): Fix typo.
898
899 2013-11-19 Joel Brobecker <brobecker@adacore.com>
900
901 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
902
903 2013-11-19 Joel Brobecker <brobecker@adacore.com>
904
905 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
906 "stat.h".
907
908 2013-11-18 Tom Tromey <tromey@redhat.com>
909
910 * common/gdb_stat.h: Remove.
911 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
912 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
913 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
914 * corefile.c: Use sys/stat.h, not gdb_stat.h.
915 * ctf.c: Use sys/stat.h, not gdb_stat.h.
916 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
917 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
918 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
919 * exec.c: Use sys/stat.h, not gdb_stat.h.
920 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
921 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
922 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
923 * jit.c: Use sys/stat.h, not gdb_stat.h.
924 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
925 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
926 * main.c: Use sys/stat.h, not gdb_stat.h.
927 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
928 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
929 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
930 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
931 * procfs.c: Use sys/stat.h, not gdb_stat.h.
932 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
933 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
934 * remote.c: Use sys/stat.h, not gdb_stat.h.
935 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
936 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
937 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
938 * source.c: Use sys/stat.h, not gdb_stat.h.
939 * symfile.c: Use sys/stat.h, not gdb_stat.h.
940 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
941 * symtab.c: Use sys/stat.h, not gdb_stat.h.
942 * top.c: Use sys/stat.h, not gdb_stat.h.
943 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
944
945 2013-11-18 Tom Tromey <tromey@redhat.com>
946
947 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
948 sys_stat.
949 * gnulib/aclocal.m4: Update.
950 * gnulib/config.in: Update.
951 * gnulib/configure: Update.
952 * gnulib/import/Makefile.am: Update.
953 * gnulib/import/Makefile.in: Update.
954 * gnulib/import/m4/gnulib-cache.m4: Update.
955 * gnulib/import/m4/gnulib-comp.m4: Update.
956 * gnulib/import/m4/sys_stat_h.m4: New.
957 * gnulib/import/m4/time_h.m4: New.
958 * gnulib/import/sys_stat.in.h: New.
959 * gnulib/import/time.in.h: New.
960
961 2013-11-18 Tom Tromey <tromey@redhat.com>
962
963 * configure: Rebuild.
964 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
965
966 2013-11-18 Tom Tromey <tromey@redhat.com>
967
968 * configure: Rebuild.
969 * configure.ac: Don't check for unistd.h.
970
971 2013-11-18 Tom Tromey <tromey@redhat.com>
972
973 * configure: Rebuild.
974 * configure.ac: Don't check for stdlib.h
975 * defs.h: Include stdlib.h unconditionally.
976
977 2013-11-18 Tom Tromey <tromey@redhat.com>
978
979 * config.in: Rebuild.
980 * configure: Rebuild.
981 * configure.ac: Don't check for stddef.h.
982 * defs.h: Unconditionally include stddef.h. Remove duplicate
983 inclusion.
984
985 2013-11-18 Tom Tromey <tromey@redhat.com>
986
987 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
988 * common/gdb_dirent.h: Remove.
989 * common/filestuff.c: Use dirent.h.
990 * common/linux-osdata.c: Use dirent.h.
991 (NAMELEN): Define.
992 * config.in: Rebuild.
993 * configure: Rebuild.
994 * configure.ac: Don't use AC_HEADER_DIRENT.
995 * linux-fork.c: Use dirent.h
996 * linux-nat.c: Use dirent.h.
997 * nto-procfs.c: Use dirent.h.
998 * procfs.c: Use dirent.h.
999
1000 2013-11-18 Tom Tromey <tromey@redhat.com>
1001
1002 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
1003 * gnulib/aclocal.m4: Update.
1004 * gnulib/config.in: Update.
1005 * gnulib/configure: Update.
1006 * gnulib/import/Makefile.am: Update.
1007 * gnulib/import/Makefile.in: Update.
1008 * gnulib/import/dirent.in.h: New.
1009 * gnulib/import/m4/dirent_h.m4: New.
1010 * gnulib/import/m4/gnulib-cache.m4: Update.
1011 * gnulib/import/m4/gnulib-comp.m4: Update.
1012
1013 2013-11-18 Tom Tromey <tromey@redhat.com>
1014
1015 * configure: Rebuild.
1016 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
1017 strings.h.
1018
1019 2013-11-18 Tom Tromey <tromey@redhat.com>
1020
1021 * common/gdb_string.h: Remove.
1022 * aarch64-tdep.c: Use string.h, not gdb_string.h.
1023 * ada-exp.y: Use string.h, not gdb_string.h.
1024 * ada-lang.c: Use string.h, not gdb_string.h.
1025 * ada-lex.l: Use string.h, not gdb_string.h.
1026 * ada-typeprint.c: Use string.h, not gdb_string.h.
1027 * ada-valprint.c: Use string.h, not gdb_string.h.
1028 * aix-thread.c: Use string.h, not gdb_string.h.
1029 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
1030 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
1031 * alpha-nat.c: Use string.h, not gdb_string.h.
1032 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
1033 * alpha-tdep.c: Use string.h, not gdb_string.h.
1034 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
1035 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
1036 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
1037 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
1038 * amd64-nat.c: Use string.h, not gdb_string.h.
1039 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
1040 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
1041 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
1042 * arch-utils.c: Use string.h, not gdb_string.h.
1043 * arm-linux-nat.c: Use string.h, not gdb_string.h.
1044 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
1045 * arm-tdep.c: Use string.h, not gdb_string.h.
1046 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
1047 * armbsd-tdep.c: Use string.h, not gdb_string.h.
1048 * armnbsd-nat.c: Use string.h, not gdb_string.h.
1049 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
1050 * armobsd-tdep.c: Use string.h, not gdb_string.h.
1051 * avr-tdep.c: Use string.h, not gdb_string.h.
1052 * ax-gdb.c: Use string.h, not gdb_string.h.
1053 * ax-general.c: Use string.h, not gdb_string.h.
1054 * bcache.c: Use string.h, not gdb_string.h.
1055 * bfin-tdep.c: Use string.h, not gdb_string.h.
1056 * breakpoint.c: Use string.h, not gdb_string.h.
1057 * build-id.c: Use string.h, not gdb_string.h.
1058 * buildsym.c: Use string.h, not gdb_string.h.
1059 * c-exp.y: Use string.h, not gdb_string.h.
1060 * c-lang.c: Use string.h, not gdb_string.h.
1061 * c-typeprint.c: Use string.h, not gdb_string.h.
1062 * c-valprint.c: Use string.h, not gdb_string.h.
1063 * charset.c: Use string.h, not gdb_string.h.
1064 * cli-out.c: Use string.h, not gdb_string.h.
1065 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
1066 * cli/cli-decode.c: Use string.h, not gdb_string.h.
1067 * cli/cli-dump.c: Use string.h, not gdb_string.h.
1068 * cli/cli-interp.c: Use string.h, not gdb_string.h.
1069 * cli/cli-logging.c: Use string.h, not gdb_string.h.
1070 * cli/cli-script.c: Use string.h, not gdb_string.h.
1071 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
1072 * cli/cli-utils.c: Use string.h, not gdb_string.h.
1073 * coffread.c: Use string.h, not gdb_string.h.
1074 * common/common-utils.c: Use string.h, not gdb_string.h.
1075 * common/filestuff.c: Use string.h, not gdb_string.h.
1076 * common/linux-procfs.c: Use string.h, not gdb_string.h.
1077 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
1078 * common/signals.c: Use string.h, not gdb_string.h.
1079 * common/vec.h: Use string.h, not gdb_string.h.
1080 * core-regset.c: Use string.h, not gdb_string.h.
1081 * corefile.c: Use string.h, not gdb_string.h.
1082 * corelow.c: Use string.h, not gdb_string.h.
1083 * cp-abi.c: Use string.h, not gdb_string.h.
1084 * cp-support.c: Use string.h, not gdb_string.h.
1085 * cp-valprint.c: Use string.h, not gdb_string.h.
1086 * cris-tdep.c: Use string.h, not gdb_string.h.
1087 * d-lang.c: Use string.h, not gdb_string.h.
1088 * dbxread.c: Use string.h, not gdb_string.h.
1089 * dcache.c: Use string.h, not gdb_string.h.
1090 * demangle.c: Use string.h, not gdb_string.h.
1091 * dicos-tdep.c: Use string.h, not gdb_string.h.
1092 * disasm.c: Use string.h, not gdb_string.h.
1093 * doublest.c: Use string.h, not gdb_string.h.
1094 * dsrec.c: Use string.h, not gdb_string.h.
1095 * dummy-frame.c: Use string.h, not gdb_string.h.
1096 * dwarf2-frame.c: Use string.h, not gdb_string.h.
1097 * dwarf2loc.c: Use string.h, not gdb_string.h.
1098 * dwarf2read.c: Use string.h, not gdb_string.h.
1099 * elfread.c: Use string.h, not gdb_string.h.
1100 * environ.c: Use string.h, not gdb_string.h.
1101 * eval.c: Use string.h, not gdb_string.h.
1102 * event-loop.c: Use string.h, not gdb_string.h.
1103 * exceptions.c: Use string.h, not gdb_string.h.
1104 * exec.c: Use string.h, not gdb_string.h.
1105 * expprint.c: Use string.h, not gdb_string.h.
1106 * f-exp.y: Use string.h, not gdb_string.h.
1107 * f-lang.c: Use string.h, not gdb_string.h.
1108 * f-typeprint.c: Use string.h, not gdb_string.h.
1109 * f-valprint.c: Use string.h, not gdb_string.h.
1110 * fbsd-nat.c: Use string.h, not gdb_string.h.
1111 * findcmd.c: Use string.h, not gdb_string.h.
1112 * findvar.c: Use string.h, not gdb_string.h.
1113 * fork-child.c: Use string.h, not gdb_string.h.
1114 * frame.c: Use string.h, not gdb_string.h.
1115 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
1116 * frv-tdep.c: Use string.h, not gdb_string.h.
1117 * gdb.c: Use string.h, not gdb_string.h.
1118 * gdb_bfd.c: Use string.h, not gdb_string.h.
1119 * gdbarch.c: Use string.h, not gdb_string.h.
1120 * gdbtypes.c: Use string.h, not gdb_string.h.
1121 * gnu-nat.c: Use string.h, not gdb_string.h.
1122 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
1123 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
1124 * go-exp.y: Use string.h, not gdb_string.h.
1125 * go-lang.c: Use string.h, not gdb_string.h.
1126 * go32-nat.c: Use string.h, not gdb_string.h.
1127 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
1128 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
1129 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
1130 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
1131 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
1132 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
1133 * i386-linux-nat.c: Use string.h, not gdb_string.h.
1134 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
1135 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
1136 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
1137 * i386-tdep.c: Use string.h, not gdb_string.h.
1138 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
1139 * i386gnu-nat.c: Use string.h, not gdb_string.h.
1140 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
1141 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
1142 * i387-tdep.c: Use string.h, not gdb_string.h.
1143 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
1144 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
1145 * inf-child.c: Use string.h, not gdb_string.h.
1146 * inf-ptrace.c: Use string.h, not gdb_string.h.
1147 * inf-ttrace.c: Use string.h, not gdb_string.h.
1148 * infcall.c: Use string.h, not gdb_string.h.
1149 * infcmd.c: Use string.h, not gdb_string.h.
1150 * inflow.c: Use string.h, not gdb_string.h.
1151 * infrun.c: Use string.h, not gdb_string.h.
1152 * interps.c: Use string.h, not gdb_string.h.
1153 * iq2000-tdep.c: Use string.h, not gdb_string.h.
1154 * irix5-nat.c: Use string.h, not gdb_string.h.
1155 * jv-exp.y: Use string.h, not gdb_string.h.
1156 * jv-lang.c: Use string.h, not gdb_string.h.
1157 * jv-typeprint.c: Use string.h, not gdb_string.h.
1158 * jv-valprint.c: Use string.h, not gdb_string.h.
1159 * language.c: Use string.h, not gdb_string.h.
1160 * linux-fork.c: Use string.h, not gdb_string.h.
1161 * linux-nat.c: Use string.h, not gdb_string.h.
1162 * lm32-tdep.c: Use string.h, not gdb_string.h.
1163 * m2-exp.y: Use string.h, not gdb_string.h.
1164 * m2-typeprint.c: Use string.h, not gdb_string.h.
1165 * m32c-tdep.c: Use string.h, not gdb_string.h.
1166 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
1167 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
1168 * m32r-rom.c: Use string.h, not gdb_string.h.
1169 * m32r-tdep.c: Use string.h, not gdb_string.h.
1170 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
1171 * m68k-tdep.c: Use string.h, not gdb_string.h.
1172 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
1173 * m68klinux-nat.c: Use string.h, not gdb_string.h.
1174 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
1175 * m88k-tdep.c: Use string.h, not gdb_string.h.
1176 * macrocmd.c: Use string.h, not gdb_string.h.
1177 * main.c: Use string.h, not gdb_string.h.
1178 * mdebugread.c: Use string.h, not gdb_string.h.
1179 * mem-break.c: Use string.h, not gdb_string.h.
1180 * memattr.c: Use string.h, not gdb_string.h.
1181 * memory-map.c: Use string.h, not gdb_string.h.
1182 * mep-tdep.c: Use string.h, not gdb_string.h.
1183 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
1184 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
1185 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
1186 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
1187 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
1188 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
1189 * mi/mi-console.c: Use string.h, not gdb_string.h.
1190 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
1191 * mi/mi-interp.c: Use string.h, not gdb_string.h.
1192 * mi/mi-main.c: Use string.h, not gdb_string.h.
1193 * mi/mi-parse.c: Use string.h, not gdb_string.h.
1194 * microblaze-rom.c: Use string.h, not gdb_string.h.
1195 * microblaze-tdep.c: Use string.h, not gdb_string.h.
1196 * mingw-hdep.c: Use string.h, not gdb_string.h.
1197 * minidebug.c: Use string.h, not gdb_string.h.
1198 * minsyms.c: Use string.h, not gdb_string.h.
1199 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
1200 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
1201 * mips-tdep.c: Use string.h, not gdb_string.h.
1202 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
1203 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
1204 * mipsread.c: Use string.h, not gdb_string.h.
1205 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
1206 * mn10300-tdep.c: Use string.h, not gdb_string.h.
1207 * monitor.c: Use string.h, not gdb_string.h.
1208 * moxie-tdep.c: Use string.h, not gdb_string.h.
1209 * mt-tdep.c: Use string.h, not gdb_string.h.
1210 * nbsd-tdep.c: Use string.h, not gdb_string.h.
1211 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
1212 * nto-procfs.c: Use string.h, not gdb_string.h.
1213 * nto-tdep.c: Use string.h, not gdb_string.h.
1214 * objc-lang.c: Use string.h, not gdb_string.h.
1215 * objfiles.c: Use string.h, not gdb_string.h.
1216 * opencl-lang.c: Use string.h, not gdb_string.h.
1217 * osabi.c: Use string.h, not gdb_string.h.
1218 * osdata.c: Use string.h, not gdb_string.h.
1219 * p-exp.y: Use string.h, not gdb_string.h.
1220 * p-lang.c: Use string.h, not gdb_string.h.
1221 * p-typeprint.c: Use string.h, not gdb_string.h.
1222 * parse.c: Use string.h, not gdb_string.h.
1223 * posix-hdep.c: Use string.h, not gdb_string.h.
1224 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
1225 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
1226 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
1227 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
1228 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
1229 * printcmd.c: Use string.h, not gdb_string.h.
1230 * procfs.c: Use string.h, not gdb_string.h.
1231 * prologue-value.c: Use string.h, not gdb_string.h.
1232 * python/py-auto-load.c: Use string.h, not gdb_string.h.
1233 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
1234 * ravenscar-thread.c: Use string.h, not gdb_string.h.
1235 * regcache.c: Use string.h, not gdb_string.h.
1236 * registry.c: Use string.h, not gdb_string.h.
1237 * remote-fileio.c: Use string.h, not gdb_string.h.
1238 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
1239 * remote-mips.c: Use string.h, not gdb_string.h.
1240 * remote-sim.c: Use string.h, not gdb_string.h.
1241 * remote.c: Use string.h, not gdb_string.h.
1242 * reverse.c: Use string.h, not gdb_string.h.
1243 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
1244 * ser-base.c: Use string.h, not gdb_string.h.
1245 * ser-go32.c: Use string.h, not gdb_string.h.
1246 * ser-mingw.c: Use string.h, not gdb_string.h.
1247 * ser-pipe.c: Use string.h, not gdb_string.h.
1248 * ser-tcp.c: Use string.h, not gdb_string.h.
1249 * ser-unix.c: Use string.h, not gdb_string.h.
1250 * serial.c: Use string.h, not gdb_string.h.
1251 * sh-tdep.c: Use string.h, not gdb_string.h.
1252 * sh64-tdep.c: Use string.h, not gdb_string.h.
1253 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1254 * skip.c: Use string.h, not gdb_string.h.
1255 * sol-thread.c: Use string.h, not gdb_string.h.
1256 * solib-dsbt.c: Use string.h, not gdb_string.h.
1257 * solib-frv.c: Use string.h, not gdb_string.h.
1258 * solib-osf.c: Use string.h, not gdb_string.h.
1259 * solib-spu.c: Use string.h, not gdb_string.h.
1260 * solib-target.c: Use string.h, not gdb_string.h.
1261 * solib.c: Use string.h, not gdb_string.h.
1262 * somread.c: Use string.h, not gdb_string.h.
1263 * source.c: Use string.h, not gdb_string.h.
1264 * sparc-nat.c: Use string.h, not gdb_string.h.
1265 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1266 * sparc-tdep.c: Use string.h, not gdb_string.h.
1267 * sparc64-tdep.c: Use string.h, not gdb_string.h.
1268 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1269 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1270 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1271 * spu-linux-nat.c: Use string.h, not gdb_string.h.
1272 * spu-multiarch.c: Use string.h, not gdb_string.h.
1273 * spu-tdep.c: Use string.h, not gdb_string.h.
1274 * stabsread.c: Use string.h, not gdb_string.h.
1275 * stack.c: Use string.h, not gdb_string.h.
1276 * std-regs.c: Use string.h, not gdb_string.h.
1277 * symfile.c: Use string.h, not gdb_string.h.
1278 * symmisc.c: Use string.h, not gdb_string.h.
1279 * symtab.c: Use string.h, not gdb_string.h.
1280 * target.c: Use string.h, not gdb_string.h.
1281 * thread.c: Use string.h, not gdb_string.h.
1282 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1283 * tilegx-tdep.c: Use string.h, not gdb_string.h.
1284 * top.c: Use string.h, not gdb_string.h.
1285 * tracepoint.c: Use string.h, not gdb_string.h.
1286 * tui/tui-command.c: Use string.h, not gdb_string.h.
1287 * tui/tui-data.c: Use string.h, not gdb_string.h.
1288 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1289 * tui/tui-file.c: Use string.h, not gdb_string.h.
1290 * tui/tui-layout.c: Use string.h, not gdb_string.h.
1291 * tui/tui-out.c: Use string.h, not gdb_string.h.
1292 * tui/tui-regs.c: Use string.h, not gdb_string.h.
1293 * tui/tui-source.c: Use string.h, not gdb_string.h.
1294 * tui/tui-stack.c: Use string.h, not gdb_string.h.
1295 * tui/tui-win.c: Use string.h, not gdb_string.h.
1296 * tui/tui-windata.c: Use string.h, not gdb_string.h.
1297 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1298 * typeprint.c: Use string.h, not gdb_string.h.
1299 * ui-file.c: Use string.h, not gdb_string.h.
1300 * ui-out.c: Use string.h, not gdb_string.h.
1301 * user-regs.c: Use string.h, not gdb_string.h.
1302 * utils.c: Use string.h, not gdb_string.h.
1303 * v850-tdep.c: Use string.h, not gdb_string.h.
1304 * valarith.c: Use string.h, not gdb_string.h.
1305 * valops.c: Use string.h, not gdb_string.h.
1306 * valprint.c: Use string.h, not gdb_string.h.
1307 * value.c: Use string.h, not gdb_string.h.
1308 * varobj.c: Use string.h, not gdb_string.h.
1309 * vax-tdep.c: Use string.h, not gdb_string.h.
1310 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1311 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1312 * windows-nat.c: Use string.h, not gdb_string.h.
1313 * xcoffread.c: Use string.h, not gdb_string.h.
1314 * xml-support.c: Use string.h, not gdb_string.h.
1315 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1316 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1317
1318 2013-11-18 Tom Tromey <tromey@redhat.com>
1319
1320 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1321 and strstr.
1322 * gnulib/aclocal.m4: Update.
1323 * gnulib/config.in: Update.
1324 * gnulib/configure: Update.
1325 * gnulib/import/Makefile.am: Update.
1326 * gnulib/import/Makefile.in: Update.
1327 * gnulib/import/errno.in.h: New.
1328 * gnulib/import/intprops.h: New.
1329 * gnulib/import/m4/errno_h.m4: New.
1330 * gnulib/import/m4/gnulib-cache.m4: Update.
1331 * gnulib/import/m4/gnulib-comp.m4: Update.
1332 * gnulib/import/m4/strerror.m4: New.
1333 * gnulib/import/m4/strstr.m4: New.
1334 * gnulib/import/m4/sys_socket_h.m4: New.
1335 * gnulib/import/strerror-override.c: New.
1336 * gnulib/import/strerror-override.h: New.
1337 * gnulib/import/strerror.c: New.
1338 * gnulib/import/strstr.c: New.
1339
1340 2013-11-18 Tom Tromey <tromey@redhat.com>
1341
1342 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1343 multiple lines.
1344
1345 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1346
1347 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1348 * sparc-tdep.h: And its prototype.
1349
1350 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1351 function.
1352 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1353
1354 2013-11-18 Pedro Alves <palves@redhat.com>
1355
1356 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1357 use unpack_pointer.
1358
1359 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1360
1361 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1362 to -list-features output.
1363
1364 2013-11-17 Joel Brobecker <brobecker@adacore.com>
1365
1366 * dwarf2expr.h (struct dwarf_expr_context_funcs)
1367 <read_addr_from_reg>: Renames "read_reg".
1368 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1369 Adjust comment.
1370 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1371 Use read_addr_from_reg in place of read_reg.
1372 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1373 in place of read_reg.
1374 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1375 dwarf_expr_read_reg.
1376 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1377 with dwarf_expr_read_addr_from_reg.
1378 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1379 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1380 needs_frame_read_addr_from_reg.
1381
1382 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1385
1386 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1387
1388 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1389 NULL.
1390
1391 2013-11-15 Tom Tromey <tromey@redhat.com>
1392
1393 PR c++/16117:
1394 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1395 (classify_name): Likewise. Prefer a field of "this" over a
1396 filename.
1397 (classify_inner_name, yylex): Update.
1398
1399 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1400
1401 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1402 Extend the documentation a bit.
1403 <get_reg_value>: New field.
1404 * dwarf2loc.c (dwarf_expr_get_reg_value)
1405 (needs_frame_get_reg_value): New functions.
1406 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1407 callback.
1408 * dwarf2-frame.c (get_reg_value): New function.
1409 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1410 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1411 Use new callback to compute result_val.
1412
1413 2013-11-15 Alan Modra <amodra@gmail.com>
1414
1415 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1416 (ppc64_desc_entry_point): ..this. Update comments here and at
1417 call points.
1418 (ppc64_standard_linkage1, ppc64_standard_linkage2,
1419 ppc64_standard_linkage3): Update comments.
1420 (ppc64_standard_linkage4, ppc64_standard_linkage5,
1421 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1422 patterns.
1423 (ppc64_standard_linkage4_target): New function.
1424 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1425 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
1426 nop match. Fix comment wrap.
1427
1428 2013-11-14 Pedro Alves <palves@redhat.com>
1429
1430 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1431 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1432
1433 2013-11-14 Pedro Alves <palves@redhat.com>
1434
1435 * infrun.c (struct execution_control_state)
1436 <stepped_after_stopped_by_watchpoint>: New field.
1437 (get_inferior_stop_soon): New function.
1438 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1439 moved to struct execution_control_state -- adjust. Use
1440 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
1441 new function.
1442 (handle_signal_stop): New function, factored out from
1443 handle_inferior_event.
1444
1445 2013-11-14 Pedro Alves <palves@redhat.com>
1446
1447 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1448 return a boolean.
1449 * breakpoint.c (bpstat_explains_signal): Adjust to return a
1450 boolean.
1451 (explains_signal_watchpoint, base_breakpoint_explains_signal):
1452 Adjust to return a boolean.
1453 * breakpoint.h (enum bpstat_signal_value): Delete.
1454 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1455 (bpstat_explains_signal): Likewise.
1456 * infrun.c (handle_inferior_event) <random signal checks>:
1457 bpstat_explains_signal now returns a boolean - adjust. No longer
1458 consider hiding signals.
1459
1460 2013-11-14 Pedro Alves <palves@redhat.com>
1461
1462 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1463 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1464 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1465 BPSTAT_SIGNAL_HIDE.
1466 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1467 instead of BPSTAT_SIGNAL_HIDE.
1468 * infrun.c (handle_inferior_event): Rework random signal checks.
1469
1470 2013-11-14 Pedro Alves <palves@redhat.com>
1471
1472 * infrun.c (struct execution_control_state): Remove
1473 'random_signal' field.
1474 (handle_syscall_event): Use bpstat_causes_stop instead of
1475 bpstat_explains_signal. Don't set ecs->random_signal.
1476 (handle_inferior_event): New 'random_signal' local.
1477 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1478 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1479 bpstat_explains_signal. Don't set ecs->random_signal.
1480 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1481 ecs->random_signal.
1482
1483 2013-11-14 Pedro Alves <palves@redhat.com>
1484
1485 * infrun.c (handle_inferior_event): Move comment from the
1486 function's body to the function's description, adjusted.
1487
1488 2013-11-14 Pedro Alves <palves@redhat.com>
1489
1490 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1491 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1492 Assert we never fall through out of the TARGET_WAITKIND_LOADED
1493 case.
1494
1495 2013-11-14 Tom Tromey <tromey@redhat.com>
1496
1497 * python/py-linetable.c (ltpy_has_line)
1498 (ltpy_get_all_source_lines): Fix loop termination condition.
1499
1500 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1501
1502 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1503 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1504 PARSE->LANGUAGE during command execution, if set.
1505 * mi/mi-parse.c: Add "language.h" #include.
1506 (mi_parse): Add parsing of "--language" command option.
1507
1508 * NEWS: Add entry mentioning the new "--language" command option.
1509
1510 2013-11-14 Pedro Alves <palves@redhat.com>
1511 Joel Brobecker <brobecker@adacore.com>
1512
1513 * cli/cli-utils.h (extract_arg_const): Add declaration.
1514 * cli/cli-utils.c (extract_arg_const): New function.
1515 (extract_arg): Reimplement using extract_arg_const.
1516
1517 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1518
1519 * language.h: Add "symtab.h" #include.
1520
1521 2013-11-13 Doug Evans <xdje42@gmail.com>
1522
1523 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1524 specific breakpoints, don't evaluate breakpoint condition if
1525 different thread.
1526
1527 2013-11-13 Keith Seitz <keiths@redhat.com>
1528
1529 PR c++/7935
1530 PR c++/10541
1531 * cp-support.c (insepct_type): Add support for substituting
1532 namespace aliases, too.
1533 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1534 for DW_TAG_imported_declaration.
1535 (add_partial_symbol): Likewise.
1536 (process_die): Handle namespace aliases with
1537 read_namespace_alias.
1538 (die_needs_namespace): Add DW_TAG_imported_declaration.
1539 (read_namespace_alias): New function.
1540 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1541 (new_symbol_full): Handle DW_TAG_imported_declaration.
1542
1543 2013-11-13 Keith Seitz <keiths@redhat.com>
1544
1545 * p-exp.y (uptok): Make first parameter const.
1546 (yylex): Make `tokstart' and `tokptr' const.
1547 Don't copy the lexer input to a temporary buffer.
1548 Make `p' const.
1549 Remove const workaround for parse_escape.
1550 Create a temporary buffer for a convenience variable instead
1551 of doing in-place modification of the input.
1552 If a match is found with a different case from the input,
1553 do not change the input at all.
1554 Use `tmp' to construct the resultant stoken instead of
1555 `tokstart'.
1556
1557 2013-11-13 Doug Evans <xdje42@gmail.com>
1558
1559 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1560
1561 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1562
1563 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1564 entry with "ada-exceptions".
1565
1566 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1567
1568 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1569 after re-initialization of OBJFILE's obstack.
1570
1571 2013-11-12 Doug Evans <xdje42@gmail.com>
1572
1573 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1574 bs->stop != 0 on entry. Update function comment. Simplify early
1575 exit for frame mismatch. Reindent rest of function.
1576
1577 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1578
1579 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1580 NULL.
1581
1582 2013-11-12 Doug Evans <dje@google.com>
1583
1584 Work around gold/15646.
1585 * dwarf2read.c (read_index_from_section): Update comment.
1586 (struct dw2_symtab_iterator): New member global_seen.
1587 (dw2_symtab_iter_init): Initialize it.
1588 (dw2_symtab_iter_next): Skip duplicate global symbols.
1589 (dw2_expand_symtabs_matching): Ditto.
1590
1591 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1592
1593 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1594 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1595 command.
1596 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1597 (mi_cmd_info_ada_exceptions): New function.
1598 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1599
1600 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1601
1602 * ada-lang.h: #include "vec.h".
1603 (struct ada_exc_info): New.
1604 (ada_exc_info): New typedef.
1605 (DEF_VEC_O(ada_exc_info)): New vector.
1606 (ada_exceptions_list): Add declaration.
1607 * ada-lang.c (ada_is_exception_sym)
1608 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1609 (sort_remove_dups_ada_exceptions_list)
1610 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1611 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1612 (ada_exceptions_list_1, ada_exceptions_list)
1613 (info_exceptions_command): New function.
1614 (_initialize_ada_language): Add "info exception" command.
1615
1616 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1617
1618 PR python/15629
1619 * NEWS: Add linetable feature.
1620 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1621 * python/py-linetable.c: New file.
1622 * python/py-symtab.c (stpy_get_linetable): New function.
1623 * python/python-internal.h (symtab_to_linetable_object): Declare.
1624 (gdbpy_initialize_linetable): Ditto.
1625 * python/python.c (_initialize_python): Call
1626 gdbpy_initialize_linetable.
1627
1628 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1629
1630 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1631 the documentation of fields "except_string" and "condition".
1632 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1633 CONDITION on the heap before passing it to
1634 create_ada_exception_catchpoint.
1635 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1636 CONDITION.
1637
1638 2013-11-11 Tom Tromey <tromey@redhat.com>
1639
1640 * config.in, configure: Rebuild.
1641 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1642
1643 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1644
1645 * remote-sim.c (gdbsim_detach): Break declaration into
1646 shorter lines. No code change.
1647
1648 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1649
1650 * remote-sim.c (gdbsim_detach): Fix prototype.
1651
1652 2013-11-08 Doug Evans <dje@google.com>
1653
1654 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1655 (create_debug_types_hash_table): Only print debugging messages for
1656 each TU if dwarf2-read >= 2.
1657 (process_queue): Ditto.
1658 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1659 Update doc string.
1660
1661 2013-11-08 Tom Tromey <tromey@redhat.com>
1662
1663 * configure: Rebuild.
1664 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1665
1666 2013-11-08 Tom Tromey <tromey@redhat.com>
1667
1668 * configure, config.in: Rebuild.
1669 * configure.ac: Remove unused configury.
1670
1671 2013-11-08 Tom Tromey <tromey@redhat.com>
1672
1673 * m32c-tdep.c: Use gdb_string.h.
1674
1675 2013-11-08 Tom Tromey <tromey@redhat.com>
1676
1677 * configure, config.in: Rebuild.
1678 * configure.ac: Remove all link.h-related checks.
1679
1680 2013-11-08 Tom Tromey <tromey@redhat.com>
1681
1682 * acinclude.m4: Include common.m4.
1683 * common/common.m4: New file.
1684 * configure, config.in: Rebuild.
1685 * configure.ac: Use GDB_AC_COMMON.
1686
1687 2013-11-08 Doug Evans <dje@google.com>
1688
1689 * NEWS: Mention that "set debug symtab-create" now accepts a
1690 verbosity level.
1691 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1692 to set the symtab's primary flag.
1693 * jit.c (finalize_symtab): Ditto.
1694 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1695 * symfile.c (allocate_symtab): Only print debugging messages for
1696 symtab_create_debug levels 2 and higher.
1697 * symtab.c (symtab_create_debug): Change type to unsigned int.
1698 (set_symtab_primary): New function.
1699 (_initialize_symtab): Change "set debug symtab-create" to a
1700 zuinteger option.
1701 * symtab.h (set_symtab_primary): Declare.
1702 (symtab_create_debug): Update decl.
1703
1704 2013-11-08 Tom Tromey <tromey@redhat.com>
1705
1706 * aix-thread.c (aix_thread_detach): Update.
1707 * corelow.c (core_detach): Update.
1708 * darwin-nat.c (darwin_detach): Update.
1709 * dec-thread.c (dec_thread_detach): Update.
1710 * gnu-nat.c (gnu_detach): Update.
1711 * go32-nat.c (go32_detach): Update.
1712 * inf-ptrace.c (inf_ptrace_detach): Update.
1713 * inf-ttrace.c (inf_ttrace_detach): Update.
1714 * linux-fork.c (linux_fork_detach): Update.
1715 * linux-fork.h (linux_fork_detach): Update.
1716 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1717 local for const-correctness.
1718 * linux-thread-db.c (thread_db_detach): Update.
1719 * monitor.c (monitor_detach): Update.
1720 * nto-procfs.c (procfs_detach): Update.
1721 * procfs.c (procfs_detach): Update.
1722 * record.c (record_detach): Update.
1723 * record.h (record_detach): Update.
1724 * remote-m32r-sdi.c (m32r_detach): Update.
1725 * remote-mips.c (mips_detach): Update.
1726 * remote-sim.c (gdbsim_detach): Update.
1727 * remote.c (remote_detach_1, remote_detach)
1728 (extended_remote_detach): Update.
1729 * sol-thread.c (sol_thread_detach): Update.
1730 * target.c (target_detach): Make "args" const.
1731 (init_dummy_target): Update.
1732 * target.h (struct target_ops) <to_detach>: Make argument const.
1733 (target_detach): Likewise.
1734 * windows-nat.c (windows_detach): Update.
1735
1736 2013-11-07 Doug Evans <dje@google.com>
1737
1738 PR 11786
1739 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1740 and align fields for PT_GNU_RELRO segments.
1741
1742 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1743
1744 PR python/15747
1745 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1746
1747 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1748
1749 * NEWS: Document Python temporary breakpoint support.
1750 * python/py-breakpoint.c (bppy_get_temporary): New function.
1751 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1752 to temporary if True.
1753
1754 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1755
1756 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1757 removed to allow analyzing unconditional branch instructions
1758 with PC-relative offsets of zero.
1759
1760 2013-11-07 Yao Qi <yao@codesourcery.com>
1761
1762 * mi/mi-cmd-var.c: Include "language.h".
1763 (mi_cmd_var_info_expression): Get language name from
1764 language_defn.
1765 * varobj.c (varobj_language_string): Remove.
1766 (variable_language): Remove declaration.
1767 (languages): Remove.
1768 (varobj_get_language): Change the type of return value.
1769 (variable_language): Remove.
1770 * varobj.h (enum varobj_languages): Remove.
1771 (varobj_language_string): Remove declaration.
1772 (varobj_get_language): Update declaration.
1773
1774 2013-11-07 Yao Qi <yao@codesourcery.com>
1775
1776 * language.h (struct language_defn) <la_natural_name>: New
1777 field.
1778 * ada-lang.c (ada_language_defn): Initialize field
1779 'la_natural_name'.
1780 * c-lang.c (c_language_defn): Likewise.
1781 (cplus_language_defn, asm_language_defn): Likewise.
1782 * d-lang.c (d_language_defn): Likewise.
1783 * f-lang.c (f_language_defn): Likewise.
1784 * go-lang.c (go_language_defn): Likewise.
1785 * jv-lang.c (java_language_defn): Likewise.
1786 * language.c (unknown_language_defn ): Likewise.
1787 (auto_language_defn): Likewise.
1788 * m2-lang.c (m2_language_defn): Likewise.
1789 * objc-lang.c (objc_language_defn): Likewise.
1790 * opencl-lang.c (opencl_language_defn): Likewise.
1791 * p-lang.c (pascal_language_defn): Likewise.
1792
1793 2013-11-07 Yao Qi <yao@codesourcery.com>
1794
1795 * language.c (language_str): Return const char *.
1796 (add_language): Add const to 'language_names'
1797 * language.h (struct language_defn) <la_name>: Add const.
1798 (language_str: Update declaration.
1799
1800 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1801
1802 * s390-linux-nat.c (s390_read_description): Consider the TE field
1803 in the HWCAP for determining 'have_regset_tdb'.
1804
1805 2013-11-06 Will Newton <will.newton@linaro.org>
1806
1807 PR gdb/12866
1808 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1809 values. (read_partial_die): Likewise.
1810
1811 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1812
1813 PR cli/16122
1814 * top.c (command_line_input): Unify interactivity tests to use
1815 input_from_terminal_p.
1816 * event-top.c (command_line_handler): Likewise.
1817
1818 2013-11-06 Yao Qi <yao@codesourcery.com>
1819
1820 * Makefile.in (check-perf): New target.
1821
1822 2013-11-05 Will Newton <will.newton@linaro.org>
1823
1824 PR gdb/7670
1825 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1826 (arm_print_float_info): Likewise.
1827
1828 2013-11-04 Anton Blanchard <anton@samba.org>
1829
1830 * target.c (memory_xfer_partial): Cap write to 4KB.
1831
1832 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1833
1834 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1835 probe scan even when the arch provides no get_longjmp_target.
1836
1837 2013-10-31 Pedro Alves <palves@redhat.com>
1838
1839 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1840 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1841 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1842 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1843 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1844 <bpstat handling>: If the bpstat chain wants the signal to be
1845 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1846 GDB_SIGNAL_TRAP.
1847
1848 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1849
1850 * breakpoint.c (update_watchpoint): Update error message and add
1851 an additional error message.
1852
1853 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1854
1855 * s390-tdep.h: Rename to...
1856 * s390-linux-tdep.h: ...here.
1857 * s390-tdep.c: Rename to...
1858 * s390-linux-tdep.c: ...here. Adjust #include.
1859 * s390-nat.c: Rename to...
1860 * s390-linux-nat.c: ...here. Adjust #include.
1861 * config/s390/s390.mh: Rename to...
1862 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1863 s390-linux-nat.o.
1864 * configure.host: Reflect host rename "s390" -> "linux".
1865 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1866 * Makefile.in (ALL_TARGET_OBS): Likewise.
1867 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1868 s390-linux-tdep.h.
1869 (ALLDEPFILES): Reflect rename of .c files.
1870
1871 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1872
1873 * s390-nat.c: Whitespace cleanup.
1874 * s390-tdep.c: Likewise.
1875 * s390-tdep.h: Remove empty line at end of file.
1876
1877 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1878
1879 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1880 siginfo_size.
1881
1882 2013-10-29 Tom Tromey <tromey@redhat.com>
1883
1884 * utils.c (reg): Move undefinition...
1885 * gdb_curses.h: ... here. Update comment to mention AIX.
1886
1887 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1888
1889 * exec.h (add_target_sections_of_objfile): New declaration.
1890 * exec.c (add_target_sections_of_objfile): New function.
1891 * symfile.c (add_symbol_file_command): Update current target sections.
1892 (remove_symbol_file_command): New command.
1893 (symfile_free_objfile): New function.
1894 (_initialize_symfile): Register observer for free_objfile events.
1895 * NEWS: Add description of the remove-symbol-file command.
1896 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1897 * objfiles.c (free_objfile): Notify free_objfile.
1898 (is_addr_in_objfile): New function.
1899 * objfiles.h (is_addr_in_objfile): New declaration.
1900 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1901 events instead of solib_unloaded events.
1902 (_initialize_printcmd): Register observer for free_objfile instead
1903 of solib_unloaded notifications.
1904 * solib.c (remove_user_added_objfile): New function.
1905 (_initialize_symfile): Add remove-symbol-file.
1906
1907 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1908
1909 * infcmd.c (default_print_one_register_info): Use val_print to
1910 print all values even optimized out or unavailable ones. Don't
1911 try to print a raw form of optimized out or unavailable values.
1912
1913 2013-10-29 Yao Qi <yao@codesourcery.com>
1914
1915 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1916 parameter 'arg' instead of from program_space_data.
1917 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1918 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1919 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1920 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1921 * inflow.c (inflow_inferior_data_cleanup): Get data from
1922 parameter 'arg' instead of inferior_data.
1923 * registry.h: Add comments.
1924
1925 2013-10-28 Pedro Alves <palves@redhat.com>
1926
1927 * breakpoint.c (watchpoints_triggered)
1928 <!target_stopped_data_address>: Hardcode return 1.
1929
1930 2013-10-28 Pedro Alves <palves@redhat.com>
1931
1932 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1933 level and reindent.
1934
1935 2013-10-28 Pedro Alves <palves@redhat.com>
1936
1937 * infrun.c (process_event_stop_test): New function, factored out
1938 from handle_inferior_event.
1939 (handle_inferior_event): 'process_event_stop_test' is now a
1940 function instead of a goto label -- adjust.
1941
1942 2013-10-28 Pedro Alves <palves@redhat.com>
1943
1944 * infrun.c (handle_inferior_event): Move process_event_stop_test
1945 goto label to the else branch of the ecs->random_signal check,
1946 along with FRAME and GDBARCH re-fetching.
1947
1948 2013-10-28 Pedro Alves <palves@redhat.com>
1949
1950 * infrun.c (switch_back_to_stepped_thread): New function, factored
1951 out from handle_inferior_event.
1952 (handle_inferior_event): Adjust to call
1953 switch_back_to_stepped_thread. Call it also at the tail of the
1954 random signal handling, and return, instead of also handling
1955 random signals just before the stepping tests.
1956
1957 2013-10-28 Pedro Alves <palves@redhat.com>
1958
1959 * infrun.c (clear_stop_func): Delete.
1960 (handle_inferior_event): Don't call clear_stop_func and don't
1961 clear 'ecs->random_signal'.
1962
1963 2013-10-27 Yao Qi <yao@codesourcery.com>
1964
1965 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1966 (varobj_create, varobj_get_path_expr): Update.
1967 (varobj_value_has_mutated, varobj_update): Likewise.
1968 (create_child_with_value, new_root_variable): Likewise.
1969 (number_of_children, name_of_variable): Likewise.
1970 (value_of_child, my_value_of_variable): Likewise.
1971 (varobj_value_is_changeable_p): Likewise.
1972
1973 2013-10-25 Yao Qi <yao@codesourcery.com>
1974
1975 * language.h (struct lang_varobj_ops): Declare.
1976 (struct language_defn) <la_varobj_ops>: New field.
1977 * ada-lang.c: Include "varobj.h"
1978 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1979 ada_varobj_ops.
1980 * c-lang.c: Include "varobj.h"
1981 (c_language_defn): Initialize field 'la_varobj_ops' with
1982 c_varobj_ops.
1983 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1984 cplus_varobj_ops.
1985 (asm_language_defn): Initialize field 'la_varobj_ops' with
1986 default_varobj_ops.
1987 (minimal_language_defn): Likewise.
1988 * d-lang.c (d_language_defn): Likewise.
1989 * f-lang.c (f_language_defn): Likewise.
1990 * go-lang.c (go_language_defn): Likewise.
1991 * m2-lang.c (m2_language_defn): Likewise.
1992 * objc-lang.c (objc_language_defn): Likewise.
1993 * opencl-lang.c (opencl_language_defn): Likewise.
1994 * p-lang.c (pascal_language_defn): Likewise.
1995 * language.c (unknown_language_defn): Likewise.
1996 (auto_language_defn): Likewise.
1997 (local_language_defn): Likewise.
1998 * jv-lang.c (java_language_defn): Initialize field
1999 'la_varobj_ops' with java_varobj_ops.
2000 * varobj.c (varobj_create): Update.
2001 * varobj.h (default_varobj_ops): Define macro.
2002
2003 2013-10-25 Pedro Alves <palves@redhat.com>
2004
2005 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
2006 static field value.
2007 (cp_print_static_field): If the value is entirely optimized out,
2008 print <optimized out> here.
2009 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
2010 static field value.
2011 * p-valprint.c (pascal_object_print_static_field): If the value is
2012 entirely optimized out, print <optimized out> here.
2013 * valops.c (do_search_struct_field)
2014 (value_struct_elt_for_reference): No longer handle a NULL static
2015 field value.
2016 * value.c (value_static_field): Return an optimized out value
2017 instead of NULL.
2018
2019 2013-10-25 Yao Qi <yao@codesourcery.com>
2020
2021 * remote.c (remote_traceframe_info): Return early if
2022 traceframe is not selected.
2023
2024 2013-10-25 Yao Qi <yao@codesourcery.com>
2025
2026 * tracepoint.c (traceframe_fun): Remove.
2027 (traceframe_sal): Remove.
2028 (set_traceframe_context): Add local variables.
2029
2030 2013-10-25 Joel Brobecker <brobecker@adacore.com>
2031
2032 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
2033 and parameter name.
2034
2035 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2036
2037 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
2038 failure from register information collection.
2039
2040 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2041
2042 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
2043 member.
2044 (linux_corefile_thread_callback): Update accordingly.
2045 (linux_make_corefile_notes): Likewise.
2046
2047 2013-10-24 Pedro Alves <palves@redhat.com>
2048
2049 * NEWS (New options): Mention set/show startup-with-shell.
2050 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
2051 instead of 3.
2052 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
2053 startup-with-shell'.
2054 (show_startup_with_shell): New function.
2055 (_initialize_fork_child): Register the set/show startup-with-shell
2056 commands.
2057 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
2058 * inf-ttrace.c (inf_ttrace_him): Remove comment.
2059 * procfs.c (procfs_init_inferior): Remove comment.
2060 * infcmd.c (startup_with_shell): New global.
2061 * inferior.h (startup_with_shell): Declare global.
2062 (STARTUP_WITH_SHELL): Delete.
2063 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
2064
2065 2013-10-23 Pedro Alves <palves@redhat.com>
2066
2067 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
2068 * common/signals.c: Include "gdb_assert.h".
2069 (signals): New field 'symbol'.
2070 (SET): Use the 'symbol' parameter.
2071 (gdb_signal_to_symbol_string): New function.
2072 * infrun.c (handle_inferior_event) <random signal>: In debug
2073 output, print the random signal enum as string in addition to its
2074 number.
2075 * target/waitstatus.c (target_waitstatus_to_string): Print the
2076 signal's enum value as string instead of the (POSIX) signal name.
2077
2078 2013-10-23 Gary Benson <gbenson@redhat.com>
2079
2080 PR 16013
2081 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
2082 from 32 to 18. Adjusted fscanf format string accordingly.
2083 (Avoids leaving cmd unterminated.)
2084 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
2085 trun, retn or extra. (Avoids leaving extra unterminated.) Check
2086 that local_address and remote_address will not overflow.
2087 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
2088 leaving dependencies unterminated. Parse size as "%u" to match
2089 definition.
2090
2091 2013-10-22 Pedro Alves <palves@redhat.com>
2092
2093 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
2094 set ecs->random signal.
2095
2096 2013-10-22 Pedro Alves <palves@redhat.com>
2097
2098 * infrun.c (keep_going): Update comments.
2099
2100 2013-10-22 Pedro Alves <palves@redhat.com>
2101
2102 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
2103 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2104
2105 2013-10-22 Pedro Alves <palves@redhat.com>
2106
2107 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
2108 GDB_EXC_BAD_ACCESS.
2109 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
2110 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
2111 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
2112 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
2113 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
2114 (GDB_SIGNAL_LAST): Change description string.
2115 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
2116 Adjust to signal renaming.
2117 * darwin-nat.c (darwin_decode_message): Likewise.
2118
2119 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
2120
2121 * MAINTAINERS (Write After Approval): Add myself to the list.
2122
2123 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
2124
2125 * breakpoint.c (update_watchpoint): If hardware watchpoints are
2126 forced off, downgrade them to software watchpoints if possible,
2127 and error out if not possible.
2128 (watch_command_1): Move watchpoint type selection closer to
2129 watchpoint creation, and extend the comments.
2130
2131 2013-10-18 Pedro Alves <palves@redhat.com>
2132
2133 PR gdb/16062
2134 * infrun.c (handle_inferior_event): Keep going if we got a random
2135 signal we should not stop for, instead of falling through to the
2136 step tests.
2137
2138 2013-10-18 Yao Qi <yao@codesourcery.com>
2139
2140 * c-varobj.c (cplus_number_of_children): Fix indentation.
2141
2142 2013-10-17 Tom Tromey <tromey@redhat.com>
2143
2144 PR gdb/15995:
2145 * printcmd.c (printcmd): Call gdb_flush.
2146
2147 2013-10-17 Tom Tromey <tromey@redhat.com>
2148
2149 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
2150 (elf_locate_sections): Update.
2151
2152 2013-10-17 Yao Qi <yao@codesourcery.com>
2153
2154 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2155 * ada-varobj.c: Remove the include of ada-varobj.h.
2156 (ada_varobj_get_number_of_children): Declare.
2157 (ada_varobj_get_name_of_child): Make it static.
2158 (ada_varobj_get_path_expr_of_child): Likewise.
2159 (ada_varobj_get_value_of_child): Likewise.
2160 (ada_varobj_get_type_of_child): Likewise.
2161 (ada_varobj_get_value_of_array_variable): Likewise.
2162 * ada-varobj.h: Remove.
2163
2164 2013-10-17 Yao Qi <yao@codesourcery.com>
2165
2166 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
2167 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
2168 * ada-varobj.c: Include "varobj.h".
2169 (ada_number_of_children): New. Moved from varobj.c.
2170 (ada_name_of_variable, ada_name_of_child): Likewise.
2171 (ada_path_expr_of_child, ada_value_of_child): Likewise.
2172 (ada_type_of_child, ada_value_of_variable): Likewise.
2173 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
2174 (ada_varobj_ops): New.
2175 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
2176 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
2177 * gdbtypes.h (get_target_type): Declare.
2178 * varobj.c: Remove the inclusion of "ada-varobj.h" and
2179 "ada-lang.h".
2180 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
2181 (ANONYMOUS_UNION_NAME): Likewise.
2182 (get_type, get_value_type, get_target_type): Remove declarations.
2183 (value_get_print_value, varobj_value_get_print_value): Likewise.
2184 (c_number_of_children, c_name_of_variable): Likewise.
2185 (c_name_of_child, c_path_expr_of_child): Likewise.
2186 (c_value_of_child, c_type_of_child): Likewise.
2187 (c_value_of_variable, cplus_number_of_children): Likewise.
2188 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2189 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2190 (cplus_value_of_child, cplus_type_of_child): Likewise.
2191 (cplus_value_of_variable, java_number_of_children): Likewise.
2192 (java_name_of_variable, java_name_of_child): Likewise.
2193 (java_path_expr_of_child, java_value_of_child): Likewise.
2194 (java_type_of_child, java_value_of_variable): Likewise.
2195 (ada_number_of_children, ada_name_of_variable): Likewise.
2196 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2197 (ada_value_of_child, ada_type_of_child): Likewise.
2198 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2199 (ada_value_has_mutated): Likewise.
2200 (struct language_specific): Move it to varobj.h.
2201 (CPLUS_FAKE_CHILD): Move it to varobj.h.
2202 (restrict_range): Rename it varobj_restrict_range. Make it extern.
2203 Callers update.
2204 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
2205 Make it extern.
2206 (is_anonymous_child): Move it to c-varobj.c and rename to
2207 varobj_is_anonymous_child. Caller update.
2208 (get_type): Move it to c-varobj.c.
2209 (get_value_type): Rename it varobj_get_value_type. Make it
2210 extern.
2211 (get_target_type): Move it gdbtypes.c.
2212 (varobj_formatted_print_options): New function.
2213 (value_get_print_value): Rename it to
2214 varobj_value_get_print_value and make it extern.
2215 (varobj_value_is_changeable_p): Make it extern.
2216 (adjust_value_for_child_access): Move it to c-varobj.c.
2217 (default_value_is_changeable_p): Rename it to
2218 varobj_default_value_is_changeable_p. Make it extern.
2219 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
2220 (c_name_of_child, c_path_expr_of_child): Likewise.
2221 (c_value_of_child, c_type_of_child): Likewise.
2222 (c_value_of_variable, cplus_number_of_children): Likewise.
2223 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2224 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2225 (cplus_value_of_child, cplus_type_of_child): Likewise.
2226 (cplus_value_of_variable): Likewise.
2227 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
2228 (java_name_of_child, java_path_expr_of_child): Likewise.
2229 (java_value_of_child, java_type_of_child): Likewise.
2230 (java_value_of_variable): Likewise.
2231 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
2232 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2233 (ada_value_of_child, ada_type_of_child): Likewise.
2234 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2235 (ada_value_has_mutated): Likewise.
2236 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
2237 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
2238 (c_varobj_ops, cplus_varobj_ops): Declare.
2239 (java_varobj_ops, ada_varobj_ops): Declare.
2240 (varobj_default_value_is_changeable_p): Declare.
2241 (varobj_value_is_changeable_p): Declare.
2242 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
2243 (varobj_get_path_expr_parent): Declare.
2244 (varobj_value_get_print_value): Declare.
2245 (varobj_formatted_print_options): Declare.
2246 (varobj_restrict_range): Declare.
2247
2248 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
2249
2250 * target/waitstatus.h (target_waitkind): Remove spurious
2251 character from the comments.
2252
2253 2013-10-17 Joel Brobecker <brobecker@adacore.com>
2254
2255 * gdbarch.sh (get_longjmp_target): Add method documentation.
2256 * gdbarch.h: Regenerate.
2257
2258 2013-10-16 Tom Tromey <tromey@redhat.com>
2259
2260 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2261 label.
2262
2263 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
2264
2265 * gcore.in: Call GDB using the full path to the gcore script.
2266 Error out if the GDB binary is not found.
2267
2268 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2269
2270 PR gdb/16014
2271 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2272 sizeof.
2273
2274 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2275
2276 PR gdb/16042
2277 * target.c (target_disable_btrace): Fix invalid return value for
2278 void function.
2279 (target_teardown_btrace): Likewise.
2280
2281 2013-10-14 Yao Qi <yao@codesourcery.com>
2282
2283 * varobj.c (struct varobj): Move most of the fields to
2284 varobj.h.
2285 (struct varobj_dynamic): New struct.
2286 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2287 (varobj_has_more): Likewise.
2288 (dynamic_varobj_has_child_method): Likewise.
2289 (update_dynamic_varobj_children): Likewise.
2290 (varobj_get_num_children): Likewise.
2291 (varobj_list_children, varobj_pretty_printed_p): Likewise.
2292 (install_new_value_visualizer): Likewise.
2293 (install_new_value_visualizer, install_new_value): Likewise.
2294 (varobj_update, new_variable, free_variable): Likewise.
2295 (my_value_of_variable, value_get_print_value): Likewise.
2296 (install_visualizer): Change the type of parameter 'var' to
2297 'struct varobjd_dynamic *'. Callers update.
2298 * varobj.h (struct varobj): Moved from varobj.c.
2299 (struct varobj) <dynamic>: New field.
2300
2301 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
2302
2303 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2304 as the preferred name of r30.
2305 * nios2-linux-tdep.c (reg_offsets): Likewise.
2306 * features/nios2-cpu.xml: Likewise.
2307 * features/nios2-linux.c: Regenerated.
2308 * features/nios2.c: Regenerated.
2309 * regformats/nios2-linux.dat: Regenerated.
2310
2311 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2312
2313 Canonicalize directories for EXEC_FILENAME.
2314 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2315 exec_filename.
2316 * utils.c (gdb_realpath_keepfile): New function.
2317 * utils.h (gdb_realpath_keepfile): New declaration.
2318
2319 2013-10-11 Doug Evans <dje@google.com>
2320
2321 * Makefile.in (GDBFLAGS): New variable.
2322 (run): New rule.
2323
2324 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2325
2326 * NEWS: Add entry documenting the new "-catch-assert" and
2327 "-catch-exception" GDB/MI commands.
2328
2329 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2330
2331 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2332 "enabled".
2333 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2334 "enabled". Set B->ENABLE_STATE accordingly.
2335 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2336 ada-lang.c.
2337 (create_ada_exception_catchpoint): Add declaration.
2338 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2339 (create_ada_exception_catchpoint): Make non-static. Add new
2340 parameter "disabled". Use it in call to
2341 init_ada_exception_breakpoint.
2342 (catch_ada_exception_command): Add parameter "enabled" in call
2343 to create_ada_exception_catchpoint.
2344 (catch_assert_command): Likewise.
2345
2346 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2347 Add declarations.
2348 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2349 "catch-exception" commands.
2350 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2351 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2352
2353 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2354
2355 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2356 "enum exception_catchpoint_kind". Replace the "ex_" prefix
2357 of all its enumerates with "ada_". Update the rest of this
2358 file throughout.
2359
2360 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2361
2362 * ada-lang.c (ada_decode_exception_location): Delete.
2363 (create_ada_exception_catchpoint): Remove arguments "sal",
2364 "addr_string" and "ops". Add argument "ex_kind" instead.
2365 Adjust implementation accordingly, calling ada_exception_sal
2366 to get the entities it no longer gets passed as arguments.
2367 Document the function's arguments.
2368 (catch_ada_exception_command): Use catch_ada_exception_command_split
2369 instead of ada_decode_exception_location, and update call to
2370 create_ada_exception_catchpoint.
2371 (catch_ada_assert_command_split): Renames
2372 ada_decode_assert_location. Remove parameters "addr_string" and
2373 "ops", and now returns void. Adjust implementation accordingly.
2374 Update the function documentation.
2375 (catch_assert_command): Use catch_ada_assert_command_split
2376 instead of ada_decode_assert_location. Update call to
2377 create_ada_exception_catchpoint.
2378
2379 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2380
2381 * utils.h (perror_warning_with_name): Add declaration.
2382 * utils.c (perror_warning_with_name): New function.
2383 * cli/cli-cmds.c (source_script_with_search): Add call to
2384 perror_warning_with_name if from_tty is nul.
2385
2386 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2387
2388 * utils.c (perror_string): New function, extracted out of
2389 throw_perror_with_name.
2390 (throw_perror_with_name): Rework to use perror_string.
2391
2392 2013-10-11 Yao Qi <yao@codesourcery.com>
2393
2394 * remote.c (discard_pending_stop_replies_in_queue): Update
2395 declaration.
2396 (struct stop_reply) <rs>: New field.
2397 (remove_stop_reply_of_remote_state): New function.
2398 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2399 Callers update. Pass remove_stop_reply_of_remote_state to
2400 QUEUE_iterate.
2401 (remote_parse_stop_reply): Initialize field 'rs'.
2402
2403 2013-10-10 Will Newton <will.newton@linaro.org>
2404
2405 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2406 linux_init_abi.
2407
2408 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2409
2410 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2411 serial_baud_show_cmd.
2412 (_initialize_cli_cmds): Delete the code creating the
2413 "set/show remotebaud" commands.
2414 * serial.c (baud_rate): Move here from top.c.
2415 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2416 (_initialize_serial): Create "set/show serial baud" commands.
2417 Add "set/show remotebaud" command aliases.
2418 * top.c (baud_rate): Moved to serial.c.
2419 * NEWS: Document the new "set/show serial baud" commands,
2420 replacing "set/show remotebaud".
2421
2422 2013-10-09 Pedro Alves <palves@redhat.com>
2423
2424 * breakpoint.c (insert_bp_location): Use memory_error_message to
2425 build the memory error string.
2426 * c-lang.c: Include "gdbcore.h".
2427 (c_get_string): Use memory_error to throw error.
2428 (target_xfer_memory_error): Delete.
2429 (memory_error_message): New, factored out from
2430 target_xfer_memory_error.
2431 (memory_error): Change parameter type to target_xfer_error.
2432 Rewrite.
2433 (read_memory): Use memory_error instead of
2434 target_xfer_memory_error.
2435 * gdbcore.h: Include "target.h".
2436 (memory_error): Change parameter type to target_xfer_error.
2437 (memory_error_message): Declare function.
2438 * target.c (target_read_memory, target_read_stack)
2439 (target_write_memory, target_write_raw_memory): Return
2440 TARGET_XFER_E_IO on error. Adjust comments.
2441 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2442 instead of EIO.
2443 * target.h (target_read, target_insert_breakpoint)
2444 (target_remove_breakpoint): Adjust comments.
2445 * valprint.c (partial_memory_read): Rename parameter, and adjust
2446 comment.
2447 (val_print_string): Use memory_error_message to build the memory
2448 error string.
2449
2450 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2451
2452 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2453 result variable. Rename variable fopen_e_ever_failed to
2454 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
2455
2456 2013-10-09 Pedro Alves <palves@redhat.com>
2457
2458 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2459 (monitor_write_memory_longlongs, monitor_write_memory_block):
2460 Constify 'myaddr' parameter.
2461 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2462 helper.
2463 (monitor_xfer_partial): New function.
2464 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2465 hook. Install a to_xfer_partial hook.
2466
2467 2013-10-09 Tom Tromey <tromey@redhat.com>
2468
2469 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2470 bfd_get_alt_debug_link_info.
2471
2472 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 New flag OBJF_NOT_FILENAME.
2475 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2476 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2477 allocate_objfile.
2478 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2479 symbol_file_add_from_bfd.
2480 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2481 allocate_objfile.
2482 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2483 NULL.
2484 * objfiles.h (OBJF_NOT_FILENAME): New.
2485
2486 2013-10-08 Tom Tromey <tromey@redhat.com>
2487
2488 * Makefile.in (SFILES): Add build-id.c.
2489 (HFILES_NO_SRCDIR): Add build-id.h.
2490 * build-id.c: New file, largely from elfread.c. Modified
2491 most functions.
2492 * build-id.h: New file.
2493 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2494 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
2495 Search for dwz file using build-id.
2496 * elfread.c (build_id_bfd_get, build_id_verify)
2497 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2498
2499 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2500
2501 * ada-lang.c (compare_names_with_case): Renamed from
2502 compare_names, adding a new parameter "casing" and its handling.
2503 New function documentation.
2504 (compare_names): New function, implemented using
2505 compare_names_with_case.
2506
2507 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2508
2509 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2510
2511 2013-10-07 Tom Tromey <tromey@redhat.com>
2512
2513 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2514 demangled_names_hash.
2515 (free_objfile): Don't delete the demangled_names_hash.
2516 * objfiles.h (struct objfile_per_bfd_storage)
2517 <demangled_names_hash>: New field.
2518 (struct objfile) <demangled_names_hash>: Move to
2519 objfile_per_bfd_storage.
2520 * symfile.c (reread_symbols): Don't delete the
2521 demangled_names_hash.
2522 * symtab.c (create_demangled_names_hash): Update.
2523 (symbol_set_names): Update.
2524
2525 2013-10-07 Tom Tromey <tromey@redhat.com>
2526
2527 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2528 needs_relocations>: New fields.
2529 (gdb_bfd_requires_relocations): New function.
2530 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2531 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2532 the BFD needs relocations applied.
2533
2534 2013-10-07 Pedro Alves <palves@redhat.com>
2535
2536 PR breakpoints/11568
2537 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2538 the thread list" instead of "gone".
2539
2540 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2541
2542 * NEWS: Mention new convenience variable $_exitsignal.
2543 * corelow.c (core_open): Reset exit convenience variables. Set
2544 $_exitsignal to the uncaught signal which generated the corefile.
2545 * infrun.c (handle_inferior_event): Reset exit convenience
2546 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2547 (clear_exit_convenience_vars): New function.
2548 * inferior.h (clear_exit_convenience_vars): New prototype.
2549
2550 2013-10-06 Yao Qi <yao@codesourcery.com>
2551
2552 * varobj.h: Add comments to enum varobj_languages.
2553
2554 2013-10-04 Doug Evans <dje@google.com>
2555
2556 Add support for DWP file format version 2.
2557 * NEWS: Mention support for DWP file format version 2.
2558 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2559 union of asection, containing_section. New fields virtual_offset
2560 and is_virtual. Change type of readin filed from int to char.
2561 (dwo_sections, dwo_file): Tweak comments.
2562 (dwp_v2_section_ids): New enum.
2563 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2564 str_offsets, types.
2565 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2566 All uses updated.
2567 (virtual_v2_dwo_sections): New struct.
2568 (dwp_hash_table): New fields version, nr_columns. Change type of
2569 section_pool field to a union.
2570 (dwp_file): New field version.
2571 (dwarf2_has_info): Check for virtual sections.
2572 (get_containing_section): New function.
2573 (get_section_bfd_owner, get_section_bfd_section): Call it.
2574 (dwarf2_locate_sections): Update.
2575 (dwarf2_section_empty_p): Update.
2576 (dwarf2_read_section): Handle virtual sections.
2577 (locate_dwz_sections): Update.
2578 (create_dwp_hash_table): Document and handle V2 format.
2579 (locate_v1_virtual_dwo_sections): Renamed from
2580 locate_virtual_dwo_sections and update. All callers updated.
2581 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2582 Delete arg htab. Rename arg section_index to unit_index.
2583 All callers updated.
2584 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2585 All uses updated.
2586 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2587 (lookup_dwo_unit_in_dwp): Add V2 support.
2588 (dwarf2_locate_dwo_sections): Update.
2589 (dwarf2_locate_common_dwp_sections): Renamed from
2590 dwarf2_locate_dwp_sections and update. All callers updated.
2591 (dwarf2_locate_v2_dwp_sections): New function.
2592 (open_and_init_dwp_file): Add V2 support.
2593 (read_str_index): New locals str_section, str_offsets_section.
2594
2595 2013-10-04 Pedro Alves <palves@redhat.com>
2596
2597 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2598 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2599 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2600 describing comments with references to ptid.h.
2601 * common/ptid.h: Remove intro description of constructors,
2602 accessors and predicates.
2603 (struct ptid): Reformat.
2604 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2605 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2606 describing comments.
2607
2608 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2609
2610 * aix-thread.c (sync_threadlists): Add missing ')' in call
2611 to ptid_build.
2612
2613 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2614
2615 * procfs.c (procfs_init_inferior): Fix typo causing the build
2616 to fail.
2617
2618 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2619
2620 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2621
2622 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2623
2624 * mi/mi-main.c (run_one_inferior): Add function description.
2625 Make ARG a pointer to an integer whose value determines whether
2626 we should "run" or "start" the program.
2627 (mi_cmd_exec_run): Add handling of the "--start" option.
2628 Reject all other command-line options.
2629 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2630
2631 2013-10-04 Yao Qi <yao@codesourcery.com>
2632
2633 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2634 (struct notif_client) <pending_event>: Moved
2635 to struct remote_notif_state.
2636 <id>: New field.
2637 (struct remote_notif_state) <pending_event>: New field.
2638 (notif_event_xfree): Declare.
2639 * remote-notif.c (handle_notification): Adjust.
2640 (notif_event_xfree): New function.
2641 (do_notif_event_xfree): Call notif_event_xfree.
2642 (remote_notif_state_xfree): Call notif_event_xfree to free
2643 each element in field pending_event.
2644 * remote.c (discard_pending_stop_replies): Remove declaration.
2645 (discard_pending_stop_replies_in_queue): Declare.
2646 (remote_close): Call discard_pending_stop_replies_in_queue
2647 instead of discard_pending_stop_replies.
2648 (remote_start_remote): Adjust.
2649 (stop_reply_xfree): Call notif_event_xfree.
2650 (notif_client_stop): Adjust initialization.
2651 (remote_notif_remove_all): Rename it to ...
2652 (remove_stop_reply_for_inferior): ... this. Update comments.
2653 Don't check INF is NULL.
2654 (discard_pending_stop_replies): Return early if notif_state is
2655 NULL. Adjust. Don't check INF is NULL.
2656 (remote_notif_get_pending_events): Adjust.
2657 (discard_pending_stop_replies_in_queue): New function.
2658 (remote_wait_ns): Likewise.
2659
2660 2013-10-04 Yao Qi <yao@codesourcery.com>
2661
2662 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2663 (notif_queue): Remove.
2664 (remote_notif_process): Add one parameter 'notif_queue'.
2665 Update comments. Callers update.
2666 (remote_async_get_pending_events_token): Remove.
2667 (remote_notif_register_async_event_handler): Remove.
2668 (remote_notif_unregister_async_event_handler): Remove.
2669 (handle_notification): Add parameter 'notif_queue'. Update
2670 comments. Callers update.
2671 (notif_xfree): Remove.
2672 (remote_notif_state_allocate): New function.
2673 (remote_notif_state_xfree): New function.
2674 (_initialize_notif): Remove code to allocate queue.
2675 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2676 (struct remote_notif_state): New.
2677 (handle_notification): Update declaration.
2678 (remote_notif_process): Likewise.
2679 (remote_notif_register_async_event_handler): Remove.
2680 (remote_notif_unregister_async_event_handler): Remove.
2681 (remote_notif_state_allocate): Declare.
2682 (remote_notif_state_xfree): Declare.
2683 * remote.c (struct remote_state) <notif_state>: New field.
2684 (remote_close): Don't call
2685 remote_notif_unregister_async_event_handler. Call
2686 remote_notif_state_xfree.
2687 (remote_open_1): Don't call
2688 remote_notif_register_async_event_handler. Call
2689 remote_notif_state_allocate.
2690
2691 2013-10-04 Yao Qi <yao@codesourcery.com>
2692
2693 * varobj.c (create_child_with_value): Remove 'const' from the
2694 type of parameter 'name'.
2695 (varobj_add_child): Likewise.
2696 (install_dynamic_child): Remove 'const' from the type of
2697 parameter 'name'.
2698 (varobj_add_child): Likewise.
2699 (create_child_with_value): Likewise. Update comments. Don't
2700 duplicate 'name'.
2701 (update_dynamic_varobj_children): Duplicate 'name'
2702 and pass it to install_dynamic_child.
2703
2704 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2705
2706 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2707 conversion logic to occur after PyLong_Check. Comment on order
2708 change significance.
2709 * python/py-arch.c (archpy_disassemble): Comment on order of
2710 conversion for integers and longs.
2711
2712 2013-10-03 Pedro Alves <palves@redhat.com>
2713
2714 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2715 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2716 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2717 PTRACE_O_TRACEFORK is not supported.
2718 (linux_test_for_tracesysgood): New function.
2719 (linux_test_for_tracefork): New function, factored out from
2720 linux_check_ptrace_features, and also don't kill child_pid here.
2721
2722 2013-10-03 Tristan Gingold <gingold@adacore.com>
2723
2724 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2725 Remove verbose error reporting. Use detected state to
2726 thread_set_state call.
2727 (i386_darwin_dr_get): Fix return type. Remove verbose error
2728 report.
2729 Remove trailing spaces.
2730
2731 2013-10-02 Pedro Alves <palves@redhat.com>
2732
2733 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2734 val_print_optimized_out.
2735 * jv-valprint.c (java_print_value_fields): Likewise.
2736 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2737 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2738 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2739 new optimized out value.
2740 * findvar.c (address_from_register): Likewise.
2741 * frame.c (put_frame_register): Tweak error string to say the
2742 register was not saved, rather than optimized out.
2743 * infcmd.c (default_print_one_register_info): Adjust call to
2744 val_print_optimized_out. Use value_of_register instead of
2745 get_frame_register_value.
2746 * mi/mi-main.c (output_register): Use value_of_register instead of
2747 get_frame_register_value.
2748 * valprint.c (valprint_check_validity): Likewise.
2749 (val_print_optimized_out): New value parameter. If the value is
2750 lval_register, print <not saved> instead.
2751 (value_check_printable, val_print_scalar_formatted): Adjust calls
2752 to val_print_optimized_out.
2753 * valprint.h (val_print_optimized_out): New value parameter.
2754 * value.c (struct value) <optimized_out>: Extend comment.
2755 (error_value_optimized_out): New function.
2756 (require_not_optimized_out): Use it. Use a different string for
2757 lval_register values.
2758 * value.h (error_value_optimized_out): New declaration.
2759 * NEWS: Mention <not saved>.
2760
2761 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2762
2763 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2764 strcmp to compare two symtab filenames.
2765
2766 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2767
2768 * symtab.c (search_symbols_equal): Delete.
2769 (sort_search_symbols_remove_dups): Replace call to
2770 search_symbols_equal by call to compare_search_syms,
2771 adjusting as necessary.
2772
2773 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2774
2775 PR python/15579
2776 * python/python.c: Document gdb.execute command in Python help.
2777
2778 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2779
2780 * python/py-frame.c (frame_info_to_frame_object): Use
2781 gdbpy_convert_exception. Clean up Python object on failure.
2782
2783 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2784
2785 * python/lib/gdb/command/frame_filters.py
2786 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2787 (ShowFrameFilterPriority.invoke): Ditto.
2788
2789 2013-10-01 Keith Seitz <keiths@redhat.com>
2790
2791 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2792 (parse_linespec): Make 'argptr' const.
2793 Remove temporary cast of 'argptr' to const char **.
2794 (decode_line_full): Pass const pointer to parse_linespec.
2795 (decode_line_1): Likewise.
2796 (decode_objc): Make local variable 'new_argptr' const.
2797 (find_function_symbols): Remove temporary cast to char *
2798 to find_imps.
2799 * objc-lang.c (find_imps): Make argument 'method' const.
2800 Return const.
2801 * objc-lang.h (find_imps): Likewise.
2802
2803 2013-10-01 Keith Seitz <keiths@redhat.com>
2804
2805 * completer.c (skip_quoted_chars): Make all arguments const.
2806 Return const.
2807 (skip_quoted): Likewise.
2808 * completer.h (skip_quoted_chars): Likewise.
2809 (skip_quoted): Likewise.
2810 * defs.h (skip_quoted): Remove duplicate declaration.
2811 * jv-exp.y: Include completer.h.
2812 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2813 * p-exp.y: Include completer.h.
2814
2815 2013-10-01 Keith Seitz <keiths@redhat.com>
2816
2817 * c-exp.y (parse_number): Make first argument const.
2818 Make a copy of the input to manipulate.
2819 (c_parse_escape): Make first argument const.
2820 Make local variable 'tokptr' const.
2821 (parse_string_or_char): Make first two arguments const.
2822 (macro_original_text): Make const.
2823 (lex_one_token): Make local variable 'tokstart' const.
2824 Likewise for local variables named 'p'.
2825 Cast away const for struct stoken (temporary).
2826 * c-lang.h (c_parse_escpae): Make first argument const.
2827 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2828 const.
2829 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2830 var_string case.
2831 * f-exp.y (parse_number): Make first argument const.
2832 (match_string_literal): Make local variable 'tokstart'
2833 const.
2834 (yylex): Make local variable 'p' const.
2835 Cast away const for struct stoken (temporary).
2836 * go-exp.y (parse_number): Make first argument const.
2837 (parse_string_or_char): Likewise.
2838 Make local variable 'tokstart' const.
2839 (lex_one_token): Likewise for numerous locals called 'p'.
2840 Cast away const for struct stoken (temporary).
2841 * jv-exp.y (parse_number): Make first argument const.
2842 Make local variables 'tokstart' and 'tokptr' const.
2843 Cast away const for call to skip_quoted (temporary).
2844 (yylex): Make local variable 'p' const.
2845 Cast away const for struct stoken (temporary).
2846 * m2-exp.y (parse_number): Make local variable 'p' const.
2847 (yylex): Likewise for 'tokstart'.
2848 Cast away const for struct stoken (temporary).
2849 Make local variable 'p' const.
2850 * macroexp.c (get_character_constant): Pass a const string
2851 to c_parse_escape.
2852 (get_string_literal): Likewise.
2853 (macro_expand_next): Make first argument const.
2854 Cast away const for init_shared_buffer.
2855 * macroexp.h (macro_expand_next): Make first argument const.
2856 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2857 Pass a const string to c_parse_escape.
2858 Make local variables 'p' and 'namestart' const.
2859 * parse.c (lexptr): Make const.
2860 (prev_lexptr): Likewise.
2861 (find_template_name_end): Return const.
2862 Make argument const, too.
2863 (parse_exp_in_context): Make first argument const.
2864 Remove the entire const_hack.
2865 (parse_exp_in_context_1): Make first argument const.
2866 * parser-defs.h (find_template_name_end): Return const.
2867 Make argument const, too.
2868 (lexptr): Make const.
2869 (prev_lexptr): Likewise.
2870 * utils.c (parse_escape): Make second argument const.
2871 * utils.h (parse_escape): Likewise.
2872
2873 2013-10-01 Keith Seitz <keiths@redhat.com>
2874
2875 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2876 is now const.
2877 (block_lookup): Make 'raw_name' and 'name' const.
2878 * ada-lex.l (processString): Update for struct stoken.ptr.
2879 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2880 (operator_stoken): Likewise.
2881 (lex_one_token): Remove temporary cast to char * for
2882 'yylval.sval.ptr'.
2883 * f-exp.y (yylex): Likewise.
2884 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2885 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2886 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2887 'yylval.sval.ptr'.
2888 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2889 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2890 * linespec.c (struct ls_parser): Make 'stream' const.
2891 (find_parameter_list_end): Make argument 'input' and local
2892 variable 'p' const.
2893 (linespec_lexer_lex_string): Make local variables 'start' and
2894 'p' const.
2895 Use skip_spaces_const instead of skip_spaces.
2896 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2897 const.
2898 (parse_linespec): Temporarily cast 'argptr' to const for
2899 'parser->lexer.stream'.
2900 * m2-exp.y (yylex): Remove temporary cast to char * for
2901 'yylval.sval.ptr'.
2902 * objc-lang.c (add_msglist): Make local variable 'p' const.
2903 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2904 (exp : STRING): Make 'sp' const.
2905 (parse_number): Make argument 'p' const.
2906 * parser-defs.h (struct stoken): Make 'ptr' const.
2907
2908 2013-10-01 Doug Evans <dje@google.com>
2909
2910 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2911
2912 2013-10-01 Yao Qi <yao@codesourcery.com>
2913
2914 * varobj.c (c_value_of_root): Remove declaration.
2915 (cplus_value_of_root, java_value_of_root): Likewise.
2916 (ada_value_of_root): Likewise.
2917 (struct language_specific) <value_of_root>: Remove.
2918 (languages): Update initialization.
2919 (check_scope): Move earlier.
2920 (c_value_of_root): Move earlier and rename to ...
2921 (value_of_root_1): ... this.
2922 (value_of_root): Caller update.
2923 (cplus_value_of_root, java_value_of_root): Remove.
2924 (ada_value_of_root): Remove.
2925
2926 2013-10-01 Yao Qi <yao@codesourcery.com>
2927
2928 * varobj.c (varobj_format_string): Remove "unknown".
2929 (languages): Remove the first element.
2930 * varobj.h (enum varobj_languages): Remove vlang_c.
2931
2932 2013-10-01 Yao Qi <yao@codesourcery.com>
2933
2934 * varobj.c (struct language_specific) <language>: Remove.
2935 (languages): Update the initialization.
2936
2937 2013-10-01 Yao Qi <yao@codesourcery.com>
2938
2939 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2940 "solib-target.h". Include "windows-tdep.h".
2941 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2942 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2943 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2944 windows-tdep.o to gdb_target_obs.
2945
2946 2013-10-01 Yao Qi <yao@codesourcery.com>
2947
2948 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2949 "solib-target.h".
2950 (amd64_windows_init_abi): Don't call set_solib_ops and
2951 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2952 windows_init_abi instead.
2953 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2954 "solib-target.h".
2955 (i386_cygwin_init_abi): Don't call set_solib_ops,
2956 set_gdbarch_has_dos_based_file_system and
2957 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2958 windows_init_abi instead.
2959 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2960 (windows_init_abi): New function.
2961 (windows_iterate_over_objfiles_in_search_order): Make it
2962 static.
2963 * windows-tdep.h (windows_init_abi): Declare.
2964 (windows_iterate_over_objfiles_in_search_order): Remove
2965 declaration.
2966
2967 2013-10-01 Jerome Guitton <guitton@adacore.com>
2968
2969 Checked in by Joel Brobecker <brobecker@adacore.com>
2970 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2971 incomplete dictionnary instead of None in case of missing
2972 environment variables.
2973 (elinos_init): in case of an incomplete environment, best
2974 effort to load system libraries instead of abort.
2975
2976 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2977
2978 * ada-lang.c (ada_has_this_exception_support): Ignore
2979 mst_solib_trampoline minimal symbols.
2980
2981 2013-09-30 Tristan Gingold <gingold@adacore.com>
2982
2983 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2984 hardware watchpoint.
2985 (i386_darwin_dr_set): Support 32 and 64 bit states.
2986 (i386_darwin_dr_get): Likewise.
2987 (i386_darwin_dr_set_control): Make static.
2988 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2989 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2990
2991 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2992
2993 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2994 Replace TIDGET with ptid_get_lwp.
2995 Replace GET_LWP with ptid_get_lwp.
2996 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2997 Replace BUILD_THREAD with ptid_build.
2998 Replace BUILD_LWP with ptid_build.
2999 Replace PIDGET with ptid_get_pid.
3000 Replace TIDGET with ptid_get_lwp.
3001 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
3002 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3003 Replace TIDGET with ptid_get_lwp.
3004 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
3005 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
3006 Replace TIDGET with ptid_get_lwp.
3007 Replace GET_LWP with ptid_get_lwp.
3008 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
3009 * auxv.c: Likewise.
3010 * breakpoint.c: Likewise.
3011 * common/ptid.c (ptid_is_pid): Condense check for
3012 null_ptid and minus_one_ptid.
3013 (ptid_lwp_p): New function.
3014 (ptid_tid_p): New function.
3015 * common/ptid.h: Update comments for accessors.
3016 (ptid_lwp_p): New prototype.
3017 (ptid_tid_p): New prototype.
3018 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
3019 * gcore.c: Replace PIDGET with ptid_get_pid.
3020 * gdbthread.h: Likewise.
3021 * gnu-nat.c: Likewise.
3022 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
3023 Replace TIDGET with ptid_get_lwp.
3024 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
3025 * hppanbsd-nat.c: Likewise.
3026 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
3027 Replace TIDGET with ptid_get_lwp.
3028 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
3029 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3030 * infcmd.c: Likewise.
3031 * inferior.h: Likewise.
3032 * inflow.c: Likewise.
3033 * infrun.c: Likewise.
3034 * linux-fork.c: Likewise.
3035 * linux-nat.c: Replace PIDGET with ptid_get_pid.
3036 Replace GET_PID with ptid_get_pid.
3037 Replace is_lwp with ptid_lwp_p.
3038 Replace GET_LWP with ptid_get_lwp.
3039 Replace BUILD_LWP with ptid_build.
3040
3041 2013-09-28 Mike Frysinger <vapier@gentoo.org>
3042
3043 * common/linux-btrace.c: Move sys/syscall.h out of the
3044 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
3045 Also check for SYS_perf_event_open before attempting to buid.
3046
3047 2013-09-27 Doug Evans <dje@google.com>
3048
3049 * dwarf2read.c (dwarf2_section_info): Add comment.
3050 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
3051 All uses updated.
3052 (dwarf2_section_empty_p): Rename arg from "info" to "section".
3053 (dwarf2_read_section): Delete unused local "header". Add section
3054 name to error message.
3055 (create_dwo_in_dwp): Tweak comment.
3056 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
3057
3058 * dwarf2read.c (die_reader_specs): Tweak comment.
3059 (get_section_bfd_owner, get_section_bfd_section): New functions.
3060 (get_section_name, get_section_file_name): New functions.
3061 (get_section_id, get_section_flags): New functions.
3062 (*): Use new functions to access section fields.
3063
3064 * dwarf2read.c (struct dwo_file): Add/tweak comments.
3065 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
3066 arg "htab". All callers updated.
3067 (create_debug_types_hash_table): Remove redundant copy of
3068 abbrev_section.
3069 (create_dwo_in_dwp): Tweak comments.
3070 (read_str_index): Tweak comment. Record dwarf form name in static
3071 local.
3072
3073 2013-09-27 Pedro Alves <palves@redhat.com>
3074
3075 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
3076 (remote_filename_p): Add comment.
3077 * remote.c (remote_filename_p): Adjust to use
3078 REMOTE_SYSROOT_PREFIX.
3079 * solib.c (solib_find): When deciding whether we need to add a
3080 directory separator, check whether the sysroot is "remote:"
3081 instead of checking whether the patch has a drive spec. Add
3082 comments.
3083
3084 2013-09-27 Pedro Alves <palves@redhat.com>
3085
3086 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
3087 Delete fields.
3088 (remote_parse_stop_reply): Adjust, setting event->ws.kind
3089 directly.
3090
3091 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 Fix set debug frame output.
3094 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
3095 SENTINEL_FRAME entry lower to match enum frame_type order.
3096
3097 2013-09-26 Pierre Muller <muller@sourceware.org>
3098
3099 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
3100 AMD64_R15_REGNUM when a register index is expected.
3101 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
3102 Substitute in array.
3103 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
3104 (amd64_push_arguments): Substitute in integer_regnum array.
3105
3106 2013-09-25 Doug Evans <dje@google.com>
3107
3108 * objfiles.c (allocate_objfile): Move comment to better place.
3109
3110 New option "set debug symfile on".
3111 * NEWS: Mention "set debug symfile".
3112 * Makefile.in (SFILES): Add symfile-debug.c.
3113 (COMMON_OBS): Add symfile-debug.o.
3114 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
3115 objfile's symbol functions.
3116 * objfiles.h (objfile_set_sym_fns): Declare.
3117 * symfile-debug.c: New file.
3118 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
3119 objfile's symbol functions.
3120 (reread_symbols): Ditto.
3121
3122 * symfile.h (struct sym_fns): Delete member "sym_flavour".
3123 All uses updated.
3124 (add_symtab_fns): Update prototype.
3125 * symfile.c (sym_fns_ptr): Delete. Replace with ...
3126 (registered_sym_fns): ... this.
3127 (symtab_fns): Update.
3128 (add_symtab_fns): New arg "flavour". All callers updated.
3129 (find_sym_fns): Rewrite to use new sym_fns registry.
3130
3131 * symfile.h (struct sym_fns): Add "objfile" argument to
3132 sym_read_linetable. All uses updated.
3133
3134 * symtab.c (domain_name, search_domain_name): New functions.
3135 * symtab.h (domain_name, search_domain_name): Declare.
3136
3137 * symfile.h (struct quick_symbol_functions): Reorg arg list of
3138 map_matching_symbols so objfile is first. All uses updated.
3139 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
3140 * psymtab.c (map_matching_symbols_psymtab): Update signature.
3141
3142 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3143
3144 PR shlibs/8882
3145 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
3146 link map entries.
3147
3148 2013-09-24 Doug Evans <dje@google.com>
3149
3150 * objfiles.c (free_objfile): Move comment.
3151
3152 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3153
3154 * ada-exp.y (string_to_operator): Delete.
3155 (dummy_string_to_ada_operator): Delete.
3156
3157 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3158
3159 Revert:
3160 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3161 amd64-tdep.c.
3162 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3163 call_dummy_integer_regs, and classify.
3164 * amd64-tdep.h (amd64_classify): Add declaration.
3165 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3166 (amd64_reg_class): Delete, moved to i386-tdep.h.
3167 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3168 Replace call to amd64_classify by call to tdep->classify.
3169 (amd64_push_arguments): Get the list of registers to use for
3170 passing integer parameters from the gdbarch tdep structure,
3171 rather than using a hardcoded one. Replace calls to amd64_classify
3172 by calls to tdep->classify.
3173 (amd64_push_dummy_call): Get the register number used for
3174 the "hidden" argument from tdep->call_dummy_integer_regs.
3175 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3176 and tdep->call_dummy_integer_regs. Set tdep->classify.
3177
3178 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3179
3180 Revert:
3181 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3182 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3183 where tdep->memory_args_by_pointer is non-zero.
3184
3185 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3186
3187 Revert:
3188 * i386-tdep.h (struct gdbarch_tdep): Add new field
3189 integer_param_regs_saved_in_caller_frame.
3190 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3191 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3192
3193 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3194
3195 * amd64-windows-tdep.c: #include "value.h"
3196 (amd64_windows_classify): Delete.
3197 (amd64_windows_passed_by_integer_register)
3198 (amd64_windows_passed_by_xmm_register)
3199 (amd64_windows_passed_by_pointer)
3200 (amd64_windows_adjust_args_passed_by_pointer)
3201 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
3202 (amd64_windows_push_dummy_call): New functions.
3203 (amd64_windows_init_abi): Remove setting of
3204 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
3205 tdep->classify, tdep->memory_args_by_pointer and
3206 tdep->integer_param_regs_saved_in_caller_frame.
3207 Add call to set_gdbarch_push_dummy_call.
3208
3209 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3210
3211 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
3212 objfile->original_name.
3213
3214 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3215
3216 Pass down original filename for objfile.
3217 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
3218 * elfread.c (elf_symfile_read): Likewise.
3219 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
3220 longer set ORIGINAL_NAME.
3221 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
3222 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
3223 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
3224 symbol_file_add_from_bfd call.
3225 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
3226 (macho_check_dsym): Add parameter filenamep. Change function comment.
3227 Set *filenamep.
3228 (macho_symfile_read): New variable dsym_filename. Update
3229 macho_check_dsym call. Use it for symbol_file_add_separate.
3230 * objfiles.c (allocate_objfile): Add parameter name. New comment for
3231 it. Use it for objfile->original_name.
3232 (objfile_name): Return OBFD's filename, if available.
3233 * objfiles.h (allocate_objfile): Add new parameter name.
3234 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
3235 * symfile-mem.c (symbol_file_add_from_memory): Update
3236 symbol_file_add_from_bfd call.
3237 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
3238 comment for it.
3239 (symbol_file_add_with_addrs): New parameter name, add function comment
3240 for it. Remove variable name. Update allocate_objfile call.
3241 (symbol_file_add_separate): New parameter name, add function comment
3242 for it. Update symbol_file_add_with_addrs call.
3243 (symbol_file_add_from_bfd): New parameter name. Update
3244 symbol_file_add_with_addrs call.
3245 (symbol_file_add): Update symbol_file_add_from_bfd call.
3246 (reread_symbols): New variable original_name. Save
3247 objfile->original_name by it.
3248 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3249 second parameter.
3250
3251 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3252
3253 Code cleanup: Add objfile_name accessor function.
3254 * ada-lang.c (is_known_support_routine): Use objfile_name.
3255 * auto-load.c (source_gdb_script_for_objfile)
3256 (auto_load_objfile_script): Likewise.
3257 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3258 * dbxread.c (dbx_symfile_read): Likewise.
3259 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3260 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3261 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3262 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3263 (lookup_dwp_signatured_type, lookup_dwo_unit)
3264 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3265 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3266 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3267 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3268 (dwarf2_record_block_ranges, read_common_block, read_typedef)
3269 (read_subrange_type, load_partial_dies, read_partial_die)
3270 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3271 (die_containing_type, build_error_marker_type, lookup_die_type)
3272 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3273 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3274 (get_DW_AT_signature_type, write_psymtabs_to_index)
3275 (save_gdb_index_command): Likewise.
3276 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3277 Likewise.
3278 * expprint.c (dump_subexp_body_standard): Likewise.
3279 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3280 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3281 original_name.
3282 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3283 obj_name, use objfile_name for it, use the variable.
3284 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3285 Use objfile_name.
3286 * machoread.c (macho_symtab_read, macho_check_dsym)
3287 (macho_symfile_relocate): Likewise.
3288 * maint.c (maintenance_translate_address): Likewise.
3289 * minidebug.c (find_separate_debug_file_in_section): Likewise.
3290 * minsyms.c (install_minimal_symbols): Likewise.
3291 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3292 original_name.
3293 (filter_overlapping_sections): Use objfile_name.
3294 (objfile_name): New function.
3295 * objfiles.h (struct objfile): Rename field name to original_name.
3296 (objfile_name): New prototype.
3297 * printcmd.c (sym_info, address_info): Use objfile_name.
3298 * probe.c (parse_probes, collect_probes, compare_probes)
3299 (info_probes_for_ops): Likewise.
3300 * progspace.c (clone_program_space): Likewise.
3301 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3302 (maintenance_info_psymtabs): Likewise.
3303 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3304 (source_section_scripts): Likewise.
3305 * python/py-objfile.c (objfpy_get_filename): Likewise.
3306 * python/py-progspace.c (pspy_get_filename): Likewise.
3307 * solib-aix.c (solib_aix_get_toc_value): Likewise.
3308 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3309 * solib.c (solib_read_symbols): Likewise.
3310 * stabsread.c (scan_file_globals): Likewise.
3311 * stap-probe.c (handle_stap_probe): Likewise.
3312 * symfile.c (symbol_file_clear, separate_debug_file_exists)
3313 (find_separate_debug_file_by_debuglink): Likewise.
3314 (reread_symbols): Likewise. Use the objfile field name renamed to
3315 original_name.
3316 (allocate_symtab): Use objfile_name.
3317 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3318 (dump_objfile, dump_msymbols, dump_symtab_1)
3319 (maintenance_print_msymbols, maintenance_print_objfiles)
3320 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3321 * target.c (target_translate_tls_address, target_info): Likewise.
3322 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
3323 objfile_name.
3324
3325 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3326
3327 Code cleanup.
3328 * probe.c (parse_probes): Rename variable objfile_name to
3329 objfile_namestr.
3330
3331 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3332
3333 Remove solib-sunos.c.
3334 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3335 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3336 * objfiles.c (rt_common_objfile): Remove.
3337 (free_objfile): Remove rt_common_objfile comparison.
3338 * objfiles.h (rt_common_objfile): Remove.
3339 * solib-sunos.c: Remove.
3340 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3341
3342 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 Remove a.out NetBSD and OpenBSD hosts.
3345 * NEWS (Removed native configurations): New.
3346 * config/arm/nbsdaout.mh: Remove.
3347 * config/i386/nbsdaout.mh: Remove.
3348 * config/i386/obsdaout.mh: Remove.
3349 * config/m68k/nbsdaout.mh: Remove.
3350 * config/sparc/nbsdaout.mh: Remove.
3351 * config/vax/nbsdaout.mh: Remove.
3352 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3353 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3354 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3355 error.
3356 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3357 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3358 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3359
3360 2013-09-23 Tom Tromey <tromey@redhat.com>
3361
3362 * linespec.c (struct minsym_and_objfile): Remove.
3363 (minsym_and_objfile_d): Remove.
3364 (struct linespec, struct collect_info, linespec_parse_basic)
3365 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3366 (compare_msymbols, find_method, find_function_symbols)
3367 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3368 (add_minsym, search_minsyms_for_name): Update.
3369
3370 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3371
3372 * regcache.c: Add include of valprint.h.
3373 (dump_endian_bytes): Delete.
3374 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3375
3376 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3377
3378 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3379
3380 2013-09-19 Pedro Alves <palves@redhat.com>
3381
3382 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3383 breakpoints.
3384
3385 2013-09-19 Pedro Alves <palves@redhat.com>
3386 Thomas Schwinge <thomas@codesourcery.com>
3387 Yue Lu <hacklu.newborn@gmail.com>
3388
3389 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3390 Take a gdb_byte pointer instead of a char pointer.
3391
3392 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3393 gnu_xfer_partial helper.
3394 (gnu_xfer_partial): New function.
3395 (gnu_target): Don't install a deprecated_xfer_memory hook.
3396 Install a to_xfer_partial hook.
3397
3398 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3399
3400 Constification.
3401 * main.c (captured_main): Replace catch_command_errors by
3402 catch_command_errors_const. Twice.
3403 * symfile.c (symbol_file_add_main_1): Make args parameter const.
3404 (symbol_file_add): Make name parameter const.
3405 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3406 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
3407 variable name. Change their usage accordingly.
3408 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3409 const.
3410 (symbol_file_add_main): Make args parameter const.
3411
3412 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
3413 Ulrich Weigand <uweigand@de.ibm.com>
3414
3415 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3416 of c_value member.
3417 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3418
3419 2013-09-18 Pedro Alves <palves@redhat.com>
3420 Yue Lu <hacklu.newborn@gmail.com>
3421
3422 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3423 (gnu_create_inferior)
3424 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3425 (set_sig_thread_cmd): Use the lwpid field of ptids to
3426 store/extract thread ids instead of the tid field.
3427 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3428
3429 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3430
3431 * infcmd.c (default_print_one_register_info): Add detection of
3432 optimized out values.
3433 (default_print_registers_info): Switch to using
3434 get_frame_register_value.
3435
3436 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
3437
3438 * infrun.c (handle_inferior_event): Check if we know the
3439 function start address before setting a resume breakpoint.
3440
3441 2013-09-18 Pedro Alves <palves@redhat.com>
3442
3443 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3444 minus_one_ptid instead of looking at the ptid's tid field and
3445 comparing that to -1.
3446
3447 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3448
3449 * main.h (get_gdb_program_name): Remove extra whitespace.
3450
3451 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3452
3453 * main.h (get_gdb_program_name): Add declaration.
3454 * main.c (get_gdb_program_name): Add definition.
3455
3456 2013-09-17 Doug Evans <dje@google.com>
3457
3458 * dwarf2read.c: Move definitions of complaint functions to after
3459 forward declarations of local functions.
3460
3461 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
3462 Pedro Alves <palves@redhat.com>
3463
3464 PR gdb/11568
3465 * breakpoint.c (remove_threaded_breakpoints): New function.
3466 (_initialize_breakpoint): Attach remove_threaded_breakpoints
3467 as thread_exit observer.
3468
3469 2013-09-17 Pedro Alves <palves@redhat.com>
3470
3471 PR gdb/15911
3472 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3473 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3474 * corelow.c (core_open):
3475 * frame.h (print_stack_frame, print_frame_info): New
3476 'set_current_sal' parameter.
3477 * infcmd.c (finish_command, kill_command): Adjust call to
3478 print_stack_frame.
3479 * inferior.c (inferior_command): Likewise.
3480 * infrun.c (normal_stop): Likewise.
3481 * linux-fork.c (linux_fork_context): Likewise.
3482 * record-full.c (record_full_goto_entry, record_full_restore):
3483 Likewise.
3484 * remote-mips.c (common_open): Likewise.
3485 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3486 Use it.
3487 (print_frame_info): New 'set_current_sal' parameter. Set the last
3488 displayed sal depending on the new paremeter instead of looking at
3489 print_what.
3490 (backtrace_command_1, select_and_print_frame, frame_command)
3491 (current_frame_command, up_command, down_command): Adjust call to
3492 print_stack_frame.
3493 * thread.c (print_thread_info, restore_selected_frame)
3494 (do_captured_thread_select): Adjust call to print_stack_frame.
3495 * tracepoint.c (tfind_1): Likewise.
3496 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3497 (mi_cmd_stack_info_frame): Likewise.
3498 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3499 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3500
3501 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3502
3503 * value.c (isvoid_internal_fn): Replace "parameter" with
3504 "argument".
3505
3506 2013-09-16 Stan Shebs <stan@codesourcery.com>
3507
3508 * README: Update references to writing code for GDB.
3509 * configure.ac (build_warnings): Remove obsolete comment.
3510 * configure: Regenerate.
3511 * gdbarch.sh: Remove references to gdbint.texinfo.
3512 * gdbarch.h: Regenerate.
3513 * gdbtypes.c (objfile_type): Remove comments referencing internals
3514 manual and D10V.
3515
3516 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3517
3518 * NEWS: Mention new convenience function $_isvoid.
3519 * value.c (isvoid_internal_fn): New function.
3520 (_initialize_values): Add new convenience function $_isvoid.
3521
3522 2013-09-16 Pierre Muller <muller@sourceware.org>
3523
3524 * arm-linux-tdep.c: Add "elf/common.h" header.
3525 Remove AT_HWCAP macro definintion as it is provided in
3526 added include file.
3527 * s390-tdep.c: Remove system header <elf.h>
3528 Add "elf/common.h" header for AT_HWCAP definition.
3529 (s390_core_read_description): Use correct CORE_ADDR
3530 for hwcap local variable used as third parameter
3531 of function target_auxv_search.
3532
3533 2013-09-14 Pierre Muller <muller@sourceware.org>
3534 Tom Tromey <tromey@redhat.com>
3535 Pedro Alves <palves@redhat.com>
3536
3537 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3538 mode if operating system doesn't know O_CLOEXEC.
3539
3540 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3541
3542 Code cleanup.
3543 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3544 inner block.
3545
3546 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3547
3548 * NEWS: Mention TDB support.
3549 * features/s390-tdb.xml: New file.
3550 * features/s390-te-linux64.xml: New file.
3551 * features/s390x-te-linux64.xml: New file.
3552 * features/Makefile (WHICH): Add new tdescs above.
3553 (s390-te-linux64-expedite): Set.
3554 (s390x-te-linux64-expedite): Set.
3555 * features/s390-te-linux64.c: New file (generated).
3556 * features/s390x-te-linux64.c: New file (generated).
3557 * regformats/s390-te-linux64.dat: New file (generated).
3558 * regformats/s390x-te-linux64.dat: New file (generated).
3559 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3560 (HWCAP_S390_TE): Likewise.
3561 (S390_TDB_DWORD0_REGNUM): Likewise.
3562 (S390_TDB_DWORD0_REGNUM): Likewise.
3563 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3564 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3565 (S390_TDB_ATIA_REGNUM): Likewise.
3566 (S390_TDB_R0_REGNUM): Likewise.
3567 (S390_TDB_R1_REGNUM): Likewise.
3568 (S390_TDB_R2_REGNUM): Likewise.
3569 (S390_TDB_R3_REGNUM): Likewise.
3570 (S390_TDB_R4_REGNUM): Likewise.
3571 (S390_TDB_R5_REGNUM): Likewise.
3572 (S390_TDB_R6_REGNUM): Likewise.
3573 (S390_TDB_R7_REGNUM): Likewise.
3574 (S390_TDB_R8_REGNUM): Likewise.
3575 (S390_TDB_R9_REGNUM): Likewise.
3576 (S390_TDB_R10_REGNUM): Likewise.
3577 (S390_TDB_R11_REGNUM): Likewise.
3578 (S390_TDB_R12_REGNUM): Likewise.
3579 (S390_TDB_R13_REGNUM): Likewise.
3580 (S390_TDB_R14_REGNUM): Likewise.
3581 (S390_TDB_R15_REGNUM): Likewise.
3582 (S390_NUM_REGS): Increase.
3583 (S390_IS_TDBREGSET_REGNUM): New macro.
3584 (s390_regmap_tdb): Declare.
3585 (s390_sizeof_tdbregset): Define.
3586 (tdesc_s390_te_linux64): Declare.
3587 (tdesc_s390x_te_linux64): Likewise.
3588 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3589 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3590 (s390_regmap_tdb): New regmap.
3591 (s390_supply_tdb_regset): New function.
3592 (s390_tdb_regset): New regset.
3593 (s390_linux64v2_regset_sections): Add TDB regset to list.
3594 (s390x_linux64v2_regset_sections): Likewise.
3595 (s390_regset_from_core_section): Recognize TDB core note section.
3596 (s390_core_read_description): If HWCAP indicates TE support,
3597 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3598 (s390_gdbarch_init): Handle TDB regset.
3599 (_initialize_s390_tdep): Initialize new tdescs.
3600 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3601 (have_regset_tdb): New variable.
3602 (s390_native_supply): Support register invalidation.
3603 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3604 (check_regset): Treat ENODATA as "regset exists".
3605 (s390_linux_fetch_inferior_registers): Add TDB.
3606 (s390_read_description): Check for TDB existence and select
3607 appropriate tdesc.
3608 * gdbserver/Makefile.in (clean): Add removal of new makefile
3609 targets.
3610 (s390-te-linux64.c): New makefile target.
3611 (s390x-te-linux64.c): Likewise.
3612 * gdbserver/configure.srv (srv_regobj): Append new objects
3613 s390-te-linux64.o and s390x-te-linux64.o.
3614 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3615 s390x-te-linux64.xml, and s390-tdb.xml.
3616 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3617 declaration.
3618 (tdesc_s390_te_linux64): Likewise.
3619 (init_registers_s390x_te_linux64): Likewise.
3620 (tdesc_s390x_te_linux64): Likewise.
3621 (s390_check_regset): Treat ENODATA as "regset exists".
3622 (s390_arch_setup): Add TDB regset support.
3623 (initialize_low_arch): Initialize registers for new tdescs.
3624
3625 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3626
3627 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3628 (S390_IS_FPREGSET_REGNUM): New macro.
3629 * s390-tdep.c (s390_dwarf_regmap): Make const.
3630 (regnum_is_gpr_full): New function for replacing repeated code.
3631 (s390_pseudo_register_name): Use it.
3632 (s390_pseudo_register_type): Likewise.
3633 (s390_pseudo_register_read): Likewise.
3634 (s390_pseudo_register_write): Likewise.
3635 (s390_unwind_pseudo_register): Likewise.
3636 (s390_regmap_gregset): New format for regmap.
3637 (s390x_regmap_gregset): Likewise.
3638 (s390_regmap_fpregset): Likewise.
3639 (s390_regmap_upper): Likewise.
3640 (s390_regmap_last_break): Likewise.
3641 (s390_regmap_system_call): Likewise.
3642 (s390_supply_regset): Adjust to new regmap format.
3643 (s390_collect_regset): Likewise.
3644 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3645 (s390_native_collect): Likewise.
3646 (supply_gregset): Likewise.
3647 (fill_gregset): Likewise.
3648 (supply_fpregset): Likewise.
3649 (fill_fpregset): Likewise.
3650 (fetch_regset): Likewise.
3651 (store_regset): Likewise.
3652 (s390_linux_fetch_inferior_registers): Likewise.
3653 (s390_linux_fetch_inferior_registers): Likewise.
3654
3655 2013-09-12 Andrew Pinski <apinski@cavium.com>
3656
3657 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3658
3659 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3660
3661 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3662
3663 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
3664
3665 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3666
3667 2013-09-06 Pedro Alves <palves@redhat.com>
3668
3669 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3670 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3671 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3672 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3673 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3674 gdb_stdlog.
3675
3676 2013-09-06 Pedro Alves <palves@redhat.com>
3677
3678 * remote-sim.c (dump_mem): Constify buf parameter.
3679 gdbsim_xfer_inferior_memory): Rename to ...
3680 (gdbsim_xfer_memory): ... this. Adjust interface as
3681 target_xfer_partial helper.
3682 (gdbsim_xfer_partial): New function.
3683 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3684 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3685
3686 2013-09-06 Pedro Alves <palves@redhat.com>
3687
3688 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3689 host_address_to_string, and send debug output to gdb_stdlog.
3690
3691 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3692
3693 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3694 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3695 gdb_target_obs for cris target.
3696 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3697 (cris_gdbarch_init): Move calls to
3698 set_gdbarch_fetch_tls_load_module_address and
3699 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3700 Add call to gdbarch_init_osabi.
3701 * cris-linux-tdep.c: New file.
3702 * cris-tdep.h: New file.
3703
3704 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3705
3706 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3707 to deprecated_init_ui_hook.
3708
3709 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3710
3711 * cli/cli-interp.c (_initialize_cli_interp): Add a
3712 command_loop_proc to interp_procs.
3713 * event-top.c (cli_command_loop): Change signature to match
3714 interp_command_loop_ftype.
3715 * event-top.h (cli_command_loop): Same.
3716 * interps.c (interp_new): Require every interpreter to have a
3717 command_loop_proc.
3718 (current_interp_command_loop): Just call the command_loop_proc on
3719 the current interpreter.
3720 * tui/tui-interp.c (_initialize_tui_interp): Add a
3721 command_loop_proc to interp_procs.
3722
3723 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3724
3725 * cris-tdep.c (cris_gdbarch_init): Add call to
3726 get_gdbarch_fetch_tls_load_module_address.
3727
3728 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3729
3730 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3731 (cris_elf_gregset_t): Rename from elf_gregset_t.
3732 (crisv32_elf_gregset_t): Adjust.
3733 (cris_supply_gregset, fetch_core_registers): Adjust.
3734
3735 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3736
3737 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3738
3739 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3740
3741 * defs.h (deprecated_command_loop_hook): Remove, including
3742 references in comments.
3743 * interps.c (current_interp_command_loop): No longer use
3744 deprecated_command_loop_hook.
3745 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3746 setup.
3747 * top.c (deprecated_command_loop_hook): Remove.
3748
3749 2013-09-05 Pedro Alves <palves@redhat.com>
3750
3751 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3752 local is now int instead of ULONGEST. Print it with %d
3753 instead of paddress.
3754
3755 2013-09-05 Tristan Gingold <gingold@adacore.com>
3756
3757 * MAINTAINERS: Remove avr maintainership.
3758
3759 2013-09-05 Pedro Alves <palves@redhat.com>
3760
3761 * findvar.c (value_of_register): Rework in terms of
3762 value_of_register_lazy.
3763
3764 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3765
3766 * symfile.c (add_symbol_file_command): Remove trailing
3767 whitespaces and blank line after comment.
3768
3769 2013-09-05 Pedro Alves <palves@redhat.com>
3770
3771 * tui/tui-regs.c (tui_register_format): Don't look at the
3772 register's name here. Return string representing register
3773 value instead of storing it in the data element.
3774 (tui_get_register): Compare register string representations
3775 instead of register value states and contents.
3776
3777 2013-09-05 Pedro Alves <palves@redhat.com>
3778
3779 PR tui/15933
3780 * tui/tui-regs.c (tui_show_registers): Show registers of the
3781 selected frame, not the current frame.
3782
3783 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3784
3785 * MAINTAINERS (Write After Approval): Add myself to the list.
3786
3787 2013-09-04 Doug Evans <dje@google.com>
3788
3789 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3790 (queue_and_load_dwo_tu): New function.
3791 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3792 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3793 Make dependent_cu optional.
3794 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3795 and an older .gdb_index is in use, queue and load all its TUs too.
3796
3797 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3800 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3801 variable search_flags.
3802 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3803 (OPF_RETURN_REALPATH): ... here.
3804 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3805 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3806 call. Twice.
3807 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3808 openp call.
3809 * solib.c (solib_find): Likewise. Four times.
3810 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3811 in the function comment and for the realpath_fptr variable.
3812 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3813 (find_and_open_source): Likewise. Twice.
3814 * symfile.c (symfile_bfd_open): Likewise, also twice.
3815
3816 2013-09-04 Doug Evans <dje@google.com>
3817
3818 * progspace.c (save_current_space_and_thread): Remove unnecessary
3819 call to save_current_inferior.
3820
3821 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3822
3823 * sh64-tdep.c (sh64_do_register): Return after printing message
3824 about unavailable register contents.
3825
3826 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3827 Pedro Alves <palves@redhat.com>
3828
3829 * symfile.c (add_symbol_file_command): Error out on unknown
3830 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3831 options and collapse into single conditional branch.
3832
3833 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3834
3835 * inf-child.c (inf_child_follow_fork): New parameter
3836 detach_fork.
3837 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3838 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3839 * inferior.h (detach_fork): Remove.
3840 * infrun.c (detach_fork): Adjust comment and make it
3841 static.
3842 (follow_fork): Pass detach_fork parameter to
3843 target_follow_fork.
3844 * linux-nat.c (linux_child_follow_fork): New parameter
3845 detach_fork.
3846 * target.c (target_follow_fork): New parameter detach_fork.
3847 Pass detach_fork as parameter and print its value.
3848 * target.h (struct target_ops) <to_follow_fork>: New int
3849 parameter.
3850 (target_follow_fork): New parameter detach_fork.
3851
3852 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3853
3854 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3855 Replace sec->bfd by sec->the_bfd_section->owner.
3856
3857 2013-09-03 Yao Qi <yao@codesourcery.com>
3858
3859 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3860 from linux_has_shared_address_space.
3861 (linux_has_shared_address_space): Call linux_is_uclinux.
3862 * linux-tdep.h (linux_is_uclinux): Declare.
3863 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3864 linux_is_uclinux.
3865
3866 2013-09-03 Yao Qi <yao@codesourcery.com>
3867
3868 * config/djgpp/fnchange.lst: Remove entry of
3869 i386-interix-nat.c and i386-interix-tdep.c.
3870 * configure.ac: Remove '*-*-interix*'.
3871 * configure: Re-generated.
3872 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3873 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3874 obsolete comments.
3875 * osabi.c (gdb_osabi_names): Remove "Interix".
3876
3877 2013-09-03 Yao Qi <yao@codesourcery.com>
3878
3879 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3880
3881 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3882
3883 * record.h (record_print_flag) <record_print_src_line,
3884 record_print_insn_range>: Rename into ...
3885 (record_print_flag) <record_print_src_line,
3886 record_print_insn_range>: ... this. Update all users.
3887
3888 2013-09-02 Pierre Muller <muller@sourceware.org>
3889
3890 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3891 error code.
3892
3893 2013-09-02 Pierre Muller <muller@sourceware.org>
3894
3895 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3896 by use of plongest function.
3897
3898 2013-09-02 Tristan Gingold <gingold@adacore.com>
3899
3900 * NEWS: Add entry mentioning support for native Windows x64
3901 SEH data.
3902
3903 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3904 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3905 (struct amd64_windows_frame_cache): New struct.
3906 (amd64_windows_w2gdb_regnum): New global.
3907 (pc_in_range, amd64_windows_frame_decode_epilogue)
3908 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3909 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3910 (amd64_windows_frame_this_id): New functions.
3911 (amd64_windows_frame_unwind): New static global.
3912 (amd64_windows_skip_prologue): New function.
3913 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3914 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3915 with amd64_windows_skip_prologue.
3916
3917 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3918
3919 GDB 7.6.1 released.
3920
3921 2013-08-30 Pedro Alves <palves@redhat.com>
3922
3923 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3924 SRC_AND_LOC.
3925
3926 2013-08-30 Pedro Alves <palves@redhat.com>
3927
3928 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3929 warning text.
3930
3931 2013-08-30 Pedro Alves <palves@redhat.com>
3932
3933 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3934 Adjust arguments to print_stack_frame.
3935
3936 2013-08-30 Pedro Alves <palves@redhat.com>
3937
3938 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3939
3940 2013-08-30 Pedro Alves <palves@redhat.com>
3941
3942 * frame.h (show_and_print_stack_frame): Delete declaration.
3943
3944 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3945
3946 PR python/15461
3947 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3948 (archpy_name): Check for valid architecture.
3949 (archpy_disassemble): Ditto.
3950
3951 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3952
3953 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3954 instead of "long long" in call to ptrace64.
3955
3956 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3957
3958 * mi/mi-interp.c (mi_command_loop): Change signature to match
3959 interp_command_loop_ftype.
3960 (mi1_command_loop): Remove.
3961 (mi2_command_loop): Remove.
3962 (mi3_command_loop): Remove.
3963 (mi_interpreter_resume): Remove setting of
3964 deprecated_command_loop_hook.
3965 (_initialize_mi_interp): Set mi_command_loop as the command loop
3966 callback.
3967
3968 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3969
3970 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3971 value_type.
3972
3973 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3974
3975 * value.c (allocate_value_contents): Make static.
3976 * value.h (allocate_value_contents): Remove prototype.
3977
3978 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3979
3980 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3981 of assembling value via allocate_value_lazy and attribute setter.
3982 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3983 assembling value via allocate_value_lazy and attribute setter.
3984 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3985 assembling value via allocate_value_lazy and attribute setter.
3986
3987 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3988
3989 * value.c (value_from_contents_and_address): Replace allocate_value and
3990 memcpy with value_from_contents.
3991
3992 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3993
3994 * python/py-framefilter.c (py_print_frame): Remove usage of
3995 PyString_AsString. Use python_string_to_host_string instead.
3996 Refactor function to work with a string as a new allocation
3997 instead of a pointer.
3998 (py_print_frame): Ditto.
3999 * python/lib/gdb/frames.py (return_list): Cain iterators together
4000 instead of adding them as a list.
4001 (_sort_list): Call return_list, and remove duplicate code.
4002 (execute_frame_filters): Convert iterator to a list with list().
4003 * python/lib/gdb/command/frame_filters.py
4004 (SetFrameFilterPriority._set_filter_priority): Convert priority
4005 attribute to an integer.
4006 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
4007 wrapper function __next__.
4008 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
4009 define as "str".
4010
4011 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4012
4013 PR python/15752
4014 * python/py-framefilter.c (apply_frame_filter): Check
4015 gdb_python_initialized. Exit if the Python frame-filter code
4016 cannot be initialized.
4017
4018 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4019
4020 PR cli/15842
4021 * top.c (print_gdb_version): Remove erroneous newline after help
4022 text.
4023
4024 2013-08-29 Yao Qi <yao@codesourcery.com>
4025
4026 * varobj.c (install_dynamic_child): Remove trailing space.
4027 Add one blank line after variable declaration.
4028
4029 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4030
4031 PR gdb/15415
4032 * corefile.c (get_exec_file): Use exec_filename.
4033 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
4034 * exec.c (exec_close): Free EXEC_FILENAME.
4035 (exec_file_attach): New variable canonical_pathname. Use
4036 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
4037 EXEC_FILENAME.
4038 * exec.h (exec_filename): New.
4039 * inferior.c (print_inferior, inferior_command): Use
4040 PSPACE_EXEC_FILENAME.
4041 * mi/mi-main.c (print_one_inferior): Likewise.
4042 * progspace.c (clone_program_space, print_program_space): Likewise.
4043 * progspace.h (struct program_space): New field pspace_exec_filename.
4044 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
4045 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
4046
4047 2013-08-28 Will Newton <will.newton@linaro.org>
4048
4049 * common/linux-ptrace.c: Include stdint.h unconditionally.
4050
4051 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4052
4053 Code cleanup.
4054 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
4055
4056 2013-08-28 Yao Qi <yao@codesourcery.com>
4057 Pedro Alves <palves@redhat.com>
4058
4059 * event-top.c (gdb_setup_readline): Call stderr_fileopen
4060 instead of stdio_fileopen.
4061 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
4062 .Call stderr_fileopen instead of stdio_fileopen.
4063 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
4064 [__MINGW32__] (stderr_file_fputs): New function.
4065 (stderr_fileopen): New function.
4066 * ui-file.h (stderr_fileopen): Declare.
4067
4068 2013-08-27 Doug Evans <dje@google.com>
4069
4070 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
4071 (struct dwarf2_per_cu_data): Ditto.
4072 (maybe_queue_comp_unit): Delete forward decl. Add comment.
4073 (process_imported_unit_die): Ditto.
4074 (follow_die_sig_1): Simplify assert.
4075
4076 2013-08-27 Pedro Alves <palves@redhat.com>
4077
4078 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
4079 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
4080 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
4081 windows_xfer_memory directly.
4082 (init_windows_ops): Don't install a deprecated_xfer_memory method.
4083
4084 2013-08-27 Pedro Alves <palves@redhat.com>
4085
4086 * darwin-nat.c (darwin_xfer_memory): Delete.
4087 (_initialize_darwin_inferior): Don't install a
4088 deprecated_xfer_memory method.
4089
4090 2013-08-27 Pedro Alves <pedro@codesourcery.com>
4091 Yao Qi <yao@codesourcery.com>
4092
4093 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
4094 (parse_no_frames_option): Remove.
4095 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
4096 (mi_cmd_stack_list_args): Adjust.
4097 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
4098 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
4099 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
4100 Caller update.
4101 (list_args_or_locals): New parameter 'skip_unavailable'.
4102 Handle it.
4103 * valprint.c (scalar_type_p): Rename to ...
4104 (val_print_scalar_type_p): ... this. Make extern.
4105 (val_print, value_check_printable): Adjust.
4106 * valprint.h (val_print_scalar_type_p): Declare.
4107 * value.c (value_entirely_unavailable): New function.
4108 * value.h (value_entirely_unavailable): Declare.
4109
4110 * NEWS: Mention the new option "--skip-unavailable" to MI
4111 commands '-stack-list-locals', '-stack-list-arguments' and
4112 '-stack-list-variables'.
4113
4114 2013-08-27 Yao Qi <yao@codesourcery.com>
4115
4116 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
4117 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
4118 options.
4119 * mi/mi-getopt.c (mi_getopt): Remove.
4120 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
4121 'error_on_unknown'.
4122 (mi_getopt): Call mi_getopt_1.
4123 (mi_getopt_silent): New.
4124 * mi/mi-getopt.h (mi_getopt_silent): Declare.
4125
4126 2013-08-26 Doug Evans <dje@google.com>
4127
4128 PR symtab/15885
4129 * dwarf2read.c (dw2_dump): Print some minimal information indicating
4130 .gdb_index is in use.
4131 * symfile.c (reread_symbols): Reset objfile->sf.
4132
4133 * NEWS: Document "mt print objfiles" now takes optional regexp.
4134 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
4135 regexp of objfiles to print.
4136 (_initialize_symmisc): Update doc string for "mt print objfiles".
4137
4138 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
4139 missing debug info checks.
4140
4141 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
4142 Ulrich Weigand <uweigand@de.ibm.com>
4143
4144 * xcoffread.c (arrange_linetable): Add fix to correctly handle
4145 line tables generated by XLC compiled binaries.
4146
4147 2013-08-23 Doug Evans <dje@google.com>
4148
4149 * symmisc.c (dump_symtab): Delete prototype.
4150 (dump_msymbols, dump_objfile): Ditto.
4151 (maintenance_info_symtabs): Mark as dont_repeat.
4152 (_initialize_symmisc): Improve doc string for "mt info symtabs".
4153
4154 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
4155 debugging printf to better location.
4156
4157 2013-08-23 Pedro Alves <palves@redhat.com>
4158
4159 * target.c (target_read_live_memory): Change type of 'ret' local
4160 to LONGEST.
4161
4162 2013-08-23 Pedro Alves <palves@redhat.com>
4163
4164 * remote.c (remote_write_bytes_aux, remote_write_bytes)
4165 (remote_read_bytes): Change return type to LONGEST, and adjust to
4166 return a target_xfer_error on error.
4167 (remote_xfer_memory): Delete.
4168 (remote_flash_write): Change type of 'ret' local to LONGEST.
4169 (remote_xfer_partial, remote_xfer_partial): Adjust.
4170 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
4171
4172 2013-08-23 Pierre Muller <muller@sourceware.org>
4173
4174 ARI fix: Push # directives to start of line.
4175 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
4176
4177 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
4178
4179 PR gdb/15501
4180 * breakpoint.c (enable_command, disable_command): Iterate over
4181 all specified breakpoint locations.
4182
4183 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4184
4185 * common/linux-ptrace.c (linux_fork_to_function): Push #
4186 directives to the start of the line.
4187 (linux_check_ptrace_features): Fix warning message to use
4188 the "_" markup.
4189
4190 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4191
4192 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
4193 nat/linux-waitpid.h.
4194 (linux-waitpid.o): New object file rule.
4195 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
4196 (current_ptrace_options): Moved from linux-nat.c.
4197 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
4198 parameters.
4199 (linux_fork_to_function): New function.
4200 (linux_grandchild_function): Likewise.
4201 (linux_child_function): Likewise.
4202 (linux_check_ptrace_features): New function, heavily
4203 based on linux-nat.c:linux_test_for_tracefork.
4204 (linux_enable_event_reporting): New function.
4205 (ptrace_supports_feature): Likewise.
4206 (linux_supports_tracefork): Likewise.
4207 (linux_supports_traceclone): Likewise.
4208 (linux_supports_tracevforkdone): Likewise.
4209 (linux_supports_tracesysgood): Likewise.
4210 * common/linux-ptrace.h (HAS_NOMMU): Moved from
4211 gdbserver/linux-low.c.
4212 (linux_enable_event_reporting): New declaration.
4213 (linux_supports_tracefork): Likewise.
4214 (linux_supports_traceclone): Likewise.
4215 (linux_supports_tracevforkdone): Likewise.
4216 (linux_supports_tracesysgood): Likewise.
4217 * config.in (PTRACE_TYPE_ARG4): Regenerate.
4218 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
4219 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4220 * config/arm/linux.mh (NATDEPFILES): Likewise.
4221 * config/i386/linux.mh (NATDEPFILES): Likewise.
4222 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4223 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4224 * config/m32r/linux.mh (NATDEPFILES): Likewise.
4225 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4226 * config/mips/linux.mh (NATDEPFILES): Likewise.
4227 * config/pa/linux.mh (NATDEPFILES): Likewise..
4228 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
4229 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4230 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4231 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4232 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4233 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4234 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4235 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
4236 ptrace's 4th argument's types.
4237 Check the type of PTRACE_TYPE_ARG4.
4238 * configure: Regenerate.
4239 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
4240 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
4241 (linux_supports_tracefork_flag): Remove.
4242 (linux_supports_tracesysgood_flag): Likewise.
4243 (linux_supports_tracevforkdone_flag): Likewise.
4244 (current_ptrace_options): Moved to
4245 common/linux-ptrace.c.
4246 (linux_tracefork_child): Remove.
4247 (my_waitpid): Remove.
4248 (linux_test_for_tracefork): Renamed to
4249 linux_check_ptrace_features and moved to common/linux-ptrace.c.
4250 (linux_test_for_tracesysgood): Remove.
4251 (linux_supports_tracesysgood): Remove.
4252 (linux_supports_tracefork): Remove.
4253 (linux_supports_tracevforkdone): Remove.
4254 (linux_enable_tracesysgood): Remove.
4255 (linux_enable_event_reporting): Remove.
4256 (linux_init_ptrace): New function.
4257 (linux_child_post_attach): Call linux_init_ptrace.
4258 (linux_child_post_startup_inferior): Call linux_init_ptrace.
4259 (linux_child_follow_fork): Call linux_supports_tracefork
4260 and linux_supports_tracevforkdone.
4261 (linux_child_insert_fork_catchpoint): Call
4262 linux_supports_tracefork.
4263 (linux_child_insert_vfork_catchpoint): Likewise.
4264 (linux_child_set_syscall_catchpoint): Call
4265 linux_supports_tracesysgood.
4266 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4267 * nat/linux-nat.h: New file.
4268 * nat/linux-waitpid.c: New file.
4269 * nat/linux-waitpid.h: New file.
4270
4271 2013-08-22 Samuel Bronson <naesten@gmail.com>
4272
4273 ARM Linux support for `catch syscall'.
4274 * syscalls/arm-linux.py: New file.
4275 * syscalls/arm-linux.xml: Likewise.
4276 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4277 (arm_linux_init_abi): Register the new function and syscall xml file.
4278 * data-directory/Makefile.in: Install the new syscall xml file.
4279 * NEWS: Brag about this.
4280
4281 2013-08-22 Pedro Alves <palves@redhat.com>
4282
4283 PR gdb/15871
4284 * corefile.c (target_xfer_memory_error): New function.
4285 (memory_error): Defer EIO to target_memory_error.
4286 (read_memory): Use target_xfer_partial, and handle finer-grained
4287 target xfer errors.
4288 * target.c (target_xfer_error_to_string): New function.
4289 (memory_xfer_partial_1): If memory is known to be
4290 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4291 (target_xfer_partial): Make extern.
4292 * target.h (enum target_xfer_error): New enum.
4293 (target_xfer_error_to_string): Declare function.
4294 (target_xfer_partial): Declare function.
4295 (struct target_ops) <xfer_partial>: Adjust describing comment.
4296
4297 2013-08-22 Alan Modra <amodra@gmail.com>
4298
4299 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4300 * configure.tgt: Likewise as targets.
4301
4302 2013-08-20 Doug Evans <dje@google.com>
4303
4304 * buildsym.c (subfile_stack): Move here from buildsym.h.
4305 (pending_macros): Ditto.
4306 (get_macro_table): New function.
4307 (buildsym_init): Initialize subfile_stack.
4308 * coffread.c (type_vector,type_vector_length): Moved here from
4309 buildsym.h.
4310 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4311 (coff_symtab_read): Use it.
4312 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4313 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4314 with call to get_macro_table.
4315 * stabsread.c (type_vector,type_vector_length): Moved here from
4316 buildsym.h.
4317 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4318 * buildsym.h (get_macro_table): Declare.
4319
4320 2013-08-20 Tom Tromey <tromey@redhat.com>
4321
4322 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4323 Update.
4324 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
4325
4326 2013-08-20 Doug Evans <dje@google.com>
4327
4328 * blockframe.c: Remove #include "psymtab.h".
4329 * cp-support.c: Ditto.
4330 * source.c: Ditto.
4331 * stack.c: Ditto.
4332
4333 2013-08-20 Tom Tromey <tromey@redhat.com>
4334
4335 PR python/15816:
4336 * exceptions.h (return_mask): Now an enum.
4337 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4338 enum constants.
4339
4340 2013-08-20 Tom Tromey <tromey@redhat.com>
4341
4342 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4343 get_objfile_arch.
4344 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4345 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4346 * jit.c (jit_object_close_impl): Update.
4347 * jv-lang.c (get_dynamics_objfile): Update.
4348 * linespec.c (add_minsym): Use get_dynamics_objfile.
4349 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4350 (allocate_objfile): Don't initialize 'gdbarch' field.
4351 (get_objfile_arch): Update.
4352 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4353 moved from...
4354 (struct objfile) <gdbarch>: ... here. Remove.
4355 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4356 get_objfile_arch.
4357 * symfile.c (init_entry_point_info): Use get_objfile_arch.
4358
4359 2013-08-20 Alan Modra <amodra@gmail.com>
4360
4361 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4362 for IBM long double nan and inf.
4363 (floatformat_is_negative, floatformat_classify,
4364 floatformat_mantissa): Similarly.
4365 (floatformat_ieee_single, floatformat_ieee_double,
4366 floatformat_ieee_quad, floatformat_arm_ext,
4367 floatformat_ia64_spill): Delete unused vars.
4368 (_initialize_doublest): Delete unused function.
4369 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4370 little-endian variants of floatformat_ibm_long_double.
4371
4372 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
4373
4374 * Makefile.in (SFILES): Remove common/target-common.c and
4375 add target/waitstatus.c.
4376 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4377 target/resume.h, target/wait.h and target/waitstatus.h.
4378 (COMMON_OBS): Remove target-common.o and add
4379 waitstatus.o.
4380 (target-common.o): Remove.
4381 (waitstatus.o): New target object file.
4382 * common/target-common.c: Move contents to
4383 target/waitstatus.c and remove.
4384 * common/target-common.h: Move contents to other files and
4385 remove.
4386 (enum resume_kind: Move to target/resume.h.
4387 (TARGET_WNOHANG): Move to target/wait.h.
4388 (enum target_waitkind): Move to target/waitstatus.h.
4389 (struct target_waitstatus): Likewise.
4390 * target.h: Do not include target-common.h and
4391 include target/resume.h, target/wait.h and
4392 target/waitstatus.h.
4393 * target/resume.h: New file.
4394 * target/wait.h: New file.
4395 * target/waitstatus.h: New file.
4396 * target/waitstatus.c: New file.
4397
4398 2013-08-19 Pedro Alves <palves@redhat.com>
4399
4400 * linux-nat.c (linux_test_for_tracefork)
4401 (linux_test_for_tracesysgood, linux_child_follow_fork)
4402 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4403 (linux_nat_wait_1): Extend comment.
4404 (linux_async_pipe): Add comment.
4405
4406 2013-08-15 Kevin Buettner <kevinb@redhat.com>
4407
4408 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4409 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4410 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4411 Update to account for fact that PC is now a pseudo-register.
4412 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
4413 cases for RL78_PC_REGNUM.
4414
4415 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
4416
4417 PR cli/15841
4418 * top.c (quit_force): Skip writing history file
4419 if input is not from terminal.
4420
4421 2013-08-14 Tom Tromey <tromey@redhat.com>
4422
4423 * remote.c (struct remote_state) <echo_nextthread, nextthread,
4424 resultthreadlist>: New fields.
4425 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4426 (remote_get_threadlist, remote_threadlist_iterator): Use
4427 new fields. Remove static variables.
4428
4429 2013-08-14 Tom Tromey <tromey@redhat.com>
4430
4431 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4432 remote_watch_data_address>: New fields.
4433 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4434 (process_stop_reply, remote_wait_as)
4435 (remote_check_watch_resources, remote_stopped_data_address): Update.
4436
4437 2013-08-14 Tom Tromey <tromey@redhat.com>
4438
4439 * remote.c (struct remote_state) <async_client_callback,
4440 async_client_context>: New fields.
4441 (async_client_callback, async_client_context): Remove.
4442 (remote_async_serial_handler, remote_async): Update.
4443
4444 2013-08-14 Tom Tromey <tromey@redhat.com>
4445
4446 * remote.c (sizeof_pkt): Remove.
4447 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4448
4449 2013-08-14 Tom Tromey <tromey@redhat.com>
4450
4451 * remote.c (struct remote_state) <use_threadinfo_query,
4452 use_threadextra_query>: New fields.
4453 (remote_threads_info, remote_threads_extra_info)
4454 (remote_open_1): Update.
4455
4456 2013-08-14 Tom Tromey <tromey@redhat.com>
4457
4458 * remote.c (struct remote_state) <finished_object,
4459 finished_annex, finished_offset>: New fields.
4460 (remote_read_qxfer): Use remote_state fields; remove static
4461 variables.
4462
4463 2013-08-14 Tom Tromey <tromey@redhat.com>
4464
4465 * remote.c (struct remote_state) <last_sent_step>:
4466 New field.
4467 (last_sent_step): Remove.
4468 (remote_resume, remote_wait_as): Update.
4469
4470 2013-08-14 Tom Tromey <tromey@redhat.com>
4471
4472 * remote.c (struct remote_state) <last_sent_signal>:
4473 New field.
4474 (last_sent_signal): Remove.
4475 (new_remote_state, remote_resume, remote_wait_as): Update.
4476
4477 2013-08-14 Tom Tromey <tromey@redhat.com>
4478
4479 * remote.c (struct remote_state) <last_program_signals_packet>:
4480 New field.
4481 (last_program_signals_packet): Remove.
4482 (remote_program_signals, remote_open_1): Update.
4483
4484 2013-08-14 Tom Tromey <tromey@redhat.com>
4485
4486 * remote.c (struct remote_state) <last_pass_packet>:
4487 New field.
4488 (last_pass_packet): Remove.
4489 (remote_pass_signals, remote_open_1): Update.
4490
4491 2013-08-14 Tom Tromey <tromey@redhat.com>
4492
4493 * remote.c (struct remote_state) <remote_traceframe_number>:
4494 New field.
4495 (remote_traceframe_number): Remove.
4496 (new_remote_state, remote_open_1, set_remote_traceframe)
4497 (remote_trace_find): Update.
4498
4499 2013-08-14 Tom Tromey <tromey@redhat.com>
4500
4501 * remote.c (struct remote_state) <general_thread, continue_thread>:
4502 New fields.
4503 (general_thread, continue_thread): Remove.
4504 (record_currthread, set_thread, set_general_process)
4505 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4506 (extended_remote_mourn_1): Update.
4507
4508 2013-08-14 Tom Tromey <tromey@redhat.com>
4509
4510 * remote.c (struct remote_state) <remote_desc>: New field.
4511 (remote_desc): Remove.
4512 (remote_threads_info, remote_threads_extra_info, remote_close)
4513 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4514 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4515 (remote_hostio_send_command, remote_file_put, remote_file_get)
4516 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4517 (remote_async, remote_new_objfile, set_range_stepping): Update.
4518
4519 2013-08-14 Tom Tromey <tromey@redhat.com>
4520
4521 * remote.c (remote_state): Now a pointer.
4522 (get_remote_state_raw): Update.
4523 (new_remote_state): New function.
4524 (_initialize_remote): Use new_remote_state.
4525
4526 2013-08-14 Tom Tromey <tromey@redhat.com>
4527
4528 * remote.c (remote_protocol_features): Now const.
4529
4530 2013-08-14 Tom Tromey <tromey@redhat.com>
4531
4532 * remote.c (crc32_table, crc32): Remove.
4533 (remote_verify_memory): Use xcrc32.
4534
4535 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4536
4537 * value.h (create_internalvar_type_lazy): Adjust prototype
4538 declaration.
4539
4540 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
4541
4542 * common/format.c (parse_format_string): Don't allow '#' flag for
4543 pointer arguments in format string.
4544
4545 2013-08-13 Pierre Muller <muller@sourceware.org>
4546
4547 * utils.c (init_page_info): Only call tgetnum function
4548 if rl_get_screen_size did not return useful values.
4549
4550 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4551
4552 PR breakpoints/15117
4553 * linespec.c (linespec_parse_basic): Check for convenience
4554 variable or history value while parsing.
4555
4556 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4557
4558 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4559 AVR.
4560 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4561 different signals between the generic Linux kernel implementation
4562 and AVR's.
4563 (avr_linux_gdb_signal_from_target): Delete.
4564 (avr_linux_gdb_signal_to_target): Delete.
4565 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4566
4567 2013-08-09 Doug Evans <dje@google.com>
4568
4569 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4570 entries.
4571
4572 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4573
4574 * linux-tdep.c: Define enum with generic signal numbers.
4575 (linux_gdb_signal_from_target): New function.
4576 (linux_gdb_signal_to_target): Likewise.
4577 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4578 methods to the functions above.
4579 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4580 (linux_gdb_signal_to_target): Likewise.
4581 * alpha-linux-tdep.c: Define new enum with signals different
4582 from generic Linux kernel.
4583 (alpha_linux_gdb_signal_from_target): New function.
4584 (alpha_linux_gdb_signal_to_target): Likewise.
4585 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4586 with the functions mentioned above.
4587 * avr-tdep.c: Define enum with differences between Linux kernel
4588 and AVR signals.
4589 (avr_linux_gdb_signal_from_target): New function.
4590 (avr_linux_gdb_signal_to_target): Likewise.
4591 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4592 the functions mentioned above.
4593 * sparc-linux-tdep.c: Define enum with differences between SPARC
4594 and generic Linux kernel signal numbers.
4595 (sparc32_linux_gdb_signal_from_target): New function.
4596 (sparc32_linux_gdb_signal_to_target): Likewise.
4597 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4598 to the functions defined above.
4599 * xtensa-linux-tdep.c: Define enum with differences between
4600 Xtensa and Linux kernel generic signals.
4601 (xtensa_linux_gdb_signal_from_target): New function.
4602 (xtensa_linux_gdb_signal_to_target): Likewise.
4603 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4604 to the functions defined above.
4605 * mips-linux-tdep.c: Define enum with differences between
4606 signals in MIPS and Linux kernel generic ones.
4607 (mips_gdb_signal_to_target): New function.
4608 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4609 only different signals from the Linux kernel generic.
4610 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4611 the functions defined above.
4612 * mips-linux-tdep.h (enum mips_signals): Remove.
4613
4614 2013-08-09 Pedro Alves <palves@redhat.com>
4615
4616 * avr-tdep.c (XMALLOC): Delete macro.
4617 * cli/cli-dump.c (XMALLOC): Delete macro.
4618
4619 2013-08-09 Pedro Alves <palves@redhat.com>
4620
4621 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4622 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4623 (fopen_with_cleanup, add_dump_command): Make static.
4624 * cli/cli-dump.h: Delete file.
4625 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4626 cli/cli-dump.h.
4627
4628 2013-08-09 Pedro Alves <palves@redhat.com>
4629
4630 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4631 error message.
4632
4633 2013-08-09 Pedro Alves <palves@redhat.com>
4634
4635 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4636 error message.
4637
4638 2013-08-09 Pedro Alves <palves@redhat.com>
4639
4640 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4641 (gcore_command): Use tilde_expand here, and when showing the
4642 filename to the user, show the expanded version.
4643
4644 2013-08-09 Yao Qi <yao@codesourcery.com>
4645
4646 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4647 'entryval' is set.
4648
4649 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4650
4651 * gcore.c (create_gcore_bfd): Use tilde_expand.
4652
4653 2013-08-08 Yao Qi <yao@codesourcery.com>
4654
4655 * frame.h (read_frame_local): Declare.
4656 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4657 read_frame_local.
4658 * stack.c (read_frame_local): New.
4659
4660 2013-08-08 Yao Qi <yao@codesourcery.com>
4661
4662 * mi/mi-cmd-stack.c: Update comments to function
4663 list_args_or_locals.
4664
4665 2013-08-07 Tom Tromey <tromey@redhat.com>
4666
4667 PR symtab/15028:
4668 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4669 (process_psymtab_comp_unit_reader): Use it.
4670 (process_psymtab_comp_unit): Update. Add "pretend_language"
4671 argument.
4672 (dwarf2_build_psymtabs_hard): Update.
4673 (scan_partial_symbols): Pass CU's language to
4674 process_psymtab_comp_unit.
4675
4676 2013-08-07 Tom Tromey <tromey@redhat.com>
4677
4678 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4679 (dwarf2_gdb_index_functions): Update.
4680 * psymtab.c (find_symbol_file_from_partial): Remove.
4681 (psym_functions): Update.
4682 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4683 Remove.
4684
4685 2013-08-07 Tom Tromey <tromey@redhat.com>
4686
4687 * symfile.c (set_initial_language): Look up "main" symbol
4688 and use its language.
4689 * symtab.c (find_main_filename): Remove.
4690 * symtab.h (find_main_filename): Remove.
4691
4692 2013-08-07 Tom Tromey <tromey@redhat.com>
4693
4694 * dwarf2read.c (recursively_compute_inclusions): Add
4695 "immediate_parent" argument. Set symtab's "user" field
4696 if not set.
4697 (compute_symtab_includes): Update.
4698
4699 2013-08-07 Tom Tromey <tromey@redhat.com>
4700
4701 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4702 when adding label symbols.
4703
4704 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4705 Ulrich Weigand <uweigand@de.ibm.com>
4706
4707 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4708 * configure.host (powerpc64-*-aix*): Likewise.
4709
4710 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4711 Ulrich Weigand <uweigand@de.ibm.com>
4712
4713 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4714 is defined.
4715 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4716 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4717 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4718 * configure.ac: Check for ptrace64.
4719 * configure, config.in: Regenerate.
4720
4721 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4722 Ulrich Weigand <uweigand@de.ibm.com>
4723
4724 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4725 Call ptrace64 instead of ptrace if defined.
4726 Add macro addr_ptr to take care of ptrace address argument.
4727 (pdc_read_regs): Likewise.
4728 (pdc_write_regs): Likewise.
4729 (aix_thread_resume): Likewise.
4730 (fetch_regs_kernel_thread): Likewise.
4731 (store_regs_kernel_thread): Likewise.
4732
4733 2013-08-07 Anton Blanchard <anton@samba.org>
4734
4735 * MAINTAINERS: Add myself to Write After Approval.
4736
4737 2013-08-05 Tom Tromey <tromey@redhat.com>
4738
4739 * aix-thread.c (_initialize_aix_thread): Use
4740 complete_target_initialization.
4741 * bsd-uthread.c (_initialize_bsd_uthread): Use
4742 complete_target_initialization.
4743 * dec-thread.c (_initialize_dec_thread): Use
4744 complete_target_initialization.
4745 * ravenscar-thread.c (_initialize_ravenscar): Use
4746 complete_target_initialization.
4747 * sol-thread.c (_initialize_sol_thread): Use
4748 complete_target_initialization.
4749 * spu-multiarch.c (_initialize_spu_multiarch): Use
4750 complete_target_initialization.
4751
4752 2013-08-05 Tom Tromey <tromey@redhat.com>
4753
4754 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4755 * ada-lang.c (ada_lookup_simple_minsym): Return
4756 bound_minimal_symbol.
4757 * ada-lang.h (ada_lookup_simple_minsym): Update.
4758 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4759 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4760 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4761 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4762 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4763 * minsyms.c (msymbol_objfile): Remove.
4764 (lookup_minimal_symbol_internal): New function, from
4765 lookup_minimal_symbol.
4766 (lookup_minimal_symbol): Rewrite using
4767 lookup_minimal_symbol_internal.
4768 (lookup_bound_minimal_symbol): New function.
4769 * minsyms.h (msymbol_objfile): Remove.
4770 (lookup_bound_minimal_symbol): Declare.
4771 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4772 * parse.c (write_exp_msymbol): Change parameter to a
4773 bound_minimal_symbol.
4774 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4775 * parser-defs.h (write_exp_msymbol): Update.
4776 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4777 * symfile.c (simple_read_overlay_table): Use
4778 lookup_bound_minimal_symbol.
4779 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4780 (search_symbols): Likewise.
4781 (print_msymbol_info): Take a bound_minimal_symbol argument.
4782 (symtab_symbol_info, rbreak_command): Update.
4783 * symtab.h (struct symbol_search) <msymbol>: Change type
4784 to bound_minimal_symbol.
4785 * valops.c (find_function_in_inferior): Use
4786 lookup_bound_minimal_symbol.
4787 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4788
4789 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4790
4791 Code cleanup.
4792 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4793 to ...
4794 (async_cleanup_sigint_signal_handler): ... this.
4795 (initialize_sigint_signal_handler): Remove declaration.
4796 (handle_remote_sigint): Rename the declaration to ...
4797 (async_handle_remote_sigint): ... this.
4798 (handle_remote_sigint_twice): Rename the declaration to ...
4799 (async_handle_remote_sigint_twice): ... this.
4800 (async_remote_interrupt, async_remote_interrupt_twice)
4801 (remote_interrupt): Remove the declarations.
4802 (remote_interrupt_twice): Rename the declaration ...
4803 (sync_remote_interrupt_twice): ... this.
4804 (sigint_remote_twice_token): Rename the variable to ...
4805 (async_sigint_remote_twice_token): ... this.
4806 (sigint_remote_token): Rename the variable to ...
4807 (async_sigint_remote_token): ... this.
4808 (initialize_sigint_signal_handler): Rename the function to ...
4809 (async_initialize_sigint_signal_handler): ... this. Update the name
4810 inside.
4811 (handle_remote_sigint): Rename the function to ...
4812 (async_handle_remote_sigint): ... this. Update the names inside.
4813 (handle_remote_sigint_twice): Rename the function to ...
4814 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4815 (cleanup_sigint_signal_handler): Rename the function to ...
4816 (async_cleanup_sigint_signal_handler): ... this.
4817 (remote_interrupt): Rename the function to ...
4818 (sync_remote_interrupt): this. Update the names inside.
4819 (remote_interrupt_twice): Rename the function to ...
4820 (sync_remote_interrupt_twice): this. Update the names inside.
4821 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4822 (_initialize_remote): Update the names inside.
4823
4824 2013-08-02 Tom Tromey <tromey@redhat.com>
4825
4826 PR symtab/15719:
4827 * breakpoint.c (update_watchpoint, watchpoint_check)
4828 (watch_command_1): Update.
4829 * eval.c (fetch_subexp_value): Add "preserve_errors"
4830 parameter.
4831 * ppc-linux-nat.c (check_condition): Update.
4832 * value.h (fetch_subexp_value): Update.
4833
4834 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4835
4836 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4837 add_file_handler.
4838
4839 2013-08-01 Doug Evans <dje@google.com>
4840
4841 PR symtab/15691
4842 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4843 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4844 Add assert of sig_entry->dwo_unit == NULL.
4845 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4846 had already been read.
4847 (read_signatured_type): Set per_cu.tu_read.
4848
4849 PR symtab/15695
4850 * valops.c (value_struct_elt): Add missing call to check_typedef.
4851 (value_find_oload_method_list): Ditto.
4852
4853 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4854 effectively, struct symbol_search **.
4855 (make_cleanup_free_search_symbols): Change arg to struct
4856 symbol_search **. All callers updated.
4857 (compare_search_syms): Compare symtab file name and block as well.
4858 (search_symbols_equal): New function.
4859 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4860 New args new_head, new_tail. Result is now void. Remove dups after
4861 sorting the symbols.
4862 (search_symbols): Sort all found symbols once, after all have been
4863 found, and remove duplicates. Simplify cleanup tracking of result.
4864 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4865
4866 Further workarounds for binutils/15021.
4867 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4868 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4869 Watch for duplicate symtabs coming from type units.
4870 (compute_symtab_includes): Update call to
4871 recursively_compute_inclusions. Build vector of included symtabs
4872 instead of per_cus.
4873 * symtab.h (symtab_ptr): New typedef.
4874 (DEF_VEC_P (symtab_ptr)): New VEC type.
4875 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4876 instead.
4877
4878 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4879
4880 * cli/cli-script.c (script_from_file): Remove use of
4881 error_pre_print.
4882 * main.c (captured_main): Remove use of error_pre_print and
4883 quit_pre_print.
4884 * utils.c (error_pre_print, quit_pre_print): Remove.
4885 * utils.h (error_pre_print, quit_pre_print): Likewise.
4886
4887 2013-08-01 Yao Qi <yao@codesourcery.com>
4888
4889 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4890 with mi_getopt.
4891 (mi_cmd_stack_list_variables): Likewise.
4892
4893 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4894
4895 * exceptions.c (deprecated_throw_reason): Remove.
4896 * exceptions.h (deprecated_throw_reason): Remove.
4897
4898 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4899
4900 * remote-mips.c (mips_error): Replace use of
4901 deprecated_throw_reason with throw_verror. Use the error message
4902 passed to mips_error as the error message for throw_verror.
4903
4904 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4905
4906 * monitor.c (monitor_interrupt_query): Replace use of
4907 deprecated_throw_reason with quit.
4908 * nto-procfs.c (interrupt_query): Likewise.
4909 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4910 * remote-mips.c (mips_kill): Likewise.
4911 * remote.c (interrupt_query): Likewise.
4912
4913 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4914
4915 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4916 with call to fatal.
4917
4918 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4919 Yao Qi <yao@codesourcery.com>
4920
4921 * tracepoint.c (trace_dump_command): Select the current frame.
4922
4923 2013-07-30 Doug Evans <dje@google.com>
4924
4925 * dwarf2read.c (process_queue): Add type signature to debug output.
4926
4927 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4928
4929 * value.c (value_fetch_lazy): Mark optimized out values as such
4930 rather than raising an error.
4931
4932 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4933
4934 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4935 before checking which bits of the parent, not the child, value are
4936 valid.
4937
4938 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4939
4940 PR gdb/15715
4941 * top.c: Include "filenames.h".
4942 (set_history_filename): New function.
4943 (init_main): Install it as set hook of the "set history filename"
4944 command.
4945
4946 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4947
4948 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4949 attribute parameter.
4950 (dwarf2_const_value_data): Constify struct attribute parameter.
4951 (dwarf2_const_value): Constify struct attribute parameter.
4952 (dwarf2_const_value_attr): Constify struct attribute parameter.
4953 (lookup_die_type): Constify struct attribute parameter.
4954 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4955 (follow_die_ref_or_sig): Constify struct attribute parameter.
4956 (follow_die_ref): Constify struct attribute parameter.
4957 (follow_die_sig): Constify struct attribute parameter.
4958 (get_DW_AT_signature_type): Constify struct attribute parameter.
4959 (get_type_unit_group): Constify struct attribute parameter.
4960 (fill_in_loclist_baton): Constify struct attribute parameter.
4961 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4962 (type_unit_group): Constify struct attribute parameter.
4963
4964 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4965
4966 * dwarf2read.c (attr_form_is_block): Make argument const.
4967 (attr_form_is_section_offset): Make argument const.
4968 (attr_form_is_constant): Make argument const.
4969 (attr_form_is_ref): Make argument const.
4970
4971 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4972
4973 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4974 All uses updated.
4975 (attr_form_is_ref): Moved below attr_form_is_constant.
4976
4977 2013-07-29 Doug Evans <dje@google.com>
4978
4979 * main.c (captured_command_loop): Tweak comment.
4980
4981 * target.c (target_async_permitted_1): Fix comment.
4982
4983 * symtab.c (iterate_over_some_symtabs): Add comment.
4984
4985 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4986
4987 2013-07-27 Yao Qi <yao@codesourcery.com>
4988
4989 * NEWS: Mention that GDBserver now supports hardware
4990 watchpoints on the MIPS GNU/Linux target.
4991
4992 2013-07-27 Yao Qi <yao@codesourcery.com>
4993
4994 * Makefile.in (HFILES_NO_SRCDIR): Add
4995 common/mips-linux-watch.h.
4996 (mips-linux-watch.o): New rule.
4997 * common/mips-linux-watch.c: New.
4998 * common/mips-linux-watch.h: New.
4999 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
5000 * mips-linux-nat.c: Include mips-linux-watch.h.
5001 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
5002 to common/mips-linux-watch.h.
5003 (MAX_DEBUG_REGISTER): Likewise.
5004 (enum pt_watch_style): Likewise.
5005 (struct mips32_watch_regs): Likewise.
5006 (struct mips64_watch_regs): Likewise.
5007 (struct pt_watch_regs): Likewise.
5008 (struct mips_watchpoint): Likewise.
5009 (mips_linux_watch_get_irw_mask): Move to
5010 common/mips-linux-watch.c.
5011 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
5012 (mips_linux_watch_get_watchlo): Likewise.
5013 (mips_linux_watch_set_watchlo): Likewise.
5014 (mips_linux_watch_get_watchhi): Likewise.
5015 (mips_linux_watch_set_watchhi): Likewise.
5016 (mips_linux_read_watch_registers): Likewise.
5017 (mips_linux_watch_type_to_irw): Likewise.
5018 (mips_linux_stopped_data_address, fill_mask): Likewise.
5019 (mips_linux_watch_try_one_watch): Likewise.
5020 (mips_linux_watch_populate_regs): Likewise.
5021
5022 2013-07-27 Yao Qi <yao@codesourcery.com>
5023
5024 * mips-linux-nat.c (get_irw_mask): Rename to ...
5025 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
5026 'set' to 'n'. Update function comment. All callers changed.
5027 (get_reg_mask): Rename parameter 'set' to 'n'. Update
5028 function comment. All callers changed.
5029 (get_num_valid): Rename to ...
5030 (mips_linux_watch_get_num_valid): ... this. Rename parameter
5031 'set' to 'n'. Update function comment. All callers changed.
5032 (get_watchlo): Rename to ...
5033 (mips_linux_watch_get_watchlo): ... this. Rename parameter
5034 'set' to 'n'. Update function comment. All callers changed.
5035 (set_watchlo): Rename to ...
5036 (mips_linux_watch_set_watchlo): ... this. Rename parameter
5037 'set' to 'n'. Update function comment. All callers changed.
5038 (get_watchhi): Rename to ...
5039 (mips_linux_watch_get_watchhi): ... this. Update function
5040 comment. All callers changed.
5041 (set_watchhi): Rename to ...
5042 (mips_linux_watch_set_watchhi): ... this. Update function
5043 comment. All callers changed.
5044 (mips_linux_read_watch_registers): Update function comment.
5045 Add new parameters 'lwpid', 'watch_readback', and
5046 'watch_readback_valid'. Update.
5047 (type_to_irw): Rename to ...
5048 (mips_linux_watch_type_to_irw): ... this. Update function
5049 comment. All callers changed.
5050 (fill_mask): Update function comment.
5051 (try_one_watch): Rename to ...
5052 (mips_linux_watch_try_one_watch): ... this. Change the type
5053 of parameter 'irw' from 'unsigned' to 'uint32_t'.
5054 (populate_regs_from_watches): Rename to ...
5055 (mips_linux_watch_populate_regs): ... this. Add parameter
5056 'current_watches'. All callers changed.
5057
5058 2013-07-27 Yao Qi <yao@codesourcery.com>
5059
5060 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
5061 the code.
5062 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
5063 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
5064 (struct pt_watch_regs): Likewise.
5065 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
5066 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
5067 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
5068 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
5069 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
5070
5071 2013-07-27 Yao Qi <yao@codesourcery.com>
5072
5073 * breakpoint.h: Include break-common.h.
5074 (enum target_hw_bp_type): Move to ...
5075 * common/break-common.h: ... here. New.
5076
5077 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
5078
5079 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
5080 process group regardless of having tty on stdin.
5081
5082 2013-07-25 Doug Evans <dje@google.com>
5083
5084 * linux-fork.h (detach_fork): Delete.
5085
5086 2013-07-25 Tom Tromey <tromey@redhat.com>
5087
5088 PR remote/15256, PR remote/15266:
5089 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
5090 * monitor.c (monitor_detach): Use unpush_target.
5091 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
5092 * remote-mips.c (mips_detach): Use unpush_target. Don't
5093 call mips_close.
5094 * remote-sim.c (gdbsim_detach): Use unpush_target.
5095 * target.c (pop_target): Remove.
5096 (pop_all_targets_above): Don't call target_close.
5097 (target_close): Assert that the target is unpushed.
5098 * target.h (pop_target): Don't declare.
5099 * tracepoint.c (tfile_open): Use unpush_target.
5100
5101 2013-07-25 Tom Tromey <tromey@redhat.com>
5102
5103 * linux-thread-db.c (init_thread_db_ops): Call
5104 complete_target_initialization.
5105 (_initialize_thread_db): Don't call add_target.
5106 * target.c (complete_target_initialization): New function.
5107 (add_target_with_completer): Call it.
5108 * target.h (complete_target_initialization): Declare.
5109
5110 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5111
5112 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
5113 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
5114 (HPPANBSD_SIZEOF_GREGS): New define.
5115 (hppaobsd_supply_gregset): Handle additional registers.
5116 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
5117 we provide more registers now.
5118 (hppabsd_supply_gregset): Supply additional registers.
5119 (hppabsd_collect_gregset): Collect additional registers.
5120
5121 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5122
5123 * hppabsd-tdep.c: Include "dwarf2-frame.h".
5124 (hppabsd_dwarf2_frame_init_reg): New function.
5125 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
5126
5127 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5128
5129 * mi/mi-main.c (output_register): Make MI 'r' format use standard
5130 'z' format code. Remove error for optimized out values, standard
5131 code will handle these fine.
5132
5133 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5134
5135 * NEWS: Mention new 'z' formatter.
5136 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
5137 (_initialize_printcmd): Mention 'z' formatter in help text of the
5138 'x' command.
5139
5140 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
5141
5142 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
5143 formatting.
5144
5145 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
5148 interface can evaluate arguments. Fallback to the old mode if it
5149 cannot.
5150 (create_exception_master_breakpoint): Likewise.
5151 * elfread.c (elf_can_evaluate_probe_arguments): New function.
5152 (struct sym_probe_fns elf_probe_fns): Export function above to the
5153 probe interface.
5154 * probe.c (can_evaluate_probe_arguments): New function.
5155 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
5156 function pointer.
5157 (can_evaluate_probe_arguments): New function prototype.
5158 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
5159 probe interface can evaluate arguments. Fallback to the old mode
5160 if it cannot.
5161 * stap-probe.c (stap_get_probe_argument_count): Check if probe
5162 interface can evaluate arguments. Warning the user if it cannot.
5163 (stap_can_evaluate_probe_arguments): New function.
5164 (struct probe_ops stap_probe_ops): Export function above to the
5165 probe interface.
5166 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
5167 New function pointer.
5168
5169 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
5170
5171 * Makefile.in (SFILES): Add common/target-common.c.
5172 Add common/target-common.h to headers.
5173 (COMMON_OBS): Add target-common.o.
5174 (target-common.o): New target.
5175 * linux-nat.h (resume_kind): Move to common/target-common.h.
5176 * target.c (target_waitstatus_to_string): Move to
5177 common/target-common.c.
5178 * target.h: Include target-common.h.
5179 (target_waitkind): Move to common/target-common.h.
5180 (target_waitstatus): Likewise.
5181 (TARGET_WNOHANG): Likewise.
5182 * common/target-common.c: New file.
5183 * common/target-common.h: New file.
5184
5185 2013-07-24 Doug Evans <dje@google.com>
5186
5187 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
5188 a warning.
5189
5190 2013-07-23 Yao Qi <yao@codesourcery.com>
5191
5192 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
5193 parameter 'gdbarch'.
5194 (i386_stack_tramp_frame_sniffer): Caller update.
5195 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
5196 parameter 'gdbarch' and 'target'.
5197 (i386_linux_core_read_description): Caller update.
5198 * amd64-linux-tdep.c (amd64_linux_core_read_description):
5199 Likewise.
5200 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
5201 declaration.
5202
5203 2013-07-23 Tom Tromey <tromey@redhat.com>
5204
5205 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
5206 2013-07-22.
5207
5208 2013-07-22 Doug Evans <dje@google.com>
5209
5210 * exec.h (remove_target_sections): Delete arg abfd.
5211 * exec.c (exec_close): Update call to remove_target_sections.
5212 (remove_target_sections): Delete arg abfd.
5213 * solib.c (update_solib_list): Ditto.
5214 (reload_shared_libraries_1): Ditto.
5215 (clear_solib): Ditto, and unconditionally call remove_target_sections.
5216 * target.h (struct target_section): Rename key to owner.
5217 All uses updated.
5218
5219 2013-07-22 Tom Tromey <tromey@redhat.com>
5220
5221 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
5222
5223 2013-07-22 Tom Tromey <tromey@redhat.com>
5224
5225 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
5226 Simplify cleanup handling.
5227
5228 2013-07-22 Tom Tromey <tromey@redhat.com>
5229
5230 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
5231 on all return paths.
5232
5233 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5234
5235 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
5236 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
5237 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
5238
5239 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
5240
5241 * top.c (print_gdb_version): Add help, apropos description and
5242 url to online documentation.
5243
5244 2013-07-19 Hui Zhu <hui@codesourcery.com>
5245
5246 PR gdb/15692
5247 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
5248
5249 2013-07-19 Yao Qi <yao@codesourcery.com>
5250
5251 * target.c (update_current_target): Change the default action
5252 of 'to_traceframe_info' from tcomplain to return_zero.
5253 * target.h (struct target_ops) <to_traceframe_info>: Add more
5254 comments.
5255 * valops.c (read_value_memory): Call
5256 traceframe_available_memory unconditionally.
5257
5258 2013-07-18 Yao Qi <yao@codesourcery.com>
5259
5260 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5261 if the name is prefixed by "__imp_" or "_imp_", look for minimal
5262 symbol without prefix. If found, set its type to
5263 'mst_solib_trampoline'.
5264
5265 2013-07-17 Doug Evans <dje@google.com>
5266
5267 * NEWS: Mention "set print raw frame-arguments".
5268 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5269 * stack.c (print_raw_frame_arguments): New static global.
5270 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5271 (_initialize_stack): New command "set/show print raw frame-arguments".
5272 * valprint.c (setprintrawlist, showprintrawlist): New globals.
5273 (set_print_raw, show_print_raw): New functions.
5274 (_initialize_valprint): New prefix command "set/show print raw".
5275 * valprint.h (value_print_options): Improve comments.
5276
5277 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5278 of all *list variables.
5279
5280 * gdbcmd.h (togglelist): Delete.
5281 * cli/cli-cmds.c (togglelist): Delete.
5282 (init_cmd_lists): Update.
5283 * cli/cli-cmds.h (togglelist): Delete.
5284
5285 2013-07-17 Tom Tromey <tromey@redhat.com>
5286
5287 * dwarf2read.c (dwarf2_per_objfile_free): Clear
5288 dwarf2_per_objfile.
5289
5290 2013-07-16 Doug Evans <dje@google.com>
5291
5292 * nto-tdep.c (nto_relocate_section_addresses): Update,
5293 target_section.bfd deleted.
5294 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5295 * s390-tdep.c (s390_load): Ditto.
5296 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5297
5298 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
5299
5300 * common/format.c (parse_format_string): Add checks for NULL
5301 character before calling strchr.
5302
5303 2013-07-16 Doug Evans <dje@google.com>
5304
5305 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5306 temp_pathname argument.
5307 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5308 when opening the file fails.
5309
5310 * target.h (struct target_section): Delete member bfd.
5311 All users updated to use the_bfd_section->owner instead.
5312 * exec.c (add_to_section_table): Assert bfd is expected value.
5313 Remove initialization of target_section.bfd.
5314 (remove_target_sections): Update.
5315 (section_table_available_memory): Update.
5316 (section_table_xfer_memory_partial): Update.
5317 (print_section_info): Update.
5318 (exec_set_section_address): Update.
5319 * record-full.c (record_full_core_xfer_partial): Update.
5320 * solib-svr4.c (svr4_relocate_section_addresses): Update.
5321 * solib-target.c (solib_target_relocate_section_addresses): Update.
5322 * symfile.c (build_section_addr_info_from_section_table): Update.
5323 * target.c (memory_xfer_live_readonly_partial): Update.
5324 (memory_xfer_partial_1): Update.
5325
5326 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5327
5328 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5329 now available for embedded (BookE) and server (BookS) processors,
5330 correct mentions of 'booke' and adjust comments accordingly in order to
5331 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5332 (have_ptrace_booke_interface): Rename function and variable
5333 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5334 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5335 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5336 'hwdebug_point_cmp'. Update all uses.
5337 (booke_find_thread_points_by_tid): Rename function
5338 'booke_find_thread_points_by_tid' to
5339 'hwdebug_find_thread_points_by_tid'. Update all uses.
5340 (booke_insert_point): Rename function 'booke_insert_point' to
5341 'hwdebug_insert_point'. Update all uses.
5342 (booke_remove_point): Rename function 'booke_remove_point' to
5343 'hwdebug_remove_point'. Update all uses.
5344
5345 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
5346
5347 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5348 numbers with enum values.
5349
5350 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
5351
5352 PR threads/13217
5353 * thread.c (thread_apply_all_command): Check for valid threads
5354 and thread count.
5355 (thread_array_cleanup): New struct.
5356 (set_thread_refcount): New function.
5357
5358 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
5359
5360 * infcmd.c (default_print_one_register_info): Reuse function
5361 print_hex_chars.
5362
5363 2013-07-10 Tom Tromey <tromey@redhat.com>
5364
5365 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5366 (ada-exp.o): New target.
5367
5368 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
5369
5370 * mt-tdep.c (mt_registers_info): Call
5371 get_no_prettyformat_print_options instead of
5372 get_raw_print_options (regression by last patch from Doug
5373 Evans).
5374
5375 2013-07-09 Pedro Alves <palves@redhat.com>
5376
5377 Checked in by Joel Brobecker <brobecker@adacore.com>.
5378 * ada-lang.c (coerce_unspec_val_to_type): Use
5379 value_optimized_out_const.
5380 * value.c (value_optimized_out_const): New function.
5381 * value.h (value_optimized_out_const): New declaration.
5382
5383 2013-07-09 Doug Evans <dje@google.com>
5384
5385 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5386 Enum values rename as well. All uses updated.
5387 * valprint.h (value_print_options): Rename member pretty to
5388 pretty format. Rename member prettyprint_arrays to
5389 prettyformat_arrays. Rename member prettyprint_structs to
5390 prettyformat_structs. All uses updated.
5391 (get_no_prettyformat_print_options): Renamed from
5392 get_raw_print_options.
5393 * valprint.c (get_no_prettyformat_print_options): Renamed from
5394 get_raw_print_options. All callers updated.
5395 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5396 All callers updated.
5397 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5398 All callers updated.
5399 (_initialize_valprint): Improve help text for "set print pretty" and
5400 "set print arrays".
5401
5402 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
5403
5404 * value.c (value_bits_valid): Revert previous change, and change
5405 by Pedro on 2013-07-04, due to regressions in
5406 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5407
5408 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
5409 Pedro Alves <palves@redhat.com>
5410
5411 * value.c (value_bits_valid): If the value is not lval_computed
5412 or has no check validity handler then the answer is the
5413 optimized_out flag, otherwise defer to the handler.
5414
5415 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5416
5417 * top.c (print_gdb_configuration): Explain in output of
5418 --configuration what does "relocatable" mean.
5419
5420 * main.c (print_gdb_help): Regroup options in the --help text.
5421 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5422 the relevant discussions.
5423
5424 2013-07-06 Yao Qi <yao@codesourcery.com>
5425
5426 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5427 Remove parameter 'lsal'.
5428 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5429 to inner block. Caller update.
5430 (base_breakpoint_create_breakpoints_sal): Update.
5431 (bkpt_create_breakpoints_sal): Likewise.
5432 (tracepoint_create_breakpoints_sal): Likewise.
5433 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5434 element 0 of vector 'canonical->sals'.
5435
5436 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
5437
5438 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5439 register number instead of the pseudo register one.
5440 (rs6000_dwarf2_reg_to_regnum): Likewise.
5441
5442 2013-07-04 Pedro Alves <palves@redhat.com>
5443
5444 * findvar.c (value_of_register): Use allocate_optimized_out_value
5445 if the register has been optimized out, instead of
5446 set_value_optimized_out.
5447 * frame-unwind.c (frame_unwind_got_optimized): Use
5448 allocate_optimized_out_value.
5449
5450 2013-07-04 Pedro Alves <palves@redhat.com>
5451
5452 * value.c (value_bits_valid): If the value is not lval_computed,
5453 or doesn't have a check_validity hook, assume the value is entirely
5454 valid.
5455
5456 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5457
5458 * stack.c (read_frame_arg): No longer fetch lazy values.
5459 * value.c (value_optimized_out): If the value is not already
5460 marked optimized out, and is lazy then fetch it.
5461 (value_primitive_field): Move optimized out check to later in the
5462 function, after we have loaded any lazy values.
5463 (value_fetch_lazy): Use optimized out flag directly rather than
5464 calling optimized_out method.
5465
5466 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5467
5468 * valops.c: Don't include "user-regs.h".
5469 (value_fetch_lazy): Moved to value.c.
5470 * value.c: Include "user-regs.h".
5471 (value_fetch_lazy): Moved from valops.c.
5472
5473 2013-07-04 Yao Qi <yao@codesourcery.com>
5474
5475 Revert:
5476 2013-06-27 Yao Qi <yao@codesourcery.com>
5477
5478 * common/create-version.sh: Update comments. Handle the case
5479 that TARGET_ALIAS is empty.
5480
5481 2013-07-03 Pedro Alves <palves@redhat.com>
5482
5483 * Makefile.in (config.status): Depend on development.sh.
5484 (aclocal_m4_deps): Add libmcheck.m4.
5485 * acinclude.m4: Include libmcheck.m4.
5486 * configure.ac: Source development.sh instead of setting
5487 'development' here. --enable-libmcheck/--disable-libmcheck code
5488 factored out to GDB_AC_LIBMCHECK. Run it.
5489 * development.sh: New file.
5490 * libmcheck.m4: New file.
5491 * configure: Regenerate.
5492
5493 2013-07-02 Tom Tromey <tromey@redhat.com>
5494
5495 * contrib/ari/update-web-ari.sh: Update for version.in change.
5496
5497 2013-07-02 Tom Tromey <tromey@redhat.com>
5498
5499 * common/ptid.h: Comment fixes.
5500
5501 2013-07-01 Tom Tromey <tromey@redhat.com>
5502
5503 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5504 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5505 (dwarf2_read_index, create_all_comp_units): Update.
5506
5507 2013-07-01 Tom Tromey <tromey@redhat.com>
5508
5509 * configure.ac (build_warnings): Add -Wold-style-definition.
5510 * configure: Rebuild.
5511 * machoread.c (_initialize_machoread): Use "(void)".
5512 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5513 use "(void)".
5514
5515 2013-07-01 Tom Tromey <tromey@redhat.com>
5516
5517 * configure.ac (build_warnings): Add -Wold-style-declaration.
5518 * configure: Rebuild.
5519 * dsrec.c (make_srec): Use "static const", not "const static".
5520 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5521 not "const static".
5522 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5523 Use "static const", not "const static".
5524 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5525 not "const static".
5526 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5527 not "const static".
5528 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5529 not "const static".
5530 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5531 not "const static".
5532 (v850_dbtrap_breakpoint_from_pc): Likewise.
5533 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5534 not "const static".
5535
5536 2013-07-01 Tom Tromey <tromey@redhat.com>
5537
5538 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5539 * configure: Rebuild.
5540
5541 2013-07-01 Pedro Alves <palves@redhat.com>
5542
5543 * defs.h: Include "pathmax.h".
5544 * utils.c: Don't include sys/param.h.
5545 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5546 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5547 instead of MAXPATHLEN.
5548 * solib-sunos.c: Don't include sys/param.h.
5549 * xcoffread.c: Don't include sys/param.h.
5550 * bsd-kvm.c: Don't include sys/param.h.
5551 * darwin-nat.c: Don't include sys/param.h.
5552 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5553 * darwin-nat-info.c: Don't include sys/param.h.
5554 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5555 MAXPATHLEN.
5556 * i386obsd-nat.c: Don't include sys/param.h.
5557 * inf-child.c: Don't include sys/param.h.
5558 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5559 * linux-fork.c: Don't include sys/param.h.
5560 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5561 * linux-nat.c: Don't include sys/param.h.
5562 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5563 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5564 * m68klinux-nat.c: Don't include sys/param.h.
5565 * nbsd-nat.c: Don't include sys/param.h.
5566 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5567 * ppc-linux-nat.c: Don't include sys/param.h.
5568 * rs6000-nat.c: Don't include sys/param.h.
5569 * spu-linux-nat.c. Don't include sys/param.h.
5570 * windows-nat.c: Don't include sys/param.h.
5571 * xtensa-linux-nat.c: Don't include sys/param.h.
5572 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5573
5574 2013-07-01 Pedro Alves <palves@redhat.com>
5575
5576 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5577 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5578 * gnulib/aclocal.m4: Regenerate.
5579 * gnulib/config.in: Regenerate.
5580 * gnulib/configure: Regenerate.
5581 * gnulib/import/pathmax.h: New file.
5582 * gnulib/import/Makefile.am: Regenerate.
5583 * gnulib/import/Makefile.in: Regenerate.
5584 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5585 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5586 * gnulib/import/m4/pathmax.m4: New file.
5587
5588 2013-07-01 Pedro Alves <palves@redhat.com>
5589
5590 * configure.ac (GDBINIT): Define, depending on host.
5591 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5592 * top.c (PATH_MAX): Delete fallback definition.
5593 (GDBINIT_FILENAME): Delete.
5594 (gdbinit): Reimplement as const char array set to the GDBINIT
5595 string constant.
5596 * top.h (gdbinit): Make const.
5597 * configure, config.in: Regenerate.
5598
5599 2013-07-01 Pedro Alves <palves@redhat.com>
5600
5601 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5602 * cli/cli-cmds.h (source_script): Likewise.
5603 * exceptions.c (catch_command_errors_const): New function.
5604 * exceptions.h (catch_command_errors_const): Declare.
5605 * main.c (get_init_files): Make parameters const, and adjust.
5606 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5607 'local_gdbinit' locals const. Adjust to use
5608 catch_command_errors_const.
5609 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5610 'local_gdbinit' locals const.
5611
5612 2013-07-01 Pedro Alves <palves@redhat.com>
5613
5614 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5615 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5616 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5617 <unistd.h>.
5618
5619 2013-07-01 Pedro Alves <palves@redhat.com>
5620
5621 Import the "unistd" gnulib module.
5622 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5623 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5624 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5625 import/m4/unistd_h.m4.
5626 * gnulib/aclocal.m4: Renenerate.
5627 * gnulib/config.in: Renenerate.
5628 * gnulib/configure: Renenerate.
5629 * gnulib/import/Makefile.am: Renenerate.
5630 * gnulib/import/Makefile.in: Renenerate.
5631 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5632 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5633 * gnulib/import/m4/off_t.m4: New file.
5634 * gnulib/import/m4/ssize_t.m4: New file.
5635 * gnulib/import/m4/sys_types_h.m4: New file.
5636 * gnulib/import/m4/unistd_h.m4: New file.
5637 * gnulib/import/sys_types.in.h: New file.
5638 * gnulib/import/unistd.c: New file.
5639 * gnulib/import/unistd.in.h: New file.
5640
5641 2013-07-01 Pedro Alves <palves@redhat.com>
5642
5643 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5644 defined instead of checking HAVE_UNISTD_H.
5645
5646 2013-07-01 Pedro Alves <palves@redhat.com>
5647
5648 Reimport gnulib from scratch.
5649 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5650 import/m4/onceonly.m4.
5651 * gnulib/aclocal.m4: Renegerate.
5652 * gnulib/config.in: Renegerate.
5653 * gnulib/configure: Renegerate.
5654 * gnulib/import/Makefile.in: Renegerate.
5655 * gnulib/import/extra/update-copyright: Renegerate.
5656 * gnulib/import/m4/onceonly.m4: Delete.
5657
5658 2013-07-01 Pedro Alves <palves@redhat.com>
5659
5660 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5661
5662 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5663
5664 Code cleanup.
5665 * remote.c (async_remote_interrupt_twice): Make it static.
5666 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5667
5668 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5669
5670 * ia64-linux-tdep.c: Include <ctype.h>.
5671 (ia64_linux_stap_is_single_operand): New function.
5672 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5673
5674 2013-06-28 Tom Tromey <tromey@redhat.com>
5675
5676 * Makefile.in (version.c): Use version.in, not
5677 common/version.in.
5678 * common/create-version.sh: Likewise.
5679 * common/version.in: Move...
5680 * version.in: ...here.
5681
5682 2013-06-28 Pedro Alves <palves@redhat.com>
5683
5684 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5685 here.
5686 * utils.h (pagination_enabled): Declare.
5687
5688 2013-06-28 Pedro Alves <palves@redhat.com>
5689
5690 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5691 Move higher up in file.
5692
5693 2013-06-28 Tom Tromey <tromey@redhat.com>
5694
5695 * tracepoint.c (deprecated_readline_begin_hook)
5696 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5697 declare.
5698
5699 2013-06-28 Pedro Alves <palves@redhat.com>
5700
5701 PR tui/14880
5702 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5703 checking if they're available.
5704 * value.c (value_available_contents_eq): Change comment.
5705 * value.h (value_available_contents_eq): Expand comment.
5706
5707 2013-06-27 Tom Tromey <tromey@redhat.com>
5708
5709 * target.c (find_run_target): Remove.
5710 * target.h (find_run_target): Remove.
5711
5712 2013-06-27 Tom Tromey <tromey@redhat.com>
5713
5714 * corelow.c (core_gdbarch): Now static.
5715
5716 2013-06-27 Tom Tromey <tromey@redhat.com>
5717
5718 * target.c (target_struct_index): Remove.
5719
5720 2013-06-27 Pedro Alves <palves@redhat.com>
5721
5722 * infrun.c: Remove comment describing the 'stepping over runtime
5723 loader dynamic symbol resolution code' mechanism; moved to
5724 gdbint.texinfo.
5725
5726 2013-06-27 Pedro Alves <palves@redhat.com>
5727
5728 * exceptions.c (catch_command_errors): Remove spurious space.
5729 * exceptions.h (catch_command_errors): Second parameter is "arg",
5730 not "command".
5731
5732 2013-06-27 Yao Qi <yao@codesourcery.com>
5733
5734 * common/create-version.sh: Update comments. Handle the case
5735 that TARGET_ALIAS is empty.
5736
5737 2013-06-26 Pedro Alves <palves@redhat.com>
5738
5739 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5740 comment.
5741
5742 2013-06-26 Pedro Alves <palves@redhat.com>
5743
5744 * infrun.c: Update comments on stepping over runtime loader
5745 dynamic symbol resolution code.
5746
5747 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5748
5749 * ax-gdb.h (union exp_element): Forward declare.
5750 * parser-defs.h: Include expression.h.
5751
5752 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5753
5754 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5755
5756 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5757
5758 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5759
5760 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5761
5762 Fix trace-status to output proper start-time and stop-time.
5763 * tracepoint.c (trace_status_command): Fix type of printf arg to
5764 prevent improper type conversion.
5765 (trace_status_mi): Likewise.
5766
5767 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5768
5769 * mips-tdep.c (mips_next_pc): Fix a typo.
5770
5771 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5772
5773 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5774
5775 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5776 Yao Qi <yao@codesourcery.com>
5777
5778 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5779 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5780 * mi/mi-main.c (print_variable_or_computed): New function.
5781 (mi_cmd_trace_frame_collected): New function.
5782 * tracepoint.c (find_trace_state_variable_by_number): New.
5783 (struct traceframe_info): Move to tracepoint.h
5784 (struct collection_list): Likewise.
5785 (do_collect_symbol): Include locals and arguments in the
5786 collected variables list.
5787 (clear_collection_list): Clear wholly collected variables list
5788 and computed variables list.
5789 (append_exp): New function.
5790 (encode_actions_1): Include variables in the wholly
5791 collected variables list. Include memory ranges and
5792 full-fledged expressions in the computed expressions list.
5793 (encode_actions): Move some code to ...
5794 Return the cleanup chain.
5795 (encode_actions_rsp): ... here. New function.
5796 (get_traceframe_location, get_traceframe_info): Remove static.
5797 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5798 (struct collection_list): Moved from tracepoint.c. Add two
5799 new fields 'wholly_collected' and 'computed'.
5800 (find_trace_state_variable_by_number): Declare.
5801 (encode_actions): Adjust declaration.
5802 (encode_actions_rsp): Declare.
5803 (get_traceframe_info, get_traceframe_location): Declare.
5804
5805 * NEWS: Mention new MI command -trace-frame-collected.
5806
5807 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5808 Yao Qi <yao@codesourcery.com>
5809
5810 * ctf.c (ctf_traceframe_info): Push trace state variables
5811 present in the trace data into the traceframe info object.
5812 * breakpoint.c (DEF_VEC_I): Remove.
5813 * common/filestuff.c (DEF_VEC_I): Likewise.
5814 * dwarf2loc.c (DEF_VEC_I): Likewise.
5815 * mi/mi-main.c (DEF_VEC_I): Likewise.
5816 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5817 * features/traceframe-info.dtd: Add tvar element and its
5818 attributes.
5819 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5820 (build_traceframe_info): Push trace state variables present in
5821 the trace data into the traceframe info object.
5822 (traceframe_info_start_tvar): New function.
5823 (tvar_attributes): New.
5824 (traceframe_info_children): Add "tvar" element.
5825 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5826
5827 * NEWS: Mention the change in GDB and GDBserver.
5828
5829 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5830 Yao Qi <yao@codesourcery.com>
5831
5832 * tracepoint.c (trace_dump_command): Move code to ...
5833 (get_traceframe_location): ... here. New.
5834
5835 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5836 Yao Qi <yao@codesourcery.com>
5837
5838 * tracepoint.c (trace_dump_command): GDB emits an error
5839 instead of a warning when a traceframe is not selected.
5840
5841 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5842 Yao Qi <yao@codesourcery.com>
5843
5844 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5845 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5846 in collection_list.
5847 (do_clear_collection_list, init_collection_list): New.
5848 (encode_actions): Add local variables 'tracepoint_list' and
5849 'stepping_list'. Call init_collection_list and make cleanup
5850 which calls do_clear_collection_list. Don't call
5851 clear_collection_list.
5852 (_initialize_tracepoint): Delete references to
5853 'tracepoint_list' and 'stepping_list'.
5854
5855 2013-06-25 Tom Tromey <tromey@redhat.com>
5856
5857 * common/create-version.sh (date): Use "$", not "$$" in sed
5858 expression.
5859
5860 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5861
5862 * NEWS (New targets): Add entry for TI MSP430.
5863
5864 2013-06-25 Yao Qi <yao@codesourcery.com>
5865
5866 * remote.c (remote_start_remote): Move code to upload tsv
5867 earlier.
5868
5869 2013-06-25 Yao Qi <yao@codesourcery.com>
5870 Hui Zhu <hui@codesourcery.com>
5871 Pedro Alves <palves@redhat.com>
5872
5873 PR breakpoints/15075
5874 PR breakpoints/15434
5875 * breakpoint.c (bpstat_stop_status): Call
5876 b->ops->after_condition_true.
5877 (update_dprintf_command_list): Don't append "continue" command
5878 to the command list of dprintf breakpoint.
5879 (base_breakpoint_after_condition_true): New function.
5880 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5881 (dprintf_after_condition_true): New function.
5882 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5883 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5884
5885 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5886
5887 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5888 (ALLDEPFILES): Add msp430-tdep.c.
5889 * configure.tgt (msp430*-*-elf): New target.
5890 * msp430-tdep.c: New file.
5891
5892 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5893
5894 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5895 microMIPS synthetic symbols.
5896
5897 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5898
5899 * objfiles.h (pc_in_section): New prototype.
5900 (in_plt_section): Remove name argument, replace prototype with
5901 static inline function.
5902 * mips-tdep.h: Include "objfiles.h".
5903 (in_mips_stubs_section): New function.
5904 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5905 in_solib_call_trampoline member.
5906 (hppa_in_solib_call_trampoline): Remove name argument.
5907 * objfiles.c (pc_in_section): New function.
5908 (in_plt_section): Remove function.
5909 * mips-linux-tdep.c: Include "objfiles.h".
5910 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5911 name argument. Return 1 rather than the low 16-bit halfword of
5912 any instruction examined.
5913 (mips_linux_in_dynsym_resolve_code): Update
5914 mips_linux_in_dynsym_stub call accordingly.
5915 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5916 rather than an equivalent hand-coded sequence.
5917 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5918 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5919 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5920 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5921 in_opd_section.
5922 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5923 on call to tdep->in_solib_call_trampoline.
5924 (hppa_in_solib_call_trampoline): Remove name argument, update
5925 according to in_plt_section change.
5926 (hppa_skip_trampoline_code): Update according to in_plt_section
5927 change.
5928 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5929 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5930 Likewise.
5931 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5932 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5933 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5934 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5935 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5936 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5937 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5938 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5939 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5940 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5941 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5942 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5943 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5944
5945 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5946
5947 * common/create-version.sh: Fix expansion of $host_alias
5948 and $target_alias in generation of HOST_NAME and TARGET_NAME
5949 (resp.).
5950
5951 2013-06-24 Tom Tromey <tromey@redhat.com>
5952
5953 * common/create-version.sh: New file.
5954 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5955 create-version.sh.
5956 (HFILES_NO_SRCDIR): Use common/version.h.
5957 * version.in: Move to ...
5958 * common/version.in: ... here. Replace date with "DATE".
5959 * version.h: Move to ...
5960 * common/version.h: ... here.
5961
5962 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5963
5964 * gdb/gnulib/Makefile.in: Update date in copyright header.
5965 * gdb/gnulib/configure.ac: Ditto.
5966 * gdb/gnulib/update-gnulib.sh: Ditto.
5967
5968 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5969
5970 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5971 "gdb/gnulib/import".
5972
5973 2013-06-21 Will Newton <will.newton@linaro.org>
5974
5975 * doublest.c (ldfrexp): Remove function.
5976 (convert_doublest_to_floatformat): Call frexpl instead of
5977 ldfrexp.
5978
5979 2013-06-21 Will Newton <will.newton@linaro.org>
5980
5981 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5982 * gnulib/aclocal.m4: Regenerate.
5983 * gnulib/config.in: Regenerate.
5984 * gnulib/configure: Regenerate.
5985 * gnulib/import/Makefile.am: Update.
5986 * gnulib/import/Makefile.in: Update.
5987 * gnulib/import/m4/gnulib-cache.m4: Update.
5988 * gnulib/import/m4/gnulib-comp.m4: Update.
5989 * gnulib/import/float+.h: Import.
5990 * gnulib/import/float.c: Import.
5991 * gnulib/import/float.in.h: Import.
5992 * gnulib/import/fpucw.h: Import.
5993 * gnulib/import/frexp.c: Import.
5994 * gnulib/import/frexpl.c: Import.
5995 * gnulib/import/isnan.c: Import.
5996 * gnulib/import/isnand-nolibm.h: Import.
5997 * gnulib/import/isnand.c: Import.
5998 * gnulib/import/isnanl-nolibm.h: Import.
5999 * gnulib/import/isnanl.c: Import.
6000 * gnulib/import/itold.c: Import.
6001 * gnulib/import/m4/exponentd.m4: Import.
6002 * gnulib/import/m4/exponentl.m4: Import.
6003 * gnulib/import/m4/float_h.m4: Import.
6004 * gnulib/import/m4/fpieee.m4: Import.
6005 * gnulib/import/m4/frexp.m4: Import.
6006 * gnulib/import/m4/frexpl.m4: Import.
6007 * gnulib/import/m4/isnand.m4: Import.
6008 * gnulib/import/m4/isnanl.m4: Import.
6009 * gnulib/import/m4/math_h.m4: Import.
6010 * gnulib/import/math.c: Import.
6011 * gnulib/import/math.in.h: Import.
6012
6013 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6014
6015 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
6016 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
6017 signature_INTEL_edx comparisons.
6018
6019 2013-06-20 Doug Evans <dje@google.com>
6020
6021 symtab/15652
6022 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
6023 All callers updated.
6024 (open_dwp_file): If we can't find the dwp file, search the basename
6025 in debug-file-directory.
6026
6027 * dwarf2read.c (struct dwp_file): Fix comment.
6028 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
6029
6030 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
6031 better.
6032
6033 2013-06-20 Yao Qi <yao@codesourcery.com>
6034
6035 * breakpoint.c (create_breakpoint): Fix code indentation.
6036
6037 2013-06-20 Yao Qi <yao@codesourcery.com>
6038
6039 * breakpoint.c (create_breakpoints_sal_default): Remove
6040 parameter 'lsal'. Update declaration.
6041 (bkpt_create_breakpoints_sal): Caller update.
6042 (tracepoint_create_breakpoints_sal): Likewise.
6043
6044 2013-06-20 Pedro Alves <pedro@codesourcery.com>
6045 Yao Qi <yao@codesourcery.com>
6046
6047 * NEWS: Mention the new option '--skip-unavailable' of command
6048 -data-list-register-values.
6049 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
6050 --skip-unavailable option. Adjust to use output_register.
6051 (output_register): Add new 'skip_unavailable' parameter.
6052 Handle it.
6053
6054 2013-06-19 Mike Frysinger <vapier@gentoo.org>
6055
6056 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
6057 common/i386-gcc-cpuid.h.
6058 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
6059 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
6060 Copy the latest version from upstream gcc.
6061 * common/linux-btrace.c: Include i386-cpuid.h.
6062 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
6063 call to i386_cpuid.
6064 (cpu_supports_btrace): Likewise.
6065 * go32-nat.c: Include i386-cpuid.h.
6066 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
6067
6068 2013-06-19 Doug Evans <dje@google.com>
6069
6070 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
6071 (get_section_index): Ditto.
6072
6073 2013-06-19 Tom Tromey <tromey@redhat.com>
6074
6075 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
6076 "dprintf" help.
6077
6078 2013-06-18 Doug Evans <dje@google.com>
6079
6080 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
6081 before using it.
6082 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
6083 Move test of cu_index closer to use. Print complaint if cu_index
6084 is bad.
6085
6086 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6087
6088 * machoread.c (oso_vector): Delete this global.
6089 (macho_register_oso): Add new parameter "oso_vector_ptr".
6090 Use it instead of the "oso_vector" global.
6091 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
6092 (macho_symfile_read): Use a local oso_vector, to be free'ed
6093 at the end of this function, in place of the old "oso_vector"
6094 global. Update various function calls accordingly. Use one
6095 single cleanup chain for the entire function.
6096
6097 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6098
6099 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
6100 DWARF2_PER_OBJFILE by uses of DATA instead.
6101
6102 2013-06-18 Tom Tromey <tromey@redhat.com>
6103
6104 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
6105 argument.
6106 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6107 Special case signals other than GDB_SIGNAL_TRAP.
6108 (explains_signal_watchpoint): New function.
6109 (base_breakpoint_explains_signal): Add 'sig' argument.
6110 (initialize_breakpoint_ops): Set 'explains_signal' method for
6111 watchpoints.
6112 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
6113 signal argument.
6114 (bpstat_explains_signal): Likewise.
6115 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
6116
6117 2013-06-18 Tom Tromey <tromey@redhat.com>
6118
6119 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
6120
6121 2013-06-18 Tom Tromey <tromey@redhat.com>
6122
6123 * python/python.c (finish_python_initialization): Decref
6124 'pythondir' on failure path as well.
6125
6126 2013-06-18 Tom Tromey <tromey@redhat.com>
6127
6128 PR symtab/15391:
6129 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
6130 after taking bits_to_skip into account. Sign extend byte_offset.
6131 * utils.h (gdb_sign_extend): Declare.
6132 * utils.c (gdb_sign_extend): New function.
6133
6134 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6135
6136 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
6137
6138 2013-06-17 Pierre Muller <muller@sourceware.org>
6139
6140 * corelow.c (core_open): Print GDB signal name instead of target
6141 signal number.
6142
6143 2013-06-17 Mike Frysinger <vapier@gentoo.org>
6144
6145 * .gitignore: Add /gcore.
6146
6147 2013-06-13 Doug Evans <dje@google.com>
6148
6149 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
6150 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
6151
6152 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
6153
6154 * stack.c (backtrace_command_1): Fix indentation.
6155
6156 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6157
6158 * window-nat.c (thread_rec): Add missing empty line after
6159 local variable declaration.
6160
6161 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6162
6163 * windows-nat.c (thread_rec): Revert format used to print
6164 error code returned by SuspendThread from %d back to %u.
6165
6166 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6167
6168 * windows-nat.c (windows_continue): Add "0x" prefix for thread
6169 ID in debug trace.
6170 (get_windows_debug_event): Likewise, for all debug traces.
6171
6172 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6173
6174 * window-nat.c (thread_rec): Add thread ID in SuspendThread
6175 warning message.
6176
6177 2013-06-08 Pedro Alves <pedro@codesourcery.com>
6178 Yao Qi <yao@codesourcery.com>
6179
6180 * mi/mi-main.c (get_register): Remove declaration.
6181 (output_register): Declare.
6182 (mi_cmd_data_list_register_values): Remove local variable
6183 'tuple_cleanup'. Move some code into output_register.
6184 (get_register): Renamed to ...
6185 (output_register): ... this. Output the register's
6186 "number" ui_out tuple here.
6187
6188 2013-06-07 Pedro Alves <palves@redhat.com>
6189
6190 * darwin-nat.c: Fix formating in copyright header.
6191 * darwin-nat.h: Likewise.
6192 * gnu-nat.c: Likewise.
6193 * machoread.c: Likewise.
6194
6195 2013-06-07 Pedro Alves <palves@redhat.com>
6196
6197 PR server/14823
6198 * regformats/regdat.sh: Output #include tdesc.h. Make globals
6199 static. Output a global target description pointer.
6200 (init_registers_${name}): Adjust to initialize a
6201 target description structure.
6202
6203 2013-06-07 Will Newton <will.newton@linaro.org>
6204
6205 * printcmd.c (build_address_symbolic): Call
6206 gdbarch_addr_bits_remove for text minimal symbols.
6207
6208 2013-06-07 Will Newton <will.newton@linaro.org>
6209
6210 * MAINTAINERS: Add myself to Write After Approval.
6211
6212 2013-06-07 Yao Qi <yao@codesourcery.com>
6213
6214 * tracepoint.c (start_tracing): Move code to ...
6215 (trace_reset_local_state): ... here. New.
6216 (disconnect_tracing): Don't call set_current_traceframe,
6217 set_tracepoint_num, and set_traceframe_context. Call
6218 trace_reset_local_state instead.
6219 (tfile_close): Call trace_reset_local_state.
6220 * ctf.c (ctf_close): Likewise.
6221 * remote.c (remote_close): Likewise.
6222 * tracepoint.h (trace_reset_local_state): Declare.
6223
6224 2013-06-06 Doug Evans <dje@google.com>
6225
6226 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
6227 and fix header docs.
6228
6229 2013-06-05 Doug Evans <dje@google.com>
6230 Keith Seitz <keiths@redhat.com>
6231
6232 PR 15519
6233 * cp-namespace.c (find_symbol_in_baseclass): Call
6234 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
6235 Check result of call to lookup_symbol_static.
6236 Call lookup_static_symbol_aux unconditionally.
6237 Call check_typedef on base types before accessing them.
6238 (cp_lookup_nested_symbol): Fix comment.
6239
6240 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
6241
6242 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
6243 minimal symbols pointing to function descriptors.
6244
6245 2013-06-05 Tom Tromey <tromey@redhat.com>
6246
6247 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
6248
6249 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
6250 Pedro Alves <palves@redhat.com>
6251
6252 * remote.c (remote_wait_as): Restore signal handler before returning
6253 when GDB gets a notification.
6254
6255 2013-06-04 Gary Benson <gbenson@redhat.com>
6256
6257 PR 2328
6258 * breakpoint.h (handle_solib_event): Moved function declaration
6259 to solib.h.
6260 * breakpoint.c (handle_solib_event): Moved function to solib.c.
6261 (bpstat_stop_status): Pass new argument to handle_solib_event.
6262 * solib.h (update_solib_breakpoints): New function declaration.
6263 (handle_solib_event): Moved function declaration from
6264 breakpoint.h.
6265 * solib.c (update_solib_breakpoints): New function.
6266 (handle_solib_event): Moved function from breakpoint.c.
6267 Updated to call solib_ops->handle_event if not NULL.
6268 * solist.h (target_so_ops): New fields "update_breakpoints" and
6269 "handle_event".
6270 * infrun.c (set_stop_on_solib_events): New function.
6271 (_initialize_infrun): Use the above for "set
6272 stop-on-solib-events".
6273 (handle_inferior_event): Pass new argument to handle_solib_event.
6274 * solib-svr4.c (probe.h): New include.
6275 (svr4_free_library_list): New forward declaration.
6276 (probe_action): New enum.
6277 (probe_info): New struct.
6278 (probe_info): New static variable.
6279 (NUM_PROBES): New definition.
6280 (svr4_info): New fields "using_xfer", "probes_table" and
6281 "solib_list".
6282 (free_probes_table): New function.
6283 (free_solib_list): New function.
6284 (svr4_pspace_data_cleanup): Free probes table and solib list.
6285 (svr4_copy_library_list): New function.
6286 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6287 (svr4_read_so_list): New parameter "prev_lm".
6288 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6289 (svr4_current_sos): New function.
6290 (probe_and_action): New struct.
6291 (hash_probe_and_action): New function.
6292 (equal_probe_and_action): Likewise.
6293 (register_solib_event_probe): Likewise.
6294 (solib_event_probe_at): Likewise.
6295 (solib_event_probe_action): Likewise.
6296 (solist_update_full): Likewise.
6297 (solist_update_incremental): Likewise.
6298 (disable_probes_interface_cleanup): Likewise.
6299 (svr4_handle_solib_event): Likewise.
6300 (svr4_update_solib_event_breakpoint): Likewise.
6301 (svr4_update_solib_event_breakpoints): Likewise.
6302 (svr4_create_solib_event_breakpoints): Likewise.
6303 (enable_break): Free probes table before creating breakpoints.
6304 Use svr4_create_solib_event_breakpoints to create breakpoints.
6305 (svr4_solib_create_inferior_hook): Free the solib list.
6306 (_initialize_svr4_solib): Initialise
6307 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6308
6309 2013-06-04 Gary Benson <gbenson@redhat.com>
6310
6311 * target.h (target_ops): New field
6312 "to_augmented_libraries_svr4_read".
6313 (target_augmented_libraries_svr4_read): New macro.
6314 * target.c (update_current_target): Handle
6315 to_augmented_libraries_svr4_read.
6316 * remote.c (remote_state): New field
6317 "augmented_libraries_svr4_read".
6318 (remote_augmented_libraries_svr4_read_feature): New function.
6319 (remote_protocol_features): Add entry for
6320 "augmented-libraries-svr4-read".
6321 (remote_augmented_libraries_svr4_read): New function.
6322 (init_remote_ops): Initialize
6323 remote_ops.to_augmented_libraries_svr4_read.
6324
6325 2013-06-04 Gary Benson <gbenson@redhat.com>
6326
6327 * NEWS: Update.
6328
6329 2013-06-04 Gary Benson <gbenson@redhat.com>
6330
6331 * objfiles.h (inhibit_section_map_updates): New function
6332 declaration.
6333 (resume_section_map_updates): Likewise.
6334 (resume_section_map_updates_cleanup): Likewise.
6335 * objfiles.c (objfile_pspace_info): Removed field
6336 "objfiles_changed_p". New fields "new_objfiles_available",
6337 "section_map_dirty" and "inhibit_updates".
6338 (allocate_objfile): Set new_objfiles_available.
6339 (free_objfile): Set section_map_dirty.
6340 (objfile_relocate1): Likewise.
6341 (in_plt_section): Likewise.
6342 (find_pc_section): Update the conditions under which the
6343 section map will be updated.
6344 (inhibit_section_map_updates): New function.
6345 (resume_section_map_updates): Likewise.
6346 (resume_section_map_updates_cleanup): Likewise.
6347
6348 2013-06-04 Gary Benson <gbenson@redhat.com>
6349
6350 * probe.h (get_probe_argument_count): New declaration.
6351 (evaluate_probe_argument): Likewise.
6352 * probe.c (get_probe_argument_count): New function.
6353 (evaluate_probe_argument): Likewise.
6354 (probe_safe_evaluate_at_pc): Use the above new functions.
6355
6356 2013-06-04 Alan Modra <amodra@gmail.com>
6357
6358 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6359 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6360 (ppc_insns_match_pattern): Add frame param. Avoid multiple
6361 target mem reads on optional insns.
6362 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6363 ppc_insns_match_pattern calls.
6364 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6365 Add match for power7 thread safety insns, and new order of
6366 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
6367 invocation in comment, and update rest of comment.
6368 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6369 PPC64_STANDARD_LINKAGE3_LEN): Delete.
6370 (ppc64_standard_linkage2_target): Update insn offsets.
6371 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
6372 stubs first. Update calls.
6373
6374 2013-06-04 Yao Qi <yao@codesourcery.com>
6375
6376 * solib.c (solib_find): Don't need dir separator if path has
6377 drive spec.
6378
6379 2013-06-03 Joel Brobecker <brobecker@adacore.com>
6380
6381 Revert (indirectly causes a SIGSEGV):
6382 * machoread.c (macho_symfile_read): Assign first cleanup to
6383 'back_to'.
6384
6385 2013-06-03 Yao Qi <yao@codesourcery.com>
6386
6387 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6388 mi-parse.c. Make them static.
6389 (mi_all_values): Likewise.
6390 (mi_parse_values_option): Move to mi-parse.c. Rename it to
6391 mi_parse_print_values. Make it external.
6392 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6393 Remove the declarations.
6394 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6395 * mi/mi-parse.h (mi_parse_print_values): Declare.
6396 * mi/mi-cmd-stack.c: Include mi-parse.h.
6397 (parse_print_values): Remove
6398 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6399 of parse_print_values.
6400 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6401
6402 2013-05-31 Pedro Alves <pedro@codesourcery.com>
6403 Yao Qi <yao@codesourcery.com>
6404
6405 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6406 (encode_actions): Move code to ...
6407 (all_tracepoint_actions_and_cleanup): ... here. New.
6408 (trace_dump_command): Likewise.
6409
6410 2013-05-30 Tom Tromey <tromey@redhat.com>
6411
6412 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6413
6414 2013-05-30 Tom Tromey <tromey@redhat.com>
6415
6416 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6417 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
6418 'old_chain' argument. Add 'parser_result' argument.
6419 (gdb_xml_create_parser_and_cleanup): Remove old version.
6420 (gdb_xml_parse_quick): Update.
6421 (xml_process_xincludes): Update.
6422 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6423 declare.
6424
6425 2013-05-30 Tom Tromey <tromey@redhat.com>
6426
6427 * probe.c (collect_probes): Check arguments for NULL before
6428 calling compile_rx_or_error.
6429 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6430 Remove NULL return.
6431
6432 2013-05-30 Tom Tromey <tromey@redhat.com>
6433
6434 * infrun.c (adjust_pc_after_break): Introduce an outer null
6435 cleanup.
6436
6437 2013-05-30 Tom Tromey <tromey@redhat.com>
6438
6439 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6440
6441 2013-05-30 Tom Tromey <tromey@redhat.com>
6442
6443 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6444 for 'old_chain'. Do not check 'head' before processing
6445 cleanups.
6446
6447 2013-05-30 Tom Tromey <tromey@redhat.com>
6448
6449 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6450 "cleanup_tuple".
6451
6452 2013-05-30 Tom Tromey <tromey@redhat.com>
6453
6454 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6455 inner scope. Unconditionally call do_cleanups.
6456
6457 2013-05-30 Tom Tromey <tromey@redhat.com>
6458
6459 * source.c (find_and_open_source): Call do_cleanups.
6460
6461 2013-05-30 Tom Tromey <tromey@redhat.com>
6462
6463 * linux-thread-db.c (thread_db_load_search): Unconditionally
6464 call do_cleanups.
6465
6466 2013-05-30 Tom Tromey <tromey@redhat.com>
6467
6468 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6469 for 'cleanup'; instead use a later one.
6470
6471 2013-05-30 Tom Tromey <tromey@redhat.com>
6472
6473 * python/py-breakpoint.c (bppy_get_commands): Use
6474 explicit, unconditional return.
6475 * python/py-frame.c (frapy_read_var): Likewise.
6476 * python/python.c (gdbpy_decode_line): Likewise.
6477
6478 2013-05-30 Tom Tromey <tromey@redhat.com>
6479
6480 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6481 do_cleanups on all return paths.
6482
6483 2013-05-30 Tom Tromey <tromey@redhat.com>
6484
6485 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6486
6487 2013-05-30 Tom Tromey <tromey@redhat.com>
6488
6489 * stabsread.c (read_struct_type): Call do_cleanups along
6490 all return paths.
6491
6492 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6493
6494 * mips-linux-tdep.c: Adjust formatting throughout.
6495
6496 2013-05-30 Tom Tromey <tromey@redhat.com>
6497
6498 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6499 along all return paths.
6500
6501 2013-05-30 Tom Tromey <tromey@redhat.com>
6502
6503 * symfile.c (find_separate_debug_file): Call do_cleanups
6504 along all return paths.
6505
6506 2013-05-30 Tom Tromey <tromey@redhat.com>
6507
6508 * symtab.c (search_symbols): Introduce a null cleanup for
6509 'retval_chain'.
6510
6511 2013-05-30 Tom Tromey <tromey@redhat.com>
6512
6513 * python/py-value.c (valpy_binop): Call do_cleanups before
6514 exiting loop.
6515
6516 2013-05-30 Tom Tromey <tromey@redhat.com>
6517
6518 * python/py-prettyprint.c (print_children): Remove extra
6519 do_cleanups call.
6520
6521 2013-05-30 Tom Tromey <tromey@redhat.com>
6522
6523 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6524 all return paths.
6525
6526 2013-05-30 Tom Tromey <tromey@redhat.com>
6527
6528 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6529 along all return paths.
6530
6531 2013-05-30 Tom Tromey <tromey@redhat.com>
6532
6533 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6534 call do_cleanups.
6535
6536 2013-05-30 Tom Tromey <tromey@redhat.com>
6537
6538 * varobj.c (c_value_of_root): Call do_cleanups along all
6539 return paths.
6540
6541 2013-05-30 Tom Tromey <tromey@redhat.com>
6542
6543 * tracepoint.c (trace_dump_command): Unconditionally call
6544 do_cleanups.
6545
6546 2013-05-30 Tom Tromey <tromey@redhat.com>
6547
6548 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6549 do_cleanups earlier.
6550
6551 2013-05-30 Tom Tromey <tromey@redhat.com>
6552
6553 * machoread.c (macho_symfile_read): Assign first cleanup to
6554 'back_to'.
6555
6556 2013-05-30 Tom Tromey <tromey@redhat.com>
6557
6558 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6559
6560 2013-05-30 Tom Tromey <tromey@redhat.com>
6561
6562 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6563
6564 2013-05-30 Tom Tromey <tromey@redhat.com>
6565
6566 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6567 call discard_cleanups.
6568 (inf_ptrace_attach): Likewise.
6569
6570 2013-05-30 Tom Tromey <tromey@redhat.com>
6571
6572 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6573 return paths.
6574 (mips_initialize): Likewise.
6575 (common_open): Call do_cleanups.
6576
6577 2013-05-30 Tom Tromey <tromey@redhat.com>
6578
6579 * utils.c (internal_vproblem): Call do_cleanups.
6580
6581 2013-05-30 Tom Tromey <tromey@redhat.com>
6582
6583 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6584
6585 2013-05-30 Tom Tromey <tromey@redhat.com>
6586
6587 * cli/cli-script.c (setup_user_args): Don't return after error.
6588
6589 2013-05-30 Tom Tromey <tromey@redhat.com>
6590
6591 * somread.c (som_symtab_read): Call do_cleanups.
6592
6593 2013-05-30 Tom Tromey <tromey@redhat.com>
6594
6595 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6596
6597 2013-05-30 Tom Tromey <tromey@redhat.com>
6598
6599 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6600 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6601 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6602 * source.c (show_substitute_path_command): Call do_cleanups.
6603 (unset_substitute_path_command, set_substitute_path_command):
6604 Likewise.
6605 * symfile.c (load_command): Call do_cleanups.
6606
6607 2013-05-30 Tom Tromey <tromey@redhat.com>
6608
6609 * contrib/cleanup_check.py: New file.
6610 * contrib/gcc-with-excheck: Add option parsing.
6611
6612 2013-05-30 Joel Brobecker <brobecker@adacore.com>
6613
6614 * windows-nat.c (windows_delete_thread): Add missing space
6615 in cast expression.
6616
6617 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6618
6619 * inferior.c (top level): Include tilde.h.
6620 (add_inferior_command): Call tilde_expand on the value of 'exec'
6621 argument.
6622
6623 2013-05-30 Pedro Alves <pedro@codesourcery.com>
6624 Yao Qi <yao@codesourcery.com>
6625
6626 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6627 Caller update.
6628 (encode_actions): Likewise.
6629 * remote.c (remote_download_tracepoint): Caller update.
6630 * tracepoint.h (encode_actions): Update declaration.
6631
6632 2013-05-30 Pedro Alves <palves@redhat.com>
6633
6634 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6635 pointer.
6636
6637 2013-05-30 Yao Qi <yao@codesourcery.com>
6638
6639 * remote.c (remote_check_symbols): Remove unused parameter
6640 'objfile'.
6641 Declaration update.
6642 (remote_start_remote, remote_new_objfile): Caller update.
6643
6644 2013-05-30 Yao Qi <yao@codesourcery.com>
6645
6646 * mi/mi-cmds.c (mi_cmds): Define MI command
6647 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6648 DEF_MI_CMD_CLI.
6649
6650 2013-05-29 Pedro Alves <palves@redhat.com>
6651
6652 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6653 (remote_insert_watchpoint, remote_remove_watchpoint)
6654 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6655 (remote_verify_memory, compare_sections_command)
6656 (remote_search_memory): Set the general process/thread on the
6657 remote side.
6658
6659 2013-05-29 Pedro Alves <palves@redhat.com>
6660
6661 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6662 (_initialize_aarch64_tdep): Don't call
6663 initialize_tdesc_aarch64_without_fpu.
6664 * features/Makefile (WHICH): Remove reference to
6665 aarch64-without-fpu.
6666 * features/aarch64-without-fpu.c: Delete file.
6667 * regformats/aarch64-without-fpu.dat: Delete file.
6668
6669 2013-05-28 Yao Qi <yao@codesourcery.com>
6670
6671 * tracepoint.c (stringify_collection_list): Remove parameter
6672 'string'.
6673 (encode_actions): Caller update. Remove local variables.
6674
6675 2013-05-24 Yao Qi <yao@codesourcery.com>
6676
6677 * tracepoint.c (TFILE_PID): Remove.
6678 (tfile_open): Don't add thread and inferior.
6679 (tfile_close): Don't set 'inferior_ptid'. Don't call
6680 exit_inferior_silent.
6681 (tfile_thread_alive): Remove.
6682 (init_tfile_ops): Don't set field 'to_thread_alive' of
6683 tfile_ops.
6684
6685 2013-05-23 Doug Evans <dje@google.com>
6686
6687 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6688
6689 2013-05-23 Pedro Alves <palves@redhat.com>
6690
6691 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6692 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6693 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6694 Only define if HAVE_SOCKETS is defined.
6695 * configure.ac: Check for sys/socket.h.
6696 * config.in, configure: Regenerate.
6697
6698 2013-05-23 Pedro Alves <palves@redhat.com>
6699
6700 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6701 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6702 printing uint32_t variables.
6703
6704 2013-05-23 Pedro Alves <palves@redhat.com>
6705
6706 * NEWS: Mention GDBserver range stepping support.
6707
6708 2013-05-23 Yao Qi <yao@codesourcery.com>
6709 Pedro Alves <palves@redhat.com>
6710
6711 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6712 field.
6713 * infcmd.c (step_once, until_next_command): Enable range stepping.
6714 * infrun.c (displaced_step_prepare): Disable range stepping.
6715 (resume): Disable range stepping if stepping over a breakpoint or
6716 we have software watchpoints. If range stepping is enabled,
6717 assert the thread is in the stepping range.
6718 (clear_proceed_status_thread): Clear may_range_step.
6719 (handle_inferior_event): Disable range stepping as soon as we know
6720 the thread that hit the event. Re-enable it whenever we're going
6721 to step with a step range.
6722 * remote.c (struct vCont_action_support) <r>: New field.
6723 (use_range_stepping): New global.
6724 (remote_vcont_probe): Handle 'r' action.
6725 (append_resumption): Append an 'r' action if the thread may range
6726 step.
6727 (show_range_stepping): New function.
6728 (set_range_stepping): New function.
6729 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6730 'set range-stepping' and 'show range-stepping' commands.
6731 * NEWS: Mention range stepping, the new vCont;r action, and the
6732 new "set/show range-stepping" commands.
6733
6734 2013-05-23 Yao Qi <yao@codesourcery.com>
6735 Pedro Alves <palves@redhat.com>
6736
6737 * remote.c (struct vCont_action_support): New struct.
6738 (struct remote_state) <support_vCont_t>: Remove field.
6739 <vCont_actions_support>: New field.
6740 (remote_vcont_probe, remote_stop_ns): Update.
6741
6742 2013-05-23 Yao Qi <yao@codesourcery.com>
6743 Pedro Alves <palves@redhat.com>
6744
6745 * gdbthread.h (pc_in_thread_step_range): New declaration.
6746 * thread.c (pc_in_thread_step_range): New function.
6747 * infrun.c (handle_inferior_event): Use it.
6748
6749 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6750
6751 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6752 of sprintf.
6753
6754 2013-05-22 Keith Seitz <keiths@redhat.com>
6755
6756 * ada-lang.c (is_known_support_routine): Add explicit free of
6757 'func_name' from find_frame_funname.
6758 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6759 for func_name from find_frame_funname.
6760 * python/py-frame.c (frapy_name): Add explicit free of
6761 'name' from find_frame_funname.
6762 * stack.c (find_frame_funname): Add comment explaining that
6763 funcp must be freed by the caller.
6764 Return copy of symbol names instead of pointers.
6765 (print_frame): Add a cleanup for 'funname' from
6766 find_frame_funname.
6767 * stack.h (find_frame_funname): Remove "const" from
6768 'funname' parameter.
6769
6770 2013-05-22 Tom Tromey <tromey@redhat.com>
6771
6772 PR c++/15401:
6773 * c-valprint.c (c_value_print): Use value_addr for
6774 references. Convert back to reference type with value_ref.
6775
6776 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6777
6778 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6779 unloaded DLL, it will be done by handle_solib_event. See
6780 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6781 details.
6782
6783 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6784
6785 * ui-out.c: Create typedef ui_out_level_p and define vector
6786 operations for that type.
6787 (struct ui_out): Use a vector instead of an array.
6788 (current_level): Return level from a vector.
6789 (push_level): Create a level in a vector.
6790 (pop_level): Delete a level in a vector.
6791 (ui_out_new): Create initial level zero level, and store in a
6792 vector.
6793 (ui_out_destroy): Add vector cleanup.
6794
6795 2013-05-22 Pedro Alves <palves@redhat.com>
6796
6797 * python/python-internal.h (gdb_Py_DECREF): Tag with
6798 "ARI: editCase function".
6799
6800 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6801
6802 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6803
6804 2013-05-21 Pedro Alves <palves@redhat.com>
6805
6806 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6807 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6808 * python/py-utils.c (py_decref): Don't check for NULL before
6809 calling Py_DECREF.
6810
6811 2013-05-21 Pedro Alves <palves@redhat.com>
6812
6813 * python/py-utils.c (py_decref): Remove extra braces.
6814 (gdb_pymodule_addobject): Remove extra braces.
6815 * python-internal.h (gdb_Py_DECREF): New static inline function.
6816 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6817
6818 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6819
6820 * breakpoints.c (detach_breakpoints): Do not
6821 detach breakpoints locations with loc_type bp_loc_other.
6822
6823 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6824
6825 Workaround Python 2.6.
6826 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6827 a block.
6828
6829 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6830
6831 Code cleanup: constification.
6832 * solib.c (solib_ops): Make return type and ops variable type const.
6833 (set_solib_ops): Make the new_ops parameter and ops variable const.
6834 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6835 (solib_add, solib_keep_data_in_core, clear_solib)
6836 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6837 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6838 const.
6839 * solib.h (set_solib_ops): Make the new_ops parameter const.
6840
6841 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6842
6843 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6844 variable.
6845 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6846 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6847 (SYSTEM_GDBINIT_FILES): New variables.
6848 (all): Add stamp-system-gdbinit.
6849 (stamp-system-gdbinit): New rule.
6850 (clean-system-gdbinit, install-system-gdbinit)
6851 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6852 (install-only): Add dependency on install-system-gdbinit.
6853 (uninstall): Add dependency on uninstall-system-gdbinit.
6854 (clean): Add dependency on clean-system-gdbinit.
6855 * system-gdbinit/elinos.py: New file.
6856 * system-gdbinit/wrs-linux.py: New file.
6857
6858 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6859
6860 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6861
6862 2013-05-21 Hui Zhu <hui@codesourcery.com>
6863
6864 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6865 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6866 * mi/mi-cmd-break.c (ctype.h): New include.
6867 (gdb_obstack.h): New include.
6868 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6869 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6870 (mi_cmd_dprintf_insert): New.
6871 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6872 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6873
6874 2013-05-20 Tom Tromey <tromey@redhat.com>
6875
6876 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6877
6878 2013-05-20 Tom Tromey <tromey@redhat.com>
6879
6880 * python/py-value.c (valpy_get_dynamic_type): Simplify
6881 dynamic_type assignment. Use Py_XINCREF.
6882
6883 2013-05-20 Tom Tromey <tromey@redhat.com>
6884
6885 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6886
6887 2013-05-20 Tom Tromey <tromey@redhat.com>
6888
6889 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6890 (gdbpy_selected_frame): Move object-construction code
6891 out of TRY_CATCH.
6892
6893 2013-05-20 Tom Tromey <tromey@redhat.com>
6894
6895 * python/py-arch.c (gdbpy_initialize_arch): Use
6896 gdb_pymodule_addobject.
6897 * python/py-block.c (gdbpy_initialize_blocks): Use
6898 gdb_pymodule_addobject.
6899 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6900 gdb_pymodule_addobject.
6901 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6902 gdb_pymodule_addobject.
6903 * python/py-event.c (gdbpy_initialize_event_generic): Use
6904 gdb_pymodule_addobject.
6905 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6906 gdb_pymodule_addobject.
6907 * python/py-evts.c (add_new_registry): Use
6908 gdb_pymodule_addobject.
6909 (gdbpy_initialize_py_events): Likewise.
6910 * python/py-finishbreakpoint.c
6911 (gdbpy_initialize_finishbreakpoints): Use
6912 gdb_pymodule_addobject.
6913 * python/py-frame.c (gdbpy_initialize_frames): Use
6914 gdb_pymodule_addobject.
6915 * python/py-function.c (gdbpy_initialize_functions): Use
6916 gdb_pymodule_addobject.
6917 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6918 gdb_pymodule_addobject.
6919 * python/py-infthread.c (gdbpy_initialize_thread): Use
6920 gdb_pymodule_addobject.
6921 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6922 gdb_pymodule_addobject.
6923 * python/py-param.c (gdbpy_initialize_parameters): Use
6924 gdb_pymodule_addobject.
6925 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6926 gdb_pymodule_addobject.
6927 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6928 gdb_pymodule_addobject.
6929 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6930 gdb_pymodule_addobject.
6931 * python/py-type.c (gdbpy_initialize_types): Use
6932 gdb_pymodule_addobject.
6933 * python/py-utils.c (gdb_pymodule_addobject): New function.
6934 * python/py-value.c (gdbpy_initialize_values): Use
6935 gdb_pymodule_addobject.
6936 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6937 * python/python.c (_initialize_python): Use
6938 gdb_pymodule_addobject.
6939
6940 2013-05-20 Tom Tromey <tromey@redhat.com>
6941
6942 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6943 * python/py-param.c (get_set_value, get_show_value): Use
6944 explicit decrefs.
6945 * python/python.c (start_type_printers, apply_type_printers):
6946 Use explicit decrefs.
6947
6948 2013-05-20 Tom Tromey <tromey@redhat.com>
6949
6950 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6951 incref the module.
6952
6953 2013-05-20 Tom Tromey <tromey@redhat.com>
6954
6955 * python/python.c (gdbpy_run_events): Decref the result
6956 of PyObject_CallObject.
6957
6958 2013-05-20 Tom Tromey <tromey@redhat.com>
6959
6960 * python/py-symtab.c (set_sal): Use
6961 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6962 (symtab_and_line_to_sal_object): Update.
6963
6964 2013-05-20 Tom Tromey <tromey@redhat.com>
6965
6966 * python/py-param.c (compute_enum_values): Decref 'item'.
6967
6968 2013-05-20 Tom Tromey <tromey@redhat.com>
6969
6970 * mi/mi-main.c: Include python-internal.h.
6971 (mi_cmd_list_features): Check gdb_python_initialized.
6972 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6973 (python_inferior_exit, python_new_objfile, add_thread_object)
6974 (delete_thread_object, py_free_inferior): Check
6975 gdb_python_initialized.
6976 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6977 gdb_python_initialized.
6978 * python/py-type.c (save_objfile_types): Check
6979 gdb_python_initialized.
6980 * python/python-internal.h (gdb_python_initialized): Declare.
6981 * python/python.c (ensure_python_env): Throw exception if
6982 Python not initialized.
6983 (before_prompt_hook, source_python_script_for_objfile)
6984 (start_type_printers, apply_type_printers,
6985 free_type_printers): Check gdb_python_initialized.
6986 * varobj.c (varobj_get_display_hint)
6987 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6988 (install_new_value_visualizer, varobj_set_visualizer)
6989 (value_get_print_value): Check gdb_python_initialized.
6990
6991 2013-05-20 Tom Tromey <tromey@redhat.com>
6992
6993 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6994 Check errors.
6995 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6996 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6997 Check errors.
6998 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6999 Check errors.
7000 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
7001 Check errors.
7002 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
7003 Check errors.
7004 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
7005 init function to return 'int'.
7006 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
7007 Return 'int'. Check errors.
7008 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
7009 Check errors.
7010 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
7011 Return 'int'. Check errors.
7012 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
7013 Check errors.
7014 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
7015 Check errors.
7016 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
7017 Check errors.
7018 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
7019 Check errors.
7020 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
7021 Check errors.
7022 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
7023 Check errors.
7024 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
7025 Check errors.
7026 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
7027 Check errors.
7028 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
7029 Check errors.
7030 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
7031 Check errors.
7032 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
7033 Check errors.
7034 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
7035 Check errors.
7036 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
7037 Check errors.
7038 * python/python-internal.h (gdbpy_initialize_auto_load,
7039 gdbpy_initialize_values, gdbpy_initialize_frames,
7040 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
7041 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
7042 gdbpy_initialize_blocks, gdbpy_initialize_types,
7043 gdbpy_initialize_functions, gdbpy_initialize_pspace,
7044 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
7045 gdbpy_initialize_finishbreakpoints,
7046 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
7047 gdbpy_initialize_thread, gdbpy_initialize_inferior,
7048 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
7049 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
7050 gdbpy_initialize_signal_event,
7051 gdbpy_initialize_breakpoint_event,
7052 gdbpy_initialize_continue_event,
7053 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
7054 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
7055 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7056 * python/python.c (gdb_python_initialized): New global.
7057 (gdbpy_initialize_events): Return 'int'. Check errors.
7058 (_initialize_python): Check errors. Set
7059 gdb_python_initialized.
7060
7061 2013-05-20 Tom Tromey <tromey@redhat.com>
7062
7063 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
7064 Decref the reslut of PyObject_CallMethod.
7065
7066 2013-05-20 Tom Tromey <tromey@redhat.com>
7067
7068 * python/py-event.c (gdbpy_initialize_event_generic): Return
7069 early if PyType_Ready fails.
7070
7071 2013-05-20 Tom Tromey <tromey@redhat.com>
7072
7073 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
7074 as 'default' in the switch.
7075
7076 2013-05-20 Tom Tromey <tromey@redhat.com>
7077
7078 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
7079 get_addr_from_python calls out of TRY_CATCH.
7080 (infpy_write_memory, infpy_search_memory): Likewise.
7081 * python/py-utils.c (get_addr_from_python): Return negative
7082 value on error. Use TRY_CATCH.
7083 * python/python-internal.h (get_addr_from_python): Use
7084 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7085
7086 2013-05-20 Tom Tromey <tromey@redhat.com>
7087
7088 * python/py-event.c (evpy_emit_event): Decref the
7089 result of PyObject_CallFunctionObjArgs.
7090
7091 2013-05-20 Tom Tromey <tromey@redhat.com>
7092
7093 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
7094 Correctly decref.
7095
7096 2013-05-20 Tom Tromey <tromey@redhat.com>
7097
7098 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
7099
7100 2013-05-20 Tom Tromey <tromey@redhat.com>
7101
7102 * python/py-event.h (gdbpy_initialize_event_generic): Use
7103 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7104 * python/py-evts.c (add_new_registry): Use
7105 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7106 * python/python-internal.h
7107 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
7108
7109 2013-05-20 Tom Tromey <tromey@redhat.com>
7110
7111 * python/py-arch.c (archpy_disassemble): Update.
7112 * python/py-type.c (typy_get_composite, typy_lookup_typename)
7113 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
7114 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
7115 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
7116 macro.
7117 (GDB_PY_HANDLE_EXCEPTION): Update.
7118 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
7119
7120 2013-05-20 Tom Tromey <tromey@redhat.com>
7121
7122 * python/python-internal.h (events_object_type): Remove.
7123
7124 2013-05-20 Tom Tromey <tromey@redhat.com>
7125
7126 * python/py-event.h (evpy_emit_event): Use
7127 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
7128 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
7129 New macro.
7130
7131 2013-05-20 Tom Tromey <tromey@redhat.com>
7132
7133 * py-evtregistry.c (create_event_object): Decref
7134 eventregistry_object if PyList_New fails.
7135
7136 2013-05-20 Tom Tromey <tromey@redhat.com>
7137
7138 * py-cmd.c (gdbpy_string_to_argv): Check result of
7139 PyList_New.
7140
7141 2013-05-20 Tom Tromey <tromey@redhat.com>
7142
7143 * python/python.c (before_prompt_hook): Add cleanup to
7144 decref 'hook'.
7145
7146 2013-05-20 Tom Tromey <tromey@redhat.com>
7147
7148 * python/py-function.c (fnpy_init): Decref result of
7149 PyObject_GetAttrString.
7150
7151 2013-05-20 Tom Tromey <tromey@redhat.com>
7152
7153 * python/py-threadevent.c (get_event_thread): Use
7154 CPYCHECKER_RETURNS_BORROWED_REF.
7155 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
7156 New define.
7157 (pspace_to_pspace_object, objfile_to_objfile_object)
7158 (find_thread_object): Use it.
7159
7160 2013-05-20 Tom Tromey <tromey@redhat.com>
7161
7162 * python/py-arch.c (arch_object_type): Use
7163 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7164 * python/py-block.c (block_syms_iterator_object_type):
7165 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7166 * python/py-bpevent.c (breakpoint_event_object_type):
7167 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7168 * python/py-cmd.c (cmdpy_object_type): Use
7169 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7170 * python/py-continueevent.c (continue_event_object_type):
7171 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7172 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
7173 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7174 * python/py-events.h (thread_event_object_type):
7175 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7176 * python/py-evtregistry.c (eventregistry_object_type): Use
7177 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7178 * python/py-exitedevent.c (exited_event_object_type):
7179 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7180 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
7181 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7182 * python/py-function.c (fnpy_object_type): Use
7183 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7184 * python/py-inferior.c (inferior_object_type, membuf_object_type):
7185 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7186 * python/py-infthread.c (thread_object_type): Use
7187 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7188 * python/py-lazy-string.c (lazy_string_object_type):
7189 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7190 * python/py-newobjfileevent.c (new_objfile_event_object_type):
7191 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7192 * python/py-objfile.c (objfile_object_type): Use
7193 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7194 * python/py-param.c (parmpy_object_type):
7195 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7196 * python/py-progspace.c (pspace_object_type):
7197 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7198 * python/py-signalevent.c (signal_event_object_type):
7199 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7200 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
7201 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7202 * python/py-type.c (type_object_type, field_object_type)
7203 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7204 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
7205 define.
7206 (value_object_type, block_object_type, symbol_object_type)
7207 (event_object_type, stop_event_object_type, breakpoint_object_type)
7208 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7209
7210 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
7211
7212 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
7213 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
7214
7215 2013-05-20 Doug Evans <dje@google.com>
7216
7217 When reading CU, stay in DWO. Be more tolerent of bad debug info.
7218 For Fission.
7219 * dwarf2read.c (struct dwarf2_per_cu_data): New member
7220 reading_dwo_directly.
7221 (struct signatured_type): New member dwo_unit.
7222 (struct die_reader_specs): New member comp_dir.
7223 (create_signatured_type_table_from_index): Use malloc for
7224 all_type_units instead of objfile's obstack.
7225 (create_all_type_units): Ditto.
7226 (fill_in_sig_entry_from_dwo_entry): New function.
7227 (add_type_unit): New function.
7228 (lookup_dwo_signatured_type): New function.
7229 (lookup_dwp_signatured_type): New function.
7230 (lookup_signatured_type): New arg cu. All callers updated.
7231 (init_cu_die_reader): Initialize comp_dir.
7232 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
7233 Change assert of matching type signatures to call error on mismatch.
7234 (lookup_dwo_unit): Add assert.
7235 (init_tu_and_read_dwo_dies): New function.
7236 (init_cutu_and_read_dies): Call it.
7237 (build_type_unit_groups): Handle case of no type unit groups created.
7238 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
7239 (lookup_dwo_cutu): Tweak complaint.
7240 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
7241 (dwarf2_per_objfile_free): Free all_type_units.
7242
7243 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7244
7245 * windows-nat.c (handle_unload_dll): Add missing empty line.
7246
7247 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7248
7249 * dwarf2read.c (prototyped_function_p): New function.
7250 (read_subroutine_type): Use it.
7251
7252 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7253
7254 * rs6000-aix-tdep.c: De-indent some example code provided
7255 as a comment.
7256
7257 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
7258
7259 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7260 region is ok for a hardware watchpoint using the new ptrace interface
7261 on Power servers.
7262
7263 2013-05-17 Doug Evans <dje@google.com>
7264
7265 * NEWS: Mention new maintenance commands check-symtabs, and
7266 expand-symtabs, and renamed check-psymtabs.
7267 * psymtab.c (maintenance_check_psymtabs): Renamed from
7268 maintenance_check_symtabs. Only process already-expanded symbol
7269 tables.
7270 (_initialize_psymtab): Update.
7271 * symmisc.c (maintenance_check_symtabs): New function.
7272 (maintenance_expand_name_matcher): New function
7273 (maintenance_expand_file_matcher): New function
7274 (maintenance_expand_symtabs): New function.
7275 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7276 commands.
7277
7278 2013-05-17 Tom Tromey <tromey@redhat.com>
7279
7280 * python/py-inferior.c (infpy_read_memory): Don't call
7281 PyErr_SetString if PyObject_New fails.
7282 * python/py-frame.c (frame_info_to_frame_object): Don't call
7283 PyErr_SetString if PyObject_New fails.
7284
7285 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
7286
7287 * acinclude.m4: Add check for dlopen in libdl.
7288 * configure.ac: Ditto.
7289 * configure: Regenerate.
7290
7291 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
7292
7293 * frame.c (frame_stash): Convert to htab.
7294 (frame_addr_hash): New function.
7295 (frame_addr_hash_eq): New function.
7296 (frame_stash_create): Convert function to create
7297 a hash table.
7298 (frame_stash_add): Convert function to add an entry to a hash
7299 table.
7300 (frame_stash_find): Convert function to search the hash table.
7301 (frame_stash_invalidate): Convert function to empty the hash
7302 table.
7303 (get_frame_id): Only add to stash if a frame_id is created.
7304 (_initialize_frame): Call frame_stash_create.
7305
7306 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
7307
7308 * configure.ac: Ensure MIG is available when building for GNU Hurd
7309 hosts.
7310 * configure: Regenerate.
7311
7312 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7313
7314 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7315
7316 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7317
7318 * ada-lang.c (ada_make_symbol_completion_list): Make sure
7319 all cleanups are done before returning from this function.
7320
7321 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7322
7323 * utils.h: #include "exceptions.h".
7324 (enum errors): Remove partial declaration.
7325
7326 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7327
7328 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7329 * gdbarch.h, gdbarch.c: Regenerate.
7330 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7331 handling.
7332
7333 * rs6000-aix-tdep.h: New file.
7334 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7335 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7336 "xml-utils.h".
7337 (struct field_info, struct ld_info_desc): New types.
7338 (ld_info32_desc, ld_info64_desc): New static constants.
7339 (struct ld_info): New type.
7340 (rs6000_aix_extract_ld_info): New function.
7341 (rs6000_aix_shared_library_to_xml): Likewise.
7342 (rs6000_aix_ld_info_to_xml): Likewise.
7343 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7344 (rs6000_aix_init_osabi): Add call to
7345 set_gdbarch_core_xfer_shared_libraries_aix.
7346 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7347 Remove "xml-utils.h" include.
7348 (LdInfo): Delete typedef.
7349 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7350 Delete macros.
7351 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7352 Adjust code accordingly.
7353 (rs6000_core_ldinfo): Delete, folded into
7354 rs6000_aix_core_xfer_shared_libraries_aix.
7355 (rs6000_xfer_shared_library): Delete.
7356 (rs6000_xfer_shared_libraries): Reimplement.
7357
7358 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
7359
7360 * record.c (record_goto_cmdlist): New.
7361 (cmd_record_goto): Split into this ...
7362 (cmd_record_goto_begin): ... this
7363 (cmd_record_goto_end): ... and this.
7364 (_initialize_record): Change "record goto" to prefix command.
7365 Add commands for "record goto begin" and "record goto end".
7366 Add an alias for "record goto start" to "record goto begin".
7367
7368 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7369
7370 * linespec.c (convert_linespec_to_sals): New comment for
7371 SOURCE_FILENAME assignment.
7372
7373 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7374
7375 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7376 internal_warning.
7377
7378 2013-05-14 Tom Tromey <tromey@redhat.com>
7379
7380 * eval.c (parse_and_eval_long): Make 'exp' const.
7381 * value.h (parse_and_eval_long): Update.
7382
7383 2013-05-14 Tom Tromey <tromey@redhat.com>
7384
7385 * ui-file.c (gdb_fopen): Make arguments const.
7386 * ui-file.h (gdb_fopen): Make arguments const.
7387
7388 2013-05-14 Tom Tromey <tromey@redhat.com>
7389
7390 * remote.c (remote_set_trace_notes): Make arguments const.
7391 * target.c (update_current_target): Update cast.
7392 * target.h (to_set_trace_notes): Make arguments const.
7393
7394 2013-05-14 Tom Tromey <tromey@redhat.com>
7395
7396 * go32-nat.c (go32_terminal_info): Make 'args' const.
7397 * inferior.h (child_terminal_info): Update.
7398 * inflow.c (child_terminal_info): Make 'args' const.
7399 * target.c (default_terminal_info): Make 'args' const.
7400 (debug_to_terminal_save_ours): Likewise.
7401 * target.h (struct target_ops) <to_terminal_info>: Make argument
7402 const.
7403
7404 2013-05-13 Tom Tromey <tromey@redhat.com>
7405
7406 * gcore.c (create_gcore_bfd): Make 'filename' const.
7407 * gcore.h (create_gcore_bfd): Make 'filename' const.
7408 * record-full.c (record_full_save): Make 'recfilename' const.
7409 * target.c (target_save_record): Make 'filename' const.
7410 * target.h (struct target_ops) <to_save_record>: Make 'filename'
7411 const.
7412 (target_save_record): Likewise.
7413
7414 2013-05-13 Tom Tromey <tromey@redhat.com>
7415
7416 PR gdb/15338:
7417 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7418 ranges section has been read.
7419
7420 2013-05-13 Tom Tromey <tromey@redhat.com>
7421
7422 PR exp/15364:
7423 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7424 STRUCTOP_PTR>: Return a not_lval value for
7425 EVAL_AVOID_SIDE_EFFECTS.
7426 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7427 for EVAL_AVOID_SIDE_EFFECTS.
7428
7429 2013-05-13 Joel Brobecker <brobecker@adacore.com>
7430
7431 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7432 floating point registers to register type before storing
7433 value.
7434 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7435 Likewise.
7436
7437 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7438 Tom Tromey <tromey@redhat.com>
7439
7440 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7441 New functions.
7442 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7443 Declare.
7444 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7445 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7446 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7447 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7448
7449 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
7450 Tom Tromey <tromey@redhat.com>
7451
7452 PR build/15414:
7453 * configure: Rebuild.
7454 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7455 with -Wno-format.
7456
7457 2013-05-10 Pedro Alves <palves@redhat.com>
7458
7459 * remote.c (_initialize_remote): Fix spelling of
7460 qXfer:traceframe-info:read packet in packet config command.
7461
7462 2013-05-10 David Taylor <dtaylor@emc.com>
7463
7464 PR remote/15455
7465
7466 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7467 "QTro" at start of packet.
7468
7469 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7470
7471 * solib-aix.c (solib_aix_relocate_section_addresses):
7472 For the .bss section action, apply the same offset as
7473 the .data section.
7474
7475 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7476
7477 * solib-aix.c (solib_aix_relocate_section_addresses):
7478 Remove FIXME comment.
7479
7480 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7481
7482 PR tdep/15420:
7483 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7484 New functions, directly copied from sparc-sol-thread.c.
7485 * sparc-sol-thread.c: Delete.
7486 * configure.ac: Remove code handling sparc-solaris-thread.c.
7487 * configure: Regenerate.
7488
7489 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
7490
7491 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7492 filter logic.
7493 (backtrace_command): Add "no-filters" option parsing.
7494 (_initialize_stack): Alter help to reflect "no-filters" option.
7495 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7496 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7497 (py-frame.o): Add target
7498 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7499 filter files.
7500 * python/python.h: Add new frame filter constants, and flag enum.
7501 (apply_frame_filter): Add definition.
7502 * python/python.c (apply_frame_filter): New non-Python
7503 enabled function.
7504 * python/py-utils.c (py_xdecref): New function.
7505 (make_cleanup_py_xdecref): Ditto.
7506 * python/py-objfile.c: Declare frame_filters dictionary.
7507 (objfpy_dealloc): Add frame_filters dealloc.
7508 (objfpy_new): Initialize frame_filters attribute.
7509 (objfile_to_objfile_object): Ditto.
7510 (objfpy_get_frame_filters): New function.
7511 (objfpy_set_frame_filters): New function.
7512 * python/py-progspace.c: Declare frame_filters dictionary.
7513 (pspy_dealloc): Add frame_filters dealloc.
7514 (pspy_new): Initialize frame_filters attribute.
7515 (pspacee_to_pspace_object): Ditto.
7516 (pspy_get_frame_filters): New function.
7517 (pspy_set_frame_filters): New function.
7518 * python/py-framefilter.c: New file.
7519 * python/lib/gdb/command/frame_filters.py: New file.
7520 * python/lib/gdb/frames.py: New file.
7521 * python/lib/gdb/__init__.py: Initialize global frame_filters
7522 dictionary
7523 * python/lib/gdb/FrameDecorator.py: New file.
7524 * python/lib/gdb/FrameIterator.py: New file.
7525 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7526 * mi/mi-cmds.h: Declare.
7527 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7528 --no-frame-filter logic, and Python frame filter logic.
7529 (stack_enable_frame_filters): New function.
7530 (parse_no_frame_option): Ditto.
7531 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7532 filter logic.
7533 (mi_cmd_stack_list_locals): Ditto.
7534 (mi_cmd_stack_list_args): Ditto.
7535 (mi_cmd_stack_list_variables): Ditto.
7536 * NEWS: Add frame filter note.
7537
7538 2013-05-09 Doug Evans <dje@google.com>
7539
7540 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7541 All callers updated.
7542 (syms_from_objfile): Ditto. Make static.
7543 (symbol_file_add_with_addrs): Renamed from
7544 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7545 num_offsets. All callers updated.
7546 * symfile.h (syms_from_objfile): Delete.
7547
7548 * symfile.c (decrement_reading_symtab): Add assert.
7549 (increment_reading_symtab): Ditto.
7550
7551 2013-05-09 Joel Brobecker <brobecker@adacore.com>
7552
7553 * source.c (forward_search_command): Replace call to getc
7554 by call to fgetc.
7555 (reverse_search_command): Likewise.
7556
7557 2013-05-08 Doug Evans <dje@google.com>
7558
7559 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7560 matching test.
7561
7562 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7563
7564 * sol-thread.c (info_cb): Factorize the code a little.
7565
7566 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7567
7568 * sol-thread.c (info_cb): Rework the output of the "maintenance
7569 info sol-threads" command a bit.
7570
7571 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7572
7573 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7574 Replace ti.ti_startfunc by ti.ti_pc.
7575
7576 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7577
7578 * solib-aix.c (solib_aix_free_library_list): New function
7579 for the case where HAVE_LIBEXPAT is not defined.
7580
7581 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7582
7583 PR breakpoints/15413:
7584 * breakpoint.c (condition_completer): Simplify the code to
7585 disconsider multiple locations of breakpoints when completing the
7586 "condition" command.
7587
7588 2013-05-07 Pierre Muller <muller@sourceware.org>
7589
7590 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7591 instead of <sys/wait.h>.
7592
7593 2013-05-07 Pierre Muller <muller@sourceware.org>
7594
7595 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7596 trailing new line from warning message.
7597
7598 2013-05-07 Pierre Muller <muller@sourceware.org>
7599
7600 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7601 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7602
7603 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7604
7605 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7606 error message (ARI fix).
7607
7608 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7609
7610 * features/library-list-aix.dtd: Replace library-list by
7611 library-list-aix.
7612 * rs6000-nat.c: Replace library-list by library-list-aix
7613 throughout.
7614 * solib-aix.c: Likewise.
7615
7616 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7617
7618 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7619 Renames TARGET_OBJECT_AIX_LIBRARIES.
7620 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7621 TARGET_OBJECT_LIBRARIES_AIX throughout.
7622 * solib-aix.c: Likwise.
7623
7624 2013-05-07 Yao Qi <yao@codesourcery.com>
7625
7626 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7627 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7628
7629 2013-05-07 Yao Qi <yao@codesourcery.com>
7630
7631 * solib-dsbt.c (enable_break): Declare.
7632 (dsbt_current_sos): Remove call to enable_break2.
7633 (enable_break2): Rename to enable_break. Set solib breakpoint
7634 on '_dl_debug_state'.
7635 (enable_break): Remove.
7636
7637 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
7638
7639 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7640 debug state prior to replicating existing hardware watchpoints or
7641 breakpoints.
7642
7643 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 * gcore.c (gcore_create_callback): Ignore sections with
7646 separate_debug_objfile_backlink != NULL.
7647
7648 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7649 Andrew Jenner <andrew@codesourcery.com>
7650 Chung-Lin Tang <cltang@codesourcery.com>
7651 Julian Brown <julian@codesourcery.com>
7652
7653 Based on the nios2-elf port from Altera Corporation.
7654
7655 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7656 nios2-linux-tdep.o.
7657 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7658 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7659 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7660 * nios2-tdep.h: New.
7661 * nios2-tdep.c: New.
7662 * nios2-linux-tdep.c: New.
7663 * features/Makefile (WHICH): Add nios2-linux.
7664 (nios2-linux-expedite): Set.
7665 * features/nios2-cpu.xml: New.
7666 * features/nios2.xml: New.
7667 * features/nios2-linux.xml: New.
7668 * features/nios2.c: New (autogenerated).
7669 * features/nios2-linux.c: New (autogenerated).
7670 * regformats/nios2-linux.dat: New (autogenerated).
7671 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7672 and commands.
7673
7674 2013-05-06 Doug Evans <dje@google.com>
7675
7676 * symfile.c: Whitespace cleanup.
7677
7678 * solist.h (struct target_so_ops): New member clear_so.
7679 * solib-svr4.c (svr4_clear_so): New function.
7680 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7681 * solib.c (clear_so): Renamed from free_so_symbols.
7682 All callers updated. Call target clear_so if it exists.
7683
7684 2013-05-06 Tom Tromey <tromey@redhat.com>
7685
7686 * ada-lang.c (ada_value_primitive_packed_val): Don't
7687 call value_incref.
7688 * value.c (set_value_parent): Incref the new parent and decref
7689 the old parent.
7690 (value_copy, value_primitive_field): Use set_value_parent.
7691
7692 2013-05-06 Tom Tromey <tromey@redhat.com>
7693
7694 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7695 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7696 if needed.
7697 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7698 * dwarf2read.c (write_constant_as_bytes)
7699 (dwarf2_fetch_constant_bytes): New functions.
7700
7701 2013-05-06 Tom Tromey <tromey@redhat.com>
7702
7703 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7704 parameters.
7705 (dwarf2_const_value_attr): Update.
7706
7707 2013-05-06 Tom Tromey <tromey@redhat.com>
7708
7709 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7710 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7711 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7712 Remove declaration.
7713
7714 2013-05-06 Tom Tromey <tromey@redhat.com>
7715
7716 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7717 objfile's obstack.
7718
7719 2013-05-06 Doug Evans <dje@google.com>
7720
7721 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7722 * stabsread.h (process_one_symbol): Update declaration.
7723 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7724 * elfread.c (elf_symfile_relocate_probe): Ditto.
7725 * psymtab.c (relocate_psymtabs): Ditto.
7726 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7727 (objfile_relocate): Ditto.
7728 * objfiles.h (objfile_relocate): Update declaration.
7729 * symfile.c (relative_addr_info_to_section_offsets): Constify
7730 addrs parameter.
7731 (default_symfile_offsets): Ditto.
7732 (syms_from_objfile_1): Constify offsets parameter.
7733 (syms_from_objfile): Ditto.
7734 (symbol_file_add_with_addrs_or_offsets): Ditto.
7735 (symfile_map_offsets_to_segments): Constify data parameter.
7736 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7737 delta parameters of member relocate.
7738 (struct sym_probe_fns): Constify new_offsets,
7739 delta parameters of member sym_relocate_probe.
7740 (struct sym_fns): Constify section_addr_info parameter of member
7741 sym_offsets.
7742 (relative_addr_info_to_section_offsets): Update declaration.
7743 (default_symfile_offsets): Ditto.
7744 (syms_from_objfile): Ditto.
7745 (symfile_map_offsets_to_segments): Ditto.
7746
7747 * symfile.c (syms_from_objfile_1): Use correct section count when
7748 objfile->sf == NULL.
7749
7750 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7751
7752 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7753
7754 2013-05-06 Doug Evans <dje@google.com>
7755
7756 * psympriv.h (struct partial_symtab): Augment comment for member
7757 section_offsets.
7758
7759 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7760
7761 Reimplement shared library support on ppc-aix...
7762 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7763 * features/library-list-aix.dtd: New file.
7764 * solib-aix.h, solib-aix.c: New file.
7765 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7766 (rs6000_find_toc_address_hook): Delete.
7767 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7768 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7769 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7770 "xml-utils.h".
7771 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7772 (vmap_symtab, fixup_breakpoints): Delete.
7773 (rs6000_xfer_shared_libraries): New function.
7774 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7775 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7776 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7777 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7778 (rs6000_xfer_shared_library): New function.
7779 (find_toc_address): Delete.
7780 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7781 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7782 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7783 before creating minimal symbol. Adjust function description
7784 accordingly.
7785 (scan_xcoff_symtab): Replace call to
7786 prim_record_minimal_symbol_and_info by call to
7787 record_minimal_symbol.
7788 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7789 around default_symfile_offsets.
7790 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7791 powerpc-aix targets.
7792 * config/rs6000/nm-rs6000.h: Delete.
7793 * config/powerpc/aix.mh (NAT_FILE): Delete.
7794 (NATDEPFILES): Remove xcoffsolib.o.
7795 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7796 (ALL_TARGET_OBS): Add solib-aix.o.
7797 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7798 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7799 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7800 * xcoffsolib.h, xcoffsolib.c: Delete.
7801
7802 * solib.c (reload_shared_libraries): Remove reference to
7803 SOLIB_CREATE_INFERIOR_HOOK.
7804 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7805 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7806 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7807 comment.
7808 * corelow.c (deprecated_core_resize_section_table): Delete.
7809 * exec.c: Remove include of xcoffsolib.h".
7810 (map_vmap, vmap): Delete.
7811 (exec_close_1): Remove references to vmap.
7812 (exec_file_attach): Remove vmap handling code, and reference
7813 to DEPRECATED_IBM6000_TARGET.
7814 (bfdsec_to_vmap): Delete.
7815 (exec_files_info): Remove block of code handling VMAP.
7816 * infcmd.c (post_create_inferior): Remove reference to
7817 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7818 * infrun.c (follow_exec): Remove reference to
7819 SOLIB_CREATE_INFERIOR_HOOK.
7820 * stack.c (print_frame): Remove reference to PC_SOLIB.
7821 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7822 (dsbt_relocate_main_executable): Likewise.
7823 * solib-frv.c (frv_current_sos): Likewise.
7824
7825 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7826
7827 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7828 to target_write_memory and target_read_memory.
7829
7830 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7831
7832 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7833 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7834
7835 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7836
7837 * darwin-nat.c: Replace all "%x" instances in format strings
7838 into "0x%x" throughout.
7839
7840 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7841
7842 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7843 gdb_assert by call to MACH_CHECK_ERROR.
7844 (darwin_attach_pid): Raise an error rather than a failed
7845 assertion when various system calls failed. Report a warning
7846 instead of raising a failed assertion when PREV_NOT is not NULL
7847 after call to mach_port_request_notification.
7848 (darwin_ptrace_me): Raise an error rather than a failed
7849 assertion when read returns nonzero.
7850
7851 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7852
7853 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7854
7855 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7856
7857 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7858
7859 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7860
7861 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7862 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7863 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7864 a stale cleanup. Fix double free of NAME.
7865
7866 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7867
7868 * windows-nat.c (windows_delete_thread): Accept an additional
7869 argument, the thread's exit code, and announce thread death when
7870 print_thread_events is non-zero and we are deleting a thread that
7871 is not the main thread.
7872 (get_windows_debug_event): Pass thread exit code to
7873 windows_delete_thread.
7874
7875 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7876
7877 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7878 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7879 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7880 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7881 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7882 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7883 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7884 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7885 (gdbarch_tdep): New struct.
7886 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7887 E_NUM_REGS.
7888 (v850e3v5_register_name): New function.
7889 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7890 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7891 code handling the struct return conventions for the RH850 ABI.
7892 Update all callers.
7893 (v850_eight_byte_align_p): New function.
7894 (v850_push_call_dummy): Push structs by value, not by reference
7895 for the RH850 ABI. Add support for eight byte alignment.
7896 (v850_dbtrap_breakpoint_from_pc): New function.
7897 (v850_gdbarch_init): Add ABI detection code. Register
7898 v850e3v5_register_name for the v850e3v5 architecture. Set the
7899 number of registers for v850e3v5. Register
7900 v850_dbtrap_breakpoint_from_pc as appropriate.
7901 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7902
7903 2013-05-03 Doug Evans <dje@google.com>
7904
7905 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7906 of bfd_count_sections.
7907 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7908 * symfile.c (default_symfile_offsets): Ditto.
7909 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7910 one entry, not bfd_count_sections entries.
7911
7912 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7913
7914 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7915 `save' and `restore' register groups. Don't include SPL
7916 or SPH in these groups.
7917 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7918 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7919 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7920 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7921 dwarf2_append_unwinders().
7922
7923 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7924
7925 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7926 ignore SIGINT and SIGTRAP in case these internal signals are
7927 caught explicitely.
7928
7929 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7930
7931 * darwin-nat.c (darwin_read_write_inferior): Change types
7932 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7933 of copy_count to "mach_msg_type_number_t".
7934 (darwin_read_dyld_info): Change type of parameter
7935 rdaddr to "gdb_byte *".
7936
7937 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7938
7939 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7940 of &info->load_map from "char *" to "gdb_byte *".
7941
7942 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7943
7944 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7945 from "char *" to "gdb_byte *".
7946 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7947
7948 2013-04-30 Doug Evans <dje@google.com>
7949
7950 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7951 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7952 DWO stub. If DWO isn't found, just use stub.
7953 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7954
7955 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7956 calling init_cutu_and_read_dies.
7957
7958 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7959
7960 * target-descriptions.c (maint_print_c_tdesc_cmd):
7961 Add case to parse structures as register types and
7962 bitfields.
7963
7964 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7965
7966 * MAINTAINERS (Write After Approval): Add myself to the list.
7967
7968 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7969
7970 * sol-thread.c (rw_common): Change type of parameter "buf"
7971 to "gdb_byte *".
7972 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7973 rw_common to "gdb_byte *" instead of "char *".
7974
7975 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7976
7977 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7978 of local variable msym to const struct bound_minimal_symbol.
7979 Adjust use accordingly.
7980 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7981
7982 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7983
7984 * i386gnu-nat.c (CREG_OFFSET): New macro.
7985 (creg_offset): New array.
7986 (CREG_ADDR): Use creg_offset instead of reg_offset.
7987
7988 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7989
7990 * mep-tdep.c (mep_write_pc): Delete.
7991 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7992 Add call to set_gdbarch_pc_regnum.
7993
7994 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7995
7996 * common/filestuff.c: Replace #include <dirent.h> by
7997 #include "gdb_dirent.h".
7998
7999 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8000
8001 * common/filestuff.c: Replace #include <sys/stat.h> by
8002 #include "gdb_stat.h".
8003
8004 2013-04-29 Pierre Muller <muller@sourceware.org>
8005
8006 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
8007 editCase function rule.
8008 (get_DW_AT_signature_type): Likewise.
8009
8010 2013-04-29 Joel Brobecker <brobecker@adacore.com>
8011
8012 * m32r-tdep.c (m32r_write_pc): Delete.
8013 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
8014 Add call to set_gdbarch_pc_regnum.
8015
8016 2013-04-29 Pierre Muller <muller@sourceware.org>
8017
8018 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
8019
8020 2013-04-29 Joel Brobecker <brobecker@adacore.com>
8021
8022 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
8023
8024 2013-04-28 Yao Qi <yao@codesourcery.com>
8025
8026 * solib-dsbt.c (fetch_loadmap): Re-indent.
8027 (displacement_from_map, enable_break2): Likewise.
8028 (dsbt_relocate_section_addresses): Likewise.
8029
8030 2013-04-26 Joel Brobecker <brobecker@adacore.com>
8031
8032 GDB 7.6 released.
8033
8034 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
8035
8036 PR corefiles/14983:
8037 * dwarf2read.c (process_full_comp_unit): Always create a static
8038 block.
8039
8040 2013-04-25 Hui Zhu <hui@codesourcery.com>
8041
8042 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
8043 to loc->cmd_bytecode.
8044
8045 2013-04-24 Doug Evans <dje@google.com>
8046
8047 * dwarf2read.c (setup_type_unit_groups): Fix comment.
8048
8049 2013-04-22 Keith Seitz <keiths@redhat.com>
8050
8051 * tracepoint.c (trace_save): Call the writer's start method.
8052
8053 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
8054
8055 PR gdb/10462
8056 * cli/cli-decode.c (lookup_command): Show an error if there is no space
8057 before argument.
8058
8059 2013-04-23 Tom Tromey <tromey@redhat.com>
8060
8061 * common/filestuff.c: Check USE_WIN32API before including
8062 sys/socket.h.
8063 (HAVE_F_GETFD): New define.
8064 (mark_cloexec): Check HAVE_F_GETFD.
8065 (gdb_open_cloexec): Change 'mode' to unsigned long.
8066 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
8067 (gdb_pipe_cloexec): Check HAVE_PIPE.
8068 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
8069 long.
8070
8071 2013-04-23 Hui Zhu <hui@codesourcery.com>
8072
8073 PR gdb/15293
8074 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
8075
8076 2013-04-23 Hui Zhu <hui@codesourcery.com>
8077
8078 PR gdb/15165
8079 * breakpoint.c (dprintf_print_recreate): New.
8080 (save_breakpoints): Let it not save dprintf commands.
8081 (initialize_breakpoint_ops): Set dprintf_print_recreate.
8082
8083 2013-04-22 Tom Tromey <tromey@redhat.com>
8084
8085 PR gdb/7912:
8086 * Makefile.in (SFILES): Add filestuff.c
8087 (COMMON_OBS): Add filestuff.o.
8088 (filestuff.o): New target.
8089 * auto-load.c (auto_load_objfile_script_1): Use
8090 gdb_fopen_cloexec.
8091 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
8092 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
8093 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
8094 * common/agent.c (gdb_connect_sync_socket): Use
8095 gdb_socket_cloexec.
8096 * common/filestuff.c: New file.
8097 * common/filestuff.h: New file.
8098 * common/linux-osdata.c (linux_common_core_of_thread)
8099 (command_from_pid, commandline_from_pid, print_source_lines)
8100 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
8101 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
8102 gdb_fopen_cloexec.
8103 * common/linux-procfs.c (linux_proc_get_int)
8104 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
8105 * config.in, configure: Rebuild.
8106 * configure.ac: Don't check for sys/socket.h. Check for
8107 fdwalk, pipe2.
8108 * corelow.c (core_open): Use gdb_open_cloexec.
8109 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
8110 * fork-child.c (fork_inferior): Call close_most_fds.
8111 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
8112 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
8113 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
8114 Use gdb_fopen_cloexec.
8115 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
8116 gdb_open_cloexec.
8117 (linux_async_pipe): Use gdb_pipe_cloexec.
8118 * remote-fileio.c (remote_fileio_func_open): Use
8119 gdb_open_cloexec.
8120 * remote.c (remote_file_put, remote_file_get): Use
8121 gdb_fopen_cloexec.
8122 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
8123 close_most_fds.
8124 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
8125 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
8126 * solib.c (solib_find): Use gdb_open_cloexec.
8127 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
8128 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
8129 (tfile_open): Use gdb_open_cloexec.
8130 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
8131 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
8132 * xml-support.c (xml_fetch_content_from_file): Use
8133 gdb_fopen_cloexec.
8134 * main.c (captured_main): Call notice_open_fds.
8135
8136 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
8137
8138 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
8139 'char *' to 'gdb_byte *'.
8140 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
8141 'gdb_byte'.
8142
8143 2013-04-22 Yao Qi <yao@codesourcery.com>
8144
8145 * infrun.c: Fix typo in comment.
8146
8147 2013-04-22 Andrew Haley <aph@redhat.com>
8148
8149 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
8150 instead of "long".
8151
8152 2013-04-20 Yao Qi <yao@codesourcery.com>
8153
8154 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
8155 'char *' to 'gdb_byte *'. Cast the return value of
8156 'bt_ctf_get_char_array' to 'gdb_byte *'.
8157
8158 2013-04-19 Pedro Alves <palves@redhat.com>
8159
8160 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
8161 -Wpointer-sign.
8162 * configure: Regenerate.
8163
8164 2013-04-19 Pedro Alves <palves@redhat.com>
8165
8166 * ser-tcp.c (net_read_prim): Cast second argument to recv to
8167 'void *'.
8168
8169 2013-04-19 Pedro Alves <palves@redhat.com>
8170
8171 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
8172 Change type of 'myaddr' parameter to gdb_byte pointer.
8173 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
8174 to 'long long' pointer instead of to 'unsigned long long'.
8175 (monitor_write_memory_block, monitor_read_memory_single)
8176 (monitor_read_memory): Change type of 'myaddr' parameter to
8177 gdb_byte pointer.
8178
8179 2013-04-19 Pedro Alves <palves@redhat.com>
8180
8181 * record.c (validate_history_size): Make parameter 'setting'
8182 unsigned.
8183
8184 2013-04-19 Pedro Alves <palves@redhat.com>
8185
8186 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
8187 to 'gdb_byte *'.
8188
8189 2013-04-19 Pedro Alves <palves@redhat.com>
8190
8191 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
8192 local to int.
8193
8194 2013-04-19 Pedro Alves <palves@redhat.com>
8195
8196 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
8197 * ada-tasks.c (read_fat_string_value): Likewise.
8198
8199 2013-04-19 Pedro Alves <palves@redhat.com>
8200
8201 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
8202 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
8203 'offset', and adjust.
8204
8205 2013-04-19 Pedro Alves <palves@redhat.com>
8206
8207 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
8208 (read_index_from_section): Add cast to 'char *'.
8209
8210 2013-04-19 Pedro Alves <palves@redhat.com>
8211
8212 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
8213
8214 2013-04-19 Pedro Alves <palves@redhat.com>
8215
8216 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
8217
8218 2013-04-19 Pedro Alves <palves@redhat.com>
8219
8220 * record-full.c (record_full_get_bookmark): Change local 'ret'
8221 type to char * and add cast to gdb_byte *.
8222 (record_full_goto_bookmark): Handle 'bookmark' argument as a
8223 string.
8224 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
8225
8226 2013-04-19 Pedro Alves <palves@redhat.com>
8227
8228 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
8229 * python/py-prettyprint.c (print_string_repr): Change type of
8230 'output' local to char *. Add cast to gdb_byte * in
8231 LA_PRINT_STRING call.
8232 (print_children): Change type of 'output' local to char *.
8233 * python/py-value.c (valpy_string): Add cast to const char * in
8234 PyUnicode_Decode call.
8235
8236 2013-04-19 Pedro Alves <palves@redhat.com>
8237
8238 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
8239 and change its type to 'const char *'. Adjust.
8240 (mips_send_packet): Add cast to 'char *', and remove cast to
8241 'unsigned char *'.
8242 (mips_receive_packet): Remove cast to 'unsigned char *'.
8243 (mips_load_srec): Use bfd_byte.
8244 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
8245 (pmon_checkset): Make 'value' parameter unsigned.
8246
8247 2013-04-19 Pedro Alves <palves@redhat.com>
8248
8249 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8250
8251 2013-04-19 Pedro Alves <palves@redhat.com>
8252
8253 * remote.c (remote_write_bytes_aux, compare_sections_command)
8254 (remote_read_qxfer)
8255 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8256 (remote_hostio_readlink, remote_bfd_iovec_pread)
8257 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8258 binary buffer, and char when buffer is used as string.
8259 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8260 (trace_save, tfile_open, traceframe_walk_blocks)
8261 (tfile_fetch_registers): Likewise.
8262
8263 2013-04-19 Pedro Alves <palves@redhat.com>
8264
8265 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8266 buffer and size_t size. Adjust.
8267 * ser-base.h (ser_base_write): Adjust.
8268 * ser-go32.c (cnts): Change type to size_t.
8269 (dos_write): Change prototype -- take 'void *'
8270 buffer and size_t size. Adjust.
8271 (dos_info): Print elements of 'cnts' as unsigned long.
8272 * serial.c (serial_write): Likewise.
8273 * serial.h (serial_write): Adjust.
8274 (struct serial_ops) <write>: Change prototype -- take 'void *'
8275 buffer and size_t size. Adjust.
8276
8277 2013-04-19 Pedro Alves <palves@redhat.com>
8278
8279 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8280 gdb_byte *.
8281 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8282
8283 2013-04-19 Pedro Alves <palves@redhat.com>
8284
8285 * alpha-tdep.c (alpha_extract_return_value): Use
8286 regcache_cooked_read_unsigned to read 'v0'.
8287
8288 2013-04-19 Pedro Alves <palves@redhat.com>
8289
8290 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8291 parameters 'at', 'as' and 'offset' to uint32_t.
8292
8293 2013-04-19 Pedro Alves <palves@redhat.com>
8294
8295 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8296 'is64' to signed 'int'.
8297
8298 2013-04-19 Pedro Alves <palves@redhat.com>
8299
8300 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8301 parameter to int *.
8302
8303 2013-04-19 Pedro Alves <palves@redhat.com>
8304
8305 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8306 'insnbuf' buffer type to unsigned int[].
8307
8308 2013-04-19 Pedro Alves <palves@redhat.com>
8309
8310 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8311
8312 2013-04-19 Pedro Alves <palves@redhat.com>
8313
8314 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8315 unsigned long *.
8316
8317 2013-04-19 Pedro Alves <palves@redhat.com>
8318
8319 * alpha-tdep.c (heuristic_fence_post): Change type to int.
8320 (alpha_heuristic_proc_start): Adjust to check -1 instead of
8321 UINT_MAX.
8322 * mips-tdep.c (heuristic_fence_post): Change type to int.
8323 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8324
8325 2013-04-19 Pedro Alves <palves@redhat.com>
8326
8327 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8328 (struct gdbarch_tdep) <cris_version>: Make unsigned.
8329 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8330
8331 2013-04-19 Pedro Alves <palves@redhat.com>
8332
8333 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
8334 it to get a string view of the byte buffer.
8335 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8336 type to gdb_byte *. Adjust.
8337 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8338 Change local to char *.
8339 * solib-darwin.c (find_program_interpreter): Change return type to
8340 char *. Adjust.
8341 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8342 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8343 * solib-frv.c (enable_break2): Change local 'buf' to char *.
8344 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8345 * solib-svr4.c (find_program_interpreter): Change return type to
8346 char *. Adjust.
8347 (enable_break): Change local 'interp_name' to char *.
8348 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8349 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8350 (spu_pseudo_register_write_spu): Use char for string buffer.
8351 Adjust.
8352 (info_spu_event_command, info_spu_signal_command): Add casts to
8353 'char *'.
8354
8355 2013-04-19 Pedro Alves <palves@redhat.com>
8356
8357 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8358 gdb_byte[].
8359 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8360 * ada-lang.c (ada_value_assign): Use gdb_byte.
8361 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8362 (alphanbsd_sigtramp_offset): Use gdb_byte.
8363 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8364 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8365 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8366 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8367 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8368 * arm-tdep.c (arm_stub_unwind_sniffer)
8369 (arm_displaced_init_closure): Use gdb_byte.
8370 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8371 (arm_default_thumb_le_breakpoint)
8372 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8373 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8374 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8375 * arm-wince-tdep.c (arm_wince_le_breakpoint)
8376 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8377 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8378 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8379 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8380 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8381 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8382 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8383 (cris_store_return_value, cris_extract_return_value): Use
8384 gdb_byte.
8385 (constraint): Change type of parameter to char * from signed
8386 char*. Use gdb_byte.
8387 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8388 of local buffer to gdb_byte *.
8389 * dwarf2read.c (read_index_from_section): Use gdb_byte.
8390 (create_dwp_hash_table): Change type of locals to gdb_byte *.
8391 (add_address_entry): Change type of local buffer to gdb_byte[].
8392 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8393 (frv_push_dummy_call): Use gdb_byte.
8394 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8395 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8396 (hppa_hpux_supply_save_state): Use gdb_byte.
8397 * hppa-tdep.c (hppa32_push_dummy_call)
8398 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8399 * ia64-tdep.c (extract_bit_field, replace_bit_field)
8400 (slotN_contents, replace_slotN_contents): Change type of parameter
8401 to gdb_byte *.
8402 (fetch_instruction, ia64_pseudo_register_write)
8403 (ia64_register_to_value, ia64_value_to_register)
8404 (ia64_extract_return_value, ia64_store_return_value)
8405 (ia64_push_dummy_call): Use gdb_byte.
8406 * m32c-tdep.c (m32c_return_value): Remove cast.
8407 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8408 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8409 gdb_byte.
8410 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8411 * mn10300-tdep.c (mn10300_store_return_value)
8412 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8413 gdb_byte.
8414 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8415 (moxie_process_record): Remove casts.
8416 * ppc-ravenscar-thread.c (supply_register_at_address)
8417 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8418 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8419 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8420 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8421 * remote.c (compare_sections_command): Use gdb_byte.
8422 * score-tdep.c (score7_free_memblock): Change type of parameter to
8423 gdb_byte *.
8424 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8425 gdb_byte *. Use gdb_byte.
8426 (sh_push_dummy_call_fpu): Use gdb_byte.
8427 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8428 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8429 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8430 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8431 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8432 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8433 (sh64_store_return_value, sh64_register_convert_to_virtual):
8434 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8435 (sh64_pseudo_register_write): Use gdb_byte.
8436 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8437 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
8438 buffer.
8439 (irix_current_sos): Use gdb_byte.
8440 * solib-som.c (som_current_sos): Use gdb_byte.
8441 * sparc-ravenscar-thread.c (supply_register_at_address)
8442 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8443 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8444 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8445 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8446 'gdb_byte *'.
8447 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8448 'gdb_byte *'.
8449 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8450 * xstormy16-tdep.c (xstormy16_extract_return_value)
8451 (xstormy16_store_return_value): Change parameter type to
8452 'gdb_byte *'. Adjust.
8453 (xstormy16_push_dummy_call): Use gdb_byte.
8454 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8455 (call0_analyze_prologue, execute_code): Use gdb_byte.
8456
8457 2013-04-19 Vladimir Kargov <kargov@gmail.com>
8458 Pedro Alves <palves@redhat.com>
8459
8460 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8461 value contents.
8462
8463 2013-04-17 Doug Evans <dje@google.com>
8464
8465 * dwarf2read.c (struct signatured_type): New member type.
8466 (struct attribute): Replace member signatured_type with signature.
8467 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8468 (read_call_site_scope): Call follow_die_ref instead of
8469 follow_die_ref_or_sig.
8470 (read_structure_type): Rewrite handling of signatured types.
8471 (read_enumeration_type): Ditto.
8472 (read_attribute_value): Update.
8473 (build_error_marker_type): New function.
8474 (lookup_die_type): Add assert. Rewrite handling of signatured types.
8475 Don't call error for bad types, just build an error marker type.
8476 (dump_die_shallow): Update.
8477 (follow_die_sig_1): Renamed from follow_die_sig.
8478 Don't call error for bad types, instead return NULL.
8479 (follow_die_sig): New function.
8480 (get_signatured_type, get_DW_AT_signature_type): New functions.
8481
8482 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
8483
8484 * aarch64-tdep.c (aarch64_write_pc): Removed.
8485 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8486 function.
8487
8488 2013-04-17 Yao Qi <yao@codesourcery.com>
8489
8490 * top.c (print_gdb_configuration): Print configure-time
8491 parameter on using libbabeltrace or not.
8492
8493 2013-04-16 Pedro Alves <palves@redhat.com>
8494
8495 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8496
8497 2013-04-16 Pedro Alves <palves@redhat.com>
8498
8499 * common/glibc_thread_db.h: Update from upstream glibc
8500 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8501
8502 2013-04-16 Pedro Alves <palves@redhat.com>
8503
8504 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8505 * common/glibc_thread_db.h: ... this new file ...
8506 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8507
8508 2013-04-16 Will Newton <will.newton@gmail.com>
8509 Pedro Alves <palves@redhat.com>
8510
8511 PR build/11881
8512
8513 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8514 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8515 HAVE_THREAD_DB_H.
8516
8517 2013-04-16 Pedro Alves <palves@redhat.com>
8518 Eli Zaretskii <eliz@gnu.org>
8519
8520 * NEWS: Mention "set foo unlimited".
8521
8522 2013-04-15 Doug Evans <dje@google.com>
8523
8524 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8525 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8526 (create_dwo_cu_reader): Renamed from
8527 create_dwo_debug_info_hash_table_reader.
8528 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8529 Remove support for multiple CUs in a DWO file.
8530 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8531
8532 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8533 instead of phex.
8534 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8535 (create_dwo_in_dwp): Ditto.
8536
8537 2013-04-15 Tom Tromey <tromey@redhat.com>
8538
8539 * NEWS: Move recent entries into "since 7.6" section.
8540
8541 2013-04-15 Tom Tromey <tromey@redhat.com>
8542
8543 PR c++/13588:
8544 * NEWS: Update.
8545 * break-catch-throw.c (struct exception_catchpoint)
8546 <exception_rx, pattern>: New fields.
8547 (fetch_probe_arguments, dtor_exception_catchpoint)
8548 (check_status_exception_catchpoint)
8549 (print_one_detail_exception_catchpoint): New functions.
8550 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8551 Compile regular expression if needed.
8552 (extract_exception_regexp): New function.
8553 (catch_exception_command_1): Use extract_exception_regexp.
8554 (compute_exception): Use fetch_probe_arguments.
8555 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8556 and check_status fields.
8557 * cp-abi.c (cplus_typename_from_type_info): New function.
8558 * cp-abi.h (cplus_typename_from_type_info): Declare.
8559 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8560 * gdb_regex.h (compile_rx_or_error): Declare.
8561 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8562 comment.
8563 (init_gnuv3_ops): Set get_type_from_type_info field.
8564 * probe.c (compile_rx_or_error): Move...
8565 * utils.c (compile_rx_or_error): ... here.
8566
8567 2013-04-15 Tom Tromey <tromey@redhat.com>
8568
8569 PR c++/15176:
8570 * NEWS: Update.
8571 * break-catch-throw.c (compute_exception): New function.
8572 (exception_funcs): New global.
8573 (_initialize_break_catch_throw): Create $_exception.
8574 * cp-abi.c (cplus_type_from_type_info): New function.
8575 * cp-abi.h (cplus_type_from_type_info): Declare.
8576 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8577 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8578 (gnuv3_get_type_from_type_info): New functions.
8579 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8580
8581 2013-04-15 Tom Tromey <tromey@redhat.com>
8582
8583 * break-catch-throw.c (struct exception_names): New.
8584 (exception_functions): Change type.
8585 (re_set_exception_catchpoint): Look for SDT probes.
8586
8587 2013-04-15 Tom Tromey <tromey@redhat.com>
8588
8589 PR c++/10119:
8590 * break-catch-throw.c (exception_functions): New global.
8591 (gnu_v3_exception_catchpoint_ops): Move earlier.
8592 (struct exception_catchpoint): New.
8593 (classify_exception_breakpoint): Rewrite.
8594 (re_set_exception_catchpoint): New function.
8595 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8596 Allocate a struct exception_catchpoint.
8597 (catch_exception_command_1): Update.
8598 (initialize_throw_catchpoint_ops): Set 're_set' method.
8599
8600 2013-04-15 Tom Tromey <tromey@redhat.com>
8601
8602 * Makefile.in (SFILES): Add break-catch-throw.c
8603 (COMMON_OBS): Add break-catch-throw.o.
8604 * break-catch-throw.c: New file.
8605 * breakpoint.c: Move exception-catching code to new file.
8606 (ep_parse_optional_if_clause): No longer static.
8607 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8608
8609 2013-04-15 Tom Tromey <tromey@redhat.com>
8610
8611 PR c++/9065:
8612 * NEWS: Update.
8613 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8614 * c-exp.y (TYPEID): New token.
8615 (exp): Add new TYPEID productions.
8616 (ident_tokens): Add "typeid".
8617 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8618 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8619 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8620 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8621 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8622 case.
8623 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8624 (build_std_type_info_type, gnuv3_get_typeid_type)
8625 (gnuv3_get_typeid): New functions.
8626 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8627 new fields on ABI object.
8628 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8629 * std-operator.def (OP_TYPEID): New.
8630
8631 2013-04-15 Tom Tromey <tromey@redhat.com>
8632
8633 * elfread.c (elf_symtab_read): Install versioned symbol under
8634 unversioned name as well.
8635
8636 2013-04-15 Tom Tromey <tromey@redhat.com>
8637
8638 PR c++/11990:
8639 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8640 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8641 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8642 (gdb_demangle): New function.
8643 * cp-support.h (gdb_demangle): Declare.
8644 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8645 (dwarf2_name): Use gdb_demangle.
8646 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8647 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8648 suffixes from name.
8649 (gnuv3_print_method_ptr): Use gdb_demangle.
8650 * jv-lang.c (java_demangle): Use gdb_demangle.
8651 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8652 * language.c (unk_lang_demangle): Use gdb_demangle.
8653 * symtab.c (symbol_find_demangled_name)
8654 (demangle_for_lookup): Use gdb_demangle.
8655
8656 2013-04-15 Tom Tromey <tromey@redhat.com>
8657
8658 PR c++/12824:
8659 * NEWS: Update.
8660 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8661 New constant.
8662 (classify_exception_breakpoint): New function.
8663 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8664 (print_mention_exception_catchpoint)
8665 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8666 (catch_exception_command_1): Handle "rethrow" catchpoint.
8667 (catch_rethrow_command): New function.
8668 (_initialize_breakpoint): Add "catch rethrow" command.
8669
8670 2013-04-15 Pierre Muller <muller@sourceware.org>
8671
8672 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8673 set_gdbarch_write_pc as deprecated anymore.
8674
8675 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8676
8677 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8678 declarations.
8679
8680 2013-04-13 Yao Qi <yao@codesourcery.com>
8681
8682 * ctf.c (_initialize_ctf): Include "completer.h".
8683 Call add_target_with_completer instead of add_target.
8684
8685 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8686
8687 Fix GDB regression related to PR binutils/14813.
8688 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8689 * minidebug.c (lzma_close): Add return value comment.
8690 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8691 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8692 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8693
8694 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8695
8696 * config.in: Regenerate.
8697
8698 2013-04-12 Tom Tromey <tromey@redhat.com>
8699
8700 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8701 const.
8702 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8703 (struct die_reader_specs) <buffer>: Likewise.
8704 (die_reader_func_ftype): Make 'info_ptr' const.
8705 (struct line_header) <include_dirs, statement_program_start,
8706 statement_program_end>: Now const.
8707 (struct file_entry) <name>: Likewise.
8708 (struct partial_die_info) <sibling>: Likewise.
8709 (struct dwarf_block) <data>: Likewise.
8710 (dwarf2_read_section): Remove cast.
8711 (dwarf2_get_section_info): Make 'bufp' const.
8712 (read_index_from_section): Constify.
8713 (dw2_get_file_names_reader): Make 'info_ptr' const.
8714 (dw2_get_primary_filename_reader): Likewise.
8715 (read_comp_unit_head): Make 'info_ptr' and return type const.
8716 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8717 Likewise.
8718 (read_abbrev_offset): Constify.
8719 (dwarf2_create_include_psymtab): Make 'name' const.
8720 (create_debug_types_hash_table): Update.
8721 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8722 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8723 Constify.
8724 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8725 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8726 (read_comp_units_from_section): Constify.
8727 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8728 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8729 const.
8730 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8731 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8732 (create_dwp_hash_table, dwarf2_ranges_read)
8733 (dwarf2_record_block_ranges): Constify.
8734 (read_die_and_children, read_die_and_siblings_1)
8735 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8736 const.
8737 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8738 (abbrev_table_read_table): Constify.
8739 (load_partial_dies): Make 'info_ptr' const.
8740 (read_partial_die, read_attribute_value, read_attribute): Make
8741 'info_ptr' and return type const.
8742 (read_address, read_initial_length)
8743 (read_checked_initial_length_and_offset, read_offset)
8744 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8745 const.
8746 (read_direct_string): Make 'buf' and return type const.
8747 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8748 (read_indirect_string): Make return type const.
8749 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8750 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8751 'info_ptr' const.
8752 (read_str_index): Make return type const.
8753 (add_include_dir): Make 'include_dir' const.
8754 (add_file_name): Make 'name' const.
8755 (dwarf_decode_line_header): Constify.
8756 (psymtab_include_file_name): Make return type const.
8757 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8758 (dwarf2_start_subfile): Make 'filename' const.
8759 (dwarf2_const_value_attr): Make 'bytes' const.
8760 (read_signatured_type_reader): Make 'info_ptr' const.
8761 (decode_locdesc): Constify.
8762 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8763 const.
8764 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8765 'mac_end', and return type const.
8766 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8767 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8768 type const.
8769 (per_cu_header_read_in): Constify.
8770 * symfile.h (dwarf2_get_section_info): Update.
8771
8772 2013-04-12 Tom Tromey <tromey@redhat.com>
8773
8774 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8775
8776 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8777
8778 * NEWS: Mention "show configuration", --configuration.
8779 * top.c (print_gdb_configuration): New function, displays the
8780 details about GDB configure-time parameters.
8781 (print_gdb_version): Mention "show configuration".
8782 * cli/cli-cmds.c (show_configuration): New function.
8783 (_initialize_cli_cmds): Add the "show configuration" command.
8784 * main.c (captured_main) <print_configuration>: New static var.
8785 <long_options>: Use it.
8786 If --configuration was given, call print_gdb_configuration.
8787
8788 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8789 Pedro Alves <palves@redhat.com>
8790
8791 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8792 (generated_files): Add gcore.
8793 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8794 HAVE_NATIVE_GCORE_HOST.
8795 (gcore): New.
8796 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8797 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8798 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8799 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8800 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8801 Add HAVE_NATIVE_GCORE_HOST.
8802 * configure: Regenerate.
8803 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8804 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8805 AC_CONFIG_FILES for gcore.
8806 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8807 gdb_have_gcore.
8808 * gdb_gcore.sh: Rename to ...
8809 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8810 and GCORE_TRANSFORM_NAME substitutions.
8811
8812 Fix parsing tabs in ${gdb_target_obs}.
8813 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8814
8815 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8816
8817 * remote.c (unpush_and_perror): Add output message final dot.
8818
8819 2013-04-11 Yao Qi <yao@codesourcery.com>
8820
8821 * tracepoint.c (tfile_interp_line): Fit parameters line and
8822 utpp in one line.
8823
8824 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8825
8826 * solib.c (solib_map_sections): Remove code overwriting
8827 SO->SO_NAME with the bfd's filename.
8828
8829 2013-04-10 Pedro Alves <palves@redhat.com>
8830
8831 * cli/cli-decode.c (integer_unlimited_completer): New function.
8832 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8833 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8834 completer.
8835 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8836 (is_unlimited_literal): New function.
8837 (do_set_command): Handle literal "unlimited" arguments.
8838 * frame.c (_initialize_frame) <set backtrace limit>: Document
8839 "unlimited".
8840 * printcmd.c (_initialize_printcmd) <set print
8841 max-symbolic-offset>: Add help text.
8842 * record-full.c (_initialize_record_full) <set record full
8843 insn-number-max>: Likewise.
8844 * record.c (_initialize_record) <set record
8845 instruction-history-size, set record function-call-history-size>:
8846 Add help text.
8847 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8848 help text.
8849 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8850 Likewise.
8851 * source.c (_initialize_source) <set listsize>: Add help text.
8852 * utils.c (initialize_utils) <set height, set width>: Likewise.
8853 <set pagination>: Mention "set height unlimited".
8854 * valprint.c (_initialize_valprint) <set print elements, set print
8855 repeats>: Document "unlimited".
8856
8857 2013-04-10 Pedro Alves <palves@redhat.com>
8858
8859 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8860 instead of disconnect_tracing.
8861 * infcmd.c (detach_command, disconnect_command): Call
8862 query_if_trace_running. Adjust.
8863 * top.c: Include "tracepoint.h".
8864 (quit_target): Delete. Contents moved ...
8865 (quit_force): ... here. Wrap each stage of teardown in
8866 TRY_CATCH. Call disconnect_tracing before detaching.
8867
8868 2013-04-10 Hui Zhu <hui@codesourcery.com>
8869 Yao Qi <yao@codesourcery.com>
8870
8871 * configure.ac: Check libbabeltrace is installed.
8872 * config.in: Regenerate.
8873 * configure: Regenerate.
8874 * Makefile.in (LIBBABELTRACE): New.
8875 (CLIBS): Add LIBBABELTRACE.
8876 * ctf.c: Include "exec.h".
8877 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8878 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8879 (ctf_save_metadata_header): Define new type aliases in
8880 metadata.
8881 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8882 in metadata. Start a new faked packet for trace status.
8883 (ctf_write_status): Write trace status to CTF.
8884 (ctf_write_uploaded_tsv): Write TSV to CTF.
8885 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8886 (ctf_write_definition_end): End the faked packet.
8887
8888 (ctx, ctf_iter, trace_dirname): New.
8889 (start_pos): New variable.
8890 (ctf_destroy, ctf_open_dir, ctf_open): New.
8891 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8892 macros.
8893 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8894 (ctf_fetch_registers, ctf_xfer_partial): New.
8895 (ctf_get_trace_state_variable_value): New.
8896 (ctf_get_tpnum_from_frame_event): New.
8897 (ctf_get_traceframe_address): New.
8898 (ctf_trace_find, ctf_has_stack): New.
8899 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8900 (ctf_get_trace_status, ctf_read_status): New.
8901 (_initialize_ctf): New.
8902 * tracepoint.c (get_tracepoint_number): New
8903 (get_uploaded_tsv): Remove 'static'.
8904 (struct traceframe_info, trace_regblock_size): Move it to ...
8905 * tracepoint.h: ... here.
8906 (get_tracepoint_number): Declare it.
8907 (get_uploaded_tsv): Declare it.
8908
8909 * NEWS: Mention new configure option.
8910
8911 2013-04-10 Pedro Alves <palves@redhat.com>
8912 Hui Zhu <hui@codesourcery.com>
8913
8914 * breakpoint.c (dprintf_re_set): New.
8915 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8916 to dprintf_re_set.
8917
8918 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8919
8920 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8921 Remove solib-svr4.o from the list.
8922
8923 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8924
8925 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8926 Use gdb_assert_not_reached instead of invalid boolean expression.
8927
8928 2013-04-09 Pedro Alves <palves@redhat.com>
8929
8930 * remote.c (unpush_and_perror): New function.
8931 (readchar, remote_serial_write): Use it.
8932
8933 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8934
8935 * NEWS: Mention new btrace RSP packets.
8936
8937 2013-04-08 Tom Tromey <tromey@redhat.com>
8938
8939 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8940 long.
8941
8942 2013-04-08 Tom Tromey <tromey@redhat.com>
8943
8944 * maint.c (print_bfd_section_info): Print the section index.
8945 * symmisc.c (dump_msymbols): Print the section index.
8946
8947 2013-04-08 Tom Tromey <tromey@redhat.com>
8948
8949 PR symtab/8424:
8950 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8951 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8952 * breakpoint.c (resolve_sal_pc): Update.
8953 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8954 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8955 (minsym_lookup_iterator_cb): Use it.
8956 (default_read_var_value): Update.
8957 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8958 Update.
8959 * infcmd.c (jump_command): Update.
8960 * linespec.c (minsym_found): Update.
8961 * maint.c (maintenance_translate_address): Update.
8962 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8963 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8964 * parse.c (write_exp_msymbol): Update.
8965 * printcmd.c (address_info): Update.
8966 * psymtab.c (find_pc_sect_psymbol): Update.
8967 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8968 SYMBOL_OBJ_SECTION.
8969 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8970 Don't initialize SYMBOL_OBJ_SECTION.
8971 * spu-tdep.c (spu_catch_start): Update.
8972 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8973 * symmisc.c (dump_msymbols, print_symbol): Update.
8974 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8975 how fallback section is computed.
8976 (fixup_symbol_section): Update.
8977 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8978 Update.
8979 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8980 Initialize SYMBOL_SECTION.
8981 * symtab.h (struct general_symbol_info) <section>: Update comment.
8982 <obj_section>: Remove.
8983 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8984 (SYMBOL_OBJFILE): New macro.
8985
8986 2013-04-08 Tom Tromey <tromey@redhat.com>
8987
8988 * coffread.c (record_minimal_symbol): Update.
8989 * dbxread.c (record_minimal_symbol): Update.
8990 * elfread.c (record_minimal_symbol): Update.
8991 * machoread.c (macho_symtab_add_minsym): Update.
8992 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8993 Update.
8994 * minsyms.c (prim_record_minimal_symbol): Update.
8995 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8996 argument.
8997 (prim_record_minimal_symbol_and_info): Likewise.
8998 * minsyms.h (prim_record_minimal_symbol_full)
8999 (prim_record_minimal_symbol_and_info): Update.
9000 * symtab.c (allocate_symbol, initialize_symbol)
9001 (allocate_template_symbol): Initialize SYMBOL_SECTION.
9002 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
9003 Update.
9004
9005 2013-04-08 Tom Tromey <tromey@redhat.com>
9006
9007 PR symtab/8423:
9008 * solib-som.c (som_solib_section_offsets): Use BFD section
9009 indices. Set offsets for all sections.
9010 * somread.c (som_symtab_read): Compute BFD section for
9011 symbol. Use prim_record_minimal_symbol_and_info.
9012 (som_symfile_read): Fix comment.
9013 (struct find_section_offset_arg): New.
9014 (find_section_offset, set_section_index): New functions.
9015 (som_symfile_offsets): Use set_section_index to compute
9016 section indices.
9017
9018 2013-04-08 Tom Tromey <tromey@redhat.com>
9019
9020 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
9021 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
9022 gdb_bfd_section_index.
9023 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
9024 New functions.
9025 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
9026 Declare.
9027 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
9028 Update.
9029 * objfiles.c (add_to_objfile_sections_full): New function.
9030 (add_to_objfile_sections): Use it.
9031 (build_section_table): Rewrite.
9032 (objfile_relocate1): Use gdb_bfd_section_index. Update.
9033 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
9034 (struct objfile) <sections>: Update comment.
9035 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
9036 is NULL.
9037 (ALL_OBJSECTIONS): Use it.
9038 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
9039 * solib-frv.c (frv_relocate_main_executable): Update.
9040 * solib-target.c (solib_target_relocate_section_addresses):
9041 Use gdb_bfd_section_index.
9042 * symfile.c (build_section_addr_info_from_section_table):
9043 Use gdb_bfd_section_index.
9044 (build_section_addr_info_from_bfd, place_section): Likewise.
9045 * symtab.c (fixup_section): Update.
9046 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
9047
9048 2013-04-08 Tom Tromey <tromey@redhat.com>
9049
9050 * minsyms.h (struct bound_minimal_symbol): New.
9051 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9052 Remove objfile argument.
9053 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9054 Return bound_minimal_symbol.
9055 * minsyms.c (lookup_minimal_symbol_by_pc_1)
9056 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9057 Return bound_minimal_symbol.
9058 (in_gnu_ifunc_stub): Update.
9059 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9060 Remove 'objfile_p' argument.
9061 (lookup_solib_trampoline_symbol_by_pc): Update.
9062 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
9063 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
9064 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
9065 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
9066 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
9067 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
9068 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
9069 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
9070 stack.c, symtab.c, tui/tui-disasm.c: Update.
9071
9072 2013-04-08 Tom Tromey <tromey@redhat.com>
9073
9074 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
9075 Use symbol's obstack, not an objfile.
9076 * coffread.c (process_coff_symbol): Update.
9077 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
9078 * jv-lang.c (add_class_symbol): Update.
9079 * mdebugread.c (new_symbol): Update.
9080 * minsyms.c (prim_record_minimal_symbol_full)
9081 (terminate_minimal_symbol_table): Update.
9082 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
9083 * stabsread.c (define_symbol, read_enum_type): Update.
9084 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
9085 Handle Ada specially.
9086 (symbol_set_language): Add 'obstack' argument.
9087 (symbol_set_names): Update.
9088 (symbol_natural_name, symbol_demangled_name): Always use
9089 ada_decode_symbol.
9090 * symtab.h (struct general_symbol_info)
9091 <language_specific::obstack>: New field.
9092 <ada_mangled>: New field.
9093 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
9094 (symbol_set_language): Update.
9095
9096 2013-04-08 Tom Tromey <tromey@redhat.com>
9097
9098 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
9099 Take an obstack, not an objfile.
9100 (symbol_set_names): Update.
9101 * symtab.h (symbol_set_demangled_name): Update.
9102
9103 2013-04-08 Tom Tromey <tromey@redhat.com>
9104
9105 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
9106 allocate_symbol.
9107 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
9108 (read_func_scope): Call allocate_template_symbol.
9109 (new_symbol_full): Call allocate_symbol.
9110 * jit.c (finalize_symtab): Call allocate_symbol.
9111 * jv-lang.c (add_class_symbol): Call allocate_symbol.
9112 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
9113 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9114 (common_block_end): Call allocate_symbol.
9115 * symtab.c (allocate_symbol, initialize_symbol)
9116 (allocate_template_symbol): New functions.
9117 * symtab.c (allocate_symbol, initialize_symbol)
9118 (allocate_template_symbol): Declare.
9119 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
9120
9121 2013-04-08 Pedro Alves <palves@redhat.com>
9122 Keith Seitz <keiths@redhat.com>
9123
9124 * breakpoint.c (create_breakpoint): Rename
9125 "parse_condition_and_thread" parameter to "parse_arg". Update
9126 describing comment. If !PARSE_ARG, then error out if ARG is not
9127 the empty string after extracting the location.
9128 * breakpoint.h (create_breakpoint): Rename
9129 "parse_condition_and_thread" parameter to "parse_arg".
9130
9131 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
9132
9133 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
9134
9135 2013-04-07 Yao Qi <yao@codesourcery.com>
9136
9137 * remote.c (remote_trace_find): Change type of parameters 'addr1'
9138 and 'addr2' to CORE_ADDR.
9139 * target.c (update_current_target): Update.
9140 * target.h (struct target_ops) <to_trace_find>: Change parameter
9141 type to CORE_ADDR.
9142 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
9143 'addr2' to CORE_ADDR.
9144 (tfile_trace_find): Likewise.
9145 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
9146 Change local variable 'addr' to type CORE_ADDR.
9147 * tracepoint.h (tfind_1): Update declaration.
9148
9149 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9150
9151 * windows-nat.c (windows_get_absolute_argv0): Move from here...
9152 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
9153 Include main.h.
9154
9155 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
9156 here...
9157 * main.h (windows_get_absolute_argv0): ...to here.
9158
9159 2013-04-05 Doug Evans <dje@google.com>
9160
9161 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
9162 (read_cutu_die_from_dwo): Add comments.
9163 (read_structure_type): Update comment.
9164 (read_enumeration_type, read_namespace_type): Update comment.
9165 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
9166
9167 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9168
9169 Convert man pages to texinfo, new gdbinit.5 texinfo page.
9170 * Makefile.in (gdb.z): Remove.
9171 (install-only): Remove $(man1dir) and gdb.1 installation.
9172 * gdb.1: Remove.
9173
9174 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9175
9176 Fix compatibility with Linux kernel 3.8.3.
9177 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
9178 to more inner block. Remove parsing of NUMBER from outer block.
9179 Parse NUMBER only if KEYWORD has been identified.
9180
9181 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9182
9183 Fix variable name shadowing.
9184 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
9185 filename to mapsfilename and update its uses.
9186
9187 2013-04-05 Eli Zaretskii <eliz@gnu.org>
9188
9189 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
9190 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
9191 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
9192 details of the problem.
9193
9194 2013-04-04 Pedro Alves <palves@redhat.com>
9195 Hui Zhu <hui@codesourcery.com>
9196
9197 * breakpoint.c (validate_commands_for_breakpoint): If validating a
9198 tracepoint, reset its STEP_COUNT and call validate_actionline.
9199
9200 2013-04-03 Doug Evans <dje@google.com>
9201
9202 * dwarf2read.c (read_die_and_siblings_1): Renamed from
9203 read_die_and_siblings.
9204 (read_die_and_siblings): New function.
9205 (read_cutu_die_from_dwo): Dump die if requested.
9206 (read_die_and_children): Call read_full_die_1 and
9207 read_die_and_siblings_1.
9208 (read_full_die): Dump die if requested.
9209
9210 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
9211
9212 * dwarf2read.c (struct dwo_file): New member comp_dir.
9213 Rename member name to dwo_name. All uses updated.
9214 (hash_dwo_file): Include comp_dir in computation.
9215 (eq_dwo_file): Ditto.
9216 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
9217 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
9218
9219 * psymtab.c (read_psymtabs_with_fullname): Don't call
9220 psymtab_to_fullname if the basenames are different.
9221
9222 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9223
9224 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
9225 New entry about "fullname" presence.
9226
9227 2013-04-03 Pedro Alves <palves@redhat.com>
9228
9229 * NEWS: Mention x86_64/Cygwin as new native configuration.
9230
9231 2013-04-02 Doug Evans <dje@google.com>
9232
9233 * dwarf2read.c (read_structure_type): Fix typo in comment.
9234
9235 2013-04-02 Pedro Alves <palves@redhat.com>
9236
9237 * NEWS: Mention "set/show debug aarch64", "set/show debug
9238 coff-pe-read" and "set/show debug mach-o".
9239
9240 2013-04-02 Pedro Alves <palves@redhat.com>
9241
9242 * NEWS: Mention "set/show remote trace-buffer-size-packet".
9243
9244 2013-04-02 Eli Zaretskii <eliz@gnu.org>
9245
9246 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
9247 gdb_string.h is now in common/.
9248
9249 2013-04-02 Pedro Alves <palves@redhat.com>
9250
9251 * NEWS: Move "set debug notification" and "set trace-buffer-size"
9252 under "New options".
9253
9254 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 Revert this patch:
9257 PR gdb/15275
9258 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9259
9260 2013-04-02 Pedro Alves <palves@redhat.com>
9261
9262 PR gdb/15275
9263
9264 * remote.c (send_interrupt_sequence): Use remote_serial_write.
9265 (remote_serial_write): New function.
9266 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9267
9268 2013-04-01 Jiong Wang <jiwang@tilera.com>
9269
9270 * NEWS: Mention TILE-Gx in "New native configurations" and
9271 "New targets" sections.
9272
9273 2013-04-01 Doug Evans <dje@google.com>
9274
9275 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9276 (process_enumeration_scope): Simplify.
9277
9278 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9279 type_unit_group ...
9280 (struct signatured_type): ... to here.
9281 (sig_type_ptr): New typedef.
9282 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
9283 out of union 't'. All uses updated.
9284 (dw2_get_file_names_reader): Assert not called for a type unit.
9285 (dw2_get_file_names): Assert not called for a type unit or type
9286 unit group.
9287 (build_type_psymtabs_reader): Assert called for a type unit.
9288 (build_type_psymtab_dependencies): Assert called for a type unit group.
9289
9290 * dwarf2read.c (free_dwo_file): Add comment.
9291 (dwarf2_per_objfile_free): Unref dwp bfd.
9292
9293 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9294
9295 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9296 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9297 (read_pe_exported_syms): Remove unused 'exportix'.
9298 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9299 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9300 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9301
9302 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9303
9304 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9305 (print_it_watchpoint): Remove unused 'bl'.
9306 (say_where): Remove unused 'uiout'.
9307 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9308 (bkpt_breakpoint_hit): Remove unused 'b'.
9309 (internal_bkpt_print_it): Remove unused 'uiout'.
9310 * buildsym.c (augment_type_symtab): Remove unused 'i'.
9311
9312 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
9313
9314 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9315 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9316
9317 2013-03-29 Doug Evans <dje@google.com>
9318
9319 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9320 Delete arg is_dwp. All callers updated.
9321 (open_dwp_file): New function.
9322 (open_and_init_dwp_file): Call it.
9323 (get_dwp_file): New function.
9324 (lookup_dwo_cutu): Call it.
9325
9326 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9327 unnecessary, cleanup.
9328
9329 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9330
9331 * dwarf2read.c (read_cutu_die_from_dwo): New function.
9332 (lookup_dwo_unit): New function.
9333 (init_cutu_and_read_dies): Move DWO handling to new functions.
9334
9335 * dwarf2read.c (struct signatured_type): Tweak comment.
9336 (struct dwo_unit): Tweak comment.
9337 (create_debug_types_hash_table): Tweak comment. Reformat long line.
9338 (create_dwo_debug_info_hash_table): Tweak comment.
9339 (dwarf2_per_cu_offset_and_type): Tweak comment.
9340
9341 * dwarf2read.c (lookup_signatured_type): Remove complaint about
9342 missing .debug_types section.
9343
9344 2013-03-29 Yao Qi <yao@codesourcery.com>
9345
9346 * corelow.c: Include "completer.h".
9347 (_initialize_corelow): Call add_target_with_completer with
9348 argument 'filename_completer'.
9349 * tracepoint.c: Likewise.
9350 * exec.c (_initialize_exec): Likewise.
9351 * target.c (add_target): Rename to ...
9352 (add_target_with_completer): ... this. Call set_cmd_completer
9353 if parameter completer is not NULL.
9354 (add_target): New.
9355 * target.h: Include "command.h".
9356 (add_target_with_completer): Declare it.
9357
9358 2013-03-28 Joel Brobecker <brobecker@adacore.com>
9359
9360 * coffread.c (is_import_fixup_symbol): New function.
9361 (record_minimal_symbol): Use is_import_fixup_symbol to
9362 detect import fixup symbols, and discard them.
9363
9364 2013-03-28 Doug Evans <dje@google.com>
9365
9366 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9367 types hash table until we know we need it.
9368
9369 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9370 index numbers.
9371
9372 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9373 All callers updated.
9374 (dw2_print_stats): Print #read CUs too.
9375 (dump_die_shallow): Print signatured types better.
9376
9377 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9378 info_or_types_section to section. All uses updated.
9379 (struct dwo_unit): Ditto.
9380
9381 2013-03-28 Pedro Alves <palves@redhat.com>
9382
9383 * NEWS (New options): New section.
9384 (New options): Mention set/show remote trace-status-packet.
9385 * remote.c (PACKET_qTStatus): New enumeration value.
9386 (remote_get_trace_status): Skip sending qTStatus if the packet is
9387 disabled. Use packet_ok.
9388 (_initialize_remote): Register a configuration command for
9389 qTStatus packet.
9390
9391 2013-03-28 Doug Evans <dje@google.com>
9392
9393 * symfile.c (find_separate_debug_file): Add comment.
9394 (terminate_after_last_dir_separator): Tweak comment.
9395
9396 * dwarf2read.c (create_partial_symtab): Add forward decl.
9397 (create_partial_symtab): Move to be closer to other psymtab functions.
9398 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9399
9400 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9401 (compute_symtab_includes): Remove unnecessary forward declaration.
9402 (die_needs_namespace): Add comment marking group of functions for
9403 dwarf2 name computation.
9404
9405 * typeprint.c (_initialize_typeprint): Improve type help text.
9406
9407 * python/python.c (finish_python_initialization): Provide suggestion
9408 for how to tell gdb to find its python files.
9409
9410 2013-03-28 Pedro Alves <palves@redhat.com>
9411
9412 PR gdb/15294
9413
9414 * source.c (_initialize_source): Change back "set listsize" to an
9415 integer command.
9416
9417 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
9418
9419 PR gdb/15275
9420 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9421
9422 2013-03-27 Pedro Alves <palves@redhat.com>
9423
9424 * top.c (history_size): Rename to ...
9425 (history_size_setshow_var): ... this. Add comment.
9426 (show_commands): Use readline's 'history_length' instead of
9427 computing the history length by calling history_get in a loop.
9428 (set_history_size_command): Error out for sizes over INT_MAX.
9429 Restore previous history size on invalid size.
9430 (init_history): If HISTSIZE is negative, leave the history size as
9431 zero. Add comments.
9432 (init_main): Adjust.
9433
9434 2013-03-27 Pedro Alves <palves@redhat.com>
9435
9436 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9437 coff_pe_read" command to "set debug coff-pe-read".
9438
9439 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
9440
9441 * record.c (command_size_to_target_size): Fix size comparison.
9442 Change parameter type from pointer to integer to integer.
9443 Update all users.
9444
9445 2013-03-27 Pierre Muller <muller@sourceware.org>
9446
9447 * windows-nat.c (handle_output_debug_string): Avoid typecast
9448 from integer of different size warning.
9449
9450 2013-03-26 Joel Brobecker <brobecker@adacore.com>
9451
9452 * windows-nat.c (handle_output_debug_string): Add empty line
9453 after local block variable definition.
9454
9455 2013-03-26 Pedro Alves <palves@redhat.com>
9456
9457 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9458 (net_open): Make 'polls' local unsigned.
9459
9460 2013-03-26 Pedro Alves <palves@redhat.com>
9461
9462 * remote.c (_initialize_remote): Make "set remoteaddresssize"
9463 a zuinteger command instead of uinteger.
9464
9465 2013-03-26 Pedro Alves <palves@redhat.com>
9466
9467 * record-full.c (record_full_insn_num): Make it unsigned.
9468 (record_full_check_insn_num, record_full_message)
9469 (record_full_registers_change, record_full_xfer_partial): Remove
9470 record_full_insn_max_num check (it's always != 0).
9471 (record_full_info, record_full_restore): Use %u as format string.
9472 (): Use %u as format string.
9473 (set_record_full_insn_max_num): Remove record_full_insn_max_num
9474 check (it's always != 0).
9475
9476 2013-03-26 Pedro Alves <palves@redhat.com>
9477
9478 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9479 and "set dcache size" commands zuinteger instead of uinteger.
9480
9481 2013-03-26 Pedro Alves <palves@redhat.com>
9482
9483 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9484 command zuinteger instead of uinteger.
9485
9486 2013-03-26 Pedro Alves <palves@redhat.com>
9487
9488 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9489 zuinteger instead of uinteger.
9490
9491 2013-03-26 Pedro Alves <palves@redhat.com>
9492
9493 * record.c (record_insn_history_size_setshow_var)
9494 (record_call_history_size_setshow_var): New globals.
9495 (command_size_to_target_size): New function.
9496 (cmd_record_insn_history, cmd_record_call_history): Use
9497 command_size_to_target_size instead of cast.
9498 (validate_history_size, set_record_insn_history_size)
9499 (set_record_call_history_size): New functions.
9500 (_initialize_record): Install set_record_insn_history_size and
9501 set_record_call_history_size as "set" hooks of "set record
9502 instruction-history-size" and "set record
9503 function-call-history-size".
9504
9505 2013-03-26 Pedro Alves <palves@redhat.com>
9506
9507 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9508 use with history_max_entries use. Remove FIXME note.
9509
9510 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9511
9512 * record-btrace.c (record_btrace_close): Call
9513 record_btrace_auto_disable.
9514
9515 2013-03-25 Joel Brobecker <brobecker@adacore.com>
9516
9517 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9518
9519 2013-03-25 Doug Evans <dje@google.com>
9520
9521 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9522
9523 2013-03-25 Tom Tromey <tromey@redhat.com>
9524
9525 PR symtab/11462:
9526 * c-exp.y (exp): Add new productions for destructors after '.' and
9527 '->'.
9528 (write_destructor_name): New function.
9529
9530 2013-03-25 Tom Tromey <tromey@redhat.com>
9531
9532 PR c++/9197:
9533 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9534 value_struct_elt, not lookup_struct_elt_type.
9535 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9536 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9537 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9538
9539 2013-03-25 Yao Qi <yao@codesourcery.com>
9540
9541 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9542 instead of '_mkdir'.
9543
9544 2013-03-23 Eli Zaretskii <eliz@gnu.org>
9545
9546 * windows-nat.c (windows_get_absolute_argv0): New function.
9547 * windows-nat.h: Add its prototype.
9548
9549 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9550 Use IS_DIR_SEPARATOR instead of looking for a character inside
9551 SLASH_STRING. Include filenames.h.
9552 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9553 relocate_gdb_directory works when passed gdb_program_name.
9554 Include windows-nat.h.
9555
9556 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9557
9558 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9559 * remote.c (trace_error): Remove the special handling of '2'.
9560 (readchar) <SERIAL_EOF>
9561 (readchar) <SERIAL_ERROR>
9562 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9563 (remote_get_trace_status): Call throw_exception if EX is
9564 TARGET_CLOSE_ERROR.
9565 * utils.c (perror_with_name): Rename to ...
9566 (throw_perror_with_name): ... here. New parameter errcode, describe it
9567 in the function comment.
9568 (perror_with_name): New function wrapper.
9569 * utils.h (enum errors): New stub declaration.
9570 (throw_perror_with_name): New declaration.
9571
9572 2013-03-22 Pedro Alves <palves@redhat.com>
9573 Yao Qi <yao@codesourcery.com>
9574 Mark Kettenis <kettenis@gnu.org>
9575
9576 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9577 Don't let the user set the value to UINT_MAX directly.
9578 <var_integer>: Don't let the user set the value to INT_MAX
9579 directly.
9580
9581 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 * remote.c (remote_unpush_target): New function.
9584 (remote_open_1): Remove two pop_target calls, update one comment, add
9585 comment to target_preopen call. Replace pop_target call by
9586 remote_unpush_target call.
9587 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9588 pop_target calls by remote_unpush_target calls.
9589
9590 2013-03-22 Pedro Alves <palves@redhat.com>
9591
9592 * linux-nat.c (linux_child_follow_fork): Don't call
9593 linux_enable_event_reporting.
9594 (linux_handle_extended_wait): Don't call
9595 linux_enable_event_reporting.
9596
9597 2013-03-22 Pedro Alves <palves@redhat.com>
9598
9599 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9600 use it to rewrite the trampoline buffers with type gdb_byte[], and
9601 undefine the macro. Remove char* cast.
9602
9603 2013-03-21 Doug Evans <dje@google.com>
9604
9605 New commands "mt set per-command {space,time,symtab} {on,off}".
9606 * NEWS: Add entry.
9607 * event-top.c: #include "maint.h".
9608 * main.c: #include "maint.h".
9609 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9610 timeval-utils.h, maint.h, cli/cli-setshow.h.
9611 (per_command_time, per_command_space): New static globals.
9612 (per_command_symtab): New static global.
9613 (per_command_setlist, per_command_showlist): New static globals.
9614 (struct cmd_stats): Move here from utils.c.
9615 (set_per_command_time): Renamed from set_display_time in utils.c
9616 and moved here. All callers updated.
9617 (set_per_command_space): Renamed from set_display_space in utils.c
9618 and moved here. All callers updated.
9619 (count_symtabs_and_blocks): New function.
9620 (report_command_stats): Moved here from utils.c. Add support for
9621 printing symtab stats. Only print data if enabled before command
9622 executed.
9623 (make_command_stats_cleanup): Ditto.
9624 (sert_per_command_cmd, show_per_command_cmd): New functions.
9625 (_initialize_maint_cmds): Add new commands
9626 mt set per-command {space,time,symtab} {on,off}.
9627 * maint.h: New file.
9628 * top.c: #include "maint.h".
9629 * utils.c (reset_prompt_for_continue_wait_time): New function.
9630 (get_prompt_for_continue_wait_time): New function.
9631 * utils.h (reset_prompt_for_continue_wait_time): Declare
9632 (get_prompt_for_continue_wait_time): Declare.
9633 (make_command_stats_cleanup): Moved to maint.h.
9634 (set_display_time, set_display_space): Moved to maint.h and renamed
9635 to set_per_command_time, set_per_command_space.
9636 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9637 parse_binary_operation and made non-static. Don't call error,
9638 just return an error marker. All callers updated.
9639 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9640
9641 2013-03-21 Tom Tromey <tromey@redhat.com>
9642
9643 * symfile.c (alloc_section_addr_info): Update header. Don't set
9644 'num_sections' field.
9645 (build_section_addr_info_from_section_table): Set 'num_sections'.
9646 (build_section_addr_info_from_bfd): Likewise.
9647 (build_section_addr_info_from_objfile): Remove dead loop
9648 condition.
9649 (free_section_addr_info): Unconditionally call xfree.
9650 (relative_addr_info_to_section_offsets, addrs_section_sort)
9651 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9652 condition.
9653 (syms_from_objfile_1): Remove dead 'if' condition. Check
9654 'num_sections'.
9655 (add_symbol_file_command): Set 'num_sections'.
9656 * symfile-mem.c (symbol_file_add_from_memory): Set
9657 'num_sections'.
9658 * somread.c (som_symfile_offsets): Remove dead loop condition.
9659 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9660 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9661
9662 2013-03-21 Tom Tromey <tromey@redhat.com>
9663
9664 * tracepoint.h (decode_agent_options): Add 'trace_string'
9665 argument.
9666 * tracepoint.c (decode_agent_options): Add 'trace_string'
9667 argument.
9668 (validate_actionline): Update.
9669 (collect_symbol): Add 'trace_string' argument.
9670 (struct add_local_symbols_data) <trace_string>: New field.
9671 (do_collect_symbol): Update.
9672 (add_local_symbols): Add 'trace_string' argument.
9673 (encode_actions_1): Update.
9674 (trace_dump_actions): Update.
9675 * dwarf2loc.c (access_memory): Update.
9676 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9677 * ax-general.c (new_agent_expr): Update.
9678 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9679 (gen_trace_for_return_address): Add argument.
9680 (trace_kludge, trace_string_kludge): Remove.
9681 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9682 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9683 (gen_trace_for_var): Add 'trace_string' argument.
9684 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9685 (gen_printf, agent_eval_command_one): Update.
9686
9687 2013-03-21 Tom Tromey <tromey@redhat.com>
9688
9689 PR exp/15109:
9690 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9691 Handle FILENAME token.
9692
9693 2013-03-21 Tom Tromey <tromey@redhat.com>
9694
9695 * c-exp.y (YYPRINT): Define.
9696 (c_print_token): New function.
9697
9698 2013-03-21 Tom Tromey <tromey@redhat.com>
9699
9700 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9701
9702 2013-03-21 Yao Qi <yao@codesourcery.com>
9703
9704 * ctf.c: Include "gdb_stat.h".
9705 [USE_WIN32API]: New macro 'mkdir'.
9706 (ctf_start): Use permission bits macros if they are defined.
9707
9708 2013-03-20 Keith Seitz <keiths@redhat.com>
9709
9710 * breakpoint.h (struct breakpoint): Add comment to
9711 extra_string indicating that this member is mallod'd.
9712 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9713
9714 2013-03-20 Pedro Alves <palves@redhat.com>
9715
9716 PR gdb/15289
9717
9718 * cli/cli-setshow.c (do_set_command)
9719 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9720 the result of parsing the command argument. Throw error if the
9721 value is greater than UINT_MAX. Print the invalid value with
9722 plongest.
9723 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9724 result of parsing the command argument. Throw error if the value
9725 is greater than INT_MAX, not greater or equal. Also throw error
9726 if the value is less than INT_MIN. Print the invalid value with
9727 plongest.
9728 <var_zuinteger_unlimited>: Throw error if the value is greater
9729 than INT_MAX, not greater or equal.
9730 (do_show_command) <var_integer, var_zinteger,
9731 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9732
9733 2013-03-20 Tom Tromey <tromey@redhat.com>
9734
9735 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9736 if possible.
9737 * dwarf2read.c (read_func_scope): Remove old FIXME.
9738 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9739 not LOC_COMPUTED.
9740 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9741 Unconditionally call via computed ops, if possible.
9742 * printcmd.c (address_info): Unconditionally call via computed ops,
9743 if possible.
9744 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9745 if possible.
9746 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9747 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9748 if possible.
9749
9750 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9751 Tom Tromey <tromey@redhat.com>
9752
9753 PR symtab/8421:
9754 * coffread.c (coff_register_index): New global.
9755 (process_coff_symbol, coff_read_enum_type): Set
9756 SYMBOL_ACLASS_INDEX.
9757 (_initialize_coffread): Initialize new global.
9758 * dwarf2loc.c (locexpr_find_frame_base_location)
9759 (dwarf2_block_frame_base_locexpr_funcs)
9760 (loclist_find_frame_base_location)
9761 (dwarf2_block_frame_base_loclist_funcs): New.
9762 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9763 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9764 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9765 (dwarf2_block_frame_base_loclist_funcs): New.
9766 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9767 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9768 globals.
9769 (read_func_scope): Update.
9770 (fixup_go_packaging, mark_common_block_symbol_computed)
9771 (var_decode_location, new_symbol_full, dwarf2_const_value):
9772 Set SYMBOL_ACLASS_INDEX.
9773 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9774 (_initialize_dwarf2_read): Initialize new globals.
9775 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9776 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9777 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9778 globals.
9779 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9780 (_initialize_mdebugread): Initialize new globals.
9781 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9782 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9783 (stab_register_index, stab_regparm_index): New globals.
9784 (define_symbol, read_enum_type, common_block_end): Set
9785 SYMBOL_ACLASS_INDEX.
9786 (_initialize_stabsread): Initialize new globals.
9787 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9788 globals.
9789 (MAX_SYMBOL_IMPLS): New define.
9790 (register_symbol_computed_impl, register_symbol_block_impl)
9791 (register_symbol_register_impl)
9792 (initialize_ordinary_address_classes): New functions.
9793 (_initialize_symtab): Call initialize_ordinary_address_classes.
9794 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9795 (struct symbol_impl): New.
9796 (SYMBOL_ACLASS_BITS): New define.
9797 (struct symbol) <aclass, ops>: Remove fields.
9798 <aclass_index>: New field.
9799 (symbol_impls): Declare.
9800 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9801 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9802 (register_symbol_computed_impl, register_symbol_block_impl)
9803 (register_symbol_register_impl): Declare.
9804 (struct symbol_computed_ops): Add location_has_loclist.
9805 (struct symbol_block_ops): New.
9806 (SYMBOL_BLOCK_OPS): New.
9807 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9808
9809 2013-03-20 Tom Tromey <tromey@redhat.com>
9810
9811 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9812 (print_partial_symbols, recursively_search_psymtabs): Use
9813 PSYMBOL_CLASS.
9814
9815 2013-03-20 Pierre Muller <muller@sourceware.org>
9816
9817 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9818 addtion, subtraction, multiplication and division binary operator.
9819
9820 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9821
9822 Code cleanup.
9823 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9824 * bsd-kvm.c (bsd_kvm_close): Likewise.
9825 * bsd-uthread.c (bsd_uthread_close): Likewise.
9826 * corelow.c (core_close): Likewise.
9827 (core_close_cleanup): Remove parameter quitting from a caller.
9828 * event-top.c (async_disconnect): Likewise.
9829 * exec.c (exec_close_1): Remove parameter quitting.
9830 * go32-nat.c (go32_close): Likewise.
9831 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9832 parameter quitting from a caller.
9833 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9834 variable.
9835 (mips_linux_close): Remove parameter quitting. Remove parameter
9836 quitting from a caller.
9837 * monitor.c (monitor_close): Remove parameter quitting.
9838 * monitor.h (monitor_close): Likewise.
9839 * record-btrace.c (record_btrace_close): Likewise.
9840 * record-full.c (record_full_close): Likewise.
9841 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9842 it also from fprintf_unfiltered.
9843 * remote-mips.c (mips_close): Remove parameter quitting.
9844 (mips_detach): Remove parameter quitting from a caller.
9845 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9846 (gdbsim_close): Remove duplicate function comment. Remove parameter
9847 quitting and remove it also from printf_filtered.
9848 * remote.c (remote_close): Remove parameter quitting.
9849 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9850 * target.c (update_current_target): Remove parameter int from to_close
9851 de_fault.
9852 (push_target, unpush_target, pop_target): Remove parameter quitting from
9853 a caller.
9854 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9855 Remove parameter quitting from a caller.
9856 (target_preopen): Remove parameter quitting from a caller.
9857 (target_close): Remove parameter quitting. Remove parameter quitting
9858 from a caller two times. Remove parameter quitting also from
9859 fprintf_unfiltered.
9860 * target.h (struct target_ops): Remove parameter quitting and as int
9861 from fields to_xclose and to_close.
9862 (extern struct target_ops current_target):
9863 (target_close, pop_all_targets): Remove parameter quitting. Update the
9864 comment.
9865 (pop_all_targets_above): Remove parameter quitting.
9866 * top.c (quit_target): Remove parameter quitting from a caller.
9867 * tracepoint.c (tfile_close): Remove parameter quitting.
9868 * windows-nat.c (windows_close): Remove parameter quitting.
9869
9870 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9871
9872 * windows-nat.c (handle_output_debug_string): Replace call
9873 to string_to_core_addr with call to strtoull.
9874
9875 2013-03-20 Yao Qi <yao@codesourcery.com>
9876
9877 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9878 and write it to CTF metadata.
9879
9880 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9881
9882 * windows-nat.c (handle_output_debug_string): Change type of n to
9883 SIZE_T to avoid crash on 64 bit systems.
9884
9885 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9886
9887 * python/python-internal.h (HAVE_SNPRINTF)
9888 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9889 about redefinition of snprintf by pyerrors.h.
9890
9891 2013-03-15 Steve Ellcey <sellcey@mips.com>
9892
9893 * remote-sim.c (sim_command_completer): Make char arguments const.
9894
9895 2013-03-15 Tom Tromey <tromey@redhat.com>
9896
9897 PR c++/15116:
9898 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9899
9900 2013-03-14 Tom Tromey <tromey@redhat.com>
9901
9902 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9903 New fields.
9904 (get_file_crc): Move from symfile.c.
9905 (gdb_bfd_crc): New function.
9906 * gdb_bfd.h (gdb_bfd_crc): Declare.
9907 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9908 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9909 (separate_debug_file_exists): Use gdb_bfd_crc.
9910
9911 2013-03-14 Tom Tromey <tromey@redhat.com>
9912
9913 * symfile.c (get_debug_link_info): Remove.
9914 (find_separate_debug_file_by_debuglink): Use
9915 bfd_get_debug_link_info.
9916
9917 2013-03-14 Tom Tromey <tromey@redhat.com>
9918
9919 * symtab.c (error_in_psymtab_expansion): New function.
9920 (lookup_symbol_aux_quick)
9921 (basic_lookup_transparent_type_quick): Remove "last resort"
9922 code. Use error_in_psymtab_expansion.
9923
9924 2013-03-14 Doug Evans <dje@google.com>
9925 Jan Kratochvil <jan.kratochvil@redhat.com>
9926
9927 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9928 any successful compare_filenames_for_search or FILENAME_CMP.
9929 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9930 * symtab.c (iterate_over_some_symtabs): Likewise.
9931
9932 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9933
9934 * source.c (print_source_lines_base): Make a local copy of
9935 symtab_to_fullname.
9936
9937 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9938 Jan Kratochvil <jan.kratochvil@redhat.com>
9939
9940 * source.c (print_source_lines_base): Suppress "file" for TUI.
9941
9942 2013-03-14 Keith Seitz <keiths@redhat.com>
9943 Alan Matsuoka <alanm@redhat.com>
9944
9945 PR c++/15203
9946 PR c++/15210
9947 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9948 TYPE_CODE_METHOD.
9949 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9950 symbols.
9951
9952 2013-03-14 Yao Qi <yao@codesourcery.com>
9953
9954 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9955 status to tfile if trace is stopped by command 'tstop'.
9956
9957 2013-03-14 Yao Qi <yao@codesourcery.com>
9958
9959 * tracepoint.c (tfile_write_status): Write trace notes and user
9960 name into tfile if they are not NULL.
9961
9962 2013-03-14 Hui Zhu <hui@codesourcery.com>
9963 Yao Qi <yao@codesourcery.com>
9964
9965 * Makefile.in (REMOTE_OBS): Add ctf.o.
9966 (SFILES): Add ctf.c.
9967 (HFILES_NO_SRCDIR): Add ctf.h.
9968 * ctf.c, ctf.h: New files.
9969 * tracepoint.c: Include 'ctf.h'.
9970 (collect_pseudocommand): Remove static.
9971 (trace_save_command): Parse option "-ctf".
9972 Produce different trace file writers per option.
9973 Adjust output message.
9974 (trace_save_tfile, trace_save_ctf): New.
9975 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9976 * mi/mi-main.c: Include 'ctf.h'.
9977 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9978 trace_save_tfile or trace_save_ctf.
9979 * NEWS: Mention these changes.
9980
9981 2013-03-14 Yao Qi <yao@codesourcery.com>
9982
9983 * tracepoint.c (trace_file_writer_xfree): New.
9984 (struct tfile_writer_data): New.
9985 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9986 (tfile_write_header, tfile_write_regblock_type): New.
9987 (tfile_write_status, tfile_write_uploaded_tsv): New.
9988 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9989 (tfile_write_raw_data, (tfile_end): New.
9990 (tfile_write_ops): New global variable.
9991 (TRACE_WRITE_R_BLOCK): New macro.
9992 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9993 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9994 (TRACE_WRITE_V_BLOCK): New macro.
9995 (trace_save): Add extra one parameter WRITER. Make it static.
9996 Use WRITER to writer trace.
9997 (tfile_trace_file_writer_new): New.
9998 (trace_save_command): Caller update.
9999 (trace_save_tfile): Write trace data in TFILE format.
10000 * tracepoint.h (struct trace_frame_write_ops): New.
10001 (struct trace_file_write_ops): New.
10002 (struct trace_file_writer): New.
10003 (trace_save): Remove its declaration.
10004 (trace_save_tfile): Declare it.
10005 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
10006 instead of trace_save.
10007
10008 2013-03-13 Pedro Alves <palves@redhat.com>
10009
10010 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
10011
10012 2013-03-13 Pedro Alves <palves@redhat.com>
10013
10014 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
10015 commented out code.
10016 * demangle.c (current_demangling_style_string): Make it const.
10017 (set_demangling_command): Assert the demangling style is known.
10018 Remove all handling of unknown styles. Set
10019 'current_demangling_style_string' to an element of the
10020 demangling_style_names array.
10021 (set_demangling_style): Delete.
10022 (_initialize_demangler): Set current_demangling_style_string to the
10023 element of the demangling_style_names array that corresponds to
10024 the default demangling style. Remove FIXME note. Don't call
10025 set_demangling_style.
10026 * gdb-demangle.h (set_demangling_style): Remove declaration.
10027
10028 2013-03-13 Pedro Alves <palves@redhat.com>
10029
10030 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
10031 fields const.
10032 (ada_make_symbol_completion_list): Make "text0" parameter const.
10033 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
10034 * breakpoint.c (condition_completer): Make "text" and "word"
10035 parameters const. Adjust.
10036 (check_tracepoint_command): Adjust to validate_actionline
10037 prototype change.
10038 (catch_syscall_completer): Make "text" and "word" parameters
10039 const.
10040 * cli/cli-cmds.c (show_user): Make "comname" local const.
10041 (valid_command_p): Make "command" parameter const.
10042 (alias_command): Make "alias_prefix" and "command_prefix" locals
10043 const.
10044 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
10045 (add_alias_cmd): Make "name" and "oldname" parameters const.
10046 Adjust. No longer make copy of OLDNAME.
10047 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
10048 (add_setshow_cmd_full, add_setshow_enum_cmd)
10049 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10050 (add_setshow_filename_cmd, add_setshow_string_cmd)
10051 (add_setshow_string_noescape_cmd)
10052 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10053 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10054 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
10055 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
10056 Make "name" parameter const.
10057 (help_cmd): Rename "command" parameter to "arg". New const local
10058 "command".
10059 (find_cmd): Make "command" parameter const.
10060 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
10061 deprecated_cmd_warning prototype change.
10062 (undef_cmd_error): Make "cmdtype" parameter const.
10063 (lookup_cmd): Make "line" parameter const.
10064 (deprecated_cmd_warning): Change type of "text" parameter to
10065 pointer to const char, from pointer to pointer to char. Adjust.
10066 (lookup_cmd_composition): Make "text" parameter const.
10067 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
10068 parameters const.
10069 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
10070 const.
10071 * cli/cli-script.c (validate_comname): Make "tem" local const.
10072 (define_command): New const local "tem_c". Use it in calls to
10073 lookup_cmd.
10074 (document_command): Make "tem" and "comfull" locals const.
10075 (show_user_1): Make "prefix" and "name" parameters const.
10076 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
10077 const.
10078 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
10079 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
10080 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
10081 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
10082 (complete_on_enum, add_setshow_enum_cmd)
10083 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10084 (add_setshow_filename_cmd, add_setshow_string_cmd)
10085 (add_setshow_string_noescape_cmd)
10086 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10087 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10088 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
10089 Change prototypes, constifying strings.
10090 * completer.c (noop_completer, filename_completer): Make "text"
10091 and "prefix" parameters const.
10092 (location_completer, expression_completer)
10093 (complete_line_internal): Make "text" and "prefix" parameters
10094 const and adjust.
10095 (command_completer, signal_completer): Make "text" and "prefix"
10096 parameters const.
10097 * completer.h (noop_completer, filename_completer)
10098 (expression_completer, location_completer, command_completer)
10099 (signal_completer): Change prototypes.
10100 * corefile.c (complete_set_gnutarget): Make "text" and "word"
10101 parameters const.
10102 * cp-abi.c (cp_abi_completer): Likewise.
10103 * expression.h (parse_expression_for_completion): Change
10104 prototype.
10105 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
10106 parameters const.
10107 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
10108 * infrun.c (handle_completer): Make "text" and "word" parameters
10109 const.
10110 * interps.c (interpreter_completer): Make "text" and "word"
10111 parameters const.
10112 * language.h (struct language_defn)
10113 <la_make_symbol_completion_list>: Make "text" and "word"
10114 parameters const.
10115 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
10116 (parse_exp_in_context): Rename to ...
10117 (parse_exp_in_context_1): ... this.
10118 (parse_exp_in_context): Reimplement, with const hack from
10119 parse_exp_1.
10120 (parse_expression_for_completion): Make "string" parameter const.
10121 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
10122 to pointer to const char. Adjust.
10123 (print_command_1): Make "exp" parameter const.
10124 (output_command): Rename to ...
10125 (output_command_const): ... this. Make "exp" parameter const.
10126 (output_command): Reimplement.
10127 (x_command): Adjust.
10128 (display_command): Rename "exp" parameter to "arg". New "exp"
10129 local, const version of "arg".
10130 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
10131 "cmd_name" local const.
10132 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
10133 call.
10134 (cmdpy_completer): Make "text" and "word" parameters const.
10135 (gdbpy_parse_command_name): Make "prefix_text2" local const.
10136 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
10137 const.
10138 * remote.c (_initialize_remote): Make "cmd_name" local const.
10139 * symtab.c (language_search_unquoted_string): Make "text" and "p"
10140 parameters const. Adjust.
10141 (completion_list_add_fields): Make "sym_text", "text" and "word"
10142 parameters const.
10143 (struct add_name_data) <sym_text, text, word>: Make fields const.
10144 (default_make_symbol_completion_list_break_on): Make "text" and
10145 "word" parameters const. Adjust locals.
10146 (default_make_symbol_completion_list)
10147 (make_symbol_completion_list, make_symbol_completion_type)
10148 (make_symbol_completion_list_fn): Make "text" and "word"
10149 parameters const.
10150 (make_file_symbol_completion_list): Make "text", "word" and
10151 "srcfile" parameters const. Adjust locals.
10152 (add_filename_to_list): Make "text" and "word" parameters const.
10153 (struct add_partial_filename_data) <text, word>: Make fields
10154 const.
10155 (make_source_files_completion_list): Make "text" and "word"
10156 parameters const.
10157 * symtab.h (default_make_symbol_completion_list_break_on)
10158 (default_make_symbol_completion_list, make_symbol_completion_list)
10159 (make_symbol_completion_type enum type_code)
10160 (make_symbol_completion_list_fn make_file_symbol_completion_list)
10161 (make_source_files_completion_list): Change prototype.
10162 * top.c (execute_command): Adjust to pass pointer to pointer to
10163 const char to lookup_cmd, and to deprecated_cmd_warning prototype
10164 change.
10165 (set_verbose): Make "cmdname" local const.
10166 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
10167 and adjust.
10168 (validate_actionline): Make "line" parameter a pointer to const
10169 char, and adjust.
10170 (encode_actions_1): Make "action_exp" local const, and adjust.
10171 (encode_actions): Adjust.
10172 (replace_comma): Delete.
10173 (trace_dump_actions): Make "action_exp" and "next_comma" locals
10174 const, and adjust. Don't frob the action string while splitting
10175 it at commas. Instead, make a copy of each split substring in
10176 turn.
10177 (trace_dump_command): Adjust to validate_actionline prototype
10178 change.
10179 * tracepoint.h (decode_agent_options, decode_agent_options)
10180 (encode_actions, validate_actionline): Change prototypes.
10181 * valprint.h (output_command): Delete declaration.
10182 (output_command_const): Declare.
10183 * value.c (function_destroyer): Cast const away in xfree call.
10184
10185 2013-03-13 Pedro Alves <palves@redhat.com>
10186
10187 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
10188 rather than casting 'const char * const *' to 'const char **'.
10189 * ada-lex.l (processInt): Make "trailer" local const. Remove
10190 'const char **' cast.
10191 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
10192 locals, and use those as strtol output pointer, instead than doing
10193 invalid casts to from 'const char **' to 'char **'.
10194 (_initialize_demangle): Remove cast.
10195 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
10196 locals, and use those as strtol output pointer, instead than doing
10197 invalid casts to from 'const char **' to 'char **'.
10198 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
10199 casts.
10200 * stap-probe.c (stap_parse_register_operand)
10201 (stap_parse_single_operand): Likewise.
10202
10203 2013-03-13 Yao Qi <yao@codesourcery.com>
10204
10205 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
10206 the last matched 'V' blcok in trace frame.
10207
10208 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10209
10210 * NEWS: Create a new section for the next release branch.
10211 Rename the section of the current branch, now that it has
10212 been cut.
10213
10214 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10215
10216 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
10217 * version.in: Bump version to 7.6.50.20130312-cvs.
10218
10219 2013-03-12 Keith Seitz <keiths@redhat.com>
10220
10221 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
10222 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
10223 Remove temporary copy of input string.
10224 (mi_execute_command_wrapper): Make "cmd" const.
10225 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
10226 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
10227 Use const strings.
10228 (mi_parse): Make "cmd" const.
10229 Use const strings.
10230 * mi/mi-parse.h (mi_parse): Make "cmd" const.
10231
10232 2013-03-12 Keith Seitz <keiths@redhat.com>
10233
10234 * ada-lang.c (ada_read_renaming_var_value): Pass const
10235 pointer to expression string to parse_exp_1.
10236 (create_excep_cond_exprs): Likewise.
10237 * ax-gdb.c (agent_eval_command_one): Likewise.
10238 (maint_agent_printf_command): Likewise.
10239 Constify much of the string handling/parsing.
10240 * breakpoint.c (set_breakpoint_condition): Pass const
10241 pointer to expression string to parse_exp_1.
10242 (update_watchpoint): Likewise.
10243 (parse_cmd_to_aexpr): Constify string handling.
10244 Pass const pointer to parse_exp_1.
10245 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
10246 (find_condition_and_thread): Likewise.
10247 Make TOK const.
10248 (watch_command_1): Make "arg" const.
10249 Constify string handling.
10250 Copy the expression string instead of changing the input
10251 string.
10252 (update_breakpoint_location): Pass const pointer to
10253 parse_exp_1.
10254 * eval.c (parse_and_eval_address): Make "exp" const.
10255 (parse_to_comma_and_eval): Make "expp" const.
10256 (parse_and_eval): Make "exp" const.
10257 * expression.h (parse_expression): Make argument const.
10258 (parse_exp_1): Make first argument const.
10259 * findcmd.c (parse_find_args): Treat "args" as const.
10260 * linespec.c (parse_linespec): Pass const pointer to
10261 linespec_expression_to_pc.
10262 (linespec_expression_to_pc): Make "exp_ptr" const.
10263 * parse.c (parse_exp_1): Make "stringptr" const.
10264 Make a copy of the expression to pass to parse_exp_in_context until
10265 this whole interface can be constified.
10266 (parse_expression): Make "string" const.
10267 * printcmd.c (ui_printf): Treat "arg" as const.
10268 Handle const strings.
10269 * tracepoint.c (validate_actionline): Pass const pointer to
10270 all calls to parse_exp_1.
10271 (encode_actions_1): Likewise.
10272 * value.h (parse_to_comma_and_eval): Make argument const.
10273 (parse_and_eval_address): Likewise.
10274 (parse_and_eval): Likewise.
10275 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10276 (varobj_set_value): Likewise.
10277 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10278 constify string handling.
10279 Pass const pointers to parse_and_eval_address and
10280 parse_to_comman_and_eval.
10281 * cli/cli-utils.c (skip_to_space): Rename to ...
10282 (skip_to_space_const): ... this. Handle const strings.
10283 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10284 skip_to_space_const.
10285 (skip_to_space_const): Declare.
10286 * common/format.c (parse_format_string): Make "arg" const.
10287 Handle const strings.
10288 * common/format.h (parse_format_string): Make "arg" const.
10289 * gdbserver/ax.c (ax_printf): Make "format" const.
10290 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10291 of the expression string.
10292
10293 2013-03-12 Hui Zhu <hui@codesourcery.com>
10294
10295 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10296
10297 2013-03-12 Yao Qi <yao@codesourcery.com>
10298 Hui Zhu <hui@codesourcery.com>
10299
10300 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10301 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10302 DW_OP_deref_size.
10303
10304 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
10305
10306 * ada-lex.l (rules): Only recognize 'thread' as a
10307 delimiter when followed by numerals, as for c-exp.y.
10308 Use new rewind_to_char function to rewind the input for
10309 expression-delimiting tokens.
10310 (rewind_to_char): New function.
10311
10312 2013-03-11 Pedro Alves <palves@redhat.com>
10313 Jan Kratochvil <jan.kratochvil@redhat.com>
10314
10315 * configure: Regenerate.
10316 * configure.ac (check dynamic export flag): Link python test with
10317 $PYTHON_LIBS.
10318
10319 2013-03-11 Doug Evans <dje@google.com>
10320 Keith Seitz <keiths@redhat.com>
10321
10322 * linespec.c (find_linespec_symbols): Call find_function_symbols
10323 first, and then call lookup_prefix_sym/find_method.
10324
10325 2013-03-11 Pedro Alves <palves@redhat.com>
10326
10327 * charset.c (convert_between_encodings): Don't cast between
10328 different pointer to pointer types. Instead, make the 'inp' local
10329 be of the type iconv expects.
10330 (wchar_iterate): Don't cast between different pointer to pointer
10331 types. Instead, use new pointer local of the type iconv expects.
10332 * target.c (target_read_stralloc, target_fileio_read_stralloc):
10333 Add new local of type char pointer, and use it to get a
10334 char/string view of the byte buffer, instead of casting between
10335 pointer to pointer types.
10336
10337 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
10338
10339 * remote.c (remote_set_trace_buffer_size): Move != operator
10340 to the start of next line to fix an ARI warning.
10341
10342 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10343
10344 * NEWS: Add record changes.
10345
10346 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10347
10348 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10349 the instruction history disassembly.
10350 * disasm.c (dump_insns): Omit the pc prefix, if requested.
10351 * disasm.h (DISASSEMBLY_OMIT_PC): New.
10352
10353 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10354
10355 * Makefile.in (SFILES): Add record-btrace.c
10356 (COMMON_OBS): Add record-btrace.o
10357 * record-btrace.c: New.
10358 * objfiles.c: Include btrace.h.
10359 (free_objfile): call btrace_free_objfile.
10360
10361 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10362
10363 * target.c (target_call_history, target_call_history_from,
10364 target_call_history_range): New.
10365 * target.h (target_ops) <to_call_history, to_call_history_from,
10366 to_call_history_range>: New fields.
10367 (target_call_history, target_call_history_from,
10368 target_call_history_range): New declaration.
10369 * record.c (get_call_history_modifiers, cmd_record_call_history,
10370 record_call_history_size): New.
10371 (_initialize_record): Add the "record function-call-history" command.
10372 Add "set/show record function-call-history-size" commands.
10373 * record.h (record_print_flag): New.
10374
10375 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10376
10377 * target.h (target_ops) <to_insn_history, to_insn_history_from,
10378 to_insn_history_range>: New fields.
10379 (target_insn_history): New.
10380 (target_insn_history_from): New.
10381 (target_insn_history_range): New.
10382 * target.c (target_insn_history): New.
10383 (target_insn_history_from): New.
10384 (target_insn_history_range): New.
10385 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10386 (record_insn_history_size): New.
10387 (get_insn_number): New.
10388 (get_context_size): New.
10389 (no_chunk): New.
10390 (get_insn_history_modifiers): New.
10391 (cmd_record_insn_history): New.
10392 (_initialize_record): Add "set/show record instruction-history-size"
10393 command. Add "record instruction-history" command.
10394
10395 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10396
10397 * record.h (record_disconnect): New.
10398 (record_detach): New.
10399 (record_mourn_inferior): New.
10400 (record_kill): New.
10401 * record-full.c (record_disconnect, record_detach,
10402 record_mourn_inferior, record_kill): Move to...
10403 * record.c: ...here.
10404 (DEBUG): New.
10405 (record_stop): New.
10406 (record_unpush): New.
10407 (cmd_record_stop): Call record_stop. Replace unpush_target
10408 call with record_unpush call.
10409 (record_disconnect, record_detach): Assert that the target
10410 is of record stratum. Call record_unpush, record_stop, and
10411 DEBUG.
10412 (record_mourn_inferior, record_kill): Assert that the target
10413 is of record stratum. Call record_unpush and DEBUG.
10414
10415 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10416
10417 * record-full.h, record-full.c (record_memory_query): Rename
10418 to ...
10419 (record_full_memory_query): ...this. Update all users.
10420 (record_arch_list_add_reg): Rename to ...
10421 (record_full_arch_list_add_reg): ...this. Update all users.
10422 (record_arch_list_add_mem): Rename to ...
10423 (record_full_arch_list_add_mem): ...this. Update all users.
10424 (record_arch_list_add_end): Rename to ...
10425 (record_full_arch_list_add_end): ...this. Update all users.
10426 (record_gdb_operation_disable_set): Rename to ...
10427 (record_full_gdb_operation_disable_set): ...this.
10428 Update all users.
10429
10430 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10431
10432 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10433 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10434 (RECORD_IS_REPLAY): Renamed to ...
10435 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10436 (RECORD_FILE_MAGIC): Renamed to ...
10437 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10438 (record_mem_entry): Renamed to ...
10439 (record_full_mem_entry): ... this. Updated all users.
10440 (record_reg_entry): Renamed to ...
10441 (record_full_reg_entry): ... this. Updated all users.
10442 (record_end_entry): Renamed to ...
10443 (record_full_end_entry): ... this. Updated all users.
10444 (record_type) <record_end, record_reg, record_mem>: Renamed
10445 to ...
10446 (record_full_type) <record_full_end, record_full_reg,
10447 record_full_mem>: ... this. Updated all users.
10448 (record_entry): Renamed to ...
10449 (record_full_entry): ... this. Updated all users.
10450 (record_core_buf_entry): Renamed to ...
10451 (record_full_core_buf_entry): ... this. Updated all users.
10452 (record_core_regbuf): Renamed to ...
10453 (record_full_core_regbuf): ... this. Updated all users.
10454 (record_core_start): Renamed to ...
10455 (record_full_core_start): ... this. Updated all users.
10456 (record_core_end): Renamed to ...
10457 (record_full_core_end): ... this. Updated all users.
10458 (record_core_buf_list): Renamed to ...
10459 (record_full_core_buf_list): ... this. Updated all users.
10460 (record_first): Renamed to ...
10461 (record_full_first): ... this. Updated all users.
10462 (record_list): Renamed to ...
10463 (record_full_list): ... this. Updated all users.
10464 (record_arch_list_head): Renamed to ...
10465 (record_full_arch_list_head): ... this. Updated all users.
10466 (record_arch_list_tail): Renamed to ...
10467 (record_full_arch_list_tail): ... this. Updated all users.
10468 (record_stop_at_limit): Renamed to ...
10469 (record_full_stop_at_limit): ... this. Updated all users.
10470 (record_insn_max_num): Renamed to ...
10471 (record_full_insn_max_num): ... this. Updated all users.
10472 (record_insn_num): Renamed to ...
10473 (record_full_insn_num): ... this. Updated all users.
10474 (record_insn_count): Renamed to ...
10475 (record_full_insn_count): ... this. Updated all users.
10476 (record_ops): Renamed to ...
10477 (record_full_ops): ... this. Updated all users.
10478 (record_core_ops): Renamed to ...
10479 (record_full_core_ops): ... this. Updated all users.
10480 (set_record_cmdlist): Renamed to ...
10481 (set_record_full_cmdlist): ... this. Updated all users.
10482 (show_record_cmdlist): Renamed to ...
10483 (show_record_full_cmdlist): ... this. Updated all users.
10484 (record_cmdlist): Renamed to ...
10485 (record_full_cmdlist): ... this. Updated all users.
10486 (record_beneath_to_resume_ops): Renamed to ...
10487 (record_full_beneath_to_resume_ops): ... this. Updated all users.
10488 (record_beneath_to_resume): Renamed to ...
10489 (record_full_beneath_to_resume): ... this. Updated all users.
10490 (record_beneath_to_wait_ops): Renamed to ...
10491 (record_full_beneath_to_wait_ops): ... this. Updated all users.
10492 (record_beneath_to_wait): Renamed to ...
10493 (record_full_beneath_to_wait): ... this. Updated all users.
10494 (record_beneath_to_store_registers_ops): Renamed to ...
10495 (record_full_beneath_to_store_registers_ops): ... this.
10496 Updated all users.
10497 (record_beneath_to_store_registers): Renamed to ...
10498 (record_full_beneath_to_store_registers): ... this.
10499 Updated all users.
10500 (record_beneath_to_xfer_partial_ops): Renamed to ...
10501 (record_full_beneath_to_xfer_partial_ops): ... this.
10502 Updated all users.
10503 (record_beneath_to_xfer_partial): Renamed to ...
10504 (record_full_beneath_to_xfer_partial): ... this.
10505 Updated all users.
10506 (record_beneath_to_insert_breakpoint): Renamed to ...
10507 (record_full_beneath_to_insert_breakpoint): ... this.
10508 Updated all users.
10509 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10510 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10511 Updated all users.
10512 (record_beneath_to_stopped_data_address): Renamed to ...
10513 (record_full_beneath_to_stopped_data_address): ... this.
10514 Updated all users.
10515 (record_beneath_to_async): Renamed to ...
10516 (record_full_beneath_to_async): ... this. Updated all users.
10517 (record_goto_insn): Renamed to ...
10518 (record_full_goto_insn): ... this. Updated all users.
10519 (record_save): Renamed to ...
10520 (record_full_save): ... this. Updated all users.
10521 (record_reg_alloc): Renamed to ...
10522 (record_full_reg_alloc): ... this. Updated all users.
10523 (record_reg_release): Renamed to ...
10524 (record_full_reg_release): ... this. Updated all users.
10525 (record_mem_alloc): Renamed to ...
10526 (record_full_mem_alloc): ... this. Updated all users.
10527 (record_mem_release): Renamed to ...
10528 (record_full_mem_release): ... this. Updated all users.
10529 (record_end_alloc): Renamed to ...
10530 (record_full_end_alloc): ... this. Updated all users.
10531 (record_end_release): Renamed to ...
10532 (record_full_end_release): ... this. Updated all users.
10533 (record_entry_release): Renamed to ...
10534 (record_full_entry_release): ... this. Updated all users.
10535 (record_list_release): Renamed to ...
10536 (record_full_list_release): ... this. Updated all users.
10537 (record_list_release_following): Renamed to ...
10538 (record_full_list_release_following): ... this.
10539 Updated all users.
10540 (record_list_release_first): Renamed to ...
10541 (record_full_list_release_first): ... this. Updated all users.
10542 (record_arch_list_add): Renamed to ...
10543 (record_full_arch_list_add): ... this. Updated all users.
10544 (record_get_loc): Renamed to ...
10545 (record_full_get_loc): ... this. Updated all users.
10546 (record_check_insn_num): Renamed to ...
10547 (record_full_check_insn_num): ... this. Updated all users.
10548 (record_arch_list_cleanups): Renamed to ...
10549 (record_full_arch_list_cleanups): ... this. Updated all users.
10550 (record_message): Renamed to ...
10551 (record_full_message): ... this. Updated all users.
10552 (record_message_wrapper): Renamed to ...
10553 (record_full_message_wrapper): ... this. Updated all users.
10554 (record_message_wrapper_safe): Renamed to ...
10555 (record_full_message_wrapper_safe): ... this. Updated all users.
10556 (record_gdb_operation_disable): Renamed to ...
10557 (record_full_gdb_operation_disable): ... this. Updated all users.
10558 (record_hw_watchpoint): Renamed to ...
10559 (record_full_hw_watchpoint): ... this. Updated all users.
10560 (record_exec_insn): Renamed to ...
10561 (record_full_exec_insn): ... this. Updated all users.
10562 (record_restore): Renamed to ...
10563 (record_full_restore): ... this. Updated all users.
10564 (record_async_inferior_event_token): Renamed to ...
10565 (record_full_async_inferior_event_token): ... this.
10566 Updated all users.
10567 (record_async_inferior_event_handler): Renamed to ...
10568 (record_full_async_inferior_event_handler): ... this.
10569 Updated all users.
10570 (record_core_open_1): Renamed to ...
10571 (record_full_core_open_1): ... this. Updated all users.
10572 (record_open_1): Renamed to ...
10573 (record_full_open_1): ... this. Updated all users.
10574 (record_open): Renamed to ...
10575 (record_full_open): ... this. Updated all users.
10576 (record_close): Renamed to ...
10577 (record_full_close): ... this. Updated all users.
10578 (record_resume_step): Renamed to ...
10579 (record_full_resume_step): ... this. Updated all users.
10580 (record_resumed): Renamed to ...
10581 (record_full_resumed): ... this. Updated all users.
10582 (record_execution_dir): Renamed to ...
10583 (record_full_execution_dir): ... this. Updated all users.
10584 (record_resume): Renamed to ...
10585 (record_full_resume): ... this. Updated all users.
10586 (record_get_sig): Renamed to ...
10587 (record_full_get_sig): ... this. Updated all users.
10588 (record_sig_handler): Renamed to ...
10589 (record_full_sig_handler): ... this. Updated all users.
10590 (record_wait_cleanups): Renamed to ...
10591 (record_full_wait_cleanups): ... this. Updated all users.
10592 (record_wait_1): Renamed to ...
10593 (record_full_wait_1): ... this. Updated all users.
10594 (record_wait): Renamed to ...
10595 (record_full_wait): ... this. Updated all users.
10596 (record_stopped_by_watchpoint): Renamed to ...
10597 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10598 (record_disconnect): Renamed to ...
10599 (record_full_disconnect): ... this. Updated all users.
10600 (record_detach): Renamed to ...
10601 (record_full_detach): ... this. Updated all users.
10602 (record_mourn_inferior): Renamed to ...
10603 (record_full_mourn_inferior): ... this. Updated all users.
10604 (record_kill): Renamed to ...
10605 (record_full_kill): ... this. Updated all users.
10606 (record_stopped_data_address): Renamed to ...
10607 (record_full_stopped_data_address): ... this. Updated all users.
10608 (record_registers_change): Renamed to ...
10609 (record_full_registers_change): ... this. Updated all users.
10610 (record_store_registers): Renamed to ...
10611 (record_full_store_registers): ... this. Updated all users.
10612 (record_xfer_partial): Renamed to ...
10613 (record_full_xfer_partial): ... this. Updated all users.
10614 (record_breakpoint): Renamed to ...
10615 (record_full_breakpoint): ... this. Updated all users.
10616 (record_breakpoint_p): Renamed to ...
10617 (record_full_breakpoint_p): ... this. Updated all users.
10618 (record_breakpoints): Renamed to ...
10619 (record_full_breakpoints): ... this. Updated all users.
10620 (record_sync_record_breakpoints): Renamed to ...
10621 (record_full_sync_record_breakpoints): ... this.
10622 Updated all users.
10623 (record_init_record_breakpoints): Renamed to ...
10624 (record_full_init_record_breakpoints): ... this.
10625 Updated all users.
10626 (record_insert_breakpoint): Renamed to ...
10627 (record_full_insert_breakpoint): ... this. Updated all users.
10628 (record_remove_breakpoint): Renamed to ...
10629 (record_full_remove_breakpoint): ... this. Updated all users.
10630 (record_can_execute_reverse): Renamed to ...
10631 (record_full_can_execute_reverse): ... this. Updated all users.
10632 (record_get_bookmark): Renamed to ...
10633 (record_full_get_bookmark): ... this. Updated all users.
10634 (record_goto_bookmark): Renamed to ...
10635 (record_full_goto_bookmark): ... this. Updated all users.
10636 (record_async): Renamed to ...
10637 (record_full_async): ... this. Updated all users.
10638 (record_can_async_p): Renamed to ...
10639 (record_full_can_async_p): ... this. Updated all users.
10640 (record_is_async_p): Renamed to ...
10641 (record_full_is_async_p): ... this. Updated all users.
10642 (record_execution_direction): Renamed to ...
10643 (record_full_execution_direction): ... this. Updated all users.
10644 (record_info): Renamed to ...
10645 (record_full_info): ... this. Updated all users.
10646 (record_delete): Renamed to ...
10647 (record_full_delete): ... this. Updated all users.
10648 (record_is_replaying): Renamed to ...
10649 (record_full_is_replaying): ... this. Updated all users.
10650 (record_goto_entry): Renamed to ...
10651 (record_full_goto_entry): ... this. Updated all users.
10652 (record_goto_begin): Renamed to ...
10653 (record_full_goto_begin): ... this. Updated all users.
10654 (record_goto_end): Renamed to ...
10655 (record_full_goto_end): ... this. Updated all users.
10656 (record_goto): Renamed to ...
10657 (record_full_goto): ... this. Updated all users.
10658 (init_record_ops): Renamed to ...
10659 (init_record_full_ops): ... this. Updated all users.
10660 (record_core_resume): Renamed to ...
10661 (record_full_core_resume): ... this. Updated all users.
10662 (record_core_kill): Renamed to ...
10663 (record_full_core_kill): ... this. Updated all users.
10664 (record_core_fetch_registers): Renamed to ...
10665 (record_full_core_fetch_registers): ... this. Updated all users.
10666 (record_core_prepare_to_store): Renamed to ...
10667 (record_full_core_prepare_to_store): ... this. Updated all users.
10668 (record_core_store_registers): Renamed to ...
10669 (record_full_core_store_registers): ... this. Updated all users.
10670 (record_core_xfer_partial): Renamed to ...
10671 (record_full_core_xfer_partial): ... this. Updated all users.
10672 (record_core_insert_breakpoint): Renamed to ...
10673 (record_full_core_insert_breakpoint): ... this. Updated all users.
10674 (record_core_remove_breakpoint): Renamed to ...
10675 (record_full_core_remove_breakpoint): ... this. Updated all users.
10676 (record_core_has_execution): Renamed to ...
10677 (record_full_core_has_execution): ... this. Updated all users.
10678 (init_record_core_ops): Renamed to ...
10679 (init_record_full_core_ops): ... this. Updated all users.
10680 (cmd_record_restore): Renamed to ...
10681 (cmd_record_full_restore): ... this. Updated all users.
10682 (record_save_cleanups): Renamed to ...
10683 (record_full_save_cleanups): ... this. Updated all users.
10684 (cmd_record_start): Renamed to ...
10685 (cmd_record_full_start): ... this. Updated all users.
10686 (set_record_insn_max_num): Renamed to ...
10687 (set_record_full_insn_max_num): ... this. Updated all users.
10688 (set_record_command): Renamed to ...
10689 (set_record_full_command): ... this. Updated all users.
10690 (show_record_command): Renamed to ...
10691 (show_record_full_command): ... this. Updated all users.
10692 (_initialize_record): Renamed to ...
10693 (_initialize_record_full): ... this. Updated all users.
10694
10695 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10696
10697 * record.h: Split into this and ...
10698 * record-full.h: ... this.
10699 * record.c: Split into this and ...
10700 * record-full.c: ... this.
10701 * target.h (target_ops): Add new fields to_info_record,
10702 to_save_record, to_delete_record, to_record_is_replaying,
10703 to_goto_record_begin, to_goto_record_end, to_goto_record.
10704 (target_info_record): New.
10705 (target_save_record): New.
10706 (target_supports_delete_record): New.
10707 (target_delete_record): New.
10708 (target_record_is_replaying): New.
10709 (target_goto_record_begin): New.
10710 (target_goto_record_end): New.
10711 (target_goto_record): New.
10712 * target.c (target_info_record): New.
10713 (target_save_record): New.
10714 (target_supports_delete_record): New.
10715 (target_delete_record): New.
10716 (target_record_is_replaying): New.
10717 (target_goto_record_begin): New.
10718 (target_goto_record_end): New.
10719 (target_goto_record): New.
10720 * record.h: Declare struct cmd_list_element.
10721 (record_cmdlist): New declaration.
10722 (set_record_cmdlist): New declaration.
10723 (show_record_cmdlist): New declaration.
10724 (info_record_cmdlist): New declaration.
10725 (cmd_record_goto): New declaration.
10726 * record.c: Remove unnecessary includes.
10727 Include inferior.h.
10728 (cmd_record_goto): Remove declaration.
10729 (record_cmdlist): Now extern. Initialize.
10730 (set_record_cmdlist): Now extern. Initialize.
10731 (show_record_cmdlist): Now extern. Initialize.
10732 (info_record_cmdlist): Now extern. Initialize.
10733 (find_record_target): New.
10734 (require_record_target): New.
10735 (cmd_record_start): Update.
10736 (cmd_record_delete): Remove target-specific code.
10737 Call target_delete_record.
10738 (cmd_record_stop): Unpush any record target.
10739 (set_record_insn_max_num): Move to record-full.c
10740 (set_record_command): Add comment.
10741 (show_record_command): Add comment.
10742 (info_record_command): Update comment.
10743 Remove target-specific code.
10744 Call the record target's to_info_record.
10745 (cmd_record_start): New.
10746 (cmd_record_goto): Now extern.
10747 Remove target-specific code.
10748 Call target_goto_begin, target_goto_end, or target_goto.
10749 (_initialize_record): Move record target ops initialization to
10750 record-full.c.
10751 Change "record" command help text.
10752 Move "record restore", "record set", and "record show" commands to
10753 record-full.c.
10754 * Makefile.in (SFILES): Add record-full.c.
10755 (HFILES_NO_SRCDIR): Add record-full.h.
10756 (COMMON_OBS): Add record-full.o.
10757 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10758 * arm-tdep.c: Include record-full.h.
10759 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10760 * i386-tdep.c: Include record-full.h.
10761 * infrun.c: Include record-full.h.
10762 * linux-record.c: Include record-full.h.
10763 * moxie-tdep.c: Include record-full.h.
10764 * record-full.c: Include record-full.h.
10765 Change module comment.
10766 (set_record_full_cmdlist): New.
10767 (show_record_full_cmdlist): New.
10768 (record_full_cmdlist): New.
10769 (record_goto_insn): New declaration.
10770 (record_save): New declaration.
10771 (record_check_insn_num): Change query string.
10772 (record_info): New.
10773 (record_delete): New.
10774 (record_is_replaying): New.
10775 (record_goto_entry): New.
10776 (record_goto_begin): New.
10777 (record_goto_end): New.
10778 (record_goto): New.
10779 (init_record_ops): Update.
10780 (init_record_core_ops): Update.
10781 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10782 (cmd_record_start): New.
10783 (set_record_insn_max_num): Moved from record.c
10784 (set_record_full_command): New.
10785 (show_record_full_command): New.
10786 (_initialize_record_full): New.
10787
10788 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10789
10790 * target.h (add_deprecated_target_alias): New.
10791 * target.c (add_deprecated_target_alias): New.
10792
10793 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10794
10795 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10796 and signal.h.
10797 (linux_supports_btrace): Add kernel and
10798 cpuid check.
10799 (kernel_supports_btrace): New function.
10800 (cpu_supports_btrace): New function.
10801 (intel_supports_btrace): New function.
10802
10803 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10804
10805 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10806 * remote.c: Include btrace.h.
10807 (struct btrace_target_info): New struct.
10808 (remote_supports_btrace): New function.
10809 (send_Qbtrace): New function.
10810 (remote_enable_btrace): New function.
10811 (remote_disable_btrace): New function.
10812 (remote_teardown_btrace): New function.
10813 (remote_read_btrace): New function.
10814 (init_remote_ops): Add btrace ops.
10815 (enum <unnamed>): Add btrace packets.
10816 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10817 (_initialize_remote): Add packet configuration for branch tracing.
10818
10819 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10820
10821 * features/btrace.dtd: New file.
10822 * Makefile.in (XMLFILES): Add btrace.dtd.
10823 * btrace.h (parse_xml_btrace): New declaration.
10824 * btrace.c: Include xml-support.h.
10825 (parse_xml_btrace): New function.
10826 (parse_xml_btrace_block): New function.
10827 (block_attributes): New struct.
10828 (btrace_attributes): New struct.
10829 (btrace_children): New struct.
10830 (btrace_elements): New struct.
10831
10832 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10833
10834 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10835 (amd64_linux_enable_btrace): New.
10836 (amd64_linux_disable_btrace): New.
10837 (amd64_linux_teardown_btrace): New.
10838 (_initialize_amd64_linux_nat): Initialize btrace ops.
10839 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10840 (i386_linux_enable_btrace): New.
10841 (i386_linux_disable_btrace): New.
10842 (i386_linux_teardown_btrace): New.
10843 (_initialize_i386_linux_nat): Initialize btrace ops.
10844 * config/i386/linux.mh: Add linux-btrace.o.
10845 * config/i386/linux64.mh: Add linux-btrace.o.
10846
10847 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10848
10849 * common/linux_btrace.h: New file.
10850 * common/linux_btrace.c: New file.
10851 * Makefile.in (SFILES): Add btrace.c.
10852 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10853 (COMMON_OBS): Add btrace.o.
10854 (linux-btrace.o): New rule.
10855
10856 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10857
10858 * target.h: Include btrace.h.
10859 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10860 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10861 * target.c (target_supports_btrace): New function.
10862 (target_enable_btrace): New function.
10863 (target_disable_btrace): New function.
10864 (target_teardown_btrace): New function.
10865 (target_read_btrace): New function.
10866 * btrace.h: New file.
10867 * btrace.c: New file.
10868 * Makefile.in: Add btrace.c.
10869 * gdbthread.h: Include btrace.h.
10870 (struct thread_info): Add btrace field.
10871 * thread.c: Include btrace.h.
10872 (clear_thread_inferior_resources): Call target_teardown_btrace.
10873 * common/btrace-common.h: New file.
10874
10875 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10876
10877 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10878 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10879 kill_status to outer block.
10880
10881 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10882
10883 Fix entry-values if the callee called a noreturn function.
10884 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10885 get_frame_address_in_block. Add new comment.
10886
10887 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10888
10889 Fix entry-values in C++ across CUs.
10890 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10891 lookup_minimal_symbol. Add a comment.
10892 * dwarf2read.c
10893 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10894 DW_AT_linkage_name.
10895
10896 2013-03-08 Yao Qi <yao@codesourcery.com>
10897
10898 * tracepoint.c (_initialize_tracepoint): Indent the code.
10899
10900 2013-03-08 Pedro Alves <palves@redhat.com>
10901
10902 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10903 (parse_find_args, find_command): Change type of pattern buffer
10904 locals to 'gdb_byte *'.
10905
10906 2013-03-08 Stan Shebs <stan@codesourcery.com>
10907 Hafiz Abid Qadeer <abidh@codesourcery.com>
10908
10909 * NEWS: Mention set and show trace-buffer-size commands.
10910 Mention new packet.
10911 * target.h (struct target_ops): New method
10912 to_set_trace_buffer_size.
10913 (target_set_trace_buffer_size): New macro.
10914 * target.c (update_current_target): Set up new method.
10915 * tracepoint.c (trace_buffer_size): New global.
10916 (start_tracing): Send it to the target.
10917 (set_trace_buffer_size): New function.
10918 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10919 * remote.c (remote_set_trace_buffer_size): New function.
10920 (_initialize_remote): Use it.
10921 (QTBuffer:size) New remote command.
10922 (PACKET_QTBuffer_size): New enum.
10923 (remote_protocol_features): Add an entry for
10924 PACKET_QTBuffer_size.
10925
10926 2013-03-08 Tom Tromey <tromey@redhat.com>
10927
10928 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10929 variable.
10930
10931 2013-03-07 Pedro Alves <palves@redhat.com>
10932
10933 * target.c (target_read_stralloc, target_fileio_read_alloc):
10934 *Cast pointer to 'gdb_byte *' in target call.
10935
10936 2013-03-07 Pedro Alves <palves@redhat.com>
10937
10938 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10939 call.
10940
10941 2013-03-07 Keith Seitz <keiths@redhat.com>
10942
10943 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10944 (trace_pass_command): Likewise.
10945 * cli/cli-cmds.c: Include cli/cli-utils.h.
10946 (source_command): Use skip-spaces.
10947 (disassemble_command): Likewise.
10948 * findcmd.c: Include cli/cli-utils.h.
10949 (parse_find_args): Use skip_spaces.
10950 * go32-nat.c: Include cli/cli-utils.h.
10951 (go32_sldt): Use skip_spaces.
10952 (go32_sgdt): Likewise.
10953 (go32_sidt): Likewise.
10954 (go32_pde): Likewise.
10955 (go32_pte): Likewise.
10956 (go32_pte_for_address): Likewise.
10957 * infcmd.c: Include cli/cli-utils.h.
10958 (registers_info): Use skip_spaces.
10959 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10960 (linux_info_proc): Likewise.
10961 * linux-thread-db.c: Include cli/cli-utils.h.
10962 (info_auto_load_libthread_db): Use skip_spaces_const.
10963 * m32r-rom.c: Include cli/cli-utils.h.
10964 (m32r_upload_command): Use skip_spaces.
10965 * maint.c: Include cli/cli-utils.h.
10966 (maintenance_translate_address): Use skip_spaces.
10967 * mi/mi-parse.c: Include cli/cli-utils.h.
10968 (mi_parse_argv): Use skip_spaces.
10969 (mi_parse): Likewise.
10970 * minsyms.c: Include cli/cli-utils.h.
10971 (msymbol_hash_iw): Use skip_spaces_const.
10972 * objc-lang.c: Include cli/cli-utils.h.
10973 (parse_selector): Use skip_spaces.
10974 (parse_method): Likewise.
10975 * python/python.c: Include cli/cli-utils.h.
10976 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10977 (python_command)[HAVE_PYTHON]: Likewise.
10978 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10979 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10980 (m32r_load): Use skip_spaces.
10981 * serial.c: Include cli/cli-utils.h.
10982 (serial_open): Use skip_spaces_const.
10983 * stack.c: Include cli/cli-utils.h.
10984 (parse_frame_specification_1): Use skip_spaces_const.
10985 * symfile.c: Include cli/cli-utils.h.
10986 (set_ext_lang_command): Use skip_spaces.
10987 * symtab.c: Include cli/cli-utils.h.
10988 (rbreak_command): Use skip_spaces.
10989 * thread.c (thread_name_command): Use skip_spaces.
10990 * tracepoint.c (validate_actionline): Use skip_spaces.
10991 (encode_actions_1): Likewise.
10992 (trace_find_range_command): Likewise.
10993 (trace_find_outside_command): Likewise.
10994 (trace_dump_actions): Likewise.
10995
10996 2013-03-07 Pedro Alves <palves@redhat.com>
10997
10998 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10999 * expprint.c (print_subexp_standard): Likewise.
11000 * utils.c (host_char_to_target): Likewise.
11001 * valprint.c (generic_emit_char, generic_printstr): Likewise.
11002 * varobj.c (value_get_print_value): Change type of local to char*.
11003 Cast it gdb_byte * in call to language printer.
11004
11005 2013-03-07 Pedro Alves <palves@redhat.com>
11006
11007 * charset.c (struct wchar_iterator) <input>: Change type to 'const
11008 gdb_byte *'.
11009 (make_wchar_iterator): Remove cast to char*.
11010 (wchar_iterate): Change type of local.
11011
11012 2013-03-07 Pedro Alves <palves@redhat.com>
11013
11014 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
11015 for 'regcache->register_status'.
11016
11017 2013-03-07 Pedro Alves <palves@redhat.com>
11018
11019 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
11020 int.
11021
11022 2013-03-07 Pedro Alves <palves@redhat.com>
11023
11024 * stap-probe.c (handle_stap_probe): Add cast to char*.
11025
11026 2013-03-07 Pedro Alves <palves@redhat.com>
11027
11028 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
11029 RECORD_MSGRCV>: Pass a signed variable to
11030 regcache_raw_read_signed, instead of an unsigned one.
11031
11032 2013-03-07 Pedro Alves <palves@redhat.com>
11033
11034 * remote-notif.c (notif_debug): Change type to int.
11035 * remote-notif.h (notif_debug): Likewise.
11036
11037 2013-03-07 Pedro Alves <palves@redhat.com>
11038
11039 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
11040
11041 2013-03-07 Pedro Alves <palves@redhat.com>
11042
11043 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
11044 * remote.h (hex2bin, bin2hex): ... here.
11045 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
11046
11047 2013-03-07 Eli Zaretskii <eliz@gnu.org>
11048
11049 * utils.c (initialize_utils): Improve doc strings of "set/show
11050 width", "set/show height", and "set/show pagination".
11051
11052 2013-03-06 Keith Seitz <keiths@redhat.com>
11053
11054 * ax-gdb.c (gen_printf): Make FORMAT const.
11055 * ax-gdb.h (gen_printf): Likewise.
11056 * ax-general.c (ax_string): Make STR const.
11057 * ax.h (ax_string): Likewise.
11058
11059 2013-03-06 Doug Evans <dje@google.com>
11060
11061 * elfread.c (elf_symfile_read): Move debugging printf to more
11062 logical location.
11063
11064 2013-03-06 Pedro Alves <palves@redhat.com>
11065
11066 * python/py-utils.c (target_string_to_unicode): Delete function.
11067 * python/python-internal.h (target_string_to_unicode): Delete
11068 declaration.
11069
11070 2013-03-06 Pierre Muller <muller@sourceware.org>
11071
11072 * linespec.c (get_current_search_block): ARI fix, use (void)
11073 for empty parameter list.
11074
11075 2013-03-05 Doug Evans <dje@google.com>
11076
11077 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
11078 of old ada_lookup_symbol_list. In !full_search case, don't
11079 search superblocks.
11080 (ada_lookup_symbol_list): Delete arg full_search, all callers
11081 updated. Call ada_lookup_symbol_list_worker.
11082 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
11083 * ada-lang.h (ada_lookup_symbol_list): Update.
11084 * language.h (language_defn): Update comment for
11085 la_iterate_over_symbols.
11086 * linespec.c (iterate_over_file_blocks): New function.
11087 (iterate_over_all_matching_symtabs): Call it.
11088 (lookup_prefix_sym): Ditto.
11089 (get_current_search_block): New function.
11090 (get_search_block): Delete.
11091 (find_label_symbols): Call get_current_search_block.
11092 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
11093 * symtab.c (iterate_over_symbols): Don't search superblocks.
11094
11095 2013-03-05 Yao Qi <yao@codesourcery.com>
11096
11097 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
11098 parameter VAR's type from "unsigned int" to "int".
11099 * command.h (var_zuinteger_unlimited): Update its comments.
11100 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
11101
11102 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11103
11104 * NEWS: Mention new target x86_64-*-cygwin*.
11105
11106 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11107
11108 * configure.host: Add x86_64-*-cygwin* as host.
11109 * configure.tgt: Add x86_64-*-cygwin* as target.
11110 * config/i386/cygwin64.mh: New file.
11111
11112 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11113
11114 * linespec.c (decode_line_2): Fix duplicate request off by two message.
11115
11116 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11117
11118 * linespec.c (struct linespec_canonical_name): New.
11119 (struct linespec_state): Change canonical_names type to it.
11120 (add_sal_to_sals): Change variable canonical_name to canonical. Change
11121 xrealloc element size. Initialize the different CANONICAL fields.
11122 (canonical_to_fullform): New.
11123 (filter_results): Use it. Add variables canonical, fullform and
11124 cleanup.
11125 (struct decode_line_2_item, decode_line_2_compare_items): New.
11126 (decode_line_2): Remove variables iter and item_names, add variables
11127 items and items_count. Modify the code for these new variables.
11128
11129 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
11130
11131 * coff-pe-read.c (read_pe_exported_syms): Don't return without
11132 calling do_cleanup.
11133
11134 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
11135
11136 * tracepoint.c (build_traceframe_info): Add code for byte order.
11137
11138 2013-03-02 Kevin Buettner <kevinb@redhat.com>
11139
11140 * v850-tdep.c: (v850e2_register_name): Revise system register
11141 names to match current V850E2M architecture specifications.
11142 Update register number enum comments too.
11143
11144 2013-03-01 Jiong Wang <jiwang@tilera.com>
11145 Pedro Alves <palves@redhat.com>
11146
11147 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
11148 to END_ADDR.
11149 (tilegx_skip_prologue): Limit prologue analysis to section end.
11150
11151 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11152
11153 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
11154 use it.
11155
11156 2013-03-01 Pedro Alves <palves@redhat.com>
11157
11158 Use gdb_byte for bytes from the program being debugged.
11159
11160 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
11161 Change type of local 'buf' to gdb_byte.
11162 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
11163 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
11164 * cris-tdep.c (cris_sigcontext_addr)
11165 (cris_sigtramp_frame_unwind_cache): Likewise.
11166 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
11167 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
11168 Likewise.
11169 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
11170 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
11171 (hppa32_hpux_search_dummy_call_sequence)
11172 (hppa_hpux_supply_save_state): Likewise.
11173 * hppa-linux-tdep.c (insns_match_pattern)
11174 (hppa_linux_find_global_pointer): Likewise.
11175 * hppa-tdep.c (hppa_in_function_epilogue_p)
11176 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
11177 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
11178 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
11179 (i386fbsd_collect_uthread): Likewise.
11180 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
11181 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
11182 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
11183 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
11184 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
11185 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
11186 (ia64_libunwind_frame_prev_register)
11187 (ia64_libunwind_sigtramp_frame_this_id)
11188 (ia64_find_global_pointer_from_dynamic_section)
11189 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
11190 (ia64_unwind_pc): Likewise.
11191 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
11192 * m68hc11-tdep.c (m68hc11_push_dummy_call)
11193 (m68hc11_extract_return_value): Likewise.
11194 * m68klinux-nat.c (fetch_register, store_register): Likewise.
11195 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
11196 (mep_get_insn, mep_push_dummy_call): Likewise.
11197 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
11198 (mips_linux_in_dynsym_stub): Likewise.
11199 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
11200 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
11201 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
11202 to gdb_byte.
11203 * remote-mips.c (mips_set_register): Likewise.
11204 * remote-sim.c (gdbsim_fetch_register): Likewise.
11205 * score-tdep.c (score7_fetch_inst): Change type of parameter
11206 'memblock' and local 'buf' to gdb_byte.
11207 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
11208 Change type of local 'buf' to gdb_byte. Adjust.
11209 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
11210 to gdb_byte**.
11211 (score7_analyze_prologue): Change type of 'memblock' and
11212 'memblock_ptr' locals to gdb_byte*.
11213 * sh64-tdep.c (sh64_extract_return_value)
11214 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
11215 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
11216 * solib-pa64.c (pa64_solib_create_inferior_hook)
11217 (pa64_open_symbol_file_object): Remove local 'buf'.
11218 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
11219 (som_open_symbol_file_object): Likewise.
11220 * solib-spu.c (spu_current_sos): Likewise.
11221 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
11222 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
11223 (spu_store_registers): Likewise.
11224 * target.c (debug_print_register): Likewise.
11225 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
11226 * xstormy16-tdep.c (xstormy16_store_return_value)
11227 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
11228 (xstormy16_find_jmp_table_entry): Likewise.
11229
11230 2013-03-01 Jiong Wang <jiwang@tilera.com>
11231
11232 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
11233 (tilegx_gdbarch_init): Install it.
11234
11235 2013-02-28 Tom Tromey <tromey@redhat.com>
11236
11237 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
11238 PyLong_Check.
11239
11240 2013-02-28 Doug Evans <dje@google.com>
11241
11242 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
11243 * python/python.c (gdbpy_find_pc_line): Ditto.
11244
11245 2013-02-28 Tom Tromey <tromey@redhat.com>
11246
11247 * contrib/excheck.py: New file.
11248 * contrib/exsummary.py: New file.
11249 * contrib/gcc-with-excheck: New file.
11250
11251 2013-02-28 Tom Tromey <tromey@redhat.com>
11252
11253 * python/python.c (gdbpy_print_stack): Call begin_line and
11254 fprintf_filtered inside TRY_CATCH.
11255
11256 2013-02-28 Tom Tromey <tromey@redhat.com>
11257
11258 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11259 inside TRY_CATCH.
11260
11261 2013-02-28 Tom Tromey <tromey@redhat.com>
11262
11263 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11264 frame_object_to_frame_info inside TRY_CATCH.
11265
11266 2013-02-28 Tom Tromey <tromey@redhat.com>
11267
11268 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11269 TRY_CATCH.
11270
11271 2013-02-28 Tom Tromey <tromey@redhat.com>
11272
11273 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11274
11275 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
11276
11277 * windows-nat.c: Throughout, fix format strings and casts of
11278 printf-like functions to avoid type related warnings on all
11279 platforms.
11280 (handle_output_debug_string): Fetch context information address
11281 from debug string using string_to_core_addr.
11282
11283 2013-02-27 Jiong Wang <jiwang@tilera.com>
11284
11285 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11286 * regformats/reg-tilegx32.dat: New.
11287
11288 2013-02-27 Jiong Wang <jiwang@tilera.com>
11289
11290 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11291
11292 2013-02-27 Jiong Wang <jiwang@tilera.com>
11293
11294 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11295
11296 2013-02-27 Yao Qi <yao@codesourcery.com>
11297 Pedro Alves <palves@redhat.com>
11298
11299 * tracepoint.c (tfile_trace_find): For tfind
11300 pc/tp/range/outside, look for the next trace frame instead of
11301 always starting from frame 0.
11302
11303 2013-02-26 Anthony Green <green@moxielogic.com>
11304
11305 * configure.tgt: Add support for moxie-*-rtems* target.
11306
11307 2013-02-25 Pedro Alves <palves@redhat.com>
11308
11309 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11310 warning text.
11311
11312 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11313
11314 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11315 if $fp is used as the virtual frame pointer.
11316
11317 2013-02-23 Alan Modra <amodra@gmail.com>
11318
11319 * elfread.c (elf_symtab_read): Do not use udata.p here to find
11320 symbol size.
11321 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11322 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11323 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11324 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11325
11326 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11327
11328 Code cleanup.
11329 * elfread.c (build_id_bfd_get): Make the return type const.
11330 (build_id_verify): Make the check parameter const.
11331 (build_id_to_debug_filename): Make the build_id parameter and variable
11332 data const.
11333 (find_separate_debug_file_by_buildid): Make the variable build_id const.
11334
11335 2013-02-21 Alan Modra <amodra@gmail.com>
11336
11337 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11338
11339 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
11340
11341 Add a new method 'disassemble' to gdb.Architecture class.
11342 * python/py-arch.c (archpy_disassmble): Implementation of the
11343 new method gdb.Architecture.disassemble.
11344 (arch_object_methods): Add entry for the new method.
11345
11346 2013-02-20 Jiong Wang <jiwang@tilera.com>
11347
11348 * MAINTAINERS (Write After Approval): Add myself to the list.
11349
11350 2013-02-19 Pedro Alves <palves@redhat.com>
11351
11352 Garbage collect 'struct monitor_ops'::load_routine.
11353
11354 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11355 * monitor.c (monitor_load): No longer call
11356 current_monitor->load_routine.
11357 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11358 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11359 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11360
11361 2013-02-19 Pedro Alves <palves@redhat.com>
11362
11363 PR gdb/15161
11364
11365 Harmonize with generic_load.
11366
11367 * monitor.c: Include "readline/readline.h".
11368 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
11369 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
11370 long/strtol for the 'load_offset' local. Error out if no argument
11371 is given or if too many arguments are given. Tilde expand the
11372 passed in file name.
11373
11374 2013-02-19 Kai Tietz <ktietz@redhat.com>
11375
11376 PR gdb/15161
11377 * symfile.c (load_section_data): Change type of load_offset
11378 to CORE_ADDR.
11379 (generic_load): User strtoulst instead of strtoul for conversion
11380 of load_offset.
11381
11382 2013-02-19 Jiong Wang <jiwang@tilera.com>
11383
11384 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11385 for return address, "lr" register, saved on stack.
11386 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11387 after we invoke tilegx_analyze_prologue.
11388
11389 2013-02-19 Jiong Wang <jiwang@tilera.com>
11390
11391 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11392
11393 2013-02-19 Jiong Wang <jiwang@tilera.com>
11394
11395 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11396
11397 2013-02-19 Jiong Wang <jiwang@tilera.com>
11398
11399 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11400 (tilegx_write_pc): New function.
11401 (tilegx_cannot_reference_register): Return zero if REGNO
11402 is TILEGX_FAULTNUM_REGNUM.
11403 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11404 (tilegx_register_name): Add handling of "faultnum" register.
11405 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11406 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11407 handling of TILEGX_FAULTNUM_REGNUM.
11408 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11409
11410 2013-02-19 Jiong Wang <jiwang@tilera.com>
11411
11412 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11413 should be aligned to 64bit.
11414
11415 2013-02-19 Kai Tietz <ktietz@redhat.com>
11416
11417 * windows-nat.c (windows_xfer_memory): Fix debug-output
11418 for LLP64.
11419
11420 2013-02-19 Lei Liu <lei.liu2@windriver.com>
11421
11422 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11423 Don't check DSP register number if HAVE_DSP is not set.
11424
11425 2013-02-19 Alan Modra <amodra@gmail.com>
11426
11427 * elfread.c (struct build_id): Delete. Use struct elf_build_id
11428 throughout file instead.
11429 (build_id_bfd_get): Update to use new elf_tdata build_id field.
11430 Don't xmalloc return value.
11431 (build_id_verify): Similarly. Don't xfree.
11432 (build_id_to_debug_filename): Update.
11433 (find_separate_debug_file_by_buildid): Update, don't xfree.
11434
11435 2013-02-18 Tom Tromey <tromey@redhat.com>
11436
11437 PR gdb/15102:
11438 * dwarf2read.c (read_subrange_type): Use result of
11439 'check_typedef'.
11440
11441 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
11442
11443 * frame.c: Remove one extra white space after #include
11444 directive.
11445
11446 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11447
11448 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11449
11450 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11451
11452 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11453 and dir commands into an if block.
11454
11455 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
11456
11457 * python/py-breakpoint (struct pybp_code): Use int instead of
11458 enum type_code.
11459
11460 2013-02-15 Pedro Alves <pedro@codesourcery.com>
11461 Hafiz Abid Qadeer <abidh@codesourcery.com>
11462
11463 * NEWS: Mention new field "trace-file".
11464 * tracepoint.c (trace_status_mi): Output "trace-file" field.
11465 (tfile_open): Record the trace file's filename in the trace
11466 status.
11467 (tfile_files_info): Mention the name of the trace file.
11468 Check the "filename" field explicitely.
11469 (trace_status_command): Explicitely check "filename" field.
11470 (trace_find_command): Ditto.
11471 (trace_find_pc_command): Ditto.
11472 (trace_find_tracepoint_command): Ditto.
11473 (trace_find_line_command): Ditto.
11474 (trace_find_range_command): Ditto.
11475 (trace_find_outside_command): Ditto.
11476 * tracepoint.h (struct trace_status) <from_file>: Rename it
11477 to "filename" and make it hold the trace file's filename
11478 instead of a boolean.
11479 * remote.c (remote_get_trace_status): Initialize "filename"
11480 field with NULL instead of 0.
11481
11482 2013-02-15 Yao Qi <yao@codesourcery.com>
11483
11484 * remote.c: Fix a typo.
11485
11486 2013-02-14 Pierre Muller <muller@sourceware.org>
11487
11488 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11489
11490 2013-02-14 Pedro Alves <palves@redhat.com>
11491
11492 * utils.c (savestring): Don't #undef it. Move function to
11493 common/common-utils.c.
11494 * common/common-utils.c: Include gdb_string.h.
11495 (savestring): Move here from utils.c.
11496 * common/common-utils.h (savestring): Declare.
11497
11498 2013-02-14 Pedro Alves <palves@redhat.com>
11499
11500 * utils.c (savestring): Rename parameter 'size' to 'len'.
11501
11502 2013-02-14 Pedro Alves <palves@redhat.com>
11503 Yufeng Zhang <yufeng.zhang@arm.com>
11504
11505 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11506 (aarch64_inferior_data, struct aarch64_inferior_data):
11507 Delete.
11508 (struct aarch64_process_info): New.
11509 (aarch64_process_list): New global.
11510 (aarch64_find_process_pid, aarch64_add_process)
11511 (aarch64_process_info_get): New functions.
11512 (aarch64_inferior_data_get): Delete.
11513 (aarch64_process_info_get): New function.
11514 (aarch64_forget_process): New function.
11515 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11516 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11517 aarch64_get_debug_reg_state.
11518 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11519 instead of linux_nat_iterate_watchpoint_lwps.
11520 (aarch64_linux_new_fork): New function.
11521 (aarch64_linux_child_post_startup_inferior): Use
11522 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11523 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11524 (aarch64_linux_remove_hw_breakpoint)
11525 (aarch64_handle_aligned_watchpoint)
11526 (aarch64_handle_unaligned_watchpoint)
11527 (aarch64_linux_insert_watchpoint)
11528 (aarch64_linux_remove_watchpoint)
11529 (aarch64_linux_stopped_data_address): Adjust to pass the current
11530 process id to aarch64_debug_reg_state.
11531 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11532 linux_nat_new_fork hook, and aarch64_forget_process as
11533 linux_nat_forget_process hook; remove the call to
11534 register_inferior_data_with_cleanup.
11535
11536 2013-02-14 Pedro Alves <palves@redhat.com>
11537
11538 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11539 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11540 lval_memory.
11541
11542 2013-02-14 Pedro Alves <pedro@codesourcery.com>
11543 Hafiz Abid Qadeer <abidh@codesourcery.com>
11544
11545 * tracepoint.h (validate_trace_state_variable_name): Declare.
11546 * tracepoint.c (validate_trace_state_variable_name): New.
11547 (trace_variable_command): Parse the trace state variable's name
11548 without using parse_expression. Do several validations.
11549 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11550 trace state variable's name with parse_expression. Validate it.
11551
11552 2013-02-14 Yao Qi <yao@codesourcery.com>
11553
11554 * infcmd.c (breakpoint_proceeded): Remove it.
11555
11556 2013-02-14 Yao Qi <yao@codesourcery.com>
11557
11558 * tracepoint.c (end_actions_pseudocommand): Make it static.
11559 (while_stepping_pseudocommand): Likewise.
11560 * tracepoint.h (end_actions_pseudocommand): Remove the
11561 declaration.
11562 (while_stepping_pseudocommand): Likewise.
11563
11564 2013-02-14 Yao Qi <yao@codesourcery.com>
11565
11566 * cli/cli-decode.c (help_cmd): Remove the declaration of
11567 "cmdlist".
11568 (help_all): Likewise.
11569
11570 2013-02-13 Pedro Alves <palves@redhat.com>
11571
11572 * amd64-linux-nat.c (update_debug_registers_callback):
11573 Update comment.
11574 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11575 iterate_over_lwps.
11576 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11577 i386_debug_reg_state.
11578 (amd64_linux_new_fork): New function.
11579 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11580 linux_nat_new_fork hook, and i386_forget_process as
11581 linux_nat_forget_process hook.
11582 * i386-linux-nat.c (update_debug_registers_callback):
11583 Update comment.
11584 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11585 iterate_over_lwps.
11586 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11587 i386_debug_reg_state.
11588 (i386_linux_new_fork): New function.
11589 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11590 linux_nat_new_fork hook, and i386_forget_process as
11591 linux_nat_forget_process hook.
11592 * i386-nat.c (i386_init_dregs): Delete.
11593 (i386_inferior_data, struct i386_inferior_data):
11594 Delete.
11595 (struct i386_process_info): New.
11596 (i386_process_list): New global.
11597 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11598 New functions.
11599 (i386_inferior_data_get): Delete.
11600 (i386_process_info_get): New function.
11601 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11602 (i386_forget_process): New function.
11603 (i386_cleanup_dregs): Rewrite.
11604 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11605 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11606 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11607 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11608 to i386_debug_reg_state.
11609 (i386_use_watchpoints): Don't register inferior data.
11610 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11611 adjust comment.
11612 (i386_forget_process): Declare.
11613 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11614 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11615 New static globals.
11616 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11617 (add_initial_lwp): New, factored out from ...
11618 (add_lwp): ... this. Don't check the number of lwps before
11619 calling linux_nat_new_thread.
11620 (linux_nat_iterate_watchpoint_lwps): Delete.
11621 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11622 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11623 forks and vforks.
11624 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11625 initial lwp.
11626 (linux_nat_kill, linux_nat_mourn_inferior): Call
11627 linux_nat_forget_process.
11628 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11629 (linux_nat_forget_process): New functions.
11630 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11631 type.
11632 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11633 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11634 types.
11635 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11636 (linux_nat_forget_process): New declarations.
11637
11638 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11639 (amd64fbsd_mourn_inferior): New function.
11640 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11641 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11642
11643 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11644
11645 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11646 Adding _().
11647
11648 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11649
11650 * aarch64-linux-nat.c (debug_reg_change_callback)
11651 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11652 %s and phex().
11653
11654 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11655
11656 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11657 with LONGEST.
11658
11659 2013-02-13 Pedro Alves <palves@redhat.com>
11660 Hafiz Abid Qadeer <abidh@codesourcery.com>
11661
11662 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11663
11664 2013-02-12 Tom Tromey <tromey@redhat.com>
11665
11666 PR symtab/11464:
11667 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11668 NAME return.
11669 (classify_inner_name): Remove 'first_name' argument, add
11670 'context'. Remove unused variable.
11671 (yylex): Explicitly maintain the context type. Exit loop earlier
11672 if NAME result is seen.
11673
11674 2013-02-12 Pedro Alves <palves@redhat.com>
11675
11676 * amd64-darwin-tdep.c: Add (C) after Copyright.
11677 * cli/cli-cmds.h: Ditto.
11678 * cli/cli-decode.c: Ditto.
11679 * cli/cli-decode.h: Ditto.
11680 * cli/cli-dump.c: Ditto.
11681 * cli/cli-dump.h: Ditto.
11682 * cli/cli-interp.c: Ditto.
11683 * cli/cli-logging.c: Ditto.
11684 * cli/cli-script.c: Ditto.
11685 * cli/cli-script.h: Ditto.
11686 * cli/cli-setshow.c: Ditto.
11687 * cli/cli-setshow.h: Ditto.
11688 * cli/cli-utils.c: Ditto.
11689 * cli/cli-utils.h: Ditto.
11690 * config/alpha/nm-osf3.h: Ditto.
11691 * config/djgpp/djconfig.sh: Ditto.
11692 * config/i386/nm-fbsd.h: Ditto.
11693 * config/i386/nm-i386gnu.h: Ditto.
11694 * config/nm-linux.h: Ditto.
11695 * config/nm-nto.h: Ditto.
11696 * config/rs6000/nm-rs6000.h: Ditto.
11697 * config/sparc/nm-sol2.h: Ditto.
11698 * darwin-nat-info.c: Ditto.
11699 * dfp.c: Ditto.
11700 * dfp.h: Ditto.
11701 * gdb-demangle.h: Ditto.
11702 * i386-darwin-nat.c: Ditto.
11703 * i386-darwin-tdep.c: Ditto.
11704 * linux-fork.h: Ditto.
11705 * m32c-tdep.c: Ditto.
11706 * microblaze-linux-tdep.c: Ditto.
11707 * microblaze-rom.c: Ditto.
11708 * microblaze-tdep.c: Ditto.
11709 * microblaze-tdep.h: Ditto.
11710 * mips-linux-tdep.h: Ditto.
11711 * ppc-ravenscar-thread.c: Ditto.
11712 * ppc-ravenscar-thread.h: Ditto.
11713 * prologue-value.c: Ditto.
11714 * prologue-value.h: Ditto.
11715 * ravenscar-thread.c: Ditto.
11716 * ravenscar-thread.h: Ditto.
11717 * sparc-ravenscar-thread.c: Ditto.
11718 * sparc-ravenscar-thread.h: Ditto.
11719 * tilegx-linux-tdep.c: Ditto.
11720 * unwind_stop_reasons.def: Ditto.
11721 * windows-nat.h: Ditto.
11722 * xtensa-linux-tdep.c: Ditto.
11723 * xtensa-xtregs.c: Ditto.
11724 * regformats/regdat.sh: Ditto.
11725 * regformats/regdef.h: Ditto.
11726
11727 2013-02-12 Pedro Alves <palves@redhat.com>
11728
11729 * break-catch-sig.c: Update copyright years.
11730
11731 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11732
11733 Add support for a destructor for ui_out data and use it to
11734 provide a ui_out destructor.
11735 * ui-out.h: Declare the new ui_out destructor.
11736 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11737 * ui-out.c (default_data_destroy): Add a default data destructor
11738 which does nothing.
11739 (default_ui_out_impl): Set the new data_destroy field to
11740 default_data_destroy
11741 (uo_data_destroy): Local function which invokes the data
11742 destructor if present.
11743 (clear_table): Local function which clears the table data of a
11744 ui_out object.
11745 (ui_out_destroy): Public function which frees a ui_out object.
11746 (ui_out_table_end): Use the new clear_table function.
11747 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11748 NULL.
11749 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11750 to NULL.
11751
11752 2013-02-11 Doug Evans <dje@google.com>
11753
11754 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11755 (printf_decfloat): New function. Broken out from ui_printf.
11756 Remove unnecessary code to shift the entire format string down.
11757 (printf_pointer): New function.
11758 (ui_printf): Code to print C strings, wide C strings, decfloats,
11759 and pointers moved to separate functions.
11760
11761 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11762
11763 * valops.c (value_assign): Handling bitfield offset in
11764 `lval_internalvar_component' case.
11765
11766 2013-02-08 Doug Evans <dje@google.com>
11767
11768 * common/format.c (parse_format_string): Fix whitespace.
11769
11770 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11771
11772 * stack.c (return_command): Work around uninitialized variable
11773 warning.
11774
11775 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11776
11777 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11778 number of the registers from 36 to 34.
11779
11780 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11781
11782 * NEWS: Mention new AArch64 native and target support.
11783
11784 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11785
11786 * MAINTAINERS (Write After Approval): Add myself.
11787
11788 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11789 Marcus Shawcroft <marcus.shawcroft@arm.com>
11790 Nigel Stephens <nigel.stephens@arm.com>
11791 Yufeng Zhang <yufeng.zhang@arm.com>
11792
11793 * aarch64-linux-nat.c: New file.
11794 * config/aarch64/linux.mh: New file.
11795 * configure.host: Add AArch64.
11796 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11797
11798 2013-02-07 Doug Evans <dje@google.com>
11799
11800 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11801 disassemble command.
11802
11803 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11804
11805 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11806 set_gdbarch_fetch_tls_load_module_address.
11807
11808 2013-02-06 David S. Miller <davem@davemloft.net>
11809
11810 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11811 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11812 * value.c (struct_return_convention): New function.
11813 (using_struct_return): Implement in terms of struct_return_convention.
11814 * value.h (struct_return_convention): Declare.
11815 * stack.c (return_command): Allow successful overriding of the return
11816 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11817
11818 2013-02-06 Tom Tromey <tromey@redhat.com>
11819
11820 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11821 outside of TRY_CATCH.
11822
11823 2013-02-06 Yao Qi <yao@codesourcery.com>
11824
11825 * mi/mi-interp.c: Include "tracepoint.h".
11826 (mi_tsv_modified): Declare.
11827 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11828 (mi_interpreter_init): Call observer_attach_tsv_modified.
11829 (mi_tsv_modified): New.
11830 (mi_tsv_created, mi_tsv_deleted): Update.
11831 * tracepoint.c (trace_variable_command): Call
11832 observer_notify_tsv_modified if the initial value of tsv is
11833 changed.
11834 (delete_trace_state_variable): Call
11835 observer_notify_tsv_deleted earlier.
11836 (trace_variable_command): Caller update.
11837 (create_tsv_from_upload): Likewise.
11838 * observer.sh: Declare "struct trace_state_variable".
11839
11840 * NEWS: Mention the new MI notification "=tsv-modified".
11841
11842 2013-02-05 Doug Evans <dje@google.com>
11843
11844 * completer.c (location_completer): Fix typo in comment.
11845
11846 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11847
11848 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11849 ADDRESS sorted.
11850
11851 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11852
11853 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11854 Refactor if statement to avoid trailing || operator.
11855
11856 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11857
11858 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11859
11860 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11861
11862 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11863 * configure.host: Add powerpc*-*-freebsd* target.
11864 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11865 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11866 * config/powerpc/fbsd.mh: New file.
11867
11868 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11869 Denys Vlasenko <dvlasenk@redhat.com>
11870 Pedro Alves <palves@redhat.com>
11871
11872 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11873 (struct elf_internal_linux_prpsinfo): Forward declare.
11874 * gdbarch.h, gdbarch.c: Regenerate.
11875 * linux-tdep.c: Include `cli/cli-utils.h'.
11876 (linux_fill_prpsinfo): New function.
11877 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11878 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11879 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11880 depending on gdbarch pointer bitness.
11881 * ppc-linux-tdep.c: Include elf-bfd.h.
11882 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11883 on 32-bit.
11884
11885 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11886 Marcus Shawcroft <marcus.shawcroft@arm.com>
11887 Nigel Stephens <nigel.stephens@arm.com>
11888 Yufeng Zhang <yufeng.zhang@arm.com>
11889
11890 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11891
11892 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11893 Marcus Shawcroft <marcus.shawcroft@arm.com>
11894 Nigel Stephens <nigel.stephens@arm.com>
11895 Yufeng Zhang <yufeng.zhang@arm.com>
11896
11897 * aarch64-newlib-tdep.c: New file.
11898 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11899 aarch64*-*-elf.
11900 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11901 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11902 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11903 * osabi.c (gdb_osabi_names): Add "Newlib".
11904
11905 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11906 Marcus Shawcroft <marcus.shawcroft@arm.com>
11907 Nigel Stephens <nigel.stephens@arm.com>
11908 Yufeng Zhang <yufeng.zhang@arm.com>
11909
11910 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11911 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11912 * aarch64-linux-tdep.c: New file.
11913 * aarch64-linux-tdep.h: New file.
11914 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11915 * configure.tgt: Add aarch64-none-linux-gnu.
11916
11917 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11918 Marcus Shawcroft <marcus.shawcroft@arm.com>
11919 Nigel Stephens <nigel.stephens@arm.com>
11920 Yufeng Zhang <yufeng.zhang@arm.com>
11921
11922 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11923 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11924 (ALLDEPFILES): Add aarch64-tdep.c.
11925 * aarch64-tdep.c: New file.
11926 * aarch64-tdep.h: New file.
11927 * configure.tgt: Add AArch64.
11928 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11929 (aarch64-expedite): New definition.
11930 * features/aarch64-core.xml: New file.
11931 * features/aarch64-fpu.xml: New file.
11932 * features/aarch64-without-fpu.c: New file (generated).
11933 * features/aarch64-without-fpu.xml: New file.
11934 * features/aarch64.c: New file (generated).
11935 * features/aarch64.xml: New file.
11936 * regformats/aarch64-without-fpu.dat: New file (generated).
11937 * regformats/aarch64.dat: New file (generated).
11938
11939 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11940
11941 * contrib/expect-read1.c: New file.
11942 * contrib/expect-read1.sh: New file.
11943
11944 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11945
11946 * dwarf2read.c (file_file_name): New function with code from
11947 file_full_name.
11948 (file_full_name): Move most of the code to file_file_name.
11949 (macro_start_file): Rename variable full_name to file_name and use
11950 file_file_name for it. Add comp_dir parameter to new_macro_table.
11951 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11952 macro_source_file->filename access by macro_source_fullname call.
11953 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11954 caller.
11955 * macrotab.c (struct macro_table): New field comp_dir.
11956 (macro_include): New variables link_fullname and source_fullname.
11957 Replace any macro_source_file->filename access by macro_source_fullname
11958 call.
11959 (macro_lookup_inclusion): Remove the partial filenames checking code.
11960 (check_for_redefinition): New variables source_fullname and
11961 found_key_fullname. Replace any macro_source_file->filename access by
11962 macro_source_fullname call.
11963 (macro_undef): New variables source_fullname and key_fullname. Replace
11964 any macro_source_file->filename access by macro_source_fullname call.
11965 (macro_lookup_definition): New variables retval and source_fullname.
11966 Replace any macro_source_file->filename access by macro_source_fullname
11967 call.
11968 (foreach_macro): New variable key_fullname. Replace any
11969 macro_source_file->filename access by macro_source_fullname call.
11970 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11971 macro_source_file->filename access by macro_source_fullname call.
11972 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11973 (macro_source_fullname): New function.
11974 * macrotab.h (struct macro_source_file): Extent the filename field
11975 comment.
11976 (new_macro_table): New parameter comp_dir, add a comment for it.
11977 (macro_source_fullname): new declaration.
11978
11979 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11980
11981 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11982 this_real_name to outer block. Use it also for
11983 compare_filenames_for_search.
11984 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11985 with dw2_get_real_path for file_matcher, considering also
11986 BASENAMES_MAY_DIFFER.
11987 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11988
11989 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11990
11991 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11992 to the file_matcher parameter. Pass 0 to it.
11993 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11994 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11995 NULL psymtab_to_fullname result.
11996 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11997 an expected filename instead.
11998 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11999 file_matcher parameter. Call also psymtab_to_fullname, after newly
12000 considering BASENAMES_MAY_DIFFER.
12001 * source.c (rewrite_source_path): Remove static.
12002 * source.h (rewrite_source_path): New declaration.
12003 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
12004 the expand_symtabs_matching field. Comment it.
12005 * symtab.c (file_matches): New function comment. Add parameter
12006 basenames, implement it.
12007 (search_symbols_file_matches): Add basenames parameter. Update the
12008 file_matches caller.
12009 (search_symbols): Match FILES also against symtab_to_fullname.
12010 Optimize it for BASENAMES_MAY_DIFFER.
12011
12012 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12013
12014 * source.c (print_source_lines_base): Print for TUI also "fullname".
12015 * tui/tui-data.c (init_content_element): Change tui_locator_element
12016 field to full_name.
12017 * tui/tui-data.h (struct tui_locator_element): Likewise.
12018 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
12019 tui_update_locator_filename calls to tui_update_locator_fullname.
12020 Replace symtab->filename refererence by symtab_to_fullname call.
12021 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
12022 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
12023 field to full_name. Replace symtab->filename refererence by
12024 symtab_to_fullname call.
12025 (tui_show_symtab_source): Rename parameter to fullname. Change
12026 tui_locator_element field to full_name.
12027 * tui/tui-stack.c: Include source.h.
12028 (tui_set_locator_filename): Rename the declaration to ...
12029 (tui_set_locator_fullname): ... here. Rename its parameter to
12030 fullname, updates its comment.
12031 (tui_set_locator_info): Rename its parameter to fullname.
12032 (tui_set_locator_filename): Rename the definition to ...
12033 (tui_set_locator_fullname): ... here. Rename its parameter to
12034 fullname, updates its comment. Change tui_locator_element field to
12035 full_name.
12036 (tui_set_locator_info): Rename its parameter to fullname.
12037 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
12038 (tui_update_locator_filename): Rename to ...
12039 (tui_update_locator_fullname): ... here. Rename callee to
12040 tui_set_locator_fullname.
12041 (tui_show_frame_info): Replace symtab->filename refererence by
12042 symtab_to_fullname call.
12043 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
12044 (tui_update_locator_fullname): ... here.
12045 * tui/tui-winsource.c (tui_display_main): Rename the callee to
12046 tui_update_locator_fullname. Replace symtab->filename refererence by
12047 symtab_to_fullname call.
12048 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
12049 Rename the callee to tui_update_locator_fullname.
12050 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
12051
12052 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
12055 by symtab_to_filename_for_display calls.
12056 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
12057 (clear_command): New variable sal_fullname, initialize it. Replace
12058 compare_filenames_for_search by filename_cmp with sal_fullname.
12059 (say_where, update_static_tracepoint): Replace symtab->filename
12060 refererences by symtab_to_filename_for_display calls.
12061 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
12062 Likewise.
12063 * dwarf2read.c: Include source.h.
12064 (fixup_go_packaging): Replace symtab->filename refererences by
12065 symtab_to_filename_for_display calls.
12066 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
12067 Replace symtab->filename refererences by symtab_to_filename_for_display
12068 calls.
12069 (create_sals_line_offset, convert_linespec_to_sals): New variable
12070 fullname, initialize it, replace symtab->filename reference by the
12071 variable.
12072 * linux-fork.c: Include source.h.
12073 (info_checkpoints_command): Replace symtab->filename refererences by
12074 symtab_to_filename_for_display calls.
12075 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
12076 by symtab_to_filename_for_display calls.
12077 * mdebugread.c: Include source.h.
12078 (psymtab_to_symtab_1): Replace symtab->filename refererences by
12079 symtab_to_filename_for_display calls.
12080 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12081 (mi_cmd_file_list_exec_source_files): Likewise.
12082 * printcmd.c: Include source.h.
12083 (build_address_symbolic): Replace symtab->filename refererences by
12084 symtab_to_filename_for_display calls.
12085 * psymtab.c (partial_map_symtabs_matching_filename)
12086 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
12087 with psymtab_to_fullname.
12088 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
12089 by symtab_to_filename_for_display calls.
12090 (stpy_get_filename): New variable filename, initialize it, use instead
12091 of symtab->filename refererences.
12092 (salpy_str): Make variable filename const char *. Replace
12093 symtab->filename refererences by symtab_to_filename_for_display calls.
12094 * skip.c: Include source.h and filenames.h.
12095 (skip_file_command): Remove const from the symtab variable. Replace
12096 symtab->filename refererences by symtab_to_fullname call.
12097 (function_name_is_marked_for_skip): New variables searched_for_fullname
12098 and fullname. Use them to search also with symtab's fullname.
12099 * source.c (find_source_lines): Replace symtab->filename refererences
12100 by symtab_to_filename_for_display calls.
12101 (print_source_lines_base): New variable filename, use it instead of
12102 symtab->filename. Replace symtab->filename refererences by
12103 symtab_to_filename_for_display calls.
12104 (line_info, forward_search_command): Replace symtab->filename
12105 refererences by symtab_to_filename_for_display calls.
12106 (reverse_search_command): Replace symtab->filename refererences by
12107 symtab_to_filename_for_display calls. New variable filename for it.
12108 * stack.c (frame_info): Likewise.
12109 * symmisc.c: Include source.h.
12110 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
12111 (maintenance_info_symtabs): Replace symtab->filename refererences by
12112 symtab_to_filename_for_display calls.
12113 * symtab.c (iterate_over_some_symtabs): Call
12114 compare_filenames_for_search also with symtab_to_fullname.
12115 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
12116 symtab->filename refererences by symtab_to_filename_for_display calls.
12117 (find_line_symtab): Replace symtab->filename refererences by
12118 symtab_to_filename_for_display calls.
12119 (file_matches): Replace filename_cmp by compare_filenames_for_search.
12120 (print_symbol_info): Make the last parameter const char *. New
12121 variable s_filename. Use it in the function.
12122 (symtab_symbol_info): Make the last_filename variable const char *.
12123 Replace symtab->filename refererences by symtab_to_filename_for_display
12124 calls.
12125 (rbreak_command): New variable fullname. Use it. Replace
12126 symtab->filename refererence by symtab_to_filename_for_display call.
12127 * tracepoint.c (set_traceframe_context, trace_find_line_command)
12128 (print_one_static_tracepoint_marker): Replace symtab->filename
12129 refererences by symtab_to_filename_for_display calls.
12130 * tui/tui-source.c (tui_set_source_content): New variables filename and
12131 s_filename. Replace symtab->filename refererences by this variable.
12132 Replace other symtab->filename refererences by
12133 symtab_to_filename_for_display calls.
12134
12135 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
12136 Jan Kratochvil <jan.kratochvil@redhat.com>
12137
12138 Add a new variable that controls a way in which filenames are
12139 displayed.
12140 * NEWS (set filename-display): New entry.
12141 * source.c (filename_display_basename, filename_display_relative)
12142 (filename_display_absolute, filename_display_kind_names)
12143 (filename_display_string, show_filename_display_string)
12144 (symtab_to_filename_for_display): New.
12145 (_initialize_source): Added initialization of 'filename-display'
12146 variable.
12147 * source.h (symtab_to_filename_for_display): Added declaration.
12148 * stack.c (print_frame): Added new variable and calling of a new
12149 function and condition with this variable. Changed third argument of
12150 calling of a function.
12151
12152 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12153
12154 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
12155 Rename field reference filename to fullname.
12156 * tui/tui-data.h (struct tui_source_info): Rename field filename to
12157 fullname. New comment for it.
12158 * tui/tui-source.c (tui_set_source_content): Rename field reference
12159 filename to fullname. Initialize field by symtab_to_fullname now.
12160 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
12161 reference filename to fullname. Use symtab_to_fullname during
12162 comparison.
12163
12164 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12165
12166 Code cleanup.
12167 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
12168 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
12169 filename to fullname. Rename variable this_name to this_fullname.
12170 Lowercase FILENAME_CMP call.
12171 (dw2_find_symbol_file): New comment for the returned string.
12172 (dwarf2_gdb_index_functions): Rename the function to
12173 dw2_expand_symtabs_with_fullname.
12174 * psymtab.c (read_psymtabs_with_filename): Rename to ...
12175 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
12176 fullname.
12177 (psym_functions): Rename the function to read_psymtabs_with_fullname.
12178 * symfile.h (struct quick_symbol_functions): Rename field
12179 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
12180 parameter filename to fullname. Document returned string meaning for
12181 find_symbol_file.
12182 * symtab.c (find_line_symtab): Rename the called function to
12183 expand_symtabs_with_fullname.
12184
12185 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12186
12187 Code cleanup.
12188 * breakpoint.c (clear_command): Remove variable is_abs, unify the
12189 call of filename_cmp with compare_filenames_for_search.
12190 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
12191 is_abs, unify the call of FILENAME_CMP with
12192 compare_filenames_for_search. New gdb_asserts for real_path and name.
12193 Unify the call of compare_filenames_for_search with FILENAME_CMP.
12194 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
12195 * symfile.h (struct quick_symbol_functions): Extend the comment for
12196 map_symtabs_matching_filename.
12197 * symtab.c (compare_filenames_for_search): Remove the function comment
12198 relative path requirement. Handle absolute filenames, with a comment.
12199 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
12200 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
12201 real_path and name. Unify the call of compare_filenames_for_search
12202 with FILENAME_CMP.
12203 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
12204
12205 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12206
12207 Code cleanup.
12208 * breakpoint.c (print_breakpoint_location): Replace bp_location field
12209 source_file references by symtab field references. Remove variables
12210 sal and fullname.
12211 (momentary_breakpoint_from_master, add_location_to_breakpoint):
12212 (clear_command, say_where): Replace bp_location field source_file
12213 references by symtab field references.
12214 (bp_location_dtor): Remove the source_file reference.
12215 (update_static_tracepoint): Replace bp_location field source_file
12216 references by symtab field references.
12217 (breakpoint_free_objfile): New function.
12218 * breakpoint.h (struct bp_location): Extend the comment for line_number.
12219 Replace the field source_file by field symtab, extend its comment.
12220 (breakpoint_free_objfile): New declaration.
12221 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
12222 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
12223 field source_file references by symtab field references.
12224
12225 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12226
12227 Replace xfullpath calls by gdb_realpath calls.
12228 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
12229 function comment.
12230 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
12231 Remove it from the iterate_over_some_symtabs call.
12232 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
12233 Remove it from the dw2_map_expand_apply calls, remove a block handling
12234 it.
12235 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
12236 Remove it from the iterate_over_some_symtabs call.
12237 (partial_map_symtabs_matching_filename): Remove parameter full_path.
12238 Remove it from the partial_map_expand_apply calls, remove a block
12239 handling it. Drop gdb_realpath call and cleanups from the real_path
12240 handling.
12241 * source.c (openp): Drop the comment part about xfullpath. Replace
12242 xfullpath calls by gdb_realpath calls.
12243 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
12244 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
12245 from method map_symtabs_matching_filename and its comment.
12246 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
12247 gdb_realpath call.
12248 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12249 remove it also from the function comment, remove a block handling it.
12250 Drop gdb_realpath call and cleanups from the real_path handling.
12251 (iterate_over_symtabs): Drop variable full_path and its use.
12252 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12253 * utils.c (xfullpath): Remove.
12254 * utils.h (xfullpath): Remove.
12255
12256 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
12257
12258 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12259 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12260 (ALLDEPFILES): Add ppc64-tdep.c.
12261 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12262 ppc64-tdep.o to gdb_target_obs.
12263 * ppc64-tdep.h: New file.
12264 * ppc64-tdep.c: New file.
12265 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12266 ppc-linux-tdep.c to here.
12267 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12268 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12269 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12270 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12271 from ppc-linux-tdep.c to here.
12272 (ppc64_convert_from_func_ptr_addr): Rename from
12273 ppc64_linux_convert_from_func_ptr_addr to
12274 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12275 here.
12276 * rs6000-tdep.c:
12277 (read_insn): Move from ppc-linux-tdep.c to here.
12278 (insns_match_pattern, insn_d_field, insn_ds_field): Move
12279 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12280 * ppc-linux-tdep.c: Include ppc64-tdep.h.
12281 Removed above functions.
12282 (ppc_linux_init_abi): Adjust.
12283
12284 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12285
12286 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12287
12288 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12289
12290 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12291
12292 2013-02-01 Pedro Alves <palves@redhat.com>
12293
12294 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12295 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12296
12297 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12298
12299 * elfread.c (elf_symfile_read): Limit separate debug info additions to
12300 files with no separate debug info.
12301 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12302 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12303 only for files with no separate debug info.
12304
12305 2013-01-31 Tom Tromey <tromey@redhat.com>
12306
12307 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12308 change type.
12309 (struct jit_program_space_data): Rename from jit_inferior_data.
12310 Update comments.
12311 (get_jit_program_space_data): Rename from get_jit_inferior_data.
12312 Change return type. Attach data to program space.
12313 (jit_program_space_data_cleanup): Rename from
12314 jit_inferior_data_cleanup; change argument type.
12315 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12316 change type.
12317 (jit_register_code): Update.
12318 (jit_update_inferior_cache): Remove.
12319 (jit_breakpoint_deleted): Get jit data from the location's program
12320 space.
12321 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12322 'ps_data', change type.
12323 (jit_inferior_init, jit_breakpoint_re_set_internal)
12324 (jit_event_handler): Update.
12325 (free_objfile_data): Get data from objfile's program space.
12326 (_initialize_jit): Update.
12327
12328 2013-01-31 Tom Tromey <tromey@redhat.com>
12329
12330 PR gdb/13987:
12331 * jit.c (struct jit_inferior_data) <cached_code_address,
12332 jit_breakpoint>: New fields.
12333 (jit_breakpoint_re_set_internal): Fix logging. Only create
12334 breakpoint if cached address has changed.
12335 (jit_update_inferior_cache, jit_breakpoint_deleted): New
12336 functions.
12337 (_initialize_jit): Register breakpoint deleted observer.
12338
12339 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12340
12341 * infrun.c (handle_syscall_event): Remove unused gdbarch.
12342 (save_infcall_suspend_state): Ifdef out unused inf.
12343 (restore_infcall_suspend_state): Ifdef out unused inf.
12344 * jit.c (jit_register_code): Remove unused i, b, inf_data.
12345 (jit_frame_sniffer): Remove unused inf_data.
12346
12347 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12348
12349 * c-exp.y (classify_inner_name): Remove unused type.
12350 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12351 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12352 need_escape.
12353 (c_get_string): Remove unused kind.
12354 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12355
12356 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12357
12358 * charset.c (intermediate_encoding): Remove unused i.
12359 * completer.c (signal_completer): Remove unused i.
12360 * continuations.c (discard_my_continuations_1): Remove unused
12361 continuation_ptr.
12362 * corelow.c (core_close): Remove unuseD name.
12363 (get_core_siginfo): Remove unused pid.
12364 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12365 i, cps.
12366 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12367 (loclist_describe_location): Remove unused first.
12368 * event-top.c (command_line_handler): Remove unused got_eof.
12369 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12370 (resize_section_table): Remove unused old_value.
12371 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12372 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12373 * i386-tdep.c (i386_process_record): Remove unused rex.
12374 * infcmd.c (get_return_value): Remove unused uiout.
12375 * jv-lang.c (type_from_class): Remove unused is_array.
12376 * jv-valprint.c (java_val_print): Remove unused i.
12377 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12378 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12379 * m2-typeprint.c (m2_print_type): Remove unused code.
12380 * macroexp.c (get_character_constant): Remove unused body_start.
12381 (macro_stringify): Remove unused result.
12382 * objc-lang.c (find_methods): Remove unused gdbarch.
12383 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12384 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12385 * stack.c (print_frame_args): Remove unused summary.
12386 * thread.c (thread_apply_command): Remove unused p.
12387 * valarith.c (value_x_unop): Remove unused mangle_ptr.
12388 * valops.c (search_struct_method): Remove unused skip.
12389 * valprint.c (generic_val_print): Remove unused byte_order.
12390 * varobj.c (varobj_update): Remove unused changed.
12391 * cli/cli-cmds.c (complete_command): Remove unused next_item.
12392 (alias_command): Remove unused c.
12393 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12394 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12395 format.
12396 (mi_cmd_data_write_memory): Remove unused word_format.
12397 (mi_cmd_data_write_memory_bytes): Remove unused r.
12398 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12399 p_start, p_end.
12400 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12401 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12402 line_width.
12403
12404 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12405
12406 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12407 * symtab.c (iterate_over_symtabs): Remove unused s.
12408 (find_pc_sect_symtab): Remove unused pspAce.
12409 (find_pc_sect_line): Remove unused alt_symtab.
12410 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12411 (completion_list_add_name): Remove unused newsize.
12412
12413 2013-01-31 Tom Tromey <tromey@redhat.com>
12414
12415 PR c++/14998:
12416 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12417 TYPE_CODE_FUNC.
12418
12419 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12420
12421 * target.c (target_read_string): Remove unused origlen.
12422
12423 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12424
12425 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12426 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12427 * ax-general.c (ax_print): Remove unused is_float.
12428 * blockframe.c (block_innermost_frame): Remove unused start, end.
12429 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12430
12431 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12432
12433 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12434 (svr4_read_so_list): Remove unused lmo.
12435 * solib-target.c (solib_target_relocate_section_addresses): Remove
12436 unused flags.
12437
12438 2013-01-30 Tom Tromey <tromey@redhat.com>
12439
12440 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12441
12442 2013-01-30 Tom Tromey <tromey@redhat.com>
12443
12444 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12445 * utils.c (gnu_debuglink_crc32): Remove.
12446 * utils.h (gnu_debuglink_crc32): Don't declare.
12447
12448 2013-01-30 Tom Tromey <tromey@redhat.com>
12449
12450 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12451 (read_structure_type, read_enumeration_type): Remove cast.
12452
12453 2013-01-30 Tom Tromey <tromey@redhat.com>
12454
12455 * dwarf2read.c (read_namespace_type): Remove cast.
12456 (read_typedef): Likewise.
12457
12458 2013-01-29 Tom Tromey <tromey@redhat.com>
12459
12460 * dwarf2read.c (free_dwo_file): Remove assert.
12461
12462 2013-01-29 Tom Tromey <tromey@redhat.com>
12463
12464 * value.c (deprecated_set_value_modifiable): Remove.
12465 * value.h (deprecated_set_value_modifiable): Remove.
12466
12467 2013-01-28 Doug Evans <dje@google.com>
12468
12469 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12470 to addresses from dwo files.
12471
12472 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
12473
12474 * valops.c (find_overload_match): Remove unused argument 'lax'.
12475 * value.h: Remove unused argument 'lax' from the declaration of
12476 find_overload_match.
12477 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12478 to find_overload_match.
12479 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12480 argument to find_overload_match.
12481
12482 2013-01-25 Tom Tromey <tromey@redhat.com>
12483
12484 * dwarf2read.c (processing_has_namespace_info): Remove.
12485 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12486 (process_die, read_func_scope, dwarf2_start_symtab)
12487 (new_symbol_full): Update.
12488
12489 2013-01-25 Tom Tromey <tromey@redhat.com>
12490
12491 * cp-namespace.c (cp_set_block_scope): Remove.
12492 * cp-support.h (cp_set_block_scope): Remove.
12493 * dbxread.c: Include block.h.
12494 (cp_set_block_scope): New function.
12495 (process_one_symbol): Update.
12496 * dwarf2read.c (read_func_scope): Use block_set_scope.
12497
12498 2013-01-25 Pedro Alves <palves@redhat.com>
12499
12500 * remote.c (add_current_inferior_and_thread): Tweak comment.
12501
12502 2013-01-25 Tom Tromey <tromey@redhat.com>
12503
12504 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12505 (cp_add_using_directive): Add 'copy_names' argument.
12506 * cp-support.h (cp_add_using_directive): Update.
12507 (struct using_direct) <import_src, import_dest, alias,
12508 declaration>: Now const.
12509 * dwarf2read.c (read_import_statement): Use obconcat.
12510 Don't copy names passed to cp_add_using_directive.
12511
12512 2013-01-25 Tom Tromey <tromey@redhat.com>
12513
12514 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12515
12516 2013-01-25 Pedro Alves <palves@redhat.com>
12517
12518 * remote.c (stop_reply_extract_thread): New.
12519 (add_current_inferior_and_thread): New parameter 'wait_status'.
12520 Handle it.
12521 (remote_start_remote): Pass wait status to
12522 add_current_inferior_and_thread.
12523 (extended_remote_run): Update comment.
12524 (extended_remote_create_inferior_1): Pass wait status to
12525 add_current_inferior_and_thread.
12526
12527 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
12528 Ulrich Weigand <uweigand@de.ibm.com>
12529
12530 * valarith.c (value_vector_widen): New function for replicating a
12531 scalar into a vector.
12532 (value_binop): Use value_vector_widen to widen scalar to vector
12533 rather than casting, this better matches gcc C behaviour.
12534 * valops.c (value_casst): Update logic for casting between vector
12535 types, and for casting from scalar to vector, try to match gcc C
12536 behaviour.
12537 * value.h (value_vector_widen): Declare.
12538 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12539 function, handle special case for casting scalar to vector.
12540 (opencl_relop): Use opencl_value_cast.
12541 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12542 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12543 in order to use opencl_value_cast.
12544
12545 2013-01-25 Yao Qi <yao@codesourcery.com>
12546
12547 * event-loop.c: Include "queue.h".
12548 (gdb_event_p): New typedef.
12549 (DECLARE_QUEUE_P): Use.
12550 (DEFINE_QUEUE_P): Use.
12551 (async_queue_event): Remove.
12552 (gdb_event_xfree): New.
12553 (initialize_event_loop): New.
12554 (process_event): Use QUEUE macros.
12555 (event_queue): Remove.
12556 (gdb_wait_for_event): Caller update.
12557 (check_async_event_handlers): Likewise.
12558 (poll_timers): Likewise.
12559 * event-loop.h (initialize_event_loop): Declare.
12560 * event-loop.c (gdb_event_xfree): New.
12561 * top.c (gdb_init): Call initialize_event_loop.
12562
12563 2013-01-25 Yao Qi <yao@codesourcery.com>
12564
12565 * event-loop.c (async_queue_event): Remove one parameter
12566 'position'. Remove code handling 'position' == TAIL.
12567 (gdb_wait_for_event): Caller update.
12568 (check_async_event_handlers): Caller update.
12569 (poll_timers): Caller update.
12570 * event-loop.h (enum queue_position): Remove.
12571
12572 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12573
12574 * MAINTAINERS: Update my email.
12575
12576 2013-01-25 Yao Qi <yao@codesourcery.com>
12577
12578 * main.c (print_gdb_help): Remove "--epoch" from the help
12579 message.
12580
12581 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12582
12583 * symtab.c (skip_prologue_using_sal): Consider a file
12584 change the same as an increased line number
12585
12586 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12587
12588 * MAINTAINERS (Write After Approval): Add myself to the list.
12589
12590 2013-01-24 Tom Tromey <tromey@redhat.com>
12591
12592 * ada-lang.h (ada_decode_symbol): Make return type const.
12593 * ada-lang.c (ada_decode_symbol): Likewise.
12594
12595 2013-01-23 Doug Evans <dje@google.com>
12596
12597 * linespec.c (find_linespec_symbols): Make static.
12598
12599 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12600
12601 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12602 type on float conversion for complex type.
12603
12604 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12605
12606 Add a new class gdb.Architecture which exposes GDB's
12607 internal representation of architecture via GDB Python API.
12608 * Makefile.in: Add entries corresponding to the new file
12609 python/py-arch.c.
12610 * NEWS (Python Scripting): Add entries for the new class
12611 gdb.Architecture and the new method gdb.Frame.architecture.
12612 * python/py-arch.c: Implement gdb.Architecture class.
12613 * python/py-frame.c (frapy_arch): Implement the method
12614 gdb.Frame.architecture().
12615 (frame_object_methods): Add 'architecture' to the method table.
12616 * python/python-internal.h: Add declarations of new utility
12617 functions.
12618 * python/python.c (_initialize_python): Initialize
12619 gdb.Architecture class.
12620
12621 2013-01-23 Doug Evans <dje@google.com>
12622
12623 Work around binutils/15021.
12624 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12625 type_unit_group out of union s. All uses updated.
12626 (read_index_from_section): Watch for index version 8.
12627 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12628 an imported symtab.
12629 (write_psymtabs_to_index): Increment version number to 8.
12630
12631 2013-01-22 Pedro Alves <palves@redhat.com>
12632
12633 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12634 user-visible.
12635
12636 2013-01-22 Pedro Alves <palves@redhat.com>
12637
12638 * annotate.c (annotate_breakpoints_changed): Rename to ...
12639 (annotate_breakpoints_invalid): ... this. Make static.
12640 (breakpoint_changed): Adjust.
12641 (_initialize_annotate): Always install the observers. Install a
12642 "breakpoint_created" observer.
12643 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12644 * breakpoint.c (set_breakpoint_condition)
12645 (breakpoint_set_commands, do_map_commands_command)
12646 (init_raw_breakpoint, clear_command, set_ignore_count)
12647 (enable_breakpoint_disp): No longer call
12648 annotate_breakpoints_changed.
12649
12650 2013-01-22 Pedro Alves <palves@redhat.com>
12651
12652 * annotate.c: Include "inferior.h".
12653 (frames_invalid_emitted)
12654 (breakpoints_invalid_emitted): New globals.
12655 (async_background_execution_p): New function.
12656 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12657 emitting the annotation if it has already been emitted.
12658 (annotate_display_prompt): New function.
12659 * annotate.h (annotate_display_prompt): New declaration.
12660 * event-top.c: Include annotate.h.
12661 (display_gdb_prompt): Call annotate_display_prompt.
12662
12663 2013-01-22 Pedro Alves <palves@redhat.com>
12664
12665 * annotate.c (ignore_count_changed): Delete.
12666 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12667 (annotate_ignore_count_change): Delete.
12668 (annotate_stopped): Don't emit a delayed breakpoints-changed
12669 annotation.
12670 * annotate.h (annotate_ignore_count_change): Delete.
12671 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12672 annotate_ignore_count_change.
12673
12674 2013-01-22 Tom Tromey <tromey@redhat.com>
12675
12676 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12677 require_rvalue for a register location.
12678
12679 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12680
12681 * breakpoint.c (print_one_breakpoint_location): Add MI
12682 field 'thread-groups' when printing a breakpoint.
12683 (output_thread_groups): New function.
12684
12685 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12686
12687 * python/lib/gdb/commands/explore.py
12688 (CompoundExplorer.explore_expr): Correct the name of a method
12689 being invoked.
12690 (ExploreTypeCommand.invoke): Add a missing 'return'.
12691
12692 2013-01-21 Tom Tromey <tromey@redhat.com>
12693
12694 * gdb_obstack.h (obconcat): Move declaration here, from...
12695 * symfile.h (obconcat): ... here.
12696 * gdb_obstack.c: New file.
12697 (obconcat): Move from...
12698 * symfile.c (obconcat): ... here.
12699 * Makefile.in (SFILES): Add gdb_obstack.c.
12700 (COMMON_OBS): Add gdb_obstack.o.
12701
12702 2013-01-21 Tom Tromey <tromey@redhat.com>
12703
12704 * symfile.h (obsavestring): Don't declare.
12705 * symfile.c (obsavestring): Remove.
12706 * ada-exp.y: Use obstack_copy0, not obsavestring.
12707 * ada-lang.c: Use obstack_copy0, not obsavestring.
12708 * coffread.c: Use obstack_copy0, not obsavestring.
12709 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12710 * dbxread.c: Use obstack_copy0, not obsavestring.
12711 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12712 * jit.c: Use obstack_copy0, not obsavestring.
12713 * mdebugread.c: Use obstack_copy0, not obsavestring.
12714 * psymtab.c: Use obstack_copy0, not obsavestring.
12715 * stabsread.c: Use obstack_copy0, not obsavestring.
12716 * xcoffread.c: Use obstack_copy0, not obsavestring.
12717
12718 2013-01-21 Tom Tromey <tromey@redhat.com>
12719
12720 * dwarf2read.c (fixup_go_packaging): Save package name
12721 on objfile obstack.
12722 * gdbtypes.c (init_type): Don't copy name.
12723
12724 2013-01-21 Tom Tromey <tromey@redhat.com>
12725
12726 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12727 const.
12728 (struct attribute) <u.str>: Now const.
12729 (struct fnfieldlist) <name>: Now const.
12730 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12731 (partial_die_parent_scope): Make return type const.
12732 (partial_die_full_name, add_partial_symbol): Update.
12733 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12734 'name' const.
12735 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12736 (read_file_scope, read_func_scope, dwarf2_add_field)
12737 (dwarf2_add_member_fn, read_structure_type)
12738 (process_enumeration_scope, read_array_type, read_module_type)
12739 (read_base_type, read_subrange_type): Update.
12740 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12741 (new_symbol_full, guess_full_die_structure_name): Update.
12742 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12743 (dwarf2_name): Return const type.
12744 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12745 const.
12746
12747 2013-01-21 Tom Tromey <tromey@redhat.com>
12748
12749 * gdbtypes.c (init_type): Make 'name' const.
12750 * gdbtypes.h (init_type): Update.
12751
12752 2013-01-21 Tom Tromey <tromey@redhat.com>
12753
12754 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12755 (start_symtab): Make 'name' and 'dirname' const. Use
12756 set_last_source_file.
12757 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12758 (last_source_file): Define. Now static.
12759 (set_last_source_file, get_last_source_file): New functions.
12760 * buildsym.h (last_source_file): Don't declare.
12761 (start_symtab): Update.
12762 (set_last_source_file, get_last_source_file): Declare.
12763 * coffread.c (complete_symtab): Use set_last_source_file.
12764 (coff_end_symtab): Likewise.
12765 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12766 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12767 set_last_source_file.
12768 (process_one_symbol): Use get_last_source_file.
12769 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12770 (psymtab_to_symtab_1): Use get_last_source_file.
12771 * xcoffread.c (process_linenos): Use get_last_source_file.
12772 (complete_symtab): Use set_last_source_file.
12773 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12774 (scan_xcoff_symtab): Use set_last_source_file.
12775
12776 2013-01-21 Tom Tromey <tromey@redhat.com>
12777
12778 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12779 (symbol_set_names): Remove casts. Handle field const-ness.
12780
12781 2013-01-21 Tom Tromey <tromey@redhat.com>
12782
12783 * dwarf2read.c (new_symbol_full): Remove cast.
12784 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12785 * symtab.h (symbol_set_demangled_name): Update.
12786
12787 2013-01-21 Tom Tromey <tromey@redhat.com>
12788
12789 * main.c (captured_main): Call bfd_init.
12790
12791 2013-01-21 Tom Tromey <tromey@redhat.com>
12792
12793 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12794 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12795 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12796 * NEWS: Update.
12797
12798 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12799
12800 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12801
12802 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12803
12804 Fix gdb.fortran/common-block.exp crash in PIE mode.
12805 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12806 LOC_COMMON_BLOCK.
12807 * f-valprint.c (info_common_command_for_block): Expect
12808 LOC_COMMON_BLOCK in gdb_assert.
12809 * symtab.h (struct general_symbol_info): Update comment for the
12810 common_block member.
12811 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12812 (enum address_class): New member LOC_COMMON_BLOCK.
12813
12814 2013-01-18 David Blaikie <dblaikie@gmail.com>
12815
12816 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12817
12818 2013-01-18 Tom Tromey <tromey@redhat.com>
12819
12820 PR c++/14999:
12821 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12822 Call require_rvalue.
12823
12824 2013-01-18 Yao Qi <yao@codesourcery.com>
12825
12826 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12827 (dbx_read_symtab): New declaration.
12828 (dbx_psymtab_to_symtab): Delete.
12829 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12830 Rename parameter PST to SELF. Exchanged two parameters.
12831 (start_psymtab): Caller update.
12832 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12833 (dwarf2_read_symtab): New declaration.
12834 (dwarf2_psymtab_to_symtab): Delete.
12835 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12836 Rename parameter PST to SELF. Exchanged two parameters.
12837 (create_partial_symtab): Caller update.
12838 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12839 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12840 Rename parameter PST to SELF. Exchanged two parameters.
12841 (parse_partial_symbols, new_psymtab): Caller update.
12842 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12843 two parameters.
12844 * psymtab.c (psymtab_to_symtab): Caller update.
12845 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12846 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12847 Rename parameter PST to SELF. Exchanged two parameters.
12848 (xcoff_start_psymtab): Caller update.
12849
12850 2013-01-18 Yao Qi <yao@codesourcery.com>
12851
12852 * infrun.c (proceed): Rename local variable 'oneproc' to
12853 'force_step'.
12854
12855 2013-01-17 Doug Evans <dje@google.com>
12856
12857 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12858 (dw2_build_type_unit_groups): Delete. All uses updated.
12859
12860 * symtab.h (struct symbol_search): Add comment.
12861
12862 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12863
12864 * symtab.c (compare_filenames_for_search): New comment for
12865 HAS_DRIVE_SPEC.
12866
12867 2013-01-17 Tom Tromey <tromey@redhat.com>
12868
12869 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12870
12871 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12872
12873 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12874 initialize it by existing make_cleanup. Call new do_cleanups.
12875
12876 2013-01-17 Tom Tromey <tromey@redhat.com>
12877
12878 * cp-abi.c (cp_abi_completer): New function.
12879 (_initialize_cp_abi): Set completer for "set cp-abi".
12880
12881 2013-01-17 Tom Tromey <tromey@redhat.com>
12882
12883 * mem-break.c: Remove obsolete comment.
12884 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12885
12886 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12887
12888 * jit.c (jit_reader_load_command): Interpret the jit reader name
12889 as an absolute path if it begins with a forward slash.
12890
12891 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12892
12893 PR gdb/14550
12894
12895 * jit.c (finalize_symtab): Ensure that only the global block has a
12896 NULL superblock.
12897
12898 2013-01-17 Pedro Alves <palves@redhat.com>
12899
12900 * acinclude.m4: Include ../config/plugins.m4,
12901 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12902 * Makefile.in (aclocal_m4_deps): Update.
12903 * aclocal.m4: Renegerate.
12904
12905 2013-01-16 Doug Evans <dje@google.com>
12906
12907 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12908
12909 2013-01-16 Pedro Alves <palves@redhat.com>
12910 Tom Tromey <tromey@redhat.com>
12911
12912 PR cli/7221:
12913 * NEWS: Add "catch signal".
12914 * breakpoint.c (base_breakpoint_ops): No longer static.
12915 (bpstat_explains_signal): New function.
12916 (init_catchpoint): No longer static.
12917 (base_breakpoint_explains_signal): New function.
12918 (base_breakpoint_ops): Initialize new field.
12919 * breakpoint.h (enum bpstat_signal_value): New.
12920 (struct breakpoint_ops) <explains_signal>: New field.
12921 (bpstat_explains_signal): Remove macro, declare as function.
12922 (base_breakpoint_ops, init_catchpoint): Declare.
12923 * break-catch-sig.c: New file.
12924 * inferior.h (signal_catch_update): Declare.
12925 * infrun.c (signal_catch): New global.
12926 (handle_syscall_event): Update for change to
12927 bpstat_explains_signal.
12928 (handle_inferior_event): Likewise. Always handle random signals
12929 via bpstats.
12930 (signal_cache_update): Check signal_catch.
12931 (signal_catch_update): New function.
12932 (_initialize_infrun): Initialize signal_catch.
12933 * Makefile.in (SFILES): Add break-catch-sig.c.
12934 (COMMON_OBS): Add break-catch-sig.o.
12935
12936 2013-01-16 Tom Tromey <tromey@redhat.com>
12937
12938 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12939 (print_one_catch_solib, print_one_catch_syscall)
12940 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12941 "catch-type".
12942
12943 2013-01-16 Yao Qi <yao@codesourcery.com>
12944
12945 * printcmd.c (current_display_number): Make it static.
12946
12947 2013-01-16 Yao Qi <yao@codesourcery.com>
12948
12949 * infcmd.c (step_once): Don't check '!single_inst' as it was
12950 checked before.
12951
12952 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12953
12954 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12955
12956 2013-01-14 Tom Tromey <tromey@redhat.com>
12957
12958 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12959 set command.
12960 * command.h (add_setshow_string_noescape_cmd): Update.
12961 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12962 (complete_set_gnutarget): New function.
12963 (_initialize_core): Set the "set gnutarget" completer.
12964
12965 2013-01-14 Tom Tromey <tromey@redhat.com>
12966
12967 PR symtab/14442:
12968 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12969 (c_type_print_modifier): Likewise.
12970 * dwarf2read.c (read_tag_restrict_type): New function.
12971 (read_type_die_1): Handle DW_TAG_restrict_type.
12972 * gdbtypes.c (make_restrict_type): New function.
12973 (recursive_dump_type): Handle TYPE_RESTRICT.
12974 * gdbtypes.h (enum type_flag_values): Renumber.
12975 (enum type_instance_flag_value): Add
12976 TYPE_INSTANCE_FLAG_RESTRICT.
12977 (TYPE_RESTRICT): New macro.
12978 (make_restrict_type): Declare.
12979
12980 2013-01-14 Tom Tromey <tromey@redhat.com>
12981
12982 PR symtab/14931:
12983 * psymtab.c (struct psymtab_state): New.
12984 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12985 functions.
12986 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12987 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12988
12989 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12990 Pedro Alves <palves@redhat.com>
12991
12992 PR remote/14786
12993
12994 * remote.c (remote_threads_info): Make a copy of the reply from
12995 qfThreadInfo and use that instead of rs->buf.
12996
12997 2013-01-14 Yao Qi <yao@codesourcery.com>
12998
12999 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
13000 (dbx_psymtab_to_symtab): Likewise.
13001 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
13002 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
13003 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
13004
13005 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13006
13007 * parse.c (parse_exp_in_context): New variable inner_chain. Call
13008 make_cleanup_restore_current_language. Call set_language. Move
13009 OLD_CHAIN and INNER_CHAIN cleanups.
13010 * utils.c (do_restore_current_language)
13011 (make_cleanup_restore_current_language): New functions.
13012 * utils.h (make_cleanup_restore_current_language): New declaration.
13013
13014 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13015
13016 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
13017 non-existing files.
13018
13019 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
13020 non-existing files if FILENAME is already absolute.
13021
13022 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13023
13024 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
13025 fputs_filtered. Append trailing newline.
13026
13027 2013-01-11 Yao Qi <yao@codesourcery.com>
13028 Stan Shebs <stan@codesourcery.com>
13029
13030 * psymtab.c (init_psymbol_list): Clarify the comment.
13031
13032 2013-01-11 Yao Qi <yao@codesourcery.com>
13033
13034 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
13035 (update_dprintf_command_list): Assert that 'printf_line' is
13036 non-null. Remove condition check.
13037
13038 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 Code cleanup.
13041 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
13042 type const char *.
13043 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
13044 const char *.
13045 * tui/tui-source.h (tui_source_is_displayed): Likewise.
13046
13047 2013-01-09 Anthony Green <green@moxielogic.com>
13048
13049 * cp-abi.c (cplus_print_vtable): Don't return value from void
13050 function.
13051 * ada-lang.c (re_set_catch_assert): Ditto.
13052
13053 2013-01-09 Doug Evans <dje@google.com>
13054
13055 * symfile.h (quick_symbol_functions): Delete member
13056 pre_expand_symtabs_matching. All uses removed.
13057 * dwarf2read.c (dw2_lookup_symbol): Implement.
13058 (dw2_do_expand_symtabs_matching): Delete.
13059 (dw2_pre_expand_symtabs_matching): Delete.
13060 (struct dw2_symtab_iterator): New type.
13061 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
13062 (dw2_expand_symtabs_for_function): Rewrite.
13063 (dwarf2_gdb_index_functions): Update.
13064 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
13065 (psym_functions): Update.
13066
13067 2013-01-09 Tom Tromey <tromey@redhat.com>
13068
13069 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
13070 * configure: Rebuild.
13071 * configure.ac: Add somread.o to the build if BFD has SOM
13072 support.
13073 * somread.c: Include som/aout.h, not syms.h.
13074 (som_symtab_read): Use som_external_symbol_dictionary_record.
13075 Unpack records manually.
13076 (_initialize_somread): Declare.
13077
13078 2012-01-08 Mike Frysinger <vapier@gentoo.org>
13079
13080 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
13081 Cast return_address to 64bits.
13082
13083 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
13084
13085 * printcmd.c: Remove define of function output_command.
13086 * tracepoint.c: Remove extern of function output_command.
13087 * valprint.h: (output_command): New extern.
13088
13089 2013-01-07 Tom Tromey <tromey@redhat.com>
13090
13091 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
13092 Remove.
13093 (objc_language_defn): Use c_printchar, c_printstr,
13094 c_emit_char.
13095
13096 2013-01-07 Tom Tromey <tromey@redhat.com>
13097
13098 PR cli/7719:
13099 * NEWS: Update.
13100 * ada-valprint.c (printstr, print_field_values): Remove
13101 "inspect_it" code.
13102 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
13103 code.
13104 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
13105 code.
13106 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
13107 * main.c (captured_main): Remove "epoch" argument.
13108 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
13109 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
13110 * p-valprint.c (pascal_object_print_value_fields): Remove
13111 "inspect_it" code.
13112 * printcmd.c (print_command_1): Remove 'inspect' argument.
13113 (print_command, call_command): Update.
13114 (inspect_command): Remove.
13115 (_initialize_printcmd): Make "inspect" an alias for "print".
13116 * top.c (epoch_interface): Remove.
13117 * top.h (epoch_interface): Remove.
13118 * valprint.c (user_print_options): Update.
13119 (print_converted_chars_to_obstack): Remove "inspect_it" code.
13120 * valprint.h (struct value_print_options) <inspect_it>: Remove
13121 field.
13122
13123 2013-01-04 Tom Tromey <tromey@redhat.com>
13124
13125 * valprint.h (read_string): Add 'extern'.
13126
13127 2013-01-07 Joel Brobecker <brobecker@adacore.com>
13128
13129 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
13130 used to decide whether to define darwin_read_dyld_info or not.
13131
13132 2013-01-03 Pierre Muller <muller@sourceware.org>
13133
13134 * main.c (relocate_gdb_directory): Avoid calling stat function
13135 if DIR is empty.
13136
13137 2013-01-03 Yao Qi <yao@codesourcery.com>
13138
13139 * psymtab.c (fixup_psymbol_section): Update declaration.
13140 (fixup_psymbol_section): Remove code returning value.
13141
13142 2013-01-03 Yao Qi <yao@codesourcery.com>
13143
13144 * symtab.h: Remove some out of date comments.
13145 (enum exception_event_kind): Move it ...
13146 * breakpoint.c: ... here.
13147
13148 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
13149
13150 PR gdb/14405
13151 * darwin-nat.c (darwin_read_dyld_info): Only build if
13152 TASK_DYLD_INFO_COUNT is defined.
13153 (darwin_xfer_partial): Call darwin_read_dyld_info only if
13154 TASK_DYLD_INFO_COUNT is defined.
13155
13156 2013-01-02 Tom Tromey <tromey@redhat.com>
13157
13158 * symfile.h (struct ecoff_debug_hack): Remove.
13159 * objfiles.c: Don't include mdebugread.h.
13160
13161 2013-01-02 Tom Tromey <tromey@redhat.com>
13162
13163 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
13164 * configure.ac: Check for Mach-O support in BFD. Update
13165 CONFIG_OBS.
13166 * configure: Rebuild.
13167
13168 2013-01-02 Tom Tromey <tromey@redhat.com>
13169
13170 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
13171 * configure.ac: Use GDB_AC_CHECK_BFD.
13172 * configure: Rebuild.
13173
13174 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
13175
13176 * MAINTAINERS: Update my email.
13177
13178 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13179
13180 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
13181
13182 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13183
13184 * rs6000-nat.c (bss_data_overlap): New function.
13185 (vmap_symtab): Use it to adjust the .bss section's offset.
13186
13187 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13188
13189 Update year range in copyright notice of all files.
13190
13191 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
13192
13193 * top.c (print_gdb_version): Update copyright year.
13194
13195 For older changes see ChangeLog-2012.
13196 \f
13197 Local Variables:
13198 mode: change-log
13199 left-margin: 8
13200 fill-column: 74
13201 version-control: never
13202 coding: utf-8
13203 End: