Small style violation fix in ada_array_bound_from_type
[binutils-gdb.git] / gdb / ChangeLog
1 2013-12-13 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-lang.c (ada_array_bound_from_type): Remove unwanted space
4 between 'struct type *' and 'arr_type'.
5
6 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
7
8 PR python/16113
9 * NEWS (Python Scripting): Add entry for the new feature and the
10 new attribute of gdb.Field objects.
11 * python/py-type.c (gdbpy_is_field): New function
12 (convert_field): Add 'parent_type' attribute to gdb.Field
13 objects.
14 * python/py-value.c (valpy_getitem): Allow subscript value to be
15 a gdb.Field object.
16 (value_has_field): New function
17 (get_field_flag): New function
18 * python/python-internal.h (gdbpy_is_field): Add declaration.
19
20 2013-12-12 Pedro Alves <palves@redhat.com>
21
22 * breakpoint.c (insert_bp_location): Make 'hw_bp_err_string' local
23 const, and remove casts.
24
25 2013-12-12 Pedro Alves <palves@redhat.com>
26
27 * cli/cli-cmds.c (source_script_from_stream) Use have_python
28 instead of catching UNSUPPORTED_ERROR.
29 * exceptions.h (UNSUPPORTED_ERROR): Delete.
30 * python/python.c (source_python_script) [!HAVE_PYTHON]: Internal
31 error if called.
32 * python/python.h (have_python): New static inline function.
33
34 2013-12-11 Doug Evans <dje@google.com>
35
36 * dwarf2read.c (lookup_dwo_cutu): Include name of dwp file in
37 "can't find DWO" warning.
38
39 2013-12-11 Sergio Durigan Junior <sergiodj@redhat.com>
40
41 * break-catch-throw.c (fetch_probe_arguments): Pass selected frame
42 to get_probe_argument_count and evaluate_probe_argument.
43 * probe.c (get_probe_argument_count): Adjust declaration to accept
44 frame. Pass frame to probe_ops's get_probe_argument_count.
45 (evaluate_probe_argument): Likewise, for evaluate_probe_argument.
46 (probe_safe_evaluate_at_pc): Pass frame to
47 get_probe_argument_count and evaluate_probe_argument.
48 * probe.h (struct probe_ops) <get_probe_argument_count,
49 evaluate_probe_argument>: Adjust declarations to accept frame.
50 (get_probe_argument_count, evaluate_probe_argument): Likewise.
51 * solib-svr4.c (solib_event_probe_action): Get current frame.
52 Pass it to get_probe_argument_count.
53 (svr4_handle_solib_event): Get current frame. Pass it to
54 get_probe_argument_count and evaluate_probe_argument.
55 * stap-probe.c (stap_parse_probe_arguments): Adjust declaration to
56 accept gdbarch. Do not obtain it from the probe's objfile.
57 (stap_get_probe_argument_count): Adjust declaration to accept
58 frame. Obtain gdbarch from the frame. Call generic
59 can_evaluate_probe_arguments. Pass gdbarch to
60 stap_parse_probe_arguments.
61 (stap_get_arg): Adjust declaration to accept gdbarch. Pass it to
62 stap_parse_probe_arguments.
63 (stap_evaluate_probe_argument): Adjust declaration to accept
64 frame. Obtain gdbarch from the frame. Pass gdbarch to
65 stap_get_arg.
66 (stap_compile_to_ax): Pass agent_expr's gdbarch to stap_get_arg.
67 (compute_probe_arg): Obtain gdbarch from frame. Pass frame to
68 get_probe_argument_count and evaluate_probe_argument.
69
70 2013-12-10 Doug Evans <dje@google.com>
71
72 PR 16286
73 * c-lang.c (c_get_string): Ignore the declared size of the object
74 if a specific length is requested.
75
76 2013-12-10 Doug Evans <dje@google.com>
77
78 * interps.h (interp_exec_p): Delete.
79 * interps.c (interp_exec_p): Delete.
80 (interp_exec): Update. Assert interp->procs->exec_proc != NULL.
81 * mi/mi-interp.c (mi_cmd_interpreter_exec): Update.
82
83 2013-12-10 Yao Qi <yao@codesourcery.com>
84
85 * amd64-tdep.c (amd64_analyze_stack_align): Call
86 target_read_code instead of target_read_memory.
87 (amd64_analyze_prologue): Call read_code_unsigned_integer
88 instead of read_memory_unsigned_integer. Call read_code
89 instead of read_memory.
90 (amd64_skip_xmm_prologue): Likewise.
91
92 2013-12-10 Yao Qi <yao@codesourcery.com>
93
94 * corefile.c (read_code): New function.
95 (read_code_integer): New function.
96 (read_code_unsigned_integer): New function.
97 * gdbcore.h (read_code): Declare.
98 (read_code_integer): Declare.
99 (read_code_unsigned_integer): Declare.
100 * i386-tdep.c (i386_follow_jump): Call target_read_code instead
101 of target_read_memory. Call read_code_unsigned_integer instead
102 of read_memory_unsigned_integer.
103 (i386_analyze_struct_return): Likewise.
104 (i386_skip_probe): Likewise.
105 (i386_analyze_stack_align): Likewise.
106 (i386_match_pattern): Likewise.
107 (i386_skip_noop): Likewise.
108 (i386_analyze_frame_setup): Likewise.
109 (i386_analyze_register_saves): Likewise.
110 (i386_skip_prologue): Likewise.
111 (i386_skip_main_prologue): Likewise.
112 (i386_frame_cache_1): Likewise.
113
114 2013-12-10 Yao Qi <yao@codesourcery.com>
115
116 * infrun.c: Include "target-dcache.h".
117 (prepare_for_detach): Call target_dcache_invalidate.
118 (wait_for_inferior): Likewise.
119 (fetch_inferior_event): Likewise.
120 (infrun_thread_stop_requested_callback): Likewise. Set
121 overlay_cache_invalid to 1.
122
123 2013-12-10 Joel Brobecker <brobecker@adacore.com>
124
125 * symtab.c (symbol_find_demangled_name): Add handling of
126 Ada symbols.
127
128 2013-12-10 Joel Brobecker <brobecker@adacore.com>
129
130 * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
131 * NEWS: Expand the entry documenting the new -exec-run --start
132 option to mention the corresponding new entry in the output of
133 "-list-features".
134
135 2013-12-10 Joel Brobecker <brobecker@adacore.com>
136
137 * windows-nat.c (handle_load_dll): Add comments.
138 (windows_ensure_ntdll_loaded): New function.
139 (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded.
140 Add FIXME comment.
141
142 2013-12-08 Joel Brobecker <brobecker@adacore.com>
143
144 GDB 7.6.2 released.
145
146 2013-12-08 Yao Qi <yao@codesourcery.com>
147
148 * stack.c (frame_info): Initialize variable caller_pc.
149
150 2013-12-06 Pedro Alves <palves@redhat.com>
151
152 * frame.c (enum cached_copy_status): New enum.
153 (struct frame_info) <prev_pc.p>: Change type to enum
154 cached_copy_status.
155 (fprint_frame): Handle not saved and unavailable prev_pc values.
156 (frame_unwind_pc_if_available): Delete and merge contents into ...
157 (frame_unwind_pc): ... here. Handle OPTIMIZED_OUT_ERROR. Adjust
158 to use enum cached_copy_status.
159 (frame_unwind_caller_pc_if_available): Delete.
160 (create_new_frame): Adjust.
161 * frame.h (frame_unwind_caller_pc_if_available): Delete
162 declaration.
163 * stack.c (frame_info): Use frame_unwind_caller_pc instead of
164 frame_unwind_caller_pc_if_available, and handle
165 NOT_AVAILABLE_ERROR and OPTIMIZED_OUT_ERROR errors.
166 * valprint.c (val_print_optimized_out): Use val_print_not_saved.
167 (val_print_not_saved): New function.
168 * valprint.h (val_print_not_saved): Declare.
169
170 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
171 Pedro Alves <palves@redhat.com>
172
173 * exceptions.h (errors): Add OPTIMIZED_OUT_ERROR.
174 * dwarf2loc.c (write_pieced_value): Throw OPTIMIZED_OUT_ERROR.
175 * frame.c (frame_unwind_register): Throw OPTIMIZED_OUT_ERROR.
176 * spu-tdep.c (spu_software_single_step): Throw
177 OPTIMIZED_OUT_ERROR.
178 * valops.c (value_assign): Throw OPTIMIZED_OUT_ERROR.
179
180 2013-12-06 Tom Tromey <tromey@redhat.com>
181
182 * objfiles.c (free_objfile): Update comment.
183
184 2013-12-06 Tom Tromey <tromey@redhat.com>
185
186 * objfiles.h (objfile_to_front): Remove.
187 * objfiles.c (objfile_to_front): Remove.
188
189 2013-12-06 Tom Tromey <tromey@redhat.com>
190
191 * minsyms.c (get_symbol_leading_char): Remove unnecessary
192 declaration.
193
194 2013-12-06 Tom Tromey <tromey@redhat.com>
195
196 * psympriv.h (struct partial_symtab) <user>: Move earlier.
197
198 2013-12-06 Tom Tromey <tromey@redhat.com>
199
200 * cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
201 (list_command): Likewise.
202
203 2013-12-06 Tom Tromey <tromey@redhat.com>
204
205 * psymtab.c (allocate_psymtab): Put the filename in the filename
206 bcache.
207
208 2013-12-06 Tom Tromey <tromey@redhat.com>
209
210 * buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
211 * symtab.h (struct symtab) <dirname>: Now const.
212
213 2013-12-06 Tom Tromey <tromey@redhat.com>
214
215 * symfile.c (allocate_symtab): Remove cast.
216 * symtab.h (struct symtab) <filename>: Now const.
217
218 2013-12-06 Tom Tromey <tromey@redhat.com>
219
220 * break-catch-throw.c (fetch_probe_arguments): Use
221 get_probe_argument_count and evaluate_probe_argument.
222 * elfread.c (elf_get_probe_argument_count)
223 (elf_can_evaluate_probe_arguments, elf_evaluate_probe_argument)
224 (elf_compile_to_ax): Remove.
225 (elf_probe_fns): Update.
226 * probe.c (get_probe_argument_count, can_evaluate_probe_arguments)
227 (evaluate_probe_argument): Call method on probe, not via sym
228 functions.
229 * stap-probe.c (compute_probe_arg): Use get_probe_argument_count,
230 evaluate_probe_argument.
231 (compile_probe_arg): Use get_probe_argument_count. Call method on
232 probe, not via sym functions.
233 * symfile-debug.c (debug_sym_get_probe_argument_count)
234 (debug_can_evaluate_probe_arguments)
235 (debug_sym_evaluate_probe_argument, debug_sym_compile_to_ax):
236 Remove.
237 (debug_sym_probe_fns): Remove.
238 * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
239 can_evaluate_probe_arguments, sym_evaluate_probe_argument,
240 sym_compile_to_ax>: Remove fields.
241
242 2013-12-06 Pierre Muller <muller@sourceware.org>
243
244 Fix completion for pascal language.
245 * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
246 (exp : field_exp name COMPLETE): New rule.
247 (exp : SIZEOF): Set correct current_type.
248 (last_was_structop): Remove static variable.
249 (yylex): Remove saw_structop local variable.
250 Adapt code to removal of variables above.
251
252 2013-12-06 Joel Brobecker <brobecker@adacore.com>
253
254 * frame.c (get_prev_frame_1): Delete variable "this_id".
255 Replace its use by a call to get_frame_id.
256
257 2013-12-05 Anthony Green <green@moxielogic.com>
258
259 * moxie-tdep.c (moxie_software_single_step): New function.
260 (INST2OFFSET): New helper macro.
261 (moxie_gdbarch_init): Call set_gdbarch_software_single_step.
262 (moxie_process_readu): Move this up in the file.
263
264 2013-12-05 Doug Evans <xdje42@gmail.com>
265
266 * auto-load.c (load_auto_scripts_for_objfile): Add some comments.
267
268 2013-12-05 Joel Brobecker <brobecker@adacore.com>
269 Tristan Gingold <gingold@adacore.com>
270
271 * amd64-windows-tdep.c (amd64_windows_frame_decode_insns):
272 Accept version 2. Ignore operations using opcode 6.
273
274 2013-12-05 Joel Brobecker <brobecker@adacore.com>
275
276 * ada-lex.l (find_dot_all): Fix coding style violations.
277
278 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
279
280 * NEWS: Add section for Intel(R) Architecture Instructions
281 Extesions mentioning MPX.
282
283 2013-12-03 Joel Brobecker <brobecker@adacore.com>
284
285 * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
286
287 2013-12-03 Joel Brobecker <brobecker@adacore.com>
288
289 * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
290 when parse_exp_1 threw an error. Add comment.
291
292 2013-12-03 Joel Brobecker <brobecker@adacore.com>
293
294 * NEWS: Mention "-list-features" in the entry documenting
295 the support for the "--language" option.
296
297 2013-12-03 Tom Tromey <tromey@redhat.com>
298 Jan Kratochvil <jan.kratochvil@redhat.com>
299 Doug Evans <dje@google.com>
300 Samuel Bronson <naesten@gmail.com>
301
302 Bring back gdb-add-index as a contrib script.
303 * contrib/gdb-add-index.sh: New file.
304 * NEWS: Note the addition.
305
306 2013-12-03 Samuel Bronson <naesten@gmail.com>
307
308 * MAINTAINERS (Write After Approval): Add myself to the list.
309
310 2013-12-03 Joel Brobecker <brobecker@adacore.com>
311
312 * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
313
314 2013-12-03 Joel Brobecker <brobecker@adacore.com>
315
316 * mi/mi-main.c: Remove trailing spaces throughout.
317
318 2013-12-03 Pedro Alves <palves@redhat.com>
319 Joel Brobecker <brobecker@adacore.com>
320
321 * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
322 * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
323 of a regular error when the GDB/MI command does not exist.
324 * mi/mi-main.c (mi_cmd_list_features): Add
325 "undefined-command-error-code".
326 (mi_print_exception): Print an "undefined-command"
327 error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
328 * NEWS: Add entry documenting the new "code" variable in
329 "^error" result records.
330
331 2013-12-03 Joel Brobecker <brobecker@adacore.com>
332
333 * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
334 * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
335 * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
336 * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
337 field to output of "-list-features".
338
339 * NEWS: Add entry for new -info-gdb-mi-command.
340
341 2013-12-02 Doug Evans <dje@google.com>
342 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 * objfiles.c (allocate_objfile): Save original_name as an absolute
345 path.
346 * objfiles.h (struct objfile): Expand comment on original_name.
347 * source.c (openp): Call gdb_abspath.
348 * utils.c (gdb_abspath): New function.
349 * utils.h (gdb_abspath): Declare.
350
351 2013-12-02 Pedro Alves <palves@redhat.com>
352
353 * dcache.c (dcache_read_line): Use target_read_raw_memory.
354 * target.c (target_read_raw_memory): New function.
355 (target_read_stack, target_write_memory, target_write_raw_memory):
356 Update comment.
357 (target_read_code): Add comment.
358 * target.h (target_read_raw_memory): Declare.
359
360 2013-12-02 Pedro Alves <palves@redhat.com>
361
362 * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
363 unconditionally.
364
365 2013-12-02 Pedro Alves <pedro@codesourcery.com>
366 Maciej W. Rozycki <macro@codesourcery.com>
367
368 * remote.c (putpkt_for_catch_errors): Remove function.
369 (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
370 gracefully.
371
372 2013-12-02 Pedro Alves <palves@redhat.com>
373
374 PR remote/15974
375 * remote-notif.c (handle_notification): Return early if no
376 notification is found.
377
378 2013-12-02 Joel Brobecker <brobecker@adacore.com>
379
380 * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
381 preprocessor check.
382
383 2013-12-02 Joel Brobecker <brobecker@adacore.com>
384
385 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
386
387 2013-12-02 Joel Brobecker <brobecker@adacore.com>
388
389 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
390 * ctf.c (ctf_start): Remove obsolete comment.
391
392 2013-12-02 Joel Brobecker <brobecker@adacore.com>
393
394 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
395
396 2013-11-30 Doug Evans <xdje42@gmail.com>
397
398 * auto-load.h (script_language): New members name, auto_load_enabled.
399 Add missing comments on struct members.
400 (auto_load_objfile_script): Delete.
401 * auto-load.c: #include "cli/cli-cmds.h".
402 (auto_load_gdb_scripts_enabled): New function.
403 (script_language_gdb): Update, add new members.
404 (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
405 and call to maybe_add_script moved to caller.
406 (auto_load_objfile_script_1): Auto-load safe-checking and
407 call to maybe_add_script moved here.
408 (auto_load_objfile_script): Make static. Early exit if support for
409 scripting language hasn't been compiled in, or auto-loading has been
410 disabled.
411 (source_section_scripts): Argument "source_name" renamed to
412 "section_name". All uses updated. Replace uses of AUTO_SECTION_NAME
413 with section_name. Skip loading script if support for scripting
414 language hasn't been compiled in, or auto-loading has been disabled.
415 Call language->source_script_for_objfile instead of calling
416 source_python_script_for_objfile directly.
417 (load_auto_scripts_for_objfile): Update.
418 * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
419 (gdbpy_load_auto_script_for_objfile): Delete.
420 (auto_load_python_scripts_enabled): New function.
421 (script_language_python): Update, add new members.
422 (gdbpy_script_language_defn): New function.
423 * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
424 (gdbpy_script_language_defn): Declare.
425
426 * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
427 py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
428 (source_section_scripts): Moved here from py-auto-load.c.
429 (auto_load_section_scripts): Ditto.
430 * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
431 auto-load.c, renamed AUTO_SECTION_NAME.
432 (source_section_scripts, auto_load_section_scripts): Moved to
433 auto-load.c.
434
435 2013-11-30 Yao Qi <yao@codesourcery.com>
436
437 * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
438
439 2013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
440
441 * gdbarch.sh: Remove include of "gdb_string.h", replace by
442 <string.h>.
443
444 2013-11-29 Doug Evans <xdje42@gmail.com>
445
446 * python/py-auto-load.c (source_section_scripts): Move comment to
447 more relevant location.
448
449 Whitespace cleanup.
450 * python/py-breakpoint.c: Remove trailing whitespace.
451 * python/py-cmd.c: Ditto.
452 * python/py-evts.c: Ditto.
453 * python/py-finishbreakpoint.c: Ditto.
454 * python/py-frame.c: Ditto.
455 * python/py-function.c: Ditto.
456 * python/py-inferior.c: Ditto.
457 * python/py-infthread.c: Ditto.
458 * python/py-param.c: Ditto.
459 * python/py-prettyprint.c: Ditto.
460 * python/py-symbol.c: Ditto.
461 * python/py-type.c: Ditto.
462 * python/py-utils.c: Ditto.
463 * python/py-value.c: Ditto.
464 * python/python-internal.h: Ditto.
465 * python/python.c: Ditto.
466
467 2013-11-29 Pedro Alves <palves@redhat.com>
468
469 * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
470
471 2013-11-29 Pedro Alves <palves@redhat.com>
472
473 * breakpoint.c (build_target_condition_list): Release previous
474 conditions.
475 (build_target_command_list): Release previous commands.
476 (bp_location_dtor): Release target conditions and commands.
477 * remote.c (remote_add_target_side_condition): Don't release
478 conditions.
479 (remote_add_target_side_commands): Don't release commands.
480
481 2013-11-29 Yao Qi <yao@codesourcery.com>
482 Pedro Alves <palves@redhat.com>
483
484 * dcache.c (dcache_read_line): Use current_target.beneath
485 instead of &current_target.
486 * target.c (memory_xfer_partial_1): Factor code out to ...
487 (raw_memory_xfer_partial): ... it. New function.
488 (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
489 is TARGET_OBJECT_RAW_MEMORY.
490
491 2013-11-28 Doug Evans <xdje42@gmail.com>
492
493 * breakpoint.h (gdbpy_breakpoint_object): Renamed from
494 breakpoint_object. All uses updated.
495 * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
496 breakpoint_object. All uses updated.
497 * python.c (*): All uses of breakpoint_object updated.
498 * python.h (*): All uses of breakpoint_object updated.
499 * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
500 * python/py-finishbreakpoint.c (*): Ditto.
501
502 2013-11-28 Doug Evans <xdje42@gmail.com>
503
504 * configure.ac: Add comments delineating libpython and libmcheck.
505 * configure: Regenerate.
506
507 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
508 Pedro Alves <palves@redhat.com>
509
510 * valprint.c (value_check_printable): If the value is entirely
511 unavailable, print a single "<unavailable>" instead of printing
512 all subfields.
513
514 2013-11-28 Pedro Alves <palves@redhat.com>
515
516 * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
517 Add "set debug frame" output.
518 (frame_stop_reason_symbol_string): New function.
519
520 2013-11-28 Pedro Alves <palves@redhat.com>
521
522 * frame-unwind.c (default_frame_unwind_stop_reason): Return
523 UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
524 * frame.c (get_prev_frame_1): Remove outer_frame_id check.
525
526 2013-11-28 Pedro Alves <palves@redhat.com>
527
528 * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
529 set the unwind stop reason to UNWIND_OUTERMOST, not
530 UNWIND_NULL_ID. Remove explicit check for sentinel frame.
531
532 2013-11-28 Pedro Alves <palves@redhat.com>
533
534 * frame.c (frame_unwind_register): Say the register was "not
535 saved" instead of "optimized out".
536
537 2013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
538
539 PR 16152
540 * configure: Rebuild.
541 * configure.ac: Tighten cygwin detection check.
542
543 2013-11-27 Pedro Alves <palves@redhat.com>
544
545 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
546 register in the previous frame's arch.
547
548 2013-11-27 Pedro Alves <palves@redhat.com>
549
550 * frame-unwind.c (frame_unwind_got_optimized): Return
551 an lval_register value instead of a not_lval value.
552
553 2013-11-27 Andrew Burgess <aburgess@broadcom.com>
554
555 * frame.c: Include "valprint.h".
556 (frame_unwind_register_value): Use value_optimized_out.
557 * value.c (value_fetch_lazy): Likewise.
558
559 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
560
561 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
562
563 2013-11-26 Tom Tromey <tromey@redhat.com>
564
565 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
566 2013-11-22.
567
568 2013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
569
570 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
571 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
572 (HAS_MPX): New macro.
573 (HAS_AVX): New macro.
574 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
575
576 2013-11-25 Keith Seitz <keiths@redhat.com>
577
578 PR c++/14819
579 * c-exp.y (classify_inner_name): If no matching symbol was
580 found, try looking up the token as a base class.
581 Likewise if a constructor was found.
582 * cp-namespace.c (find_type_baseclass_by_name): New function.
583 * cp-support.h (find_type_baseclass_by_name): Declare.
584 * valops.c (value_struct_elt_for_reference): If we get
585 a non-static field, try to get a value based on the
586 current instance, if any.
587
588 2013-11-24 Yao Qi <yao@codesourcery.com>
589
590 * disasm.c (dis_asm_read_memory): Call target_read_code
591 instead of target_read_memory.
592
593 2013-11-24 Yao Qi <yao@codesourcery.com>
594
595 * NEWS: Add note on new "set code-cache" option.
596 * target-dcache.c (code_cache_enabled_1): New variable.
597 (code_cache_enabled): New variable.
598 (show_code_cache, set_code_cache): New function.
599 (code_cache_enabled_p): New function.
600 (_initialize_target_dcache): Register command.
601 * target-dcache.h (code_cache_enabled_p): Declare.
602 * target.c (memory_xfer_partial_1):Handle
603 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
604 (target_read_code): New function.
605 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
606 New.
607 (target_read_code): Declare.
608
609 2013-11-24 Yao Qi <yao@codesourcery.com>
610
611 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
612 (stack_cache_enabled_1): ... this. New variable.
613 (stack_cache_enabled_p): Rename to ...
614 (stack_cache_enabled): ... this. New variable.
615 (set_stack_cache_enabled_p): Rename to ...
616 (set_stack_cache): ... this. Update caller.
617 (show_stack_cache_enabled_p): Rename to ...
618 (show_stack_cache): ... this. Update caller.
619 (stack_cache_enabled): Rename to ...
620 (stack_cache_enabled_p): ... this. Update caller.
621 (_initialize_target_dcache): Replace "data cache" with
622 "target memory cache".
623 * target-dcache.h (stack_cache_enabled): Remove declaration.
624 (stack_cache_enabled_p): Add declaration.
625
626 2013-11-23 Doug Evans <xdje42@gmail.com>
627
628 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
629 superfluous.
630
631 2013-11-23 Doug Evans <xdje42@gmail.com>
632
633 * python/py-frame.c (frapy_block): Fix error message text.
634
635 2013-11-23 Doug Evans <xdje42@gmail.com>
636
637 * cli/cli-script.c (multi_line_command_p): New function.
638 (recurse_read_control_structure, read_command_lines_1): Call it.
639 (execute_control_command): Consistently have a blank line between
640 each case.
641
642 2013-11-22 Sterling Augustine <saugustine@google.com>
643
644 PR gdb/16196:
645 * valprint.c (read_string): Set new variable fetchlen based on
646 fetchlimit and size. Use it in call to partial_memory_read.
647 Update comment.
648
649 2013-11-22 Tom Tromey <tromey@redhat.com>
650
651 PR backtrace/16155:
652 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
653 the return address column is unspecified.
654
655 2013-11-22 Tom Tromey <tromey@redhat.com>
656 Pedro Alves <palves@redhat.com>
657
658 PR backtrace/16155
659 * value.c (value_fetch_lazy): Internal error if
660 get_frame_register_value returns the same register.
661
662 2013-11-22 Pedro Alves <palves@redhat.com>
663 Tom Tromey <tromey@redhat.com>
664
665 * frame.c (frame_stash_add): Now returns whether a frame with the
666 same ID was already known.
667 (compute_frame_id): New function, factored out from get_frame_id.
668 (get_frame_id): No longer lazilly compute the frame id here.
669 (get_prev_frame_if_no_cycle): New function. Detects wider stack
670 cycles.
671 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
672 and checking for stack cycles here.
673
674 2013-11-22 Pedro Alves <palves@redhat.com>
675
676 PR 16155
677 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
678 this frame and the new previous frame, not between this frame and
679 the next frame.
680
681 2013-11-22 Pedro Alves <palves@redhat.com>
682
683 PR 16155
684 * dwarf2-frame.c (struct dwarf2_frame_cache)
685 <checked_tailcall_bottom, entry_cfa_sp_offset,
686 entry_cfa_sp_offset_p>: New fields.
687 (dwarf2_frame_cache): Adjust to use the new cache fields instead
688 of locals. Don't call dwarf2_tailcall_sniffer_first here.
689 (dwarf2_frame_prev_register): Call it here, but only once.
690
691 2013-11-21 Doug Evans <xdje42@gmail.com>
692
693 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
694 (type_equality_entry): Move here from python/py-type.c.
695 (type_equality_entry_d): Ditto.
696 (compare_maybe_null_strings, check_types_equal): Ditto.
697 (check_types_worklist, types_deeply_equal): Ditto.
698 * gdbtypes.h (types_deeply_equal): Declare.
699 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
700 (typy_richcompare): Update.
701
702 2013-11-20 Joel Brobecker <brobecker@adacore.com>
703
704 * python/py-value.c (is_intlike): Delete.
705 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
706 by use of is_integral_type.
707 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
708 by use of is_integral_type and check for TYPE_CODE_PTR.
709
710 2013-11-20 Tom Tromey <tromey@redhat.com>
711
712 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
713 strerror module.
714 * gnulib/aclocal.m4: Update.
715 * gnulib/config.in: Update.
716 * gnulib/configure: Update.
717 * gnulib/import/Makefile.am: Update.
718 * gnulib/import/Makefile.in: Update.
719 * gnulib/import/errno.in.h: Remove.
720 * gnulib/import/intprops.h: Remove.
721 * gnulib/import/m4/errno_h.m4: Remove.
722 * gnulib/import/m4/gnulib-cache.m4: Update.
723 * gnulib/import/m4/gnulib-comp.m4: Update.
724 * gnulib/import/m4/strerror.m4: Remove.
725 * gnulib/import/m4/sys_socket_h.m4: Remove.
726 * gnulib/import/strerror-override.c: Remove.
727 * gnulib/import/strerror-override.h: Remove.
728 * gnulib/import/strerror.c: Remove.
729 * gnulib/update-gnulib.sh: Update.
730
731 2013-11-20 Yao Qi <yao@codesourcery.com>
732
733 * target-dcache.c (target_dcache_get_or_init): Call
734 set_address_space_data if 'dcache' is NULL.
735
736 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
737
738 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
739
740 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
741
742 * python/lib/gdb/command/bound_register.py: New file.
743 * data-directory/Makefile.in: Copy bond_register.py to the right path
744 to be initialized at gdb startup.
745
746 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
747
748 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
749 Add MPX registers.
750 (amd64_linux_read_description): Add initialization for MPX and
751 AVX independently.
752 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
753 (amd64_linux_gregset_reg_offset): Add MPX registers.
754 (amd64_linux_core_read_description): Add initialization for MPX
755 registers.
756 (_initialize_amd64_linux_tdep): Initialize MPX targets.
757 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
758 register on the list.
759 (tdesc_amd64_mpx_linux) Add new target for MPX.
760 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
761 (amd64_mpx_names): MPX register names.
762 (amd64_init_abi): Add MPX register while initializing the ABI.
763 (_initialize_amd64_tdep): Initialize MPX targets.
764 * amd64-tdep.h (amd64_regnum): Add MPX registers.
765 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
766
767 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
768
769 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
770 registers on the range of registers to be read from
771 xsave buffer.
772 (i386_linux_read_description): Add case for MPX.
773 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
774 (i386_linux_gregset_reg_offset): Add MPX registers.
775 (i386_linux_core_read_description): Initialize also MPX.
776 (_initialize_i386_linux_tdep): Add mpx initialization.
777 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
778 mpx_register_names.
779 (i386_regnum): Add MPX registers.
780 (I386_MPX_NUM_REGS): New macro.
781 (i386_bnd_regnum_p): New function.
782 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
783 number of registers to be the number of BNDSTATUS.
784 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
785 * i386-tdep.c: Include features/i386/i386-mpx.c.
786 (i386_mpx_names): Add MPX register names array.
787 (i386_bnd_names): Add bnd pseudo register names array.
788 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
789 registers.
790 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
791 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
792 registers.
793 (i386_bnd_type): New function.
794 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
795 register types.
796 (i386_pseudo_register_read_into_value): Add bnd case.
797 (i386_pseudo_register_write): Add bnd pseudo registers.
798 (i386_register_reggroup_p): Add MPX register to the group all.
799 (i386_validate_tdesc_p): Add MPX to the target description
800 validation.
801 (i386_pseudo_register_name): Add bnd pseudo registers.
802 (i386_gdbarch_init): Add MPX for architecture initialization.
803 (_initia_initialize_i386_tdep): Add mpx initialization.
804 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
805 XSAVE buffer.
806 (XSAVE_MPX_ADDR): New macro.
807 (i387_supply_xsave): Add MPX case.
808 (i387_collect_xsave): Add MPX case.
809 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
810 (I387_BNDCFGU_REGNUM): New macro.
811 (I387_NUM_MPX_REGS): New macro.
812 (I387_NUM_BND_REGS): New macro.
813 (I387_NUM_MPX_CTRL_REGS): New macro.
814 (I387_MPXEND_REGNUM): New macro.
815 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
816 (I386_XSTATE_BNDCFG): Likewise.
817 (I386_XSTATE_MPX_MASK): Likewise.
818 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
819 (I386_XSTATE_BNDREGS_SIZE): New macro.
820 (I386_XSTATE_BNDCFG_SIZE): Likewise.
821 (I386_XSTATE_SIZE): Adapt for MPX.
822 (I386_XSTATE_MAX_SIZE): Likewise.
823
824 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
825
826 * features/i386/Makefile: Adapts for using MPX registers.
827 * features/i386/32bit-mpx.xml: New file.
828 * features/i386/64bit-mpx.xml: Likewise.
829 * features/i386/amd64-mpx-linux.c: Likewise.
830 * features/i386/amd64-mpx-linux.xml: Likewise.
831 * features/i386/amd64-mpx.c: Likewise.
832 * features/i386/amd64-mpx.xml: Likewise.
833 * features/i386/i386-mpx-linux.c: Likewise.
834 * features/i386/i386-mpx-linux.xml: Likewise.
835 * features/i386/i386-mpx.c: Likewise.
836 * features/i386/i386-mpx.xml: Likewise.
837 * regformats/i386/amd64-mpx-linux.dat: New file.
838 * regformats/i386/amd64-mpx.dat: Likewise.
839 * regformats/i386/i386-mpx-linux.dat: Likewise.
840 * regformats/i386/i386-mpx.dat: Likewise.
841
842 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
843
844 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
845 Modified logic of creating a bitfield to be in sync with
846 tdesc_gdb_type.
847
848 2013-11-20 Will Newton <will.newton@linaro.org>
849
850 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
851 error message.
852
853 2013-11-20 Yao Qi <yao@codesourcery.com>
854
855 * progspace.h (struct address_space_data): Declare.
856 * target-dcache.c: Include "progspace.h".
857 (target_dache): Remove.
858 (target_dcache_aspace_key): New.
859 (target_dcache_cleanup): New function.
860 (target_dcache_init_p): Get data through
861 target_dcache_aspace_key.
862 (target_dcache_invalidate): Likewise.
863 (target_dcache_get): Likewise.
864 (target_dcache_get_or_init): Likewise.
865 (_initialize_target_dcache): Initialize
866 target_dcache_aspace_key.
867
868 2013-11-20 Yao Qi <yao@codesourcery.com>
869
870 * progspace.c (struct address_space): Update comments.
871 <REGISTRY_FIELDS>: New fields.
872 DEFINE_REGISTRY for address_space.
873 (new_address_space): Call address_space_alloc_data.
874 (free_address_space): Call address_space_free_data.
875 * progspace.h: Use DECLARE_REGISTRY.
876
877 2013-11-20 Yao Qi <yao@codesourcery.com>
878
879 * Makefile.in (SFILES):Add target-dcache.c.
880 (HFILES_NO_SRCDIR): Add target-dcache.h.
881 (COMMON_OBS): Add target-dcache.o.
882 * dcache.c: Remove inclusion to "target.h". Include
883 "target-dcache.h".
884 * memattr.c: Include "target-dcache.h".
885 * top.c: Likewise.
886 * tracepoint.c: Likewise.
887 * target.c: (stack_cache_enabled_p_1): Move to
888 target-dcache.c.
889 (stack_cache_enabled_p): Likewise.
890 (set_stack_cache_enabled_p): Likewise.
891 (show_stack_cache_enabled_p): Likewise.
892 (target_dcache, target_dcache_init_p): Likewise.
893 (target_dcache_invalidate): Likewise.
894 (target_dcache_get, target_dcache_get_or_init): Likewise.
895 (memory_xfer_partial_1): Call function stack_cache_enabled.
896 (initialize_target): Move code to target-dcache.c.
897 * target.h (target_dcache_invalidate): Move to
898 target-dcache.h.
899 (target_dcache_get): Likewise.
900 * target-dcache.c: New.
901 * target-dcache.h: New.
902
903 2013-11-20 Yao Qi <yao@codesourcery.com>
904
905 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
906 it is initialized.
907
908 2013-11-20 Yao Qi <yao@codesourcery.com>
909
910 * dcache.c (last_cache): Remove.
911 (dcache_free, dcache_init): Update.
912 (dcache_update):
913 (dcache_print_line): Add parameter 'dcache'. Replace
914 'target_dcache' with 'dcache'.
915 (dcache_info): Move code to dcache_info_1. Call
916 'dcache_info_1'.
917 (dcache_info_1): New function.
918 (set_dcache_size): Call target_dcache_invalidate.
919 (set_dcache_line_size): Call target_dcache_invalidate.
920 * target.c (target_dcache_init_p): New function.
921 (target_dcache_invalidate): Check target_dcache_init_p first.
922 (target_dcache_get, target_dcache_get_or_init): New function.
923 (memory_xfer_partial_1): Adjust.
924 (initialize_target): Don't initialize 'target_dcache'.
925 * target.h (struct dcache_struct): Declare.
926 (target_dcache_get): Declare.
927
928 2013-11-19 Yao Qi <yao@codesourcery.com>
929
930 * varobj.c (varobj_get_type): Fix typo.
931
932 2013-11-19 Joel Brobecker <brobecker@adacore.com>
933
934 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
935
936 2013-11-19 Joel Brobecker <brobecker@adacore.com>
937
938 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
939 "stat.h".
940
941 2013-11-18 Tom Tromey <tromey@redhat.com>
942
943 * common/gdb_stat.h: Remove.
944 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
945 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
946 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
947 * corefile.c: Use sys/stat.h, not gdb_stat.h.
948 * ctf.c: Use sys/stat.h, not gdb_stat.h.
949 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
950 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
951 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
952 * exec.c: Use sys/stat.h, not gdb_stat.h.
953 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
954 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
955 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
956 * jit.c: Use sys/stat.h, not gdb_stat.h.
957 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
958 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
959 * main.c: Use sys/stat.h, not gdb_stat.h.
960 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
961 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
962 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
963 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
964 * procfs.c: Use sys/stat.h, not gdb_stat.h.
965 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
966 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
967 * remote.c: Use sys/stat.h, not gdb_stat.h.
968 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
969 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
970 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
971 * source.c: Use sys/stat.h, not gdb_stat.h.
972 * symfile.c: Use sys/stat.h, not gdb_stat.h.
973 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
974 * symtab.c: Use sys/stat.h, not gdb_stat.h.
975 * top.c: Use sys/stat.h, not gdb_stat.h.
976 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
977
978 2013-11-18 Tom Tromey <tromey@redhat.com>
979
980 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
981 sys_stat.
982 * gnulib/aclocal.m4: Update.
983 * gnulib/config.in: Update.
984 * gnulib/configure: Update.
985 * gnulib/import/Makefile.am: Update.
986 * gnulib/import/Makefile.in: Update.
987 * gnulib/import/m4/gnulib-cache.m4: Update.
988 * gnulib/import/m4/gnulib-comp.m4: Update.
989 * gnulib/import/m4/sys_stat_h.m4: New.
990 * gnulib/import/m4/time_h.m4: New.
991 * gnulib/import/sys_stat.in.h: New.
992 * gnulib/import/time.in.h: New.
993
994 2013-11-18 Tom Tromey <tromey@redhat.com>
995
996 * configure: Rebuild.
997 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
998
999 2013-11-18 Tom Tromey <tromey@redhat.com>
1000
1001 * configure: Rebuild.
1002 * configure.ac: Don't check for unistd.h.
1003
1004 2013-11-18 Tom Tromey <tromey@redhat.com>
1005
1006 * configure: Rebuild.
1007 * configure.ac: Don't check for stdlib.h
1008 * defs.h: Include stdlib.h unconditionally.
1009
1010 2013-11-18 Tom Tromey <tromey@redhat.com>
1011
1012 * config.in: Rebuild.
1013 * configure: Rebuild.
1014 * configure.ac: Don't check for stddef.h.
1015 * defs.h: Unconditionally include stddef.h. Remove duplicate
1016 inclusion.
1017
1018 2013-11-18 Tom Tromey <tromey@redhat.com>
1019
1020 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
1021 * common/gdb_dirent.h: Remove.
1022 * common/filestuff.c: Use dirent.h.
1023 * common/linux-osdata.c: Use dirent.h.
1024 (NAMELEN): Define.
1025 * config.in: Rebuild.
1026 * configure: Rebuild.
1027 * configure.ac: Don't use AC_HEADER_DIRENT.
1028 * linux-fork.c: Use dirent.h
1029 * linux-nat.c: Use dirent.h.
1030 * nto-procfs.c: Use dirent.h.
1031 * procfs.c: Use dirent.h.
1032
1033 2013-11-18 Tom Tromey <tromey@redhat.com>
1034
1035 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
1036 * gnulib/aclocal.m4: Update.
1037 * gnulib/config.in: Update.
1038 * gnulib/configure: Update.
1039 * gnulib/import/Makefile.am: Update.
1040 * gnulib/import/Makefile.in: Update.
1041 * gnulib/import/dirent.in.h: New.
1042 * gnulib/import/m4/dirent_h.m4: New.
1043 * gnulib/import/m4/gnulib-cache.m4: Update.
1044 * gnulib/import/m4/gnulib-comp.m4: Update.
1045
1046 2013-11-18 Tom Tromey <tromey@redhat.com>
1047
1048 * configure: Rebuild.
1049 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
1050 strings.h.
1051
1052 2013-11-18 Tom Tromey <tromey@redhat.com>
1053
1054 * common/gdb_string.h: Remove.
1055 * aarch64-tdep.c: Use string.h, not gdb_string.h.
1056 * ada-exp.y: Use string.h, not gdb_string.h.
1057 * ada-lang.c: Use string.h, not gdb_string.h.
1058 * ada-lex.l: Use string.h, not gdb_string.h.
1059 * ada-typeprint.c: Use string.h, not gdb_string.h.
1060 * ada-valprint.c: Use string.h, not gdb_string.h.
1061 * aix-thread.c: Use string.h, not gdb_string.h.
1062 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
1063 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
1064 * alpha-nat.c: Use string.h, not gdb_string.h.
1065 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
1066 * alpha-tdep.c: Use string.h, not gdb_string.h.
1067 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
1068 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
1069 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
1070 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
1071 * amd64-nat.c: Use string.h, not gdb_string.h.
1072 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
1073 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
1074 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
1075 * arch-utils.c: Use string.h, not gdb_string.h.
1076 * arm-linux-nat.c: Use string.h, not gdb_string.h.
1077 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
1078 * arm-tdep.c: Use string.h, not gdb_string.h.
1079 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
1080 * armbsd-tdep.c: Use string.h, not gdb_string.h.
1081 * armnbsd-nat.c: Use string.h, not gdb_string.h.
1082 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
1083 * armobsd-tdep.c: Use string.h, not gdb_string.h.
1084 * avr-tdep.c: Use string.h, not gdb_string.h.
1085 * ax-gdb.c: Use string.h, not gdb_string.h.
1086 * ax-general.c: Use string.h, not gdb_string.h.
1087 * bcache.c: Use string.h, not gdb_string.h.
1088 * bfin-tdep.c: Use string.h, not gdb_string.h.
1089 * breakpoint.c: Use string.h, not gdb_string.h.
1090 * build-id.c: Use string.h, not gdb_string.h.
1091 * buildsym.c: Use string.h, not gdb_string.h.
1092 * c-exp.y: Use string.h, not gdb_string.h.
1093 * c-lang.c: Use string.h, not gdb_string.h.
1094 * c-typeprint.c: Use string.h, not gdb_string.h.
1095 * c-valprint.c: Use string.h, not gdb_string.h.
1096 * charset.c: Use string.h, not gdb_string.h.
1097 * cli-out.c: Use string.h, not gdb_string.h.
1098 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
1099 * cli/cli-decode.c: Use string.h, not gdb_string.h.
1100 * cli/cli-dump.c: Use string.h, not gdb_string.h.
1101 * cli/cli-interp.c: Use string.h, not gdb_string.h.
1102 * cli/cli-logging.c: Use string.h, not gdb_string.h.
1103 * cli/cli-script.c: Use string.h, not gdb_string.h.
1104 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
1105 * cli/cli-utils.c: Use string.h, not gdb_string.h.
1106 * coffread.c: Use string.h, not gdb_string.h.
1107 * common/common-utils.c: Use string.h, not gdb_string.h.
1108 * common/filestuff.c: Use string.h, not gdb_string.h.
1109 * common/linux-procfs.c: Use string.h, not gdb_string.h.
1110 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
1111 * common/signals.c: Use string.h, not gdb_string.h.
1112 * common/vec.h: Use string.h, not gdb_string.h.
1113 * core-regset.c: Use string.h, not gdb_string.h.
1114 * corefile.c: Use string.h, not gdb_string.h.
1115 * corelow.c: Use string.h, not gdb_string.h.
1116 * cp-abi.c: Use string.h, not gdb_string.h.
1117 * cp-support.c: Use string.h, not gdb_string.h.
1118 * cp-valprint.c: Use string.h, not gdb_string.h.
1119 * cris-tdep.c: Use string.h, not gdb_string.h.
1120 * d-lang.c: Use string.h, not gdb_string.h.
1121 * dbxread.c: Use string.h, not gdb_string.h.
1122 * dcache.c: Use string.h, not gdb_string.h.
1123 * demangle.c: Use string.h, not gdb_string.h.
1124 * dicos-tdep.c: Use string.h, not gdb_string.h.
1125 * disasm.c: Use string.h, not gdb_string.h.
1126 * doublest.c: Use string.h, not gdb_string.h.
1127 * dsrec.c: Use string.h, not gdb_string.h.
1128 * dummy-frame.c: Use string.h, not gdb_string.h.
1129 * dwarf2-frame.c: Use string.h, not gdb_string.h.
1130 * dwarf2loc.c: Use string.h, not gdb_string.h.
1131 * dwarf2read.c: Use string.h, not gdb_string.h.
1132 * elfread.c: Use string.h, not gdb_string.h.
1133 * environ.c: Use string.h, not gdb_string.h.
1134 * eval.c: Use string.h, not gdb_string.h.
1135 * event-loop.c: Use string.h, not gdb_string.h.
1136 * exceptions.c: Use string.h, not gdb_string.h.
1137 * exec.c: Use string.h, not gdb_string.h.
1138 * expprint.c: Use string.h, not gdb_string.h.
1139 * f-exp.y: Use string.h, not gdb_string.h.
1140 * f-lang.c: Use string.h, not gdb_string.h.
1141 * f-typeprint.c: Use string.h, not gdb_string.h.
1142 * f-valprint.c: Use string.h, not gdb_string.h.
1143 * fbsd-nat.c: Use string.h, not gdb_string.h.
1144 * findcmd.c: Use string.h, not gdb_string.h.
1145 * findvar.c: Use string.h, not gdb_string.h.
1146 * fork-child.c: Use string.h, not gdb_string.h.
1147 * frame.c: Use string.h, not gdb_string.h.
1148 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
1149 * frv-tdep.c: Use string.h, not gdb_string.h.
1150 * gdb.c: Use string.h, not gdb_string.h.
1151 * gdb_bfd.c: Use string.h, not gdb_string.h.
1152 * gdbarch.c: Use string.h, not gdb_string.h.
1153 * gdbtypes.c: Use string.h, not gdb_string.h.
1154 * gnu-nat.c: Use string.h, not gdb_string.h.
1155 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
1156 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
1157 * go-exp.y: Use string.h, not gdb_string.h.
1158 * go-lang.c: Use string.h, not gdb_string.h.
1159 * go32-nat.c: Use string.h, not gdb_string.h.
1160 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
1161 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
1162 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
1163 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
1164 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
1165 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
1166 * i386-linux-nat.c: Use string.h, not gdb_string.h.
1167 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
1168 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
1169 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
1170 * i386-tdep.c: Use string.h, not gdb_string.h.
1171 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
1172 * i386gnu-nat.c: Use string.h, not gdb_string.h.
1173 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
1174 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
1175 * i387-tdep.c: Use string.h, not gdb_string.h.
1176 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
1177 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
1178 * inf-child.c: Use string.h, not gdb_string.h.
1179 * inf-ptrace.c: Use string.h, not gdb_string.h.
1180 * inf-ttrace.c: Use string.h, not gdb_string.h.
1181 * infcall.c: Use string.h, not gdb_string.h.
1182 * infcmd.c: Use string.h, not gdb_string.h.
1183 * inflow.c: Use string.h, not gdb_string.h.
1184 * infrun.c: Use string.h, not gdb_string.h.
1185 * interps.c: Use string.h, not gdb_string.h.
1186 * iq2000-tdep.c: Use string.h, not gdb_string.h.
1187 * irix5-nat.c: Use string.h, not gdb_string.h.
1188 * jv-exp.y: Use string.h, not gdb_string.h.
1189 * jv-lang.c: Use string.h, not gdb_string.h.
1190 * jv-typeprint.c: Use string.h, not gdb_string.h.
1191 * jv-valprint.c: Use string.h, not gdb_string.h.
1192 * language.c: Use string.h, not gdb_string.h.
1193 * linux-fork.c: Use string.h, not gdb_string.h.
1194 * linux-nat.c: Use string.h, not gdb_string.h.
1195 * lm32-tdep.c: Use string.h, not gdb_string.h.
1196 * m2-exp.y: Use string.h, not gdb_string.h.
1197 * m2-typeprint.c: Use string.h, not gdb_string.h.
1198 * m32c-tdep.c: Use string.h, not gdb_string.h.
1199 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
1200 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
1201 * m32r-rom.c: Use string.h, not gdb_string.h.
1202 * m32r-tdep.c: Use string.h, not gdb_string.h.
1203 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
1204 * m68k-tdep.c: Use string.h, not gdb_string.h.
1205 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
1206 * m68klinux-nat.c: Use string.h, not gdb_string.h.
1207 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
1208 * m88k-tdep.c: Use string.h, not gdb_string.h.
1209 * macrocmd.c: Use string.h, not gdb_string.h.
1210 * main.c: Use string.h, not gdb_string.h.
1211 * mdebugread.c: Use string.h, not gdb_string.h.
1212 * mem-break.c: Use string.h, not gdb_string.h.
1213 * memattr.c: Use string.h, not gdb_string.h.
1214 * memory-map.c: Use string.h, not gdb_string.h.
1215 * mep-tdep.c: Use string.h, not gdb_string.h.
1216 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
1217 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
1218 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
1219 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
1220 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
1221 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
1222 * mi/mi-console.c: Use string.h, not gdb_string.h.
1223 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
1224 * mi/mi-interp.c: Use string.h, not gdb_string.h.
1225 * mi/mi-main.c: Use string.h, not gdb_string.h.
1226 * mi/mi-parse.c: Use string.h, not gdb_string.h.
1227 * microblaze-rom.c: Use string.h, not gdb_string.h.
1228 * microblaze-tdep.c: Use string.h, not gdb_string.h.
1229 * mingw-hdep.c: Use string.h, not gdb_string.h.
1230 * minidebug.c: Use string.h, not gdb_string.h.
1231 * minsyms.c: Use string.h, not gdb_string.h.
1232 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
1233 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
1234 * mips-tdep.c: Use string.h, not gdb_string.h.
1235 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
1236 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
1237 * mipsread.c: Use string.h, not gdb_string.h.
1238 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
1239 * mn10300-tdep.c: Use string.h, not gdb_string.h.
1240 * monitor.c: Use string.h, not gdb_string.h.
1241 * moxie-tdep.c: Use string.h, not gdb_string.h.
1242 * mt-tdep.c: Use string.h, not gdb_string.h.
1243 * nbsd-tdep.c: Use string.h, not gdb_string.h.
1244 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
1245 * nto-procfs.c: Use string.h, not gdb_string.h.
1246 * nto-tdep.c: Use string.h, not gdb_string.h.
1247 * objc-lang.c: Use string.h, not gdb_string.h.
1248 * objfiles.c: Use string.h, not gdb_string.h.
1249 * opencl-lang.c: Use string.h, not gdb_string.h.
1250 * osabi.c: Use string.h, not gdb_string.h.
1251 * osdata.c: Use string.h, not gdb_string.h.
1252 * p-exp.y: Use string.h, not gdb_string.h.
1253 * p-lang.c: Use string.h, not gdb_string.h.
1254 * p-typeprint.c: Use string.h, not gdb_string.h.
1255 * parse.c: Use string.h, not gdb_string.h.
1256 * posix-hdep.c: Use string.h, not gdb_string.h.
1257 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
1258 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
1259 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
1260 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
1261 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
1262 * printcmd.c: Use string.h, not gdb_string.h.
1263 * procfs.c: Use string.h, not gdb_string.h.
1264 * prologue-value.c: Use string.h, not gdb_string.h.
1265 * python/py-auto-load.c: Use string.h, not gdb_string.h.
1266 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
1267 * ravenscar-thread.c: Use string.h, not gdb_string.h.
1268 * regcache.c: Use string.h, not gdb_string.h.
1269 * registry.c: Use string.h, not gdb_string.h.
1270 * remote-fileio.c: Use string.h, not gdb_string.h.
1271 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
1272 * remote-mips.c: Use string.h, not gdb_string.h.
1273 * remote-sim.c: Use string.h, not gdb_string.h.
1274 * remote.c: Use string.h, not gdb_string.h.
1275 * reverse.c: Use string.h, not gdb_string.h.
1276 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
1277 * ser-base.c: Use string.h, not gdb_string.h.
1278 * ser-go32.c: Use string.h, not gdb_string.h.
1279 * ser-mingw.c: Use string.h, not gdb_string.h.
1280 * ser-pipe.c: Use string.h, not gdb_string.h.
1281 * ser-tcp.c: Use string.h, not gdb_string.h.
1282 * ser-unix.c: Use string.h, not gdb_string.h.
1283 * serial.c: Use string.h, not gdb_string.h.
1284 * sh-tdep.c: Use string.h, not gdb_string.h.
1285 * sh64-tdep.c: Use string.h, not gdb_string.h.
1286 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1287 * skip.c: Use string.h, not gdb_string.h.
1288 * sol-thread.c: Use string.h, not gdb_string.h.
1289 * solib-dsbt.c: Use string.h, not gdb_string.h.
1290 * solib-frv.c: Use string.h, not gdb_string.h.
1291 * solib-osf.c: Use string.h, not gdb_string.h.
1292 * solib-spu.c: Use string.h, not gdb_string.h.
1293 * solib-target.c: Use string.h, not gdb_string.h.
1294 * solib.c: Use string.h, not gdb_string.h.
1295 * somread.c: Use string.h, not gdb_string.h.
1296 * source.c: Use string.h, not gdb_string.h.
1297 * sparc-nat.c: Use string.h, not gdb_string.h.
1298 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1299 * sparc-tdep.c: Use string.h, not gdb_string.h.
1300 * sparc64-tdep.c: Use string.h, not gdb_string.h.
1301 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1302 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1303 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1304 * spu-linux-nat.c: Use string.h, not gdb_string.h.
1305 * spu-multiarch.c: Use string.h, not gdb_string.h.
1306 * spu-tdep.c: Use string.h, not gdb_string.h.
1307 * stabsread.c: Use string.h, not gdb_string.h.
1308 * stack.c: Use string.h, not gdb_string.h.
1309 * std-regs.c: Use string.h, not gdb_string.h.
1310 * symfile.c: Use string.h, not gdb_string.h.
1311 * symmisc.c: Use string.h, not gdb_string.h.
1312 * symtab.c: Use string.h, not gdb_string.h.
1313 * target.c: Use string.h, not gdb_string.h.
1314 * thread.c: Use string.h, not gdb_string.h.
1315 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1316 * tilegx-tdep.c: Use string.h, not gdb_string.h.
1317 * top.c: Use string.h, not gdb_string.h.
1318 * tracepoint.c: Use string.h, not gdb_string.h.
1319 * tui/tui-command.c: Use string.h, not gdb_string.h.
1320 * tui/tui-data.c: Use string.h, not gdb_string.h.
1321 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1322 * tui/tui-file.c: Use string.h, not gdb_string.h.
1323 * tui/tui-layout.c: Use string.h, not gdb_string.h.
1324 * tui/tui-out.c: Use string.h, not gdb_string.h.
1325 * tui/tui-regs.c: Use string.h, not gdb_string.h.
1326 * tui/tui-source.c: Use string.h, not gdb_string.h.
1327 * tui/tui-stack.c: Use string.h, not gdb_string.h.
1328 * tui/tui-win.c: Use string.h, not gdb_string.h.
1329 * tui/tui-windata.c: Use string.h, not gdb_string.h.
1330 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1331 * typeprint.c: Use string.h, not gdb_string.h.
1332 * ui-file.c: Use string.h, not gdb_string.h.
1333 * ui-out.c: Use string.h, not gdb_string.h.
1334 * user-regs.c: Use string.h, not gdb_string.h.
1335 * utils.c: Use string.h, not gdb_string.h.
1336 * v850-tdep.c: Use string.h, not gdb_string.h.
1337 * valarith.c: Use string.h, not gdb_string.h.
1338 * valops.c: Use string.h, not gdb_string.h.
1339 * valprint.c: Use string.h, not gdb_string.h.
1340 * value.c: Use string.h, not gdb_string.h.
1341 * varobj.c: Use string.h, not gdb_string.h.
1342 * vax-tdep.c: Use string.h, not gdb_string.h.
1343 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1344 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1345 * windows-nat.c: Use string.h, not gdb_string.h.
1346 * xcoffread.c: Use string.h, not gdb_string.h.
1347 * xml-support.c: Use string.h, not gdb_string.h.
1348 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1349 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1350
1351 2013-11-18 Tom Tromey <tromey@redhat.com>
1352
1353 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1354 and strstr.
1355 * gnulib/aclocal.m4: Update.
1356 * gnulib/config.in: Update.
1357 * gnulib/configure: Update.
1358 * gnulib/import/Makefile.am: Update.
1359 * gnulib/import/Makefile.in: Update.
1360 * gnulib/import/errno.in.h: New.
1361 * gnulib/import/intprops.h: New.
1362 * gnulib/import/m4/errno_h.m4: New.
1363 * gnulib/import/m4/gnulib-cache.m4: Update.
1364 * gnulib/import/m4/gnulib-comp.m4: Update.
1365 * gnulib/import/m4/strerror.m4: New.
1366 * gnulib/import/m4/strstr.m4: New.
1367 * gnulib/import/m4/sys_socket_h.m4: New.
1368 * gnulib/import/strerror-override.c: New.
1369 * gnulib/import/strerror-override.h: New.
1370 * gnulib/import/strerror.c: New.
1371 * gnulib/import/strstr.c: New.
1372
1373 2013-11-18 Tom Tromey <tromey@redhat.com>
1374
1375 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1376 multiple lines.
1377
1378 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1379
1380 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1381 * sparc-tdep.h: And its prototype.
1382
1383 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1384 function.
1385 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1386
1387 2013-11-18 Pedro Alves <palves@redhat.com>
1388
1389 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1390 use unpack_pointer.
1391
1392 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1393
1394 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1395 to -list-features output.
1396
1397 2013-11-17 Joel Brobecker <brobecker@adacore.com>
1398
1399 * dwarf2expr.h (struct dwarf_expr_context_funcs)
1400 <read_addr_from_reg>: Renames "read_reg".
1401 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1402 Adjust comment.
1403 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1404 Use read_addr_from_reg in place of read_reg.
1405 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1406 in place of read_reg.
1407 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1408 dwarf_expr_read_reg.
1409 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1410 with dwarf_expr_read_addr_from_reg.
1411 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1412 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1413 needs_frame_read_addr_from_reg.
1414
1415 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1418
1419 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1420
1421 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1422 NULL.
1423
1424 2013-11-15 Tom Tromey <tromey@redhat.com>
1425
1426 PR c++/16117:
1427 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1428 (classify_name): Likewise. Prefer a field of "this" over a
1429 filename.
1430 (classify_inner_name, yylex): Update.
1431
1432 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1433
1434 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1435 Extend the documentation a bit.
1436 <get_reg_value>: New field.
1437 * dwarf2loc.c (dwarf_expr_get_reg_value)
1438 (needs_frame_get_reg_value): New functions.
1439 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1440 callback.
1441 * dwarf2-frame.c (get_reg_value): New function.
1442 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1443 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1444 Use new callback to compute result_val.
1445
1446 2013-11-15 Alan Modra <amodra@gmail.com>
1447
1448 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1449 (ppc64_desc_entry_point): ..this. Update comments here and at
1450 call points.
1451 (ppc64_standard_linkage1, ppc64_standard_linkage2,
1452 ppc64_standard_linkage3): Update comments.
1453 (ppc64_standard_linkage4, ppc64_standard_linkage5,
1454 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1455 patterns.
1456 (ppc64_standard_linkage4_target): New function.
1457 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1458 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
1459 nop match. Fix comment wrap.
1460
1461 2013-11-14 Pedro Alves <palves@redhat.com>
1462
1463 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1464 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1465
1466 2013-11-14 Pedro Alves <palves@redhat.com>
1467
1468 * infrun.c (struct execution_control_state)
1469 <stepped_after_stopped_by_watchpoint>: New field.
1470 (get_inferior_stop_soon): New function.
1471 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1472 moved to struct execution_control_state -- adjust. Use
1473 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
1474 new function.
1475 (handle_signal_stop): New function, factored out from
1476 handle_inferior_event.
1477
1478 2013-11-14 Pedro Alves <palves@redhat.com>
1479
1480 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1481 return a boolean.
1482 * breakpoint.c (bpstat_explains_signal): Adjust to return a
1483 boolean.
1484 (explains_signal_watchpoint, base_breakpoint_explains_signal):
1485 Adjust to return a boolean.
1486 * breakpoint.h (enum bpstat_signal_value): Delete.
1487 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1488 (bpstat_explains_signal): Likewise.
1489 * infrun.c (handle_inferior_event) <random signal checks>:
1490 bpstat_explains_signal now returns a boolean - adjust. No longer
1491 consider hiding signals.
1492
1493 2013-11-14 Pedro Alves <palves@redhat.com>
1494
1495 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1496 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1497 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1498 BPSTAT_SIGNAL_HIDE.
1499 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1500 instead of BPSTAT_SIGNAL_HIDE.
1501 * infrun.c (handle_inferior_event): Rework random signal checks.
1502
1503 2013-11-14 Pedro Alves <palves@redhat.com>
1504
1505 * infrun.c (struct execution_control_state): Remove
1506 'random_signal' field.
1507 (handle_syscall_event): Use bpstat_causes_stop instead of
1508 bpstat_explains_signal. Don't set ecs->random_signal.
1509 (handle_inferior_event): New 'random_signal' local.
1510 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1511 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1512 bpstat_explains_signal. Don't set ecs->random_signal.
1513 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1514 ecs->random_signal.
1515
1516 2013-11-14 Pedro Alves <palves@redhat.com>
1517
1518 * infrun.c (handle_inferior_event): Move comment from the
1519 function's body to the function's description, adjusted.
1520
1521 2013-11-14 Pedro Alves <palves@redhat.com>
1522
1523 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1524 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1525 Assert we never fall through out of the TARGET_WAITKIND_LOADED
1526 case.
1527
1528 2013-11-14 Tom Tromey <tromey@redhat.com>
1529
1530 * python/py-linetable.c (ltpy_has_line)
1531 (ltpy_get_all_source_lines): Fix loop termination condition.
1532
1533 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1534
1535 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1536 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1537 PARSE->LANGUAGE during command execution, if set.
1538 * mi/mi-parse.c: Add "language.h" #include.
1539 (mi_parse): Add parsing of "--language" command option.
1540
1541 * NEWS: Add entry mentioning the new "--language" command option.
1542
1543 2013-11-14 Pedro Alves <palves@redhat.com>
1544 Joel Brobecker <brobecker@adacore.com>
1545
1546 * cli/cli-utils.h (extract_arg_const): Add declaration.
1547 * cli/cli-utils.c (extract_arg_const): New function.
1548 (extract_arg): Reimplement using extract_arg_const.
1549
1550 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1551
1552 * language.h: Add "symtab.h" #include.
1553
1554 2013-11-13 Doug Evans <xdje42@gmail.com>
1555
1556 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1557 specific breakpoints, don't evaluate breakpoint condition if
1558 different thread.
1559
1560 2013-11-13 Keith Seitz <keiths@redhat.com>
1561
1562 PR c++/7935
1563 PR c++/10541
1564 * cp-support.c (insepct_type): Add support for substituting
1565 namespace aliases, too.
1566 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1567 for DW_TAG_imported_declaration.
1568 (add_partial_symbol): Likewise.
1569 (process_die): Handle namespace aliases with
1570 read_namespace_alias.
1571 (die_needs_namespace): Add DW_TAG_imported_declaration.
1572 (read_namespace_alias): New function.
1573 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1574 (new_symbol_full): Handle DW_TAG_imported_declaration.
1575
1576 2013-11-13 Keith Seitz <keiths@redhat.com>
1577
1578 * p-exp.y (uptok): Make first parameter const.
1579 (yylex): Make `tokstart' and `tokptr' const.
1580 Don't copy the lexer input to a temporary buffer.
1581 Make `p' const.
1582 Remove const workaround for parse_escape.
1583 Create a temporary buffer for a convenience variable instead
1584 of doing in-place modification of the input.
1585 If a match is found with a different case from the input,
1586 do not change the input at all.
1587 Use `tmp' to construct the resultant stoken instead of
1588 `tokstart'.
1589
1590 2013-11-13 Doug Evans <xdje42@gmail.com>
1591
1592 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1593
1594 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1595
1596 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1597 entry with "ada-exceptions".
1598
1599 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1600
1601 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1602 after re-initialization of OBJFILE's obstack.
1603
1604 2013-11-12 Doug Evans <xdje42@gmail.com>
1605
1606 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1607 bs->stop != 0 on entry. Update function comment. Simplify early
1608 exit for frame mismatch. Reindent rest of function.
1609
1610 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1611
1612 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1613 NULL.
1614
1615 2013-11-12 Doug Evans <dje@google.com>
1616
1617 Work around gold/15646.
1618 * dwarf2read.c (read_index_from_section): Update comment.
1619 (struct dw2_symtab_iterator): New member global_seen.
1620 (dw2_symtab_iter_init): Initialize it.
1621 (dw2_symtab_iter_next): Skip duplicate global symbols.
1622 (dw2_expand_symtabs_matching): Ditto.
1623
1624 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1625
1626 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1627 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1628 command.
1629 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1630 (mi_cmd_info_ada_exceptions): New function.
1631 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1632
1633 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1634
1635 * ada-lang.h: #include "vec.h".
1636 (struct ada_exc_info): New.
1637 (ada_exc_info): New typedef.
1638 (DEF_VEC_O(ada_exc_info)): New vector.
1639 (ada_exceptions_list): Add declaration.
1640 * ada-lang.c (ada_is_exception_sym)
1641 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1642 (sort_remove_dups_ada_exceptions_list)
1643 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1644 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1645 (ada_exceptions_list_1, ada_exceptions_list)
1646 (info_exceptions_command): New function.
1647 (_initialize_ada_language): Add "info exception" command.
1648
1649 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1650
1651 PR python/15629
1652 * NEWS: Add linetable feature.
1653 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1654 * python/py-linetable.c: New file.
1655 * python/py-symtab.c (stpy_get_linetable): New function.
1656 * python/python-internal.h (symtab_to_linetable_object): Declare.
1657 (gdbpy_initialize_linetable): Ditto.
1658 * python/python.c (_initialize_python): Call
1659 gdbpy_initialize_linetable.
1660
1661 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1662
1663 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1664 the documentation of fields "except_string" and "condition".
1665 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1666 CONDITION on the heap before passing it to
1667 create_ada_exception_catchpoint.
1668 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1669 CONDITION.
1670
1671 2013-11-11 Tom Tromey <tromey@redhat.com>
1672
1673 * config.in, configure: Rebuild.
1674 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1675
1676 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1677
1678 * remote-sim.c (gdbsim_detach): Break declaration into
1679 shorter lines. No code change.
1680
1681 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1682
1683 * remote-sim.c (gdbsim_detach): Fix prototype.
1684
1685 2013-11-08 Doug Evans <dje@google.com>
1686
1687 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1688 (create_debug_types_hash_table): Only print debugging messages for
1689 each TU if dwarf2-read >= 2.
1690 (process_queue): Ditto.
1691 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1692 Update doc string.
1693
1694 2013-11-08 Tom Tromey <tromey@redhat.com>
1695
1696 * configure: Rebuild.
1697 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1698
1699 2013-11-08 Tom Tromey <tromey@redhat.com>
1700
1701 * configure, config.in: Rebuild.
1702 * configure.ac: Remove unused configury.
1703
1704 2013-11-08 Tom Tromey <tromey@redhat.com>
1705
1706 * m32c-tdep.c: Use gdb_string.h.
1707
1708 2013-11-08 Tom Tromey <tromey@redhat.com>
1709
1710 * configure, config.in: Rebuild.
1711 * configure.ac: Remove all link.h-related checks.
1712
1713 2013-11-08 Tom Tromey <tromey@redhat.com>
1714
1715 * acinclude.m4: Include common.m4.
1716 * common/common.m4: New file.
1717 * configure, config.in: Rebuild.
1718 * configure.ac: Use GDB_AC_COMMON.
1719
1720 2013-11-08 Doug Evans <dje@google.com>
1721
1722 * NEWS: Mention that "set debug symtab-create" now accepts a
1723 verbosity level.
1724 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1725 to set the symtab's primary flag.
1726 * jit.c (finalize_symtab): Ditto.
1727 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1728 * symfile.c (allocate_symtab): Only print debugging messages for
1729 symtab_create_debug levels 2 and higher.
1730 * symtab.c (symtab_create_debug): Change type to unsigned int.
1731 (set_symtab_primary): New function.
1732 (_initialize_symtab): Change "set debug symtab-create" to a
1733 zuinteger option.
1734 * symtab.h (set_symtab_primary): Declare.
1735 (symtab_create_debug): Update decl.
1736
1737 2013-11-08 Tom Tromey <tromey@redhat.com>
1738
1739 * aix-thread.c (aix_thread_detach): Update.
1740 * corelow.c (core_detach): Update.
1741 * darwin-nat.c (darwin_detach): Update.
1742 * dec-thread.c (dec_thread_detach): Update.
1743 * gnu-nat.c (gnu_detach): Update.
1744 * go32-nat.c (go32_detach): Update.
1745 * inf-ptrace.c (inf_ptrace_detach): Update.
1746 * inf-ttrace.c (inf_ttrace_detach): Update.
1747 * linux-fork.c (linux_fork_detach): Update.
1748 * linux-fork.h (linux_fork_detach): Update.
1749 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1750 local for const-correctness.
1751 * linux-thread-db.c (thread_db_detach): Update.
1752 * monitor.c (monitor_detach): Update.
1753 * nto-procfs.c (procfs_detach): Update.
1754 * procfs.c (procfs_detach): Update.
1755 * record.c (record_detach): Update.
1756 * record.h (record_detach): Update.
1757 * remote-m32r-sdi.c (m32r_detach): Update.
1758 * remote-mips.c (mips_detach): Update.
1759 * remote-sim.c (gdbsim_detach): Update.
1760 * remote.c (remote_detach_1, remote_detach)
1761 (extended_remote_detach): Update.
1762 * sol-thread.c (sol_thread_detach): Update.
1763 * target.c (target_detach): Make "args" const.
1764 (init_dummy_target): Update.
1765 * target.h (struct target_ops) <to_detach>: Make argument const.
1766 (target_detach): Likewise.
1767 * windows-nat.c (windows_detach): Update.
1768
1769 2013-11-07 Doug Evans <dje@google.com>
1770
1771 PR 11786
1772 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1773 and align fields for PT_GNU_RELRO segments.
1774
1775 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1776
1777 PR python/15747
1778 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1779
1780 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1781
1782 * NEWS: Document Python temporary breakpoint support.
1783 * python/py-breakpoint.c (bppy_get_temporary): New function.
1784 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1785 to temporary if True.
1786
1787 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1788
1789 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1790 removed to allow analyzing unconditional branch instructions
1791 with PC-relative offsets of zero.
1792
1793 2013-11-07 Yao Qi <yao@codesourcery.com>
1794
1795 * mi/mi-cmd-var.c: Include "language.h".
1796 (mi_cmd_var_info_expression): Get language name from
1797 language_defn.
1798 * varobj.c (varobj_language_string): Remove.
1799 (variable_language): Remove declaration.
1800 (languages): Remove.
1801 (varobj_get_language): Change the type of return value.
1802 (variable_language): Remove.
1803 * varobj.h (enum varobj_languages): Remove.
1804 (varobj_language_string): Remove declaration.
1805 (varobj_get_language): Update declaration.
1806
1807 2013-11-07 Yao Qi <yao@codesourcery.com>
1808
1809 * language.h (struct language_defn) <la_natural_name>: New
1810 field.
1811 * ada-lang.c (ada_language_defn): Initialize field
1812 'la_natural_name'.
1813 * c-lang.c (c_language_defn): Likewise.
1814 (cplus_language_defn, asm_language_defn): Likewise.
1815 * d-lang.c (d_language_defn): Likewise.
1816 * f-lang.c (f_language_defn): Likewise.
1817 * go-lang.c (go_language_defn): Likewise.
1818 * jv-lang.c (java_language_defn): Likewise.
1819 * language.c (unknown_language_defn ): Likewise.
1820 (auto_language_defn): Likewise.
1821 * m2-lang.c (m2_language_defn): Likewise.
1822 * objc-lang.c (objc_language_defn): Likewise.
1823 * opencl-lang.c (opencl_language_defn): Likewise.
1824 * p-lang.c (pascal_language_defn): Likewise.
1825
1826 2013-11-07 Yao Qi <yao@codesourcery.com>
1827
1828 * language.c (language_str): Return const char *.
1829 (add_language): Add const to 'language_names'
1830 * language.h (struct language_defn) <la_name>: Add const.
1831 (language_str: Update declaration.
1832
1833 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1834
1835 * s390-linux-nat.c (s390_read_description): Consider the TE field
1836 in the HWCAP for determining 'have_regset_tdb'.
1837
1838 2013-11-06 Will Newton <will.newton@linaro.org>
1839
1840 PR gdb/12866
1841 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1842 values. (read_partial_die): Likewise.
1843
1844 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1845
1846 PR cli/16122
1847 * top.c (command_line_input): Unify interactivity tests to use
1848 input_from_terminal_p.
1849 * event-top.c (command_line_handler): Likewise.
1850
1851 2013-11-06 Yao Qi <yao@codesourcery.com>
1852
1853 * Makefile.in (check-perf): New target.
1854
1855 2013-11-05 Will Newton <will.newton@linaro.org>
1856
1857 PR gdb/7670
1858 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1859 (arm_print_float_info): Likewise.
1860
1861 2013-11-04 Anton Blanchard <anton@samba.org>
1862
1863 * target.c (memory_xfer_partial): Cap write to 4KB.
1864
1865 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1866
1867 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1868 probe scan even when the arch provides no get_longjmp_target.
1869
1870 2013-10-31 Pedro Alves <palves@redhat.com>
1871
1872 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1873 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1874 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1875 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1876 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1877 <bpstat handling>: If the bpstat chain wants the signal to be
1878 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1879 GDB_SIGNAL_TRAP.
1880
1881 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1882
1883 * breakpoint.c (update_watchpoint): Update error message and add
1884 an additional error message.
1885
1886 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1887
1888 * s390-tdep.h: Rename to...
1889 * s390-linux-tdep.h: ...here.
1890 * s390-tdep.c: Rename to...
1891 * s390-linux-tdep.c: ...here. Adjust #include.
1892 * s390-nat.c: Rename to...
1893 * s390-linux-nat.c: ...here. Adjust #include.
1894 * config/s390/s390.mh: Rename to...
1895 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1896 s390-linux-nat.o.
1897 * configure.host: Reflect host rename "s390" -> "linux".
1898 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1899 * Makefile.in (ALL_TARGET_OBS): Likewise.
1900 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1901 s390-linux-tdep.h.
1902 (ALLDEPFILES): Reflect rename of .c files.
1903
1904 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1905
1906 * s390-nat.c: Whitespace cleanup.
1907 * s390-tdep.c: Likewise.
1908 * s390-tdep.h: Remove empty line at end of file.
1909
1910 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1911
1912 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1913 siginfo_size.
1914
1915 2013-10-29 Tom Tromey <tromey@redhat.com>
1916
1917 * utils.c (reg): Move undefinition...
1918 * gdb_curses.h: ... here. Update comment to mention AIX.
1919
1920 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1921
1922 * exec.h (add_target_sections_of_objfile): New declaration.
1923 * exec.c (add_target_sections_of_objfile): New function.
1924 * symfile.c (add_symbol_file_command): Update current target sections.
1925 (remove_symbol_file_command): New command.
1926 (symfile_free_objfile): New function.
1927 (_initialize_symfile): Register observer for free_objfile events.
1928 * NEWS: Add description of the remove-symbol-file command.
1929 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1930 * objfiles.c (free_objfile): Notify free_objfile.
1931 (is_addr_in_objfile): New function.
1932 * objfiles.h (is_addr_in_objfile): New declaration.
1933 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1934 events instead of solib_unloaded events.
1935 (_initialize_printcmd): Register observer for free_objfile instead
1936 of solib_unloaded notifications.
1937 * solib.c (remove_user_added_objfile): New function.
1938 (_initialize_symfile): Add remove-symbol-file.
1939
1940 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1941
1942 * infcmd.c (default_print_one_register_info): Use val_print to
1943 print all values even optimized out or unavailable ones. Don't
1944 try to print a raw form of optimized out or unavailable values.
1945
1946 2013-10-29 Yao Qi <yao@codesourcery.com>
1947
1948 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1949 parameter 'arg' instead of from program_space_data.
1950 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1951 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1952 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1953 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1954 * inflow.c (inflow_inferior_data_cleanup): Get data from
1955 parameter 'arg' instead of inferior_data.
1956 * registry.h: Add comments.
1957
1958 2013-10-28 Pedro Alves <palves@redhat.com>
1959
1960 * breakpoint.c (watchpoints_triggered)
1961 <!target_stopped_data_address>: Hardcode return 1.
1962
1963 2013-10-28 Pedro Alves <palves@redhat.com>
1964
1965 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1966 level and reindent.
1967
1968 2013-10-28 Pedro Alves <palves@redhat.com>
1969
1970 * infrun.c (process_event_stop_test): New function, factored out
1971 from handle_inferior_event.
1972 (handle_inferior_event): 'process_event_stop_test' is now a
1973 function instead of a goto label -- adjust.
1974
1975 2013-10-28 Pedro Alves <palves@redhat.com>
1976
1977 * infrun.c (handle_inferior_event): Move process_event_stop_test
1978 goto label to the else branch of the ecs->random_signal check,
1979 along with FRAME and GDBARCH re-fetching.
1980
1981 2013-10-28 Pedro Alves <palves@redhat.com>
1982
1983 * infrun.c (switch_back_to_stepped_thread): New function, factored
1984 out from handle_inferior_event.
1985 (handle_inferior_event): Adjust to call
1986 switch_back_to_stepped_thread. Call it also at the tail of the
1987 random signal handling, and return, instead of also handling
1988 random signals just before the stepping tests.
1989
1990 2013-10-28 Pedro Alves <palves@redhat.com>
1991
1992 * infrun.c (clear_stop_func): Delete.
1993 (handle_inferior_event): Don't call clear_stop_func and don't
1994 clear 'ecs->random_signal'.
1995
1996 2013-10-27 Yao Qi <yao@codesourcery.com>
1997
1998 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1999 (varobj_create, varobj_get_path_expr): Update.
2000 (varobj_value_has_mutated, varobj_update): Likewise.
2001 (create_child_with_value, new_root_variable): Likewise.
2002 (number_of_children, name_of_variable): Likewise.
2003 (value_of_child, my_value_of_variable): Likewise.
2004 (varobj_value_is_changeable_p): Likewise.
2005
2006 2013-10-25 Yao Qi <yao@codesourcery.com>
2007
2008 * language.h (struct lang_varobj_ops): Declare.
2009 (struct language_defn) <la_varobj_ops>: New field.
2010 * ada-lang.c: Include "varobj.h"
2011 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
2012 ada_varobj_ops.
2013 * c-lang.c: Include "varobj.h"
2014 (c_language_defn): Initialize field 'la_varobj_ops' with
2015 c_varobj_ops.
2016 (cplus_language_defn): Initialize field 'la_varobj_ops' with
2017 cplus_varobj_ops.
2018 (asm_language_defn): Initialize field 'la_varobj_ops' with
2019 default_varobj_ops.
2020 (minimal_language_defn): Likewise.
2021 * d-lang.c (d_language_defn): Likewise.
2022 * f-lang.c (f_language_defn): Likewise.
2023 * go-lang.c (go_language_defn): Likewise.
2024 * m2-lang.c (m2_language_defn): Likewise.
2025 * objc-lang.c (objc_language_defn): Likewise.
2026 * opencl-lang.c (opencl_language_defn): Likewise.
2027 * p-lang.c (pascal_language_defn): Likewise.
2028 * language.c (unknown_language_defn): Likewise.
2029 (auto_language_defn): Likewise.
2030 (local_language_defn): Likewise.
2031 * jv-lang.c (java_language_defn): Initialize field
2032 'la_varobj_ops' with java_varobj_ops.
2033 * varobj.c (varobj_create): Update.
2034 * varobj.h (default_varobj_ops): Define macro.
2035
2036 2013-10-25 Pedro Alves <palves@redhat.com>
2037
2038 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
2039 static field value.
2040 (cp_print_static_field): If the value is entirely optimized out,
2041 print <optimized out> here.
2042 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
2043 static field value.
2044 * p-valprint.c (pascal_object_print_static_field): If the value is
2045 entirely optimized out, print <optimized out> here.
2046 * valops.c (do_search_struct_field)
2047 (value_struct_elt_for_reference): No longer handle a NULL static
2048 field value.
2049 * value.c (value_static_field): Return an optimized out value
2050 instead of NULL.
2051
2052 2013-10-25 Yao Qi <yao@codesourcery.com>
2053
2054 * remote.c (remote_traceframe_info): Return early if
2055 traceframe is not selected.
2056
2057 2013-10-25 Yao Qi <yao@codesourcery.com>
2058
2059 * tracepoint.c (traceframe_fun): Remove.
2060 (traceframe_sal): Remove.
2061 (set_traceframe_context): Add local variables.
2062
2063 2013-10-25 Joel Brobecker <brobecker@adacore.com>
2064
2065 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
2066 and parameter name.
2067
2068 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2069
2070 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
2071 failure from register information collection.
2072
2073 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2074
2075 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
2076 member.
2077 (linux_corefile_thread_callback): Update accordingly.
2078 (linux_make_corefile_notes): Likewise.
2079
2080 2013-10-24 Pedro Alves <palves@redhat.com>
2081
2082 * NEWS (New options): Mention set/show startup-with-shell.
2083 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
2084 instead of 3.
2085 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
2086 startup-with-shell'.
2087 (show_startup_with_shell): New function.
2088 (_initialize_fork_child): Register the set/show startup-with-shell
2089 commands.
2090 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
2091 * inf-ttrace.c (inf_ttrace_him): Remove comment.
2092 * procfs.c (procfs_init_inferior): Remove comment.
2093 * infcmd.c (startup_with_shell): New global.
2094 * inferior.h (startup_with_shell): Declare global.
2095 (STARTUP_WITH_SHELL): Delete.
2096 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
2097
2098 2013-10-23 Pedro Alves <palves@redhat.com>
2099
2100 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
2101 * common/signals.c: Include "gdb_assert.h".
2102 (signals): New field 'symbol'.
2103 (SET): Use the 'symbol' parameter.
2104 (gdb_signal_to_symbol_string): New function.
2105 * infrun.c (handle_inferior_event) <random signal>: In debug
2106 output, print the random signal enum as string in addition to its
2107 number.
2108 * target/waitstatus.c (target_waitstatus_to_string): Print the
2109 signal's enum value as string instead of the (POSIX) signal name.
2110
2111 2013-10-23 Gary Benson <gbenson@redhat.com>
2112
2113 PR 16013
2114 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
2115 from 32 to 18. Adjusted fscanf format string accordingly.
2116 (Avoids leaving cmd unterminated.)
2117 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
2118 trun, retn or extra. (Avoids leaving extra unterminated.) Check
2119 that local_address and remote_address will not overflow.
2120 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
2121 leaving dependencies unterminated. Parse size as "%u" to match
2122 definition.
2123
2124 2013-10-22 Pedro Alves <palves@redhat.com>
2125
2126 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
2127 set ecs->random signal.
2128
2129 2013-10-22 Pedro Alves <palves@redhat.com>
2130
2131 * infrun.c (keep_going): Update comments.
2132
2133 2013-10-22 Pedro Alves <palves@redhat.com>
2134
2135 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
2136 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2137
2138 2013-10-22 Pedro Alves <palves@redhat.com>
2139
2140 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
2141 GDB_EXC_BAD_ACCESS.
2142 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
2143 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
2144 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
2145 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
2146 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
2147 (GDB_SIGNAL_LAST): Change description string.
2148 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
2149 Adjust to signal renaming.
2150 * darwin-nat.c (darwin_decode_message): Likewise.
2151
2152 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
2153
2154 * MAINTAINERS (Write After Approval): Add myself to the list.
2155
2156 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
2157
2158 * breakpoint.c (update_watchpoint): If hardware watchpoints are
2159 forced off, downgrade them to software watchpoints if possible,
2160 and error out if not possible.
2161 (watch_command_1): Move watchpoint type selection closer to
2162 watchpoint creation, and extend the comments.
2163
2164 2013-10-18 Pedro Alves <palves@redhat.com>
2165
2166 PR gdb/16062
2167 * infrun.c (handle_inferior_event): Keep going if we got a random
2168 signal we should not stop for, instead of falling through to the
2169 step tests.
2170
2171 2013-10-18 Yao Qi <yao@codesourcery.com>
2172
2173 * c-varobj.c (cplus_number_of_children): Fix indentation.
2174
2175 2013-10-17 Tom Tromey <tromey@redhat.com>
2176
2177 PR gdb/15995:
2178 * printcmd.c (printcmd): Call gdb_flush.
2179
2180 2013-10-17 Tom Tromey <tromey@redhat.com>
2181
2182 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
2183 (elf_locate_sections): Update.
2184
2185 2013-10-17 Yao Qi <yao@codesourcery.com>
2186
2187 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2188 * ada-varobj.c: Remove the include of ada-varobj.h.
2189 (ada_varobj_get_number_of_children): Declare.
2190 (ada_varobj_get_name_of_child): Make it static.
2191 (ada_varobj_get_path_expr_of_child): Likewise.
2192 (ada_varobj_get_value_of_child): Likewise.
2193 (ada_varobj_get_type_of_child): Likewise.
2194 (ada_varobj_get_value_of_array_variable): Likewise.
2195 * ada-varobj.h: Remove.
2196
2197 2013-10-17 Yao Qi <yao@codesourcery.com>
2198
2199 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
2200 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
2201 * ada-varobj.c: Include "varobj.h".
2202 (ada_number_of_children): New. Moved from varobj.c.
2203 (ada_name_of_variable, ada_name_of_child): Likewise.
2204 (ada_path_expr_of_child, ada_value_of_child): Likewise.
2205 (ada_type_of_child, ada_value_of_variable): Likewise.
2206 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
2207 (ada_varobj_ops): New.
2208 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
2209 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
2210 * gdbtypes.h (get_target_type): Declare.
2211 * varobj.c: Remove the inclusion of "ada-varobj.h" and
2212 "ada-lang.h".
2213 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
2214 (ANONYMOUS_UNION_NAME): Likewise.
2215 (get_type, get_value_type, get_target_type): Remove declarations.
2216 (value_get_print_value, varobj_value_get_print_value): Likewise.
2217 (c_number_of_children, c_name_of_variable): Likewise.
2218 (c_name_of_child, c_path_expr_of_child): Likewise.
2219 (c_value_of_child, c_type_of_child): Likewise.
2220 (c_value_of_variable, cplus_number_of_children): Likewise.
2221 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2222 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2223 (cplus_value_of_child, cplus_type_of_child): Likewise.
2224 (cplus_value_of_variable, java_number_of_children): Likewise.
2225 (java_name_of_variable, java_name_of_child): Likewise.
2226 (java_path_expr_of_child, java_value_of_child): Likewise.
2227 (java_type_of_child, java_value_of_variable): Likewise.
2228 (ada_number_of_children, ada_name_of_variable): Likewise.
2229 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2230 (ada_value_of_child, ada_type_of_child): Likewise.
2231 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2232 (ada_value_has_mutated): Likewise.
2233 (struct language_specific): Move it to varobj.h.
2234 (CPLUS_FAKE_CHILD): Move it to varobj.h.
2235 (restrict_range): Rename it varobj_restrict_range. Make it extern.
2236 Callers update.
2237 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
2238 Make it extern.
2239 (is_anonymous_child): Move it to c-varobj.c and rename to
2240 varobj_is_anonymous_child. Caller update.
2241 (get_type): Move it to c-varobj.c.
2242 (get_value_type): Rename it varobj_get_value_type. Make it
2243 extern.
2244 (get_target_type): Move it gdbtypes.c.
2245 (varobj_formatted_print_options): New function.
2246 (value_get_print_value): Rename it to
2247 varobj_value_get_print_value and make it extern.
2248 (varobj_value_is_changeable_p): Make it extern.
2249 (adjust_value_for_child_access): Move it to c-varobj.c.
2250 (default_value_is_changeable_p): Rename it to
2251 varobj_default_value_is_changeable_p. Make it extern.
2252 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
2253 (c_name_of_child, c_path_expr_of_child): Likewise.
2254 (c_value_of_child, c_type_of_child): Likewise.
2255 (c_value_of_variable, cplus_number_of_children): Likewise.
2256 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2257 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2258 (cplus_value_of_child, cplus_type_of_child): Likewise.
2259 (cplus_value_of_variable): Likewise.
2260 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
2261 (java_name_of_child, java_path_expr_of_child): Likewise.
2262 (java_value_of_child, java_type_of_child): Likewise.
2263 (java_value_of_variable): Likewise.
2264 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
2265 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2266 (ada_value_of_child, ada_type_of_child): Likewise.
2267 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2268 (ada_value_has_mutated): Likewise.
2269 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
2270 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
2271 (c_varobj_ops, cplus_varobj_ops): Declare.
2272 (java_varobj_ops, ada_varobj_ops): Declare.
2273 (varobj_default_value_is_changeable_p): Declare.
2274 (varobj_value_is_changeable_p): Declare.
2275 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
2276 (varobj_get_path_expr_parent): Declare.
2277 (varobj_value_get_print_value): Declare.
2278 (varobj_formatted_print_options): Declare.
2279 (varobj_restrict_range): Declare.
2280
2281 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
2282
2283 * target/waitstatus.h (target_waitkind): Remove spurious
2284 character from the comments.
2285
2286 2013-10-17 Joel Brobecker <brobecker@adacore.com>
2287
2288 * gdbarch.sh (get_longjmp_target): Add method documentation.
2289 * gdbarch.h: Regenerate.
2290
2291 2013-10-16 Tom Tromey <tromey@redhat.com>
2292
2293 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2294 label.
2295
2296 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
2297
2298 * gcore.in: Call GDB using the full path to the gcore script.
2299 Error out if the GDB binary is not found.
2300
2301 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2302
2303 PR gdb/16014
2304 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2305 sizeof.
2306
2307 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2308
2309 PR gdb/16042
2310 * target.c (target_disable_btrace): Fix invalid return value for
2311 void function.
2312 (target_teardown_btrace): Likewise.
2313
2314 2013-10-14 Yao Qi <yao@codesourcery.com>
2315
2316 * varobj.c (struct varobj): Move most of the fields to
2317 varobj.h.
2318 (struct varobj_dynamic): New struct.
2319 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2320 (varobj_has_more): Likewise.
2321 (dynamic_varobj_has_child_method): Likewise.
2322 (update_dynamic_varobj_children): Likewise.
2323 (varobj_get_num_children): Likewise.
2324 (varobj_list_children, varobj_pretty_printed_p): Likewise.
2325 (install_new_value_visualizer): Likewise.
2326 (install_new_value_visualizer, install_new_value): Likewise.
2327 (varobj_update, new_variable, free_variable): Likewise.
2328 (my_value_of_variable, value_get_print_value): Likewise.
2329 (install_visualizer): Change the type of parameter 'var' to
2330 'struct varobjd_dynamic *'. Callers update.
2331 * varobj.h (struct varobj): Moved from varobj.c.
2332 (struct varobj) <dynamic>: New field.
2333
2334 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
2335
2336 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2337 as the preferred name of r30.
2338 * nios2-linux-tdep.c (reg_offsets): Likewise.
2339 * features/nios2-cpu.xml: Likewise.
2340 * features/nios2-linux.c: Regenerated.
2341 * features/nios2.c: Regenerated.
2342 * regformats/nios2-linux.dat: Regenerated.
2343
2344 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 Canonicalize directories for EXEC_FILENAME.
2347 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2348 exec_filename.
2349 * utils.c (gdb_realpath_keepfile): New function.
2350 * utils.h (gdb_realpath_keepfile): New declaration.
2351
2352 2013-10-11 Doug Evans <dje@google.com>
2353
2354 * Makefile.in (GDBFLAGS): New variable.
2355 (run): New rule.
2356
2357 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2358
2359 * NEWS: Add entry documenting the new "-catch-assert" and
2360 "-catch-exception" GDB/MI commands.
2361
2362 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2363
2364 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2365 "enabled".
2366 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2367 "enabled". Set B->ENABLE_STATE accordingly.
2368 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2369 ada-lang.c.
2370 (create_ada_exception_catchpoint): Add declaration.
2371 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2372 (create_ada_exception_catchpoint): Make non-static. Add new
2373 parameter "disabled". Use it in call to
2374 init_ada_exception_breakpoint.
2375 (catch_ada_exception_command): Add parameter "enabled" in call
2376 to create_ada_exception_catchpoint.
2377 (catch_assert_command): Likewise.
2378
2379 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2380 Add declarations.
2381 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2382 "catch-exception" commands.
2383 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2384 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2385
2386 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2387
2388 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2389 "enum exception_catchpoint_kind". Replace the "ex_" prefix
2390 of all its enumerates with "ada_". Update the rest of this
2391 file throughout.
2392
2393 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2394
2395 * ada-lang.c (ada_decode_exception_location): Delete.
2396 (create_ada_exception_catchpoint): Remove arguments "sal",
2397 "addr_string" and "ops". Add argument "ex_kind" instead.
2398 Adjust implementation accordingly, calling ada_exception_sal
2399 to get the entities it no longer gets passed as arguments.
2400 Document the function's arguments.
2401 (catch_ada_exception_command): Use catch_ada_exception_command_split
2402 instead of ada_decode_exception_location, and update call to
2403 create_ada_exception_catchpoint.
2404 (catch_ada_assert_command_split): Renames
2405 ada_decode_assert_location. Remove parameters "addr_string" and
2406 "ops", and now returns void. Adjust implementation accordingly.
2407 Update the function documentation.
2408 (catch_assert_command): Use catch_ada_assert_command_split
2409 instead of ada_decode_assert_location. Update call to
2410 create_ada_exception_catchpoint.
2411
2412 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2413
2414 * utils.h (perror_warning_with_name): Add declaration.
2415 * utils.c (perror_warning_with_name): New function.
2416 * cli/cli-cmds.c (source_script_with_search): Add call to
2417 perror_warning_with_name if from_tty is nul.
2418
2419 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2420
2421 * utils.c (perror_string): New function, extracted out of
2422 throw_perror_with_name.
2423 (throw_perror_with_name): Rework to use perror_string.
2424
2425 2013-10-11 Yao Qi <yao@codesourcery.com>
2426
2427 * remote.c (discard_pending_stop_replies_in_queue): Update
2428 declaration.
2429 (struct stop_reply) <rs>: New field.
2430 (remove_stop_reply_of_remote_state): New function.
2431 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2432 Callers update. Pass remove_stop_reply_of_remote_state to
2433 QUEUE_iterate.
2434 (remote_parse_stop_reply): Initialize field 'rs'.
2435
2436 2013-10-10 Will Newton <will.newton@linaro.org>
2437
2438 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2439 linux_init_abi.
2440
2441 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2442
2443 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2444 serial_baud_show_cmd.
2445 (_initialize_cli_cmds): Delete the code creating the
2446 "set/show remotebaud" commands.
2447 * serial.c (baud_rate): Move here from top.c.
2448 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2449 (_initialize_serial): Create "set/show serial baud" commands.
2450 Add "set/show remotebaud" command aliases.
2451 * top.c (baud_rate): Moved to serial.c.
2452 * NEWS: Document the new "set/show serial baud" commands,
2453 replacing "set/show remotebaud".
2454
2455 2013-10-09 Pedro Alves <palves@redhat.com>
2456
2457 * breakpoint.c (insert_bp_location): Use memory_error_message to
2458 build the memory error string.
2459 * c-lang.c: Include "gdbcore.h".
2460 (c_get_string): Use memory_error to throw error.
2461 (target_xfer_memory_error): Delete.
2462 (memory_error_message): New, factored out from
2463 target_xfer_memory_error.
2464 (memory_error): Change parameter type to target_xfer_error.
2465 Rewrite.
2466 (read_memory): Use memory_error instead of
2467 target_xfer_memory_error.
2468 * gdbcore.h: Include "target.h".
2469 (memory_error): Change parameter type to target_xfer_error.
2470 (memory_error_message): Declare function.
2471 * target.c (target_read_memory, target_read_stack)
2472 (target_write_memory, target_write_raw_memory): Return
2473 TARGET_XFER_E_IO on error. Adjust comments.
2474 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2475 instead of EIO.
2476 * target.h (target_read, target_insert_breakpoint)
2477 (target_remove_breakpoint): Adjust comments.
2478 * valprint.c (partial_memory_read): Rename parameter, and adjust
2479 comment.
2480 (val_print_string): Use memory_error_message to build the memory
2481 error string.
2482
2483 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2486 result variable. Rename variable fopen_e_ever_failed to
2487 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
2488
2489 2013-10-09 Pedro Alves <palves@redhat.com>
2490
2491 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2492 (monitor_write_memory_longlongs, monitor_write_memory_block):
2493 Constify 'myaddr' parameter.
2494 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2495 helper.
2496 (monitor_xfer_partial): New function.
2497 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2498 hook. Install a to_xfer_partial hook.
2499
2500 2013-10-09 Tom Tromey <tromey@redhat.com>
2501
2502 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2503 bfd_get_alt_debug_link_info.
2504
2505 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 New flag OBJF_NOT_FILENAME.
2508 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2509 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2510 allocate_objfile.
2511 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2512 symbol_file_add_from_bfd.
2513 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2514 allocate_objfile.
2515 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2516 NULL.
2517 * objfiles.h (OBJF_NOT_FILENAME): New.
2518
2519 2013-10-08 Tom Tromey <tromey@redhat.com>
2520
2521 * Makefile.in (SFILES): Add build-id.c.
2522 (HFILES_NO_SRCDIR): Add build-id.h.
2523 * build-id.c: New file, largely from elfread.c. Modified
2524 most functions.
2525 * build-id.h: New file.
2526 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2527 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
2528 Search for dwz file using build-id.
2529 * elfread.c (build_id_bfd_get, build_id_verify)
2530 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2531
2532 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2533
2534 * ada-lang.c (compare_names_with_case): Renamed from
2535 compare_names, adding a new parameter "casing" and its handling.
2536 New function documentation.
2537 (compare_names): New function, implemented using
2538 compare_names_with_case.
2539
2540 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2541
2542 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2543
2544 2013-10-07 Tom Tromey <tromey@redhat.com>
2545
2546 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2547 demangled_names_hash.
2548 (free_objfile): Don't delete the demangled_names_hash.
2549 * objfiles.h (struct objfile_per_bfd_storage)
2550 <demangled_names_hash>: New field.
2551 (struct objfile) <demangled_names_hash>: Move to
2552 objfile_per_bfd_storage.
2553 * symfile.c (reread_symbols): Don't delete the
2554 demangled_names_hash.
2555 * symtab.c (create_demangled_names_hash): Update.
2556 (symbol_set_names): Update.
2557
2558 2013-10-07 Tom Tromey <tromey@redhat.com>
2559
2560 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2561 needs_relocations>: New fields.
2562 (gdb_bfd_requires_relocations): New function.
2563 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2564 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2565 the BFD needs relocations applied.
2566
2567 2013-10-07 Pedro Alves <palves@redhat.com>
2568
2569 PR breakpoints/11568
2570 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2571 the thread list" instead of "gone".
2572
2573 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2574
2575 * NEWS: Mention new convenience variable $_exitsignal.
2576 * corelow.c (core_open): Reset exit convenience variables. Set
2577 $_exitsignal to the uncaught signal which generated the corefile.
2578 * infrun.c (handle_inferior_event): Reset exit convenience
2579 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2580 (clear_exit_convenience_vars): New function.
2581 * inferior.h (clear_exit_convenience_vars): New prototype.
2582
2583 2013-10-06 Yao Qi <yao@codesourcery.com>
2584
2585 * varobj.h: Add comments to enum varobj_languages.
2586
2587 2013-10-04 Doug Evans <dje@google.com>
2588
2589 Add support for DWP file format version 2.
2590 * NEWS: Mention support for DWP file format version 2.
2591 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2592 union of asection, containing_section. New fields virtual_offset
2593 and is_virtual. Change type of readin filed from int to char.
2594 (dwo_sections, dwo_file): Tweak comments.
2595 (dwp_v2_section_ids): New enum.
2596 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2597 str_offsets, types.
2598 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2599 All uses updated.
2600 (virtual_v2_dwo_sections): New struct.
2601 (dwp_hash_table): New fields version, nr_columns. Change type of
2602 section_pool field to a union.
2603 (dwp_file): New field version.
2604 (dwarf2_has_info): Check for virtual sections.
2605 (get_containing_section): New function.
2606 (get_section_bfd_owner, get_section_bfd_section): Call it.
2607 (dwarf2_locate_sections): Update.
2608 (dwarf2_section_empty_p): Update.
2609 (dwarf2_read_section): Handle virtual sections.
2610 (locate_dwz_sections): Update.
2611 (create_dwp_hash_table): Document and handle V2 format.
2612 (locate_v1_virtual_dwo_sections): Renamed from
2613 locate_virtual_dwo_sections and update. All callers updated.
2614 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2615 Delete arg htab. Rename arg section_index to unit_index.
2616 All callers updated.
2617 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2618 All uses updated.
2619 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2620 (lookup_dwo_unit_in_dwp): Add V2 support.
2621 (dwarf2_locate_dwo_sections): Update.
2622 (dwarf2_locate_common_dwp_sections): Renamed from
2623 dwarf2_locate_dwp_sections and update. All callers updated.
2624 (dwarf2_locate_v2_dwp_sections): New function.
2625 (open_and_init_dwp_file): Add V2 support.
2626 (read_str_index): New locals str_section, str_offsets_section.
2627
2628 2013-10-04 Pedro Alves <palves@redhat.com>
2629
2630 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2631 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2632 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2633 describing comments with references to ptid.h.
2634 * common/ptid.h: Remove intro description of constructors,
2635 accessors and predicates.
2636 (struct ptid): Reformat.
2637 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2638 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2639 describing comments.
2640
2641 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2642
2643 * aix-thread.c (sync_threadlists): Add missing ')' in call
2644 to ptid_build.
2645
2646 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2647
2648 * procfs.c (procfs_init_inferior): Fix typo causing the build
2649 to fail.
2650
2651 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2652
2653 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2654
2655 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2656
2657 * mi/mi-main.c (run_one_inferior): Add function description.
2658 Make ARG a pointer to an integer whose value determines whether
2659 we should "run" or "start" the program.
2660 (mi_cmd_exec_run): Add handling of the "--start" option.
2661 Reject all other command-line options.
2662 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2663
2664 2013-10-04 Yao Qi <yao@codesourcery.com>
2665
2666 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2667 (struct notif_client) <pending_event>: Moved
2668 to struct remote_notif_state.
2669 <id>: New field.
2670 (struct remote_notif_state) <pending_event>: New field.
2671 (notif_event_xfree): Declare.
2672 * remote-notif.c (handle_notification): Adjust.
2673 (notif_event_xfree): New function.
2674 (do_notif_event_xfree): Call notif_event_xfree.
2675 (remote_notif_state_xfree): Call notif_event_xfree to free
2676 each element in field pending_event.
2677 * remote.c (discard_pending_stop_replies): Remove declaration.
2678 (discard_pending_stop_replies_in_queue): Declare.
2679 (remote_close): Call discard_pending_stop_replies_in_queue
2680 instead of discard_pending_stop_replies.
2681 (remote_start_remote): Adjust.
2682 (stop_reply_xfree): Call notif_event_xfree.
2683 (notif_client_stop): Adjust initialization.
2684 (remote_notif_remove_all): Rename it to ...
2685 (remove_stop_reply_for_inferior): ... this. Update comments.
2686 Don't check INF is NULL.
2687 (discard_pending_stop_replies): Return early if notif_state is
2688 NULL. Adjust. Don't check INF is NULL.
2689 (remote_notif_get_pending_events): Adjust.
2690 (discard_pending_stop_replies_in_queue): New function.
2691 (remote_wait_ns): Likewise.
2692
2693 2013-10-04 Yao Qi <yao@codesourcery.com>
2694
2695 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2696 (notif_queue): Remove.
2697 (remote_notif_process): Add one parameter 'notif_queue'.
2698 Update comments. Callers update.
2699 (remote_async_get_pending_events_token): Remove.
2700 (remote_notif_register_async_event_handler): Remove.
2701 (remote_notif_unregister_async_event_handler): Remove.
2702 (handle_notification): Add parameter 'notif_queue'. Update
2703 comments. Callers update.
2704 (notif_xfree): Remove.
2705 (remote_notif_state_allocate): New function.
2706 (remote_notif_state_xfree): New function.
2707 (_initialize_notif): Remove code to allocate queue.
2708 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2709 (struct remote_notif_state): New.
2710 (handle_notification): Update declaration.
2711 (remote_notif_process): Likewise.
2712 (remote_notif_register_async_event_handler): Remove.
2713 (remote_notif_unregister_async_event_handler): Remove.
2714 (remote_notif_state_allocate): Declare.
2715 (remote_notif_state_xfree): Declare.
2716 * remote.c (struct remote_state) <notif_state>: New field.
2717 (remote_close): Don't call
2718 remote_notif_unregister_async_event_handler. Call
2719 remote_notif_state_xfree.
2720 (remote_open_1): Don't call
2721 remote_notif_register_async_event_handler. Call
2722 remote_notif_state_allocate.
2723
2724 2013-10-04 Yao Qi <yao@codesourcery.com>
2725
2726 * varobj.c (create_child_with_value): Remove 'const' from the
2727 type of parameter 'name'.
2728 (varobj_add_child): Likewise.
2729 (install_dynamic_child): Remove 'const' from the type of
2730 parameter 'name'.
2731 (varobj_add_child): Likewise.
2732 (create_child_with_value): Likewise. Update comments. Don't
2733 duplicate 'name'.
2734 (update_dynamic_varobj_children): Duplicate 'name'
2735 and pass it to install_dynamic_child.
2736
2737 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2738
2739 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2740 conversion logic to occur after PyLong_Check. Comment on order
2741 change significance.
2742 * python/py-arch.c (archpy_disassemble): Comment on order of
2743 conversion for integers and longs.
2744
2745 2013-10-03 Pedro Alves <palves@redhat.com>
2746
2747 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2748 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2749 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2750 PTRACE_O_TRACEFORK is not supported.
2751 (linux_test_for_tracesysgood): New function.
2752 (linux_test_for_tracefork): New function, factored out from
2753 linux_check_ptrace_features, and also don't kill child_pid here.
2754
2755 2013-10-03 Tristan Gingold <gingold@adacore.com>
2756
2757 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2758 Remove verbose error reporting. Use detected state to
2759 thread_set_state call.
2760 (i386_darwin_dr_get): Fix return type. Remove verbose error
2761 report.
2762 Remove trailing spaces.
2763
2764 2013-10-02 Pedro Alves <palves@redhat.com>
2765
2766 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2767 val_print_optimized_out.
2768 * jv-valprint.c (java_print_value_fields): Likewise.
2769 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2770 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2771 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2772 new optimized out value.
2773 * findvar.c (address_from_register): Likewise.
2774 * frame.c (put_frame_register): Tweak error string to say the
2775 register was not saved, rather than optimized out.
2776 * infcmd.c (default_print_one_register_info): Adjust call to
2777 val_print_optimized_out. Use value_of_register instead of
2778 get_frame_register_value.
2779 * mi/mi-main.c (output_register): Use value_of_register instead of
2780 get_frame_register_value.
2781 * valprint.c (valprint_check_validity): Likewise.
2782 (val_print_optimized_out): New value parameter. If the value is
2783 lval_register, print <not saved> instead.
2784 (value_check_printable, val_print_scalar_formatted): Adjust calls
2785 to val_print_optimized_out.
2786 * valprint.h (val_print_optimized_out): New value parameter.
2787 * value.c (struct value) <optimized_out>: Extend comment.
2788 (error_value_optimized_out): New function.
2789 (require_not_optimized_out): Use it. Use a different string for
2790 lval_register values.
2791 * value.h (error_value_optimized_out): New declaration.
2792 * NEWS: Mention <not saved>.
2793
2794 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2795
2796 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2797 strcmp to compare two symtab filenames.
2798
2799 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2800
2801 * symtab.c (search_symbols_equal): Delete.
2802 (sort_search_symbols_remove_dups): Replace call to
2803 search_symbols_equal by call to compare_search_syms,
2804 adjusting as necessary.
2805
2806 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2807
2808 PR python/15579
2809 * python/python.c: Document gdb.execute command in Python help.
2810
2811 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2812
2813 * python/py-frame.c (frame_info_to_frame_object): Use
2814 gdbpy_convert_exception. Clean up Python object on failure.
2815
2816 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2817
2818 * python/lib/gdb/command/frame_filters.py
2819 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2820 (ShowFrameFilterPriority.invoke): Ditto.
2821
2822 2013-10-01 Keith Seitz <keiths@redhat.com>
2823
2824 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2825 (parse_linespec): Make 'argptr' const.
2826 Remove temporary cast of 'argptr' to const char **.
2827 (decode_line_full): Pass const pointer to parse_linespec.
2828 (decode_line_1): Likewise.
2829 (decode_objc): Make local variable 'new_argptr' const.
2830 (find_function_symbols): Remove temporary cast to char *
2831 to find_imps.
2832 * objc-lang.c (find_imps): Make argument 'method' const.
2833 Return const.
2834 * objc-lang.h (find_imps): Likewise.
2835
2836 2013-10-01 Keith Seitz <keiths@redhat.com>
2837
2838 * completer.c (skip_quoted_chars): Make all arguments const.
2839 Return const.
2840 (skip_quoted): Likewise.
2841 * completer.h (skip_quoted_chars): Likewise.
2842 (skip_quoted): Likewise.
2843 * defs.h (skip_quoted): Remove duplicate declaration.
2844 * jv-exp.y: Include completer.h.
2845 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2846 * p-exp.y: Include completer.h.
2847
2848 2013-10-01 Keith Seitz <keiths@redhat.com>
2849
2850 * c-exp.y (parse_number): Make first argument const.
2851 Make a copy of the input to manipulate.
2852 (c_parse_escape): Make first argument const.
2853 Make local variable 'tokptr' const.
2854 (parse_string_or_char): Make first two arguments const.
2855 (macro_original_text): Make const.
2856 (lex_one_token): Make local variable 'tokstart' const.
2857 Likewise for local variables named 'p'.
2858 Cast away const for struct stoken (temporary).
2859 * c-lang.h (c_parse_escpae): Make first argument const.
2860 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2861 const.
2862 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2863 var_string case.
2864 * f-exp.y (parse_number): Make first argument const.
2865 (match_string_literal): Make local variable 'tokstart'
2866 const.
2867 (yylex): Make local variable 'p' const.
2868 Cast away const for struct stoken (temporary).
2869 * go-exp.y (parse_number): Make first argument const.
2870 (parse_string_or_char): Likewise.
2871 Make local variable 'tokstart' const.
2872 (lex_one_token): Likewise for numerous locals called 'p'.
2873 Cast away const for struct stoken (temporary).
2874 * jv-exp.y (parse_number): Make first argument const.
2875 Make local variables 'tokstart' and 'tokptr' const.
2876 Cast away const for call to skip_quoted (temporary).
2877 (yylex): Make local variable 'p' const.
2878 Cast away const for struct stoken (temporary).
2879 * m2-exp.y (parse_number): Make local variable 'p' const.
2880 (yylex): Likewise for 'tokstart'.
2881 Cast away const for struct stoken (temporary).
2882 Make local variable 'p' const.
2883 * macroexp.c (get_character_constant): Pass a const string
2884 to c_parse_escape.
2885 (get_string_literal): Likewise.
2886 (macro_expand_next): Make first argument const.
2887 Cast away const for init_shared_buffer.
2888 * macroexp.h (macro_expand_next): Make first argument const.
2889 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2890 Pass a const string to c_parse_escape.
2891 Make local variables 'p' and 'namestart' const.
2892 * parse.c (lexptr): Make const.
2893 (prev_lexptr): Likewise.
2894 (find_template_name_end): Return const.
2895 Make argument const, too.
2896 (parse_exp_in_context): Make first argument const.
2897 Remove the entire const_hack.
2898 (parse_exp_in_context_1): Make first argument const.
2899 * parser-defs.h (find_template_name_end): Return const.
2900 Make argument const, too.
2901 (lexptr): Make const.
2902 (prev_lexptr): Likewise.
2903 * utils.c (parse_escape): Make second argument const.
2904 * utils.h (parse_escape): Likewise.
2905
2906 2013-10-01 Keith Seitz <keiths@redhat.com>
2907
2908 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2909 is now const.
2910 (block_lookup): Make 'raw_name' and 'name' const.
2911 * ada-lex.l (processString): Update for struct stoken.ptr.
2912 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2913 (operator_stoken): Likewise.
2914 (lex_one_token): Remove temporary cast to char * for
2915 'yylval.sval.ptr'.
2916 * f-exp.y (yylex): Likewise.
2917 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2918 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2919 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2920 'yylval.sval.ptr'.
2921 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2922 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2923 * linespec.c (struct ls_parser): Make 'stream' const.
2924 (find_parameter_list_end): Make argument 'input' and local
2925 variable 'p' const.
2926 (linespec_lexer_lex_string): Make local variables 'start' and
2927 'p' const.
2928 Use skip_spaces_const instead of skip_spaces.
2929 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2930 const.
2931 (parse_linespec): Temporarily cast 'argptr' to const for
2932 'parser->lexer.stream'.
2933 * m2-exp.y (yylex): Remove temporary cast to char * for
2934 'yylval.sval.ptr'.
2935 * objc-lang.c (add_msglist): Make local variable 'p' const.
2936 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2937 (exp : STRING): Make 'sp' const.
2938 (parse_number): Make argument 'p' const.
2939 * parser-defs.h (struct stoken): Make 'ptr' const.
2940
2941 2013-10-01 Doug Evans <dje@google.com>
2942
2943 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2944
2945 2013-10-01 Yao Qi <yao@codesourcery.com>
2946
2947 * varobj.c (c_value_of_root): Remove declaration.
2948 (cplus_value_of_root, java_value_of_root): Likewise.
2949 (ada_value_of_root): Likewise.
2950 (struct language_specific) <value_of_root>: Remove.
2951 (languages): Update initialization.
2952 (check_scope): Move earlier.
2953 (c_value_of_root): Move earlier and rename to ...
2954 (value_of_root_1): ... this.
2955 (value_of_root): Caller update.
2956 (cplus_value_of_root, java_value_of_root): Remove.
2957 (ada_value_of_root): Remove.
2958
2959 2013-10-01 Yao Qi <yao@codesourcery.com>
2960
2961 * varobj.c (varobj_format_string): Remove "unknown".
2962 (languages): Remove the first element.
2963 * varobj.h (enum varobj_languages): Remove vlang_c.
2964
2965 2013-10-01 Yao Qi <yao@codesourcery.com>
2966
2967 * varobj.c (struct language_specific) <language>: Remove.
2968 (languages): Update the initialization.
2969
2970 2013-10-01 Yao Qi <yao@codesourcery.com>
2971
2972 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2973 "solib-target.h". Include "windows-tdep.h".
2974 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2975 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2976 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2977 windows-tdep.o to gdb_target_obs.
2978
2979 2013-10-01 Yao Qi <yao@codesourcery.com>
2980
2981 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2982 "solib-target.h".
2983 (amd64_windows_init_abi): Don't call set_solib_ops and
2984 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2985 windows_init_abi instead.
2986 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2987 "solib-target.h".
2988 (i386_cygwin_init_abi): Don't call set_solib_ops,
2989 set_gdbarch_has_dos_based_file_system and
2990 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2991 windows_init_abi instead.
2992 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2993 (windows_init_abi): New function.
2994 (windows_iterate_over_objfiles_in_search_order): Make it
2995 static.
2996 * windows-tdep.h (windows_init_abi): Declare.
2997 (windows_iterate_over_objfiles_in_search_order): Remove
2998 declaration.
2999
3000 2013-10-01 Jerome Guitton <guitton@adacore.com>
3001
3002 Checked in by Joel Brobecker <brobecker@adacore.com>
3003 * system-gdbinit/elinos.py (get_elinos_environment): Return an
3004 incomplete dictionnary instead of None in case of missing
3005 environment variables.
3006 (elinos_init): in case of an incomplete environment, best
3007 effort to load system libraries instead of abort.
3008
3009 2013-10-01 Joel Brobecker <brobecker@adacore.com>
3010
3011 * ada-lang.c (ada_has_this_exception_support): Ignore
3012 mst_solib_trampoline minimal symbols.
3013
3014 2013-09-30 Tristan Gingold <gingold@adacore.com>
3015
3016 * i386-darwin-nat.c (darwin_complete_target): Install methods for
3017 hardware watchpoint.
3018 (i386_darwin_dr_set): Support 32 and 64 bit states.
3019 (i386_darwin_dr_get): Likewise.
3020 (i386_darwin_dr_set_control): Make static.
3021 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
3022 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
3023
3024 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
3025
3026 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3027 Replace TIDGET with ptid_get_lwp.
3028 Replace GET_LWP with ptid_get_lwp.
3029 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
3030 Replace BUILD_THREAD with ptid_build.
3031 Replace BUILD_LWP with ptid_build.
3032 Replace PIDGET with ptid_get_pid.
3033 Replace TIDGET with ptid_get_lwp.
3034 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
3035 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3036 Replace TIDGET with ptid_get_lwp.
3037 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
3038 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
3039 Replace TIDGET with ptid_get_lwp.
3040 Replace GET_LWP with ptid_get_lwp.
3041 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
3042 * auxv.c: Likewise.
3043 * breakpoint.c: Likewise.
3044 * common/ptid.c (ptid_is_pid): Condense check for
3045 null_ptid and minus_one_ptid.
3046 (ptid_lwp_p): New function.
3047 (ptid_tid_p): New function.
3048 * common/ptid.h: Update comments for accessors.
3049 (ptid_lwp_p): New prototype.
3050 (ptid_tid_p): New prototype.
3051 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
3052 * gcore.c: Replace PIDGET with ptid_get_pid.
3053 * gdbthread.h: Likewise.
3054 * gnu-nat.c: Likewise.
3055 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
3056 Replace TIDGET with ptid_get_lwp.
3057 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
3058 * hppanbsd-nat.c: Likewise.
3059 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
3060 Replace TIDGET with ptid_get_lwp.
3061 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
3062 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3063 * infcmd.c: Likewise.
3064 * inferior.h: Likewise.
3065 * inflow.c: Likewise.
3066 * infrun.c: Likewise.
3067 * linux-fork.c: Likewise.
3068 * linux-nat.c: Replace PIDGET with ptid_get_pid.
3069 Replace GET_PID with ptid_get_pid.
3070 Replace is_lwp with ptid_lwp_p.
3071 Replace GET_LWP with ptid_get_lwp.
3072 Replace BUILD_LWP with ptid_build.
3073
3074 2013-09-28 Mike Frysinger <vapier@gentoo.org>
3075
3076 * common/linux-btrace.c: Move sys/syscall.h out of the
3077 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
3078 Also check for SYS_perf_event_open before attempting to buid.
3079
3080 2013-09-27 Doug Evans <dje@google.com>
3081
3082 * dwarf2read.c (dwarf2_section_info): Add comment.
3083 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
3084 All uses updated.
3085 (dwarf2_section_empty_p): Rename arg from "info" to "section".
3086 (dwarf2_read_section): Delete unused local "header". Add section
3087 name to error message.
3088 (create_dwo_in_dwp): Tweak comment.
3089 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
3090
3091 * dwarf2read.c (die_reader_specs): Tweak comment.
3092 (get_section_bfd_owner, get_section_bfd_section): New functions.
3093 (get_section_name, get_section_file_name): New functions.
3094 (get_section_id, get_section_flags): New functions.
3095 (*): Use new functions to access section fields.
3096
3097 * dwarf2read.c (struct dwo_file): Add/tweak comments.
3098 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
3099 arg "htab". All callers updated.
3100 (create_debug_types_hash_table): Remove redundant copy of
3101 abbrev_section.
3102 (create_dwo_in_dwp): Tweak comments.
3103 (read_str_index): Tweak comment. Record dwarf form name in static
3104 local.
3105
3106 2013-09-27 Pedro Alves <palves@redhat.com>
3107
3108 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
3109 (remote_filename_p): Add comment.
3110 * remote.c (remote_filename_p): Adjust to use
3111 REMOTE_SYSROOT_PREFIX.
3112 * solib.c (solib_find): When deciding whether we need to add a
3113 directory separator, check whether the sysroot is "remote:"
3114 instead of checking whether the patch has a drive spec. Add
3115 comments.
3116
3117 2013-09-27 Pedro Alves <palves@redhat.com>
3118
3119 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
3120 Delete fields.
3121 (remote_parse_stop_reply): Adjust, setting event->ws.kind
3122 directly.
3123
3124 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3125
3126 Fix set debug frame output.
3127 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
3128 SENTINEL_FRAME entry lower to match enum frame_type order.
3129
3130 2013-09-26 Pierre Muller <muller@sourceware.org>
3131
3132 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
3133 AMD64_R15_REGNUM when a register index is expected.
3134 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
3135 Substitute in array.
3136 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
3137 (amd64_push_arguments): Substitute in integer_regnum array.
3138
3139 2013-09-25 Doug Evans <dje@google.com>
3140
3141 * objfiles.c (allocate_objfile): Move comment to better place.
3142
3143 New option "set debug symfile on".
3144 * NEWS: Mention "set debug symfile".
3145 * Makefile.in (SFILES): Add symfile-debug.c.
3146 (COMMON_OBS): Add symfile-debug.o.
3147 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
3148 objfile's symbol functions.
3149 * objfiles.h (objfile_set_sym_fns): Declare.
3150 * symfile-debug.c: New file.
3151 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
3152 objfile's symbol functions.
3153 (reread_symbols): Ditto.
3154
3155 * symfile.h (struct sym_fns): Delete member "sym_flavour".
3156 All uses updated.
3157 (add_symtab_fns): Update prototype.
3158 * symfile.c (sym_fns_ptr): Delete. Replace with ...
3159 (registered_sym_fns): ... this.
3160 (symtab_fns): Update.
3161 (add_symtab_fns): New arg "flavour". All callers updated.
3162 (find_sym_fns): Rewrite to use new sym_fns registry.
3163
3164 * symfile.h (struct sym_fns): Add "objfile" argument to
3165 sym_read_linetable. All uses updated.
3166
3167 * symtab.c (domain_name, search_domain_name): New functions.
3168 * symtab.h (domain_name, search_domain_name): Declare.
3169
3170 * symfile.h (struct quick_symbol_functions): Reorg arg list of
3171 map_matching_symbols so objfile is first. All uses updated.
3172 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
3173 * psymtab.c (map_matching_symbols_psymtab): Update signature.
3174
3175 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3176
3177 PR shlibs/8882
3178 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
3179 link map entries.
3180
3181 2013-09-24 Doug Evans <dje@google.com>
3182
3183 * objfiles.c (free_objfile): Move comment.
3184
3185 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3186
3187 * ada-exp.y (string_to_operator): Delete.
3188 (dummy_string_to_ada_operator): Delete.
3189
3190 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3191
3192 Revert:
3193 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3194 amd64-tdep.c.
3195 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3196 call_dummy_integer_regs, and classify.
3197 * amd64-tdep.h (amd64_classify): Add declaration.
3198 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3199 (amd64_reg_class): Delete, moved to i386-tdep.h.
3200 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3201 Replace call to amd64_classify by call to tdep->classify.
3202 (amd64_push_arguments): Get the list of registers to use for
3203 passing integer parameters from the gdbarch tdep structure,
3204 rather than using a hardcoded one. Replace calls to amd64_classify
3205 by calls to tdep->classify.
3206 (amd64_push_dummy_call): Get the register number used for
3207 the "hidden" argument from tdep->call_dummy_integer_regs.
3208 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3209 and tdep->call_dummy_integer_regs. Set tdep->classify.
3210
3211 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3212
3213 Revert:
3214 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3215 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3216 where tdep->memory_args_by_pointer is non-zero.
3217
3218 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3219
3220 Revert:
3221 * i386-tdep.h (struct gdbarch_tdep): Add new field
3222 integer_param_regs_saved_in_caller_frame.
3223 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3224 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3225
3226 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3227
3228 * amd64-windows-tdep.c: #include "value.h"
3229 (amd64_windows_classify): Delete.
3230 (amd64_windows_passed_by_integer_register)
3231 (amd64_windows_passed_by_xmm_register)
3232 (amd64_windows_passed_by_pointer)
3233 (amd64_windows_adjust_args_passed_by_pointer)
3234 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
3235 (amd64_windows_push_dummy_call): New functions.
3236 (amd64_windows_init_abi): Remove setting of
3237 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
3238 tdep->classify, tdep->memory_args_by_pointer and
3239 tdep->integer_param_regs_saved_in_caller_frame.
3240 Add call to set_gdbarch_push_dummy_call.
3241
3242 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3243
3244 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
3245 objfile->original_name.
3246
3247 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3248
3249 Pass down original filename for objfile.
3250 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
3251 * elfread.c (elf_symfile_read): Likewise.
3252 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
3253 longer set ORIGINAL_NAME.
3254 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
3255 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
3256 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
3257 symbol_file_add_from_bfd call.
3258 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
3259 (macho_check_dsym): Add parameter filenamep. Change function comment.
3260 Set *filenamep.
3261 (macho_symfile_read): New variable dsym_filename. Update
3262 macho_check_dsym call. Use it for symbol_file_add_separate.
3263 * objfiles.c (allocate_objfile): Add parameter name. New comment for
3264 it. Use it for objfile->original_name.
3265 (objfile_name): Return OBFD's filename, if available.
3266 * objfiles.h (allocate_objfile): Add new parameter name.
3267 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
3268 * symfile-mem.c (symbol_file_add_from_memory): Update
3269 symbol_file_add_from_bfd call.
3270 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
3271 comment for it.
3272 (symbol_file_add_with_addrs): New parameter name, add function comment
3273 for it. Remove variable name. Update allocate_objfile call.
3274 (symbol_file_add_separate): New parameter name, add function comment
3275 for it. Update symbol_file_add_with_addrs call.
3276 (symbol_file_add_from_bfd): New parameter name. Update
3277 symbol_file_add_with_addrs call.
3278 (symbol_file_add): Update symbol_file_add_from_bfd call.
3279 (reread_symbols): New variable original_name. Save
3280 objfile->original_name by it.
3281 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3282 second parameter.
3283
3284 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3285
3286 Code cleanup: Add objfile_name accessor function.
3287 * ada-lang.c (is_known_support_routine): Use objfile_name.
3288 * auto-load.c (source_gdb_script_for_objfile)
3289 (auto_load_objfile_script): Likewise.
3290 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3291 * dbxread.c (dbx_symfile_read): Likewise.
3292 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3293 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3294 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3295 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3296 (lookup_dwp_signatured_type, lookup_dwo_unit)
3297 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3298 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3299 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3300 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3301 (dwarf2_record_block_ranges, read_common_block, read_typedef)
3302 (read_subrange_type, load_partial_dies, read_partial_die)
3303 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3304 (die_containing_type, build_error_marker_type, lookup_die_type)
3305 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3306 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3307 (get_DW_AT_signature_type, write_psymtabs_to_index)
3308 (save_gdb_index_command): Likewise.
3309 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3310 Likewise.
3311 * expprint.c (dump_subexp_body_standard): Likewise.
3312 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3313 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3314 original_name.
3315 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3316 obj_name, use objfile_name for it, use the variable.
3317 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3318 Use objfile_name.
3319 * machoread.c (macho_symtab_read, macho_check_dsym)
3320 (macho_symfile_relocate): Likewise.
3321 * maint.c (maintenance_translate_address): Likewise.
3322 * minidebug.c (find_separate_debug_file_in_section): Likewise.
3323 * minsyms.c (install_minimal_symbols): Likewise.
3324 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3325 original_name.
3326 (filter_overlapping_sections): Use objfile_name.
3327 (objfile_name): New function.
3328 * objfiles.h (struct objfile): Rename field name to original_name.
3329 (objfile_name): New prototype.
3330 * printcmd.c (sym_info, address_info): Use objfile_name.
3331 * probe.c (parse_probes, collect_probes, compare_probes)
3332 (info_probes_for_ops): Likewise.
3333 * progspace.c (clone_program_space): Likewise.
3334 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3335 (maintenance_info_psymtabs): Likewise.
3336 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3337 (source_section_scripts): Likewise.
3338 * python/py-objfile.c (objfpy_get_filename): Likewise.
3339 * python/py-progspace.c (pspy_get_filename): Likewise.
3340 * solib-aix.c (solib_aix_get_toc_value): Likewise.
3341 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3342 * solib.c (solib_read_symbols): Likewise.
3343 * stabsread.c (scan_file_globals): Likewise.
3344 * stap-probe.c (handle_stap_probe): Likewise.
3345 * symfile.c (symbol_file_clear, separate_debug_file_exists)
3346 (find_separate_debug_file_by_debuglink): Likewise.
3347 (reread_symbols): Likewise. Use the objfile field name renamed to
3348 original_name.
3349 (allocate_symtab): Use objfile_name.
3350 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3351 (dump_objfile, dump_msymbols, dump_symtab_1)
3352 (maintenance_print_msymbols, maintenance_print_objfiles)
3353 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3354 * target.c (target_translate_tls_address, target_info): Likewise.
3355 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
3356 objfile_name.
3357
3358 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 Code cleanup.
3361 * probe.c (parse_probes): Rename variable objfile_name to
3362 objfile_namestr.
3363
3364 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3365
3366 Remove solib-sunos.c.
3367 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3368 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3369 * objfiles.c (rt_common_objfile): Remove.
3370 (free_objfile): Remove rt_common_objfile comparison.
3371 * objfiles.h (rt_common_objfile): Remove.
3372 * solib-sunos.c: Remove.
3373 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3374
3375 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 Remove a.out NetBSD and OpenBSD hosts.
3378 * NEWS (Removed native configurations): New.
3379 * config/arm/nbsdaout.mh: Remove.
3380 * config/i386/nbsdaout.mh: Remove.
3381 * config/i386/obsdaout.mh: Remove.
3382 * config/m68k/nbsdaout.mh: Remove.
3383 * config/sparc/nbsdaout.mh: Remove.
3384 * config/vax/nbsdaout.mh: Remove.
3385 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3386 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3387 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3388 error.
3389 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3390 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3391 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3392
3393 2013-09-23 Tom Tromey <tromey@redhat.com>
3394
3395 * linespec.c (struct minsym_and_objfile): Remove.
3396 (minsym_and_objfile_d): Remove.
3397 (struct linespec, struct collect_info, linespec_parse_basic)
3398 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3399 (compare_msymbols, find_method, find_function_symbols)
3400 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3401 (add_minsym, search_minsyms_for_name): Update.
3402
3403 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3404
3405 * regcache.c: Add include of valprint.h.
3406 (dump_endian_bytes): Delete.
3407 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3408
3409 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3410
3411 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3412
3413 2013-09-19 Pedro Alves <palves@redhat.com>
3414
3415 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3416 breakpoints.
3417
3418 2013-09-19 Pedro Alves <palves@redhat.com>
3419 Thomas Schwinge <thomas@codesourcery.com>
3420 Yue Lu <hacklu.newborn@gmail.com>
3421
3422 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3423 Take a gdb_byte pointer instead of a char pointer.
3424
3425 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3426 gnu_xfer_partial helper.
3427 (gnu_xfer_partial): New function.
3428 (gnu_target): Don't install a deprecated_xfer_memory hook.
3429 Install a to_xfer_partial hook.
3430
3431 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3432
3433 Constification.
3434 * main.c (captured_main): Replace catch_command_errors by
3435 catch_command_errors_const. Twice.
3436 * symfile.c (symbol_file_add_main_1): Make args parameter const.
3437 (symbol_file_add): Make name parameter const.
3438 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3439 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
3440 variable name. Change their usage accordingly.
3441 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3442 const.
3443 (symbol_file_add_main): Make args parameter const.
3444
3445 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
3446 Ulrich Weigand <uweigand@de.ibm.com>
3447
3448 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3449 of c_value member.
3450 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3451
3452 2013-09-18 Pedro Alves <palves@redhat.com>
3453 Yue Lu <hacklu.newborn@gmail.com>
3454
3455 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3456 (gnu_create_inferior)
3457 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3458 (set_sig_thread_cmd): Use the lwpid field of ptids to
3459 store/extract thread ids instead of the tid field.
3460 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3461
3462 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3463
3464 * infcmd.c (default_print_one_register_info): Add detection of
3465 optimized out values.
3466 (default_print_registers_info): Switch to using
3467 get_frame_register_value.
3468
3469 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
3470
3471 * infrun.c (handle_inferior_event): Check if we know the
3472 function start address before setting a resume breakpoint.
3473
3474 2013-09-18 Pedro Alves <palves@redhat.com>
3475
3476 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3477 minus_one_ptid instead of looking at the ptid's tid field and
3478 comparing that to -1.
3479
3480 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3481
3482 * main.h (get_gdb_program_name): Remove extra whitespace.
3483
3484 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3485
3486 * main.h (get_gdb_program_name): Add declaration.
3487 * main.c (get_gdb_program_name): Add definition.
3488
3489 2013-09-17 Doug Evans <dje@google.com>
3490
3491 * dwarf2read.c: Move definitions of complaint functions to after
3492 forward declarations of local functions.
3493
3494 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
3495 Pedro Alves <palves@redhat.com>
3496
3497 PR gdb/11568
3498 * breakpoint.c (remove_threaded_breakpoints): New function.
3499 (_initialize_breakpoint): Attach remove_threaded_breakpoints
3500 as thread_exit observer.
3501
3502 2013-09-17 Pedro Alves <palves@redhat.com>
3503
3504 PR gdb/15911
3505 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3506 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3507 * corelow.c (core_open):
3508 * frame.h (print_stack_frame, print_frame_info): New
3509 'set_current_sal' parameter.
3510 * infcmd.c (finish_command, kill_command): Adjust call to
3511 print_stack_frame.
3512 * inferior.c (inferior_command): Likewise.
3513 * infrun.c (normal_stop): Likewise.
3514 * linux-fork.c (linux_fork_context): Likewise.
3515 * record-full.c (record_full_goto_entry, record_full_restore):
3516 Likewise.
3517 * remote-mips.c (common_open): Likewise.
3518 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3519 Use it.
3520 (print_frame_info): New 'set_current_sal' parameter. Set the last
3521 displayed sal depending on the new paremeter instead of looking at
3522 print_what.
3523 (backtrace_command_1, select_and_print_frame, frame_command)
3524 (current_frame_command, up_command, down_command): Adjust call to
3525 print_stack_frame.
3526 * thread.c (print_thread_info, restore_selected_frame)
3527 (do_captured_thread_select): Adjust call to print_stack_frame.
3528 * tracepoint.c (tfind_1): Likewise.
3529 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3530 (mi_cmd_stack_info_frame): Likewise.
3531 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3532 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3533
3534 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3535
3536 * value.c (isvoid_internal_fn): Replace "parameter" with
3537 "argument".
3538
3539 2013-09-16 Stan Shebs <stan@codesourcery.com>
3540
3541 * README: Update references to writing code for GDB.
3542 * configure.ac (build_warnings): Remove obsolete comment.
3543 * configure: Regenerate.
3544 * gdbarch.sh: Remove references to gdbint.texinfo.
3545 * gdbarch.h: Regenerate.
3546 * gdbtypes.c (objfile_type): Remove comments referencing internals
3547 manual and D10V.
3548
3549 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3550
3551 * NEWS: Mention new convenience function $_isvoid.
3552 * value.c (isvoid_internal_fn): New function.
3553 (_initialize_values): Add new convenience function $_isvoid.
3554
3555 2013-09-16 Pierre Muller <muller@sourceware.org>
3556
3557 * arm-linux-tdep.c: Add "elf/common.h" header.
3558 Remove AT_HWCAP macro definintion as it is provided in
3559 added include file.
3560 * s390-tdep.c: Remove system header <elf.h>
3561 Add "elf/common.h" header for AT_HWCAP definition.
3562 (s390_core_read_description): Use correct CORE_ADDR
3563 for hwcap local variable used as third parameter
3564 of function target_auxv_search.
3565
3566 2013-09-14 Pierre Muller <muller@sourceware.org>
3567 Tom Tromey <tromey@redhat.com>
3568 Pedro Alves <palves@redhat.com>
3569
3570 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3571 mode if operating system doesn't know O_CLOEXEC.
3572
3573 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3574
3575 Code cleanup.
3576 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3577 inner block.
3578
3579 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3580
3581 * NEWS: Mention TDB support.
3582 * features/s390-tdb.xml: New file.
3583 * features/s390-te-linux64.xml: New file.
3584 * features/s390x-te-linux64.xml: New file.
3585 * features/Makefile (WHICH): Add new tdescs above.
3586 (s390-te-linux64-expedite): Set.
3587 (s390x-te-linux64-expedite): Set.
3588 * features/s390-te-linux64.c: New file (generated).
3589 * features/s390x-te-linux64.c: New file (generated).
3590 * regformats/s390-te-linux64.dat: New file (generated).
3591 * regformats/s390x-te-linux64.dat: New file (generated).
3592 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3593 (HWCAP_S390_TE): Likewise.
3594 (S390_TDB_DWORD0_REGNUM): Likewise.
3595 (S390_TDB_DWORD0_REGNUM): Likewise.
3596 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3597 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3598 (S390_TDB_ATIA_REGNUM): Likewise.
3599 (S390_TDB_R0_REGNUM): Likewise.
3600 (S390_TDB_R1_REGNUM): Likewise.
3601 (S390_TDB_R2_REGNUM): Likewise.
3602 (S390_TDB_R3_REGNUM): Likewise.
3603 (S390_TDB_R4_REGNUM): Likewise.
3604 (S390_TDB_R5_REGNUM): Likewise.
3605 (S390_TDB_R6_REGNUM): Likewise.
3606 (S390_TDB_R7_REGNUM): Likewise.
3607 (S390_TDB_R8_REGNUM): Likewise.
3608 (S390_TDB_R9_REGNUM): Likewise.
3609 (S390_TDB_R10_REGNUM): Likewise.
3610 (S390_TDB_R11_REGNUM): Likewise.
3611 (S390_TDB_R12_REGNUM): Likewise.
3612 (S390_TDB_R13_REGNUM): Likewise.
3613 (S390_TDB_R14_REGNUM): Likewise.
3614 (S390_TDB_R15_REGNUM): Likewise.
3615 (S390_NUM_REGS): Increase.
3616 (S390_IS_TDBREGSET_REGNUM): New macro.
3617 (s390_regmap_tdb): Declare.
3618 (s390_sizeof_tdbregset): Define.
3619 (tdesc_s390_te_linux64): Declare.
3620 (tdesc_s390x_te_linux64): Likewise.
3621 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3622 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3623 (s390_regmap_tdb): New regmap.
3624 (s390_supply_tdb_regset): New function.
3625 (s390_tdb_regset): New regset.
3626 (s390_linux64v2_regset_sections): Add TDB regset to list.
3627 (s390x_linux64v2_regset_sections): Likewise.
3628 (s390_regset_from_core_section): Recognize TDB core note section.
3629 (s390_core_read_description): If HWCAP indicates TE support,
3630 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3631 (s390_gdbarch_init): Handle TDB regset.
3632 (_initialize_s390_tdep): Initialize new tdescs.
3633 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3634 (have_regset_tdb): New variable.
3635 (s390_native_supply): Support register invalidation.
3636 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3637 (check_regset): Treat ENODATA as "regset exists".
3638 (s390_linux_fetch_inferior_registers): Add TDB.
3639 (s390_read_description): Check for TDB existence and select
3640 appropriate tdesc.
3641 * gdbserver/Makefile.in (clean): Add removal of new makefile
3642 targets.
3643 (s390-te-linux64.c): New makefile target.
3644 (s390x-te-linux64.c): Likewise.
3645 * gdbserver/configure.srv (srv_regobj): Append new objects
3646 s390-te-linux64.o and s390x-te-linux64.o.
3647 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3648 s390x-te-linux64.xml, and s390-tdb.xml.
3649 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3650 declaration.
3651 (tdesc_s390_te_linux64): Likewise.
3652 (init_registers_s390x_te_linux64): Likewise.
3653 (tdesc_s390x_te_linux64): Likewise.
3654 (s390_check_regset): Treat ENODATA as "regset exists".
3655 (s390_arch_setup): Add TDB regset support.
3656 (initialize_low_arch): Initialize registers for new tdescs.
3657
3658 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3659
3660 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3661 (S390_IS_FPREGSET_REGNUM): New macro.
3662 * s390-tdep.c (s390_dwarf_regmap): Make const.
3663 (regnum_is_gpr_full): New function for replacing repeated code.
3664 (s390_pseudo_register_name): Use it.
3665 (s390_pseudo_register_type): Likewise.
3666 (s390_pseudo_register_read): Likewise.
3667 (s390_pseudo_register_write): Likewise.
3668 (s390_unwind_pseudo_register): Likewise.
3669 (s390_regmap_gregset): New format for regmap.
3670 (s390x_regmap_gregset): Likewise.
3671 (s390_regmap_fpregset): Likewise.
3672 (s390_regmap_upper): Likewise.
3673 (s390_regmap_last_break): Likewise.
3674 (s390_regmap_system_call): Likewise.
3675 (s390_supply_regset): Adjust to new regmap format.
3676 (s390_collect_regset): Likewise.
3677 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3678 (s390_native_collect): Likewise.
3679 (supply_gregset): Likewise.
3680 (fill_gregset): Likewise.
3681 (supply_fpregset): Likewise.
3682 (fill_fpregset): Likewise.
3683 (fetch_regset): Likewise.
3684 (store_regset): Likewise.
3685 (s390_linux_fetch_inferior_registers): Likewise.
3686 (s390_linux_fetch_inferior_registers): Likewise.
3687
3688 2013-09-12 Andrew Pinski <apinski@cavium.com>
3689
3690 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3691
3692 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3693
3694 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3695
3696 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
3697
3698 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3699
3700 2013-09-06 Pedro Alves <palves@redhat.com>
3701
3702 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3703 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3704 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3705 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3706 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3707 gdb_stdlog.
3708
3709 2013-09-06 Pedro Alves <palves@redhat.com>
3710
3711 * remote-sim.c (dump_mem): Constify buf parameter.
3712 gdbsim_xfer_inferior_memory): Rename to ...
3713 (gdbsim_xfer_memory): ... this. Adjust interface as
3714 target_xfer_partial helper.
3715 (gdbsim_xfer_partial): New function.
3716 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3717 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3718
3719 2013-09-06 Pedro Alves <palves@redhat.com>
3720
3721 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3722 host_address_to_string, and send debug output to gdb_stdlog.
3723
3724 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3725
3726 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3727 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3728 gdb_target_obs for cris target.
3729 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3730 (cris_gdbarch_init): Move calls to
3731 set_gdbarch_fetch_tls_load_module_address and
3732 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3733 Add call to gdbarch_init_osabi.
3734 * cris-linux-tdep.c: New file.
3735 * cris-tdep.h: New file.
3736
3737 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3738
3739 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3740 to deprecated_init_ui_hook.
3741
3742 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3743
3744 * cli/cli-interp.c (_initialize_cli_interp): Add a
3745 command_loop_proc to interp_procs.
3746 * event-top.c (cli_command_loop): Change signature to match
3747 interp_command_loop_ftype.
3748 * event-top.h (cli_command_loop): Same.
3749 * interps.c (interp_new): Require every interpreter to have a
3750 command_loop_proc.
3751 (current_interp_command_loop): Just call the command_loop_proc on
3752 the current interpreter.
3753 * tui/tui-interp.c (_initialize_tui_interp): Add a
3754 command_loop_proc to interp_procs.
3755
3756 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3757
3758 * cris-tdep.c (cris_gdbarch_init): Add call to
3759 get_gdbarch_fetch_tls_load_module_address.
3760
3761 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3762
3763 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3764 (cris_elf_gregset_t): Rename from elf_gregset_t.
3765 (crisv32_elf_gregset_t): Adjust.
3766 (cris_supply_gregset, fetch_core_registers): Adjust.
3767
3768 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3769
3770 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3771
3772 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3773
3774 * defs.h (deprecated_command_loop_hook): Remove, including
3775 references in comments.
3776 * interps.c (current_interp_command_loop): No longer use
3777 deprecated_command_loop_hook.
3778 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3779 setup.
3780 * top.c (deprecated_command_loop_hook): Remove.
3781
3782 2013-09-05 Pedro Alves <palves@redhat.com>
3783
3784 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3785 local is now int instead of ULONGEST. Print it with %d
3786 instead of paddress.
3787
3788 2013-09-05 Tristan Gingold <gingold@adacore.com>
3789
3790 * MAINTAINERS: Remove avr maintainership.
3791
3792 2013-09-05 Pedro Alves <palves@redhat.com>
3793
3794 * findvar.c (value_of_register): Rework in terms of
3795 value_of_register_lazy.
3796
3797 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3798
3799 * symfile.c (add_symbol_file_command): Remove trailing
3800 whitespaces and blank line after comment.
3801
3802 2013-09-05 Pedro Alves <palves@redhat.com>
3803
3804 * tui/tui-regs.c (tui_register_format): Don't look at the
3805 register's name here. Return string representing register
3806 value instead of storing it in the data element.
3807 (tui_get_register): Compare register string representations
3808 instead of register value states and contents.
3809
3810 2013-09-05 Pedro Alves <palves@redhat.com>
3811
3812 PR tui/15933
3813 * tui/tui-regs.c (tui_show_registers): Show registers of the
3814 selected frame, not the current frame.
3815
3816 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3817
3818 * MAINTAINERS (Write After Approval): Add myself to the list.
3819
3820 2013-09-04 Doug Evans <dje@google.com>
3821
3822 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3823 (queue_and_load_dwo_tu): New function.
3824 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3825 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3826 Make dependent_cu optional.
3827 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3828 and an older .gdb_index is in use, queue and load all its TUs too.
3829
3830 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3833 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3834 variable search_flags.
3835 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3836 (OPF_RETURN_REALPATH): ... here.
3837 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3838 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3839 call. Twice.
3840 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3841 openp call.
3842 * solib.c (solib_find): Likewise. Four times.
3843 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3844 in the function comment and for the realpath_fptr variable.
3845 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3846 (find_and_open_source): Likewise. Twice.
3847 * symfile.c (symfile_bfd_open): Likewise, also twice.
3848
3849 2013-09-04 Doug Evans <dje@google.com>
3850
3851 * progspace.c (save_current_space_and_thread): Remove unnecessary
3852 call to save_current_inferior.
3853
3854 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3855
3856 * sh64-tdep.c (sh64_do_register): Return after printing message
3857 about unavailable register contents.
3858
3859 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3860 Pedro Alves <palves@redhat.com>
3861
3862 * symfile.c (add_symbol_file_command): Error out on unknown
3863 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3864 options and collapse into single conditional branch.
3865
3866 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3867
3868 * inf-child.c (inf_child_follow_fork): New parameter
3869 detach_fork.
3870 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3871 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3872 * inferior.h (detach_fork): Remove.
3873 * infrun.c (detach_fork): Adjust comment and make it
3874 static.
3875 (follow_fork): Pass detach_fork parameter to
3876 target_follow_fork.
3877 * linux-nat.c (linux_child_follow_fork): New parameter
3878 detach_fork.
3879 * target.c (target_follow_fork): New parameter detach_fork.
3880 Pass detach_fork as parameter and print its value.
3881 * target.h (struct target_ops) <to_follow_fork>: New int
3882 parameter.
3883 (target_follow_fork): New parameter detach_fork.
3884
3885 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3886
3887 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3888 Replace sec->bfd by sec->the_bfd_section->owner.
3889
3890 2013-09-03 Yao Qi <yao@codesourcery.com>
3891
3892 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3893 from linux_has_shared_address_space.
3894 (linux_has_shared_address_space): Call linux_is_uclinux.
3895 * linux-tdep.h (linux_is_uclinux): Declare.
3896 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3897 linux_is_uclinux.
3898
3899 2013-09-03 Yao Qi <yao@codesourcery.com>
3900
3901 * config/djgpp/fnchange.lst: Remove entry of
3902 i386-interix-nat.c and i386-interix-tdep.c.
3903 * configure.ac: Remove '*-*-interix*'.
3904 * configure: Re-generated.
3905 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3906 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3907 obsolete comments.
3908 * osabi.c (gdb_osabi_names): Remove "Interix".
3909
3910 2013-09-03 Yao Qi <yao@codesourcery.com>
3911
3912 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3913
3914 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3915
3916 * record.h (record_print_flag) <record_print_src_line,
3917 record_print_insn_range>: Rename into ...
3918 (record_print_flag) <record_print_src_line,
3919 record_print_insn_range>: ... this. Update all users.
3920
3921 2013-09-02 Pierre Muller <muller@sourceware.org>
3922
3923 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3924 error code.
3925
3926 2013-09-02 Pierre Muller <muller@sourceware.org>
3927
3928 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3929 by use of plongest function.
3930
3931 2013-09-02 Tristan Gingold <gingold@adacore.com>
3932
3933 * NEWS: Add entry mentioning support for native Windows x64
3934 SEH data.
3935
3936 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3937 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3938 (struct amd64_windows_frame_cache): New struct.
3939 (amd64_windows_w2gdb_regnum): New global.
3940 (pc_in_range, amd64_windows_frame_decode_epilogue)
3941 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3942 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3943 (amd64_windows_frame_this_id): New functions.
3944 (amd64_windows_frame_unwind): New static global.
3945 (amd64_windows_skip_prologue): New function.
3946 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3947 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3948 with amd64_windows_skip_prologue.
3949
3950 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3951
3952 GDB 7.6.1 released.
3953
3954 2013-08-30 Pedro Alves <palves@redhat.com>
3955
3956 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3957 SRC_AND_LOC.
3958
3959 2013-08-30 Pedro Alves <palves@redhat.com>
3960
3961 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3962 warning text.
3963
3964 2013-08-30 Pedro Alves <palves@redhat.com>
3965
3966 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3967 Adjust arguments to print_stack_frame.
3968
3969 2013-08-30 Pedro Alves <palves@redhat.com>
3970
3971 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3972
3973 2013-08-30 Pedro Alves <palves@redhat.com>
3974
3975 * frame.h (show_and_print_stack_frame): Delete declaration.
3976
3977 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3978
3979 PR python/15461
3980 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3981 (archpy_name): Check for valid architecture.
3982 (archpy_disassemble): Ditto.
3983
3984 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3985
3986 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3987 instead of "long long" in call to ptrace64.
3988
3989 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3990
3991 * mi/mi-interp.c (mi_command_loop): Change signature to match
3992 interp_command_loop_ftype.
3993 (mi1_command_loop): Remove.
3994 (mi2_command_loop): Remove.
3995 (mi3_command_loop): Remove.
3996 (mi_interpreter_resume): Remove setting of
3997 deprecated_command_loop_hook.
3998 (_initialize_mi_interp): Set mi_command_loop as the command loop
3999 callback.
4000
4001 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4002
4003 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
4004 value_type.
4005
4006 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4007
4008 * value.c (allocate_value_contents): Make static.
4009 * value.h (allocate_value_contents): Remove prototype.
4010
4011 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4012
4013 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
4014 of assembling value via allocate_value_lazy and attribute setter.
4015 * findvar.c (default_read_var_value): Use value_at_lazy instead of
4016 assembling value via allocate_value_lazy and attribute setter.
4017 * valops.c (do_search_struct_field): Use value_at_lazy instead of
4018 assembling value via allocate_value_lazy and attribute setter.
4019
4020 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4021
4022 * value.c (value_from_contents_and_address): Replace allocate_value and
4023 memcpy with value_from_contents.
4024
4025 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4026
4027 * python/py-framefilter.c (py_print_frame): Remove usage of
4028 PyString_AsString. Use python_string_to_host_string instead.
4029 Refactor function to work with a string as a new allocation
4030 instead of a pointer.
4031 (py_print_frame): Ditto.
4032 * python/lib/gdb/frames.py (return_list): Cain iterators together
4033 instead of adding them as a list.
4034 (_sort_list): Call return_list, and remove duplicate code.
4035 (execute_frame_filters): Convert iterator to a list with list().
4036 * python/lib/gdb/command/frame_filters.py
4037 (SetFrameFilterPriority._set_filter_priority): Convert priority
4038 attribute to an integer.
4039 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
4040 wrapper function __next__.
4041 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
4042 define as "str".
4043
4044 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4045
4046 PR python/15752
4047 * python/py-framefilter.c (apply_frame_filter): Check
4048 gdb_python_initialized. Exit if the Python frame-filter code
4049 cannot be initialized.
4050
4051 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4052
4053 PR cli/15842
4054 * top.c (print_gdb_version): Remove erroneous newline after help
4055 text.
4056
4057 2013-08-29 Yao Qi <yao@codesourcery.com>
4058
4059 * varobj.c (install_dynamic_child): Remove trailing space.
4060 Add one blank line after variable declaration.
4061
4062 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4063
4064 PR gdb/15415
4065 * corefile.c (get_exec_file): Use exec_filename.
4066 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
4067 * exec.c (exec_close): Free EXEC_FILENAME.
4068 (exec_file_attach): New variable canonical_pathname. Use
4069 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
4070 EXEC_FILENAME.
4071 * exec.h (exec_filename): New.
4072 * inferior.c (print_inferior, inferior_command): Use
4073 PSPACE_EXEC_FILENAME.
4074 * mi/mi-main.c (print_one_inferior): Likewise.
4075 * progspace.c (clone_program_space, print_program_space): Likewise.
4076 * progspace.h (struct program_space): New field pspace_exec_filename.
4077 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
4078 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
4079
4080 2013-08-28 Will Newton <will.newton@linaro.org>
4081
4082 * common/linux-ptrace.c: Include stdint.h unconditionally.
4083
4084 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4085
4086 Code cleanup.
4087 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
4088
4089 2013-08-28 Yao Qi <yao@codesourcery.com>
4090 Pedro Alves <palves@redhat.com>
4091
4092 * event-top.c (gdb_setup_readline): Call stderr_fileopen
4093 instead of stdio_fileopen.
4094 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
4095 .Call stderr_fileopen instead of stdio_fileopen.
4096 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
4097 [__MINGW32__] (stderr_file_fputs): New function.
4098 (stderr_fileopen): New function.
4099 * ui-file.h (stderr_fileopen): Declare.
4100
4101 2013-08-27 Doug Evans <dje@google.com>
4102
4103 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
4104 (struct dwarf2_per_cu_data): Ditto.
4105 (maybe_queue_comp_unit): Delete forward decl. Add comment.
4106 (process_imported_unit_die): Ditto.
4107 (follow_die_sig_1): Simplify assert.
4108
4109 2013-08-27 Pedro Alves <palves@redhat.com>
4110
4111 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
4112 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
4113 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
4114 windows_xfer_memory directly.
4115 (init_windows_ops): Don't install a deprecated_xfer_memory method.
4116
4117 2013-08-27 Pedro Alves <palves@redhat.com>
4118
4119 * darwin-nat.c (darwin_xfer_memory): Delete.
4120 (_initialize_darwin_inferior): Don't install a
4121 deprecated_xfer_memory method.
4122
4123 2013-08-27 Pedro Alves <pedro@codesourcery.com>
4124 Yao Qi <yao@codesourcery.com>
4125
4126 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
4127 (parse_no_frames_option): Remove.
4128 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
4129 (mi_cmd_stack_list_args): Adjust.
4130 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
4131 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
4132 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
4133 Caller update.
4134 (list_args_or_locals): New parameter 'skip_unavailable'.
4135 Handle it.
4136 * valprint.c (scalar_type_p): Rename to ...
4137 (val_print_scalar_type_p): ... this. Make extern.
4138 (val_print, value_check_printable): Adjust.
4139 * valprint.h (val_print_scalar_type_p): Declare.
4140 * value.c (value_entirely_unavailable): New function.
4141 * value.h (value_entirely_unavailable): Declare.
4142
4143 * NEWS: Mention the new option "--skip-unavailable" to MI
4144 commands '-stack-list-locals', '-stack-list-arguments' and
4145 '-stack-list-variables'.
4146
4147 2013-08-27 Yao Qi <yao@codesourcery.com>
4148
4149 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
4150 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
4151 options.
4152 * mi/mi-getopt.c (mi_getopt): Remove.
4153 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
4154 'error_on_unknown'.
4155 (mi_getopt): Call mi_getopt_1.
4156 (mi_getopt_silent): New.
4157 * mi/mi-getopt.h (mi_getopt_silent): Declare.
4158
4159 2013-08-26 Doug Evans <dje@google.com>
4160
4161 PR symtab/15885
4162 * dwarf2read.c (dw2_dump): Print some minimal information indicating
4163 .gdb_index is in use.
4164 * symfile.c (reread_symbols): Reset objfile->sf.
4165
4166 * NEWS: Document "mt print objfiles" now takes optional regexp.
4167 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
4168 regexp of objfiles to print.
4169 (_initialize_symmisc): Update doc string for "mt print objfiles".
4170
4171 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
4172 missing debug info checks.
4173
4174 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
4175 Ulrich Weigand <uweigand@de.ibm.com>
4176
4177 * xcoffread.c (arrange_linetable): Add fix to correctly handle
4178 line tables generated by XLC compiled binaries.
4179
4180 2013-08-23 Doug Evans <dje@google.com>
4181
4182 * symmisc.c (dump_symtab): Delete prototype.
4183 (dump_msymbols, dump_objfile): Ditto.
4184 (maintenance_info_symtabs): Mark as dont_repeat.
4185 (_initialize_symmisc): Improve doc string for "mt info symtabs".
4186
4187 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
4188 debugging printf to better location.
4189
4190 2013-08-23 Pedro Alves <palves@redhat.com>
4191
4192 * target.c (target_read_live_memory): Change type of 'ret' local
4193 to LONGEST.
4194
4195 2013-08-23 Pedro Alves <palves@redhat.com>
4196
4197 * remote.c (remote_write_bytes_aux, remote_write_bytes)
4198 (remote_read_bytes): Change return type to LONGEST, and adjust to
4199 return a target_xfer_error on error.
4200 (remote_xfer_memory): Delete.
4201 (remote_flash_write): Change type of 'ret' local to LONGEST.
4202 (remote_xfer_partial, remote_xfer_partial): Adjust.
4203 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
4204
4205 2013-08-23 Pierre Muller <muller@sourceware.org>
4206
4207 ARI fix: Push # directives to start of line.
4208 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
4209
4210 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
4211
4212 PR gdb/15501
4213 * breakpoint.c (enable_command, disable_command): Iterate over
4214 all specified breakpoint locations.
4215
4216 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4217
4218 * common/linux-ptrace.c (linux_fork_to_function): Push #
4219 directives to the start of the line.
4220 (linux_check_ptrace_features): Fix warning message to use
4221 the "_" markup.
4222
4223 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4224
4225 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
4226 nat/linux-waitpid.h.
4227 (linux-waitpid.o): New object file rule.
4228 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
4229 (current_ptrace_options): Moved from linux-nat.c.
4230 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
4231 parameters.
4232 (linux_fork_to_function): New function.
4233 (linux_grandchild_function): Likewise.
4234 (linux_child_function): Likewise.
4235 (linux_check_ptrace_features): New function, heavily
4236 based on linux-nat.c:linux_test_for_tracefork.
4237 (linux_enable_event_reporting): New function.
4238 (ptrace_supports_feature): Likewise.
4239 (linux_supports_tracefork): Likewise.
4240 (linux_supports_traceclone): Likewise.
4241 (linux_supports_tracevforkdone): Likewise.
4242 (linux_supports_tracesysgood): Likewise.
4243 * common/linux-ptrace.h (HAS_NOMMU): Moved from
4244 gdbserver/linux-low.c.
4245 (linux_enable_event_reporting): New declaration.
4246 (linux_supports_tracefork): Likewise.
4247 (linux_supports_traceclone): Likewise.
4248 (linux_supports_tracevforkdone): Likewise.
4249 (linux_supports_tracesysgood): Likewise.
4250 * config.in (PTRACE_TYPE_ARG4): Regenerate.
4251 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
4252 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4253 * config/arm/linux.mh (NATDEPFILES): Likewise.
4254 * config/i386/linux.mh (NATDEPFILES): Likewise.
4255 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4256 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4257 * config/m32r/linux.mh (NATDEPFILES): Likewise.
4258 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4259 * config/mips/linux.mh (NATDEPFILES): Likewise.
4260 * config/pa/linux.mh (NATDEPFILES): Likewise..
4261 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
4262 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4263 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4264 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4265 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4266 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4267 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4268 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
4269 ptrace's 4th argument's types.
4270 Check the type of PTRACE_TYPE_ARG4.
4271 * configure: Regenerate.
4272 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
4273 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
4274 (linux_supports_tracefork_flag): Remove.
4275 (linux_supports_tracesysgood_flag): Likewise.
4276 (linux_supports_tracevforkdone_flag): Likewise.
4277 (current_ptrace_options): Moved to
4278 common/linux-ptrace.c.
4279 (linux_tracefork_child): Remove.
4280 (my_waitpid): Remove.
4281 (linux_test_for_tracefork): Renamed to
4282 linux_check_ptrace_features and moved to common/linux-ptrace.c.
4283 (linux_test_for_tracesysgood): Remove.
4284 (linux_supports_tracesysgood): Remove.
4285 (linux_supports_tracefork): Remove.
4286 (linux_supports_tracevforkdone): Remove.
4287 (linux_enable_tracesysgood): Remove.
4288 (linux_enable_event_reporting): Remove.
4289 (linux_init_ptrace): New function.
4290 (linux_child_post_attach): Call linux_init_ptrace.
4291 (linux_child_post_startup_inferior): Call linux_init_ptrace.
4292 (linux_child_follow_fork): Call linux_supports_tracefork
4293 and linux_supports_tracevforkdone.
4294 (linux_child_insert_fork_catchpoint): Call
4295 linux_supports_tracefork.
4296 (linux_child_insert_vfork_catchpoint): Likewise.
4297 (linux_child_set_syscall_catchpoint): Call
4298 linux_supports_tracesysgood.
4299 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4300 * nat/linux-nat.h: New file.
4301 * nat/linux-waitpid.c: New file.
4302 * nat/linux-waitpid.h: New file.
4303
4304 2013-08-22 Samuel Bronson <naesten@gmail.com>
4305
4306 ARM Linux support for `catch syscall'.
4307 * syscalls/arm-linux.py: New file.
4308 * syscalls/arm-linux.xml: Likewise.
4309 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4310 (arm_linux_init_abi): Register the new function and syscall xml file.
4311 * data-directory/Makefile.in: Install the new syscall xml file.
4312 * NEWS: Brag about this.
4313
4314 2013-08-22 Pedro Alves <palves@redhat.com>
4315
4316 PR gdb/15871
4317 * corefile.c (target_xfer_memory_error): New function.
4318 (memory_error): Defer EIO to target_memory_error.
4319 (read_memory): Use target_xfer_partial, and handle finer-grained
4320 target xfer errors.
4321 * target.c (target_xfer_error_to_string): New function.
4322 (memory_xfer_partial_1): If memory is known to be
4323 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4324 (target_xfer_partial): Make extern.
4325 * target.h (enum target_xfer_error): New enum.
4326 (target_xfer_error_to_string): Declare function.
4327 (target_xfer_partial): Declare function.
4328 (struct target_ops) <xfer_partial>: Adjust describing comment.
4329
4330 2013-08-22 Alan Modra <amodra@gmail.com>
4331
4332 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4333 * configure.tgt: Likewise as targets.
4334
4335 2013-08-20 Doug Evans <dje@google.com>
4336
4337 * buildsym.c (subfile_stack): Move here from buildsym.h.
4338 (pending_macros): Ditto.
4339 (get_macro_table): New function.
4340 (buildsym_init): Initialize subfile_stack.
4341 * coffread.c (type_vector,type_vector_length): Moved here from
4342 buildsym.h.
4343 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4344 (coff_symtab_read): Use it.
4345 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4346 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4347 with call to get_macro_table.
4348 * stabsread.c (type_vector,type_vector_length): Moved here from
4349 buildsym.h.
4350 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4351 * buildsym.h (get_macro_table): Declare.
4352
4353 2013-08-20 Tom Tromey <tromey@redhat.com>
4354
4355 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4356 Update.
4357 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
4358
4359 2013-08-20 Doug Evans <dje@google.com>
4360
4361 * blockframe.c: Remove #include "psymtab.h".
4362 * cp-support.c: Ditto.
4363 * source.c: Ditto.
4364 * stack.c: Ditto.
4365
4366 2013-08-20 Tom Tromey <tromey@redhat.com>
4367
4368 PR python/15816:
4369 * exceptions.h (return_mask): Now an enum.
4370 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4371 enum constants.
4372
4373 2013-08-20 Tom Tromey <tromey@redhat.com>
4374
4375 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4376 get_objfile_arch.
4377 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4378 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4379 * jit.c (jit_object_close_impl): Update.
4380 * jv-lang.c (get_dynamics_objfile): Update.
4381 * linespec.c (add_minsym): Use get_dynamics_objfile.
4382 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4383 (allocate_objfile): Don't initialize 'gdbarch' field.
4384 (get_objfile_arch): Update.
4385 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4386 moved from...
4387 (struct objfile) <gdbarch>: ... here. Remove.
4388 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4389 get_objfile_arch.
4390 * symfile.c (init_entry_point_info): Use get_objfile_arch.
4391
4392 2013-08-20 Alan Modra <amodra@gmail.com>
4393
4394 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4395 for IBM long double nan and inf.
4396 (floatformat_is_negative, floatformat_classify,
4397 floatformat_mantissa): Similarly.
4398 (floatformat_ieee_single, floatformat_ieee_double,
4399 floatformat_ieee_quad, floatformat_arm_ext,
4400 floatformat_ia64_spill): Delete unused vars.
4401 (_initialize_doublest): Delete unused function.
4402 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4403 little-endian variants of floatformat_ibm_long_double.
4404
4405 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
4406
4407 * Makefile.in (SFILES): Remove common/target-common.c and
4408 add target/waitstatus.c.
4409 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4410 target/resume.h, target/wait.h and target/waitstatus.h.
4411 (COMMON_OBS): Remove target-common.o and add
4412 waitstatus.o.
4413 (target-common.o): Remove.
4414 (waitstatus.o): New target object file.
4415 * common/target-common.c: Move contents to
4416 target/waitstatus.c and remove.
4417 * common/target-common.h: Move contents to other files and
4418 remove.
4419 (enum resume_kind: Move to target/resume.h.
4420 (TARGET_WNOHANG): Move to target/wait.h.
4421 (enum target_waitkind): Move to target/waitstatus.h.
4422 (struct target_waitstatus): Likewise.
4423 * target.h: Do not include target-common.h and
4424 include target/resume.h, target/wait.h and
4425 target/waitstatus.h.
4426 * target/resume.h: New file.
4427 * target/wait.h: New file.
4428 * target/waitstatus.h: New file.
4429 * target/waitstatus.c: New file.
4430
4431 2013-08-19 Pedro Alves <palves@redhat.com>
4432
4433 * linux-nat.c (linux_test_for_tracefork)
4434 (linux_test_for_tracesysgood, linux_child_follow_fork)
4435 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4436 (linux_nat_wait_1): Extend comment.
4437 (linux_async_pipe): Add comment.
4438
4439 2013-08-15 Kevin Buettner <kevinb@redhat.com>
4440
4441 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4442 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4443 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4444 Update to account for fact that PC is now a pseudo-register.
4445 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
4446 cases for RL78_PC_REGNUM.
4447
4448 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
4449
4450 PR cli/15841
4451 * top.c (quit_force): Skip writing history file
4452 if input is not from terminal.
4453
4454 2013-08-14 Tom Tromey <tromey@redhat.com>
4455
4456 * remote.c (struct remote_state) <echo_nextthread, nextthread,
4457 resultthreadlist>: New fields.
4458 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4459 (remote_get_threadlist, remote_threadlist_iterator): Use
4460 new fields. Remove static variables.
4461
4462 2013-08-14 Tom Tromey <tromey@redhat.com>
4463
4464 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4465 remote_watch_data_address>: New fields.
4466 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4467 (process_stop_reply, remote_wait_as)
4468 (remote_check_watch_resources, remote_stopped_data_address): Update.
4469
4470 2013-08-14 Tom Tromey <tromey@redhat.com>
4471
4472 * remote.c (struct remote_state) <async_client_callback,
4473 async_client_context>: New fields.
4474 (async_client_callback, async_client_context): Remove.
4475 (remote_async_serial_handler, remote_async): Update.
4476
4477 2013-08-14 Tom Tromey <tromey@redhat.com>
4478
4479 * remote.c (sizeof_pkt): Remove.
4480 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4481
4482 2013-08-14 Tom Tromey <tromey@redhat.com>
4483
4484 * remote.c (struct remote_state) <use_threadinfo_query,
4485 use_threadextra_query>: New fields.
4486 (remote_threads_info, remote_threads_extra_info)
4487 (remote_open_1): Update.
4488
4489 2013-08-14 Tom Tromey <tromey@redhat.com>
4490
4491 * remote.c (struct remote_state) <finished_object,
4492 finished_annex, finished_offset>: New fields.
4493 (remote_read_qxfer): Use remote_state fields; remove static
4494 variables.
4495
4496 2013-08-14 Tom Tromey <tromey@redhat.com>
4497
4498 * remote.c (struct remote_state) <last_sent_step>:
4499 New field.
4500 (last_sent_step): Remove.
4501 (remote_resume, remote_wait_as): Update.
4502
4503 2013-08-14 Tom Tromey <tromey@redhat.com>
4504
4505 * remote.c (struct remote_state) <last_sent_signal>:
4506 New field.
4507 (last_sent_signal): Remove.
4508 (new_remote_state, remote_resume, remote_wait_as): Update.
4509
4510 2013-08-14 Tom Tromey <tromey@redhat.com>
4511
4512 * remote.c (struct remote_state) <last_program_signals_packet>:
4513 New field.
4514 (last_program_signals_packet): Remove.
4515 (remote_program_signals, remote_open_1): Update.
4516
4517 2013-08-14 Tom Tromey <tromey@redhat.com>
4518
4519 * remote.c (struct remote_state) <last_pass_packet>:
4520 New field.
4521 (last_pass_packet): Remove.
4522 (remote_pass_signals, remote_open_1): Update.
4523
4524 2013-08-14 Tom Tromey <tromey@redhat.com>
4525
4526 * remote.c (struct remote_state) <remote_traceframe_number>:
4527 New field.
4528 (remote_traceframe_number): Remove.
4529 (new_remote_state, remote_open_1, set_remote_traceframe)
4530 (remote_trace_find): Update.
4531
4532 2013-08-14 Tom Tromey <tromey@redhat.com>
4533
4534 * remote.c (struct remote_state) <general_thread, continue_thread>:
4535 New fields.
4536 (general_thread, continue_thread): Remove.
4537 (record_currthread, set_thread, set_general_process)
4538 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4539 (extended_remote_mourn_1): Update.
4540
4541 2013-08-14 Tom Tromey <tromey@redhat.com>
4542
4543 * remote.c (struct remote_state) <remote_desc>: New field.
4544 (remote_desc): Remove.
4545 (remote_threads_info, remote_threads_extra_info, remote_close)
4546 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4547 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4548 (remote_hostio_send_command, remote_file_put, remote_file_get)
4549 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4550 (remote_async, remote_new_objfile, set_range_stepping): Update.
4551
4552 2013-08-14 Tom Tromey <tromey@redhat.com>
4553
4554 * remote.c (remote_state): Now a pointer.
4555 (get_remote_state_raw): Update.
4556 (new_remote_state): New function.
4557 (_initialize_remote): Use new_remote_state.
4558
4559 2013-08-14 Tom Tromey <tromey@redhat.com>
4560
4561 * remote.c (remote_protocol_features): Now const.
4562
4563 2013-08-14 Tom Tromey <tromey@redhat.com>
4564
4565 * remote.c (crc32_table, crc32): Remove.
4566 (remote_verify_memory): Use xcrc32.
4567
4568 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4569
4570 * value.h (create_internalvar_type_lazy): Adjust prototype
4571 declaration.
4572
4573 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
4574
4575 * common/format.c (parse_format_string): Don't allow '#' flag for
4576 pointer arguments in format string.
4577
4578 2013-08-13 Pierre Muller <muller@sourceware.org>
4579
4580 * utils.c (init_page_info): Only call tgetnum function
4581 if rl_get_screen_size did not return useful values.
4582
4583 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4584
4585 PR breakpoints/15117
4586 * linespec.c (linespec_parse_basic): Check for convenience
4587 variable or history value while parsing.
4588
4589 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4590
4591 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4592 AVR.
4593 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4594 different signals between the generic Linux kernel implementation
4595 and AVR's.
4596 (avr_linux_gdb_signal_from_target): Delete.
4597 (avr_linux_gdb_signal_to_target): Delete.
4598 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4599
4600 2013-08-09 Doug Evans <dje@google.com>
4601
4602 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4603 entries.
4604
4605 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4606
4607 * linux-tdep.c: Define enum with generic signal numbers.
4608 (linux_gdb_signal_from_target): New function.
4609 (linux_gdb_signal_to_target): Likewise.
4610 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4611 methods to the functions above.
4612 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4613 (linux_gdb_signal_to_target): Likewise.
4614 * alpha-linux-tdep.c: Define new enum with signals different
4615 from generic Linux kernel.
4616 (alpha_linux_gdb_signal_from_target): New function.
4617 (alpha_linux_gdb_signal_to_target): Likewise.
4618 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4619 with the functions mentioned above.
4620 * avr-tdep.c: Define enum with differences between Linux kernel
4621 and AVR signals.
4622 (avr_linux_gdb_signal_from_target): New function.
4623 (avr_linux_gdb_signal_to_target): Likewise.
4624 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4625 the functions mentioned above.
4626 * sparc-linux-tdep.c: Define enum with differences between SPARC
4627 and generic Linux kernel signal numbers.
4628 (sparc32_linux_gdb_signal_from_target): New function.
4629 (sparc32_linux_gdb_signal_to_target): Likewise.
4630 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4631 to the functions defined above.
4632 * xtensa-linux-tdep.c: Define enum with differences between
4633 Xtensa and Linux kernel generic signals.
4634 (xtensa_linux_gdb_signal_from_target): New function.
4635 (xtensa_linux_gdb_signal_to_target): Likewise.
4636 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4637 to the functions defined above.
4638 * mips-linux-tdep.c: Define enum with differences between
4639 signals in MIPS and Linux kernel generic ones.
4640 (mips_gdb_signal_to_target): New function.
4641 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4642 only different signals from the Linux kernel generic.
4643 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4644 the functions defined above.
4645 * mips-linux-tdep.h (enum mips_signals): Remove.
4646
4647 2013-08-09 Pedro Alves <palves@redhat.com>
4648
4649 * avr-tdep.c (XMALLOC): Delete macro.
4650 * cli/cli-dump.c (XMALLOC): Delete macro.
4651
4652 2013-08-09 Pedro Alves <palves@redhat.com>
4653
4654 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4655 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4656 (fopen_with_cleanup, add_dump_command): Make static.
4657 * cli/cli-dump.h: Delete file.
4658 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4659 cli/cli-dump.h.
4660
4661 2013-08-09 Pedro Alves <palves@redhat.com>
4662
4663 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4664 error message.
4665
4666 2013-08-09 Pedro Alves <palves@redhat.com>
4667
4668 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4669 error message.
4670
4671 2013-08-09 Pedro Alves <palves@redhat.com>
4672
4673 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4674 (gcore_command): Use tilde_expand here, and when showing the
4675 filename to the user, show the expanded version.
4676
4677 2013-08-09 Yao Qi <yao@codesourcery.com>
4678
4679 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4680 'entryval' is set.
4681
4682 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4683
4684 * gcore.c (create_gcore_bfd): Use tilde_expand.
4685
4686 2013-08-08 Yao Qi <yao@codesourcery.com>
4687
4688 * frame.h (read_frame_local): Declare.
4689 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4690 read_frame_local.
4691 * stack.c (read_frame_local): New.
4692
4693 2013-08-08 Yao Qi <yao@codesourcery.com>
4694
4695 * mi/mi-cmd-stack.c: Update comments to function
4696 list_args_or_locals.
4697
4698 2013-08-07 Tom Tromey <tromey@redhat.com>
4699
4700 PR symtab/15028:
4701 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4702 (process_psymtab_comp_unit_reader): Use it.
4703 (process_psymtab_comp_unit): Update. Add "pretend_language"
4704 argument.
4705 (dwarf2_build_psymtabs_hard): Update.
4706 (scan_partial_symbols): Pass CU's language to
4707 process_psymtab_comp_unit.
4708
4709 2013-08-07 Tom Tromey <tromey@redhat.com>
4710
4711 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4712 (dwarf2_gdb_index_functions): Update.
4713 * psymtab.c (find_symbol_file_from_partial): Remove.
4714 (psym_functions): Update.
4715 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4716 Remove.
4717
4718 2013-08-07 Tom Tromey <tromey@redhat.com>
4719
4720 * symfile.c (set_initial_language): Look up "main" symbol
4721 and use its language.
4722 * symtab.c (find_main_filename): Remove.
4723 * symtab.h (find_main_filename): Remove.
4724
4725 2013-08-07 Tom Tromey <tromey@redhat.com>
4726
4727 * dwarf2read.c (recursively_compute_inclusions): Add
4728 "immediate_parent" argument. Set symtab's "user" field
4729 if not set.
4730 (compute_symtab_includes): Update.
4731
4732 2013-08-07 Tom Tromey <tromey@redhat.com>
4733
4734 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4735 when adding label symbols.
4736
4737 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4738 Ulrich Weigand <uweigand@de.ibm.com>
4739
4740 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4741 * configure.host (powerpc64-*-aix*): Likewise.
4742
4743 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4744 Ulrich Weigand <uweigand@de.ibm.com>
4745
4746 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4747 is defined.
4748 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4749 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4750 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4751 * configure.ac: Check for ptrace64.
4752 * configure, config.in: Regenerate.
4753
4754 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4755 Ulrich Weigand <uweigand@de.ibm.com>
4756
4757 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4758 Call ptrace64 instead of ptrace if defined.
4759 Add macro addr_ptr to take care of ptrace address argument.
4760 (pdc_read_regs): Likewise.
4761 (pdc_write_regs): Likewise.
4762 (aix_thread_resume): Likewise.
4763 (fetch_regs_kernel_thread): Likewise.
4764 (store_regs_kernel_thread): Likewise.
4765
4766 2013-08-07 Anton Blanchard <anton@samba.org>
4767
4768 * MAINTAINERS: Add myself to Write After Approval.
4769
4770 2013-08-05 Tom Tromey <tromey@redhat.com>
4771
4772 * aix-thread.c (_initialize_aix_thread): Use
4773 complete_target_initialization.
4774 * bsd-uthread.c (_initialize_bsd_uthread): Use
4775 complete_target_initialization.
4776 * dec-thread.c (_initialize_dec_thread): Use
4777 complete_target_initialization.
4778 * ravenscar-thread.c (_initialize_ravenscar): Use
4779 complete_target_initialization.
4780 * sol-thread.c (_initialize_sol_thread): Use
4781 complete_target_initialization.
4782 * spu-multiarch.c (_initialize_spu_multiarch): Use
4783 complete_target_initialization.
4784
4785 2013-08-05 Tom Tromey <tromey@redhat.com>
4786
4787 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4788 * ada-lang.c (ada_lookup_simple_minsym): Return
4789 bound_minimal_symbol.
4790 * ada-lang.h (ada_lookup_simple_minsym): Update.
4791 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4792 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4793 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4794 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4795 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4796 * minsyms.c (msymbol_objfile): Remove.
4797 (lookup_minimal_symbol_internal): New function, from
4798 lookup_minimal_symbol.
4799 (lookup_minimal_symbol): Rewrite using
4800 lookup_minimal_symbol_internal.
4801 (lookup_bound_minimal_symbol): New function.
4802 * minsyms.h (msymbol_objfile): Remove.
4803 (lookup_bound_minimal_symbol): Declare.
4804 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4805 * parse.c (write_exp_msymbol): Change parameter to a
4806 bound_minimal_symbol.
4807 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4808 * parser-defs.h (write_exp_msymbol): Update.
4809 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4810 * symfile.c (simple_read_overlay_table): Use
4811 lookup_bound_minimal_symbol.
4812 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4813 (search_symbols): Likewise.
4814 (print_msymbol_info): Take a bound_minimal_symbol argument.
4815 (symtab_symbol_info, rbreak_command): Update.
4816 * symtab.h (struct symbol_search) <msymbol>: Change type
4817 to bound_minimal_symbol.
4818 * valops.c (find_function_in_inferior): Use
4819 lookup_bound_minimal_symbol.
4820 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4821
4822 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 Code cleanup.
4825 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4826 to ...
4827 (async_cleanup_sigint_signal_handler): ... this.
4828 (initialize_sigint_signal_handler): Remove declaration.
4829 (handle_remote_sigint): Rename the declaration to ...
4830 (async_handle_remote_sigint): ... this.
4831 (handle_remote_sigint_twice): Rename the declaration to ...
4832 (async_handle_remote_sigint_twice): ... this.
4833 (async_remote_interrupt, async_remote_interrupt_twice)
4834 (remote_interrupt): Remove the declarations.
4835 (remote_interrupt_twice): Rename the declaration ...
4836 (sync_remote_interrupt_twice): ... this.
4837 (sigint_remote_twice_token): Rename the variable to ...
4838 (async_sigint_remote_twice_token): ... this.
4839 (sigint_remote_token): Rename the variable to ...
4840 (async_sigint_remote_token): ... this.
4841 (initialize_sigint_signal_handler): Rename the function to ...
4842 (async_initialize_sigint_signal_handler): ... this. Update the name
4843 inside.
4844 (handle_remote_sigint): Rename the function to ...
4845 (async_handle_remote_sigint): ... this. Update the names inside.
4846 (handle_remote_sigint_twice): Rename the function to ...
4847 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4848 (cleanup_sigint_signal_handler): Rename the function to ...
4849 (async_cleanup_sigint_signal_handler): ... this.
4850 (remote_interrupt): Rename the function to ...
4851 (sync_remote_interrupt): this. Update the names inside.
4852 (remote_interrupt_twice): Rename the function to ...
4853 (sync_remote_interrupt_twice): this. Update the names inside.
4854 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4855 (_initialize_remote): Update the names inside.
4856
4857 2013-08-02 Tom Tromey <tromey@redhat.com>
4858
4859 PR symtab/15719:
4860 * breakpoint.c (update_watchpoint, watchpoint_check)
4861 (watch_command_1): Update.
4862 * eval.c (fetch_subexp_value): Add "preserve_errors"
4863 parameter.
4864 * ppc-linux-nat.c (check_condition): Update.
4865 * value.h (fetch_subexp_value): Update.
4866
4867 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4868
4869 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4870 add_file_handler.
4871
4872 2013-08-01 Doug Evans <dje@google.com>
4873
4874 PR symtab/15691
4875 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4876 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4877 Add assert of sig_entry->dwo_unit == NULL.
4878 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4879 had already been read.
4880 (read_signatured_type): Set per_cu.tu_read.
4881
4882 PR symtab/15695
4883 * valops.c (value_struct_elt): Add missing call to check_typedef.
4884 (value_find_oload_method_list): Ditto.
4885
4886 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4887 effectively, struct symbol_search **.
4888 (make_cleanup_free_search_symbols): Change arg to struct
4889 symbol_search **. All callers updated.
4890 (compare_search_syms): Compare symtab file name and block as well.
4891 (search_symbols_equal): New function.
4892 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4893 New args new_head, new_tail. Result is now void. Remove dups after
4894 sorting the symbols.
4895 (search_symbols): Sort all found symbols once, after all have been
4896 found, and remove duplicates. Simplify cleanup tracking of result.
4897 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4898
4899 Further workarounds for binutils/15021.
4900 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4901 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4902 Watch for duplicate symtabs coming from type units.
4903 (compute_symtab_includes): Update call to
4904 recursively_compute_inclusions. Build vector of included symtabs
4905 instead of per_cus.
4906 * symtab.h (symtab_ptr): New typedef.
4907 (DEF_VEC_P (symtab_ptr)): New VEC type.
4908 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4909 instead.
4910
4911 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4912
4913 * cli/cli-script.c (script_from_file): Remove use of
4914 error_pre_print.
4915 * main.c (captured_main): Remove use of error_pre_print and
4916 quit_pre_print.
4917 * utils.c (error_pre_print, quit_pre_print): Remove.
4918 * utils.h (error_pre_print, quit_pre_print): Likewise.
4919
4920 2013-08-01 Yao Qi <yao@codesourcery.com>
4921
4922 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4923 with mi_getopt.
4924 (mi_cmd_stack_list_variables): Likewise.
4925
4926 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4927
4928 * exceptions.c (deprecated_throw_reason): Remove.
4929 * exceptions.h (deprecated_throw_reason): Remove.
4930
4931 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4932
4933 * remote-mips.c (mips_error): Replace use of
4934 deprecated_throw_reason with throw_verror. Use the error message
4935 passed to mips_error as the error message for throw_verror.
4936
4937 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4938
4939 * monitor.c (monitor_interrupt_query): Replace use of
4940 deprecated_throw_reason with quit.
4941 * nto-procfs.c (interrupt_query): Likewise.
4942 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4943 * remote-mips.c (mips_kill): Likewise.
4944 * remote.c (interrupt_query): Likewise.
4945
4946 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4947
4948 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4949 with call to fatal.
4950
4951 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4952 Yao Qi <yao@codesourcery.com>
4953
4954 * tracepoint.c (trace_dump_command): Select the current frame.
4955
4956 2013-07-30 Doug Evans <dje@google.com>
4957
4958 * dwarf2read.c (process_queue): Add type signature to debug output.
4959
4960 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4961
4962 * value.c (value_fetch_lazy): Mark optimized out values as such
4963 rather than raising an error.
4964
4965 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4966
4967 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4968 before checking which bits of the parent, not the child, value are
4969 valid.
4970
4971 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4972
4973 PR gdb/15715
4974 * top.c: Include "filenames.h".
4975 (set_history_filename): New function.
4976 (init_main): Install it as set hook of the "set history filename"
4977 command.
4978
4979 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4980
4981 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4982 attribute parameter.
4983 (dwarf2_const_value_data): Constify struct attribute parameter.
4984 (dwarf2_const_value): Constify struct attribute parameter.
4985 (dwarf2_const_value_attr): Constify struct attribute parameter.
4986 (lookup_die_type): Constify struct attribute parameter.
4987 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4988 (follow_die_ref_or_sig): Constify struct attribute parameter.
4989 (follow_die_ref): Constify struct attribute parameter.
4990 (follow_die_sig): Constify struct attribute parameter.
4991 (get_DW_AT_signature_type): Constify struct attribute parameter.
4992 (get_type_unit_group): Constify struct attribute parameter.
4993 (fill_in_loclist_baton): Constify struct attribute parameter.
4994 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4995 (type_unit_group): Constify struct attribute parameter.
4996
4997 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4998
4999 * dwarf2read.c (attr_form_is_block): Make argument const.
5000 (attr_form_is_section_offset): Make argument const.
5001 (attr_form_is_constant): Make argument const.
5002 (attr_form_is_ref): Make argument const.
5003
5004 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
5005
5006 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
5007 All uses updated.
5008 (attr_form_is_ref): Moved below attr_form_is_constant.
5009
5010 2013-07-29 Doug Evans <dje@google.com>
5011
5012 * main.c (captured_command_loop): Tweak comment.
5013
5014 * target.c (target_async_permitted_1): Fix comment.
5015
5016 * symtab.c (iterate_over_some_symtabs): Add comment.
5017
5018 * symtab.c (iterate_over_some_symtabs): Fix indentation.
5019
5020 2013-07-27 Yao Qi <yao@codesourcery.com>
5021
5022 * NEWS: Mention that GDBserver now supports hardware
5023 watchpoints on the MIPS GNU/Linux target.
5024
5025 2013-07-27 Yao Qi <yao@codesourcery.com>
5026
5027 * Makefile.in (HFILES_NO_SRCDIR): Add
5028 common/mips-linux-watch.h.
5029 (mips-linux-watch.o): New rule.
5030 * common/mips-linux-watch.c: New.
5031 * common/mips-linux-watch.h: New.
5032 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
5033 * mips-linux-nat.c: Include mips-linux-watch.h.
5034 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
5035 to common/mips-linux-watch.h.
5036 (MAX_DEBUG_REGISTER): Likewise.
5037 (enum pt_watch_style): Likewise.
5038 (struct mips32_watch_regs): Likewise.
5039 (struct mips64_watch_regs): Likewise.
5040 (struct pt_watch_regs): Likewise.
5041 (struct mips_watchpoint): Likewise.
5042 (mips_linux_watch_get_irw_mask): Move to
5043 common/mips-linux-watch.c.
5044 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
5045 (mips_linux_watch_get_watchlo): Likewise.
5046 (mips_linux_watch_set_watchlo): Likewise.
5047 (mips_linux_watch_get_watchhi): Likewise.
5048 (mips_linux_watch_set_watchhi): Likewise.
5049 (mips_linux_read_watch_registers): Likewise.
5050 (mips_linux_watch_type_to_irw): Likewise.
5051 (mips_linux_stopped_data_address, fill_mask): Likewise.
5052 (mips_linux_watch_try_one_watch): Likewise.
5053 (mips_linux_watch_populate_regs): Likewise.
5054
5055 2013-07-27 Yao Qi <yao@codesourcery.com>
5056
5057 * mips-linux-nat.c (get_irw_mask): Rename to ...
5058 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
5059 'set' to 'n'. Update function comment. All callers changed.
5060 (get_reg_mask): Rename parameter 'set' to 'n'. Update
5061 function comment. All callers changed.
5062 (get_num_valid): Rename to ...
5063 (mips_linux_watch_get_num_valid): ... this. Rename parameter
5064 'set' to 'n'. Update function comment. All callers changed.
5065 (get_watchlo): Rename to ...
5066 (mips_linux_watch_get_watchlo): ... this. Rename parameter
5067 'set' to 'n'. Update function comment. All callers changed.
5068 (set_watchlo): Rename to ...
5069 (mips_linux_watch_set_watchlo): ... this. Rename parameter
5070 'set' to 'n'. Update function comment. All callers changed.
5071 (get_watchhi): Rename to ...
5072 (mips_linux_watch_get_watchhi): ... this. Update function
5073 comment. All callers changed.
5074 (set_watchhi): Rename to ...
5075 (mips_linux_watch_set_watchhi): ... this. Update function
5076 comment. All callers changed.
5077 (mips_linux_read_watch_registers): Update function comment.
5078 Add new parameters 'lwpid', 'watch_readback', and
5079 'watch_readback_valid'. Update.
5080 (type_to_irw): Rename to ...
5081 (mips_linux_watch_type_to_irw): ... this. Update function
5082 comment. All callers changed.
5083 (fill_mask): Update function comment.
5084 (try_one_watch): Rename to ...
5085 (mips_linux_watch_try_one_watch): ... this. Change the type
5086 of parameter 'irw' from 'unsigned' to 'uint32_t'.
5087 (populate_regs_from_watches): Rename to ...
5088 (mips_linux_watch_populate_regs): ... this. Add parameter
5089 'current_watches'. All callers changed.
5090
5091 2013-07-27 Yao Qi <yao@codesourcery.com>
5092
5093 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
5094 the code.
5095 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
5096 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
5097 (struct pt_watch_regs): Likewise.
5098 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
5099 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
5100 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
5101 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
5102 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
5103
5104 2013-07-27 Yao Qi <yao@codesourcery.com>
5105
5106 * breakpoint.h: Include break-common.h.
5107 (enum target_hw_bp_type): Move to ...
5108 * common/break-common.h: ... here. New.
5109
5110 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
5111
5112 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
5113 process group regardless of having tty on stdin.
5114
5115 2013-07-25 Doug Evans <dje@google.com>
5116
5117 * linux-fork.h (detach_fork): Delete.
5118
5119 2013-07-25 Tom Tromey <tromey@redhat.com>
5120
5121 PR remote/15256, PR remote/15266:
5122 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
5123 * monitor.c (monitor_detach): Use unpush_target.
5124 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
5125 * remote-mips.c (mips_detach): Use unpush_target. Don't
5126 call mips_close.
5127 * remote-sim.c (gdbsim_detach): Use unpush_target.
5128 * target.c (pop_target): Remove.
5129 (pop_all_targets_above): Don't call target_close.
5130 (target_close): Assert that the target is unpushed.
5131 * target.h (pop_target): Don't declare.
5132 * tracepoint.c (tfile_open): Use unpush_target.
5133
5134 2013-07-25 Tom Tromey <tromey@redhat.com>
5135
5136 * linux-thread-db.c (init_thread_db_ops): Call
5137 complete_target_initialization.
5138 (_initialize_thread_db): Don't call add_target.
5139 * target.c (complete_target_initialization): New function.
5140 (add_target_with_completer): Call it.
5141 * target.h (complete_target_initialization): Declare.
5142
5143 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5144
5145 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
5146 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
5147 (HPPANBSD_SIZEOF_GREGS): New define.
5148 (hppaobsd_supply_gregset): Handle additional registers.
5149 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
5150 we provide more registers now.
5151 (hppabsd_supply_gregset): Supply additional registers.
5152 (hppabsd_collect_gregset): Collect additional registers.
5153
5154 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5155
5156 * hppabsd-tdep.c: Include "dwarf2-frame.h".
5157 (hppabsd_dwarf2_frame_init_reg): New function.
5158 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
5159
5160 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5161
5162 * mi/mi-main.c (output_register): Make MI 'r' format use standard
5163 'z' format code. Remove error for optimized out values, standard
5164 code will handle these fine.
5165
5166 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5167
5168 * NEWS: Mention new 'z' formatter.
5169 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
5170 (_initialize_printcmd): Mention 'z' formatter in help text of the
5171 'x' command.
5172
5173 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
5174
5175 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
5176 formatting.
5177
5178 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5179
5180 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
5181 interface can evaluate arguments. Fallback to the old mode if it
5182 cannot.
5183 (create_exception_master_breakpoint): Likewise.
5184 * elfread.c (elf_can_evaluate_probe_arguments): New function.
5185 (struct sym_probe_fns elf_probe_fns): Export function above to the
5186 probe interface.
5187 * probe.c (can_evaluate_probe_arguments): New function.
5188 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
5189 function pointer.
5190 (can_evaluate_probe_arguments): New function prototype.
5191 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
5192 probe interface can evaluate arguments. Fallback to the old mode
5193 if it cannot.
5194 * stap-probe.c (stap_get_probe_argument_count): Check if probe
5195 interface can evaluate arguments. Warning the user if it cannot.
5196 (stap_can_evaluate_probe_arguments): New function.
5197 (struct probe_ops stap_probe_ops): Export function above to the
5198 probe interface.
5199 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
5200 New function pointer.
5201
5202 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
5203
5204 * Makefile.in (SFILES): Add common/target-common.c.
5205 Add common/target-common.h to headers.
5206 (COMMON_OBS): Add target-common.o.
5207 (target-common.o): New target.
5208 * linux-nat.h (resume_kind): Move to common/target-common.h.
5209 * target.c (target_waitstatus_to_string): Move to
5210 common/target-common.c.
5211 * target.h: Include target-common.h.
5212 (target_waitkind): Move to common/target-common.h.
5213 (target_waitstatus): Likewise.
5214 (TARGET_WNOHANG): Likewise.
5215 * common/target-common.c: New file.
5216 * common/target-common.h: New file.
5217
5218 2013-07-24 Doug Evans <dje@google.com>
5219
5220 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
5221 a warning.
5222
5223 2013-07-23 Yao Qi <yao@codesourcery.com>
5224
5225 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
5226 parameter 'gdbarch'.
5227 (i386_stack_tramp_frame_sniffer): Caller update.
5228 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
5229 parameter 'gdbarch' and 'target'.
5230 (i386_linux_core_read_description): Caller update.
5231 * amd64-linux-tdep.c (amd64_linux_core_read_description):
5232 Likewise.
5233 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
5234 declaration.
5235
5236 2013-07-23 Tom Tromey <tromey@redhat.com>
5237
5238 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
5239 2013-07-22.
5240
5241 2013-07-22 Doug Evans <dje@google.com>
5242
5243 * exec.h (remove_target_sections): Delete arg abfd.
5244 * exec.c (exec_close): Update call to remove_target_sections.
5245 (remove_target_sections): Delete arg abfd.
5246 * solib.c (update_solib_list): Ditto.
5247 (reload_shared_libraries_1): Ditto.
5248 (clear_solib): Ditto, and unconditionally call remove_target_sections.
5249 * target.h (struct target_section): Rename key to owner.
5250 All uses updated.
5251
5252 2013-07-22 Tom Tromey <tromey@redhat.com>
5253
5254 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
5255
5256 2013-07-22 Tom Tromey <tromey@redhat.com>
5257
5258 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
5259 Simplify cleanup handling.
5260
5261 2013-07-22 Tom Tromey <tromey@redhat.com>
5262
5263 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
5264 on all return paths.
5265
5266 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5267
5268 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
5269 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
5270 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
5271
5272 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
5273
5274 * top.c (print_gdb_version): Add help, apropos description and
5275 url to online documentation.
5276
5277 2013-07-19 Hui Zhu <hui@codesourcery.com>
5278
5279 PR gdb/15692
5280 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
5281
5282 2013-07-19 Yao Qi <yao@codesourcery.com>
5283
5284 * target.c (update_current_target): Change the default action
5285 of 'to_traceframe_info' from tcomplain to return_zero.
5286 * target.h (struct target_ops) <to_traceframe_info>: Add more
5287 comments.
5288 * valops.c (read_value_memory): Call
5289 traceframe_available_memory unconditionally.
5290
5291 2013-07-18 Yao Qi <yao@codesourcery.com>
5292
5293 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5294 if the name is prefixed by "__imp_" or "_imp_", look for minimal
5295 symbol without prefix. If found, set its type to
5296 'mst_solib_trampoline'.
5297
5298 2013-07-17 Doug Evans <dje@google.com>
5299
5300 * NEWS: Mention "set print raw frame-arguments".
5301 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5302 * stack.c (print_raw_frame_arguments): New static global.
5303 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5304 (_initialize_stack): New command "set/show print raw frame-arguments".
5305 * valprint.c (setprintrawlist, showprintrawlist): New globals.
5306 (set_print_raw, show_print_raw): New functions.
5307 (_initialize_valprint): New prefix command "set/show print raw".
5308 * valprint.h (value_print_options): Improve comments.
5309
5310 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5311 of all *list variables.
5312
5313 * gdbcmd.h (togglelist): Delete.
5314 * cli/cli-cmds.c (togglelist): Delete.
5315 (init_cmd_lists): Update.
5316 * cli/cli-cmds.h (togglelist): Delete.
5317
5318 2013-07-17 Tom Tromey <tromey@redhat.com>
5319
5320 * dwarf2read.c (dwarf2_per_objfile_free): Clear
5321 dwarf2_per_objfile.
5322
5323 2013-07-16 Doug Evans <dje@google.com>
5324
5325 * nto-tdep.c (nto_relocate_section_addresses): Update,
5326 target_section.bfd deleted.
5327 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5328 * s390-tdep.c (s390_load): Ditto.
5329 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5330
5331 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
5332
5333 * common/format.c (parse_format_string): Add checks for NULL
5334 character before calling strchr.
5335
5336 2013-07-16 Doug Evans <dje@google.com>
5337
5338 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5339 temp_pathname argument.
5340 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5341 when opening the file fails.
5342
5343 * target.h (struct target_section): Delete member bfd.
5344 All users updated to use the_bfd_section->owner instead.
5345 * exec.c (add_to_section_table): Assert bfd is expected value.
5346 Remove initialization of target_section.bfd.
5347 (remove_target_sections): Update.
5348 (section_table_available_memory): Update.
5349 (section_table_xfer_memory_partial): Update.
5350 (print_section_info): Update.
5351 (exec_set_section_address): Update.
5352 * record-full.c (record_full_core_xfer_partial): Update.
5353 * solib-svr4.c (svr4_relocate_section_addresses): Update.
5354 * solib-target.c (solib_target_relocate_section_addresses): Update.
5355 * symfile.c (build_section_addr_info_from_section_table): Update.
5356 * target.c (memory_xfer_live_readonly_partial): Update.
5357 (memory_xfer_partial_1): Update.
5358
5359 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5360
5361 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5362 now available for embedded (BookE) and server (BookS) processors,
5363 correct mentions of 'booke' and adjust comments accordingly in order to
5364 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5365 (have_ptrace_booke_interface): Rename function and variable
5366 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5367 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5368 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5369 'hwdebug_point_cmp'. Update all uses.
5370 (booke_find_thread_points_by_tid): Rename function
5371 'booke_find_thread_points_by_tid' to
5372 'hwdebug_find_thread_points_by_tid'. Update all uses.
5373 (booke_insert_point): Rename function 'booke_insert_point' to
5374 'hwdebug_insert_point'. Update all uses.
5375 (booke_remove_point): Rename function 'booke_remove_point' to
5376 'hwdebug_remove_point'. Update all uses.
5377
5378 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
5379
5380 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5381 numbers with enum values.
5382
5383 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
5384
5385 PR threads/13217
5386 * thread.c (thread_apply_all_command): Check for valid threads
5387 and thread count.
5388 (thread_array_cleanup): New struct.
5389 (set_thread_refcount): New function.
5390
5391 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
5392
5393 * infcmd.c (default_print_one_register_info): Reuse function
5394 print_hex_chars.
5395
5396 2013-07-10 Tom Tromey <tromey@redhat.com>
5397
5398 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5399 (ada-exp.o): New target.
5400
5401 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
5402
5403 * mt-tdep.c (mt_registers_info): Call
5404 get_no_prettyformat_print_options instead of
5405 get_raw_print_options (regression by last patch from Doug
5406 Evans).
5407
5408 2013-07-09 Pedro Alves <palves@redhat.com>
5409
5410 Checked in by Joel Brobecker <brobecker@adacore.com>.
5411 * ada-lang.c (coerce_unspec_val_to_type): Use
5412 value_optimized_out_const.
5413 * value.c (value_optimized_out_const): New function.
5414 * value.h (value_optimized_out_const): New declaration.
5415
5416 2013-07-09 Doug Evans <dje@google.com>
5417
5418 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5419 Enum values rename as well. All uses updated.
5420 * valprint.h (value_print_options): Rename member pretty to
5421 pretty format. Rename member prettyprint_arrays to
5422 prettyformat_arrays. Rename member prettyprint_structs to
5423 prettyformat_structs. All uses updated.
5424 (get_no_prettyformat_print_options): Renamed from
5425 get_raw_print_options.
5426 * valprint.c (get_no_prettyformat_print_options): Renamed from
5427 get_raw_print_options. All callers updated.
5428 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5429 All callers updated.
5430 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5431 All callers updated.
5432 (_initialize_valprint): Improve help text for "set print pretty" and
5433 "set print arrays".
5434
5435 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
5436
5437 * value.c (value_bits_valid): Revert previous change, and change
5438 by Pedro on 2013-07-04, due to regressions in
5439 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5440
5441 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
5442 Pedro Alves <palves@redhat.com>
5443
5444 * value.c (value_bits_valid): If the value is not lval_computed
5445 or has no check validity handler then the answer is the
5446 optimized_out flag, otherwise defer to the handler.
5447
5448 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5449
5450 * top.c (print_gdb_configuration): Explain in output of
5451 --configuration what does "relocatable" mean.
5452
5453 * main.c (print_gdb_help): Regroup options in the --help text.
5454 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5455 the relevant discussions.
5456
5457 2013-07-06 Yao Qi <yao@codesourcery.com>
5458
5459 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5460 Remove parameter 'lsal'.
5461 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5462 to inner block. Caller update.
5463 (base_breakpoint_create_breakpoints_sal): Update.
5464 (bkpt_create_breakpoints_sal): Likewise.
5465 (tracepoint_create_breakpoints_sal): Likewise.
5466 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5467 element 0 of vector 'canonical->sals'.
5468
5469 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
5470
5471 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5472 register number instead of the pseudo register one.
5473 (rs6000_dwarf2_reg_to_regnum): Likewise.
5474
5475 2013-07-04 Pedro Alves <palves@redhat.com>
5476
5477 * findvar.c (value_of_register): Use allocate_optimized_out_value
5478 if the register has been optimized out, instead of
5479 set_value_optimized_out.
5480 * frame-unwind.c (frame_unwind_got_optimized): Use
5481 allocate_optimized_out_value.
5482
5483 2013-07-04 Pedro Alves <palves@redhat.com>
5484
5485 * value.c (value_bits_valid): If the value is not lval_computed,
5486 or doesn't have a check_validity hook, assume the value is entirely
5487 valid.
5488
5489 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5490
5491 * stack.c (read_frame_arg): No longer fetch lazy values.
5492 * value.c (value_optimized_out): If the value is not already
5493 marked optimized out, and is lazy then fetch it.
5494 (value_primitive_field): Move optimized out check to later in the
5495 function, after we have loaded any lazy values.
5496 (value_fetch_lazy): Use optimized out flag directly rather than
5497 calling optimized_out method.
5498
5499 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5500
5501 * valops.c: Don't include "user-regs.h".
5502 (value_fetch_lazy): Moved to value.c.
5503 * value.c: Include "user-regs.h".
5504 (value_fetch_lazy): Moved from valops.c.
5505
5506 2013-07-04 Yao Qi <yao@codesourcery.com>
5507
5508 Revert:
5509 2013-06-27 Yao Qi <yao@codesourcery.com>
5510
5511 * common/create-version.sh: Update comments. Handle the case
5512 that TARGET_ALIAS is empty.
5513
5514 2013-07-03 Pedro Alves <palves@redhat.com>
5515
5516 * Makefile.in (config.status): Depend on development.sh.
5517 (aclocal_m4_deps): Add libmcheck.m4.
5518 * acinclude.m4: Include libmcheck.m4.
5519 * configure.ac: Source development.sh instead of setting
5520 'development' here. --enable-libmcheck/--disable-libmcheck code
5521 factored out to GDB_AC_LIBMCHECK. Run it.
5522 * development.sh: New file.
5523 * libmcheck.m4: New file.
5524 * configure: Regenerate.
5525
5526 2013-07-02 Tom Tromey <tromey@redhat.com>
5527
5528 * contrib/ari/update-web-ari.sh: Update for version.in change.
5529
5530 2013-07-02 Tom Tromey <tromey@redhat.com>
5531
5532 * common/ptid.h: Comment fixes.
5533
5534 2013-07-01 Tom Tromey <tromey@redhat.com>
5535
5536 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5537 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5538 (dwarf2_read_index, create_all_comp_units): Update.
5539
5540 2013-07-01 Tom Tromey <tromey@redhat.com>
5541
5542 * configure.ac (build_warnings): Add -Wold-style-definition.
5543 * configure: Rebuild.
5544 * machoread.c (_initialize_machoread): Use "(void)".
5545 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5546 use "(void)".
5547
5548 2013-07-01 Tom Tromey <tromey@redhat.com>
5549
5550 * configure.ac (build_warnings): Add -Wold-style-declaration.
5551 * configure: Rebuild.
5552 * dsrec.c (make_srec): Use "static const", not "const static".
5553 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5554 not "const static".
5555 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5556 Use "static const", not "const static".
5557 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5558 not "const static".
5559 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5560 not "const static".
5561 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5562 not "const static".
5563 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5564 not "const static".
5565 (v850_dbtrap_breakpoint_from_pc): Likewise.
5566 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5567 not "const static".
5568
5569 2013-07-01 Tom Tromey <tromey@redhat.com>
5570
5571 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5572 * configure: Rebuild.
5573
5574 2013-07-01 Pedro Alves <palves@redhat.com>
5575
5576 * defs.h: Include "pathmax.h".
5577 * utils.c: Don't include sys/param.h.
5578 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5579 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5580 instead of MAXPATHLEN.
5581 * solib-sunos.c: Don't include sys/param.h.
5582 * xcoffread.c: Don't include sys/param.h.
5583 * bsd-kvm.c: Don't include sys/param.h.
5584 * darwin-nat.c: Don't include sys/param.h.
5585 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5586 * darwin-nat-info.c: Don't include sys/param.h.
5587 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5588 MAXPATHLEN.
5589 * i386obsd-nat.c: Don't include sys/param.h.
5590 * inf-child.c: Don't include sys/param.h.
5591 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5592 * linux-fork.c: Don't include sys/param.h.
5593 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5594 * linux-nat.c: Don't include sys/param.h.
5595 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5596 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5597 * m68klinux-nat.c: Don't include sys/param.h.
5598 * nbsd-nat.c: Don't include sys/param.h.
5599 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5600 * ppc-linux-nat.c: Don't include sys/param.h.
5601 * rs6000-nat.c: Don't include sys/param.h.
5602 * spu-linux-nat.c. Don't include sys/param.h.
5603 * windows-nat.c: Don't include sys/param.h.
5604 * xtensa-linux-nat.c: Don't include sys/param.h.
5605 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5606
5607 2013-07-01 Pedro Alves <palves@redhat.com>
5608
5609 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5610 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5611 * gnulib/aclocal.m4: Regenerate.
5612 * gnulib/config.in: Regenerate.
5613 * gnulib/configure: Regenerate.
5614 * gnulib/import/pathmax.h: New file.
5615 * gnulib/import/Makefile.am: Regenerate.
5616 * gnulib/import/Makefile.in: Regenerate.
5617 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5618 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5619 * gnulib/import/m4/pathmax.m4: New file.
5620
5621 2013-07-01 Pedro Alves <palves@redhat.com>
5622
5623 * configure.ac (GDBINIT): Define, depending on host.
5624 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5625 * top.c (PATH_MAX): Delete fallback definition.
5626 (GDBINIT_FILENAME): Delete.
5627 (gdbinit): Reimplement as const char array set to the GDBINIT
5628 string constant.
5629 * top.h (gdbinit): Make const.
5630 * configure, config.in: Regenerate.
5631
5632 2013-07-01 Pedro Alves <palves@redhat.com>
5633
5634 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5635 * cli/cli-cmds.h (source_script): Likewise.
5636 * exceptions.c (catch_command_errors_const): New function.
5637 * exceptions.h (catch_command_errors_const): Declare.
5638 * main.c (get_init_files): Make parameters const, and adjust.
5639 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5640 'local_gdbinit' locals const. Adjust to use
5641 catch_command_errors_const.
5642 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5643 'local_gdbinit' locals const.
5644
5645 2013-07-01 Pedro Alves <palves@redhat.com>
5646
5647 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5648 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5649 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5650 <unistd.h>.
5651
5652 2013-07-01 Pedro Alves <palves@redhat.com>
5653
5654 Import the "unistd" gnulib module.
5655 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5656 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5657 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5658 import/m4/unistd_h.m4.
5659 * gnulib/aclocal.m4: Renenerate.
5660 * gnulib/config.in: Renenerate.
5661 * gnulib/configure: Renenerate.
5662 * gnulib/import/Makefile.am: Renenerate.
5663 * gnulib/import/Makefile.in: Renenerate.
5664 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5665 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5666 * gnulib/import/m4/off_t.m4: New file.
5667 * gnulib/import/m4/ssize_t.m4: New file.
5668 * gnulib/import/m4/sys_types_h.m4: New file.
5669 * gnulib/import/m4/unistd_h.m4: New file.
5670 * gnulib/import/sys_types.in.h: New file.
5671 * gnulib/import/unistd.c: New file.
5672 * gnulib/import/unistd.in.h: New file.
5673
5674 2013-07-01 Pedro Alves <palves@redhat.com>
5675
5676 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5677 defined instead of checking HAVE_UNISTD_H.
5678
5679 2013-07-01 Pedro Alves <palves@redhat.com>
5680
5681 Reimport gnulib from scratch.
5682 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5683 import/m4/onceonly.m4.
5684 * gnulib/aclocal.m4: Renegerate.
5685 * gnulib/config.in: Renegerate.
5686 * gnulib/configure: Renegerate.
5687 * gnulib/import/Makefile.in: Renegerate.
5688 * gnulib/import/extra/update-copyright: Renegerate.
5689 * gnulib/import/m4/onceonly.m4: Delete.
5690
5691 2013-07-01 Pedro Alves <palves@redhat.com>
5692
5693 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5694
5695 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5696
5697 Code cleanup.
5698 * remote.c (async_remote_interrupt_twice): Make it static.
5699 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5700
5701 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5702
5703 * ia64-linux-tdep.c: Include <ctype.h>.
5704 (ia64_linux_stap_is_single_operand): New function.
5705 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5706
5707 2013-06-28 Tom Tromey <tromey@redhat.com>
5708
5709 * Makefile.in (version.c): Use version.in, not
5710 common/version.in.
5711 * common/create-version.sh: Likewise.
5712 * common/version.in: Move...
5713 * version.in: ...here.
5714
5715 2013-06-28 Pedro Alves <palves@redhat.com>
5716
5717 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5718 here.
5719 * utils.h (pagination_enabled): Declare.
5720
5721 2013-06-28 Pedro Alves <palves@redhat.com>
5722
5723 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5724 Move higher up in file.
5725
5726 2013-06-28 Tom Tromey <tromey@redhat.com>
5727
5728 * tracepoint.c (deprecated_readline_begin_hook)
5729 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5730 declare.
5731
5732 2013-06-28 Pedro Alves <palves@redhat.com>
5733
5734 PR tui/14880
5735 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5736 checking if they're available.
5737 * value.c (value_available_contents_eq): Change comment.
5738 * value.h (value_available_contents_eq): Expand comment.
5739
5740 2013-06-27 Tom Tromey <tromey@redhat.com>
5741
5742 * target.c (find_run_target): Remove.
5743 * target.h (find_run_target): Remove.
5744
5745 2013-06-27 Tom Tromey <tromey@redhat.com>
5746
5747 * corelow.c (core_gdbarch): Now static.
5748
5749 2013-06-27 Tom Tromey <tromey@redhat.com>
5750
5751 * target.c (target_struct_index): Remove.
5752
5753 2013-06-27 Pedro Alves <palves@redhat.com>
5754
5755 * infrun.c: Remove comment describing the 'stepping over runtime
5756 loader dynamic symbol resolution code' mechanism; moved to
5757 gdbint.texinfo.
5758
5759 2013-06-27 Pedro Alves <palves@redhat.com>
5760
5761 * exceptions.c (catch_command_errors): Remove spurious space.
5762 * exceptions.h (catch_command_errors): Second parameter is "arg",
5763 not "command".
5764
5765 2013-06-27 Yao Qi <yao@codesourcery.com>
5766
5767 * common/create-version.sh: Update comments. Handle the case
5768 that TARGET_ALIAS is empty.
5769
5770 2013-06-26 Pedro Alves <palves@redhat.com>
5771
5772 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5773 comment.
5774
5775 2013-06-26 Pedro Alves <palves@redhat.com>
5776
5777 * infrun.c: Update comments on stepping over runtime loader
5778 dynamic symbol resolution code.
5779
5780 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5781
5782 * ax-gdb.h (union exp_element): Forward declare.
5783 * parser-defs.h: Include expression.h.
5784
5785 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5786
5787 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5788
5789 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5790
5791 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5792
5793 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5794
5795 Fix trace-status to output proper start-time and stop-time.
5796 * tracepoint.c (trace_status_command): Fix type of printf arg to
5797 prevent improper type conversion.
5798 (trace_status_mi): Likewise.
5799
5800 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5801
5802 * mips-tdep.c (mips_next_pc): Fix a typo.
5803
5804 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5805
5806 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5807
5808 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5809 Yao Qi <yao@codesourcery.com>
5810
5811 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5812 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5813 * mi/mi-main.c (print_variable_or_computed): New function.
5814 (mi_cmd_trace_frame_collected): New function.
5815 * tracepoint.c (find_trace_state_variable_by_number): New.
5816 (struct traceframe_info): Move to tracepoint.h
5817 (struct collection_list): Likewise.
5818 (do_collect_symbol): Include locals and arguments in the
5819 collected variables list.
5820 (clear_collection_list): Clear wholly collected variables list
5821 and computed variables list.
5822 (append_exp): New function.
5823 (encode_actions_1): Include variables in the wholly
5824 collected variables list. Include memory ranges and
5825 full-fledged expressions in the computed expressions list.
5826 (encode_actions): Move some code to ...
5827 Return the cleanup chain.
5828 (encode_actions_rsp): ... here. New function.
5829 (get_traceframe_location, get_traceframe_info): Remove static.
5830 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5831 (struct collection_list): Moved from tracepoint.c. Add two
5832 new fields 'wholly_collected' and 'computed'.
5833 (find_trace_state_variable_by_number): Declare.
5834 (encode_actions): Adjust declaration.
5835 (encode_actions_rsp): Declare.
5836 (get_traceframe_info, get_traceframe_location): Declare.
5837
5838 * NEWS: Mention new MI command -trace-frame-collected.
5839
5840 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5841 Yao Qi <yao@codesourcery.com>
5842
5843 * ctf.c (ctf_traceframe_info): Push trace state variables
5844 present in the trace data into the traceframe info object.
5845 * breakpoint.c (DEF_VEC_I): Remove.
5846 * common/filestuff.c (DEF_VEC_I): Likewise.
5847 * dwarf2loc.c (DEF_VEC_I): Likewise.
5848 * mi/mi-main.c (DEF_VEC_I): Likewise.
5849 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5850 * features/traceframe-info.dtd: Add tvar element and its
5851 attributes.
5852 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5853 (build_traceframe_info): Push trace state variables present in
5854 the trace data into the traceframe info object.
5855 (traceframe_info_start_tvar): New function.
5856 (tvar_attributes): New.
5857 (traceframe_info_children): Add "tvar" element.
5858 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5859
5860 * NEWS: Mention the change in GDB and GDBserver.
5861
5862 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5863 Yao Qi <yao@codesourcery.com>
5864
5865 * tracepoint.c (trace_dump_command): Move code to ...
5866 (get_traceframe_location): ... here. New.
5867
5868 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5869 Yao Qi <yao@codesourcery.com>
5870
5871 * tracepoint.c (trace_dump_command): GDB emits an error
5872 instead of a warning when a traceframe is not selected.
5873
5874 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5875 Yao Qi <yao@codesourcery.com>
5876
5877 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5878 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5879 in collection_list.
5880 (do_clear_collection_list, init_collection_list): New.
5881 (encode_actions): Add local variables 'tracepoint_list' and
5882 'stepping_list'. Call init_collection_list and make cleanup
5883 which calls do_clear_collection_list. Don't call
5884 clear_collection_list.
5885 (_initialize_tracepoint): Delete references to
5886 'tracepoint_list' and 'stepping_list'.
5887
5888 2013-06-25 Tom Tromey <tromey@redhat.com>
5889
5890 * common/create-version.sh (date): Use "$", not "$$" in sed
5891 expression.
5892
5893 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5894
5895 * NEWS (New targets): Add entry for TI MSP430.
5896
5897 2013-06-25 Yao Qi <yao@codesourcery.com>
5898
5899 * remote.c (remote_start_remote): Move code to upload tsv
5900 earlier.
5901
5902 2013-06-25 Yao Qi <yao@codesourcery.com>
5903 Hui Zhu <hui@codesourcery.com>
5904 Pedro Alves <palves@redhat.com>
5905
5906 PR breakpoints/15075
5907 PR breakpoints/15434
5908 * breakpoint.c (bpstat_stop_status): Call
5909 b->ops->after_condition_true.
5910 (update_dprintf_command_list): Don't append "continue" command
5911 to the command list of dprintf breakpoint.
5912 (base_breakpoint_after_condition_true): New function.
5913 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5914 (dprintf_after_condition_true): New function.
5915 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5916 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5917
5918 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5919
5920 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5921 (ALLDEPFILES): Add msp430-tdep.c.
5922 * configure.tgt (msp430*-*-elf): New target.
5923 * msp430-tdep.c: New file.
5924
5925 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5926
5927 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5928 microMIPS synthetic symbols.
5929
5930 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5931
5932 * objfiles.h (pc_in_section): New prototype.
5933 (in_plt_section): Remove name argument, replace prototype with
5934 static inline function.
5935 * mips-tdep.h: Include "objfiles.h".
5936 (in_mips_stubs_section): New function.
5937 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5938 in_solib_call_trampoline member.
5939 (hppa_in_solib_call_trampoline): Remove name argument.
5940 * objfiles.c (pc_in_section): New function.
5941 (in_plt_section): Remove function.
5942 * mips-linux-tdep.c: Include "objfiles.h".
5943 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5944 name argument. Return 1 rather than the low 16-bit halfword of
5945 any instruction examined.
5946 (mips_linux_in_dynsym_resolve_code): Update
5947 mips_linux_in_dynsym_stub call accordingly.
5948 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5949 rather than an equivalent hand-coded sequence.
5950 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5951 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5952 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5953 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5954 in_opd_section.
5955 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5956 on call to tdep->in_solib_call_trampoline.
5957 (hppa_in_solib_call_trampoline): Remove name argument, update
5958 according to in_plt_section change.
5959 (hppa_skip_trampoline_code): Update according to in_plt_section
5960 change.
5961 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5962 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5963 Likewise.
5964 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5965 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5966 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5967 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5968 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5969 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5970 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5971 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5972 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5973 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5974 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5975 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5976 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5977
5978 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5979
5980 * common/create-version.sh: Fix expansion of $host_alias
5981 and $target_alias in generation of HOST_NAME and TARGET_NAME
5982 (resp.).
5983
5984 2013-06-24 Tom Tromey <tromey@redhat.com>
5985
5986 * common/create-version.sh: New file.
5987 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5988 create-version.sh.
5989 (HFILES_NO_SRCDIR): Use common/version.h.
5990 * version.in: Move to ...
5991 * common/version.in: ... here. Replace date with "DATE".
5992 * version.h: Move to ...
5993 * common/version.h: ... here.
5994
5995 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5996
5997 * gdb/gnulib/Makefile.in: Update date in copyright header.
5998 * gdb/gnulib/configure.ac: Ditto.
5999 * gdb/gnulib/update-gnulib.sh: Ditto.
6000
6001 2013-06-21 Joel Brobecker <brobecker@adacore.com>
6002
6003 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
6004 "gdb/gnulib/import".
6005
6006 2013-06-21 Will Newton <will.newton@linaro.org>
6007
6008 * doublest.c (ldfrexp): Remove function.
6009 (convert_doublest_to_floatformat): Call frexpl instead of
6010 ldfrexp.
6011
6012 2013-06-21 Will Newton <will.newton@linaro.org>
6013
6014 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
6015 * gnulib/aclocal.m4: Regenerate.
6016 * gnulib/config.in: Regenerate.
6017 * gnulib/configure: Regenerate.
6018 * gnulib/import/Makefile.am: Update.
6019 * gnulib/import/Makefile.in: Update.
6020 * gnulib/import/m4/gnulib-cache.m4: Update.
6021 * gnulib/import/m4/gnulib-comp.m4: Update.
6022 * gnulib/import/float+.h: Import.
6023 * gnulib/import/float.c: Import.
6024 * gnulib/import/float.in.h: Import.
6025 * gnulib/import/fpucw.h: Import.
6026 * gnulib/import/frexp.c: Import.
6027 * gnulib/import/frexpl.c: Import.
6028 * gnulib/import/isnan.c: Import.
6029 * gnulib/import/isnand-nolibm.h: Import.
6030 * gnulib/import/isnand.c: Import.
6031 * gnulib/import/isnanl-nolibm.h: Import.
6032 * gnulib/import/isnanl.c: Import.
6033 * gnulib/import/itold.c: Import.
6034 * gnulib/import/m4/exponentd.m4: Import.
6035 * gnulib/import/m4/exponentl.m4: Import.
6036 * gnulib/import/m4/float_h.m4: Import.
6037 * gnulib/import/m4/fpieee.m4: Import.
6038 * gnulib/import/m4/frexp.m4: Import.
6039 * gnulib/import/m4/frexpl.m4: Import.
6040 * gnulib/import/m4/isnand.m4: Import.
6041 * gnulib/import/m4/isnanl.m4: Import.
6042 * gnulib/import/m4/math_h.m4: Import.
6043 * gnulib/import/math.c: Import.
6044 * gnulib/import/math.in.h: Import.
6045
6046 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
6049 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
6050 signature_INTEL_edx comparisons.
6051
6052 2013-06-20 Doug Evans <dje@google.com>
6053
6054 symtab/15652
6055 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
6056 All callers updated.
6057 (open_dwp_file): If we can't find the dwp file, search the basename
6058 in debug-file-directory.
6059
6060 * dwarf2read.c (struct dwp_file): Fix comment.
6061 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
6062
6063 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
6064 better.
6065
6066 2013-06-20 Yao Qi <yao@codesourcery.com>
6067
6068 * breakpoint.c (create_breakpoint): Fix code indentation.
6069
6070 2013-06-20 Yao Qi <yao@codesourcery.com>
6071
6072 * breakpoint.c (create_breakpoints_sal_default): Remove
6073 parameter 'lsal'. Update declaration.
6074 (bkpt_create_breakpoints_sal): Caller update.
6075 (tracepoint_create_breakpoints_sal): Likewise.
6076
6077 2013-06-20 Pedro Alves <pedro@codesourcery.com>
6078 Yao Qi <yao@codesourcery.com>
6079
6080 * NEWS: Mention the new option '--skip-unavailable' of command
6081 -data-list-register-values.
6082 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
6083 --skip-unavailable option. Adjust to use output_register.
6084 (output_register): Add new 'skip_unavailable' parameter.
6085 Handle it.
6086
6087 2013-06-19 Mike Frysinger <vapier@gentoo.org>
6088
6089 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
6090 common/i386-gcc-cpuid.h.
6091 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
6092 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
6093 Copy the latest version from upstream gcc.
6094 * common/linux-btrace.c: Include i386-cpuid.h.
6095 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
6096 call to i386_cpuid.
6097 (cpu_supports_btrace): Likewise.
6098 * go32-nat.c: Include i386-cpuid.h.
6099 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
6100
6101 2013-06-19 Doug Evans <dje@google.com>
6102
6103 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
6104 (get_section_index): Ditto.
6105
6106 2013-06-19 Tom Tromey <tromey@redhat.com>
6107
6108 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
6109 "dprintf" help.
6110
6111 2013-06-18 Doug Evans <dje@google.com>
6112
6113 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
6114 before using it.
6115 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
6116 Move test of cu_index closer to use. Print complaint if cu_index
6117 is bad.
6118
6119 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6120
6121 * machoread.c (oso_vector): Delete this global.
6122 (macho_register_oso): Add new parameter "oso_vector_ptr".
6123 Use it instead of the "oso_vector" global.
6124 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
6125 (macho_symfile_read): Use a local oso_vector, to be free'ed
6126 at the end of this function, in place of the old "oso_vector"
6127 global. Update various function calls accordingly. Use one
6128 single cleanup chain for the entire function.
6129
6130 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6131
6132 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
6133 DWARF2_PER_OBJFILE by uses of DATA instead.
6134
6135 2013-06-18 Tom Tromey <tromey@redhat.com>
6136
6137 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
6138 argument.
6139 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6140 Special case signals other than GDB_SIGNAL_TRAP.
6141 (explains_signal_watchpoint): New function.
6142 (base_breakpoint_explains_signal): Add 'sig' argument.
6143 (initialize_breakpoint_ops): Set 'explains_signal' method for
6144 watchpoints.
6145 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
6146 signal argument.
6147 (bpstat_explains_signal): Likewise.
6148 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
6149
6150 2013-06-18 Tom Tromey <tromey@redhat.com>
6151
6152 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
6153
6154 2013-06-18 Tom Tromey <tromey@redhat.com>
6155
6156 * python/python.c (finish_python_initialization): Decref
6157 'pythondir' on failure path as well.
6158
6159 2013-06-18 Tom Tromey <tromey@redhat.com>
6160
6161 PR symtab/15391:
6162 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
6163 after taking bits_to_skip into account. Sign extend byte_offset.
6164 * utils.h (gdb_sign_extend): Declare.
6165 * utils.c (gdb_sign_extend): New function.
6166
6167 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6168
6169 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
6170
6171 2013-06-17 Pierre Muller <muller@sourceware.org>
6172
6173 * corelow.c (core_open): Print GDB signal name instead of target
6174 signal number.
6175
6176 2013-06-17 Mike Frysinger <vapier@gentoo.org>
6177
6178 * .gitignore: Add /gcore.
6179
6180 2013-06-13 Doug Evans <dje@google.com>
6181
6182 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
6183 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
6184
6185 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
6186
6187 * stack.c (backtrace_command_1): Fix indentation.
6188
6189 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6190
6191 * window-nat.c (thread_rec): Add missing empty line after
6192 local variable declaration.
6193
6194 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6195
6196 * windows-nat.c (thread_rec): Revert format used to print
6197 error code returned by SuspendThread from %d back to %u.
6198
6199 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6200
6201 * windows-nat.c (windows_continue): Add "0x" prefix for thread
6202 ID in debug trace.
6203 (get_windows_debug_event): Likewise, for all debug traces.
6204
6205 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6206
6207 * window-nat.c (thread_rec): Add thread ID in SuspendThread
6208 warning message.
6209
6210 2013-06-08 Pedro Alves <pedro@codesourcery.com>
6211 Yao Qi <yao@codesourcery.com>
6212
6213 * mi/mi-main.c (get_register): Remove declaration.
6214 (output_register): Declare.
6215 (mi_cmd_data_list_register_values): Remove local variable
6216 'tuple_cleanup'. Move some code into output_register.
6217 (get_register): Renamed to ...
6218 (output_register): ... this. Output the register's
6219 "number" ui_out tuple here.
6220
6221 2013-06-07 Pedro Alves <palves@redhat.com>
6222
6223 * darwin-nat.c: Fix formating in copyright header.
6224 * darwin-nat.h: Likewise.
6225 * gnu-nat.c: Likewise.
6226 * machoread.c: Likewise.
6227
6228 2013-06-07 Pedro Alves <palves@redhat.com>
6229
6230 PR server/14823
6231 * regformats/regdat.sh: Output #include tdesc.h. Make globals
6232 static. Output a global target description pointer.
6233 (init_registers_${name}): Adjust to initialize a
6234 target description structure.
6235
6236 2013-06-07 Will Newton <will.newton@linaro.org>
6237
6238 * printcmd.c (build_address_symbolic): Call
6239 gdbarch_addr_bits_remove for text minimal symbols.
6240
6241 2013-06-07 Will Newton <will.newton@linaro.org>
6242
6243 * MAINTAINERS: Add myself to Write After Approval.
6244
6245 2013-06-07 Yao Qi <yao@codesourcery.com>
6246
6247 * tracepoint.c (start_tracing): Move code to ...
6248 (trace_reset_local_state): ... here. New.
6249 (disconnect_tracing): Don't call set_current_traceframe,
6250 set_tracepoint_num, and set_traceframe_context. Call
6251 trace_reset_local_state instead.
6252 (tfile_close): Call trace_reset_local_state.
6253 * ctf.c (ctf_close): Likewise.
6254 * remote.c (remote_close): Likewise.
6255 * tracepoint.h (trace_reset_local_state): Declare.
6256
6257 2013-06-06 Doug Evans <dje@google.com>
6258
6259 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
6260 and fix header docs.
6261
6262 2013-06-05 Doug Evans <dje@google.com>
6263 Keith Seitz <keiths@redhat.com>
6264
6265 PR 15519
6266 * cp-namespace.c (find_symbol_in_baseclass): Call
6267 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
6268 Check result of call to lookup_symbol_static.
6269 Call lookup_static_symbol_aux unconditionally.
6270 Call check_typedef on base types before accessing them.
6271 (cp_lookup_nested_symbol): Fix comment.
6272
6273 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
6274
6275 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
6276 minimal symbols pointing to function descriptors.
6277
6278 2013-06-05 Tom Tromey <tromey@redhat.com>
6279
6280 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
6281
6282 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
6283 Pedro Alves <palves@redhat.com>
6284
6285 * remote.c (remote_wait_as): Restore signal handler before returning
6286 when GDB gets a notification.
6287
6288 2013-06-04 Gary Benson <gbenson@redhat.com>
6289
6290 PR 2328
6291 * breakpoint.h (handle_solib_event): Moved function declaration
6292 to solib.h.
6293 * breakpoint.c (handle_solib_event): Moved function to solib.c.
6294 (bpstat_stop_status): Pass new argument to handle_solib_event.
6295 * solib.h (update_solib_breakpoints): New function declaration.
6296 (handle_solib_event): Moved function declaration from
6297 breakpoint.h.
6298 * solib.c (update_solib_breakpoints): New function.
6299 (handle_solib_event): Moved function from breakpoint.c.
6300 Updated to call solib_ops->handle_event if not NULL.
6301 * solist.h (target_so_ops): New fields "update_breakpoints" and
6302 "handle_event".
6303 * infrun.c (set_stop_on_solib_events): New function.
6304 (_initialize_infrun): Use the above for "set
6305 stop-on-solib-events".
6306 (handle_inferior_event): Pass new argument to handle_solib_event.
6307 * solib-svr4.c (probe.h): New include.
6308 (svr4_free_library_list): New forward declaration.
6309 (probe_action): New enum.
6310 (probe_info): New struct.
6311 (probe_info): New static variable.
6312 (NUM_PROBES): New definition.
6313 (svr4_info): New fields "using_xfer", "probes_table" and
6314 "solib_list".
6315 (free_probes_table): New function.
6316 (free_solib_list): New function.
6317 (svr4_pspace_data_cleanup): Free probes table and solib list.
6318 (svr4_copy_library_list): New function.
6319 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6320 (svr4_read_so_list): New parameter "prev_lm".
6321 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6322 (svr4_current_sos): New function.
6323 (probe_and_action): New struct.
6324 (hash_probe_and_action): New function.
6325 (equal_probe_and_action): Likewise.
6326 (register_solib_event_probe): Likewise.
6327 (solib_event_probe_at): Likewise.
6328 (solib_event_probe_action): Likewise.
6329 (solist_update_full): Likewise.
6330 (solist_update_incremental): Likewise.
6331 (disable_probes_interface_cleanup): Likewise.
6332 (svr4_handle_solib_event): Likewise.
6333 (svr4_update_solib_event_breakpoint): Likewise.
6334 (svr4_update_solib_event_breakpoints): Likewise.
6335 (svr4_create_solib_event_breakpoints): Likewise.
6336 (enable_break): Free probes table before creating breakpoints.
6337 Use svr4_create_solib_event_breakpoints to create breakpoints.
6338 (svr4_solib_create_inferior_hook): Free the solib list.
6339 (_initialize_svr4_solib): Initialise
6340 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6341
6342 2013-06-04 Gary Benson <gbenson@redhat.com>
6343
6344 * target.h (target_ops): New field
6345 "to_augmented_libraries_svr4_read".
6346 (target_augmented_libraries_svr4_read): New macro.
6347 * target.c (update_current_target): Handle
6348 to_augmented_libraries_svr4_read.
6349 * remote.c (remote_state): New field
6350 "augmented_libraries_svr4_read".
6351 (remote_augmented_libraries_svr4_read_feature): New function.
6352 (remote_protocol_features): Add entry for
6353 "augmented-libraries-svr4-read".
6354 (remote_augmented_libraries_svr4_read): New function.
6355 (init_remote_ops): Initialize
6356 remote_ops.to_augmented_libraries_svr4_read.
6357
6358 2013-06-04 Gary Benson <gbenson@redhat.com>
6359
6360 * NEWS: Update.
6361
6362 2013-06-04 Gary Benson <gbenson@redhat.com>
6363
6364 * objfiles.h (inhibit_section_map_updates): New function
6365 declaration.
6366 (resume_section_map_updates): Likewise.
6367 (resume_section_map_updates_cleanup): Likewise.
6368 * objfiles.c (objfile_pspace_info): Removed field
6369 "objfiles_changed_p". New fields "new_objfiles_available",
6370 "section_map_dirty" and "inhibit_updates".
6371 (allocate_objfile): Set new_objfiles_available.
6372 (free_objfile): Set section_map_dirty.
6373 (objfile_relocate1): Likewise.
6374 (in_plt_section): Likewise.
6375 (find_pc_section): Update the conditions under which the
6376 section map will be updated.
6377 (inhibit_section_map_updates): New function.
6378 (resume_section_map_updates): Likewise.
6379 (resume_section_map_updates_cleanup): Likewise.
6380
6381 2013-06-04 Gary Benson <gbenson@redhat.com>
6382
6383 * probe.h (get_probe_argument_count): New declaration.
6384 (evaluate_probe_argument): Likewise.
6385 * probe.c (get_probe_argument_count): New function.
6386 (evaluate_probe_argument): Likewise.
6387 (probe_safe_evaluate_at_pc): Use the above new functions.
6388
6389 2013-06-04 Alan Modra <amodra@gmail.com>
6390
6391 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6392 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6393 (ppc_insns_match_pattern): Add frame param. Avoid multiple
6394 target mem reads on optional insns.
6395 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6396 ppc_insns_match_pattern calls.
6397 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6398 Add match for power7 thread safety insns, and new order of
6399 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
6400 invocation in comment, and update rest of comment.
6401 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6402 PPC64_STANDARD_LINKAGE3_LEN): Delete.
6403 (ppc64_standard_linkage2_target): Update insn offsets.
6404 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
6405 stubs first. Update calls.
6406
6407 2013-06-04 Yao Qi <yao@codesourcery.com>
6408
6409 * solib.c (solib_find): Don't need dir separator if path has
6410 drive spec.
6411
6412 2013-06-03 Joel Brobecker <brobecker@adacore.com>
6413
6414 Revert (indirectly causes a SIGSEGV):
6415 * machoread.c (macho_symfile_read): Assign first cleanup to
6416 'back_to'.
6417
6418 2013-06-03 Yao Qi <yao@codesourcery.com>
6419
6420 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6421 mi-parse.c. Make them static.
6422 (mi_all_values): Likewise.
6423 (mi_parse_values_option): Move to mi-parse.c. Rename it to
6424 mi_parse_print_values. Make it external.
6425 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6426 Remove the declarations.
6427 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6428 * mi/mi-parse.h (mi_parse_print_values): Declare.
6429 * mi/mi-cmd-stack.c: Include mi-parse.h.
6430 (parse_print_values): Remove
6431 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6432 of parse_print_values.
6433 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6434
6435 2013-05-31 Pedro Alves <pedro@codesourcery.com>
6436 Yao Qi <yao@codesourcery.com>
6437
6438 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6439 (encode_actions): Move code to ...
6440 (all_tracepoint_actions_and_cleanup): ... here. New.
6441 (trace_dump_command): Likewise.
6442
6443 2013-05-30 Tom Tromey <tromey@redhat.com>
6444
6445 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6446
6447 2013-05-30 Tom Tromey <tromey@redhat.com>
6448
6449 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6450 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
6451 'old_chain' argument. Add 'parser_result' argument.
6452 (gdb_xml_create_parser_and_cleanup): Remove old version.
6453 (gdb_xml_parse_quick): Update.
6454 (xml_process_xincludes): Update.
6455 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6456 declare.
6457
6458 2013-05-30 Tom Tromey <tromey@redhat.com>
6459
6460 * probe.c (collect_probes): Check arguments for NULL before
6461 calling compile_rx_or_error.
6462 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6463 Remove NULL return.
6464
6465 2013-05-30 Tom Tromey <tromey@redhat.com>
6466
6467 * infrun.c (adjust_pc_after_break): Introduce an outer null
6468 cleanup.
6469
6470 2013-05-30 Tom Tromey <tromey@redhat.com>
6471
6472 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6473
6474 2013-05-30 Tom Tromey <tromey@redhat.com>
6475
6476 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6477 for 'old_chain'. Do not check 'head' before processing
6478 cleanups.
6479
6480 2013-05-30 Tom Tromey <tromey@redhat.com>
6481
6482 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6483 "cleanup_tuple".
6484
6485 2013-05-30 Tom Tromey <tromey@redhat.com>
6486
6487 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6488 inner scope. Unconditionally call do_cleanups.
6489
6490 2013-05-30 Tom Tromey <tromey@redhat.com>
6491
6492 * source.c (find_and_open_source): Call do_cleanups.
6493
6494 2013-05-30 Tom Tromey <tromey@redhat.com>
6495
6496 * linux-thread-db.c (thread_db_load_search): Unconditionally
6497 call do_cleanups.
6498
6499 2013-05-30 Tom Tromey <tromey@redhat.com>
6500
6501 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6502 for 'cleanup'; instead use a later one.
6503
6504 2013-05-30 Tom Tromey <tromey@redhat.com>
6505
6506 * python/py-breakpoint.c (bppy_get_commands): Use
6507 explicit, unconditional return.
6508 * python/py-frame.c (frapy_read_var): Likewise.
6509 * python/python.c (gdbpy_decode_line): Likewise.
6510
6511 2013-05-30 Tom Tromey <tromey@redhat.com>
6512
6513 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6514 do_cleanups on all return paths.
6515
6516 2013-05-30 Tom Tromey <tromey@redhat.com>
6517
6518 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6519
6520 2013-05-30 Tom Tromey <tromey@redhat.com>
6521
6522 * stabsread.c (read_struct_type): Call do_cleanups along
6523 all return paths.
6524
6525 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6526
6527 * mips-linux-tdep.c: Adjust formatting throughout.
6528
6529 2013-05-30 Tom Tromey <tromey@redhat.com>
6530
6531 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6532 along all return paths.
6533
6534 2013-05-30 Tom Tromey <tromey@redhat.com>
6535
6536 * symfile.c (find_separate_debug_file): Call do_cleanups
6537 along all return paths.
6538
6539 2013-05-30 Tom Tromey <tromey@redhat.com>
6540
6541 * symtab.c (search_symbols): Introduce a null cleanup for
6542 'retval_chain'.
6543
6544 2013-05-30 Tom Tromey <tromey@redhat.com>
6545
6546 * python/py-value.c (valpy_binop): Call do_cleanups before
6547 exiting loop.
6548
6549 2013-05-30 Tom Tromey <tromey@redhat.com>
6550
6551 * python/py-prettyprint.c (print_children): Remove extra
6552 do_cleanups call.
6553
6554 2013-05-30 Tom Tromey <tromey@redhat.com>
6555
6556 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6557 all return paths.
6558
6559 2013-05-30 Tom Tromey <tromey@redhat.com>
6560
6561 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6562 along all return paths.
6563
6564 2013-05-30 Tom Tromey <tromey@redhat.com>
6565
6566 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6567 call do_cleanups.
6568
6569 2013-05-30 Tom Tromey <tromey@redhat.com>
6570
6571 * varobj.c (c_value_of_root): Call do_cleanups along all
6572 return paths.
6573
6574 2013-05-30 Tom Tromey <tromey@redhat.com>
6575
6576 * tracepoint.c (trace_dump_command): Unconditionally call
6577 do_cleanups.
6578
6579 2013-05-30 Tom Tromey <tromey@redhat.com>
6580
6581 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6582 do_cleanups earlier.
6583
6584 2013-05-30 Tom Tromey <tromey@redhat.com>
6585
6586 * machoread.c (macho_symfile_read): Assign first cleanup to
6587 'back_to'.
6588
6589 2013-05-30 Tom Tromey <tromey@redhat.com>
6590
6591 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6592
6593 2013-05-30 Tom Tromey <tromey@redhat.com>
6594
6595 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6596
6597 2013-05-30 Tom Tromey <tromey@redhat.com>
6598
6599 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6600 call discard_cleanups.
6601 (inf_ptrace_attach): Likewise.
6602
6603 2013-05-30 Tom Tromey <tromey@redhat.com>
6604
6605 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6606 return paths.
6607 (mips_initialize): Likewise.
6608 (common_open): Call do_cleanups.
6609
6610 2013-05-30 Tom Tromey <tromey@redhat.com>
6611
6612 * utils.c (internal_vproblem): Call do_cleanups.
6613
6614 2013-05-30 Tom Tromey <tromey@redhat.com>
6615
6616 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6617
6618 2013-05-30 Tom Tromey <tromey@redhat.com>
6619
6620 * cli/cli-script.c (setup_user_args): Don't return after error.
6621
6622 2013-05-30 Tom Tromey <tromey@redhat.com>
6623
6624 * somread.c (som_symtab_read): Call do_cleanups.
6625
6626 2013-05-30 Tom Tromey <tromey@redhat.com>
6627
6628 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6629
6630 2013-05-30 Tom Tromey <tromey@redhat.com>
6631
6632 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6633 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6634 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6635 * source.c (show_substitute_path_command): Call do_cleanups.
6636 (unset_substitute_path_command, set_substitute_path_command):
6637 Likewise.
6638 * symfile.c (load_command): Call do_cleanups.
6639
6640 2013-05-30 Tom Tromey <tromey@redhat.com>
6641
6642 * contrib/cleanup_check.py: New file.
6643 * contrib/gcc-with-excheck: Add option parsing.
6644
6645 2013-05-30 Joel Brobecker <brobecker@adacore.com>
6646
6647 * windows-nat.c (windows_delete_thread): Add missing space
6648 in cast expression.
6649
6650 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6651
6652 * inferior.c (top level): Include tilde.h.
6653 (add_inferior_command): Call tilde_expand on the value of 'exec'
6654 argument.
6655
6656 2013-05-30 Pedro Alves <pedro@codesourcery.com>
6657 Yao Qi <yao@codesourcery.com>
6658
6659 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6660 Caller update.
6661 (encode_actions): Likewise.
6662 * remote.c (remote_download_tracepoint): Caller update.
6663 * tracepoint.h (encode_actions): Update declaration.
6664
6665 2013-05-30 Pedro Alves <palves@redhat.com>
6666
6667 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6668 pointer.
6669
6670 2013-05-30 Yao Qi <yao@codesourcery.com>
6671
6672 * remote.c (remote_check_symbols): Remove unused parameter
6673 'objfile'.
6674 Declaration update.
6675 (remote_start_remote, remote_new_objfile): Caller update.
6676
6677 2013-05-30 Yao Qi <yao@codesourcery.com>
6678
6679 * mi/mi-cmds.c (mi_cmds): Define MI command
6680 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6681 DEF_MI_CMD_CLI.
6682
6683 2013-05-29 Pedro Alves <palves@redhat.com>
6684
6685 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6686 (remote_insert_watchpoint, remote_remove_watchpoint)
6687 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6688 (remote_verify_memory, compare_sections_command)
6689 (remote_search_memory): Set the general process/thread on the
6690 remote side.
6691
6692 2013-05-29 Pedro Alves <palves@redhat.com>
6693
6694 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6695 (_initialize_aarch64_tdep): Don't call
6696 initialize_tdesc_aarch64_without_fpu.
6697 * features/Makefile (WHICH): Remove reference to
6698 aarch64-without-fpu.
6699 * features/aarch64-without-fpu.c: Delete file.
6700 * regformats/aarch64-without-fpu.dat: Delete file.
6701
6702 2013-05-28 Yao Qi <yao@codesourcery.com>
6703
6704 * tracepoint.c (stringify_collection_list): Remove parameter
6705 'string'.
6706 (encode_actions): Caller update. Remove local variables.
6707
6708 2013-05-24 Yao Qi <yao@codesourcery.com>
6709
6710 * tracepoint.c (TFILE_PID): Remove.
6711 (tfile_open): Don't add thread and inferior.
6712 (tfile_close): Don't set 'inferior_ptid'. Don't call
6713 exit_inferior_silent.
6714 (tfile_thread_alive): Remove.
6715 (init_tfile_ops): Don't set field 'to_thread_alive' of
6716 tfile_ops.
6717
6718 2013-05-23 Doug Evans <dje@google.com>
6719
6720 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6721
6722 2013-05-23 Pedro Alves <palves@redhat.com>
6723
6724 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6725 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6726 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6727 Only define if HAVE_SOCKETS is defined.
6728 * configure.ac: Check for sys/socket.h.
6729 * config.in, configure: Regenerate.
6730
6731 2013-05-23 Pedro Alves <palves@redhat.com>
6732
6733 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6734 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6735 printing uint32_t variables.
6736
6737 2013-05-23 Pedro Alves <palves@redhat.com>
6738
6739 * NEWS: Mention GDBserver range stepping support.
6740
6741 2013-05-23 Yao Qi <yao@codesourcery.com>
6742 Pedro Alves <palves@redhat.com>
6743
6744 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6745 field.
6746 * infcmd.c (step_once, until_next_command): Enable range stepping.
6747 * infrun.c (displaced_step_prepare): Disable range stepping.
6748 (resume): Disable range stepping if stepping over a breakpoint or
6749 we have software watchpoints. If range stepping is enabled,
6750 assert the thread is in the stepping range.
6751 (clear_proceed_status_thread): Clear may_range_step.
6752 (handle_inferior_event): Disable range stepping as soon as we know
6753 the thread that hit the event. Re-enable it whenever we're going
6754 to step with a step range.
6755 * remote.c (struct vCont_action_support) <r>: New field.
6756 (use_range_stepping): New global.
6757 (remote_vcont_probe): Handle 'r' action.
6758 (append_resumption): Append an 'r' action if the thread may range
6759 step.
6760 (show_range_stepping): New function.
6761 (set_range_stepping): New function.
6762 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6763 'set range-stepping' and 'show range-stepping' commands.
6764 * NEWS: Mention range stepping, the new vCont;r action, and the
6765 new "set/show range-stepping" commands.
6766
6767 2013-05-23 Yao Qi <yao@codesourcery.com>
6768 Pedro Alves <palves@redhat.com>
6769
6770 * remote.c (struct vCont_action_support): New struct.
6771 (struct remote_state) <support_vCont_t>: Remove field.
6772 <vCont_actions_support>: New field.
6773 (remote_vcont_probe, remote_stop_ns): Update.
6774
6775 2013-05-23 Yao Qi <yao@codesourcery.com>
6776 Pedro Alves <palves@redhat.com>
6777
6778 * gdbthread.h (pc_in_thread_step_range): New declaration.
6779 * thread.c (pc_in_thread_step_range): New function.
6780 * infrun.c (handle_inferior_event): Use it.
6781
6782 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6783
6784 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6785 of sprintf.
6786
6787 2013-05-22 Keith Seitz <keiths@redhat.com>
6788
6789 * ada-lang.c (is_known_support_routine): Add explicit free of
6790 'func_name' from find_frame_funname.
6791 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6792 for func_name from find_frame_funname.
6793 * python/py-frame.c (frapy_name): Add explicit free of
6794 'name' from find_frame_funname.
6795 * stack.c (find_frame_funname): Add comment explaining that
6796 funcp must be freed by the caller.
6797 Return copy of symbol names instead of pointers.
6798 (print_frame): Add a cleanup for 'funname' from
6799 find_frame_funname.
6800 * stack.h (find_frame_funname): Remove "const" from
6801 'funname' parameter.
6802
6803 2013-05-22 Tom Tromey <tromey@redhat.com>
6804
6805 PR c++/15401:
6806 * c-valprint.c (c_value_print): Use value_addr for
6807 references. Convert back to reference type with value_ref.
6808
6809 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6810
6811 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6812 unloaded DLL, it will be done by handle_solib_event. See
6813 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6814 details.
6815
6816 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6817
6818 * ui-out.c: Create typedef ui_out_level_p and define vector
6819 operations for that type.
6820 (struct ui_out): Use a vector instead of an array.
6821 (current_level): Return level from a vector.
6822 (push_level): Create a level in a vector.
6823 (pop_level): Delete a level in a vector.
6824 (ui_out_new): Create initial level zero level, and store in a
6825 vector.
6826 (ui_out_destroy): Add vector cleanup.
6827
6828 2013-05-22 Pedro Alves <palves@redhat.com>
6829
6830 * python/python-internal.h (gdb_Py_DECREF): Tag with
6831 "ARI: editCase function".
6832
6833 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6834
6835 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6836
6837 2013-05-21 Pedro Alves <palves@redhat.com>
6838
6839 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6840 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6841 * python/py-utils.c (py_decref): Don't check for NULL before
6842 calling Py_DECREF.
6843
6844 2013-05-21 Pedro Alves <palves@redhat.com>
6845
6846 * python/py-utils.c (py_decref): Remove extra braces.
6847 (gdb_pymodule_addobject): Remove extra braces.
6848 * python-internal.h (gdb_Py_DECREF): New static inline function.
6849 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6850
6851 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6852
6853 * breakpoints.c (detach_breakpoints): Do not
6854 detach breakpoints locations with loc_type bp_loc_other.
6855
6856 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 Workaround Python 2.6.
6859 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6860 a block.
6861
6862 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6863
6864 Code cleanup: constification.
6865 * solib.c (solib_ops): Make return type and ops variable type const.
6866 (set_solib_ops): Make the new_ops parameter and ops variable const.
6867 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6868 (solib_add, solib_keep_data_in_core, clear_solib)
6869 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6870 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6871 const.
6872 * solib.h (set_solib_ops): Make the new_ops parameter const.
6873
6874 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6875
6876 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6877 variable.
6878 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6879 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6880 (SYSTEM_GDBINIT_FILES): New variables.
6881 (all): Add stamp-system-gdbinit.
6882 (stamp-system-gdbinit): New rule.
6883 (clean-system-gdbinit, install-system-gdbinit)
6884 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6885 (install-only): Add dependency on install-system-gdbinit.
6886 (uninstall): Add dependency on uninstall-system-gdbinit.
6887 (clean): Add dependency on clean-system-gdbinit.
6888 * system-gdbinit/elinos.py: New file.
6889 * system-gdbinit/wrs-linux.py: New file.
6890
6891 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6892
6893 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6894
6895 2013-05-21 Hui Zhu <hui@codesourcery.com>
6896
6897 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6898 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6899 * mi/mi-cmd-break.c (ctype.h): New include.
6900 (gdb_obstack.h): New include.
6901 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6902 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6903 (mi_cmd_dprintf_insert): New.
6904 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6905 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6906
6907 2013-05-20 Tom Tromey <tromey@redhat.com>
6908
6909 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6910
6911 2013-05-20 Tom Tromey <tromey@redhat.com>
6912
6913 * python/py-value.c (valpy_get_dynamic_type): Simplify
6914 dynamic_type assignment. Use Py_XINCREF.
6915
6916 2013-05-20 Tom Tromey <tromey@redhat.com>
6917
6918 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6919
6920 2013-05-20 Tom Tromey <tromey@redhat.com>
6921
6922 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6923 (gdbpy_selected_frame): Move object-construction code
6924 out of TRY_CATCH.
6925
6926 2013-05-20 Tom Tromey <tromey@redhat.com>
6927
6928 * python/py-arch.c (gdbpy_initialize_arch): Use
6929 gdb_pymodule_addobject.
6930 * python/py-block.c (gdbpy_initialize_blocks): Use
6931 gdb_pymodule_addobject.
6932 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6933 gdb_pymodule_addobject.
6934 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6935 gdb_pymodule_addobject.
6936 * python/py-event.c (gdbpy_initialize_event_generic): Use
6937 gdb_pymodule_addobject.
6938 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6939 gdb_pymodule_addobject.
6940 * python/py-evts.c (add_new_registry): Use
6941 gdb_pymodule_addobject.
6942 (gdbpy_initialize_py_events): Likewise.
6943 * python/py-finishbreakpoint.c
6944 (gdbpy_initialize_finishbreakpoints): Use
6945 gdb_pymodule_addobject.
6946 * python/py-frame.c (gdbpy_initialize_frames): Use
6947 gdb_pymodule_addobject.
6948 * python/py-function.c (gdbpy_initialize_functions): Use
6949 gdb_pymodule_addobject.
6950 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6951 gdb_pymodule_addobject.
6952 * python/py-infthread.c (gdbpy_initialize_thread): Use
6953 gdb_pymodule_addobject.
6954 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6955 gdb_pymodule_addobject.
6956 * python/py-param.c (gdbpy_initialize_parameters): Use
6957 gdb_pymodule_addobject.
6958 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6959 gdb_pymodule_addobject.
6960 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6961 gdb_pymodule_addobject.
6962 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6963 gdb_pymodule_addobject.
6964 * python/py-type.c (gdbpy_initialize_types): Use
6965 gdb_pymodule_addobject.
6966 * python/py-utils.c (gdb_pymodule_addobject): New function.
6967 * python/py-value.c (gdbpy_initialize_values): Use
6968 gdb_pymodule_addobject.
6969 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6970 * python/python.c (_initialize_python): Use
6971 gdb_pymodule_addobject.
6972
6973 2013-05-20 Tom Tromey <tromey@redhat.com>
6974
6975 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6976 * python/py-param.c (get_set_value, get_show_value): Use
6977 explicit decrefs.
6978 * python/python.c (start_type_printers, apply_type_printers):
6979 Use explicit decrefs.
6980
6981 2013-05-20 Tom Tromey <tromey@redhat.com>
6982
6983 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6984 incref the module.
6985
6986 2013-05-20 Tom Tromey <tromey@redhat.com>
6987
6988 * python/python.c (gdbpy_run_events): Decref the result
6989 of PyObject_CallObject.
6990
6991 2013-05-20 Tom Tromey <tromey@redhat.com>
6992
6993 * python/py-symtab.c (set_sal): Use
6994 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6995 (symtab_and_line_to_sal_object): Update.
6996
6997 2013-05-20 Tom Tromey <tromey@redhat.com>
6998
6999 * python/py-param.c (compute_enum_values): Decref 'item'.
7000
7001 2013-05-20 Tom Tromey <tromey@redhat.com>
7002
7003 * mi/mi-main.c: Include python-internal.h.
7004 (mi_cmd_list_features): Check gdb_python_initialized.
7005 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
7006 (python_inferior_exit, python_new_objfile, add_thread_object)
7007 (delete_thread_object, py_free_inferior): Check
7008 gdb_python_initialized.
7009 * python/py-prettyprint.c (apply_val_pretty_printer): Check
7010 gdb_python_initialized.
7011 * python/py-type.c (save_objfile_types): Check
7012 gdb_python_initialized.
7013 * python/python-internal.h (gdb_python_initialized): Declare.
7014 * python/python.c (ensure_python_env): Throw exception if
7015 Python not initialized.
7016 (before_prompt_hook, source_python_script_for_objfile)
7017 (start_type_printers, apply_type_printers,
7018 free_type_printers): Check gdb_python_initialized.
7019 * varobj.c (varobj_get_display_hint)
7020 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
7021 (install_new_value_visualizer, varobj_set_visualizer)
7022 (value_get_print_value): Check gdb_python_initialized.
7023
7024 2013-05-20 Tom Tromey <tromey@redhat.com>
7025
7026 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
7027 Check errors.
7028 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
7029 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
7030 Check errors.
7031 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
7032 Check errors.
7033 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
7034 Check errors.
7035 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
7036 Check errors.
7037 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
7038 init function to return 'int'.
7039 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
7040 Return 'int'. Check errors.
7041 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
7042 Check errors.
7043 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
7044 Return 'int'. Check errors.
7045 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
7046 Check errors.
7047 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
7048 Check errors.
7049 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
7050 Check errors.
7051 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
7052 Check errors.
7053 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
7054 Check errors.
7055 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
7056 Check errors.
7057 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
7058 Check errors.
7059 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
7060 Check errors.
7061 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
7062 Check errors.
7063 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
7064 Check errors.
7065 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
7066 Check errors.
7067 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
7068 Check errors.
7069 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
7070 Check errors.
7071 * python/python-internal.h (gdbpy_initialize_auto_load,
7072 gdbpy_initialize_values, gdbpy_initialize_frames,
7073 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
7074 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
7075 gdbpy_initialize_blocks, gdbpy_initialize_types,
7076 gdbpy_initialize_functions, gdbpy_initialize_pspace,
7077 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
7078 gdbpy_initialize_finishbreakpoints,
7079 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
7080 gdbpy_initialize_thread, gdbpy_initialize_inferior,
7081 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
7082 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
7083 gdbpy_initialize_signal_event,
7084 gdbpy_initialize_breakpoint_event,
7085 gdbpy_initialize_continue_event,
7086 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
7087 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
7088 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7089 * python/python.c (gdb_python_initialized): New global.
7090 (gdbpy_initialize_events): Return 'int'. Check errors.
7091 (_initialize_python): Check errors. Set
7092 gdb_python_initialized.
7093
7094 2013-05-20 Tom Tromey <tromey@redhat.com>
7095
7096 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
7097 Decref the reslut of PyObject_CallMethod.
7098
7099 2013-05-20 Tom Tromey <tromey@redhat.com>
7100
7101 * python/py-event.c (gdbpy_initialize_event_generic): Return
7102 early if PyType_Ready fails.
7103
7104 2013-05-20 Tom Tromey <tromey@redhat.com>
7105
7106 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
7107 as 'default' in the switch.
7108
7109 2013-05-20 Tom Tromey <tromey@redhat.com>
7110
7111 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
7112 get_addr_from_python calls out of TRY_CATCH.
7113 (infpy_write_memory, infpy_search_memory): Likewise.
7114 * python/py-utils.c (get_addr_from_python): Return negative
7115 value on error. Use TRY_CATCH.
7116 * python/python-internal.h (get_addr_from_python): Use
7117 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7118
7119 2013-05-20 Tom Tromey <tromey@redhat.com>
7120
7121 * python/py-event.c (evpy_emit_event): Decref the
7122 result of PyObject_CallFunctionObjArgs.
7123
7124 2013-05-20 Tom Tromey <tromey@redhat.com>
7125
7126 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
7127 Correctly decref.
7128
7129 2013-05-20 Tom Tromey <tromey@redhat.com>
7130
7131 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
7132
7133 2013-05-20 Tom Tromey <tromey@redhat.com>
7134
7135 * python/py-event.h (gdbpy_initialize_event_generic): Use
7136 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7137 * python/py-evts.c (add_new_registry): Use
7138 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7139 * python/python-internal.h
7140 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
7141
7142 2013-05-20 Tom Tromey <tromey@redhat.com>
7143
7144 * python/py-arch.c (archpy_disassemble): Update.
7145 * python/py-type.c (typy_get_composite, typy_lookup_typename)
7146 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
7147 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
7148 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
7149 macro.
7150 (GDB_PY_HANDLE_EXCEPTION): Update.
7151 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
7152
7153 2013-05-20 Tom Tromey <tromey@redhat.com>
7154
7155 * python/python-internal.h (events_object_type): Remove.
7156
7157 2013-05-20 Tom Tromey <tromey@redhat.com>
7158
7159 * python/py-event.h (evpy_emit_event): Use
7160 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
7161 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
7162 New macro.
7163
7164 2013-05-20 Tom Tromey <tromey@redhat.com>
7165
7166 * py-evtregistry.c (create_event_object): Decref
7167 eventregistry_object if PyList_New fails.
7168
7169 2013-05-20 Tom Tromey <tromey@redhat.com>
7170
7171 * py-cmd.c (gdbpy_string_to_argv): Check result of
7172 PyList_New.
7173
7174 2013-05-20 Tom Tromey <tromey@redhat.com>
7175
7176 * python/python.c (before_prompt_hook): Add cleanup to
7177 decref 'hook'.
7178
7179 2013-05-20 Tom Tromey <tromey@redhat.com>
7180
7181 * python/py-function.c (fnpy_init): Decref result of
7182 PyObject_GetAttrString.
7183
7184 2013-05-20 Tom Tromey <tromey@redhat.com>
7185
7186 * python/py-threadevent.c (get_event_thread): Use
7187 CPYCHECKER_RETURNS_BORROWED_REF.
7188 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
7189 New define.
7190 (pspace_to_pspace_object, objfile_to_objfile_object)
7191 (find_thread_object): Use it.
7192
7193 2013-05-20 Tom Tromey <tromey@redhat.com>
7194
7195 * python/py-arch.c (arch_object_type): Use
7196 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7197 * python/py-block.c (block_syms_iterator_object_type):
7198 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7199 * python/py-bpevent.c (breakpoint_event_object_type):
7200 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7201 * python/py-cmd.c (cmdpy_object_type): Use
7202 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7203 * python/py-continueevent.c (continue_event_object_type):
7204 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7205 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
7206 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7207 * python/py-events.h (thread_event_object_type):
7208 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7209 * python/py-evtregistry.c (eventregistry_object_type): Use
7210 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7211 * python/py-exitedevent.c (exited_event_object_type):
7212 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7213 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
7214 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7215 * python/py-function.c (fnpy_object_type): Use
7216 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7217 * python/py-inferior.c (inferior_object_type, membuf_object_type):
7218 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7219 * python/py-infthread.c (thread_object_type): Use
7220 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7221 * python/py-lazy-string.c (lazy_string_object_type):
7222 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7223 * python/py-newobjfileevent.c (new_objfile_event_object_type):
7224 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7225 * python/py-objfile.c (objfile_object_type): Use
7226 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7227 * python/py-param.c (parmpy_object_type):
7228 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7229 * python/py-progspace.c (pspace_object_type):
7230 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7231 * python/py-signalevent.c (signal_event_object_type):
7232 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7233 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
7234 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7235 * python/py-type.c (type_object_type, field_object_type)
7236 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7237 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
7238 define.
7239 (value_object_type, block_object_type, symbol_object_type)
7240 (event_object_type, stop_event_object_type, breakpoint_object_type)
7241 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7242
7243 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
7244
7245 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
7246 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
7247
7248 2013-05-20 Doug Evans <dje@google.com>
7249
7250 When reading CU, stay in DWO. Be more tolerent of bad debug info.
7251 For Fission.
7252 * dwarf2read.c (struct dwarf2_per_cu_data): New member
7253 reading_dwo_directly.
7254 (struct signatured_type): New member dwo_unit.
7255 (struct die_reader_specs): New member comp_dir.
7256 (create_signatured_type_table_from_index): Use malloc for
7257 all_type_units instead of objfile's obstack.
7258 (create_all_type_units): Ditto.
7259 (fill_in_sig_entry_from_dwo_entry): New function.
7260 (add_type_unit): New function.
7261 (lookup_dwo_signatured_type): New function.
7262 (lookup_dwp_signatured_type): New function.
7263 (lookup_signatured_type): New arg cu. All callers updated.
7264 (init_cu_die_reader): Initialize comp_dir.
7265 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
7266 Change assert of matching type signatures to call error on mismatch.
7267 (lookup_dwo_unit): Add assert.
7268 (init_tu_and_read_dwo_dies): New function.
7269 (init_cutu_and_read_dies): Call it.
7270 (build_type_unit_groups): Handle case of no type unit groups created.
7271 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
7272 (lookup_dwo_cutu): Tweak complaint.
7273 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
7274 (dwarf2_per_objfile_free): Free all_type_units.
7275
7276 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7277
7278 * windows-nat.c (handle_unload_dll): Add missing empty line.
7279
7280 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7281
7282 * dwarf2read.c (prototyped_function_p): New function.
7283 (read_subroutine_type): Use it.
7284
7285 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7286
7287 * rs6000-aix-tdep.c: De-indent some example code provided
7288 as a comment.
7289
7290 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
7291
7292 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7293 region is ok for a hardware watchpoint using the new ptrace interface
7294 on Power servers.
7295
7296 2013-05-17 Doug Evans <dje@google.com>
7297
7298 * NEWS: Mention new maintenance commands check-symtabs, and
7299 expand-symtabs, and renamed check-psymtabs.
7300 * psymtab.c (maintenance_check_psymtabs): Renamed from
7301 maintenance_check_symtabs. Only process already-expanded symbol
7302 tables.
7303 (_initialize_psymtab): Update.
7304 * symmisc.c (maintenance_check_symtabs): New function.
7305 (maintenance_expand_name_matcher): New function
7306 (maintenance_expand_file_matcher): New function
7307 (maintenance_expand_symtabs): New function.
7308 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7309 commands.
7310
7311 2013-05-17 Tom Tromey <tromey@redhat.com>
7312
7313 * python/py-inferior.c (infpy_read_memory): Don't call
7314 PyErr_SetString if PyObject_New fails.
7315 * python/py-frame.c (frame_info_to_frame_object): Don't call
7316 PyErr_SetString if PyObject_New fails.
7317
7318 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
7319
7320 * acinclude.m4: Add check for dlopen in libdl.
7321 * configure.ac: Ditto.
7322 * configure: Regenerate.
7323
7324 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
7325
7326 * frame.c (frame_stash): Convert to htab.
7327 (frame_addr_hash): New function.
7328 (frame_addr_hash_eq): New function.
7329 (frame_stash_create): Convert function to create
7330 a hash table.
7331 (frame_stash_add): Convert function to add an entry to a hash
7332 table.
7333 (frame_stash_find): Convert function to search the hash table.
7334 (frame_stash_invalidate): Convert function to empty the hash
7335 table.
7336 (get_frame_id): Only add to stash if a frame_id is created.
7337 (_initialize_frame): Call frame_stash_create.
7338
7339 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
7340
7341 * configure.ac: Ensure MIG is available when building for GNU Hurd
7342 hosts.
7343 * configure: Regenerate.
7344
7345 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7346
7347 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7348
7349 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7350
7351 * ada-lang.c (ada_make_symbol_completion_list): Make sure
7352 all cleanups are done before returning from this function.
7353
7354 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7355
7356 * utils.h: #include "exceptions.h".
7357 (enum errors): Remove partial declaration.
7358
7359 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7360
7361 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7362 * gdbarch.h, gdbarch.c: Regenerate.
7363 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7364 handling.
7365
7366 * rs6000-aix-tdep.h: New file.
7367 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7368 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7369 "xml-utils.h".
7370 (struct field_info, struct ld_info_desc): New types.
7371 (ld_info32_desc, ld_info64_desc): New static constants.
7372 (struct ld_info): New type.
7373 (rs6000_aix_extract_ld_info): New function.
7374 (rs6000_aix_shared_library_to_xml): Likewise.
7375 (rs6000_aix_ld_info_to_xml): Likewise.
7376 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7377 (rs6000_aix_init_osabi): Add call to
7378 set_gdbarch_core_xfer_shared_libraries_aix.
7379 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7380 Remove "xml-utils.h" include.
7381 (LdInfo): Delete typedef.
7382 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7383 Delete macros.
7384 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7385 Adjust code accordingly.
7386 (rs6000_core_ldinfo): Delete, folded into
7387 rs6000_aix_core_xfer_shared_libraries_aix.
7388 (rs6000_xfer_shared_library): Delete.
7389 (rs6000_xfer_shared_libraries): Reimplement.
7390
7391 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
7392
7393 * record.c (record_goto_cmdlist): New.
7394 (cmd_record_goto): Split into this ...
7395 (cmd_record_goto_begin): ... this
7396 (cmd_record_goto_end): ... and this.
7397 (_initialize_record): Change "record goto" to prefix command.
7398 Add commands for "record goto begin" and "record goto end".
7399 Add an alias for "record goto start" to "record goto begin".
7400
7401 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * linespec.c (convert_linespec_to_sals): New comment for
7404 SOURCE_FILENAME assignment.
7405
7406 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7407
7408 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7409 internal_warning.
7410
7411 2013-05-14 Tom Tromey <tromey@redhat.com>
7412
7413 * eval.c (parse_and_eval_long): Make 'exp' const.
7414 * value.h (parse_and_eval_long): Update.
7415
7416 2013-05-14 Tom Tromey <tromey@redhat.com>
7417
7418 * ui-file.c (gdb_fopen): Make arguments const.
7419 * ui-file.h (gdb_fopen): Make arguments const.
7420
7421 2013-05-14 Tom Tromey <tromey@redhat.com>
7422
7423 * remote.c (remote_set_trace_notes): Make arguments const.
7424 * target.c (update_current_target): Update cast.
7425 * target.h (to_set_trace_notes): Make arguments const.
7426
7427 2013-05-14 Tom Tromey <tromey@redhat.com>
7428
7429 * go32-nat.c (go32_terminal_info): Make 'args' const.
7430 * inferior.h (child_terminal_info): Update.
7431 * inflow.c (child_terminal_info): Make 'args' const.
7432 * target.c (default_terminal_info): Make 'args' const.
7433 (debug_to_terminal_save_ours): Likewise.
7434 * target.h (struct target_ops) <to_terminal_info>: Make argument
7435 const.
7436
7437 2013-05-13 Tom Tromey <tromey@redhat.com>
7438
7439 * gcore.c (create_gcore_bfd): Make 'filename' const.
7440 * gcore.h (create_gcore_bfd): Make 'filename' const.
7441 * record-full.c (record_full_save): Make 'recfilename' const.
7442 * target.c (target_save_record): Make 'filename' const.
7443 * target.h (struct target_ops) <to_save_record>: Make 'filename'
7444 const.
7445 (target_save_record): Likewise.
7446
7447 2013-05-13 Tom Tromey <tromey@redhat.com>
7448
7449 PR gdb/15338:
7450 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7451 ranges section has been read.
7452
7453 2013-05-13 Tom Tromey <tromey@redhat.com>
7454
7455 PR exp/15364:
7456 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7457 STRUCTOP_PTR>: Return a not_lval value for
7458 EVAL_AVOID_SIDE_EFFECTS.
7459 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7460 for EVAL_AVOID_SIDE_EFFECTS.
7461
7462 2013-05-13 Joel Brobecker <brobecker@adacore.com>
7463
7464 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7465 floating point registers to register type before storing
7466 value.
7467 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7468 Likewise.
7469
7470 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7471 Tom Tromey <tromey@redhat.com>
7472
7473 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7474 New functions.
7475 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7476 Declare.
7477 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7478 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7479 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7480 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7481
7482 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
7483 Tom Tromey <tromey@redhat.com>
7484
7485 PR build/15414:
7486 * configure: Rebuild.
7487 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7488 with -Wno-format.
7489
7490 2013-05-10 Pedro Alves <palves@redhat.com>
7491
7492 * remote.c (_initialize_remote): Fix spelling of
7493 qXfer:traceframe-info:read packet in packet config command.
7494
7495 2013-05-10 David Taylor <dtaylor@emc.com>
7496
7497 PR remote/15455
7498
7499 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7500 "QTro" at start of packet.
7501
7502 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7503
7504 * solib-aix.c (solib_aix_relocate_section_addresses):
7505 For the .bss section action, apply the same offset as
7506 the .data section.
7507
7508 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7509
7510 * solib-aix.c (solib_aix_relocate_section_addresses):
7511 Remove FIXME comment.
7512
7513 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7514
7515 PR tdep/15420:
7516 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7517 New functions, directly copied from sparc-sol-thread.c.
7518 * sparc-sol-thread.c: Delete.
7519 * configure.ac: Remove code handling sparc-solaris-thread.c.
7520 * configure: Regenerate.
7521
7522 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
7523
7524 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7525 filter logic.
7526 (backtrace_command): Add "no-filters" option parsing.
7527 (_initialize_stack): Alter help to reflect "no-filters" option.
7528 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7529 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7530 (py-frame.o): Add target
7531 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7532 filter files.
7533 * python/python.h: Add new frame filter constants, and flag enum.
7534 (apply_frame_filter): Add definition.
7535 * python/python.c (apply_frame_filter): New non-Python
7536 enabled function.
7537 * python/py-utils.c (py_xdecref): New function.
7538 (make_cleanup_py_xdecref): Ditto.
7539 * python/py-objfile.c: Declare frame_filters dictionary.
7540 (objfpy_dealloc): Add frame_filters dealloc.
7541 (objfpy_new): Initialize frame_filters attribute.
7542 (objfile_to_objfile_object): Ditto.
7543 (objfpy_get_frame_filters): New function.
7544 (objfpy_set_frame_filters): New function.
7545 * python/py-progspace.c: Declare frame_filters dictionary.
7546 (pspy_dealloc): Add frame_filters dealloc.
7547 (pspy_new): Initialize frame_filters attribute.
7548 (pspacee_to_pspace_object): Ditto.
7549 (pspy_get_frame_filters): New function.
7550 (pspy_set_frame_filters): New function.
7551 * python/py-framefilter.c: New file.
7552 * python/lib/gdb/command/frame_filters.py: New file.
7553 * python/lib/gdb/frames.py: New file.
7554 * python/lib/gdb/__init__.py: Initialize global frame_filters
7555 dictionary
7556 * python/lib/gdb/FrameDecorator.py: New file.
7557 * python/lib/gdb/FrameIterator.py: New file.
7558 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7559 * mi/mi-cmds.h: Declare.
7560 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7561 --no-frame-filter logic, and Python frame filter logic.
7562 (stack_enable_frame_filters): New function.
7563 (parse_no_frame_option): Ditto.
7564 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7565 filter logic.
7566 (mi_cmd_stack_list_locals): Ditto.
7567 (mi_cmd_stack_list_args): Ditto.
7568 (mi_cmd_stack_list_variables): Ditto.
7569 * NEWS: Add frame filter note.
7570
7571 2013-05-09 Doug Evans <dje@google.com>
7572
7573 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7574 All callers updated.
7575 (syms_from_objfile): Ditto. Make static.
7576 (symbol_file_add_with_addrs): Renamed from
7577 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7578 num_offsets. All callers updated.
7579 * symfile.h (syms_from_objfile): Delete.
7580
7581 * symfile.c (decrement_reading_symtab): Add assert.
7582 (increment_reading_symtab): Ditto.
7583
7584 2013-05-09 Joel Brobecker <brobecker@adacore.com>
7585
7586 * source.c (forward_search_command): Replace call to getc
7587 by call to fgetc.
7588 (reverse_search_command): Likewise.
7589
7590 2013-05-08 Doug Evans <dje@google.com>
7591
7592 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7593 matching test.
7594
7595 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7596
7597 * sol-thread.c (info_cb): Factorize the code a little.
7598
7599 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7600
7601 * sol-thread.c (info_cb): Rework the output of the "maintenance
7602 info sol-threads" command a bit.
7603
7604 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7605
7606 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7607 Replace ti.ti_startfunc by ti.ti_pc.
7608
7609 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7610
7611 * solib-aix.c (solib_aix_free_library_list): New function
7612 for the case where HAVE_LIBEXPAT is not defined.
7613
7614 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7615
7616 PR breakpoints/15413:
7617 * breakpoint.c (condition_completer): Simplify the code to
7618 disconsider multiple locations of breakpoints when completing the
7619 "condition" command.
7620
7621 2013-05-07 Pierre Muller <muller@sourceware.org>
7622
7623 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7624 instead of <sys/wait.h>.
7625
7626 2013-05-07 Pierre Muller <muller@sourceware.org>
7627
7628 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7629 trailing new line from warning message.
7630
7631 2013-05-07 Pierre Muller <muller@sourceware.org>
7632
7633 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7634 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7635
7636 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7637
7638 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7639 error message (ARI fix).
7640
7641 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7642
7643 * features/library-list-aix.dtd: Replace library-list by
7644 library-list-aix.
7645 * rs6000-nat.c: Replace library-list by library-list-aix
7646 throughout.
7647 * solib-aix.c: Likewise.
7648
7649 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7650
7651 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7652 Renames TARGET_OBJECT_AIX_LIBRARIES.
7653 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7654 TARGET_OBJECT_LIBRARIES_AIX throughout.
7655 * solib-aix.c: Likwise.
7656
7657 2013-05-07 Yao Qi <yao@codesourcery.com>
7658
7659 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7660 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7661
7662 2013-05-07 Yao Qi <yao@codesourcery.com>
7663
7664 * solib-dsbt.c (enable_break): Declare.
7665 (dsbt_current_sos): Remove call to enable_break2.
7666 (enable_break2): Rename to enable_break. Set solib breakpoint
7667 on '_dl_debug_state'.
7668 (enable_break): Remove.
7669
7670 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
7671
7672 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7673 debug state prior to replicating existing hardware watchpoints or
7674 breakpoints.
7675
7676 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 * gcore.c (gcore_create_callback): Ignore sections with
7679 separate_debug_objfile_backlink != NULL.
7680
7681 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7682 Andrew Jenner <andrew@codesourcery.com>
7683 Chung-Lin Tang <cltang@codesourcery.com>
7684 Julian Brown <julian@codesourcery.com>
7685
7686 Based on the nios2-elf port from Altera Corporation.
7687
7688 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7689 nios2-linux-tdep.o.
7690 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7691 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7692 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7693 * nios2-tdep.h: New.
7694 * nios2-tdep.c: New.
7695 * nios2-linux-tdep.c: New.
7696 * features/Makefile (WHICH): Add nios2-linux.
7697 (nios2-linux-expedite): Set.
7698 * features/nios2-cpu.xml: New.
7699 * features/nios2.xml: New.
7700 * features/nios2-linux.xml: New.
7701 * features/nios2.c: New (autogenerated).
7702 * features/nios2-linux.c: New (autogenerated).
7703 * regformats/nios2-linux.dat: New (autogenerated).
7704 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7705 and commands.
7706
7707 2013-05-06 Doug Evans <dje@google.com>
7708
7709 * symfile.c: Whitespace cleanup.
7710
7711 * solist.h (struct target_so_ops): New member clear_so.
7712 * solib-svr4.c (svr4_clear_so): New function.
7713 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7714 * solib.c (clear_so): Renamed from free_so_symbols.
7715 All callers updated. Call target clear_so if it exists.
7716
7717 2013-05-06 Tom Tromey <tromey@redhat.com>
7718
7719 * ada-lang.c (ada_value_primitive_packed_val): Don't
7720 call value_incref.
7721 * value.c (set_value_parent): Incref the new parent and decref
7722 the old parent.
7723 (value_copy, value_primitive_field): Use set_value_parent.
7724
7725 2013-05-06 Tom Tromey <tromey@redhat.com>
7726
7727 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7728 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7729 if needed.
7730 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7731 * dwarf2read.c (write_constant_as_bytes)
7732 (dwarf2_fetch_constant_bytes): New functions.
7733
7734 2013-05-06 Tom Tromey <tromey@redhat.com>
7735
7736 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7737 parameters.
7738 (dwarf2_const_value_attr): Update.
7739
7740 2013-05-06 Tom Tromey <tromey@redhat.com>
7741
7742 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7743 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7744 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7745 Remove declaration.
7746
7747 2013-05-06 Tom Tromey <tromey@redhat.com>
7748
7749 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7750 objfile's obstack.
7751
7752 2013-05-06 Doug Evans <dje@google.com>
7753
7754 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7755 * stabsread.h (process_one_symbol): Update declaration.
7756 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7757 * elfread.c (elf_symfile_relocate_probe): Ditto.
7758 * psymtab.c (relocate_psymtabs): Ditto.
7759 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7760 (objfile_relocate): Ditto.
7761 * objfiles.h (objfile_relocate): Update declaration.
7762 * symfile.c (relative_addr_info_to_section_offsets): Constify
7763 addrs parameter.
7764 (default_symfile_offsets): Ditto.
7765 (syms_from_objfile_1): Constify offsets parameter.
7766 (syms_from_objfile): Ditto.
7767 (symbol_file_add_with_addrs_or_offsets): Ditto.
7768 (symfile_map_offsets_to_segments): Constify data parameter.
7769 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7770 delta parameters of member relocate.
7771 (struct sym_probe_fns): Constify new_offsets,
7772 delta parameters of member sym_relocate_probe.
7773 (struct sym_fns): Constify section_addr_info parameter of member
7774 sym_offsets.
7775 (relative_addr_info_to_section_offsets): Update declaration.
7776 (default_symfile_offsets): Ditto.
7777 (syms_from_objfile): Ditto.
7778 (symfile_map_offsets_to_segments): Ditto.
7779
7780 * symfile.c (syms_from_objfile_1): Use correct section count when
7781 objfile->sf == NULL.
7782
7783 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7784
7785 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7786
7787 2013-05-06 Doug Evans <dje@google.com>
7788
7789 * psympriv.h (struct partial_symtab): Augment comment for member
7790 section_offsets.
7791
7792 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7793
7794 Reimplement shared library support on ppc-aix...
7795 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7796 * features/library-list-aix.dtd: New file.
7797 * solib-aix.h, solib-aix.c: New file.
7798 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7799 (rs6000_find_toc_address_hook): Delete.
7800 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7801 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7802 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7803 "xml-utils.h".
7804 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7805 (vmap_symtab, fixup_breakpoints): Delete.
7806 (rs6000_xfer_shared_libraries): New function.
7807 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7808 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7809 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7810 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7811 (rs6000_xfer_shared_library): New function.
7812 (find_toc_address): Delete.
7813 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7814 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7815 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7816 before creating minimal symbol. Adjust function description
7817 accordingly.
7818 (scan_xcoff_symtab): Replace call to
7819 prim_record_minimal_symbol_and_info by call to
7820 record_minimal_symbol.
7821 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7822 around default_symfile_offsets.
7823 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7824 powerpc-aix targets.
7825 * config/rs6000/nm-rs6000.h: Delete.
7826 * config/powerpc/aix.mh (NAT_FILE): Delete.
7827 (NATDEPFILES): Remove xcoffsolib.o.
7828 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7829 (ALL_TARGET_OBS): Add solib-aix.o.
7830 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7831 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7832 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7833 * xcoffsolib.h, xcoffsolib.c: Delete.
7834
7835 * solib.c (reload_shared_libraries): Remove reference to
7836 SOLIB_CREATE_INFERIOR_HOOK.
7837 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7838 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7839 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7840 comment.
7841 * corelow.c (deprecated_core_resize_section_table): Delete.
7842 * exec.c: Remove include of xcoffsolib.h".
7843 (map_vmap, vmap): Delete.
7844 (exec_close_1): Remove references to vmap.
7845 (exec_file_attach): Remove vmap handling code, and reference
7846 to DEPRECATED_IBM6000_TARGET.
7847 (bfdsec_to_vmap): Delete.
7848 (exec_files_info): Remove block of code handling VMAP.
7849 * infcmd.c (post_create_inferior): Remove reference to
7850 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7851 * infrun.c (follow_exec): Remove reference to
7852 SOLIB_CREATE_INFERIOR_HOOK.
7853 * stack.c (print_frame): Remove reference to PC_SOLIB.
7854 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7855 (dsbt_relocate_main_executable): Likewise.
7856 * solib-frv.c (frv_current_sos): Likewise.
7857
7858 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7859
7860 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7861 to target_write_memory and target_read_memory.
7862
7863 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7864
7865 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7866 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7867
7868 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7869
7870 * darwin-nat.c: Replace all "%x" instances in format strings
7871 into "0x%x" throughout.
7872
7873 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7874
7875 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7876 gdb_assert by call to MACH_CHECK_ERROR.
7877 (darwin_attach_pid): Raise an error rather than a failed
7878 assertion when various system calls failed. Report a warning
7879 instead of raising a failed assertion when PREV_NOT is not NULL
7880 after call to mach_port_request_notification.
7881 (darwin_ptrace_me): Raise an error rather than a failed
7882 assertion when read returns nonzero.
7883
7884 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7885
7886 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7887
7888 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7889
7890 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7891
7892 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7893
7894 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7895 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7896 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7897 a stale cleanup. Fix double free of NAME.
7898
7899 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7900
7901 * windows-nat.c (windows_delete_thread): Accept an additional
7902 argument, the thread's exit code, and announce thread death when
7903 print_thread_events is non-zero and we are deleting a thread that
7904 is not the main thread.
7905 (get_windows_debug_event): Pass thread exit code to
7906 windows_delete_thread.
7907
7908 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7909
7910 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7911 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7912 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7913 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7914 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7915 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7916 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7917 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7918 (gdbarch_tdep): New struct.
7919 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7920 E_NUM_REGS.
7921 (v850e3v5_register_name): New function.
7922 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7923 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7924 code handling the struct return conventions for the RH850 ABI.
7925 Update all callers.
7926 (v850_eight_byte_align_p): New function.
7927 (v850_push_call_dummy): Push structs by value, not by reference
7928 for the RH850 ABI. Add support for eight byte alignment.
7929 (v850_dbtrap_breakpoint_from_pc): New function.
7930 (v850_gdbarch_init): Add ABI detection code. Register
7931 v850e3v5_register_name for the v850e3v5 architecture. Set the
7932 number of registers for v850e3v5. Register
7933 v850_dbtrap_breakpoint_from_pc as appropriate.
7934 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7935
7936 2013-05-03 Doug Evans <dje@google.com>
7937
7938 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7939 of bfd_count_sections.
7940 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7941 * symfile.c (default_symfile_offsets): Ditto.
7942 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7943 one entry, not bfd_count_sections entries.
7944
7945 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7946
7947 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7948 `save' and `restore' register groups. Don't include SPL
7949 or SPH in these groups.
7950 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7951 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7952 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7953 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7954 dwarf2_append_unwinders().
7955
7956 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7957
7958 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7959 ignore SIGINT and SIGTRAP in case these internal signals are
7960 caught explicitely.
7961
7962 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7963
7964 * darwin-nat.c (darwin_read_write_inferior): Change types
7965 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7966 of copy_count to "mach_msg_type_number_t".
7967 (darwin_read_dyld_info): Change type of parameter
7968 rdaddr to "gdb_byte *".
7969
7970 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7971
7972 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7973 of &info->load_map from "char *" to "gdb_byte *".
7974
7975 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7976
7977 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7978 from "char *" to "gdb_byte *".
7979 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7980
7981 2013-04-30 Doug Evans <dje@google.com>
7982
7983 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7984 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7985 DWO stub. If DWO isn't found, just use stub.
7986 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7987
7988 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7989 calling init_cutu_and_read_dies.
7990
7991 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7992
7993 * target-descriptions.c (maint_print_c_tdesc_cmd):
7994 Add case to parse structures as register types and
7995 bitfields.
7996
7997 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7998
7999 * MAINTAINERS (Write After Approval): Add myself to the list.
8000
8001 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8002
8003 * sol-thread.c (rw_common): Change type of parameter "buf"
8004 to "gdb_byte *".
8005 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
8006 rw_common to "gdb_byte *" instead of "char *".
8007
8008 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8009
8010 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
8011 of local variable msym to const struct bound_minimal_symbol.
8012 Adjust use accordingly.
8013 [ti.ti_state == TD_THR_SLEEP]: Likewise.
8014
8015 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
8016
8017 * i386gnu-nat.c (CREG_OFFSET): New macro.
8018 (creg_offset): New array.
8019 (CREG_ADDR): Use creg_offset instead of reg_offset.
8020
8021 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8022
8023 * mep-tdep.c (mep_write_pc): Delete.
8024 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
8025 Add call to set_gdbarch_pc_regnum.
8026
8027 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8028
8029 * common/filestuff.c: Replace #include <dirent.h> by
8030 #include "gdb_dirent.h".
8031
8032 2013-04-30 Joel Brobecker <brobecker@adacore.com>
8033
8034 * common/filestuff.c: Replace #include <sys/stat.h> by
8035 #include "gdb_stat.h".
8036
8037 2013-04-29 Pierre Muller <muller@sourceware.org>
8038
8039 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
8040 editCase function rule.
8041 (get_DW_AT_signature_type): Likewise.
8042
8043 2013-04-29 Joel Brobecker <brobecker@adacore.com>
8044
8045 * m32r-tdep.c (m32r_write_pc): Delete.
8046 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
8047 Add call to set_gdbarch_pc_regnum.
8048
8049 2013-04-29 Pierre Muller <muller@sourceware.org>
8050
8051 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
8052
8053 2013-04-29 Joel Brobecker <brobecker@adacore.com>
8054
8055 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
8056
8057 2013-04-28 Yao Qi <yao@codesourcery.com>
8058
8059 * solib-dsbt.c (fetch_loadmap): Re-indent.
8060 (displacement_from_map, enable_break2): Likewise.
8061 (dsbt_relocate_section_addresses): Likewise.
8062
8063 2013-04-26 Joel Brobecker <brobecker@adacore.com>
8064
8065 GDB 7.6 released.
8066
8067 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
8068
8069 PR corefiles/14983:
8070 * dwarf2read.c (process_full_comp_unit): Always create a static
8071 block.
8072
8073 2013-04-25 Hui Zhu <hui@codesourcery.com>
8074
8075 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
8076 to loc->cmd_bytecode.
8077
8078 2013-04-24 Doug Evans <dje@google.com>
8079
8080 * dwarf2read.c (setup_type_unit_groups): Fix comment.
8081
8082 2013-04-22 Keith Seitz <keiths@redhat.com>
8083
8084 * tracepoint.c (trace_save): Call the writer's start method.
8085
8086 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
8087
8088 PR gdb/10462
8089 * cli/cli-decode.c (lookup_command): Show an error if there is no space
8090 before argument.
8091
8092 2013-04-23 Tom Tromey <tromey@redhat.com>
8093
8094 * common/filestuff.c: Check USE_WIN32API before including
8095 sys/socket.h.
8096 (HAVE_F_GETFD): New define.
8097 (mark_cloexec): Check HAVE_F_GETFD.
8098 (gdb_open_cloexec): Change 'mode' to unsigned long.
8099 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
8100 (gdb_pipe_cloexec): Check HAVE_PIPE.
8101 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
8102 long.
8103
8104 2013-04-23 Hui Zhu <hui@codesourcery.com>
8105
8106 PR gdb/15293
8107 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
8108
8109 2013-04-23 Hui Zhu <hui@codesourcery.com>
8110
8111 PR gdb/15165
8112 * breakpoint.c (dprintf_print_recreate): New.
8113 (save_breakpoints): Let it not save dprintf commands.
8114 (initialize_breakpoint_ops): Set dprintf_print_recreate.
8115
8116 2013-04-22 Tom Tromey <tromey@redhat.com>
8117
8118 PR gdb/7912:
8119 * Makefile.in (SFILES): Add filestuff.c
8120 (COMMON_OBS): Add filestuff.o.
8121 (filestuff.o): New target.
8122 * auto-load.c (auto_load_objfile_script_1): Use
8123 gdb_fopen_cloexec.
8124 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
8125 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
8126 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
8127 * common/agent.c (gdb_connect_sync_socket): Use
8128 gdb_socket_cloexec.
8129 * common/filestuff.c: New file.
8130 * common/filestuff.h: New file.
8131 * common/linux-osdata.c (linux_common_core_of_thread)
8132 (command_from_pid, commandline_from_pid, print_source_lines)
8133 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
8134 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
8135 gdb_fopen_cloexec.
8136 * common/linux-procfs.c (linux_proc_get_int)
8137 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
8138 * config.in, configure: Rebuild.
8139 * configure.ac: Don't check for sys/socket.h. Check for
8140 fdwalk, pipe2.
8141 * corelow.c (core_open): Use gdb_open_cloexec.
8142 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
8143 * fork-child.c (fork_inferior): Call close_most_fds.
8144 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
8145 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
8146 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
8147 Use gdb_fopen_cloexec.
8148 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
8149 gdb_open_cloexec.
8150 (linux_async_pipe): Use gdb_pipe_cloexec.
8151 * remote-fileio.c (remote_fileio_func_open): Use
8152 gdb_open_cloexec.
8153 * remote.c (remote_file_put, remote_file_get): Use
8154 gdb_fopen_cloexec.
8155 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
8156 close_most_fds.
8157 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
8158 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
8159 * solib.c (solib_find): Use gdb_open_cloexec.
8160 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
8161 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
8162 (tfile_open): Use gdb_open_cloexec.
8163 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
8164 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
8165 * xml-support.c (xml_fetch_content_from_file): Use
8166 gdb_fopen_cloexec.
8167 * main.c (captured_main): Call notice_open_fds.
8168
8169 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
8170
8171 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
8172 'char *' to 'gdb_byte *'.
8173 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
8174 'gdb_byte'.
8175
8176 2013-04-22 Yao Qi <yao@codesourcery.com>
8177
8178 * infrun.c: Fix typo in comment.
8179
8180 2013-04-22 Andrew Haley <aph@redhat.com>
8181
8182 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
8183 instead of "long".
8184
8185 2013-04-20 Yao Qi <yao@codesourcery.com>
8186
8187 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
8188 'char *' to 'gdb_byte *'. Cast the return value of
8189 'bt_ctf_get_char_array' to 'gdb_byte *'.
8190
8191 2013-04-19 Pedro Alves <palves@redhat.com>
8192
8193 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
8194 -Wpointer-sign.
8195 * configure: Regenerate.
8196
8197 2013-04-19 Pedro Alves <palves@redhat.com>
8198
8199 * ser-tcp.c (net_read_prim): Cast second argument to recv to
8200 'void *'.
8201
8202 2013-04-19 Pedro Alves <palves@redhat.com>
8203
8204 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
8205 Change type of 'myaddr' parameter to gdb_byte pointer.
8206 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
8207 to 'long long' pointer instead of to 'unsigned long long'.
8208 (monitor_write_memory_block, monitor_read_memory_single)
8209 (monitor_read_memory): Change type of 'myaddr' parameter to
8210 gdb_byte pointer.
8211
8212 2013-04-19 Pedro Alves <palves@redhat.com>
8213
8214 * record.c (validate_history_size): Make parameter 'setting'
8215 unsigned.
8216
8217 2013-04-19 Pedro Alves <palves@redhat.com>
8218
8219 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
8220 to 'gdb_byte *'.
8221
8222 2013-04-19 Pedro Alves <palves@redhat.com>
8223
8224 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
8225 local to int.
8226
8227 2013-04-19 Pedro Alves <palves@redhat.com>
8228
8229 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
8230 * ada-tasks.c (read_fat_string_value): Likewise.
8231
8232 2013-04-19 Pedro Alves <palves@redhat.com>
8233
8234 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
8235 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
8236 'offset', and adjust.
8237
8238 2013-04-19 Pedro Alves <palves@redhat.com>
8239
8240 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
8241 (read_index_from_section): Add cast to 'char *'.
8242
8243 2013-04-19 Pedro Alves <palves@redhat.com>
8244
8245 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
8246
8247 2013-04-19 Pedro Alves <palves@redhat.com>
8248
8249 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
8250
8251 2013-04-19 Pedro Alves <palves@redhat.com>
8252
8253 * record-full.c (record_full_get_bookmark): Change local 'ret'
8254 type to char * and add cast to gdb_byte *.
8255 (record_full_goto_bookmark): Handle 'bookmark' argument as a
8256 string.
8257 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
8258
8259 2013-04-19 Pedro Alves <palves@redhat.com>
8260
8261 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
8262 * python/py-prettyprint.c (print_string_repr): Change type of
8263 'output' local to char *. Add cast to gdb_byte * in
8264 LA_PRINT_STRING call.
8265 (print_children): Change type of 'output' local to char *.
8266 * python/py-value.c (valpy_string): Add cast to const char * in
8267 PyUnicode_Decode call.
8268
8269 2013-04-19 Pedro Alves <palves@redhat.com>
8270
8271 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
8272 and change its type to 'const char *'. Adjust.
8273 (mips_send_packet): Add cast to 'char *', and remove cast to
8274 'unsigned char *'.
8275 (mips_receive_packet): Remove cast to 'unsigned char *'.
8276 (mips_load_srec): Use bfd_byte.
8277 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
8278 (pmon_checkset): Make 'value' parameter unsigned.
8279
8280 2013-04-19 Pedro Alves <palves@redhat.com>
8281
8282 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8283
8284 2013-04-19 Pedro Alves <palves@redhat.com>
8285
8286 * remote.c (remote_write_bytes_aux, compare_sections_command)
8287 (remote_read_qxfer)
8288 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8289 (remote_hostio_readlink, remote_bfd_iovec_pread)
8290 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8291 binary buffer, and char when buffer is used as string.
8292 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8293 (trace_save, tfile_open, traceframe_walk_blocks)
8294 (tfile_fetch_registers): Likewise.
8295
8296 2013-04-19 Pedro Alves <palves@redhat.com>
8297
8298 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8299 buffer and size_t size. Adjust.
8300 * ser-base.h (ser_base_write): Adjust.
8301 * ser-go32.c (cnts): Change type to size_t.
8302 (dos_write): Change prototype -- take 'void *'
8303 buffer and size_t size. Adjust.
8304 (dos_info): Print elements of 'cnts' as unsigned long.
8305 * serial.c (serial_write): Likewise.
8306 * serial.h (serial_write): Adjust.
8307 (struct serial_ops) <write>: Change prototype -- take 'void *'
8308 buffer and size_t size. Adjust.
8309
8310 2013-04-19 Pedro Alves <palves@redhat.com>
8311
8312 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8313 gdb_byte *.
8314 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8315
8316 2013-04-19 Pedro Alves <palves@redhat.com>
8317
8318 * alpha-tdep.c (alpha_extract_return_value): Use
8319 regcache_cooked_read_unsigned to read 'v0'.
8320
8321 2013-04-19 Pedro Alves <palves@redhat.com>
8322
8323 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8324 parameters 'at', 'as' and 'offset' to uint32_t.
8325
8326 2013-04-19 Pedro Alves <palves@redhat.com>
8327
8328 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8329 'is64' to signed 'int'.
8330
8331 2013-04-19 Pedro Alves <palves@redhat.com>
8332
8333 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8334 parameter to int *.
8335
8336 2013-04-19 Pedro Alves <palves@redhat.com>
8337
8338 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8339 'insnbuf' buffer type to unsigned int[].
8340
8341 2013-04-19 Pedro Alves <palves@redhat.com>
8342
8343 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8344
8345 2013-04-19 Pedro Alves <palves@redhat.com>
8346
8347 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8348 unsigned long *.
8349
8350 2013-04-19 Pedro Alves <palves@redhat.com>
8351
8352 * alpha-tdep.c (heuristic_fence_post): Change type to int.
8353 (alpha_heuristic_proc_start): Adjust to check -1 instead of
8354 UINT_MAX.
8355 * mips-tdep.c (heuristic_fence_post): Change type to int.
8356 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8357
8358 2013-04-19 Pedro Alves <palves@redhat.com>
8359
8360 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8361 (struct gdbarch_tdep) <cris_version>: Make unsigned.
8362 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8363
8364 2013-04-19 Pedro Alves <palves@redhat.com>
8365
8366 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
8367 it to get a string view of the byte buffer.
8368 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8369 type to gdb_byte *. Adjust.
8370 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8371 Change local to char *.
8372 * solib-darwin.c (find_program_interpreter): Change return type to
8373 char *. Adjust.
8374 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8375 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8376 * solib-frv.c (enable_break2): Change local 'buf' to char *.
8377 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8378 * solib-svr4.c (find_program_interpreter): Change return type to
8379 char *. Adjust.
8380 (enable_break): Change local 'interp_name' to char *.
8381 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8382 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8383 (spu_pseudo_register_write_spu): Use char for string buffer.
8384 Adjust.
8385 (info_spu_event_command, info_spu_signal_command): Add casts to
8386 'char *'.
8387
8388 2013-04-19 Pedro Alves <palves@redhat.com>
8389
8390 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8391 gdb_byte[].
8392 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8393 * ada-lang.c (ada_value_assign): Use gdb_byte.
8394 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8395 (alphanbsd_sigtramp_offset): Use gdb_byte.
8396 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8397 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8398 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8399 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8400 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8401 * arm-tdep.c (arm_stub_unwind_sniffer)
8402 (arm_displaced_init_closure): Use gdb_byte.
8403 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8404 (arm_default_thumb_le_breakpoint)
8405 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8406 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8407 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8408 * arm-wince-tdep.c (arm_wince_le_breakpoint)
8409 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8410 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8411 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8412 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8413 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8414 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8415 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8416 (cris_store_return_value, cris_extract_return_value): Use
8417 gdb_byte.
8418 (constraint): Change type of parameter to char * from signed
8419 char*. Use gdb_byte.
8420 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8421 of local buffer to gdb_byte *.
8422 * dwarf2read.c (read_index_from_section): Use gdb_byte.
8423 (create_dwp_hash_table): Change type of locals to gdb_byte *.
8424 (add_address_entry): Change type of local buffer to gdb_byte[].
8425 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8426 (frv_push_dummy_call): Use gdb_byte.
8427 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8428 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8429 (hppa_hpux_supply_save_state): Use gdb_byte.
8430 * hppa-tdep.c (hppa32_push_dummy_call)
8431 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8432 * ia64-tdep.c (extract_bit_field, replace_bit_field)
8433 (slotN_contents, replace_slotN_contents): Change type of parameter
8434 to gdb_byte *.
8435 (fetch_instruction, ia64_pseudo_register_write)
8436 (ia64_register_to_value, ia64_value_to_register)
8437 (ia64_extract_return_value, ia64_store_return_value)
8438 (ia64_push_dummy_call): Use gdb_byte.
8439 * m32c-tdep.c (m32c_return_value): Remove cast.
8440 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8441 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8442 gdb_byte.
8443 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8444 * mn10300-tdep.c (mn10300_store_return_value)
8445 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8446 gdb_byte.
8447 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8448 (moxie_process_record): Remove casts.
8449 * ppc-ravenscar-thread.c (supply_register_at_address)
8450 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8451 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8452 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8453 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8454 * remote.c (compare_sections_command): Use gdb_byte.
8455 * score-tdep.c (score7_free_memblock): Change type of parameter to
8456 gdb_byte *.
8457 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8458 gdb_byte *. Use gdb_byte.
8459 (sh_push_dummy_call_fpu): Use gdb_byte.
8460 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8461 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8462 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8463 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8464 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8465 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8466 (sh64_store_return_value, sh64_register_convert_to_virtual):
8467 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8468 (sh64_pseudo_register_write): Use gdb_byte.
8469 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8470 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
8471 buffer.
8472 (irix_current_sos): Use gdb_byte.
8473 * solib-som.c (som_current_sos): Use gdb_byte.
8474 * sparc-ravenscar-thread.c (supply_register_at_address)
8475 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8476 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8477 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8478 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8479 'gdb_byte *'.
8480 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8481 'gdb_byte *'.
8482 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8483 * xstormy16-tdep.c (xstormy16_extract_return_value)
8484 (xstormy16_store_return_value): Change parameter type to
8485 'gdb_byte *'. Adjust.
8486 (xstormy16_push_dummy_call): Use gdb_byte.
8487 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8488 (call0_analyze_prologue, execute_code): Use gdb_byte.
8489
8490 2013-04-19 Vladimir Kargov <kargov@gmail.com>
8491 Pedro Alves <palves@redhat.com>
8492
8493 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8494 value contents.
8495
8496 2013-04-17 Doug Evans <dje@google.com>
8497
8498 * dwarf2read.c (struct signatured_type): New member type.
8499 (struct attribute): Replace member signatured_type with signature.
8500 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8501 (read_call_site_scope): Call follow_die_ref instead of
8502 follow_die_ref_or_sig.
8503 (read_structure_type): Rewrite handling of signatured types.
8504 (read_enumeration_type): Ditto.
8505 (read_attribute_value): Update.
8506 (build_error_marker_type): New function.
8507 (lookup_die_type): Add assert. Rewrite handling of signatured types.
8508 Don't call error for bad types, just build an error marker type.
8509 (dump_die_shallow): Update.
8510 (follow_die_sig_1): Renamed from follow_die_sig.
8511 Don't call error for bad types, instead return NULL.
8512 (follow_die_sig): New function.
8513 (get_signatured_type, get_DW_AT_signature_type): New functions.
8514
8515 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
8516
8517 * aarch64-tdep.c (aarch64_write_pc): Removed.
8518 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8519 function.
8520
8521 2013-04-17 Yao Qi <yao@codesourcery.com>
8522
8523 * top.c (print_gdb_configuration): Print configure-time
8524 parameter on using libbabeltrace or not.
8525
8526 2013-04-16 Pedro Alves <palves@redhat.com>
8527
8528 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8529
8530 2013-04-16 Pedro Alves <palves@redhat.com>
8531
8532 * common/glibc_thread_db.h: Update from upstream glibc
8533 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8534
8535 2013-04-16 Pedro Alves <palves@redhat.com>
8536
8537 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8538 * common/glibc_thread_db.h: ... this new file ...
8539 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8540
8541 2013-04-16 Will Newton <will.newton@gmail.com>
8542 Pedro Alves <palves@redhat.com>
8543
8544 PR build/11881
8545
8546 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8547 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8548 HAVE_THREAD_DB_H.
8549
8550 2013-04-16 Pedro Alves <palves@redhat.com>
8551 Eli Zaretskii <eliz@gnu.org>
8552
8553 * NEWS: Mention "set foo unlimited".
8554
8555 2013-04-15 Doug Evans <dje@google.com>
8556
8557 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8558 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8559 (create_dwo_cu_reader): Renamed from
8560 create_dwo_debug_info_hash_table_reader.
8561 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8562 Remove support for multiple CUs in a DWO file.
8563 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8564
8565 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8566 instead of phex.
8567 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8568 (create_dwo_in_dwp): Ditto.
8569
8570 2013-04-15 Tom Tromey <tromey@redhat.com>
8571
8572 * NEWS: Move recent entries into "since 7.6" section.
8573
8574 2013-04-15 Tom Tromey <tromey@redhat.com>
8575
8576 PR c++/13588:
8577 * NEWS: Update.
8578 * break-catch-throw.c (struct exception_catchpoint)
8579 <exception_rx, pattern>: New fields.
8580 (fetch_probe_arguments, dtor_exception_catchpoint)
8581 (check_status_exception_catchpoint)
8582 (print_one_detail_exception_catchpoint): New functions.
8583 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8584 Compile regular expression if needed.
8585 (extract_exception_regexp): New function.
8586 (catch_exception_command_1): Use extract_exception_regexp.
8587 (compute_exception): Use fetch_probe_arguments.
8588 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8589 and check_status fields.
8590 * cp-abi.c (cplus_typename_from_type_info): New function.
8591 * cp-abi.h (cplus_typename_from_type_info): Declare.
8592 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8593 * gdb_regex.h (compile_rx_or_error): Declare.
8594 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8595 comment.
8596 (init_gnuv3_ops): Set get_type_from_type_info field.
8597 * probe.c (compile_rx_or_error): Move...
8598 * utils.c (compile_rx_or_error): ... here.
8599
8600 2013-04-15 Tom Tromey <tromey@redhat.com>
8601
8602 PR c++/15176:
8603 * NEWS: Update.
8604 * break-catch-throw.c (compute_exception): New function.
8605 (exception_funcs): New global.
8606 (_initialize_break_catch_throw): Create $_exception.
8607 * cp-abi.c (cplus_type_from_type_info): New function.
8608 * cp-abi.h (cplus_type_from_type_info): Declare.
8609 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8610 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8611 (gnuv3_get_type_from_type_info): New functions.
8612 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8613
8614 2013-04-15 Tom Tromey <tromey@redhat.com>
8615
8616 * break-catch-throw.c (struct exception_names): New.
8617 (exception_functions): Change type.
8618 (re_set_exception_catchpoint): Look for SDT probes.
8619
8620 2013-04-15 Tom Tromey <tromey@redhat.com>
8621
8622 PR c++/10119:
8623 * break-catch-throw.c (exception_functions): New global.
8624 (gnu_v3_exception_catchpoint_ops): Move earlier.
8625 (struct exception_catchpoint): New.
8626 (classify_exception_breakpoint): Rewrite.
8627 (re_set_exception_catchpoint): New function.
8628 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8629 Allocate a struct exception_catchpoint.
8630 (catch_exception_command_1): Update.
8631 (initialize_throw_catchpoint_ops): Set 're_set' method.
8632
8633 2013-04-15 Tom Tromey <tromey@redhat.com>
8634
8635 * Makefile.in (SFILES): Add break-catch-throw.c
8636 (COMMON_OBS): Add break-catch-throw.o.
8637 * break-catch-throw.c: New file.
8638 * breakpoint.c: Move exception-catching code to new file.
8639 (ep_parse_optional_if_clause): No longer static.
8640 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8641
8642 2013-04-15 Tom Tromey <tromey@redhat.com>
8643
8644 PR c++/9065:
8645 * NEWS: Update.
8646 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8647 * c-exp.y (TYPEID): New token.
8648 (exp): Add new TYPEID productions.
8649 (ident_tokens): Add "typeid".
8650 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8651 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8652 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8653 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8654 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8655 case.
8656 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8657 (build_std_type_info_type, gnuv3_get_typeid_type)
8658 (gnuv3_get_typeid): New functions.
8659 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8660 new fields on ABI object.
8661 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8662 * std-operator.def (OP_TYPEID): New.
8663
8664 2013-04-15 Tom Tromey <tromey@redhat.com>
8665
8666 * elfread.c (elf_symtab_read): Install versioned symbol under
8667 unversioned name as well.
8668
8669 2013-04-15 Tom Tromey <tromey@redhat.com>
8670
8671 PR c++/11990:
8672 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8673 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8674 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8675 (gdb_demangle): New function.
8676 * cp-support.h (gdb_demangle): Declare.
8677 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8678 (dwarf2_name): Use gdb_demangle.
8679 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8680 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8681 suffixes from name.
8682 (gnuv3_print_method_ptr): Use gdb_demangle.
8683 * jv-lang.c (java_demangle): Use gdb_demangle.
8684 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8685 * language.c (unk_lang_demangle): Use gdb_demangle.
8686 * symtab.c (symbol_find_demangled_name)
8687 (demangle_for_lookup): Use gdb_demangle.
8688
8689 2013-04-15 Tom Tromey <tromey@redhat.com>
8690
8691 PR c++/12824:
8692 * NEWS: Update.
8693 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8694 New constant.
8695 (classify_exception_breakpoint): New function.
8696 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8697 (print_mention_exception_catchpoint)
8698 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8699 (catch_exception_command_1): Handle "rethrow" catchpoint.
8700 (catch_rethrow_command): New function.
8701 (_initialize_breakpoint): Add "catch rethrow" command.
8702
8703 2013-04-15 Pierre Muller <muller@sourceware.org>
8704
8705 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8706 set_gdbarch_write_pc as deprecated anymore.
8707
8708 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8709
8710 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8711 declarations.
8712
8713 2013-04-13 Yao Qi <yao@codesourcery.com>
8714
8715 * ctf.c (_initialize_ctf): Include "completer.h".
8716 Call add_target_with_completer instead of add_target.
8717
8718 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8719
8720 Fix GDB regression related to PR binutils/14813.
8721 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8722 * minidebug.c (lzma_close): Add return value comment.
8723 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8724 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8725 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8726
8727 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 * config.in: Regenerate.
8730
8731 2013-04-12 Tom Tromey <tromey@redhat.com>
8732
8733 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8734 const.
8735 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8736 (struct die_reader_specs) <buffer>: Likewise.
8737 (die_reader_func_ftype): Make 'info_ptr' const.
8738 (struct line_header) <include_dirs, statement_program_start,
8739 statement_program_end>: Now const.
8740 (struct file_entry) <name>: Likewise.
8741 (struct partial_die_info) <sibling>: Likewise.
8742 (struct dwarf_block) <data>: Likewise.
8743 (dwarf2_read_section): Remove cast.
8744 (dwarf2_get_section_info): Make 'bufp' const.
8745 (read_index_from_section): Constify.
8746 (dw2_get_file_names_reader): Make 'info_ptr' const.
8747 (dw2_get_primary_filename_reader): Likewise.
8748 (read_comp_unit_head): Make 'info_ptr' and return type const.
8749 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8750 Likewise.
8751 (read_abbrev_offset): Constify.
8752 (dwarf2_create_include_psymtab): Make 'name' const.
8753 (create_debug_types_hash_table): Update.
8754 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8755 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8756 Constify.
8757 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8758 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8759 (read_comp_units_from_section): Constify.
8760 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8761 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8762 const.
8763 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8764 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8765 (create_dwp_hash_table, dwarf2_ranges_read)
8766 (dwarf2_record_block_ranges): Constify.
8767 (read_die_and_children, read_die_and_siblings_1)
8768 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8769 const.
8770 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8771 (abbrev_table_read_table): Constify.
8772 (load_partial_dies): Make 'info_ptr' const.
8773 (read_partial_die, read_attribute_value, read_attribute): Make
8774 'info_ptr' and return type const.
8775 (read_address, read_initial_length)
8776 (read_checked_initial_length_and_offset, read_offset)
8777 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8778 const.
8779 (read_direct_string): Make 'buf' and return type const.
8780 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8781 (read_indirect_string): Make return type const.
8782 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8783 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8784 'info_ptr' const.
8785 (read_str_index): Make return type const.
8786 (add_include_dir): Make 'include_dir' const.
8787 (add_file_name): Make 'name' const.
8788 (dwarf_decode_line_header): Constify.
8789 (psymtab_include_file_name): Make return type const.
8790 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8791 (dwarf2_start_subfile): Make 'filename' const.
8792 (dwarf2_const_value_attr): Make 'bytes' const.
8793 (read_signatured_type_reader): Make 'info_ptr' const.
8794 (decode_locdesc): Constify.
8795 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8796 const.
8797 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8798 'mac_end', and return type const.
8799 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8800 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8801 type const.
8802 (per_cu_header_read_in): Constify.
8803 * symfile.h (dwarf2_get_section_info): Update.
8804
8805 2013-04-12 Tom Tromey <tromey@redhat.com>
8806
8807 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8808
8809 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8810
8811 * NEWS: Mention "show configuration", --configuration.
8812 * top.c (print_gdb_configuration): New function, displays the
8813 details about GDB configure-time parameters.
8814 (print_gdb_version): Mention "show configuration".
8815 * cli/cli-cmds.c (show_configuration): New function.
8816 (_initialize_cli_cmds): Add the "show configuration" command.
8817 * main.c (captured_main) <print_configuration>: New static var.
8818 <long_options>: Use it.
8819 If --configuration was given, call print_gdb_configuration.
8820
8821 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8822 Pedro Alves <palves@redhat.com>
8823
8824 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8825 (generated_files): Add gcore.
8826 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8827 HAVE_NATIVE_GCORE_HOST.
8828 (gcore): New.
8829 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8830 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8831 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8832 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8833 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8834 Add HAVE_NATIVE_GCORE_HOST.
8835 * configure: Regenerate.
8836 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8837 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8838 AC_CONFIG_FILES for gcore.
8839 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8840 gdb_have_gcore.
8841 * gdb_gcore.sh: Rename to ...
8842 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8843 and GCORE_TRANSFORM_NAME substitutions.
8844
8845 Fix parsing tabs in ${gdb_target_obs}.
8846 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8847
8848 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8849
8850 * remote.c (unpush_and_perror): Add output message final dot.
8851
8852 2013-04-11 Yao Qi <yao@codesourcery.com>
8853
8854 * tracepoint.c (tfile_interp_line): Fit parameters line and
8855 utpp in one line.
8856
8857 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8858
8859 * solib.c (solib_map_sections): Remove code overwriting
8860 SO->SO_NAME with the bfd's filename.
8861
8862 2013-04-10 Pedro Alves <palves@redhat.com>
8863
8864 * cli/cli-decode.c (integer_unlimited_completer): New function.
8865 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8866 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8867 completer.
8868 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8869 (is_unlimited_literal): New function.
8870 (do_set_command): Handle literal "unlimited" arguments.
8871 * frame.c (_initialize_frame) <set backtrace limit>: Document
8872 "unlimited".
8873 * printcmd.c (_initialize_printcmd) <set print
8874 max-symbolic-offset>: Add help text.
8875 * record-full.c (_initialize_record_full) <set record full
8876 insn-number-max>: Likewise.
8877 * record.c (_initialize_record) <set record
8878 instruction-history-size, set record function-call-history-size>:
8879 Add help text.
8880 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8881 help text.
8882 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8883 Likewise.
8884 * source.c (_initialize_source) <set listsize>: Add help text.
8885 * utils.c (initialize_utils) <set height, set width>: Likewise.
8886 <set pagination>: Mention "set height unlimited".
8887 * valprint.c (_initialize_valprint) <set print elements, set print
8888 repeats>: Document "unlimited".
8889
8890 2013-04-10 Pedro Alves <palves@redhat.com>
8891
8892 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8893 instead of disconnect_tracing.
8894 * infcmd.c (detach_command, disconnect_command): Call
8895 query_if_trace_running. Adjust.
8896 * top.c: Include "tracepoint.h".
8897 (quit_target): Delete. Contents moved ...
8898 (quit_force): ... here. Wrap each stage of teardown in
8899 TRY_CATCH. Call disconnect_tracing before detaching.
8900
8901 2013-04-10 Hui Zhu <hui@codesourcery.com>
8902 Yao Qi <yao@codesourcery.com>
8903
8904 * configure.ac: Check libbabeltrace is installed.
8905 * config.in: Regenerate.
8906 * configure: Regenerate.
8907 * Makefile.in (LIBBABELTRACE): New.
8908 (CLIBS): Add LIBBABELTRACE.
8909 * ctf.c: Include "exec.h".
8910 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8911 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8912 (ctf_save_metadata_header): Define new type aliases in
8913 metadata.
8914 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8915 in metadata. Start a new faked packet for trace status.
8916 (ctf_write_status): Write trace status to CTF.
8917 (ctf_write_uploaded_tsv): Write TSV to CTF.
8918 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8919 (ctf_write_definition_end): End the faked packet.
8920
8921 (ctx, ctf_iter, trace_dirname): New.
8922 (start_pos): New variable.
8923 (ctf_destroy, ctf_open_dir, ctf_open): New.
8924 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8925 macros.
8926 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8927 (ctf_fetch_registers, ctf_xfer_partial): New.
8928 (ctf_get_trace_state_variable_value): New.
8929 (ctf_get_tpnum_from_frame_event): New.
8930 (ctf_get_traceframe_address): New.
8931 (ctf_trace_find, ctf_has_stack): New.
8932 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8933 (ctf_get_trace_status, ctf_read_status): New.
8934 (_initialize_ctf): New.
8935 * tracepoint.c (get_tracepoint_number): New
8936 (get_uploaded_tsv): Remove 'static'.
8937 (struct traceframe_info, trace_regblock_size): Move it to ...
8938 * tracepoint.h: ... here.
8939 (get_tracepoint_number): Declare it.
8940 (get_uploaded_tsv): Declare it.
8941
8942 * NEWS: Mention new configure option.
8943
8944 2013-04-10 Pedro Alves <palves@redhat.com>
8945 Hui Zhu <hui@codesourcery.com>
8946
8947 * breakpoint.c (dprintf_re_set): New.
8948 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8949 to dprintf_re_set.
8950
8951 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8952
8953 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8954 Remove solib-svr4.o from the list.
8955
8956 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8957
8958 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8959 Use gdb_assert_not_reached instead of invalid boolean expression.
8960
8961 2013-04-09 Pedro Alves <palves@redhat.com>
8962
8963 * remote.c (unpush_and_perror): New function.
8964 (readchar, remote_serial_write): Use it.
8965
8966 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8967
8968 * NEWS: Mention new btrace RSP packets.
8969
8970 2013-04-08 Tom Tromey <tromey@redhat.com>
8971
8972 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8973 long.
8974
8975 2013-04-08 Tom Tromey <tromey@redhat.com>
8976
8977 * maint.c (print_bfd_section_info): Print the section index.
8978 * symmisc.c (dump_msymbols): Print the section index.
8979
8980 2013-04-08 Tom Tromey <tromey@redhat.com>
8981
8982 PR symtab/8424:
8983 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8984 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8985 * breakpoint.c (resolve_sal_pc): Update.
8986 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8987 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8988 (minsym_lookup_iterator_cb): Use it.
8989 (default_read_var_value): Update.
8990 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8991 Update.
8992 * infcmd.c (jump_command): Update.
8993 * linespec.c (minsym_found): Update.
8994 * maint.c (maintenance_translate_address): Update.
8995 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8996 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8997 * parse.c (write_exp_msymbol): Update.
8998 * printcmd.c (address_info): Update.
8999 * psymtab.c (find_pc_sect_psymbol): Update.
9000 (fixup_psymbol_section): Check SYMBOL_SECTION, not
9001 SYMBOL_OBJ_SECTION.
9002 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
9003 Don't initialize SYMBOL_OBJ_SECTION.
9004 * spu-tdep.c (spu_catch_start): Update.
9005 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
9006 * symmisc.c (dump_msymbols, print_symbol): Update.
9007 * symtab.c (fixup_section): Don't set 'obj_section'. Change
9008 how fallback section is computed.
9009 (fixup_symbol_section): Update.
9010 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
9011 Update.
9012 (allocate_symbol, initialize_symbol, allocate_template_symbol):
9013 Initialize SYMBOL_SECTION.
9014 * symtab.h (struct general_symbol_info) <section>: Update comment.
9015 <obj_section>: Remove.
9016 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
9017 (SYMBOL_OBJFILE): New macro.
9018
9019 2013-04-08 Tom Tromey <tromey@redhat.com>
9020
9021 * coffread.c (record_minimal_symbol): Update.
9022 * dbxread.c (record_minimal_symbol): Update.
9023 * elfread.c (record_minimal_symbol): Update.
9024 * machoread.c (macho_symtab_add_minsym): Update.
9025 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
9026 Update.
9027 * minsyms.c (prim_record_minimal_symbol): Update.
9028 (prim_record_minimal_symbol_full): Remove 'bfd_section'
9029 argument.
9030 (prim_record_minimal_symbol_and_info): Likewise.
9031 * minsyms.h (prim_record_minimal_symbol_full)
9032 (prim_record_minimal_symbol_and_info): Update.
9033 * symtab.c (allocate_symbol, initialize_symbol)
9034 (allocate_template_symbol): Initialize SYMBOL_SECTION.
9035 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
9036 Update.
9037
9038 2013-04-08 Tom Tromey <tromey@redhat.com>
9039
9040 PR symtab/8423:
9041 * solib-som.c (som_solib_section_offsets): Use BFD section
9042 indices. Set offsets for all sections.
9043 * somread.c (som_symtab_read): Compute BFD section for
9044 symbol. Use prim_record_minimal_symbol_and_info.
9045 (som_symfile_read): Fix comment.
9046 (struct find_section_offset_arg): New.
9047 (find_section_offset, set_section_index): New functions.
9048 (som_symfile_offsets): Use set_section_index to compute
9049 section indices.
9050
9051 2013-04-08 Tom Tromey <tromey@redhat.com>
9052
9053 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
9054 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
9055 gdb_bfd_section_index.
9056 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
9057 New functions.
9058 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
9059 Declare.
9060 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
9061 Update.
9062 * objfiles.c (add_to_objfile_sections_full): New function.
9063 (add_to_objfile_sections): Use it.
9064 (build_section_table): Rewrite.
9065 (objfile_relocate1): Use gdb_bfd_section_index. Update.
9066 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
9067 (struct objfile) <sections>: Update comment.
9068 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
9069 is NULL.
9070 (ALL_OBJSECTIONS): Use it.
9071 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
9072 * solib-frv.c (frv_relocate_main_executable): Update.
9073 * solib-target.c (solib_target_relocate_section_addresses):
9074 Use gdb_bfd_section_index.
9075 * symfile.c (build_section_addr_info_from_section_table):
9076 Use gdb_bfd_section_index.
9077 (build_section_addr_info_from_bfd, place_section): Likewise.
9078 * symtab.c (fixup_section): Update.
9079 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
9080
9081 2013-04-08 Tom Tromey <tromey@redhat.com>
9082
9083 * minsyms.h (struct bound_minimal_symbol): New.
9084 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9085 Remove objfile argument.
9086 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9087 Return bound_minimal_symbol.
9088 * minsyms.c (lookup_minimal_symbol_by_pc_1)
9089 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9090 Return bound_minimal_symbol.
9091 (in_gnu_ifunc_stub): Update.
9092 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9093 Remove 'objfile_p' argument.
9094 (lookup_solib_trampoline_symbol_by_pc): Update.
9095 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
9096 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
9097 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
9098 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
9099 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
9100 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
9101 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
9102 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
9103 stack.c, symtab.c, tui/tui-disasm.c: Update.
9104
9105 2013-04-08 Tom Tromey <tromey@redhat.com>
9106
9107 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
9108 Use symbol's obstack, not an objfile.
9109 * coffread.c (process_coff_symbol): Update.
9110 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
9111 * jv-lang.c (add_class_symbol): Update.
9112 * mdebugread.c (new_symbol): Update.
9113 * minsyms.c (prim_record_minimal_symbol_full)
9114 (terminate_minimal_symbol_table): Update.
9115 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
9116 * stabsread.c (define_symbol, read_enum_type): Update.
9117 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
9118 Handle Ada specially.
9119 (symbol_set_language): Add 'obstack' argument.
9120 (symbol_set_names): Update.
9121 (symbol_natural_name, symbol_demangled_name): Always use
9122 ada_decode_symbol.
9123 * symtab.h (struct general_symbol_info)
9124 <language_specific::obstack>: New field.
9125 <ada_mangled>: New field.
9126 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
9127 (symbol_set_language): Update.
9128
9129 2013-04-08 Tom Tromey <tromey@redhat.com>
9130
9131 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
9132 Take an obstack, not an objfile.
9133 (symbol_set_names): Update.
9134 * symtab.h (symbol_set_demangled_name): Update.
9135
9136 2013-04-08 Tom Tromey <tromey@redhat.com>
9137
9138 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
9139 allocate_symbol.
9140 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
9141 (read_func_scope): Call allocate_template_symbol.
9142 (new_symbol_full): Call allocate_symbol.
9143 * jit.c (finalize_symtab): Call allocate_symbol.
9144 * jv-lang.c (add_class_symbol): Call allocate_symbol.
9145 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
9146 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9147 (common_block_end): Call allocate_symbol.
9148 * symtab.c (allocate_symbol, initialize_symbol)
9149 (allocate_template_symbol): New functions.
9150 * symtab.c (allocate_symbol, initialize_symbol)
9151 (allocate_template_symbol): Declare.
9152 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
9153
9154 2013-04-08 Pedro Alves <palves@redhat.com>
9155 Keith Seitz <keiths@redhat.com>
9156
9157 * breakpoint.c (create_breakpoint): Rename
9158 "parse_condition_and_thread" parameter to "parse_arg". Update
9159 describing comment. If !PARSE_ARG, then error out if ARG is not
9160 the empty string after extracting the location.
9161 * breakpoint.h (create_breakpoint): Rename
9162 "parse_condition_and_thread" parameter to "parse_arg".
9163
9164 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
9165
9166 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
9167
9168 2013-04-07 Yao Qi <yao@codesourcery.com>
9169
9170 * remote.c (remote_trace_find): Change type of parameters 'addr1'
9171 and 'addr2' to CORE_ADDR.
9172 * target.c (update_current_target): Update.
9173 * target.h (struct target_ops) <to_trace_find>: Change parameter
9174 type to CORE_ADDR.
9175 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
9176 'addr2' to CORE_ADDR.
9177 (tfile_trace_find): Likewise.
9178 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
9179 Change local variable 'addr' to type CORE_ADDR.
9180 * tracepoint.h (tfind_1): Update declaration.
9181
9182 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9183
9184 * windows-nat.c (windows_get_absolute_argv0): Move from here...
9185 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
9186 Include main.h.
9187
9188 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
9189 here...
9190 * main.h (windows_get_absolute_argv0): ...to here.
9191
9192 2013-04-05 Doug Evans <dje@google.com>
9193
9194 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
9195 (read_cutu_die_from_dwo): Add comments.
9196 (read_structure_type): Update comment.
9197 (read_enumeration_type, read_namespace_type): Update comment.
9198 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
9199
9200 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9201
9202 Convert man pages to texinfo, new gdbinit.5 texinfo page.
9203 * Makefile.in (gdb.z): Remove.
9204 (install-only): Remove $(man1dir) and gdb.1 installation.
9205 * gdb.1: Remove.
9206
9207 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9208
9209 Fix compatibility with Linux kernel 3.8.3.
9210 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
9211 to more inner block. Remove parsing of NUMBER from outer block.
9212 Parse NUMBER only if KEYWORD has been identified.
9213
9214 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 Fix variable name shadowing.
9217 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
9218 filename to mapsfilename and update its uses.
9219
9220 2013-04-05 Eli Zaretskii <eliz@gnu.org>
9221
9222 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
9223 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
9224 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
9225 details of the problem.
9226
9227 2013-04-04 Pedro Alves <palves@redhat.com>
9228 Hui Zhu <hui@codesourcery.com>
9229
9230 * breakpoint.c (validate_commands_for_breakpoint): If validating a
9231 tracepoint, reset its STEP_COUNT and call validate_actionline.
9232
9233 2013-04-03 Doug Evans <dje@google.com>
9234
9235 * dwarf2read.c (read_die_and_siblings_1): Renamed from
9236 read_die_and_siblings.
9237 (read_die_and_siblings): New function.
9238 (read_cutu_die_from_dwo): Dump die if requested.
9239 (read_die_and_children): Call read_full_die_1 and
9240 read_die_and_siblings_1.
9241 (read_full_die): Dump die if requested.
9242
9243 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
9244
9245 * dwarf2read.c (struct dwo_file): New member comp_dir.
9246 Rename member name to dwo_name. All uses updated.
9247 (hash_dwo_file): Include comp_dir in computation.
9248 (eq_dwo_file): Ditto.
9249 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
9250 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
9251
9252 * psymtab.c (read_psymtabs_with_fullname): Don't call
9253 psymtab_to_fullname if the basenames are different.
9254
9255 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9256
9257 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
9258 New entry about "fullname" presence.
9259
9260 2013-04-03 Pedro Alves <palves@redhat.com>
9261
9262 * NEWS: Mention x86_64/Cygwin as new native configuration.
9263
9264 2013-04-02 Doug Evans <dje@google.com>
9265
9266 * dwarf2read.c (read_structure_type): Fix typo in comment.
9267
9268 2013-04-02 Pedro Alves <palves@redhat.com>
9269
9270 * NEWS: Mention "set/show debug aarch64", "set/show debug
9271 coff-pe-read" and "set/show debug mach-o".
9272
9273 2013-04-02 Pedro Alves <palves@redhat.com>
9274
9275 * NEWS: Mention "set/show remote trace-buffer-size-packet".
9276
9277 2013-04-02 Eli Zaretskii <eliz@gnu.org>
9278
9279 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
9280 gdb_string.h is now in common/.
9281
9282 2013-04-02 Pedro Alves <palves@redhat.com>
9283
9284 * NEWS: Move "set debug notification" and "set trace-buffer-size"
9285 under "New options".
9286
9287 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9288
9289 Revert this patch:
9290 PR gdb/15275
9291 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9292
9293 2013-04-02 Pedro Alves <palves@redhat.com>
9294
9295 PR gdb/15275
9296
9297 * remote.c (send_interrupt_sequence): Use remote_serial_write.
9298 (remote_serial_write): New function.
9299 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9300
9301 2013-04-01 Jiong Wang <jiwang@tilera.com>
9302
9303 * NEWS: Mention TILE-Gx in "New native configurations" and
9304 "New targets" sections.
9305
9306 2013-04-01 Doug Evans <dje@google.com>
9307
9308 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9309 (process_enumeration_scope): Simplify.
9310
9311 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9312 type_unit_group ...
9313 (struct signatured_type): ... to here.
9314 (sig_type_ptr): New typedef.
9315 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
9316 out of union 't'. All uses updated.
9317 (dw2_get_file_names_reader): Assert not called for a type unit.
9318 (dw2_get_file_names): Assert not called for a type unit or type
9319 unit group.
9320 (build_type_psymtabs_reader): Assert called for a type unit.
9321 (build_type_psymtab_dependencies): Assert called for a type unit group.
9322
9323 * dwarf2read.c (free_dwo_file): Add comment.
9324 (dwarf2_per_objfile_free): Unref dwp bfd.
9325
9326 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9327
9328 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9329 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9330 (read_pe_exported_syms): Remove unused 'exportix'.
9331 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9332 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9333 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9334
9335 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9336
9337 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9338 (print_it_watchpoint): Remove unused 'bl'.
9339 (say_where): Remove unused 'uiout'.
9340 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9341 (bkpt_breakpoint_hit): Remove unused 'b'.
9342 (internal_bkpt_print_it): Remove unused 'uiout'.
9343 * buildsym.c (augment_type_symtab): Remove unused 'i'.
9344
9345 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
9346
9347 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9348 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9349
9350 2013-03-29 Doug Evans <dje@google.com>
9351
9352 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9353 Delete arg is_dwp. All callers updated.
9354 (open_dwp_file): New function.
9355 (open_and_init_dwp_file): Call it.
9356 (get_dwp_file): New function.
9357 (lookup_dwo_cutu): Call it.
9358
9359 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9360 unnecessary, cleanup.
9361
9362 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9363
9364 * dwarf2read.c (read_cutu_die_from_dwo): New function.
9365 (lookup_dwo_unit): New function.
9366 (init_cutu_and_read_dies): Move DWO handling to new functions.
9367
9368 * dwarf2read.c (struct signatured_type): Tweak comment.
9369 (struct dwo_unit): Tweak comment.
9370 (create_debug_types_hash_table): Tweak comment. Reformat long line.
9371 (create_dwo_debug_info_hash_table): Tweak comment.
9372 (dwarf2_per_cu_offset_and_type): Tweak comment.
9373
9374 * dwarf2read.c (lookup_signatured_type): Remove complaint about
9375 missing .debug_types section.
9376
9377 2013-03-29 Yao Qi <yao@codesourcery.com>
9378
9379 * corelow.c: Include "completer.h".
9380 (_initialize_corelow): Call add_target_with_completer with
9381 argument 'filename_completer'.
9382 * tracepoint.c: Likewise.
9383 * exec.c (_initialize_exec): Likewise.
9384 * target.c (add_target): Rename to ...
9385 (add_target_with_completer): ... this. Call set_cmd_completer
9386 if parameter completer is not NULL.
9387 (add_target): New.
9388 * target.h: Include "command.h".
9389 (add_target_with_completer): Declare it.
9390
9391 2013-03-28 Joel Brobecker <brobecker@adacore.com>
9392
9393 * coffread.c (is_import_fixup_symbol): New function.
9394 (record_minimal_symbol): Use is_import_fixup_symbol to
9395 detect import fixup symbols, and discard them.
9396
9397 2013-03-28 Doug Evans <dje@google.com>
9398
9399 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9400 types hash table until we know we need it.
9401
9402 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9403 index numbers.
9404
9405 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9406 All callers updated.
9407 (dw2_print_stats): Print #read CUs too.
9408 (dump_die_shallow): Print signatured types better.
9409
9410 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9411 info_or_types_section to section. All uses updated.
9412 (struct dwo_unit): Ditto.
9413
9414 2013-03-28 Pedro Alves <palves@redhat.com>
9415
9416 * NEWS (New options): New section.
9417 (New options): Mention set/show remote trace-status-packet.
9418 * remote.c (PACKET_qTStatus): New enumeration value.
9419 (remote_get_trace_status): Skip sending qTStatus if the packet is
9420 disabled. Use packet_ok.
9421 (_initialize_remote): Register a configuration command for
9422 qTStatus packet.
9423
9424 2013-03-28 Doug Evans <dje@google.com>
9425
9426 * symfile.c (find_separate_debug_file): Add comment.
9427 (terminate_after_last_dir_separator): Tweak comment.
9428
9429 * dwarf2read.c (create_partial_symtab): Add forward decl.
9430 (create_partial_symtab): Move to be closer to other psymtab functions.
9431 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9432
9433 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9434 (compute_symtab_includes): Remove unnecessary forward declaration.
9435 (die_needs_namespace): Add comment marking group of functions for
9436 dwarf2 name computation.
9437
9438 * typeprint.c (_initialize_typeprint): Improve type help text.
9439
9440 * python/python.c (finish_python_initialization): Provide suggestion
9441 for how to tell gdb to find its python files.
9442
9443 2013-03-28 Pedro Alves <palves@redhat.com>
9444
9445 PR gdb/15294
9446
9447 * source.c (_initialize_source): Change back "set listsize" to an
9448 integer command.
9449
9450 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
9451
9452 PR gdb/15275
9453 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9454
9455 2013-03-27 Pedro Alves <palves@redhat.com>
9456
9457 * top.c (history_size): Rename to ...
9458 (history_size_setshow_var): ... this. Add comment.
9459 (show_commands): Use readline's 'history_length' instead of
9460 computing the history length by calling history_get in a loop.
9461 (set_history_size_command): Error out for sizes over INT_MAX.
9462 Restore previous history size on invalid size.
9463 (init_history): If HISTSIZE is negative, leave the history size as
9464 zero. Add comments.
9465 (init_main): Adjust.
9466
9467 2013-03-27 Pedro Alves <palves@redhat.com>
9468
9469 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9470 coff_pe_read" command to "set debug coff-pe-read".
9471
9472 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
9473
9474 * record.c (command_size_to_target_size): Fix size comparison.
9475 Change parameter type from pointer to integer to integer.
9476 Update all users.
9477
9478 2013-03-27 Pierre Muller <muller@sourceware.org>
9479
9480 * windows-nat.c (handle_output_debug_string): Avoid typecast
9481 from integer of different size warning.
9482
9483 2013-03-26 Joel Brobecker <brobecker@adacore.com>
9484
9485 * windows-nat.c (handle_output_debug_string): Add empty line
9486 after local block variable definition.
9487
9488 2013-03-26 Pedro Alves <palves@redhat.com>
9489
9490 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9491 (net_open): Make 'polls' local unsigned.
9492
9493 2013-03-26 Pedro Alves <palves@redhat.com>
9494
9495 * remote.c (_initialize_remote): Make "set remoteaddresssize"
9496 a zuinteger command instead of uinteger.
9497
9498 2013-03-26 Pedro Alves <palves@redhat.com>
9499
9500 * record-full.c (record_full_insn_num): Make it unsigned.
9501 (record_full_check_insn_num, record_full_message)
9502 (record_full_registers_change, record_full_xfer_partial): Remove
9503 record_full_insn_max_num check (it's always != 0).
9504 (record_full_info, record_full_restore): Use %u as format string.
9505 (): Use %u as format string.
9506 (set_record_full_insn_max_num): Remove record_full_insn_max_num
9507 check (it's always != 0).
9508
9509 2013-03-26 Pedro Alves <palves@redhat.com>
9510
9511 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9512 and "set dcache size" commands zuinteger instead of uinteger.
9513
9514 2013-03-26 Pedro Alves <palves@redhat.com>
9515
9516 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9517 command zuinteger instead of uinteger.
9518
9519 2013-03-26 Pedro Alves <palves@redhat.com>
9520
9521 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9522 zuinteger instead of uinteger.
9523
9524 2013-03-26 Pedro Alves <palves@redhat.com>
9525
9526 * record.c (record_insn_history_size_setshow_var)
9527 (record_call_history_size_setshow_var): New globals.
9528 (command_size_to_target_size): New function.
9529 (cmd_record_insn_history, cmd_record_call_history): Use
9530 command_size_to_target_size instead of cast.
9531 (validate_history_size, set_record_insn_history_size)
9532 (set_record_call_history_size): New functions.
9533 (_initialize_record): Install set_record_insn_history_size and
9534 set_record_call_history_size as "set" hooks of "set record
9535 instruction-history-size" and "set record
9536 function-call-history-size".
9537
9538 2013-03-26 Pedro Alves <palves@redhat.com>
9539
9540 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9541 use with history_max_entries use. Remove FIXME note.
9542
9543 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9544
9545 * record-btrace.c (record_btrace_close): Call
9546 record_btrace_auto_disable.
9547
9548 2013-03-25 Joel Brobecker <brobecker@adacore.com>
9549
9550 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9551
9552 2013-03-25 Doug Evans <dje@google.com>
9553
9554 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9555
9556 2013-03-25 Tom Tromey <tromey@redhat.com>
9557
9558 PR symtab/11462:
9559 * c-exp.y (exp): Add new productions for destructors after '.' and
9560 '->'.
9561 (write_destructor_name): New function.
9562
9563 2013-03-25 Tom Tromey <tromey@redhat.com>
9564
9565 PR c++/9197:
9566 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9567 value_struct_elt, not lookup_struct_elt_type.
9568 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9569 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9570 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9571
9572 2013-03-25 Yao Qi <yao@codesourcery.com>
9573
9574 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9575 instead of '_mkdir'.
9576
9577 2013-03-23 Eli Zaretskii <eliz@gnu.org>
9578
9579 * windows-nat.c (windows_get_absolute_argv0): New function.
9580 * windows-nat.h: Add its prototype.
9581
9582 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9583 Use IS_DIR_SEPARATOR instead of looking for a character inside
9584 SLASH_STRING. Include filenames.h.
9585 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9586 relocate_gdb_directory works when passed gdb_program_name.
9587 Include windows-nat.h.
9588
9589 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9590
9591 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9592 * remote.c (trace_error): Remove the special handling of '2'.
9593 (readchar) <SERIAL_EOF>
9594 (readchar) <SERIAL_ERROR>
9595 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9596 (remote_get_trace_status): Call throw_exception if EX is
9597 TARGET_CLOSE_ERROR.
9598 * utils.c (perror_with_name): Rename to ...
9599 (throw_perror_with_name): ... here. New parameter errcode, describe it
9600 in the function comment.
9601 (perror_with_name): New function wrapper.
9602 * utils.h (enum errors): New stub declaration.
9603 (throw_perror_with_name): New declaration.
9604
9605 2013-03-22 Pedro Alves <palves@redhat.com>
9606 Yao Qi <yao@codesourcery.com>
9607 Mark Kettenis <kettenis@gnu.org>
9608
9609 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9610 Don't let the user set the value to UINT_MAX directly.
9611 <var_integer>: Don't let the user set the value to INT_MAX
9612 directly.
9613
9614 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9615
9616 * remote.c (remote_unpush_target): New function.
9617 (remote_open_1): Remove two pop_target calls, update one comment, add
9618 comment to target_preopen call. Replace pop_target call by
9619 remote_unpush_target call.
9620 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9621 pop_target calls by remote_unpush_target calls.
9622
9623 2013-03-22 Pedro Alves <palves@redhat.com>
9624
9625 * linux-nat.c (linux_child_follow_fork): Don't call
9626 linux_enable_event_reporting.
9627 (linux_handle_extended_wait): Don't call
9628 linux_enable_event_reporting.
9629
9630 2013-03-22 Pedro Alves <palves@redhat.com>
9631
9632 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9633 use it to rewrite the trampoline buffers with type gdb_byte[], and
9634 undefine the macro. Remove char* cast.
9635
9636 2013-03-21 Doug Evans <dje@google.com>
9637
9638 New commands "mt set per-command {space,time,symtab} {on,off}".
9639 * NEWS: Add entry.
9640 * event-top.c: #include "maint.h".
9641 * main.c: #include "maint.h".
9642 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9643 timeval-utils.h, maint.h, cli/cli-setshow.h.
9644 (per_command_time, per_command_space): New static globals.
9645 (per_command_symtab): New static global.
9646 (per_command_setlist, per_command_showlist): New static globals.
9647 (struct cmd_stats): Move here from utils.c.
9648 (set_per_command_time): Renamed from set_display_time in utils.c
9649 and moved here. All callers updated.
9650 (set_per_command_space): Renamed from set_display_space in utils.c
9651 and moved here. All callers updated.
9652 (count_symtabs_and_blocks): New function.
9653 (report_command_stats): Moved here from utils.c. Add support for
9654 printing symtab stats. Only print data if enabled before command
9655 executed.
9656 (make_command_stats_cleanup): Ditto.
9657 (sert_per_command_cmd, show_per_command_cmd): New functions.
9658 (_initialize_maint_cmds): Add new commands
9659 mt set per-command {space,time,symtab} {on,off}.
9660 * maint.h: New file.
9661 * top.c: #include "maint.h".
9662 * utils.c (reset_prompt_for_continue_wait_time): New function.
9663 (get_prompt_for_continue_wait_time): New function.
9664 * utils.h (reset_prompt_for_continue_wait_time): Declare
9665 (get_prompt_for_continue_wait_time): Declare.
9666 (make_command_stats_cleanup): Moved to maint.h.
9667 (set_display_time, set_display_space): Moved to maint.h and renamed
9668 to set_per_command_time, set_per_command_space.
9669 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9670 parse_binary_operation and made non-static. Don't call error,
9671 just return an error marker. All callers updated.
9672 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9673
9674 2013-03-21 Tom Tromey <tromey@redhat.com>
9675
9676 * symfile.c (alloc_section_addr_info): Update header. Don't set
9677 'num_sections' field.
9678 (build_section_addr_info_from_section_table): Set 'num_sections'.
9679 (build_section_addr_info_from_bfd): Likewise.
9680 (build_section_addr_info_from_objfile): Remove dead loop
9681 condition.
9682 (free_section_addr_info): Unconditionally call xfree.
9683 (relative_addr_info_to_section_offsets, addrs_section_sort)
9684 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9685 condition.
9686 (syms_from_objfile_1): Remove dead 'if' condition. Check
9687 'num_sections'.
9688 (add_symbol_file_command): Set 'num_sections'.
9689 * symfile-mem.c (symbol_file_add_from_memory): Set
9690 'num_sections'.
9691 * somread.c (som_symfile_offsets): Remove dead loop condition.
9692 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9693 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9694
9695 2013-03-21 Tom Tromey <tromey@redhat.com>
9696
9697 * tracepoint.h (decode_agent_options): Add 'trace_string'
9698 argument.
9699 * tracepoint.c (decode_agent_options): Add 'trace_string'
9700 argument.
9701 (validate_actionline): Update.
9702 (collect_symbol): Add 'trace_string' argument.
9703 (struct add_local_symbols_data) <trace_string>: New field.
9704 (do_collect_symbol): Update.
9705 (add_local_symbols): Add 'trace_string' argument.
9706 (encode_actions_1): Update.
9707 (trace_dump_actions): Update.
9708 * dwarf2loc.c (access_memory): Update.
9709 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9710 * ax-general.c (new_agent_expr): Update.
9711 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9712 (gen_trace_for_return_address): Add argument.
9713 (trace_kludge, trace_string_kludge): Remove.
9714 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9715 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9716 (gen_trace_for_var): Add 'trace_string' argument.
9717 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9718 (gen_printf, agent_eval_command_one): Update.
9719
9720 2013-03-21 Tom Tromey <tromey@redhat.com>
9721
9722 PR exp/15109:
9723 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9724 Handle FILENAME token.
9725
9726 2013-03-21 Tom Tromey <tromey@redhat.com>
9727
9728 * c-exp.y (YYPRINT): Define.
9729 (c_print_token): New function.
9730
9731 2013-03-21 Tom Tromey <tromey@redhat.com>
9732
9733 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9734
9735 2013-03-21 Yao Qi <yao@codesourcery.com>
9736
9737 * ctf.c: Include "gdb_stat.h".
9738 [USE_WIN32API]: New macro 'mkdir'.
9739 (ctf_start): Use permission bits macros if they are defined.
9740
9741 2013-03-20 Keith Seitz <keiths@redhat.com>
9742
9743 * breakpoint.h (struct breakpoint): Add comment to
9744 extra_string indicating that this member is mallod'd.
9745 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9746
9747 2013-03-20 Pedro Alves <palves@redhat.com>
9748
9749 PR gdb/15289
9750
9751 * cli/cli-setshow.c (do_set_command)
9752 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9753 the result of parsing the command argument. Throw error if the
9754 value is greater than UINT_MAX. Print the invalid value with
9755 plongest.
9756 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9757 result of parsing the command argument. Throw error if the value
9758 is greater than INT_MAX, not greater or equal. Also throw error
9759 if the value is less than INT_MIN. Print the invalid value with
9760 plongest.
9761 <var_zuinteger_unlimited>: Throw error if the value is greater
9762 than INT_MAX, not greater or equal.
9763 (do_show_command) <var_integer, var_zinteger,
9764 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9765
9766 2013-03-20 Tom Tromey <tromey@redhat.com>
9767
9768 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9769 if possible.
9770 * dwarf2read.c (read_func_scope): Remove old FIXME.
9771 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9772 not LOC_COMPUTED.
9773 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9774 Unconditionally call via computed ops, if possible.
9775 * printcmd.c (address_info): Unconditionally call via computed ops,
9776 if possible.
9777 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9778 if possible.
9779 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9780 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9781 if possible.
9782
9783 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9784 Tom Tromey <tromey@redhat.com>
9785
9786 PR symtab/8421:
9787 * coffread.c (coff_register_index): New global.
9788 (process_coff_symbol, coff_read_enum_type): Set
9789 SYMBOL_ACLASS_INDEX.
9790 (_initialize_coffread): Initialize new global.
9791 * dwarf2loc.c (locexpr_find_frame_base_location)
9792 (dwarf2_block_frame_base_locexpr_funcs)
9793 (loclist_find_frame_base_location)
9794 (dwarf2_block_frame_base_loclist_funcs): New.
9795 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9796 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9797 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9798 (dwarf2_block_frame_base_loclist_funcs): New.
9799 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9800 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9801 globals.
9802 (read_func_scope): Update.
9803 (fixup_go_packaging, mark_common_block_symbol_computed)
9804 (var_decode_location, new_symbol_full, dwarf2_const_value):
9805 Set SYMBOL_ACLASS_INDEX.
9806 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9807 (_initialize_dwarf2_read): Initialize new globals.
9808 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9809 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9810 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9811 globals.
9812 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9813 (_initialize_mdebugread): Initialize new globals.
9814 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9815 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9816 (stab_register_index, stab_regparm_index): New globals.
9817 (define_symbol, read_enum_type, common_block_end): Set
9818 SYMBOL_ACLASS_INDEX.
9819 (_initialize_stabsread): Initialize new globals.
9820 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9821 globals.
9822 (MAX_SYMBOL_IMPLS): New define.
9823 (register_symbol_computed_impl, register_symbol_block_impl)
9824 (register_symbol_register_impl)
9825 (initialize_ordinary_address_classes): New functions.
9826 (_initialize_symtab): Call initialize_ordinary_address_classes.
9827 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9828 (struct symbol_impl): New.
9829 (SYMBOL_ACLASS_BITS): New define.
9830 (struct symbol) <aclass, ops>: Remove fields.
9831 <aclass_index>: New field.
9832 (symbol_impls): Declare.
9833 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9834 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9835 (register_symbol_computed_impl, register_symbol_block_impl)
9836 (register_symbol_register_impl): Declare.
9837 (struct symbol_computed_ops): Add location_has_loclist.
9838 (struct symbol_block_ops): New.
9839 (SYMBOL_BLOCK_OPS): New.
9840 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9841
9842 2013-03-20 Tom Tromey <tromey@redhat.com>
9843
9844 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9845 (print_partial_symbols, recursively_search_psymtabs): Use
9846 PSYMBOL_CLASS.
9847
9848 2013-03-20 Pierre Muller <muller@sourceware.org>
9849
9850 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9851 addtion, subtraction, multiplication and division binary operator.
9852
9853 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9854
9855 Code cleanup.
9856 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9857 * bsd-kvm.c (bsd_kvm_close): Likewise.
9858 * bsd-uthread.c (bsd_uthread_close): Likewise.
9859 * corelow.c (core_close): Likewise.
9860 (core_close_cleanup): Remove parameter quitting from a caller.
9861 * event-top.c (async_disconnect): Likewise.
9862 * exec.c (exec_close_1): Remove parameter quitting.
9863 * go32-nat.c (go32_close): Likewise.
9864 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9865 parameter quitting from a caller.
9866 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9867 variable.
9868 (mips_linux_close): Remove parameter quitting. Remove parameter
9869 quitting from a caller.
9870 * monitor.c (monitor_close): Remove parameter quitting.
9871 * monitor.h (monitor_close): Likewise.
9872 * record-btrace.c (record_btrace_close): Likewise.
9873 * record-full.c (record_full_close): Likewise.
9874 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9875 it also from fprintf_unfiltered.
9876 * remote-mips.c (mips_close): Remove parameter quitting.
9877 (mips_detach): Remove parameter quitting from a caller.
9878 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9879 (gdbsim_close): Remove duplicate function comment. Remove parameter
9880 quitting and remove it also from printf_filtered.
9881 * remote.c (remote_close): Remove parameter quitting.
9882 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9883 * target.c (update_current_target): Remove parameter int from to_close
9884 de_fault.
9885 (push_target, unpush_target, pop_target): Remove parameter quitting from
9886 a caller.
9887 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9888 Remove parameter quitting from a caller.
9889 (target_preopen): Remove parameter quitting from a caller.
9890 (target_close): Remove parameter quitting. Remove parameter quitting
9891 from a caller two times. Remove parameter quitting also from
9892 fprintf_unfiltered.
9893 * target.h (struct target_ops): Remove parameter quitting and as int
9894 from fields to_xclose and to_close.
9895 (extern struct target_ops current_target):
9896 (target_close, pop_all_targets): Remove parameter quitting. Update the
9897 comment.
9898 (pop_all_targets_above): Remove parameter quitting.
9899 * top.c (quit_target): Remove parameter quitting from a caller.
9900 * tracepoint.c (tfile_close): Remove parameter quitting.
9901 * windows-nat.c (windows_close): Remove parameter quitting.
9902
9903 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9904
9905 * windows-nat.c (handle_output_debug_string): Replace call
9906 to string_to_core_addr with call to strtoull.
9907
9908 2013-03-20 Yao Qi <yao@codesourcery.com>
9909
9910 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9911 and write it to CTF metadata.
9912
9913 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9914
9915 * windows-nat.c (handle_output_debug_string): Change type of n to
9916 SIZE_T to avoid crash on 64 bit systems.
9917
9918 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9919
9920 * python/python-internal.h (HAVE_SNPRINTF)
9921 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9922 about redefinition of snprintf by pyerrors.h.
9923
9924 2013-03-15 Steve Ellcey <sellcey@mips.com>
9925
9926 * remote-sim.c (sim_command_completer): Make char arguments const.
9927
9928 2013-03-15 Tom Tromey <tromey@redhat.com>
9929
9930 PR c++/15116:
9931 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9932
9933 2013-03-14 Tom Tromey <tromey@redhat.com>
9934
9935 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9936 New fields.
9937 (get_file_crc): Move from symfile.c.
9938 (gdb_bfd_crc): New function.
9939 * gdb_bfd.h (gdb_bfd_crc): Declare.
9940 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9941 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9942 (separate_debug_file_exists): Use gdb_bfd_crc.
9943
9944 2013-03-14 Tom Tromey <tromey@redhat.com>
9945
9946 * symfile.c (get_debug_link_info): Remove.
9947 (find_separate_debug_file_by_debuglink): Use
9948 bfd_get_debug_link_info.
9949
9950 2013-03-14 Tom Tromey <tromey@redhat.com>
9951
9952 * symtab.c (error_in_psymtab_expansion): New function.
9953 (lookup_symbol_aux_quick)
9954 (basic_lookup_transparent_type_quick): Remove "last resort"
9955 code. Use error_in_psymtab_expansion.
9956
9957 2013-03-14 Doug Evans <dje@google.com>
9958 Jan Kratochvil <jan.kratochvil@redhat.com>
9959
9960 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9961 any successful compare_filenames_for_search or FILENAME_CMP.
9962 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9963 * symtab.c (iterate_over_some_symtabs): Likewise.
9964
9965 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9966
9967 * source.c (print_source_lines_base): Make a local copy of
9968 symtab_to_fullname.
9969
9970 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9971 Jan Kratochvil <jan.kratochvil@redhat.com>
9972
9973 * source.c (print_source_lines_base): Suppress "file" for TUI.
9974
9975 2013-03-14 Keith Seitz <keiths@redhat.com>
9976 Alan Matsuoka <alanm@redhat.com>
9977
9978 PR c++/15203
9979 PR c++/15210
9980 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9981 TYPE_CODE_METHOD.
9982 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9983 symbols.
9984
9985 2013-03-14 Yao Qi <yao@codesourcery.com>
9986
9987 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9988 status to tfile if trace is stopped by command 'tstop'.
9989
9990 2013-03-14 Yao Qi <yao@codesourcery.com>
9991
9992 * tracepoint.c (tfile_write_status): Write trace notes and user
9993 name into tfile if they are not NULL.
9994
9995 2013-03-14 Hui Zhu <hui@codesourcery.com>
9996 Yao Qi <yao@codesourcery.com>
9997
9998 * Makefile.in (REMOTE_OBS): Add ctf.o.
9999 (SFILES): Add ctf.c.
10000 (HFILES_NO_SRCDIR): Add ctf.h.
10001 * ctf.c, ctf.h: New files.
10002 * tracepoint.c: Include 'ctf.h'.
10003 (collect_pseudocommand): Remove static.
10004 (trace_save_command): Parse option "-ctf".
10005 Produce different trace file writers per option.
10006 Adjust output message.
10007 (trace_save_tfile, trace_save_ctf): New.
10008 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
10009 * mi/mi-main.c: Include 'ctf.h'.
10010 (mi_cmd_trace_save): Handle option '-ctf'. Call either
10011 trace_save_tfile or trace_save_ctf.
10012 * NEWS: Mention these changes.
10013
10014 2013-03-14 Yao Qi <yao@codesourcery.com>
10015
10016 * tracepoint.c (trace_file_writer_xfree): New.
10017 (struct tfile_writer_data): New.
10018 (tfile_dtor, tfile_can_target_save, tfile_start): New.
10019 (tfile_write_header, tfile_write_regblock_type): New.
10020 (tfile_write_status, tfile_write_uploaded_tsv): New.
10021 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
10022 (tfile_write_raw_data, (tfile_end): New.
10023 (tfile_write_ops): New global variable.
10024 (TRACE_WRITE_R_BLOCK): New macro.
10025 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
10026 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
10027 (TRACE_WRITE_V_BLOCK): New macro.
10028 (trace_save): Add extra one parameter WRITER. Make it static.
10029 Use WRITER to writer trace.
10030 (tfile_trace_file_writer_new): New.
10031 (trace_save_command): Caller update.
10032 (trace_save_tfile): Write trace data in TFILE format.
10033 * tracepoint.h (struct trace_frame_write_ops): New.
10034 (struct trace_file_write_ops): New.
10035 (struct trace_file_writer): New.
10036 (trace_save): Remove its declaration.
10037 (trace_save_tfile): Declare it.
10038 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
10039 instead of trace_save.
10040
10041 2013-03-13 Pedro Alves <palves@redhat.com>
10042
10043 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
10044
10045 2013-03-13 Pedro Alves <palves@redhat.com>
10046
10047 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
10048 commented out code.
10049 * demangle.c (current_demangling_style_string): Make it const.
10050 (set_demangling_command): Assert the demangling style is known.
10051 Remove all handling of unknown styles. Set
10052 'current_demangling_style_string' to an element of the
10053 demangling_style_names array.
10054 (set_demangling_style): Delete.
10055 (_initialize_demangler): Set current_demangling_style_string to the
10056 element of the demangling_style_names array that corresponds to
10057 the default demangling style. Remove FIXME note. Don't call
10058 set_demangling_style.
10059 * gdb-demangle.h (set_demangling_style): Remove declaration.
10060
10061 2013-03-13 Pedro Alves <palves@redhat.com>
10062
10063 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
10064 fields const.
10065 (ada_make_symbol_completion_list): Make "text0" parameter const.
10066 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
10067 * breakpoint.c (condition_completer): Make "text" and "word"
10068 parameters const. Adjust.
10069 (check_tracepoint_command): Adjust to validate_actionline
10070 prototype change.
10071 (catch_syscall_completer): Make "text" and "word" parameters
10072 const.
10073 * cli/cli-cmds.c (show_user): Make "comname" local const.
10074 (valid_command_p): Make "command" parameter const.
10075 (alias_command): Make "alias_prefix" and "command_prefix" locals
10076 const.
10077 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
10078 (add_alias_cmd): Make "name" and "oldname" parameters const.
10079 Adjust. No longer make copy of OLDNAME.
10080 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
10081 (add_setshow_cmd_full, add_setshow_enum_cmd)
10082 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10083 (add_setshow_filename_cmd, add_setshow_string_cmd)
10084 (add_setshow_string_noescape_cmd)
10085 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10086 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10087 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
10088 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
10089 Make "name" parameter const.
10090 (help_cmd): Rename "command" parameter to "arg". New const local
10091 "command".
10092 (find_cmd): Make "command" parameter const.
10093 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
10094 deprecated_cmd_warning prototype change.
10095 (undef_cmd_error): Make "cmdtype" parameter const.
10096 (lookup_cmd): Make "line" parameter const.
10097 (deprecated_cmd_warning): Change type of "text" parameter to
10098 pointer to const char, from pointer to pointer to char. Adjust.
10099 (lookup_cmd_composition): Make "text" parameter const.
10100 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
10101 parameters const.
10102 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
10103 const.
10104 * cli/cli-script.c (validate_comname): Make "tem" local const.
10105 (define_command): New const local "tem_c". Use it in calls to
10106 lookup_cmd.
10107 (document_command): Make "tem" and "comfull" locals const.
10108 (show_user_1): Make "prefix" and "name" parameters const.
10109 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
10110 const.
10111 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
10112 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
10113 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
10114 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
10115 (complete_on_enum, add_setshow_enum_cmd)
10116 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10117 (add_setshow_filename_cmd, add_setshow_string_cmd)
10118 (add_setshow_string_noescape_cmd)
10119 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10120 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10121 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
10122 Change prototypes, constifying strings.
10123 * completer.c (noop_completer, filename_completer): Make "text"
10124 and "prefix" parameters const.
10125 (location_completer, expression_completer)
10126 (complete_line_internal): Make "text" and "prefix" parameters
10127 const and adjust.
10128 (command_completer, signal_completer): Make "text" and "prefix"
10129 parameters const.
10130 * completer.h (noop_completer, filename_completer)
10131 (expression_completer, location_completer, command_completer)
10132 (signal_completer): Change prototypes.
10133 * corefile.c (complete_set_gnutarget): Make "text" and "word"
10134 parameters const.
10135 * cp-abi.c (cp_abi_completer): Likewise.
10136 * expression.h (parse_expression_for_completion): Change
10137 prototype.
10138 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
10139 parameters const.
10140 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
10141 * infrun.c (handle_completer): Make "text" and "word" parameters
10142 const.
10143 * interps.c (interpreter_completer): Make "text" and "word"
10144 parameters const.
10145 * language.h (struct language_defn)
10146 <la_make_symbol_completion_list>: Make "text" and "word"
10147 parameters const.
10148 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
10149 (parse_exp_in_context): Rename to ...
10150 (parse_exp_in_context_1): ... this.
10151 (parse_exp_in_context): Reimplement, with const hack from
10152 parse_exp_1.
10153 (parse_expression_for_completion): Make "string" parameter const.
10154 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
10155 to pointer to const char. Adjust.
10156 (print_command_1): Make "exp" parameter const.
10157 (output_command): Rename to ...
10158 (output_command_const): ... this. Make "exp" parameter const.
10159 (output_command): Reimplement.
10160 (x_command): Adjust.
10161 (display_command): Rename "exp" parameter to "arg". New "exp"
10162 local, const version of "arg".
10163 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
10164 "cmd_name" local const.
10165 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
10166 call.
10167 (cmdpy_completer): Make "text" and "word" parameters const.
10168 (gdbpy_parse_command_name): Make "prefix_text2" local const.
10169 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
10170 const.
10171 * remote.c (_initialize_remote): Make "cmd_name" local const.
10172 * symtab.c (language_search_unquoted_string): Make "text" and "p"
10173 parameters const. Adjust.
10174 (completion_list_add_fields): Make "sym_text", "text" and "word"
10175 parameters const.
10176 (struct add_name_data) <sym_text, text, word>: Make fields const.
10177 (default_make_symbol_completion_list_break_on): Make "text" and
10178 "word" parameters const. Adjust locals.
10179 (default_make_symbol_completion_list)
10180 (make_symbol_completion_list, make_symbol_completion_type)
10181 (make_symbol_completion_list_fn): Make "text" and "word"
10182 parameters const.
10183 (make_file_symbol_completion_list): Make "text", "word" and
10184 "srcfile" parameters const. Adjust locals.
10185 (add_filename_to_list): Make "text" and "word" parameters const.
10186 (struct add_partial_filename_data) <text, word>: Make fields
10187 const.
10188 (make_source_files_completion_list): Make "text" and "word"
10189 parameters const.
10190 * symtab.h (default_make_symbol_completion_list_break_on)
10191 (default_make_symbol_completion_list, make_symbol_completion_list)
10192 (make_symbol_completion_type enum type_code)
10193 (make_symbol_completion_list_fn make_file_symbol_completion_list)
10194 (make_source_files_completion_list): Change prototype.
10195 * top.c (execute_command): Adjust to pass pointer to pointer to
10196 const char to lookup_cmd, and to deprecated_cmd_warning prototype
10197 change.
10198 (set_verbose): Make "cmdname" local const.
10199 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
10200 and adjust.
10201 (validate_actionline): Make "line" parameter a pointer to const
10202 char, and adjust.
10203 (encode_actions_1): Make "action_exp" local const, and adjust.
10204 (encode_actions): Adjust.
10205 (replace_comma): Delete.
10206 (trace_dump_actions): Make "action_exp" and "next_comma" locals
10207 const, and adjust. Don't frob the action string while splitting
10208 it at commas. Instead, make a copy of each split substring in
10209 turn.
10210 (trace_dump_command): Adjust to validate_actionline prototype
10211 change.
10212 * tracepoint.h (decode_agent_options, decode_agent_options)
10213 (encode_actions, validate_actionline): Change prototypes.
10214 * valprint.h (output_command): Delete declaration.
10215 (output_command_const): Declare.
10216 * value.c (function_destroyer): Cast const away in xfree call.
10217
10218 2013-03-13 Pedro Alves <palves@redhat.com>
10219
10220 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
10221 rather than casting 'const char * const *' to 'const char **'.
10222 * ada-lex.l (processInt): Make "trailer" local const. Remove
10223 'const char **' cast.
10224 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
10225 locals, and use those as strtol output pointer, instead than doing
10226 invalid casts to from 'const char **' to 'char **'.
10227 (_initialize_demangle): Remove cast.
10228 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
10229 locals, and use those as strtol output pointer, instead than doing
10230 invalid casts to from 'const char **' to 'char **'.
10231 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
10232 casts.
10233 * stap-probe.c (stap_parse_register_operand)
10234 (stap_parse_single_operand): Likewise.
10235
10236 2013-03-13 Yao Qi <yao@codesourcery.com>
10237
10238 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
10239 the last matched 'V' blcok in trace frame.
10240
10241 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10242
10243 * NEWS: Create a new section for the next release branch.
10244 Rename the section of the current branch, now that it has
10245 been cut.
10246
10247 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10248
10249 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
10250 * version.in: Bump version to 7.6.50.20130312-cvs.
10251
10252 2013-03-12 Keith Seitz <keiths@redhat.com>
10253
10254 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
10255 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
10256 Remove temporary copy of input string.
10257 (mi_execute_command_wrapper): Make "cmd" const.
10258 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
10259 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
10260 Use const strings.
10261 (mi_parse): Make "cmd" const.
10262 Use const strings.
10263 * mi/mi-parse.h (mi_parse): Make "cmd" const.
10264
10265 2013-03-12 Keith Seitz <keiths@redhat.com>
10266
10267 * ada-lang.c (ada_read_renaming_var_value): Pass const
10268 pointer to expression string to parse_exp_1.
10269 (create_excep_cond_exprs): Likewise.
10270 * ax-gdb.c (agent_eval_command_one): Likewise.
10271 (maint_agent_printf_command): Likewise.
10272 Constify much of the string handling/parsing.
10273 * breakpoint.c (set_breakpoint_condition): Pass const
10274 pointer to expression string to parse_exp_1.
10275 (update_watchpoint): Likewise.
10276 (parse_cmd_to_aexpr): Constify string handling.
10277 Pass const pointer to parse_exp_1.
10278 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
10279 (find_condition_and_thread): Likewise.
10280 Make TOK const.
10281 (watch_command_1): Make "arg" const.
10282 Constify string handling.
10283 Copy the expression string instead of changing the input
10284 string.
10285 (update_breakpoint_location): Pass const pointer to
10286 parse_exp_1.
10287 * eval.c (parse_and_eval_address): Make "exp" const.
10288 (parse_to_comma_and_eval): Make "expp" const.
10289 (parse_and_eval): Make "exp" const.
10290 * expression.h (parse_expression): Make argument const.
10291 (parse_exp_1): Make first argument const.
10292 * findcmd.c (parse_find_args): Treat "args" as const.
10293 * linespec.c (parse_linespec): Pass const pointer to
10294 linespec_expression_to_pc.
10295 (linespec_expression_to_pc): Make "exp_ptr" const.
10296 * parse.c (parse_exp_1): Make "stringptr" const.
10297 Make a copy of the expression to pass to parse_exp_in_context until
10298 this whole interface can be constified.
10299 (parse_expression): Make "string" const.
10300 * printcmd.c (ui_printf): Treat "arg" as const.
10301 Handle const strings.
10302 * tracepoint.c (validate_actionline): Pass const pointer to
10303 all calls to parse_exp_1.
10304 (encode_actions_1): Likewise.
10305 * value.h (parse_to_comma_and_eval): Make argument const.
10306 (parse_and_eval_address): Likewise.
10307 (parse_and_eval): Likewise.
10308 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10309 (varobj_set_value): Likewise.
10310 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10311 constify string handling.
10312 Pass const pointers to parse_and_eval_address and
10313 parse_to_comman_and_eval.
10314 * cli/cli-utils.c (skip_to_space): Rename to ...
10315 (skip_to_space_const): ... this. Handle const strings.
10316 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10317 skip_to_space_const.
10318 (skip_to_space_const): Declare.
10319 * common/format.c (parse_format_string): Make "arg" const.
10320 Handle const strings.
10321 * common/format.h (parse_format_string): Make "arg" const.
10322 * gdbserver/ax.c (ax_printf): Make "format" const.
10323 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10324 of the expression string.
10325
10326 2013-03-12 Hui Zhu <hui@codesourcery.com>
10327
10328 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10329
10330 2013-03-12 Yao Qi <yao@codesourcery.com>
10331 Hui Zhu <hui@codesourcery.com>
10332
10333 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10334 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10335 DW_OP_deref_size.
10336
10337 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
10338
10339 * ada-lex.l (rules): Only recognize 'thread' as a
10340 delimiter when followed by numerals, as for c-exp.y.
10341 Use new rewind_to_char function to rewind the input for
10342 expression-delimiting tokens.
10343 (rewind_to_char): New function.
10344
10345 2013-03-11 Pedro Alves <palves@redhat.com>
10346 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * configure: Regenerate.
10349 * configure.ac (check dynamic export flag): Link python test with
10350 $PYTHON_LIBS.
10351
10352 2013-03-11 Doug Evans <dje@google.com>
10353 Keith Seitz <keiths@redhat.com>
10354
10355 * linespec.c (find_linespec_symbols): Call find_function_symbols
10356 first, and then call lookup_prefix_sym/find_method.
10357
10358 2013-03-11 Pedro Alves <palves@redhat.com>
10359
10360 * charset.c (convert_between_encodings): Don't cast between
10361 different pointer to pointer types. Instead, make the 'inp' local
10362 be of the type iconv expects.
10363 (wchar_iterate): Don't cast between different pointer to pointer
10364 types. Instead, use new pointer local of the type iconv expects.
10365 * target.c (target_read_stralloc, target_fileio_read_stralloc):
10366 Add new local of type char pointer, and use it to get a
10367 char/string view of the byte buffer, instead of casting between
10368 pointer to pointer types.
10369
10370 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
10371
10372 * remote.c (remote_set_trace_buffer_size): Move != operator
10373 to the start of next line to fix an ARI warning.
10374
10375 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10376
10377 * NEWS: Add record changes.
10378
10379 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10380
10381 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10382 the instruction history disassembly.
10383 * disasm.c (dump_insns): Omit the pc prefix, if requested.
10384 * disasm.h (DISASSEMBLY_OMIT_PC): New.
10385
10386 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10387
10388 * Makefile.in (SFILES): Add record-btrace.c
10389 (COMMON_OBS): Add record-btrace.o
10390 * record-btrace.c: New.
10391 * objfiles.c: Include btrace.h.
10392 (free_objfile): call btrace_free_objfile.
10393
10394 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10395
10396 * target.c (target_call_history, target_call_history_from,
10397 target_call_history_range): New.
10398 * target.h (target_ops) <to_call_history, to_call_history_from,
10399 to_call_history_range>: New fields.
10400 (target_call_history, target_call_history_from,
10401 target_call_history_range): New declaration.
10402 * record.c (get_call_history_modifiers, cmd_record_call_history,
10403 record_call_history_size): New.
10404 (_initialize_record): Add the "record function-call-history" command.
10405 Add "set/show record function-call-history-size" commands.
10406 * record.h (record_print_flag): New.
10407
10408 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10409
10410 * target.h (target_ops) <to_insn_history, to_insn_history_from,
10411 to_insn_history_range>: New fields.
10412 (target_insn_history): New.
10413 (target_insn_history_from): New.
10414 (target_insn_history_range): New.
10415 * target.c (target_insn_history): New.
10416 (target_insn_history_from): New.
10417 (target_insn_history_range): New.
10418 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10419 (record_insn_history_size): New.
10420 (get_insn_number): New.
10421 (get_context_size): New.
10422 (no_chunk): New.
10423 (get_insn_history_modifiers): New.
10424 (cmd_record_insn_history): New.
10425 (_initialize_record): Add "set/show record instruction-history-size"
10426 command. Add "record instruction-history" command.
10427
10428 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10429
10430 * record.h (record_disconnect): New.
10431 (record_detach): New.
10432 (record_mourn_inferior): New.
10433 (record_kill): New.
10434 * record-full.c (record_disconnect, record_detach,
10435 record_mourn_inferior, record_kill): Move to...
10436 * record.c: ...here.
10437 (DEBUG): New.
10438 (record_stop): New.
10439 (record_unpush): New.
10440 (cmd_record_stop): Call record_stop. Replace unpush_target
10441 call with record_unpush call.
10442 (record_disconnect, record_detach): Assert that the target
10443 is of record stratum. Call record_unpush, record_stop, and
10444 DEBUG.
10445 (record_mourn_inferior, record_kill): Assert that the target
10446 is of record stratum. Call record_unpush and DEBUG.
10447
10448 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10449
10450 * record-full.h, record-full.c (record_memory_query): Rename
10451 to ...
10452 (record_full_memory_query): ...this. Update all users.
10453 (record_arch_list_add_reg): Rename to ...
10454 (record_full_arch_list_add_reg): ...this. Update all users.
10455 (record_arch_list_add_mem): Rename to ...
10456 (record_full_arch_list_add_mem): ...this. Update all users.
10457 (record_arch_list_add_end): Rename to ...
10458 (record_full_arch_list_add_end): ...this. Update all users.
10459 (record_gdb_operation_disable_set): Rename to ...
10460 (record_full_gdb_operation_disable_set): ...this.
10461 Update all users.
10462
10463 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10464
10465 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10466 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10467 (RECORD_IS_REPLAY): Renamed to ...
10468 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10469 (RECORD_FILE_MAGIC): Renamed to ...
10470 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10471 (record_mem_entry): Renamed to ...
10472 (record_full_mem_entry): ... this. Updated all users.
10473 (record_reg_entry): Renamed to ...
10474 (record_full_reg_entry): ... this. Updated all users.
10475 (record_end_entry): Renamed to ...
10476 (record_full_end_entry): ... this. Updated all users.
10477 (record_type) <record_end, record_reg, record_mem>: Renamed
10478 to ...
10479 (record_full_type) <record_full_end, record_full_reg,
10480 record_full_mem>: ... this. Updated all users.
10481 (record_entry): Renamed to ...
10482 (record_full_entry): ... this. Updated all users.
10483 (record_core_buf_entry): Renamed to ...
10484 (record_full_core_buf_entry): ... this. Updated all users.
10485 (record_core_regbuf): Renamed to ...
10486 (record_full_core_regbuf): ... this. Updated all users.
10487 (record_core_start): Renamed to ...
10488 (record_full_core_start): ... this. Updated all users.
10489 (record_core_end): Renamed to ...
10490 (record_full_core_end): ... this. Updated all users.
10491 (record_core_buf_list): Renamed to ...
10492 (record_full_core_buf_list): ... this. Updated all users.
10493 (record_first): Renamed to ...
10494 (record_full_first): ... this. Updated all users.
10495 (record_list): Renamed to ...
10496 (record_full_list): ... this. Updated all users.
10497 (record_arch_list_head): Renamed to ...
10498 (record_full_arch_list_head): ... this. Updated all users.
10499 (record_arch_list_tail): Renamed to ...
10500 (record_full_arch_list_tail): ... this. Updated all users.
10501 (record_stop_at_limit): Renamed to ...
10502 (record_full_stop_at_limit): ... this. Updated all users.
10503 (record_insn_max_num): Renamed to ...
10504 (record_full_insn_max_num): ... this. Updated all users.
10505 (record_insn_num): Renamed to ...
10506 (record_full_insn_num): ... this. Updated all users.
10507 (record_insn_count): Renamed to ...
10508 (record_full_insn_count): ... this. Updated all users.
10509 (record_ops): Renamed to ...
10510 (record_full_ops): ... this. Updated all users.
10511 (record_core_ops): Renamed to ...
10512 (record_full_core_ops): ... this. Updated all users.
10513 (set_record_cmdlist): Renamed to ...
10514 (set_record_full_cmdlist): ... this. Updated all users.
10515 (show_record_cmdlist): Renamed to ...
10516 (show_record_full_cmdlist): ... this. Updated all users.
10517 (record_cmdlist): Renamed to ...
10518 (record_full_cmdlist): ... this. Updated all users.
10519 (record_beneath_to_resume_ops): Renamed to ...
10520 (record_full_beneath_to_resume_ops): ... this. Updated all users.
10521 (record_beneath_to_resume): Renamed to ...
10522 (record_full_beneath_to_resume): ... this. Updated all users.
10523 (record_beneath_to_wait_ops): Renamed to ...
10524 (record_full_beneath_to_wait_ops): ... this. Updated all users.
10525 (record_beneath_to_wait): Renamed to ...
10526 (record_full_beneath_to_wait): ... this. Updated all users.
10527 (record_beneath_to_store_registers_ops): Renamed to ...
10528 (record_full_beneath_to_store_registers_ops): ... this.
10529 Updated all users.
10530 (record_beneath_to_store_registers): Renamed to ...
10531 (record_full_beneath_to_store_registers): ... this.
10532 Updated all users.
10533 (record_beneath_to_xfer_partial_ops): Renamed to ...
10534 (record_full_beneath_to_xfer_partial_ops): ... this.
10535 Updated all users.
10536 (record_beneath_to_xfer_partial): Renamed to ...
10537 (record_full_beneath_to_xfer_partial): ... this.
10538 Updated all users.
10539 (record_beneath_to_insert_breakpoint): Renamed to ...
10540 (record_full_beneath_to_insert_breakpoint): ... this.
10541 Updated all users.
10542 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10543 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10544 Updated all users.
10545 (record_beneath_to_stopped_data_address): Renamed to ...
10546 (record_full_beneath_to_stopped_data_address): ... this.
10547 Updated all users.
10548 (record_beneath_to_async): Renamed to ...
10549 (record_full_beneath_to_async): ... this. Updated all users.
10550 (record_goto_insn): Renamed to ...
10551 (record_full_goto_insn): ... this. Updated all users.
10552 (record_save): Renamed to ...
10553 (record_full_save): ... this. Updated all users.
10554 (record_reg_alloc): Renamed to ...
10555 (record_full_reg_alloc): ... this. Updated all users.
10556 (record_reg_release): Renamed to ...
10557 (record_full_reg_release): ... this. Updated all users.
10558 (record_mem_alloc): Renamed to ...
10559 (record_full_mem_alloc): ... this. Updated all users.
10560 (record_mem_release): Renamed to ...
10561 (record_full_mem_release): ... this. Updated all users.
10562 (record_end_alloc): Renamed to ...
10563 (record_full_end_alloc): ... this. Updated all users.
10564 (record_end_release): Renamed to ...
10565 (record_full_end_release): ... this. Updated all users.
10566 (record_entry_release): Renamed to ...
10567 (record_full_entry_release): ... this. Updated all users.
10568 (record_list_release): Renamed to ...
10569 (record_full_list_release): ... this. Updated all users.
10570 (record_list_release_following): Renamed to ...
10571 (record_full_list_release_following): ... this.
10572 Updated all users.
10573 (record_list_release_first): Renamed to ...
10574 (record_full_list_release_first): ... this. Updated all users.
10575 (record_arch_list_add): Renamed to ...
10576 (record_full_arch_list_add): ... this. Updated all users.
10577 (record_get_loc): Renamed to ...
10578 (record_full_get_loc): ... this. Updated all users.
10579 (record_check_insn_num): Renamed to ...
10580 (record_full_check_insn_num): ... this. Updated all users.
10581 (record_arch_list_cleanups): Renamed to ...
10582 (record_full_arch_list_cleanups): ... this. Updated all users.
10583 (record_message): Renamed to ...
10584 (record_full_message): ... this. Updated all users.
10585 (record_message_wrapper): Renamed to ...
10586 (record_full_message_wrapper): ... this. Updated all users.
10587 (record_message_wrapper_safe): Renamed to ...
10588 (record_full_message_wrapper_safe): ... this. Updated all users.
10589 (record_gdb_operation_disable): Renamed to ...
10590 (record_full_gdb_operation_disable): ... this. Updated all users.
10591 (record_hw_watchpoint): Renamed to ...
10592 (record_full_hw_watchpoint): ... this. Updated all users.
10593 (record_exec_insn): Renamed to ...
10594 (record_full_exec_insn): ... this. Updated all users.
10595 (record_restore): Renamed to ...
10596 (record_full_restore): ... this. Updated all users.
10597 (record_async_inferior_event_token): Renamed to ...
10598 (record_full_async_inferior_event_token): ... this.
10599 Updated all users.
10600 (record_async_inferior_event_handler): Renamed to ...
10601 (record_full_async_inferior_event_handler): ... this.
10602 Updated all users.
10603 (record_core_open_1): Renamed to ...
10604 (record_full_core_open_1): ... this. Updated all users.
10605 (record_open_1): Renamed to ...
10606 (record_full_open_1): ... this. Updated all users.
10607 (record_open): Renamed to ...
10608 (record_full_open): ... this. Updated all users.
10609 (record_close): Renamed to ...
10610 (record_full_close): ... this. Updated all users.
10611 (record_resume_step): Renamed to ...
10612 (record_full_resume_step): ... this. Updated all users.
10613 (record_resumed): Renamed to ...
10614 (record_full_resumed): ... this. Updated all users.
10615 (record_execution_dir): Renamed to ...
10616 (record_full_execution_dir): ... this. Updated all users.
10617 (record_resume): Renamed to ...
10618 (record_full_resume): ... this. Updated all users.
10619 (record_get_sig): Renamed to ...
10620 (record_full_get_sig): ... this. Updated all users.
10621 (record_sig_handler): Renamed to ...
10622 (record_full_sig_handler): ... this. Updated all users.
10623 (record_wait_cleanups): Renamed to ...
10624 (record_full_wait_cleanups): ... this. Updated all users.
10625 (record_wait_1): Renamed to ...
10626 (record_full_wait_1): ... this. Updated all users.
10627 (record_wait): Renamed to ...
10628 (record_full_wait): ... this. Updated all users.
10629 (record_stopped_by_watchpoint): Renamed to ...
10630 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10631 (record_disconnect): Renamed to ...
10632 (record_full_disconnect): ... this. Updated all users.
10633 (record_detach): Renamed to ...
10634 (record_full_detach): ... this. Updated all users.
10635 (record_mourn_inferior): Renamed to ...
10636 (record_full_mourn_inferior): ... this. Updated all users.
10637 (record_kill): Renamed to ...
10638 (record_full_kill): ... this. Updated all users.
10639 (record_stopped_data_address): Renamed to ...
10640 (record_full_stopped_data_address): ... this. Updated all users.
10641 (record_registers_change): Renamed to ...
10642 (record_full_registers_change): ... this. Updated all users.
10643 (record_store_registers): Renamed to ...
10644 (record_full_store_registers): ... this. Updated all users.
10645 (record_xfer_partial): Renamed to ...
10646 (record_full_xfer_partial): ... this. Updated all users.
10647 (record_breakpoint): Renamed to ...
10648 (record_full_breakpoint): ... this. Updated all users.
10649 (record_breakpoint_p): Renamed to ...
10650 (record_full_breakpoint_p): ... this. Updated all users.
10651 (record_breakpoints): Renamed to ...
10652 (record_full_breakpoints): ... this. Updated all users.
10653 (record_sync_record_breakpoints): Renamed to ...
10654 (record_full_sync_record_breakpoints): ... this.
10655 Updated all users.
10656 (record_init_record_breakpoints): Renamed to ...
10657 (record_full_init_record_breakpoints): ... this.
10658 Updated all users.
10659 (record_insert_breakpoint): Renamed to ...
10660 (record_full_insert_breakpoint): ... this. Updated all users.
10661 (record_remove_breakpoint): Renamed to ...
10662 (record_full_remove_breakpoint): ... this. Updated all users.
10663 (record_can_execute_reverse): Renamed to ...
10664 (record_full_can_execute_reverse): ... this. Updated all users.
10665 (record_get_bookmark): Renamed to ...
10666 (record_full_get_bookmark): ... this. Updated all users.
10667 (record_goto_bookmark): Renamed to ...
10668 (record_full_goto_bookmark): ... this. Updated all users.
10669 (record_async): Renamed to ...
10670 (record_full_async): ... this. Updated all users.
10671 (record_can_async_p): Renamed to ...
10672 (record_full_can_async_p): ... this. Updated all users.
10673 (record_is_async_p): Renamed to ...
10674 (record_full_is_async_p): ... this. Updated all users.
10675 (record_execution_direction): Renamed to ...
10676 (record_full_execution_direction): ... this. Updated all users.
10677 (record_info): Renamed to ...
10678 (record_full_info): ... this. Updated all users.
10679 (record_delete): Renamed to ...
10680 (record_full_delete): ... this. Updated all users.
10681 (record_is_replaying): Renamed to ...
10682 (record_full_is_replaying): ... this. Updated all users.
10683 (record_goto_entry): Renamed to ...
10684 (record_full_goto_entry): ... this. Updated all users.
10685 (record_goto_begin): Renamed to ...
10686 (record_full_goto_begin): ... this. Updated all users.
10687 (record_goto_end): Renamed to ...
10688 (record_full_goto_end): ... this. Updated all users.
10689 (record_goto): Renamed to ...
10690 (record_full_goto): ... this. Updated all users.
10691 (init_record_ops): Renamed to ...
10692 (init_record_full_ops): ... this. Updated all users.
10693 (record_core_resume): Renamed to ...
10694 (record_full_core_resume): ... this. Updated all users.
10695 (record_core_kill): Renamed to ...
10696 (record_full_core_kill): ... this. Updated all users.
10697 (record_core_fetch_registers): Renamed to ...
10698 (record_full_core_fetch_registers): ... this. Updated all users.
10699 (record_core_prepare_to_store): Renamed to ...
10700 (record_full_core_prepare_to_store): ... this. Updated all users.
10701 (record_core_store_registers): Renamed to ...
10702 (record_full_core_store_registers): ... this. Updated all users.
10703 (record_core_xfer_partial): Renamed to ...
10704 (record_full_core_xfer_partial): ... this. Updated all users.
10705 (record_core_insert_breakpoint): Renamed to ...
10706 (record_full_core_insert_breakpoint): ... this. Updated all users.
10707 (record_core_remove_breakpoint): Renamed to ...
10708 (record_full_core_remove_breakpoint): ... this. Updated all users.
10709 (record_core_has_execution): Renamed to ...
10710 (record_full_core_has_execution): ... this. Updated all users.
10711 (init_record_core_ops): Renamed to ...
10712 (init_record_full_core_ops): ... this. Updated all users.
10713 (cmd_record_restore): Renamed to ...
10714 (cmd_record_full_restore): ... this. Updated all users.
10715 (record_save_cleanups): Renamed to ...
10716 (record_full_save_cleanups): ... this. Updated all users.
10717 (cmd_record_start): Renamed to ...
10718 (cmd_record_full_start): ... this. Updated all users.
10719 (set_record_insn_max_num): Renamed to ...
10720 (set_record_full_insn_max_num): ... this. Updated all users.
10721 (set_record_command): Renamed to ...
10722 (set_record_full_command): ... this. Updated all users.
10723 (show_record_command): Renamed to ...
10724 (show_record_full_command): ... this. Updated all users.
10725 (_initialize_record): Renamed to ...
10726 (_initialize_record_full): ... this. Updated all users.
10727
10728 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10729
10730 * record.h: Split into this and ...
10731 * record-full.h: ... this.
10732 * record.c: Split into this and ...
10733 * record-full.c: ... this.
10734 * target.h (target_ops): Add new fields to_info_record,
10735 to_save_record, to_delete_record, to_record_is_replaying,
10736 to_goto_record_begin, to_goto_record_end, to_goto_record.
10737 (target_info_record): New.
10738 (target_save_record): New.
10739 (target_supports_delete_record): New.
10740 (target_delete_record): New.
10741 (target_record_is_replaying): New.
10742 (target_goto_record_begin): New.
10743 (target_goto_record_end): New.
10744 (target_goto_record): New.
10745 * target.c (target_info_record): New.
10746 (target_save_record): New.
10747 (target_supports_delete_record): New.
10748 (target_delete_record): New.
10749 (target_record_is_replaying): New.
10750 (target_goto_record_begin): New.
10751 (target_goto_record_end): New.
10752 (target_goto_record): New.
10753 * record.h: Declare struct cmd_list_element.
10754 (record_cmdlist): New declaration.
10755 (set_record_cmdlist): New declaration.
10756 (show_record_cmdlist): New declaration.
10757 (info_record_cmdlist): New declaration.
10758 (cmd_record_goto): New declaration.
10759 * record.c: Remove unnecessary includes.
10760 Include inferior.h.
10761 (cmd_record_goto): Remove declaration.
10762 (record_cmdlist): Now extern. Initialize.
10763 (set_record_cmdlist): Now extern. Initialize.
10764 (show_record_cmdlist): Now extern. Initialize.
10765 (info_record_cmdlist): Now extern. Initialize.
10766 (find_record_target): New.
10767 (require_record_target): New.
10768 (cmd_record_start): Update.
10769 (cmd_record_delete): Remove target-specific code.
10770 Call target_delete_record.
10771 (cmd_record_stop): Unpush any record target.
10772 (set_record_insn_max_num): Move to record-full.c
10773 (set_record_command): Add comment.
10774 (show_record_command): Add comment.
10775 (info_record_command): Update comment.
10776 Remove target-specific code.
10777 Call the record target's to_info_record.
10778 (cmd_record_start): New.
10779 (cmd_record_goto): Now extern.
10780 Remove target-specific code.
10781 Call target_goto_begin, target_goto_end, or target_goto.
10782 (_initialize_record): Move record target ops initialization to
10783 record-full.c.
10784 Change "record" command help text.
10785 Move "record restore", "record set", and "record show" commands to
10786 record-full.c.
10787 * Makefile.in (SFILES): Add record-full.c.
10788 (HFILES_NO_SRCDIR): Add record-full.h.
10789 (COMMON_OBS): Add record-full.o.
10790 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10791 * arm-tdep.c: Include record-full.h.
10792 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10793 * i386-tdep.c: Include record-full.h.
10794 * infrun.c: Include record-full.h.
10795 * linux-record.c: Include record-full.h.
10796 * moxie-tdep.c: Include record-full.h.
10797 * record-full.c: Include record-full.h.
10798 Change module comment.
10799 (set_record_full_cmdlist): New.
10800 (show_record_full_cmdlist): New.
10801 (record_full_cmdlist): New.
10802 (record_goto_insn): New declaration.
10803 (record_save): New declaration.
10804 (record_check_insn_num): Change query string.
10805 (record_info): New.
10806 (record_delete): New.
10807 (record_is_replaying): New.
10808 (record_goto_entry): New.
10809 (record_goto_begin): New.
10810 (record_goto_end): New.
10811 (record_goto): New.
10812 (init_record_ops): Update.
10813 (init_record_core_ops): Update.
10814 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10815 (cmd_record_start): New.
10816 (set_record_insn_max_num): Moved from record.c
10817 (set_record_full_command): New.
10818 (show_record_full_command): New.
10819 (_initialize_record_full): New.
10820
10821 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10822
10823 * target.h (add_deprecated_target_alias): New.
10824 * target.c (add_deprecated_target_alias): New.
10825
10826 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10827
10828 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10829 and signal.h.
10830 (linux_supports_btrace): Add kernel and
10831 cpuid check.
10832 (kernel_supports_btrace): New function.
10833 (cpu_supports_btrace): New function.
10834 (intel_supports_btrace): New function.
10835
10836 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10837
10838 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10839 * remote.c: Include btrace.h.
10840 (struct btrace_target_info): New struct.
10841 (remote_supports_btrace): New function.
10842 (send_Qbtrace): New function.
10843 (remote_enable_btrace): New function.
10844 (remote_disable_btrace): New function.
10845 (remote_teardown_btrace): New function.
10846 (remote_read_btrace): New function.
10847 (init_remote_ops): Add btrace ops.
10848 (enum <unnamed>): Add btrace packets.
10849 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10850 (_initialize_remote): Add packet configuration for branch tracing.
10851
10852 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10853
10854 * features/btrace.dtd: New file.
10855 * Makefile.in (XMLFILES): Add btrace.dtd.
10856 * btrace.h (parse_xml_btrace): New declaration.
10857 * btrace.c: Include xml-support.h.
10858 (parse_xml_btrace): New function.
10859 (parse_xml_btrace_block): New function.
10860 (block_attributes): New struct.
10861 (btrace_attributes): New struct.
10862 (btrace_children): New struct.
10863 (btrace_elements): New struct.
10864
10865 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10866
10867 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10868 (amd64_linux_enable_btrace): New.
10869 (amd64_linux_disable_btrace): New.
10870 (amd64_linux_teardown_btrace): New.
10871 (_initialize_amd64_linux_nat): Initialize btrace ops.
10872 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10873 (i386_linux_enable_btrace): New.
10874 (i386_linux_disable_btrace): New.
10875 (i386_linux_teardown_btrace): New.
10876 (_initialize_i386_linux_nat): Initialize btrace ops.
10877 * config/i386/linux.mh: Add linux-btrace.o.
10878 * config/i386/linux64.mh: Add linux-btrace.o.
10879
10880 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10881
10882 * common/linux_btrace.h: New file.
10883 * common/linux_btrace.c: New file.
10884 * Makefile.in (SFILES): Add btrace.c.
10885 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10886 (COMMON_OBS): Add btrace.o.
10887 (linux-btrace.o): New rule.
10888
10889 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10890
10891 * target.h: Include btrace.h.
10892 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10893 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10894 * target.c (target_supports_btrace): New function.
10895 (target_enable_btrace): New function.
10896 (target_disable_btrace): New function.
10897 (target_teardown_btrace): New function.
10898 (target_read_btrace): New function.
10899 * btrace.h: New file.
10900 * btrace.c: New file.
10901 * Makefile.in: Add btrace.c.
10902 * gdbthread.h: Include btrace.h.
10903 (struct thread_info): Add btrace field.
10904 * thread.c: Include btrace.h.
10905 (clear_thread_inferior_resources): Call target_teardown_btrace.
10906 * common/btrace-common.h: New file.
10907
10908 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10909
10910 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10911 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10912 kill_status to outer block.
10913
10914 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 Fix entry-values if the callee called a noreturn function.
10917 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10918 get_frame_address_in_block. Add new comment.
10919
10920 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 Fix entry-values in C++ across CUs.
10923 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10924 lookup_minimal_symbol. Add a comment.
10925 * dwarf2read.c
10926 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10927 DW_AT_linkage_name.
10928
10929 2013-03-08 Yao Qi <yao@codesourcery.com>
10930
10931 * tracepoint.c (_initialize_tracepoint): Indent the code.
10932
10933 2013-03-08 Pedro Alves <palves@redhat.com>
10934
10935 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10936 (parse_find_args, find_command): Change type of pattern buffer
10937 locals to 'gdb_byte *'.
10938
10939 2013-03-08 Stan Shebs <stan@codesourcery.com>
10940 Hafiz Abid Qadeer <abidh@codesourcery.com>
10941
10942 * NEWS: Mention set and show trace-buffer-size commands.
10943 Mention new packet.
10944 * target.h (struct target_ops): New method
10945 to_set_trace_buffer_size.
10946 (target_set_trace_buffer_size): New macro.
10947 * target.c (update_current_target): Set up new method.
10948 * tracepoint.c (trace_buffer_size): New global.
10949 (start_tracing): Send it to the target.
10950 (set_trace_buffer_size): New function.
10951 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10952 * remote.c (remote_set_trace_buffer_size): New function.
10953 (_initialize_remote): Use it.
10954 (QTBuffer:size) New remote command.
10955 (PACKET_QTBuffer_size): New enum.
10956 (remote_protocol_features): Add an entry for
10957 PACKET_QTBuffer_size.
10958
10959 2013-03-08 Tom Tromey <tromey@redhat.com>
10960
10961 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10962 variable.
10963
10964 2013-03-07 Pedro Alves <palves@redhat.com>
10965
10966 * target.c (target_read_stralloc, target_fileio_read_alloc):
10967 *Cast pointer to 'gdb_byte *' in target call.
10968
10969 2013-03-07 Pedro Alves <palves@redhat.com>
10970
10971 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10972 call.
10973
10974 2013-03-07 Keith Seitz <keiths@redhat.com>
10975
10976 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10977 (trace_pass_command): Likewise.
10978 * cli/cli-cmds.c: Include cli/cli-utils.h.
10979 (source_command): Use skip-spaces.
10980 (disassemble_command): Likewise.
10981 * findcmd.c: Include cli/cli-utils.h.
10982 (parse_find_args): Use skip_spaces.
10983 * go32-nat.c: Include cli/cli-utils.h.
10984 (go32_sldt): Use skip_spaces.
10985 (go32_sgdt): Likewise.
10986 (go32_sidt): Likewise.
10987 (go32_pde): Likewise.
10988 (go32_pte): Likewise.
10989 (go32_pte_for_address): Likewise.
10990 * infcmd.c: Include cli/cli-utils.h.
10991 (registers_info): Use skip_spaces.
10992 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10993 (linux_info_proc): Likewise.
10994 * linux-thread-db.c: Include cli/cli-utils.h.
10995 (info_auto_load_libthread_db): Use skip_spaces_const.
10996 * m32r-rom.c: Include cli/cli-utils.h.
10997 (m32r_upload_command): Use skip_spaces.
10998 * maint.c: Include cli/cli-utils.h.
10999 (maintenance_translate_address): Use skip_spaces.
11000 * mi/mi-parse.c: Include cli/cli-utils.h.
11001 (mi_parse_argv): Use skip_spaces.
11002 (mi_parse): Likewise.
11003 * minsyms.c: Include cli/cli-utils.h.
11004 (msymbol_hash_iw): Use skip_spaces_const.
11005 * objc-lang.c: Include cli/cli-utils.h.
11006 (parse_selector): Use skip_spaces.
11007 (parse_method): Likewise.
11008 * python/python.c: Include cli/cli-utils.h.
11009 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
11010 (python_command)[HAVE_PYTHON]: Likewise.
11011 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
11012 * remote-m32r-sdi.c: Include cli/cli-utils.h.
11013 (m32r_load): Use skip_spaces.
11014 * serial.c: Include cli/cli-utils.h.
11015 (serial_open): Use skip_spaces_const.
11016 * stack.c: Include cli/cli-utils.h.
11017 (parse_frame_specification_1): Use skip_spaces_const.
11018 * symfile.c: Include cli/cli-utils.h.
11019 (set_ext_lang_command): Use skip_spaces.
11020 * symtab.c: Include cli/cli-utils.h.
11021 (rbreak_command): Use skip_spaces.
11022 * thread.c (thread_name_command): Use skip_spaces.
11023 * tracepoint.c (validate_actionline): Use skip_spaces.
11024 (encode_actions_1): Likewise.
11025 (trace_find_range_command): Likewise.
11026 (trace_find_outside_command): Likewise.
11027 (trace_dump_actions): Likewise.
11028
11029 2013-03-07 Pedro Alves <palves@redhat.com>
11030
11031 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
11032 * expprint.c (print_subexp_standard): Likewise.
11033 * utils.c (host_char_to_target): Likewise.
11034 * valprint.c (generic_emit_char, generic_printstr): Likewise.
11035 * varobj.c (value_get_print_value): Change type of local to char*.
11036 Cast it gdb_byte * in call to language printer.
11037
11038 2013-03-07 Pedro Alves <palves@redhat.com>
11039
11040 * charset.c (struct wchar_iterator) <input>: Change type to 'const
11041 gdb_byte *'.
11042 (make_wchar_iterator): Remove cast to char*.
11043 (wchar_iterate): Change type of local.
11044
11045 2013-03-07 Pedro Alves <palves@redhat.com>
11046
11047 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
11048 for 'regcache->register_status'.
11049
11050 2013-03-07 Pedro Alves <palves@redhat.com>
11051
11052 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
11053 int.
11054
11055 2013-03-07 Pedro Alves <palves@redhat.com>
11056
11057 * stap-probe.c (handle_stap_probe): Add cast to char*.
11058
11059 2013-03-07 Pedro Alves <palves@redhat.com>
11060
11061 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
11062 RECORD_MSGRCV>: Pass a signed variable to
11063 regcache_raw_read_signed, instead of an unsigned one.
11064
11065 2013-03-07 Pedro Alves <palves@redhat.com>
11066
11067 * remote-notif.c (notif_debug): Change type to int.
11068 * remote-notif.h (notif_debug): Likewise.
11069
11070 2013-03-07 Pedro Alves <palves@redhat.com>
11071
11072 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
11073
11074 2013-03-07 Pedro Alves <palves@redhat.com>
11075
11076 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
11077 * remote.h (hex2bin, bin2hex): ... here.
11078 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
11079
11080 2013-03-07 Eli Zaretskii <eliz@gnu.org>
11081
11082 * utils.c (initialize_utils): Improve doc strings of "set/show
11083 width", "set/show height", and "set/show pagination".
11084
11085 2013-03-06 Keith Seitz <keiths@redhat.com>
11086
11087 * ax-gdb.c (gen_printf): Make FORMAT const.
11088 * ax-gdb.h (gen_printf): Likewise.
11089 * ax-general.c (ax_string): Make STR const.
11090 * ax.h (ax_string): Likewise.
11091
11092 2013-03-06 Doug Evans <dje@google.com>
11093
11094 * elfread.c (elf_symfile_read): Move debugging printf to more
11095 logical location.
11096
11097 2013-03-06 Pedro Alves <palves@redhat.com>
11098
11099 * python/py-utils.c (target_string_to_unicode): Delete function.
11100 * python/python-internal.h (target_string_to_unicode): Delete
11101 declaration.
11102
11103 2013-03-06 Pierre Muller <muller@sourceware.org>
11104
11105 * linespec.c (get_current_search_block): ARI fix, use (void)
11106 for empty parameter list.
11107
11108 2013-03-05 Doug Evans <dje@google.com>
11109
11110 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
11111 of old ada_lookup_symbol_list. In !full_search case, don't
11112 search superblocks.
11113 (ada_lookup_symbol_list): Delete arg full_search, all callers
11114 updated. Call ada_lookup_symbol_list_worker.
11115 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
11116 * ada-lang.h (ada_lookup_symbol_list): Update.
11117 * language.h (language_defn): Update comment for
11118 la_iterate_over_symbols.
11119 * linespec.c (iterate_over_file_blocks): New function.
11120 (iterate_over_all_matching_symtabs): Call it.
11121 (lookup_prefix_sym): Ditto.
11122 (get_current_search_block): New function.
11123 (get_search_block): Delete.
11124 (find_label_symbols): Call get_current_search_block.
11125 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
11126 * symtab.c (iterate_over_symbols): Don't search superblocks.
11127
11128 2013-03-05 Yao Qi <yao@codesourcery.com>
11129
11130 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
11131 parameter VAR's type from "unsigned int" to "int".
11132 * command.h (var_zuinteger_unlimited): Update its comments.
11133 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
11134
11135 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11136
11137 * NEWS: Mention new target x86_64-*-cygwin*.
11138
11139 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11140
11141 * configure.host: Add x86_64-*-cygwin* as host.
11142 * configure.tgt: Add x86_64-*-cygwin* as target.
11143 * config/i386/cygwin64.mh: New file.
11144
11145 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11146
11147 * linespec.c (decode_line_2): Fix duplicate request off by two message.
11148
11149 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11150
11151 * linespec.c (struct linespec_canonical_name): New.
11152 (struct linespec_state): Change canonical_names type to it.
11153 (add_sal_to_sals): Change variable canonical_name to canonical. Change
11154 xrealloc element size. Initialize the different CANONICAL fields.
11155 (canonical_to_fullform): New.
11156 (filter_results): Use it. Add variables canonical, fullform and
11157 cleanup.
11158 (struct decode_line_2_item, decode_line_2_compare_items): New.
11159 (decode_line_2): Remove variables iter and item_names, add variables
11160 items and items_count. Modify the code for these new variables.
11161
11162 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
11163
11164 * coff-pe-read.c (read_pe_exported_syms): Don't return without
11165 calling do_cleanup.
11166
11167 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
11168
11169 * tracepoint.c (build_traceframe_info): Add code for byte order.
11170
11171 2013-03-02 Kevin Buettner <kevinb@redhat.com>
11172
11173 * v850-tdep.c: (v850e2_register_name): Revise system register
11174 names to match current V850E2M architecture specifications.
11175 Update register number enum comments too.
11176
11177 2013-03-01 Jiong Wang <jiwang@tilera.com>
11178 Pedro Alves <palves@redhat.com>
11179
11180 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
11181 to END_ADDR.
11182 (tilegx_skip_prologue): Limit prologue analysis to section end.
11183
11184 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
11187 use it.
11188
11189 2013-03-01 Pedro Alves <palves@redhat.com>
11190
11191 Use gdb_byte for bytes from the program being debugged.
11192
11193 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
11194 Change type of local 'buf' to gdb_byte.
11195 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
11196 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
11197 * cris-tdep.c (cris_sigcontext_addr)
11198 (cris_sigtramp_frame_unwind_cache): Likewise.
11199 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
11200 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
11201 Likewise.
11202 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
11203 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
11204 (hppa32_hpux_search_dummy_call_sequence)
11205 (hppa_hpux_supply_save_state): Likewise.
11206 * hppa-linux-tdep.c (insns_match_pattern)
11207 (hppa_linux_find_global_pointer): Likewise.
11208 * hppa-tdep.c (hppa_in_function_epilogue_p)
11209 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
11210 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
11211 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
11212 (i386fbsd_collect_uthread): Likewise.
11213 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
11214 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
11215 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
11216 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
11217 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
11218 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
11219 (ia64_libunwind_frame_prev_register)
11220 (ia64_libunwind_sigtramp_frame_this_id)
11221 (ia64_find_global_pointer_from_dynamic_section)
11222 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
11223 (ia64_unwind_pc): Likewise.
11224 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
11225 * m68hc11-tdep.c (m68hc11_push_dummy_call)
11226 (m68hc11_extract_return_value): Likewise.
11227 * m68klinux-nat.c (fetch_register, store_register): Likewise.
11228 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
11229 (mep_get_insn, mep_push_dummy_call): Likewise.
11230 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
11231 (mips_linux_in_dynsym_stub): Likewise.
11232 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
11233 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
11234 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
11235 to gdb_byte.
11236 * remote-mips.c (mips_set_register): Likewise.
11237 * remote-sim.c (gdbsim_fetch_register): Likewise.
11238 * score-tdep.c (score7_fetch_inst): Change type of parameter
11239 'memblock' and local 'buf' to gdb_byte.
11240 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
11241 Change type of local 'buf' to gdb_byte. Adjust.
11242 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
11243 to gdb_byte**.
11244 (score7_analyze_prologue): Change type of 'memblock' and
11245 'memblock_ptr' locals to gdb_byte*.
11246 * sh64-tdep.c (sh64_extract_return_value)
11247 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
11248 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
11249 * solib-pa64.c (pa64_solib_create_inferior_hook)
11250 (pa64_open_symbol_file_object): Remove local 'buf'.
11251 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
11252 (som_open_symbol_file_object): Likewise.
11253 * solib-spu.c (spu_current_sos): Likewise.
11254 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
11255 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
11256 (spu_store_registers): Likewise.
11257 * target.c (debug_print_register): Likewise.
11258 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
11259 * xstormy16-tdep.c (xstormy16_store_return_value)
11260 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
11261 (xstormy16_find_jmp_table_entry): Likewise.
11262
11263 2013-03-01 Jiong Wang <jiwang@tilera.com>
11264
11265 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
11266 (tilegx_gdbarch_init): Install it.
11267
11268 2013-02-28 Tom Tromey <tromey@redhat.com>
11269
11270 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
11271 PyLong_Check.
11272
11273 2013-02-28 Doug Evans <dje@google.com>
11274
11275 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
11276 * python/python.c (gdbpy_find_pc_line): Ditto.
11277
11278 2013-02-28 Tom Tromey <tromey@redhat.com>
11279
11280 * contrib/excheck.py: New file.
11281 * contrib/exsummary.py: New file.
11282 * contrib/gcc-with-excheck: New file.
11283
11284 2013-02-28 Tom Tromey <tromey@redhat.com>
11285
11286 * python/python.c (gdbpy_print_stack): Call begin_line and
11287 fprintf_filtered inside TRY_CATCH.
11288
11289 2013-02-28 Tom Tromey <tromey@redhat.com>
11290
11291 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11292 inside TRY_CATCH.
11293
11294 2013-02-28 Tom Tromey <tromey@redhat.com>
11295
11296 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11297 frame_object_to_frame_info inside TRY_CATCH.
11298
11299 2013-02-28 Tom Tromey <tromey@redhat.com>
11300
11301 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11302 TRY_CATCH.
11303
11304 2013-02-28 Tom Tromey <tromey@redhat.com>
11305
11306 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11307
11308 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
11309
11310 * windows-nat.c: Throughout, fix format strings and casts of
11311 printf-like functions to avoid type related warnings on all
11312 platforms.
11313 (handle_output_debug_string): Fetch context information address
11314 from debug string using string_to_core_addr.
11315
11316 2013-02-27 Jiong Wang <jiwang@tilera.com>
11317
11318 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11319 * regformats/reg-tilegx32.dat: New.
11320
11321 2013-02-27 Jiong Wang <jiwang@tilera.com>
11322
11323 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11324
11325 2013-02-27 Jiong Wang <jiwang@tilera.com>
11326
11327 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11328
11329 2013-02-27 Yao Qi <yao@codesourcery.com>
11330 Pedro Alves <palves@redhat.com>
11331
11332 * tracepoint.c (tfile_trace_find): For tfind
11333 pc/tp/range/outside, look for the next trace frame instead of
11334 always starting from frame 0.
11335
11336 2013-02-26 Anthony Green <green@moxielogic.com>
11337
11338 * configure.tgt: Add support for moxie-*-rtems* target.
11339
11340 2013-02-25 Pedro Alves <palves@redhat.com>
11341
11342 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11343 warning text.
11344
11345 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11346
11347 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11348 if $fp is used as the virtual frame pointer.
11349
11350 2013-02-23 Alan Modra <amodra@gmail.com>
11351
11352 * elfread.c (elf_symtab_read): Do not use udata.p here to find
11353 symbol size.
11354 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11355 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11356 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11357 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11358
11359 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11360
11361 Code cleanup.
11362 * elfread.c (build_id_bfd_get): Make the return type const.
11363 (build_id_verify): Make the check parameter const.
11364 (build_id_to_debug_filename): Make the build_id parameter and variable
11365 data const.
11366 (find_separate_debug_file_by_buildid): Make the variable build_id const.
11367
11368 2013-02-21 Alan Modra <amodra@gmail.com>
11369
11370 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11371
11372 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
11373
11374 Add a new method 'disassemble' to gdb.Architecture class.
11375 * python/py-arch.c (archpy_disassmble): Implementation of the
11376 new method gdb.Architecture.disassemble.
11377 (arch_object_methods): Add entry for the new method.
11378
11379 2013-02-20 Jiong Wang <jiwang@tilera.com>
11380
11381 * MAINTAINERS (Write After Approval): Add myself to the list.
11382
11383 2013-02-19 Pedro Alves <palves@redhat.com>
11384
11385 Garbage collect 'struct monitor_ops'::load_routine.
11386
11387 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11388 * monitor.c (monitor_load): No longer call
11389 current_monitor->load_routine.
11390 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11391 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11392 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11393
11394 2013-02-19 Pedro Alves <palves@redhat.com>
11395
11396 PR gdb/15161
11397
11398 Harmonize with generic_load.
11399
11400 * monitor.c: Include "readline/readline.h".
11401 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
11402 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
11403 long/strtol for the 'load_offset' local. Error out if no argument
11404 is given or if too many arguments are given. Tilde expand the
11405 passed in file name.
11406
11407 2013-02-19 Kai Tietz <ktietz@redhat.com>
11408
11409 PR gdb/15161
11410 * symfile.c (load_section_data): Change type of load_offset
11411 to CORE_ADDR.
11412 (generic_load): User strtoulst instead of strtoul for conversion
11413 of load_offset.
11414
11415 2013-02-19 Jiong Wang <jiwang@tilera.com>
11416
11417 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11418 for return address, "lr" register, saved on stack.
11419 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11420 after we invoke tilegx_analyze_prologue.
11421
11422 2013-02-19 Jiong Wang <jiwang@tilera.com>
11423
11424 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11425
11426 2013-02-19 Jiong Wang <jiwang@tilera.com>
11427
11428 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11429
11430 2013-02-19 Jiong Wang <jiwang@tilera.com>
11431
11432 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11433 (tilegx_write_pc): New function.
11434 (tilegx_cannot_reference_register): Return zero if REGNO
11435 is TILEGX_FAULTNUM_REGNUM.
11436 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11437 (tilegx_register_name): Add handling of "faultnum" register.
11438 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11439 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11440 handling of TILEGX_FAULTNUM_REGNUM.
11441 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11442
11443 2013-02-19 Jiong Wang <jiwang@tilera.com>
11444
11445 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11446 should be aligned to 64bit.
11447
11448 2013-02-19 Kai Tietz <ktietz@redhat.com>
11449
11450 * windows-nat.c (windows_xfer_memory): Fix debug-output
11451 for LLP64.
11452
11453 2013-02-19 Lei Liu <lei.liu2@windriver.com>
11454
11455 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11456 Don't check DSP register number if HAVE_DSP is not set.
11457
11458 2013-02-19 Alan Modra <amodra@gmail.com>
11459
11460 * elfread.c (struct build_id): Delete. Use struct elf_build_id
11461 throughout file instead.
11462 (build_id_bfd_get): Update to use new elf_tdata build_id field.
11463 Don't xmalloc return value.
11464 (build_id_verify): Similarly. Don't xfree.
11465 (build_id_to_debug_filename): Update.
11466 (find_separate_debug_file_by_buildid): Update, don't xfree.
11467
11468 2013-02-18 Tom Tromey <tromey@redhat.com>
11469
11470 PR gdb/15102:
11471 * dwarf2read.c (read_subrange_type): Use result of
11472 'check_typedef'.
11473
11474 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
11475
11476 * frame.c: Remove one extra white space after #include
11477 directive.
11478
11479 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11482
11483 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11484
11485 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11486 and dir commands into an if block.
11487
11488 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
11489
11490 * python/py-breakpoint (struct pybp_code): Use int instead of
11491 enum type_code.
11492
11493 2013-02-15 Pedro Alves <pedro@codesourcery.com>
11494 Hafiz Abid Qadeer <abidh@codesourcery.com>
11495
11496 * NEWS: Mention new field "trace-file".
11497 * tracepoint.c (trace_status_mi): Output "trace-file" field.
11498 (tfile_open): Record the trace file's filename in the trace
11499 status.
11500 (tfile_files_info): Mention the name of the trace file.
11501 Check the "filename" field explicitely.
11502 (trace_status_command): Explicitely check "filename" field.
11503 (trace_find_command): Ditto.
11504 (trace_find_pc_command): Ditto.
11505 (trace_find_tracepoint_command): Ditto.
11506 (trace_find_line_command): Ditto.
11507 (trace_find_range_command): Ditto.
11508 (trace_find_outside_command): Ditto.
11509 * tracepoint.h (struct trace_status) <from_file>: Rename it
11510 to "filename" and make it hold the trace file's filename
11511 instead of a boolean.
11512 * remote.c (remote_get_trace_status): Initialize "filename"
11513 field with NULL instead of 0.
11514
11515 2013-02-15 Yao Qi <yao@codesourcery.com>
11516
11517 * remote.c: Fix a typo.
11518
11519 2013-02-14 Pierre Muller <muller@sourceware.org>
11520
11521 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11522
11523 2013-02-14 Pedro Alves <palves@redhat.com>
11524
11525 * utils.c (savestring): Don't #undef it. Move function to
11526 common/common-utils.c.
11527 * common/common-utils.c: Include gdb_string.h.
11528 (savestring): Move here from utils.c.
11529 * common/common-utils.h (savestring): Declare.
11530
11531 2013-02-14 Pedro Alves <palves@redhat.com>
11532
11533 * utils.c (savestring): Rename parameter 'size' to 'len'.
11534
11535 2013-02-14 Pedro Alves <palves@redhat.com>
11536 Yufeng Zhang <yufeng.zhang@arm.com>
11537
11538 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11539 (aarch64_inferior_data, struct aarch64_inferior_data):
11540 Delete.
11541 (struct aarch64_process_info): New.
11542 (aarch64_process_list): New global.
11543 (aarch64_find_process_pid, aarch64_add_process)
11544 (aarch64_process_info_get): New functions.
11545 (aarch64_inferior_data_get): Delete.
11546 (aarch64_process_info_get): New function.
11547 (aarch64_forget_process): New function.
11548 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11549 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11550 aarch64_get_debug_reg_state.
11551 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11552 instead of linux_nat_iterate_watchpoint_lwps.
11553 (aarch64_linux_new_fork): New function.
11554 (aarch64_linux_child_post_startup_inferior): Use
11555 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11556 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11557 (aarch64_linux_remove_hw_breakpoint)
11558 (aarch64_handle_aligned_watchpoint)
11559 (aarch64_handle_unaligned_watchpoint)
11560 (aarch64_linux_insert_watchpoint)
11561 (aarch64_linux_remove_watchpoint)
11562 (aarch64_linux_stopped_data_address): Adjust to pass the current
11563 process id to aarch64_debug_reg_state.
11564 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11565 linux_nat_new_fork hook, and aarch64_forget_process as
11566 linux_nat_forget_process hook; remove the call to
11567 register_inferior_data_with_cleanup.
11568
11569 2013-02-14 Pedro Alves <palves@redhat.com>
11570
11571 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11572 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11573 lval_memory.
11574
11575 2013-02-14 Pedro Alves <pedro@codesourcery.com>
11576 Hafiz Abid Qadeer <abidh@codesourcery.com>
11577
11578 * tracepoint.h (validate_trace_state_variable_name): Declare.
11579 * tracepoint.c (validate_trace_state_variable_name): New.
11580 (trace_variable_command): Parse the trace state variable's name
11581 without using parse_expression. Do several validations.
11582 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11583 trace state variable's name with parse_expression. Validate it.
11584
11585 2013-02-14 Yao Qi <yao@codesourcery.com>
11586
11587 * infcmd.c (breakpoint_proceeded): Remove it.
11588
11589 2013-02-14 Yao Qi <yao@codesourcery.com>
11590
11591 * tracepoint.c (end_actions_pseudocommand): Make it static.
11592 (while_stepping_pseudocommand): Likewise.
11593 * tracepoint.h (end_actions_pseudocommand): Remove the
11594 declaration.
11595 (while_stepping_pseudocommand): Likewise.
11596
11597 2013-02-14 Yao Qi <yao@codesourcery.com>
11598
11599 * cli/cli-decode.c (help_cmd): Remove the declaration of
11600 "cmdlist".
11601 (help_all): Likewise.
11602
11603 2013-02-13 Pedro Alves <palves@redhat.com>
11604
11605 * amd64-linux-nat.c (update_debug_registers_callback):
11606 Update comment.
11607 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11608 iterate_over_lwps.
11609 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11610 i386_debug_reg_state.
11611 (amd64_linux_new_fork): New function.
11612 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11613 linux_nat_new_fork hook, and i386_forget_process as
11614 linux_nat_forget_process hook.
11615 * i386-linux-nat.c (update_debug_registers_callback):
11616 Update comment.
11617 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11618 iterate_over_lwps.
11619 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11620 i386_debug_reg_state.
11621 (i386_linux_new_fork): New function.
11622 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11623 linux_nat_new_fork hook, and i386_forget_process as
11624 linux_nat_forget_process hook.
11625 * i386-nat.c (i386_init_dregs): Delete.
11626 (i386_inferior_data, struct i386_inferior_data):
11627 Delete.
11628 (struct i386_process_info): New.
11629 (i386_process_list): New global.
11630 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11631 New functions.
11632 (i386_inferior_data_get): Delete.
11633 (i386_process_info_get): New function.
11634 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11635 (i386_forget_process): New function.
11636 (i386_cleanup_dregs): Rewrite.
11637 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11638 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11639 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11640 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11641 to i386_debug_reg_state.
11642 (i386_use_watchpoints): Don't register inferior data.
11643 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11644 adjust comment.
11645 (i386_forget_process): Declare.
11646 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11647 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11648 New static globals.
11649 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11650 (add_initial_lwp): New, factored out from ...
11651 (add_lwp): ... this. Don't check the number of lwps before
11652 calling linux_nat_new_thread.
11653 (linux_nat_iterate_watchpoint_lwps): Delete.
11654 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11655 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11656 forks and vforks.
11657 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11658 initial lwp.
11659 (linux_nat_kill, linux_nat_mourn_inferior): Call
11660 linux_nat_forget_process.
11661 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11662 (linux_nat_forget_process): New functions.
11663 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11664 type.
11665 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11666 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11667 types.
11668 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11669 (linux_nat_forget_process): New declarations.
11670
11671 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11672 (amd64fbsd_mourn_inferior): New function.
11673 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11674 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11675
11676 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11677
11678 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11679 Adding _().
11680
11681 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11682
11683 * aarch64-linux-nat.c (debug_reg_change_callback)
11684 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11685 %s and phex().
11686
11687 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11688
11689 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11690 with LONGEST.
11691
11692 2013-02-13 Pedro Alves <palves@redhat.com>
11693 Hafiz Abid Qadeer <abidh@codesourcery.com>
11694
11695 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11696
11697 2013-02-12 Tom Tromey <tromey@redhat.com>
11698
11699 PR symtab/11464:
11700 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11701 NAME return.
11702 (classify_inner_name): Remove 'first_name' argument, add
11703 'context'. Remove unused variable.
11704 (yylex): Explicitly maintain the context type. Exit loop earlier
11705 if NAME result is seen.
11706
11707 2013-02-12 Pedro Alves <palves@redhat.com>
11708
11709 * amd64-darwin-tdep.c: Add (C) after Copyright.
11710 * cli/cli-cmds.h: Ditto.
11711 * cli/cli-decode.c: Ditto.
11712 * cli/cli-decode.h: Ditto.
11713 * cli/cli-dump.c: Ditto.
11714 * cli/cli-dump.h: Ditto.
11715 * cli/cli-interp.c: Ditto.
11716 * cli/cli-logging.c: Ditto.
11717 * cli/cli-script.c: Ditto.
11718 * cli/cli-script.h: Ditto.
11719 * cli/cli-setshow.c: Ditto.
11720 * cli/cli-setshow.h: Ditto.
11721 * cli/cli-utils.c: Ditto.
11722 * cli/cli-utils.h: Ditto.
11723 * config/alpha/nm-osf3.h: Ditto.
11724 * config/djgpp/djconfig.sh: Ditto.
11725 * config/i386/nm-fbsd.h: Ditto.
11726 * config/i386/nm-i386gnu.h: Ditto.
11727 * config/nm-linux.h: Ditto.
11728 * config/nm-nto.h: Ditto.
11729 * config/rs6000/nm-rs6000.h: Ditto.
11730 * config/sparc/nm-sol2.h: Ditto.
11731 * darwin-nat-info.c: Ditto.
11732 * dfp.c: Ditto.
11733 * dfp.h: Ditto.
11734 * gdb-demangle.h: Ditto.
11735 * i386-darwin-nat.c: Ditto.
11736 * i386-darwin-tdep.c: Ditto.
11737 * linux-fork.h: Ditto.
11738 * m32c-tdep.c: Ditto.
11739 * microblaze-linux-tdep.c: Ditto.
11740 * microblaze-rom.c: Ditto.
11741 * microblaze-tdep.c: Ditto.
11742 * microblaze-tdep.h: Ditto.
11743 * mips-linux-tdep.h: Ditto.
11744 * ppc-ravenscar-thread.c: Ditto.
11745 * ppc-ravenscar-thread.h: Ditto.
11746 * prologue-value.c: Ditto.
11747 * prologue-value.h: Ditto.
11748 * ravenscar-thread.c: Ditto.
11749 * ravenscar-thread.h: Ditto.
11750 * sparc-ravenscar-thread.c: Ditto.
11751 * sparc-ravenscar-thread.h: Ditto.
11752 * tilegx-linux-tdep.c: Ditto.
11753 * unwind_stop_reasons.def: Ditto.
11754 * windows-nat.h: Ditto.
11755 * xtensa-linux-tdep.c: Ditto.
11756 * xtensa-xtregs.c: Ditto.
11757 * regformats/regdat.sh: Ditto.
11758 * regformats/regdef.h: Ditto.
11759
11760 2013-02-12 Pedro Alves <palves@redhat.com>
11761
11762 * break-catch-sig.c: Update copyright years.
11763
11764 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11765
11766 Add support for a destructor for ui_out data and use it to
11767 provide a ui_out destructor.
11768 * ui-out.h: Declare the new ui_out destructor.
11769 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11770 * ui-out.c (default_data_destroy): Add a default data destructor
11771 which does nothing.
11772 (default_ui_out_impl): Set the new data_destroy field to
11773 default_data_destroy
11774 (uo_data_destroy): Local function which invokes the data
11775 destructor if present.
11776 (clear_table): Local function which clears the table data of a
11777 ui_out object.
11778 (ui_out_destroy): Public function which frees a ui_out object.
11779 (ui_out_table_end): Use the new clear_table function.
11780 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11781 NULL.
11782 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11783 to NULL.
11784
11785 2013-02-11 Doug Evans <dje@google.com>
11786
11787 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11788 (printf_decfloat): New function. Broken out from ui_printf.
11789 Remove unnecessary code to shift the entire format string down.
11790 (printf_pointer): New function.
11791 (ui_printf): Code to print C strings, wide C strings, decfloats,
11792 and pointers moved to separate functions.
11793
11794 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11795
11796 * valops.c (value_assign): Handling bitfield offset in
11797 `lval_internalvar_component' case.
11798
11799 2013-02-08 Doug Evans <dje@google.com>
11800
11801 * common/format.c (parse_format_string): Fix whitespace.
11802
11803 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11804
11805 * stack.c (return_command): Work around uninitialized variable
11806 warning.
11807
11808 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11809
11810 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11811 number of the registers from 36 to 34.
11812
11813 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11814
11815 * NEWS: Mention new AArch64 native and target support.
11816
11817 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11818
11819 * MAINTAINERS (Write After Approval): Add myself.
11820
11821 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11822 Marcus Shawcroft <marcus.shawcroft@arm.com>
11823 Nigel Stephens <nigel.stephens@arm.com>
11824 Yufeng Zhang <yufeng.zhang@arm.com>
11825
11826 * aarch64-linux-nat.c: New file.
11827 * config/aarch64/linux.mh: New file.
11828 * configure.host: Add AArch64.
11829 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11830
11831 2013-02-07 Doug Evans <dje@google.com>
11832
11833 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11834 disassemble command.
11835
11836 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11837
11838 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11839 set_gdbarch_fetch_tls_load_module_address.
11840
11841 2013-02-06 David S. Miller <davem@davemloft.net>
11842
11843 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11844 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11845 * value.c (struct_return_convention): New function.
11846 (using_struct_return): Implement in terms of struct_return_convention.
11847 * value.h (struct_return_convention): Declare.
11848 * stack.c (return_command): Allow successful overriding of the return
11849 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11850
11851 2013-02-06 Tom Tromey <tromey@redhat.com>
11852
11853 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11854 outside of TRY_CATCH.
11855
11856 2013-02-06 Yao Qi <yao@codesourcery.com>
11857
11858 * mi/mi-interp.c: Include "tracepoint.h".
11859 (mi_tsv_modified): Declare.
11860 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11861 (mi_interpreter_init): Call observer_attach_tsv_modified.
11862 (mi_tsv_modified): New.
11863 (mi_tsv_created, mi_tsv_deleted): Update.
11864 * tracepoint.c (trace_variable_command): Call
11865 observer_notify_tsv_modified if the initial value of tsv is
11866 changed.
11867 (delete_trace_state_variable): Call
11868 observer_notify_tsv_deleted earlier.
11869 (trace_variable_command): Caller update.
11870 (create_tsv_from_upload): Likewise.
11871 * observer.sh: Declare "struct trace_state_variable".
11872
11873 * NEWS: Mention the new MI notification "=tsv-modified".
11874
11875 2013-02-05 Doug Evans <dje@google.com>
11876
11877 * completer.c (location_completer): Fix typo in comment.
11878
11879 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11880
11881 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11882 ADDRESS sorted.
11883
11884 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11885
11886 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11887 Refactor if statement to avoid trailing || operator.
11888
11889 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11890
11891 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11892
11893 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11894
11895 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11896 * configure.host: Add powerpc*-*-freebsd* target.
11897 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11898 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11899 * config/powerpc/fbsd.mh: New file.
11900
11901 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11902 Denys Vlasenko <dvlasenk@redhat.com>
11903 Pedro Alves <palves@redhat.com>
11904
11905 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11906 (struct elf_internal_linux_prpsinfo): Forward declare.
11907 * gdbarch.h, gdbarch.c: Regenerate.
11908 * linux-tdep.c: Include `cli/cli-utils.h'.
11909 (linux_fill_prpsinfo): New function.
11910 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11911 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11912 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11913 depending on gdbarch pointer bitness.
11914 * ppc-linux-tdep.c: Include elf-bfd.h.
11915 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11916 on 32-bit.
11917
11918 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11919 Marcus Shawcroft <marcus.shawcroft@arm.com>
11920 Nigel Stephens <nigel.stephens@arm.com>
11921 Yufeng Zhang <yufeng.zhang@arm.com>
11922
11923 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11924
11925 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11926 Marcus Shawcroft <marcus.shawcroft@arm.com>
11927 Nigel Stephens <nigel.stephens@arm.com>
11928 Yufeng Zhang <yufeng.zhang@arm.com>
11929
11930 * aarch64-newlib-tdep.c: New file.
11931 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11932 aarch64*-*-elf.
11933 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11934 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11935 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11936 * osabi.c (gdb_osabi_names): Add "Newlib".
11937
11938 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11939 Marcus Shawcroft <marcus.shawcroft@arm.com>
11940 Nigel Stephens <nigel.stephens@arm.com>
11941 Yufeng Zhang <yufeng.zhang@arm.com>
11942
11943 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11944 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11945 * aarch64-linux-tdep.c: New file.
11946 * aarch64-linux-tdep.h: New file.
11947 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11948 * configure.tgt: Add aarch64-none-linux-gnu.
11949
11950 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11951 Marcus Shawcroft <marcus.shawcroft@arm.com>
11952 Nigel Stephens <nigel.stephens@arm.com>
11953 Yufeng Zhang <yufeng.zhang@arm.com>
11954
11955 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11956 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11957 (ALLDEPFILES): Add aarch64-tdep.c.
11958 * aarch64-tdep.c: New file.
11959 * aarch64-tdep.h: New file.
11960 * configure.tgt: Add AArch64.
11961 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11962 (aarch64-expedite): New definition.
11963 * features/aarch64-core.xml: New file.
11964 * features/aarch64-fpu.xml: New file.
11965 * features/aarch64-without-fpu.c: New file (generated).
11966 * features/aarch64-without-fpu.xml: New file.
11967 * features/aarch64.c: New file (generated).
11968 * features/aarch64.xml: New file.
11969 * regformats/aarch64-without-fpu.dat: New file (generated).
11970 * regformats/aarch64.dat: New file (generated).
11971
11972 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11973
11974 * contrib/expect-read1.c: New file.
11975 * contrib/expect-read1.sh: New file.
11976
11977 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11978
11979 * dwarf2read.c (file_file_name): New function with code from
11980 file_full_name.
11981 (file_full_name): Move most of the code to file_file_name.
11982 (macro_start_file): Rename variable full_name to file_name and use
11983 file_file_name for it. Add comp_dir parameter to new_macro_table.
11984 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11985 macro_source_file->filename access by macro_source_fullname call.
11986 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11987 caller.
11988 * macrotab.c (struct macro_table): New field comp_dir.
11989 (macro_include): New variables link_fullname and source_fullname.
11990 Replace any macro_source_file->filename access by macro_source_fullname
11991 call.
11992 (macro_lookup_inclusion): Remove the partial filenames checking code.
11993 (check_for_redefinition): New variables source_fullname and
11994 found_key_fullname. Replace any macro_source_file->filename access by
11995 macro_source_fullname call.
11996 (macro_undef): New variables source_fullname and key_fullname. Replace
11997 any macro_source_file->filename access by macro_source_fullname call.
11998 (macro_lookup_definition): New variables retval and source_fullname.
11999 Replace any macro_source_file->filename access by macro_source_fullname
12000 call.
12001 (foreach_macro): New variable key_fullname. Replace any
12002 macro_source_file->filename access by macro_source_fullname call.
12003 (foreach_macro_in_scope): New variable datum_fullname. Replace any
12004 macro_source_file->filename access by macro_source_fullname call.
12005 (new_macro_table): Add parameter comp_dir. Initialize T with it.
12006 (macro_source_fullname): New function.
12007 * macrotab.h (struct macro_source_file): Extent the filename field
12008 comment.
12009 (new_macro_table): New parameter comp_dir, add a comment for it.
12010 (macro_source_fullname): new declaration.
12011
12012 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12013
12014 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
12015 this_real_name to outer block. Use it also for
12016 compare_filenames_for_search.
12017 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
12018 with dw2_get_real_path for file_matcher, considering also
12019 BASENAMES_MAY_DIFFER.
12020 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
12021
12022 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12023
12024 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
12025 to the file_matcher parameter. Pass 0 to it.
12026 (dwarf2_create_include_psymtab): Copy also DIRNAME.
12027 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
12028 NULL psymtab_to_fullname result.
12029 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
12030 an expected filename instead.
12031 (expand_symtabs_matching_via_partial): Add basenames parameter to the
12032 file_matcher parameter. Call also psymtab_to_fullname, after newly
12033 considering BASENAMES_MAY_DIFFER.
12034 * source.c (rewrite_source_path): Remove static.
12035 * source.h (rewrite_source_path): New declaration.
12036 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
12037 the expand_symtabs_matching field. Comment it.
12038 * symtab.c (file_matches): New function comment. Add parameter
12039 basenames, implement it.
12040 (search_symbols_file_matches): Add basenames parameter. Update the
12041 file_matches caller.
12042 (search_symbols): Match FILES also against symtab_to_fullname.
12043 Optimize it for BASENAMES_MAY_DIFFER.
12044
12045 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12046
12047 * source.c (print_source_lines_base): Print for TUI also "fullname".
12048 * tui/tui-data.c (init_content_element): Change tui_locator_element
12049 field to full_name.
12050 * tui/tui-data.h (struct tui_locator_element): Likewise.
12051 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
12052 tui_update_locator_filename calls to tui_update_locator_fullname.
12053 Replace symtab->filename refererence by symtab_to_fullname call.
12054 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
12055 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
12056 field to full_name. Replace symtab->filename refererence by
12057 symtab_to_fullname call.
12058 (tui_show_symtab_source): Rename parameter to fullname. Change
12059 tui_locator_element field to full_name.
12060 * tui/tui-stack.c: Include source.h.
12061 (tui_set_locator_filename): Rename the declaration to ...
12062 (tui_set_locator_fullname): ... here. Rename its parameter to
12063 fullname, updates its comment.
12064 (tui_set_locator_info): Rename its parameter to fullname.
12065 (tui_set_locator_filename): Rename the definition to ...
12066 (tui_set_locator_fullname): ... here. Rename its parameter to
12067 fullname, updates its comment. Change tui_locator_element field to
12068 full_name.
12069 (tui_set_locator_info): Rename its parameter to fullname.
12070 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
12071 (tui_update_locator_filename): Rename to ...
12072 (tui_update_locator_fullname): ... here. Rename callee to
12073 tui_set_locator_fullname.
12074 (tui_show_frame_info): Replace symtab->filename refererence by
12075 symtab_to_fullname call.
12076 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
12077 (tui_update_locator_fullname): ... here.
12078 * tui/tui-winsource.c (tui_display_main): Rename the callee to
12079 tui_update_locator_fullname. Replace symtab->filename refererence by
12080 symtab_to_fullname call.
12081 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
12082 Rename the callee to tui_update_locator_fullname.
12083 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
12084
12085 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12086
12087 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
12088 by symtab_to_filename_for_display calls.
12089 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
12090 (clear_command): New variable sal_fullname, initialize it. Replace
12091 compare_filenames_for_search by filename_cmp with sal_fullname.
12092 (say_where, update_static_tracepoint): Replace symtab->filename
12093 refererences by symtab_to_filename_for_display calls.
12094 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
12095 Likewise.
12096 * dwarf2read.c: Include source.h.
12097 (fixup_go_packaging): Replace symtab->filename refererences by
12098 symtab_to_filename_for_display calls.
12099 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
12100 Replace symtab->filename refererences by symtab_to_filename_for_display
12101 calls.
12102 (create_sals_line_offset, convert_linespec_to_sals): New variable
12103 fullname, initialize it, replace symtab->filename reference by the
12104 variable.
12105 * linux-fork.c: Include source.h.
12106 (info_checkpoints_command): Replace symtab->filename refererences by
12107 symtab_to_filename_for_display calls.
12108 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
12109 by symtab_to_filename_for_display calls.
12110 * mdebugread.c: Include source.h.
12111 (psymtab_to_symtab_1): Replace symtab->filename refererences by
12112 symtab_to_filename_for_display calls.
12113 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12114 (mi_cmd_file_list_exec_source_files): Likewise.
12115 * printcmd.c: Include source.h.
12116 (build_address_symbolic): Replace symtab->filename refererences by
12117 symtab_to_filename_for_display calls.
12118 * psymtab.c (partial_map_symtabs_matching_filename)
12119 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
12120 with psymtab_to_fullname.
12121 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
12122 by symtab_to_filename_for_display calls.
12123 (stpy_get_filename): New variable filename, initialize it, use instead
12124 of symtab->filename refererences.
12125 (salpy_str): Make variable filename const char *. Replace
12126 symtab->filename refererences by symtab_to_filename_for_display calls.
12127 * skip.c: Include source.h and filenames.h.
12128 (skip_file_command): Remove const from the symtab variable. Replace
12129 symtab->filename refererences by symtab_to_fullname call.
12130 (function_name_is_marked_for_skip): New variables searched_for_fullname
12131 and fullname. Use them to search also with symtab's fullname.
12132 * source.c (find_source_lines): Replace symtab->filename refererences
12133 by symtab_to_filename_for_display calls.
12134 (print_source_lines_base): New variable filename, use it instead of
12135 symtab->filename. Replace symtab->filename refererences by
12136 symtab_to_filename_for_display calls.
12137 (line_info, forward_search_command): Replace symtab->filename
12138 refererences by symtab_to_filename_for_display calls.
12139 (reverse_search_command): Replace symtab->filename refererences by
12140 symtab_to_filename_for_display calls. New variable filename for it.
12141 * stack.c (frame_info): Likewise.
12142 * symmisc.c: Include source.h.
12143 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
12144 (maintenance_info_symtabs): Replace symtab->filename refererences by
12145 symtab_to_filename_for_display calls.
12146 * symtab.c (iterate_over_some_symtabs): Call
12147 compare_filenames_for_search also with symtab_to_fullname.
12148 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
12149 symtab->filename refererences by symtab_to_filename_for_display calls.
12150 (find_line_symtab): Replace symtab->filename refererences by
12151 symtab_to_filename_for_display calls.
12152 (file_matches): Replace filename_cmp by compare_filenames_for_search.
12153 (print_symbol_info): Make the last parameter const char *. New
12154 variable s_filename. Use it in the function.
12155 (symtab_symbol_info): Make the last_filename variable const char *.
12156 Replace symtab->filename refererences by symtab_to_filename_for_display
12157 calls.
12158 (rbreak_command): New variable fullname. Use it. Replace
12159 symtab->filename refererence by symtab_to_filename_for_display call.
12160 * tracepoint.c (set_traceframe_context, trace_find_line_command)
12161 (print_one_static_tracepoint_marker): Replace symtab->filename
12162 refererences by symtab_to_filename_for_display calls.
12163 * tui/tui-source.c (tui_set_source_content): New variables filename and
12164 s_filename. Replace symtab->filename refererences by this variable.
12165 Replace other symtab->filename refererences by
12166 symtab_to_filename_for_display calls.
12167
12168 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
12169 Jan Kratochvil <jan.kratochvil@redhat.com>
12170
12171 Add a new variable that controls a way in which filenames are
12172 displayed.
12173 * NEWS (set filename-display): New entry.
12174 * source.c (filename_display_basename, filename_display_relative)
12175 (filename_display_absolute, filename_display_kind_names)
12176 (filename_display_string, show_filename_display_string)
12177 (symtab_to_filename_for_display): New.
12178 (_initialize_source): Added initialization of 'filename-display'
12179 variable.
12180 * source.h (symtab_to_filename_for_display): Added declaration.
12181 * stack.c (print_frame): Added new variable and calling of a new
12182 function and condition with this variable. Changed third argument of
12183 calling of a function.
12184
12185 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12186
12187 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
12188 Rename field reference filename to fullname.
12189 * tui/tui-data.h (struct tui_source_info): Rename field filename to
12190 fullname. New comment for it.
12191 * tui/tui-source.c (tui_set_source_content): Rename field reference
12192 filename to fullname. Initialize field by symtab_to_fullname now.
12193 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
12194 reference filename to fullname. Use symtab_to_fullname during
12195 comparison.
12196
12197 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12198
12199 Code cleanup.
12200 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
12201 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
12202 filename to fullname. Rename variable this_name to this_fullname.
12203 Lowercase FILENAME_CMP call.
12204 (dw2_find_symbol_file): New comment for the returned string.
12205 (dwarf2_gdb_index_functions): Rename the function to
12206 dw2_expand_symtabs_with_fullname.
12207 * psymtab.c (read_psymtabs_with_filename): Rename to ...
12208 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
12209 fullname.
12210 (psym_functions): Rename the function to read_psymtabs_with_fullname.
12211 * symfile.h (struct quick_symbol_functions): Rename field
12212 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
12213 parameter filename to fullname. Document returned string meaning for
12214 find_symbol_file.
12215 * symtab.c (find_line_symtab): Rename the called function to
12216 expand_symtabs_with_fullname.
12217
12218 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12219
12220 Code cleanup.
12221 * breakpoint.c (clear_command): Remove variable is_abs, unify the
12222 call of filename_cmp with compare_filenames_for_search.
12223 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
12224 is_abs, unify the call of FILENAME_CMP with
12225 compare_filenames_for_search. New gdb_asserts for real_path and name.
12226 Unify the call of compare_filenames_for_search with FILENAME_CMP.
12227 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
12228 * symfile.h (struct quick_symbol_functions): Extend the comment for
12229 map_symtabs_matching_filename.
12230 * symtab.c (compare_filenames_for_search): Remove the function comment
12231 relative path requirement. Handle absolute filenames, with a comment.
12232 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
12233 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
12234 real_path and name. Unify the call of compare_filenames_for_search
12235 with FILENAME_CMP.
12236 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
12237
12238 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12239
12240 Code cleanup.
12241 * breakpoint.c (print_breakpoint_location): Replace bp_location field
12242 source_file references by symtab field references. Remove variables
12243 sal and fullname.
12244 (momentary_breakpoint_from_master, add_location_to_breakpoint):
12245 (clear_command, say_where): Replace bp_location field source_file
12246 references by symtab field references.
12247 (bp_location_dtor): Remove the source_file reference.
12248 (update_static_tracepoint): Replace bp_location field source_file
12249 references by symtab field references.
12250 (breakpoint_free_objfile): New function.
12251 * breakpoint.h (struct bp_location): Extend the comment for line_number.
12252 Replace the field source_file by field symtab, extend its comment.
12253 (breakpoint_free_objfile): New declaration.
12254 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
12255 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
12256 field source_file references by symtab field references.
12257
12258 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12259
12260 Replace xfullpath calls by gdb_realpath calls.
12261 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
12262 function comment.
12263 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
12264 Remove it from the iterate_over_some_symtabs call.
12265 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
12266 Remove it from the dw2_map_expand_apply calls, remove a block handling
12267 it.
12268 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
12269 Remove it from the iterate_over_some_symtabs call.
12270 (partial_map_symtabs_matching_filename): Remove parameter full_path.
12271 Remove it from the partial_map_expand_apply calls, remove a block
12272 handling it. Drop gdb_realpath call and cleanups from the real_path
12273 handling.
12274 * source.c (openp): Drop the comment part about xfullpath. Replace
12275 xfullpath calls by gdb_realpath calls.
12276 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
12277 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
12278 from method map_symtabs_matching_filename and its comment.
12279 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
12280 gdb_realpath call.
12281 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12282 remove it also from the function comment, remove a block handling it.
12283 Drop gdb_realpath call and cleanups from the real_path handling.
12284 (iterate_over_symtabs): Drop variable full_path and its use.
12285 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12286 * utils.c (xfullpath): Remove.
12287 * utils.h (xfullpath): Remove.
12288
12289 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
12290
12291 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12292 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12293 (ALLDEPFILES): Add ppc64-tdep.c.
12294 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12295 ppc64-tdep.o to gdb_target_obs.
12296 * ppc64-tdep.h: New file.
12297 * ppc64-tdep.c: New file.
12298 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12299 ppc-linux-tdep.c to here.
12300 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12301 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12302 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12303 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12304 from ppc-linux-tdep.c to here.
12305 (ppc64_convert_from_func_ptr_addr): Rename from
12306 ppc64_linux_convert_from_func_ptr_addr to
12307 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12308 here.
12309 * rs6000-tdep.c:
12310 (read_insn): Move from ppc-linux-tdep.c to here.
12311 (insns_match_pattern, insn_d_field, insn_ds_field): Move
12312 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12313 * ppc-linux-tdep.c: Include ppc64-tdep.h.
12314 Removed above functions.
12315 (ppc_linux_init_abi): Adjust.
12316
12317 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12318
12319 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12320
12321 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12322
12323 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12324
12325 2013-02-01 Pedro Alves <palves@redhat.com>
12326
12327 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12328 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12329
12330 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12331
12332 * elfread.c (elf_symfile_read): Limit separate debug info additions to
12333 files with no separate debug info.
12334 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12335 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12336 only for files with no separate debug info.
12337
12338 2013-01-31 Tom Tromey <tromey@redhat.com>
12339
12340 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12341 change type.
12342 (struct jit_program_space_data): Rename from jit_inferior_data.
12343 Update comments.
12344 (get_jit_program_space_data): Rename from get_jit_inferior_data.
12345 Change return type. Attach data to program space.
12346 (jit_program_space_data_cleanup): Rename from
12347 jit_inferior_data_cleanup; change argument type.
12348 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12349 change type.
12350 (jit_register_code): Update.
12351 (jit_update_inferior_cache): Remove.
12352 (jit_breakpoint_deleted): Get jit data from the location's program
12353 space.
12354 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12355 'ps_data', change type.
12356 (jit_inferior_init, jit_breakpoint_re_set_internal)
12357 (jit_event_handler): Update.
12358 (free_objfile_data): Get data from objfile's program space.
12359 (_initialize_jit): Update.
12360
12361 2013-01-31 Tom Tromey <tromey@redhat.com>
12362
12363 PR gdb/13987:
12364 * jit.c (struct jit_inferior_data) <cached_code_address,
12365 jit_breakpoint>: New fields.
12366 (jit_breakpoint_re_set_internal): Fix logging. Only create
12367 breakpoint if cached address has changed.
12368 (jit_update_inferior_cache, jit_breakpoint_deleted): New
12369 functions.
12370 (_initialize_jit): Register breakpoint deleted observer.
12371
12372 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12373
12374 * infrun.c (handle_syscall_event): Remove unused gdbarch.
12375 (save_infcall_suspend_state): Ifdef out unused inf.
12376 (restore_infcall_suspend_state): Ifdef out unused inf.
12377 * jit.c (jit_register_code): Remove unused i, b, inf_data.
12378 (jit_frame_sniffer): Remove unused inf_data.
12379
12380 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12381
12382 * c-exp.y (classify_inner_name): Remove unused type.
12383 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12384 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12385 need_escape.
12386 (c_get_string): Remove unused kind.
12387 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12388
12389 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12390
12391 * charset.c (intermediate_encoding): Remove unused i.
12392 * completer.c (signal_completer): Remove unused i.
12393 * continuations.c (discard_my_continuations_1): Remove unused
12394 continuation_ptr.
12395 * corelow.c (core_close): Remove unuseD name.
12396 (get_core_siginfo): Remove unused pid.
12397 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12398 i, cps.
12399 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12400 (loclist_describe_location): Remove unused first.
12401 * event-top.c (command_line_handler): Remove unused got_eof.
12402 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12403 (resize_section_table): Remove unused old_value.
12404 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12405 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12406 * i386-tdep.c (i386_process_record): Remove unused rex.
12407 * infcmd.c (get_return_value): Remove unused uiout.
12408 * jv-lang.c (type_from_class): Remove unused is_array.
12409 * jv-valprint.c (java_val_print): Remove unused i.
12410 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12411 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12412 * m2-typeprint.c (m2_print_type): Remove unused code.
12413 * macroexp.c (get_character_constant): Remove unused body_start.
12414 (macro_stringify): Remove unused result.
12415 * objc-lang.c (find_methods): Remove unused gdbarch.
12416 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12417 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12418 * stack.c (print_frame_args): Remove unused summary.
12419 * thread.c (thread_apply_command): Remove unused p.
12420 * valarith.c (value_x_unop): Remove unused mangle_ptr.
12421 * valops.c (search_struct_method): Remove unused skip.
12422 * valprint.c (generic_val_print): Remove unused byte_order.
12423 * varobj.c (varobj_update): Remove unused changed.
12424 * cli/cli-cmds.c (complete_command): Remove unused next_item.
12425 (alias_command): Remove unused c.
12426 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12427 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12428 format.
12429 (mi_cmd_data_write_memory): Remove unused word_format.
12430 (mi_cmd_data_write_memory_bytes): Remove unused r.
12431 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12432 p_start, p_end.
12433 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12434 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12435 line_width.
12436
12437 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12438
12439 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12440 * symtab.c (iterate_over_symtabs): Remove unused s.
12441 (find_pc_sect_symtab): Remove unused pspAce.
12442 (find_pc_sect_line): Remove unused alt_symtab.
12443 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12444 (completion_list_add_name): Remove unused newsize.
12445
12446 2013-01-31 Tom Tromey <tromey@redhat.com>
12447
12448 PR c++/14998:
12449 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12450 TYPE_CODE_FUNC.
12451
12452 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12453
12454 * target.c (target_read_string): Remove unused origlen.
12455
12456 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12457
12458 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12459 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12460 * ax-general.c (ax_print): Remove unused is_float.
12461 * blockframe.c (block_innermost_frame): Remove unused start, end.
12462 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12463
12464 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12465
12466 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12467 (svr4_read_so_list): Remove unused lmo.
12468 * solib-target.c (solib_target_relocate_section_addresses): Remove
12469 unused flags.
12470
12471 2013-01-30 Tom Tromey <tromey@redhat.com>
12472
12473 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12474
12475 2013-01-30 Tom Tromey <tromey@redhat.com>
12476
12477 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12478 * utils.c (gnu_debuglink_crc32): Remove.
12479 * utils.h (gnu_debuglink_crc32): Don't declare.
12480
12481 2013-01-30 Tom Tromey <tromey@redhat.com>
12482
12483 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12484 (read_structure_type, read_enumeration_type): Remove cast.
12485
12486 2013-01-30 Tom Tromey <tromey@redhat.com>
12487
12488 * dwarf2read.c (read_namespace_type): Remove cast.
12489 (read_typedef): Likewise.
12490
12491 2013-01-29 Tom Tromey <tromey@redhat.com>
12492
12493 * dwarf2read.c (free_dwo_file): Remove assert.
12494
12495 2013-01-29 Tom Tromey <tromey@redhat.com>
12496
12497 * value.c (deprecated_set_value_modifiable): Remove.
12498 * value.h (deprecated_set_value_modifiable): Remove.
12499
12500 2013-01-28 Doug Evans <dje@google.com>
12501
12502 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12503 to addresses from dwo files.
12504
12505 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
12506
12507 * valops.c (find_overload_match): Remove unused argument 'lax'.
12508 * value.h: Remove unused argument 'lax' from the declaration of
12509 find_overload_match.
12510 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12511 to find_overload_match.
12512 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12513 argument to find_overload_match.
12514
12515 2013-01-25 Tom Tromey <tromey@redhat.com>
12516
12517 * dwarf2read.c (processing_has_namespace_info): Remove.
12518 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12519 (process_die, read_func_scope, dwarf2_start_symtab)
12520 (new_symbol_full): Update.
12521
12522 2013-01-25 Tom Tromey <tromey@redhat.com>
12523
12524 * cp-namespace.c (cp_set_block_scope): Remove.
12525 * cp-support.h (cp_set_block_scope): Remove.
12526 * dbxread.c: Include block.h.
12527 (cp_set_block_scope): New function.
12528 (process_one_symbol): Update.
12529 * dwarf2read.c (read_func_scope): Use block_set_scope.
12530
12531 2013-01-25 Pedro Alves <palves@redhat.com>
12532
12533 * remote.c (add_current_inferior_and_thread): Tweak comment.
12534
12535 2013-01-25 Tom Tromey <tromey@redhat.com>
12536
12537 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12538 (cp_add_using_directive): Add 'copy_names' argument.
12539 * cp-support.h (cp_add_using_directive): Update.
12540 (struct using_direct) <import_src, import_dest, alias,
12541 declaration>: Now const.
12542 * dwarf2read.c (read_import_statement): Use obconcat.
12543 Don't copy names passed to cp_add_using_directive.
12544
12545 2013-01-25 Tom Tromey <tromey@redhat.com>
12546
12547 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12548
12549 2013-01-25 Pedro Alves <palves@redhat.com>
12550
12551 * remote.c (stop_reply_extract_thread): New.
12552 (add_current_inferior_and_thread): New parameter 'wait_status'.
12553 Handle it.
12554 (remote_start_remote): Pass wait status to
12555 add_current_inferior_and_thread.
12556 (extended_remote_run): Update comment.
12557 (extended_remote_create_inferior_1): Pass wait status to
12558 add_current_inferior_and_thread.
12559
12560 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
12561 Ulrich Weigand <uweigand@de.ibm.com>
12562
12563 * valarith.c (value_vector_widen): New function for replicating a
12564 scalar into a vector.
12565 (value_binop): Use value_vector_widen to widen scalar to vector
12566 rather than casting, this better matches gcc C behaviour.
12567 * valops.c (value_casst): Update logic for casting between vector
12568 types, and for casting from scalar to vector, try to match gcc C
12569 behaviour.
12570 * value.h (value_vector_widen): Declare.
12571 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12572 function, handle special case for casting scalar to vector.
12573 (opencl_relop): Use opencl_value_cast.
12574 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12575 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12576 in order to use opencl_value_cast.
12577
12578 2013-01-25 Yao Qi <yao@codesourcery.com>
12579
12580 * event-loop.c: Include "queue.h".
12581 (gdb_event_p): New typedef.
12582 (DECLARE_QUEUE_P): Use.
12583 (DEFINE_QUEUE_P): Use.
12584 (async_queue_event): Remove.
12585 (gdb_event_xfree): New.
12586 (initialize_event_loop): New.
12587 (process_event): Use QUEUE macros.
12588 (event_queue): Remove.
12589 (gdb_wait_for_event): Caller update.
12590 (check_async_event_handlers): Likewise.
12591 (poll_timers): Likewise.
12592 * event-loop.h (initialize_event_loop): Declare.
12593 * event-loop.c (gdb_event_xfree): New.
12594 * top.c (gdb_init): Call initialize_event_loop.
12595
12596 2013-01-25 Yao Qi <yao@codesourcery.com>
12597
12598 * event-loop.c (async_queue_event): Remove one parameter
12599 'position'. Remove code handling 'position' == TAIL.
12600 (gdb_wait_for_event): Caller update.
12601 (check_async_event_handlers): Caller update.
12602 (poll_timers): Caller update.
12603 * event-loop.h (enum queue_position): Remove.
12604
12605 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12606
12607 * MAINTAINERS: Update my email.
12608
12609 2013-01-25 Yao Qi <yao@codesourcery.com>
12610
12611 * main.c (print_gdb_help): Remove "--epoch" from the help
12612 message.
12613
12614 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12615
12616 * symtab.c (skip_prologue_using_sal): Consider a file
12617 change the same as an increased line number
12618
12619 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12620
12621 * MAINTAINERS (Write After Approval): Add myself to the list.
12622
12623 2013-01-24 Tom Tromey <tromey@redhat.com>
12624
12625 * ada-lang.h (ada_decode_symbol): Make return type const.
12626 * ada-lang.c (ada_decode_symbol): Likewise.
12627
12628 2013-01-23 Doug Evans <dje@google.com>
12629
12630 * linespec.c (find_linespec_symbols): Make static.
12631
12632 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12633
12634 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12635 type on float conversion for complex type.
12636
12637 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12638
12639 Add a new class gdb.Architecture which exposes GDB's
12640 internal representation of architecture via GDB Python API.
12641 * Makefile.in: Add entries corresponding to the new file
12642 python/py-arch.c.
12643 * NEWS (Python Scripting): Add entries for the new class
12644 gdb.Architecture and the new method gdb.Frame.architecture.
12645 * python/py-arch.c: Implement gdb.Architecture class.
12646 * python/py-frame.c (frapy_arch): Implement the method
12647 gdb.Frame.architecture().
12648 (frame_object_methods): Add 'architecture' to the method table.
12649 * python/python-internal.h: Add declarations of new utility
12650 functions.
12651 * python/python.c (_initialize_python): Initialize
12652 gdb.Architecture class.
12653
12654 2013-01-23 Doug Evans <dje@google.com>
12655
12656 Work around binutils/15021.
12657 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12658 type_unit_group out of union s. All uses updated.
12659 (read_index_from_section): Watch for index version 8.
12660 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12661 an imported symtab.
12662 (write_psymtabs_to_index): Increment version number to 8.
12663
12664 2013-01-22 Pedro Alves <palves@redhat.com>
12665
12666 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12667 user-visible.
12668
12669 2013-01-22 Pedro Alves <palves@redhat.com>
12670
12671 * annotate.c (annotate_breakpoints_changed): Rename to ...
12672 (annotate_breakpoints_invalid): ... this. Make static.
12673 (breakpoint_changed): Adjust.
12674 (_initialize_annotate): Always install the observers. Install a
12675 "breakpoint_created" observer.
12676 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12677 * breakpoint.c (set_breakpoint_condition)
12678 (breakpoint_set_commands, do_map_commands_command)
12679 (init_raw_breakpoint, clear_command, set_ignore_count)
12680 (enable_breakpoint_disp): No longer call
12681 annotate_breakpoints_changed.
12682
12683 2013-01-22 Pedro Alves <palves@redhat.com>
12684
12685 * annotate.c: Include "inferior.h".
12686 (frames_invalid_emitted)
12687 (breakpoints_invalid_emitted): New globals.
12688 (async_background_execution_p): New function.
12689 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12690 emitting the annotation if it has already been emitted.
12691 (annotate_display_prompt): New function.
12692 * annotate.h (annotate_display_prompt): New declaration.
12693 * event-top.c: Include annotate.h.
12694 (display_gdb_prompt): Call annotate_display_prompt.
12695
12696 2013-01-22 Pedro Alves <palves@redhat.com>
12697
12698 * annotate.c (ignore_count_changed): Delete.
12699 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12700 (annotate_ignore_count_change): Delete.
12701 (annotate_stopped): Don't emit a delayed breakpoints-changed
12702 annotation.
12703 * annotate.h (annotate_ignore_count_change): Delete.
12704 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12705 annotate_ignore_count_change.
12706
12707 2013-01-22 Tom Tromey <tromey@redhat.com>
12708
12709 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12710 require_rvalue for a register location.
12711
12712 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12713
12714 * breakpoint.c (print_one_breakpoint_location): Add MI
12715 field 'thread-groups' when printing a breakpoint.
12716 (output_thread_groups): New function.
12717
12718 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12719
12720 * python/lib/gdb/commands/explore.py
12721 (CompoundExplorer.explore_expr): Correct the name of a method
12722 being invoked.
12723 (ExploreTypeCommand.invoke): Add a missing 'return'.
12724
12725 2013-01-21 Tom Tromey <tromey@redhat.com>
12726
12727 * gdb_obstack.h (obconcat): Move declaration here, from...
12728 * symfile.h (obconcat): ... here.
12729 * gdb_obstack.c: New file.
12730 (obconcat): Move from...
12731 * symfile.c (obconcat): ... here.
12732 * Makefile.in (SFILES): Add gdb_obstack.c.
12733 (COMMON_OBS): Add gdb_obstack.o.
12734
12735 2013-01-21 Tom Tromey <tromey@redhat.com>
12736
12737 * symfile.h (obsavestring): Don't declare.
12738 * symfile.c (obsavestring): Remove.
12739 * ada-exp.y: Use obstack_copy0, not obsavestring.
12740 * ada-lang.c: Use obstack_copy0, not obsavestring.
12741 * coffread.c: Use obstack_copy0, not obsavestring.
12742 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12743 * dbxread.c: Use obstack_copy0, not obsavestring.
12744 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12745 * jit.c: Use obstack_copy0, not obsavestring.
12746 * mdebugread.c: Use obstack_copy0, not obsavestring.
12747 * psymtab.c: Use obstack_copy0, not obsavestring.
12748 * stabsread.c: Use obstack_copy0, not obsavestring.
12749 * xcoffread.c: Use obstack_copy0, not obsavestring.
12750
12751 2013-01-21 Tom Tromey <tromey@redhat.com>
12752
12753 * dwarf2read.c (fixup_go_packaging): Save package name
12754 on objfile obstack.
12755 * gdbtypes.c (init_type): Don't copy name.
12756
12757 2013-01-21 Tom Tromey <tromey@redhat.com>
12758
12759 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12760 const.
12761 (struct attribute) <u.str>: Now const.
12762 (struct fnfieldlist) <name>: Now const.
12763 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12764 (partial_die_parent_scope): Make return type const.
12765 (partial_die_full_name, add_partial_symbol): Update.
12766 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12767 'name' const.
12768 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12769 (read_file_scope, read_func_scope, dwarf2_add_field)
12770 (dwarf2_add_member_fn, read_structure_type)
12771 (process_enumeration_scope, read_array_type, read_module_type)
12772 (read_base_type, read_subrange_type): Update.
12773 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12774 (new_symbol_full, guess_full_die_structure_name): Update.
12775 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12776 (dwarf2_name): Return const type.
12777 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12778 const.
12779
12780 2013-01-21 Tom Tromey <tromey@redhat.com>
12781
12782 * gdbtypes.c (init_type): Make 'name' const.
12783 * gdbtypes.h (init_type): Update.
12784
12785 2013-01-21 Tom Tromey <tromey@redhat.com>
12786
12787 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12788 (start_symtab): Make 'name' and 'dirname' const. Use
12789 set_last_source_file.
12790 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12791 (last_source_file): Define. Now static.
12792 (set_last_source_file, get_last_source_file): New functions.
12793 * buildsym.h (last_source_file): Don't declare.
12794 (start_symtab): Update.
12795 (set_last_source_file, get_last_source_file): Declare.
12796 * coffread.c (complete_symtab): Use set_last_source_file.
12797 (coff_end_symtab): Likewise.
12798 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12799 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12800 set_last_source_file.
12801 (process_one_symbol): Use get_last_source_file.
12802 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12803 (psymtab_to_symtab_1): Use get_last_source_file.
12804 * xcoffread.c (process_linenos): Use get_last_source_file.
12805 (complete_symtab): Use set_last_source_file.
12806 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12807 (scan_xcoff_symtab): Use set_last_source_file.
12808
12809 2013-01-21 Tom Tromey <tromey@redhat.com>
12810
12811 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12812 (symbol_set_names): Remove casts. Handle field const-ness.
12813
12814 2013-01-21 Tom Tromey <tromey@redhat.com>
12815
12816 * dwarf2read.c (new_symbol_full): Remove cast.
12817 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12818 * symtab.h (symbol_set_demangled_name): Update.
12819
12820 2013-01-21 Tom Tromey <tromey@redhat.com>
12821
12822 * main.c (captured_main): Call bfd_init.
12823
12824 2013-01-21 Tom Tromey <tromey@redhat.com>
12825
12826 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12827 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12828 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12829 * NEWS: Update.
12830
12831 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12832
12833 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12834
12835 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12836
12837 Fix gdb.fortran/common-block.exp crash in PIE mode.
12838 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12839 LOC_COMMON_BLOCK.
12840 * f-valprint.c (info_common_command_for_block): Expect
12841 LOC_COMMON_BLOCK in gdb_assert.
12842 * symtab.h (struct general_symbol_info): Update comment for the
12843 common_block member.
12844 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12845 (enum address_class): New member LOC_COMMON_BLOCK.
12846
12847 2013-01-18 David Blaikie <dblaikie@gmail.com>
12848
12849 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12850
12851 2013-01-18 Tom Tromey <tromey@redhat.com>
12852
12853 PR c++/14999:
12854 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12855 Call require_rvalue.
12856
12857 2013-01-18 Yao Qi <yao@codesourcery.com>
12858
12859 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12860 (dbx_read_symtab): New declaration.
12861 (dbx_psymtab_to_symtab): Delete.
12862 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12863 Rename parameter PST to SELF. Exchanged two parameters.
12864 (start_psymtab): Caller update.
12865 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12866 (dwarf2_read_symtab): New declaration.
12867 (dwarf2_psymtab_to_symtab): Delete.
12868 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12869 Rename parameter PST to SELF. Exchanged two parameters.
12870 (create_partial_symtab): Caller update.
12871 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12872 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12873 Rename parameter PST to SELF. Exchanged two parameters.
12874 (parse_partial_symbols, new_psymtab): Caller update.
12875 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12876 two parameters.
12877 * psymtab.c (psymtab_to_symtab): Caller update.
12878 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12879 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12880 Rename parameter PST to SELF. Exchanged two parameters.
12881 (xcoff_start_psymtab): Caller update.
12882
12883 2013-01-18 Yao Qi <yao@codesourcery.com>
12884
12885 * infrun.c (proceed): Rename local variable 'oneproc' to
12886 'force_step'.
12887
12888 2013-01-17 Doug Evans <dje@google.com>
12889
12890 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12891 (dw2_build_type_unit_groups): Delete. All uses updated.
12892
12893 * symtab.h (struct symbol_search): Add comment.
12894
12895 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12896
12897 * symtab.c (compare_filenames_for_search): New comment for
12898 HAS_DRIVE_SPEC.
12899
12900 2013-01-17 Tom Tromey <tromey@redhat.com>
12901
12902 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12903
12904 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12905
12906 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12907 initialize it by existing make_cleanup. Call new do_cleanups.
12908
12909 2013-01-17 Tom Tromey <tromey@redhat.com>
12910
12911 * cp-abi.c (cp_abi_completer): New function.
12912 (_initialize_cp_abi): Set completer for "set cp-abi".
12913
12914 2013-01-17 Tom Tromey <tromey@redhat.com>
12915
12916 * mem-break.c: Remove obsolete comment.
12917 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12918
12919 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12920
12921 * jit.c (jit_reader_load_command): Interpret the jit reader name
12922 as an absolute path if it begins with a forward slash.
12923
12924 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12925
12926 PR gdb/14550
12927
12928 * jit.c (finalize_symtab): Ensure that only the global block has a
12929 NULL superblock.
12930
12931 2013-01-17 Pedro Alves <palves@redhat.com>
12932
12933 * acinclude.m4: Include ../config/plugins.m4,
12934 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12935 * Makefile.in (aclocal_m4_deps): Update.
12936 * aclocal.m4: Renegerate.
12937
12938 2013-01-16 Doug Evans <dje@google.com>
12939
12940 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12941
12942 2013-01-16 Pedro Alves <palves@redhat.com>
12943 Tom Tromey <tromey@redhat.com>
12944
12945 PR cli/7221:
12946 * NEWS: Add "catch signal".
12947 * breakpoint.c (base_breakpoint_ops): No longer static.
12948 (bpstat_explains_signal): New function.
12949 (init_catchpoint): No longer static.
12950 (base_breakpoint_explains_signal): New function.
12951 (base_breakpoint_ops): Initialize new field.
12952 * breakpoint.h (enum bpstat_signal_value): New.
12953 (struct breakpoint_ops) <explains_signal>: New field.
12954 (bpstat_explains_signal): Remove macro, declare as function.
12955 (base_breakpoint_ops, init_catchpoint): Declare.
12956 * break-catch-sig.c: New file.
12957 * inferior.h (signal_catch_update): Declare.
12958 * infrun.c (signal_catch): New global.
12959 (handle_syscall_event): Update for change to
12960 bpstat_explains_signal.
12961 (handle_inferior_event): Likewise. Always handle random signals
12962 via bpstats.
12963 (signal_cache_update): Check signal_catch.
12964 (signal_catch_update): New function.
12965 (_initialize_infrun): Initialize signal_catch.
12966 * Makefile.in (SFILES): Add break-catch-sig.c.
12967 (COMMON_OBS): Add break-catch-sig.o.
12968
12969 2013-01-16 Tom Tromey <tromey@redhat.com>
12970
12971 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12972 (print_one_catch_solib, print_one_catch_syscall)
12973 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12974 "catch-type".
12975
12976 2013-01-16 Yao Qi <yao@codesourcery.com>
12977
12978 * printcmd.c (current_display_number): Make it static.
12979
12980 2013-01-16 Yao Qi <yao@codesourcery.com>
12981
12982 * infcmd.c (step_once): Don't check '!single_inst' as it was
12983 checked before.
12984
12985 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12986
12987 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12988
12989 2013-01-14 Tom Tromey <tromey@redhat.com>
12990
12991 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12992 set command.
12993 * command.h (add_setshow_string_noescape_cmd): Update.
12994 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12995 (complete_set_gnutarget): New function.
12996 (_initialize_core): Set the "set gnutarget" completer.
12997
12998 2013-01-14 Tom Tromey <tromey@redhat.com>
12999
13000 PR symtab/14442:
13001 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
13002 (c_type_print_modifier): Likewise.
13003 * dwarf2read.c (read_tag_restrict_type): New function.
13004 (read_type_die_1): Handle DW_TAG_restrict_type.
13005 * gdbtypes.c (make_restrict_type): New function.
13006 (recursive_dump_type): Handle TYPE_RESTRICT.
13007 * gdbtypes.h (enum type_flag_values): Renumber.
13008 (enum type_instance_flag_value): Add
13009 TYPE_INSTANCE_FLAG_RESTRICT.
13010 (TYPE_RESTRICT): New macro.
13011 (make_restrict_type): Declare.
13012
13013 2013-01-14 Tom Tromey <tromey@redhat.com>
13014
13015 PR symtab/14931:
13016 * psymtab.c (struct psymtab_state): New.
13017 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
13018 functions.
13019 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
13020 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
13021
13022 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
13023 Pedro Alves <palves@redhat.com>
13024
13025 PR remote/14786
13026
13027 * remote.c (remote_threads_info): Make a copy of the reply from
13028 qfThreadInfo and use that instead of rs->buf.
13029
13030 2013-01-14 Yao Qi <yao@codesourcery.com>
13031
13032 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
13033 (dbx_psymtab_to_symtab): Likewise.
13034 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
13035 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
13036 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
13037
13038 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 * parse.c (parse_exp_in_context): New variable inner_chain. Call
13041 make_cleanup_restore_current_language. Call set_language. Move
13042 OLD_CHAIN and INNER_CHAIN cleanups.
13043 * utils.c (do_restore_current_language)
13044 (make_cleanup_restore_current_language): New functions.
13045 * utils.h (make_cleanup_restore_current_language): New declaration.
13046
13047 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13048
13049 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
13050 non-existing files.
13051
13052 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
13053 non-existing files if FILENAME is already absolute.
13054
13055 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13056
13057 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
13058 fputs_filtered. Append trailing newline.
13059
13060 2013-01-11 Yao Qi <yao@codesourcery.com>
13061 Stan Shebs <stan@codesourcery.com>
13062
13063 * psymtab.c (init_psymbol_list): Clarify the comment.
13064
13065 2013-01-11 Yao Qi <yao@codesourcery.com>
13066
13067 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
13068 (update_dprintf_command_list): Assert that 'printf_line' is
13069 non-null. Remove condition check.
13070
13071 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13072
13073 Code cleanup.
13074 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
13075 type const char *.
13076 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
13077 const char *.
13078 * tui/tui-source.h (tui_source_is_displayed): Likewise.
13079
13080 2013-01-09 Anthony Green <green@moxielogic.com>
13081
13082 * cp-abi.c (cplus_print_vtable): Don't return value from void
13083 function.
13084 * ada-lang.c (re_set_catch_assert): Ditto.
13085
13086 2013-01-09 Doug Evans <dje@google.com>
13087
13088 * symfile.h (quick_symbol_functions): Delete member
13089 pre_expand_symtabs_matching. All uses removed.
13090 * dwarf2read.c (dw2_lookup_symbol): Implement.
13091 (dw2_do_expand_symtabs_matching): Delete.
13092 (dw2_pre_expand_symtabs_matching): Delete.
13093 (struct dw2_symtab_iterator): New type.
13094 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
13095 (dw2_expand_symtabs_for_function): Rewrite.
13096 (dwarf2_gdb_index_functions): Update.
13097 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
13098 (psym_functions): Update.
13099
13100 2013-01-09 Tom Tromey <tromey@redhat.com>
13101
13102 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
13103 * configure: Rebuild.
13104 * configure.ac: Add somread.o to the build if BFD has SOM
13105 support.
13106 * somread.c: Include som/aout.h, not syms.h.
13107 (som_symtab_read): Use som_external_symbol_dictionary_record.
13108 Unpack records manually.
13109 (_initialize_somread): Declare.
13110
13111 2012-01-08 Mike Frysinger <vapier@gentoo.org>
13112
13113 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
13114 Cast return_address to 64bits.
13115
13116 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
13117
13118 * printcmd.c: Remove define of function output_command.
13119 * tracepoint.c: Remove extern of function output_command.
13120 * valprint.h: (output_command): New extern.
13121
13122 2013-01-07 Tom Tromey <tromey@redhat.com>
13123
13124 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
13125 Remove.
13126 (objc_language_defn): Use c_printchar, c_printstr,
13127 c_emit_char.
13128
13129 2013-01-07 Tom Tromey <tromey@redhat.com>
13130
13131 PR cli/7719:
13132 * NEWS: Update.
13133 * ada-valprint.c (printstr, print_field_values): Remove
13134 "inspect_it" code.
13135 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
13136 code.
13137 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
13138 code.
13139 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
13140 * main.c (captured_main): Remove "epoch" argument.
13141 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
13142 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
13143 * p-valprint.c (pascal_object_print_value_fields): Remove
13144 "inspect_it" code.
13145 * printcmd.c (print_command_1): Remove 'inspect' argument.
13146 (print_command, call_command): Update.
13147 (inspect_command): Remove.
13148 (_initialize_printcmd): Make "inspect" an alias for "print".
13149 * top.c (epoch_interface): Remove.
13150 * top.h (epoch_interface): Remove.
13151 * valprint.c (user_print_options): Update.
13152 (print_converted_chars_to_obstack): Remove "inspect_it" code.
13153 * valprint.h (struct value_print_options) <inspect_it>: Remove
13154 field.
13155
13156 2013-01-04 Tom Tromey <tromey@redhat.com>
13157
13158 * valprint.h (read_string): Add 'extern'.
13159
13160 2013-01-07 Joel Brobecker <brobecker@adacore.com>
13161
13162 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
13163 used to decide whether to define darwin_read_dyld_info or not.
13164
13165 2013-01-03 Pierre Muller <muller@sourceware.org>
13166
13167 * main.c (relocate_gdb_directory): Avoid calling stat function
13168 if DIR is empty.
13169
13170 2013-01-03 Yao Qi <yao@codesourcery.com>
13171
13172 * psymtab.c (fixup_psymbol_section): Update declaration.
13173 (fixup_psymbol_section): Remove code returning value.
13174
13175 2013-01-03 Yao Qi <yao@codesourcery.com>
13176
13177 * symtab.h: Remove some out of date comments.
13178 (enum exception_event_kind): Move it ...
13179 * breakpoint.c: ... here.
13180
13181 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
13182
13183 PR gdb/14405
13184 * darwin-nat.c (darwin_read_dyld_info): Only build if
13185 TASK_DYLD_INFO_COUNT is defined.
13186 (darwin_xfer_partial): Call darwin_read_dyld_info only if
13187 TASK_DYLD_INFO_COUNT is defined.
13188
13189 2013-01-02 Tom Tromey <tromey@redhat.com>
13190
13191 * symfile.h (struct ecoff_debug_hack): Remove.
13192 * objfiles.c: Don't include mdebugread.h.
13193
13194 2013-01-02 Tom Tromey <tromey@redhat.com>
13195
13196 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
13197 * configure.ac: Check for Mach-O support in BFD. Update
13198 CONFIG_OBS.
13199 * configure: Rebuild.
13200
13201 2013-01-02 Tom Tromey <tromey@redhat.com>
13202
13203 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
13204 * configure.ac: Use GDB_AC_CHECK_BFD.
13205 * configure: Rebuild.
13206
13207 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
13208
13209 * MAINTAINERS: Update my email.
13210
13211 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13212
13213 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
13214
13215 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13216
13217 * rs6000-nat.c (bss_data_overlap): New function.
13218 (vmap_symtab): Use it to adjust the .bss section's offset.
13219
13220 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13221
13222 Update year range in copyright notice of all files.
13223
13224 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
13225
13226 * top.c (print_gdb_version): Update copyright year.
13227
13228 For older changes see ChangeLog-2012.
13229 \f
13230 Local Variables:
13231 mode: change-log
13232 left-margin: 8
13233 fill-column: 74
13234 version-control: never
13235 coding: utf-8
13236 End: