Use target_read_code in skip_prologue (i386)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-12-10 Yao Qi <yao@codesourcery.com>
2
3 * corefile.c (read_code): New function.
4 (read_code_integer): New function.
5 (read_code_unsigned_integer): New function.
6 * gdbcore.h (read_code): Declare.
7 (read_code_integer): Declare.
8 (read_code_unsigned_integer): Declare.
9 * i386-tdep.c (i386_follow_jump): Call target_read_code instead
10 of target_read_memory. Call read_code_unsigned_integer instead
11 of read_memory_unsigned_integer.
12 (i386_analyze_struct_return): Likewise.
13 (i386_skip_probe): Likewise.
14 (i386_analyze_stack_align): Likewise.
15 (i386_match_pattern): Likewise.
16 (i386_skip_noop): Likewise.
17 (i386_analyze_frame_setup): Likewise.
18 (i386_analyze_register_saves): Likewise.
19 (i386_skip_prologue): Likewise.
20 (i386_skip_main_prologue): Likewise.
21 (i386_frame_cache_1): Likewise.
22
23 2013-12-10 Yao Qi <yao@codesourcery.com>
24
25 * infrun.c: Include "target-dcache.h".
26 (prepare_for_detach): Call target_dcache_invalidate.
27 (wait_for_inferior): Likewise.
28 (fetch_inferior_event): Likewise.
29 (infrun_thread_stop_requested_callback): Likewise. Set
30 overlay_cache_invalid to 1.
31
32 2013-12-10 Joel Brobecker <brobecker@adacore.com>
33
34 * symtab.c (symbol_find_demangled_name): Add handling of
35 Ada symbols.
36
37 2013-12-10 Joel Brobecker <brobecker@adacore.com>
38
39 * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
40 * NEWS: Expand the entry documenting the new -exec-run --start
41 option to mention the corresponding new entry in the output of
42 "-list-features".
43
44 2013-12-10 Joel Brobecker <brobecker@adacore.com>
45
46 * windows-nat.c (handle_load_dll): Add comments.
47 (windows_ensure_ntdll_loaded): New function.
48 (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded.
49 Add FIXME comment.
50
51 2013-12-08 Joel Brobecker <brobecker@adacore.com>
52
53 GDB 7.6.2 released.
54
55 2013-12-08 Yao Qi <yao@codesourcery.com>
56
57 * stack.c (frame_info): Initialize variable caller_pc.
58
59 2013-12-06 Pedro Alves <palves@redhat.com>
60
61 * frame.c (enum cached_copy_status): New enum.
62 (struct frame_info) <prev_pc.p>: Change type to enum
63 cached_copy_status.
64 (fprint_frame): Handle not saved and unavailable prev_pc values.
65 (frame_unwind_pc_if_available): Delete and merge contents into ...
66 (frame_unwind_pc): ... here. Handle OPTIMIZED_OUT_ERROR. Adjust
67 to use enum cached_copy_status.
68 (frame_unwind_caller_pc_if_available): Delete.
69 (create_new_frame): Adjust.
70 * frame.h (frame_unwind_caller_pc_if_available): Delete
71 declaration.
72 * stack.c (frame_info): Use frame_unwind_caller_pc instead of
73 frame_unwind_caller_pc_if_available, and handle
74 NOT_AVAILABLE_ERROR and OPTIMIZED_OUT_ERROR errors.
75 * valprint.c (val_print_optimized_out): Use val_print_not_saved.
76 (val_print_not_saved): New function.
77 * valprint.h (val_print_not_saved): Declare.
78
79 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
80 Pedro Alves <palves@redhat.com>
81
82 * exceptions.h (errors): Add OPTIMIZED_OUT_ERROR.
83 * dwarf2loc.c (write_pieced_value): Throw OPTIMIZED_OUT_ERROR.
84 * frame.c (frame_unwind_register): Throw OPTIMIZED_OUT_ERROR.
85 * spu-tdep.c (spu_software_single_step): Throw
86 OPTIMIZED_OUT_ERROR.
87 * valops.c (value_assign): Throw OPTIMIZED_OUT_ERROR.
88
89 2013-12-06 Tom Tromey <tromey@redhat.com>
90
91 * objfiles.c (free_objfile): Update comment.
92
93 2013-12-06 Tom Tromey <tromey@redhat.com>
94
95 * objfiles.h (objfile_to_front): Remove.
96 * objfiles.c (objfile_to_front): Remove.
97
98 2013-12-06 Tom Tromey <tromey@redhat.com>
99
100 * minsyms.c (get_symbol_leading_char): Remove unnecessary
101 declaration.
102
103 2013-12-06 Tom Tromey <tromey@redhat.com>
104
105 * psympriv.h (struct partial_symtab) <user>: Move earlier.
106
107 2013-12-06 Tom Tromey <tromey@redhat.com>
108
109 * cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
110 (list_command): Likewise.
111
112 2013-12-06 Tom Tromey <tromey@redhat.com>
113
114 * psymtab.c (allocate_psymtab): Put the filename in the filename
115 bcache.
116
117 2013-12-06 Tom Tromey <tromey@redhat.com>
118
119 * buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
120 * symtab.h (struct symtab) <dirname>: Now const.
121
122 2013-12-06 Tom Tromey <tromey@redhat.com>
123
124 * symfile.c (allocate_symtab): Remove cast.
125 * symtab.h (struct symtab) <filename>: Now const.
126
127 2013-12-06 Tom Tromey <tromey@redhat.com>
128
129 * break-catch-throw.c (fetch_probe_arguments): Use
130 get_probe_argument_count and evaluate_probe_argument.
131 * elfread.c (elf_get_probe_argument_count)
132 (elf_can_evaluate_probe_arguments, elf_evaluate_probe_argument)
133 (elf_compile_to_ax): Remove.
134 (elf_probe_fns): Update.
135 * probe.c (get_probe_argument_count, can_evaluate_probe_arguments)
136 (evaluate_probe_argument): Call method on probe, not via sym
137 functions.
138 * stap-probe.c (compute_probe_arg): Use get_probe_argument_count,
139 evaluate_probe_argument.
140 (compile_probe_arg): Use get_probe_argument_count. Call method on
141 probe, not via sym functions.
142 * symfile-debug.c (debug_sym_get_probe_argument_count)
143 (debug_can_evaluate_probe_arguments)
144 (debug_sym_evaluate_probe_argument, debug_sym_compile_to_ax):
145 Remove.
146 (debug_sym_probe_fns): Remove.
147 * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
148 can_evaluate_probe_arguments, sym_evaluate_probe_argument,
149 sym_compile_to_ax>: Remove fields.
150
151 2013-12-06 Pierre Muller <muller@sourceware.org>
152
153 Fix completion for pascal language.
154 * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
155 (exp : field_exp name COMPLETE): New rule.
156 (exp : SIZEOF): Set correct current_type.
157 (last_was_structop): Remove static variable.
158 (yylex): Remove saw_structop local variable.
159 Adapt code to removal of variables above.
160
161 2013-12-06 Joel Brobecker <brobecker@adacore.com>
162
163 * frame.c (get_prev_frame_1): Delete variable "this_id".
164 Replace its use by a call to get_frame_id.
165
166 2013-12-05 Anthony Green <green@moxielogic.com>
167
168 * moxie-tdep.c (moxie_software_single_step): New function.
169 (INST2OFFSET): New helper macro.
170 (moxie_gdbarch_init): Call set_gdbarch_software_single_step.
171 (moxie_process_readu): Move this up in the file.
172
173 2013-12-05 Doug Evans <xdje42@gmail.com>
174
175 * auto-load.c (load_auto_scripts_for_objfile): Add some comments.
176
177 2013-12-05 Joel Brobecker <brobecker@adacore.com>
178 Tristan Gingold <gingold@adacore.com>
179
180 * amd64-windows-tdep.c (amd64_windows_frame_decode_insns):
181 Accept version 2. Ignore operations using opcode 6.
182
183 2013-12-05 Joel Brobecker <brobecker@adacore.com>
184
185 * ada-lex.l (find_dot_all): Fix coding style violations.
186
187 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
188
189 * NEWS: Add section for Intel(R) Architecture Instructions
190 Extesions mentioning MPX.
191
192 2013-12-03 Joel Brobecker <brobecker@adacore.com>
193
194 * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
195
196 2013-12-03 Joel Brobecker <brobecker@adacore.com>
197
198 * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
199 when parse_exp_1 threw an error. Add comment.
200
201 2013-12-03 Joel Brobecker <brobecker@adacore.com>
202
203 * NEWS: Mention "-list-features" in the entry documenting
204 the support for the "--language" option.
205
206 2013-12-03 Tom Tromey <tromey@redhat.com>
207 Jan Kratochvil <jan.kratochvil@redhat.com>
208 Doug Evans <dje@google.com>
209 Samuel Bronson <naesten@gmail.com>
210
211 Bring back gdb-add-index as a contrib script.
212 * contrib/gdb-add-index.sh: New file.
213 * NEWS: Note the addition.
214
215 2013-12-03 Samuel Bronson <naesten@gmail.com>
216
217 * MAINTAINERS (Write After Approval): Add myself to the list.
218
219 2013-12-03 Joel Brobecker <brobecker@adacore.com>
220
221 * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
222
223 2013-12-03 Joel Brobecker <brobecker@adacore.com>
224
225 * mi/mi-main.c: Remove trailing spaces throughout.
226
227 2013-12-03 Pedro Alves <palves@redhat.com>
228 Joel Brobecker <brobecker@adacore.com>
229
230 * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
231 * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
232 of a regular error when the GDB/MI command does not exist.
233 * mi/mi-main.c (mi_cmd_list_features): Add
234 "undefined-command-error-code".
235 (mi_print_exception): Print an "undefined-command"
236 error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
237 * NEWS: Add entry documenting the new "code" variable in
238 "^error" result records.
239
240 2013-12-03 Joel Brobecker <brobecker@adacore.com>
241
242 * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
243 * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
244 * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
245 * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
246 field to output of "-list-features".
247
248 * NEWS: Add entry for new -info-gdb-mi-command.
249
250 2013-12-02 Doug Evans <dje@google.com>
251 Jan Kratochvil <jan.kratochvil@redhat.com>
252
253 * objfiles.c (allocate_objfile): Save original_name as an absolute
254 path.
255 * objfiles.h (struct objfile): Expand comment on original_name.
256 * source.c (openp): Call gdb_abspath.
257 * utils.c (gdb_abspath): New function.
258 * utils.h (gdb_abspath): Declare.
259
260 2013-12-02 Pedro Alves <palves@redhat.com>
261
262 * dcache.c (dcache_read_line): Use target_read_raw_memory.
263 * target.c (target_read_raw_memory): New function.
264 (target_read_stack, target_write_memory, target_write_raw_memory):
265 Update comment.
266 (target_read_code): Add comment.
267 * target.h (target_read_raw_memory): Declare.
268
269 2013-12-02 Pedro Alves <palves@redhat.com>
270
271 * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
272 unconditionally.
273
274 2013-12-02 Pedro Alves <pedro@codesourcery.com>
275 Maciej W. Rozycki <macro@codesourcery.com>
276
277 * remote.c (putpkt_for_catch_errors): Remove function.
278 (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
279 gracefully.
280
281 2013-12-02 Pedro Alves <palves@redhat.com>
282
283 PR remote/15974
284 * remote-notif.c (handle_notification): Return early if no
285 notification is found.
286
287 2013-12-02 Joel Brobecker <brobecker@adacore.com>
288
289 * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
290 preprocessor check.
291
292 2013-12-02 Joel Brobecker <brobecker@adacore.com>
293
294 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
295
296 2013-12-02 Joel Brobecker <brobecker@adacore.com>
297
298 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
299 * ctf.c (ctf_start): Remove obsolete comment.
300
301 2013-12-02 Joel Brobecker <brobecker@adacore.com>
302
303 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
304
305 2013-11-30 Doug Evans <xdje42@gmail.com>
306
307 * auto-load.h (script_language): New members name, auto_load_enabled.
308 Add missing comments on struct members.
309 (auto_load_objfile_script): Delete.
310 * auto-load.c: #include "cli/cli-cmds.h".
311 (auto_load_gdb_scripts_enabled): New function.
312 (script_language_gdb): Update, add new members.
313 (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
314 and call to maybe_add_script moved to caller.
315 (auto_load_objfile_script_1): Auto-load safe-checking and
316 call to maybe_add_script moved here.
317 (auto_load_objfile_script): Make static. Early exit if support for
318 scripting language hasn't been compiled in, or auto-loading has been
319 disabled.
320 (source_section_scripts): Argument "source_name" renamed to
321 "section_name". All uses updated. Replace uses of AUTO_SECTION_NAME
322 with section_name. Skip loading script if support for scripting
323 language hasn't been compiled in, or auto-loading has been disabled.
324 Call language->source_script_for_objfile instead of calling
325 source_python_script_for_objfile directly.
326 (load_auto_scripts_for_objfile): Update.
327 * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
328 (gdbpy_load_auto_script_for_objfile): Delete.
329 (auto_load_python_scripts_enabled): New function.
330 (script_language_python): Update, add new members.
331 (gdbpy_script_language_defn): New function.
332 * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
333 (gdbpy_script_language_defn): Declare.
334
335 * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
336 py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
337 (source_section_scripts): Moved here from py-auto-load.c.
338 (auto_load_section_scripts): Ditto.
339 * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
340 auto-load.c, renamed AUTO_SECTION_NAME.
341 (source_section_scripts, auto_load_section_scripts): Moved to
342 auto-load.c.
343
344 2013-11-30 Yao Qi <yao@codesourcery.com>
345
346 * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
347
348 2013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
349
350 * gdbarch.sh: Remove include of "gdb_string.h", replace by
351 <string.h>.
352
353 2013-11-29 Doug Evans <xdje42@gmail.com>
354
355 * python/py-auto-load.c (source_section_scripts): Move comment to
356 more relevant location.
357
358 Whitespace cleanup.
359 * python/py-breakpoint.c: Remove trailing whitespace.
360 * python/py-cmd.c: Ditto.
361 * python/py-evts.c: Ditto.
362 * python/py-finishbreakpoint.c: Ditto.
363 * python/py-frame.c: Ditto.
364 * python/py-function.c: Ditto.
365 * python/py-inferior.c: Ditto.
366 * python/py-infthread.c: Ditto.
367 * python/py-param.c: Ditto.
368 * python/py-prettyprint.c: Ditto.
369 * python/py-symbol.c: Ditto.
370 * python/py-type.c: Ditto.
371 * python/py-utils.c: Ditto.
372 * python/py-value.c: Ditto.
373 * python/python-internal.h: Ditto.
374 * python/python.c: Ditto.
375
376 2013-11-29 Pedro Alves <palves@redhat.com>
377
378 * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
379
380 2013-11-29 Pedro Alves <palves@redhat.com>
381
382 * breakpoint.c (build_target_condition_list): Release previous
383 conditions.
384 (build_target_command_list): Release previous commands.
385 (bp_location_dtor): Release target conditions and commands.
386 * remote.c (remote_add_target_side_condition): Don't release
387 conditions.
388 (remote_add_target_side_commands): Don't release commands.
389
390 2013-11-29 Yao Qi <yao@codesourcery.com>
391 Pedro Alves <palves@redhat.com>
392
393 * dcache.c (dcache_read_line): Use current_target.beneath
394 instead of &current_target.
395 * target.c (memory_xfer_partial_1): Factor code out to ...
396 (raw_memory_xfer_partial): ... it. New function.
397 (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
398 is TARGET_OBJECT_RAW_MEMORY.
399
400 2013-11-28 Doug Evans <xdje42@gmail.com>
401
402 * breakpoint.h (gdbpy_breakpoint_object): Renamed from
403 breakpoint_object. All uses updated.
404 * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
405 breakpoint_object. All uses updated.
406 * python.c (*): All uses of breakpoint_object updated.
407 * python.h (*): All uses of breakpoint_object updated.
408 * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
409 * python/py-finishbreakpoint.c (*): Ditto.
410
411 2013-11-28 Doug Evans <xdje42@gmail.com>
412
413 * configure.ac: Add comments delineating libpython and libmcheck.
414 * configure: Regenerate.
415
416 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
417 Pedro Alves <palves@redhat.com>
418
419 * valprint.c (value_check_printable): If the value is entirely
420 unavailable, print a single "<unavailable>" instead of printing
421 all subfields.
422
423 2013-11-28 Pedro Alves <palves@redhat.com>
424
425 * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
426 Add "set debug frame" output.
427 (frame_stop_reason_symbol_string): New function.
428
429 2013-11-28 Pedro Alves <palves@redhat.com>
430
431 * frame-unwind.c (default_frame_unwind_stop_reason): Return
432 UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
433 * frame.c (get_prev_frame_1): Remove outer_frame_id check.
434
435 2013-11-28 Pedro Alves <palves@redhat.com>
436
437 * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
438 set the unwind stop reason to UNWIND_OUTERMOST, not
439 UNWIND_NULL_ID. Remove explicit check for sentinel frame.
440
441 2013-11-28 Pedro Alves <palves@redhat.com>
442
443 * frame.c (frame_unwind_register): Say the register was "not
444 saved" instead of "optimized out".
445
446 2013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
447
448 PR 16152
449 * configure: Rebuild.
450 * configure.ac: Tighten cygwin detection check.
451
452 2013-11-27 Pedro Alves <palves@redhat.com>
453
454 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
455 register in the previous frame's arch.
456
457 2013-11-27 Pedro Alves <palves@redhat.com>
458
459 * frame-unwind.c (frame_unwind_got_optimized): Return
460 an lval_register value instead of a not_lval value.
461
462 2013-11-27 Andrew Burgess <aburgess@broadcom.com>
463
464 * frame.c: Include "valprint.h".
465 (frame_unwind_register_value): Use value_optimized_out.
466 * value.c (value_fetch_lazy): Likewise.
467
468 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
469
470 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
471
472 2013-11-26 Tom Tromey <tromey@redhat.com>
473
474 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
475 2013-11-22.
476
477 2013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
478
479 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
480 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
481 (HAS_MPX): New macro.
482 (HAS_AVX): New macro.
483 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
484
485 2013-11-25 Keith Seitz <keiths@redhat.com>
486
487 PR c++/14819
488 * c-exp.y (classify_inner_name): If no matching symbol was
489 found, try looking up the token as a base class.
490 Likewise if a constructor was found.
491 * cp-namespace.c (find_type_baseclass_by_name): New function.
492 * cp-support.h (find_type_baseclass_by_name): Declare.
493 * valops.c (value_struct_elt_for_reference): If we get
494 a non-static field, try to get a value based on the
495 current instance, if any.
496
497 2013-11-24 Yao Qi <yao@codesourcery.com>
498
499 * disasm.c (dis_asm_read_memory): Call target_read_code
500 instead of target_read_memory.
501
502 2013-11-24 Yao Qi <yao@codesourcery.com>
503
504 * NEWS: Add note on new "set code-cache" option.
505 * target-dcache.c (code_cache_enabled_1): New variable.
506 (code_cache_enabled): New variable.
507 (show_code_cache, set_code_cache): New function.
508 (code_cache_enabled_p): New function.
509 (_initialize_target_dcache): Register command.
510 * target-dcache.h (code_cache_enabled_p): Declare.
511 * target.c (memory_xfer_partial_1):Handle
512 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
513 (target_read_code): New function.
514 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
515 New.
516 (target_read_code): Declare.
517
518 2013-11-24 Yao Qi <yao@codesourcery.com>
519
520 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
521 (stack_cache_enabled_1): ... this. New variable.
522 (stack_cache_enabled_p): Rename to ...
523 (stack_cache_enabled): ... this. New variable.
524 (set_stack_cache_enabled_p): Rename to ...
525 (set_stack_cache): ... this. Update caller.
526 (show_stack_cache_enabled_p): Rename to ...
527 (show_stack_cache): ... this. Update caller.
528 (stack_cache_enabled): Rename to ...
529 (stack_cache_enabled_p): ... this. Update caller.
530 (_initialize_target_dcache): Replace "data cache" with
531 "target memory cache".
532 * target-dcache.h (stack_cache_enabled): Remove declaration.
533 (stack_cache_enabled_p): Add declaration.
534
535 2013-11-23 Doug Evans <xdje42@gmail.com>
536
537 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
538 superfluous.
539
540 2013-11-23 Doug Evans <xdje42@gmail.com>
541
542 * python/py-frame.c (frapy_block): Fix error message text.
543
544 2013-11-23 Doug Evans <xdje42@gmail.com>
545
546 * cli/cli-script.c (multi_line_command_p): New function.
547 (recurse_read_control_structure, read_command_lines_1): Call it.
548 (execute_control_command): Consistently have a blank line between
549 each case.
550
551 2013-11-22 Sterling Augustine <saugustine@google.com>
552
553 PR gdb/16196:
554 * valprint.c (read_string): Set new variable fetchlen based on
555 fetchlimit and size. Use it in call to partial_memory_read.
556 Update comment.
557
558 2013-11-22 Tom Tromey <tromey@redhat.com>
559
560 PR backtrace/16155:
561 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
562 the return address column is unspecified.
563
564 2013-11-22 Tom Tromey <tromey@redhat.com>
565 Pedro Alves <palves@redhat.com>
566
567 PR backtrace/16155
568 * value.c (value_fetch_lazy): Internal error if
569 get_frame_register_value returns the same register.
570
571 2013-11-22 Pedro Alves <palves@redhat.com>
572 Tom Tromey <tromey@redhat.com>
573
574 * frame.c (frame_stash_add): Now returns whether a frame with the
575 same ID was already known.
576 (compute_frame_id): New function, factored out from get_frame_id.
577 (get_frame_id): No longer lazilly compute the frame id here.
578 (get_prev_frame_if_no_cycle): New function. Detects wider stack
579 cycles.
580 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
581 and checking for stack cycles here.
582
583 2013-11-22 Pedro Alves <palves@redhat.com>
584
585 PR 16155
586 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
587 this frame and the new previous frame, not between this frame and
588 the next frame.
589
590 2013-11-22 Pedro Alves <palves@redhat.com>
591
592 PR 16155
593 * dwarf2-frame.c (struct dwarf2_frame_cache)
594 <checked_tailcall_bottom, entry_cfa_sp_offset,
595 entry_cfa_sp_offset_p>: New fields.
596 (dwarf2_frame_cache): Adjust to use the new cache fields instead
597 of locals. Don't call dwarf2_tailcall_sniffer_first here.
598 (dwarf2_frame_prev_register): Call it here, but only once.
599
600 2013-11-21 Doug Evans <xdje42@gmail.com>
601
602 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
603 (type_equality_entry): Move here from python/py-type.c.
604 (type_equality_entry_d): Ditto.
605 (compare_maybe_null_strings, check_types_equal): Ditto.
606 (check_types_worklist, types_deeply_equal): Ditto.
607 * gdbtypes.h (types_deeply_equal): Declare.
608 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
609 (typy_richcompare): Update.
610
611 2013-11-20 Joel Brobecker <brobecker@adacore.com>
612
613 * python/py-value.c (is_intlike): Delete.
614 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
615 by use of is_integral_type.
616 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
617 by use of is_integral_type and check for TYPE_CODE_PTR.
618
619 2013-11-20 Tom Tromey <tromey@redhat.com>
620
621 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
622 strerror module.
623 * gnulib/aclocal.m4: Update.
624 * gnulib/config.in: Update.
625 * gnulib/configure: Update.
626 * gnulib/import/Makefile.am: Update.
627 * gnulib/import/Makefile.in: Update.
628 * gnulib/import/errno.in.h: Remove.
629 * gnulib/import/intprops.h: Remove.
630 * gnulib/import/m4/errno_h.m4: Remove.
631 * gnulib/import/m4/gnulib-cache.m4: Update.
632 * gnulib/import/m4/gnulib-comp.m4: Update.
633 * gnulib/import/m4/strerror.m4: Remove.
634 * gnulib/import/m4/sys_socket_h.m4: Remove.
635 * gnulib/import/strerror-override.c: Remove.
636 * gnulib/import/strerror-override.h: Remove.
637 * gnulib/import/strerror.c: Remove.
638 * gnulib/update-gnulib.sh: Update.
639
640 2013-11-20 Yao Qi <yao@codesourcery.com>
641
642 * target-dcache.c (target_dcache_get_or_init): Call
643 set_address_space_data if 'dcache' is NULL.
644
645 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
646
647 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
648
649 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
650
651 * python/lib/gdb/command/bound_register.py: New file.
652 * data-directory/Makefile.in: Copy bond_register.py to the right path
653 to be initialized at gdb startup.
654
655 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
656
657 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
658 Add MPX registers.
659 (amd64_linux_read_description): Add initialization for MPX and
660 AVX independently.
661 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
662 (amd64_linux_gregset_reg_offset): Add MPX registers.
663 (amd64_linux_core_read_description): Add initialization for MPX
664 registers.
665 (_initialize_amd64_linux_tdep): Initialize MPX targets.
666 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
667 register on the list.
668 (tdesc_amd64_mpx_linux) Add new target for MPX.
669 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
670 (amd64_mpx_names): MPX register names.
671 (amd64_init_abi): Add MPX register while initializing the ABI.
672 (_initialize_amd64_tdep): Initialize MPX targets.
673 * amd64-tdep.h (amd64_regnum): Add MPX registers.
674 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
675
676 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
677
678 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
679 registers on the range of registers to be read from
680 xsave buffer.
681 (i386_linux_read_description): Add case for MPX.
682 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
683 (i386_linux_gregset_reg_offset): Add MPX registers.
684 (i386_linux_core_read_description): Initialize also MPX.
685 (_initialize_i386_linux_tdep): Add mpx initialization.
686 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
687 mpx_register_names.
688 (i386_regnum): Add MPX registers.
689 (I386_MPX_NUM_REGS): New macro.
690 (i386_bnd_regnum_p): New function.
691 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
692 number of registers to be the number of BNDSTATUS.
693 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
694 * i386-tdep.c: Include features/i386/i386-mpx.c.
695 (i386_mpx_names): Add MPX register names array.
696 (i386_bnd_names): Add bnd pseudo register names array.
697 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
698 registers.
699 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
700 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
701 registers.
702 (i386_bnd_type): New function.
703 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
704 register types.
705 (i386_pseudo_register_read_into_value): Add bnd case.
706 (i386_pseudo_register_write): Add bnd pseudo registers.
707 (i386_register_reggroup_p): Add MPX register to the group all.
708 (i386_validate_tdesc_p): Add MPX to the target description
709 validation.
710 (i386_pseudo_register_name): Add bnd pseudo registers.
711 (i386_gdbarch_init): Add MPX for architecture initialization.
712 (_initia_initialize_i386_tdep): Add mpx initialization.
713 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
714 XSAVE buffer.
715 (XSAVE_MPX_ADDR): New macro.
716 (i387_supply_xsave): Add MPX case.
717 (i387_collect_xsave): Add MPX case.
718 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
719 (I387_BNDCFGU_REGNUM): New macro.
720 (I387_NUM_MPX_REGS): New macro.
721 (I387_NUM_BND_REGS): New macro.
722 (I387_NUM_MPX_CTRL_REGS): New macro.
723 (I387_MPXEND_REGNUM): New macro.
724 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
725 (I386_XSTATE_BNDCFG): Likewise.
726 (I386_XSTATE_MPX_MASK): Likewise.
727 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
728 (I386_XSTATE_BNDREGS_SIZE): New macro.
729 (I386_XSTATE_BNDCFG_SIZE): Likewise.
730 (I386_XSTATE_SIZE): Adapt for MPX.
731 (I386_XSTATE_MAX_SIZE): Likewise.
732
733 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
734
735 * features/i386/Makefile: Adapts for using MPX registers.
736 * features/i386/32bit-mpx.xml: New file.
737 * features/i386/64bit-mpx.xml: Likewise.
738 * features/i386/amd64-mpx-linux.c: Likewise.
739 * features/i386/amd64-mpx-linux.xml: Likewise.
740 * features/i386/amd64-mpx.c: Likewise.
741 * features/i386/amd64-mpx.xml: Likewise.
742 * features/i386/i386-mpx-linux.c: Likewise.
743 * features/i386/i386-mpx-linux.xml: Likewise.
744 * features/i386/i386-mpx.c: Likewise.
745 * features/i386/i386-mpx.xml: Likewise.
746 * regformats/i386/amd64-mpx-linux.dat: New file.
747 * regformats/i386/amd64-mpx.dat: Likewise.
748 * regformats/i386/i386-mpx-linux.dat: Likewise.
749 * regformats/i386/i386-mpx.dat: Likewise.
750
751 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
752
753 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
754 Modified logic of creating a bitfield to be in sync with
755 tdesc_gdb_type.
756
757 2013-11-20 Will Newton <will.newton@linaro.org>
758
759 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
760 error message.
761
762 2013-11-20 Yao Qi <yao@codesourcery.com>
763
764 * progspace.h (struct address_space_data): Declare.
765 * target-dcache.c: Include "progspace.h".
766 (target_dache): Remove.
767 (target_dcache_aspace_key): New.
768 (target_dcache_cleanup): New function.
769 (target_dcache_init_p): Get data through
770 target_dcache_aspace_key.
771 (target_dcache_invalidate): Likewise.
772 (target_dcache_get): Likewise.
773 (target_dcache_get_or_init): Likewise.
774 (_initialize_target_dcache): Initialize
775 target_dcache_aspace_key.
776
777 2013-11-20 Yao Qi <yao@codesourcery.com>
778
779 * progspace.c (struct address_space): Update comments.
780 <REGISTRY_FIELDS>: New fields.
781 DEFINE_REGISTRY for address_space.
782 (new_address_space): Call address_space_alloc_data.
783 (free_address_space): Call address_space_free_data.
784 * progspace.h: Use DECLARE_REGISTRY.
785
786 2013-11-20 Yao Qi <yao@codesourcery.com>
787
788 * Makefile.in (SFILES):Add target-dcache.c.
789 (HFILES_NO_SRCDIR): Add target-dcache.h.
790 (COMMON_OBS): Add target-dcache.o.
791 * dcache.c: Remove inclusion to "target.h". Include
792 "target-dcache.h".
793 * memattr.c: Include "target-dcache.h".
794 * top.c: Likewise.
795 * tracepoint.c: Likewise.
796 * target.c: (stack_cache_enabled_p_1): Move to
797 target-dcache.c.
798 (stack_cache_enabled_p): Likewise.
799 (set_stack_cache_enabled_p): Likewise.
800 (show_stack_cache_enabled_p): Likewise.
801 (target_dcache, target_dcache_init_p): Likewise.
802 (target_dcache_invalidate): Likewise.
803 (target_dcache_get, target_dcache_get_or_init): Likewise.
804 (memory_xfer_partial_1): Call function stack_cache_enabled.
805 (initialize_target): Move code to target-dcache.c.
806 * target.h (target_dcache_invalidate): Move to
807 target-dcache.h.
808 (target_dcache_get): Likewise.
809 * target-dcache.c: New.
810 * target-dcache.h: New.
811
812 2013-11-20 Yao Qi <yao@codesourcery.com>
813
814 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
815 it is initialized.
816
817 2013-11-20 Yao Qi <yao@codesourcery.com>
818
819 * dcache.c (last_cache): Remove.
820 (dcache_free, dcache_init): Update.
821 (dcache_update):
822 (dcache_print_line): Add parameter 'dcache'. Replace
823 'target_dcache' with 'dcache'.
824 (dcache_info): Move code to dcache_info_1. Call
825 'dcache_info_1'.
826 (dcache_info_1): New function.
827 (set_dcache_size): Call target_dcache_invalidate.
828 (set_dcache_line_size): Call target_dcache_invalidate.
829 * target.c (target_dcache_init_p): New function.
830 (target_dcache_invalidate): Check target_dcache_init_p first.
831 (target_dcache_get, target_dcache_get_or_init): New function.
832 (memory_xfer_partial_1): Adjust.
833 (initialize_target): Don't initialize 'target_dcache'.
834 * target.h (struct dcache_struct): Declare.
835 (target_dcache_get): Declare.
836
837 2013-11-19 Yao Qi <yao@codesourcery.com>
838
839 * varobj.c (varobj_get_type): Fix typo.
840
841 2013-11-19 Joel Brobecker <brobecker@adacore.com>
842
843 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
844
845 2013-11-19 Joel Brobecker <brobecker@adacore.com>
846
847 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
848 "stat.h".
849
850 2013-11-18 Tom Tromey <tromey@redhat.com>
851
852 * common/gdb_stat.h: Remove.
853 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
854 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
855 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
856 * corefile.c: Use sys/stat.h, not gdb_stat.h.
857 * ctf.c: Use sys/stat.h, not gdb_stat.h.
858 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
859 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
860 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
861 * exec.c: Use sys/stat.h, not gdb_stat.h.
862 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
863 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
864 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
865 * jit.c: Use sys/stat.h, not gdb_stat.h.
866 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
867 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
868 * main.c: Use sys/stat.h, not gdb_stat.h.
869 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
870 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
871 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
872 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
873 * procfs.c: Use sys/stat.h, not gdb_stat.h.
874 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
875 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
876 * remote.c: Use sys/stat.h, not gdb_stat.h.
877 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
878 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
879 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
880 * source.c: Use sys/stat.h, not gdb_stat.h.
881 * symfile.c: Use sys/stat.h, not gdb_stat.h.
882 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
883 * symtab.c: Use sys/stat.h, not gdb_stat.h.
884 * top.c: Use sys/stat.h, not gdb_stat.h.
885 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
886
887 2013-11-18 Tom Tromey <tromey@redhat.com>
888
889 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
890 sys_stat.
891 * gnulib/aclocal.m4: Update.
892 * gnulib/config.in: Update.
893 * gnulib/configure: Update.
894 * gnulib/import/Makefile.am: Update.
895 * gnulib/import/Makefile.in: Update.
896 * gnulib/import/m4/gnulib-cache.m4: Update.
897 * gnulib/import/m4/gnulib-comp.m4: Update.
898 * gnulib/import/m4/sys_stat_h.m4: New.
899 * gnulib/import/m4/time_h.m4: New.
900 * gnulib/import/sys_stat.in.h: New.
901 * gnulib/import/time.in.h: New.
902
903 2013-11-18 Tom Tromey <tromey@redhat.com>
904
905 * configure: Rebuild.
906 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
907
908 2013-11-18 Tom Tromey <tromey@redhat.com>
909
910 * configure: Rebuild.
911 * configure.ac: Don't check for unistd.h.
912
913 2013-11-18 Tom Tromey <tromey@redhat.com>
914
915 * configure: Rebuild.
916 * configure.ac: Don't check for stdlib.h
917 * defs.h: Include stdlib.h unconditionally.
918
919 2013-11-18 Tom Tromey <tromey@redhat.com>
920
921 * config.in: Rebuild.
922 * configure: Rebuild.
923 * configure.ac: Don't check for stddef.h.
924 * defs.h: Unconditionally include stddef.h. Remove duplicate
925 inclusion.
926
927 2013-11-18 Tom Tromey <tromey@redhat.com>
928
929 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
930 * common/gdb_dirent.h: Remove.
931 * common/filestuff.c: Use dirent.h.
932 * common/linux-osdata.c: Use dirent.h.
933 (NAMELEN): Define.
934 * config.in: Rebuild.
935 * configure: Rebuild.
936 * configure.ac: Don't use AC_HEADER_DIRENT.
937 * linux-fork.c: Use dirent.h
938 * linux-nat.c: Use dirent.h.
939 * nto-procfs.c: Use dirent.h.
940 * procfs.c: Use dirent.h.
941
942 2013-11-18 Tom Tromey <tromey@redhat.com>
943
944 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
945 * gnulib/aclocal.m4: Update.
946 * gnulib/config.in: Update.
947 * gnulib/configure: Update.
948 * gnulib/import/Makefile.am: Update.
949 * gnulib/import/Makefile.in: Update.
950 * gnulib/import/dirent.in.h: New.
951 * gnulib/import/m4/dirent_h.m4: New.
952 * gnulib/import/m4/gnulib-cache.m4: Update.
953 * gnulib/import/m4/gnulib-comp.m4: Update.
954
955 2013-11-18 Tom Tromey <tromey@redhat.com>
956
957 * configure: Rebuild.
958 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
959 strings.h.
960
961 2013-11-18 Tom Tromey <tromey@redhat.com>
962
963 * common/gdb_string.h: Remove.
964 * aarch64-tdep.c: Use string.h, not gdb_string.h.
965 * ada-exp.y: Use string.h, not gdb_string.h.
966 * ada-lang.c: Use string.h, not gdb_string.h.
967 * ada-lex.l: Use string.h, not gdb_string.h.
968 * ada-typeprint.c: Use string.h, not gdb_string.h.
969 * ada-valprint.c: Use string.h, not gdb_string.h.
970 * aix-thread.c: Use string.h, not gdb_string.h.
971 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
972 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
973 * alpha-nat.c: Use string.h, not gdb_string.h.
974 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
975 * alpha-tdep.c: Use string.h, not gdb_string.h.
976 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
977 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
978 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
979 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
980 * amd64-nat.c: Use string.h, not gdb_string.h.
981 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
982 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
983 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
984 * arch-utils.c: Use string.h, not gdb_string.h.
985 * arm-linux-nat.c: Use string.h, not gdb_string.h.
986 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
987 * arm-tdep.c: Use string.h, not gdb_string.h.
988 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
989 * armbsd-tdep.c: Use string.h, not gdb_string.h.
990 * armnbsd-nat.c: Use string.h, not gdb_string.h.
991 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
992 * armobsd-tdep.c: Use string.h, not gdb_string.h.
993 * avr-tdep.c: Use string.h, not gdb_string.h.
994 * ax-gdb.c: Use string.h, not gdb_string.h.
995 * ax-general.c: Use string.h, not gdb_string.h.
996 * bcache.c: Use string.h, not gdb_string.h.
997 * bfin-tdep.c: Use string.h, not gdb_string.h.
998 * breakpoint.c: Use string.h, not gdb_string.h.
999 * build-id.c: Use string.h, not gdb_string.h.
1000 * buildsym.c: Use string.h, not gdb_string.h.
1001 * c-exp.y: Use string.h, not gdb_string.h.
1002 * c-lang.c: Use string.h, not gdb_string.h.
1003 * c-typeprint.c: Use string.h, not gdb_string.h.
1004 * c-valprint.c: Use string.h, not gdb_string.h.
1005 * charset.c: Use string.h, not gdb_string.h.
1006 * cli-out.c: Use string.h, not gdb_string.h.
1007 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
1008 * cli/cli-decode.c: Use string.h, not gdb_string.h.
1009 * cli/cli-dump.c: Use string.h, not gdb_string.h.
1010 * cli/cli-interp.c: Use string.h, not gdb_string.h.
1011 * cli/cli-logging.c: Use string.h, not gdb_string.h.
1012 * cli/cli-script.c: Use string.h, not gdb_string.h.
1013 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
1014 * cli/cli-utils.c: Use string.h, not gdb_string.h.
1015 * coffread.c: Use string.h, not gdb_string.h.
1016 * common/common-utils.c: Use string.h, not gdb_string.h.
1017 * common/filestuff.c: Use string.h, not gdb_string.h.
1018 * common/linux-procfs.c: Use string.h, not gdb_string.h.
1019 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
1020 * common/signals.c: Use string.h, not gdb_string.h.
1021 * common/vec.h: Use string.h, not gdb_string.h.
1022 * core-regset.c: Use string.h, not gdb_string.h.
1023 * corefile.c: Use string.h, not gdb_string.h.
1024 * corelow.c: Use string.h, not gdb_string.h.
1025 * cp-abi.c: Use string.h, not gdb_string.h.
1026 * cp-support.c: Use string.h, not gdb_string.h.
1027 * cp-valprint.c: Use string.h, not gdb_string.h.
1028 * cris-tdep.c: Use string.h, not gdb_string.h.
1029 * d-lang.c: Use string.h, not gdb_string.h.
1030 * dbxread.c: Use string.h, not gdb_string.h.
1031 * dcache.c: Use string.h, not gdb_string.h.
1032 * demangle.c: Use string.h, not gdb_string.h.
1033 * dicos-tdep.c: Use string.h, not gdb_string.h.
1034 * disasm.c: Use string.h, not gdb_string.h.
1035 * doublest.c: Use string.h, not gdb_string.h.
1036 * dsrec.c: Use string.h, not gdb_string.h.
1037 * dummy-frame.c: Use string.h, not gdb_string.h.
1038 * dwarf2-frame.c: Use string.h, not gdb_string.h.
1039 * dwarf2loc.c: Use string.h, not gdb_string.h.
1040 * dwarf2read.c: Use string.h, not gdb_string.h.
1041 * elfread.c: Use string.h, not gdb_string.h.
1042 * environ.c: Use string.h, not gdb_string.h.
1043 * eval.c: Use string.h, not gdb_string.h.
1044 * event-loop.c: Use string.h, not gdb_string.h.
1045 * exceptions.c: Use string.h, not gdb_string.h.
1046 * exec.c: Use string.h, not gdb_string.h.
1047 * expprint.c: Use string.h, not gdb_string.h.
1048 * f-exp.y: Use string.h, not gdb_string.h.
1049 * f-lang.c: Use string.h, not gdb_string.h.
1050 * f-typeprint.c: Use string.h, not gdb_string.h.
1051 * f-valprint.c: Use string.h, not gdb_string.h.
1052 * fbsd-nat.c: Use string.h, not gdb_string.h.
1053 * findcmd.c: Use string.h, not gdb_string.h.
1054 * findvar.c: Use string.h, not gdb_string.h.
1055 * fork-child.c: Use string.h, not gdb_string.h.
1056 * frame.c: Use string.h, not gdb_string.h.
1057 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
1058 * frv-tdep.c: Use string.h, not gdb_string.h.
1059 * gdb.c: Use string.h, not gdb_string.h.
1060 * gdb_bfd.c: Use string.h, not gdb_string.h.
1061 * gdbarch.c: Use string.h, not gdb_string.h.
1062 * gdbtypes.c: Use string.h, not gdb_string.h.
1063 * gnu-nat.c: Use string.h, not gdb_string.h.
1064 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
1065 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
1066 * go-exp.y: Use string.h, not gdb_string.h.
1067 * go-lang.c: Use string.h, not gdb_string.h.
1068 * go32-nat.c: Use string.h, not gdb_string.h.
1069 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
1070 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
1071 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
1072 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
1073 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
1074 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
1075 * i386-linux-nat.c: Use string.h, not gdb_string.h.
1076 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
1077 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
1078 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
1079 * i386-tdep.c: Use string.h, not gdb_string.h.
1080 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
1081 * i386gnu-nat.c: Use string.h, not gdb_string.h.
1082 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
1083 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
1084 * i387-tdep.c: Use string.h, not gdb_string.h.
1085 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
1086 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
1087 * inf-child.c: Use string.h, not gdb_string.h.
1088 * inf-ptrace.c: Use string.h, not gdb_string.h.
1089 * inf-ttrace.c: Use string.h, not gdb_string.h.
1090 * infcall.c: Use string.h, not gdb_string.h.
1091 * infcmd.c: Use string.h, not gdb_string.h.
1092 * inflow.c: Use string.h, not gdb_string.h.
1093 * infrun.c: Use string.h, not gdb_string.h.
1094 * interps.c: Use string.h, not gdb_string.h.
1095 * iq2000-tdep.c: Use string.h, not gdb_string.h.
1096 * irix5-nat.c: Use string.h, not gdb_string.h.
1097 * jv-exp.y: Use string.h, not gdb_string.h.
1098 * jv-lang.c: Use string.h, not gdb_string.h.
1099 * jv-typeprint.c: Use string.h, not gdb_string.h.
1100 * jv-valprint.c: Use string.h, not gdb_string.h.
1101 * language.c: Use string.h, not gdb_string.h.
1102 * linux-fork.c: Use string.h, not gdb_string.h.
1103 * linux-nat.c: Use string.h, not gdb_string.h.
1104 * lm32-tdep.c: Use string.h, not gdb_string.h.
1105 * m2-exp.y: Use string.h, not gdb_string.h.
1106 * m2-typeprint.c: Use string.h, not gdb_string.h.
1107 * m32c-tdep.c: Use string.h, not gdb_string.h.
1108 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
1109 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
1110 * m32r-rom.c: Use string.h, not gdb_string.h.
1111 * m32r-tdep.c: Use string.h, not gdb_string.h.
1112 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
1113 * m68k-tdep.c: Use string.h, not gdb_string.h.
1114 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
1115 * m68klinux-nat.c: Use string.h, not gdb_string.h.
1116 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
1117 * m88k-tdep.c: Use string.h, not gdb_string.h.
1118 * macrocmd.c: Use string.h, not gdb_string.h.
1119 * main.c: Use string.h, not gdb_string.h.
1120 * mdebugread.c: Use string.h, not gdb_string.h.
1121 * mem-break.c: Use string.h, not gdb_string.h.
1122 * memattr.c: Use string.h, not gdb_string.h.
1123 * memory-map.c: Use string.h, not gdb_string.h.
1124 * mep-tdep.c: Use string.h, not gdb_string.h.
1125 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
1126 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
1127 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
1128 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
1129 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
1130 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
1131 * mi/mi-console.c: Use string.h, not gdb_string.h.
1132 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
1133 * mi/mi-interp.c: Use string.h, not gdb_string.h.
1134 * mi/mi-main.c: Use string.h, not gdb_string.h.
1135 * mi/mi-parse.c: Use string.h, not gdb_string.h.
1136 * microblaze-rom.c: Use string.h, not gdb_string.h.
1137 * microblaze-tdep.c: Use string.h, not gdb_string.h.
1138 * mingw-hdep.c: Use string.h, not gdb_string.h.
1139 * minidebug.c: Use string.h, not gdb_string.h.
1140 * minsyms.c: Use string.h, not gdb_string.h.
1141 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
1142 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
1143 * mips-tdep.c: Use string.h, not gdb_string.h.
1144 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
1145 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
1146 * mipsread.c: Use string.h, not gdb_string.h.
1147 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
1148 * mn10300-tdep.c: Use string.h, not gdb_string.h.
1149 * monitor.c: Use string.h, not gdb_string.h.
1150 * moxie-tdep.c: Use string.h, not gdb_string.h.
1151 * mt-tdep.c: Use string.h, not gdb_string.h.
1152 * nbsd-tdep.c: Use string.h, not gdb_string.h.
1153 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
1154 * nto-procfs.c: Use string.h, not gdb_string.h.
1155 * nto-tdep.c: Use string.h, not gdb_string.h.
1156 * objc-lang.c: Use string.h, not gdb_string.h.
1157 * objfiles.c: Use string.h, not gdb_string.h.
1158 * opencl-lang.c: Use string.h, not gdb_string.h.
1159 * osabi.c: Use string.h, not gdb_string.h.
1160 * osdata.c: Use string.h, not gdb_string.h.
1161 * p-exp.y: Use string.h, not gdb_string.h.
1162 * p-lang.c: Use string.h, not gdb_string.h.
1163 * p-typeprint.c: Use string.h, not gdb_string.h.
1164 * parse.c: Use string.h, not gdb_string.h.
1165 * posix-hdep.c: Use string.h, not gdb_string.h.
1166 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
1167 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
1168 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
1169 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
1170 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
1171 * printcmd.c: Use string.h, not gdb_string.h.
1172 * procfs.c: Use string.h, not gdb_string.h.
1173 * prologue-value.c: Use string.h, not gdb_string.h.
1174 * python/py-auto-load.c: Use string.h, not gdb_string.h.
1175 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
1176 * ravenscar-thread.c: Use string.h, not gdb_string.h.
1177 * regcache.c: Use string.h, not gdb_string.h.
1178 * registry.c: Use string.h, not gdb_string.h.
1179 * remote-fileio.c: Use string.h, not gdb_string.h.
1180 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
1181 * remote-mips.c: Use string.h, not gdb_string.h.
1182 * remote-sim.c: Use string.h, not gdb_string.h.
1183 * remote.c: Use string.h, not gdb_string.h.
1184 * reverse.c: Use string.h, not gdb_string.h.
1185 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
1186 * ser-base.c: Use string.h, not gdb_string.h.
1187 * ser-go32.c: Use string.h, not gdb_string.h.
1188 * ser-mingw.c: Use string.h, not gdb_string.h.
1189 * ser-pipe.c: Use string.h, not gdb_string.h.
1190 * ser-tcp.c: Use string.h, not gdb_string.h.
1191 * ser-unix.c: Use string.h, not gdb_string.h.
1192 * serial.c: Use string.h, not gdb_string.h.
1193 * sh-tdep.c: Use string.h, not gdb_string.h.
1194 * sh64-tdep.c: Use string.h, not gdb_string.h.
1195 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1196 * skip.c: Use string.h, not gdb_string.h.
1197 * sol-thread.c: Use string.h, not gdb_string.h.
1198 * solib-dsbt.c: Use string.h, not gdb_string.h.
1199 * solib-frv.c: Use string.h, not gdb_string.h.
1200 * solib-osf.c: Use string.h, not gdb_string.h.
1201 * solib-spu.c: Use string.h, not gdb_string.h.
1202 * solib-target.c: Use string.h, not gdb_string.h.
1203 * solib.c: Use string.h, not gdb_string.h.
1204 * somread.c: Use string.h, not gdb_string.h.
1205 * source.c: Use string.h, not gdb_string.h.
1206 * sparc-nat.c: Use string.h, not gdb_string.h.
1207 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1208 * sparc-tdep.c: Use string.h, not gdb_string.h.
1209 * sparc64-tdep.c: Use string.h, not gdb_string.h.
1210 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1211 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1212 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1213 * spu-linux-nat.c: Use string.h, not gdb_string.h.
1214 * spu-multiarch.c: Use string.h, not gdb_string.h.
1215 * spu-tdep.c: Use string.h, not gdb_string.h.
1216 * stabsread.c: Use string.h, not gdb_string.h.
1217 * stack.c: Use string.h, not gdb_string.h.
1218 * std-regs.c: Use string.h, not gdb_string.h.
1219 * symfile.c: Use string.h, not gdb_string.h.
1220 * symmisc.c: Use string.h, not gdb_string.h.
1221 * symtab.c: Use string.h, not gdb_string.h.
1222 * target.c: Use string.h, not gdb_string.h.
1223 * thread.c: Use string.h, not gdb_string.h.
1224 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1225 * tilegx-tdep.c: Use string.h, not gdb_string.h.
1226 * top.c: Use string.h, not gdb_string.h.
1227 * tracepoint.c: Use string.h, not gdb_string.h.
1228 * tui/tui-command.c: Use string.h, not gdb_string.h.
1229 * tui/tui-data.c: Use string.h, not gdb_string.h.
1230 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1231 * tui/tui-file.c: Use string.h, not gdb_string.h.
1232 * tui/tui-layout.c: Use string.h, not gdb_string.h.
1233 * tui/tui-out.c: Use string.h, not gdb_string.h.
1234 * tui/tui-regs.c: Use string.h, not gdb_string.h.
1235 * tui/tui-source.c: Use string.h, not gdb_string.h.
1236 * tui/tui-stack.c: Use string.h, not gdb_string.h.
1237 * tui/tui-win.c: Use string.h, not gdb_string.h.
1238 * tui/tui-windata.c: Use string.h, not gdb_string.h.
1239 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1240 * typeprint.c: Use string.h, not gdb_string.h.
1241 * ui-file.c: Use string.h, not gdb_string.h.
1242 * ui-out.c: Use string.h, not gdb_string.h.
1243 * user-regs.c: Use string.h, not gdb_string.h.
1244 * utils.c: Use string.h, not gdb_string.h.
1245 * v850-tdep.c: Use string.h, not gdb_string.h.
1246 * valarith.c: Use string.h, not gdb_string.h.
1247 * valops.c: Use string.h, not gdb_string.h.
1248 * valprint.c: Use string.h, not gdb_string.h.
1249 * value.c: Use string.h, not gdb_string.h.
1250 * varobj.c: Use string.h, not gdb_string.h.
1251 * vax-tdep.c: Use string.h, not gdb_string.h.
1252 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1253 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1254 * windows-nat.c: Use string.h, not gdb_string.h.
1255 * xcoffread.c: Use string.h, not gdb_string.h.
1256 * xml-support.c: Use string.h, not gdb_string.h.
1257 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1258 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1259
1260 2013-11-18 Tom Tromey <tromey@redhat.com>
1261
1262 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1263 and strstr.
1264 * gnulib/aclocal.m4: Update.
1265 * gnulib/config.in: Update.
1266 * gnulib/configure: Update.
1267 * gnulib/import/Makefile.am: Update.
1268 * gnulib/import/Makefile.in: Update.
1269 * gnulib/import/errno.in.h: New.
1270 * gnulib/import/intprops.h: New.
1271 * gnulib/import/m4/errno_h.m4: New.
1272 * gnulib/import/m4/gnulib-cache.m4: Update.
1273 * gnulib/import/m4/gnulib-comp.m4: Update.
1274 * gnulib/import/m4/strerror.m4: New.
1275 * gnulib/import/m4/strstr.m4: New.
1276 * gnulib/import/m4/sys_socket_h.m4: New.
1277 * gnulib/import/strerror-override.c: New.
1278 * gnulib/import/strerror-override.h: New.
1279 * gnulib/import/strerror.c: New.
1280 * gnulib/import/strstr.c: New.
1281
1282 2013-11-18 Tom Tromey <tromey@redhat.com>
1283
1284 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1285 multiple lines.
1286
1287 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1288
1289 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1290 * sparc-tdep.h: And its prototype.
1291
1292 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1293 function.
1294 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1295
1296 2013-11-18 Pedro Alves <palves@redhat.com>
1297
1298 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1299 use unpack_pointer.
1300
1301 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1302
1303 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1304 to -list-features output.
1305
1306 2013-11-17 Joel Brobecker <brobecker@adacore.com>
1307
1308 * dwarf2expr.h (struct dwarf_expr_context_funcs)
1309 <read_addr_from_reg>: Renames "read_reg".
1310 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1311 Adjust comment.
1312 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1313 Use read_addr_from_reg in place of read_reg.
1314 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1315 in place of read_reg.
1316 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1317 dwarf_expr_read_reg.
1318 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1319 with dwarf_expr_read_addr_from_reg.
1320 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1321 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1322 needs_frame_read_addr_from_reg.
1323
1324 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1325
1326 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1327
1328 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1329
1330 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1331 NULL.
1332
1333 2013-11-15 Tom Tromey <tromey@redhat.com>
1334
1335 PR c++/16117:
1336 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1337 (classify_name): Likewise. Prefer a field of "this" over a
1338 filename.
1339 (classify_inner_name, yylex): Update.
1340
1341 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1342
1343 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1344 Extend the documentation a bit.
1345 <get_reg_value>: New field.
1346 * dwarf2loc.c (dwarf_expr_get_reg_value)
1347 (needs_frame_get_reg_value): New functions.
1348 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1349 callback.
1350 * dwarf2-frame.c (get_reg_value): New function.
1351 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1352 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1353 Use new callback to compute result_val.
1354
1355 2013-11-15 Alan Modra <amodra@gmail.com>
1356
1357 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1358 (ppc64_desc_entry_point): ..this. Update comments here and at
1359 call points.
1360 (ppc64_standard_linkage1, ppc64_standard_linkage2,
1361 ppc64_standard_linkage3): Update comments.
1362 (ppc64_standard_linkage4, ppc64_standard_linkage5,
1363 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1364 patterns.
1365 (ppc64_standard_linkage4_target): New function.
1366 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1367 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
1368 nop match. Fix comment wrap.
1369
1370 2013-11-14 Pedro Alves <palves@redhat.com>
1371
1372 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1373 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1374
1375 2013-11-14 Pedro Alves <palves@redhat.com>
1376
1377 * infrun.c (struct execution_control_state)
1378 <stepped_after_stopped_by_watchpoint>: New field.
1379 (get_inferior_stop_soon): New function.
1380 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1381 moved to struct execution_control_state -- adjust. Use
1382 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
1383 new function.
1384 (handle_signal_stop): New function, factored out from
1385 handle_inferior_event.
1386
1387 2013-11-14 Pedro Alves <palves@redhat.com>
1388
1389 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1390 return a boolean.
1391 * breakpoint.c (bpstat_explains_signal): Adjust to return a
1392 boolean.
1393 (explains_signal_watchpoint, base_breakpoint_explains_signal):
1394 Adjust to return a boolean.
1395 * breakpoint.h (enum bpstat_signal_value): Delete.
1396 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1397 (bpstat_explains_signal): Likewise.
1398 * infrun.c (handle_inferior_event) <random signal checks>:
1399 bpstat_explains_signal now returns a boolean - adjust. No longer
1400 consider hiding signals.
1401
1402 2013-11-14 Pedro Alves <palves@redhat.com>
1403
1404 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1405 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1406 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1407 BPSTAT_SIGNAL_HIDE.
1408 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1409 instead of BPSTAT_SIGNAL_HIDE.
1410 * infrun.c (handle_inferior_event): Rework random signal checks.
1411
1412 2013-11-14 Pedro Alves <palves@redhat.com>
1413
1414 * infrun.c (struct execution_control_state): Remove
1415 'random_signal' field.
1416 (handle_syscall_event): Use bpstat_causes_stop instead of
1417 bpstat_explains_signal. Don't set ecs->random_signal.
1418 (handle_inferior_event): New 'random_signal' local.
1419 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1420 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1421 bpstat_explains_signal. Don't set ecs->random_signal.
1422 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1423 ecs->random_signal.
1424
1425 2013-11-14 Pedro Alves <palves@redhat.com>
1426
1427 * infrun.c (handle_inferior_event): Move comment from the
1428 function's body to the function's description, adjusted.
1429
1430 2013-11-14 Pedro Alves <palves@redhat.com>
1431
1432 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1433 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1434 Assert we never fall through out of the TARGET_WAITKIND_LOADED
1435 case.
1436
1437 2013-11-14 Tom Tromey <tromey@redhat.com>
1438
1439 * python/py-linetable.c (ltpy_has_line)
1440 (ltpy_get_all_source_lines): Fix loop termination condition.
1441
1442 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1443
1444 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1445 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1446 PARSE->LANGUAGE during command execution, if set.
1447 * mi/mi-parse.c: Add "language.h" #include.
1448 (mi_parse): Add parsing of "--language" command option.
1449
1450 * NEWS: Add entry mentioning the new "--language" command option.
1451
1452 2013-11-14 Pedro Alves <palves@redhat.com>
1453 Joel Brobecker <brobecker@adacore.com>
1454
1455 * cli/cli-utils.h (extract_arg_const): Add declaration.
1456 * cli/cli-utils.c (extract_arg_const): New function.
1457 (extract_arg): Reimplement using extract_arg_const.
1458
1459 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1460
1461 * language.h: Add "symtab.h" #include.
1462
1463 2013-11-13 Doug Evans <xdje42@gmail.com>
1464
1465 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1466 specific breakpoints, don't evaluate breakpoint condition if
1467 different thread.
1468
1469 2013-11-13 Keith Seitz <keiths@redhat.com>
1470
1471 PR c++/7935
1472 PR c++/10541
1473 * cp-support.c (insepct_type): Add support for substituting
1474 namespace aliases, too.
1475 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1476 for DW_TAG_imported_declaration.
1477 (add_partial_symbol): Likewise.
1478 (process_die): Handle namespace aliases with
1479 read_namespace_alias.
1480 (die_needs_namespace): Add DW_TAG_imported_declaration.
1481 (read_namespace_alias): New function.
1482 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1483 (new_symbol_full): Handle DW_TAG_imported_declaration.
1484
1485 2013-11-13 Keith Seitz <keiths@redhat.com>
1486
1487 * p-exp.y (uptok): Make first parameter const.
1488 (yylex): Make `tokstart' and `tokptr' const.
1489 Don't copy the lexer input to a temporary buffer.
1490 Make `p' const.
1491 Remove const workaround for parse_escape.
1492 Create a temporary buffer for a convenience variable instead
1493 of doing in-place modification of the input.
1494 If a match is found with a different case from the input,
1495 do not change the input at all.
1496 Use `tmp' to construct the resultant stoken instead of
1497 `tokstart'.
1498
1499 2013-11-13 Doug Evans <xdje42@gmail.com>
1500
1501 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1502
1503 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1504
1505 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1506 entry with "ada-exceptions".
1507
1508 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1509
1510 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1511 after re-initialization of OBJFILE's obstack.
1512
1513 2013-11-12 Doug Evans <xdje42@gmail.com>
1514
1515 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1516 bs->stop != 0 on entry. Update function comment. Simplify early
1517 exit for frame mismatch. Reindent rest of function.
1518
1519 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1520
1521 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1522 NULL.
1523
1524 2013-11-12 Doug Evans <dje@google.com>
1525
1526 Work around gold/15646.
1527 * dwarf2read.c (read_index_from_section): Update comment.
1528 (struct dw2_symtab_iterator): New member global_seen.
1529 (dw2_symtab_iter_init): Initialize it.
1530 (dw2_symtab_iter_next): Skip duplicate global symbols.
1531 (dw2_expand_symtabs_matching): Ditto.
1532
1533 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1534
1535 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1536 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1537 command.
1538 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1539 (mi_cmd_info_ada_exceptions): New function.
1540 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1541
1542 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1543
1544 * ada-lang.h: #include "vec.h".
1545 (struct ada_exc_info): New.
1546 (ada_exc_info): New typedef.
1547 (DEF_VEC_O(ada_exc_info)): New vector.
1548 (ada_exceptions_list): Add declaration.
1549 * ada-lang.c (ada_is_exception_sym)
1550 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1551 (sort_remove_dups_ada_exceptions_list)
1552 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1553 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1554 (ada_exceptions_list_1, ada_exceptions_list)
1555 (info_exceptions_command): New function.
1556 (_initialize_ada_language): Add "info exception" command.
1557
1558 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1559
1560 PR python/15629
1561 * NEWS: Add linetable feature.
1562 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1563 * python/py-linetable.c: New file.
1564 * python/py-symtab.c (stpy_get_linetable): New function.
1565 * python/python-internal.h (symtab_to_linetable_object): Declare.
1566 (gdbpy_initialize_linetable): Ditto.
1567 * python/python.c (_initialize_python): Call
1568 gdbpy_initialize_linetable.
1569
1570 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1571
1572 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1573 the documentation of fields "except_string" and "condition".
1574 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1575 CONDITION on the heap before passing it to
1576 create_ada_exception_catchpoint.
1577 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1578 CONDITION.
1579
1580 2013-11-11 Tom Tromey <tromey@redhat.com>
1581
1582 * config.in, configure: Rebuild.
1583 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1584
1585 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1586
1587 * remote-sim.c (gdbsim_detach): Break declaration into
1588 shorter lines. No code change.
1589
1590 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1591
1592 * remote-sim.c (gdbsim_detach): Fix prototype.
1593
1594 2013-11-08 Doug Evans <dje@google.com>
1595
1596 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1597 (create_debug_types_hash_table): Only print debugging messages for
1598 each TU if dwarf2-read >= 2.
1599 (process_queue): Ditto.
1600 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1601 Update doc string.
1602
1603 2013-11-08 Tom Tromey <tromey@redhat.com>
1604
1605 * configure: Rebuild.
1606 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1607
1608 2013-11-08 Tom Tromey <tromey@redhat.com>
1609
1610 * configure, config.in: Rebuild.
1611 * configure.ac: Remove unused configury.
1612
1613 2013-11-08 Tom Tromey <tromey@redhat.com>
1614
1615 * m32c-tdep.c: Use gdb_string.h.
1616
1617 2013-11-08 Tom Tromey <tromey@redhat.com>
1618
1619 * configure, config.in: Rebuild.
1620 * configure.ac: Remove all link.h-related checks.
1621
1622 2013-11-08 Tom Tromey <tromey@redhat.com>
1623
1624 * acinclude.m4: Include common.m4.
1625 * common/common.m4: New file.
1626 * configure, config.in: Rebuild.
1627 * configure.ac: Use GDB_AC_COMMON.
1628
1629 2013-11-08 Doug Evans <dje@google.com>
1630
1631 * NEWS: Mention that "set debug symtab-create" now accepts a
1632 verbosity level.
1633 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1634 to set the symtab's primary flag.
1635 * jit.c (finalize_symtab): Ditto.
1636 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1637 * symfile.c (allocate_symtab): Only print debugging messages for
1638 symtab_create_debug levels 2 and higher.
1639 * symtab.c (symtab_create_debug): Change type to unsigned int.
1640 (set_symtab_primary): New function.
1641 (_initialize_symtab): Change "set debug symtab-create" to a
1642 zuinteger option.
1643 * symtab.h (set_symtab_primary): Declare.
1644 (symtab_create_debug): Update decl.
1645
1646 2013-11-08 Tom Tromey <tromey@redhat.com>
1647
1648 * aix-thread.c (aix_thread_detach): Update.
1649 * corelow.c (core_detach): Update.
1650 * darwin-nat.c (darwin_detach): Update.
1651 * dec-thread.c (dec_thread_detach): Update.
1652 * gnu-nat.c (gnu_detach): Update.
1653 * go32-nat.c (go32_detach): Update.
1654 * inf-ptrace.c (inf_ptrace_detach): Update.
1655 * inf-ttrace.c (inf_ttrace_detach): Update.
1656 * linux-fork.c (linux_fork_detach): Update.
1657 * linux-fork.h (linux_fork_detach): Update.
1658 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1659 local for const-correctness.
1660 * linux-thread-db.c (thread_db_detach): Update.
1661 * monitor.c (monitor_detach): Update.
1662 * nto-procfs.c (procfs_detach): Update.
1663 * procfs.c (procfs_detach): Update.
1664 * record.c (record_detach): Update.
1665 * record.h (record_detach): Update.
1666 * remote-m32r-sdi.c (m32r_detach): Update.
1667 * remote-mips.c (mips_detach): Update.
1668 * remote-sim.c (gdbsim_detach): Update.
1669 * remote.c (remote_detach_1, remote_detach)
1670 (extended_remote_detach): Update.
1671 * sol-thread.c (sol_thread_detach): Update.
1672 * target.c (target_detach): Make "args" const.
1673 (init_dummy_target): Update.
1674 * target.h (struct target_ops) <to_detach>: Make argument const.
1675 (target_detach): Likewise.
1676 * windows-nat.c (windows_detach): Update.
1677
1678 2013-11-07 Doug Evans <dje@google.com>
1679
1680 PR 11786
1681 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1682 and align fields for PT_GNU_RELRO segments.
1683
1684 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1685
1686 PR python/15747
1687 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1688
1689 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1690
1691 * NEWS: Document Python temporary breakpoint support.
1692 * python/py-breakpoint.c (bppy_get_temporary): New function.
1693 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1694 to temporary if True.
1695
1696 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1697
1698 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1699 removed to allow analyzing unconditional branch instructions
1700 with PC-relative offsets of zero.
1701
1702 2013-11-07 Yao Qi <yao@codesourcery.com>
1703
1704 * mi/mi-cmd-var.c: Include "language.h".
1705 (mi_cmd_var_info_expression): Get language name from
1706 language_defn.
1707 * varobj.c (varobj_language_string): Remove.
1708 (variable_language): Remove declaration.
1709 (languages): Remove.
1710 (varobj_get_language): Change the type of return value.
1711 (variable_language): Remove.
1712 * varobj.h (enum varobj_languages): Remove.
1713 (varobj_language_string): Remove declaration.
1714 (varobj_get_language): Update declaration.
1715
1716 2013-11-07 Yao Qi <yao@codesourcery.com>
1717
1718 * language.h (struct language_defn) <la_natural_name>: New
1719 field.
1720 * ada-lang.c (ada_language_defn): Initialize field
1721 'la_natural_name'.
1722 * c-lang.c (c_language_defn): Likewise.
1723 (cplus_language_defn, asm_language_defn): Likewise.
1724 * d-lang.c (d_language_defn): Likewise.
1725 * f-lang.c (f_language_defn): Likewise.
1726 * go-lang.c (go_language_defn): Likewise.
1727 * jv-lang.c (java_language_defn): Likewise.
1728 * language.c (unknown_language_defn ): Likewise.
1729 (auto_language_defn): Likewise.
1730 * m2-lang.c (m2_language_defn): Likewise.
1731 * objc-lang.c (objc_language_defn): Likewise.
1732 * opencl-lang.c (opencl_language_defn): Likewise.
1733 * p-lang.c (pascal_language_defn): Likewise.
1734
1735 2013-11-07 Yao Qi <yao@codesourcery.com>
1736
1737 * language.c (language_str): Return const char *.
1738 (add_language): Add const to 'language_names'
1739 * language.h (struct language_defn) <la_name>: Add const.
1740 (language_str: Update declaration.
1741
1742 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1743
1744 * s390-linux-nat.c (s390_read_description): Consider the TE field
1745 in the HWCAP for determining 'have_regset_tdb'.
1746
1747 2013-11-06 Will Newton <will.newton@linaro.org>
1748
1749 PR gdb/12866
1750 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1751 values. (read_partial_die): Likewise.
1752
1753 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1754
1755 PR cli/16122
1756 * top.c (command_line_input): Unify interactivity tests to use
1757 input_from_terminal_p.
1758 * event-top.c (command_line_handler): Likewise.
1759
1760 2013-11-06 Yao Qi <yao@codesourcery.com>
1761
1762 * Makefile.in (check-perf): New target.
1763
1764 2013-11-05 Will Newton <will.newton@linaro.org>
1765
1766 PR gdb/7670
1767 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1768 (arm_print_float_info): Likewise.
1769
1770 2013-11-04 Anton Blanchard <anton@samba.org>
1771
1772 * target.c (memory_xfer_partial): Cap write to 4KB.
1773
1774 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1775
1776 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1777 probe scan even when the arch provides no get_longjmp_target.
1778
1779 2013-10-31 Pedro Alves <palves@redhat.com>
1780
1781 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1782 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1783 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1784 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1785 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1786 <bpstat handling>: If the bpstat chain wants the signal to be
1787 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1788 GDB_SIGNAL_TRAP.
1789
1790 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1791
1792 * breakpoint.c (update_watchpoint): Update error message and add
1793 an additional error message.
1794
1795 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1796
1797 * s390-tdep.h: Rename to...
1798 * s390-linux-tdep.h: ...here.
1799 * s390-tdep.c: Rename to...
1800 * s390-linux-tdep.c: ...here. Adjust #include.
1801 * s390-nat.c: Rename to...
1802 * s390-linux-nat.c: ...here. Adjust #include.
1803 * config/s390/s390.mh: Rename to...
1804 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1805 s390-linux-nat.o.
1806 * configure.host: Reflect host rename "s390" -> "linux".
1807 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1808 * Makefile.in (ALL_TARGET_OBS): Likewise.
1809 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1810 s390-linux-tdep.h.
1811 (ALLDEPFILES): Reflect rename of .c files.
1812
1813 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1814
1815 * s390-nat.c: Whitespace cleanup.
1816 * s390-tdep.c: Likewise.
1817 * s390-tdep.h: Remove empty line at end of file.
1818
1819 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1820
1821 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1822 siginfo_size.
1823
1824 2013-10-29 Tom Tromey <tromey@redhat.com>
1825
1826 * utils.c (reg): Move undefinition...
1827 * gdb_curses.h: ... here. Update comment to mention AIX.
1828
1829 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1830
1831 * exec.h (add_target_sections_of_objfile): New declaration.
1832 * exec.c (add_target_sections_of_objfile): New function.
1833 * symfile.c (add_symbol_file_command): Update current target sections.
1834 (remove_symbol_file_command): New command.
1835 (symfile_free_objfile): New function.
1836 (_initialize_symfile): Register observer for free_objfile events.
1837 * NEWS: Add description of the remove-symbol-file command.
1838 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1839 * objfiles.c (free_objfile): Notify free_objfile.
1840 (is_addr_in_objfile): New function.
1841 * objfiles.h (is_addr_in_objfile): New declaration.
1842 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1843 events instead of solib_unloaded events.
1844 (_initialize_printcmd): Register observer for free_objfile instead
1845 of solib_unloaded notifications.
1846 * solib.c (remove_user_added_objfile): New function.
1847 (_initialize_symfile): Add remove-symbol-file.
1848
1849 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1850
1851 * infcmd.c (default_print_one_register_info): Use val_print to
1852 print all values even optimized out or unavailable ones. Don't
1853 try to print a raw form of optimized out or unavailable values.
1854
1855 2013-10-29 Yao Qi <yao@codesourcery.com>
1856
1857 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1858 parameter 'arg' instead of from program_space_data.
1859 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1860 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1861 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1862 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1863 * inflow.c (inflow_inferior_data_cleanup): Get data from
1864 parameter 'arg' instead of inferior_data.
1865 * registry.h: Add comments.
1866
1867 2013-10-28 Pedro Alves <palves@redhat.com>
1868
1869 * breakpoint.c (watchpoints_triggered)
1870 <!target_stopped_data_address>: Hardcode return 1.
1871
1872 2013-10-28 Pedro Alves <palves@redhat.com>
1873
1874 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1875 level and reindent.
1876
1877 2013-10-28 Pedro Alves <palves@redhat.com>
1878
1879 * infrun.c (process_event_stop_test): New function, factored out
1880 from handle_inferior_event.
1881 (handle_inferior_event): 'process_event_stop_test' is now a
1882 function instead of a goto label -- adjust.
1883
1884 2013-10-28 Pedro Alves <palves@redhat.com>
1885
1886 * infrun.c (handle_inferior_event): Move process_event_stop_test
1887 goto label to the else branch of the ecs->random_signal check,
1888 along with FRAME and GDBARCH re-fetching.
1889
1890 2013-10-28 Pedro Alves <palves@redhat.com>
1891
1892 * infrun.c (switch_back_to_stepped_thread): New function, factored
1893 out from handle_inferior_event.
1894 (handle_inferior_event): Adjust to call
1895 switch_back_to_stepped_thread. Call it also at the tail of the
1896 random signal handling, and return, instead of also handling
1897 random signals just before the stepping tests.
1898
1899 2013-10-28 Pedro Alves <palves@redhat.com>
1900
1901 * infrun.c (clear_stop_func): Delete.
1902 (handle_inferior_event): Don't call clear_stop_func and don't
1903 clear 'ecs->random_signal'.
1904
1905 2013-10-27 Yao Qi <yao@codesourcery.com>
1906
1907 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1908 (varobj_create, varobj_get_path_expr): Update.
1909 (varobj_value_has_mutated, varobj_update): Likewise.
1910 (create_child_with_value, new_root_variable): Likewise.
1911 (number_of_children, name_of_variable): Likewise.
1912 (value_of_child, my_value_of_variable): Likewise.
1913 (varobj_value_is_changeable_p): Likewise.
1914
1915 2013-10-25 Yao Qi <yao@codesourcery.com>
1916
1917 * language.h (struct lang_varobj_ops): Declare.
1918 (struct language_defn) <la_varobj_ops>: New field.
1919 * ada-lang.c: Include "varobj.h"
1920 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1921 ada_varobj_ops.
1922 * c-lang.c: Include "varobj.h"
1923 (c_language_defn): Initialize field 'la_varobj_ops' with
1924 c_varobj_ops.
1925 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1926 cplus_varobj_ops.
1927 (asm_language_defn): Initialize field 'la_varobj_ops' with
1928 default_varobj_ops.
1929 (minimal_language_defn): Likewise.
1930 * d-lang.c (d_language_defn): Likewise.
1931 * f-lang.c (f_language_defn): Likewise.
1932 * go-lang.c (go_language_defn): Likewise.
1933 * m2-lang.c (m2_language_defn): Likewise.
1934 * objc-lang.c (objc_language_defn): Likewise.
1935 * opencl-lang.c (opencl_language_defn): Likewise.
1936 * p-lang.c (pascal_language_defn): Likewise.
1937 * language.c (unknown_language_defn): Likewise.
1938 (auto_language_defn): Likewise.
1939 (local_language_defn): Likewise.
1940 * jv-lang.c (java_language_defn): Initialize field
1941 'la_varobj_ops' with java_varobj_ops.
1942 * varobj.c (varobj_create): Update.
1943 * varobj.h (default_varobj_ops): Define macro.
1944
1945 2013-10-25 Pedro Alves <palves@redhat.com>
1946
1947 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1948 static field value.
1949 (cp_print_static_field): If the value is entirely optimized out,
1950 print <optimized out> here.
1951 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1952 static field value.
1953 * p-valprint.c (pascal_object_print_static_field): If the value is
1954 entirely optimized out, print <optimized out> here.
1955 * valops.c (do_search_struct_field)
1956 (value_struct_elt_for_reference): No longer handle a NULL static
1957 field value.
1958 * value.c (value_static_field): Return an optimized out value
1959 instead of NULL.
1960
1961 2013-10-25 Yao Qi <yao@codesourcery.com>
1962
1963 * remote.c (remote_traceframe_info): Return early if
1964 traceframe is not selected.
1965
1966 2013-10-25 Yao Qi <yao@codesourcery.com>
1967
1968 * tracepoint.c (traceframe_fun): Remove.
1969 (traceframe_sal): Remove.
1970 (set_traceframe_context): Add local variables.
1971
1972 2013-10-25 Joel Brobecker <brobecker@adacore.com>
1973
1974 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1975 and parameter name.
1976
1977 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1978
1979 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1980 failure from register information collection.
1981
1982 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1983
1984 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1985 member.
1986 (linux_corefile_thread_callback): Update accordingly.
1987 (linux_make_corefile_notes): Likewise.
1988
1989 2013-10-24 Pedro Alves <palves@redhat.com>
1990
1991 * NEWS (New options): Mention set/show startup-with-shell.
1992 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1993 instead of 3.
1994 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1995 startup-with-shell'.
1996 (show_startup_with_shell): New function.
1997 (_initialize_fork_child): Register the set/show startup-with-shell
1998 commands.
1999 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
2000 * inf-ttrace.c (inf_ttrace_him): Remove comment.
2001 * procfs.c (procfs_init_inferior): Remove comment.
2002 * infcmd.c (startup_with_shell): New global.
2003 * inferior.h (startup_with_shell): Declare global.
2004 (STARTUP_WITH_SHELL): Delete.
2005 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
2006
2007 2013-10-23 Pedro Alves <palves@redhat.com>
2008
2009 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
2010 * common/signals.c: Include "gdb_assert.h".
2011 (signals): New field 'symbol'.
2012 (SET): Use the 'symbol' parameter.
2013 (gdb_signal_to_symbol_string): New function.
2014 * infrun.c (handle_inferior_event) <random signal>: In debug
2015 output, print the random signal enum as string in addition to its
2016 number.
2017 * target/waitstatus.c (target_waitstatus_to_string): Print the
2018 signal's enum value as string instead of the (POSIX) signal name.
2019
2020 2013-10-23 Gary Benson <gbenson@redhat.com>
2021
2022 PR 16013
2023 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
2024 from 32 to 18. Adjusted fscanf format string accordingly.
2025 (Avoids leaving cmd unterminated.)
2026 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
2027 trun, retn or extra. (Avoids leaving extra unterminated.) Check
2028 that local_address and remote_address will not overflow.
2029 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
2030 leaving dependencies unterminated. Parse size as "%u" to match
2031 definition.
2032
2033 2013-10-22 Pedro Alves <palves@redhat.com>
2034
2035 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
2036 set ecs->random signal.
2037
2038 2013-10-22 Pedro Alves <palves@redhat.com>
2039
2040 * infrun.c (keep_going): Update comments.
2041
2042 2013-10-22 Pedro Alves <palves@redhat.com>
2043
2044 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
2045 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2046
2047 2013-10-22 Pedro Alves <palves@redhat.com>
2048
2049 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
2050 GDB_EXC_BAD_ACCESS.
2051 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
2052 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
2053 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
2054 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
2055 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
2056 (GDB_SIGNAL_LAST): Change description string.
2057 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
2058 Adjust to signal renaming.
2059 * darwin-nat.c (darwin_decode_message): Likewise.
2060
2061 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
2062
2063 * MAINTAINERS (Write After Approval): Add myself to the list.
2064
2065 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
2066
2067 * breakpoint.c (update_watchpoint): If hardware watchpoints are
2068 forced off, downgrade them to software watchpoints if possible,
2069 and error out if not possible.
2070 (watch_command_1): Move watchpoint type selection closer to
2071 watchpoint creation, and extend the comments.
2072
2073 2013-10-18 Pedro Alves <palves@redhat.com>
2074
2075 PR gdb/16062
2076 * infrun.c (handle_inferior_event): Keep going if we got a random
2077 signal we should not stop for, instead of falling through to the
2078 step tests.
2079
2080 2013-10-18 Yao Qi <yao@codesourcery.com>
2081
2082 * c-varobj.c (cplus_number_of_children): Fix indentation.
2083
2084 2013-10-17 Tom Tromey <tromey@redhat.com>
2085
2086 PR gdb/15995:
2087 * printcmd.c (printcmd): Call gdb_flush.
2088
2089 2013-10-17 Tom Tromey <tromey@redhat.com>
2090
2091 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
2092 (elf_locate_sections): Update.
2093
2094 2013-10-17 Yao Qi <yao@codesourcery.com>
2095
2096 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2097 * ada-varobj.c: Remove the include of ada-varobj.h.
2098 (ada_varobj_get_number_of_children): Declare.
2099 (ada_varobj_get_name_of_child): Make it static.
2100 (ada_varobj_get_path_expr_of_child): Likewise.
2101 (ada_varobj_get_value_of_child): Likewise.
2102 (ada_varobj_get_type_of_child): Likewise.
2103 (ada_varobj_get_value_of_array_variable): Likewise.
2104 * ada-varobj.h: Remove.
2105
2106 2013-10-17 Yao Qi <yao@codesourcery.com>
2107
2108 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
2109 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
2110 * ada-varobj.c: Include "varobj.h".
2111 (ada_number_of_children): New. Moved from varobj.c.
2112 (ada_name_of_variable, ada_name_of_child): Likewise.
2113 (ada_path_expr_of_child, ada_value_of_child): Likewise.
2114 (ada_type_of_child, ada_value_of_variable): Likewise.
2115 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
2116 (ada_varobj_ops): New.
2117 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
2118 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
2119 * gdbtypes.h (get_target_type): Declare.
2120 * varobj.c: Remove the inclusion of "ada-varobj.h" and
2121 "ada-lang.h".
2122 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
2123 (ANONYMOUS_UNION_NAME): Likewise.
2124 (get_type, get_value_type, get_target_type): Remove declarations.
2125 (value_get_print_value, varobj_value_get_print_value): Likewise.
2126 (c_number_of_children, c_name_of_variable): Likewise.
2127 (c_name_of_child, c_path_expr_of_child): Likewise.
2128 (c_value_of_child, c_type_of_child): Likewise.
2129 (c_value_of_variable, cplus_number_of_children): Likewise.
2130 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2131 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2132 (cplus_value_of_child, cplus_type_of_child): Likewise.
2133 (cplus_value_of_variable, java_number_of_children): Likewise.
2134 (java_name_of_variable, java_name_of_child): Likewise.
2135 (java_path_expr_of_child, java_value_of_child): Likewise.
2136 (java_type_of_child, java_value_of_variable): Likewise.
2137 (ada_number_of_children, ada_name_of_variable): Likewise.
2138 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2139 (ada_value_of_child, ada_type_of_child): Likewise.
2140 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2141 (ada_value_has_mutated): Likewise.
2142 (struct language_specific): Move it to varobj.h.
2143 (CPLUS_FAKE_CHILD): Move it to varobj.h.
2144 (restrict_range): Rename it varobj_restrict_range. Make it extern.
2145 Callers update.
2146 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
2147 Make it extern.
2148 (is_anonymous_child): Move it to c-varobj.c and rename to
2149 varobj_is_anonymous_child. Caller update.
2150 (get_type): Move it to c-varobj.c.
2151 (get_value_type): Rename it varobj_get_value_type. Make it
2152 extern.
2153 (get_target_type): Move it gdbtypes.c.
2154 (varobj_formatted_print_options): New function.
2155 (value_get_print_value): Rename it to
2156 varobj_value_get_print_value and make it extern.
2157 (varobj_value_is_changeable_p): Make it extern.
2158 (adjust_value_for_child_access): Move it to c-varobj.c.
2159 (default_value_is_changeable_p): Rename it to
2160 varobj_default_value_is_changeable_p. Make it extern.
2161 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
2162 (c_name_of_child, c_path_expr_of_child): Likewise.
2163 (c_value_of_child, c_type_of_child): Likewise.
2164 (c_value_of_variable, cplus_number_of_children): Likewise.
2165 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2166 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2167 (cplus_value_of_child, cplus_type_of_child): Likewise.
2168 (cplus_value_of_variable): Likewise.
2169 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
2170 (java_name_of_child, java_path_expr_of_child): Likewise.
2171 (java_value_of_child, java_type_of_child): Likewise.
2172 (java_value_of_variable): Likewise.
2173 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
2174 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2175 (ada_value_of_child, ada_type_of_child): Likewise.
2176 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2177 (ada_value_has_mutated): Likewise.
2178 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
2179 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
2180 (c_varobj_ops, cplus_varobj_ops): Declare.
2181 (java_varobj_ops, ada_varobj_ops): Declare.
2182 (varobj_default_value_is_changeable_p): Declare.
2183 (varobj_value_is_changeable_p): Declare.
2184 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
2185 (varobj_get_path_expr_parent): Declare.
2186 (varobj_value_get_print_value): Declare.
2187 (varobj_formatted_print_options): Declare.
2188 (varobj_restrict_range): Declare.
2189
2190 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
2191
2192 * target/waitstatus.h (target_waitkind): Remove spurious
2193 character from the comments.
2194
2195 2013-10-17 Joel Brobecker <brobecker@adacore.com>
2196
2197 * gdbarch.sh (get_longjmp_target): Add method documentation.
2198 * gdbarch.h: Regenerate.
2199
2200 2013-10-16 Tom Tromey <tromey@redhat.com>
2201
2202 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2203 label.
2204
2205 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
2206
2207 * gcore.in: Call GDB using the full path to the gcore script.
2208 Error out if the GDB binary is not found.
2209
2210 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2211
2212 PR gdb/16014
2213 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2214 sizeof.
2215
2216 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2217
2218 PR gdb/16042
2219 * target.c (target_disable_btrace): Fix invalid return value for
2220 void function.
2221 (target_teardown_btrace): Likewise.
2222
2223 2013-10-14 Yao Qi <yao@codesourcery.com>
2224
2225 * varobj.c (struct varobj): Move most of the fields to
2226 varobj.h.
2227 (struct varobj_dynamic): New struct.
2228 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2229 (varobj_has_more): Likewise.
2230 (dynamic_varobj_has_child_method): Likewise.
2231 (update_dynamic_varobj_children): Likewise.
2232 (varobj_get_num_children): Likewise.
2233 (varobj_list_children, varobj_pretty_printed_p): Likewise.
2234 (install_new_value_visualizer): Likewise.
2235 (install_new_value_visualizer, install_new_value): Likewise.
2236 (varobj_update, new_variable, free_variable): Likewise.
2237 (my_value_of_variable, value_get_print_value): Likewise.
2238 (install_visualizer): Change the type of parameter 'var' to
2239 'struct varobjd_dynamic *'. Callers update.
2240 * varobj.h (struct varobj): Moved from varobj.c.
2241 (struct varobj) <dynamic>: New field.
2242
2243 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
2244
2245 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2246 as the preferred name of r30.
2247 * nios2-linux-tdep.c (reg_offsets): Likewise.
2248 * features/nios2-cpu.xml: Likewise.
2249 * features/nios2-linux.c: Regenerated.
2250 * features/nios2.c: Regenerated.
2251 * regformats/nios2-linux.dat: Regenerated.
2252
2253 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 Canonicalize directories for EXEC_FILENAME.
2256 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2257 exec_filename.
2258 * utils.c (gdb_realpath_keepfile): New function.
2259 * utils.h (gdb_realpath_keepfile): New declaration.
2260
2261 2013-10-11 Doug Evans <dje@google.com>
2262
2263 * Makefile.in (GDBFLAGS): New variable.
2264 (run): New rule.
2265
2266 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2267
2268 * NEWS: Add entry documenting the new "-catch-assert" and
2269 "-catch-exception" GDB/MI commands.
2270
2271 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2272
2273 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2274 "enabled".
2275 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2276 "enabled". Set B->ENABLE_STATE accordingly.
2277 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2278 ada-lang.c.
2279 (create_ada_exception_catchpoint): Add declaration.
2280 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2281 (create_ada_exception_catchpoint): Make non-static. Add new
2282 parameter "disabled". Use it in call to
2283 init_ada_exception_breakpoint.
2284 (catch_ada_exception_command): Add parameter "enabled" in call
2285 to create_ada_exception_catchpoint.
2286 (catch_assert_command): Likewise.
2287
2288 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2289 Add declarations.
2290 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2291 "catch-exception" commands.
2292 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2293 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2294
2295 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2296
2297 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2298 "enum exception_catchpoint_kind". Replace the "ex_" prefix
2299 of all its enumerates with "ada_". Update the rest of this
2300 file throughout.
2301
2302 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2303
2304 * ada-lang.c (ada_decode_exception_location): Delete.
2305 (create_ada_exception_catchpoint): Remove arguments "sal",
2306 "addr_string" and "ops". Add argument "ex_kind" instead.
2307 Adjust implementation accordingly, calling ada_exception_sal
2308 to get the entities it no longer gets passed as arguments.
2309 Document the function's arguments.
2310 (catch_ada_exception_command): Use catch_ada_exception_command_split
2311 instead of ada_decode_exception_location, and update call to
2312 create_ada_exception_catchpoint.
2313 (catch_ada_assert_command_split): Renames
2314 ada_decode_assert_location. Remove parameters "addr_string" and
2315 "ops", and now returns void. Adjust implementation accordingly.
2316 Update the function documentation.
2317 (catch_assert_command): Use catch_ada_assert_command_split
2318 instead of ada_decode_assert_location. Update call to
2319 create_ada_exception_catchpoint.
2320
2321 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2322
2323 * utils.h (perror_warning_with_name): Add declaration.
2324 * utils.c (perror_warning_with_name): New function.
2325 * cli/cli-cmds.c (source_script_with_search): Add call to
2326 perror_warning_with_name if from_tty is nul.
2327
2328 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2329
2330 * utils.c (perror_string): New function, extracted out of
2331 throw_perror_with_name.
2332 (throw_perror_with_name): Rework to use perror_string.
2333
2334 2013-10-11 Yao Qi <yao@codesourcery.com>
2335
2336 * remote.c (discard_pending_stop_replies_in_queue): Update
2337 declaration.
2338 (struct stop_reply) <rs>: New field.
2339 (remove_stop_reply_of_remote_state): New function.
2340 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2341 Callers update. Pass remove_stop_reply_of_remote_state to
2342 QUEUE_iterate.
2343 (remote_parse_stop_reply): Initialize field 'rs'.
2344
2345 2013-10-10 Will Newton <will.newton@linaro.org>
2346
2347 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2348 linux_init_abi.
2349
2350 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2351
2352 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2353 serial_baud_show_cmd.
2354 (_initialize_cli_cmds): Delete the code creating the
2355 "set/show remotebaud" commands.
2356 * serial.c (baud_rate): Move here from top.c.
2357 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2358 (_initialize_serial): Create "set/show serial baud" commands.
2359 Add "set/show remotebaud" command aliases.
2360 * top.c (baud_rate): Moved to serial.c.
2361 * NEWS: Document the new "set/show serial baud" commands,
2362 replacing "set/show remotebaud".
2363
2364 2013-10-09 Pedro Alves <palves@redhat.com>
2365
2366 * breakpoint.c (insert_bp_location): Use memory_error_message to
2367 build the memory error string.
2368 * c-lang.c: Include "gdbcore.h".
2369 (c_get_string): Use memory_error to throw error.
2370 (target_xfer_memory_error): Delete.
2371 (memory_error_message): New, factored out from
2372 target_xfer_memory_error.
2373 (memory_error): Change parameter type to target_xfer_error.
2374 Rewrite.
2375 (read_memory): Use memory_error instead of
2376 target_xfer_memory_error.
2377 * gdbcore.h: Include "target.h".
2378 (memory_error): Change parameter type to target_xfer_error.
2379 (memory_error_message): Declare function.
2380 * target.c (target_read_memory, target_read_stack)
2381 (target_write_memory, target_write_raw_memory): Return
2382 TARGET_XFER_E_IO on error. Adjust comments.
2383 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2384 instead of EIO.
2385 * target.h (target_read, target_insert_breakpoint)
2386 (target_remove_breakpoint): Adjust comments.
2387 * valprint.c (partial_memory_read): Rename parameter, and adjust
2388 comment.
2389 (val_print_string): Use memory_error_message to build the memory
2390 error string.
2391
2392 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2393
2394 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2395 result variable. Rename variable fopen_e_ever_failed to
2396 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
2397
2398 2013-10-09 Pedro Alves <palves@redhat.com>
2399
2400 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2401 (monitor_write_memory_longlongs, monitor_write_memory_block):
2402 Constify 'myaddr' parameter.
2403 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2404 helper.
2405 (monitor_xfer_partial): New function.
2406 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2407 hook. Install a to_xfer_partial hook.
2408
2409 2013-10-09 Tom Tromey <tromey@redhat.com>
2410
2411 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2412 bfd_get_alt_debug_link_info.
2413
2414 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2415
2416 New flag OBJF_NOT_FILENAME.
2417 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2418 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2419 allocate_objfile.
2420 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2421 symbol_file_add_from_bfd.
2422 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2423 allocate_objfile.
2424 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2425 NULL.
2426 * objfiles.h (OBJF_NOT_FILENAME): New.
2427
2428 2013-10-08 Tom Tromey <tromey@redhat.com>
2429
2430 * Makefile.in (SFILES): Add build-id.c.
2431 (HFILES_NO_SRCDIR): Add build-id.h.
2432 * build-id.c: New file, largely from elfread.c. Modified
2433 most functions.
2434 * build-id.h: New file.
2435 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2436 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
2437 Search for dwz file using build-id.
2438 * elfread.c (build_id_bfd_get, build_id_verify)
2439 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2440
2441 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2442
2443 * ada-lang.c (compare_names_with_case): Renamed from
2444 compare_names, adding a new parameter "casing" and its handling.
2445 New function documentation.
2446 (compare_names): New function, implemented using
2447 compare_names_with_case.
2448
2449 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2450
2451 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2452
2453 2013-10-07 Tom Tromey <tromey@redhat.com>
2454
2455 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2456 demangled_names_hash.
2457 (free_objfile): Don't delete the demangled_names_hash.
2458 * objfiles.h (struct objfile_per_bfd_storage)
2459 <demangled_names_hash>: New field.
2460 (struct objfile) <demangled_names_hash>: Move to
2461 objfile_per_bfd_storage.
2462 * symfile.c (reread_symbols): Don't delete the
2463 demangled_names_hash.
2464 * symtab.c (create_demangled_names_hash): Update.
2465 (symbol_set_names): Update.
2466
2467 2013-10-07 Tom Tromey <tromey@redhat.com>
2468
2469 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2470 needs_relocations>: New fields.
2471 (gdb_bfd_requires_relocations): New function.
2472 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2473 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2474 the BFD needs relocations applied.
2475
2476 2013-10-07 Pedro Alves <palves@redhat.com>
2477
2478 PR breakpoints/11568
2479 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2480 the thread list" instead of "gone".
2481
2482 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2483
2484 * NEWS: Mention new convenience variable $_exitsignal.
2485 * corelow.c (core_open): Reset exit convenience variables. Set
2486 $_exitsignal to the uncaught signal which generated the corefile.
2487 * infrun.c (handle_inferior_event): Reset exit convenience
2488 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2489 (clear_exit_convenience_vars): New function.
2490 * inferior.h (clear_exit_convenience_vars): New prototype.
2491
2492 2013-10-06 Yao Qi <yao@codesourcery.com>
2493
2494 * varobj.h: Add comments to enum varobj_languages.
2495
2496 2013-10-04 Doug Evans <dje@google.com>
2497
2498 Add support for DWP file format version 2.
2499 * NEWS: Mention support for DWP file format version 2.
2500 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2501 union of asection, containing_section. New fields virtual_offset
2502 and is_virtual. Change type of readin filed from int to char.
2503 (dwo_sections, dwo_file): Tweak comments.
2504 (dwp_v2_section_ids): New enum.
2505 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2506 str_offsets, types.
2507 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2508 All uses updated.
2509 (virtual_v2_dwo_sections): New struct.
2510 (dwp_hash_table): New fields version, nr_columns. Change type of
2511 section_pool field to a union.
2512 (dwp_file): New field version.
2513 (dwarf2_has_info): Check for virtual sections.
2514 (get_containing_section): New function.
2515 (get_section_bfd_owner, get_section_bfd_section): Call it.
2516 (dwarf2_locate_sections): Update.
2517 (dwarf2_section_empty_p): Update.
2518 (dwarf2_read_section): Handle virtual sections.
2519 (locate_dwz_sections): Update.
2520 (create_dwp_hash_table): Document and handle V2 format.
2521 (locate_v1_virtual_dwo_sections): Renamed from
2522 locate_virtual_dwo_sections and update. All callers updated.
2523 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2524 Delete arg htab. Rename arg section_index to unit_index.
2525 All callers updated.
2526 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2527 All uses updated.
2528 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2529 (lookup_dwo_unit_in_dwp): Add V2 support.
2530 (dwarf2_locate_dwo_sections): Update.
2531 (dwarf2_locate_common_dwp_sections): Renamed from
2532 dwarf2_locate_dwp_sections and update. All callers updated.
2533 (dwarf2_locate_v2_dwp_sections): New function.
2534 (open_and_init_dwp_file): Add V2 support.
2535 (read_str_index): New locals str_section, str_offsets_section.
2536
2537 2013-10-04 Pedro Alves <palves@redhat.com>
2538
2539 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2540 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2541 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2542 describing comments with references to ptid.h.
2543 * common/ptid.h: Remove intro description of constructors,
2544 accessors and predicates.
2545 (struct ptid): Reformat.
2546 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2547 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2548 describing comments.
2549
2550 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2551
2552 * aix-thread.c (sync_threadlists): Add missing ')' in call
2553 to ptid_build.
2554
2555 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2556
2557 * procfs.c (procfs_init_inferior): Fix typo causing the build
2558 to fail.
2559
2560 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2561
2562 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2563
2564 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2565
2566 * mi/mi-main.c (run_one_inferior): Add function description.
2567 Make ARG a pointer to an integer whose value determines whether
2568 we should "run" or "start" the program.
2569 (mi_cmd_exec_run): Add handling of the "--start" option.
2570 Reject all other command-line options.
2571 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2572
2573 2013-10-04 Yao Qi <yao@codesourcery.com>
2574
2575 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2576 (struct notif_client) <pending_event>: Moved
2577 to struct remote_notif_state.
2578 <id>: New field.
2579 (struct remote_notif_state) <pending_event>: New field.
2580 (notif_event_xfree): Declare.
2581 * remote-notif.c (handle_notification): Adjust.
2582 (notif_event_xfree): New function.
2583 (do_notif_event_xfree): Call notif_event_xfree.
2584 (remote_notif_state_xfree): Call notif_event_xfree to free
2585 each element in field pending_event.
2586 * remote.c (discard_pending_stop_replies): Remove declaration.
2587 (discard_pending_stop_replies_in_queue): Declare.
2588 (remote_close): Call discard_pending_stop_replies_in_queue
2589 instead of discard_pending_stop_replies.
2590 (remote_start_remote): Adjust.
2591 (stop_reply_xfree): Call notif_event_xfree.
2592 (notif_client_stop): Adjust initialization.
2593 (remote_notif_remove_all): Rename it to ...
2594 (remove_stop_reply_for_inferior): ... this. Update comments.
2595 Don't check INF is NULL.
2596 (discard_pending_stop_replies): Return early if notif_state is
2597 NULL. Adjust. Don't check INF is NULL.
2598 (remote_notif_get_pending_events): Adjust.
2599 (discard_pending_stop_replies_in_queue): New function.
2600 (remote_wait_ns): Likewise.
2601
2602 2013-10-04 Yao Qi <yao@codesourcery.com>
2603
2604 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2605 (notif_queue): Remove.
2606 (remote_notif_process): Add one parameter 'notif_queue'.
2607 Update comments. Callers update.
2608 (remote_async_get_pending_events_token): Remove.
2609 (remote_notif_register_async_event_handler): Remove.
2610 (remote_notif_unregister_async_event_handler): Remove.
2611 (handle_notification): Add parameter 'notif_queue'. Update
2612 comments. Callers update.
2613 (notif_xfree): Remove.
2614 (remote_notif_state_allocate): New function.
2615 (remote_notif_state_xfree): New function.
2616 (_initialize_notif): Remove code to allocate queue.
2617 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2618 (struct remote_notif_state): New.
2619 (handle_notification): Update declaration.
2620 (remote_notif_process): Likewise.
2621 (remote_notif_register_async_event_handler): Remove.
2622 (remote_notif_unregister_async_event_handler): Remove.
2623 (remote_notif_state_allocate): Declare.
2624 (remote_notif_state_xfree): Declare.
2625 * remote.c (struct remote_state) <notif_state>: New field.
2626 (remote_close): Don't call
2627 remote_notif_unregister_async_event_handler. Call
2628 remote_notif_state_xfree.
2629 (remote_open_1): Don't call
2630 remote_notif_register_async_event_handler. Call
2631 remote_notif_state_allocate.
2632
2633 2013-10-04 Yao Qi <yao@codesourcery.com>
2634
2635 * varobj.c (create_child_with_value): Remove 'const' from the
2636 type of parameter 'name'.
2637 (varobj_add_child): Likewise.
2638 (install_dynamic_child): Remove 'const' from the type of
2639 parameter 'name'.
2640 (varobj_add_child): Likewise.
2641 (create_child_with_value): Likewise. Update comments. Don't
2642 duplicate 'name'.
2643 (update_dynamic_varobj_children): Duplicate 'name'
2644 and pass it to install_dynamic_child.
2645
2646 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2647
2648 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2649 conversion logic to occur after PyLong_Check. Comment on order
2650 change significance.
2651 * python/py-arch.c (archpy_disassemble): Comment on order of
2652 conversion for integers and longs.
2653
2654 2013-10-03 Pedro Alves <palves@redhat.com>
2655
2656 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2657 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2658 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2659 PTRACE_O_TRACEFORK is not supported.
2660 (linux_test_for_tracesysgood): New function.
2661 (linux_test_for_tracefork): New function, factored out from
2662 linux_check_ptrace_features, and also don't kill child_pid here.
2663
2664 2013-10-03 Tristan Gingold <gingold@adacore.com>
2665
2666 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2667 Remove verbose error reporting. Use detected state to
2668 thread_set_state call.
2669 (i386_darwin_dr_get): Fix return type. Remove verbose error
2670 report.
2671 Remove trailing spaces.
2672
2673 2013-10-02 Pedro Alves <palves@redhat.com>
2674
2675 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2676 val_print_optimized_out.
2677 * jv-valprint.c (java_print_value_fields): Likewise.
2678 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2679 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2680 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2681 new optimized out value.
2682 * findvar.c (address_from_register): Likewise.
2683 * frame.c (put_frame_register): Tweak error string to say the
2684 register was not saved, rather than optimized out.
2685 * infcmd.c (default_print_one_register_info): Adjust call to
2686 val_print_optimized_out. Use value_of_register instead of
2687 get_frame_register_value.
2688 * mi/mi-main.c (output_register): Use value_of_register instead of
2689 get_frame_register_value.
2690 * valprint.c (valprint_check_validity): Likewise.
2691 (val_print_optimized_out): New value parameter. If the value is
2692 lval_register, print <not saved> instead.
2693 (value_check_printable, val_print_scalar_formatted): Adjust calls
2694 to val_print_optimized_out.
2695 * valprint.h (val_print_optimized_out): New value parameter.
2696 * value.c (struct value) <optimized_out>: Extend comment.
2697 (error_value_optimized_out): New function.
2698 (require_not_optimized_out): Use it. Use a different string for
2699 lval_register values.
2700 * value.h (error_value_optimized_out): New declaration.
2701 * NEWS: Mention <not saved>.
2702
2703 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2704
2705 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2706 strcmp to compare two symtab filenames.
2707
2708 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2709
2710 * symtab.c (search_symbols_equal): Delete.
2711 (sort_search_symbols_remove_dups): Replace call to
2712 search_symbols_equal by call to compare_search_syms,
2713 adjusting as necessary.
2714
2715 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2716
2717 PR python/15579
2718 * python/python.c: Document gdb.execute command in Python help.
2719
2720 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2721
2722 * python/py-frame.c (frame_info_to_frame_object): Use
2723 gdbpy_convert_exception. Clean up Python object on failure.
2724
2725 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2726
2727 * python/lib/gdb/command/frame_filters.py
2728 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2729 (ShowFrameFilterPriority.invoke): Ditto.
2730
2731 2013-10-01 Keith Seitz <keiths@redhat.com>
2732
2733 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2734 (parse_linespec): Make 'argptr' const.
2735 Remove temporary cast of 'argptr' to const char **.
2736 (decode_line_full): Pass const pointer to parse_linespec.
2737 (decode_line_1): Likewise.
2738 (decode_objc): Make local variable 'new_argptr' const.
2739 (find_function_symbols): Remove temporary cast to char *
2740 to find_imps.
2741 * objc-lang.c (find_imps): Make argument 'method' const.
2742 Return const.
2743 * objc-lang.h (find_imps): Likewise.
2744
2745 2013-10-01 Keith Seitz <keiths@redhat.com>
2746
2747 * completer.c (skip_quoted_chars): Make all arguments const.
2748 Return const.
2749 (skip_quoted): Likewise.
2750 * completer.h (skip_quoted_chars): Likewise.
2751 (skip_quoted): Likewise.
2752 * defs.h (skip_quoted): Remove duplicate declaration.
2753 * jv-exp.y: Include completer.h.
2754 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2755 * p-exp.y: Include completer.h.
2756
2757 2013-10-01 Keith Seitz <keiths@redhat.com>
2758
2759 * c-exp.y (parse_number): Make first argument const.
2760 Make a copy of the input to manipulate.
2761 (c_parse_escape): Make first argument const.
2762 Make local variable 'tokptr' const.
2763 (parse_string_or_char): Make first two arguments const.
2764 (macro_original_text): Make const.
2765 (lex_one_token): Make local variable 'tokstart' const.
2766 Likewise for local variables named 'p'.
2767 Cast away const for struct stoken (temporary).
2768 * c-lang.h (c_parse_escpae): Make first argument const.
2769 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2770 const.
2771 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2772 var_string case.
2773 * f-exp.y (parse_number): Make first argument const.
2774 (match_string_literal): Make local variable 'tokstart'
2775 const.
2776 (yylex): Make local variable 'p' const.
2777 Cast away const for struct stoken (temporary).
2778 * go-exp.y (parse_number): Make first argument const.
2779 (parse_string_or_char): Likewise.
2780 Make local variable 'tokstart' const.
2781 (lex_one_token): Likewise for numerous locals called 'p'.
2782 Cast away const for struct stoken (temporary).
2783 * jv-exp.y (parse_number): Make first argument const.
2784 Make local variables 'tokstart' and 'tokptr' const.
2785 Cast away const for call to skip_quoted (temporary).
2786 (yylex): Make local variable 'p' const.
2787 Cast away const for struct stoken (temporary).
2788 * m2-exp.y (parse_number): Make local variable 'p' const.
2789 (yylex): Likewise for 'tokstart'.
2790 Cast away const for struct stoken (temporary).
2791 Make local variable 'p' const.
2792 * macroexp.c (get_character_constant): Pass a const string
2793 to c_parse_escape.
2794 (get_string_literal): Likewise.
2795 (macro_expand_next): Make first argument const.
2796 Cast away const for init_shared_buffer.
2797 * macroexp.h (macro_expand_next): Make first argument const.
2798 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2799 Pass a const string to c_parse_escape.
2800 Make local variables 'p' and 'namestart' const.
2801 * parse.c (lexptr): Make const.
2802 (prev_lexptr): Likewise.
2803 (find_template_name_end): Return const.
2804 Make argument const, too.
2805 (parse_exp_in_context): Make first argument const.
2806 Remove the entire const_hack.
2807 (parse_exp_in_context_1): Make first argument const.
2808 * parser-defs.h (find_template_name_end): Return const.
2809 Make argument const, too.
2810 (lexptr): Make const.
2811 (prev_lexptr): Likewise.
2812 * utils.c (parse_escape): Make second argument const.
2813 * utils.h (parse_escape): Likewise.
2814
2815 2013-10-01 Keith Seitz <keiths@redhat.com>
2816
2817 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2818 is now const.
2819 (block_lookup): Make 'raw_name' and 'name' const.
2820 * ada-lex.l (processString): Update for struct stoken.ptr.
2821 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2822 (operator_stoken): Likewise.
2823 (lex_one_token): Remove temporary cast to char * for
2824 'yylval.sval.ptr'.
2825 * f-exp.y (yylex): Likewise.
2826 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2827 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2828 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2829 'yylval.sval.ptr'.
2830 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2831 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2832 * linespec.c (struct ls_parser): Make 'stream' const.
2833 (find_parameter_list_end): Make argument 'input' and local
2834 variable 'p' const.
2835 (linespec_lexer_lex_string): Make local variables 'start' and
2836 'p' const.
2837 Use skip_spaces_const instead of skip_spaces.
2838 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2839 const.
2840 (parse_linespec): Temporarily cast 'argptr' to const for
2841 'parser->lexer.stream'.
2842 * m2-exp.y (yylex): Remove temporary cast to char * for
2843 'yylval.sval.ptr'.
2844 * objc-lang.c (add_msglist): Make local variable 'p' const.
2845 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2846 (exp : STRING): Make 'sp' const.
2847 (parse_number): Make argument 'p' const.
2848 * parser-defs.h (struct stoken): Make 'ptr' const.
2849
2850 2013-10-01 Doug Evans <dje@google.com>
2851
2852 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2853
2854 2013-10-01 Yao Qi <yao@codesourcery.com>
2855
2856 * varobj.c (c_value_of_root): Remove declaration.
2857 (cplus_value_of_root, java_value_of_root): Likewise.
2858 (ada_value_of_root): Likewise.
2859 (struct language_specific) <value_of_root>: Remove.
2860 (languages): Update initialization.
2861 (check_scope): Move earlier.
2862 (c_value_of_root): Move earlier and rename to ...
2863 (value_of_root_1): ... this.
2864 (value_of_root): Caller update.
2865 (cplus_value_of_root, java_value_of_root): Remove.
2866 (ada_value_of_root): Remove.
2867
2868 2013-10-01 Yao Qi <yao@codesourcery.com>
2869
2870 * varobj.c (varobj_format_string): Remove "unknown".
2871 (languages): Remove the first element.
2872 * varobj.h (enum varobj_languages): Remove vlang_c.
2873
2874 2013-10-01 Yao Qi <yao@codesourcery.com>
2875
2876 * varobj.c (struct language_specific) <language>: Remove.
2877 (languages): Update the initialization.
2878
2879 2013-10-01 Yao Qi <yao@codesourcery.com>
2880
2881 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2882 "solib-target.h". Include "windows-tdep.h".
2883 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2884 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2885 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2886 windows-tdep.o to gdb_target_obs.
2887
2888 2013-10-01 Yao Qi <yao@codesourcery.com>
2889
2890 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2891 "solib-target.h".
2892 (amd64_windows_init_abi): Don't call set_solib_ops and
2893 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2894 windows_init_abi instead.
2895 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2896 "solib-target.h".
2897 (i386_cygwin_init_abi): Don't call set_solib_ops,
2898 set_gdbarch_has_dos_based_file_system and
2899 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2900 windows_init_abi instead.
2901 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2902 (windows_init_abi): New function.
2903 (windows_iterate_over_objfiles_in_search_order): Make it
2904 static.
2905 * windows-tdep.h (windows_init_abi): Declare.
2906 (windows_iterate_over_objfiles_in_search_order): Remove
2907 declaration.
2908
2909 2013-10-01 Jerome Guitton <guitton@adacore.com>
2910
2911 Checked in by Joel Brobecker <brobecker@adacore.com>
2912 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2913 incomplete dictionnary instead of None in case of missing
2914 environment variables.
2915 (elinos_init): in case of an incomplete environment, best
2916 effort to load system libraries instead of abort.
2917
2918 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2919
2920 * ada-lang.c (ada_has_this_exception_support): Ignore
2921 mst_solib_trampoline minimal symbols.
2922
2923 2013-09-30 Tristan Gingold <gingold@adacore.com>
2924
2925 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2926 hardware watchpoint.
2927 (i386_darwin_dr_set): Support 32 and 64 bit states.
2928 (i386_darwin_dr_get): Likewise.
2929 (i386_darwin_dr_set_control): Make static.
2930 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2931 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2932
2933 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2934
2935 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2936 Replace TIDGET with ptid_get_lwp.
2937 Replace GET_LWP with ptid_get_lwp.
2938 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2939 Replace BUILD_THREAD with ptid_build.
2940 Replace BUILD_LWP with ptid_build.
2941 Replace PIDGET with ptid_get_pid.
2942 Replace TIDGET with ptid_get_lwp.
2943 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2944 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2945 Replace TIDGET with ptid_get_lwp.
2946 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2947 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2948 Replace TIDGET with ptid_get_lwp.
2949 Replace GET_LWP with ptid_get_lwp.
2950 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2951 * auxv.c: Likewise.
2952 * breakpoint.c: Likewise.
2953 * common/ptid.c (ptid_is_pid): Condense check for
2954 null_ptid and minus_one_ptid.
2955 (ptid_lwp_p): New function.
2956 (ptid_tid_p): New function.
2957 * common/ptid.h: Update comments for accessors.
2958 (ptid_lwp_p): New prototype.
2959 (ptid_tid_p): New prototype.
2960 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2961 * gcore.c: Replace PIDGET with ptid_get_pid.
2962 * gdbthread.h: Likewise.
2963 * gnu-nat.c: Likewise.
2964 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2965 Replace TIDGET with ptid_get_lwp.
2966 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2967 * hppanbsd-nat.c: Likewise.
2968 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2969 Replace TIDGET with ptid_get_lwp.
2970 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2971 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2972 * infcmd.c: Likewise.
2973 * inferior.h: Likewise.
2974 * inflow.c: Likewise.
2975 * infrun.c: Likewise.
2976 * linux-fork.c: Likewise.
2977 * linux-nat.c: Replace PIDGET with ptid_get_pid.
2978 Replace GET_PID with ptid_get_pid.
2979 Replace is_lwp with ptid_lwp_p.
2980 Replace GET_LWP with ptid_get_lwp.
2981 Replace BUILD_LWP with ptid_build.
2982
2983 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2984
2985 * common/linux-btrace.c: Move sys/syscall.h out of the
2986 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2987 Also check for SYS_perf_event_open before attempting to buid.
2988
2989 2013-09-27 Doug Evans <dje@google.com>
2990
2991 * dwarf2read.c (dwarf2_section_info): Add comment.
2992 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2993 All uses updated.
2994 (dwarf2_section_empty_p): Rename arg from "info" to "section".
2995 (dwarf2_read_section): Delete unused local "header". Add section
2996 name to error message.
2997 (create_dwo_in_dwp): Tweak comment.
2998 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2999
3000 * dwarf2read.c (die_reader_specs): Tweak comment.
3001 (get_section_bfd_owner, get_section_bfd_section): New functions.
3002 (get_section_name, get_section_file_name): New functions.
3003 (get_section_id, get_section_flags): New functions.
3004 (*): Use new functions to access section fields.
3005
3006 * dwarf2read.c (struct dwo_file): Add/tweak comments.
3007 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
3008 arg "htab". All callers updated.
3009 (create_debug_types_hash_table): Remove redundant copy of
3010 abbrev_section.
3011 (create_dwo_in_dwp): Tweak comments.
3012 (read_str_index): Tweak comment. Record dwarf form name in static
3013 local.
3014
3015 2013-09-27 Pedro Alves <palves@redhat.com>
3016
3017 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
3018 (remote_filename_p): Add comment.
3019 * remote.c (remote_filename_p): Adjust to use
3020 REMOTE_SYSROOT_PREFIX.
3021 * solib.c (solib_find): When deciding whether we need to add a
3022 directory separator, check whether the sysroot is "remote:"
3023 instead of checking whether the patch has a drive spec. Add
3024 comments.
3025
3026 2013-09-27 Pedro Alves <palves@redhat.com>
3027
3028 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
3029 Delete fields.
3030 (remote_parse_stop_reply): Adjust, setting event->ws.kind
3031 directly.
3032
3033 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 Fix set debug frame output.
3036 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
3037 SENTINEL_FRAME entry lower to match enum frame_type order.
3038
3039 2013-09-26 Pierre Muller <muller@sourceware.org>
3040
3041 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
3042 AMD64_R15_REGNUM when a register index is expected.
3043 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
3044 Substitute in array.
3045 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
3046 (amd64_push_arguments): Substitute in integer_regnum array.
3047
3048 2013-09-25 Doug Evans <dje@google.com>
3049
3050 * objfiles.c (allocate_objfile): Move comment to better place.
3051
3052 New option "set debug symfile on".
3053 * NEWS: Mention "set debug symfile".
3054 * Makefile.in (SFILES): Add symfile-debug.c.
3055 (COMMON_OBS): Add symfile-debug.o.
3056 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
3057 objfile's symbol functions.
3058 * objfiles.h (objfile_set_sym_fns): Declare.
3059 * symfile-debug.c: New file.
3060 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
3061 objfile's symbol functions.
3062 (reread_symbols): Ditto.
3063
3064 * symfile.h (struct sym_fns): Delete member "sym_flavour".
3065 All uses updated.
3066 (add_symtab_fns): Update prototype.
3067 * symfile.c (sym_fns_ptr): Delete. Replace with ...
3068 (registered_sym_fns): ... this.
3069 (symtab_fns): Update.
3070 (add_symtab_fns): New arg "flavour". All callers updated.
3071 (find_sym_fns): Rewrite to use new sym_fns registry.
3072
3073 * symfile.h (struct sym_fns): Add "objfile" argument to
3074 sym_read_linetable. All uses updated.
3075
3076 * symtab.c (domain_name, search_domain_name): New functions.
3077 * symtab.h (domain_name, search_domain_name): Declare.
3078
3079 * symfile.h (struct quick_symbol_functions): Reorg arg list of
3080 map_matching_symbols so objfile is first. All uses updated.
3081 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
3082 * psymtab.c (map_matching_symbols_psymtab): Update signature.
3083
3084 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3085
3086 PR shlibs/8882
3087 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
3088 link map entries.
3089
3090 2013-09-24 Doug Evans <dje@google.com>
3091
3092 * objfiles.c (free_objfile): Move comment.
3093
3094 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3095
3096 * ada-exp.y (string_to_operator): Delete.
3097 (dummy_string_to_ada_operator): Delete.
3098
3099 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3100
3101 Revert:
3102 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3103 amd64-tdep.c.
3104 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3105 call_dummy_integer_regs, and classify.
3106 * amd64-tdep.h (amd64_classify): Add declaration.
3107 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3108 (amd64_reg_class): Delete, moved to i386-tdep.h.
3109 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3110 Replace call to amd64_classify by call to tdep->classify.
3111 (amd64_push_arguments): Get the list of registers to use for
3112 passing integer parameters from the gdbarch tdep structure,
3113 rather than using a hardcoded one. Replace calls to amd64_classify
3114 by calls to tdep->classify.
3115 (amd64_push_dummy_call): Get the register number used for
3116 the "hidden" argument from tdep->call_dummy_integer_regs.
3117 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3118 and tdep->call_dummy_integer_regs. Set tdep->classify.
3119
3120 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3121
3122 Revert:
3123 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3124 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3125 where tdep->memory_args_by_pointer is non-zero.
3126
3127 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3128
3129 Revert:
3130 * i386-tdep.h (struct gdbarch_tdep): Add new field
3131 integer_param_regs_saved_in_caller_frame.
3132 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3133 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3134
3135 2013-09-24 Joel Brobecker <brobecker@adacore.com>
3136
3137 * amd64-windows-tdep.c: #include "value.h"
3138 (amd64_windows_classify): Delete.
3139 (amd64_windows_passed_by_integer_register)
3140 (amd64_windows_passed_by_xmm_register)
3141 (amd64_windows_passed_by_pointer)
3142 (amd64_windows_adjust_args_passed_by_pointer)
3143 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
3144 (amd64_windows_push_dummy_call): New functions.
3145 (amd64_windows_init_abi): Remove setting of
3146 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
3147 tdep->classify, tdep->memory_args_by_pointer and
3148 tdep->integer_param_regs_saved_in_caller_frame.
3149 Add call to set_gdbarch_push_dummy_call.
3150
3151 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3152
3153 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
3154 objfile->original_name.
3155
3156 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3157
3158 Pass down original filename for objfile.
3159 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
3160 * elfread.c (elf_symfile_read): Likewise.
3161 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
3162 longer set ORIGINAL_NAME.
3163 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
3164 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
3165 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
3166 symbol_file_add_from_bfd call.
3167 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
3168 (macho_check_dsym): Add parameter filenamep. Change function comment.
3169 Set *filenamep.
3170 (macho_symfile_read): New variable dsym_filename. Update
3171 macho_check_dsym call. Use it for symbol_file_add_separate.
3172 * objfiles.c (allocate_objfile): Add parameter name. New comment for
3173 it. Use it for objfile->original_name.
3174 (objfile_name): Return OBFD's filename, if available.
3175 * objfiles.h (allocate_objfile): Add new parameter name.
3176 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
3177 * symfile-mem.c (symbol_file_add_from_memory): Update
3178 symbol_file_add_from_bfd call.
3179 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
3180 comment for it.
3181 (symbol_file_add_with_addrs): New parameter name, add function comment
3182 for it. Remove variable name. Update allocate_objfile call.
3183 (symbol_file_add_separate): New parameter name, add function comment
3184 for it. Update symbol_file_add_with_addrs call.
3185 (symbol_file_add_from_bfd): New parameter name. Update
3186 symbol_file_add_with_addrs call.
3187 (symbol_file_add): Update symbol_file_add_from_bfd call.
3188 (reread_symbols): New variable original_name. Save
3189 objfile->original_name by it.
3190 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3191 second parameter.
3192
3193 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3194
3195 Code cleanup: Add objfile_name accessor function.
3196 * ada-lang.c (is_known_support_routine): Use objfile_name.
3197 * auto-load.c (source_gdb_script_for_objfile)
3198 (auto_load_objfile_script): Likewise.
3199 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3200 * dbxread.c (dbx_symfile_read): Likewise.
3201 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3202 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3203 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3204 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3205 (lookup_dwp_signatured_type, lookup_dwo_unit)
3206 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3207 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3208 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3209 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3210 (dwarf2_record_block_ranges, read_common_block, read_typedef)
3211 (read_subrange_type, load_partial_dies, read_partial_die)
3212 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3213 (die_containing_type, build_error_marker_type, lookup_die_type)
3214 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3215 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3216 (get_DW_AT_signature_type, write_psymtabs_to_index)
3217 (save_gdb_index_command): Likewise.
3218 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3219 Likewise.
3220 * expprint.c (dump_subexp_body_standard): Likewise.
3221 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3222 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3223 original_name.
3224 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3225 obj_name, use objfile_name for it, use the variable.
3226 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3227 Use objfile_name.
3228 * machoread.c (macho_symtab_read, macho_check_dsym)
3229 (macho_symfile_relocate): Likewise.
3230 * maint.c (maintenance_translate_address): Likewise.
3231 * minidebug.c (find_separate_debug_file_in_section): Likewise.
3232 * minsyms.c (install_minimal_symbols): Likewise.
3233 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3234 original_name.
3235 (filter_overlapping_sections): Use objfile_name.
3236 (objfile_name): New function.
3237 * objfiles.h (struct objfile): Rename field name to original_name.
3238 (objfile_name): New prototype.
3239 * printcmd.c (sym_info, address_info): Use objfile_name.
3240 * probe.c (parse_probes, collect_probes, compare_probes)
3241 (info_probes_for_ops): Likewise.
3242 * progspace.c (clone_program_space): Likewise.
3243 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3244 (maintenance_info_psymtabs): Likewise.
3245 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3246 (source_section_scripts): Likewise.
3247 * python/py-objfile.c (objfpy_get_filename): Likewise.
3248 * python/py-progspace.c (pspy_get_filename): Likewise.
3249 * solib-aix.c (solib_aix_get_toc_value): Likewise.
3250 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3251 * solib.c (solib_read_symbols): Likewise.
3252 * stabsread.c (scan_file_globals): Likewise.
3253 * stap-probe.c (handle_stap_probe): Likewise.
3254 * symfile.c (symbol_file_clear, separate_debug_file_exists)
3255 (find_separate_debug_file_by_debuglink): Likewise.
3256 (reread_symbols): Likewise. Use the objfile field name renamed to
3257 original_name.
3258 (allocate_symtab): Use objfile_name.
3259 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3260 (dump_objfile, dump_msymbols, dump_symtab_1)
3261 (maintenance_print_msymbols, maintenance_print_objfiles)
3262 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3263 * target.c (target_translate_tls_address, target_info): Likewise.
3264 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
3265 objfile_name.
3266
3267 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 Code cleanup.
3270 * probe.c (parse_probes): Rename variable objfile_name to
3271 objfile_namestr.
3272
3273 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 Remove solib-sunos.c.
3276 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3277 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3278 * objfiles.c (rt_common_objfile): Remove.
3279 (free_objfile): Remove rt_common_objfile comparison.
3280 * objfiles.h (rt_common_objfile): Remove.
3281 * solib-sunos.c: Remove.
3282 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3283
3284 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3285
3286 Remove a.out NetBSD and OpenBSD hosts.
3287 * NEWS (Removed native configurations): New.
3288 * config/arm/nbsdaout.mh: Remove.
3289 * config/i386/nbsdaout.mh: Remove.
3290 * config/i386/obsdaout.mh: Remove.
3291 * config/m68k/nbsdaout.mh: Remove.
3292 * config/sparc/nbsdaout.mh: Remove.
3293 * config/vax/nbsdaout.mh: Remove.
3294 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3295 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3296 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3297 error.
3298 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3299 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3300 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3301
3302 2013-09-23 Tom Tromey <tromey@redhat.com>
3303
3304 * linespec.c (struct minsym_and_objfile): Remove.
3305 (minsym_and_objfile_d): Remove.
3306 (struct linespec, struct collect_info, linespec_parse_basic)
3307 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3308 (compare_msymbols, find_method, find_function_symbols)
3309 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3310 (add_minsym, search_minsyms_for_name): Update.
3311
3312 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3313
3314 * regcache.c: Add include of valprint.h.
3315 (dump_endian_bytes): Delete.
3316 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3317
3318 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3319
3320 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3321
3322 2013-09-19 Pedro Alves <palves@redhat.com>
3323
3324 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3325 breakpoints.
3326
3327 2013-09-19 Pedro Alves <palves@redhat.com>
3328 Thomas Schwinge <thomas@codesourcery.com>
3329 Yue Lu <hacklu.newborn@gmail.com>
3330
3331 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3332 Take a gdb_byte pointer instead of a char pointer.
3333
3334 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3335 gnu_xfer_partial helper.
3336 (gnu_xfer_partial): New function.
3337 (gnu_target): Don't install a deprecated_xfer_memory hook.
3338 Install a to_xfer_partial hook.
3339
3340 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 Constification.
3343 * main.c (captured_main): Replace catch_command_errors by
3344 catch_command_errors_const. Twice.
3345 * symfile.c (symbol_file_add_main_1): Make args parameter const.
3346 (symbol_file_add): Make name parameter const.
3347 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3348 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
3349 variable name. Change their usage accordingly.
3350 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3351 const.
3352 (symbol_file_add_main): Make args parameter const.
3353
3354 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
3355 Ulrich Weigand <uweigand@de.ibm.com>
3356
3357 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3358 of c_value member.
3359 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3360
3361 2013-09-18 Pedro Alves <palves@redhat.com>
3362 Yue Lu <hacklu.newborn@gmail.com>
3363
3364 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3365 (gnu_create_inferior)
3366 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3367 (set_sig_thread_cmd): Use the lwpid field of ptids to
3368 store/extract thread ids instead of the tid field.
3369 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3370
3371 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3372
3373 * infcmd.c (default_print_one_register_info): Add detection of
3374 optimized out values.
3375 (default_print_registers_info): Switch to using
3376 get_frame_register_value.
3377
3378 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
3379
3380 * infrun.c (handle_inferior_event): Check if we know the
3381 function start address before setting a resume breakpoint.
3382
3383 2013-09-18 Pedro Alves <palves@redhat.com>
3384
3385 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3386 minus_one_ptid instead of looking at the ptid's tid field and
3387 comparing that to -1.
3388
3389 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3390
3391 * main.h (get_gdb_program_name): Remove extra whitespace.
3392
3393 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3394
3395 * main.h (get_gdb_program_name): Add declaration.
3396 * main.c (get_gdb_program_name): Add definition.
3397
3398 2013-09-17 Doug Evans <dje@google.com>
3399
3400 * dwarf2read.c: Move definitions of complaint functions to after
3401 forward declarations of local functions.
3402
3403 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
3404 Pedro Alves <palves@redhat.com>
3405
3406 PR gdb/11568
3407 * breakpoint.c (remove_threaded_breakpoints): New function.
3408 (_initialize_breakpoint): Attach remove_threaded_breakpoints
3409 as thread_exit observer.
3410
3411 2013-09-17 Pedro Alves <palves@redhat.com>
3412
3413 PR gdb/15911
3414 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3415 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3416 * corelow.c (core_open):
3417 * frame.h (print_stack_frame, print_frame_info): New
3418 'set_current_sal' parameter.
3419 * infcmd.c (finish_command, kill_command): Adjust call to
3420 print_stack_frame.
3421 * inferior.c (inferior_command): Likewise.
3422 * infrun.c (normal_stop): Likewise.
3423 * linux-fork.c (linux_fork_context): Likewise.
3424 * record-full.c (record_full_goto_entry, record_full_restore):
3425 Likewise.
3426 * remote-mips.c (common_open): Likewise.
3427 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3428 Use it.
3429 (print_frame_info): New 'set_current_sal' parameter. Set the last
3430 displayed sal depending on the new paremeter instead of looking at
3431 print_what.
3432 (backtrace_command_1, select_and_print_frame, frame_command)
3433 (current_frame_command, up_command, down_command): Adjust call to
3434 print_stack_frame.
3435 * thread.c (print_thread_info, restore_selected_frame)
3436 (do_captured_thread_select): Adjust call to print_stack_frame.
3437 * tracepoint.c (tfind_1): Likewise.
3438 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3439 (mi_cmd_stack_info_frame): Likewise.
3440 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3441 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3442
3443 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3444
3445 * value.c (isvoid_internal_fn): Replace "parameter" with
3446 "argument".
3447
3448 2013-09-16 Stan Shebs <stan@codesourcery.com>
3449
3450 * README: Update references to writing code for GDB.
3451 * configure.ac (build_warnings): Remove obsolete comment.
3452 * configure: Regenerate.
3453 * gdbarch.sh: Remove references to gdbint.texinfo.
3454 * gdbarch.h: Regenerate.
3455 * gdbtypes.c (objfile_type): Remove comments referencing internals
3456 manual and D10V.
3457
3458 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3459
3460 * NEWS: Mention new convenience function $_isvoid.
3461 * value.c (isvoid_internal_fn): New function.
3462 (_initialize_values): Add new convenience function $_isvoid.
3463
3464 2013-09-16 Pierre Muller <muller@sourceware.org>
3465
3466 * arm-linux-tdep.c: Add "elf/common.h" header.
3467 Remove AT_HWCAP macro definintion as it is provided in
3468 added include file.
3469 * s390-tdep.c: Remove system header <elf.h>
3470 Add "elf/common.h" header for AT_HWCAP definition.
3471 (s390_core_read_description): Use correct CORE_ADDR
3472 for hwcap local variable used as third parameter
3473 of function target_auxv_search.
3474
3475 2013-09-14 Pierre Muller <muller@sourceware.org>
3476 Tom Tromey <tromey@redhat.com>
3477 Pedro Alves <palves@redhat.com>
3478
3479 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3480 mode if operating system doesn't know O_CLOEXEC.
3481
3482 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3483
3484 Code cleanup.
3485 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3486 inner block.
3487
3488 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3489
3490 * NEWS: Mention TDB support.
3491 * features/s390-tdb.xml: New file.
3492 * features/s390-te-linux64.xml: New file.
3493 * features/s390x-te-linux64.xml: New file.
3494 * features/Makefile (WHICH): Add new tdescs above.
3495 (s390-te-linux64-expedite): Set.
3496 (s390x-te-linux64-expedite): Set.
3497 * features/s390-te-linux64.c: New file (generated).
3498 * features/s390x-te-linux64.c: New file (generated).
3499 * regformats/s390-te-linux64.dat: New file (generated).
3500 * regformats/s390x-te-linux64.dat: New file (generated).
3501 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3502 (HWCAP_S390_TE): Likewise.
3503 (S390_TDB_DWORD0_REGNUM): Likewise.
3504 (S390_TDB_DWORD0_REGNUM): Likewise.
3505 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3506 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3507 (S390_TDB_ATIA_REGNUM): Likewise.
3508 (S390_TDB_R0_REGNUM): Likewise.
3509 (S390_TDB_R1_REGNUM): Likewise.
3510 (S390_TDB_R2_REGNUM): Likewise.
3511 (S390_TDB_R3_REGNUM): Likewise.
3512 (S390_TDB_R4_REGNUM): Likewise.
3513 (S390_TDB_R5_REGNUM): Likewise.
3514 (S390_TDB_R6_REGNUM): Likewise.
3515 (S390_TDB_R7_REGNUM): Likewise.
3516 (S390_TDB_R8_REGNUM): Likewise.
3517 (S390_TDB_R9_REGNUM): Likewise.
3518 (S390_TDB_R10_REGNUM): Likewise.
3519 (S390_TDB_R11_REGNUM): Likewise.
3520 (S390_TDB_R12_REGNUM): Likewise.
3521 (S390_TDB_R13_REGNUM): Likewise.
3522 (S390_TDB_R14_REGNUM): Likewise.
3523 (S390_TDB_R15_REGNUM): Likewise.
3524 (S390_NUM_REGS): Increase.
3525 (S390_IS_TDBREGSET_REGNUM): New macro.
3526 (s390_regmap_tdb): Declare.
3527 (s390_sizeof_tdbregset): Define.
3528 (tdesc_s390_te_linux64): Declare.
3529 (tdesc_s390x_te_linux64): Likewise.
3530 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3531 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3532 (s390_regmap_tdb): New regmap.
3533 (s390_supply_tdb_regset): New function.
3534 (s390_tdb_regset): New regset.
3535 (s390_linux64v2_regset_sections): Add TDB regset to list.
3536 (s390x_linux64v2_regset_sections): Likewise.
3537 (s390_regset_from_core_section): Recognize TDB core note section.
3538 (s390_core_read_description): If HWCAP indicates TE support,
3539 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3540 (s390_gdbarch_init): Handle TDB regset.
3541 (_initialize_s390_tdep): Initialize new tdescs.
3542 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3543 (have_regset_tdb): New variable.
3544 (s390_native_supply): Support register invalidation.
3545 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3546 (check_regset): Treat ENODATA as "regset exists".
3547 (s390_linux_fetch_inferior_registers): Add TDB.
3548 (s390_read_description): Check for TDB existence and select
3549 appropriate tdesc.
3550 * gdbserver/Makefile.in (clean): Add removal of new makefile
3551 targets.
3552 (s390-te-linux64.c): New makefile target.
3553 (s390x-te-linux64.c): Likewise.
3554 * gdbserver/configure.srv (srv_regobj): Append new objects
3555 s390-te-linux64.o and s390x-te-linux64.o.
3556 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3557 s390x-te-linux64.xml, and s390-tdb.xml.
3558 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3559 declaration.
3560 (tdesc_s390_te_linux64): Likewise.
3561 (init_registers_s390x_te_linux64): Likewise.
3562 (tdesc_s390x_te_linux64): Likewise.
3563 (s390_check_regset): Treat ENODATA as "regset exists".
3564 (s390_arch_setup): Add TDB regset support.
3565 (initialize_low_arch): Initialize registers for new tdescs.
3566
3567 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3568
3569 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3570 (S390_IS_FPREGSET_REGNUM): New macro.
3571 * s390-tdep.c (s390_dwarf_regmap): Make const.
3572 (regnum_is_gpr_full): New function for replacing repeated code.
3573 (s390_pseudo_register_name): Use it.
3574 (s390_pseudo_register_type): Likewise.
3575 (s390_pseudo_register_read): Likewise.
3576 (s390_pseudo_register_write): Likewise.
3577 (s390_unwind_pseudo_register): Likewise.
3578 (s390_regmap_gregset): New format for regmap.
3579 (s390x_regmap_gregset): Likewise.
3580 (s390_regmap_fpregset): Likewise.
3581 (s390_regmap_upper): Likewise.
3582 (s390_regmap_last_break): Likewise.
3583 (s390_regmap_system_call): Likewise.
3584 (s390_supply_regset): Adjust to new regmap format.
3585 (s390_collect_regset): Likewise.
3586 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3587 (s390_native_collect): Likewise.
3588 (supply_gregset): Likewise.
3589 (fill_gregset): Likewise.
3590 (supply_fpregset): Likewise.
3591 (fill_fpregset): Likewise.
3592 (fetch_regset): Likewise.
3593 (store_regset): Likewise.
3594 (s390_linux_fetch_inferior_registers): Likewise.
3595 (s390_linux_fetch_inferior_registers): Likewise.
3596
3597 2013-09-12 Andrew Pinski <apinski@cavium.com>
3598
3599 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3600
3601 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3602
3603 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3604
3605 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
3606
3607 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3608
3609 2013-09-06 Pedro Alves <palves@redhat.com>
3610
3611 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3612 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3613 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3614 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3615 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3616 gdb_stdlog.
3617
3618 2013-09-06 Pedro Alves <palves@redhat.com>
3619
3620 * remote-sim.c (dump_mem): Constify buf parameter.
3621 gdbsim_xfer_inferior_memory): Rename to ...
3622 (gdbsim_xfer_memory): ... this. Adjust interface as
3623 target_xfer_partial helper.
3624 (gdbsim_xfer_partial): New function.
3625 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3626 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3627
3628 2013-09-06 Pedro Alves <palves@redhat.com>
3629
3630 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3631 host_address_to_string, and send debug output to gdb_stdlog.
3632
3633 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3634
3635 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3636 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3637 gdb_target_obs for cris target.
3638 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3639 (cris_gdbarch_init): Move calls to
3640 set_gdbarch_fetch_tls_load_module_address and
3641 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3642 Add call to gdbarch_init_osabi.
3643 * cris-linux-tdep.c: New file.
3644 * cris-tdep.h: New file.
3645
3646 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3647
3648 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3649 to deprecated_init_ui_hook.
3650
3651 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3652
3653 * cli/cli-interp.c (_initialize_cli_interp): Add a
3654 command_loop_proc to interp_procs.
3655 * event-top.c (cli_command_loop): Change signature to match
3656 interp_command_loop_ftype.
3657 * event-top.h (cli_command_loop): Same.
3658 * interps.c (interp_new): Require every interpreter to have a
3659 command_loop_proc.
3660 (current_interp_command_loop): Just call the command_loop_proc on
3661 the current interpreter.
3662 * tui/tui-interp.c (_initialize_tui_interp): Add a
3663 command_loop_proc to interp_procs.
3664
3665 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3666
3667 * cris-tdep.c (cris_gdbarch_init): Add call to
3668 get_gdbarch_fetch_tls_load_module_address.
3669
3670 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3671
3672 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3673 (cris_elf_gregset_t): Rename from elf_gregset_t.
3674 (crisv32_elf_gregset_t): Adjust.
3675 (cris_supply_gregset, fetch_core_registers): Adjust.
3676
3677 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3678
3679 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3680
3681 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3682
3683 * defs.h (deprecated_command_loop_hook): Remove, including
3684 references in comments.
3685 * interps.c (current_interp_command_loop): No longer use
3686 deprecated_command_loop_hook.
3687 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3688 setup.
3689 * top.c (deprecated_command_loop_hook): Remove.
3690
3691 2013-09-05 Pedro Alves <palves@redhat.com>
3692
3693 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3694 local is now int instead of ULONGEST. Print it with %d
3695 instead of paddress.
3696
3697 2013-09-05 Tristan Gingold <gingold@adacore.com>
3698
3699 * MAINTAINERS: Remove avr maintainership.
3700
3701 2013-09-05 Pedro Alves <palves@redhat.com>
3702
3703 * findvar.c (value_of_register): Rework in terms of
3704 value_of_register_lazy.
3705
3706 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3707
3708 * symfile.c (add_symbol_file_command): Remove trailing
3709 whitespaces and blank line after comment.
3710
3711 2013-09-05 Pedro Alves <palves@redhat.com>
3712
3713 * tui/tui-regs.c (tui_register_format): Don't look at the
3714 register's name here. Return string representing register
3715 value instead of storing it in the data element.
3716 (tui_get_register): Compare register string representations
3717 instead of register value states and contents.
3718
3719 2013-09-05 Pedro Alves <palves@redhat.com>
3720
3721 PR tui/15933
3722 * tui/tui-regs.c (tui_show_registers): Show registers of the
3723 selected frame, not the current frame.
3724
3725 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3726
3727 * MAINTAINERS (Write After Approval): Add myself to the list.
3728
3729 2013-09-04 Doug Evans <dje@google.com>
3730
3731 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3732 (queue_and_load_dwo_tu): New function.
3733 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3734 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3735 Make dependent_cu optional.
3736 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3737 and an older .gdb_index is in use, queue and load all its TUs too.
3738
3739 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3742 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3743 variable search_flags.
3744 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3745 (OPF_RETURN_REALPATH): ... here.
3746 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3747 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3748 call. Twice.
3749 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3750 openp call.
3751 * solib.c (solib_find): Likewise. Four times.
3752 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3753 in the function comment and for the realpath_fptr variable.
3754 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3755 (find_and_open_source): Likewise. Twice.
3756 * symfile.c (symfile_bfd_open): Likewise, also twice.
3757
3758 2013-09-04 Doug Evans <dje@google.com>
3759
3760 * progspace.c (save_current_space_and_thread): Remove unnecessary
3761 call to save_current_inferior.
3762
3763 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3764
3765 * sh64-tdep.c (sh64_do_register): Return after printing message
3766 about unavailable register contents.
3767
3768 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3769 Pedro Alves <palves@redhat.com>
3770
3771 * symfile.c (add_symbol_file_command): Error out on unknown
3772 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3773 options and collapse into single conditional branch.
3774
3775 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3776
3777 * inf-child.c (inf_child_follow_fork): New parameter
3778 detach_fork.
3779 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3780 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3781 * inferior.h (detach_fork): Remove.
3782 * infrun.c (detach_fork): Adjust comment and make it
3783 static.
3784 (follow_fork): Pass detach_fork parameter to
3785 target_follow_fork.
3786 * linux-nat.c (linux_child_follow_fork): New parameter
3787 detach_fork.
3788 * target.c (target_follow_fork): New parameter detach_fork.
3789 Pass detach_fork as parameter and print its value.
3790 * target.h (struct target_ops) <to_follow_fork>: New int
3791 parameter.
3792 (target_follow_fork): New parameter detach_fork.
3793
3794 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3795
3796 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3797 Replace sec->bfd by sec->the_bfd_section->owner.
3798
3799 2013-09-03 Yao Qi <yao@codesourcery.com>
3800
3801 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3802 from linux_has_shared_address_space.
3803 (linux_has_shared_address_space): Call linux_is_uclinux.
3804 * linux-tdep.h (linux_is_uclinux): Declare.
3805 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3806 linux_is_uclinux.
3807
3808 2013-09-03 Yao Qi <yao@codesourcery.com>
3809
3810 * config/djgpp/fnchange.lst: Remove entry of
3811 i386-interix-nat.c and i386-interix-tdep.c.
3812 * configure.ac: Remove '*-*-interix*'.
3813 * configure: Re-generated.
3814 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3815 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3816 obsolete comments.
3817 * osabi.c (gdb_osabi_names): Remove "Interix".
3818
3819 2013-09-03 Yao Qi <yao@codesourcery.com>
3820
3821 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3822
3823 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3824
3825 * record.h (record_print_flag) <record_print_src_line,
3826 record_print_insn_range>: Rename into ...
3827 (record_print_flag) <record_print_src_line,
3828 record_print_insn_range>: ... this. Update all users.
3829
3830 2013-09-02 Pierre Muller <muller@sourceware.org>
3831
3832 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3833 error code.
3834
3835 2013-09-02 Pierre Muller <muller@sourceware.org>
3836
3837 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3838 by use of plongest function.
3839
3840 2013-09-02 Tristan Gingold <gingold@adacore.com>
3841
3842 * NEWS: Add entry mentioning support for native Windows x64
3843 SEH data.
3844
3845 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3846 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3847 (struct amd64_windows_frame_cache): New struct.
3848 (amd64_windows_w2gdb_regnum): New global.
3849 (pc_in_range, amd64_windows_frame_decode_epilogue)
3850 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3851 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3852 (amd64_windows_frame_this_id): New functions.
3853 (amd64_windows_frame_unwind): New static global.
3854 (amd64_windows_skip_prologue): New function.
3855 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3856 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3857 with amd64_windows_skip_prologue.
3858
3859 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3860
3861 GDB 7.6.1 released.
3862
3863 2013-08-30 Pedro Alves <palves@redhat.com>
3864
3865 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3866 SRC_AND_LOC.
3867
3868 2013-08-30 Pedro Alves <palves@redhat.com>
3869
3870 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3871 warning text.
3872
3873 2013-08-30 Pedro Alves <palves@redhat.com>
3874
3875 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3876 Adjust arguments to print_stack_frame.
3877
3878 2013-08-30 Pedro Alves <palves@redhat.com>
3879
3880 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3881
3882 2013-08-30 Pedro Alves <palves@redhat.com>
3883
3884 * frame.h (show_and_print_stack_frame): Delete declaration.
3885
3886 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3887
3888 PR python/15461
3889 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3890 (archpy_name): Check for valid architecture.
3891 (archpy_disassemble): Ditto.
3892
3893 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3894
3895 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3896 instead of "long long" in call to ptrace64.
3897
3898 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3899
3900 * mi/mi-interp.c (mi_command_loop): Change signature to match
3901 interp_command_loop_ftype.
3902 (mi1_command_loop): Remove.
3903 (mi2_command_loop): Remove.
3904 (mi3_command_loop): Remove.
3905 (mi_interpreter_resume): Remove setting of
3906 deprecated_command_loop_hook.
3907 (_initialize_mi_interp): Set mi_command_loop as the command loop
3908 callback.
3909
3910 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3911
3912 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3913 value_type.
3914
3915 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3916
3917 * value.c (allocate_value_contents): Make static.
3918 * value.h (allocate_value_contents): Remove prototype.
3919
3920 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3921
3922 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3923 of assembling value via allocate_value_lazy and attribute setter.
3924 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3925 assembling value via allocate_value_lazy and attribute setter.
3926 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3927 assembling value via allocate_value_lazy and attribute setter.
3928
3929 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3930
3931 * value.c (value_from_contents_and_address): Replace allocate_value and
3932 memcpy with value_from_contents.
3933
3934 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3935
3936 * python/py-framefilter.c (py_print_frame): Remove usage of
3937 PyString_AsString. Use python_string_to_host_string instead.
3938 Refactor function to work with a string as a new allocation
3939 instead of a pointer.
3940 (py_print_frame): Ditto.
3941 * python/lib/gdb/frames.py (return_list): Cain iterators together
3942 instead of adding them as a list.
3943 (_sort_list): Call return_list, and remove duplicate code.
3944 (execute_frame_filters): Convert iterator to a list with list().
3945 * python/lib/gdb/command/frame_filters.py
3946 (SetFrameFilterPriority._set_filter_priority): Convert priority
3947 attribute to an integer.
3948 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3949 wrapper function __next__.
3950 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3951 define as "str".
3952
3953 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3954
3955 PR python/15752
3956 * python/py-framefilter.c (apply_frame_filter): Check
3957 gdb_python_initialized. Exit if the Python frame-filter code
3958 cannot be initialized.
3959
3960 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3961
3962 PR cli/15842
3963 * top.c (print_gdb_version): Remove erroneous newline after help
3964 text.
3965
3966 2013-08-29 Yao Qi <yao@codesourcery.com>
3967
3968 * varobj.c (install_dynamic_child): Remove trailing space.
3969 Add one blank line after variable declaration.
3970
3971 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 PR gdb/15415
3974 * corefile.c (get_exec_file): Use exec_filename.
3975 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
3976 * exec.c (exec_close): Free EXEC_FILENAME.
3977 (exec_file_attach): New variable canonical_pathname. Use
3978 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
3979 EXEC_FILENAME.
3980 * exec.h (exec_filename): New.
3981 * inferior.c (print_inferior, inferior_command): Use
3982 PSPACE_EXEC_FILENAME.
3983 * mi/mi-main.c (print_one_inferior): Likewise.
3984 * progspace.c (clone_program_space, print_program_space): Likewise.
3985 * progspace.h (struct program_space): New field pspace_exec_filename.
3986 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
3987 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3988
3989 2013-08-28 Will Newton <will.newton@linaro.org>
3990
3991 * common/linux-ptrace.c: Include stdint.h unconditionally.
3992
3993 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3994
3995 Code cleanup.
3996 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3997
3998 2013-08-28 Yao Qi <yao@codesourcery.com>
3999 Pedro Alves <palves@redhat.com>
4000
4001 * event-top.c (gdb_setup_readline): Call stderr_fileopen
4002 instead of stdio_fileopen.
4003 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
4004 .Call stderr_fileopen instead of stdio_fileopen.
4005 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
4006 [__MINGW32__] (stderr_file_fputs): New function.
4007 (stderr_fileopen): New function.
4008 * ui-file.h (stderr_fileopen): Declare.
4009
4010 2013-08-27 Doug Evans <dje@google.com>
4011
4012 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
4013 (struct dwarf2_per_cu_data): Ditto.
4014 (maybe_queue_comp_unit): Delete forward decl. Add comment.
4015 (process_imported_unit_die): Ditto.
4016 (follow_die_sig_1): Simplify assert.
4017
4018 2013-08-27 Pedro Alves <palves@redhat.com>
4019
4020 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
4021 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
4022 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
4023 windows_xfer_memory directly.
4024 (init_windows_ops): Don't install a deprecated_xfer_memory method.
4025
4026 2013-08-27 Pedro Alves <palves@redhat.com>
4027
4028 * darwin-nat.c (darwin_xfer_memory): Delete.
4029 (_initialize_darwin_inferior): Don't install a
4030 deprecated_xfer_memory method.
4031
4032 2013-08-27 Pedro Alves <pedro@codesourcery.com>
4033 Yao Qi <yao@codesourcery.com>
4034
4035 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
4036 (parse_no_frames_option): Remove.
4037 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
4038 (mi_cmd_stack_list_args): Adjust.
4039 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
4040 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
4041 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
4042 Caller update.
4043 (list_args_or_locals): New parameter 'skip_unavailable'.
4044 Handle it.
4045 * valprint.c (scalar_type_p): Rename to ...
4046 (val_print_scalar_type_p): ... this. Make extern.
4047 (val_print, value_check_printable): Adjust.
4048 * valprint.h (val_print_scalar_type_p): Declare.
4049 * value.c (value_entirely_unavailable): New function.
4050 * value.h (value_entirely_unavailable): Declare.
4051
4052 * NEWS: Mention the new option "--skip-unavailable" to MI
4053 commands '-stack-list-locals', '-stack-list-arguments' and
4054 '-stack-list-variables'.
4055
4056 2013-08-27 Yao Qi <yao@codesourcery.com>
4057
4058 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
4059 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
4060 options.
4061 * mi/mi-getopt.c (mi_getopt): Remove.
4062 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
4063 'error_on_unknown'.
4064 (mi_getopt): Call mi_getopt_1.
4065 (mi_getopt_silent): New.
4066 * mi/mi-getopt.h (mi_getopt_silent): Declare.
4067
4068 2013-08-26 Doug Evans <dje@google.com>
4069
4070 PR symtab/15885
4071 * dwarf2read.c (dw2_dump): Print some minimal information indicating
4072 .gdb_index is in use.
4073 * symfile.c (reread_symbols): Reset objfile->sf.
4074
4075 * NEWS: Document "mt print objfiles" now takes optional regexp.
4076 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
4077 regexp of objfiles to print.
4078 (_initialize_symmisc): Update doc string for "mt print objfiles".
4079
4080 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
4081 missing debug info checks.
4082
4083 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
4084 Ulrich Weigand <uweigand@de.ibm.com>
4085
4086 * xcoffread.c (arrange_linetable): Add fix to correctly handle
4087 line tables generated by XLC compiled binaries.
4088
4089 2013-08-23 Doug Evans <dje@google.com>
4090
4091 * symmisc.c (dump_symtab): Delete prototype.
4092 (dump_msymbols, dump_objfile): Ditto.
4093 (maintenance_info_symtabs): Mark as dont_repeat.
4094 (_initialize_symmisc): Improve doc string for "mt info symtabs".
4095
4096 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
4097 debugging printf to better location.
4098
4099 2013-08-23 Pedro Alves <palves@redhat.com>
4100
4101 * target.c (target_read_live_memory): Change type of 'ret' local
4102 to LONGEST.
4103
4104 2013-08-23 Pedro Alves <palves@redhat.com>
4105
4106 * remote.c (remote_write_bytes_aux, remote_write_bytes)
4107 (remote_read_bytes): Change return type to LONGEST, and adjust to
4108 return a target_xfer_error on error.
4109 (remote_xfer_memory): Delete.
4110 (remote_flash_write): Change type of 'ret' local to LONGEST.
4111 (remote_xfer_partial, remote_xfer_partial): Adjust.
4112 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
4113
4114 2013-08-23 Pierre Muller <muller@sourceware.org>
4115
4116 ARI fix: Push # directives to start of line.
4117 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
4118
4119 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
4120
4121 PR gdb/15501
4122 * breakpoint.c (enable_command, disable_command): Iterate over
4123 all specified breakpoint locations.
4124
4125 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4126
4127 * common/linux-ptrace.c (linux_fork_to_function): Push #
4128 directives to the start of the line.
4129 (linux_check_ptrace_features): Fix warning message to use
4130 the "_" markup.
4131
4132 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
4133
4134 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
4135 nat/linux-waitpid.h.
4136 (linux-waitpid.o): New object file rule.
4137 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
4138 (current_ptrace_options): Moved from linux-nat.c.
4139 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
4140 parameters.
4141 (linux_fork_to_function): New function.
4142 (linux_grandchild_function): Likewise.
4143 (linux_child_function): Likewise.
4144 (linux_check_ptrace_features): New function, heavily
4145 based on linux-nat.c:linux_test_for_tracefork.
4146 (linux_enable_event_reporting): New function.
4147 (ptrace_supports_feature): Likewise.
4148 (linux_supports_tracefork): Likewise.
4149 (linux_supports_traceclone): Likewise.
4150 (linux_supports_tracevforkdone): Likewise.
4151 (linux_supports_tracesysgood): Likewise.
4152 * common/linux-ptrace.h (HAS_NOMMU): Moved from
4153 gdbserver/linux-low.c.
4154 (linux_enable_event_reporting): New declaration.
4155 (linux_supports_tracefork): Likewise.
4156 (linux_supports_traceclone): Likewise.
4157 (linux_supports_tracevforkdone): Likewise.
4158 (linux_supports_tracesysgood): Likewise.
4159 * config.in (PTRACE_TYPE_ARG4): Regenerate.
4160 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
4161 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4162 * config/arm/linux.mh (NATDEPFILES): Likewise.
4163 * config/i386/linux.mh (NATDEPFILES): Likewise.
4164 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4165 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4166 * config/m32r/linux.mh (NATDEPFILES): Likewise.
4167 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4168 * config/mips/linux.mh (NATDEPFILES): Likewise.
4169 * config/pa/linux.mh (NATDEPFILES): Likewise..
4170 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
4171 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4172 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4173 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4174 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4175 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4176 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4177 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
4178 ptrace's 4th argument's types.
4179 Check the type of PTRACE_TYPE_ARG4.
4180 * configure: Regenerate.
4181 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
4182 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
4183 (linux_supports_tracefork_flag): Remove.
4184 (linux_supports_tracesysgood_flag): Likewise.
4185 (linux_supports_tracevforkdone_flag): Likewise.
4186 (current_ptrace_options): Moved to
4187 common/linux-ptrace.c.
4188 (linux_tracefork_child): Remove.
4189 (my_waitpid): Remove.
4190 (linux_test_for_tracefork): Renamed to
4191 linux_check_ptrace_features and moved to common/linux-ptrace.c.
4192 (linux_test_for_tracesysgood): Remove.
4193 (linux_supports_tracesysgood): Remove.
4194 (linux_supports_tracefork): Remove.
4195 (linux_supports_tracevforkdone): Remove.
4196 (linux_enable_tracesysgood): Remove.
4197 (linux_enable_event_reporting): Remove.
4198 (linux_init_ptrace): New function.
4199 (linux_child_post_attach): Call linux_init_ptrace.
4200 (linux_child_post_startup_inferior): Call linux_init_ptrace.
4201 (linux_child_follow_fork): Call linux_supports_tracefork
4202 and linux_supports_tracevforkdone.
4203 (linux_child_insert_fork_catchpoint): Call
4204 linux_supports_tracefork.
4205 (linux_child_insert_vfork_catchpoint): Likewise.
4206 (linux_child_set_syscall_catchpoint): Call
4207 linux_supports_tracesysgood.
4208 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4209 * nat/linux-nat.h: New file.
4210 * nat/linux-waitpid.c: New file.
4211 * nat/linux-waitpid.h: New file.
4212
4213 2013-08-22 Samuel Bronson <naesten@gmail.com>
4214
4215 ARM Linux support for `catch syscall'.
4216 * syscalls/arm-linux.py: New file.
4217 * syscalls/arm-linux.xml: Likewise.
4218 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4219 (arm_linux_init_abi): Register the new function and syscall xml file.
4220 * data-directory/Makefile.in: Install the new syscall xml file.
4221 * NEWS: Brag about this.
4222
4223 2013-08-22 Pedro Alves <palves@redhat.com>
4224
4225 PR gdb/15871
4226 * corefile.c (target_xfer_memory_error): New function.
4227 (memory_error): Defer EIO to target_memory_error.
4228 (read_memory): Use target_xfer_partial, and handle finer-grained
4229 target xfer errors.
4230 * target.c (target_xfer_error_to_string): New function.
4231 (memory_xfer_partial_1): If memory is known to be
4232 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4233 (target_xfer_partial): Make extern.
4234 * target.h (enum target_xfer_error): New enum.
4235 (target_xfer_error_to_string): Declare function.
4236 (target_xfer_partial): Declare function.
4237 (struct target_ops) <xfer_partial>: Adjust describing comment.
4238
4239 2013-08-22 Alan Modra <amodra@gmail.com>
4240
4241 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4242 * configure.tgt: Likewise as targets.
4243
4244 2013-08-20 Doug Evans <dje@google.com>
4245
4246 * buildsym.c (subfile_stack): Move here from buildsym.h.
4247 (pending_macros): Ditto.
4248 (get_macro_table): New function.
4249 (buildsym_init): Initialize subfile_stack.
4250 * coffread.c (type_vector,type_vector_length): Moved here from
4251 buildsym.h.
4252 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4253 (coff_symtab_read): Use it.
4254 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4255 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4256 with call to get_macro_table.
4257 * stabsread.c (type_vector,type_vector_length): Moved here from
4258 buildsym.h.
4259 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4260 * buildsym.h (get_macro_table): Declare.
4261
4262 2013-08-20 Tom Tromey <tromey@redhat.com>
4263
4264 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4265 Update.
4266 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
4267
4268 2013-08-20 Doug Evans <dje@google.com>
4269
4270 * blockframe.c: Remove #include "psymtab.h".
4271 * cp-support.c: Ditto.
4272 * source.c: Ditto.
4273 * stack.c: Ditto.
4274
4275 2013-08-20 Tom Tromey <tromey@redhat.com>
4276
4277 PR python/15816:
4278 * exceptions.h (return_mask): Now an enum.
4279 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4280 enum constants.
4281
4282 2013-08-20 Tom Tromey <tromey@redhat.com>
4283
4284 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4285 get_objfile_arch.
4286 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4287 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4288 * jit.c (jit_object_close_impl): Update.
4289 * jv-lang.c (get_dynamics_objfile): Update.
4290 * linespec.c (add_minsym): Use get_dynamics_objfile.
4291 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4292 (allocate_objfile): Don't initialize 'gdbarch' field.
4293 (get_objfile_arch): Update.
4294 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4295 moved from...
4296 (struct objfile) <gdbarch>: ... here. Remove.
4297 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4298 get_objfile_arch.
4299 * symfile.c (init_entry_point_info): Use get_objfile_arch.
4300
4301 2013-08-20 Alan Modra <amodra@gmail.com>
4302
4303 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4304 for IBM long double nan and inf.
4305 (floatformat_is_negative, floatformat_classify,
4306 floatformat_mantissa): Similarly.
4307 (floatformat_ieee_single, floatformat_ieee_double,
4308 floatformat_ieee_quad, floatformat_arm_ext,
4309 floatformat_ia64_spill): Delete unused vars.
4310 (_initialize_doublest): Delete unused function.
4311 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4312 little-endian variants of floatformat_ibm_long_double.
4313
4314 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
4315
4316 * Makefile.in (SFILES): Remove common/target-common.c and
4317 add target/waitstatus.c.
4318 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4319 target/resume.h, target/wait.h and target/waitstatus.h.
4320 (COMMON_OBS): Remove target-common.o and add
4321 waitstatus.o.
4322 (target-common.o): Remove.
4323 (waitstatus.o): New target object file.
4324 * common/target-common.c: Move contents to
4325 target/waitstatus.c and remove.
4326 * common/target-common.h: Move contents to other files and
4327 remove.
4328 (enum resume_kind: Move to target/resume.h.
4329 (TARGET_WNOHANG): Move to target/wait.h.
4330 (enum target_waitkind): Move to target/waitstatus.h.
4331 (struct target_waitstatus): Likewise.
4332 * target.h: Do not include target-common.h and
4333 include target/resume.h, target/wait.h and
4334 target/waitstatus.h.
4335 * target/resume.h: New file.
4336 * target/wait.h: New file.
4337 * target/waitstatus.h: New file.
4338 * target/waitstatus.c: New file.
4339
4340 2013-08-19 Pedro Alves <palves@redhat.com>
4341
4342 * linux-nat.c (linux_test_for_tracefork)
4343 (linux_test_for_tracesysgood, linux_child_follow_fork)
4344 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4345 (linux_nat_wait_1): Extend comment.
4346 (linux_async_pipe): Add comment.
4347
4348 2013-08-15 Kevin Buettner <kevinb@redhat.com>
4349
4350 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4351 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4352 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4353 Update to account for fact that PC is now a pseudo-register.
4354 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
4355 cases for RL78_PC_REGNUM.
4356
4357 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
4358
4359 PR cli/15841
4360 * top.c (quit_force): Skip writing history file
4361 if input is not from terminal.
4362
4363 2013-08-14 Tom Tromey <tromey@redhat.com>
4364
4365 * remote.c (struct remote_state) <echo_nextthread, nextthread,
4366 resultthreadlist>: New fields.
4367 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4368 (remote_get_threadlist, remote_threadlist_iterator): Use
4369 new fields. Remove static variables.
4370
4371 2013-08-14 Tom Tromey <tromey@redhat.com>
4372
4373 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4374 remote_watch_data_address>: New fields.
4375 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4376 (process_stop_reply, remote_wait_as)
4377 (remote_check_watch_resources, remote_stopped_data_address): Update.
4378
4379 2013-08-14 Tom Tromey <tromey@redhat.com>
4380
4381 * remote.c (struct remote_state) <async_client_callback,
4382 async_client_context>: New fields.
4383 (async_client_callback, async_client_context): Remove.
4384 (remote_async_serial_handler, remote_async): Update.
4385
4386 2013-08-14 Tom Tromey <tromey@redhat.com>
4387
4388 * remote.c (sizeof_pkt): Remove.
4389 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4390
4391 2013-08-14 Tom Tromey <tromey@redhat.com>
4392
4393 * remote.c (struct remote_state) <use_threadinfo_query,
4394 use_threadextra_query>: New fields.
4395 (remote_threads_info, remote_threads_extra_info)
4396 (remote_open_1): Update.
4397
4398 2013-08-14 Tom Tromey <tromey@redhat.com>
4399
4400 * remote.c (struct remote_state) <finished_object,
4401 finished_annex, finished_offset>: New fields.
4402 (remote_read_qxfer): Use remote_state fields; remove static
4403 variables.
4404
4405 2013-08-14 Tom Tromey <tromey@redhat.com>
4406
4407 * remote.c (struct remote_state) <last_sent_step>:
4408 New field.
4409 (last_sent_step): Remove.
4410 (remote_resume, remote_wait_as): Update.
4411
4412 2013-08-14 Tom Tromey <tromey@redhat.com>
4413
4414 * remote.c (struct remote_state) <last_sent_signal>:
4415 New field.
4416 (last_sent_signal): Remove.
4417 (new_remote_state, remote_resume, remote_wait_as): Update.
4418
4419 2013-08-14 Tom Tromey <tromey@redhat.com>
4420
4421 * remote.c (struct remote_state) <last_program_signals_packet>:
4422 New field.
4423 (last_program_signals_packet): Remove.
4424 (remote_program_signals, remote_open_1): Update.
4425
4426 2013-08-14 Tom Tromey <tromey@redhat.com>
4427
4428 * remote.c (struct remote_state) <last_pass_packet>:
4429 New field.
4430 (last_pass_packet): Remove.
4431 (remote_pass_signals, remote_open_1): Update.
4432
4433 2013-08-14 Tom Tromey <tromey@redhat.com>
4434
4435 * remote.c (struct remote_state) <remote_traceframe_number>:
4436 New field.
4437 (remote_traceframe_number): Remove.
4438 (new_remote_state, remote_open_1, set_remote_traceframe)
4439 (remote_trace_find): Update.
4440
4441 2013-08-14 Tom Tromey <tromey@redhat.com>
4442
4443 * remote.c (struct remote_state) <general_thread, continue_thread>:
4444 New fields.
4445 (general_thread, continue_thread): Remove.
4446 (record_currthread, set_thread, set_general_process)
4447 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4448 (extended_remote_mourn_1): Update.
4449
4450 2013-08-14 Tom Tromey <tromey@redhat.com>
4451
4452 * remote.c (struct remote_state) <remote_desc>: New field.
4453 (remote_desc): Remove.
4454 (remote_threads_info, remote_threads_extra_info, remote_close)
4455 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4456 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4457 (remote_hostio_send_command, remote_file_put, remote_file_get)
4458 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4459 (remote_async, remote_new_objfile, set_range_stepping): Update.
4460
4461 2013-08-14 Tom Tromey <tromey@redhat.com>
4462
4463 * remote.c (remote_state): Now a pointer.
4464 (get_remote_state_raw): Update.
4465 (new_remote_state): New function.
4466 (_initialize_remote): Use new_remote_state.
4467
4468 2013-08-14 Tom Tromey <tromey@redhat.com>
4469
4470 * remote.c (remote_protocol_features): Now const.
4471
4472 2013-08-14 Tom Tromey <tromey@redhat.com>
4473
4474 * remote.c (crc32_table, crc32): Remove.
4475 (remote_verify_memory): Use xcrc32.
4476
4477 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4478
4479 * value.h (create_internalvar_type_lazy): Adjust prototype
4480 declaration.
4481
4482 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
4483
4484 * common/format.c (parse_format_string): Don't allow '#' flag for
4485 pointer arguments in format string.
4486
4487 2013-08-13 Pierre Muller <muller@sourceware.org>
4488
4489 * utils.c (init_page_info): Only call tgetnum function
4490 if rl_get_screen_size did not return useful values.
4491
4492 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4493
4494 PR breakpoints/15117
4495 * linespec.c (linespec_parse_basic): Check for convenience
4496 variable or history value while parsing.
4497
4498 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4499
4500 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4501 AVR.
4502 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4503 different signals between the generic Linux kernel implementation
4504 and AVR's.
4505 (avr_linux_gdb_signal_from_target): Delete.
4506 (avr_linux_gdb_signal_to_target): Delete.
4507 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4508
4509 2013-08-09 Doug Evans <dje@google.com>
4510
4511 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4512 entries.
4513
4514 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4515
4516 * linux-tdep.c: Define enum with generic signal numbers.
4517 (linux_gdb_signal_from_target): New function.
4518 (linux_gdb_signal_to_target): Likewise.
4519 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4520 methods to the functions above.
4521 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4522 (linux_gdb_signal_to_target): Likewise.
4523 * alpha-linux-tdep.c: Define new enum with signals different
4524 from generic Linux kernel.
4525 (alpha_linux_gdb_signal_from_target): New function.
4526 (alpha_linux_gdb_signal_to_target): Likewise.
4527 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4528 with the functions mentioned above.
4529 * avr-tdep.c: Define enum with differences between Linux kernel
4530 and AVR signals.
4531 (avr_linux_gdb_signal_from_target): New function.
4532 (avr_linux_gdb_signal_to_target): Likewise.
4533 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4534 the functions mentioned above.
4535 * sparc-linux-tdep.c: Define enum with differences between SPARC
4536 and generic Linux kernel signal numbers.
4537 (sparc32_linux_gdb_signal_from_target): New function.
4538 (sparc32_linux_gdb_signal_to_target): Likewise.
4539 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4540 to the functions defined above.
4541 * xtensa-linux-tdep.c: Define enum with differences between
4542 Xtensa and Linux kernel generic signals.
4543 (xtensa_linux_gdb_signal_from_target): New function.
4544 (xtensa_linux_gdb_signal_to_target): Likewise.
4545 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4546 to the functions defined above.
4547 * mips-linux-tdep.c: Define enum with differences between
4548 signals in MIPS and Linux kernel generic ones.
4549 (mips_gdb_signal_to_target): New function.
4550 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4551 only different signals from the Linux kernel generic.
4552 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4553 the functions defined above.
4554 * mips-linux-tdep.h (enum mips_signals): Remove.
4555
4556 2013-08-09 Pedro Alves <palves@redhat.com>
4557
4558 * avr-tdep.c (XMALLOC): Delete macro.
4559 * cli/cli-dump.c (XMALLOC): Delete macro.
4560
4561 2013-08-09 Pedro Alves <palves@redhat.com>
4562
4563 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4564 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4565 (fopen_with_cleanup, add_dump_command): Make static.
4566 * cli/cli-dump.h: Delete file.
4567 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4568 cli/cli-dump.h.
4569
4570 2013-08-09 Pedro Alves <palves@redhat.com>
4571
4572 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4573 error message.
4574
4575 2013-08-09 Pedro Alves <palves@redhat.com>
4576
4577 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4578 error message.
4579
4580 2013-08-09 Pedro Alves <palves@redhat.com>
4581
4582 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4583 (gcore_command): Use tilde_expand here, and when showing the
4584 filename to the user, show the expanded version.
4585
4586 2013-08-09 Yao Qi <yao@codesourcery.com>
4587
4588 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4589 'entryval' is set.
4590
4591 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4592
4593 * gcore.c (create_gcore_bfd): Use tilde_expand.
4594
4595 2013-08-08 Yao Qi <yao@codesourcery.com>
4596
4597 * frame.h (read_frame_local): Declare.
4598 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4599 read_frame_local.
4600 * stack.c (read_frame_local): New.
4601
4602 2013-08-08 Yao Qi <yao@codesourcery.com>
4603
4604 * mi/mi-cmd-stack.c: Update comments to function
4605 list_args_or_locals.
4606
4607 2013-08-07 Tom Tromey <tromey@redhat.com>
4608
4609 PR symtab/15028:
4610 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4611 (process_psymtab_comp_unit_reader): Use it.
4612 (process_psymtab_comp_unit): Update. Add "pretend_language"
4613 argument.
4614 (dwarf2_build_psymtabs_hard): Update.
4615 (scan_partial_symbols): Pass CU's language to
4616 process_psymtab_comp_unit.
4617
4618 2013-08-07 Tom Tromey <tromey@redhat.com>
4619
4620 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4621 (dwarf2_gdb_index_functions): Update.
4622 * psymtab.c (find_symbol_file_from_partial): Remove.
4623 (psym_functions): Update.
4624 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4625 Remove.
4626
4627 2013-08-07 Tom Tromey <tromey@redhat.com>
4628
4629 * symfile.c (set_initial_language): Look up "main" symbol
4630 and use its language.
4631 * symtab.c (find_main_filename): Remove.
4632 * symtab.h (find_main_filename): Remove.
4633
4634 2013-08-07 Tom Tromey <tromey@redhat.com>
4635
4636 * dwarf2read.c (recursively_compute_inclusions): Add
4637 "immediate_parent" argument. Set symtab's "user" field
4638 if not set.
4639 (compute_symtab_includes): Update.
4640
4641 2013-08-07 Tom Tromey <tromey@redhat.com>
4642
4643 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4644 when adding label symbols.
4645
4646 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4647 Ulrich Weigand <uweigand@de.ibm.com>
4648
4649 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4650 * configure.host (powerpc64-*-aix*): Likewise.
4651
4652 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4653 Ulrich Weigand <uweigand@de.ibm.com>
4654
4655 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4656 is defined.
4657 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4658 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4659 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4660 * configure.ac: Check for ptrace64.
4661 * configure, config.in: Regenerate.
4662
4663 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4664 Ulrich Weigand <uweigand@de.ibm.com>
4665
4666 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4667 Call ptrace64 instead of ptrace if defined.
4668 Add macro addr_ptr to take care of ptrace address argument.
4669 (pdc_read_regs): Likewise.
4670 (pdc_write_regs): Likewise.
4671 (aix_thread_resume): Likewise.
4672 (fetch_regs_kernel_thread): Likewise.
4673 (store_regs_kernel_thread): Likewise.
4674
4675 2013-08-07 Anton Blanchard <anton@samba.org>
4676
4677 * MAINTAINERS: Add myself to Write After Approval.
4678
4679 2013-08-05 Tom Tromey <tromey@redhat.com>
4680
4681 * aix-thread.c (_initialize_aix_thread): Use
4682 complete_target_initialization.
4683 * bsd-uthread.c (_initialize_bsd_uthread): Use
4684 complete_target_initialization.
4685 * dec-thread.c (_initialize_dec_thread): Use
4686 complete_target_initialization.
4687 * ravenscar-thread.c (_initialize_ravenscar): Use
4688 complete_target_initialization.
4689 * sol-thread.c (_initialize_sol_thread): Use
4690 complete_target_initialization.
4691 * spu-multiarch.c (_initialize_spu_multiarch): Use
4692 complete_target_initialization.
4693
4694 2013-08-05 Tom Tromey <tromey@redhat.com>
4695
4696 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4697 * ada-lang.c (ada_lookup_simple_minsym): Return
4698 bound_minimal_symbol.
4699 * ada-lang.h (ada_lookup_simple_minsym): Update.
4700 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4701 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4702 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4703 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4704 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4705 * minsyms.c (msymbol_objfile): Remove.
4706 (lookup_minimal_symbol_internal): New function, from
4707 lookup_minimal_symbol.
4708 (lookup_minimal_symbol): Rewrite using
4709 lookup_minimal_symbol_internal.
4710 (lookup_bound_minimal_symbol): New function.
4711 * minsyms.h (msymbol_objfile): Remove.
4712 (lookup_bound_minimal_symbol): Declare.
4713 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4714 * parse.c (write_exp_msymbol): Change parameter to a
4715 bound_minimal_symbol.
4716 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4717 * parser-defs.h (write_exp_msymbol): Update.
4718 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4719 * symfile.c (simple_read_overlay_table): Use
4720 lookup_bound_minimal_symbol.
4721 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4722 (search_symbols): Likewise.
4723 (print_msymbol_info): Take a bound_minimal_symbol argument.
4724 (symtab_symbol_info, rbreak_command): Update.
4725 * symtab.h (struct symbol_search) <msymbol>: Change type
4726 to bound_minimal_symbol.
4727 * valops.c (find_function_in_inferior): Use
4728 lookup_bound_minimal_symbol.
4729 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4730
4731 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4732
4733 Code cleanup.
4734 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4735 to ...
4736 (async_cleanup_sigint_signal_handler): ... this.
4737 (initialize_sigint_signal_handler): Remove declaration.
4738 (handle_remote_sigint): Rename the declaration to ...
4739 (async_handle_remote_sigint): ... this.
4740 (handle_remote_sigint_twice): Rename the declaration to ...
4741 (async_handle_remote_sigint_twice): ... this.
4742 (async_remote_interrupt, async_remote_interrupt_twice)
4743 (remote_interrupt): Remove the declarations.
4744 (remote_interrupt_twice): Rename the declaration ...
4745 (sync_remote_interrupt_twice): ... this.
4746 (sigint_remote_twice_token): Rename the variable to ...
4747 (async_sigint_remote_twice_token): ... this.
4748 (sigint_remote_token): Rename the variable to ...
4749 (async_sigint_remote_token): ... this.
4750 (initialize_sigint_signal_handler): Rename the function to ...
4751 (async_initialize_sigint_signal_handler): ... this. Update the name
4752 inside.
4753 (handle_remote_sigint): Rename the function to ...
4754 (async_handle_remote_sigint): ... this. Update the names inside.
4755 (handle_remote_sigint_twice): Rename the function to ...
4756 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4757 (cleanup_sigint_signal_handler): Rename the function to ...
4758 (async_cleanup_sigint_signal_handler): ... this.
4759 (remote_interrupt): Rename the function to ...
4760 (sync_remote_interrupt): this. Update the names inside.
4761 (remote_interrupt_twice): Rename the function to ...
4762 (sync_remote_interrupt_twice): this. Update the names inside.
4763 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4764 (_initialize_remote): Update the names inside.
4765
4766 2013-08-02 Tom Tromey <tromey@redhat.com>
4767
4768 PR symtab/15719:
4769 * breakpoint.c (update_watchpoint, watchpoint_check)
4770 (watch_command_1): Update.
4771 * eval.c (fetch_subexp_value): Add "preserve_errors"
4772 parameter.
4773 * ppc-linux-nat.c (check_condition): Update.
4774 * value.h (fetch_subexp_value): Update.
4775
4776 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4777
4778 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4779 add_file_handler.
4780
4781 2013-08-01 Doug Evans <dje@google.com>
4782
4783 PR symtab/15691
4784 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4785 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4786 Add assert of sig_entry->dwo_unit == NULL.
4787 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4788 had already been read.
4789 (read_signatured_type): Set per_cu.tu_read.
4790
4791 PR symtab/15695
4792 * valops.c (value_struct_elt): Add missing call to check_typedef.
4793 (value_find_oload_method_list): Ditto.
4794
4795 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4796 effectively, struct symbol_search **.
4797 (make_cleanup_free_search_symbols): Change arg to struct
4798 symbol_search **. All callers updated.
4799 (compare_search_syms): Compare symtab file name and block as well.
4800 (search_symbols_equal): New function.
4801 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4802 New args new_head, new_tail. Result is now void. Remove dups after
4803 sorting the symbols.
4804 (search_symbols): Sort all found symbols once, after all have been
4805 found, and remove duplicates. Simplify cleanup tracking of result.
4806 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4807
4808 Further workarounds for binutils/15021.
4809 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4810 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4811 Watch for duplicate symtabs coming from type units.
4812 (compute_symtab_includes): Update call to
4813 recursively_compute_inclusions. Build vector of included symtabs
4814 instead of per_cus.
4815 * symtab.h (symtab_ptr): New typedef.
4816 (DEF_VEC_P (symtab_ptr)): New VEC type.
4817 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4818 instead.
4819
4820 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4821
4822 * cli/cli-script.c (script_from_file): Remove use of
4823 error_pre_print.
4824 * main.c (captured_main): Remove use of error_pre_print and
4825 quit_pre_print.
4826 * utils.c (error_pre_print, quit_pre_print): Remove.
4827 * utils.h (error_pre_print, quit_pre_print): Likewise.
4828
4829 2013-08-01 Yao Qi <yao@codesourcery.com>
4830
4831 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4832 with mi_getopt.
4833 (mi_cmd_stack_list_variables): Likewise.
4834
4835 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4836
4837 * exceptions.c (deprecated_throw_reason): Remove.
4838 * exceptions.h (deprecated_throw_reason): Remove.
4839
4840 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4841
4842 * remote-mips.c (mips_error): Replace use of
4843 deprecated_throw_reason with throw_verror. Use the error message
4844 passed to mips_error as the error message for throw_verror.
4845
4846 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4847
4848 * monitor.c (monitor_interrupt_query): Replace use of
4849 deprecated_throw_reason with quit.
4850 * nto-procfs.c (interrupt_query): Likewise.
4851 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4852 * remote-mips.c (mips_kill): Likewise.
4853 * remote.c (interrupt_query): Likewise.
4854
4855 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4856
4857 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4858 with call to fatal.
4859
4860 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4861 Yao Qi <yao@codesourcery.com>
4862
4863 * tracepoint.c (trace_dump_command): Select the current frame.
4864
4865 2013-07-30 Doug Evans <dje@google.com>
4866
4867 * dwarf2read.c (process_queue): Add type signature to debug output.
4868
4869 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4870
4871 * value.c (value_fetch_lazy): Mark optimized out values as such
4872 rather than raising an error.
4873
4874 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4875
4876 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4877 before checking which bits of the parent, not the child, value are
4878 valid.
4879
4880 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4881
4882 PR gdb/15715
4883 * top.c: Include "filenames.h".
4884 (set_history_filename): New function.
4885 (init_main): Install it as set hook of the "set history filename"
4886 command.
4887
4888 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4889
4890 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4891 attribute parameter.
4892 (dwarf2_const_value_data): Constify struct attribute parameter.
4893 (dwarf2_const_value): Constify struct attribute parameter.
4894 (dwarf2_const_value_attr): Constify struct attribute parameter.
4895 (lookup_die_type): Constify struct attribute parameter.
4896 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4897 (follow_die_ref_or_sig): Constify struct attribute parameter.
4898 (follow_die_ref): Constify struct attribute parameter.
4899 (follow_die_sig): Constify struct attribute parameter.
4900 (get_DW_AT_signature_type): Constify struct attribute parameter.
4901 (get_type_unit_group): Constify struct attribute parameter.
4902 (fill_in_loclist_baton): Constify struct attribute parameter.
4903 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4904 (type_unit_group): Constify struct attribute parameter.
4905
4906 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4907
4908 * dwarf2read.c (attr_form_is_block): Make argument const.
4909 (attr_form_is_section_offset): Make argument const.
4910 (attr_form_is_constant): Make argument const.
4911 (attr_form_is_ref): Make argument const.
4912
4913 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4914
4915 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4916 All uses updated.
4917 (attr_form_is_ref): Moved below attr_form_is_constant.
4918
4919 2013-07-29 Doug Evans <dje@google.com>
4920
4921 * main.c (captured_command_loop): Tweak comment.
4922
4923 * target.c (target_async_permitted_1): Fix comment.
4924
4925 * symtab.c (iterate_over_some_symtabs): Add comment.
4926
4927 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4928
4929 2013-07-27 Yao Qi <yao@codesourcery.com>
4930
4931 * NEWS: Mention that GDBserver now supports hardware
4932 watchpoints on the MIPS GNU/Linux target.
4933
4934 2013-07-27 Yao Qi <yao@codesourcery.com>
4935
4936 * Makefile.in (HFILES_NO_SRCDIR): Add
4937 common/mips-linux-watch.h.
4938 (mips-linux-watch.o): New rule.
4939 * common/mips-linux-watch.c: New.
4940 * common/mips-linux-watch.h: New.
4941 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4942 * mips-linux-nat.c: Include mips-linux-watch.h.
4943 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4944 to common/mips-linux-watch.h.
4945 (MAX_DEBUG_REGISTER): Likewise.
4946 (enum pt_watch_style): Likewise.
4947 (struct mips32_watch_regs): Likewise.
4948 (struct mips64_watch_regs): Likewise.
4949 (struct pt_watch_regs): Likewise.
4950 (struct mips_watchpoint): Likewise.
4951 (mips_linux_watch_get_irw_mask): Move to
4952 common/mips-linux-watch.c.
4953 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4954 (mips_linux_watch_get_watchlo): Likewise.
4955 (mips_linux_watch_set_watchlo): Likewise.
4956 (mips_linux_watch_get_watchhi): Likewise.
4957 (mips_linux_watch_set_watchhi): Likewise.
4958 (mips_linux_read_watch_registers): Likewise.
4959 (mips_linux_watch_type_to_irw): Likewise.
4960 (mips_linux_stopped_data_address, fill_mask): Likewise.
4961 (mips_linux_watch_try_one_watch): Likewise.
4962 (mips_linux_watch_populate_regs): Likewise.
4963
4964 2013-07-27 Yao Qi <yao@codesourcery.com>
4965
4966 * mips-linux-nat.c (get_irw_mask): Rename to ...
4967 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
4968 'set' to 'n'. Update function comment. All callers changed.
4969 (get_reg_mask): Rename parameter 'set' to 'n'. Update
4970 function comment. All callers changed.
4971 (get_num_valid): Rename to ...
4972 (mips_linux_watch_get_num_valid): ... this. Rename parameter
4973 'set' to 'n'. Update function comment. All callers changed.
4974 (get_watchlo): Rename to ...
4975 (mips_linux_watch_get_watchlo): ... this. Rename parameter
4976 'set' to 'n'. Update function comment. All callers changed.
4977 (set_watchlo): Rename to ...
4978 (mips_linux_watch_set_watchlo): ... this. Rename parameter
4979 'set' to 'n'. Update function comment. All callers changed.
4980 (get_watchhi): Rename to ...
4981 (mips_linux_watch_get_watchhi): ... this. Update function
4982 comment. All callers changed.
4983 (set_watchhi): Rename to ...
4984 (mips_linux_watch_set_watchhi): ... this. Update function
4985 comment. All callers changed.
4986 (mips_linux_read_watch_registers): Update function comment.
4987 Add new parameters 'lwpid', 'watch_readback', and
4988 'watch_readback_valid'. Update.
4989 (type_to_irw): Rename to ...
4990 (mips_linux_watch_type_to_irw): ... this. Update function
4991 comment. All callers changed.
4992 (fill_mask): Update function comment.
4993 (try_one_watch): Rename to ...
4994 (mips_linux_watch_try_one_watch): ... this. Change the type
4995 of parameter 'irw' from 'unsigned' to 'uint32_t'.
4996 (populate_regs_from_watches): Rename to ...
4997 (mips_linux_watch_populate_regs): ... this. Add parameter
4998 'current_watches'. All callers changed.
4999
5000 2013-07-27 Yao Qi <yao@codesourcery.com>
5001
5002 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
5003 the code.
5004 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
5005 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
5006 (struct pt_watch_regs): Likewise.
5007 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
5008 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
5009 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
5010 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
5011 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
5012
5013 2013-07-27 Yao Qi <yao@codesourcery.com>
5014
5015 * breakpoint.h: Include break-common.h.
5016 (enum target_hw_bp_type): Move to ...
5017 * common/break-common.h: ... here. New.
5018
5019 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
5020
5021 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
5022 process group regardless of having tty on stdin.
5023
5024 2013-07-25 Doug Evans <dje@google.com>
5025
5026 * linux-fork.h (detach_fork): Delete.
5027
5028 2013-07-25 Tom Tromey <tromey@redhat.com>
5029
5030 PR remote/15256, PR remote/15266:
5031 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
5032 * monitor.c (monitor_detach): Use unpush_target.
5033 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
5034 * remote-mips.c (mips_detach): Use unpush_target. Don't
5035 call mips_close.
5036 * remote-sim.c (gdbsim_detach): Use unpush_target.
5037 * target.c (pop_target): Remove.
5038 (pop_all_targets_above): Don't call target_close.
5039 (target_close): Assert that the target is unpushed.
5040 * target.h (pop_target): Don't declare.
5041 * tracepoint.c (tfile_open): Use unpush_target.
5042
5043 2013-07-25 Tom Tromey <tromey@redhat.com>
5044
5045 * linux-thread-db.c (init_thread_db_ops): Call
5046 complete_target_initialization.
5047 (_initialize_thread_db): Don't call add_target.
5048 * target.c (complete_target_initialization): New function.
5049 (add_target_with_completer): Call it.
5050 * target.h (complete_target_initialization): Declare.
5051
5052 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5053
5054 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
5055 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
5056 (HPPANBSD_SIZEOF_GREGS): New define.
5057 (hppaobsd_supply_gregset): Handle additional registers.
5058 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
5059 we provide more registers now.
5060 (hppabsd_supply_gregset): Supply additional registers.
5061 (hppabsd_collect_gregset): Collect additional registers.
5062
5063 2013-07-25 Mark Kettenis <kettenis@gnu.org>
5064
5065 * hppabsd-tdep.c: Include "dwarf2-frame.h".
5066 (hppabsd_dwarf2_frame_init_reg): New function.
5067 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
5068
5069 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5070
5071 * mi/mi-main.c (output_register): Make MI 'r' format use standard
5072 'z' format code. Remove error for optimized out values, standard
5073 code will handle these fine.
5074
5075 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
5076
5077 * NEWS: Mention new 'z' formatter.
5078 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
5079 (_initialize_printcmd): Mention 'z' formatter in help text of the
5080 'x' command.
5081
5082 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
5083
5084 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
5085 formatting.
5086
5087 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5088
5089 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
5090 interface can evaluate arguments. Fallback to the old mode if it
5091 cannot.
5092 (create_exception_master_breakpoint): Likewise.
5093 * elfread.c (elf_can_evaluate_probe_arguments): New function.
5094 (struct sym_probe_fns elf_probe_fns): Export function above to the
5095 probe interface.
5096 * probe.c (can_evaluate_probe_arguments): New function.
5097 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
5098 function pointer.
5099 (can_evaluate_probe_arguments): New function prototype.
5100 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
5101 probe interface can evaluate arguments. Fallback to the old mode
5102 if it cannot.
5103 * stap-probe.c (stap_get_probe_argument_count): Check if probe
5104 interface can evaluate arguments. Warning the user if it cannot.
5105 (stap_can_evaluate_probe_arguments): New function.
5106 (struct probe_ops stap_probe_ops): Export function above to the
5107 probe interface.
5108 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
5109 New function pointer.
5110
5111 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
5112
5113 * Makefile.in (SFILES): Add common/target-common.c.
5114 Add common/target-common.h to headers.
5115 (COMMON_OBS): Add target-common.o.
5116 (target-common.o): New target.
5117 * linux-nat.h (resume_kind): Move to common/target-common.h.
5118 * target.c (target_waitstatus_to_string): Move to
5119 common/target-common.c.
5120 * target.h: Include target-common.h.
5121 (target_waitkind): Move to common/target-common.h.
5122 (target_waitstatus): Likewise.
5123 (TARGET_WNOHANG): Likewise.
5124 * common/target-common.c: New file.
5125 * common/target-common.h: New file.
5126
5127 2013-07-24 Doug Evans <dje@google.com>
5128
5129 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
5130 a warning.
5131
5132 2013-07-23 Yao Qi <yao@codesourcery.com>
5133
5134 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
5135 parameter 'gdbarch'.
5136 (i386_stack_tramp_frame_sniffer): Caller update.
5137 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
5138 parameter 'gdbarch' and 'target'.
5139 (i386_linux_core_read_description): Caller update.
5140 * amd64-linux-tdep.c (amd64_linux_core_read_description):
5141 Likewise.
5142 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
5143 declaration.
5144
5145 2013-07-23 Tom Tromey <tromey@redhat.com>
5146
5147 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
5148 2013-07-22.
5149
5150 2013-07-22 Doug Evans <dje@google.com>
5151
5152 * exec.h (remove_target_sections): Delete arg abfd.
5153 * exec.c (exec_close): Update call to remove_target_sections.
5154 (remove_target_sections): Delete arg abfd.
5155 * solib.c (update_solib_list): Ditto.
5156 (reload_shared_libraries_1): Ditto.
5157 (clear_solib): Ditto, and unconditionally call remove_target_sections.
5158 * target.h (struct target_section): Rename key to owner.
5159 All uses updated.
5160
5161 2013-07-22 Tom Tromey <tromey@redhat.com>
5162
5163 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
5164
5165 2013-07-22 Tom Tromey <tromey@redhat.com>
5166
5167 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
5168 Simplify cleanup handling.
5169
5170 2013-07-22 Tom Tromey <tromey@redhat.com>
5171
5172 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
5173 on all return paths.
5174
5175 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5176
5177 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
5178 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
5179 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
5180
5181 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
5182
5183 * top.c (print_gdb_version): Add help, apropos description and
5184 url to online documentation.
5185
5186 2013-07-19 Hui Zhu <hui@codesourcery.com>
5187
5188 PR gdb/15692
5189 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
5190
5191 2013-07-19 Yao Qi <yao@codesourcery.com>
5192
5193 * target.c (update_current_target): Change the default action
5194 of 'to_traceframe_info' from tcomplain to return_zero.
5195 * target.h (struct target_ops) <to_traceframe_info>: Add more
5196 comments.
5197 * valops.c (read_value_memory): Call
5198 traceframe_available_memory unconditionally.
5199
5200 2013-07-18 Yao Qi <yao@codesourcery.com>
5201
5202 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5203 if the name is prefixed by "__imp_" or "_imp_", look for minimal
5204 symbol without prefix. If found, set its type to
5205 'mst_solib_trampoline'.
5206
5207 2013-07-17 Doug Evans <dje@google.com>
5208
5209 * NEWS: Mention "set print raw frame-arguments".
5210 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5211 * stack.c (print_raw_frame_arguments): New static global.
5212 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5213 (_initialize_stack): New command "set/show print raw frame-arguments".
5214 * valprint.c (setprintrawlist, showprintrawlist): New globals.
5215 (set_print_raw, show_print_raw): New functions.
5216 (_initialize_valprint): New prefix command "set/show print raw".
5217 * valprint.h (value_print_options): Improve comments.
5218
5219 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5220 of all *list variables.
5221
5222 * gdbcmd.h (togglelist): Delete.
5223 * cli/cli-cmds.c (togglelist): Delete.
5224 (init_cmd_lists): Update.
5225 * cli/cli-cmds.h (togglelist): Delete.
5226
5227 2013-07-17 Tom Tromey <tromey@redhat.com>
5228
5229 * dwarf2read.c (dwarf2_per_objfile_free): Clear
5230 dwarf2_per_objfile.
5231
5232 2013-07-16 Doug Evans <dje@google.com>
5233
5234 * nto-tdep.c (nto_relocate_section_addresses): Update,
5235 target_section.bfd deleted.
5236 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5237 * s390-tdep.c (s390_load): Ditto.
5238 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5239
5240 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
5241
5242 * common/format.c (parse_format_string): Add checks for NULL
5243 character before calling strchr.
5244
5245 2013-07-16 Doug Evans <dje@google.com>
5246
5247 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5248 temp_pathname argument.
5249 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5250 when opening the file fails.
5251
5252 * target.h (struct target_section): Delete member bfd.
5253 All users updated to use the_bfd_section->owner instead.
5254 * exec.c (add_to_section_table): Assert bfd is expected value.
5255 Remove initialization of target_section.bfd.
5256 (remove_target_sections): Update.
5257 (section_table_available_memory): Update.
5258 (section_table_xfer_memory_partial): Update.
5259 (print_section_info): Update.
5260 (exec_set_section_address): Update.
5261 * record-full.c (record_full_core_xfer_partial): Update.
5262 * solib-svr4.c (svr4_relocate_section_addresses): Update.
5263 * solib-target.c (solib_target_relocate_section_addresses): Update.
5264 * symfile.c (build_section_addr_info_from_section_table): Update.
5265 * target.c (memory_xfer_live_readonly_partial): Update.
5266 (memory_xfer_partial_1): Update.
5267
5268 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5269
5270 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5271 now available for embedded (BookE) and server (BookS) processors,
5272 correct mentions of 'booke' and adjust comments accordingly in order to
5273 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5274 (have_ptrace_booke_interface): Rename function and variable
5275 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5276 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5277 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5278 'hwdebug_point_cmp'. Update all uses.
5279 (booke_find_thread_points_by_tid): Rename function
5280 'booke_find_thread_points_by_tid' to
5281 'hwdebug_find_thread_points_by_tid'. Update all uses.
5282 (booke_insert_point): Rename function 'booke_insert_point' to
5283 'hwdebug_insert_point'. Update all uses.
5284 (booke_remove_point): Rename function 'booke_remove_point' to
5285 'hwdebug_remove_point'. Update all uses.
5286
5287 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
5288
5289 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5290 numbers with enum values.
5291
5292 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
5293
5294 PR threads/13217
5295 * thread.c (thread_apply_all_command): Check for valid threads
5296 and thread count.
5297 (thread_array_cleanup): New struct.
5298 (set_thread_refcount): New function.
5299
5300 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
5301
5302 * infcmd.c (default_print_one_register_info): Reuse function
5303 print_hex_chars.
5304
5305 2013-07-10 Tom Tromey <tromey@redhat.com>
5306
5307 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5308 (ada-exp.o): New target.
5309
5310 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
5311
5312 * mt-tdep.c (mt_registers_info): Call
5313 get_no_prettyformat_print_options instead of
5314 get_raw_print_options (regression by last patch from Doug
5315 Evans).
5316
5317 2013-07-09 Pedro Alves <palves@redhat.com>
5318
5319 Checked in by Joel Brobecker <brobecker@adacore.com>.
5320 * ada-lang.c (coerce_unspec_val_to_type): Use
5321 value_optimized_out_const.
5322 * value.c (value_optimized_out_const): New function.
5323 * value.h (value_optimized_out_const): New declaration.
5324
5325 2013-07-09 Doug Evans <dje@google.com>
5326
5327 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5328 Enum values rename as well. All uses updated.
5329 * valprint.h (value_print_options): Rename member pretty to
5330 pretty format. Rename member prettyprint_arrays to
5331 prettyformat_arrays. Rename member prettyprint_structs to
5332 prettyformat_structs. All uses updated.
5333 (get_no_prettyformat_print_options): Renamed from
5334 get_raw_print_options.
5335 * valprint.c (get_no_prettyformat_print_options): Renamed from
5336 get_raw_print_options. All callers updated.
5337 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5338 All callers updated.
5339 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5340 All callers updated.
5341 (_initialize_valprint): Improve help text for "set print pretty" and
5342 "set print arrays".
5343
5344 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
5345
5346 * value.c (value_bits_valid): Revert previous change, and change
5347 by Pedro on 2013-07-04, due to regressions in
5348 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5349
5350 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
5351 Pedro Alves <palves@redhat.com>
5352
5353 * value.c (value_bits_valid): If the value is not lval_computed
5354 or has no check validity handler then the answer is the
5355 optimized_out flag, otherwise defer to the handler.
5356
5357 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5358
5359 * top.c (print_gdb_configuration): Explain in output of
5360 --configuration what does "relocatable" mean.
5361
5362 * main.c (print_gdb_help): Regroup options in the --help text.
5363 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5364 the relevant discussions.
5365
5366 2013-07-06 Yao Qi <yao@codesourcery.com>
5367
5368 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5369 Remove parameter 'lsal'.
5370 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5371 to inner block. Caller update.
5372 (base_breakpoint_create_breakpoints_sal): Update.
5373 (bkpt_create_breakpoints_sal): Likewise.
5374 (tracepoint_create_breakpoints_sal): Likewise.
5375 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5376 element 0 of vector 'canonical->sals'.
5377
5378 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
5379
5380 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5381 register number instead of the pseudo register one.
5382 (rs6000_dwarf2_reg_to_regnum): Likewise.
5383
5384 2013-07-04 Pedro Alves <palves@redhat.com>
5385
5386 * findvar.c (value_of_register): Use allocate_optimized_out_value
5387 if the register has been optimized out, instead of
5388 set_value_optimized_out.
5389 * frame-unwind.c (frame_unwind_got_optimized): Use
5390 allocate_optimized_out_value.
5391
5392 2013-07-04 Pedro Alves <palves@redhat.com>
5393
5394 * value.c (value_bits_valid): If the value is not lval_computed,
5395 or doesn't have a check_validity hook, assume the value is entirely
5396 valid.
5397
5398 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5399
5400 * stack.c (read_frame_arg): No longer fetch lazy values.
5401 * value.c (value_optimized_out): If the value is not already
5402 marked optimized out, and is lazy then fetch it.
5403 (value_primitive_field): Move optimized out check to later in the
5404 function, after we have loaded any lazy values.
5405 (value_fetch_lazy): Use optimized out flag directly rather than
5406 calling optimized_out method.
5407
5408 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5409
5410 * valops.c: Don't include "user-regs.h".
5411 (value_fetch_lazy): Moved to value.c.
5412 * value.c: Include "user-regs.h".
5413 (value_fetch_lazy): Moved from valops.c.
5414
5415 2013-07-04 Yao Qi <yao@codesourcery.com>
5416
5417 Revert:
5418 2013-06-27 Yao Qi <yao@codesourcery.com>
5419
5420 * common/create-version.sh: Update comments. Handle the case
5421 that TARGET_ALIAS is empty.
5422
5423 2013-07-03 Pedro Alves <palves@redhat.com>
5424
5425 * Makefile.in (config.status): Depend on development.sh.
5426 (aclocal_m4_deps): Add libmcheck.m4.
5427 * acinclude.m4: Include libmcheck.m4.
5428 * configure.ac: Source development.sh instead of setting
5429 'development' here. --enable-libmcheck/--disable-libmcheck code
5430 factored out to GDB_AC_LIBMCHECK. Run it.
5431 * development.sh: New file.
5432 * libmcheck.m4: New file.
5433 * configure: Regenerate.
5434
5435 2013-07-02 Tom Tromey <tromey@redhat.com>
5436
5437 * contrib/ari/update-web-ari.sh: Update for version.in change.
5438
5439 2013-07-02 Tom Tromey <tromey@redhat.com>
5440
5441 * common/ptid.h: Comment fixes.
5442
5443 2013-07-01 Tom Tromey <tromey@redhat.com>
5444
5445 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5446 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5447 (dwarf2_read_index, create_all_comp_units): Update.
5448
5449 2013-07-01 Tom Tromey <tromey@redhat.com>
5450
5451 * configure.ac (build_warnings): Add -Wold-style-definition.
5452 * configure: Rebuild.
5453 * machoread.c (_initialize_machoread): Use "(void)".
5454 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5455 use "(void)".
5456
5457 2013-07-01 Tom Tromey <tromey@redhat.com>
5458
5459 * configure.ac (build_warnings): Add -Wold-style-declaration.
5460 * configure: Rebuild.
5461 * dsrec.c (make_srec): Use "static const", not "const static".
5462 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5463 not "const static".
5464 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5465 Use "static const", not "const static".
5466 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5467 not "const static".
5468 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5469 not "const static".
5470 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5471 not "const static".
5472 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5473 not "const static".
5474 (v850_dbtrap_breakpoint_from_pc): Likewise.
5475 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5476 not "const static".
5477
5478 2013-07-01 Tom Tromey <tromey@redhat.com>
5479
5480 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5481 * configure: Rebuild.
5482
5483 2013-07-01 Pedro Alves <palves@redhat.com>
5484
5485 * defs.h: Include "pathmax.h".
5486 * utils.c: Don't include sys/param.h.
5487 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5488 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5489 instead of MAXPATHLEN.
5490 * solib-sunos.c: Don't include sys/param.h.
5491 * xcoffread.c: Don't include sys/param.h.
5492 * bsd-kvm.c: Don't include sys/param.h.
5493 * darwin-nat.c: Don't include sys/param.h.
5494 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5495 * darwin-nat-info.c: Don't include sys/param.h.
5496 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5497 MAXPATHLEN.
5498 * i386obsd-nat.c: Don't include sys/param.h.
5499 * inf-child.c: Don't include sys/param.h.
5500 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5501 * linux-fork.c: Don't include sys/param.h.
5502 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5503 * linux-nat.c: Don't include sys/param.h.
5504 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5505 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5506 * m68klinux-nat.c: Don't include sys/param.h.
5507 * nbsd-nat.c: Don't include sys/param.h.
5508 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5509 * ppc-linux-nat.c: Don't include sys/param.h.
5510 * rs6000-nat.c: Don't include sys/param.h.
5511 * spu-linux-nat.c. Don't include sys/param.h.
5512 * windows-nat.c: Don't include sys/param.h.
5513 * xtensa-linux-nat.c: Don't include sys/param.h.
5514 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5515
5516 2013-07-01 Pedro Alves <palves@redhat.com>
5517
5518 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5519 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5520 * gnulib/aclocal.m4: Regenerate.
5521 * gnulib/config.in: Regenerate.
5522 * gnulib/configure: Regenerate.
5523 * gnulib/import/pathmax.h: New file.
5524 * gnulib/import/Makefile.am: Regenerate.
5525 * gnulib/import/Makefile.in: Regenerate.
5526 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5527 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5528 * gnulib/import/m4/pathmax.m4: New file.
5529
5530 2013-07-01 Pedro Alves <palves@redhat.com>
5531
5532 * configure.ac (GDBINIT): Define, depending on host.
5533 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5534 * top.c (PATH_MAX): Delete fallback definition.
5535 (GDBINIT_FILENAME): Delete.
5536 (gdbinit): Reimplement as const char array set to the GDBINIT
5537 string constant.
5538 * top.h (gdbinit): Make const.
5539 * configure, config.in: Regenerate.
5540
5541 2013-07-01 Pedro Alves <palves@redhat.com>
5542
5543 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5544 * cli/cli-cmds.h (source_script): Likewise.
5545 * exceptions.c (catch_command_errors_const): New function.
5546 * exceptions.h (catch_command_errors_const): Declare.
5547 * main.c (get_init_files): Make parameters const, and adjust.
5548 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5549 'local_gdbinit' locals const. Adjust to use
5550 catch_command_errors_const.
5551 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5552 'local_gdbinit' locals const.
5553
5554 2013-07-01 Pedro Alves <palves@redhat.com>
5555
5556 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5557 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5558 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5559 <unistd.h>.
5560
5561 2013-07-01 Pedro Alves <palves@redhat.com>
5562
5563 Import the "unistd" gnulib module.
5564 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5565 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5566 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5567 import/m4/unistd_h.m4.
5568 * gnulib/aclocal.m4: Renenerate.
5569 * gnulib/config.in: Renenerate.
5570 * gnulib/configure: Renenerate.
5571 * gnulib/import/Makefile.am: Renenerate.
5572 * gnulib/import/Makefile.in: Renenerate.
5573 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5574 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5575 * gnulib/import/m4/off_t.m4: New file.
5576 * gnulib/import/m4/ssize_t.m4: New file.
5577 * gnulib/import/m4/sys_types_h.m4: New file.
5578 * gnulib/import/m4/unistd_h.m4: New file.
5579 * gnulib/import/sys_types.in.h: New file.
5580 * gnulib/import/unistd.c: New file.
5581 * gnulib/import/unistd.in.h: New file.
5582
5583 2013-07-01 Pedro Alves <palves@redhat.com>
5584
5585 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5586 defined instead of checking HAVE_UNISTD_H.
5587
5588 2013-07-01 Pedro Alves <palves@redhat.com>
5589
5590 Reimport gnulib from scratch.
5591 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5592 import/m4/onceonly.m4.
5593 * gnulib/aclocal.m4: Renegerate.
5594 * gnulib/config.in: Renegerate.
5595 * gnulib/configure: Renegerate.
5596 * gnulib/import/Makefile.in: Renegerate.
5597 * gnulib/import/extra/update-copyright: Renegerate.
5598 * gnulib/import/m4/onceonly.m4: Delete.
5599
5600 2013-07-01 Pedro Alves <palves@redhat.com>
5601
5602 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5603
5604 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 Code cleanup.
5607 * remote.c (async_remote_interrupt_twice): Make it static.
5608 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5609
5610 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5611
5612 * ia64-linux-tdep.c: Include <ctype.h>.
5613 (ia64_linux_stap_is_single_operand): New function.
5614 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5615
5616 2013-06-28 Tom Tromey <tromey@redhat.com>
5617
5618 * Makefile.in (version.c): Use version.in, not
5619 common/version.in.
5620 * common/create-version.sh: Likewise.
5621 * common/version.in: Move...
5622 * version.in: ...here.
5623
5624 2013-06-28 Pedro Alves <palves@redhat.com>
5625
5626 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5627 here.
5628 * utils.h (pagination_enabled): Declare.
5629
5630 2013-06-28 Pedro Alves <palves@redhat.com>
5631
5632 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5633 Move higher up in file.
5634
5635 2013-06-28 Tom Tromey <tromey@redhat.com>
5636
5637 * tracepoint.c (deprecated_readline_begin_hook)
5638 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5639 declare.
5640
5641 2013-06-28 Pedro Alves <palves@redhat.com>
5642
5643 PR tui/14880
5644 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5645 checking if they're available.
5646 * value.c (value_available_contents_eq): Change comment.
5647 * value.h (value_available_contents_eq): Expand comment.
5648
5649 2013-06-27 Tom Tromey <tromey@redhat.com>
5650
5651 * target.c (find_run_target): Remove.
5652 * target.h (find_run_target): Remove.
5653
5654 2013-06-27 Tom Tromey <tromey@redhat.com>
5655
5656 * corelow.c (core_gdbarch): Now static.
5657
5658 2013-06-27 Tom Tromey <tromey@redhat.com>
5659
5660 * target.c (target_struct_index): Remove.
5661
5662 2013-06-27 Pedro Alves <palves@redhat.com>
5663
5664 * infrun.c: Remove comment describing the 'stepping over runtime
5665 loader dynamic symbol resolution code' mechanism; moved to
5666 gdbint.texinfo.
5667
5668 2013-06-27 Pedro Alves <palves@redhat.com>
5669
5670 * exceptions.c (catch_command_errors): Remove spurious space.
5671 * exceptions.h (catch_command_errors): Second parameter is "arg",
5672 not "command".
5673
5674 2013-06-27 Yao Qi <yao@codesourcery.com>
5675
5676 * common/create-version.sh: Update comments. Handle the case
5677 that TARGET_ALIAS is empty.
5678
5679 2013-06-26 Pedro Alves <palves@redhat.com>
5680
5681 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5682 comment.
5683
5684 2013-06-26 Pedro Alves <palves@redhat.com>
5685
5686 * infrun.c: Update comments on stepping over runtime loader
5687 dynamic symbol resolution code.
5688
5689 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5690
5691 * ax-gdb.h (union exp_element): Forward declare.
5692 * parser-defs.h: Include expression.h.
5693
5694 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5695
5696 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5697
5698 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5699
5700 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5701
5702 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5703
5704 Fix trace-status to output proper start-time and stop-time.
5705 * tracepoint.c (trace_status_command): Fix type of printf arg to
5706 prevent improper type conversion.
5707 (trace_status_mi): Likewise.
5708
5709 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5710
5711 * mips-tdep.c (mips_next_pc): Fix a typo.
5712
5713 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5714
5715 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5716
5717 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5718 Yao Qi <yao@codesourcery.com>
5719
5720 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5721 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5722 * mi/mi-main.c (print_variable_or_computed): New function.
5723 (mi_cmd_trace_frame_collected): New function.
5724 * tracepoint.c (find_trace_state_variable_by_number): New.
5725 (struct traceframe_info): Move to tracepoint.h
5726 (struct collection_list): Likewise.
5727 (do_collect_symbol): Include locals and arguments in the
5728 collected variables list.
5729 (clear_collection_list): Clear wholly collected variables list
5730 and computed variables list.
5731 (append_exp): New function.
5732 (encode_actions_1): Include variables in the wholly
5733 collected variables list. Include memory ranges and
5734 full-fledged expressions in the computed expressions list.
5735 (encode_actions): Move some code to ...
5736 Return the cleanup chain.
5737 (encode_actions_rsp): ... here. New function.
5738 (get_traceframe_location, get_traceframe_info): Remove static.
5739 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5740 (struct collection_list): Moved from tracepoint.c. Add two
5741 new fields 'wholly_collected' and 'computed'.
5742 (find_trace_state_variable_by_number): Declare.
5743 (encode_actions): Adjust declaration.
5744 (encode_actions_rsp): Declare.
5745 (get_traceframe_info, get_traceframe_location): Declare.
5746
5747 * NEWS: Mention new MI command -trace-frame-collected.
5748
5749 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5750 Yao Qi <yao@codesourcery.com>
5751
5752 * ctf.c (ctf_traceframe_info): Push trace state variables
5753 present in the trace data into the traceframe info object.
5754 * breakpoint.c (DEF_VEC_I): Remove.
5755 * common/filestuff.c (DEF_VEC_I): Likewise.
5756 * dwarf2loc.c (DEF_VEC_I): Likewise.
5757 * mi/mi-main.c (DEF_VEC_I): Likewise.
5758 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5759 * features/traceframe-info.dtd: Add tvar element and its
5760 attributes.
5761 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5762 (build_traceframe_info): Push trace state variables present in
5763 the trace data into the traceframe info object.
5764 (traceframe_info_start_tvar): New function.
5765 (tvar_attributes): New.
5766 (traceframe_info_children): Add "tvar" element.
5767 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5768
5769 * NEWS: Mention the change in GDB and GDBserver.
5770
5771 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5772 Yao Qi <yao@codesourcery.com>
5773
5774 * tracepoint.c (trace_dump_command): Move code to ...
5775 (get_traceframe_location): ... here. New.
5776
5777 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5778 Yao Qi <yao@codesourcery.com>
5779
5780 * tracepoint.c (trace_dump_command): GDB emits an error
5781 instead of a warning when a traceframe is not selected.
5782
5783 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5784 Yao Qi <yao@codesourcery.com>
5785
5786 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5787 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5788 in collection_list.
5789 (do_clear_collection_list, init_collection_list): New.
5790 (encode_actions): Add local variables 'tracepoint_list' and
5791 'stepping_list'. Call init_collection_list and make cleanup
5792 which calls do_clear_collection_list. Don't call
5793 clear_collection_list.
5794 (_initialize_tracepoint): Delete references to
5795 'tracepoint_list' and 'stepping_list'.
5796
5797 2013-06-25 Tom Tromey <tromey@redhat.com>
5798
5799 * common/create-version.sh (date): Use "$", not "$$" in sed
5800 expression.
5801
5802 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5803
5804 * NEWS (New targets): Add entry for TI MSP430.
5805
5806 2013-06-25 Yao Qi <yao@codesourcery.com>
5807
5808 * remote.c (remote_start_remote): Move code to upload tsv
5809 earlier.
5810
5811 2013-06-25 Yao Qi <yao@codesourcery.com>
5812 Hui Zhu <hui@codesourcery.com>
5813 Pedro Alves <palves@redhat.com>
5814
5815 PR breakpoints/15075
5816 PR breakpoints/15434
5817 * breakpoint.c (bpstat_stop_status): Call
5818 b->ops->after_condition_true.
5819 (update_dprintf_command_list): Don't append "continue" command
5820 to the command list of dprintf breakpoint.
5821 (base_breakpoint_after_condition_true): New function.
5822 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5823 (dprintf_after_condition_true): New function.
5824 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5825 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5826
5827 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5828
5829 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5830 (ALLDEPFILES): Add msp430-tdep.c.
5831 * configure.tgt (msp430*-*-elf): New target.
5832 * msp430-tdep.c: New file.
5833
5834 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5835
5836 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5837 microMIPS synthetic symbols.
5838
5839 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5840
5841 * objfiles.h (pc_in_section): New prototype.
5842 (in_plt_section): Remove name argument, replace prototype with
5843 static inline function.
5844 * mips-tdep.h: Include "objfiles.h".
5845 (in_mips_stubs_section): New function.
5846 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5847 in_solib_call_trampoline member.
5848 (hppa_in_solib_call_trampoline): Remove name argument.
5849 * objfiles.c (pc_in_section): New function.
5850 (in_plt_section): Remove function.
5851 * mips-linux-tdep.c: Include "objfiles.h".
5852 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5853 name argument. Return 1 rather than the low 16-bit halfword of
5854 any instruction examined.
5855 (mips_linux_in_dynsym_resolve_code): Update
5856 mips_linux_in_dynsym_stub call accordingly.
5857 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5858 rather than an equivalent hand-coded sequence.
5859 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5860 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5861 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5862 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5863 in_opd_section.
5864 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5865 on call to tdep->in_solib_call_trampoline.
5866 (hppa_in_solib_call_trampoline): Remove name argument, update
5867 according to in_plt_section change.
5868 (hppa_skip_trampoline_code): Update according to in_plt_section
5869 change.
5870 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5871 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5872 Likewise.
5873 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5874 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5875 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5876 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5877 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5878 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5879 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5880 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5881 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5882 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5883 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5884 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5885 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5886
5887 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5888
5889 * common/create-version.sh: Fix expansion of $host_alias
5890 and $target_alias in generation of HOST_NAME and TARGET_NAME
5891 (resp.).
5892
5893 2013-06-24 Tom Tromey <tromey@redhat.com>
5894
5895 * common/create-version.sh: New file.
5896 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5897 create-version.sh.
5898 (HFILES_NO_SRCDIR): Use common/version.h.
5899 * version.in: Move to ...
5900 * common/version.in: ... here. Replace date with "DATE".
5901 * version.h: Move to ...
5902 * common/version.h: ... here.
5903
5904 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5905
5906 * gdb/gnulib/Makefile.in: Update date in copyright header.
5907 * gdb/gnulib/configure.ac: Ditto.
5908 * gdb/gnulib/update-gnulib.sh: Ditto.
5909
5910 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5911
5912 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5913 "gdb/gnulib/import".
5914
5915 2013-06-21 Will Newton <will.newton@linaro.org>
5916
5917 * doublest.c (ldfrexp): Remove function.
5918 (convert_doublest_to_floatformat): Call frexpl instead of
5919 ldfrexp.
5920
5921 2013-06-21 Will Newton <will.newton@linaro.org>
5922
5923 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5924 * gnulib/aclocal.m4: Regenerate.
5925 * gnulib/config.in: Regenerate.
5926 * gnulib/configure: Regenerate.
5927 * gnulib/import/Makefile.am: Update.
5928 * gnulib/import/Makefile.in: Update.
5929 * gnulib/import/m4/gnulib-cache.m4: Update.
5930 * gnulib/import/m4/gnulib-comp.m4: Update.
5931 * gnulib/import/float+.h: Import.
5932 * gnulib/import/float.c: Import.
5933 * gnulib/import/float.in.h: Import.
5934 * gnulib/import/fpucw.h: Import.
5935 * gnulib/import/frexp.c: Import.
5936 * gnulib/import/frexpl.c: Import.
5937 * gnulib/import/isnan.c: Import.
5938 * gnulib/import/isnand-nolibm.h: Import.
5939 * gnulib/import/isnand.c: Import.
5940 * gnulib/import/isnanl-nolibm.h: Import.
5941 * gnulib/import/isnanl.c: Import.
5942 * gnulib/import/itold.c: Import.
5943 * gnulib/import/m4/exponentd.m4: Import.
5944 * gnulib/import/m4/exponentl.m4: Import.
5945 * gnulib/import/m4/float_h.m4: Import.
5946 * gnulib/import/m4/fpieee.m4: Import.
5947 * gnulib/import/m4/frexp.m4: Import.
5948 * gnulib/import/m4/frexpl.m4: Import.
5949 * gnulib/import/m4/isnand.m4: Import.
5950 * gnulib/import/m4/isnanl.m4: Import.
5951 * gnulib/import/m4/math_h.m4: Import.
5952 * gnulib/import/math.c: Import.
5953 * gnulib/import/math.in.h: Import.
5954
5955 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5956
5957 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5958 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5959 signature_INTEL_edx comparisons.
5960
5961 2013-06-20 Doug Evans <dje@google.com>
5962
5963 symtab/15652
5964 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5965 All callers updated.
5966 (open_dwp_file): If we can't find the dwp file, search the basename
5967 in debug-file-directory.
5968
5969 * dwarf2read.c (struct dwp_file): Fix comment.
5970 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5971
5972 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5973 better.
5974
5975 2013-06-20 Yao Qi <yao@codesourcery.com>
5976
5977 * breakpoint.c (create_breakpoint): Fix code indentation.
5978
5979 2013-06-20 Yao Qi <yao@codesourcery.com>
5980
5981 * breakpoint.c (create_breakpoints_sal_default): Remove
5982 parameter 'lsal'. Update declaration.
5983 (bkpt_create_breakpoints_sal): Caller update.
5984 (tracepoint_create_breakpoints_sal): Likewise.
5985
5986 2013-06-20 Pedro Alves <pedro@codesourcery.com>
5987 Yao Qi <yao@codesourcery.com>
5988
5989 * NEWS: Mention the new option '--skip-unavailable' of command
5990 -data-list-register-values.
5991 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5992 --skip-unavailable option. Adjust to use output_register.
5993 (output_register): Add new 'skip_unavailable' parameter.
5994 Handle it.
5995
5996 2013-06-19 Mike Frysinger <vapier@gentoo.org>
5997
5998 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5999 common/i386-gcc-cpuid.h.
6000 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
6001 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
6002 Copy the latest version from upstream gcc.
6003 * common/linux-btrace.c: Include i386-cpuid.h.
6004 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
6005 call to i386_cpuid.
6006 (cpu_supports_btrace): Likewise.
6007 * go32-nat.c: Include i386-cpuid.h.
6008 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
6009
6010 2013-06-19 Doug Evans <dje@google.com>
6011
6012 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
6013 (get_section_index): Ditto.
6014
6015 2013-06-19 Tom Tromey <tromey@redhat.com>
6016
6017 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
6018 "dprintf" help.
6019
6020 2013-06-18 Doug Evans <dje@google.com>
6021
6022 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
6023 before using it.
6024 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
6025 Move test of cu_index closer to use. Print complaint if cu_index
6026 is bad.
6027
6028 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6029
6030 * machoread.c (oso_vector): Delete this global.
6031 (macho_register_oso): Add new parameter "oso_vector_ptr".
6032 Use it instead of the "oso_vector" global.
6033 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
6034 (macho_symfile_read): Use a local oso_vector, to be free'ed
6035 at the end of this function, in place of the old "oso_vector"
6036 global. Update various function calls accordingly. Use one
6037 single cleanup chain for the entire function.
6038
6039 2013-06-18 Joel Brobecker <brobecker@adacore.com>
6040
6041 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
6042 DWARF2_PER_OBJFILE by uses of DATA instead.
6043
6044 2013-06-18 Tom Tromey <tromey@redhat.com>
6045
6046 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
6047 argument.
6048 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6049 Special case signals other than GDB_SIGNAL_TRAP.
6050 (explains_signal_watchpoint): New function.
6051 (base_breakpoint_explains_signal): Add 'sig' argument.
6052 (initialize_breakpoint_ops): Set 'explains_signal' method for
6053 watchpoints.
6054 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
6055 signal argument.
6056 (bpstat_explains_signal): Likewise.
6057 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
6058
6059 2013-06-18 Tom Tromey <tromey@redhat.com>
6060
6061 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
6062
6063 2013-06-18 Tom Tromey <tromey@redhat.com>
6064
6065 * python/python.c (finish_python_initialization): Decref
6066 'pythondir' on failure path as well.
6067
6068 2013-06-18 Tom Tromey <tromey@redhat.com>
6069
6070 PR symtab/15391:
6071 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
6072 after taking bits_to_skip into account. Sign extend byte_offset.
6073 * utils.h (gdb_sign_extend): Declare.
6074 * utils.c (gdb_sign_extend): New function.
6075
6076 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6077
6078 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
6079
6080 2013-06-17 Pierre Muller <muller@sourceware.org>
6081
6082 * corelow.c (core_open): Print GDB signal name instead of target
6083 signal number.
6084
6085 2013-06-17 Mike Frysinger <vapier@gentoo.org>
6086
6087 * .gitignore: Add /gcore.
6088
6089 2013-06-13 Doug Evans <dje@google.com>
6090
6091 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
6092 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
6093
6094 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
6095
6096 * stack.c (backtrace_command_1): Fix indentation.
6097
6098 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6099
6100 * window-nat.c (thread_rec): Add missing empty line after
6101 local variable declaration.
6102
6103 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6104
6105 * windows-nat.c (thread_rec): Revert format used to print
6106 error code returned by SuspendThread from %d back to %u.
6107
6108 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6109
6110 * windows-nat.c (windows_continue): Add "0x" prefix for thread
6111 ID in debug trace.
6112 (get_windows_debug_event): Likewise, for all debug traces.
6113
6114 2013-06-11 Joel Brobecker <brobecker@adacore.com>
6115
6116 * window-nat.c (thread_rec): Add thread ID in SuspendThread
6117 warning message.
6118
6119 2013-06-08 Pedro Alves <pedro@codesourcery.com>
6120 Yao Qi <yao@codesourcery.com>
6121
6122 * mi/mi-main.c (get_register): Remove declaration.
6123 (output_register): Declare.
6124 (mi_cmd_data_list_register_values): Remove local variable
6125 'tuple_cleanup'. Move some code into output_register.
6126 (get_register): Renamed to ...
6127 (output_register): ... this. Output the register's
6128 "number" ui_out tuple here.
6129
6130 2013-06-07 Pedro Alves <palves@redhat.com>
6131
6132 * darwin-nat.c: Fix formating in copyright header.
6133 * darwin-nat.h: Likewise.
6134 * gnu-nat.c: Likewise.
6135 * machoread.c: Likewise.
6136
6137 2013-06-07 Pedro Alves <palves@redhat.com>
6138
6139 PR server/14823
6140 * regformats/regdat.sh: Output #include tdesc.h. Make globals
6141 static. Output a global target description pointer.
6142 (init_registers_${name}): Adjust to initialize a
6143 target description structure.
6144
6145 2013-06-07 Will Newton <will.newton@linaro.org>
6146
6147 * printcmd.c (build_address_symbolic): Call
6148 gdbarch_addr_bits_remove for text minimal symbols.
6149
6150 2013-06-07 Will Newton <will.newton@linaro.org>
6151
6152 * MAINTAINERS: Add myself to Write After Approval.
6153
6154 2013-06-07 Yao Qi <yao@codesourcery.com>
6155
6156 * tracepoint.c (start_tracing): Move code to ...
6157 (trace_reset_local_state): ... here. New.
6158 (disconnect_tracing): Don't call set_current_traceframe,
6159 set_tracepoint_num, and set_traceframe_context. Call
6160 trace_reset_local_state instead.
6161 (tfile_close): Call trace_reset_local_state.
6162 * ctf.c (ctf_close): Likewise.
6163 * remote.c (remote_close): Likewise.
6164 * tracepoint.h (trace_reset_local_state): Declare.
6165
6166 2013-06-06 Doug Evans <dje@google.com>
6167
6168 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
6169 and fix header docs.
6170
6171 2013-06-05 Doug Evans <dje@google.com>
6172 Keith Seitz <keiths@redhat.com>
6173
6174 PR 15519
6175 * cp-namespace.c (find_symbol_in_baseclass): Call
6176 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
6177 Check result of call to lookup_symbol_static.
6178 Call lookup_static_symbol_aux unconditionally.
6179 Call check_typedef on base types before accessing them.
6180 (cp_lookup_nested_symbol): Fix comment.
6181
6182 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
6183
6184 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
6185 minimal symbols pointing to function descriptors.
6186
6187 2013-06-05 Tom Tromey <tromey@redhat.com>
6188
6189 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
6190
6191 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
6192 Pedro Alves <palves@redhat.com>
6193
6194 * remote.c (remote_wait_as): Restore signal handler before returning
6195 when GDB gets a notification.
6196
6197 2013-06-04 Gary Benson <gbenson@redhat.com>
6198
6199 PR 2328
6200 * breakpoint.h (handle_solib_event): Moved function declaration
6201 to solib.h.
6202 * breakpoint.c (handle_solib_event): Moved function to solib.c.
6203 (bpstat_stop_status): Pass new argument to handle_solib_event.
6204 * solib.h (update_solib_breakpoints): New function declaration.
6205 (handle_solib_event): Moved function declaration from
6206 breakpoint.h.
6207 * solib.c (update_solib_breakpoints): New function.
6208 (handle_solib_event): Moved function from breakpoint.c.
6209 Updated to call solib_ops->handle_event if not NULL.
6210 * solist.h (target_so_ops): New fields "update_breakpoints" and
6211 "handle_event".
6212 * infrun.c (set_stop_on_solib_events): New function.
6213 (_initialize_infrun): Use the above for "set
6214 stop-on-solib-events".
6215 (handle_inferior_event): Pass new argument to handle_solib_event.
6216 * solib-svr4.c (probe.h): New include.
6217 (svr4_free_library_list): New forward declaration.
6218 (probe_action): New enum.
6219 (probe_info): New struct.
6220 (probe_info): New static variable.
6221 (NUM_PROBES): New definition.
6222 (svr4_info): New fields "using_xfer", "probes_table" and
6223 "solib_list".
6224 (free_probes_table): New function.
6225 (free_solib_list): New function.
6226 (svr4_pspace_data_cleanup): Free probes table and solib list.
6227 (svr4_copy_library_list): New function.
6228 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6229 (svr4_read_so_list): New parameter "prev_lm".
6230 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6231 (svr4_current_sos): New function.
6232 (probe_and_action): New struct.
6233 (hash_probe_and_action): New function.
6234 (equal_probe_and_action): Likewise.
6235 (register_solib_event_probe): Likewise.
6236 (solib_event_probe_at): Likewise.
6237 (solib_event_probe_action): Likewise.
6238 (solist_update_full): Likewise.
6239 (solist_update_incremental): Likewise.
6240 (disable_probes_interface_cleanup): Likewise.
6241 (svr4_handle_solib_event): Likewise.
6242 (svr4_update_solib_event_breakpoint): Likewise.
6243 (svr4_update_solib_event_breakpoints): Likewise.
6244 (svr4_create_solib_event_breakpoints): Likewise.
6245 (enable_break): Free probes table before creating breakpoints.
6246 Use svr4_create_solib_event_breakpoints to create breakpoints.
6247 (svr4_solib_create_inferior_hook): Free the solib list.
6248 (_initialize_svr4_solib): Initialise
6249 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6250
6251 2013-06-04 Gary Benson <gbenson@redhat.com>
6252
6253 * target.h (target_ops): New field
6254 "to_augmented_libraries_svr4_read".
6255 (target_augmented_libraries_svr4_read): New macro.
6256 * target.c (update_current_target): Handle
6257 to_augmented_libraries_svr4_read.
6258 * remote.c (remote_state): New field
6259 "augmented_libraries_svr4_read".
6260 (remote_augmented_libraries_svr4_read_feature): New function.
6261 (remote_protocol_features): Add entry for
6262 "augmented-libraries-svr4-read".
6263 (remote_augmented_libraries_svr4_read): New function.
6264 (init_remote_ops): Initialize
6265 remote_ops.to_augmented_libraries_svr4_read.
6266
6267 2013-06-04 Gary Benson <gbenson@redhat.com>
6268
6269 * NEWS: Update.
6270
6271 2013-06-04 Gary Benson <gbenson@redhat.com>
6272
6273 * objfiles.h (inhibit_section_map_updates): New function
6274 declaration.
6275 (resume_section_map_updates): Likewise.
6276 (resume_section_map_updates_cleanup): Likewise.
6277 * objfiles.c (objfile_pspace_info): Removed field
6278 "objfiles_changed_p". New fields "new_objfiles_available",
6279 "section_map_dirty" and "inhibit_updates".
6280 (allocate_objfile): Set new_objfiles_available.
6281 (free_objfile): Set section_map_dirty.
6282 (objfile_relocate1): Likewise.
6283 (in_plt_section): Likewise.
6284 (find_pc_section): Update the conditions under which the
6285 section map will be updated.
6286 (inhibit_section_map_updates): New function.
6287 (resume_section_map_updates): Likewise.
6288 (resume_section_map_updates_cleanup): Likewise.
6289
6290 2013-06-04 Gary Benson <gbenson@redhat.com>
6291
6292 * probe.h (get_probe_argument_count): New declaration.
6293 (evaluate_probe_argument): Likewise.
6294 * probe.c (get_probe_argument_count): New function.
6295 (evaluate_probe_argument): Likewise.
6296 (probe_safe_evaluate_at_pc): Use the above new functions.
6297
6298 2013-06-04 Alan Modra <amodra@gmail.com>
6299
6300 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6301 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6302 (ppc_insns_match_pattern): Add frame param. Avoid multiple
6303 target mem reads on optional insns.
6304 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6305 ppc_insns_match_pattern calls.
6306 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6307 Add match for power7 thread safety insns, and new order of
6308 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
6309 invocation in comment, and update rest of comment.
6310 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6311 PPC64_STANDARD_LINKAGE3_LEN): Delete.
6312 (ppc64_standard_linkage2_target): Update insn offsets.
6313 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
6314 stubs first. Update calls.
6315
6316 2013-06-04 Yao Qi <yao@codesourcery.com>
6317
6318 * solib.c (solib_find): Don't need dir separator if path has
6319 drive spec.
6320
6321 2013-06-03 Joel Brobecker <brobecker@adacore.com>
6322
6323 Revert (indirectly causes a SIGSEGV):
6324 * machoread.c (macho_symfile_read): Assign first cleanup to
6325 'back_to'.
6326
6327 2013-06-03 Yao Qi <yao@codesourcery.com>
6328
6329 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6330 mi-parse.c. Make them static.
6331 (mi_all_values): Likewise.
6332 (mi_parse_values_option): Move to mi-parse.c. Rename it to
6333 mi_parse_print_values. Make it external.
6334 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6335 Remove the declarations.
6336 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6337 * mi/mi-parse.h (mi_parse_print_values): Declare.
6338 * mi/mi-cmd-stack.c: Include mi-parse.h.
6339 (parse_print_values): Remove
6340 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6341 of parse_print_values.
6342 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6343
6344 2013-05-31 Pedro Alves <pedro@codesourcery.com>
6345 Yao Qi <yao@codesourcery.com>
6346
6347 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6348 (encode_actions): Move code to ...
6349 (all_tracepoint_actions_and_cleanup): ... here. New.
6350 (trace_dump_command): Likewise.
6351
6352 2013-05-30 Tom Tromey <tromey@redhat.com>
6353
6354 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6355
6356 2013-05-30 Tom Tromey <tromey@redhat.com>
6357
6358 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6359 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
6360 'old_chain' argument. Add 'parser_result' argument.
6361 (gdb_xml_create_parser_and_cleanup): Remove old version.
6362 (gdb_xml_parse_quick): Update.
6363 (xml_process_xincludes): Update.
6364 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6365 declare.
6366
6367 2013-05-30 Tom Tromey <tromey@redhat.com>
6368
6369 * probe.c (collect_probes): Check arguments for NULL before
6370 calling compile_rx_or_error.
6371 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6372 Remove NULL return.
6373
6374 2013-05-30 Tom Tromey <tromey@redhat.com>
6375
6376 * infrun.c (adjust_pc_after_break): Introduce an outer null
6377 cleanup.
6378
6379 2013-05-30 Tom Tromey <tromey@redhat.com>
6380
6381 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6382
6383 2013-05-30 Tom Tromey <tromey@redhat.com>
6384
6385 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6386 for 'old_chain'. Do not check 'head' before processing
6387 cleanups.
6388
6389 2013-05-30 Tom Tromey <tromey@redhat.com>
6390
6391 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6392 "cleanup_tuple".
6393
6394 2013-05-30 Tom Tromey <tromey@redhat.com>
6395
6396 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6397 inner scope. Unconditionally call do_cleanups.
6398
6399 2013-05-30 Tom Tromey <tromey@redhat.com>
6400
6401 * source.c (find_and_open_source): Call do_cleanups.
6402
6403 2013-05-30 Tom Tromey <tromey@redhat.com>
6404
6405 * linux-thread-db.c (thread_db_load_search): Unconditionally
6406 call do_cleanups.
6407
6408 2013-05-30 Tom Tromey <tromey@redhat.com>
6409
6410 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6411 for 'cleanup'; instead use a later one.
6412
6413 2013-05-30 Tom Tromey <tromey@redhat.com>
6414
6415 * python/py-breakpoint.c (bppy_get_commands): Use
6416 explicit, unconditional return.
6417 * python/py-frame.c (frapy_read_var): Likewise.
6418 * python/python.c (gdbpy_decode_line): Likewise.
6419
6420 2013-05-30 Tom Tromey <tromey@redhat.com>
6421
6422 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6423 do_cleanups on all return paths.
6424
6425 2013-05-30 Tom Tromey <tromey@redhat.com>
6426
6427 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6428
6429 2013-05-30 Tom Tromey <tromey@redhat.com>
6430
6431 * stabsread.c (read_struct_type): Call do_cleanups along
6432 all return paths.
6433
6434 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6435
6436 * mips-linux-tdep.c: Adjust formatting throughout.
6437
6438 2013-05-30 Tom Tromey <tromey@redhat.com>
6439
6440 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6441 along all return paths.
6442
6443 2013-05-30 Tom Tromey <tromey@redhat.com>
6444
6445 * symfile.c (find_separate_debug_file): Call do_cleanups
6446 along all return paths.
6447
6448 2013-05-30 Tom Tromey <tromey@redhat.com>
6449
6450 * symtab.c (search_symbols): Introduce a null cleanup for
6451 'retval_chain'.
6452
6453 2013-05-30 Tom Tromey <tromey@redhat.com>
6454
6455 * python/py-value.c (valpy_binop): Call do_cleanups before
6456 exiting loop.
6457
6458 2013-05-30 Tom Tromey <tromey@redhat.com>
6459
6460 * python/py-prettyprint.c (print_children): Remove extra
6461 do_cleanups call.
6462
6463 2013-05-30 Tom Tromey <tromey@redhat.com>
6464
6465 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6466 all return paths.
6467
6468 2013-05-30 Tom Tromey <tromey@redhat.com>
6469
6470 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6471 along all return paths.
6472
6473 2013-05-30 Tom Tromey <tromey@redhat.com>
6474
6475 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6476 call do_cleanups.
6477
6478 2013-05-30 Tom Tromey <tromey@redhat.com>
6479
6480 * varobj.c (c_value_of_root): Call do_cleanups along all
6481 return paths.
6482
6483 2013-05-30 Tom Tromey <tromey@redhat.com>
6484
6485 * tracepoint.c (trace_dump_command): Unconditionally call
6486 do_cleanups.
6487
6488 2013-05-30 Tom Tromey <tromey@redhat.com>
6489
6490 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6491 do_cleanups earlier.
6492
6493 2013-05-30 Tom Tromey <tromey@redhat.com>
6494
6495 * machoread.c (macho_symfile_read): Assign first cleanup to
6496 'back_to'.
6497
6498 2013-05-30 Tom Tromey <tromey@redhat.com>
6499
6500 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6501
6502 2013-05-30 Tom Tromey <tromey@redhat.com>
6503
6504 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6505
6506 2013-05-30 Tom Tromey <tromey@redhat.com>
6507
6508 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6509 call discard_cleanups.
6510 (inf_ptrace_attach): Likewise.
6511
6512 2013-05-30 Tom Tromey <tromey@redhat.com>
6513
6514 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6515 return paths.
6516 (mips_initialize): Likewise.
6517 (common_open): Call do_cleanups.
6518
6519 2013-05-30 Tom Tromey <tromey@redhat.com>
6520
6521 * utils.c (internal_vproblem): Call do_cleanups.
6522
6523 2013-05-30 Tom Tromey <tromey@redhat.com>
6524
6525 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6526
6527 2013-05-30 Tom Tromey <tromey@redhat.com>
6528
6529 * cli/cli-script.c (setup_user_args): Don't return after error.
6530
6531 2013-05-30 Tom Tromey <tromey@redhat.com>
6532
6533 * somread.c (som_symtab_read): Call do_cleanups.
6534
6535 2013-05-30 Tom Tromey <tromey@redhat.com>
6536
6537 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6538
6539 2013-05-30 Tom Tromey <tromey@redhat.com>
6540
6541 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6542 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6543 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6544 * source.c (show_substitute_path_command): Call do_cleanups.
6545 (unset_substitute_path_command, set_substitute_path_command):
6546 Likewise.
6547 * symfile.c (load_command): Call do_cleanups.
6548
6549 2013-05-30 Tom Tromey <tromey@redhat.com>
6550
6551 * contrib/cleanup_check.py: New file.
6552 * contrib/gcc-with-excheck: Add option parsing.
6553
6554 2013-05-30 Joel Brobecker <brobecker@adacore.com>
6555
6556 * windows-nat.c (windows_delete_thread): Add missing space
6557 in cast expression.
6558
6559 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6560
6561 * inferior.c (top level): Include tilde.h.
6562 (add_inferior_command): Call tilde_expand on the value of 'exec'
6563 argument.
6564
6565 2013-05-30 Pedro Alves <pedro@codesourcery.com>
6566 Yao Qi <yao@codesourcery.com>
6567
6568 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6569 Caller update.
6570 (encode_actions): Likewise.
6571 * remote.c (remote_download_tracepoint): Caller update.
6572 * tracepoint.h (encode_actions): Update declaration.
6573
6574 2013-05-30 Pedro Alves <palves@redhat.com>
6575
6576 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6577 pointer.
6578
6579 2013-05-30 Yao Qi <yao@codesourcery.com>
6580
6581 * remote.c (remote_check_symbols): Remove unused parameter
6582 'objfile'.
6583 Declaration update.
6584 (remote_start_remote, remote_new_objfile): Caller update.
6585
6586 2013-05-30 Yao Qi <yao@codesourcery.com>
6587
6588 * mi/mi-cmds.c (mi_cmds): Define MI command
6589 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6590 DEF_MI_CMD_CLI.
6591
6592 2013-05-29 Pedro Alves <palves@redhat.com>
6593
6594 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6595 (remote_insert_watchpoint, remote_remove_watchpoint)
6596 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6597 (remote_verify_memory, compare_sections_command)
6598 (remote_search_memory): Set the general process/thread on the
6599 remote side.
6600
6601 2013-05-29 Pedro Alves <palves@redhat.com>
6602
6603 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6604 (_initialize_aarch64_tdep): Don't call
6605 initialize_tdesc_aarch64_without_fpu.
6606 * features/Makefile (WHICH): Remove reference to
6607 aarch64-without-fpu.
6608 * features/aarch64-without-fpu.c: Delete file.
6609 * regformats/aarch64-without-fpu.dat: Delete file.
6610
6611 2013-05-28 Yao Qi <yao@codesourcery.com>
6612
6613 * tracepoint.c (stringify_collection_list): Remove parameter
6614 'string'.
6615 (encode_actions): Caller update. Remove local variables.
6616
6617 2013-05-24 Yao Qi <yao@codesourcery.com>
6618
6619 * tracepoint.c (TFILE_PID): Remove.
6620 (tfile_open): Don't add thread and inferior.
6621 (tfile_close): Don't set 'inferior_ptid'. Don't call
6622 exit_inferior_silent.
6623 (tfile_thread_alive): Remove.
6624 (init_tfile_ops): Don't set field 'to_thread_alive' of
6625 tfile_ops.
6626
6627 2013-05-23 Doug Evans <dje@google.com>
6628
6629 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6630
6631 2013-05-23 Pedro Alves <palves@redhat.com>
6632
6633 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6634 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6635 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6636 Only define if HAVE_SOCKETS is defined.
6637 * configure.ac: Check for sys/socket.h.
6638 * config.in, configure: Regenerate.
6639
6640 2013-05-23 Pedro Alves <palves@redhat.com>
6641
6642 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6643 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6644 printing uint32_t variables.
6645
6646 2013-05-23 Pedro Alves <palves@redhat.com>
6647
6648 * NEWS: Mention GDBserver range stepping support.
6649
6650 2013-05-23 Yao Qi <yao@codesourcery.com>
6651 Pedro Alves <palves@redhat.com>
6652
6653 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6654 field.
6655 * infcmd.c (step_once, until_next_command): Enable range stepping.
6656 * infrun.c (displaced_step_prepare): Disable range stepping.
6657 (resume): Disable range stepping if stepping over a breakpoint or
6658 we have software watchpoints. If range stepping is enabled,
6659 assert the thread is in the stepping range.
6660 (clear_proceed_status_thread): Clear may_range_step.
6661 (handle_inferior_event): Disable range stepping as soon as we know
6662 the thread that hit the event. Re-enable it whenever we're going
6663 to step with a step range.
6664 * remote.c (struct vCont_action_support) <r>: New field.
6665 (use_range_stepping): New global.
6666 (remote_vcont_probe): Handle 'r' action.
6667 (append_resumption): Append an 'r' action if the thread may range
6668 step.
6669 (show_range_stepping): New function.
6670 (set_range_stepping): New function.
6671 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6672 'set range-stepping' and 'show range-stepping' commands.
6673 * NEWS: Mention range stepping, the new vCont;r action, and the
6674 new "set/show range-stepping" commands.
6675
6676 2013-05-23 Yao Qi <yao@codesourcery.com>
6677 Pedro Alves <palves@redhat.com>
6678
6679 * remote.c (struct vCont_action_support): New struct.
6680 (struct remote_state) <support_vCont_t>: Remove field.
6681 <vCont_actions_support>: New field.
6682 (remote_vcont_probe, remote_stop_ns): Update.
6683
6684 2013-05-23 Yao Qi <yao@codesourcery.com>
6685 Pedro Alves <palves@redhat.com>
6686
6687 * gdbthread.h (pc_in_thread_step_range): New declaration.
6688 * thread.c (pc_in_thread_step_range): New function.
6689 * infrun.c (handle_inferior_event): Use it.
6690
6691 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6692
6693 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6694 of sprintf.
6695
6696 2013-05-22 Keith Seitz <keiths@redhat.com>
6697
6698 * ada-lang.c (is_known_support_routine): Add explicit free of
6699 'func_name' from find_frame_funname.
6700 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6701 for func_name from find_frame_funname.
6702 * python/py-frame.c (frapy_name): Add explicit free of
6703 'name' from find_frame_funname.
6704 * stack.c (find_frame_funname): Add comment explaining that
6705 funcp must be freed by the caller.
6706 Return copy of symbol names instead of pointers.
6707 (print_frame): Add a cleanup for 'funname' from
6708 find_frame_funname.
6709 * stack.h (find_frame_funname): Remove "const" from
6710 'funname' parameter.
6711
6712 2013-05-22 Tom Tromey <tromey@redhat.com>
6713
6714 PR c++/15401:
6715 * c-valprint.c (c_value_print): Use value_addr for
6716 references. Convert back to reference type with value_ref.
6717
6718 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6719
6720 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6721 unloaded DLL, it will be done by handle_solib_event. See
6722 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6723 details.
6724
6725 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6726
6727 * ui-out.c: Create typedef ui_out_level_p and define vector
6728 operations for that type.
6729 (struct ui_out): Use a vector instead of an array.
6730 (current_level): Return level from a vector.
6731 (push_level): Create a level in a vector.
6732 (pop_level): Delete a level in a vector.
6733 (ui_out_new): Create initial level zero level, and store in a
6734 vector.
6735 (ui_out_destroy): Add vector cleanup.
6736
6737 2013-05-22 Pedro Alves <palves@redhat.com>
6738
6739 * python/python-internal.h (gdb_Py_DECREF): Tag with
6740 "ARI: editCase function".
6741
6742 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6743
6744 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6745
6746 2013-05-21 Pedro Alves <palves@redhat.com>
6747
6748 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6749 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6750 * python/py-utils.c (py_decref): Don't check for NULL before
6751 calling Py_DECREF.
6752
6753 2013-05-21 Pedro Alves <palves@redhat.com>
6754
6755 * python/py-utils.c (py_decref): Remove extra braces.
6756 (gdb_pymodule_addobject): Remove extra braces.
6757 * python-internal.h (gdb_Py_DECREF): New static inline function.
6758 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6759
6760 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6761
6762 * breakpoints.c (detach_breakpoints): Do not
6763 detach breakpoints locations with loc_type bp_loc_other.
6764
6765 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6766
6767 Workaround Python 2.6.
6768 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6769 a block.
6770
6771 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6772
6773 Code cleanup: constification.
6774 * solib.c (solib_ops): Make return type and ops variable type const.
6775 (set_solib_ops): Make the new_ops parameter and ops variable const.
6776 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6777 (solib_add, solib_keep_data_in_core, clear_solib)
6778 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6779 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6780 const.
6781 * solib.h (set_solib_ops): Make the new_ops parameter const.
6782
6783 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6784
6785 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6786 variable.
6787 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6788 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6789 (SYSTEM_GDBINIT_FILES): New variables.
6790 (all): Add stamp-system-gdbinit.
6791 (stamp-system-gdbinit): New rule.
6792 (clean-system-gdbinit, install-system-gdbinit)
6793 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6794 (install-only): Add dependency on install-system-gdbinit.
6795 (uninstall): Add dependency on uninstall-system-gdbinit.
6796 (clean): Add dependency on clean-system-gdbinit.
6797 * system-gdbinit/elinos.py: New file.
6798 * system-gdbinit/wrs-linux.py: New file.
6799
6800 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6801
6802 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6803
6804 2013-05-21 Hui Zhu <hui@codesourcery.com>
6805
6806 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6807 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6808 * mi/mi-cmd-break.c (ctype.h): New include.
6809 (gdb_obstack.h): New include.
6810 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6811 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6812 (mi_cmd_dprintf_insert): New.
6813 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6814 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6815
6816 2013-05-20 Tom Tromey <tromey@redhat.com>
6817
6818 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6819
6820 2013-05-20 Tom Tromey <tromey@redhat.com>
6821
6822 * python/py-value.c (valpy_get_dynamic_type): Simplify
6823 dynamic_type assignment. Use Py_XINCREF.
6824
6825 2013-05-20 Tom Tromey <tromey@redhat.com>
6826
6827 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6828
6829 2013-05-20 Tom Tromey <tromey@redhat.com>
6830
6831 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6832 (gdbpy_selected_frame): Move object-construction code
6833 out of TRY_CATCH.
6834
6835 2013-05-20 Tom Tromey <tromey@redhat.com>
6836
6837 * python/py-arch.c (gdbpy_initialize_arch): Use
6838 gdb_pymodule_addobject.
6839 * python/py-block.c (gdbpy_initialize_blocks): Use
6840 gdb_pymodule_addobject.
6841 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6842 gdb_pymodule_addobject.
6843 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6844 gdb_pymodule_addobject.
6845 * python/py-event.c (gdbpy_initialize_event_generic): Use
6846 gdb_pymodule_addobject.
6847 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6848 gdb_pymodule_addobject.
6849 * python/py-evts.c (add_new_registry): Use
6850 gdb_pymodule_addobject.
6851 (gdbpy_initialize_py_events): Likewise.
6852 * python/py-finishbreakpoint.c
6853 (gdbpy_initialize_finishbreakpoints): Use
6854 gdb_pymodule_addobject.
6855 * python/py-frame.c (gdbpy_initialize_frames): Use
6856 gdb_pymodule_addobject.
6857 * python/py-function.c (gdbpy_initialize_functions): Use
6858 gdb_pymodule_addobject.
6859 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6860 gdb_pymodule_addobject.
6861 * python/py-infthread.c (gdbpy_initialize_thread): Use
6862 gdb_pymodule_addobject.
6863 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6864 gdb_pymodule_addobject.
6865 * python/py-param.c (gdbpy_initialize_parameters): Use
6866 gdb_pymodule_addobject.
6867 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6868 gdb_pymodule_addobject.
6869 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6870 gdb_pymodule_addobject.
6871 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6872 gdb_pymodule_addobject.
6873 * python/py-type.c (gdbpy_initialize_types): Use
6874 gdb_pymodule_addobject.
6875 * python/py-utils.c (gdb_pymodule_addobject): New function.
6876 * python/py-value.c (gdbpy_initialize_values): Use
6877 gdb_pymodule_addobject.
6878 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6879 * python/python.c (_initialize_python): Use
6880 gdb_pymodule_addobject.
6881
6882 2013-05-20 Tom Tromey <tromey@redhat.com>
6883
6884 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6885 * python/py-param.c (get_set_value, get_show_value): Use
6886 explicit decrefs.
6887 * python/python.c (start_type_printers, apply_type_printers):
6888 Use explicit decrefs.
6889
6890 2013-05-20 Tom Tromey <tromey@redhat.com>
6891
6892 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6893 incref the module.
6894
6895 2013-05-20 Tom Tromey <tromey@redhat.com>
6896
6897 * python/python.c (gdbpy_run_events): Decref the result
6898 of PyObject_CallObject.
6899
6900 2013-05-20 Tom Tromey <tromey@redhat.com>
6901
6902 * python/py-symtab.c (set_sal): Use
6903 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6904 (symtab_and_line_to_sal_object): Update.
6905
6906 2013-05-20 Tom Tromey <tromey@redhat.com>
6907
6908 * python/py-param.c (compute_enum_values): Decref 'item'.
6909
6910 2013-05-20 Tom Tromey <tromey@redhat.com>
6911
6912 * mi/mi-main.c: Include python-internal.h.
6913 (mi_cmd_list_features): Check gdb_python_initialized.
6914 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6915 (python_inferior_exit, python_new_objfile, add_thread_object)
6916 (delete_thread_object, py_free_inferior): Check
6917 gdb_python_initialized.
6918 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6919 gdb_python_initialized.
6920 * python/py-type.c (save_objfile_types): Check
6921 gdb_python_initialized.
6922 * python/python-internal.h (gdb_python_initialized): Declare.
6923 * python/python.c (ensure_python_env): Throw exception if
6924 Python not initialized.
6925 (before_prompt_hook, source_python_script_for_objfile)
6926 (start_type_printers, apply_type_printers,
6927 free_type_printers): Check gdb_python_initialized.
6928 * varobj.c (varobj_get_display_hint)
6929 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6930 (install_new_value_visualizer, varobj_set_visualizer)
6931 (value_get_print_value): Check gdb_python_initialized.
6932
6933 2013-05-20 Tom Tromey <tromey@redhat.com>
6934
6935 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6936 Check errors.
6937 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6938 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6939 Check errors.
6940 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6941 Check errors.
6942 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6943 Check errors.
6944 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6945 Check errors.
6946 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6947 init function to return 'int'.
6948 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6949 Return 'int'. Check errors.
6950 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6951 Check errors.
6952 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6953 Return 'int'. Check errors.
6954 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6955 Check errors.
6956 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6957 Check errors.
6958 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6959 Check errors.
6960 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6961 Check errors.
6962 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6963 Check errors.
6964 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6965 Check errors.
6966 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6967 Check errors.
6968 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6969 Check errors.
6970 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6971 Check errors.
6972 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6973 Check errors.
6974 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6975 Check errors.
6976 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6977 Check errors.
6978 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6979 Check errors.
6980 * python/python-internal.h (gdbpy_initialize_auto_load,
6981 gdbpy_initialize_values, gdbpy_initialize_frames,
6982 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6983 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6984 gdbpy_initialize_blocks, gdbpy_initialize_types,
6985 gdbpy_initialize_functions, gdbpy_initialize_pspace,
6986 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6987 gdbpy_initialize_finishbreakpoints,
6988 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6989 gdbpy_initialize_thread, gdbpy_initialize_inferior,
6990 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6991 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6992 gdbpy_initialize_signal_event,
6993 gdbpy_initialize_breakpoint_event,
6994 gdbpy_initialize_continue_event,
6995 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6996 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6997 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6998 * python/python.c (gdb_python_initialized): New global.
6999 (gdbpy_initialize_events): Return 'int'. Check errors.
7000 (_initialize_python): Check errors. Set
7001 gdb_python_initialized.
7002
7003 2013-05-20 Tom Tromey <tromey@redhat.com>
7004
7005 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
7006 Decref the reslut of PyObject_CallMethod.
7007
7008 2013-05-20 Tom Tromey <tromey@redhat.com>
7009
7010 * python/py-event.c (gdbpy_initialize_event_generic): Return
7011 early if PyType_Ready fails.
7012
7013 2013-05-20 Tom Tromey <tromey@redhat.com>
7014
7015 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
7016 as 'default' in the switch.
7017
7018 2013-05-20 Tom Tromey <tromey@redhat.com>
7019
7020 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
7021 get_addr_from_python calls out of TRY_CATCH.
7022 (infpy_write_memory, infpy_search_memory): Likewise.
7023 * python/py-utils.c (get_addr_from_python): Return negative
7024 value on error. Use TRY_CATCH.
7025 * python/python-internal.h (get_addr_from_python): Use
7026 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7027
7028 2013-05-20 Tom Tromey <tromey@redhat.com>
7029
7030 * python/py-event.c (evpy_emit_event): Decref the
7031 result of PyObject_CallFunctionObjArgs.
7032
7033 2013-05-20 Tom Tromey <tromey@redhat.com>
7034
7035 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
7036 Correctly decref.
7037
7038 2013-05-20 Tom Tromey <tromey@redhat.com>
7039
7040 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
7041
7042 2013-05-20 Tom Tromey <tromey@redhat.com>
7043
7044 * python/py-event.h (gdbpy_initialize_event_generic): Use
7045 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7046 * python/py-evts.c (add_new_registry): Use
7047 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7048 * python/python-internal.h
7049 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
7050
7051 2013-05-20 Tom Tromey <tromey@redhat.com>
7052
7053 * python/py-arch.c (archpy_disassemble): Update.
7054 * python/py-type.c (typy_get_composite, typy_lookup_typename)
7055 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
7056 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
7057 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
7058 macro.
7059 (GDB_PY_HANDLE_EXCEPTION): Update.
7060 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
7061
7062 2013-05-20 Tom Tromey <tromey@redhat.com>
7063
7064 * python/python-internal.h (events_object_type): Remove.
7065
7066 2013-05-20 Tom Tromey <tromey@redhat.com>
7067
7068 * python/py-event.h (evpy_emit_event): Use
7069 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
7070 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
7071 New macro.
7072
7073 2013-05-20 Tom Tromey <tromey@redhat.com>
7074
7075 * py-evtregistry.c (create_event_object): Decref
7076 eventregistry_object if PyList_New fails.
7077
7078 2013-05-20 Tom Tromey <tromey@redhat.com>
7079
7080 * py-cmd.c (gdbpy_string_to_argv): Check result of
7081 PyList_New.
7082
7083 2013-05-20 Tom Tromey <tromey@redhat.com>
7084
7085 * python/python.c (before_prompt_hook): Add cleanup to
7086 decref 'hook'.
7087
7088 2013-05-20 Tom Tromey <tromey@redhat.com>
7089
7090 * python/py-function.c (fnpy_init): Decref result of
7091 PyObject_GetAttrString.
7092
7093 2013-05-20 Tom Tromey <tromey@redhat.com>
7094
7095 * python/py-threadevent.c (get_event_thread): Use
7096 CPYCHECKER_RETURNS_BORROWED_REF.
7097 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
7098 New define.
7099 (pspace_to_pspace_object, objfile_to_objfile_object)
7100 (find_thread_object): Use it.
7101
7102 2013-05-20 Tom Tromey <tromey@redhat.com>
7103
7104 * python/py-arch.c (arch_object_type): Use
7105 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7106 * python/py-block.c (block_syms_iterator_object_type):
7107 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7108 * python/py-bpevent.c (breakpoint_event_object_type):
7109 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7110 * python/py-cmd.c (cmdpy_object_type): Use
7111 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7112 * python/py-continueevent.c (continue_event_object_type):
7113 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7114 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
7115 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7116 * python/py-events.h (thread_event_object_type):
7117 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7118 * python/py-evtregistry.c (eventregistry_object_type): Use
7119 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7120 * python/py-exitedevent.c (exited_event_object_type):
7121 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7122 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
7123 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7124 * python/py-function.c (fnpy_object_type): Use
7125 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7126 * python/py-inferior.c (inferior_object_type, membuf_object_type):
7127 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7128 * python/py-infthread.c (thread_object_type): Use
7129 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7130 * python/py-lazy-string.c (lazy_string_object_type):
7131 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7132 * python/py-newobjfileevent.c (new_objfile_event_object_type):
7133 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7134 * python/py-objfile.c (objfile_object_type): Use
7135 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7136 * python/py-param.c (parmpy_object_type):
7137 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7138 * python/py-progspace.c (pspace_object_type):
7139 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7140 * python/py-signalevent.c (signal_event_object_type):
7141 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7142 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
7143 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7144 * python/py-type.c (type_object_type, field_object_type)
7145 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7146 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
7147 define.
7148 (value_object_type, block_object_type, symbol_object_type)
7149 (event_object_type, stop_event_object_type, breakpoint_object_type)
7150 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7151
7152 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
7153
7154 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
7155 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
7156
7157 2013-05-20 Doug Evans <dje@google.com>
7158
7159 When reading CU, stay in DWO. Be more tolerent of bad debug info.
7160 For Fission.
7161 * dwarf2read.c (struct dwarf2_per_cu_data): New member
7162 reading_dwo_directly.
7163 (struct signatured_type): New member dwo_unit.
7164 (struct die_reader_specs): New member comp_dir.
7165 (create_signatured_type_table_from_index): Use malloc for
7166 all_type_units instead of objfile's obstack.
7167 (create_all_type_units): Ditto.
7168 (fill_in_sig_entry_from_dwo_entry): New function.
7169 (add_type_unit): New function.
7170 (lookup_dwo_signatured_type): New function.
7171 (lookup_dwp_signatured_type): New function.
7172 (lookup_signatured_type): New arg cu. All callers updated.
7173 (init_cu_die_reader): Initialize comp_dir.
7174 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
7175 Change assert of matching type signatures to call error on mismatch.
7176 (lookup_dwo_unit): Add assert.
7177 (init_tu_and_read_dwo_dies): New function.
7178 (init_cutu_and_read_dies): Call it.
7179 (build_type_unit_groups): Handle case of no type unit groups created.
7180 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
7181 (lookup_dwo_cutu): Tweak complaint.
7182 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
7183 (dwarf2_per_objfile_free): Free all_type_units.
7184
7185 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7186
7187 * windows-nat.c (handle_unload_dll): Add missing empty line.
7188
7189 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7190
7191 * dwarf2read.c (prototyped_function_p): New function.
7192 (read_subroutine_type): Use it.
7193
7194 2013-05-20 Joel Brobecker <brobecker@adacore.com>
7195
7196 * rs6000-aix-tdep.c: De-indent some example code provided
7197 as a comment.
7198
7199 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
7200
7201 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7202 region is ok for a hardware watchpoint using the new ptrace interface
7203 on Power servers.
7204
7205 2013-05-17 Doug Evans <dje@google.com>
7206
7207 * NEWS: Mention new maintenance commands check-symtabs, and
7208 expand-symtabs, and renamed check-psymtabs.
7209 * psymtab.c (maintenance_check_psymtabs): Renamed from
7210 maintenance_check_symtabs. Only process already-expanded symbol
7211 tables.
7212 (_initialize_psymtab): Update.
7213 * symmisc.c (maintenance_check_symtabs): New function.
7214 (maintenance_expand_name_matcher): New function
7215 (maintenance_expand_file_matcher): New function
7216 (maintenance_expand_symtabs): New function.
7217 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7218 commands.
7219
7220 2013-05-17 Tom Tromey <tromey@redhat.com>
7221
7222 * python/py-inferior.c (infpy_read_memory): Don't call
7223 PyErr_SetString if PyObject_New fails.
7224 * python/py-frame.c (frame_info_to_frame_object): Don't call
7225 PyErr_SetString if PyObject_New fails.
7226
7227 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
7228
7229 * acinclude.m4: Add check for dlopen in libdl.
7230 * configure.ac: Ditto.
7231 * configure: Regenerate.
7232
7233 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
7234
7235 * frame.c (frame_stash): Convert to htab.
7236 (frame_addr_hash): New function.
7237 (frame_addr_hash_eq): New function.
7238 (frame_stash_create): Convert function to create
7239 a hash table.
7240 (frame_stash_add): Convert function to add an entry to a hash
7241 table.
7242 (frame_stash_find): Convert function to search the hash table.
7243 (frame_stash_invalidate): Convert function to empty the hash
7244 table.
7245 (get_frame_id): Only add to stash if a frame_id is created.
7246 (_initialize_frame): Call frame_stash_create.
7247
7248 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
7249
7250 * configure.ac: Ensure MIG is available when building for GNU Hurd
7251 hosts.
7252 * configure: Regenerate.
7253
7254 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7255
7256 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7257
7258 2013-05-16 Joel Brobecker <brobecker@adacore.com>
7259
7260 * ada-lang.c (ada_make_symbol_completion_list): Make sure
7261 all cleanups are done before returning from this function.
7262
7263 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7264
7265 * utils.h: #include "exceptions.h".
7266 (enum errors): Remove partial declaration.
7267
7268 2013-05-15 Joel Brobecker <brobecker@adacore.com>
7269
7270 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7271 * gdbarch.h, gdbarch.c: Regenerate.
7272 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7273 handling.
7274
7275 * rs6000-aix-tdep.h: New file.
7276 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7277 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7278 "xml-utils.h".
7279 (struct field_info, struct ld_info_desc): New types.
7280 (ld_info32_desc, ld_info64_desc): New static constants.
7281 (struct ld_info): New type.
7282 (rs6000_aix_extract_ld_info): New function.
7283 (rs6000_aix_shared_library_to_xml): Likewise.
7284 (rs6000_aix_ld_info_to_xml): Likewise.
7285 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7286 (rs6000_aix_init_osabi): Add call to
7287 set_gdbarch_core_xfer_shared_libraries_aix.
7288 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7289 Remove "xml-utils.h" include.
7290 (LdInfo): Delete typedef.
7291 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7292 Delete macros.
7293 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7294 Adjust code accordingly.
7295 (rs6000_core_ldinfo): Delete, folded into
7296 rs6000_aix_core_xfer_shared_libraries_aix.
7297 (rs6000_xfer_shared_library): Delete.
7298 (rs6000_xfer_shared_libraries): Reimplement.
7299
7300 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
7301
7302 * record.c (record_goto_cmdlist): New.
7303 (cmd_record_goto): Split into this ...
7304 (cmd_record_goto_begin): ... this
7305 (cmd_record_goto_end): ... and this.
7306 (_initialize_record): Change "record goto" to prefix command.
7307 Add commands for "record goto begin" and "record goto end".
7308 Add an alias for "record goto start" to "record goto begin".
7309
7310 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7311
7312 * linespec.c (convert_linespec_to_sals): New comment for
7313 SOURCE_FILENAME assignment.
7314
7315 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7316
7317 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7318 internal_warning.
7319
7320 2013-05-14 Tom Tromey <tromey@redhat.com>
7321
7322 * eval.c (parse_and_eval_long): Make 'exp' const.
7323 * value.h (parse_and_eval_long): Update.
7324
7325 2013-05-14 Tom Tromey <tromey@redhat.com>
7326
7327 * ui-file.c (gdb_fopen): Make arguments const.
7328 * ui-file.h (gdb_fopen): Make arguments const.
7329
7330 2013-05-14 Tom Tromey <tromey@redhat.com>
7331
7332 * remote.c (remote_set_trace_notes): Make arguments const.
7333 * target.c (update_current_target): Update cast.
7334 * target.h (to_set_trace_notes): Make arguments const.
7335
7336 2013-05-14 Tom Tromey <tromey@redhat.com>
7337
7338 * go32-nat.c (go32_terminal_info): Make 'args' const.
7339 * inferior.h (child_terminal_info): Update.
7340 * inflow.c (child_terminal_info): Make 'args' const.
7341 * target.c (default_terminal_info): Make 'args' const.
7342 (debug_to_terminal_save_ours): Likewise.
7343 * target.h (struct target_ops) <to_terminal_info>: Make argument
7344 const.
7345
7346 2013-05-13 Tom Tromey <tromey@redhat.com>
7347
7348 * gcore.c (create_gcore_bfd): Make 'filename' const.
7349 * gcore.h (create_gcore_bfd): Make 'filename' const.
7350 * record-full.c (record_full_save): Make 'recfilename' const.
7351 * target.c (target_save_record): Make 'filename' const.
7352 * target.h (struct target_ops) <to_save_record>: Make 'filename'
7353 const.
7354 (target_save_record): Likewise.
7355
7356 2013-05-13 Tom Tromey <tromey@redhat.com>
7357
7358 PR gdb/15338:
7359 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7360 ranges section has been read.
7361
7362 2013-05-13 Tom Tromey <tromey@redhat.com>
7363
7364 PR exp/15364:
7365 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7366 STRUCTOP_PTR>: Return a not_lval value for
7367 EVAL_AVOID_SIDE_EFFECTS.
7368 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7369 for EVAL_AVOID_SIDE_EFFECTS.
7370
7371 2013-05-13 Joel Brobecker <brobecker@adacore.com>
7372
7373 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7374 floating point registers to register type before storing
7375 value.
7376 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7377 Likewise.
7378
7379 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7380 Tom Tromey <tromey@redhat.com>
7381
7382 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7383 New functions.
7384 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7385 Declare.
7386 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7387 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7388 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7389 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7390
7391 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
7392 Tom Tromey <tromey@redhat.com>
7393
7394 PR build/15414:
7395 * configure: Rebuild.
7396 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7397 with -Wno-format.
7398
7399 2013-05-10 Pedro Alves <palves@redhat.com>
7400
7401 * remote.c (_initialize_remote): Fix spelling of
7402 qXfer:traceframe-info:read packet in packet config command.
7403
7404 2013-05-10 David Taylor <dtaylor@emc.com>
7405
7406 PR remote/15455
7407
7408 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7409 "QTro" at start of packet.
7410
7411 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7412
7413 * solib-aix.c (solib_aix_relocate_section_addresses):
7414 For the .bss section action, apply the same offset as
7415 the .data section.
7416
7417 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7418
7419 * solib-aix.c (solib_aix_relocate_section_addresses):
7420 Remove FIXME comment.
7421
7422 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7423
7424 PR tdep/15420:
7425 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7426 New functions, directly copied from sparc-sol-thread.c.
7427 * sparc-sol-thread.c: Delete.
7428 * configure.ac: Remove code handling sparc-solaris-thread.c.
7429 * configure: Regenerate.
7430
7431 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
7432
7433 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7434 filter logic.
7435 (backtrace_command): Add "no-filters" option parsing.
7436 (_initialize_stack): Alter help to reflect "no-filters" option.
7437 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7438 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7439 (py-frame.o): Add target
7440 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7441 filter files.
7442 * python/python.h: Add new frame filter constants, and flag enum.
7443 (apply_frame_filter): Add definition.
7444 * python/python.c (apply_frame_filter): New non-Python
7445 enabled function.
7446 * python/py-utils.c (py_xdecref): New function.
7447 (make_cleanup_py_xdecref): Ditto.
7448 * python/py-objfile.c: Declare frame_filters dictionary.
7449 (objfpy_dealloc): Add frame_filters dealloc.
7450 (objfpy_new): Initialize frame_filters attribute.
7451 (objfile_to_objfile_object): Ditto.
7452 (objfpy_get_frame_filters): New function.
7453 (objfpy_set_frame_filters): New function.
7454 * python/py-progspace.c: Declare frame_filters dictionary.
7455 (pspy_dealloc): Add frame_filters dealloc.
7456 (pspy_new): Initialize frame_filters attribute.
7457 (pspacee_to_pspace_object): Ditto.
7458 (pspy_get_frame_filters): New function.
7459 (pspy_set_frame_filters): New function.
7460 * python/py-framefilter.c: New file.
7461 * python/lib/gdb/command/frame_filters.py: New file.
7462 * python/lib/gdb/frames.py: New file.
7463 * python/lib/gdb/__init__.py: Initialize global frame_filters
7464 dictionary
7465 * python/lib/gdb/FrameDecorator.py: New file.
7466 * python/lib/gdb/FrameIterator.py: New file.
7467 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7468 * mi/mi-cmds.h: Declare.
7469 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7470 --no-frame-filter logic, and Python frame filter logic.
7471 (stack_enable_frame_filters): New function.
7472 (parse_no_frame_option): Ditto.
7473 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7474 filter logic.
7475 (mi_cmd_stack_list_locals): Ditto.
7476 (mi_cmd_stack_list_args): Ditto.
7477 (mi_cmd_stack_list_variables): Ditto.
7478 * NEWS: Add frame filter note.
7479
7480 2013-05-09 Doug Evans <dje@google.com>
7481
7482 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7483 All callers updated.
7484 (syms_from_objfile): Ditto. Make static.
7485 (symbol_file_add_with_addrs): Renamed from
7486 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7487 num_offsets. All callers updated.
7488 * symfile.h (syms_from_objfile): Delete.
7489
7490 * symfile.c (decrement_reading_symtab): Add assert.
7491 (increment_reading_symtab): Ditto.
7492
7493 2013-05-09 Joel Brobecker <brobecker@adacore.com>
7494
7495 * source.c (forward_search_command): Replace call to getc
7496 by call to fgetc.
7497 (reverse_search_command): Likewise.
7498
7499 2013-05-08 Doug Evans <dje@google.com>
7500
7501 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7502 matching test.
7503
7504 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7505
7506 * sol-thread.c (info_cb): Factorize the code a little.
7507
7508 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7509
7510 * sol-thread.c (info_cb): Rework the output of the "maintenance
7511 info sol-threads" command a bit.
7512
7513 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7514
7515 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7516 Replace ti.ti_startfunc by ti.ti_pc.
7517
7518 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7519
7520 * solib-aix.c (solib_aix_free_library_list): New function
7521 for the case where HAVE_LIBEXPAT is not defined.
7522
7523 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7524
7525 PR breakpoints/15413:
7526 * breakpoint.c (condition_completer): Simplify the code to
7527 disconsider multiple locations of breakpoints when completing the
7528 "condition" command.
7529
7530 2013-05-07 Pierre Muller <muller@sourceware.org>
7531
7532 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7533 instead of <sys/wait.h>.
7534
7535 2013-05-07 Pierre Muller <muller@sourceware.org>
7536
7537 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7538 trailing new line from warning message.
7539
7540 2013-05-07 Pierre Muller <muller@sourceware.org>
7541
7542 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7543 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7544
7545 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7546
7547 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7548 error message (ARI fix).
7549
7550 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7551
7552 * features/library-list-aix.dtd: Replace library-list by
7553 library-list-aix.
7554 * rs6000-nat.c: Replace library-list by library-list-aix
7555 throughout.
7556 * solib-aix.c: Likewise.
7557
7558 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7559
7560 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7561 Renames TARGET_OBJECT_AIX_LIBRARIES.
7562 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7563 TARGET_OBJECT_LIBRARIES_AIX throughout.
7564 * solib-aix.c: Likwise.
7565
7566 2013-05-07 Yao Qi <yao@codesourcery.com>
7567
7568 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7569 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7570
7571 2013-05-07 Yao Qi <yao@codesourcery.com>
7572
7573 * solib-dsbt.c (enable_break): Declare.
7574 (dsbt_current_sos): Remove call to enable_break2.
7575 (enable_break2): Rename to enable_break. Set solib breakpoint
7576 on '_dl_debug_state'.
7577 (enable_break): Remove.
7578
7579 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
7580
7581 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7582 debug state prior to replicating existing hardware watchpoints or
7583 breakpoints.
7584
7585 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 * gcore.c (gcore_create_callback): Ignore sections with
7588 separate_debug_objfile_backlink != NULL.
7589
7590 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7591 Andrew Jenner <andrew@codesourcery.com>
7592 Chung-Lin Tang <cltang@codesourcery.com>
7593 Julian Brown <julian@codesourcery.com>
7594
7595 Based on the nios2-elf port from Altera Corporation.
7596
7597 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7598 nios2-linux-tdep.o.
7599 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7600 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7601 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7602 * nios2-tdep.h: New.
7603 * nios2-tdep.c: New.
7604 * nios2-linux-tdep.c: New.
7605 * features/Makefile (WHICH): Add nios2-linux.
7606 (nios2-linux-expedite): Set.
7607 * features/nios2-cpu.xml: New.
7608 * features/nios2.xml: New.
7609 * features/nios2-linux.xml: New.
7610 * features/nios2.c: New (autogenerated).
7611 * features/nios2-linux.c: New (autogenerated).
7612 * regformats/nios2-linux.dat: New (autogenerated).
7613 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7614 and commands.
7615
7616 2013-05-06 Doug Evans <dje@google.com>
7617
7618 * symfile.c: Whitespace cleanup.
7619
7620 * solist.h (struct target_so_ops): New member clear_so.
7621 * solib-svr4.c (svr4_clear_so): New function.
7622 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7623 * solib.c (clear_so): Renamed from free_so_symbols.
7624 All callers updated. Call target clear_so if it exists.
7625
7626 2013-05-06 Tom Tromey <tromey@redhat.com>
7627
7628 * ada-lang.c (ada_value_primitive_packed_val): Don't
7629 call value_incref.
7630 * value.c (set_value_parent): Incref the new parent and decref
7631 the old parent.
7632 (value_copy, value_primitive_field): Use set_value_parent.
7633
7634 2013-05-06 Tom Tromey <tromey@redhat.com>
7635
7636 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7637 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7638 if needed.
7639 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7640 * dwarf2read.c (write_constant_as_bytes)
7641 (dwarf2_fetch_constant_bytes): New functions.
7642
7643 2013-05-06 Tom Tromey <tromey@redhat.com>
7644
7645 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7646 parameters.
7647 (dwarf2_const_value_attr): Update.
7648
7649 2013-05-06 Tom Tromey <tromey@redhat.com>
7650
7651 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7652 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7653 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7654 Remove declaration.
7655
7656 2013-05-06 Tom Tromey <tromey@redhat.com>
7657
7658 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7659 objfile's obstack.
7660
7661 2013-05-06 Doug Evans <dje@google.com>
7662
7663 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7664 * stabsread.h (process_one_symbol): Update declaration.
7665 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7666 * elfread.c (elf_symfile_relocate_probe): Ditto.
7667 * psymtab.c (relocate_psymtabs): Ditto.
7668 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7669 (objfile_relocate): Ditto.
7670 * objfiles.h (objfile_relocate): Update declaration.
7671 * symfile.c (relative_addr_info_to_section_offsets): Constify
7672 addrs parameter.
7673 (default_symfile_offsets): Ditto.
7674 (syms_from_objfile_1): Constify offsets parameter.
7675 (syms_from_objfile): Ditto.
7676 (symbol_file_add_with_addrs_or_offsets): Ditto.
7677 (symfile_map_offsets_to_segments): Constify data parameter.
7678 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7679 delta parameters of member relocate.
7680 (struct sym_probe_fns): Constify new_offsets,
7681 delta parameters of member sym_relocate_probe.
7682 (struct sym_fns): Constify section_addr_info parameter of member
7683 sym_offsets.
7684 (relative_addr_info_to_section_offsets): Update declaration.
7685 (default_symfile_offsets): Ditto.
7686 (syms_from_objfile): Ditto.
7687 (symfile_map_offsets_to_segments): Ditto.
7688
7689 * symfile.c (syms_from_objfile_1): Use correct section count when
7690 objfile->sf == NULL.
7691
7692 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7693
7694 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7695
7696 2013-05-06 Doug Evans <dje@google.com>
7697
7698 * psympriv.h (struct partial_symtab): Augment comment for member
7699 section_offsets.
7700
7701 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7702
7703 Reimplement shared library support on ppc-aix...
7704 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7705 * features/library-list-aix.dtd: New file.
7706 * solib-aix.h, solib-aix.c: New file.
7707 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7708 (rs6000_find_toc_address_hook): Delete.
7709 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7710 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7711 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7712 "xml-utils.h".
7713 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7714 (vmap_symtab, fixup_breakpoints): Delete.
7715 (rs6000_xfer_shared_libraries): New function.
7716 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7717 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7718 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7719 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7720 (rs6000_xfer_shared_library): New function.
7721 (find_toc_address): Delete.
7722 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7723 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7724 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7725 before creating minimal symbol. Adjust function description
7726 accordingly.
7727 (scan_xcoff_symtab): Replace call to
7728 prim_record_minimal_symbol_and_info by call to
7729 record_minimal_symbol.
7730 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7731 around default_symfile_offsets.
7732 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7733 powerpc-aix targets.
7734 * config/rs6000/nm-rs6000.h: Delete.
7735 * config/powerpc/aix.mh (NAT_FILE): Delete.
7736 (NATDEPFILES): Remove xcoffsolib.o.
7737 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7738 (ALL_TARGET_OBS): Add solib-aix.o.
7739 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7740 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7741 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7742 * xcoffsolib.h, xcoffsolib.c: Delete.
7743
7744 * solib.c (reload_shared_libraries): Remove reference to
7745 SOLIB_CREATE_INFERIOR_HOOK.
7746 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7747 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7748 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7749 comment.
7750 * corelow.c (deprecated_core_resize_section_table): Delete.
7751 * exec.c: Remove include of xcoffsolib.h".
7752 (map_vmap, vmap): Delete.
7753 (exec_close_1): Remove references to vmap.
7754 (exec_file_attach): Remove vmap handling code, and reference
7755 to DEPRECATED_IBM6000_TARGET.
7756 (bfdsec_to_vmap): Delete.
7757 (exec_files_info): Remove block of code handling VMAP.
7758 * infcmd.c (post_create_inferior): Remove reference to
7759 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7760 * infrun.c (follow_exec): Remove reference to
7761 SOLIB_CREATE_INFERIOR_HOOK.
7762 * stack.c (print_frame): Remove reference to PC_SOLIB.
7763 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7764 (dsbt_relocate_main_executable): Likewise.
7765 * solib-frv.c (frv_current_sos): Likewise.
7766
7767 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7768
7769 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7770 to target_write_memory and target_read_memory.
7771
7772 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7773
7774 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7775 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7776
7777 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7778
7779 * darwin-nat.c: Replace all "%x" instances in format strings
7780 into "0x%x" throughout.
7781
7782 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7783
7784 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7785 gdb_assert by call to MACH_CHECK_ERROR.
7786 (darwin_attach_pid): Raise an error rather than a failed
7787 assertion when various system calls failed. Report a warning
7788 instead of raising a failed assertion when PREV_NOT is not NULL
7789 after call to mach_port_request_notification.
7790 (darwin_ptrace_me): Raise an error rather than a failed
7791 assertion when read returns nonzero.
7792
7793 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7794
7795 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7796
7797 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7798
7799 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7800
7801 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7802
7803 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7804 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7805 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7806 a stale cleanup. Fix double free of NAME.
7807
7808 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7809
7810 * windows-nat.c (windows_delete_thread): Accept an additional
7811 argument, the thread's exit code, and announce thread death when
7812 print_thread_events is non-zero and we are deleting a thread that
7813 is not the main thread.
7814 (get_windows_debug_event): Pass thread exit code to
7815 windows_delete_thread.
7816
7817 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7818
7819 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7820 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7821 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7822 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7823 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7824 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7825 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7826 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7827 (gdbarch_tdep): New struct.
7828 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7829 E_NUM_REGS.
7830 (v850e3v5_register_name): New function.
7831 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7832 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7833 code handling the struct return conventions for the RH850 ABI.
7834 Update all callers.
7835 (v850_eight_byte_align_p): New function.
7836 (v850_push_call_dummy): Push structs by value, not by reference
7837 for the RH850 ABI. Add support for eight byte alignment.
7838 (v850_dbtrap_breakpoint_from_pc): New function.
7839 (v850_gdbarch_init): Add ABI detection code. Register
7840 v850e3v5_register_name for the v850e3v5 architecture. Set the
7841 number of registers for v850e3v5. Register
7842 v850_dbtrap_breakpoint_from_pc as appropriate.
7843 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7844
7845 2013-05-03 Doug Evans <dje@google.com>
7846
7847 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7848 of bfd_count_sections.
7849 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7850 * symfile.c (default_symfile_offsets): Ditto.
7851 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7852 one entry, not bfd_count_sections entries.
7853
7854 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7855
7856 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7857 `save' and `restore' register groups. Don't include SPL
7858 or SPH in these groups.
7859 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7860 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7861 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7862 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7863 dwarf2_append_unwinders().
7864
7865 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7866
7867 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7868 ignore SIGINT and SIGTRAP in case these internal signals are
7869 caught explicitely.
7870
7871 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7872
7873 * darwin-nat.c (darwin_read_write_inferior): Change types
7874 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7875 of copy_count to "mach_msg_type_number_t".
7876 (darwin_read_dyld_info): Change type of parameter
7877 rdaddr to "gdb_byte *".
7878
7879 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7880
7881 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7882 of &info->load_map from "char *" to "gdb_byte *".
7883
7884 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7885
7886 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7887 from "char *" to "gdb_byte *".
7888 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7889
7890 2013-04-30 Doug Evans <dje@google.com>
7891
7892 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7893 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7894 DWO stub. If DWO isn't found, just use stub.
7895 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7896
7897 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7898 calling init_cutu_and_read_dies.
7899
7900 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7901
7902 * target-descriptions.c (maint_print_c_tdesc_cmd):
7903 Add case to parse structures as register types and
7904 bitfields.
7905
7906 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7907
7908 * MAINTAINERS (Write After Approval): Add myself to the list.
7909
7910 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7911
7912 * sol-thread.c (rw_common): Change type of parameter "buf"
7913 to "gdb_byte *".
7914 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7915 rw_common to "gdb_byte *" instead of "char *".
7916
7917 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7918
7919 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7920 of local variable msym to const struct bound_minimal_symbol.
7921 Adjust use accordingly.
7922 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7923
7924 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7925
7926 * i386gnu-nat.c (CREG_OFFSET): New macro.
7927 (creg_offset): New array.
7928 (CREG_ADDR): Use creg_offset instead of reg_offset.
7929
7930 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7931
7932 * mep-tdep.c (mep_write_pc): Delete.
7933 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7934 Add call to set_gdbarch_pc_regnum.
7935
7936 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7937
7938 * common/filestuff.c: Replace #include <dirent.h> by
7939 #include "gdb_dirent.h".
7940
7941 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7942
7943 * common/filestuff.c: Replace #include <sys/stat.h> by
7944 #include "gdb_stat.h".
7945
7946 2013-04-29 Pierre Muller <muller@sourceware.org>
7947
7948 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7949 editCase function rule.
7950 (get_DW_AT_signature_type): Likewise.
7951
7952 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7953
7954 * m32r-tdep.c (m32r_write_pc): Delete.
7955 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7956 Add call to set_gdbarch_pc_regnum.
7957
7958 2013-04-29 Pierre Muller <muller@sourceware.org>
7959
7960 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7961
7962 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7963
7964 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7965
7966 2013-04-28 Yao Qi <yao@codesourcery.com>
7967
7968 * solib-dsbt.c (fetch_loadmap): Re-indent.
7969 (displacement_from_map, enable_break2): Likewise.
7970 (dsbt_relocate_section_addresses): Likewise.
7971
7972 2013-04-26 Joel Brobecker <brobecker@adacore.com>
7973
7974 GDB 7.6 released.
7975
7976 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
7977
7978 PR corefiles/14983:
7979 * dwarf2read.c (process_full_comp_unit): Always create a static
7980 block.
7981
7982 2013-04-25 Hui Zhu <hui@codesourcery.com>
7983
7984 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7985 to loc->cmd_bytecode.
7986
7987 2013-04-24 Doug Evans <dje@google.com>
7988
7989 * dwarf2read.c (setup_type_unit_groups): Fix comment.
7990
7991 2013-04-22 Keith Seitz <keiths@redhat.com>
7992
7993 * tracepoint.c (trace_save): Call the writer's start method.
7994
7995 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
7996
7997 PR gdb/10462
7998 * cli/cli-decode.c (lookup_command): Show an error if there is no space
7999 before argument.
8000
8001 2013-04-23 Tom Tromey <tromey@redhat.com>
8002
8003 * common/filestuff.c: Check USE_WIN32API before including
8004 sys/socket.h.
8005 (HAVE_F_GETFD): New define.
8006 (mark_cloexec): Check HAVE_F_GETFD.
8007 (gdb_open_cloexec): Change 'mode' to unsigned long.
8008 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
8009 (gdb_pipe_cloexec): Check HAVE_PIPE.
8010 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
8011 long.
8012
8013 2013-04-23 Hui Zhu <hui@codesourcery.com>
8014
8015 PR gdb/15293
8016 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
8017
8018 2013-04-23 Hui Zhu <hui@codesourcery.com>
8019
8020 PR gdb/15165
8021 * breakpoint.c (dprintf_print_recreate): New.
8022 (save_breakpoints): Let it not save dprintf commands.
8023 (initialize_breakpoint_ops): Set dprintf_print_recreate.
8024
8025 2013-04-22 Tom Tromey <tromey@redhat.com>
8026
8027 PR gdb/7912:
8028 * Makefile.in (SFILES): Add filestuff.c
8029 (COMMON_OBS): Add filestuff.o.
8030 (filestuff.o): New target.
8031 * auto-load.c (auto_load_objfile_script_1): Use
8032 gdb_fopen_cloexec.
8033 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
8034 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
8035 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
8036 * common/agent.c (gdb_connect_sync_socket): Use
8037 gdb_socket_cloexec.
8038 * common/filestuff.c: New file.
8039 * common/filestuff.h: New file.
8040 * common/linux-osdata.c (linux_common_core_of_thread)
8041 (command_from_pid, commandline_from_pid, print_source_lines)
8042 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
8043 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
8044 gdb_fopen_cloexec.
8045 * common/linux-procfs.c (linux_proc_get_int)
8046 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
8047 * config.in, configure: Rebuild.
8048 * configure.ac: Don't check for sys/socket.h. Check for
8049 fdwalk, pipe2.
8050 * corelow.c (core_open): Use gdb_open_cloexec.
8051 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
8052 * fork-child.c (fork_inferior): Call close_most_fds.
8053 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
8054 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
8055 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
8056 Use gdb_fopen_cloexec.
8057 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
8058 gdb_open_cloexec.
8059 (linux_async_pipe): Use gdb_pipe_cloexec.
8060 * remote-fileio.c (remote_fileio_func_open): Use
8061 gdb_open_cloexec.
8062 * remote.c (remote_file_put, remote_file_get): Use
8063 gdb_fopen_cloexec.
8064 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
8065 close_most_fds.
8066 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
8067 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
8068 * solib.c (solib_find): Use gdb_open_cloexec.
8069 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
8070 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
8071 (tfile_open): Use gdb_open_cloexec.
8072 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
8073 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
8074 * xml-support.c (xml_fetch_content_from_file): Use
8075 gdb_fopen_cloexec.
8076 * main.c (captured_main): Call notice_open_fds.
8077
8078 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
8079
8080 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
8081 'char *' to 'gdb_byte *'.
8082 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
8083 'gdb_byte'.
8084
8085 2013-04-22 Yao Qi <yao@codesourcery.com>
8086
8087 * infrun.c: Fix typo in comment.
8088
8089 2013-04-22 Andrew Haley <aph@redhat.com>
8090
8091 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
8092 instead of "long".
8093
8094 2013-04-20 Yao Qi <yao@codesourcery.com>
8095
8096 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
8097 'char *' to 'gdb_byte *'. Cast the return value of
8098 'bt_ctf_get_char_array' to 'gdb_byte *'.
8099
8100 2013-04-19 Pedro Alves <palves@redhat.com>
8101
8102 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
8103 -Wpointer-sign.
8104 * configure: Regenerate.
8105
8106 2013-04-19 Pedro Alves <palves@redhat.com>
8107
8108 * ser-tcp.c (net_read_prim): Cast second argument to recv to
8109 'void *'.
8110
8111 2013-04-19 Pedro Alves <palves@redhat.com>
8112
8113 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
8114 Change type of 'myaddr' parameter to gdb_byte pointer.
8115 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
8116 to 'long long' pointer instead of to 'unsigned long long'.
8117 (monitor_write_memory_block, monitor_read_memory_single)
8118 (monitor_read_memory): Change type of 'myaddr' parameter to
8119 gdb_byte pointer.
8120
8121 2013-04-19 Pedro Alves <palves@redhat.com>
8122
8123 * record.c (validate_history_size): Make parameter 'setting'
8124 unsigned.
8125
8126 2013-04-19 Pedro Alves <palves@redhat.com>
8127
8128 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
8129 to 'gdb_byte *'.
8130
8131 2013-04-19 Pedro Alves <palves@redhat.com>
8132
8133 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
8134 local to int.
8135
8136 2013-04-19 Pedro Alves <palves@redhat.com>
8137
8138 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
8139 * ada-tasks.c (read_fat_string_value): Likewise.
8140
8141 2013-04-19 Pedro Alves <palves@redhat.com>
8142
8143 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
8144 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
8145 'offset', and adjust.
8146
8147 2013-04-19 Pedro Alves <palves@redhat.com>
8148
8149 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
8150 (read_index_from_section): Add cast to 'char *'.
8151
8152 2013-04-19 Pedro Alves <palves@redhat.com>
8153
8154 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
8155
8156 2013-04-19 Pedro Alves <palves@redhat.com>
8157
8158 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
8159
8160 2013-04-19 Pedro Alves <palves@redhat.com>
8161
8162 * record-full.c (record_full_get_bookmark): Change local 'ret'
8163 type to char * and add cast to gdb_byte *.
8164 (record_full_goto_bookmark): Handle 'bookmark' argument as a
8165 string.
8166 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
8167
8168 2013-04-19 Pedro Alves <palves@redhat.com>
8169
8170 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
8171 * python/py-prettyprint.c (print_string_repr): Change type of
8172 'output' local to char *. Add cast to gdb_byte * in
8173 LA_PRINT_STRING call.
8174 (print_children): Change type of 'output' local to char *.
8175 * python/py-value.c (valpy_string): Add cast to const char * in
8176 PyUnicode_Decode call.
8177
8178 2013-04-19 Pedro Alves <palves@redhat.com>
8179
8180 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
8181 and change its type to 'const char *'. Adjust.
8182 (mips_send_packet): Add cast to 'char *', and remove cast to
8183 'unsigned char *'.
8184 (mips_receive_packet): Remove cast to 'unsigned char *'.
8185 (mips_load_srec): Use bfd_byte.
8186 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
8187 (pmon_checkset): Make 'value' parameter unsigned.
8188
8189 2013-04-19 Pedro Alves <palves@redhat.com>
8190
8191 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8192
8193 2013-04-19 Pedro Alves <palves@redhat.com>
8194
8195 * remote.c (remote_write_bytes_aux, compare_sections_command)
8196 (remote_read_qxfer)
8197 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8198 (remote_hostio_readlink, remote_bfd_iovec_pread)
8199 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8200 binary buffer, and char when buffer is used as string.
8201 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8202 (trace_save, tfile_open, traceframe_walk_blocks)
8203 (tfile_fetch_registers): Likewise.
8204
8205 2013-04-19 Pedro Alves <palves@redhat.com>
8206
8207 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8208 buffer and size_t size. Adjust.
8209 * ser-base.h (ser_base_write): Adjust.
8210 * ser-go32.c (cnts): Change type to size_t.
8211 (dos_write): Change prototype -- take 'void *'
8212 buffer and size_t size. Adjust.
8213 (dos_info): Print elements of 'cnts' as unsigned long.
8214 * serial.c (serial_write): Likewise.
8215 * serial.h (serial_write): Adjust.
8216 (struct serial_ops) <write>: Change prototype -- take 'void *'
8217 buffer and size_t size. Adjust.
8218
8219 2013-04-19 Pedro Alves <palves@redhat.com>
8220
8221 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8222 gdb_byte *.
8223 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8224
8225 2013-04-19 Pedro Alves <palves@redhat.com>
8226
8227 * alpha-tdep.c (alpha_extract_return_value): Use
8228 regcache_cooked_read_unsigned to read 'v0'.
8229
8230 2013-04-19 Pedro Alves <palves@redhat.com>
8231
8232 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8233 parameters 'at', 'as' and 'offset' to uint32_t.
8234
8235 2013-04-19 Pedro Alves <palves@redhat.com>
8236
8237 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8238 'is64' to signed 'int'.
8239
8240 2013-04-19 Pedro Alves <palves@redhat.com>
8241
8242 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8243 parameter to int *.
8244
8245 2013-04-19 Pedro Alves <palves@redhat.com>
8246
8247 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8248 'insnbuf' buffer type to unsigned int[].
8249
8250 2013-04-19 Pedro Alves <palves@redhat.com>
8251
8252 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8253
8254 2013-04-19 Pedro Alves <palves@redhat.com>
8255
8256 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8257 unsigned long *.
8258
8259 2013-04-19 Pedro Alves <palves@redhat.com>
8260
8261 * alpha-tdep.c (heuristic_fence_post): Change type to int.
8262 (alpha_heuristic_proc_start): Adjust to check -1 instead of
8263 UINT_MAX.
8264 * mips-tdep.c (heuristic_fence_post): Change type to int.
8265 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8266
8267 2013-04-19 Pedro Alves <palves@redhat.com>
8268
8269 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8270 (struct gdbarch_tdep) <cris_version>: Make unsigned.
8271 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8272
8273 2013-04-19 Pedro Alves <palves@redhat.com>
8274
8275 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
8276 it to get a string view of the byte buffer.
8277 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8278 type to gdb_byte *. Adjust.
8279 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8280 Change local to char *.
8281 * solib-darwin.c (find_program_interpreter): Change return type to
8282 char *. Adjust.
8283 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8284 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8285 * solib-frv.c (enable_break2): Change local 'buf' to char *.
8286 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8287 * solib-svr4.c (find_program_interpreter): Change return type to
8288 char *. Adjust.
8289 (enable_break): Change local 'interp_name' to char *.
8290 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8291 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8292 (spu_pseudo_register_write_spu): Use char for string buffer.
8293 Adjust.
8294 (info_spu_event_command, info_spu_signal_command): Add casts to
8295 'char *'.
8296
8297 2013-04-19 Pedro Alves <palves@redhat.com>
8298
8299 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8300 gdb_byte[].
8301 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8302 * ada-lang.c (ada_value_assign): Use gdb_byte.
8303 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8304 (alphanbsd_sigtramp_offset): Use gdb_byte.
8305 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8306 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8307 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8308 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8309 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8310 * arm-tdep.c (arm_stub_unwind_sniffer)
8311 (arm_displaced_init_closure): Use gdb_byte.
8312 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8313 (arm_default_thumb_le_breakpoint)
8314 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8315 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8316 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8317 * arm-wince-tdep.c (arm_wince_le_breakpoint)
8318 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8319 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8320 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8321 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8322 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8323 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8324 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8325 (cris_store_return_value, cris_extract_return_value): Use
8326 gdb_byte.
8327 (constraint): Change type of parameter to char * from signed
8328 char*. Use gdb_byte.
8329 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8330 of local buffer to gdb_byte *.
8331 * dwarf2read.c (read_index_from_section): Use gdb_byte.
8332 (create_dwp_hash_table): Change type of locals to gdb_byte *.
8333 (add_address_entry): Change type of local buffer to gdb_byte[].
8334 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8335 (frv_push_dummy_call): Use gdb_byte.
8336 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8337 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8338 (hppa_hpux_supply_save_state): Use gdb_byte.
8339 * hppa-tdep.c (hppa32_push_dummy_call)
8340 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8341 * ia64-tdep.c (extract_bit_field, replace_bit_field)
8342 (slotN_contents, replace_slotN_contents): Change type of parameter
8343 to gdb_byte *.
8344 (fetch_instruction, ia64_pseudo_register_write)
8345 (ia64_register_to_value, ia64_value_to_register)
8346 (ia64_extract_return_value, ia64_store_return_value)
8347 (ia64_push_dummy_call): Use gdb_byte.
8348 * m32c-tdep.c (m32c_return_value): Remove cast.
8349 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8350 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8351 gdb_byte.
8352 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8353 * mn10300-tdep.c (mn10300_store_return_value)
8354 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8355 gdb_byte.
8356 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8357 (moxie_process_record): Remove casts.
8358 * ppc-ravenscar-thread.c (supply_register_at_address)
8359 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8360 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8361 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8362 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8363 * remote.c (compare_sections_command): Use gdb_byte.
8364 * score-tdep.c (score7_free_memblock): Change type of parameter to
8365 gdb_byte *.
8366 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8367 gdb_byte *. Use gdb_byte.
8368 (sh_push_dummy_call_fpu): Use gdb_byte.
8369 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8370 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8371 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8372 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8373 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8374 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8375 (sh64_store_return_value, sh64_register_convert_to_virtual):
8376 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8377 (sh64_pseudo_register_write): Use gdb_byte.
8378 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8379 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
8380 buffer.
8381 (irix_current_sos): Use gdb_byte.
8382 * solib-som.c (som_current_sos): Use gdb_byte.
8383 * sparc-ravenscar-thread.c (supply_register_at_address)
8384 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8385 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8386 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8387 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8388 'gdb_byte *'.
8389 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8390 'gdb_byte *'.
8391 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8392 * xstormy16-tdep.c (xstormy16_extract_return_value)
8393 (xstormy16_store_return_value): Change parameter type to
8394 'gdb_byte *'. Adjust.
8395 (xstormy16_push_dummy_call): Use gdb_byte.
8396 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8397 (call0_analyze_prologue, execute_code): Use gdb_byte.
8398
8399 2013-04-19 Vladimir Kargov <kargov@gmail.com>
8400 Pedro Alves <palves@redhat.com>
8401
8402 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8403 value contents.
8404
8405 2013-04-17 Doug Evans <dje@google.com>
8406
8407 * dwarf2read.c (struct signatured_type): New member type.
8408 (struct attribute): Replace member signatured_type with signature.
8409 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8410 (read_call_site_scope): Call follow_die_ref instead of
8411 follow_die_ref_or_sig.
8412 (read_structure_type): Rewrite handling of signatured types.
8413 (read_enumeration_type): Ditto.
8414 (read_attribute_value): Update.
8415 (build_error_marker_type): New function.
8416 (lookup_die_type): Add assert. Rewrite handling of signatured types.
8417 Don't call error for bad types, just build an error marker type.
8418 (dump_die_shallow): Update.
8419 (follow_die_sig_1): Renamed from follow_die_sig.
8420 Don't call error for bad types, instead return NULL.
8421 (follow_die_sig): New function.
8422 (get_signatured_type, get_DW_AT_signature_type): New functions.
8423
8424 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
8425
8426 * aarch64-tdep.c (aarch64_write_pc): Removed.
8427 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8428 function.
8429
8430 2013-04-17 Yao Qi <yao@codesourcery.com>
8431
8432 * top.c (print_gdb_configuration): Print configure-time
8433 parameter on using libbabeltrace or not.
8434
8435 2013-04-16 Pedro Alves <palves@redhat.com>
8436
8437 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8438
8439 2013-04-16 Pedro Alves <palves@redhat.com>
8440
8441 * common/glibc_thread_db.h: Update from upstream glibc
8442 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8443
8444 2013-04-16 Pedro Alves <palves@redhat.com>
8445
8446 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8447 * common/glibc_thread_db.h: ... this new file ...
8448 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8449
8450 2013-04-16 Will Newton <will.newton@gmail.com>
8451 Pedro Alves <palves@redhat.com>
8452
8453 PR build/11881
8454
8455 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8456 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8457 HAVE_THREAD_DB_H.
8458
8459 2013-04-16 Pedro Alves <palves@redhat.com>
8460 Eli Zaretskii <eliz@gnu.org>
8461
8462 * NEWS: Mention "set foo unlimited".
8463
8464 2013-04-15 Doug Evans <dje@google.com>
8465
8466 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8467 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8468 (create_dwo_cu_reader): Renamed from
8469 create_dwo_debug_info_hash_table_reader.
8470 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8471 Remove support for multiple CUs in a DWO file.
8472 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8473
8474 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8475 instead of phex.
8476 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8477 (create_dwo_in_dwp): Ditto.
8478
8479 2013-04-15 Tom Tromey <tromey@redhat.com>
8480
8481 * NEWS: Move recent entries into "since 7.6" section.
8482
8483 2013-04-15 Tom Tromey <tromey@redhat.com>
8484
8485 PR c++/13588:
8486 * NEWS: Update.
8487 * break-catch-throw.c (struct exception_catchpoint)
8488 <exception_rx, pattern>: New fields.
8489 (fetch_probe_arguments, dtor_exception_catchpoint)
8490 (check_status_exception_catchpoint)
8491 (print_one_detail_exception_catchpoint): New functions.
8492 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8493 Compile regular expression if needed.
8494 (extract_exception_regexp): New function.
8495 (catch_exception_command_1): Use extract_exception_regexp.
8496 (compute_exception): Use fetch_probe_arguments.
8497 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8498 and check_status fields.
8499 * cp-abi.c (cplus_typename_from_type_info): New function.
8500 * cp-abi.h (cplus_typename_from_type_info): Declare.
8501 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8502 * gdb_regex.h (compile_rx_or_error): Declare.
8503 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8504 comment.
8505 (init_gnuv3_ops): Set get_type_from_type_info field.
8506 * probe.c (compile_rx_or_error): Move...
8507 * utils.c (compile_rx_or_error): ... here.
8508
8509 2013-04-15 Tom Tromey <tromey@redhat.com>
8510
8511 PR c++/15176:
8512 * NEWS: Update.
8513 * break-catch-throw.c (compute_exception): New function.
8514 (exception_funcs): New global.
8515 (_initialize_break_catch_throw): Create $_exception.
8516 * cp-abi.c (cplus_type_from_type_info): New function.
8517 * cp-abi.h (cplus_type_from_type_info): Declare.
8518 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8519 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8520 (gnuv3_get_type_from_type_info): New functions.
8521 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8522
8523 2013-04-15 Tom Tromey <tromey@redhat.com>
8524
8525 * break-catch-throw.c (struct exception_names): New.
8526 (exception_functions): Change type.
8527 (re_set_exception_catchpoint): Look for SDT probes.
8528
8529 2013-04-15 Tom Tromey <tromey@redhat.com>
8530
8531 PR c++/10119:
8532 * break-catch-throw.c (exception_functions): New global.
8533 (gnu_v3_exception_catchpoint_ops): Move earlier.
8534 (struct exception_catchpoint): New.
8535 (classify_exception_breakpoint): Rewrite.
8536 (re_set_exception_catchpoint): New function.
8537 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8538 Allocate a struct exception_catchpoint.
8539 (catch_exception_command_1): Update.
8540 (initialize_throw_catchpoint_ops): Set 're_set' method.
8541
8542 2013-04-15 Tom Tromey <tromey@redhat.com>
8543
8544 * Makefile.in (SFILES): Add break-catch-throw.c
8545 (COMMON_OBS): Add break-catch-throw.o.
8546 * break-catch-throw.c: New file.
8547 * breakpoint.c: Move exception-catching code to new file.
8548 (ep_parse_optional_if_clause): No longer static.
8549 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8550
8551 2013-04-15 Tom Tromey <tromey@redhat.com>
8552
8553 PR c++/9065:
8554 * NEWS: Update.
8555 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8556 * c-exp.y (TYPEID): New token.
8557 (exp): Add new TYPEID productions.
8558 (ident_tokens): Add "typeid".
8559 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8560 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8561 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8562 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8563 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8564 case.
8565 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8566 (build_std_type_info_type, gnuv3_get_typeid_type)
8567 (gnuv3_get_typeid): New functions.
8568 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8569 new fields on ABI object.
8570 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8571 * std-operator.def (OP_TYPEID): New.
8572
8573 2013-04-15 Tom Tromey <tromey@redhat.com>
8574
8575 * elfread.c (elf_symtab_read): Install versioned symbol under
8576 unversioned name as well.
8577
8578 2013-04-15 Tom Tromey <tromey@redhat.com>
8579
8580 PR c++/11990:
8581 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8582 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8583 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8584 (gdb_demangle): New function.
8585 * cp-support.h (gdb_demangle): Declare.
8586 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8587 (dwarf2_name): Use gdb_demangle.
8588 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8589 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8590 suffixes from name.
8591 (gnuv3_print_method_ptr): Use gdb_demangle.
8592 * jv-lang.c (java_demangle): Use gdb_demangle.
8593 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8594 * language.c (unk_lang_demangle): Use gdb_demangle.
8595 * symtab.c (symbol_find_demangled_name)
8596 (demangle_for_lookup): Use gdb_demangle.
8597
8598 2013-04-15 Tom Tromey <tromey@redhat.com>
8599
8600 PR c++/12824:
8601 * NEWS: Update.
8602 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8603 New constant.
8604 (classify_exception_breakpoint): New function.
8605 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8606 (print_mention_exception_catchpoint)
8607 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8608 (catch_exception_command_1): Handle "rethrow" catchpoint.
8609 (catch_rethrow_command): New function.
8610 (_initialize_breakpoint): Add "catch rethrow" command.
8611
8612 2013-04-15 Pierre Muller <muller@sourceware.org>
8613
8614 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8615 set_gdbarch_write_pc as deprecated anymore.
8616
8617 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8618
8619 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8620 declarations.
8621
8622 2013-04-13 Yao Qi <yao@codesourcery.com>
8623
8624 * ctf.c (_initialize_ctf): Include "completer.h".
8625 Call add_target_with_completer instead of add_target.
8626
8627 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8628
8629 Fix GDB regression related to PR binutils/14813.
8630 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8631 * minidebug.c (lzma_close): Add return value comment.
8632 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8633 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8634 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8635
8636 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8637
8638 * config.in: Regenerate.
8639
8640 2013-04-12 Tom Tromey <tromey@redhat.com>
8641
8642 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8643 const.
8644 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8645 (struct die_reader_specs) <buffer>: Likewise.
8646 (die_reader_func_ftype): Make 'info_ptr' const.
8647 (struct line_header) <include_dirs, statement_program_start,
8648 statement_program_end>: Now const.
8649 (struct file_entry) <name>: Likewise.
8650 (struct partial_die_info) <sibling>: Likewise.
8651 (struct dwarf_block) <data>: Likewise.
8652 (dwarf2_read_section): Remove cast.
8653 (dwarf2_get_section_info): Make 'bufp' const.
8654 (read_index_from_section): Constify.
8655 (dw2_get_file_names_reader): Make 'info_ptr' const.
8656 (dw2_get_primary_filename_reader): Likewise.
8657 (read_comp_unit_head): Make 'info_ptr' and return type const.
8658 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8659 Likewise.
8660 (read_abbrev_offset): Constify.
8661 (dwarf2_create_include_psymtab): Make 'name' const.
8662 (create_debug_types_hash_table): Update.
8663 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8664 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8665 Constify.
8666 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8667 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8668 (read_comp_units_from_section): Constify.
8669 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8670 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8671 const.
8672 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8673 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8674 (create_dwp_hash_table, dwarf2_ranges_read)
8675 (dwarf2_record_block_ranges): Constify.
8676 (read_die_and_children, read_die_and_siblings_1)
8677 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8678 const.
8679 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8680 (abbrev_table_read_table): Constify.
8681 (load_partial_dies): Make 'info_ptr' const.
8682 (read_partial_die, read_attribute_value, read_attribute): Make
8683 'info_ptr' and return type const.
8684 (read_address, read_initial_length)
8685 (read_checked_initial_length_and_offset, read_offset)
8686 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8687 const.
8688 (read_direct_string): Make 'buf' and return type const.
8689 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8690 (read_indirect_string): Make return type const.
8691 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8692 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8693 'info_ptr' const.
8694 (read_str_index): Make return type const.
8695 (add_include_dir): Make 'include_dir' const.
8696 (add_file_name): Make 'name' const.
8697 (dwarf_decode_line_header): Constify.
8698 (psymtab_include_file_name): Make return type const.
8699 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8700 (dwarf2_start_subfile): Make 'filename' const.
8701 (dwarf2_const_value_attr): Make 'bytes' const.
8702 (read_signatured_type_reader): Make 'info_ptr' const.
8703 (decode_locdesc): Constify.
8704 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8705 const.
8706 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8707 'mac_end', and return type const.
8708 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8709 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8710 type const.
8711 (per_cu_header_read_in): Constify.
8712 * symfile.h (dwarf2_get_section_info): Update.
8713
8714 2013-04-12 Tom Tromey <tromey@redhat.com>
8715
8716 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8717
8718 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8719
8720 * NEWS: Mention "show configuration", --configuration.
8721 * top.c (print_gdb_configuration): New function, displays the
8722 details about GDB configure-time parameters.
8723 (print_gdb_version): Mention "show configuration".
8724 * cli/cli-cmds.c (show_configuration): New function.
8725 (_initialize_cli_cmds): Add the "show configuration" command.
8726 * main.c (captured_main) <print_configuration>: New static var.
8727 <long_options>: Use it.
8728 If --configuration was given, call print_gdb_configuration.
8729
8730 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8731 Pedro Alves <palves@redhat.com>
8732
8733 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8734 (generated_files): Add gcore.
8735 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8736 HAVE_NATIVE_GCORE_HOST.
8737 (gcore): New.
8738 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8739 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8740 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8741 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8742 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8743 Add HAVE_NATIVE_GCORE_HOST.
8744 * configure: Regenerate.
8745 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8746 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8747 AC_CONFIG_FILES for gcore.
8748 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8749 gdb_have_gcore.
8750 * gdb_gcore.sh: Rename to ...
8751 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8752 and GCORE_TRANSFORM_NAME substitutions.
8753
8754 Fix parsing tabs in ${gdb_target_obs}.
8755 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8756
8757 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8758
8759 * remote.c (unpush_and_perror): Add output message final dot.
8760
8761 2013-04-11 Yao Qi <yao@codesourcery.com>
8762
8763 * tracepoint.c (tfile_interp_line): Fit parameters line and
8764 utpp in one line.
8765
8766 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8767
8768 * solib.c (solib_map_sections): Remove code overwriting
8769 SO->SO_NAME with the bfd's filename.
8770
8771 2013-04-10 Pedro Alves <palves@redhat.com>
8772
8773 * cli/cli-decode.c (integer_unlimited_completer): New function.
8774 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8775 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8776 completer.
8777 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8778 (is_unlimited_literal): New function.
8779 (do_set_command): Handle literal "unlimited" arguments.
8780 * frame.c (_initialize_frame) <set backtrace limit>: Document
8781 "unlimited".
8782 * printcmd.c (_initialize_printcmd) <set print
8783 max-symbolic-offset>: Add help text.
8784 * record-full.c (_initialize_record_full) <set record full
8785 insn-number-max>: Likewise.
8786 * record.c (_initialize_record) <set record
8787 instruction-history-size, set record function-call-history-size>:
8788 Add help text.
8789 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8790 help text.
8791 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8792 Likewise.
8793 * source.c (_initialize_source) <set listsize>: Add help text.
8794 * utils.c (initialize_utils) <set height, set width>: Likewise.
8795 <set pagination>: Mention "set height unlimited".
8796 * valprint.c (_initialize_valprint) <set print elements, set print
8797 repeats>: Document "unlimited".
8798
8799 2013-04-10 Pedro Alves <palves@redhat.com>
8800
8801 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8802 instead of disconnect_tracing.
8803 * infcmd.c (detach_command, disconnect_command): Call
8804 query_if_trace_running. Adjust.
8805 * top.c: Include "tracepoint.h".
8806 (quit_target): Delete. Contents moved ...
8807 (quit_force): ... here. Wrap each stage of teardown in
8808 TRY_CATCH. Call disconnect_tracing before detaching.
8809
8810 2013-04-10 Hui Zhu <hui@codesourcery.com>
8811 Yao Qi <yao@codesourcery.com>
8812
8813 * configure.ac: Check libbabeltrace is installed.
8814 * config.in: Regenerate.
8815 * configure: Regenerate.
8816 * Makefile.in (LIBBABELTRACE): New.
8817 (CLIBS): Add LIBBABELTRACE.
8818 * ctf.c: Include "exec.h".
8819 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8820 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8821 (ctf_save_metadata_header): Define new type aliases in
8822 metadata.
8823 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8824 in metadata. Start a new faked packet for trace status.
8825 (ctf_write_status): Write trace status to CTF.
8826 (ctf_write_uploaded_tsv): Write TSV to CTF.
8827 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8828 (ctf_write_definition_end): End the faked packet.
8829
8830 (ctx, ctf_iter, trace_dirname): New.
8831 (start_pos): New variable.
8832 (ctf_destroy, ctf_open_dir, ctf_open): New.
8833 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8834 macros.
8835 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8836 (ctf_fetch_registers, ctf_xfer_partial): New.
8837 (ctf_get_trace_state_variable_value): New.
8838 (ctf_get_tpnum_from_frame_event): New.
8839 (ctf_get_traceframe_address): New.
8840 (ctf_trace_find, ctf_has_stack): New.
8841 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8842 (ctf_get_trace_status, ctf_read_status): New.
8843 (_initialize_ctf): New.
8844 * tracepoint.c (get_tracepoint_number): New
8845 (get_uploaded_tsv): Remove 'static'.
8846 (struct traceframe_info, trace_regblock_size): Move it to ...
8847 * tracepoint.h: ... here.
8848 (get_tracepoint_number): Declare it.
8849 (get_uploaded_tsv): Declare it.
8850
8851 * NEWS: Mention new configure option.
8852
8853 2013-04-10 Pedro Alves <palves@redhat.com>
8854 Hui Zhu <hui@codesourcery.com>
8855
8856 * breakpoint.c (dprintf_re_set): New.
8857 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8858 to dprintf_re_set.
8859
8860 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8861
8862 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8863 Remove solib-svr4.o from the list.
8864
8865 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8866
8867 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8868 Use gdb_assert_not_reached instead of invalid boolean expression.
8869
8870 2013-04-09 Pedro Alves <palves@redhat.com>
8871
8872 * remote.c (unpush_and_perror): New function.
8873 (readchar, remote_serial_write): Use it.
8874
8875 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8876
8877 * NEWS: Mention new btrace RSP packets.
8878
8879 2013-04-08 Tom Tromey <tromey@redhat.com>
8880
8881 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8882 long.
8883
8884 2013-04-08 Tom Tromey <tromey@redhat.com>
8885
8886 * maint.c (print_bfd_section_info): Print the section index.
8887 * symmisc.c (dump_msymbols): Print the section index.
8888
8889 2013-04-08 Tom Tromey <tromey@redhat.com>
8890
8891 PR symtab/8424:
8892 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8893 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8894 * breakpoint.c (resolve_sal_pc): Update.
8895 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8896 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8897 (minsym_lookup_iterator_cb): Use it.
8898 (default_read_var_value): Update.
8899 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8900 Update.
8901 * infcmd.c (jump_command): Update.
8902 * linespec.c (minsym_found): Update.
8903 * maint.c (maintenance_translate_address): Update.
8904 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8905 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8906 * parse.c (write_exp_msymbol): Update.
8907 * printcmd.c (address_info): Update.
8908 * psymtab.c (find_pc_sect_psymbol): Update.
8909 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8910 SYMBOL_OBJ_SECTION.
8911 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8912 Don't initialize SYMBOL_OBJ_SECTION.
8913 * spu-tdep.c (spu_catch_start): Update.
8914 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8915 * symmisc.c (dump_msymbols, print_symbol): Update.
8916 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8917 how fallback section is computed.
8918 (fixup_symbol_section): Update.
8919 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8920 Update.
8921 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8922 Initialize SYMBOL_SECTION.
8923 * symtab.h (struct general_symbol_info) <section>: Update comment.
8924 <obj_section>: Remove.
8925 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8926 (SYMBOL_OBJFILE): New macro.
8927
8928 2013-04-08 Tom Tromey <tromey@redhat.com>
8929
8930 * coffread.c (record_minimal_symbol): Update.
8931 * dbxread.c (record_minimal_symbol): Update.
8932 * elfread.c (record_minimal_symbol): Update.
8933 * machoread.c (macho_symtab_add_minsym): Update.
8934 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8935 Update.
8936 * minsyms.c (prim_record_minimal_symbol): Update.
8937 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8938 argument.
8939 (prim_record_minimal_symbol_and_info): Likewise.
8940 * minsyms.h (prim_record_minimal_symbol_full)
8941 (prim_record_minimal_symbol_and_info): Update.
8942 * symtab.c (allocate_symbol, initialize_symbol)
8943 (allocate_template_symbol): Initialize SYMBOL_SECTION.
8944 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8945 Update.
8946
8947 2013-04-08 Tom Tromey <tromey@redhat.com>
8948
8949 PR symtab/8423:
8950 * solib-som.c (som_solib_section_offsets): Use BFD section
8951 indices. Set offsets for all sections.
8952 * somread.c (som_symtab_read): Compute BFD section for
8953 symbol. Use prim_record_minimal_symbol_and_info.
8954 (som_symfile_read): Fix comment.
8955 (struct find_section_offset_arg): New.
8956 (find_section_offset, set_section_index): New functions.
8957 (som_symfile_offsets): Use set_section_index to compute
8958 section indices.
8959
8960 2013-04-08 Tom Tromey <tromey@redhat.com>
8961
8962 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8963 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8964 gdb_bfd_section_index.
8965 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8966 New functions.
8967 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8968 Declare.
8969 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8970 Update.
8971 * objfiles.c (add_to_objfile_sections_full): New function.
8972 (add_to_objfile_sections): Use it.
8973 (build_section_table): Rewrite.
8974 (objfile_relocate1): Use gdb_bfd_section_index. Update.
8975 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8976 (struct objfile) <sections>: Update comment.
8977 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8978 is NULL.
8979 (ALL_OBJSECTIONS): Use it.
8980 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8981 * solib-frv.c (frv_relocate_main_executable): Update.
8982 * solib-target.c (solib_target_relocate_section_addresses):
8983 Use gdb_bfd_section_index.
8984 * symfile.c (build_section_addr_info_from_section_table):
8985 Use gdb_bfd_section_index.
8986 (build_section_addr_info_from_bfd, place_section): Likewise.
8987 * symtab.c (fixup_section): Update.
8988 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8989
8990 2013-04-08 Tom Tromey <tromey@redhat.com>
8991
8992 * minsyms.h (struct bound_minimal_symbol): New.
8993 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8994 Remove objfile argument.
8995 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8996 Return bound_minimal_symbol.
8997 * minsyms.c (lookup_minimal_symbol_by_pc_1)
8998 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8999 Return bound_minimal_symbol.
9000 (in_gnu_ifunc_stub): Update.
9001 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9002 Remove 'objfile_p' argument.
9003 (lookup_solib_trampoline_symbol_by_pc): Update.
9004 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
9005 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
9006 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
9007 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
9008 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
9009 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
9010 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
9011 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
9012 stack.c, symtab.c, tui/tui-disasm.c: Update.
9013
9014 2013-04-08 Tom Tromey <tromey@redhat.com>
9015
9016 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
9017 Use symbol's obstack, not an objfile.
9018 * coffread.c (process_coff_symbol): Update.
9019 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
9020 * jv-lang.c (add_class_symbol): Update.
9021 * mdebugread.c (new_symbol): Update.
9022 * minsyms.c (prim_record_minimal_symbol_full)
9023 (terminate_minimal_symbol_table): Update.
9024 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
9025 * stabsread.c (define_symbol, read_enum_type): Update.
9026 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
9027 Handle Ada specially.
9028 (symbol_set_language): Add 'obstack' argument.
9029 (symbol_set_names): Update.
9030 (symbol_natural_name, symbol_demangled_name): Always use
9031 ada_decode_symbol.
9032 * symtab.h (struct general_symbol_info)
9033 <language_specific::obstack>: New field.
9034 <ada_mangled>: New field.
9035 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
9036 (symbol_set_language): Update.
9037
9038 2013-04-08 Tom Tromey <tromey@redhat.com>
9039
9040 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
9041 Take an obstack, not an objfile.
9042 (symbol_set_names): Update.
9043 * symtab.h (symbol_set_demangled_name): Update.
9044
9045 2013-04-08 Tom Tromey <tromey@redhat.com>
9046
9047 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
9048 allocate_symbol.
9049 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
9050 (read_func_scope): Call allocate_template_symbol.
9051 (new_symbol_full): Call allocate_symbol.
9052 * jit.c (finalize_symtab): Call allocate_symbol.
9053 * jv-lang.c (add_class_symbol): Call allocate_symbol.
9054 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
9055 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9056 (common_block_end): Call allocate_symbol.
9057 * symtab.c (allocate_symbol, initialize_symbol)
9058 (allocate_template_symbol): New functions.
9059 * symtab.c (allocate_symbol, initialize_symbol)
9060 (allocate_template_symbol): Declare.
9061 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
9062
9063 2013-04-08 Pedro Alves <palves@redhat.com>
9064 Keith Seitz <keiths@redhat.com>
9065
9066 * breakpoint.c (create_breakpoint): Rename
9067 "parse_condition_and_thread" parameter to "parse_arg". Update
9068 describing comment. If !PARSE_ARG, then error out if ARG is not
9069 the empty string after extracting the location.
9070 * breakpoint.h (create_breakpoint): Rename
9071 "parse_condition_and_thread" parameter to "parse_arg".
9072
9073 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
9074
9075 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
9076
9077 2013-04-07 Yao Qi <yao@codesourcery.com>
9078
9079 * remote.c (remote_trace_find): Change type of parameters 'addr1'
9080 and 'addr2' to CORE_ADDR.
9081 * target.c (update_current_target): Update.
9082 * target.h (struct target_ops) <to_trace_find>: Change parameter
9083 type to CORE_ADDR.
9084 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
9085 'addr2' to CORE_ADDR.
9086 (tfile_trace_find): Likewise.
9087 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
9088 Change local variable 'addr' to type CORE_ADDR.
9089 * tracepoint.h (tfind_1): Update declaration.
9090
9091 2013-04-06 Eli Zaretskii <eliz@gnu.org>
9092
9093 * windows-nat.c (windows_get_absolute_argv0): Move from here...
9094 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
9095 Include main.h.
9096
9097 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
9098 here...
9099 * main.h (windows_get_absolute_argv0): ...to here.
9100
9101 2013-04-05 Doug Evans <dje@google.com>
9102
9103 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
9104 (read_cutu_die_from_dwo): Add comments.
9105 (read_structure_type): Update comment.
9106 (read_enumeration_type, read_namespace_type): Update comment.
9107 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
9108
9109 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9110
9111 Convert man pages to texinfo, new gdbinit.5 texinfo page.
9112 * Makefile.in (gdb.z): Remove.
9113 (install-only): Remove $(man1dir) and gdb.1 installation.
9114 * gdb.1: Remove.
9115
9116 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9117
9118 Fix compatibility with Linux kernel 3.8.3.
9119 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
9120 to more inner block. Remove parsing of NUMBER from outer block.
9121 Parse NUMBER only if KEYWORD has been identified.
9122
9123 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9124
9125 Fix variable name shadowing.
9126 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
9127 filename to mapsfilename and update its uses.
9128
9129 2013-04-05 Eli Zaretskii <eliz@gnu.org>
9130
9131 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
9132 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
9133 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
9134 details of the problem.
9135
9136 2013-04-04 Pedro Alves <palves@redhat.com>
9137 Hui Zhu <hui@codesourcery.com>
9138
9139 * breakpoint.c (validate_commands_for_breakpoint): If validating a
9140 tracepoint, reset its STEP_COUNT and call validate_actionline.
9141
9142 2013-04-03 Doug Evans <dje@google.com>
9143
9144 * dwarf2read.c (read_die_and_siblings_1): Renamed from
9145 read_die_and_siblings.
9146 (read_die_and_siblings): New function.
9147 (read_cutu_die_from_dwo): Dump die if requested.
9148 (read_die_and_children): Call read_full_die_1 and
9149 read_die_and_siblings_1.
9150 (read_full_die): Dump die if requested.
9151
9152 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
9153
9154 * dwarf2read.c (struct dwo_file): New member comp_dir.
9155 Rename member name to dwo_name. All uses updated.
9156 (hash_dwo_file): Include comp_dir in computation.
9157 (eq_dwo_file): Ditto.
9158 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
9159 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
9160
9161 * psymtab.c (read_psymtabs_with_fullname): Don't call
9162 psymtab_to_fullname if the basenames are different.
9163
9164 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9165
9166 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
9167 New entry about "fullname" presence.
9168
9169 2013-04-03 Pedro Alves <palves@redhat.com>
9170
9171 * NEWS: Mention x86_64/Cygwin as new native configuration.
9172
9173 2013-04-02 Doug Evans <dje@google.com>
9174
9175 * dwarf2read.c (read_structure_type): Fix typo in comment.
9176
9177 2013-04-02 Pedro Alves <palves@redhat.com>
9178
9179 * NEWS: Mention "set/show debug aarch64", "set/show debug
9180 coff-pe-read" and "set/show debug mach-o".
9181
9182 2013-04-02 Pedro Alves <palves@redhat.com>
9183
9184 * NEWS: Mention "set/show remote trace-buffer-size-packet".
9185
9186 2013-04-02 Eli Zaretskii <eliz@gnu.org>
9187
9188 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
9189 gdb_string.h is now in common/.
9190
9191 2013-04-02 Pedro Alves <palves@redhat.com>
9192
9193 * NEWS: Move "set debug notification" and "set trace-buffer-size"
9194 under "New options".
9195
9196 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9197
9198 Revert this patch:
9199 PR gdb/15275
9200 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9201
9202 2013-04-02 Pedro Alves <palves@redhat.com>
9203
9204 PR gdb/15275
9205
9206 * remote.c (send_interrupt_sequence): Use remote_serial_write.
9207 (remote_serial_write): New function.
9208 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9209
9210 2013-04-01 Jiong Wang <jiwang@tilera.com>
9211
9212 * NEWS: Mention TILE-Gx in "New native configurations" and
9213 "New targets" sections.
9214
9215 2013-04-01 Doug Evans <dje@google.com>
9216
9217 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9218 (process_enumeration_scope): Simplify.
9219
9220 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9221 type_unit_group ...
9222 (struct signatured_type): ... to here.
9223 (sig_type_ptr): New typedef.
9224 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
9225 out of union 't'. All uses updated.
9226 (dw2_get_file_names_reader): Assert not called for a type unit.
9227 (dw2_get_file_names): Assert not called for a type unit or type
9228 unit group.
9229 (build_type_psymtabs_reader): Assert called for a type unit.
9230 (build_type_psymtab_dependencies): Assert called for a type unit group.
9231
9232 * dwarf2read.c (free_dwo_file): Add comment.
9233 (dwarf2_per_objfile_free): Unref dwp bfd.
9234
9235 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9236
9237 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9238 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9239 (read_pe_exported_syms): Remove unused 'exportix'.
9240 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9241 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9242 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9243
9244 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9245
9246 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9247 (print_it_watchpoint): Remove unused 'bl'.
9248 (say_where): Remove unused 'uiout'.
9249 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9250 (bkpt_breakpoint_hit): Remove unused 'b'.
9251 (internal_bkpt_print_it): Remove unused 'uiout'.
9252 * buildsym.c (augment_type_symtab): Remove unused 'i'.
9253
9254 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
9255
9256 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9257 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9258
9259 2013-03-29 Doug Evans <dje@google.com>
9260
9261 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9262 Delete arg is_dwp. All callers updated.
9263 (open_dwp_file): New function.
9264 (open_and_init_dwp_file): Call it.
9265 (get_dwp_file): New function.
9266 (lookup_dwo_cutu): Call it.
9267
9268 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9269 unnecessary, cleanup.
9270
9271 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9272
9273 * dwarf2read.c (read_cutu_die_from_dwo): New function.
9274 (lookup_dwo_unit): New function.
9275 (init_cutu_and_read_dies): Move DWO handling to new functions.
9276
9277 * dwarf2read.c (struct signatured_type): Tweak comment.
9278 (struct dwo_unit): Tweak comment.
9279 (create_debug_types_hash_table): Tweak comment. Reformat long line.
9280 (create_dwo_debug_info_hash_table): Tweak comment.
9281 (dwarf2_per_cu_offset_and_type): Tweak comment.
9282
9283 * dwarf2read.c (lookup_signatured_type): Remove complaint about
9284 missing .debug_types section.
9285
9286 2013-03-29 Yao Qi <yao@codesourcery.com>
9287
9288 * corelow.c: Include "completer.h".
9289 (_initialize_corelow): Call add_target_with_completer with
9290 argument 'filename_completer'.
9291 * tracepoint.c: Likewise.
9292 * exec.c (_initialize_exec): Likewise.
9293 * target.c (add_target): Rename to ...
9294 (add_target_with_completer): ... this. Call set_cmd_completer
9295 if parameter completer is not NULL.
9296 (add_target): New.
9297 * target.h: Include "command.h".
9298 (add_target_with_completer): Declare it.
9299
9300 2013-03-28 Joel Brobecker <brobecker@adacore.com>
9301
9302 * coffread.c (is_import_fixup_symbol): New function.
9303 (record_minimal_symbol): Use is_import_fixup_symbol to
9304 detect import fixup symbols, and discard them.
9305
9306 2013-03-28 Doug Evans <dje@google.com>
9307
9308 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9309 types hash table until we know we need it.
9310
9311 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9312 index numbers.
9313
9314 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9315 All callers updated.
9316 (dw2_print_stats): Print #read CUs too.
9317 (dump_die_shallow): Print signatured types better.
9318
9319 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9320 info_or_types_section to section. All uses updated.
9321 (struct dwo_unit): Ditto.
9322
9323 2013-03-28 Pedro Alves <palves@redhat.com>
9324
9325 * NEWS (New options): New section.
9326 (New options): Mention set/show remote trace-status-packet.
9327 * remote.c (PACKET_qTStatus): New enumeration value.
9328 (remote_get_trace_status): Skip sending qTStatus if the packet is
9329 disabled. Use packet_ok.
9330 (_initialize_remote): Register a configuration command for
9331 qTStatus packet.
9332
9333 2013-03-28 Doug Evans <dje@google.com>
9334
9335 * symfile.c (find_separate_debug_file): Add comment.
9336 (terminate_after_last_dir_separator): Tweak comment.
9337
9338 * dwarf2read.c (create_partial_symtab): Add forward decl.
9339 (create_partial_symtab): Move to be closer to other psymtab functions.
9340 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9341
9342 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9343 (compute_symtab_includes): Remove unnecessary forward declaration.
9344 (die_needs_namespace): Add comment marking group of functions for
9345 dwarf2 name computation.
9346
9347 * typeprint.c (_initialize_typeprint): Improve type help text.
9348
9349 * python/python.c (finish_python_initialization): Provide suggestion
9350 for how to tell gdb to find its python files.
9351
9352 2013-03-28 Pedro Alves <palves@redhat.com>
9353
9354 PR gdb/15294
9355
9356 * source.c (_initialize_source): Change back "set listsize" to an
9357 integer command.
9358
9359 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
9360
9361 PR gdb/15275
9362 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9363
9364 2013-03-27 Pedro Alves <palves@redhat.com>
9365
9366 * top.c (history_size): Rename to ...
9367 (history_size_setshow_var): ... this. Add comment.
9368 (show_commands): Use readline's 'history_length' instead of
9369 computing the history length by calling history_get in a loop.
9370 (set_history_size_command): Error out for sizes over INT_MAX.
9371 Restore previous history size on invalid size.
9372 (init_history): If HISTSIZE is negative, leave the history size as
9373 zero. Add comments.
9374 (init_main): Adjust.
9375
9376 2013-03-27 Pedro Alves <palves@redhat.com>
9377
9378 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9379 coff_pe_read" command to "set debug coff-pe-read".
9380
9381 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
9382
9383 * record.c (command_size_to_target_size): Fix size comparison.
9384 Change parameter type from pointer to integer to integer.
9385 Update all users.
9386
9387 2013-03-27 Pierre Muller <muller@sourceware.org>
9388
9389 * windows-nat.c (handle_output_debug_string): Avoid typecast
9390 from integer of different size warning.
9391
9392 2013-03-26 Joel Brobecker <brobecker@adacore.com>
9393
9394 * windows-nat.c (handle_output_debug_string): Add empty line
9395 after local block variable definition.
9396
9397 2013-03-26 Pedro Alves <palves@redhat.com>
9398
9399 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9400 (net_open): Make 'polls' local unsigned.
9401
9402 2013-03-26 Pedro Alves <palves@redhat.com>
9403
9404 * remote.c (_initialize_remote): Make "set remoteaddresssize"
9405 a zuinteger command instead of uinteger.
9406
9407 2013-03-26 Pedro Alves <palves@redhat.com>
9408
9409 * record-full.c (record_full_insn_num): Make it unsigned.
9410 (record_full_check_insn_num, record_full_message)
9411 (record_full_registers_change, record_full_xfer_partial): Remove
9412 record_full_insn_max_num check (it's always != 0).
9413 (record_full_info, record_full_restore): Use %u as format string.
9414 (): Use %u as format string.
9415 (set_record_full_insn_max_num): Remove record_full_insn_max_num
9416 check (it's always != 0).
9417
9418 2013-03-26 Pedro Alves <palves@redhat.com>
9419
9420 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9421 and "set dcache size" commands zuinteger instead of uinteger.
9422
9423 2013-03-26 Pedro Alves <palves@redhat.com>
9424
9425 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9426 command zuinteger instead of uinteger.
9427
9428 2013-03-26 Pedro Alves <palves@redhat.com>
9429
9430 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9431 zuinteger instead of uinteger.
9432
9433 2013-03-26 Pedro Alves <palves@redhat.com>
9434
9435 * record.c (record_insn_history_size_setshow_var)
9436 (record_call_history_size_setshow_var): New globals.
9437 (command_size_to_target_size): New function.
9438 (cmd_record_insn_history, cmd_record_call_history): Use
9439 command_size_to_target_size instead of cast.
9440 (validate_history_size, set_record_insn_history_size)
9441 (set_record_call_history_size): New functions.
9442 (_initialize_record): Install set_record_insn_history_size and
9443 set_record_call_history_size as "set" hooks of "set record
9444 instruction-history-size" and "set record
9445 function-call-history-size".
9446
9447 2013-03-26 Pedro Alves <palves@redhat.com>
9448
9449 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9450 use with history_max_entries use. Remove FIXME note.
9451
9452 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9453
9454 * record-btrace.c (record_btrace_close): Call
9455 record_btrace_auto_disable.
9456
9457 2013-03-25 Joel Brobecker <brobecker@adacore.com>
9458
9459 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9460
9461 2013-03-25 Doug Evans <dje@google.com>
9462
9463 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9464
9465 2013-03-25 Tom Tromey <tromey@redhat.com>
9466
9467 PR symtab/11462:
9468 * c-exp.y (exp): Add new productions for destructors after '.' and
9469 '->'.
9470 (write_destructor_name): New function.
9471
9472 2013-03-25 Tom Tromey <tromey@redhat.com>
9473
9474 PR c++/9197:
9475 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9476 value_struct_elt, not lookup_struct_elt_type.
9477 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9478 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9479 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9480
9481 2013-03-25 Yao Qi <yao@codesourcery.com>
9482
9483 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9484 instead of '_mkdir'.
9485
9486 2013-03-23 Eli Zaretskii <eliz@gnu.org>
9487
9488 * windows-nat.c (windows_get_absolute_argv0): New function.
9489 * windows-nat.h: Add its prototype.
9490
9491 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9492 Use IS_DIR_SEPARATOR instead of looking for a character inside
9493 SLASH_STRING. Include filenames.h.
9494 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9495 relocate_gdb_directory works when passed gdb_program_name.
9496 Include windows-nat.h.
9497
9498 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9499
9500 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9501 * remote.c (trace_error): Remove the special handling of '2'.
9502 (readchar) <SERIAL_EOF>
9503 (readchar) <SERIAL_ERROR>
9504 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9505 (remote_get_trace_status): Call throw_exception if EX is
9506 TARGET_CLOSE_ERROR.
9507 * utils.c (perror_with_name): Rename to ...
9508 (throw_perror_with_name): ... here. New parameter errcode, describe it
9509 in the function comment.
9510 (perror_with_name): New function wrapper.
9511 * utils.h (enum errors): New stub declaration.
9512 (throw_perror_with_name): New declaration.
9513
9514 2013-03-22 Pedro Alves <palves@redhat.com>
9515 Yao Qi <yao@codesourcery.com>
9516 Mark Kettenis <kettenis@gnu.org>
9517
9518 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9519 Don't let the user set the value to UINT_MAX directly.
9520 <var_integer>: Don't let the user set the value to INT_MAX
9521 directly.
9522
9523 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 * remote.c (remote_unpush_target): New function.
9526 (remote_open_1): Remove two pop_target calls, update one comment, add
9527 comment to target_preopen call. Replace pop_target call by
9528 remote_unpush_target call.
9529 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9530 pop_target calls by remote_unpush_target calls.
9531
9532 2013-03-22 Pedro Alves <palves@redhat.com>
9533
9534 * linux-nat.c (linux_child_follow_fork): Don't call
9535 linux_enable_event_reporting.
9536 (linux_handle_extended_wait): Don't call
9537 linux_enable_event_reporting.
9538
9539 2013-03-22 Pedro Alves <palves@redhat.com>
9540
9541 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9542 use it to rewrite the trampoline buffers with type gdb_byte[], and
9543 undefine the macro. Remove char* cast.
9544
9545 2013-03-21 Doug Evans <dje@google.com>
9546
9547 New commands "mt set per-command {space,time,symtab} {on,off}".
9548 * NEWS: Add entry.
9549 * event-top.c: #include "maint.h".
9550 * main.c: #include "maint.h".
9551 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9552 timeval-utils.h, maint.h, cli/cli-setshow.h.
9553 (per_command_time, per_command_space): New static globals.
9554 (per_command_symtab): New static global.
9555 (per_command_setlist, per_command_showlist): New static globals.
9556 (struct cmd_stats): Move here from utils.c.
9557 (set_per_command_time): Renamed from set_display_time in utils.c
9558 and moved here. All callers updated.
9559 (set_per_command_space): Renamed from set_display_space in utils.c
9560 and moved here. All callers updated.
9561 (count_symtabs_and_blocks): New function.
9562 (report_command_stats): Moved here from utils.c. Add support for
9563 printing symtab stats. Only print data if enabled before command
9564 executed.
9565 (make_command_stats_cleanup): Ditto.
9566 (sert_per_command_cmd, show_per_command_cmd): New functions.
9567 (_initialize_maint_cmds): Add new commands
9568 mt set per-command {space,time,symtab} {on,off}.
9569 * maint.h: New file.
9570 * top.c: #include "maint.h".
9571 * utils.c (reset_prompt_for_continue_wait_time): New function.
9572 (get_prompt_for_continue_wait_time): New function.
9573 * utils.h (reset_prompt_for_continue_wait_time): Declare
9574 (get_prompt_for_continue_wait_time): Declare.
9575 (make_command_stats_cleanup): Moved to maint.h.
9576 (set_display_time, set_display_space): Moved to maint.h and renamed
9577 to set_per_command_time, set_per_command_space.
9578 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9579 parse_binary_operation and made non-static. Don't call error,
9580 just return an error marker. All callers updated.
9581 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9582
9583 2013-03-21 Tom Tromey <tromey@redhat.com>
9584
9585 * symfile.c (alloc_section_addr_info): Update header. Don't set
9586 'num_sections' field.
9587 (build_section_addr_info_from_section_table): Set 'num_sections'.
9588 (build_section_addr_info_from_bfd): Likewise.
9589 (build_section_addr_info_from_objfile): Remove dead loop
9590 condition.
9591 (free_section_addr_info): Unconditionally call xfree.
9592 (relative_addr_info_to_section_offsets, addrs_section_sort)
9593 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9594 condition.
9595 (syms_from_objfile_1): Remove dead 'if' condition. Check
9596 'num_sections'.
9597 (add_symbol_file_command): Set 'num_sections'.
9598 * symfile-mem.c (symbol_file_add_from_memory): Set
9599 'num_sections'.
9600 * somread.c (som_symfile_offsets): Remove dead loop condition.
9601 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9602 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9603
9604 2013-03-21 Tom Tromey <tromey@redhat.com>
9605
9606 * tracepoint.h (decode_agent_options): Add 'trace_string'
9607 argument.
9608 * tracepoint.c (decode_agent_options): Add 'trace_string'
9609 argument.
9610 (validate_actionline): Update.
9611 (collect_symbol): Add 'trace_string' argument.
9612 (struct add_local_symbols_data) <trace_string>: New field.
9613 (do_collect_symbol): Update.
9614 (add_local_symbols): Add 'trace_string' argument.
9615 (encode_actions_1): Update.
9616 (trace_dump_actions): Update.
9617 * dwarf2loc.c (access_memory): Update.
9618 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9619 * ax-general.c (new_agent_expr): Update.
9620 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9621 (gen_trace_for_return_address): Add argument.
9622 (trace_kludge, trace_string_kludge): Remove.
9623 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9624 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9625 (gen_trace_for_var): Add 'trace_string' argument.
9626 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9627 (gen_printf, agent_eval_command_one): Update.
9628
9629 2013-03-21 Tom Tromey <tromey@redhat.com>
9630
9631 PR exp/15109:
9632 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9633 Handle FILENAME token.
9634
9635 2013-03-21 Tom Tromey <tromey@redhat.com>
9636
9637 * c-exp.y (YYPRINT): Define.
9638 (c_print_token): New function.
9639
9640 2013-03-21 Tom Tromey <tromey@redhat.com>
9641
9642 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9643
9644 2013-03-21 Yao Qi <yao@codesourcery.com>
9645
9646 * ctf.c: Include "gdb_stat.h".
9647 [USE_WIN32API]: New macro 'mkdir'.
9648 (ctf_start): Use permission bits macros if they are defined.
9649
9650 2013-03-20 Keith Seitz <keiths@redhat.com>
9651
9652 * breakpoint.h (struct breakpoint): Add comment to
9653 extra_string indicating that this member is mallod'd.
9654 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9655
9656 2013-03-20 Pedro Alves <palves@redhat.com>
9657
9658 PR gdb/15289
9659
9660 * cli/cli-setshow.c (do_set_command)
9661 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9662 the result of parsing the command argument. Throw error if the
9663 value is greater than UINT_MAX. Print the invalid value with
9664 plongest.
9665 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9666 result of parsing the command argument. Throw error if the value
9667 is greater than INT_MAX, not greater or equal. Also throw error
9668 if the value is less than INT_MIN. Print the invalid value with
9669 plongest.
9670 <var_zuinteger_unlimited>: Throw error if the value is greater
9671 than INT_MAX, not greater or equal.
9672 (do_show_command) <var_integer, var_zinteger,
9673 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9674
9675 2013-03-20 Tom Tromey <tromey@redhat.com>
9676
9677 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9678 if possible.
9679 * dwarf2read.c (read_func_scope): Remove old FIXME.
9680 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9681 not LOC_COMPUTED.
9682 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9683 Unconditionally call via computed ops, if possible.
9684 * printcmd.c (address_info): Unconditionally call via computed ops,
9685 if possible.
9686 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9687 if possible.
9688 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9689 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9690 if possible.
9691
9692 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9693 Tom Tromey <tromey@redhat.com>
9694
9695 PR symtab/8421:
9696 * coffread.c (coff_register_index): New global.
9697 (process_coff_symbol, coff_read_enum_type): Set
9698 SYMBOL_ACLASS_INDEX.
9699 (_initialize_coffread): Initialize new global.
9700 * dwarf2loc.c (locexpr_find_frame_base_location)
9701 (dwarf2_block_frame_base_locexpr_funcs)
9702 (loclist_find_frame_base_location)
9703 (dwarf2_block_frame_base_loclist_funcs): New.
9704 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9705 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9706 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9707 (dwarf2_block_frame_base_loclist_funcs): New.
9708 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9709 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9710 globals.
9711 (read_func_scope): Update.
9712 (fixup_go_packaging, mark_common_block_symbol_computed)
9713 (var_decode_location, new_symbol_full, dwarf2_const_value):
9714 Set SYMBOL_ACLASS_INDEX.
9715 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9716 (_initialize_dwarf2_read): Initialize new globals.
9717 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9718 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9719 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9720 globals.
9721 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9722 (_initialize_mdebugread): Initialize new globals.
9723 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9724 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9725 (stab_register_index, stab_regparm_index): New globals.
9726 (define_symbol, read_enum_type, common_block_end): Set
9727 SYMBOL_ACLASS_INDEX.
9728 (_initialize_stabsread): Initialize new globals.
9729 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9730 globals.
9731 (MAX_SYMBOL_IMPLS): New define.
9732 (register_symbol_computed_impl, register_symbol_block_impl)
9733 (register_symbol_register_impl)
9734 (initialize_ordinary_address_classes): New functions.
9735 (_initialize_symtab): Call initialize_ordinary_address_classes.
9736 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9737 (struct symbol_impl): New.
9738 (SYMBOL_ACLASS_BITS): New define.
9739 (struct symbol) <aclass, ops>: Remove fields.
9740 <aclass_index>: New field.
9741 (symbol_impls): Declare.
9742 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9743 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9744 (register_symbol_computed_impl, register_symbol_block_impl)
9745 (register_symbol_register_impl): Declare.
9746 (struct symbol_computed_ops): Add location_has_loclist.
9747 (struct symbol_block_ops): New.
9748 (SYMBOL_BLOCK_OPS): New.
9749 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9750
9751 2013-03-20 Tom Tromey <tromey@redhat.com>
9752
9753 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9754 (print_partial_symbols, recursively_search_psymtabs): Use
9755 PSYMBOL_CLASS.
9756
9757 2013-03-20 Pierre Muller <muller@sourceware.org>
9758
9759 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9760 addtion, subtraction, multiplication and division binary operator.
9761
9762 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9763
9764 Code cleanup.
9765 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9766 * bsd-kvm.c (bsd_kvm_close): Likewise.
9767 * bsd-uthread.c (bsd_uthread_close): Likewise.
9768 * corelow.c (core_close): Likewise.
9769 (core_close_cleanup): Remove parameter quitting from a caller.
9770 * event-top.c (async_disconnect): Likewise.
9771 * exec.c (exec_close_1): Remove parameter quitting.
9772 * go32-nat.c (go32_close): Likewise.
9773 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9774 parameter quitting from a caller.
9775 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9776 variable.
9777 (mips_linux_close): Remove parameter quitting. Remove parameter
9778 quitting from a caller.
9779 * monitor.c (monitor_close): Remove parameter quitting.
9780 * monitor.h (monitor_close): Likewise.
9781 * record-btrace.c (record_btrace_close): Likewise.
9782 * record-full.c (record_full_close): Likewise.
9783 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9784 it also from fprintf_unfiltered.
9785 * remote-mips.c (mips_close): Remove parameter quitting.
9786 (mips_detach): Remove parameter quitting from a caller.
9787 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9788 (gdbsim_close): Remove duplicate function comment. Remove parameter
9789 quitting and remove it also from printf_filtered.
9790 * remote.c (remote_close): Remove parameter quitting.
9791 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9792 * target.c (update_current_target): Remove parameter int from to_close
9793 de_fault.
9794 (push_target, unpush_target, pop_target): Remove parameter quitting from
9795 a caller.
9796 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9797 Remove parameter quitting from a caller.
9798 (target_preopen): Remove parameter quitting from a caller.
9799 (target_close): Remove parameter quitting. Remove parameter quitting
9800 from a caller two times. Remove parameter quitting also from
9801 fprintf_unfiltered.
9802 * target.h (struct target_ops): Remove parameter quitting and as int
9803 from fields to_xclose and to_close.
9804 (extern struct target_ops current_target):
9805 (target_close, pop_all_targets): Remove parameter quitting. Update the
9806 comment.
9807 (pop_all_targets_above): Remove parameter quitting.
9808 * top.c (quit_target): Remove parameter quitting from a caller.
9809 * tracepoint.c (tfile_close): Remove parameter quitting.
9810 * windows-nat.c (windows_close): Remove parameter quitting.
9811
9812 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9813
9814 * windows-nat.c (handle_output_debug_string): Replace call
9815 to string_to_core_addr with call to strtoull.
9816
9817 2013-03-20 Yao Qi <yao@codesourcery.com>
9818
9819 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9820 and write it to CTF metadata.
9821
9822 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9823
9824 * windows-nat.c (handle_output_debug_string): Change type of n to
9825 SIZE_T to avoid crash on 64 bit systems.
9826
9827 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9828
9829 * python/python-internal.h (HAVE_SNPRINTF)
9830 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9831 about redefinition of snprintf by pyerrors.h.
9832
9833 2013-03-15 Steve Ellcey <sellcey@mips.com>
9834
9835 * remote-sim.c (sim_command_completer): Make char arguments const.
9836
9837 2013-03-15 Tom Tromey <tromey@redhat.com>
9838
9839 PR c++/15116:
9840 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9841
9842 2013-03-14 Tom Tromey <tromey@redhat.com>
9843
9844 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9845 New fields.
9846 (get_file_crc): Move from symfile.c.
9847 (gdb_bfd_crc): New function.
9848 * gdb_bfd.h (gdb_bfd_crc): Declare.
9849 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9850 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9851 (separate_debug_file_exists): Use gdb_bfd_crc.
9852
9853 2013-03-14 Tom Tromey <tromey@redhat.com>
9854
9855 * symfile.c (get_debug_link_info): Remove.
9856 (find_separate_debug_file_by_debuglink): Use
9857 bfd_get_debug_link_info.
9858
9859 2013-03-14 Tom Tromey <tromey@redhat.com>
9860
9861 * symtab.c (error_in_psymtab_expansion): New function.
9862 (lookup_symbol_aux_quick)
9863 (basic_lookup_transparent_type_quick): Remove "last resort"
9864 code. Use error_in_psymtab_expansion.
9865
9866 2013-03-14 Doug Evans <dje@google.com>
9867 Jan Kratochvil <jan.kratochvil@redhat.com>
9868
9869 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9870 any successful compare_filenames_for_search or FILENAME_CMP.
9871 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9872 * symtab.c (iterate_over_some_symtabs): Likewise.
9873
9874 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9875
9876 * source.c (print_source_lines_base): Make a local copy of
9877 symtab_to_fullname.
9878
9879 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9880 Jan Kratochvil <jan.kratochvil@redhat.com>
9881
9882 * source.c (print_source_lines_base): Suppress "file" for TUI.
9883
9884 2013-03-14 Keith Seitz <keiths@redhat.com>
9885 Alan Matsuoka <alanm@redhat.com>
9886
9887 PR c++/15203
9888 PR c++/15210
9889 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9890 TYPE_CODE_METHOD.
9891 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9892 symbols.
9893
9894 2013-03-14 Yao Qi <yao@codesourcery.com>
9895
9896 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9897 status to tfile if trace is stopped by command 'tstop'.
9898
9899 2013-03-14 Yao Qi <yao@codesourcery.com>
9900
9901 * tracepoint.c (tfile_write_status): Write trace notes and user
9902 name into tfile if they are not NULL.
9903
9904 2013-03-14 Hui Zhu <hui@codesourcery.com>
9905 Yao Qi <yao@codesourcery.com>
9906
9907 * Makefile.in (REMOTE_OBS): Add ctf.o.
9908 (SFILES): Add ctf.c.
9909 (HFILES_NO_SRCDIR): Add ctf.h.
9910 * ctf.c, ctf.h: New files.
9911 * tracepoint.c: Include 'ctf.h'.
9912 (collect_pseudocommand): Remove static.
9913 (trace_save_command): Parse option "-ctf".
9914 Produce different trace file writers per option.
9915 Adjust output message.
9916 (trace_save_tfile, trace_save_ctf): New.
9917 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9918 * mi/mi-main.c: Include 'ctf.h'.
9919 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9920 trace_save_tfile or trace_save_ctf.
9921 * NEWS: Mention these changes.
9922
9923 2013-03-14 Yao Qi <yao@codesourcery.com>
9924
9925 * tracepoint.c (trace_file_writer_xfree): New.
9926 (struct tfile_writer_data): New.
9927 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9928 (tfile_write_header, tfile_write_regblock_type): New.
9929 (tfile_write_status, tfile_write_uploaded_tsv): New.
9930 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9931 (tfile_write_raw_data, (tfile_end): New.
9932 (tfile_write_ops): New global variable.
9933 (TRACE_WRITE_R_BLOCK): New macro.
9934 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9935 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9936 (TRACE_WRITE_V_BLOCK): New macro.
9937 (trace_save): Add extra one parameter WRITER. Make it static.
9938 Use WRITER to writer trace.
9939 (tfile_trace_file_writer_new): New.
9940 (trace_save_command): Caller update.
9941 (trace_save_tfile): Write trace data in TFILE format.
9942 * tracepoint.h (struct trace_frame_write_ops): New.
9943 (struct trace_file_write_ops): New.
9944 (struct trace_file_writer): New.
9945 (trace_save): Remove its declaration.
9946 (trace_save_tfile): Declare it.
9947 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9948 instead of trace_save.
9949
9950 2013-03-13 Pedro Alves <palves@redhat.com>
9951
9952 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9953
9954 2013-03-13 Pedro Alves <palves@redhat.com>
9955
9956 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9957 commented out code.
9958 * demangle.c (current_demangling_style_string): Make it const.
9959 (set_demangling_command): Assert the demangling style is known.
9960 Remove all handling of unknown styles. Set
9961 'current_demangling_style_string' to an element of the
9962 demangling_style_names array.
9963 (set_demangling_style): Delete.
9964 (_initialize_demangler): Set current_demangling_style_string to the
9965 element of the demangling_style_names array that corresponds to
9966 the default demangling style. Remove FIXME note. Don't call
9967 set_demangling_style.
9968 * gdb-demangle.h (set_demangling_style): Remove declaration.
9969
9970 2013-03-13 Pedro Alves <palves@redhat.com>
9971
9972 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9973 fields const.
9974 (ada_make_symbol_completion_list): Make "text0" parameter const.
9975 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9976 * breakpoint.c (condition_completer): Make "text" and "word"
9977 parameters const. Adjust.
9978 (check_tracepoint_command): Adjust to validate_actionline
9979 prototype change.
9980 (catch_syscall_completer): Make "text" and "word" parameters
9981 const.
9982 * cli/cli-cmds.c (show_user): Make "comname" local const.
9983 (valid_command_p): Make "command" parameter const.
9984 (alias_command): Make "alias_prefix" and "command_prefix" locals
9985 const.
9986 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9987 (add_alias_cmd): Make "name" and "oldname" parameters const.
9988 Adjust. No longer make copy of OLDNAME.
9989 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9990 (add_setshow_cmd_full, add_setshow_enum_cmd)
9991 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9992 (add_setshow_filename_cmd, add_setshow_string_cmd)
9993 (add_setshow_string_noescape_cmd)
9994 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9995 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9996 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9997 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9998 Make "name" parameter const.
9999 (help_cmd): Rename "command" parameter to "arg". New const local
10000 "command".
10001 (find_cmd): Make "command" parameter const.
10002 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
10003 deprecated_cmd_warning prototype change.
10004 (undef_cmd_error): Make "cmdtype" parameter const.
10005 (lookup_cmd): Make "line" parameter const.
10006 (deprecated_cmd_warning): Change type of "text" parameter to
10007 pointer to const char, from pointer to pointer to char. Adjust.
10008 (lookup_cmd_composition): Make "text" parameter const.
10009 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
10010 parameters const.
10011 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
10012 const.
10013 * cli/cli-script.c (validate_comname): Make "tem" local const.
10014 (define_command): New const local "tem_c". Use it in calls to
10015 lookup_cmd.
10016 (document_command): Make "tem" and "comfull" locals const.
10017 (show_user_1): Make "prefix" and "name" parameters const.
10018 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
10019 const.
10020 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
10021 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
10022 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
10023 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
10024 (complete_on_enum, add_setshow_enum_cmd)
10025 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10026 (add_setshow_filename_cmd, add_setshow_string_cmd)
10027 (add_setshow_string_noescape_cmd)
10028 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10029 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10030 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
10031 Change prototypes, constifying strings.
10032 * completer.c (noop_completer, filename_completer): Make "text"
10033 and "prefix" parameters const.
10034 (location_completer, expression_completer)
10035 (complete_line_internal): Make "text" and "prefix" parameters
10036 const and adjust.
10037 (command_completer, signal_completer): Make "text" and "prefix"
10038 parameters const.
10039 * completer.h (noop_completer, filename_completer)
10040 (expression_completer, location_completer, command_completer)
10041 (signal_completer): Change prototypes.
10042 * corefile.c (complete_set_gnutarget): Make "text" and "word"
10043 parameters const.
10044 * cp-abi.c (cp_abi_completer): Likewise.
10045 * expression.h (parse_expression_for_completion): Change
10046 prototype.
10047 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
10048 parameters const.
10049 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
10050 * infrun.c (handle_completer): Make "text" and "word" parameters
10051 const.
10052 * interps.c (interpreter_completer): Make "text" and "word"
10053 parameters const.
10054 * language.h (struct language_defn)
10055 <la_make_symbol_completion_list>: Make "text" and "word"
10056 parameters const.
10057 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
10058 (parse_exp_in_context): Rename to ...
10059 (parse_exp_in_context_1): ... this.
10060 (parse_exp_in_context): Reimplement, with const hack from
10061 parse_exp_1.
10062 (parse_expression_for_completion): Make "string" parameter const.
10063 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
10064 to pointer to const char. Adjust.
10065 (print_command_1): Make "exp" parameter const.
10066 (output_command): Rename to ...
10067 (output_command_const): ... this. Make "exp" parameter const.
10068 (output_command): Reimplement.
10069 (x_command): Adjust.
10070 (display_command): Rename "exp" parameter to "arg". New "exp"
10071 local, const version of "arg".
10072 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
10073 "cmd_name" local const.
10074 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
10075 call.
10076 (cmdpy_completer): Make "text" and "word" parameters const.
10077 (gdbpy_parse_command_name): Make "prefix_text2" local const.
10078 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
10079 const.
10080 * remote.c (_initialize_remote): Make "cmd_name" local const.
10081 * symtab.c (language_search_unquoted_string): Make "text" and "p"
10082 parameters const. Adjust.
10083 (completion_list_add_fields): Make "sym_text", "text" and "word"
10084 parameters const.
10085 (struct add_name_data) <sym_text, text, word>: Make fields const.
10086 (default_make_symbol_completion_list_break_on): Make "text" and
10087 "word" parameters const. Adjust locals.
10088 (default_make_symbol_completion_list)
10089 (make_symbol_completion_list, make_symbol_completion_type)
10090 (make_symbol_completion_list_fn): Make "text" and "word"
10091 parameters const.
10092 (make_file_symbol_completion_list): Make "text", "word" and
10093 "srcfile" parameters const. Adjust locals.
10094 (add_filename_to_list): Make "text" and "word" parameters const.
10095 (struct add_partial_filename_data) <text, word>: Make fields
10096 const.
10097 (make_source_files_completion_list): Make "text" and "word"
10098 parameters const.
10099 * symtab.h (default_make_symbol_completion_list_break_on)
10100 (default_make_symbol_completion_list, make_symbol_completion_list)
10101 (make_symbol_completion_type enum type_code)
10102 (make_symbol_completion_list_fn make_file_symbol_completion_list)
10103 (make_source_files_completion_list): Change prototype.
10104 * top.c (execute_command): Adjust to pass pointer to pointer to
10105 const char to lookup_cmd, and to deprecated_cmd_warning prototype
10106 change.
10107 (set_verbose): Make "cmdname" local const.
10108 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
10109 and adjust.
10110 (validate_actionline): Make "line" parameter a pointer to const
10111 char, and adjust.
10112 (encode_actions_1): Make "action_exp" local const, and adjust.
10113 (encode_actions): Adjust.
10114 (replace_comma): Delete.
10115 (trace_dump_actions): Make "action_exp" and "next_comma" locals
10116 const, and adjust. Don't frob the action string while splitting
10117 it at commas. Instead, make a copy of each split substring in
10118 turn.
10119 (trace_dump_command): Adjust to validate_actionline prototype
10120 change.
10121 * tracepoint.h (decode_agent_options, decode_agent_options)
10122 (encode_actions, validate_actionline): Change prototypes.
10123 * valprint.h (output_command): Delete declaration.
10124 (output_command_const): Declare.
10125 * value.c (function_destroyer): Cast const away in xfree call.
10126
10127 2013-03-13 Pedro Alves <palves@redhat.com>
10128
10129 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
10130 rather than casting 'const char * const *' to 'const char **'.
10131 * ada-lex.l (processInt): Make "trailer" local const. Remove
10132 'const char **' cast.
10133 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
10134 locals, and use those as strtol output pointer, instead than doing
10135 invalid casts to from 'const char **' to 'char **'.
10136 (_initialize_demangle): Remove cast.
10137 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
10138 locals, and use those as strtol output pointer, instead than doing
10139 invalid casts to from 'const char **' to 'char **'.
10140 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
10141 casts.
10142 * stap-probe.c (stap_parse_register_operand)
10143 (stap_parse_single_operand): Likewise.
10144
10145 2013-03-13 Yao Qi <yao@codesourcery.com>
10146
10147 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
10148 the last matched 'V' blcok in trace frame.
10149
10150 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10151
10152 * NEWS: Create a new section for the next release branch.
10153 Rename the section of the current branch, now that it has
10154 been cut.
10155
10156 2013-03-12 Joel Brobecker <brobecker@adacore.com>
10157
10158 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
10159 * version.in: Bump version to 7.6.50.20130312-cvs.
10160
10161 2013-03-12 Keith Seitz <keiths@redhat.com>
10162
10163 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
10164 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
10165 Remove temporary copy of input string.
10166 (mi_execute_command_wrapper): Make "cmd" const.
10167 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
10168 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
10169 Use const strings.
10170 (mi_parse): Make "cmd" const.
10171 Use const strings.
10172 * mi/mi-parse.h (mi_parse): Make "cmd" const.
10173
10174 2013-03-12 Keith Seitz <keiths@redhat.com>
10175
10176 * ada-lang.c (ada_read_renaming_var_value): Pass const
10177 pointer to expression string to parse_exp_1.
10178 (create_excep_cond_exprs): Likewise.
10179 * ax-gdb.c (agent_eval_command_one): Likewise.
10180 (maint_agent_printf_command): Likewise.
10181 Constify much of the string handling/parsing.
10182 * breakpoint.c (set_breakpoint_condition): Pass const
10183 pointer to expression string to parse_exp_1.
10184 (update_watchpoint): Likewise.
10185 (parse_cmd_to_aexpr): Constify string handling.
10186 Pass const pointer to parse_exp_1.
10187 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
10188 (find_condition_and_thread): Likewise.
10189 Make TOK const.
10190 (watch_command_1): Make "arg" const.
10191 Constify string handling.
10192 Copy the expression string instead of changing the input
10193 string.
10194 (update_breakpoint_location): Pass const pointer to
10195 parse_exp_1.
10196 * eval.c (parse_and_eval_address): Make "exp" const.
10197 (parse_to_comma_and_eval): Make "expp" const.
10198 (parse_and_eval): Make "exp" const.
10199 * expression.h (parse_expression): Make argument const.
10200 (parse_exp_1): Make first argument const.
10201 * findcmd.c (parse_find_args): Treat "args" as const.
10202 * linespec.c (parse_linespec): Pass const pointer to
10203 linespec_expression_to_pc.
10204 (linespec_expression_to_pc): Make "exp_ptr" const.
10205 * parse.c (parse_exp_1): Make "stringptr" const.
10206 Make a copy of the expression to pass to parse_exp_in_context until
10207 this whole interface can be constified.
10208 (parse_expression): Make "string" const.
10209 * printcmd.c (ui_printf): Treat "arg" as const.
10210 Handle const strings.
10211 * tracepoint.c (validate_actionline): Pass const pointer to
10212 all calls to parse_exp_1.
10213 (encode_actions_1): Likewise.
10214 * value.h (parse_to_comma_and_eval): Make argument const.
10215 (parse_and_eval_address): Likewise.
10216 (parse_and_eval): Likewise.
10217 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10218 (varobj_set_value): Likewise.
10219 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10220 constify string handling.
10221 Pass const pointers to parse_and_eval_address and
10222 parse_to_comman_and_eval.
10223 * cli/cli-utils.c (skip_to_space): Rename to ...
10224 (skip_to_space_const): ... this. Handle const strings.
10225 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10226 skip_to_space_const.
10227 (skip_to_space_const): Declare.
10228 * common/format.c (parse_format_string): Make "arg" const.
10229 Handle const strings.
10230 * common/format.h (parse_format_string): Make "arg" const.
10231 * gdbserver/ax.c (ax_printf): Make "format" const.
10232 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10233 of the expression string.
10234
10235 2013-03-12 Hui Zhu <hui@codesourcery.com>
10236
10237 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10238
10239 2013-03-12 Yao Qi <yao@codesourcery.com>
10240 Hui Zhu <hui@codesourcery.com>
10241
10242 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10243 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10244 DW_OP_deref_size.
10245
10246 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
10247
10248 * ada-lex.l (rules): Only recognize 'thread' as a
10249 delimiter when followed by numerals, as for c-exp.y.
10250 Use new rewind_to_char function to rewind the input for
10251 expression-delimiting tokens.
10252 (rewind_to_char): New function.
10253
10254 2013-03-11 Pedro Alves <palves@redhat.com>
10255 Jan Kratochvil <jan.kratochvil@redhat.com>
10256
10257 * configure: Regenerate.
10258 * configure.ac (check dynamic export flag): Link python test with
10259 $PYTHON_LIBS.
10260
10261 2013-03-11 Doug Evans <dje@google.com>
10262 Keith Seitz <keiths@redhat.com>
10263
10264 * linespec.c (find_linespec_symbols): Call find_function_symbols
10265 first, and then call lookup_prefix_sym/find_method.
10266
10267 2013-03-11 Pedro Alves <palves@redhat.com>
10268
10269 * charset.c (convert_between_encodings): Don't cast between
10270 different pointer to pointer types. Instead, make the 'inp' local
10271 be of the type iconv expects.
10272 (wchar_iterate): Don't cast between different pointer to pointer
10273 types. Instead, use new pointer local of the type iconv expects.
10274 * target.c (target_read_stralloc, target_fileio_read_stralloc):
10275 Add new local of type char pointer, and use it to get a
10276 char/string view of the byte buffer, instead of casting between
10277 pointer to pointer types.
10278
10279 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
10280
10281 * remote.c (remote_set_trace_buffer_size): Move != operator
10282 to the start of next line to fix an ARI warning.
10283
10284 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10285
10286 * NEWS: Add record changes.
10287
10288 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10289
10290 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10291 the instruction history disassembly.
10292 * disasm.c (dump_insns): Omit the pc prefix, if requested.
10293 * disasm.h (DISASSEMBLY_OMIT_PC): New.
10294
10295 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10296
10297 * Makefile.in (SFILES): Add record-btrace.c
10298 (COMMON_OBS): Add record-btrace.o
10299 * record-btrace.c: New.
10300 * objfiles.c: Include btrace.h.
10301 (free_objfile): call btrace_free_objfile.
10302
10303 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10304
10305 * target.c (target_call_history, target_call_history_from,
10306 target_call_history_range): New.
10307 * target.h (target_ops) <to_call_history, to_call_history_from,
10308 to_call_history_range>: New fields.
10309 (target_call_history, target_call_history_from,
10310 target_call_history_range): New declaration.
10311 * record.c (get_call_history_modifiers, cmd_record_call_history,
10312 record_call_history_size): New.
10313 (_initialize_record): Add the "record function-call-history" command.
10314 Add "set/show record function-call-history-size" commands.
10315 * record.h (record_print_flag): New.
10316
10317 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10318
10319 * target.h (target_ops) <to_insn_history, to_insn_history_from,
10320 to_insn_history_range>: New fields.
10321 (target_insn_history): New.
10322 (target_insn_history_from): New.
10323 (target_insn_history_range): New.
10324 * target.c (target_insn_history): New.
10325 (target_insn_history_from): New.
10326 (target_insn_history_range): New.
10327 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10328 (record_insn_history_size): New.
10329 (get_insn_number): New.
10330 (get_context_size): New.
10331 (no_chunk): New.
10332 (get_insn_history_modifiers): New.
10333 (cmd_record_insn_history): New.
10334 (_initialize_record): Add "set/show record instruction-history-size"
10335 command. Add "record instruction-history" command.
10336
10337 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10338
10339 * record.h (record_disconnect): New.
10340 (record_detach): New.
10341 (record_mourn_inferior): New.
10342 (record_kill): New.
10343 * record-full.c (record_disconnect, record_detach,
10344 record_mourn_inferior, record_kill): Move to...
10345 * record.c: ...here.
10346 (DEBUG): New.
10347 (record_stop): New.
10348 (record_unpush): New.
10349 (cmd_record_stop): Call record_stop. Replace unpush_target
10350 call with record_unpush call.
10351 (record_disconnect, record_detach): Assert that the target
10352 is of record stratum. Call record_unpush, record_stop, and
10353 DEBUG.
10354 (record_mourn_inferior, record_kill): Assert that the target
10355 is of record stratum. Call record_unpush and DEBUG.
10356
10357 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10358
10359 * record-full.h, record-full.c (record_memory_query): Rename
10360 to ...
10361 (record_full_memory_query): ...this. Update all users.
10362 (record_arch_list_add_reg): Rename to ...
10363 (record_full_arch_list_add_reg): ...this. Update all users.
10364 (record_arch_list_add_mem): Rename to ...
10365 (record_full_arch_list_add_mem): ...this. Update all users.
10366 (record_arch_list_add_end): Rename to ...
10367 (record_full_arch_list_add_end): ...this. Update all users.
10368 (record_gdb_operation_disable_set): Rename to ...
10369 (record_full_gdb_operation_disable_set): ...this.
10370 Update all users.
10371
10372 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10373
10374 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10375 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10376 (RECORD_IS_REPLAY): Renamed to ...
10377 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10378 (RECORD_FILE_MAGIC): Renamed to ...
10379 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10380 (record_mem_entry): Renamed to ...
10381 (record_full_mem_entry): ... this. Updated all users.
10382 (record_reg_entry): Renamed to ...
10383 (record_full_reg_entry): ... this. Updated all users.
10384 (record_end_entry): Renamed to ...
10385 (record_full_end_entry): ... this. Updated all users.
10386 (record_type) <record_end, record_reg, record_mem>: Renamed
10387 to ...
10388 (record_full_type) <record_full_end, record_full_reg,
10389 record_full_mem>: ... this. Updated all users.
10390 (record_entry): Renamed to ...
10391 (record_full_entry): ... this. Updated all users.
10392 (record_core_buf_entry): Renamed to ...
10393 (record_full_core_buf_entry): ... this. Updated all users.
10394 (record_core_regbuf): Renamed to ...
10395 (record_full_core_regbuf): ... this. Updated all users.
10396 (record_core_start): Renamed to ...
10397 (record_full_core_start): ... this. Updated all users.
10398 (record_core_end): Renamed to ...
10399 (record_full_core_end): ... this. Updated all users.
10400 (record_core_buf_list): Renamed to ...
10401 (record_full_core_buf_list): ... this. Updated all users.
10402 (record_first): Renamed to ...
10403 (record_full_first): ... this. Updated all users.
10404 (record_list): Renamed to ...
10405 (record_full_list): ... this. Updated all users.
10406 (record_arch_list_head): Renamed to ...
10407 (record_full_arch_list_head): ... this. Updated all users.
10408 (record_arch_list_tail): Renamed to ...
10409 (record_full_arch_list_tail): ... this. Updated all users.
10410 (record_stop_at_limit): Renamed to ...
10411 (record_full_stop_at_limit): ... this. Updated all users.
10412 (record_insn_max_num): Renamed to ...
10413 (record_full_insn_max_num): ... this. Updated all users.
10414 (record_insn_num): Renamed to ...
10415 (record_full_insn_num): ... this. Updated all users.
10416 (record_insn_count): Renamed to ...
10417 (record_full_insn_count): ... this. Updated all users.
10418 (record_ops): Renamed to ...
10419 (record_full_ops): ... this. Updated all users.
10420 (record_core_ops): Renamed to ...
10421 (record_full_core_ops): ... this. Updated all users.
10422 (set_record_cmdlist): Renamed to ...
10423 (set_record_full_cmdlist): ... this. Updated all users.
10424 (show_record_cmdlist): Renamed to ...
10425 (show_record_full_cmdlist): ... this. Updated all users.
10426 (record_cmdlist): Renamed to ...
10427 (record_full_cmdlist): ... this. Updated all users.
10428 (record_beneath_to_resume_ops): Renamed to ...
10429 (record_full_beneath_to_resume_ops): ... this. Updated all users.
10430 (record_beneath_to_resume): Renamed to ...
10431 (record_full_beneath_to_resume): ... this. Updated all users.
10432 (record_beneath_to_wait_ops): Renamed to ...
10433 (record_full_beneath_to_wait_ops): ... this. Updated all users.
10434 (record_beneath_to_wait): Renamed to ...
10435 (record_full_beneath_to_wait): ... this. Updated all users.
10436 (record_beneath_to_store_registers_ops): Renamed to ...
10437 (record_full_beneath_to_store_registers_ops): ... this.
10438 Updated all users.
10439 (record_beneath_to_store_registers): Renamed to ...
10440 (record_full_beneath_to_store_registers): ... this.
10441 Updated all users.
10442 (record_beneath_to_xfer_partial_ops): Renamed to ...
10443 (record_full_beneath_to_xfer_partial_ops): ... this.
10444 Updated all users.
10445 (record_beneath_to_xfer_partial): Renamed to ...
10446 (record_full_beneath_to_xfer_partial): ... this.
10447 Updated all users.
10448 (record_beneath_to_insert_breakpoint): Renamed to ...
10449 (record_full_beneath_to_insert_breakpoint): ... this.
10450 Updated all users.
10451 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10452 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10453 Updated all users.
10454 (record_beneath_to_stopped_data_address): Renamed to ...
10455 (record_full_beneath_to_stopped_data_address): ... this.
10456 Updated all users.
10457 (record_beneath_to_async): Renamed to ...
10458 (record_full_beneath_to_async): ... this. Updated all users.
10459 (record_goto_insn): Renamed to ...
10460 (record_full_goto_insn): ... this. Updated all users.
10461 (record_save): Renamed to ...
10462 (record_full_save): ... this. Updated all users.
10463 (record_reg_alloc): Renamed to ...
10464 (record_full_reg_alloc): ... this. Updated all users.
10465 (record_reg_release): Renamed to ...
10466 (record_full_reg_release): ... this. Updated all users.
10467 (record_mem_alloc): Renamed to ...
10468 (record_full_mem_alloc): ... this. Updated all users.
10469 (record_mem_release): Renamed to ...
10470 (record_full_mem_release): ... this. Updated all users.
10471 (record_end_alloc): Renamed to ...
10472 (record_full_end_alloc): ... this. Updated all users.
10473 (record_end_release): Renamed to ...
10474 (record_full_end_release): ... this. Updated all users.
10475 (record_entry_release): Renamed to ...
10476 (record_full_entry_release): ... this. Updated all users.
10477 (record_list_release): Renamed to ...
10478 (record_full_list_release): ... this. Updated all users.
10479 (record_list_release_following): Renamed to ...
10480 (record_full_list_release_following): ... this.
10481 Updated all users.
10482 (record_list_release_first): Renamed to ...
10483 (record_full_list_release_first): ... this. Updated all users.
10484 (record_arch_list_add): Renamed to ...
10485 (record_full_arch_list_add): ... this. Updated all users.
10486 (record_get_loc): Renamed to ...
10487 (record_full_get_loc): ... this. Updated all users.
10488 (record_check_insn_num): Renamed to ...
10489 (record_full_check_insn_num): ... this. Updated all users.
10490 (record_arch_list_cleanups): Renamed to ...
10491 (record_full_arch_list_cleanups): ... this. Updated all users.
10492 (record_message): Renamed to ...
10493 (record_full_message): ... this. Updated all users.
10494 (record_message_wrapper): Renamed to ...
10495 (record_full_message_wrapper): ... this. Updated all users.
10496 (record_message_wrapper_safe): Renamed to ...
10497 (record_full_message_wrapper_safe): ... this. Updated all users.
10498 (record_gdb_operation_disable): Renamed to ...
10499 (record_full_gdb_operation_disable): ... this. Updated all users.
10500 (record_hw_watchpoint): Renamed to ...
10501 (record_full_hw_watchpoint): ... this. Updated all users.
10502 (record_exec_insn): Renamed to ...
10503 (record_full_exec_insn): ... this. Updated all users.
10504 (record_restore): Renamed to ...
10505 (record_full_restore): ... this. Updated all users.
10506 (record_async_inferior_event_token): Renamed to ...
10507 (record_full_async_inferior_event_token): ... this.
10508 Updated all users.
10509 (record_async_inferior_event_handler): Renamed to ...
10510 (record_full_async_inferior_event_handler): ... this.
10511 Updated all users.
10512 (record_core_open_1): Renamed to ...
10513 (record_full_core_open_1): ... this. Updated all users.
10514 (record_open_1): Renamed to ...
10515 (record_full_open_1): ... this. Updated all users.
10516 (record_open): Renamed to ...
10517 (record_full_open): ... this. Updated all users.
10518 (record_close): Renamed to ...
10519 (record_full_close): ... this. Updated all users.
10520 (record_resume_step): Renamed to ...
10521 (record_full_resume_step): ... this. Updated all users.
10522 (record_resumed): Renamed to ...
10523 (record_full_resumed): ... this. Updated all users.
10524 (record_execution_dir): Renamed to ...
10525 (record_full_execution_dir): ... this. Updated all users.
10526 (record_resume): Renamed to ...
10527 (record_full_resume): ... this. Updated all users.
10528 (record_get_sig): Renamed to ...
10529 (record_full_get_sig): ... this. Updated all users.
10530 (record_sig_handler): Renamed to ...
10531 (record_full_sig_handler): ... this. Updated all users.
10532 (record_wait_cleanups): Renamed to ...
10533 (record_full_wait_cleanups): ... this. Updated all users.
10534 (record_wait_1): Renamed to ...
10535 (record_full_wait_1): ... this. Updated all users.
10536 (record_wait): Renamed to ...
10537 (record_full_wait): ... this. Updated all users.
10538 (record_stopped_by_watchpoint): Renamed to ...
10539 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10540 (record_disconnect): Renamed to ...
10541 (record_full_disconnect): ... this. Updated all users.
10542 (record_detach): Renamed to ...
10543 (record_full_detach): ... this. Updated all users.
10544 (record_mourn_inferior): Renamed to ...
10545 (record_full_mourn_inferior): ... this. Updated all users.
10546 (record_kill): Renamed to ...
10547 (record_full_kill): ... this. Updated all users.
10548 (record_stopped_data_address): Renamed to ...
10549 (record_full_stopped_data_address): ... this. Updated all users.
10550 (record_registers_change): Renamed to ...
10551 (record_full_registers_change): ... this. Updated all users.
10552 (record_store_registers): Renamed to ...
10553 (record_full_store_registers): ... this. Updated all users.
10554 (record_xfer_partial): Renamed to ...
10555 (record_full_xfer_partial): ... this. Updated all users.
10556 (record_breakpoint): Renamed to ...
10557 (record_full_breakpoint): ... this. Updated all users.
10558 (record_breakpoint_p): Renamed to ...
10559 (record_full_breakpoint_p): ... this. Updated all users.
10560 (record_breakpoints): Renamed to ...
10561 (record_full_breakpoints): ... this. Updated all users.
10562 (record_sync_record_breakpoints): Renamed to ...
10563 (record_full_sync_record_breakpoints): ... this.
10564 Updated all users.
10565 (record_init_record_breakpoints): Renamed to ...
10566 (record_full_init_record_breakpoints): ... this.
10567 Updated all users.
10568 (record_insert_breakpoint): Renamed to ...
10569 (record_full_insert_breakpoint): ... this. Updated all users.
10570 (record_remove_breakpoint): Renamed to ...
10571 (record_full_remove_breakpoint): ... this. Updated all users.
10572 (record_can_execute_reverse): Renamed to ...
10573 (record_full_can_execute_reverse): ... this. Updated all users.
10574 (record_get_bookmark): Renamed to ...
10575 (record_full_get_bookmark): ... this. Updated all users.
10576 (record_goto_bookmark): Renamed to ...
10577 (record_full_goto_bookmark): ... this. Updated all users.
10578 (record_async): Renamed to ...
10579 (record_full_async): ... this. Updated all users.
10580 (record_can_async_p): Renamed to ...
10581 (record_full_can_async_p): ... this. Updated all users.
10582 (record_is_async_p): Renamed to ...
10583 (record_full_is_async_p): ... this. Updated all users.
10584 (record_execution_direction): Renamed to ...
10585 (record_full_execution_direction): ... this. Updated all users.
10586 (record_info): Renamed to ...
10587 (record_full_info): ... this. Updated all users.
10588 (record_delete): Renamed to ...
10589 (record_full_delete): ... this. Updated all users.
10590 (record_is_replaying): Renamed to ...
10591 (record_full_is_replaying): ... this. Updated all users.
10592 (record_goto_entry): Renamed to ...
10593 (record_full_goto_entry): ... this. Updated all users.
10594 (record_goto_begin): Renamed to ...
10595 (record_full_goto_begin): ... this. Updated all users.
10596 (record_goto_end): Renamed to ...
10597 (record_full_goto_end): ... this. Updated all users.
10598 (record_goto): Renamed to ...
10599 (record_full_goto): ... this. Updated all users.
10600 (init_record_ops): Renamed to ...
10601 (init_record_full_ops): ... this. Updated all users.
10602 (record_core_resume): Renamed to ...
10603 (record_full_core_resume): ... this. Updated all users.
10604 (record_core_kill): Renamed to ...
10605 (record_full_core_kill): ... this. Updated all users.
10606 (record_core_fetch_registers): Renamed to ...
10607 (record_full_core_fetch_registers): ... this. Updated all users.
10608 (record_core_prepare_to_store): Renamed to ...
10609 (record_full_core_prepare_to_store): ... this. Updated all users.
10610 (record_core_store_registers): Renamed to ...
10611 (record_full_core_store_registers): ... this. Updated all users.
10612 (record_core_xfer_partial): Renamed to ...
10613 (record_full_core_xfer_partial): ... this. Updated all users.
10614 (record_core_insert_breakpoint): Renamed to ...
10615 (record_full_core_insert_breakpoint): ... this. Updated all users.
10616 (record_core_remove_breakpoint): Renamed to ...
10617 (record_full_core_remove_breakpoint): ... this. Updated all users.
10618 (record_core_has_execution): Renamed to ...
10619 (record_full_core_has_execution): ... this. Updated all users.
10620 (init_record_core_ops): Renamed to ...
10621 (init_record_full_core_ops): ... this. Updated all users.
10622 (cmd_record_restore): Renamed to ...
10623 (cmd_record_full_restore): ... this. Updated all users.
10624 (record_save_cleanups): Renamed to ...
10625 (record_full_save_cleanups): ... this. Updated all users.
10626 (cmd_record_start): Renamed to ...
10627 (cmd_record_full_start): ... this. Updated all users.
10628 (set_record_insn_max_num): Renamed to ...
10629 (set_record_full_insn_max_num): ... this. Updated all users.
10630 (set_record_command): Renamed to ...
10631 (set_record_full_command): ... this. Updated all users.
10632 (show_record_command): Renamed to ...
10633 (show_record_full_command): ... this. Updated all users.
10634 (_initialize_record): Renamed to ...
10635 (_initialize_record_full): ... this. Updated all users.
10636
10637 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10638
10639 * record.h: Split into this and ...
10640 * record-full.h: ... this.
10641 * record.c: Split into this and ...
10642 * record-full.c: ... this.
10643 * target.h (target_ops): Add new fields to_info_record,
10644 to_save_record, to_delete_record, to_record_is_replaying,
10645 to_goto_record_begin, to_goto_record_end, to_goto_record.
10646 (target_info_record): New.
10647 (target_save_record): New.
10648 (target_supports_delete_record): New.
10649 (target_delete_record): New.
10650 (target_record_is_replaying): New.
10651 (target_goto_record_begin): New.
10652 (target_goto_record_end): New.
10653 (target_goto_record): New.
10654 * target.c (target_info_record): New.
10655 (target_save_record): New.
10656 (target_supports_delete_record): New.
10657 (target_delete_record): New.
10658 (target_record_is_replaying): New.
10659 (target_goto_record_begin): New.
10660 (target_goto_record_end): New.
10661 (target_goto_record): New.
10662 * record.h: Declare struct cmd_list_element.
10663 (record_cmdlist): New declaration.
10664 (set_record_cmdlist): New declaration.
10665 (show_record_cmdlist): New declaration.
10666 (info_record_cmdlist): New declaration.
10667 (cmd_record_goto): New declaration.
10668 * record.c: Remove unnecessary includes.
10669 Include inferior.h.
10670 (cmd_record_goto): Remove declaration.
10671 (record_cmdlist): Now extern. Initialize.
10672 (set_record_cmdlist): Now extern. Initialize.
10673 (show_record_cmdlist): Now extern. Initialize.
10674 (info_record_cmdlist): Now extern. Initialize.
10675 (find_record_target): New.
10676 (require_record_target): New.
10677 (cmd_record_start): Update.
10678 (cmd_record_delete): Remove target-specific code.
10679 Call target_delete_record.
10680 (cmd_record_stop): Unpush any record target.
10681 (set_record_insn_max_num): Move to record-full.c
10682 (set_record_command): Add comment.
10683 (show_record_command): Add comment.
10684 (info_record_command): Update comment.
10685 Remove target-specific code.
10686 Call the record target's to_info_record.
10687 (cmd_record_start): New.
10688 (cmd_record_goto): Now extern.
10689 Remove target-specific code.
10690 Call target_goto_begin, target_goto_end, or target_goto.
10691 (_initialize_record): Move record target ops initialization to
10692 record-full.c.
10693 Change "record" command help text.
10694 Move "record restore", "record set", and "record show" commands to
10695 record-full.c.
10696 * Makefile.in (SFILES): Add record-full.c.
10697 (HFILES_NO_SRCDIR): Add record-full.h.
10698 (COMMON_OBS): Add record-full.o.
10699 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10700 * arm-tdep.c: Include record-full.h.
10701 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10702 * i386-tdep.c: Include record-full.h.
10703 * infrun.c: Include record-full.h.
10704 * linux-record.c: Include record-full.h.
10705 * moxie-tdep.c: Include record-full.h.
10706 * record-full.c: Include record-full.h.
10707 Change module comment.
10708 (set_record_full_cmdlist): New.
10709 (show_record_full_cmdlist): New.
10710 (record_full_cmdlist): New.
10711 (record_goto_insn): New declaration.
10712 (record_save): New declaration.
10713 (record_check_insn_num): Change query string.
10714 (record_info): New.
10715 (record_delete): New.
10716 (record_is_replaying): New.
10717 (record_goto_entry): New.
10718 (record_goto_begin): New.
10719 (record_goto_end): New.
10720 (record_goto): New.
10721 (init_record_ops): Update.
10722 (init_record_core_ops): Update.
10723 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10724 (cmd_record_start): New.
10725 (set_record_insn_max_num): Moved from record.c
10726 (set_record_full_command): New.
10727 (show_record_full_command): New.
10728 (_initialize_record_full): New.
10729
10730 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10731
10732 * target.h (add_deprecated_target_alias): New.
10733 * target.c (add_deprecated_target_alias): New.
10734
10735 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10736
10737 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10738 and signal.h.
10739 (linux_supports_btrace): Add kernel and
10740 cpuid check.
10741 (kernel_supports_btrace): New function.
10742 (cpu_supports_btrace): New function.
10743 (intel_supports_btrace): New function.
10744
10745 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10746
10747 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10748 * remote.c: Include btrace.h.
10749 (struct btrace_target_info): New struct.
10750 (remote_supports_btrace): New function.
10751 (send_Qbtrace): New function.
10752 (remote_enable_btrace): New function.
10753 (remote_disable_btrace): New function.
10754 (remote_teardown_btrace): New function.
10755 (remote_read_btrace): New function.
10756 (init_remote_ops): Add btrace ops.
10757 (enum <unnamed>): Add btrace packets.
10758 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10759 (_initialize_remote): Add packet configuration for branch tracing.
10760
10761 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10762
10763 * features/btrace.dtd: New file.
10764 * Makefile.in (XMLFILES): Add btrace.dtd.
10765 * btrace.h (parse_xml_btrace): New declaration.
10766 * btrace.c: Include xml-support.h.
10767 (parse_xml_btrace): New function.
10768 (parse_xml_btrace_block): New function.
10769 (block_attributes): New struct.
10770 (btrace_attributes): New struct.
10771 (btrace_children): New struct.
10772 (btrace_elements): New struct.
10773
10774 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10775
10776 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10777 (amd64_linux_enable_btrace): New.
10778 (amd64_linux_disable_btrace): New.
10779 (amd64_linux_teardown_btrace): New.
10780 (_initialize_amd64_linux_nat): Initialize btrace ops.
10781 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10782 (i386_linux_enable_btrace): New.
10783 (i386_linux_disable_btrace): New.
10784 (i386_linux_teardown_btrace): New.
10785 (_initialize_i386_linux_nat): Initialize btrace ops.
10786 * config/i386/linux.mh: Add linux-btrace.o.
10787 * config/i386/linux64.mh: Add linux-btrace.o.
10788
10789 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10790
10791 * common/linux_btrace.h: New file.
10792 * common/linux_btrace.c: New file.
10793 * Makefile.in (SFILES): Add btrace.c.
10794 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10795 (COMMON_OBS): Add btrace.o.
10796 (linux-btrace.o): New rule.
10797
10798 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10799
10800 * target.h: Include btrace.h.
10801 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10802 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10803 * target.c (target_supports_btrace): New function.
10804 (target_enable_btrace): New function.
10805 (target_disable_btrace): New function.
10806 (target_teardown_btrace): New function.
10807 (target_read_btrace): New function.
10808 * btrace.h: New file.
10809 * btrace.c: New file.
10810 * Makefile.in: Add btrace.c.
10811 * gdbthread.h: Include btrace.h.
10812 (struct thread_info): Add btrace field.
10813 * thread.c: Include btrace.h.
10814 (clear_thread_inferior_resources): Call target_teardown_btrace.
10815 * common/btrace-common.h: New file.
10816
10817 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10818
10819 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10820 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10821 kill_status to outer block.
10822
10823 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 Fix entry-values if the callee called a noreturn function.
10826 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10827 get_frame_address_in_block. Add new comment.
10828
10829 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 Fix entry-values in C++ across CUs.
10832 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10833 lookup_minimal_symbol. Add a comment.
10834 * dwarf2read.c
10835 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10836 DW_AT_linkage_name.
10837
10838 2013-03-08 Yao Qi <yao@codesourcery.com>
10839
10840 * tracepoint.c (_initialize_tracepoint): Indent the code.
10841
10842 2013-03-08 Pedro Alves <palves@redhat.com>
10843
10844 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10845 (parse_find_args, find_command): Change type of pattern buffer
10846 locals to 'gdb_byte *'.
10847
10848 2013-03-08 Stan Shebs <stan@codesourcery.com>
10849 Hafiz Abid Qadeer <abidh@codesourcery.com>
10850
10851 * NEWS: Mention set and show trace-buffer-size commands.
10852 Mention new packet.
10853 * target.h (struct target_ops): New method
10854 to_set_trace_buffer_size.
10855 (target_set_trace_buffer_size): New macro.
10856 * target.c (update_current_target): Set up new method.
10857 * tracepoint.c (trace_buffer_size): New global.
10858 (start_tracing): Send it to the target.
10859 (set_trace_buffer_size): New function.
10860 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10861 * remote.c (remote_set_trace_buffer_size): New function.
10862 (_initialize_remote): Use it.
10863 (QTBuffer:size) New remote command.
10864 (PACKET_QTBuffer_size): New enum.
10865 (remote_protocol_features): Add an entry for
10866 PACKET_QTBuffer_size.
10867
10868 2013-03-08 Tom Tromey <tromey@redhat.com>
10869
10870 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10871 variable.
10872
10873 2013-03-07 Pedro Alves <palves@redhat.com>
10874
10875 * target.c (target_read_stralloc, target_fileio_read_alloc):
10876 *Cast pointer to 'gdb_byte *' in target call.
10877
10878 2013-03-07 Pedro Alves <palves@redhat.com>
10879
10880 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10881 call.
10882
10883 2013-03-07 Keith Seitz <keiths@redhat.com>
10884
10885 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10886 (trace_pass_command): Likewise.
10887 * cli/cli-cmds.c: Include cli/cli-utils.h.
10888 (source_command): Use skip-spaces.
10889 (disassemble_command): Likewise.
10890 * findcmd.c: Include cli/cli-utils.h.
10891 (parse_find_args): Use skip_spaces.
10892 * go32-nat.c: Include cli/cli-utils.h.
10893 (go32_sldt): Use skip_spaces.
10894 (go32_sgdt): Likewise.
10895 (go32_sidt): Likewise.
10896 (go32_pde): Likewise.
10897 (go32_pte): Likewise.
10898 (go32_pte_for_address): Likewise.
10899 * infcmd.c: Include cli/cli-utils.h.
10900 (registers_info): Use skip_spaces.
10901 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10902 (linux_info_proc): Likewise.
10903 * linux-thread-db.c: Include cli/cli-utils.h.
10904 (info_auto_load_libthread_db): Use skip_spaces_const.
10905 * m32r-rom.c: Include cli/cli-utils.h.
10906 (m32r_upload_command): Use skip_spaces.
10907 * maint.c: Include cli/cli-utils.h.
10908 (maintenance_translate_address): Use skip_spaces.
10909 * mi/mi-parse.c: Include cli/cli-utils.h.
10910 (mi_parse_argv): Use skip_spaces.
10911 (mi_parse): Likewise.
10912 * minsyms.c: Include cli/cli-utils.h.
10913 (msymbol_hash_iw): Use skip_spaces_const.
10914 * objc-lang.c: Include cli/cli-utils.h.
10915 (parse_selector): Use skip_spaces.
10916 (parse_method): Likewise.
10917 * python/python.c: Include cli/cli-utils.h.
10918 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10919 (python_command)[HAVE_PYTHON]: Likewise.
10920 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10921 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10922 (m32r_load): Use skip_spaces.
10923 * serial.c: Include cli/cli-utils.h.
10924 (serial_open): Use skip_spaces_const.
10925 * stack.c: Include cli/cli-utils.h.
10926 (parse_frame_specification_1): Use skip_spaces_const.
10927 * symfile.c: Include cli/cli-utils.h.
10928 (set_ext_lang_command): Use skip_spaces.
10929 * symtab.c: Include cli/cli-utils.h.
10930 (rbreak_command): Use skip_spaces.
10931 * thread.c (thread_name_command): Use skip_spaces.
10932 * tracepoint.c (validate_actionline): Use skip_spaces.
10933 (encode_actions_1): Likewise.
10934 (trace_find_range_command): Likewise.
10935 (trace_find_outside_command): Likewise.
10936 (trace_dump_actions): Likewise.
10937
10938 2013-03-07 Pedro Alves <palves@redhat.com>
10939
10940 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10941 * expprint.c (print_subexp_standard): Likewise.
10942 * utils.c (host_char_to_target): Likewise.
10943 * valprint.c (generic_emit_char, generic_printstr): Likewise.
10944 * varobj.c (value_get_print_value): Change type of local to char*.
10945 Cast it gdb_byte * in call to language printer.
10946
10947 2013-03-07 Pedro Alves <palves@redhat.com>
10948
10949 * charset.c (struct wchar_iterator) <input>: Change type to 'const
10950 gdb_byte *'.
10951 (make_wchar_iterator): Remove cast to char*.
10952 (wchar_iterate): Change type of local.
10953
10954 2013-03-07 Pedro Alves <palves@redhat.com>
10955
10956 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10957 for 'regcache->register_status'.
10958
10959 2013-03-07 Pedro Alves <palves@redhat.com>
10960
10961 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10962 int.
10963
10964 2013-03-07 Pedro Alves <palves@redhat.com>
10965
10966 * stap-probe.c (handle_stap_probe): Add cast to char*.
10967
10968 2013-03-07 Pedro Alves <palves@redhat.com>
10969
10970 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10971 RECORD_MSGRCV>: Pass a signed variable to
10972 regcache_raw_read_signed, instead of an unsigned one.
10973
10974 2013-03-07 Pedro Alves <palves@redhat.com>
10975
10976 * remote-notif.c (notif_debug): Change type to int.
10977 * remote-notif.h (notif_debug): Likewise.
10978
10979 2013-03-07 Pedro Alves <palves@redhat.com>
10980
10981 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10982
10983 2013-03-07 Pedro Alves <palves@redhat.com>
10984
10985 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10986 * remote.h (hex2bin, bin2hex): ... here.
10987 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10988
10989 2013-03-07 Eli Zaretskii <eliz@gnu.org>
10990
10991 * utils.c (initialize_utils): Improve doc strings of "set/show
10992 width", "set/show height", and "set/show pagination".
10993
10994 2013-03-06 Keith Seitz <keiths@redhat.com>
10995
10996 * ax-gdb.c (gen_printf): Make FORMAT const.
10997 * ax-gdb.h (gen_printf): Likewise.
10998 * ax-general.c (ax_string): Make STR const.
10999 * ax.h (ax_string): Likewise.
11000
11001 2013-03-06 Doug Evans <dje@google.com>
11002
11003 * elfread.c (elf_symfile_read): Move debugging printf to more
11004 logical location.
11005
11006 2013-03-06 Pedro Alves <palves@redhat.com>
11007
11008 * python/py-utils.c (target_string_to_unicode): Delete function.
11009 * python/python-internal.h (target_string_to_unicode): Delete
11010 declaration.
11011
11012 2013-03-06 Pierre Muller <muller@sourceware.org>
11013
11014 * linespec.c (get_current_search_block): ARI fix, use (void)
11015 for empty parameter list.
11016
11017 2013-03-05 Doug Evans <dje@google.com>
11018
11019 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
11020 of old ada_lookup_symbol_list. In !full_search case, don't
11021 search superblocks.
11022 (ada_lookup_symbol_list): Delete arg full_search, all callers
11023 updated. Call ada_lookup_symbol_list_worker.
11024 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
11025 * ada-lang.h (ada_lookup_symbol_list): Update.
11026 * language.h (language_defn): Update comment for
11027 la_iterate_over_symbols.
11028 * linespec.c (iterate_over_file_blocks): New function.
11029 (iterate_over_all_matching_symtabs): Call it.
11030 (lookup_prefix_sym): Ditto.
11031 (get_current_search_block): New function.
11032 (get_search_block): Delete.
11033 (find_label_symbols): Call get_current_search_block.
11034 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
11035 * symtab.c (iterate_over_symbols): Don't search superblocks.
11036
11037 2013-03-05 Yao Qi <yao@codesourcery.com>
11038
11039 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
11040 parameter VAR's type from "unsigned int" to "int".
11041 * command.h (var_zuinteger_unlimited): Update its comments.
11042 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
11043
11044 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11045
11046 * NEWS: Mention new target x86_64-*-cygwin*.
11047
11048 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
11049
11050 * configure.host: Add x86_64-*-cygwin* as host.
11051 * configure.tgt: Add x86_64-*-cygwin* as target.
11052 * config/i386/cygwin64.mh: New file.
11053
11054 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11055
11056 * linespec.c (decode_line_2): Fix duplicate request off by two message.
11057
11058 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11059
11060 * linespec.c (struct linespec_canonical_name): New.
11061 (struct linespec_state): Change canonical_names type to it.
11062 (add_sal_to_sals): Change variable canonical_name to canonical. Change
11063 xrealloc element size. Initialize the different CANONICAL fields.
11064 (canonical_to_fullform): New.
11065 (filter_results): Use it. Add variables canonical, fullform and
11066 cleanup.
11067 (struct decode_line_2_item, decode_line_2_compare_items): New.
11068 (decode_line_2): Remove variables iter and item_names, add variables
11069 items and items_count. Modify the code for these new variables.
11070
11071 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
11072
11073 * coff-pe-read.c (read_pe_exported_syms): Don't return without
11074 calling do_cleanup.
11075
11076 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
11077
11078 * tracepoint.c (build_traceframe_info): Add code for byte order.
11079
11080 2013-03-02 Kevin Buettner <kevinb@redhat.com>
11081
11082 * v850-tdep.c: (v850e2_register_name): Revise system register
11083 names to match current V850E2M architecture specifications.
11084 Update register number enum comments too.
11085
11086 2013-03-01 Jiong Wang <jiwang@tilera.com>
11087 Pedro Alves <palves@redhat.com>
11088
11089 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
11090 to END_ADDR.
11091 (tilegx_skip_prologue): Limit prologue analysis to section end.
11092
11093 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11094
11095 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
11096 use it.
11097
11098 2013-03-01 Pedro Alves <palves@redhat.com>
11099
11100 Use gdb_byte for bytes from the program being debugged.
11101
11102 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
11103 Change type of local 'buf' to gdb_byte.
11104 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
11105 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
11106 * cris-tdep.c (cris_sigcontext_addr)
11107 (cris_sigtramp_frame_unwind_cache): Likewise.
11108 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
11109 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
11110 Likewise.
11111 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
11112 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
11113 (hppa32_hpux_search_dummy_call_sequence)
11114 (hppa_hpux_supply_save_state): Likewise.
11115 * hppa-linux-tdep.c (insns_match_pattern)
11116 (hppa_linux_find_global_pointer): Likewise.
11117 * hppa-tdep.c (hppa_in_function_epilogue_p)
11118 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
11119 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
11120 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
11121 (i386fbsd_collect_uthread): Likewise.
11122 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
11123 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
11124 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
11125 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
11126 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
11127 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
11128 (ia64_libunwind_frame_prev_register)
11129 (ia64_libunwind_sigtramp_frame_this_id)
11130 (ia64_find_global_pointer_from_dynamic_section)
11131 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
11132 (ia64_unwind_pc): Likewise.
11133 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
11134 * m68hc11-tdep.c (m68hc11_push_dummy_call)
11135 (m68hc11_extract_return_value): Likewise.
11136 * m68klinux-nat.c (fetch_register, store_register): Likewise.
11137 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
11138 (mep_get_insn, mep_push_dummy_call): Likewise.
11139 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
11140 (mips_linux_in_dynsym_stub): Likewise.
11141 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
11142 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
11143 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
11144 to gdb_byte.
11145 * remote-mips.c (mips_set_register): Likewise.
11146 * remote-sim.c (gdbsim_fetch_register): Likewise.
11147 * score-tdep.c (score7_fetch_inst): Change type of parameter
11148 'memblock' and local 'buf' to gdb_byte.
11149 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
11150 Change type of local 'buf' to gdb_byte. Adjust.
11151 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
11152 to gdb_byte**.
11153 (score7_analyze_prologue): Change type of 'memblock' and
11154 'memblock_ptr' locals to gdb_byte*.
11155 * sh64-tdep.c (sh64_extract_return_value)
11156 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
11157 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
11158 * solib-pa64.c (pa64_solib_create_inferior_hook)
11159 (pa64_open_symbol_file_object): Remove local 'buf'.
11160 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
11161 (som_open_symbol_file_object): Likewise.
11162 * solib-spu.c (spu_current_sos): Likewise.
11163 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
11164 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
11165 (spu_store_registers): Likewise.
11166 * target.c (debug_print_register): Likewise.
11167 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
11168 * xstormy16-tdep.c (xstormy16_store_return_value)
11169 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
11170 (xstormy16_find_jmp_table_entry): Likewise.
11171
11172 2013-03-01 Jiong Wang <jiwang@tilera.com>
11173
11174 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
11175 (tilegx_gdbarch_init): Install it.
11176
11177 2013-02-28 Tom Tromey <tromey@redhat.com>
11178
11179 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
11180 PyLong_Check.
11181
11182 2013-02-28 Doug Evans <dje@google.com>
11183
11184 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
11185 * python/python.c (gdbpy_find_pc_line): Ditto.
11186
11187 2013-02-28 Tom Tromey <tromey@redhat.com>
11188
11189 * contrib/excheck.py: New file.
11190 * contrib/exsummary.py: New file.
11191 * contrib/gcc-with-excheck: New file.
11192
11193 2013-02-28 Tom Tromey <tromey@redhat.com>
11194
11195 * python/python.c (gdbpy_print_stack): Call begin_line and
11196 fprintf_filtered inside TRY_CATCH.
11197
11198 2013-02-28 Tom Tromey <tromey@redhat.com>
11199
11200 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11201 inside TRY_CATCH.
11202
11203 2013-02-28 Tom Tromey <tromey@redhat.com>
11204
11205 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11206 frame_object_to_frame_info inside TRY_CATCH.
11207
11208 2013-02-28 Tom Tromey <tromey@redhat.com>
11209
11210 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11211 TRY_CATCH.
11212
11213 2013-02-28 Tom Tromey <tromey@redhat.com>
11214
11215 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11216
11217 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
11218
11219 * windows-nat.c: Throughout, fix format strings and casts of
11220 printf-like functions to avoid type related warnings on all
11221 platforms.
11222 (handle_output_debug_string): Fetch context information address
11223 from debug string using string_to_core_addr.
11224
11225 2013-02-27 Jiong Wang <jiwang@tilera.com>
11226
11227 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11228 * regformats/reg-tilegx32.dat: New.
11229
11230 2013-02-27 Jiong Wang <jiwang@tilera.com>
11231
11232 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11233
11234 2013-02-27 Jiong Wang <jiwang@tilera.com>
11235
11236 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11237
11238 2013-02-27 Yao Qi <yao@codesourcery.com>
11239 Pedro Alves <palves@redhat.com>
11240
11241 * tracepoint.c (tfile_trace_find): For tfind
11242 pc/tp/range/outside, look for the next trace frame instead of
11243 always starting from frame 0.
11244
11245 2013-02-26 Anthony Green <green@moxielogic.com>
11246
11247 * configure.tgt: Add support for moxie-*-rtems* target.
11248
11249 2013-02-25 Pedro Alves <palves@redhat.com>
11250
11251 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11252 warning text.
11253
11254 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11255
11256 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11257 if $fp is used as the virtual frame pointer.
11258
11259 2013-02-23 Alan Modra <amodra@gmail.com>
11260
11261 * elfread.c (elf_symtab_read): Do not use udata.p here to find
11262 symbol size.
11263 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11264 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11265 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11266 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11267
11268 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11269
11270 Code cleanup.
11271 * elfread.c (build_id_bfd_get): Make the return type const.
11272 (build_id_verify): Make the check parameter const.
11273 (build_id_to_debug_filename): Make the build_id parameter and variable
11274 data const.
11275 (find_separate_debug_file_by_buildid): Make the variable build_id const.
11276
11277 2013-02-21 Alan Modra <amodra@gmail.com>
11278
11279 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11280
11281 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
11282
11283 Add a new method 'disassemble' to gdb.Architecture class.
11284 * python/py-arch.c (archpy_disassmble): Implementation of the
11285 new method gdb.Architecture.disassemble.
11286 (arch_object_methods): Add entry for the new method.
11287
11288 2013-02-20 Jiong Wang <jiwang@tilera.com>
11289
11290 * MAINTAINERS (Write After Approval): Add myself to the list.
11291
11292 2013-02-19 Pedro Alves <palves@redhat.com>
11293
11294 Garbage collect 'struct monitor_ops'::load_routine.
11295
11296 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11297 * monitor.c (monitor_load): No longer call
11298 current_monitor->load_routine.
11299 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11300 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11301 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11302
11303 2013-02-19 Pedro Alves <palves@redhat.com>
11304
11305 PR gdb/15161
11306
11307 Harmonize with generic_load.
11308
11309 * monitor.c: Include "readline/readline.h".
11310 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
11311 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
11312 long/strtol for the 'load_offset' local. Error out if no argument
11313 is given or if too many arguments are given. Tilde expand the
11314 passed in file name.
11315
11316 2013-02-19 Kai Tietz <ktietz@redhat.com>
11317
11318 PR gdb/15161
11319 * symfile.c (load_section_data): Change type of load_offset
11320 to CORE_ADDR.
11321 (generic_load): User strtoulst instead of strtoul for conversion
11322 of load_offset.
11323
11324 2013-02-19 Jiong Wang <jiwang@tilera.com>
11325
11326 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11327 for return address, "lr" register, saved on stack.
11328 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11329 after we invoke tilegx_analyze_prologue.
11330
11331 2013-02-19 Jiong Wang <jiwang@tilera.com>
11332
11333 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11334
11335 2013-02-19 Jiong Wang <jiwang@tilera.com>
11336
11337 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11338
11339 2013-02-19 Jiong Wang <jiwang@tilera.com>
11340
11341 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11342 (tilegx_write_pc): New function.
11343 (tilegx_cannot_reference_register): Return zero if REGNO
11344 is TILEGX_FAULTNUM_REGNUM.
11345 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11346 (tilegx_register_name): Add handling of "faultnum" register.
11347 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11348 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11349 handling of TILEGX_FAULTNUM_REGNUM.
11350 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11351
11352 2013-02-19 Jiong Wang <jiwang@tilera.com>
11353
11354 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11355 should be aligned to 64bit.
11356
11357 2013-02-19 Kai Tietz <ktietz@redhat.com>
11358
11359 * windows-nat.c (windows_xfer_memory): Fix debug-output
11360 for LLP64.
11361
11362 2013-02-19 Lei Liu <lei.liu2@windriver.com>
11363
11364 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11365 Don't check DSP register number if HAVE_DSP is not set.
11366
11367 2013-02-19 Alan Modra <amodra@gmail.com>
11368
11369 * elfread.c (struct build_id): Delete. Use struct elf_build_id
11370 throughout file instead.
11371 (build_id_bfd_get): Update to use new elf_tdata build_id field.
11372 Don't xmalloc return value.
11373 (build_id_verify): Similarly. Don't xfree.
11374 (build_id_to_debug_filename): Update.
11375 (find_separate_debug_file_by_buildid): Update, don't xfree.
11376
11377 2013-02-18 Tom Tromey <tromey@redhat.com>
11378
11379 PR gdb/15102:
11380 * dwarf2read.c (read_subrange_type): Use result of
11381 'check_typedef'.
11382
11383 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
11384
11385 * frame.c: Remove one extra white space after #include
11386 directive.
11387
11388 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11389
11390 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11391
11392 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11393
11394 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11395 and dir commands into an if block.
11396
11397 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
11398
11399 * python/py-breakpoint (struct pybp_code): Use int instead of
11400 enum type_code.
11401
11402 2013-02-15 Pedro Alves <pedro@codesourcery.com>
11403 Hafiz Abid Qadeer <abidh@codesourcery.com>
11404
11405 * NEWS: Mention new field "trace-file".
11406 * tracepoint.c (trace_status_mi): Output "trace-file" field.
11407 (tfile_open): Record the trace file's filename in the trace
11408 status.
11409 (tfile_files_info): Mention the name of the trace file.
11410 Check the "filename" field explicitely.
11411 (trace_status_command): Explicitely check "filename" field.
11412 (trace_find_command): Ditto.
11413 (trace_find_pc_command): Ditto.
11414 (trace_find_tracepoint_command): Ditto.
11415 (trace_find_line_command): Ditto.
11416 (trace_find_range_command): Ditto.
11417 (trace_find_outside_command): Ditto.
11418 * tracepoint.h (struct trace_status) <from_file>: Rename it
11419 to "filename" and make it hold the trace file's filename
11420 instead of a boolean.
11421 * remote.c (remote_get_trace_status): Initialize "filename"
11422 field with NULL instead of 0.
11423
11424 2013-02-15 Yao Qi <yao@codesourcery.com>
11425
11426 * remote.c: Fix a typo.
11427
11428 2013-02-14 Pierre Muller <muller@sourceware.org>
11429
11430 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11431
11432 2013-02-14 Pedro Alves <palves@redhat.com>
11433
11434 * utils.c (savestring): Don't #undef it. Move function to
11435 common/common-utils.c.
11436 * common/common-utils.c: Include gdb_string.h.
11437 (savestring): Move here from utils.c.
11438 * common/common-utils.h (savestring): Declare.
11439
11440 2013-02-14 Pedro Alves <palves@redhat.com>
11441
11442 * utils.c (savestring): Rename parameter 'size' to 'len'.
11443
11444 2013-02-14 Pedro Alves <palves@redhat.com>
11445 Yufeng Zhang <yufeng.zhang@arm.com>
11446
11447 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11448 (aarch64_inferior_data, struct aarch64_inferior_data):
11449 Delete.
11450 (struct aarch64_process_info): New.
11451 (aarch64_process_list): New global.
11452 (aarch64_find_process_pid, aarch64_add_process)
11453 (aarch64_process_info_get): New functions.
11454 (aarch64_inferior_data_get): Delete.
11455 (aarch64_process_info_get): New function.
11456 (aarch64_forget_process): New function.
11457 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11458 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11459 aarch64_get_debug_reg_state.
11460 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11461 instead of linux_nat_iterate_watchpoint_lwps.
11462 (aarch64_linux_new_fork): New function.
11463 (aarch64_linux_child_post_startup_inferior): Use
11464 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11465 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11466 (aarch64_linux_remove_hw_breakpoint)
11467 (aarch64_handle_aligned_watchpoint)
11468 (aarch64_handle_unaligned_watchpoint)
11469 (aarch64_linux_insert_watchpoint)
11470 (aarch64_linux_remove_watchpoint)
11471 (aarch64_linux_stopped_data_address): Adjust to pass the current
11472 process id to aarch64_debug_reg_state.
11473 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11474 linux_nat_new_fork hook, and aarch64_forget_process as
11475 linux_nat_forget_process hook; remove the call to
11476 register_inferior_data_with_cleanup.
11477
11478 2013-02-14 Pedro Alves <palves@redhat.com>
11479
11480 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11481 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11482 lval_memory.
11483
11484 2013-02-14 Pedro Alves <pedro@codesourcery.com>
11485 Hafiz Abid Qadeer <abidh@codesourcery.com>
11486
11487 * tracepoint.h (validate_trace_state_variable_name): Declare.
11488 * tracepoint.c (validate_trace_state_variable_name): New.
11489 (trace_variable_command): Parse the trace state variable's name
11490 without using parse_expression. Do several validations.
11491 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11492 trace state variable's name with parse_expression. Validate it.
11493
11494 2013-02-14 Yao Qi <yao@codesourcery.com>
11495
11496 * infcmd.c (breakpoint_proceeded): Remove it.
11497
11498 2013-02-14 Yao Qi <yao@codesourcery.com>
11499
11500 * tracepoint.c (end_actions_pseudocommand): Make it static.
11501 (while_stepping_pseudocommand): Likewise.
11502 * tracepoint.h (end_actions_pseudocommand): Remove the
11503 declaration.
11504 (while_stepping_pseudocommand): Likewise.
11505
11506 2013-02-14 Yao Qi <yao@codesourcery.com>
11507
11508 * cli/cli-decode.c (help_cmd): Remove the declaration of
11509 "cmdlist".
11510 (help_all): Likewise.
11511
11512 2013-02-13 Pedro Alves <palves@redhat.com>
11513
11514 * amd64-linux-nat.c (update_debug_registers_callback):
11515 Update comment.
11516 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11517 iterate_over_lwps.
11518 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11519 i386_debug_reg_state.
11520 (amd64_linux_new_fork): New function.
11521 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11522 linux_nat_new_fork hook, and i386_forget_process as
11523 linux_nat_forget_process hook.
11524 * i386-linux-nat.c (update_debug_registers_callback):
11525 Update comment.
11526 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11527 iterate_over_lwps.
11528 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11529 i386_debug_reg_state.
11530 (i386_linux_new_fork): New function.
11531 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11532 linux_nat_new_fork hook, and i386_forget_process as
11533 linux_nat_forget_process hook.
11534 * i386-nat.c (i386_init_dregs): Delete.
11535 (i386_inferior_data, struct i386_inferior_data):
11536 Delete.
11537 (struct i386_process_info): New.
11538 (i386_process_list): New global.
11539 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11540 New functions.
11541 (i386_inferior_data_get): Delete.
11542 (i386_process_info_get): New function.
11543 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11544 (i386_forget_process): New function.
11545 (i386_cleanup_dregs): Rewrite.
11546 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11547 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11548 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11549 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11550 to i386_debug_reg_state.
11551 (i386_use_watchpoints): Don't register inferior data.
11552 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11553 adjust comment.
11554 (i386_forget_process): Declare.
11555 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11556 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11557 New static globals.
11558 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11559 (add_initial_lwp): New, factored out from ...
11560 (add_lwp): ... this. Don't check the number of lwps before
11561 calling linux_nat_new_thread.
11562 (linux_nat_iterate_watchpoint_lwps): Delete.
11563 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11564 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11565 forks and vforks.
11566 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11567 initial lwp.
11568 (linux_nat_kill, linux_nat_mourn_inferior): Call
11569 linux_nat_forget_process.
11570 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11571 (linux_nat_forget_process): New functions.
11572 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11573 type.
11574 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11575 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11576 types.
11577 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11578 (linux_nat_forget_process): New declarations.
11579
11580 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11581 (amd64fbsd_mourn_inferior): New function.
11582 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11583 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11584
11585 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11586
11587 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11588 Adding _().
11589
11590 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11591
11592 * aarch64-linux-nat.c (debug_reg_change_callback)
11593 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11594 %s and phex().
11595
11596 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11597
11598 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11599 with LONGEST.
11600
11601 2013-02-13 Pedro Alves <palves@redhat.com>
11602 Hafiz Abid Qadeer <abidh@codesourcery.com>
11603
11604 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11605
11606 2013-02-12 Tom Tromey <tromey@redhat.com>
11607
11608 PR symtab/11464:
11609 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11610 NAME return.
11611 (classify_inner_name): Remove 'first_name' argument, add
11612 'context'. Remove unused variable.
11613 (yylex): Explicitly maintain the context type. Exit loop earlier
11614 if NAME result is seen.
11615
11616 2013-02-12 Pedro Alves <palves@redhat.com>
11617
11618 * amd64-darwin-tdep.c: Add (C) after Copyright.
11619 * cli/cli-cmds.h: Ditto.
11620 * cli/cli-decode.c: Ditto.
11621 * cli/cli-decode.h: Ditto.
11622 * cli/cli-dump.c: Ditto.
11623 * cli/cli-dump.h: Ditto.
11624 * cli/cli-interp.c: Ditto.
11625 * cli/cli-logging.c: Ditto.
11626 * cli/cli-script.c: Ditto.
11627 * cli/cli-script.h: Ditto.
11628 * cli/cli-setshow.c: Ditto.
11629 * cli/cli-setshow.h: Ditto.
11630 * cli/cli-utils.c: Ditto.
11631 * cli/cli-utils.h: Ditto.
11632 * config/alpha/nm-osf3.h: Ditto.
11633 * config/djgpp/djconfig.sh: Ditto.
11634 * config/i386/nm-fbsd.h: Ditto.
11635 * config/i386/nm-i386gnu.h: Ditto.
11636 * config/nm-linux.h: Ditto.
11637 * config/nm-nto.h: Ditto.
11638 * config/rs6000/nm-rs6000.h: Ditto.
11639 * config/sparc/nm-sol2.h: Ditto.
11640 * darwin-nat-info.c: Ditto.
11641 * dfp.c: Ditto.
11642 * dfp.h: Ditto.
11643 * gdb-demangle.h: Ditto.
11644 * i386-darwin-nat.c: Ditto.
11645 * i386-darwin-tdep.c: Ditto.
11646 * linux-fork.h: Ditto.
11647 * m32c-tdep.c: Ditto.
11648 * microblaze-linux-tdep.c: Ditto.
11649 * microblaze-rom.c: Ditto.
11650 * microblaze-tdep.c: Ditto.
11651 * microblaze-tdep.h: Ditto.
11652 * mips-linux-tdep.h: Ditto.
11653 * ppc-ravenscar-thread.c: Ditto.
11654 * ppc-ravenscar-thread.h: Ditto.
11655 * prologue-value.c: Ditto.
11656 * prologue-value.h: Ditto.
11657 * ravenscar-thread.c: Ditto.
11658 * ravenscar-thread.h: Ditto.
11659 * sparc-ravenscar-thread.c: Ditto.
11660 * sparc-ravenscar-thread.h: Ditto.
11661 * tilegx-linux-tdep.c: Ditto.
11662 * unwind_stop_reasons.def: Ditto.
11663 * windows-nat.h: Ditto.
11664 * xtensa-linux-tdep.c: Ditto.
11665 * xtensa-xtregs.c: Ditto.
11666 * regformats/regdat.sh: Ditto.
11667 * regformats/regdef.h: Ditto.
11668
11669 2013-02-12 Pedro Alves <palves@redhat.com>
11670
11671 * break-catch-sig.c: Update copyright years.
11672
11673 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11674
11675 Add support for a destructor for ui_out data and use it to
11676 provide a ui_out destructor.
11677 * ui-out.h: Declare the new ui_out destructor.
11678 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11679 * ui-out.c (default_data_destroy): Add a default data destructor
11680 which does nothing.
11681 (default_ui_out_impl): Set the new data_destroy field to
11682 default_data_destroy
11683 (uo_data_destroy): Local function which invokes the data
11684 destructor if present.
11685 (clear_table): Local function which clears the table data of a
11686 ui_out object.
11687 (ui_out_destroy): Public function which frees a ui_out object.
11688 (ui_out_table_end): Use the new clear_table function.
11689 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11690 NULL.
11691 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11692 to NULL.
11693
11694 2013-02-11 Doug Evans <dje@google.com>
11695
11696 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11697 (printf_decfloat): New function. Broken out from ui_printf.
11698 Remove unnecessary code to shift the entire format string down.
11699 (printf_pointer): New function.
11700 (ui_printf): Code to print C strings, wide C strings, decfloats,
11701 and pointers moved to separate functions.
11702
11703 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11704
11705 * valops.c (value_assign): Handling bitfield offset in
11706 `lval_internalvar_component' case.
11707
11708 2013-02-08 Doug Evans <dje@google.com>
11709
11710 * common/format.c (parse_format_string): Fix whitespace.
11711
11712 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11713
11714 * stack.c (return_command): Work around uninitialized variable
11715 warning.
11716
11717 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11718
11719 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11720 number of the registers from 36 to 34.
11721
11722 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11723
11724 * NEWS: Mention new AArch64 native and target support.
11725
11726 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11727
11728 * MAINTAINERS (Write After Approval): Add myself.
11729
11730 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11731 Marcus Shawcroft <marcus.shawcroft@arm.com>
11732 Nigel Stephens <nigel.stephens@arm.com>
11733 Yufeng Zhang <yufeng.zhang@arm.com>
11734
11735 * aarch64-linux-nat.c: New file.
11736 * config/aarch64/linux.mh: New file.
11737 * configure.host: Add AArch64.
11738 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11739
11740 2013-02-07 Doug Evans <dje@google.com>
11741
11742 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11743 disassemble command.
11744
11745 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11746
11747 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11748 set_gdbarch_fetch_tls_load_module_address.
11749
11750 2013-02-06 David S. Miller <davem@davemloft.net>
11751
11752 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11753 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11754 * value.c (struct_return_convention): New function.
11755 (using_struct_return): Implement in terms of struct_return_convention.
11756 * value.h (struct_return_convention): Declare.
11757 * stack.c (return_command): Allow successful overriding of the return
11758 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11759
11760 2013-02-06 Tom Tromey <tromey@redhat.com>
11761
11762 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11763 outside of TRY_CATCH.
11764
11765 2013-02-06 Yao Qi <yao@codesourcery.com>
11766
11767 * mi/mi-interp.c: Include "tracepoint.h".
11768 (mi_tsv_modified): Declare.
11769 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11770 (mi_interpreter_init): Call observer_attach_tsv_modified.
11771 (mi_tsv_modified): New.
11772 (mi_tsv_created, mi_tsv_deleted): Update.
11773 * tracepoint.c (trace_variable_command): Call
11774 observer_notify_tsv_modified if the initial value of tsv is
11775 changed.
11776 (delete_trace_state_variable): Call
11777 observer_notify_tsv_deleted earlier.
11778 (trace_variable_command): Caller update.
11779 (create_tsv_from_upload): Likewise.
11780 * observer.sh: Declare "struct trace_state_variable".
11781
11782 * NEWS: Mention the new MI notification "=tsv-modified".
11783
11784 2013-02-05 Doug Evans <dje@google.com>
11785
11786 * completer.c (location_completer): Fix typo in comment.
11787
11788 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11789
11790 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11791 ADDRESS sorted.
11792
11793 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11794
11795 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11796 Refactor if statement to avoid trailing || operator.
11797
11798 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11799
11800 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11801
11802 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11803
11804 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11805 * configure.host: Add powerpc*-*-freebsd* target.
11806 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11807 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11808 * config/powerpc/fbsd.mh: New file.
11809
11810 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11811 Denys Vlasenko <dvlasenk@redhat.com>
11812 Pedro Alves <palves@redhat.com>
11813
11814 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11815 (struct elf_internal_linux_prpsinfo): Forward declare.
11816 * gdbarch.h, gdbarch.c: Regenerate.
11817 * linux-tdep.c: Include `cli/cli-utils.h'.
11818 (linux_fill_prpsinfo): New function.
11819 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11820 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11821 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11822 depending on gdbarch pointer bitness.
11823 * ppc-linux-tdep.c: Include elf-bfd.h.
11824 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11825 on 32-bit.
11826
11827 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11828 Marcus Shawcroft <marcus.shawcroft@arm.com>
11829 Nigel Stephens <nigel.stephens@arm.com>
11830 Yufeng Zhang <yufeng.zhang@arm.com>
11831
11832 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11833
11834 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11835 Marcus Shawcroft <marcus.shawcroft@arm.com>
11836 Nigel Stephens <nigel.stephens@arm.com>
11837 Yufeng Zhang <yufeng.zhang@arm.com>
11838
11839 * aarch64-newlib-tdep.c: New file.
11840 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11841 aarch64*-*-elf.
11842 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11843 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11844 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11845 * osabi.c (gdb_osabi_names): Add "Newlib".
11846
11847 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11848 Marcus Shawcroft <marcus.shawcroft@arm.com>
11849 Nigel Stephens <nigel.stephens@arm.com>
11850 Yufeng Zhang <yufeng.zhang@arm.com>
11851
11852 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11853 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11854 * aarch64-linux-tdep.c: New file.
11855 * aarch64-linux-tdep.h: New file.
11856 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11857 * configure.tgt: Add aarch64-none-linux-gnu.
11858
11859 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11860 Marcus Shawcroft <marcus.shawcroft@arm.com>
11861 Nigel Stephens <nigel.stephens@arm.com>
11862 Yufeng Zhang <yufeng.zhang@arm.com>
11863
11864 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11865 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11866 (ALLDEPFILES): Add aarch64-tdep.c.
11867 * aarch64-tdep.c: New file.
11868 * aarch64-tdep.h: New file.
11869 * configure.tgt: Add AArch64.
11870 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11871 (aarch64-expedite): New definition.
11872 * features/aarch64-core.xml: New file.
11873 * features/aarch64-fpu.xml: New file.
11874 * features/aarch64-without-fpu.c: New file (generated).
11875 * features/aarch64-without-fpu.xml: New file.
11876 * features/aarch64.c: New file (generated).
11877 * features/aarch64.xml: New file.
11878 * regformats/aarch64-without-fpu.dat: New file (generated).
11879 * regformats/aarch64.dat: New file (generated).
11880
11881 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11882
11883 * contrib/expect-read1.c: New file.
11884 * contrib/expect-read1.sh: New file.
11885
11886 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 * dwarf2read.c (file_file_name): New function with code from
11889 file_full_name.
11890 (file_full_name): Move most of the code to file_file_name.
11891 (macro_start_file): Rename variable full_name to file_name and use
11892 file_file_name for it. Add comp_dir parameter to new_macro_table.
11893 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11894 macro_source_file->filename access by macro_source_fullname call.
11895 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11896 caller.
11897 * macrotab.c (struct macro_table): New field comp_dir.
11898 (macro_include): New variables link_fullname and source_fullname.
11899 Replace any macro_source_file->filename access by macro_source_fullname
11900 call.
11901 (macro_lookup_inclusion): Remove the partial filenames checking code.
11902 (check_for_redefinition): New variables source_fullname and
11903 found_key_fullname. Replace any macro_source_file->filename access by
11904 macro_source_fullname call.
11905 (macro_undef): New variables source_fullname and key_fullname. Replace
11906 any macro_source_file->filename access by macro_source_fullname call.
11907 (macro_lookup_definition): New variables retval and source_fullname.
11908 Replace any macro_source_file->filename access by macro_source_fullname
11909 call.
11910 (foreach_macro): New variable key_fullname. Replace any
11911 macro_source_file->filename access by macro_source_fullname call.
11912 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11913 macro_source_file->filename access by macro_source_fullname call.
11914 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11915 (macro_source_fullname): New function.
11916 * macrotab.h (struct macro_source_file): Extent the filename field
11917 comment.
11918 (new_macro_table): New parameter comp_dir, add a comment for it.
11919 (macro_source_fullname): new declaration.
11920
11921 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11922
11923 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11924 this_real_name to outer block. Use it also for
11925 compare_filenames_for_search.
11926 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11927 with dw2_get_real_path for file_matcher, considering also
11928 BASENAMES_MAY_DIFFER.
11929 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11930
11931 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11932
11933 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11934 to the file_matcher parameter. Pass 0 to it.
11935 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11936 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11937 NULL psymtab_to_fullname result.
11938 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11939 an expected filename instead.
11940 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11941 file_matcher parameter. Call also psymtab_to_fullname, after newly
11942 considering BASENAMES_MAY_DIFFER.
11943 * source.c (rewrite_source_path): Remove static.
11944 * source.h (rewrite_source_path): New declaration.
11945 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11946 the expand_symtabs_matching field. Comment it.
11947 * symtab.c (file_matches): New function comment. Add parameter
11948 basenames, implement it.
11949 (search_symbols_file_matches): Add basenames parameter. Update the
11950 file_matches caller.
11951 (search_symbols): Match FILES also against symtab_to_fullname.
11952 Optimize it for BASENAMES_MAY_DIFFER.
11953
11954 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11955
11956 * source.c (print_source_lines_base): Print for TUI also "fullname".
11957 * tui/tui-data.c (init_content_element): Change tui_locator_element
11958 field to full_name.
11959 * tui/tui-data.h (struct tui_locator_element): Likewise.
11960 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11961 tui_update_locator_filename calls to tui_update_locator_fullname.
11962 Replace symtab->filename refererence by symtab_to_fullname call.
11963 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11964 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11965 field to full_name. Replace symtab->filename refererence by
11966 symtab_to_fullname call.
11967 (tui_show_symtab_source): Rename parameter to fullname. Change
11968 tui_locator_element field to full_name.
11969 * tui/tui-stack.c: Include source.h.
11970 (tui_set_locator_filename): Rename the declaration to ...
11971 (tui_set_locator_fullname): ... here. Rename its parameter to
11972 fullname, updates its comment.
11973 (tui_set_locator_info): Rename its parameter to fullname.
11974 (tui_set_locator_filename): Rename the definition to ...
11975 (tui_set_locator_fullname): ... here. Rename its parameter to
11976 fullname, updates its comment. Change tui_locator_element field to
11977 full_name.
11978 (tui_set_locator_info): Rename its parameter to fullname.
11979 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11980 (tui_update_locator_filename): Rename to ...
11981 (tui_update_locator_fullname): ... here. Rename callee to
11982 tui_set_locator_fullname.
11983 (tui_show_frame_info): Replace symtab->filename refererence by
11984 symtab_to_fullname call.
11985 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11986 (tui_update_locator_fullname): ... here.
11987 * tui/tui-winsource.c (tui_display_main): Rename the callee to
11988 tui_update_locator_fullname. Replace symtab->filename refererence by
11989 symtab_to_fullname call.
11990 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11991 Rename the callee to tui_update_locator_fullname.
11992 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11993
11994 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11995
11996 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11997 by symtab_to_filename_for_display calls.
11998 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11999 (clear_command): New variable sal_fullname, initialize it. Replace
12000 compare_filenames_for_search by filename_cmp with sal_fullname.
12001 (say_where, update_static_tracepoint): Replace symtab->filename
12002 refererences by symtab_to_filename_for_display calls.
12003 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
12004 Likewise.
12005 * dwarf2read.c: Include source.h.
12006 (fixup_go_packaging): Replace symtab->filename refererences by
12007 symtab_to_filename_for_display calls.
12008 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
12009 Replace symtab->filename refererences by symtab_to_filename_for_display
12010 calls.
12011 (create_sals_line_offset, convert_linespec_to_sals): New variable
12012 fullname, initialize it, replace symtab->filename reference by the
12013 variable.
12014 * linux-fork.c: Include source.h.
12015 (info_checkpoints_command): Replace symtab->filename refererences by
12016 symtab_to_filename_for_display calls.
12017 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
12018 by symtab_to_filename_for_display calls.
12019 * mdebugread.c: Include source.h.
12020 (psymtab_to_symtab_1): Replace symtab->filename refererences by
12021 symtab_to_filename_for_display calls.
12022 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12023 (mi_cmd_file_list_exec_source_files): Likewise.
12024 * printcmd.c: Include source.h.
12025 (build_address_symbolic): Replace symtab->filename refererences by
12026 symtab_to_filename_for_display calls.
12027 * psymtab.c (partial_map_symtabs_matching_filename)
12028 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
12029 with psymtab_to_fullname.
12030 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
12031 by symtab_to_filename_for_display calls.
12032 (stpy_get_filename): New variable filename, initialize it, use instead
12033 of symtab->filename refererences.
12034 (salpy_str): Make variable filename const char *. Replace
12035 symtab->filename refererences by symtab_to_filename_for_display calls.
12036 * skip.c: Include source.h and filenames.h.
12037 (skip_file_command): Remove const from the symtab variable. Replace
12038 symtab->filename refererences by symtab_to_fullname call.
12039 (function_name_is_marked_for_skip): New variables searched_for_fullname
12040 and fullname. Use them to search also with symtab's fullname.
12041 * source.c (find_source_lines): Replace symtab->filename refererences
12042 by symtab_to_filename_for_display calls.
12043 (print_source_lines_base): New variable filename, use it instead of
12044 symtab->filename. Replace symtab->filename refererences by
12045 symtab_to_filename_for_display calls.
12046 (line_info, forward_search_command): Replace symtab->filename
12047 refererences by symtab_to_filename_for_display calls.
12048 (reverse_search_command): Replace symtab->filename refererences by
12049 symtab_to_filename_for_display calls. New variable filename for it.
12050 * stack.c (frame_info): Likewise.
12051 * symmisc.c: Include source.h.
12052 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
12053 (maintenance_info_symtabs): Replace symtab->filename refererences by
12054 symtab_to_filename_for_display calls.
12055 * symtab.c (iterate_over_some_symtabs): Call
12056 compare_filenames_for_search also with symtab_to_fullname.
12057 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
12058 symtab->filename refererences by symtab_to_filename_for_display calls.
12059 (find_line_symtab): Replace symtab->filename refererences by
12060 symtab_to_filename_for_display calls.
12061 (file_matches): Replace filename_cmp by compare_filenames_for_search.
12062 (print_symbol_info): Make the last parameter const char *. New
12063 variable s_filename. Use it in the function.
12064 (symtab_symbol_info): Make the last_filename variable const char *.
12065 Replace symtab->filename refererences by symtab_to_filename_for_display
12066 calls.
12067 (rbreak_command): New variable fullname. Use it. Replace
12068 symtab->filename refererence by symtab_to_filename_for_display call.
12069 * tracepoint.c (set_traceframe_context, trace_find_line_command)
12070 (print_one_static_tracepoint_marker): Replace symtab->filename
12071 refererences by symtab_to_filename_for_display calls.
12072 * tui/tui-source.c (tui_set_source_content): New variables filename and
12073 s_filename. Replace symtab->filename refererences by this variable.
12074 Replace other symtab->filename refererences by
12075 symtab_to_filename_for_display calls.
12076
12077 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
12078 Jan Kratochvil <jan.kratochvil@redhat.com>
12079
12080 Add a new variable that controls a way in which filenames are
12081 displayed.
12082 * NEWS (set filename-display): New entry.
12083 * source.c (filename_display_basename, filename_display_relative)
12084 (filename_display_absolute, filename_display_kind_names)
12085 (filename_display_string, show_filename_display_string)
12086 (symtab_to_filename_for_display): New.
12087 (_initialize_source): Added initialization of 'filename-display'
12088 variable.
12089 * source.h (symtab_to_filename_for_display): Added declaration.
12090 * stack.c (print_frame): Added new variable and calling of a new
12091 function and condition with this variable. Changed third argument of
12092 calling of a function.
12093
12094 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12095
12096 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
12097 Rename field reference filename to fullname.
12098 * tui/tui-data.h (struct tui_source_info): Rename field filename to
12099 fullname. New comment for it.
12100 * tui/tui-source.c (tui_set_source_content): Rename field reference
12101 filename to fullname. Initialize field by symtab_to_fullname now.
12102 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
12103 reference filename to fullname. Use symtab_to_fullname during
12104 comparison.
12105
12106 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12107
12108 Code cleanup.
12109 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
12110 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
12111 filename to fullname. Rename variable this_name to this_fullname.
12112 Lowercase FILENAME_CMP call.
12113 (dw2_find_symbol_file): New comment for the returned string.
12114 (dwarf2_gdb_index_functions): Rename the function to
12115 dw2_expand_symtabs_with_fullname.
12116 * psymtab.c (read_psymtabs_with_filename): Rename to ...
12117 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
12118 fullname.
12119 (psym_functions): Rename the function to read_psymtabs_with_fullname.
12120 * symfile.h (struct quick_symbol_functions): Rename field
12121 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
12122 parameter filename to fullname. Document returned string meaning for
12123 find_symbol_file.
12124 * symtab.c (find_line_symtab): Rename the called function to
12125 expand_symtabs_with_fullname.
12126
12127 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12128
12129 Code cleanup.
12130 * breakpoint.c (clear_command): Remove variable is_abs, unify the
12131 call of filename_cmp with compare_filenames_for_search.
12132 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
12133 is_abs, unify the call of FILENAME_CMP with
12134 compare_filenames_for_search. New gdb_asserts for real_path and name.
12135 Unify the call of compare_filenames_for_search with FILENAME_CMP.
12136 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
12137 * symfile.h (struct quick_symbol_functions): Extend the comment for
12138 map_symtabs_matching_filename.
12139 * symtab.c (compare_filenames_for_search): Remove the function comment
12140 relative path requirement. Handle absolute filenames, with a comment.
12141 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
12142 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
12143 real_path and name. Unify the call of compare_filenames_for_search
12144 with FILENAME_CMP.
12145 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
12146
12147 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12148
12149 Code cleanup.
12150 * breakpoint.c (print_breakpoint_location): Replace bp_location field
12151 source_file references by symtab field references. Remove variables
12152 sal and fullname.
12153 (momentary_breakpoint_from_master, add_location_to_breakpoint):
12154 (clear_command, say_where): Replace bp_location field source_file
12155 references by symtab field references.
12156 (bp_location_dtor): Remove the source_file reference.
12157 (update_static_tracepoint): Replace bp_location field source_file
12158 references by symtab field references.
12159 (breakpoint_free_objfile): New function.
12160 * breakpoint.h (struct bp_location): Extend the comment for line_number.
12161 Replace the field source_file by field symtab, extend its comment.
12162 (breakpoint_free_objfile): New declaration.
12163 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
12164 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
12165 field source_file references by symtab field references.
12166
12167 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12168
12169 Replace xfullpath calls by gdb_realpath calls.
12170 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
12171 function comment.
12172 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
12173 Remove it from the iterate_over_some_symtabs call.
12174 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
12175 Remove it from the dw2_map_expand_apply calls, remove a block handling
12176 it.
12177 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
12178 Remove it from the iterate_over_some_symtabs call.
12179 (partial_map_symtabs_matching_filename): Remove parameter full_path.
12180 Remove it from the partial_map_expand_apply calls, remove a block
12181 handling it. Drop gdb_realpath call and cleanups from the real_path
12182 handling.
12183 * source.c (openp): Drop the comment part about xfullpath. Replace
12184 xfullpath calls by gdb_realpath calls.
12185 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
12186 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
12187 from method map_symtabs_matching_filename and its comment.
12188 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
12189 gdb_realpath call.
12190 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12191 remove it also from the function comment, remove a block handling it.
12192 Drop gdb_realpath call and cleanups from the real_path handling.
12193 (iterate_over_symtabs): Drop variable full_path and its use.
12194 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12195 * utils.c (xfullpath): Remove.
12196 * utils.h (xfullpath): Remove.
12197
12198 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
12199
12200 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12201 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12202 (ALLDEPFILES): Add ppc64-tdep.c.
12203 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12204 ppc64-tdep.o to gdb_target_obs.
12205 * ppc64-tdep.h: New file.
12206 * ppc64-tdep.c: New file.
12207 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12208 ppc-linux-tdep.c to here.
12209 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12210 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12211 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12212 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12213 from ppc-linux-tdep.c to here.
12214 (ppc64_convert_from_func_ptr_addr): Rename from
12215 ppc64_linux_convert_from_func_ptr_addr to
12216 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12217 here.
12218 * rs6000-tdep.c:
12219 (read_insn): Move from ppc-linux-tdep.c to here.
12220 (insns_match_pattern, insn_d_field, insn_ds_field): Move
12221 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12222 * ppc-linux-tdep.c: Include ppc64-tdep.h.
12223 Removed above functions.
12224 (ppc_linux_init_abi): Adjust.
12225
12226 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12227
12228 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12229
12230 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12231
12232 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12233
12234 2013-02-01 Pedro Alves <palves@redhat.com>
12235
12236 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12237 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12238
12239 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12240
12241 * elfread.c (elf_symfile_read): Limit separate debug info additions to
12242 files with no separate debug info.
12243 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12244 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12245 only for files with no separate debug info.
12246
12247 2013-01-31 Tom Tromey <tromey@redhat.com>
12248
12249 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12250 change type.
12251 (struct jit_program_space_data): Rename from jit_inferior_data.
12252 Update comments.
12253 (get_jit_program_space_data): Rename from get_jit_inferior_data.
12254 Change return type. Attach data to program space.
12255 (jit_program_space_data_cleanup): Rename from
12256 jit_inferior_data_cleanup; change argument type.
12257 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12258 change type.
12259 (jit_register_code): Update.
12260 (jit_update_inferior_cache): Remove.
12261 (jit_breakpoint_deleted): Get jit data from the location's program
12262 space.
12263 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12264 'ps_data', change type.
12265 (jit_inferior_init, jit_breakpoint_re_set_internal)
12266 (jit_event_handler): Update.
12267 (free_objfile_data): Get data from objfile's program space.
12268 (_initialize_jit): Update.
12269
12270 2013-01-31 Tom Tromey <tromey@redhat.com>
12271
12272 PR gdb/13987:
12273 * jit.c (struct jit_inferior_data) <cached_code_address,
12274 jit_breakpoint>: New fields.
12275 (jit_breakpoint_re_set_internal): Fix logging. Only create
12276 breakpoint if cached address has changed.
12277 (jit_update_inferior_cache, jit_breakpoint_deleted): New
12278 functions.
12279 (_initialize_jit): Register breakpoint deleted observer.
12280
12281 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12282
12283 * infrun.c (handle_syscall_event): Remove unused gdbarch.
12284 (save_infcall_suspend_state): Ifdef out unused inf.
12285 (restore_infcall_suspend_state): Ifdef out unused inf.
12286 * jit.c (jit_register_code): Remove unused i, b, inf_data.
12287 (jit_frame_sniffer): Remove unused inf_data.
12288
12289 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12290
12291 * c-exp.y (classify_inner_name): Remove unused type.
12292 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12293 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12294 need_escape.
12295 (c_get_string): Remove unused kind.
12296 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12297
12298 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12299
12300 * charset.c (intermediate_encoding): Remove unused i.
12301 * completer.c (signal_completer): Remove unused i.
12302 * continuations.c (discard_my_continuations_1): Remove unused
12303 continuation_ptr.
12304 * corelow.c (core_close): Remove unuseD name.
12305 (get_core_siginfo): Remove unused pid.
12306 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12307 i, cps.
12308 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12309 (loclist_describe_location): Remove unused first.
12310 * event-top.c (command_line_handler): Remove unused got_eof.
12311 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12312 (resize_section_table): Remove unused old_value.
12313 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12314 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12315 * i386-tdep.c (i386_process_record): Remove unused rex.
12316 * infcmd.c (get_return_value): Remove unused uiout.
12317 * jv-lang.c (type_from_class): Remove unused is_array.
12318 * jv-valprint.c (java_val_print): Remove unused i.
12319 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12320 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12321 * m2-typeprint.c (m2_print_type): Remove unused code.
12322 * macroexp.c (get_character_constant): Remove unused body_start.
12323 (macro_stringify): Remove unused result.
12324 * objc-lang.c (find_methods): Remove unused gdbarch.
12325 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12326 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12327 * stack.c (print_frame_args): Remove unused summary.
12328 * thread.c (thread_apply_command): Remove unused p.
12329 * valarith.c (value_x_unop): Remove unused mangle_ptr.
12330 * valops.c (search_struct_method): Remove unused skip.
12331 * valprint.c (generic_val_print): Remove unused byte_order.
12332 * varobj.c (varobj_update): Remove unused changed.
12333 * cli/cli-cmds.c (complete_command): Remove unused next_item.
12334 (alias_command): Remove unused c.
12335 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12336 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12337 format.
12338 (mi_cmd_data_write_memory): Remove unused word_format.
12339 (mi_cmd_data_write_memory_bytes): Remove unused r.
12340 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12341 p_start, p_end.
12342 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12343 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12344 line_width.
12345
12346 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12347
12348 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12349 * symtab.c (iterate_over_symtabs): Remove unused s.
12350 (find_pc_sect_symtab): Remove unused pspAce.
12351 (find_pc_sect_line): Remove unused alt_symtab.
12352 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12353 (completion_list_add_name): Remove unused newsize.
12354
12355 2013-01-31 Tom Tromey <tromey@redhat.com>
12356
12357 PR c++/14998:
12358 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12359 TYPE_CODE_FUNC.
12360
12361 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12362
12363 * target.c (target_read_string): Remove unused origlen.
12364
12365 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12366
12367 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12368 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12369 * ax-general.c (ax_print): Remove unused is_float.
12370 * blockframe.c (block_innermost_frame): Remove unused start, end.
12371 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12372
12373 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12374
12375 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12376 (svr4_read_so_list): Remove unused lmo.
12377 * solib-target.c (solib_target_relocate_section_addresses): Remove
12378 unused flags.
12379
12380 2013-01-30 Tom Tromey <tromey@redhat.com>
12381
12382 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12383
12384 2013-01-30 Tom Tromey <tromey@redhat.com>
12385
12386 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12387 * utils.c (gnu_debuglink_crc32): Remove.
12388 * utils.h (gnu_debuglink_crc32): Don't declare.
12389
12390 2013-01-30 Tom Tromey <tromey@redhat.com>
12391
12392 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12393 (read_structure_type, read_enumeration_type): Remove cast.
12394
12395 2013-01-30 Tom Tromey <tromey@redhat.com>
12396
12397 * dwarf2read.c (read_namespace_type): Remove cast.
12398 (read_typedef): Likewise.
12399
12400 2013-01-29 Tom Tromey <tromey@redhat.com>
12401
12402 * dwarf2read.c (free_dwo_file): Remove assert.
12403
12404 2013-01-29 Tom Tromey <tromey@redhat.com>
12405
12406 * value.c (deprecated_set_value_modifiable): Remove.
12407 * value.h (deprecated_set_value_modifiable): Remove.
12408
12409 2013-01-28 Doug Evans <dje@google.com>
12410
12411 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12412 to addresses from dwo files.
12413
12414 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
12415
12416 * valops.c (find_overload_match): Remove unused argument 'lax'.
12417 * value.h: Remove unused argument 'lax' from the declaration of
12418 find_overload_match.
12419 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12420 to find_overload_match.
12421 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12422 argument to find_overload_match.
12423
12424 2013-01-25 Tom Tromey <tromey@redhat.com>
12425
12426 * dwarf2read.c (processing_has_namespace_info): Remove.
12427 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12428 (process_die, read_func_scope, dwarf2_start_symtab)
12429 (new_symbol_full): Update.
12430
12431 2013-01-25 Tom Tromey <tromey@redhat.com>
12432
12433 * cp-namespace.c (cp_set_block_scope): Remove.
12434 * cp-support.h (cp_set_block_scope): Remove.
12435 * dbxread.c: Include block.h.
12436 (cp_set_block_scope): New function.
12437 (process_one_symbol): Update.
12438 * dwarf2read.c (read_func_scope): Use block_set_scope.
12439
12440 2013-01-25 Pedro Alves <palves@redhat.com>
12441
12442 * remote.c (add_current_inferior_and_thread): Tweak comment.
12443
12444 2013-01-25 Tom Tromey <tromey@redhat.com>
12445
12446 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12447 (cp_add_using_directive): Add 'copy_names' argument.
12448 * cp-support.h (cp_add_using_directive): Update.
12449 (struct using_direct) <import_src, import_dest, alias,
12450 declaration>: Now const.
12451 * dwarf2read.c (read_import_statement): Use obconcat.
12452 Don't copy names passed to cp_add_using_directive.
12453
12454 2013-01-25 Tom Tromey <tromey@redhat.com>
12455
12456 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12457
12458 2013-01-25 Pedro Alves <palves@redhat.com>
12459
12460 * remote.c (stop_reply_extract_thread): New.
12461 (add_current_inferior_and_thread): New parameter 'wait_status'.
12462 Handle it.
12463 (remote_start_remote): Pass wait status to
12464 add_current_inferior_and_thread.
12465 (extended_remote_run): Update comment.
12466 (extended_remote_create_inferior_1): Pass wait status to
12467 add_current_inferior_and_thread.
12468
12469 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
12470 Ulrich Weigand <uweigand@de.ibm.com>
12471
12472 * valarith.c (value_vector_widen): New function for replicating a
12473 scalar into a vector.
12474 (value_binop): Use value_vector_widen to widen scalar to vector
12475 rather than casting, this better matches gcc C behaviour.
12476 * valops.c (value_casst): Update logic for casting between vector
12477 types, and for casting from scalar to vector, try to match gcc C
12478 behaviour.
12479 * value.h (value_vector_widen): Declare.
12480 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12481 function, handle special case for casting scalar to vector.
12482 (opencl_relop): Use opencl_value_cast.
12483 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12484 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12485 in order to use opencl_value_cast.
12486
12487 2013-01-25 Yao Qi <yao@codesourcery.com>
12488
12489 * event-loop.c: Include "queue.h".
12490 (gdb_event_p): New typedef.
12491 (DECLARE_QUEUE_P): Use.
12492 (DEFINE_QUEUE_P): Use.
12493 (async_queue_event): Remove.
12494 (gdb_event_xfree): New.
12495 (initialize_event_loop): New.
12496 (process_event): Use QUEUE macros.
12497 (event_queue): Remove.
12498 (gdb_wait_for_event): Caller update.
12499 (check_async_event_handlers): Likewise.
12500 (poll_timers): Likewise.
12501 * event-loop.h (initialize_event_loop): Declare.
12502 * event-loop.c (gdb_event_xfree): New.
12503 * top.c (gdb_init): Call initialize_event_loop.
12504
12505 2013-01-25 Yao Qi <yao@codesourcery.com>
12506
12507 * event-loop.c (async_queue_event): Remove one parameter
12508 'position'. Remove code handling 'position' == TAIL.
12509 (gdb_wait_for_event): Caller update.
12510 (check_async_event_handlers): Caller update.
12511 (poll_timers): Caller update.
12512 * event-loop.h (enum queue_position): Remove.
12513
12514 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12515
12516 * MAINTAINERS: Update my email.
12517
12518 2013-01-25 Yao Qi <yao@codesourcery.com>
12519
12520 * main.c (print_gdb_help): Remove "--epoch" from the help
12521 message.
12522
12523 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12524
12525 * symtab.c (skip_prologue_using_sal): Consider a file
12526 change the same as an increased line number
12527
12528 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12529
12530 * MAINTAINERS (Write After Approval): Add myself to the list.
12531
12532 2013-01-24 Tom Tromey <tromey@redhat.com>
12533
12534 * ada-lang.h (ada_decode_symbol): Make return type const.
12535 * ada-lang.c (ada_decode_symbol): Likewise.
12536
12537 2013-01-23 Doug Evans <dje@google.com>
12538
12539 * linespec.c (find_linespec_symbols): Make static.
12540
12541 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12542
12543 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12544 type on float conversion for complex type.
12545
12546 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12547
12548 Add a new class gdb.Architecture which exposes GDB's
12549 internal representation of architecture via GDB Python API.
12550 * Makefile.in: Add entries corresponding to the new file
12551 python/py-arch.c.
12552 * NEWS (Python Scripting): Add entries for the new class
12553 gdb.Architecture and the new method gdb.Frame.architecture.
12554 * python/py-arch.c: Implement gdb.Architecture class.
12555 * python/py-frame.c (frapy_arch): Implement the method
12556 gdb.Frame.architecture().
12557 (frame_object_methods): Add 'architecture' to the method table.
12558 * python/python-internal.h: Add declarations of new utility
12559 functions.
12560 * python/python.c (_initialize_python): Initialize
12561 gdb.Architecture class.
12562
12563 2013-01-23 Doug Evans <dje@google.com>
12564
12565 Work around binutils/15021.
12566 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12567 type_unit_group out of union s. All uses updated.
12568 (read_index_from_section): Watch for index version 8.
12569 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12570 an imported symtab.
12571 (write_psymtabs_to_index): Increment version number to 8.
12572
12573 2013-01-22 Pedro Alves <palves@redhat.com>
12574
12575 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12576 user-visible.
12577
12578 2013-01-22 Pedro Alves <palves@redhat.com>
12579
12580 * annotate.c (annotate_breakpoints_changed): Rename to ...
12581 (annotate_breakpoints_invalid): ... this. Make static.
12582 (breakpoint_changed): Adjust.
12583 (_initialize_annotate): Always install the observers. Install a
12584 "breakpoint_created" observer.
12585 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12586 * breakpoint.c (set_breakpoint_condition)
12587 (breakpoint_set_commands, do_map_commands_command)
12588 (init_raw_breakpoint, clear_command, set_ignore_count)
12589 (enable_breakpoint_disp): No longer call
12590 annotate_breakpoints_changed.
12591
12592 2013-01-22 Pedro Alves <palves@redhat.com>
12593
12594 * annotate.c: Include "inferior.h".
12595 (frames_invalid_emitted)
12596 (breakpoints_invalid_emitted): New globals.
12597 (async_background_execution_p): New function.
12598 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12599 emitting the annotation if it has already been emitted.
12600 (annotate_display_prompt): New function.
12601 * annotate.h (annotate_display_prompt): New declaration.
12602 * event-top.c: Include annotate.h.
12603 (display_gdb_prompt): Call annotate_display_prompt.
12604
12605 2013-01-22 Pedro Alves <palves@redhat.com>
12606
12607 * annotate.c (ignore_count_changed): Delete.
12608 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12609 (annotate_ignore_count_change): Delete.
12610 (annotate_stopped): Don't emit a delayed breakpoints-changed
12611 annotation.
12612 * annotate.h (annotate_ignore_count_change): Delete.
12613 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12614 annotate_ignore_count_change.
12615
12616 2013-01-22 Tom Tromey <tromey@redhat.com>
12617
12618 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12619 require_rvalue for a register location.
12620
12621 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12622
12623 * breakpoint.c (print_one_breakpoint_location): Add MI
12624 field 'thread-groups' when printing a breakpoint.
12625 (output_thread_groups): New function.
12626
12627 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12628
12629 * python/lib/gdb/commands/explore.py
12630 (CompoundExplorer.explore_expr): Correct the name of a method
12631 being invoked.
12632 (ExploreTypeCommand.invoke): Add a missing 'return'.
12633
12634 2013-01-21 Tom Tromey <tromey@redhat.com>
12635
12636 * gdb_obstack.h (obconcat): Move declaration here, from...
12637 * symfile.h (obconcat): ... here.
12638 * gdb_obstack.c: New file.
12639 (obconcat): Move from...
12640 * symfile.c (obconcat): ... here.
12641 * Makefile.in (SFILES): Add gdb_obstack.c.
12642 (COMMON_OBS): Add gdb_obstack.o.
12643
12644 2013-01-21 Tom Tromey <tromey@redhat.com>
12645
12646 * symfile.h (obsavestring): Don't declare.
12647 * symfile.c (obsavestring): Remove.
12648 * ada-exp.y: Use obstack_copy0, not obsavestring.
12649 * ada-lang.c: Use obstack_copy0, not obsavestring.
12650 * coffread.c: Use obstack_copy0, not obsavestring.
12651 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12652 * dbxread.c: Use obstack_copy0, not obsavestring.
12653 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12654 * jit.c: Use obstack_copy0, not obsavestring.
12655 * mdebugread.c: Use obstack_copy0, not obsavestring.
12656 * psymtab.c: Use obstack_copy0, not obsavestring.
12657 * stabsread.c: Use obstack_copy0, not obsavestring.
12658 * xcoffread.c: Use obstack_copy0, not obsavestring.
12659
12660 2013-01-21 Tom Tromey <tromey@redhat.com>
12661
12662 * dwarf2read.c (fixup_go_packaging): Save package name
12663 on objfile obstack.
12664 * gdbtypes.c (init_type): Don't copy name.
12665
12666 2013-01-21 Tom Tromey <tromey@redhat.com>
12667
12668 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12669 const.
12670 (struct attribute) <u.str>: Now const.
12671 (struct fnfieldlist) <name>: Now const.
12672 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12673 (partial_die_parent_scope): Make return type const.
12674 (partial_die_full_name, add_partial_symbol): Update.
12675 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12676 'name' const.
12677 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12678 (read_file_scope, read_func_scope, dwarf2_add_field)
12679 (dwarf2_add_member_fn, read_structure_type)
12680 (process_enumeration_scope, read_array_type, read_module_type)
12681 (read_base_type, read_subrange_type): Update.
12682 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12683 (new_symbol_full, guess_full_die_structure_name): Update.
12684 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12685 (dwarf2_name): Return const type.
12686 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12687 const.
12688
12689 2013-01-21 Tom Tromey <tromey@redhat.com>
12690
12691 * gdbtypes.c (init_type): Make 'name' const.
12692 * gdbtypes.h (init_type): Update.
12693
12694 2013-01-21 Tom Tromey <tromey@redhat.com>
12695
12696 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12697 (start_symtab): Make 'name' and 'dirname' const. Use
12698 set_last_source_file.
12699 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12700 (last_source_file): Define. Now static.
12701 (set_last_source_file, get_last_source_file): New functions.
12702 * buildsym.h (last_source_file): Don't declare.
12703 (start_symtab): Update.
12704 (set_last_source_file, get_last_source_file): Declare.
12705 * coffread.c (complete_symtab): Use set_last_source_file.
12706 (coff_end_symtab): Likewise.
12707 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12708 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12709 set_last_source_file.
12710 (process_one_symbol): Use get_last_source_file.
12711 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12712 (psymtab_to_symtab_1): Use get_last_source_file.
12713 * xcoffread.c (process_linenos): Use get_last_source_file.
12714 (complete_symtab): Use set_last_source_file.
12715 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12716 (scan_xcoff_symtab): Use set_last_source_file.
12717
12718 2013-01-21 Tom Tromey <tromey@redhat.com>
12719
12720 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12721 (symbol_set_names): Remove casts. Handle field const-ness.
12722
12723 2013-01-21 Tom Tromey <tromey@redhat.com>
12724
12725 * dwarf2read.c (new_symbol_full): Remove cast.
12726 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12727 * symtab.h (symbol_set_demangled_name): Update.
12728
12729 2013-01-21 Tom Tromey <tromey@redhat.com>
12730
12731 * main.c (captured_main): Call bfd_init.
12732
12733 2013-01-21 Tom Tromey <tromey@redhat.com>
12734
12735 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12736 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12737 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12738 * NEWS: Update.
12739
12740 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12741
12742 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12743
12744 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12745
12746 Fix gdb.fortran/common-block.exp crash in PIE mode.
12747 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12748 LOC_COMMON_BLOCK.
12749 * f-valprint.c (info_common_command_for_block): Expect
12750 LOC_COMMON_BLOCK in gdb_assert.
12751 * symtab.h (struct general_symbol_info): Update comment for the
12752 common_block member.
12753 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12754 (enum address_class): New member LOC_COMMON_BLOCK.
12755
12756 2013-01-18 David Blaikie <dblaikie@gmail.com>
12757
12758 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12759
12760 2013-01-18 Tom Tromey <tromey@redhat.com>
12761
12762 PR c++/14999:
12763 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12764 Call require_rvalue.
12765
12766 2013-01-18 Yao Qi <yao@codesourcery.com>
12767
12768 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12769 (dbx_read_symtab): New declaration.
12770 (dbx_psymtab_to_symtab): Delete.
12771 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12772 Rename parameter PST to SELF. Exchanged two parameters.
12773 (start_psymtab): Caller update.
12774 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12775 (dwarf2_read_symtab): New declaration.
12776 (dwarf2_psymtab_to_symtab): Delete.
12777 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12778 Rename parameter PST to SELF. Exchanged two parameters.
12779 (create_partial_symtab): Caller update.
12780 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12781 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12782 Rename parameter PST to SELF. Exchanged two parameters.
12783 (parse_partial_symbols, new_psymtab): Caller update.
12784 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12785 two parameters.
12786 * psymtab.c (psymtab_to_symtab): Caller update.
12787 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12788 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12789 Rename parameter PST to SELF. Exchanged two parameters.
12790 (xcoff_start_psymtab): Caller update.
12791
12792 2013-01-18 Yao Qi <yao@codesourcery.com>
12793
12794 * infrun.c (proceed): Rename local variable 'oneproc' to
12795 'force_step'.
12796
12797 2013-01-17 Doug Evans <dje@google.com>
12798
12799 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12800 (dw2_build_type_unit_groups): Delete. All uses updated.
12801
12802 * symtab.h (struct symbol_search): Add comment.
12803
12804 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12805
12806 * symtab.c (compare_filenames_for_search): New comment for
12807 HAS_DRIVE_SPEC.
12808
12809 2013-01-17 Tom Tromey <tromey@redhat.com>
12810
12811 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12812
12813 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12814
12815 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12816 initialize it by existing make_cleanup. Call new do_cleanups.
12817
12818 2013-01-17 Tom Tromey <tromey@redhat.com>
12819
12820 * cp-abi.c (cp_abi_completer): New function.
12821 (_initialize_cp_abi): Set completer for "set cp-abi".
12822
12823 2013-01-17 Tom Tromey <tromey@redhat.com>
12824
12825 * mem-break.c: Remove obsolete comment.
12826 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12827
12828 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12829
12830 * jit.c (jit_reader_load_command): Interpret the jit reader name
12831 as an absolute path if it begins with a forward slash.
12832
12833 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12834
12835 PR gdb/14550
12836
12837 * jit.c (finalize_symtab): Ensure that only the global block has a
12838 NULL superblock.
12839
12840 2013-01-17 Pedro Alves <palves@redhat.com>
12841
12842 * acinclude.m4: Include ../config/plugins.m4,
12843 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12844 * Makefile.in (aclocal_m4_deps): Update.
12845 * aclocal.m4: Renegerate.
12846
12847 2013-01-16 Doug Evans <dje@google.com>
12848
12849 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12850
12851 2013-01-16 Pedro Alves <palves@redhat.com>
12852 Tom Tromey <tromey@redhat.com>
12853
12854 PR cli/7221:
12855 * NEWS: Add "catch signal".
12856 * breakpoint.c (base_breakpoint_ops): No longer static.
12857 (bpstat_explains_signal): New function.
12858 (init_catchpoint): No longer static.
12859 (base_breakpoint_explains_signal): New function.
12860 (base_breakpoint_ops): Initialize new field.
12861 * breakpoint.h (enum bpstat_signal_value): New.
12862 (struct breakpoint_ops) <explains_signal>: New field.
12863 (bpstat_explains_signal): Remove macro, declare as function.
12864 (base_breakpoint_ops, init_catchpoint): Declare.
12865 * break-catch-sig.c: New file.
12866 * inferior.h (signal_catch_update): Declare.
12867 * infrun.c (signal_catch): New global.
12868 (handle_syscall_event): Update for change to
12869 bpstat_explains_signal.
12870 (handle_inferior_event): Likewise. Always handle random signals
12871 via bpstats.
12872 (signal_cache_update): Check signal_catch.
12873 (signal_catch_update): New function.
12874 (_initialize_infrun): Initialize signal_catch.
12875 * Makefile.in (SFILES): Add break-catch-sig.c.
12876 (COMMON_OBS): Add break-catch-sig.o.
12877
12878 2013-01-16 Tom Tromey <tromey@redhat.com>
12879
12880 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12881 (print_one_catch_solib, print_one_catch_syscall)
12882 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12883 "catch-type".
12884
12885 2013-01-16 Yao Qi <yao@codesourcery.com>
12886
12887 * printcmd.c (current_display_number): Make it static.
12888
12889 2013-01-16 Yao Qi <yao@codesourcery.com>
12890
12891 * infcmd.c (step_once): Don't check '!single_inst' as it was
12892 checked before.
12893
12894 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12895
12896 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12897
12898 2013-01-14 Tom Tromey <tromey@redhat.com>
12899
12900 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12901 set command.
12902 * command.h (add_setshow_string_noescape_cmd): Update.
12903 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12904 (complete_set_gnutarget): New function.
12905 (_initialize_core): Set the "set gnutarget" completer.
12906
12907 2013-01-14 Tom Tromey <tromey@redhat.com>
12908
12909 PR symtab/14442:
12910 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12911 (c_type_print_modifier): Likewise.
12912 * dwarf2read.c (read_tag_restrict_type): New function.
12913 (read_type_die_1): Handle DW_TAG_restrict_type.
12914 * gdbtypes.c (make_restrict_type): New function.
12915 (recursive_dump_type): Handle TYPE_RESTRICT.
12916 * gdbtypes.h (enum type_flag_values): Renumber.
12917 (enum type_instance_flag_value): Add
12918 TYPE_INSTANCE_FLAG_RESTRICT.
12919 (TYPE_RESTRICT): New macro.
12920 (make_restrict_type): Declare.
12921
12922 2013-01-14 Tom Tromey <tromey@redhat.com>
12923
12924 PR symtab/14931:
12925 * psymtab.c (struct psymtab_state): New.
12926 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12927 functions.
12928 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12929 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12930
12931 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12932 Pedro Alves <palves@redhat.com>
12933
12934 PR remote/14786
12935
12936 * remote.c (remote_threads_info): Make a copy of the reply from
12937 qfThreadInfo and use that instead of rs->buf.
12938
12939 2013-01-14 Yao Qi <yao@codesourcery.com>
12940
12941 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12942 (dbx_psymtab_to_symtab): Likewise.
12943 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12944 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12945 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12946
12947 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12948
12949 * parse.c (parse_exp_in_context): New variable inner_chain. Call
12950 make_cleanup_restore_current_language. Call set_language. Move
12951 OLD_CHAIN and INNER_CHAIN cleanups.
12952 * utils.c (do_restore_current_language)
12953 (make_cleanup_restore_current_language): New functions.
12954 * utils.h (make_cleanup_restore_current_language): New declaration.
12955
12956 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12957
12958 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12959 non-existing files.
12960
12961 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12962 non-existing files if FILENAME is already absolute.
12963
12964 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12965
12966 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12967 fputs_filtered. Append trailing newline.
12968
12969 2013-01-11 Yao Qi <yao@codesourcery.com>
12970 Stan Shebs <stan@codesourcery.com>
12971
12972 * psymtab.c (init_psymbol_list): Clarify the comment.
12973
12974 2013-01-11 Yao Qi <yao@codesourcery.com>
12975
12976 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12977 (update_dprintf_command_list): Assert that 'printf_line' is
12978 non-null. Remove condition check.
12979
12980 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12981
12982 Code cleanup.
12983 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12984 type const char *.
12985 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12986 const char *.
12987 * tui/tui-source.h (tui_source_is_displayed): Likewise.
12988
12989 2013-01-09 Anthony Green <green@moxielogic.com>
12990
12991 * cp-abi.c (cplus_print_vtable): Don't return value from void
12992 function.
12993 * ada-lang.c (re_set_catch_assert): Ditto.
12994
12995 2013-01-09 Doug Evans <dje@google.com>
12996
12997 * symfile.h (quick_symbol_functions): Delete member
12998 pre_expand_symtabs_matching. All uses removed.
12999 * dwarf2read.c (dw2_lookup_symbol): Implement.
13000 (dw2_do_expand_symtabs_matching): Delete.
13001 (dw2_pre_expand_symtabs_matching): Delete.
13002 (struct dw2_symtab_iterator): New type.
13003 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
13004 (dw2_expand_symtabs_for_function): Rewrite.
13005 (dwarf2_gdb_index_functions): Update.
13006 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
13007 (psym_functions): Update.
13008
13009 2013-01-09 Tom Tromey <tromey@redhat.com>
13010
13011 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
13012 * configure: Rebuild.
13013 * configure.ac: Add somread.o to the build if BFD has SOM
13014 support.
13015 * somread.c: Include som/aout.h, not syms.h.
13016 (som_symtab_read): Use som_external_symbol_dictionary_record.
13017 Unpack records manually.
13018 (_initialize_somread): Declare.
13019
13020 2012-01-08 Mike Frysinger <vapier@gentoo.org>
13021
13022 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
13023 Cast return_address to 64bits.
13024
13025 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
13026
13027 * printcmd.c: Remove define of function output_command.
13028 * tracepoint.c: Remove extern of function output_command.
13029 * valprint.h: (output_command): New extern.
13030
13031 2013-01-07 Tom Tromey <tromey@redhat.com>
13032
13033 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
13034 Remove.
13035 (objc_language_defn): Use c_printchar, c_printstr,
13036 c_emit_char.
13037
13038 2013-01-07 Tom Tromey <tromey@redhat.com>
13039
13040 PR cli/7719:
13041 * NEWS: Update.
13042 * ada-valprint.c (printstr, print_field_values): Remove
13043 "inspect_it" code.
13044 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
13045 code.
13046 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
13047 code.
13048 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
13049 * main.c (captured_main): Remove "epoch" argument.
13050 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
13051 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
13052 * p-valprint.c (pascal_object_print_value_fields): Remove
13053 "inspect_it" code.
13054 * printcmd.c (print_command_1): Remove 'inspect' argument.
13055 (print_command, call_command): Update.
13056 (inspect_command): Remove.
13057 (_initialize_printcmd): Make "inspect" an alias for "print".
13058 * top.c (epoch_interface): Remove.
13059 * top.h (epoch_interface): Remove.
13060 * valprint.c (user_print_options): Update.
13061 (print_converted_chars_to_obstack): Remove "inspect_it" code.
13062 * valprint.h (struct value_print_options) <inspect_it>: Remove
13063 field.
13064
13065 2013-01-04 Tom Tromey <tromey@redhat.com>
13066
13067 * valprint.h (read_string): Add 'extern'.
13068
13069 2013-01-07 Joel Brobecker <brobecker@adacore.com>
13070
13071 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
13072 used to decide whether to define darwin_read_dyld_info or not.
13073
13074 2013-01-03 Pierre Muller <muller@sourceware.org>
13075
13076 * main.c (relocate_gdb_directory): Avoid calling stat function
13077 if DIR is empty.
13078
13079 2013-01-03 Yao Qi <yao@codesourcery.com>
13080
13081 * psymtab.c (fixup_psymbol_section): Update declaration.
13082 (fixup_psymbol_section): Remove code returning value.
13083
13084 2013-01-03 Yao Qi <yao@codesourcery.com>
13085
13086 * symtab.h: Remove some out of date comments.
13087 (enum exception_event_kind): Move it ...
13088 * breakpoint.c: ... here.
13089
13090 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
13091
13092 PR gdb/14405
13093 * darwin-nat.c (darwin_read_dyld_info): Only build if
13094 TASK_DYLD_INFO_COUNT is defined.
13095 (darwin_xfer_partial): Call darwin_read_dyld_info only if
13096 TASK_DYLD_INFO_COUNT is defined.
13097
13098 2013-01-02 Tom Tromey <tromey@redhat.com>
13099
13100 * symfile.h (struct ecoff_debug_hack): Remove.
13101 * objfiles.c: Don't include mdebugread.h.
13102
13103 2013-01-02 Tom Tromey <tromey@redhat.com>
13104
13105 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
13106 * configure.ac: Check for Mach-O support in BFD. Update
13107 CONFIG_OBS.
13108 * configure: Rebuild.
13109
13110 2013-01-02 Tom Tromey <tromey@redhat.com>
13111
13112 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
13113 * configure.ac: Use GDB_AC_CHECK_BFD.
13114 * configure: Rebuild.
13115
13116 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
13117
13118 * MAINTAINERS: Update my email.
13119
13120 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13121
13122 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
13123
13124 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13125
13126 * rs6000-nat.c (bss_data_overlap): New function.
13127 (vmap_symtab): Use it to adjust the .bss section's offset.
13128
13129 2013-01-01 Joel Brobecker <brobecker@adacore.com>
13130
13131 Update year range in copyright notice of all files.
13132
13133 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
13134
13135 * top.c (print_gdb_version): Update copyright year.
13136
13137 For older changes see ChangeLog-2012.
13138 \f
13139 Local Variables:
13140 mode: change-log
13141 left-margin: 8
13142 fill-column: 74
13143 version-control: never
13144 coding: utf-8
13145 End:
This page took 0.329562 seconds and 4 git commands to generate.