Remove bfd_elf32_bfd_set_private_bfd_flags
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b15e5c54
PA
12013-12-12 Pedro Alves <palves@redhat.com>
2
3 * breakpoint.c (insert_bp_location): Make 'hw_bp_err_string' local
4 const, and remove casts.
5
f23981e9
PA
62013-12-12 Pedro Alves <palves@redhat.com>
7
8 * cli/cli-cmds.c (source_script_from_stream) Use have_python
9 instead of catching UNSUPPORTED_ERROR.
10 * exceptions.h (UNSUPPORTED_ERROR): Delete.
11 * python/python.c (source_python_script) [!HAVE_PYTHON]: Internal
12 error if called.
13 * python/python.h (have_python): New static inline function.
14
43942612
DE
152013-12-11 Doug Evans <dje@google.com>
16
17 * dwarf2read.c (lookup_dwo_cutu): Include name of dwp file in
18 "can't find DWO" warning.
19
08a6411c
SDJ
202013-12-11 Sergio Durigan Junior <sergiodj@redhat.com>
21
22 * break-catch-throw.c (fetch_probe_arguments): Pass selected frame
23 to get_probe_argument_count and evaluate_probe_argument.
24 * probe.c (get_probe_argument_count): Adjust declaration to accept
25 frame. Pass frame to probe_ops's get_probe_argument_count.
26 (evaluate_probe_argument): Likewise, for evaluate_probe_argument.
27 (probe_safe_evaluate_at_pc): Pass frame to
28 get_probe_argument_count and evaluate_probe_argument.
29 * probe.h (struct probe_ops) <get_probe_argument_count,
30 evaluate_probe_argument>: Adjust declarations to accept frame.
31 (get_probe_argument_count, evaluate_probe_argument): Likewise.
32 * solib-svr4.c (solib_event_probe_action): Get current frame.
33 Pass it to get_probe_argument_count.
34 (svr4_handle_solib_event): Get current frame. Pass it to
35 get_probe_argument_count and evaluate_probe_argument.
36 * stap-probe.c (stap_parse_probe_arguments): Adjust declaration to
37 accept gdbarch. Do not obtain it from the probe's objfile.
38 (stap_get_probe_argument_count): Adjust declaration to accept
39 frame. Obtain gdbarch from the frame. Call generic
40 can_evaluate_probe_arguments. Pass gdbarch to
41 stap_parse_probe_arguments.
42 (stap_get_arg): Adjust declaration to accept gdbarch. Pass it to
43 stap_parse_probe_arguments.
44 (stap_evaluate_probe_argument): Adjust declaration to accept
45 frame. Obtain gdbarch from the frame. Pass gdbarch to
46 stap_get_arg.
47 (stap_compile_to_ax): Pass agent_expr's gdbarch to stap_get_arg.
48 (compute_probe_arg): Obtain gdbarch from frame. Pass frame to
49 get_probe_argument_count and evaluate_probe_argument.
50
0987cf35
DE
512013-12-10 Doug Evans <dje@google.com>
52
53 PR 16286
54 * c-lang.c (c_get_string): Ignore the declared size of the object
55 if a specific length is requested.
56
34dc884e
DE
572013-12-10 Doug Evans <dje@google.com>
58
59 * interps.h (interp_exec_p): Delete.
60 * interps.c (interp_exec_p): Delete.
61 (interp_exec): Update. Assert interp->procs->exec_proc != NULL.
62 * mi/mi-interp.c (mi_cmd_interpreter_exec): Update.
63
bae8a07a
YQ
642013-12-10 Yao Qi <yao@codesourcery.com>
65
66 * amd64-tdep.c (amd64_analyze_stack_align): Call
67 target_read_code instead of target_read_memory.
68 (amd64_analyze_prologue): Call read_code_unsigned_integer
69 instead of read_memory_unsigned_integer. Call read_code
70 instead of read_memory.
71 (amd64_skip_xmm_prologue): Likewise.
72
0865b04a
YQ
732013-12-10 Yao Qi <yao@codesourcery.com>
74
75 * corefile.c (read_code): New function.
76 (read_code_integer): New function.
77 (read_code_unsigned_integer): New function.
78 * gdbcore.h (read_code): Declare.
79 (read_code_integer): Declare.
80 (read_code_unsigned_integer): Declare.
81 * i386-tdep.c (i386_follow_jump): Call target_read_code instead
82 of target_read_memory. Call read_code_unsigned_integer instead
83 of read_memory_unsigned_integer.
84 (i386_analyze_struct_return): Likewise.
85 (i386_skip_probe): Likewise.
86 (i386_analyze_stack_align): Likewise.
87 (i386_match_pattern): Likewise.
88 (i386_skip_noop): Likewise.
89 (i386_analyze_frame_setup): Likewise.
90 (i386_analyze_register_saves): Likewise.
91 (i386_skip_prologue): Likewise.
92 (i386_skip_main_prologue): Likewise.
93 (i386_frame_cache_1): Likewise.
94
f15cb84a
YQ
952013-12-10 Yao Qi <yao@codesourcery.com>
96
97 * infrun.c: Include "target-dcache.h".
98 (prepare_for_detach): Call target_dcache_invalidate.
99 (wait_for_inferior): Likewise.
100 (fetch_inferior_event): Likewise.
101 (infrun_thread_stop_requested_callback): Likewise. Set
102 overlay_cache_invalid to 1.
103
036e93df
JB
1042013-12-10 Joel Brobecker <brobecker@adacore.com>
105
106 * symtab.c (symbol_find_demangled_name): Add handling of
107 Ada symbols.
108
72bfa06c
JB
1092013-12-10 Joel Brobecker <brobecker@adacore.com>
110
111 * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
112 * NEWS: Expand the entry documenting the new -exec-run --start
113 option to mention the corresponding new entry in the output of
114 "-list-features".
115
94481b8c
JB
1162013-12-10 Joel Brobecker <brobecker@adacore.com>
117
118 * windows-nat.c (handle_load_dll): Add comments.
119 (windows_ensure_ntdll_loaded): New function.
120 (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded.
121 Add FIXME comment.
122
ebeec1e9 1232013-12-08 Joel Brobecker <brobecker@adacore.com>
0c2242c1
JB
124
125 GDB 7.6.2 released.
126
e5e6f788
YQ
1272013-12-08 Yao Qi <yao@codesourcery.com>
128
129 * stack.c (frame_info): Initialize variable caller_pc.
130
782d47df
PA
1312013-12-06 Pedro Alves <palves@redhat.com>
132
133 * frame.c (enum cached_copy_status): New enum.
134 (struct frame_info) <prev_pc.p>: Change type to enum
135 cached_copy_status.
136 (fprint_frame): Handle not saved and unavailable prev_pc values.
137 (frame_unwind_pc_if_available): Delete and merge contents into ...
138 (frame_unwind_pc): ... here. Handle OPTIMIZED_OUT_ERROR. Adjust
139 to use enum cached_copy_status.
140 (frame_unwind_caller_pc_if_available): Delete.
141 (create_new_frame): Adjust.
142 * frame.h (frame_unwind_caller_pc_if_available): Delete
143 declaration.
144 * stack.c (frame_info): Use frame_unwind_caller_pc instead of
145 frame_unwind_caller_pc_if_available, and handle
146 NOT_AVAILABLE_ERROR and OPTIMIZED_OUT_ERROR errors.
147 * valprint.c (val_print_optimized_out): Use val_print_not_saved.
148 (val_print_not_saved): New function.
149 * valprint.h (val_print_not_saved): Declare.
150
710409a2
PA
1512013-12-06 Andrew Burgess <aburgess@broadcom.com>
152 Pedro Alves <palves@redhat.com>
153
154 * exceptions.h (errors): Add OPTIMIZED_OUT_ERROR.
155 * dwarf2loc.c (write_pieced_value): Throw OPTIMIZED_OUT_ERROR.
156 * frame.c (frame_unwind_register): Throw OPTIMIZED_OUT_ERROR.
157 * spu-tdep.c (spu_software_single_step): Throw
158 OPTIMIZED_OUT_ERROR.
159 * valops.c (value_assign): Throw OPTIMIZED_OUT_ERROR.
160
7580e917
TT
1612013-12-06 Tom Tromey <tromey@redhat.com>
162
163 * objfiles.c (free_objfile): Update comment.
164
53e0e56d
TT
1652013-12-06 Tom Tromey <tromey@redhat.com>
166
167 * objfiles.h (objfile_to_front): Remove.
168 * objfiles.c (objfile_to_front): Remove.
169
830f7a41
TT
1702013-12-06 Tom Tromey <tromey@redhat.com>
171
172 * minsyms.c (get_symbol_leading_char): Remove unnecessary
173 declaration.
174
e1b06ae2
TT
1752013-12-06 Tom Tromey <tromey@redhat.com>
176
177 * psympriv.h (struct partial_symtab) <user>: Move earlier.
178
2b69941d
TT
1792013-12-06 Tom Tromey <tromey@redhat.com>
180
181 * cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
182 (list_command): Likewise.
183
bf121224
TT
1842013-12-06 Tom Tromey <tromey@redhat.com>
185
186 * psymtab.c (allocate_psymtab): Put the filename in the filename
187 bcache.
188
8e96694e
TT
1892013-12-06 Tom Tromey <tromey@redhat.com>
190
191 * buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
192 * symtab.h (struct symtab) <dirname>: Now const.
193
21ea9eec
TT
1942013-12-06 Tom Tromey <tromey@redhat.com>
195
196 * symfile.c (allocate_symtab): Remove cast.
197 * symtab.h (struct symtab) <filename>: Now const.
198
37fbcad0
TT
1992013-12-06 Tom Tromey <tromey@redhat.com>
200
201 * break-catch-throw.c (fetch_probe_arguments): Use
202 get_probe_argument_count and evaluate_probe_argument.
203 * elfread.c (elf_get_probe_argument_count)
204 (elf_can_evaluate_probe_arguments, elf_evaluate_probe_argument)
205 (elf_compile_to_ax): Remove.
206 (elf_probe_fns): Update.
207 * probe.c (get_probe_argument_count, can_evaluate_probe_arguments)
208 (evaluate_probe_argument): Call method on probe, not via sym
209 functions.
210 * stap-probe.c (compute_probe_arg): Use get_probe_argument_count,
211 evaluate_probe_argument.
212 (compile_probe_arg): Use get_probe_argument_count. Call method on
213 probe, not via sym functions.
214 * symfile-debug.c (debug_sym_get_probe_argument_count)
215 (debug_can_evaluate_probe_arguments)
216 (debug_sym_evaluate_probe_argument, debug_sym_compile_to_ax):
217 Remove.
218 (debug_sym_probe_fns): Remove.
219 * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
220 can_evaluate_probe_arguments, sym_evaluate_probe_argument,
221 sym_compile_to_ax>: Remove fields.
222
8662d513
PM
2232013-12-06 Pierre Muller <muller@sourceware.org>
224
225 Fix completion for pascal language.
226 * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
227 (exp : field_exp name COMPLETE): New rule.
228 (exp : SIZEOF): Set correct current_type.
229 (last_was_structop): Remove static variable.
230 (yylex): Remove saw_structop local variable.
231 Adapt code to removal of variables above.
232
da361ebd
JB
2332013-12-06 Joel Brobecker <brobecker@adacore.com>
234
235 * frame.c (get_prev_frame_1): Delete variable "this_id".
236 Replace its use by a call to get_frame_id.
237
6ed1ff02
AG
2382013-12-05 Anthony Green <green@moxielogic.com>
239
240 * moxie-tdep.c (moxie_software_single_step): New function.
241 (INST2OFFSET): New helper macro.
242 (moxie_gdbarch_init): Call set_gdbarch_software_single_step.
243 (moxie_process_readu): Move this up in the file.
244
39d7494a 2452013-12-05 Doug Evans <xdje42@gmail.com>
c47cf547
DE
246
247 * auto-load.c (load_auto_scripts_for_objfile): Add some comments.
248
170d82c9
JB
2492013-12-05 Joel Brobecker <brobecker@adacore.com>
250 Tristan Gingold <gingold@adacore.com>
251
252 * amd64-windows-tdep.c (amd64_windows_frame_decode_insns):
253 Accept version 2. Ignore operations using opcode 6.
254
a5e619ec
JB
2552013-12-05 Joel Brobecker <brobecker@adacore.com>
256
257 * ada-lex.l (find_dot_all): Fix coding style violations.
258
ca8941bb
WT
2592013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
260
261 * NEWS: Add section for Intel(R) Architecture Instructions
262 Extesions mentioning MPX.
263
7fb1b8b1
JB
2642013-12-03 Joel Brobecker <brobecker@adacore.com>
265
266 * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
267
849f2b52
JB
2682013-12-03 Joel Brobecker <brobecker@adacore.com>
269
270 * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
271 when parse_exp_1 threw an error. Add comment.
272
4e35e808
JB
2732013-12-03 Joel Brobecker <brobecker@adacore.com>
274
275 * NEWS: Mention "-list-features" in the entry documenting
276 the support for the "--language" option.
277
caf26be9
SB
2782013-12-03 Tom Tromey <tromey@redhat.com>
279 Jan Kratochvil <jan.kratochvil@redhat.com>
280 Doug Evans <dje@google.com>
281 Samuel Bronson <naesten@gmail.com>
282
283 Bring back gdb-add-index as a contrib script.
284 * contrib/gdb-add-index.sh: New file.
285 * NEWS: Note the addition.
286
34a4fb3a
SB
2872013-12-03 Samuel Bronson <naesten@gmail.com>
288
289 * MAINTAINERS (Write After Approval): Add myself to the list.
290
688981c9
JB
2912013-12-03 Joel Brobecker <brobecker@adacore.com>
292
293 * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
294
c1244769
JB
2952013-12-03 Joel Brobecker <brobecker@adacore.com>
296
297 * mi/mi-main.c: Remove trailing spaces throughout.
298
2ea126fa
JB
2992013-12-03 Pedro Alves <palves@redhat.com>
300 Joel Brobecker <brobecker@adacore.com>
301
302 * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
303 * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
304 of a regular error when the GDB/MI command does not exist.
305 * mi/mi-main.c (mi_cmd_list_features): Add
306 "undefined-command-error-code".
307 (mi_print_exception): Print an "undefined-command"
308 error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
309 * NEWS: Add entry documenting the new "code" variable in
310 "^error" result records.
311
6b7cbff1
JB
3122013-12-03 Joel Brobecker <brobecker@adacore.com>
313
314 * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
315 * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
316 * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
317 * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
318 field to output of "-list-features".
319
320 * NEWS: Add entry for new -info-gdb-mi-command.
321
04affae3
JK
3222013-12-02 Doug Evans <dje@google.com>
323 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 * objfiles.c (allocate_objfile): Save original_name as an absolute
326 path.
327 * objfiles.h (struct objfile): Expand comment on original_name.
328 * source.c (openp): Call gdb_abspath.
329 * utils.c (gdb_abspath): New function.
330 * utils.h (gdb_abspath): Declare.
331
aee4bf85
PA
3322013-12-02 Pedro Alves <palves@redhat.com>
333
334 * dcache.c (dcache_read_line): Use target_read_raw_memory.
335 * target.c (target_read_raw_memory): New function.
336 (target_read_stack, target_write_memory, target_write_raw_memory):
337 Update comment.
338 (target_read_code): Add comment.
339 * target.h (target_read_raw_memory): Declare.
340
840207d8
PA
3412013-12-02 Pedro Alves <palves@redhat.com>
342
343 * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
344 unconditionally.
345
0fdf84ca
PA
3462013-12-02 Pedro Alves <pedro@codesourcery.com>
347 Maciej W. Rozycki <macro@codesourcery.com>
348
349 * remote.c (putpkt_for_catch_errors): Remove function.
350 (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
351 gracefully.
352
62972e0b
YQ
3532013-12-02 Pedro Alves <palves@redhat.com>
354
355 PR remote/15974
356 * remote-notif.c (handle_notification): Return early if no
357 notification is found.
358
f9b0da3d
JB
3592013-12-02 Joel Brobecker <brobecker@adacore.com>
360
361 * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
362 preprocessor check.
363
2dd4d422
JB
3642013-12-02 Joel Brobecker <brobecker@adacore.com>
365
366 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
367
e72eff80
JB
3682013-12-02 Joel Brobecker <brobecker@adacore.com>
369
370 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
371 * ctf.c (ctf_start): Remove obsolete comment.
372
844ad005
JB
3732013-12-02 Joel Brobecker <brobecker@adacore.com>
374
375 * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
376
5b2bf947
DE
3772013-11-30 Doug Evans <xdje42@gmail.com>
378
379 * auto-load.h (script_language): New members name, auto_load_enabled.
380 Add missing comments on struct members.
381 (auto_load_objfile_script): Delete.
382 * auto-load.c: #include "cli/cli-cmds.h".
383 (auto_load_gdb_scripts_enabled): New function.
384 (script_language_gdb): Update, add new members.
385 (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
386 and call to maybe_add_script moved to caller.
387 (auto_load_objfile_script_1): Auto-load safe-checking and
388 call to maybe_add_script moved here.
389 (auto_load_objfile_script): Make static. Early exit if support for
390 scripting language hasn't been compiled in, or auto-loading has been
391 disabled.
392 (source_section_scripts): Argument "source_name" renamed to
393 "section_name". All uses updated. Replace uses of AUTO_SECTION_NAME
394 with section_name. Skip loading script if support for scripting
395 language hasn't been compiled in, or auto-loading has been disabled.
396 Call language->source_script_for_objfile instead of calling
397 source_python_script_for_objfile directly.
398 (load_auto_scripts_for_objfile): Update.
399 * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
400 (gdbpy_load_auto_script_for_objfile): Delete.
401 (auto_load_python_scripts_enabled): New function.
402 (script_language_python): Update, add new members.
403 (gdbpy_script_language_defn): New function.
404 * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
405 (gdbpy_script_language_defn): Declare.
406
407 * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
408 py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
409 (source_section_scripts): Moved here from py-auto-load.c.
410 (auto_load_section_scripts): Ditto.
411 * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
412 auto-load.c, renamed AUTO_SECTION_NAME.
413 (source_section_scripts, auto_load_section_scripts): Moved to
414 auto-load.c.
415
d9c43928
YQ
4162013-11-30 Yao Qi <yao@codesourcery.com>
417
418 * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
419
e7b12392
SDJ
4202013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
421
422 * gdbarch.sh: Remove include of "gdb_string.h", replace by
423 <string.h>.
424
256458bc
DE
4252013-11-29 Doug Evans <xdje42@gmail.com>
426
7b2d3abf
DE
427 * python/py-auto-load.c (source_section_scripts): Move comment to
428 more relevant location.
429
256458bc
DE
430 Whitespace cleanup.
431 * python/py-breakpoint.c: Remove trailing whitespace.
432 * python/py-cmd.c: Ditto.
433 * python/py-evts.c: Ditto.
434 * python/py-finishbreakpoint.c: Ditto.
435 * python/py-frame.c: Ditto.
436 * python/py-function.c: Ditto.
437 * python/py-inferior.c: Ditto.
438 * python/py-infthread.c: Ditto.
439 * python/py-param.c: Ditto.
440 * python/py-prettyprint.c: Ditto.
441 * python/py-symbol.c: Ditto.
442 * python/py-type.c: Ditto.
443 * python/py-utils.c: Ditto.
444 * python/py-value.c: Ditto.
445 * python/python-internal.h: Ditto.
446 * python/python.c: Ditto.
447
20e1ca3b
PA
4482013-11-29 Pedro Alves <palves@redhat.com>
449
450 * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
451
8b4f3082
PA
4522013-11-29 Pedro Alves <palves@redhat.com>
453
454 * breakpoint.c (build_target_condition_list): Release previous
455 conditions.
456 (build_target_command_list): Release previous commands.
457 (bp_location_dtor): Release target conditions and commands.
458 * remote.c (remote_add_target_side_condition): Don't release
459 conditions.
460 (remote_add_target_side_commands): Don't release commands.
461
9f713294
YQ
4622013-11-29 Yao Qi <yao@codesourcery.com>
463 Pedro Alves <palves@redhat.com>
464
465 * dcache.c (dcache_read_line): Use current_target.beneath
466 instead of &current_target.
467 * target.c (memory_xfer_partial_1): Factor code out to ...
468 (raw_memory_xfer_partial): ... it. New function.
469 (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
470 is TARGET_OBJECT_RAW_MEMORY.
471
4cb0213d
DE
4722013-11-28 Doug Evans <xdje42@gmail.com>
473
474 * breakpoint.h (gdbpy_breakpoint_object): Renamed from
475 breakpoint_object. All uses updated.
476 * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
477 breakpoint_object. All uses updated.
478 * python.c (*): All uses of breakpoint_object updated.
479 * python.h (*): All uses of breakpoint_object updated.
480 * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
481 * python/py-finishbreakpoint.c (*): Ditto.
482
d344e670
DE
4832013-11-28 Doug Evans <xdje42@gmail.com>
484
d729aae0 485 * configure.ac: Add comments delineating libpython and libmcheck.
d344e670
DE
486 * configure: Regenerate.
487
eebc056c
AB
4882013-11-28 Andrew Burgess <aburgess@broadcom.com>
489 Pedro Alves <palves@redhat.com>
490
491 * valprint.c (value_check_printable): If the value is entirely
492 unavailable, print a single "<unavailable>" instead of printing
493 all subfields.
494
a7300869
PA
4952013-11-28 Pedro Alves <palves@redhat.com>
496
497 * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
498 Add "set debug frame" output.
499 (frame_stop_reason_symbol_string): New function.
500
50fd528a
PA
5012013-11-28 Pedro Alves <palves@redhat.com>
502
503 * frame-unwind.c (default_frame_unwind_stop_reason): Return
504 UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
505 * frame.c (get_prev_frame_1): Remove outer_frame_id check.
506
5de51581
PA
5072013-11-28 Pedro Alves <palves@redhat.com>
508
509 * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
510 set the unwind stop reason to UNWIND_OUTERMOST, not
511 UNWIND_NULL_ID. Remove explicit check for sentinel frame.
512
739cb10c
PA
5132013-11-28 Pedro Alves <palves@redhat.com>
514
515 * frame.c (frame_unwind_register): Say the register was "not
516 saved" instead of "optimized out".
517
514c0aa6 5182013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
92a021de 519
514c0aa6 520 PR 16152
92a021de 521 * configure: Rebuild.
514c0aa6 522 * configure.ac: Tighten cygwin detection check.
92a021de 523
908fa2aa
PA
5242013-11-27 Pedro Alves <palves@redhat.com>
525
526 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
527 register in the previous frame's arch.
528
6bd273ae
PA
5292013-11-27 Pedro Alves <palves@redhat.com>
530
531 * frame-unwind.c (frame_unwind_got_optimized): Return
532 an lval_register value instead of a not_lval value.
533
f6c01fc5
AB
5342013-11-27 Andrew Burgess <aburgess@broadcom.com>
535
536 * frame.c: Include "valprint.h".
537 (frame_unwind_register_value): Use value_optimized_out.
538 * value.c (value_fetch_lazy): Likewise.
539
4f14910f
AB
5402013-11-26 Andrew Burgess <aburgess@broadcom.com>
541
542 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
543
15859968
TT
5442013-11-26 Tom Tromey <tromey@redhat.com>
545
546 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
547 2013-11-22.
548
244ec0da
WT
5492013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
550
551 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
552 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
553 (HAS_MPX): New macro.
554 (HAS_AVX): New macro.
555 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
556
f7e3ecae
KS
5572013-11-25 Keith Seitz <keiths@redhat.com>
558
559 PR c++/14819
560 * c-exp.y (classify_inner_name): If no matching symbol was
561 found, try looking up the token as a base class.
562 Likewise if a constructor was found.
563 * cp-namespace.c (find_type_baseclass_by_name): New function.
564 * cp-support.h (find_type_baseclass_by_name): Declare.
565 * valops.c (value_struct_elt_for_reference): If we get
566 a non-static field, try to get a value based on the
567 current instance, if any.
568
283f7163
YQ
5692013-11-24 Yao Qi <yao@codesourcery.com>
570
571 * disasm.c (dis_asm_read_memory): Call target_read_code
572 instead of target_read_memory.
573
29453a14
YQ
5742013-11-24 Yao Qi <yao@codesourcery.com>
575
576 * NEWS: Add note on new "set code-cache" option.
577 * target-dcache.c (code_cache_enabled_1): New variable.
578 (code_cache_enabled): New variable.
579 (show_code_cache, set_code_cache): New function.
580 (code_cache_enabled_p): New function.
581 (_initialize_target_dcache): Register command.
582 * target-dcache.h (code_cache_enabled_p): Declare.
583 * target.c (memory_xfer_partial_1):Handle
584 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
585 (target_read_code): New function.
586 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
587 New.
588 (target_read_code): Declare.
589
0fb14d8f
YQ
5902013-11-24 Yao Qi <yao@codesourcery.com>
591
592 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
593 (stack_cache_enabled_1): ... this. New variable.
594 (stack_cache_enabled_p): Rename to ...
595 (stack_cache_enabled): ... this. New variable.
596 (set_stack_cache_enabled_p): Rename to ...
597 (set_stack_cache): ... this. Update caller.
598 (show_stack_cache_enabled_p): Rename to ...
599 (show_stack_cache): ... this. Update caller.
600 (stack_cache_enabled): Rename to ...
601 (stack_cache_enabled_p): ... this. Update caller.
602 (_initialize_target_dcache): Replace "data cache" with
603 "target memory cache".
604 * target-dcache.h (stack_cache_enabled): Remove declaration.
605 (stack_cache_enabled_p): Add declaration.
606
a12361b9
DE
6072013-11-23 Doug Evans <xdje42@gmail.com>
608
609 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
610 superfluous.
611
1e1d6920
DE
6122013-11-23 Doug Evans <xdje42@gmail.com>
613
614 * python/py-frame.c (frapy_block): Fix error message text.
615
1e9c71b8
DE
6162013-11-23 Doug Evans <xdje42@gmail.com>
617
618 * cli/cli-script.c (multi_line_command_p): New function.
619 (recurse_read_control_structure, read_command_lines_1): Call it.
620 (execute_control_command): Consistently have a blank line between
621 each case.
622
f380848e
SA
6232013-11-22 Sterling Augustine <saugustine@google.com>
624
38e1f2a7 625 PR gdb/16196:
f380848e
SA
626 * valprint.c (read_string): Set new variable fetchlen based on
627 fetchlimit and size. Use it in call to partial_memory_read.
628 Update comment.
629
da2b2fdf
TT
6302013-11-22 Tom Tromey <tromey@redhat.com>
631
632 PR backtrace/16155:
633 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
634 the return address column is unspecified.
635
6eeee81c
TT
6362013-11-22 Tom Tromey <tromey@redhat.com>
637 Pedro Alves <palves@redhat.com>
638
639 PR backtrace/16155
640 * value.c (value_fetch_lazy): Internal error if
641 get_frame_register_value returns the same register.
642
194cca41
PA
6432013-11-22 Pedro Alves <palves@redhat.com>
644 Tom Tromey <tromey@redhat.com>
645
646 * frame.c (frame_stash_add): Now returns whether a frame with the
647 same ID was already known.
648 (compute_frame_id): New function, factored out from get_frame_id.
649 (get_frame_id): No longer lazilly compute the frame id here.
650 (get_prev_frame_if_no_cycle): New function. Detects wider stack
651 cycles.
652 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
653 and checking for stack cycles here.
654
33f8fe58
PA
6552013-11-22 Pedro Alves <palves@redhat.com>
656
657 PR 16155
658 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
659 this frame and the new previous frame, not between this frame and
660 the next frame.
661
1ec56e88
PA
6622013-11-22 Pedro Alves <palves@redhat.com>
663
664 PR 16155
665 * dwarf2-frame.c (struct dwarf2_frame_cache)
666 <checked_tailcall_bottom, entry_cfa_sp_offset,
667 entry_cfa_sp_offset_p>: New fields.
668 (dwarf2_frame_cache): Adjust to use the new cache fields instead
669 of locals. Don't call dwarf2_tailcall_sniffer_first here.
670 (dwarf2_frame_prev_register): Call it here, but only once.
671
ca092b61
DE
6722013-11-21 Doug Evans <xdje42@gmail.com>
673
674 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
675 (type_equality_entry): Move here from python/py-type.c.
676 (type_equality_entry_d): Ditto.
677 (compare_maybe_null_strings, check_types_equal): Ditto.
678 (check_types_worklist, types_deeply_equal): Ditto.
679 * gdbtypes.h (types_deeply_equal): Declare.
680 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
681 (typy_richcompare): Update.
682
7c245c24
JB
6832013-11-20 Joel Brobecker <brobecker@adacore.com>
684
685 * python/py-value.c (is_intlike): Delete.
686 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
687 by use of is_integral_type.
688 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
689 by use of is_integral_type and check for TYPE_CODE_PTR.
690
8986e351
TT
6912013-11-20 Tom Tromey <tromey@redhat.com>
692
693 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
694 strerror module.
695 * gnulib/aclocal.m4: Update.
696 * gnulib/config.in: Update.
697 * gnulib/configure: Update.
698 * gnulib/import/Makefile.am: Update.
699 * gnulib/import/Makefile.in: Update.
700 * gnulib/import/errno.in.h: Remove.
701 * gnulib/import/intprops.h: Remove.
702 * gnulib/import/m4/errno_h.m4: Remove.
703 * gnulib/import/m4/gnulib-cache.m4: Update.
704 * gnulib/import/m4/gnulib-comp.m4: Update.
705 * gnulib/import/m4/strerror.m4: Remove.
706 * gnulib/import/m4/sys_socket_h.m4: Remove.
707 * gnulib/import/strerror-override.c: Remove.
708 * gnulib/import/strerror-override.h: Remove.
709 * gnulib/import/strerror.c: Remove.
710 * gnulib/update-gnulib.sh: Update.
711
6b1141e3
YQ
7122013-11-20 Yao Qi <yao@codesourcery.com>
713
714 * target-dcache.c (target_dcache_get_or_init): Call
715 set_address_space_data if 'dcache' is NULL.
716
60650f2e
WT
7172013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
718
719 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
720
09748966
WT
7212013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
722
723 * python/lib/gdb/command/bound_register.py: New file.
995c1ad9
DE
724 * data-directory/Makefile.in: Copy bond_register.py to the right path
725 to be initialized at gdb startup.
09748966 726
e43e105e
WT
7272013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
728
729 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
730 Add MPX registers.
731 (amd64_linux_read_description): Add initialization for MPX and
732 AVX independently.
733 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
734 (amd64_linux_gregset_reg_offset): Add MPX registers.
735 (amd64_linux_core_read_description): Add initialization for MPX
736 registers.
737 (_initialize_amd64_linux_tdep): Initialize MPX targets.
738 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
739 register on the list.
740 (tdesc_amd64_mpx_linux) Add new target for MPX.
741 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
742 (amd64_mpx_names): MPX register names.
743 (amd64_init_abi): Add MPX register while initializing the ABI.
744 (_initialize_amd64_tdep): Initialize MPX targets.
745 * amd64-tdep.h (amd64_regnum): Add MPX registers.
746 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
747
1dbcd68c
WT
7482013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
749
750 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
751 registers on the range of registers to be read from
752 xsave buffer.
753 (i386_linux_read_description): Add case for MPX.
754 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
755 (i386_linux_gregset_reg_offset): Add MPX registers.
756 (i386_linux_core_read_description): Initialize also MPX.
757 (_initialize_i386_linux_tdep): Add mpx initialization.
758 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
759 mpx_register_names.
760 (i386_regnum): Add MPX registers.
761 (I386_MPX_NUM_REGS): New macro.
762 (i386_bnd_regnum_p): New function.
763 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
764 number of registers to be the number of BNDSTATUS.
765 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
766 * i386-tdep.c: Include features/i386/i386-mpx.c.
767 (i386_mpx_names): Add MPX register names array.
768 (i386_bnd_names): Add bnd pseudo register names array.
769 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
770 registers.
771 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
772 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
773 registers.
774 (i386_bnd_type): New function.
775 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
776 register types.
777 (i386_pseudo_register_read_into_value): Add bnd case.
778 (i386_pseudo_register_write): Add bnd pseudo registers.
779 (i386_register_reggroup_p): Add MPX register to the group all.
780 (i386_validate_tdesc_p): Add MPX to the target description
781 validation.
782 (i386_pseudo_register_name): Add bnd pseudo registers.
783 (i386_gdbarch_init): Add MPX for architecture initialization.
784 (_initia_initialize_i386_tdep): Add mpx initialization.
785 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
786 XSAVE buffer.
787 (XSAVE_MPX_ADDR): New macro.
788 (i387_supply_xsave): Add MPX case.
789 (i387_collect_xsave): Add MPX case.
790 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
791 (I387_BNDCFGU_REGNUM): New macro.
792 (I387_NUM_MPX_REGS): New macro.
793 (I387_NUM_BND_REGS): New macro.
794 (I387_NUM_MPX_CTRL_REGS): New macro.
795 (I387_MPXEND_REGNUM): New macro.
796 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
797 (I386_XSTATE_BNDCFG): Likewise.
798 (I386_XSTATE_MPX_MASK): Likewise.
799 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
800 (I386_XSTATE_BNDREGS_SIZE): New macro.
801 (I386_XSTATE_BNDCFG_SIZE): Likewise.
802 (I386_XSTATE_SIZE): Adapt for MPX.
803 (I386_XSTATE_MAX_SIZE): Likewise.
804
ccc42043
WT
8052013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
806
807 * features/i386/Makefile: Adapts for using MPX registers.
808 * features/i386/32bit-mpx.xml: New file.
809 * features/i386/64bit-mpx.xml: Likewise.
810 * features/i386/amd64-mpx-linux.c: Likewise.
811 * features/i386/amd64-mpx-linux.xml: Likewise.
812 * features/i386/amd64-mpx.c: Likewise.
813 * features/i386/amd64-mpx.xml: Likewise.
814 * features/i386/i386-mpx-linux.c: Likewise.
815 * features/i386/i386-mpx-linux.xml: Likewise.
816 * features/i386/i386-mpx.c: Likewise.
817 * features/i386/i386-mpx.xml: Likewise.
818 * regformats/i386/amd64-mpx-linux.dat: New file.
819 * regformats/i386/amd64-mpx.dat: Likewise.
820 * regformats/i386/i386-mpx-linux.dat: Likewise.
821 * regformats/i386/i386-mpx.dat: Likewise.
822
57803a3c
WT
8232013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
824
825 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
826 Modified logic of creating a bitfield to be in sync with
827 tdesc_gdb_type.
828
2b59118e
WN
8292013-11-20 Will Newton <will.newton@linaro.org>
830
831 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
832 error message.
833
b26dfc9a
YQ
8342013-11-20 Yao Qi <yao@codesourcery.com>
835
836 * progspace.h (struct address_space_data): Declare.
837 * target-dcache.c: Include "progspace.h".
838 (target_dache): Remove.
839 (target_dcache_aspace_key): New.
840 (target_dcache_cleanup): New function.
841 (target_dcache_init_p): Get data through
842 target_dcache_aspace_key.
843 (target_dcache_invalidate): Likewise.
844 (target_dcache_get): Likewise.
845 (target_dcache_get_or_init): Likewise.
846 (_initialize_target_dcache): Initialize
847 target_dcache_aspace_key.
848
3a8356ff
YQ
8492013-11-20 Yao Qi <yao@codesourcery.com>
850
851 * progspace.c (struct address_space): Update comments.
852 <REGISTRY_FIELDS>: New fields.
853 DEFINE_REGISTRY for address_space.
854 (new_address_space): Call address_space_alloc_data.
855 (free_address_space): Call address_space_free_data.
856 * progspace.h: Use DECLARE_REGISTRY.
857
68c765e2
YQ
8582013-11-20 Yao Qi <yao@codesourcery.com>
859
860 * Makefile.in (SFILES):Add target-dcache.c.
861 (HFILES_NO_SRCDIR): Add target-dcache.h.
862 (COMMON_OBS): Add target-dcache.o.
863 * dcache.c: Remove inclusion to "target.h". Include
864 "target-dcache.h".
865 * memattr.c: Include "target-dcache.h".
866 * top.c: Likewise.
867 * tracepoint.c: Likewise.
868 * target.c: (stack_cache_enabled_p_1): Move to
869 target-dcache.c.
870 (stack_cache_enabled_p): Likewise.
871 (set_stack_cache_enabled_p): Likewise.
872 (show_stack_cache_enabled_p): Likewise.
873 (target_dcache, target_dcache_init_p): Likewise.
874 (target_dcache_invalidate): Likewise.
875 (target_dcache_get, target_dcache_get_or_init): Likewise.
876 (memory_xfer_partial_1): Call function stack_cache_enabled.
877 (initialize_target): Move code to target-dcache.c.
878 * target.h (target_dcache_invalidate): Move to
879 target-dcache.h.
880 (target_dcache_get): Likewise.
881 * target-dcache.c: New.
882 * target-dcache.h: New.
883
f2de9785
YQ
8842013-11-20 Yao Qi <yao@codesourcery.com>
885
886 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
887 it is initialized.
888
2a2f9fe4
YQ
8892013-11-20 Yao Qi <yao@codesourcery.com>
890
891 * dcache.c (last_cache): Remove.
892 (dcache_free, dcache_init): Update.
893 (dcache_update):
894 (dcache_print_line): Add parameter 'dcache'. Replace
895 'target_dcache' with 'dcache'.
896 (dcache_info): Move code to dcache_info_1. Call
897 'dcache_info_1'.
898 (dcache_info_1): New function.
899 (set_dcache_size): Call target_dcache_invalidate.
900 (set_dcache_line_size): Call target_dcache_invalidate.
901 * target.c (target_dcache_init_p): New function.
902 (target_dcache_invalidate): Check target_dcache_init_p first.
903 (target_dcache_get, target_dcache_get_or_init): New function.
904 (memory_xfer_partial_1): Adjust.
905 (initialize_target): Don't initialize 'target_dcache'.
906 * target.h (struct dcache_struct): Declare.
907 (target_dcache_get): Declare.
908
8ab91b96
YQ
9092013-11-19 Yao Qi <yao@codesourcery.com>
910
911 * varobj.c (varobj_get_type): Fix typo.
912
df7752b0
JB
9132013-11-19 Joel Brobecker <brobecker@adacore.com>
914
915 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
916
4a0a886a
JB
9172013-11-19 Joel Brobecker <brobecker@adacore.com>
918
919 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
920 "stat.h".
921
53ce3c39
TT
9222013-11-18 Tom Tromey <tromey@redhat.com>
923
924 * common/gdb_stat.h: Remove.
925 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
926 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
927 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
928 * corefile.c: Use sys/stat.h, not gdb_stat.h.
929 * ctf.c: Use sys/stat.h, not gdb_stat.h.
930 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
931 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
932 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
933 * exec.c: Use sys/stat.h, not gdb_stat.h.
934 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
935 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
936 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
937 * jit.c: Use sys/stat.h, not gdb_stat.h.
938 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
939 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
940 * main.c: Use sys/stat.h, not gdb_stat.h.
941 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
942 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
943 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
944 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
945 * procfs.c: Use sys/stat.h, not gdb_stat.h.
946 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
947 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
948 * remote.c: Use sys/stat.h, not gdb_stat.h.
949 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
950 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
951 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
952 * source.c: Use sys/stat.h, not gdb_stat.h.
953 * symfile.c: Use sys/stat.h, not gdb_stat.h.
954 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
955 * symtab.c: Use sys/stat.h, not gdb_stat.h.
956 * top.c: Use sys/stat.h, not gdb_stat.h.
957 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
958
09607c9e
TT
9592013-11-18 Tom Tromey <tromey@redhat.com>
960
961 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
962 sys_stat.
963 * gnulib/aclocal.m4: Update.
964 * gnulib/config.in: Update.
965 * gnulib/configure: Update.
966 * gnulib/import/Makefile.am: Update.
967 * gnulib/import/Makefile.in: Update.
968 * gnulib/import/m4/gnulib-cache.m4: Update.
969 * gnulib/import/m4/gnulib-comp.m4: Update.
970 * gnulib/import/m4/sys_stat_h.m4: New.
971 * gnulib/import/m4/time_h.m4: New.
972 * gnulib/import/sys_stat.in.h: New.
973 * gnulib/import/time.in.h: New.
974
4ff70b84
TT
9752013-11-18 Tom Tromey <tromey@redhat.com>
976
977 * configure: Rebuild.
978 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
979
3447c057
TT
9802013-11-18 Tom Tromey <tromey@redhat.com>
981
982 * configure: Rebuild.
983 * configure.ac: Don't check for unistd.h.
984
0080a2f6
TT
9852013-11-18 Tom Tromey <tromey@redhat.com>
986
987 * configure: Rebuild.
988 * configure.ac: Don't check for stdlib.h
989 * defs.h: Include stdlib.h unconditionally.
990
161d1bec
TT
9912013-11-18 Tom Tromey <tromey@redhat.com>
992
993 * config.in: Rebuild.
994 * configure: Rebuild.
995 * configure.ac: Don't check for stddef.h.
996 * defs.h: Unconditionally include stddef.h. Remove duplicate
997 inclusion.
998
2978b111
TT
9992013-11-18 Tom Tromey <tromey@redhat.com>
1000
1001 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
1002 * common/gdb_dirent.h: Remove.
1003 * common/filestuff.c: Use dirent.h.
1004 * common/linux-osdata.c: Use dirent.h.
1005 (NAMELEN): Define.
1006 * config.in: Rebuild.
1007 * configure: Rebuild.
1008 * configure.ac: Don't use AC_HEADER_DIRENT.
1009 * linux-fork.c: Use dirent.h
1010 * linux-nat.c: Use dirent.h.
1011 * nto-procfs.c: Use dirent.h.
1012 * procfs.c: Use dirent.h.
1013
e26b6bb0
TT
10142013-11-18 Tom Tromey <tromey@redhat.com>
1015
1016 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
1017 * gnulib/aclocal.m4: Update.
1018 * gnulib/config.in: Update.
1019 * gnulib/configure: Update.
1020 * gnulib/import/Makefile.am: Update.
1021 * gnulib/import/Makefile.in: Update.
1022 * gnulib/import/dirent.in.h: New.
1023 * gnulib/import/m4/dirent_h.m4: New.
1024 * gnulib/import/m4/gnulib-cache.m4: Update.
1025 * gnulib/import/m4/gnulib-comp.m4: Update.
1026
a3d08894
TT
10272013-11-18 Tom Tromey <tromey@redhat.com>
1028
1029 * configure: Rebuild.
1030 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
1031 strings.h.
1032
0e9f083f
TT
10332013-11-18 Tom Tromey <tromey@redhat.com>
1034
1035 * common/gdb_string.h: Remove.
1036 * aarch64-tdep.c: Use string.h, not gdb_string.h.
1037 * ada-exp.y: Use string.h, not gdb_string.h.
1038 * ada-lang.c: Use string.h, not gdb_string.h.
1039 * ada-lex.l: Use string.h, not gdb_string.h.
1040 * ada-typeprint.c: Use string.h, not gdb_string.h.
1041 * ada-valprint.c: Use string.h, not gdb_string.h.
1042 * aix-thread.c: Use string.h, not gdb_string.h.
1043 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
1044 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
1045 * alpha-nat.c: Use string.h, not gdb_string.h.
1046 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
1047 * alpha-tdep.c: Use string.h, not gdb_string.h.
1048 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
1049 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
1050 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
1051 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
1052 * amd64-nat.c: Use string.h, not gdb_string.h.
1053 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
1054 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
1055 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
1056 * arch-utils.c: Use string.h, not gdb_string.h.
1057 * arm-linux-nat.c: Use string.h, not gdb_string.h.
1058 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
1059 * arm-tdep.c: Use string.h, not gdb_string.h.
1060 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
1061 * armbsd-tdep.c: Use string.h, not gdb_string.h.
1062 * armnbsd-nat.c: Use string.h, not gdb_string.h.
1063 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
1064 * armobsd-tdep.c: Use string.h, not gdb_string.h.
1065 * avr-tdep.c: Use string.h, not gdb_string.h.
1066 * ax-gdb.c: Use string.h, not gdb_string.h.
1067 * ax-general.c: Use string.h, not gdb_string.h.
1068 * bcache.c: Use string.h, not gdb_string.h.
1069 * bfin-tdep.c: Use string.h, not gdb_string.h.
1070 * breakpoint.c: Use string.h, not gdb_string.h.
1071 * build-id.c: Use string.h, not gdb_string.h.
1072 * buildsym.c: Use string.h, not gdb_string.h.
1073 * c-exp.y: Use string.h, not gdb_string.h.
1074 * c-lang.c: Use string.h, not gdb_string.h.
1075 * c-typeprint.c: Use string.h, not gdb_string.h.
1076 * c-valprint.c: Use string.h, not gdb_string.h.
1077 * charset.c: Use string.h, not gdb_string.h.
1078 * cli-out.c: Use string.h, not gdb_string.h.
1079 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
1080 * cli/cli-decode.c: Use string.h, not gdb_string.h.
1081 * cli/cli-dump.c: Use string.h, not gdb_string.h.
1082 * cli/cli-interp.c: Use string.h, not gdb_string.h.
1083 * cli/cli-logging.c: Use string.h, not gdb_string.h.
1084 * cli/cli-script.c: Use string.h, not gdb_string.h.
1085 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
1086 * cli/cli-utils.c: Use string.h, not gdb_string.h.
1087 * coffread.c: Use string.h, not gdb_string.h.
1088 * common/common-utils.c: Use string.h, not gdb_string.h.
1089 * common/filestuff.c: Use string.h, not gdb_string.h.
1090 * common/linux-procfs.c: Use string.h, not gdb_string.h.
1091 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
1092 * common/signals.c: Use string.h, not gdb_string.h.
1093 * common/vec.h: Use string.h, not gdb_string.h.
1094 * core-regset.c: Use string.h, not gdb_string.h.
1095 * corefile.c: Use string.h, not gdb_string.h.
1096 * corelow.c: Use string.h, not gdb_string.h.
1097 * cp-abi.c: Use string.h, not gdb_string.h.
1098 * cp-support.c: Use string.h, not gdb_string.h.
1099 * cp-valprint.c: Use string.h, not gdb_string.h.
1100 * cris-tdep.c: Use string.h, not gdb_string.h.
1101 * d-lang.c: Use string.h, not gdb_string.h.
1102 * dbxread.c: Use string.h, not gdb_string.h.
1103 * dcache.c: Use string.h, not gdb_string.h.
1104 * demangle.c: Use string.h, not gdb_string.h.
1105 * dicos-tdep.c: Use string.h, not gdb_string.h.
1106 * disasm.c: Use string.h, not gdb_string.h.
1107 * doublest.c: Use string.h, not gdb_string.h.
1108 * dsrec.c: Use string.h, not gdb_string.h.
1109 * dummy-frame.c: Use string.h, not gdb_string.h.
1110 * dwarf2-frame.c: Use string.h, not gdb_string.h.
1111 * dwarf2loc.c: Use string.h, not gdb_string.h.
1112 * dwarf2read.c: Use string.h, not gdb_string.h.
1113 * elfread.c: Use string.h, not gdb_string.h.
1114 * environ.c: Use string.h, not gdb_string.h.
1115 * eval.c: Use string.h, not gdb_string.h.
1116 * event-loop.c: Use string.h, not gdb_string.h.
1117 * exceptions.c: Use string.h, not gdb_string.h.
1118 * exec.c: Use string.h, not gdb_string.h.
1119 * expprint.c: Use string.h, not gdb_string.h.
1120 * f-exp.y: Use string.h, not gdb_string.h.
1121 * f-lang.c: Use string.h, not gdb_string.h.
1122 * f-typeprint.c: Use string.h, not gdb_string.h.
1123 * f-valprint.c: Use string.h, not gdb_string.h.
1124 * fbsd-nat.c: Use string.h, not gdb_string.h.
1125 * findcmd.c: Use string.h, not gdb_string.h.
1126 * findvar.c: Use string.h, not gdb_string.h.
1127 * fork-child.c: Use string.h, not gdb_string.h.
1128 * frame.c: Use string.h, not gdb_string.h.
1129 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
1130 * frv-tdep.c: Use string.h, not gdb_string.h.
1131 * gdb.c: Use string.h, not gdb_string.h.
1132 * gdb_bfd.c: Use string.h, not gdb_string.h.
1133 * gdbarch.c: Use string.h, not gdb_string.h.
1134 * gdbtypes.c: Use string.h, not gdb_string.h.
1135 * gnu-nat.c: Use string.h, not gdb_string.h.
1136 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
1137 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
1138 * go-exp.y: Use string.h, not gdb_string.h.
1139 * go-lang.c: Use string.h, not gdb_string.h.
1140 * go32-nat.c: Use string.h, not gdb_string.h.
1141 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
1142 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
1143 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
1144 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
1145 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
1146 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
1147 * i386-linux-nat.c: Use string.h, not gdb_string.h.
1148 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
1149 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
1150 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
1151 * i386-tdep.c: Use string.h, not gdb_string.h.
1152 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
1153 * i386gnu-nat.c: Use string.h, not gdb_string.h.
1154 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
1155 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
1156 * i387-tdep.c: Use string.h, not gdb_string.h.
1157 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
1158 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
1159 * inf-child.c: Use string.h, not gdb_string.h.
1160 * inf-ptrace.c: Use string.h, not gdb_string.h.
1161 * inf-ttrace.c: Use string.h, not gdb_string.h.
1162 * infcall.c: Use string.h, not gdb_string.h.
1163 * infcmd.c: Use string.h, not gdb_string.h.
1164 * inflow.c: Use string.h, not gdb_string.h.
1165 * infrun.c: Use string.h, not gdb_string.h.
1166 * interps.c: Use string.h, not gdb_string.h.
1167 * iq2000-tdep.c: Use string.h, not gdb_string.h.
1168 * irix5-nat.c: Use string.h, not gdb_string.h.
1169 * jv-exp.y: Use string.h, not gdb_string.h.
1170 * jv-lang.c: Use string.h, not gdb_string.h.
1171 * jv-typeprint.c: Use string.h, not gdb_string.h.
1172 * jv-valprint.c: Use string.h, not gdb_string.h.
1173 * language.c: Use string.h, not gdb_string.h.
1174 * linux-fork.c: Use string.h, not gdb_string.h.
1175 * linux-nat.c: Use string.h, not gdb_string.h.
1176 * lm32-tdep.c: Use string.h, not gdb_string.h.
1177 * m2-exp.y: Use string.h, not gdb_string.h.
1178 * m2-typeprint.c: Use string.h, not gdb_string.h.
1179 * m32c-tdep.c: Use string.h, not gdb_string.h.
1180 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
1181 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
1182 * m32r-rom.c: Use string.h, not gdb_string.h.
1183 * m32r-tdep.c: Use string.h, not gdb_string.h.
1184 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
1185 * m68k-tdep.c: Use string.h, not gdb_string.h.
1186 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
1187 * m68klinux-nat.c: Use string.h, not gdb_string.h.
1188 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
1189 * m88k-tdep.c: Use string.h, not gdb_string.h.
1190 * macrocmd.c: Use string.h, not gdb_string.h.
1191 * main.c: Use string.h, not gdb_string.h.
1192 * mdebugread.c: Use string.h, not gdb_string.h.
1193 * mem-break.c: Use string.h, not gdb_string.h.
1194 * memattr.c: Use string.h, not gdb_string.h.
1195 * memory-map.c: Use string.h, not gdb_string.h.
1196 * mep-tdep.c: Use string.h, not gdb_string.h.
1197 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
1198 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
1199 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
1200 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
1201 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
1202 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
1203 * mi/mi-console.c: Use string.h, not gdb_string.h.
1204 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
1205 * mi/mi-interp.c: Use string.h, not gdb_string.h.
1206 * mi/mi-main.c: Use string.h, not gdb_string.h.
1207 * mi/mi-parse.c: Use string.h, not gdb_string.h.
1208 * microblaze-rom.c: Use string.h, not gdb_string.h.
1209 * microblaze-tdep.c: Use string.h, not gdb_string.h.
1210 * mingw-hdep.c: Use string.h, not gdb_string.h.
1211 * minidebug.c: Use string.h, not gdb_string.h.
1212 * minsyms.c: Use string.h, not gdb_string.h.
1213 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
1214 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
1215 * mips-tdep.c: Use string.h, not gdb_string.h.
1216 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
1217 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
1218 * mipsread.c: Use string.h, not gdb_string.h.
1219 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
1220 * mn10300-tdep.c: Use string.h, not gdb_string.h.
1221 * monitor.c: Use string.h, not gdb_string.h.
1222 * moxie-tdep.c: Use string.h, not gdb_string.h.
1223 * mt-tdep.c: Use string.h, not gdb_string.h.
1224 * nbsd-tdep.c: Use string.h, not gdb_string.h.
1225 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
1226 * nto-procfs.c: Use string.h, not gdb_string.h.
1227 * nto-tdep.c: Use string.h, not gdb_string.h.
1228 * objc-lang.c: Use string.h, not gdb_string.h.
1229 * objfiles.c: Use string.h, not gdb_string.h.
1230 * opencl-lang.c: Use string.h, not gdb_string.h.
1231 * osabi.c: Use string.h, not gdb_string.h.
1232 * osdata.c: Use string.h, not gdb_string.h.
1233 * p-exp.y: Use string.h, not gdb_string.h.
1234 * p-lang.c: Use string.h, not gdb_string.h.
1235 * p-typeprint.c: Use string.h, not gdb_string.h.
1236 * parse.c: Use string.h, not gdb_string.h.
1237 * posix-hdep.c: Use string.h, not gdb_string.h.
1238 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
1239 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
1240 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
1241 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
1242 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
1243 * printcmd.c: Use string.h, not gdb_string.h.
1244 * procfs.c: Use string.h, not gdb_string.h.
1245 * prologue-value.c: Use string.h, not gdb_string.h.
1246 * python/py-auto-load.c: Use string.h, not gdb_string.h.
1247 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
1248 * ravenscar-thread.c: Use string.h, not gdb_string.h.
1249 * regcache.c: Use string.h, not gdb_string.h.
1250 * registry.c: Use string.h, not gdb_string.h.
1251 * remote-fileio.c: Use string.h, not gdb_string.h.
1252 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
1253 * remote-mips.c: Use string.h, not gdb_string.h.
1254 * remote-sim.c: Use string.h, not gdb_string.h.
1255 * remote.c: Use string.h, not gdb_string.h.
1256 * reverse.c: Use string.h, not gdb_string.h.
1257 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
1258 * ser-base.c: Use string.h, not gdb_string.h.
1259 * ser-go32.c: Use string.h, not gdb_string.h.
1260 * ser-mingw.c: Use string.h, not gdb_string.h.
1261 * ser-pipe.c: Use string.h, not gdb_string.h.
1262 * ser-tcp.c: Use string.h, not gdb_string.h.
1263 * ser-unix.c: Use string.h, not gdb_string.h.
1264 * serial.c: Use string.h, not gdb_string.h.
1265 * sh-tdep.c: Use string.h, not gdb_string.h.
1266 * sh64-tdep.c: Use string.h, not gdb_string.h.
1267 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1268 * skip.c: Use string.h, not gdb_string.h.
1269 * sol-thread.c: Use string.h, not gdb_string.h.
1270 * solib-dsbt.c: Use string.h, not gdb_string.h.
1271 * solib-frv.c: Use string.h, not gdb_string.h.
1272 * solib-osf.c: Use string.h, not gdb_string.h.
1273 * solib-spu.c: Use string.h, not gdb_string.h.
1274 * solib-target.c: Use string.h, not gdb_string.h.
1275 * solib.c: Use string.h, not gdb_string.h.
1276 * somread.c: Use string.h, not gdb_string.h.
1277 * source.c: Use string.h, not gdb_string.h.
1278 * sparc-nat.c: Use string.h, not gdb_string.h.
1279 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1280 * sparc-tdep.c: Use string.h, not gdb_string.h.
1281 * sparc64-tdep.c: Use string.h, not gdb_string.h.
1282 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1283 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1284 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1285 * spu-linux-nat.c: Use string.h, not gdb_string.h.
1286 * spu-multiarch.c: Use string.h, not gdb_string.h.
1287 * spu-tdep.c: Use string.h, not gdb_string.h.
1288 * stabsread.c: Use string.h, not gdb_string.h.
1289 * stack.c: Use string.h, not gdb_string.h.
1290 * std-regs.c: Use string.h, not gdb_string.h.
1291 * symfile.c: Use string.h, not gdb_string.h.
1292 * symmisc.c: Use string.h, not gdb_string.h.
1293 * symtab.c: Use string.h, not gdb_string.h.
1294 * target.c: Use string.h, not gdb_string.h.
1295 * thread.c: Use string.h, not gdb_string.h.
1296 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1297 * tilegx-tdep.c: Use string.h, not gdb_string.h.
1298 * top.c: Use string.h, not gdb_string.h.
1299 * tracepoint.c: Use string.h, not gdb_string.h.
1300 * tui/tui-command.c: Use string.h, not gdb_string.h.
1301 * tui/tui-data.c: Use string.h, not gdb_string.h.
1302 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1303 * tui/tui-file.c: Use string.h, not gdb_string.h.
1304 * tui/tui-layout.c: Use string.h, not gdb_string.h.
1305 * tui/tui-out.c: Use string.h, not gdb_string.h.
1306 * tui/tui-regs.c: Use string.h, not gdb_string.h.
1307 * tui/tui-source.c: Use string.h, not gdb_string.h.
1308 * tui/tui-stack.c: Use string.h, not gdb_string.h.
1309 * tui/tui-win.c: Use string.h, not gdb_string.h.
1310 * tui/tui-windata.c: Use string.h, not gdb_string.h.
1311 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1312 * typeprint.c: Use string.h, not gdb_string.h.
1313 * ui-file.c: Use string.h, not gdb_string.h.
1314 * ui-out.c: Use string.h, not gdb_string.h.
1315 * user-regs.c: Use string.h, not gdb_string.h.
1316 * utils.c: Use string.h, not gdb_string.h.
1317 * v850-tdep.c: Use string.h, not gdb_string.h.
1318 * valarith.c: Use string.h, not gdb_string.h.
1319 * valops.c: Use string.h, not gdb_string.h.
1320 * valprint.c: Use string.h, not gdb_string.h.
1321 * value.c: Use string.h, not gdb_string.h.
1322 * varobj.c: Use string.h, not gdb_string.h.
1323 * vax-tdep.c: Use string.h, not gdb_string.h.
1324 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1325 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1326 * windows-nat.c: Use string.h, not gdb_string.h.
1327 * xcoffread.c: Use string.h, not gdb_string.h.
1328 * xml-support.c: Use string.h, not gdb_string.h.
1329 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1330 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1331
63ce7108
TT
13322013-11-18 Tom Tromey <tromey@redhat.com>
1333
1334 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1335 and strstr.
1336 * gnulib/aclocal.m4: Update.
1337 * gnulib/config.in: Update.
1338 * gnulib/configure: Update.
1339 * gnulib/import/Makefile.am: Update.
1340 * gnulib/import/Makefile.in: Update.
1341 * gnulib/import/errno.in.h: New.
1342 * gnulib/import/intprops.h: New.
1343 * gnulib/import/m4/errno_h.m4: New.
1344 * gnulib/import/m4/gnulib-cache.m4: Update.
1345 * gnulib/import/m4/gnulib-comp.m4: Update.
1346 * gnulib/import/m4/strerror.m4: New.
1347 * gnulib/import/m4/strstr.m4: New.
1348 * gnulib/import/m4/sys_socket_h.m4: New.
1349 * gnulib/import/strerror-override.c: New.
1350 * gnulib/import/strerror-override.h: New.
1351 * gnulib/import/strerror.c: New.
1352 * gnulib/import/strstr.c: New.
1353
a7c11ee1
TT
13542013-11-18 Tom Tromey <tromey@redhat.com>
1355
1356 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1357 multiple lines.
1358
d0b5971a
JM
13592013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1360
1361 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1362 * sparc-tdep.h: And its prototype.
1363
1364 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1365 function.
1366 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1367
4b4589ad
PA
13682013-11-18 Pedro Alves <palves@redhat.com>
1369
1370 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1371 use unpack_pointer.
1372
422ad5c2
JB
13732013-11-18 Joel Brobecker <brobecker@adacore.com>
1374
1375 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1376 to -list-features output.
1377
b1370418
JB
13782013-11-17 Joel Brobecker <brobecker@adacore.com>
1379
1380 * dwarf2expr.h (struct dwarf_expr_context_funcs)
1381 <read_addr_from_reg>: Renames "read_reg".
1382 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1383 Adjust comment.
1384 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1385 Use read_addr_from_reg in place of read_reg.
1386 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1387 in place of read_reg.
1388 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1389 dwarf_expr_read_reg.
1390 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1391 with dwarf_expr_read_addr_from_reg.
1392 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1393 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1394 needs_frame_read_addr_from_reg.
1395
6ea71545
JK
13962013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1399
19a1b230
AA
14002013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1401
1402 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1403 NULL.
1404
805e1f19
TT
14052013-11-15 Tom Tromey <tromey@redhat.com>
1406
1407 PR c++/16117:
1408 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1409 (classify_name): Likewise. Prefer a field of "this" over a
1410 filename.
1411 (classify_inner_name, yylex): Update.
1412
0acf8b65
JB
14132013-11-15 Joel Brobecker <brobecker@adacore.com>
1414
1415 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1416 Extend the documentation a bit.
1417 <get_reg_value>: New field.
1418 * dwarf2loc.c (dwarf_expr_get_reg_value)
1419 (needs_frame_get_reg_value): New functions.
1420 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1421 callback.
1422 * dwarf2-frame.c (get_reg_value): New function.
1423 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1424 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1425 Use new callback to compute result_val.
1426
ef1bc9e7
AM
14272013-11-15 Alan Modra <amodra@gmail.com>
1428
1429 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1430 (ppc64_desc_entry_point): ..this. Update comments here and at
1431 call points.
1432 (ppc64_standard_linkage1, ppc64_standard_linkage2,
1433 ppc64_standard_linkage3): Update comments.
1434 (ppc64_standard_linkage4, ppc64_standard_linkage5,
1435 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1436 patterns.
1437 (ppc64_standard_linkage4_target): New function.
1438 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1439 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
1440 nop match. Fix comment wrap.
1441
36fa8042
PA
14422013-11-14 Pedro Alves <palves@redhat.com>
1443
1444 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1445 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1446
4f5d7f63
PA
14472013-11-14 Pedro Alves <palves@redhat.com>
1448
1449 * infrun.c (struct execution_control_state)
1450 <stepped_after_stopped_by_watchpoint>: New field.
1451 (get_inferior_stop_soon): New function.
1452 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1453 moved to struct execution_control_state -- adjust. Use
1454 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
1455 new function.
1456 (handle_signal_stop): New function, factored out from
1457 handle_inferior_event.
1458
47591c29
PA
14592013-11-14 Pedro Alves <palves@redhat.com>
1460
1461 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1462 return a boolean.
1463 * breakpoint.c (bpstat_explains_signal): Adjust to return a
1464 boolean.
1465 (explains_signal_watchpoint, base_breakpoint_explains_signal):
1466 Adjust to return a boolean.
1467 * breakpoint.h (enum bpstat_signal_value): Delete.
1468 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1469 (bpstat_explains_signal): Likewise.
1470 * infrun.c (handle_inferior_event) <random signal checks>:
1471 bpstat_explains_signal now returns a boolean - adjust. No longer
1472 consider hiding signals.
1473
bac7d97b
PA
14742013-11-14 Pedro Alves <palves@redhat.com>
1475
1476 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1477 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1478 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1479 BPSTAT_SIGNAL_HIDE.
1480 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1481 instead of BPSTAT_SIGNAL_HIDE.
1482 * infrun.c (handle_inferior_event): Rework random signal checks.
1483
ce12b012
PA
14842013-11-14 Pedro Alves <palves@redhat.com>
1485
1486 * infrun.c (struct execution_control_state): Remove
1487 'random_signal' field.
1488 (handle_syscall_event): Use bpstat_causes_stop instead of
1489 bpstat_explains_signal. Don't set ecs->random_signal.
1490 (handle_inferior_event): New 'random_signal' local.
1491 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1492 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1493 bpstat_explains_signal. Don't set ecs->random_signal.
1494 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1495 ecs->random_signal.
1496
05ba8510
PA
14972013-11-14 Pedro Alves <palves@redhat.com>
1498
1499 * infrun.c (handle_inferior_event): Move comment from the
1500 function's body to the function's description, adjusted.
1501
5c09a2c5
PA
15022013-11-14 Pedro Alves <palves@redhat.com>
1503
1504 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1505 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1506 Assert we never fall through out of the TARGET_WAITKIND_LOADED
1507 case.
1508
91822956
TT
15092013-11-14 Tom Tromey <tromey@redhat.com>
1510
1511 * python/py-linetable.c (ltpy_has_line)
1512 (ltpy_get_all_source_lines): Fix loop termination condition.
1513
403cb6b1
JB
15142013-11-14 Joel Brobecker <brobecker@adacore.com>
1515
1516 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1517 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1518 PARSE->LANGUAGE during command execution, if set.
1519 * mi/mi-parse.c: Add "language.h" #include.
1520 (mi_parse): Add parsing of "--language" command option.
1521
1522 * NEWS: Add entry mentioning the new "--language" command option.
1523
b5be8ce0
JB
15242013-11-14 Pedro Alves <palves@redhat.com>
1525 Joel Brobecker <brobecker@adacore.com>
1526
1527 * cli/cli-utils.h (extract_arg_const): Add declaration.
1528 * cli/cli-utils.c (extract_arg_const): New function.
1529 (extract_arg): Reimplement using extract_arg_const.
1530
671afef6
JB
15312013-11-14 Joel Brobecker <brobecker@adacore.com>
1532
1533 * language.h: Add "symtab.h" #include.
1534
6c1b0f7b
DE
15352013-11-13 Doug Evans <xdje42@gmail.com>
1536
1537 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1538 specific breakpoints, don't evaluate breakpoint condition if
1539 different thread.
1540
74921315
KS
15412013-11-13 Keith Seitz <keiths@redhat.com>
1542
248ace2e 1543 PR c++/7935
74921315
KS
1544 PR c++/10541
1545 * cp-support.c (insepct_type): Add support for substituting
1546 namespace aliases, too.
1547 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1548 for DW_TAG_imported_declaration.
1549 (add_partial_symbol): Likewise.
1550 (process_die): Handle namespace aliases with
1551 read_namespace_alias.
1552 (die_needs_namespace): Add DW_TAG_imported_declaration.
1553 (read_namespace_alias): New function.
1554 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1555 (new_symbol_full): Handle DW_TAG_imported_declaration.
1556
793156e6
KS
15572013-11-13 Keith Seitz <keiths@redhat.com>
1558
1559 * p-exp.y (uptok): Make first parameter const.
1560 (yylex): Make `tokstart' and `tokptr' const.
1561 Don't copy the lexer input to a temporary buffer.
1562 Make `p' const.
1563 Remove const workaround for parse_escape.
1564 Create a temporary buffer for a convenience variable instead
1565 of doing in-place modification of the input.
1566 If a match is found with a different case from the input,
1567 do not change the input at all.
1568 Use `tmp' to construct the resultant stoken instead of
1569 `tokstart'.
1570
c42bd95a
DE
15712013-11-13 Doug Evans <xdje42@gmail.com>
1572
1573 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1574
93973826
JB
15752013-11-13 Joel Brobecker <brobecker@adacore.com>
1576
1577 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1578 entry with "ada-exceptions".
1579
846060df
JB
15802013-11-13 Joel Brobecker <brobecker@adacore.com>
1581
1582 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1583 after re-initialization of OBJFILE's obstack.
1584
5efd1b2b 15852013-11-12 Doug Evans <xdje42@gmail.com>
7d4df6a4
DE
1586
1587 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1588 bs->stop != 0 on entry. Update function comment. Simplify early
1589 exit for frame mismatch. Reindent rest of function.
1590
ee7615e1
AA
15912013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1592
1593 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1594 NULL.
1595
8943b874
DE
15962013-11-12 Doug Evans <dje@google.com>
1597
1598 Work around gold/15646.
1599 * dwarf2read.c (read_index_from_section): Update comment.
1600 (struct dw2_symtab_iterator): New member global_seen.
1601 (dw2_symtab_iter_init): Initialize it.
1602 (dw2_symtab_iter_next): Skip duplicate global symbols.
1603 (dw2_expand_symtabs_matching): Ditto.
1604
a8a9844d
JB
16052013-11-12 Joel Brobecker <brobecker@adacore.com>
1606
1607 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1608 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1609 command.
1610 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1611 (mi_cmd_info_ada_exceptions): New function.
1612 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1613
778865d3
JB
16142013-11-12 Joel Brobecker <brobecker@adacore.com>
1615
1616 * ada-lang.h: #include "vec.h".
1617 (struct ada_exc_info): New.
1618 (ada_exc_info): New typedef.
1619 (DEF_VEC_O(ada_exc_info)): New vector.
1620 (ada_exceptions_list): Add declaration.
1621 * ada-lang.c (ada_is_exception_sym)
1622 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1623 (sort_remove_dups_ada_exceptions_list)
1624 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1625 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1626 (ada_exceptions_list_1, ada_exceptions_list)
1627 (info_exceptions_command): New function.
1628 (_initialize_ada_language): Add "info exception" command.
1629
bc79de95
PM
16302013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1631
1632 PR python/15629
1633 * NEWS: Add linetable feature.
1634 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1635 * python/py-linetable.c: New file.
1636 * python/py-symtab.c (stpy_get_linetable): New function.
1637 * python/python-internal.h (symtab_to_linetable_object): Declare.
1638 (gdbpy_initialize_linetable): Ditto.
1639 * python/python.c (_initialize_python): Call
1640 gdbpy_initialize_linetable.
1641
2df4d1d5
JB
16422013-11-11 Joel Brobecker <brobecker@adacore.com>
1643
1644 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1645 the documentation of fields "except_string" and "condition".
1646 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1647 CONDITION on the heap before passing it to
1648 create_ada_exception_catchpoint.
1649 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1650 CONDITION.
1651
99c1d451
TT
16522013-11-11 Tom Tromey <tromey@redhat.com>
1653
1654 * config.in, configure: Rebuild.
1655 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1656
8ca5801b
JB
16572013-11-11 Joel Brobecker <brobecker@adacore.com>
1658
1659 * remote-sim.c (gdbsim_detach): Break declaration into
1660 shorter lines. No code change.
1661
7a06d430
EBM
16622013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1663
1664 * remote-sim.c (gdbsim_detach): Fix prototype.
1665
73be47f5
DE
16662013-11-08 Doug Evans <dje@google.com>
1667
1668 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1669 (create_debug_types_hash_table): Only print debugging messages for
1670 each TU if dwarf2-read >= 2.
1671 (process_queue): Ditto.
1672 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1673 Update doc string.
1674
a18d8f10
TT
16752013-11-08 Tom Tromey <tromey@redhat.com>
1676
1677 * configure: Rebuild.
1678 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1679
9467110b
TT
16802013-11-08 Tom Tromey <tromey@redhat.com>
1681
1682 * configure, config.in: Rebuild.
1683 * configure.ac: Remove unused configury.
1684
69706679
TT
16852013-11-08 Tom Tromey <tromey@redhat.com>
1686
1687 * m32c-tdep.c: Use gdb_string.h.
1688
9b4bea72
TT
16892013-11-08 Tom Tromey <tromey@redhat.com>
1690
1691 * configure, config.in: Rebuild.
1692 * configure.ac: Remove all link.h-related checks.
1693
3266f10b
TT
16942013-11-08 Tom Tromey <tromey@redhat.com>
1695
1696 * acinclude.m4: Include common.m4.
1697 * common/common.m4: New file.
1698 * configure, config.in: Rebuild.
1699 * configure.ac: Use GDB_AC_COMMON.
1700
db0fec5c
DE
17012013-11-08 Doug Evans <dje@google.com>
1702
1703 * NEWS: Mention that "set debug symtab-create" now accepts a
1704 verbosity level.
1705 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1706 to set the symtab's primary flag.
1707 * jit.c (finalize_symtab): Ditto.
1708 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1709 * symfile.c (allocate_symtab): Only print debugging messages for
1710 symtab_create_debug levels 2 and higher.
1711 * symtab.c (symtab_create_debug): Change type to unsigned int.
1712 (set_symtab_primary): New function.
1713 (_initialize_symtab): Change "set debug symtab-create" to a
1714 zuinteger option.
1715 * symtab.h (set_symtab_primary): Declare.
1716 (symtab_create_debug): Update decl.
1717
52554a0e
TT
17182013-11-08 Tom Tromey <tromey@redhat.com>
1719
1720 * aix-thread.c (aix_thread_detach): Update.
1721 * corelow.c (core_detach): Update.
1722 * darwin-nat.c (darwin_detach): Update.
1723 * dec-thread.c (dec_thread_detach): Update.
1724 * gnu-nat.c (gnu_detach): Update.
1725 * go32-nat.c (go32_detach): Update.
1726 * inf-ptrace.c (inf_ptrace_detach): Update.
1727 * inf-ttrace.c (inf_ttrace_detach): Update.
1728 * linux-fork.c (linux_fork_detach): Update.
1729 * linux-fork.h (linux_fork_detach): Update.
1730 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1731 local for const-correctness.
1732 * linux-thread-db.c (thread_db_detach): Update.
1733 * monitor.c (monitor_detach): Update.
1734 * nto-procfs.c (procfs_detach): Update.
1735 * procfs.c (procfs_detach): Update.
1736 * record.c (record_detach): Update.
1737 * record.h (record_detach): Update.
1738 * remote-m32r-sdi.c (m32r_detach): Update.
1739 * remote-mips.c (mips_detach): Update.
1740 * remote-sim.c (gdbsim_detach): Update.
1741 * remote.c (remote_detach_1, remote_detach)
1742 (extended_remote_detach): Update.
1743 * sol-thread.c (sol_thread_detach): Update.
1744 * target.c (target_detach): Make "args" const.
1745 (init_dummy_target): Update.
1746 * target.h (struct target_ops) <to_detach>: Make argument const.
1747 (target_detach): Likewise.
1748 * windows-nat.c (windows_detach): Update.
1749
204b5331
DE
17502013-11-07 Doug Evans <dje@google.com>
1751
1752 PR 11786
1753 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1754 and align fields for PT_GNU_RELRO segments.
1755
92e32e33
PM
17562013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1757
ef1bc9e7
AM
1758 PR python/15747
1759 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
92e32e33 1760
f76c27b5
PM
17612013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1762
1763 * NEWS: Document Python temporary breakpoint support.
1764 * python/py-breakpoint.c (bppy_get_temporary): New function.
1765 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1766 to temporary if True.
1767
d52cd232
JM
17682013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1769
1770 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1771 removed to allow analyzing unconditional branch instructions
1772 with PC-relative offsets of zero.
1773
fa4d0c40
YQ
17742013-11-07 Yao Qi <yao@codesourcery.com>
1775
1776 * mi/mi-cmd-var.c: Include "language.h".
1777 (mi_cmd_var_info_expression): Get language name from
1778 language_defn.
1779 * varobj.c (varobj_language_string): Remove.
1780 (variable_language): Remove declaration.
1781 (languages): Remove.
1782 (varobj_get_language): Change the type of return value.
1783 (variable_language): Remove.
1784 * varobj.h (enum varobj_languages): Remove.
1785 (varobj_language_string): Remove declaration.
1786 (varobj_get_language): Update declaration.
1787
6abde28f
YQ
17882013-11-07 Yao Qi <yao@codesourcery.com>
1789
1790 * language.h (struct language_defn) <la_natural_name>: New
1791 field.
1792 * ada-lang.c (ada_language_defn): Initialize field
1793 'la_natural_name'.
1794 * c-lang.c (c_language_defn): Likewise.
1795 (cplus_language_defn, asm_language_defn): Likewise.
1796 * d-lang.c (d_language_defn): Likewise.
1797 * f-lang.c (f_language_defn): Likewise.
1798 * go-lang.c (go_language_defn): Likewise.
1799 * jv-lang.c (java_language_defn): Likewise.
1800 * language.c (unknown_language_defn ): Likewise.
1801 (auto_language_defn): Likewise.
1802 * m2-lang.c (m2_language_defn): Likewise.
1803 * objc-lang.c (objc_language_defn): Likewise.
1804 * opencl-lang.c (opencl_language_defn): Likewise.
1805 * p-lang.c (pascal_language_defn): Likewise.
1806
27cd387b
YQ
18072013-11-07 Yao Qi <yao@codesourcery.com>
1808
1809 * language.c (language_str): Return const char *.
1810 (add_language): Add const to 'language_names'
1811 * language.h (struct language_defn) <la_name>: Add const.
1812 (language_str: Update declaration.
1813
6682d959
AA
18142013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1815
1816 * s390-linux-nat.c (s390_read_description): Consider the TE field
1817 in the HWCAP for determining 'have_regset_tdb'.
1818
b9502d3f
WN
18192013-11-06 Will Newton <will.newton@linaro.org>
1820
1821 PR gdb/12866
1822 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1823 values. (read_partial_die): Likewise.
1824
840da61a
MB
18252013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1826
1827 PR cli/16122
1828 * top.c (command_line_input): Unify interactivity tests to use
1829 input_from_terminal_p.
1830 * event-top.c (command_line_handler): Likewise.
1831
7636ccf9
YQ
18322013-11-06 Yao Qi <yao@codesourcery.com>
1833
1834 * Makefile.in (check-perf): New target.
1835
12b27276
WN
18362013-11-05 Will Newton <will.newton@linaro.org>
1837
1838 PR gdb/7670
1839 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1840 (arm_print_float_info): Likewise.
1841
67c059c2
AB
18422013-11-04 Anton Blanchard <anton@samba.org>
1843
1844 * target.c (memory_xfer_partial): Cap write to 4KB.
1845
0569175e
TSD
18462013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1847
1848 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1849 probe scan even when the arch provides no get_longjmp_target.
1850
b18e90f5
PA
18512013-10-31 Pedro Alves <palves@redhat.com>
1852
1853 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1854 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1855 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1856 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1857 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1858 <bpstat handling>: If the bpstat chain wants the signal to be
1859 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1860 GDB_SIGNAL_TRAP.
1861
638aa5a1
AB
18622013-10-31 Andrew Burgess <aburgess@broadcom.com>
1863
1864 * breakpoint.c (update_watchpoint): Update error message and add
1865 an additional error message.
1866
0e5fae36
UW
18672013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1868
1869 * s390-tdep.h: Rename to...
1870 * s390-linux-tdep.h: ...here.
1871 * s390-tdep.c: Rename to...
1872 * s390-linux-tdep.c: ...here. Adjust #include.
1873 * s390-nat.c: Rename to...
1874 * s390-linux-nat.c: ...here. Adjust #include.
1875 * config/s390/s390.mh: Rename to...
1876 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1877 s390-linux-nat.o.
1878 * configure.host: Reflect host rename "s390" -> "linux".
1879 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1880 * Makefile.in (ALL_TARGET_OBS): Likewise.
1881 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1882 s390-linux-tdep.h.
1883 (ALLDEPFILES): Reflect rename of .c files.
1884
34201ae3
UW
18852013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1886
1887 * s390-nat.c: Whitespace cleanup.
1888 * s390-tdep.c: Likewise.
1889 * s390-tdep.h: Remove empty line at end of file.
1890
e17aaa33
MR
18912013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1892
1893 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1894 siginfo_size.
1895
aee17e42
TT
18962013-10-29 Tom Tromey <tromey@redhat.com>
1897
1898 * utils.c (reg): Move undefinition...
1899 * gdb_curses.h: ... here. Update comment to mention AIX.
1900
9ac69859
NB
19012013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1902
1903 * exec.h (add_target_sections_of_objfile): New declaration.
1904 * exec.c (add_target_sections_of_objfile): New function.
1905 * symfile.c (add_symbol_file_command): Update current target sections.
1906 (remove_symbol_file_command): New command.
1907 (symfile_free_objfile): New function.
1908 (_initialize_symfile): Register observer for free_objfile events.
1909 * NEWS: Add description of the remove-symbol-file command.
1910 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1911 * objfiles.c (free_objfile): Notify free_objfile.
1912 (is_addr_in_objfile): New function.
1913 * objfiles.h (is_addr_in_objfile): New declaration.
1914 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1915 events instead of solib_unloaded events.
1916 (_initialize_printcmd): Register observer for free_objfile instead
1917 of solib_unloaded notifications.
1918 * solib.c (remove_user_added_objfile): New function.
1919 (_initialize_symfile): Add remove-symbol-file.
1920
f69d9aef
AB
19212013-10-29 Andrew Burgess <aburgess@broadcom.com>
1922
1923 * infcmd.c (default_print_one_register_info): Use val_print to
1924 print all values even optimized out or unavailable ones. Don't
1925 try to print a raw form of optimized out or unavailable values.
1926
487ad57c
YQ
19272013-10-29 Yao Qi <yao@codesourcery.com>
1928
1929 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1930 parameter 'arg' instead of from program_space_data.
1931 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1932 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1933 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1934 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1935 * inflow.c (inflow_inferior_data_cleanup): Get data from
1936 parameter 'arg' instead of inferior_data.
1937 * registry.h: Add comments.
1938
3c4797ba
PA
19392013-10-28 Pedro Alves <palves@redhat.com>
1940
1941 * breakpoint.c (watchpoints_triggered)
1942 <!target_stopped_data_address>: Hardcode return 1.
1943
cdaa5b73
PA
19442013-10-28 Pedro Alves <palves@redhat.com>
1945
1946 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1947 level and reindent.
1948
94c57d6a
PA
19492013-10-28 Pedro Alves <palves@redhat.com>
1950
1951 * infrun.c (process_event_stop_test): New function, factored out
1952 from handle_inferior_event.
1953 (handle_inferior_event): 'process_event_stop_test' is now a
1954 function instead of a goto label -- adjust.
1955
fcf3daef
PA
19562013-10-28 Pedro Alves <palves@redhat.com>
1957
1958 * infrun.c (handle_inferior_event): Move process_event_stop_test
1959 goto label to the else branch of the ecs->random_signal check,
1960 along with FRAME and GDBARCH re-fetching.
1961
c447ac0b
PA
19622013-10-28 Pedro Alves <palves@redhat.com>
1963
1964 * infrun.c (switch_back_to_stepped_thread): New function, factored
1965 out from handle_inferior_event.
1966 (handle_inferior_event): Adjust to call
1967 switch_back_to_stepped_thread. Call it also at the tail of the
1968 random signal handling, and return, instead of also handling
1969 random signals just before the stepping tests.
1970
f05e4c11
PA
19712013-10-28 Pedro Alves <palves@redhat.com>
1972
1973 * infrun.c (clear_stop_func): Delete.
1974 (handle_inferior_event): Don't call clear_stop_func and don't
1975 clear 'ecs->random_signal'.
1976
ca20d462
YQ
19772013-10-27 Yao Qi <yao@codesourcery.com>
1978
1979 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1980 (varobj_create, varobj_get_path_expr): Update.
1981 (varobj_value_has_mutated, varobj_update): Likewise.
1982 (create_child_with_value, new_root_variable): Likewise.
1983 (number_of_children, name_of_variable): Likewise.
1984 (value_of_child, my_value_of_variable): Likewise.
1985 (varobj_value_is_changeable_p): Likewise.
1986
a53b64ea
YQ
19872013-10-25 Yao Qi <yao@codesourcery.com>
1988
1989 * language.h (struct lang_varobj_ops): Declare.
1990 (struct language_defn) <la_varobj_ops>: New field.
1991 * ada-lang.c: Include "varobj.h"
1992 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1993 ada_varobj_ops.
1994 * c-lang.c: Include "varobj.h"
1995 (c_language_defn): Initialize field 'la_varobj_ops' with
1996 c_varobj_ops.
1997 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1998 cplus_varobj_ops.
1999 (asm_language_defn): Initialize field 'la_varobj_ops' with
2000 default_varobj_ops.
2001 (minimal_language_defn): Likewise.
2002 * d-lang.c (d_language_defn): Likewise.
2003 * f-lang.c (f_language_defn): Likewise.
2004 * go-lang.c (go_language_defn): Likewise.
2005 * m2-lang.c (m2_language_defn): Likewise.
2006 * objc-lang.c (objc_language_defn): Likewise.
2007 * opencl-lang.c (opencl_language_defn): Likewise.
2008 * p-lang.c (pascal_language_defn): Likewise.
2009 * language.c (unknown_language_defn): Likewise.
2010 (auto_language_defn): Likewise.
2011 (local_language_defn): Likewise.
2012 * jv-lang.c (java_language_defn): Initialize field
2013 'la_varobj_ops' with java_varobj_ops.
2014 * varobj.c (varobj_create): Update.
2015 * varobj.h (default_varobj_ops): Define macro.
2016
686d4def
PA
20172013-10-25 Pedro Alves <palves@redhat.com>
2018
2019 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
2020 static field value.
2021 (cp_print_static_field): If the value is entirely optimized out,
2022 print <optimized out> here.
2023 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
2024 static field value.
2025 * p-valprint.c (pascal_object_print_static_field): If the value is
2026 entirely optimized out, print <optimized out> here.
2027 * valops.c (do_search_struct_field)
2028 (value_struct_elt_for_reference): No longer handle a NULL static
2029 field value.
2030 * value.c (value_static_field): Return an optimized out value
2031 instead of NULL.
2032
6c177e28
YQ
20332013-10-25 Yao Qi <yao@codesourcery.com>
2034
2035 * remote.c (remote_traceframe_info): Return early if
2036 traceframe is not selected.
2037
98322bfa
YQ
20382013-10-25 Yao Qi <yao@codesourcery.com>
2039
2040 * tracepoint.c (traceframe_fun): Remove.
2041 (traceframe_sal): Remove.
2042 (set_traceframe_context): Add local variables.
2043
6ba1f115
JB
20442013-10-25 Joel Brobecker <brobecker@adacore.com>
2045
2046 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
2047 and parameter name.
2048
bbe769cc
MR
20492013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2050
2051 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
2052 failure from register information collection.
2053
72ee4495 20542013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
59a70096
MR
2055
2056 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
2057 member.
2058 (linux_corefile_thread_callback): Update accordingly.
2059 (linux_make_corefile_notes): Likewise.
2060
98882a26
PA
20612013-10-24 Pedro Alves <palves@redhat.com>
2062
2063 * NEWS (New options): Mention set/show startup-with-shell.
2064 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
2065 instead of 3.
2066 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
2067 startup-with-shell'.
2068 (show_startup_with_shell): New function.
2069 (_initialize_fork_child): Register the set/show startup-with-shell
2070 commands.
2071 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
2072 * inf-ttrace.c (inf_ttrace_him): Remove comment.
2073 * procfs.c (procfs_init_inferior): Remove comment.
2074 * infcmd.c (startup_with_shell): New global.
2075 * inferior.h (startup_with_shell): Declare global.
2076 (STARTUP_WITH_SHELL): Delete.
2077 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
2078
c9737c08
PA
20792013-10-23 Pedro Alves <palves@redhat.com>
2080
2081 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
2082 * common/signals.c: Include "gdb_assert.h".
2083 (signals): New field 'symbol'.
2084 (SET): Use the 'symbol' parameter.
2085 (gdb_signal_to_symbol_string): New function.
2086 * infrun.c (handle_inferior_event) <random signal>: In debug
2087 output, print the random signal enum as string in addition to its
2088 number.
2089 * target/waitstatus.c (target_waitstatus_to_string): Print the
2090 signal's enum value as string instead of the (POSIX) signal name.
2091
f60db4f0
GB
20922013-10-23 Gary Benson <gbenson@redhat.com>
2093
2094 PR 16013
2095 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
2096 from 32 to 18. Adjusted fscanf format string accordingly.
2097 (Avoids leaving cmd unterminated.)
2098 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
2099 trun, retn or extra. (Avoids leaving extra unterminated.) Check
2100 that local_address and remote_address will not overflow.
2101 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
2102 leaving dependencies unterminated. Parse size as "%u" to match
2103 definition.
2104
6d3e7a94
PA
21052013-10-22 Pedro Alves <palves@redhat.com>
2106
2107 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
2108 set ecs->random signal.
2109
42ec045f
PA
21102013-10-22 Pedro Alves <palves@redhat.com>
2111
2112 * infrun.c (keep_going): Update comments.
2113
21142013-10-22 Pedro Alves <palves@redhat.com>
2115
2116 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
2117 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2118
21192013-10-22 Pedro Alves <palves@redhat.com>
2120
2121 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
2122 GDB_EXC_BAD_ACCESS.
2123 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
2124 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
2125 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
2126 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
2127 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
2128 (GDB_SIGNAL_LAST): Change description string.
2129 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
2130 Adjust to signal renaming.
2131 * darwin-nat.c (darwin_decode_message): Likewise.
2132
c8fde1b1
JM
21332013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
2134
2135 * MAINTAINERS (Write After Approval): Add myself to the list.
2136
e8369a73
AB
21372013-10-18 Andrew Burgess <aburgess@broadcom.com>
2138
2139 * breakpoint.c (update_watchpoint): If hardware watchpoints are
2140 forced off, downgrade them to software watchpoints if possible,
2141 and error out if not possible.
2142 (watch_command_1): Move watchpoint type selection closer to
2143 watchpoint creation, and extend the comments.
2144
776f04fa
PA
21452013-10-18 Pedro Alves <palves@redhat.com>
2146
2147 PR gdb/16062
2148 * infrun.c (handle_inferior_event): Keep going if we got a random
2149 signal we should not stop for, instead of falling through to the
2150 step tests.
2151
0c6faab5
YQ
21522013-10-18 Yao Qi <yao@codesourcery.com>
2153
2154 * c-varobj.c (cplus_number_of_children): Fix indentation.
2155
50b34a18
TT
21562013-10-17 Tom Tromey <tromey@redhat.com>
2157
2158 PR gdb/15995:
2159 * printcmd.c (printcmd): Call gdb_flush.
2160
5c4c8a59
TT
21612013-10-17 Tom Tromey <tromey@redhat.com>
2162
2163 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
2164 (elf_locate_sections): Update.
2165
c4124bf1
YQ
21662013-10-17 Yao Qi <yao@codesourcery.com>
2167
2168 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2169 * ada-varobj.c: Remove the include of ada-varobj.h.
2170 (ada_varobj_get_number_of_children): Declare.
2171 (ada_varobj_get_name_of_child): Make it static.
2172 (ada_varobj_get_path_expr_of_child): Likewise.
2173 (ada_varobj_get_value_of_child): Likewise.
2174 (ada_varobj_get_type_of_child): Likewise.
2175 (ada_varobj_get_value_of_array_variable): Likewise.
2176 * ada-varobj.h: Remove.
2177
99ad9427
YQ
21782013-10-17 Yao Qi <yao@codesourcery.com>
2179
2180 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
2181 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
2182 * ada-varobj.c: Include "varobj.h".
2183 (ada_number_of_children): New. Moved from varobj.c.
2184 (ada_name_of_variable, ada_name_of_child): Likewise.
2185 (ada_path_expr_of_child, ada_value_of_child): Likewise.
2186 (ada_type_of_child, ada_value_of_variable): Likewise.
2187 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
2188 (ada_varobj_ops): New.
2189 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
2190 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
2191 * gdbtypes.h (get_target_type): Declare.
2192 * varobj.c: Remove the inclusion of "ada-varobj.h" and
2193 "ada-lang.h".
2194 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
2195 (ANONYMOUS_UNION_NAME): Likewise.
2196 (get_type, get_value_type, get_target_type): Remove declarations.
2197 (value_get_print_value, varobj_value_get_print_value): Likewise.
2198 (c_number_of_children, c_name_of_variable): Likewise.
2199 (c_name_of_child, c_path_expr_of_child): Likewise.
2200 (c_value_of_child, c_type_of_child): Likewise.
2201 (c_value_of_variable, cplus_number_of_children): Likewise.
2202 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2203 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2204 (cplus_value_of_child, cplus_type_of_child): Likewise.
2205 (cplus_value_of_variable, java_number_of_children): Likewise.
2206 (java_name_of_variable, java_name_of_child): Likewise.
2207 (java_path_expr_of_child, java_value_of_child): Likewise.
2208 (java_type_of_child, java_value_of_variable): Likewise.
2209 (ada_number_of_children, ada_name_of_variable): Likewise.
2210 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2211 (ada_value_of_child, ada_type_of_child): Likewise.
2212 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2213 (ada_value_has_mutated): Likewise.
2214 (struct language_specific): Move it to varobj.h.
2215 (CPLUS_FAKE_CHILD): Move it to varobj.h.
2216 (restrict_range): Rename it varobj_restrict_range. Make it extern.
2217 Callers update.
2218 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
2219 Make it extern.
2220 (is_anonymous_child): Move it to c-varobj.c and rename to
2221 varobj_is_anonymous_child. Caller update.
2222 (get_type): Move it to c-varobj.c.
2223 (get_value_type): Rename it varobj_get_value_type. Make it
2224 extern.
2225 (get_target_type): Move it gdbtypes.c.
2226 (varobj_formatted_print_options): New function.
2227 (value_get_print_value): Rename it to
2228 varobj_value_get_print_value and make it extern.
2229 (varobj_value_is_changeable_p): Make it extern.
2230 (adjust_value_for_child_access): Move it to c-varobj.c.
2231 (default_value_is_changeable_p): Rename it to
2232 varobj_default_value_is_changeable_p. Make it extern.
2233 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
2234 (c_name_of_child, c_path_expr_of_child): Likewise.
2235 (c_value_of_child, c_type_of_child): Likewise.
2236 (c_value_of_variable, cplus_number_of_children): Likewise.
2237 (cplus_class_num_children, cplus_name_of_variable): Likewise.
2238 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2239 (cplus_value_of_child, cplus_type_of_child): Likewise.
2240 (cplus_value_of_variable): Likewise.
2241 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
2242 (java_name_of_child, java_path_expr_of_child): Likewise.
2243 (java_value_of_child, java_type_of_child): Likewise.
2244 (java_value_of_variable): Likewise.
2245 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
2246 (ada_name_of_child, ada_path_expr_of_child): Likewise.
2247 (ada_value_of_child, ada_type_of_child): Likewise.
2248 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2249 (ada_value_has_mutated): Likewise.
2250 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
2251 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
2252 (c_varobj_ops, cplus_varobj_ops): Declare.
2253 (java_varobj_ops, ada_varobj_ops): Declare.
2254 (varobj_default_value_is_changeable_p): Declare.
2255 (varobj_value_is_changeable_p): Declare.
2256 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
2257 (varobj_get_path_expr_parent): Declare.
2258 (varobj_value_get_print_value): Declare.
2259 (varobj_formatted_print_options): Declare.
2260 (varobj_restrict_range): Declare.
2261
c8a62302
LM
22622013-10-17 Luis Machado <lgustavo@codesourcery.com>
2263
2264 * target/waitstatus.h (target_waitkind): Remove spurious
2265 character from the comments.
2266
eade6471
JB
22672013-10-17 Joel Brobecker <brobecker@adacore.com>
2268
2269 * gdbarch.sh (get_longjmp_target): Add method documentation.
2270 * gdbarch.h: Regenerate.
2271
5411b26c
TT
22722013-10-16 Tom Tromey <tromey@redhat.com>
2273
2274 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2275 label.
2276
87326c87
LM
22772013-10-16 Luis Machado <lgustavo@codesourcery.com>
2278
2279 * gcore.in: Call GDB using the full path to the gcore script.
2280 Error out if the GDB binary is not found.
2281
fd0a4d76
SDJ
22822013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2283
2284 PR gdb/16014
2285 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2286 sizeof.
2287
d92f7ee3
SDJ
22882013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2289
2290 PR gdb/16042
2291 * target.c (target_disable_btrace): Fix invalid return value for
2292 void function.
2293 (target_teardown_btrace): Likewise.
2294
bb5ce47a
YQ
22952013-10-14 Yao Qi <yao@codesourcery.com>
2296
2297 * varobj.c (struct varobj): Move most of the fields to
2298 varobj.h.
2299 (struct varobj_dynamic): New struct.
2300 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2301 (varobj_has_more): Likewise.
2302 (dynamic_varobj_has_child_method): Likewise.
2303 (update_dynamic_varobj_children): Likewise.
2304 (varobj_get_num_children): Likewise.
2305 (varobj_list_children, varobj_pretty_printed_p): Likewise.
2306 (install_new_value_visualizer): Likewise.
2307 (install_new_value_visualizer, install_new_value): Likewise.
2308 (varobj_update, new_variable, free_variable): Likewise.
2309 (my_value_of_variable, value_get_print_value): Likewise.
2310 (install_visualizer): Change the type of parameter 'var' to
2311 'struct varobjd_dynamic *'. Callers update.
2312 * varobj.h (struct varobj): Moved from varobj.c.
2313 (struct varobj) <dynamic>: New field.
2314
0b76b0ce
SL
23152013-10-13 Sandra Loosemore <sandra@codesourcery.com>
2316
2317 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2318 as the preferred name of r30.
2319 * nios2-linux-tdep.c (reg_offsets): Likewise.
2320 * features/nios2-cpu.xml: Likewise.
2321 * features/nios2-linux.c: Regenerated.
2322 * features/nios2.c: Regenerated.
2323 * regformats/nios2-linux.dat: Regenerated.
2324
4856b6bc
JK
23252013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 Canonicalize directories for EXEC_FILENAME.
2328 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2329 exec_filename.
2330 * utils.c (gdb_realpath_keepfile): New function.
2331 * utils.h (gdb_realpath_keepfile): New declaration.
2332
9b557b58
DE
23332013-10-11 Doug Evans <dje@google.com>
2334
2335 * Makefile.in (GDBFLAGS): New variable.
2336 (run): New rule.
2337
ce13fade
JB
23382013-10-11 Joel Brobecker <brobecker@adacore.com>
2339
2340 * NEWS: Add entry documenting the new "-catch-assert" and
2341 "-catch-exception" GDB/MI commands.
2342
349774ef
JB
23432013-10-11 Joel Brobecker <brobecker@adacore.com>
2344
2345 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2346 "enabled".
2347 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2348 "enabled". Set B->ENABLE_STATE accordingly.
2349 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2350 ada-lang.c.
2351 (create_ada_exception_catchpoint): Add declaration.
2352 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2353 (create_ada_exception_catchpoint): Make non-static. Add new
2354 parameter "disabled". Use it in call to
2355 init_ada_exception_breakpoint.
2356 (catch_ada_exception_command): Add parameter "enabled" in call
2357 to create_ada_exception_catchpoint.
2358 (catch_assert_command): Likewise.
2359
2360 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2361 Add declarations.
2362 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2363 "catch-exception" commands.
2364 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2365 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2366
761269c8
JB
23672013-10-11 Joel Brobecker <brobecker@adacore.com>
2368
2369 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2370 "enum exception_catchpoint_kind". Replace the "ex_" prefix
2371 of all its enumerates with "ada_". Update the rest of this
2372 file throughout.
2373
b4a5b78b
JB
23742013-10-11 Joel Brobecker <brobecker@adacore.com>
2375
2376 * ada-lang.c (ada_decode_exception_location): Delete.
2377 (create_ada_exception_catchpoint): Remove arguments "sal",
2378 "addr_string" and "ops". Add argument "ex_kind" instead.
2379 Adjust implementation accordingly, calling ada_exception_sal
2380 to get the entities it no longer gets passed as arguments.
2381 Document the function's arguments.
2382 (catch_ada_exception_command): Use catch_ada_exception_command_split
2383 instead of ada_decode_exception_location, and update call to
2384 create_ada_exception_catchpoint.
2385 (catch_ada_assert_command_split): Renames
2386 ada_decode_assert_location. Remove parameters "addr_string" and
2387 "ops", and now returns void. Adjust implementation accordingly.
2388 Update the function documentation.
2389 (catch_assert_command): Use catch_ada_assert_command_split
2390 instead of ada_decode_assert_location. Update call to
2391 create_ada_exception_catchpoint.
2392
7ad1d32c 23932013-10-11 Joel Brobecker <brobecker@adacore.com>
7c647d61
JB
2394
2395 * utils.h (perror_warning_with_name): Add declaration.
2396 * utils.c (perror_warning_with_name): New function.
2397 * cli/cli-cmds.c (source_script_with_search): Add call to
2398 perror_warning_with_name if from_tty is nul.
2399
7ad1d32c 24002013-10-11 Joel Brobecker <brobecker@adacore.com>
0cf4063e
JB
2401
2402 * utils.c (perror_string): New function, extracted out of
2403 throw_perror_with_name.
2404 (throw_perror_with_name): Rework to use perror_string.
2405
bcc75809
YQ
24062013-10-11 Yao Qi <yao@codesourcery.com>
2407
2408 * remote.c (discard_pending_stop_replies_in_queue): Update
2409 declaration.
2410 (struct stop_reply) <rs>: New field.
2411 (remove_stop_reply_of_remote_state): New function.
2412 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2413 Callers update. Pass remove_stop_reply_of_remote_state to
2414 QUEUE_iterate.
2415 (remote_parse_stop_reply): Initialize field 'rs'.
2416
05feb193
WN
24172013-10-10 Will Newton <will.newton@linaro.org>
2418
2419 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2420 linux_init_abi.
2421
0d12017b
JB
24222013-10-10 Joel Brobecker <brobecker@adacore.com>
2423
2424 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2425 serial_baud_show_cmd.
2426 (_initialize_cli_cmds): Delete the code creating the
2427 "set/show remotebaud" commands.
2428 * serial.c (baud_rate): Move here from top.c.
2429 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2430 (_initialize_serial): Create "set/show serial baud" commands.
2431 Add "set/show remotebaud" command aliases.
2432 * top.c (baud_rate): Moved to serial.c.
2433 * NEWS: Document the new "set/show serial baud" commands,
2434 replacing "set/show remotebaud".
2435
578d3588
PA
24362013-10-09 Pedro Alves <palves@redhat.com>
2437
2438 * breakpoint.c (insert_bp_location): Use memory_error_message to
2439 build the memory error string.
2440 * c-lang.c: Include "gdbcore.h".
2441 (c_get_string): Use memory_error to throw error.
2442 (target_xfer_memory_error): Delete.
2443 (memory_error_message): New, factored out from
2444 target_xfer_memory_error.
2445 (memory_error): Change parameter type to target_xfer_error.
2446 Rewrite.
2447 (read_memory): Use memory_error instead of
2448 target_xfer_memory_error.
2449 * gdbcore.h: Include "target.h".
2450 (memory_error): Change parameter type to target_xfer_error.
2451 (memory_error_message): Declare function.
2452 * target.c (target_read_memory, target_read_stack)
2453 (target_write_memory, target_write_raw_memory): Return
2454 TARGET_XFER_E_IO on error. Adjust comments.
2455 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2456 instead of EIO.
2457 * target.h (target_read, target_insert_breakpoint)
2458 (target_remove_breakpoint): Adjust comments.
2459 * valprint.c (partial_memory_read): Rename parameter, and adjust
2460 comment.
2461 (val_print_string): Use memory_error_message to build the memory
2462 error string.
2463
c74e1ccf
JK
24642013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2465
2466 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2467 result variable. Rename variable fopen_e_ever_failed to
2468 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
2469
915215be
PA
24702013-10-09 Pedro Alves <palves@redhat.com>
2471
2472 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2473 (monitor_write_memory_longlongs, monitor_write_memory_block):
2474 Constify 'myaddr' parameter.
2475 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2476 helper.
2477 (monitor_xfer_partial): New function.
2478 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2479 hook. Install a to_xfer_partial hook.
2480
acd13123
TT
24812013-10-09 Tom Tromey <tromey@redhat.com>
2482
2483 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2484 bfd_get_alt_debug_link_info.
2485
40135bb1
JK
24862013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2487
2488 New flag OBJF_NOT_FILENAME.
2489 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2490 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2491 allocate_objfile.
2492 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2493 symbol_file_add_from_bfd.
2494 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2495 allocate_objfile.
2496 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2497 NULL.
2498 * objfiles.h (OBJF_NOT_FILENAME): New.
2499
dc294be5
TT
25002013-10-08 Tom Tromey <tromey@redhat.com>
2501
2502 * Makefile.in (SFILES): Add build-id.c.
2503 (HFILES_NO_SRCDIR): Add build-id.h.
2504 * build-id.c: New file, largely from elfread.c. Modified
2505 most functions.
2506 * build-id.h: New file.
2507 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2508 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
2509 Search for dwz file using build-id.
2510 * elfread.c (build_id_bfd_get, build_id_verify)
2511 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2512
db230ce3
JB
25132013-10-08 Joel Brobecker <brobecker@adacore.com>
2514
2515 * ada-lang.c (compare_names_with_case): Renamed from
2516 compare_names, adding a new parameter "casing" and its handling.
2517 New function documentation.
2518 (compare_names): New function, implemented using
2519 compare_names_with_case.
2520
6501c98a
JB
25212013-10-08 Joel Brobecker <brobecker@adacore.com>
2522
2523 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2524
84a1243b
TT
25252013-10-07 Tom Tromey <tromey@redhat.com>
2526
2527 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2528 demangled_names_hash.
2529 (free_objfile): Don't delete the demangled_names_hash.
2530 * objfiles.h (struct objfile_per_bfd_storage)
2531 <demangled_names_hash>: New field.
2532 (struct objfile) <demangled_names_hash>: Move to
2533 objfile_per_bfd_storage.
2534 * symfile.c (reread_symbols): Don't delete the
2535 demangled_names_hash.
2536 * symtab.c (create_demangled_names_hash): Update.
2537 (symbol_set_names): Update.
2538
1da77581
TT
25392013-10-07 Tom Tromey <tromey@redhat.com>
2540
2541 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2542 needs_relocations>: New fields.
2543 (gdb_bfd_requires_relocations): New function.
2544 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2545 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2546 the BFD needs relocations applied.
2547
46ecd527
PA
25482013-10-07 Pedro Alves <palves@redhat.com>
2549
2550 PR breakpoints/11568
2551 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2552 the thread list" instead of "gone".
2553
0c557179
SDJ
25542013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2555
2556 * NEWS: Mention new convenience variable $_exitsignal.
2557 * corelow.c (core_open): Reset exit convenience variables. Set
2558 $_exitsignal to the uncaught signal which generated the corefile.
2559 * infrun.c (handle_inferior_event): Reset exit convenience
2560 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2561 (clear_exit_convenience_vars): New function.
2562 * inferior.h (clear_exit_convenience_vars): New prototype.
2563
1cc47d81
YQ
25642013-10-06 Yao Qi <yao@codesourcery.com>
2565
2566 * varobj.h: Add comments to enum varobj_languages.
2567
73869dc2
DE
25682013-10-04 Doug Evans <dje@google.com>
2569
2570 Add support for DWP file format version 2.
2571 * NEWS: Mention support for DWP file format version 2.
2572 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2573 union of asection, containing_section. New fields virtual_offset
2574 and is_virtual. Change type of readin filed from int to char.
2575 (dwo_sections, dwo_file): Tweak comments.
2576 (dwp_v2_section_ids): New enum.
2577 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2578 str_offsets, types.
2579 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2580 All uses updated.
2581 (virtual_v2_dwo_sections): New struct.
2582 (dwp_hash_table): New fields version, nr_columns. Change type of
2583 section_pool field to a union.
2584 (dwp_file): New field version.
2585 (dwarf2_has_info): Check for virtual sections.
2586 (get_containing_section): New function.
2587 (get_section_bfd_owner, get_section_bfd_section): Call it.
2588 (dwarf2_locate_sections): Update.
2589 (dwarf2_section_empty_p): Update.
2590 (dwarf2_read_section): Handle virtual sections.
2591 (locate_dwz_sections): Update.
2592 (create_dwp_hash_table): Document and handle V2 format.
2593 (locate_v1_virtual_dwo_sections): Renamed from
2594 locate_virtual_dwo_sections and update. All callers updated.
2595 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2596 Delete arg htab. Rename arg section_index to unit_index.
2597 All callers updated.
2598 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2599 All uses updated.
2600 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2601 (lookup_dwo_unit_in_dwp): Add V2 support.
2602 (dwarf2_locate_dwo_sections): Update.
2603 (dwarf2_locate_common_dwp_sections): Renamed from
2604 dwarf2_locate_dwp_sections and update. All callers updated.
2605 (dwarf2_locate_v2_dwp_sections): New function.
2606 (open_and_init_dwp_file): Add V2 support.
2607 (read_str_index): New locals str_section, str_offsets_section.
2608
9a2c3737
PA
26092013-10-04 Pedro Alves <palves@redhat.com>
2610
2611 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2612 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2613 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2614 describing comments with references to ptid.h.
2615 * common/ptid.h: Remove intro description of constructors,
2616 accessors and predicates.
2617 (struct ptid): Reformat.
2618 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2619 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2620 describing comments.
2621
f5371440
JB
26222013-10-04 Joel Brobecker <brobecker@adacore.com>
2623
2624 * aix-thread.c (sync_threadlists): Add missing ')' in call
2625 to ptid_build.
2626
793e1c06
JB
26272013-10-04 Joel Brobecker <brobecker@adacore.com>
2628
2629 * procfs.c (procfs_init_inferior): Fix typo causing the build
2630 to fail.
2631
26f0edc1
JB
26322013-10-04 Joel Brobecker <brobecker@adacore.com>
2633
2634 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2635
5713b9b5
JB
26362013-10-04 Joel Brobecker <brobecker@adacore.com>
2637
2638 * mi/mi-main.c (run_one_inferior): Add function description.
2639 Make ARG a pointer to an integer whose value determines whether
2640 we should "run" or "start" the program.
2641 (mi_cmd_exec_run): Add handling of the "--start" option.
2642 Reject all other command-line options.
2643 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2644
f48ff2a7
YQ
26452013-10-04 Yao Qi <yao@codesourcery.com>
2646
2647 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2648 (struct notif_client) <pending_event>: Moved
2649 to struct remote_notif_state.
2650 <id>: New field.
2651 (struct remote_notif_state) <pending_event>: New field.
2652 (notif_event_xfree): Declare.
2653 * remote-notif.c (handle_notification): Adjust.
2654 (notif_event_xfree): New function.
2655 (do_notif_event_xfree): Call notif_event_xfree.
2656 (remote_notif_state_xfree): Call notif_event_xfree to free
2657 each element in field pending_event.
2658 * remote.c (discard_pending_stop_replies): Remove declaration.
2659 (discard_pending_stop_replies_in_queue): Declare.
2660 (remote_close): Call discard_pending_stop_replies_in_queue
2661 instead of discard_pending_stop_replies.
2662 (remote_start_remote): Adjust.
2663 (stop_reply_xfree): Call notif_event_xfree.
2664 (notif_client_stop): Adjust initialization.
2665 (remote_notif_remove_all): Rename it to ...
2666 (remove_stop_reply_for_inferior): ... this. Update comments.
2667 Don't check INF is NULL.
2668 (discard_pending_stop_replies): Return early if notif_state is
2669 NULL. Adjust. Don't check INF is NULL.
2670 (remote_notif_get_pending_events): Adjust.
ef1bc9e7 2671 (discard_pending_stop_replies_in_queue): New function.
f48ff2a7
YQ
2672 (remote_wait_ns): Likewise.
2673
5965e028
YQ
26742013-10-04 Yao Qi <yao@codesourcery.com>
2675
2676 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2677 (notif_queue): Remove.
2678 (remote_notif_process): Add one parameter 'notif_queue'.
2679 Update comments. Callers update.
2680 (remote_async_get_pending_events_token): Remove.
2681 (remote_notif_register_async_event_handler): Remove.
2682 (remote_notif_unregister_async_event_handler): Remove.
2683 (handle_notification): Add parameter 'notif_queue'. Update
2684 comments. Callers update.
2685 (notif_xfree): Remove.
2686 (remote_notif_state_allocate): New function.
2687 (remote_notif_state_xfree): New function.
2688 (_initialize_notif): Remove code to allocate queue.
2689 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2690 (struct remote_notif_state): New.
2691 (handle_notification): Update declaration.
2692 (remote_notif_process): Likewise.
2693 (remote_notif_register_async_event_handler): Remove.
2694 (remote_notif_unregister_async_event_handler): Remove.
2695 (remote_notif_state_allocate): Declare.
2696 (remote_notif_state_xfree): Declare.
2697 * remote.c (struct remote_state) <notif_state>: New field.
2698 (remote_close): Don't call
2699 remote_notif_unregister_async_event_handler. Call
2700 remote_notif_state_xfree.
2701 (remote_open_1): Don't call
2702 remote_notif_register_async_event_handler. Call
2703 remote_notif_state_allocate.
2704
5e5ac9a5
YQ
27052013-10-04 Yao Qi <yao@codesourcery.com>
2706
2707 * varobj.c (create_child_with_value): Remove 'const' from the
2708 type of parameter 'name'.
2709 (varobj_add_child): Likewise.
2710 (install_dynamic_child): Remove 'const' from the type of
2711 parameter 'name'.
2712 (varobj_add_child): Likewise.
2713 (create_child_with_value): Likewise. Update comments. Don't
2714 duplicate 'name'.
2715 (update_dynamic_varobj_children): Duplicate 'name'
2716 and pass it to install_dynamic_child.
2717
06ab7b19
PM
27182013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2719
2720 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2721 conversion logic to occur after PyLong_Check. Comment on order
2722 change significance.
2723 * python/py-arch.c (archpy_disassemble): Comment on order of
2724 conversion for integers and longs.
2725
8ae377e8
PA
27262013-10-03 Pedro Alves <palves@redhat.com>
2727
2728 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2729 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2730 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2731 PTRACE_O_TRACEFORK is not supported.
2732 (linux_test_for_tracesysgood): New function.
2733 (linux_test_for_tracefork): New function, factored out from
2734 linux_check_ptrace_features, and also don't kill child_pid here.
2735
b1328b1b
TG
27362013-10-03 Tristan Gingold <gingold@adacore.com>
2737
2738 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2739 Remove verbose error reporting. Use detected state to
2740 thread_set_state call.
2741 (i386_darwin_dr_get): Fix return type. Remove verbose error
2742 report.
2743 Remove trailing spaces.
2744
901461f8
PA
27452013-10-02 Pedro Alves <palves@redhat.com>
2746
2747 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2748 val_print_optimized_out.
2749 * jv-valprint.c (java_print_value_fields): Likewise.
2750 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2751 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2752 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2753 new optimized out value.
2754 * findvar.c (address_from_register): Likewise.
2755 * frame.c (put_frame_register): Tweak error string to say the
2756 register was not saved, rather than optimized out.
2757 * infcmd.c (default_print_one_register_info): Adjust call to
2758 val_print_optimized_out. Use value_of_register instead of
2759 get_frame_register_value.
2760 * mi/mi-main.c (output_register): Use value_of_register instead of
2761 get_frame_register_value.
2762 * valprint.c (valprint_check_validity): Likewise.
2763 (val_print_optimized_out): New value parameter. If the value is
2764 lval_register, print <not saved> instead.
2765 (value_check_printable, val_print_scalar_formatted): Adjust calls
2766 to val_print_optimized_out.
2767 * valprint.h (val_print_optimized_out): New value parameter.
2768 * value.c (struct value) <optimized_out>: Extend comment.
2769 (error_value_optimized_out): New function.
2770 (require_not_optimized_out): Use it. Use a different string for
2771 lval_register values.
2772 * value.h (error_value_optimized_out): New declaration.
2773 * NEWS: Mention <not saved>.
2774
042a84d9
JB
27752013-10-02 Joel Brobecker <brobecker@adacore.com>
2776
2777 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2778 strcmp to compare two symtab filenames.
2779
6b9780fb
JB
27802013-10-02 Joel Brobecker <brobecker@adacore.com>
2781
2782 * symtab.c (search_symbols_equal): Delete.
2783 (sort_search_symbols_remove_dups): Replace call to
2784 search_symbols_equal by call to compare_search_syms,
2785 adjusting as necessary.
2786
751e7549
PM
27872013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2788
2789 PR python/15579
751e7549
PM
2790 * python/python.c: Document gdb.execute command in Python help.
2791
1efd7661
PM
27922013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2793
2794 * python/py-frame.c (frame_info_to_frame_object): Use
2795 gdbpy_convert_exception. Clean up Python object on failure.
2796
562fc849
PM
27972013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2798
2799 * python/lib/gdb/command/frame_filters.py
2800 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2801 (ShowFrameFilterPriority.invoke): Ditto.
2802
d7561cbb
KS
28032013-10-01 Keith Seitz <keiths@redhat.com>
2804
2805 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2806 (parse_linespec): Make 'argptr' const.
2807 Remove temporary cast of 'argptr' to const char **.
2808 (decode_line_full): Pass const pointer to parse_linespec.
2809 (decode_line_1): Likewise.
2810 (decode_objc): Make local variable 'new_argptr' const.
2811 (find_function_symbols): Remove temporary cast to char *
2812 to find_imps.
2813 * objc-lang.c (find_imps): Make argument 'method' const.
2814 Return const.
2815 * objc-lang.h (find_imps): Likewise.
2816
28172013-10-01 Keith Seitz <keiths@redhat.com>
2818
2819 * completer.c (skip_quoted_chars): Make all arguments const.
2820 Return const.
2821 (skip_quoted): Likewise.
2822 * completer.h (skip_quoted_chars): Likewise.
2823 (skip_quoted): Likewise.
2824 * defs.h (skip_quoted): Remove duplicate declaration.
2825 * jv-exp.y: Include completer.h.
2826 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2827 * p-exp.y: Include completer.h.
2828
28292013-10-01 Keith Seitz <keiths@redhat.com>
2830
2831 * c-exp.y (parse_number): Make first argument const.
2832 Make a copy of the input to manipulate.
2833 (c_parse_escape): Make first argument const.
2834 Make local variable 'tokptr' const.
2835 (parse_string_or_char): Make first two arguments const.
2836 (macro_original_text): Make const.
2837 (lex_one_token): Make local variable 'tokstart' const.
2838 Likewise for local variables named 'p'.
2839 Cast away const for struct stoken (temporary).
2840 * c-lang.h (c_parse_escpae): Make first argument const.
2841 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2842 const.
2843 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2844 var_string case.
2845 * f-exp.y (parse_number): Make first argument const.
2846 (match_string_literal): Make local variable 'tokstart'
2847 const.
2848 (yylex): Make local variable 'p' const.
2849 Cast away const for struct stoken (temporary).
2850 * go-exp.y (parse_number): Make first argument const.
2851 (parse_string_or_char): Likewise.
2852 Make local variable 'tokstart' const.
2853 (lex_one_token): Likewise for numerous locals called 'p'.
2854 Cast away const for struct stoken (temporary).
2855 * jv-exp.y (parse_number): Make first argument const.
2856 Make local variables 'tokstart' and 'tokptr' const.
2857 Cast away const for call to skip_quoted (temporary).
2858 (yylex): Make local variable 'p' const.
2859 Cast away const for struct stoken (temporary).
2860 * m2-exp.y (parse_number): Make local variable 'p' const.
2861 (yylex): Likewise for 'tokstart'.
2862 Cast away const for struct stoken (temporary).
2863 Make local variable 'p' const.
2864 * macroexp.c (get_character_constant): Pass a const string
2865 to c_parse_escape.
2866 (get_string_literal): Likewise.
2867 (macro_expand_next): Make first argument const.
2868 Cast away const for init_shared_buffer.
2869 * macroexp.h (macro_expand_next): Make first argument const.
2870 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2871 Pass a const string to c_parse_escape.
2872 Make local variables 'p' and 'namestart' const.
2873 * parse.c (lexptr): Make const.
2874 (prev_lexptr): Likewise.
2875 (find_template_name_end): Return const.
2876 Make argument const, too.
2877 (parse_exp_in_context): Make first argument const.
2878 Remove the entire const_hack.
2879 (parse_exp_in_context_1): Make first argument const.
2880 * parser-defs.h (find_template_name_end): Return const.
2881 Make argument const, too.
2882 (lexptr): Make const.
2883 (prev_lexptr): Likewise.
2884 * utils.c (parse_escape): Make second argument const.
2885 * utils.h (parse_escape): Likewise.
2886
28872013-10-01 Keith Seitz <keiths@redhat.com>
2888
2889 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2890 is now const.
2891 (block_lookup): Make 'raw_name' and 'name' const.
2892 * ada-lex.l (processString): Update for struct stoken.ptr.
2893 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2894 (operator_stoken): Likewise.
2895 (lex_one_token): Remove temporary cast to char * for
2896 'yylval.sval.ptr'.
2897 * f-exp.y (yylex): Likewise.
2898 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2899 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2900 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2901 'yylval.sval.ptr'.
2902 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2903 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2904 * linespec.c (struct ls_parser): Make 'stream' const.
2905 (find_parameter_list_end): Make argument 'input' and local
2906 variable 'p' const.
2907 (linespec_lexer_lex_string): Make local variables 'start' and
2908 'p' const.
2909 Use skip_spaces_const instead of skip_spaces.
2910 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2911 const.
2912 (parse_linespec): Temporarily cast 'argptr' to const for
2913 'parser->lexer.stream'.
2914 * m2-exp.y (yylex): Remove temporary cast to char * for
2915 'yylval.sval.ptr'.
2916 * objc-lang.c (add_msglist): Make local variable 'p' const.
2917 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2918 (exp : STRING): Make 'sp' const.
2919 (parse_number): Make argument 'p' const.
2920 * parser-defs.h (struct stoken): Make 'ptr' const.
2921
193a8eac
DE
29222013-10-01 Doug Evans <dje@google.com>
2923
2924 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2925
2213e2be
YQ
29262013-10-01 Yao Qi <yao@codesourcery.com>
2927
2928 * varobj.c (c_value_of_root): Remove declaration.
2929 (cplus_value_of_root, java_value_of_root): Likewise.
2930 (ada_value_of_root): Likewise.
2931 (struct language_specific) <value_of_root>: Remove.
2932 (languages): Update initialization.
2933 (check_scope): Move earlier.
2934 (c_value_of_root): Move earlier and rename to ...
2935 (value_of_root_1): ... this.
2936 (value_of_root): Caller update.
2937 (cplus_value_of_root, java_value_of_root): Remove.
2938 (ada_value_of_root): Remove.
2939
c573f273
YQ
29402013-10-01 Yao Qi <yao@codesourcery.com>
2941
2942 * varobj.c (varobj_format_string): Remove "unknown".
2943 (languages): Remove the first element.
2944 * varobj.h (enum varobj_languages): Remove vlang_c.
2945
56250258
YQ
29462013-10-01 Yao Qi <yao@codesourcery.com>
2947
2948 * varobj.c (struct language_specific) <language>: Remove.
2949 (languages): Update the initialization.
2950
29f9ebfa
YQ
29512013-10-01 Yao Qi <yao@codesourcery.com>
2952
2953 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2954 "solib-target.h". Include "windows-tdep.h".
2955 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2956 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2957 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2958 windows-tdep.o to gdb_target_obs.
2959
64870a42
YQ
29602013-10-01 Yao Qi <yao@codesourcery.com>
2961
2962 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2963 "solib-target.h".
2964 (amd64_windows_init_abi): Don't call set_solib_ops and
2965 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2966 windows_init_abi instead.
2967 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2968 "solib-target.h".
2969 (i386_cygwin_init_abi): Don't call set_solib_ops,
2970 set_gdbarch_has_dos_based_file_system and
2971 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2972 windows_init_abi instead.
2973 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2974 (windows_init_abi): New function.
2975 (windows_iterate_over_objfiles_in_search_order): Make it
2976 static.
2977 * windows-tdep.h (windows_init_abi): Declare.
2978 (windows_iterate_over_objfiles_in_search_order): Remove
2979 declaration.
2980
0aebdefa
JB
29812013-10-01 Jerome Guitton <guitton@adacore.com>
2982
2983 Checked in by Joel Brobecker <brobecker@adacore.com>
2984 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2985 incomplete dictionnary instead of None in case of missing
2986 environment variables.
2987 (elinos_init): in case of an incomplete environment, best
2988 effort to load system libraries instead of abort.
2989
1c8e84b0
JB
29902013-10-01 Joel Brobecker <brobecker@adacore.com>
2991
2992 * ada-lang.c (ada_has_this_exception_support): Ignore
2993 mst_solib_trampoline minimal symbols.
2994
61d82a0d
TG
29952013-09-30 Tristan Gingold <gingold@adacore.com>
2996
2997 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2998 hardware watchpoint.
2999 (i386_darwin_dr_set): Support 32 and 64 bit states.
3000 (i386_darwin_dr_get): Likewise.
3001 (i386_darwin_dr_set_control): Make static.
3002 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
3003 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
3004
dfd4cc63
LM
30052013-09-30 Luis Machado <lgustavo@codesourcery.com>
3006
3007 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3008 Replace TIDGET with ptid_get_lwp.
3009 Replace GET_LWP with ptid_get_lwp.
3010 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
3011 Replace BUILD_THREAD with ptid_build.
3012 Replace BUILD_LWP with ptid_build.
3013 Replace PIDGET with ptid_get_pid.
3014 Replace TIDGET with ptid_get_lwp.
3015 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
3016 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3017 Replace TIDGET with ptid_get_lwp.
3018 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
3019 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
3020 Replace TIDGET with ptid_get_lwp.
3021 Replace GET_LWP with ptid_get_lwp.
3022 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
3023 * auxv.c: Likewise.
3024 * breakpoint.c: Likewise.
3025 * common/ptid.c (ptid_is_pid): Condense check for
3026 null_ptid and minus_one_ptid.
3027 (ptid_lwp_p): New function.
3028 (ptid_tid_p): New function.
3029 * common/ptid.h: Update comments for accessors.
3030 (ptid_lwp_p): New prototype.
3031 (ptid_tid_p): New prototype.
3032 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
3033 * gcore.c: Replace PIDGET with ptid_get_pid.
3034 * gdbthread.h: Likewise.
3035 * gnu-nat.c: Likewise.
3036 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
3037 Replace TIDGET with ptid_get_lwp.
3038 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
3039 * hppanbsd-nat.c: Likewise.
3040 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
3041 Replace TIDGET with ptid_get_lwp.
3042 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
3043 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3044 * infcmd.c: Likewise.
3045 * inferior.h: Likewise.
3046 * inflow.c: Likewise.
3047 * infrun.c: Likewise.
3048 * linux-fork.c: Likewise.
3049 * linux-nat.c: Replace PIDGET with ptid_get_pid.
3050 Replace GET_PID with ptid_get_pid.
3051 Replace is_lwp with ptid_lwp_p.
3052 Replace GET_LWP with ptid_get_lwp.
3053 Replace BUILD_LWP with ptid_build.
3054
5b4e221c
MF
30552013-09-28 Mike Frysinger <vapier@gentoo.org>
3056
3057 * common/linux-btrace.c: Move sys/syscall.h out of the
3058 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
3059 Also check for SYS_perf_event_open before attempting to buid.
3060
57d63ce2
DE
30612013-09-27 Doug Evans <dje@google.com>
3062
19ac8c2e
DE
3063 * dwarf2read.c (dwarf2_section_info): Add comment.
3064 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
3065 All uses updated.
3066 (dwarf2_section_empty_p): Rename arg from "info" to "section".
3067 (dwarf2_read_section): Delete unused local "header". Add section
3068 name to error message.
3069 (create_dwo_in_dwp): Tweak comment.
3070 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
3071
a32a8923
DE
3072 * dwarf2read.c (die_reader_specs): Tweak comment.
3073 (get_section_bfd_owner, get_section_bfd_section): New functions.
3074 (get_section_name, get_section_file_name): New functions.
3075 (get_section_id, get_section_flags): New functions.
3076 (*): Use new functions to access section fields.
3077
57d63ce2
DE
3078 * dwarf2read.c (struct dwo_file): Add/tweak comments.
3079 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
3080 arg "htab". All callers updated.
3081 (create_debug_types_hash_table): Remove redundant copy of
3082 abbrev_section.
3083 (create_dwo_in_dwp): Tweak comments.
3084 (read_str_index): Tweak comment. Record dwarf form name in static
3085 local.
3086
3736004f
PA
30872013-09-27 Pedro Alves <palves@redhat.com>
3088
3089 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
3090 (remote_filename_p): Add comment.
3091 * remote.c (remote_filename_p): Adjust to use
3092 REMOTE_SYSROOT_PREFIX.
3093 * solib.c (solib_find): When deciding whether we need to add a
3094 directory separator, check whether the sysroot is "remote:"
3095 instead of checking whether the patch has a drive spec. Add
3096 comments.
3097
5b5596ff
PA
30982013-09-27 Pedro Alves <palves@redhat.com>
3099
3100 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
3101 Delete fields.
3102 (remote_parse_stop_reply): Adjust, setting event->ws.kind
3103 directly.
3104
b5eef7aa
JK
31052013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 Fix set debug frame output.
3108 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
3109 SENTINEL_FRAME entry lower to match enum frame_type order.
3110
5b856f36
PM
31112013-09-26 Pierre Muller <muller@sourceware.org>
3112
3113 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
3114 AMD64_R15_REGNUM when a register index is expected.
3115 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
3116 Substitute in array.
3117 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
3118 (amd64_push_arguments): Substitute in integer_regnum array.
3119
ade7ed9e
DE
31202013-09-25 Doug Evans <dje@google.com>
3121
d3e81981
DE
3122 * objfiles.c (allocate_objfile): Move comment to better place.
3123
8fb8eb5c
DE
3124 New option "set debug symfile on".
3125 * NEWS: Mention "set debug symfile".
3126 * Makefile.in (SFILES): Add symfile-debug.c.
3127 (COMMON_OBS): Add symfile-debug.o.
3128 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
3129 objfile's symbol functions.
3130 * objfiles.h (objfile_set_sym_fns): Declare.
3131 * symfile-debug.c: New file.
3132 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
3133 objfile's symbol functions.
3134 (reread_symbols): Ditto.
3135
c256e171
DE
3136 * symfile.h (struct sym_fns): Delete member "sym_flavour".
3137 All uses updated.
3138 (add_symtab_fns): Update prototype.
3139 * symfile.c (sym_fns_ptr): Delete. Replace with ...
3140 (registered_sym_fns): ... this.
3141 (symtab_fns): Update.
3142 (add_symtab_fns): New arg "flavour". All callers updated.
3143 (find_sym_fns): Rewrite to use new sym_fns registry.
3144
f56ce883
DE
3145 * symfile.h (struct sym_fns): Add "objfile" argument to
3146 sym_read_linetable. All uses updated.
3147
20c681d1
DE
3148 * symtab.c (domain_name, search_domain_name): New functions.
3149 * symtab.h (domain_name, search_domain_name): Declare.
3150
ade7ed9e
DE
3151 * symfile.h (struct quick_symbol_functions): Reorg arg list of
3152 map_matching_symbols so objfile is first. All uses updated.
3153 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
3154 * psymtab.c (map_matching_symbols_psymtab): Update signature.
3155
7d760051
UW
31562013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3157
3158 PR shlibs/8882
3159 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
3160 link map entries.
3161
020f7036
DE
31622013-09-24 Doug Evans <dje@google.com>
3163
3164 * objfiles.c (free_objfile): Move comment.
3165
598402f0
JB
31662013-09-24 Joel Brobecker <brobecker@adacore.com>
3167
3168 * ada-exp.y (string_to_operator): Delete.
3169 (dummy_string_to_ada_operator): Delete.
3170
bf4d6c1c
JB
31712013-09-24 Joel Brobecker <brobecker@adacore.com>
3172
3173 Revert:
3174 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3175 amd64-tdep.c.
3176 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3177 call_dummy_integer_regs, and classify.
3178 * amd64-tdep.h (amd64_classify): Add declaration.
3179 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3180 (amd64_reg_class): Delete, moved to i386-tdep.h.
3181 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3182 Replace call to amd64_classify by call to tdep->classify.
3183 (amd64_push_arguments): Get the list of registers to use for
3184 passing integer parameters from the gdbarch tdep structure,
3185 rather than using a hardcoded one. Replace calls to amd64_classify
3186 by calls to tdep->classify.
3187 (amd64_push_dummy_call): Get the register number used for
3188 the "hidden" argument from tdep->call_dummy_integer_regs.
3189 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3190 and tdep->call_dummy_integer_regs. Set tdep->classify.
3191
849e9755
JB
31922013-09-24 Joel Brobecker <brobecker@adacore.com>
3193
3194 Revert:
3195 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3196 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3197 where tdep->memory_args_by_pointer is non-zero.
3198
c1459fd6
JB
31992013-09-24 Joel Brobecker <brobecker@adacore.com>
3200
3201 Revert:
3202 * i386-tdep.h (struct gdbarch_tdep): Add new field
3203 integer_param_regs_saved_in_caller_frame.
3204 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3205 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3206
20c2e3e0
JB
32072013-09-24 Joel Brobecker <brobecker@adacore.com>
3208
874440b8 3209 * amd64-windows-tdep.c: #include "value.h"
20c2e3e0
JB
3210 (amd64_windows_classify): Delete.
3211 (amd64_windows_passed_by_integer_register)
3212 (amd64_windows_passed_by_xmm_register)
3213 (amd64_windows_passed_by_pointer)
3214 (amd64_windows_adjust_args_passed_by_pointer)
3215 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
3216 (amd64_windows_push_dummy_call): New functions.
3217 (amd64_windows_init_abi): Remove setting of
3218 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
3219 tdep->classify, tdep->memory_args_by_pointer and
3220 tdep->integer_param_regs_saved_in_caller_frame.
3221 Add call to set_gdbarch_push_dummy_call.
3222
82bf32bc
JK
32232013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3224
3225 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
3226 objfile->original_name.
3227
24ba069a
JK
32282013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 Pass down original filename for objfile.
3231 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
3232 * elfread.c (elf_symfile_read): Likewise.
3233 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
3234 longer set ORIGINAL_NAME.
3235 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
3236 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
3237 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
3238 symbol_file_add_from_bfd call.
3239 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
3240 (macho_check_dsym): Add parameter filenamep. Change function comment.
3241 Set *filenamep.
3242 (macho_symfile_read): New variable dsym_filename. Update
3243 macho_check_dsym call. Use it for symbol_file_add_separate.
3244 * objfiles.c (allocate_objfile): Add parameter name. New comment for
3245 it. Use it for objfile->original_name.
3246 (objfile_name): Return OBFD's filename, if available.
3247 * objfiles.h (allocate_objfile): Add new parameter name.
3248 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
3249 * symfile-mem.c (symbol_file_add_from_memory): Update
3250 symbol_file_add_from_bfd call.
3251 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
3252 comment for it.
3253 (symbol_file_add_with_addrs): New parameter name, add function comment
3254 for it. Remove variable name. Update allocate_objfile call.
3255 (symbol_file_add_separate): New parameter name, add function comment
3256 for it. Update symbol_file_add_with_addrs call.
3257 (symbol_file_add_from_bfd): New parameter name. Update
3258 symbol_file_add_with_addrs call.
3259 (symbol_file_add): Update symbol_file_add_from_bfd call.
3260 (reread_symbols): New variable original_name. Save
3261 objfile->original_name by it.
3262 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3263 second parameter.
3264
4262abfb
JK
32652013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 Code cleanup: Add objfile_name accessor function.
3268 * ada-lang.c (is_known_support_routine): Use objfile_name.
3269 * auto-load.c (source_gdb_script_for_objfile)
3270 (auto_load_objfile_script): Likewise.
3271 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3272 * dbxread.c (dbx_symfile_read): Likewise.
3273 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3274 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3275 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3276 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3277 (lookup_dwp_signatured_type, lookup_dwo_unit)
3278 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3279 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3280 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3281 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3282 (dwarf2_record_block_ranges, read_common_block, read_typedef)
3283 (read_subrange_type, load_partial_dies, read_partial_die)
3284 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3285 (die_containing_type, build_error_marker_type, lookup_die_type)
3286 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3287 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3288 (get_DW_AT_signature_type, write_psymtabs_to_index)
3289 (save_gdb_index_command): Likewise.
3290 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3291 Likewise.
3292 * expprint.c (dump_subexp_body_standard): Likewise.
3293 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3294 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3295 original_name.
3296 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3297 obj_name, use objfile_name for it, use the variable.
3298 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3299 Use objfile_name.
3300 * machoread.c (macho_symtab_read, macho_check_dsym)
3301 (macho_symfile_relocate): Likewise.
3302 * maint.c (maintenance_translate_address): Likewise.
3303 * minidebug.c (find_separate_debug_file_in_section): Likewise.
3304 * minsyms.c (install_minimal_symbols): Likewise.
3305 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3306 original_name.
3307 (filter_overlapping_sections): Use objfile_name.
3308 (objfile_name): New function.
3309 * objfiles.h (struct objfile): Rename field name to original_name.
3310 (objfile_name): New prototype.
3311 * printcmd.c (sym_info, address_info): Use objfile_name.
3312 * probe.c (parse_probes, collect_probes, compare_probes)
3313 (info_probes_for_ops): Likewise.
3314 * progspace.c (clone_program_space): Likewise.
3315 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3316 (maintenance_info_psymtabs): Likewise.
3317 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3318 (source_section_scripts): Likewise.
3319 * python/py-objfile.c (objfpy_get_filename): Likewise.
3320 * python/py-progspace.c (pspy_get_filename): Likewise.
3321 * solib-aix.c (solib_aix_get_toc_value): Likewise.
3322 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3323 * solib.c (solib_read_symbols): Likewise.
3324 * stabsread.c (scan_file_globals): Likewise.
3325 * stap-probe.c (handle_stap_probe): Likewise.
3326 * symfile.c (symbol_file_clear, separate_debug_file_exists)
3327 (find_separate_debug_file_by_debuglink): Likewise.
3328 (reread_symbols): Likewise. Use the objfile field name renamed to
3329 original_name.
3330 (allocate_symtab): Use objfile_name.
3331 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3332 (dump_objfile, dump_msymbols, dump_symtab_1)
3333 (maintenance_print_msymbols, maintenance_print_objfiles)
3334 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3335 * target.c (target_translate_tls_address, target_info): Likewise.
3336 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
3337 objfile_name.
3338
4721dc18
JK
33392013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3340
3341 Code cleanup.
3342 * probe.c (parse_probes): Rename variable objfile_name to
3343 objfile_namestr.
3344
a61d6db8
JK
33452013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 Remove solib-sunos.c.
3348 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3349 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3350 * objfiles.c (rt_common_objfile): Remove.
3351 (free_objfile): Remove rt_common_objfile comparison.
3352 * objfiles.h (rt_common_objfile): Remove.
3353 * solib-sunos.c: Remove.
3354 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3355
2659903b
JK
33562013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3357
3358 Remove a.out NetBSD and OpenBSD hosts.
3359 * NEWS (Removed native configurations): New.
3360 * config/arm/nbsdaout.mh: Remove.
3361 * config/i386/nbsdaout.mh: Remove.
3362 * config/i386/obsdaout.mh: Remove.
3363 * config/m68k/nbsdaout.mh: Remove.
3364 * config/sparc/nbsdaout.mh: Remove.
3365 * config/vax/nbsdaout.mh: Remove.
3366 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3367 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3368 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3369 error.
3370 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3371 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3372 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3373
f60e2d5c
TT
33742013-09-23 Tom Tromey <tromey@redhat.com>
3375
3376 * linespec.c (struct minsym_and_objfile): Remove.
3377 (minsym_and_objfile_d): Remove.
3378 (struct linespec, struct collect_info, linespec_parse_basic)
3379 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3380 (compare_msymbols, find_method, find_function_symbols)
3381 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3382 (add_minsym, search_minsyms_for_name): Update.
3383
d3eaaf66
AB
33842013-09-23 Andrew Burgess <aburgess@broadcom.com>
3385
3386 * regcache.c: Add include of valprint.h.
3387 (dump_endian_bytes): Delete.
3388 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3389
2cc762b5
AB
33902013-09-23 Andrew Burgess <aburgess@broadcom.com>
3391
3392 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3393
96181529
PA
33942013-09-19 Pedro Alves <palves@redhat.com>
3395
3396 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3397 breakpoints.
3398
9b3f3ee6
TS
33992013-09-19 Pedro Alves <palves@redhat.com>
3400 Thomas Schwinge <thomas@codesourcery.com>
3401 Yue Lu <hacklu.newborn@gmail.com>
3402
3403 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3404 Take a gdb_byte pointer instead of a char pointer.
3405
3406 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3407 gnu_xfer_partial helper.
3408 (gnu_xfer_partial): New function.
3409 (gnu_target): Don't install a deprecated_xfer_memory hook.
3410 Install a to_xfer_partial hook.
3411
69150c3d
JK
34122013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 Constification.
3415 * main.c (captured_main): Replace catch_command_errors by
3416 catch_command_errors_const. Twice.
3417 * symfile.c (symbol_file_add_main_1): Make args parameter const.
3418 (symbol_file_add): Make name parameter const.
3419 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3420 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
3421 variable name. Change their usage accordingly.
3422 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3423 const.
3424 (symbol_file_add_main): Make args parameter const.
3425
086850b2
UW
34262013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
3427 Ulrich Weigand <uweigand@de.ibm.com>
3428
3429 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3430 of c_value member.
3431 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3432
ca08a94c 34332013-09-18 Pedro Alves <palves@redhat.com>
d255f61f 3434 Yue Lu <hacklu.newborn@gmail.com>
ca08a94c
PA
3435
3436 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3437 (gnu_create_inferior)
3438 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3439 (set_sig_thread_cmd): Use the lwpid field of ptids to
3440 store/extract thread ids instead of the tid field.
3441 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3442
e4c6a2c4
AB
34432013-09-18 Andrew Burgess <aburgess@broadcom.com>
3444
3445 * infcmd.c (default_print_one_register_info): Add detection of
3446 optimized out values.
3447 (default_print_registers_info): Switch to using
3448 get_frame_register_value.
3449
58c48e72
MM
34502013-09-18 Markus Metzger <markus.t.metzger@intel.com>
3451
3452 * infrun.c (handle_inferior_event): Check if we know the
3453 function start address before setting a resume breakpoint.
3454
c8d37639
PA
34552013-09-18 Pedro Alves <palves@redhat.com>
3456
3457 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3458 minus_one_ptid instead of looking at the ptid's tid field and
3459 comparing that to -1.
3460
71926e28
AB
34612013-09-18 Andrew Burgess <aburgess@broadcom.com>
3462
3463 * main.h (get_gdb_program_name): Remove extra whitespace.
3464
c88a1531
AB
34652013-09-18 Andrew Burgess <aburgess@broadcom.com>
3466
3467 * main.h (get_gdb_program_name): Add declaration.
3468 * main.c (get_gdb_program_name): Add definition.
3469
4390d890
DE
34702013-09-17 Doug Evans <dje@google.com>
3471
3472 * dwarf2read.c: Move definitions of complaint functions to after
3473 forward declarations of local functions.
3474
49fa26b0
PA
34752013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
3476 Pedro Alves <palves@redhat.com>
3477
3478 PR gdb/11568
3479 * breakpoint.c (remove_threaded_breakpoints): New function.
3480 (_initialize_breakpoint): Attach remove_threaded_breakpoints
3481 as thread_exit observer.
3482
08d72866
PA
34832013-09-17 Pedro Alves <palves@redhat.com>
3484
3485 PR gdb/15911
3486 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3487 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3488 * corelow.c (core_open):
3489 * frame.h (print_stack_frame, print_frame_info): New
3490 'set_current_sal' parameter.
3491 * infcmd.c (finish_command, kill_command): Adjust call to
3492 print_stack_frame.
3493 * inferior.c (inferior_command): Likewise.
3494 * infrun.c (normal_stop): Likewise.
3495 * linux-fork.c (linux_fork_context): Likewise.
3496 * record-full.c (record_full_goto_entry, record_full_restore):
3497 Likewise.
3498 * remote-mips.c (common_open): Likewise.
3499 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3500 Use it.
3501 (print_frame_info): New 'set_current_sal' parameter. Set the last
3502 displayed sal depending on the new paremeter instead of looking at
3503 print_what.
3504 (backtrace_command_1, select_and_print_frame, frame_command)
3505 (current_frame_command, up_command, down_command): Adjust call to
3506 print_stack_frame.
3507 * thread.c (print_thread_info, restore_selected_frame)
3508 (do_captured_thread_select): Adjust call to print_stack_frame.
3509 * tracepoint.c (tfind_1): Likewise.
3510 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3511 (mi_cmd_stack_info_frame): Likewise.
3512 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3513 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3514
6bc305f5
SDJ
35152013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3516
3517 * value.c (isvoid_internal_fn): Replace "parameter" with
3518 "argument".
3519
0a7cfe2c
SS
35202013-09-16 Stan Shebs <stan@codesourcery.com>
3521
3522 * README: Update references to writing code for GDB.
3523 * configure.ac (build_warnings): Remove obsolete comment.
3524 * configure: Regenerate.
3525 * gdbarch.sh: Remove references to gdbint.texinfo.
3526 * gdbarch.h: Regenerate.
3527 * gdbtypes.c (objfile_type): Remove comments referencing internals
3528 manual and D10V.
3529
a280dbd1
SDJ
35302013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3531
3532 * NEWS: Mention new convenience function $_isvoid.
3533 * value.c (isvoid_internal_fn): New function.
3534 (_initialize_values): Add new convenience function $_isvoid.
3535
04a83fee
PM
35362013-09-16 Pierre Muller <muller@sourceware.org>
3537
3538 * arm-linux-tdep.c: Add "elf/common.h" header.
3539 Remove AT_HWCAP macro definintion as it is provided in
3540 added include file.
3541 * s390-tdep.c: Remove system header <elf.h>
3542 Add "elf/common.h" header for AT_HWCAP definition.
3543 (s390_core_read_description): Use correct CORE_ADDR
3544 for hwcap local variable used as third parameter
3545 of function target_auxv_search.
3546
88505fac
PM
35472013-09-14 Pierre Muller <muller@sourceware.org>
3548 Tom Tromey <tromey@redhat.com>
3549 Pedro Alves <palves@redhat.com>
3550
3551 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3552 mode if operating system doesn't know O_CLOEXEC.
3553
d3846e71
JK
35542013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3555
3556 Code cleanup.
3557 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3558 inner block.
3559
4ac33720
UW
35602013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3561
3562 * NEWS: Mention TDB support.
3563 * features/s390-tdb.xml: New file.
3564 * features/s390-te-linux64.xml: New file.
3565 * features/s390x-te-linux64.xml: New file.
3566 * features/Makefile (WHICH): Add new tdescs above.
3567 (s390-te-linux64-expedite): Set.
3568 (s390x-te-linux64-expedite): Set.
3569 * features/s390-te-linux64.c: New file (generated).
3570 * features/s390x-te-linux64.c: New file (generated).
3571 * regformats/s390-te-linux64.dat: New file (generated).
3572 * regformats/s390x-te-linux64.dat: New file (generated).
3573 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3574 (HWCAP_S390_TE): Likewise.
3575 (S390_TDB_DWORD0_REGNUM): Likewise.
3576 (S390_TDB_DWORD0_REGNUM): Likewise.
3577 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3578 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3579 (S390_TDB_ATIA_REGNUM): Likewise.
3580 (S390_TDB_R0_REGNUM): Likewise.
3581 (S390_TDB_R1_REGNUM): Likewise.
3582 (S390_TDB_R2_REGNUM): Likewise.
3583 (S390_TDB_R3_REGNUM): Likewise.
3584 (S390_TDB_R4_REGNUM): Likewise.
3585 (S390_TDB_R5_REGNUM): Likewise.
3586 (S390_TDB_R6_REGNUM): Likewise.
3587 (S390_TDB_R7_REGNUM): Likewise.
3588 (S390_TDB_R8_REGNUM): Likewise.
3589 (S390_TDB_R9_REGNUM): Likewise.
3590 (S390_TDB_R10_REGNUM): Likewise.
3591 (S390_TDB_R11_REGNUM): Likewise.
3592 (S390_TDB_R12_REGNUM): Likewise.
3593 (S390_TDB_R13_REGNUM): Likewise.
3594 (S390_TDB_R14_REGNUM): Likewise.
3595 (S390_TDB_R15_REGNUM): Likewise.
3596 (S390_NUM_REGS): Increase.
3597 (S390_IS_TDBREGSET_REGNUM): New macro.
3598 (s390_regmap_tdb): Declare.
3599 (s390_sizeof_tdbregset): Define.
3600 (tdesc_s390_te_linux64): Declare.
3601 (tdesc_s390x_te_linux64): Likewise.
3602 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3603 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3604 (s390_regmap_tdb): New regmap.
3605 (s390_supply_tdb_regset): New function.
3606 (s390_tdb_regset): New regset.
3607 (s390_linux64v2_regset_sections): Add TDB regset to list.
3608 (s390x_linux64v2_regset_sections): Likewise.
3609 (s390_regset_from_core_section): Recognize TDB core note section.
3610 (s390_core_read_description): If HWCAP indicates TE support,
3611 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3612 (s390_gdbarch_init): Handle TDB regset.
3613 (_initialize_s390_tdep): Initialize new tdescs.
3614 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3615 (have_regset_tdb): New variable.
3616 (s390_native_supply): Support register invalidation.
3617 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3618 (check_regset): Treat ENODATA as "regset exists".
3619 (s390_linux_fetch_inferior_registers): Add TDB.
3620 (s390_read_description): Check for TDB existence and select
3621 appropriate tdesc.
3622 * gdbserver/Makefile.in (clean): Add removal of new makefile
3623 targets.
3624 (s390-te-linux64.c): New makefile target.
3625 (s390x-te-linux64.c): Likewise.
3626 * gdbserver/configure.srv (srv_regobj): Append new objects
3627 s390-te-linux64.o and s390x-te-linux64.o.
3628 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3629 s390x-te-linux64.xml, and s390-tdb.xml.
3630 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3631 declaration.
3632 (tdesc_s390_te_linux64): Likewise.
3633 (init_registers_s390x_te_linux64): Likewise.
3634 (tdesc_s390x_te_linux64): Likewise.
3635 (s390_check_regset): Treat ENODATA as "regset exists".
3636 (s390_arch_setup): Add TDB regset support.
3637 (initialize_low_arch): Initialize registers for new tdescs.
3638
2ccd1468
UW
36392013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3640
3641 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3642 (S390_IS_FPREGSET_REGNUM): New macro.
3643 * s390-tdep.c (s390_dwarf_regmap): Make const.
3644 (regnum_is_gpr_full): New function for replacing repeated code.
3645 (s390_pseudo_register_name): Use it.
3646 (s390_pseudo_register_type): Likewise.
3647 (s390_pseudo_register_read): Likewise.
3648 (s390_pseudo_register_write): Likewise.
3649 (s390_unwind_pseudo_register): Likewise.
3650 (s390_regmap_gregset): New format for regmap.
3651 (s390x_regmap_gregset): Likewise.
3652 (s390_regmap_fpregset): Likewise.
3653 (s390_regmap_upper): Likewise.
3654 (s390_regmap_last_break): Likewise.
3655 (s390_regmap_system_call): Likewise.
3656 (s390_supply_regset): Adjust to new regmap format.
3657 (s390_collect_regset): Likewise.
3658 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3659 (s390_native_collect): Likewise.
3660 (supply_gregset): Likewise.
3661 (fill_gregset): Likewise.
3662 (supply_fpregset): Likewise.
3663 (fill_fpregset): Likewise.
3664 (fetch_regset): Likewise.
3665 (store_regset): Likewise.
3666 (s390_linux_fetch_inferior_registers): Likewise.
3667 (s390_linux_fetch_inferior_registers): Likewise.
3668
1aa4cd77
AP
36692013-09-12 Andrew Pinski <apinski@cavium.com>
3670
3671 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3672
d91fab15
UW
36732013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3674
3675 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3676
5a5d8ead
AB
36772013-09-09 Andrew Burgess <aburgess@broadcom.com>
3678
3679 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3680
1385f66c
PA
36812013-09-06 Pedro Alves <palves@redhat.com>
3682
3683 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3684 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3685 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3686 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3687 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3688 gdb_stdlog.
3689
146ec4db
PA
36902013-09-06 Pedro Alves <palves@redhat.com>
3691
3692 * remote-sim.c (dump_mem): Constify buf parameter.
3693 gdbsim_xfer_inferior_memory): Rename to ...
3694 (gdbsim_xfer_memory): ... this. Adjust interface as
3695 target_xfer_partial helper.
3696 (gdbsim_xfer_partial): New function.
3697 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3698 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3699
fcde0081
PA
37002013-09-06 Pedro Alves <palves@redhat.com>
3701
3702 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3703 host_address_to_string, and send debug output to gdb_stdlog.
3704
749c8b38
RW
37052013-09-06 Ricard Wanderlof <ricardw@axis.com>
3706
3707 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3708 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3709 gdb_target_obs for cris target.
3710 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3711 (cris_gdbarch_init): Move calls to
3712 set_gdbarch_fetch_tls_load_module_address and
3713 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3714 Add call to gdbarch_init_osabi.
3715 * cris-linux-tdep.c: New file.
3716 * cris-tdep.h: New file.
3717
43df09d9
AB
37182013-09-06 Andrew Burgess <aburgess@broadcom.com>
3719
3720 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3721 to deprecated_init_ui_hook.
3722
4d09c5b4
AB
37232013-09-06 Andrew Burgess <aburgess@broadcom.com>
3724
3725 * cli/cli-interp.c (_initialize_cli_interp): Add a
3726 command_loop_proc to interp_procs.
3727 * event-top.c (cli_command_loop): Change signature to match
3728 interp_command_loop_ftype.
3729 * event-top.h (cli_command_loop): Same.
3730 * interps.c (interp_new): Require every interpreter to have a
3731 command_loop_proc.
3732 (current_interp_command_loop): Just call the command_loop_proc on
3733 the current interpreter.
3734 * tui/tui-interp.c (_initialize_tui_interp): Add a
3735 command_loop_proc to interp_procs.
3736
8eb3d7b6
RW
37372013-09-06 Ricard Wanderlof <ricardw@axis.com>
3738
3739 * cris-tdep.c (cris_gdbarch_init): Add call to
3740 get_gdbarch_fetch_tls_load_module_address.
3741
18b3c2f5
RW
37422013-09-06 Ricard Wanderlof <ricardw@axis.com>
3743
3744 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3745 (cris_elf_gregset_t): Rename from elf_gregset_t.
3746 (crisv32_elf_gregset_t): Adjust.
3747 (cris_supply_gregset, fetch_core_registers): Adjust.
3748
dc8636ef
RW
37492013-09-06 Ricard Wanderlof <ricardw@axis.com>
3750
3751 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3752
257e6d53
AB
37532013-09-05 Andrew Burgess <aburgess@broadcom.com>
3754
1581d8a7 3755 * defs.h (deprecated_command_loop_hook): Remove, including
257e6d53 3756 references in comments.
1581d8a7 3757 * interps.c (current_interp_command_loop): No longer use
257e6d53
AB
3758 deprecated_command_loop_hook.
3759 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3760 setup.
1581d8a7 3761 * top.c (deprecated_command_loop_hook): Remove.
257e6d53 3762
7c33b57c
PA
37632013-09-05 Pedro Alves <palves@redhat.com>
3764
3765 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3766 local is now int instead of ULONGEST. Print it with %d
3767 instead of paddress.
3768
9f8edbd5
TG
37692013-09-05 Tristan Gingold <gingold@adacore.com>
3770
3771 * MAINTAINERS: Remove avr maintainership.
3772
d5b495b4
PA
37732013-09-05 Pedro Alves <palves@redhat.com>
3774
3775 * findvar.c (value_of_register): Rework in terms of
3776 value_of_register_lazy.
3777
40b91786
MB
37782013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3779
3780 * symfile.c (add_symbol_file_command): Remove trailing
3781 whitespaces and blank line after comment.
3782
6eed1678
PA
37832013-09-05 Pedro Alves <palves@redhat.com>
3784
3785 * tui/tui-regs.c (tui_register_format): Don't look at the
3786 register's name here. Return string representing register
3787 value instead of storing it in the data element.
3788 (tui_get_register): Compare register string representations
3789 instead of register value states and contents.
3790
8eb6bda2
PA
37912013-09-05 Pedro Alves <palves@redhat.com>
3792
3793 PR tui/15933
3794 * tui/tui-regs.c (tui_show_registers): Show registers of the
3795 selected frame, not the current frame.
3796
48b1f08c
RW
37972013-09-05 Ricard Wanderlof <ricardw@axis.com>
3798
3799 * MAINTAINERS (Write After Approval): Add myself to the list.
3800
89e63ee4
DE
38012013-09-04 Doug Evans <dje@google.com>
3802
3803 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3804 (queue_and_load_dwo_tu): New function.
3805 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3806 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3807 Make dependent_cu optional.
3808 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3809 and an older .gdb_index is in use, queue and load all its TUs too.
3810
492c0ab7
JK
38112013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3812
3813 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3814 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3815 variable search_flags.
3816 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3817 (OPF_RETURN_REALPATH): ... here.
3818 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3819 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3820 call. Twice.
3821 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3822 openp call.
3823 * solib.c (solib_find): Likewise. Four times.
3824 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3825 in the function comment and for the realpath_fptr variable.
3826 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3827 (find_and_open_source): Likewise. Twice.
3828 * symfile.c (symfile_bfd_open): Likewise, also twice.
3829
23a44de8
DE
38302013-09-04 Doug Evans <dje@google.com>
3831
3832 * progspace.c (save_current_space_and_thread): Remove unnecessary
3833 call to save_current_inferior.
3834
47061676
AB
38352013-09-04 Andrew Burgess <aburgess@broadcom.com>
3836
3837 * sh64-tdep.c (sh64_do_register): Return after printing message
3838 about unavailable register contents.
3839
41dc8db8
MB
38402013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3841 Pedro Alves <palves@redhat.com>
3842
3843 * symfile.c (add_symbol_file_command): Error out on unknown
ef1bc9e7
AM
3844 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3845 options and collapse into single conditional branch.
41dc8db8 3846
07107ca6
LM
38472013-09-03 Luis Machado <lgustavo@codesourcery.com>
3848
a7ea61cf 3849 * inf-child.c (inf_child_follow_fork): New parameter
07107ca6
LM
3850 detach_fork.
3851 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3852 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3853 * inferior.h (detach_fork): Remove.
3854 * infrun.c (detach_fork): Adjust comment and make it
3855 static.
3856 (follow_fork): Pass detach_fork parameter to
3857 target_follow_fork.
3858 * linux-nat.c (linux_child_follow_fork): New parameter
3859 detach_fork.
3860 * target.c (target_follow_fork): New parameter detach_fork.
3861 Pass detach_fork as parameter and print its value.
3862 * target.h (struct target_ops) <to_follow_fork>: New int
3863 parameter.
3864 (target_follow_fork): New parameter detach_fork.
3865
3bec2768
JB
38662013-09-03 Joel Brobecker <brobecker@adacore.com>
3867
3868 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3869 Replace sec->bfd by sec->the_bfd_section->owner.
3870
c01cbb3d
YQ
38712013-09-03 Yao Qi <yao@codesourcery.com>
3872
3873 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3874 from linux_has_shared_address_space.
3875 (linux_has_shared_address_space): Call linux_is_uclinux.
3876 * linux-tdep.h (linux_is_uclinux): Declare.
3877 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3878 linux_is_uclinux.
3879
7b00db47
YQ
38802013-09-03 Yao Qi <yao@codesourcery.com>
3881
3882 * config/djgpp/fnchange.lst: Remove entry of
3883 i386-interix-nat.c and i386-interix-tdep.c.
3884 * configure.ac: Remove '*-*-interix*'.
3885 * configure: Re-generated.
3886 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3887 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3888 obsolete comments.
3889 * osabi.c (gdb_osabi_names): Remove "Interix".
3890
0f9741f2
YQ
38912013-09-03 Yao Qi <yao@codesourcery.com>
3892
3893 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3894
1e038f67
MM
38952013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3896
3897 * record.h (record_print_flag) <record_print_src_line,
3898 record_print_insn_range>: Rename into ...
3899 (record_print_flag) <record_print_src_line,
3900 record_print_insn_range>: ... this. Update all users.
3901
9e52adf9
PM
39022013-09-02 Pierre Muller <muller@sourceware.org>
3903
3904 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3905 error code.
3906
a2388568
PM
39072013-09-02 Pierre Muller <muller@sourceware.org>
3908
3909 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3910 by use of plongest function.
3911
9058cc3a
TG
39122013-09-02 Tristan Gingold <gingold@adacore.com>
3913
3914 * NEWS: Add entry mentioning support for native Windows x64
3915 SEH data.
3916
3917 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3918 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3919 (struct amd64_windows_frame_cache): New struct.
3920 (amd64_windows_w2gdb_regnum): New global.
3921 (pc_in_range, amd64_windows_frame_decode_epilogue)
3922 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3923 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3924 (amd64_windows_frame_this_id): New functions.
3925 (amd64_windows_frame_unwind): New static global.
3926 (amd64_windows_skip_prologue): New function.
3927 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3928 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3929 with amd64_windows_skip_prologue.
3930
3161820b 39312013-08-30 Joel Brobecker <brobecker@adacore.com>
3932
3933 GDB 7.6.1 released.
3934
02457c76
PA
39352013-08-30 Pedro Alves <palves@redhat.com>
3936
3937 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3938 SRC_AND_LOC.
3939
e0162910
PA
39402013-08-30 Pedro Alves <palves@redhat.com>
3941
3942 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3943 warning text.
3944
6391ce51
PA
39452013-08-30 Pedro Alves <palves@redhat.com>
3946
3947 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3948 Adjust arguments to print_stack_frame.
3949
d1da0587
PA
39502013-08-30 Pedro Alves <palves@redhat.com>
3951
3952 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3953
adfd8245
PA
39542013-08-30 Pedro Alves <palves@redhat.com>
3955
3956 * frame.h (show_and_print_stack_frame): Delete declaration.
3957
96d9056e
PM
39582013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3959
3960 PR python/15461
96d9056e
PM
3961 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3962 (archpy_name): Check for valid architecture.
3963 (archpy_disassemble): Ditto.
3964
11cb8762
JB
39652013-08-29 Joel Brobecker <brobecker@adacore.com>
3966
3967 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3968 instead of "long long" in call to ptrace64.
3969
1af12a7d
AB
39702013-08-29 Andrew Burgess <aburgess@broadcom.com>
3971
3972 * mi/mi-interp.c (mi_command_loop): Change signature to match
3973 interp_command_loop_ftype.
3974 (mi1_command_loop): Remove.
3975 (mi2_command_loop): Remove.
3976 (mi3_command_loop): Remove.
3977 (mi_interpreter_resume): Remove setting of
3978 deprecated_command_loop_hook.
3979 (_initialize_mi_interp): Set mi_command_loop as the command loop
3980 callback.
3981
acc900c2
SA
39822013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3983
3984 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3985 value_type.
3986
548b762d
SA
39872013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3988
3989 * value.c (allocate_value_contents): Make static.
3990 * value.h (allocate_value_contents): Remove prototype.
3991
08039c9e
SA
39922013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3993
3994 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3995 of assembling value via allocate_value_lazy and attribute setter.
3996 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3997 assembling value via allocate_value_lazy and attribute setter.
3998 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3999 assembling value via allocate_value_lazy and attribute setter.
4000
314c7de9
SA
40012013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
4002
4003 * value.c (value_from_contents_and_address): Replace allocate_value and
4004 memcpy with value_from_contents.
4005
8f28f522
PM
40062013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4007
4008 * python/py-framefilter.c (py_print_frame): Remove usage of
4009 PyString_AsString. Use python_string_to_host_string instead.
4010 Refactor function to work with a string as a new allocation
4011 instead of a pointer.
4012 (py_print_frame): Ditto.
4013 * python/lib/gdb/frames.py (return_list): Cain iterators together
4014 instead of adding them as a list.
4015 (_sort_list): Call return_list, and remove duplicate code.
4016 (execute_frame_filters): Convert iterator to a list with list().
4017 * python/lib/gdb/command/frame_filters.py
4018 (SetFrameFilterPriority._set_filter_priority): Convert priority
4019 attribute to an integer.
4020 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
4021 wrapper function __next__.
4022 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
4023 define as "str".
4024
8ee002df
PM
40252013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4026
4027 PR python/15752
8ee002df
PM
4028 * python/py-framefilter.c (apply_frame_filter): Check
4029 gdb_python_initialized. Exit if the Python frame-filter code
4030 cannot be initialized.
4031
af4c453a
PM
40322013-08-29 Phil Muldoon <pmuldoon@redhat.com>
4033
4034 PR cli/15842
af4c453a
PM
4035 * top.c (print_gdb_version): Remove erroneous newline after help
4036 text.
4037
bf8793bb
YQ
40382013-08-29 Yao Qi <yao@codesourcery.com>
4039
4040 * varobj.c (install_dynamic_child): Remove trailing space.
4041 Add one blank line after variable declaration.
4042
1f0c4988
JK
40432013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4044
4045 PR gdb/15415
4046 * corefile.c (get_exec_file): Use exec_filename.
4047 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
4048 * exec.c (exec_close): Free EXEC_FILENAME.
4049 (exec_file_attach): New variable canonical_pathname. Use
4050 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
4051 EXEC_FILENAME.
4052 * exec.h (exec_filename): New.
4053 * inferior.c (print_inferior, inferior_command): Use
4054 PSPACE_EXEC_FILENAME.
4055 * mi/mi-main.c (print_one_inferior): Likewise.
4056 * progspace.c (clone_program_space, print_program_space): Likewise.
4057 * progspace.h (struct program_space): New field pspace_exec_filename.
4058 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
4059 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
4060
59ee9f94
WN
40612013-08-28 Will Newton <will.newton@linaro.org>
4062
4063 * common/linux-ptrace.c: Include stdint.h unconditionally.
4064
c8a2a419
JK
40652013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4066
4067 Code cleanup.
4068 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
4069
ffa4ac95
YQ
40702013-08-28 Yao Qi <yao@codesourcery.com>
4071 Pedro Alves <palves@redhat.com>
4072
4073 * event-top.c (gdb_setup_readline): Call stderr_fileopen
4074 instead of stdio_fileopen.
4075 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
4076 .Call stderr_fileopen instead of stdio_fileopen.
4077 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
4078 [__MINGW32__] (stderr_file_fputs): New function.
4079 (stderr_fileopen): New function.
4080 * ui-file.h (stderr_fileopen): Declare.
4081
69d751e3
DE
40822013-08-27 Doug Evans <dje@google.com>
4083
4084 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
4085 (struct dwarf2_per_cu_data): Ditto.
4086 (maybe_queue_comp_unit): Delete forward decl. Add comment.
4087 (process_imported_unit_die): Ditto.
4088 (follow_die_sig_1): Simplify assert.
4089
44f38867
PA
40902013-08-27 Pedro Alves <palves@redhat.com>
4091
4092 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
4093 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
4094 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
4095 windows_xfer_memory directly.
4096 (init_windows_ops): Don't install a deprecated_xfer_memory method.
4097
d28d46b5
PA
40982013-08-27 Pedro Alves <palves@redhat.com>
4099
4100 * darwin-nat.c (darwin_xfer_memory): Delete.
4101 (_initialize_darwin_inferior): Don't install a
4102 deprecated_xfer_memory method.
4103
6211c335
YQ
41042013-08-27 Pedro Alves <pedro@codesourcery.com>
4105 Yao Qi <yao@codesourcery.com>
4106
4107 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
4108 (parse_no_frames_option): Remove.
4109 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
4110 (mi_cmd_stack_list_args): Adjust.
4111 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
4112 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
4113 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
4114 Caller update.
4115 (list_args_or_locals): New parameter 'skip_unavailable'.
4116 Handle it.
4117 * valprint.c (scalar_type_p): Rename to ...
4118 (val_print_scalar_type_p): ... this. Make extern.
4119 (val_print, value_check_printable): Adjust.
4120 * valprint.h (val_print_scalar_type_p): Declare.
4121 * value.c (value_entirely_unavailable): New function.
4122 * value.h (value_entirely_unavailable): Declare.
4123
4124 * NEWS: Mention the new option "--skip-unavailable" to MI
4125 commands '-stack-list-locals', '-stack-list-arguments' and
4126 '-stack-list-variables'.
4127
242f1fd7
YQ
41282013-08-27 Yao Qi <yao@codesourcery.com>
4129
4130 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
4131 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
4132 options.
4133 * mi/mi-getopt.c (mi_getopt): Remove.
4134 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
4135 'error_on_unknown'.
4136 (mi_getopt): Call mi_getopt_1.
4137 (mi_getopt_silent): New.
4138 * mi/mi-getopt.h (mi_getopt_silent): Declare.
4139
260b681b
DE
41402013-08-26 Doug Evans <dje@google.com>
4141
779bd270
DE
4142 PR symtab/15885
4143 * dwarf2read.c (dw2_dump): Print some minimal information indicating
4144 .gdb_index is in use.
4145 * symfile.c (reread_symbols): Reset objfile->sf.
4146
52e260a3
DE
4147 * NEWS: Document "mt print objfiles" now takes optional regexp.
4148 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
4149 regexp of objfiles to print.
4150 (_initialize_symmisc): Update doc string for "mt print objfiles".
4151
260b681b
DE
4152 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
4153 missing debug info checks.
4154
a85c52f2
UW
41552013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
4156 Ulrich Weigand <uweigand@de.ibm.com>
4157
4158 * xcoffread.c (arrange_linetable): Add fix to correctly handle
4159 line tables generated by XLC compiled binaries.
4160
4f00dda3
DE
41612013-08-23 Doug Evans <dje@google.com>
4162
db68bbae
DE
4163 * symmisc.c (dump_symtab): Delete prototype.
4164 (dump_msymbols, dump_objfile): Ditto.
4165 (maintenance_info_symtabs): Mark as dont_repeat.
4166 (_initialize_symmisc): Improve doc string for "mt info symtabs".
4167
4f00dda3
DE
4168 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
4169 debugging printf to better location.
4170
23d577b0
PA
41712013-08-23 Pedro Alves <palves@redhat.com>
4172
4173 * target.c (target_read_live_memory): Change type of 'ret' local
4174 to LONGEST.
4175
00d84524
PA
41762013-08-23 Pedro Alves <palves@redhat.com>
4177
4178 * remote.c (remote_write_bytes_aux, remote_write_bytes)
4179 (remote_read_bytes): Change return type to LONGEST, and adjust to
4180 return a target_xfer_error on error.
4181 (remote_xfer_memory): Delete.
4182 (remote_flash_write): Change type of 'ret' local to LONGEST.
4183 (remote_xfer_partial, remote_xfer_partial): Adjust.
4184 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
4185
1ed3ee94
PM
41862013-08-23 Pierre Muller <muller@sourceware.org>
4187
4188 ARI fix: Push # directives to start of line.
4189 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
4190
9eaabc75
MW
41912013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
4192
4193 PR gdb/15501
4194 * breakpoint.c (enable_command, disable_command): Iterate over
4195 all specified breakpoint locations.
4196
101158d9
LM
41972013-08-22 Luis Machado <lgustavo@codesourcery.com>
4198
4199 * common/linux-ptrace.c (linux_fork_to_function): Push #
4200 directives to the start of the line.
4201 (linux_check_ptrace_features): Fix warning message to use
4202 the "_" markup.
4203
96d7229d
LM
42042013-08-22 Luis Machado <lgustavo@codesourcery.com>
4205
4206 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
4207 nat/linux-waitpid.h.
4208 (linux-waitpid.o): New object file rule.
4209 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
4210 (current_ptrace_options): Moved from linux-nat.c.
4211 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
4212 parameters.
4213 (linux_fork_to_function): New function.
4214 (linux_grandchild_function): Likewise.
4215 (linux_child_function): Likewise.
4216 (linux_check_ptrace_features): New function, heavily
4217 based on linux-nat.c:linux_test_for_tracefork.
4218 (linux_enable_event_reporting): New function.
4219 (ptrace_supports_feature): Likewise.
4220 (linux_supports_tracefork): Likewise.
4221 (linux_supports_traceclone): Likewise.
4222 (linux_supports_tracevforkdone): Likewise.
4223 (linux_supports_tracesysgood): Likewise.
4224 * common/linux-ptrace.h (HAS_NOMMU): Moved from
4225 gdbserver/linux-low.c.
4226 (linux_enable_event_reporting): New declaration.
4227 (linux_supports_tracefork): Likewise.
4228 (linux_supports_traceclone): Likewise.
4229 (linux_supports_tracevforkdone): Likewise.
4230 (linux_supports_tracesysgood): Likewise.
4231 * config.in (PTRACE_TYPE_ARG4): Regenerate.
4232 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
4233 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4234 * config/arm/linux.mh (NATDEPFILES): Likewise.
4235 * config/i386/linux.mh (NATDEPFILES): Likewise.
4236 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4237 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4238 * config/m32r/linux.mh (NATDEPFILES): Likewise.
4239 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4240 * config/mips/linux.mh (NATDEPFILES): Likewise.
4241 * config/pa/linux.mh (NATDEPFILES): Likewise..
4242 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
4243 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4244 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4245 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4246 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4247 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4248 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4249 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
4250 ptrace's 4th argument's types.
4251 Check the type of PTRACE_TYPE_ARG4.
4252 * configure: Regenerate.
4253 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
4254 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
4255 (linux_supports_tracefork_flag): Remove.
4256 (linux_supports_tracesysgood_flag): Likewise.
4257 (linux_supports_tracevforkdone_flag): Likewise.
4258 (current_ptrace_options): Moved to
4259 common/linux-ptrace.c.
4260 (linux_tracefork_child): Remove.
4261 (my_waitpid): Remove.
4262 (linux_test_for_tracefork): Renamed to
4263 linux_check_ptrace_features and moved to common/linux-ptrace.c.
4264 (linux_test_for_tracesysgood): Remove.
4265 (linux_supports_tracesysgood): Remove.
4266 (linux_supports_tracefork): Remove.
4267 (linux_supports_tracevforkdone): Remove.
4268 (linux_enable_tracesysgood): Remove.
4269 (linux_enable_event_reporting): Remove.
4270 (linux_init_ptrace): New function.
4271 (linux_child_post_attach): Call linux_init_ptrace.
4272 (linux_child_post_startup_inferior): Call linux_init_ptrace.
4273 (linux_child_follow_fork): Call linux_supports_tracefork
4274 and linux_supports_tracevforkdone.
4275 (linux_child_insert_fork_catchpoint): Call
4276 linux_supports_tracefork.
4277 (linux_child_insert_vfork_catchpoint): Likewise.
4278 (linux_child_set_syscall_catchpoint): Call
4279 linux_supports_tracesysgood.
4280 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4281 * nat/linux-nat.h: New file.
4282 * nat/linux-waitpid.c: New file.
4283 * nat/linux-waitpid.h: New file.
4284
9f948660
SDJ
42852013-08-22 Samuel Bronson <naesten@gmail.com>
4286
4287 ARM Linux support for `catch syscall'.
4288 * syscalls/arm-linux.py: New file.
4289 * syscalls/arm-linux.xml: Likewise.
4290 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4291 (arm_linux_init_abi): Register the new function and syscall xml file.
4292 * data-directory/Makefile.in: Install the new syscall xml file.
4293 * NEWS: Brag about this.
4294
6be7b56e
PA
42952013-08-22 Pedro Alves <palves@redhat.com>
4296
4297 PR gdb/15871
4298 * corefile.c (target_xfer_memory_error): New function.
4299 (memory_error): Defer EIO to target_memory_error.
4300 (read_memory): Use target_xfer_partial, and handle finer-grained
4301 target xfer errors.
4302 * target.c (target_xfer_error_to_string): New function.
4303 (memory_xfer_partial_1): If memory is known to be
4304 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4305 (target_xfer_partial): Make extern.
4306 * target.h (enum target_xfer_error): New enum.
4307 (target_xfer_error_to_string): Declare function.
4308 (target_xfer_partial): Declare function.
4309 (struct target_ops) <xfer_partial>: Adjust describing comment.
4310
bcbec14e
AM
43112013-08-22 Alan Modra <amodra@gmail.com>
4312
4313 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4314 * configure.tgt: Likewise as targets.
4315
fc474241
DE
43162013-08-20 Doug Evans <dje@google.com>
4317
4318 * buildsym.c (subfile_stack): Move here from buildsym.h.
4319 (pending_macros): Ditto.
4320 (get_macro_table): New function.
4321 (buildsym_init): Initialize subfile_stack.
4322 * coffread.c (type_vector,type_vector_length): Moved here from
4323 buildsym.h.
4324 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4325 (coff_symtab_read): Use it.
4326 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4327 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4328 with call to get_macro_table.
4329 * stabsread.c (type_vector,type_vector_length): Moved here from
4330 buildsym.h.
4331 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4332 * buildsym.h (get_macro_table): Declare.
4333
bec71544
TT
43342013-08-20 Tom Tromey <tromey@redhat.com>
4335
4336 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4337 Update.
4338 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
4339
0002ad5f
DE
43402013-08-20 Doug Evans <dje@google.com>
4341
4342 * blockframe.c: Remove #include "psymtab.h".
4343 * cp-support.c: Ditto.
4344 * source.c: Ditto.
4345 * stack.c: Ditto.
4346
df302446
TT
43472013-08-20 Tom Tromey <tromey@redhat.com>
4348
4349 PR python/15816:
4350 * exceptions.h (return_mask): Now an enum.
4351 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4352 enum constants.
4353
df6d5441
TT
43542013-08-20 Tom Tromey <tromey@redhat.com>
4355
4356 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4357 get_objfile_arch.
4358 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4359 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4360 * jit.c (jit_object_close_impl): Update.
4361 * jv-lang.c (get_dynamics_objfile): Update.
4362 * linespec.c (add_minsym): Use get_dynamics_objfile.
4363 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4364 (allocate_objfile): Don't initialize 'gdbarch' field.
4365 (get_objfile_arch): Update.
4366 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4367 moved from...
4368 (struct objfile) <gdbarch>: ... here. Remove.
4369 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4370 get_objfile_arch.
4371 * symfile.c (init_entry_point_info): Use get_objfile_arch.
4372
f5aee5ee
AM
43732013-08-20 Alan Modra <amodra@gmail.com>
4374
4375 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4376 for IBM long double nan and inf.
4377 (floatformat_is_negative, floatformat_classify,
4378 floatformat_mantissa): Similarly.
4379 (floatformat_ieee_single, floatformat_ieee_double,
4380 floatformat_ieee_quad, floatformat_arm_ext,
4381 floatformat_ia64_spill): Delete unused vars.
4382 (_initialize_doublest): Delete unused function.
4383 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4384 little-endian variants of floatformat_ibm_long_double.
4385
33b60d58 43862013-08-19 Luis Machado <lgustavo@codesourcery.com>
f5aee5ee 4387
33b60d58
LM
4388 * Makefile.in (SFILES): Remove common/target-common.c and
4389 add target/waitstatus.c.
4390 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4391 target/resume.h, target/wait.h and target/waitstatus.h.
4392 (COMMON_OBS): Remove target-common.o and add
4393 waitstatus.o.
4394 (target-common.o): Remove.
4395 (waitstatus.o): New target object file.
4396 * common/target-common.c: Move contents to
4397 target/waitstatus.c and remove.
4398 * common/target-common.h: Move contents to other files and
4399 remove.
4400 (enum resume_kind: Move to target/resume.h.
4401 (TARGET_WNOHANG): Move to target/wait.h.
4402 (enum target_waitkind): Move to target/waitstatus.h.
4403 (struct target_waitstatus): Likewise.
4404 * target.h: Do not include target-common.h and
4405 include target/resume.h, target/wait.h and
4406 target/waitstatus.h.
4407 * target/resume.h: New file.
4408 * target/wait.h: New file.
4409 * target/waitstatus.h: New file.
4410 * target/waitstatus.c: New file.
4411
12696c10
PA
44122013-08-19 Pedro Alves <palves@redhat.com>
4413
4414 * linux-nat.c (linux_test_for_tracefork)
4415 (linux_test_for_tracesysgood, linux_child_follow_fork)
4416 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4417 (linux_nat_wait_1): Extend comment.
4418 (linux_async_pipe): Add comment.
4419
ba89f962
KB
44202013-08-15 Kevin Buettner <kevinb@redhat.com>
4421
4422 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4423 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4424 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4425 Update to account for fact that PC is now a pseudo-register.
4426 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
4427 cases for RL78_PC_REGNUM.
4428
35ab155d
MB
44292013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
4430
4431 PR cli/15841
4432 * top.c (quit_force): Skip writing history file
4433 if input is not from terminal.
4434
0d031856
TT
44352013-08-14 Tom Tromey <tromey@redhat.com>
4436
4437 * remote.c (struct remote_state) <echo_nextthread, nextthread,
4438 resultthreadlist>: New fields.
4439 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4440 (remote_get_threadlist, remote_threadlist_iterator): Use
4441 new fields. Remove static variables.
4442
ee154bee
TT
44432013-08-14 Tom Tromey <tromey@redhat.com>
4444
4445 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4446 remote_watch_data_address>: New fields.
4447 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4448 (process_stop_reply, remote_wait_as)
4449 (remote_check_watch_resources, remote_stopped_data_address): Update.
4450
88b496c3
TT
44512013-08-14 Tom Tromey <tromey@redhat.com>
4452
4453 * remote.c (struct remote_state) <async_client_callback,
4454 async_client_context>: New fields.
4455 (async_client_callback, async_client_context): Remove.
4456 (remote_async_serial_handler, remote_async): Update.
4457
2f65bcb7
TT
44582013-08-14 Tom Tromey <tromey@redhat.com>
4459
4460 * remote.c (sizeof_pkt): Remove.
4461 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4462
b80fafe3
TT
44632013-08-14 Tom Tromey <tromey@redhat.com>
4464
4465 * remote.c (struct remote_state) <use_threadinfo_query,
4466 use_threadextra_query>: New fields.
4467 (remote_threads_info, remote_threads_extra_info)
4468 (remote_open_1): Update.
4469
8e88304f
TT
44702013-08-14 Tom Tromey <tromey@redhat.com>
4471
4472 * remote.c (struct remote_state) <finished_object,
4473 finished_annex, finished_offset>: New fields.
4474 (remote_read_qxfer): Use remote_state fields; remove static
4475 variables.
4476
280ceea3
TT
44772013-08-14 Tom Tromey <tromey@redhat.com>
4478
4479 * remote.c (struct remote_state) <last_sent_step>:
4480 New field.
4481 (last_sent_step): Remove.
4482 (remote_resume, remote_wait_as): Update.
4483
b73be471
TT
44842013-08-14 Tom Tromey <tromey@redhat.com>
4485
4486 * remote.c (struct remote_state) <last_sent_signal>:
4487 New field.
4488 (last_sent_signal): Remove.
4489 (new_remote_state, remote_resume, remote_wait_as): Update.
4490
5e4a05c4
TT
44912013-08-14 Tom Tromey <tromey@redhat.com>
4492
4493 * remote.c (struct remote_state) <last_program_signals_packet>:
4494 New field.
4495 (last_program_signals_packet): Remove.
4496 (remote_program_signals, remote_open_1): Update.
4497
747dc59d
TT
44982013-08-14 Tom Tromey <tromey@redhat.com>
4499
4500 * remote.c (struct remote_state) <last_pass_packet>:
4501 New field.
4502 (last_pass_packet): Remove.
4503 (remote_pass_signals, remote_open_1): Update.
4504
262e1174
TT
45052013-08-14 Tom Tromey <tromey@redhat.com>
4506
4507 * remote.c (struct remote_state) <remote_traceframe_number>:
4508 New field.
4509 (remote_traceframe_number): Remove.
4510 (new_remote_state, remote_open_1, set_remote_traceframe)
4511 (remote_trace_find): Update.
4512
47f8a51d
TT
45132013-08-14 Tom Tromey <tromey@redhat.com>
4514
4515 * remote.c (struct remote_state) <general_thread, continue_thread>:
4516 New fields.
4517 (general_thread, continue_thread): Remove.
4518 (record_currthread, set_thread, set_general_process)
4519 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4520 (extended_remote_mourn_1): Update.
4521
5d93a237
TT
45222013-08-14 Tom Tromey <tromey@redhat.com>
4523
4524 * remote.c (struct remote_state) <remote_desc>: New field.
4525 (remote_desc): Remove.
4526 (remote_threads_info, remote_threads_extra_info, remote_close)
4527 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4528 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4529 (remote_hostio_send_command, remote_file_put, remote_file_get)
4530 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4531 (remote_async, remote_new_objfile, set_range_stepping): Update.
4532
cf792862
TT
45332013-08-14 Tom Tromey <tromey@redhat.com>
4534
4535 * remote.c (remote_state): Now a pointer.
4536 (get_remote_state_raw): Update.
4537 (new_remote_state): New function.
4538 (_initialize_remote): Use new_remote_state.
4539
dc473cfb
TT
45402013-08-14 Tom Tromey <tromey@redhat.com>
4541
4542 * remote.c (remote_protocol_features): Now const.
4543
85ec6ce7
TT
45442013-08-14 Tom Tromey <tromey@redhat.com>
4545
4546 * remote.c (crc32_table, crc32): Remove.
4547 (remote_verify_memory): Use xcrc32.
4548
73033f12
SDJ
45492013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4550
4551 * value.h (create_internalvar_type_lazy): Adjust prototype
4552 declaration.
4553
5c30d39a
AB
45542013-08-13 Andrew Burgess <aburgess@broadcom.com>
4555
4556 * common/format.c (parse_format_string): Don't allow '#' flag for
4557 pointer arguments in format string.
4558
1a66331e
PM
45592013-08-13 Pierre Muller <muller@sourceware.org>
4560
fde605f3 4561 * utils.c (init_page_info): Only call tgetnum function
1a66331e
PM
4562 if rl_get_screen_size did not return useful values.
4563
b4013987
AA
45642013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4565
4566 PR breakpoints/15117
4567 * linespec.c (linespec_parse_basic): Check for convenience
4568 variable or history value while parsing.
4569
959b6a66
SDJ
45702013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4571
4572 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4573 AVR.
4574 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4575 different signals between the generic Linux kernel implementation
4576 and AVR's.
4577 (avr_linux_gdb_signal_from_target): Delete.
4578 (avr_linux_gdb_signal_to_target): Delete.
4579 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4580
24a55014
DE
45812013-08-09 Doug Evans <dje@google.com>
4582
4583 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4584 entries.
4585
eb14d406
SDJ
45862013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4587
4588 * linux-tdep.c: Define enum with generic signal numbers.
4589 (linux_gdb_signal_from_target): New function.
4590 (linux_gdb_signal_to_target): Likewise.
4591 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4592 methods to the functions above.
4593 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4594 (linux_gdb_signal_to_target): Likewise.
4595 * alpha-linux-tdep.c: Define new enum with signals different
4596 from generic Linux kernel.
4597 (alpha_linux_gdb_signal_from_target): New function.
4598 (alpha_linux_gdb_signal_to_target): Likewise.
4599 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4600 with the functions mentioned above.
4601 * avr-tdep.c: Define enum with differences between Linux kernel
4602 and AVR signals.
4603 (avr_linux_gdb_signal_from_target): New function.
4604 (avr_linux_gdb_signal_to_target): Likewise.
4605 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4606 the functions mentioned above.
4607 * sparc-linux-tdep.c: Define enum with differences between SPARC
4608 and generic Linux kernel signal numbers.
4609 (sparc32_linux_gdb_signal_from_target): New function.
4610 (sparc32_linux_gdb_signal_to_target): Likewise.
4611 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4612 to the functions defined above.
4613 * xtensa-linux-tdep.c: Define enum with differences between
4614 Xtensa and Linux kernel generic signals.
4615 (xtensa_linux_gdb_signal_from_target): New function.
4616 (xtensa_linux_gdb_signal_to_target): Likewise.
4617 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4618 to the functions defined above.
4619 * mips-linux-tdep.c: Define enum with differences between
4620 signals in MIPS and Linux kernel generic ones.
4621 (mips_gdb_signal_to_target): New function.
4622 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4623 only different signals from the Linux kernel generic.
4624 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4625 the functions defined above.
4626 * mips-linux-tdep.h (enum mips_signals): Remove.
4627
156d08c8
PA
46282013-08-09 Pedro Alves <palves@redhat.com>
4629
4630 * avr-tdep.c (XMALLOC): Delete macro.
4631 * cli/cli-dump.c (XMALLOC): Delete macro.
4632
db229724
PA
46332013-08-09 Pedro Alves <palves@redhat.com>
4634
4635 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4636 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4637 (fopen_with_cleanup, add_dump_command): Make static.
4638 * cli/cli-dump.h: Delete file.
4639 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4640 cli/cli-dump.h.
4641
3f12a589
PA
46422013-08-09 Pedro Alves <palves@redhat.com>
4643
4644 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4645 error message.
4646
c718be47
PA
46472013-08-09 Pedro Alves <palves@redhat.com>
4648
156d08c8 4649 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
c718be47
PA
4650 error message.
4651
1e351ed1
PA
46522013-08-09 Pedro Alves <palves@redhat.com>
4653
4654 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4655 (gcore_command): Use tilde_expand here, and when showing the
4656 filename to the user, show the expanded version.
4657
1ed8d800
YQ
46582013-08-09 Yao Qi <yao@codesourcery.com>
4659
4660 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4661 'entryval' is set.
4662
47ecca85
PA
46632013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4664
4665 * gcore.c (create_gcore_bfd): Use tilde_expand.
4666
82a0a75f
YQ
46672013-08-08 Yao Qi <yao@codesourcery.com>
4668
4669 * frame.h (read_frame_local): Declare.
4670 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4671 read_frame_local.
4672 * stack.c (read_frame_local): New.
4673
5c4aa40b
YQ
46742013-08-08 Yao Qi <yao@codesourcery.com>
4675
4676 * mi/mi-cmd-stack.c: Update comments to function
4677 list_args_or_locals.
4678
b93601f3
TT
46792013-08-07 Tom Tromey <tromey@redhat.com>
4680
4681 PR symtab/15028:
4682 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4683 (process_psymtab_comp_unit_reader): Use it.
4684 (process_psymtab_comp_unit): Update. Add "pretend_language"
4685 argument.
4686 (dwarf2_build_psymtabs_hard): Update.
4687 (scan_partial_symbols): Pass CU's language to
4688 process_psymtab_comp_unit.
4689
fa760f46
TT
46902013-08-07 Tom Tromey <tromey@redhat.com>
4691
4692 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4693 (dwarf2_gdb_index_functions): Update.
4694 * psymtab.c (find_symbol_file_from_partial): Remove.
4695 (psym_functions): Update.
4696 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4697 Remove.
4698
bf6d8a91
TT
46992013-08-07 Tom Tromey <tromey@redhat.com>
4700
4701 * symfile.c (set_initial_language): Look up "main" symbol
4702 and use its language.
4703 * symtab.c (find_main_filename): Remove.
4704 * symtab.h (find_main_filename): Remove.
4705
f9125b6c
TT
47062013-08-07 Tom Tromey <tromey@redhat.com>
4707
4708 * dwarf2read.c (recursively_compute_inclusions): Add
4709 "immediate_parent" argument. Set symtab's "user" field
4710 if not set.
4711 (compute_symtab_includes): Update.
4712
fdbb204b
TT
47132013-08-07 Tom Tromey <tromey@redhat.com>
4714
4715 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4716 when adding label symbols.
4717
49de1690
UW
47182013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4719 Ulrich Weigand <uweigand@de.ibm.com>
4720
4721 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4722 * configure.host (powerpc64-*-aix*): Likewise.
4723
b08ee99f
UW
47242013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4725 Ulrich Weigand <uweigand@de.ibm.com>
4726
4727 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4728 is defined.
4729 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4730 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4731 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4732 * configure.ac: Check for ptrace64.
4733 * configure, config.in: Regenerate.
4734
fecf803e
UW
47352013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4736 Ulrich Weigand <uweigand@de.ibm.com>
4737
4738 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4739 Call ptrace64 instead of ptrace if defined.
4740 Add macro addr_ptr to take care of ptrace address argument.
4741 (pdc_read_regs): Likewise.
4742 (pdc_write_regs): Likewise.
4743 (aix_thread_resume): Likewise.
4744 (fetch_regs_kernel_thread): Likewise.
4745 (store_regs_kernel_thread): Likewise.
4746
3bb5e4a8
AB
47472013-08-07 Anton Blanchard <anton@samba.org>
4748
4749 * MAINTAINERS: Add myself to Write After Approval.
4750
12070676
TT
47512013-08-05 Tom Tromey <tromey@redhat.com>
4752
4753 * aix-thread.c (_initialize_aix_thread): Use
4754 complete_target_initialization.
4755 * bsd-uthread.c (_initialize_bsd_uthread): Use
4756 complete_target_initialization.
4757 * dec-thread.c (_initialize_dec_thread): Use
4758 complete_target_initialization.
4759 * ravenscar-thread.c (_initialize_ravenscar): Use
4760 complete_target_initialization.
4761 * sol-thread.c (_initialize_sol_thread): Use
4762 complete_target_initialization.
4763 * spu-multiarch.c (_initialize_spu_multiarch): Use
4764 complete_target_initialization.
4765
7c7b6655
TT
47662013-08-05 Tom Tromey <tromey@redhat.com>
4767
4768 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4769 * ada-lang.c (ada_lookup_simple_minsym): Return
4770 bound_minimal_symbol.
4771 * ada-lang.h (ada_lookup_simple_minsym): Update.
4772 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4773 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4774 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4775 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4776 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4777 * minsyms.c (msymbol_objfile): Remove.
4778 (lookup_minimal_symbol_internal): New function, from
4779 lookup_minimal_symbol.
4780 (lookup_minimal_symbol): Rewrite using
4781 lookup_minimal_symbol_internal.
4782 (lookup_bound_minimal_symbol): New function.
4783 * minsyms.h (msymbol_objfile): Remove.
4784 (lookup_bound_minimal_symbol): Declare.
4785 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4786 * parse.c (write_exp_msymbol): Change parameter to a
4787 bound_minimal_symbol.
4788 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4789 * parser-defs.h (write_exp_msymbol): Update.
4790 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4791 * symfile.c (simple_read_overlay_table): Use
4792 lookup_bound_minimal_symbol.
4793 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4794 (search_symbols): Likewise.
4795 (print_msymbol_info): Take a bound_minimal_symbol argument.
4796 (symtab_symbol_info, rbreak_command): Update.
4797 * symtab.h (struct symbol_search) <msymbol>: Change type
4798 to bound_minimal_symbol.
4799 * valops.c (find_function_in_inferior): Use
4800 lookup_bound_minimal_symbol.
4801 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4802
934b9bac
JK
48032013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 Code cleanup.
4806 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4807 to ...
4808 (async_cleanup_sigint_signal_handler): ... this.
4809 (initialize_sigint_signal_handler): Remove declaration.
4810 (handle_remote_sigint): Rename the declaration to ...
4811 (async_handle_remote_sigint): ... this.
4812 (handle_remote_sigint_twice): Rename the declaration to ...
4813 (async_handle_remote_sigint_twice): ... this.
4814 (async_remote_interrupt, async_remote_interrupt_twice)
4815 (remote_interrupt): Remove the declarations.
4816 (remote_interrupt_twice): Rename the declaration ...
4817 (sync_remote_interrupt_twice): ... this.
4818 (sigint_remote_twice_token): Rename the variable to ...
4819 (async_sigint_remote_twice_token): ... this.
4820 (sigint_remote_token): Rename the variable to ...
4821 (async_sigint_remote_token): ... this.
4822 (initialize_sigint_signal_handler): Rename the function to ...
4823 (async_initialize_sigint_signal_handler): ... this. Update the name
4824 inside.
4825 (handle_remote_sigint): Rename the function to ...
4826 (async_handle_remote_sigint): ... this. Update the names inside.
4827 (handle_remote_sigint_twice): Rename the function to ...
4828 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4829 (cleanup_sigint_signal_handler): Rename the function to ...
4830 (async_cleanup_sigint_signal_handler): ... this.
4831 (remote_interrupt): Rename the function to ...
4832 (sync_remote_interrupt): this. Update the names inside.
4833 (remote_interrupt_twice): Rename the function to ...
4834 (sync_remote_interrupt_twice): this. Update the names inside.
4835 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4836 (_initialize_remote): Update the names inside.
4837
3a1115a0
TT
48382013-08-02 Tom Tromey <tromey@redhat.com>
4839
4840 PR symtab/15719:
4841 * breakpoint.c (update_watchpoint, watchpoint_check)
4842 (watch_command_1): Update.
4843 * eval.c (fetch_subexp_value): Add "preserve_errors"
4844 parameter.
4845 * ppc-linux-nat.c (check_condition): Update.
4846 * value.h (fetch_subexp_value): Update.
4847
58b19776
AB
48482013-08-02 Andrew Burgess <aburgess@broadcom.com>
4849
4850 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4851 add_file_handler.
4852
ec94af83
DE
48532013-08-01 Doug Evans <dje@google.com>
4854
7ee85ab1
DE
4855 PR symtab/15691
4856 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4857 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4858 Add assert of sig_entry->dwo_unit == NULL.
4859 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4860 had already been read.
4861 (read_signatured_type): Set per_cu.tu_read.
4862
b846d303
DE
4863 PR symtab/15695
4864 * valops.c (value_struct_elt): Add missing call to check_typedef.
4865 (value_find_oload_method_list): Ditto.
4866
b52109bc
DE
4867 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4868 effectively, struct symbol_search **.
4869 (make_cleanup_free_search_symbols): Change arg to struct
4870 symbol_search **. All callers updated.
4871 (compare_search_syms): Compare symtab file name and block as well.
4872 (search_symbols_equal): New function.
4873 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4874 New args new_head, new_tail. Result is now void. Remove dups after
4875 sorting the symbols.
4876 (search_symbols): Sort all found symbols once, after all have been
4877 found, and remove duplicates. Simplify cleanup tracking of result.
4878 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4879
ec94af83
DE
4880 Further workarounds for binutils/15021.
4881 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4882 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4883 Watch for duplicate symtabs coming from type units.
4884 (compute_symtab_includes): Update call to
4885 recursively_compute_inclusions. Build vector of included symtabs
4886 instead of per_cus.
4887 * symtab.h (symtab_ptr): New typedef.
4888 (DEF_VEC_P (symtab_ptr)): New VEC type.
4889 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4890 instead.
4891
b2ae85cf
AB
48922013-08-01 Andrew Burgess <aburgess@broadcom.com>
4893
4894 * cli/cli-script.c (script_from_file): Remove use of
4895 error_pre_print.
4896 * main.c (captured_main): Remove use of error_pre_print and
4897 quit_pre_print.
4898 * utils.c (error_pre_print, quit_pre_print): Remove.
4899 * utils.h (error_pre_print, quit_pre_print): Likewise.
4900
645eab03
YQ
49012013-08-01 Yao Qi <yao@codesourcery.com>
4902
4903 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4904 with mi_getopt.
4905 (mi_cmd_stack_list_variables): Likewise.
4906
16f92dd4
AB
49072013-07-31 Andrew Burgess <aburgess@broadcom.com>
4908
4909 * exceptions.c (deprecated_throw_reason): Remove.
4910 * exceptions.h (deprecated_throw_reason): Remove.
4911
13f78033
AB
49122013-07-31 Andrew Burgess <aburgess@broadcom.com>
4913
4914 * remote-mips.c (mips_error): Replace use of
4915 deprecated_throw_reason with throw_verror. Use the error message
4916 passed to mips_error as the error message for throw_verror.
4917
039e3c22
AB
49182013-07-31 Andrew Burgess <aburgess@broadcom.com>
4919
4920 * monitor.c (monitor_interrupt_query): Replace use of
4921 deprecated_throw_reason with quit.
4922 * nto-procfs.c (interrupt_query): Likewise.
4923 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4924 * remote-mips.c (mips_kill): Likewise.
4925 * remote.c (interrupt_query): Likewise.
4926
8150913b
AB
49272013-07-31 Andrew Burgess <aburgess@broadcom.com>
4928
4929 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4930 with call to fatal.
4931
de74e63a
YQ
49322013-07-31 Pedro Alves <pedro@codesourcery.com>
4933 Yao Qi <yao@codesourcery.com>
4934
4935 * tracepoint.c (trace_dump_command): Select the current frame.
4936
247f5c4f
DE
49372013-07-30 Doug Evans <dje@google.com>
4938
4939 * dwarf2read.c (process_queue): Add type signature to debug output.
4940
11b4b7cc
AB
49412013-07-30 Andrew Burgess <aburgess@broadcom.com>
4942
4943 * value.c (value_fetch_lazy): Mark optimized out values as such
4944 rather than raising an error.
4945
b0c54aa5
AB
49462013-07-30 Andrew Burgess <aburgess@broadcom.com>
4947
4948 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4949 before checking which bits of the parent, not the child, value are
4950 valid.
4951
97c85fc6
MB
49522013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4953
4954 PR gdb/15715
4955 * top.c: Include "filenames.h".
4956 (set_history_filename): New function.
4957 (init_main): Install it as set hook of the "set history filename"
4958 command.
4959
ff39bb5e
SA
49602013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4961
4962 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4963 attribute parameter.
4964 (dwarf2_const_value_data): Constify struct attribute parameter.
4965 (dwarf2_const_value): Constify struct attribute parameter.
4966 (dwarf2_const_value_attr): Constify struct attribute parameter.
4967 (lookup_die_type): Constify struct attribute parameter.
4968 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4969 (follow_die_ref_or_sig): Constify struct attribute parameter.
4970 (follow_die_ref): Constify struct attribute parameter.
4971 (follow_die_sig): Constify struct attribute parameter.
4972 (get_DW_AT_signature_type): Constify struct attribute parameter.
4973 (get_type_unit_group): Constify struct attribute parameter.
4974 (fill_in_loclist_baton): Constify struct attribute parameter.
4975 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4976 (type_unit_group): Constify struct attribute parameter.
4977
6e5a29e1
SA
49782013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4979
4980 * dwarf2read.c (attr_form_is_block): Make argument const.
4981 (attr_form_is_section_offset): Make argument const.
4982 (attr_form_is_constant): Make argument const.
4983 (attr_form_is_ref): Make argument const.
4984
7771576e
SA
49852013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4986
4987 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4988 All uses updated.
4989 (attr_form_is_ref): Moved below attr_form_is_constant.
4990
a94e8645
DE
49912013-07-29 Doug Evans <dje@google.com>
4992
bb5291d0
DE
4993 * main.c (captured_command_loop): Tweak comment.
4994
b5419e49
DE
4995 * target.c (target_async_permitted_1): Fix comment.
4996
b2d23133
DE
4997 * symtab.c (iterate_over_some_symtabs): Add comment.
4998
a94e8645
DE
4999 * symtab.c (iterate_over_some_symtabs): Fix indentation.
5000
7a60ad40
YQ
50012013-07-27 Yao Qi <yao@codesourcery.com>
5002
5003 * NEWS: Mention that GDBserver now supports hardware
5004 watchpoints on the MIPS GNU/Linux target.
5005
aaee2056
YQ
50062013-07-27 Yao Qi <yao@codesourcery.com>
5007
5008 * Makefile.in (HFILES_NO_SRCDIR): Add
5009 common/mips-linux-watch.h.
5010 (mips-linux-watch.o): New rule.
5011 * common/mips-linux-watch.c: New.
5012 * common/mips-linux-watch.h: New.
5013 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
5014 * mips-linux-nat.c: Include mips-linux-watch.h.
5015 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
5016 to common/mips-linux-watch.h.
5017 (MAX_DEBUG_REGISTER): Likewise.
5018 (enum pt_watch_style): Likewise.
5019 (struct mips32_watch_regs): Likewise.
5020 (struct mips64_watch_regs): Likewise.
5021 (struct pt_watch_regs): Likewise.
5022 (struct mips_watchpoint): Likewise.
5023 (mips_linux_watch_get_irw_mask): Move to
5024 common/mips-linux-watch.c.
5025 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
5026 (mips_linux_watch_get_watchlo): Likewise.
5027 (mips_linux_watch_set_watchlo): Likewise.
5028 (mips_linux_watch_get_watchhi): Likewise.
5029 (mips_linux_watch_set_watchhi): Likewise.
5030 (mips_linux_read_watch_registers): Likewise.
5031 (mips_linux_watch_type_to_irw): Likewise.
5032 (mips_linux_stopped_data_address, fill_mask): Likewise.
5033 (mips_linux_watch_try_one_watch): Likewise.
5034 (mips_linux_watch_populate_regs): Likewise.
5035
b3436450
YQ
50362013-07-27 Yao Qi <yao@codesourcery.com>
5037
5038 * mips-linux-nat.c (get_irw_mask): Rename to ...
5039 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
5040 'set' to 'n'. Update function comment. All callers changed.
5041 (get_reg_mask): Rename parameter 'set' to 'n'. Update
5042 function comment. All callers changed.
5043 (get_num_valid): Rename to ...
5044 (mips_linux_watch_get_num_valid): ... this. Rename parameter
5045 'set' to 'n'. Update function comment. All callers changed.
5046 (get_watchlo): Rename to ...
5047 (mips_linux_watch_get_watchlo): ... this. Rename parameter
5048 'set' to 'n'. Update function comment. All callers changed.
5049 (set_watchlo): Rename to ...
5050 (mips_linux_watch_set_watchlo): ... this. Rename parameter
5051 'set' to 'n'. Update function comment. All callers changed.
5052 (get_watchhi): Rename to ...
5053 (mips_linux_watch_get_watchhi): ... this. Update function
5054 comment. All callers changed.
5055 (set_watchhi): Rename to ...
5056 (mips_linux_watch_set_watchhi): ... this. Update function
5057 comment. All callers changed.
5058 (mips_linux_read_watch_registers): Update function comment.
5059 Add new parameters 'lwpid', 'watch_readback', and
5060 'watch_readback_valid'. Update.
5061 (type_to_irw): Rename to ...
5062 (mips_linux_watch_type_to_irw): ... this. Update function
5063 comment. All callers changed.
5064 (fill_mask): Update function comment.
5065 (try_one_watch): Rename to ...
5066 (mips_linux_watch_try_one_watch): ... this. Change the type
5067 of parameter 'irw' from 'unsigned' to 'uint32_t'.
5068 (populate_regs_from_watches): Rename to ...
5069 (mips_linux_watch_populate_regs): ... this. Add parameter
5070 'current_watches'. All callers changed.
5071
9be14b81
YQ
50722013-07-27 Yao Qi <yao@codesourcery.com>
5073
5074 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
5075 the code.
5076 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
5077 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
5078 (struct pt_watch_regs): Likewise.
5079 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
5080 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
5081 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
5082 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
5083 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
5084
de6f69ad
YQ
50852013-07-27 Yao Qi <yao@codesourcery.com>
5086
5087 * breakpoint.h: Include break-common.h.
5088 (enum target_hw_bp_type): Move to ...
5089 * common/break-common.h: ... here. New.
5090
6f64ef53
PA
50912013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
5092
5093 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
5094 process group regardless of having tty on stdin.
5095
6107e809
DE
50962013-07-25 Doug Evans <dje@google.com>
5097
5098 * linux-fork.h (detach_fork): Delete.
5099
7fdc1521
TT
51002013-07-25 Tom Tromey <tromey@redhat.com>
5101
5102 PR remote/15256, PR remote/15266:
5103 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
5104 * monitor.c (monitor_detach): Use unpush_target.
5105 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
5106 * remote-mips.c (mips_detach): Use unpush_target. Don't
5107 call mips_close.
5108 * remote-sim.c (gdbsim_detach): Use unpush_target.
5109 * target.c (pop_target): Remove.
5110 (pop_all_targets_above): Don't call target_close.
5111 (target_close): Assert that the target is unpushed.
5112 * target.h (pop_target): Don't declare.
5113 * tracepoint.c (tfile_open): Use unpush_target.
5114
c22a2b88
TT
51152013-07-25 Tom Tromey <tromey@redhat.com>
5116
5117 * linux-thread-db.c (init_thread_db_ops): Call
5118 complete_target_initialization.
5119 (_initialize_thread_db): Don't call add_target.
5120 * target.c (complete_target_initialization): New function.
5121 (add_target_with_completer): Call it.
5122 * target.h (complete_target_initialization): Declare.
5123
cbb6aada
MK
51242013-07-25 Mark Kettenis <kettenis@gnu.org>
5125
5126 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
5127 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
5128 (HPPANBSD_SIZEOF_GREGS): New define.
5129 (hppaobsd_supply_gregset): Handle additional registers.
5130 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
5131 we provide more registers now.
5132 (hppabsd_supply_gregset): Supply additional registers.
5133 (hppabsd_collect_gregset): Collect additional registers.
5134
17767988
MK
51352013-07-25 Mark Kettenis <kettenis@gnu.org>
5136
5137 * hppabsd-tdep.c: Include "dwarf2-frame.h".
5138 (hppabsd_dwarf2_frame_init_reg): New function.
5139 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
5140
fdc8aae8
AB
51412013-07-25 Andrew Burgess <aburgess@broadcom.com>
5142
5143 * mi/mi-main.c (output_register): Make MI 'r' format use standard
5144 'z' format code. Remove error for optimized out values, standard
5145 code will handle these fine.
5146
6fbe845e
AB
51472013-07-25 Andrew Burgess <aburgess@broadcom.com>
5148
5149 * NEWS: Mention new 'z' formatter.
5150 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
5151 (_initialize_printcmd): Mention 'z' formatter in help text of the
5152 'x' command.
5153
3373342d
MR
51542013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
5155
5156 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
5157 formatting.
5158
25f9533e
SDJ
51592013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5160
5161 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
5162 interface can evaluate arguments. Fallback to the old mode if it
5163 cannot.
5164 (create_exception_master_breakpoint): Likewise.
5165 * elfread.c (elf_can_evaluate_probe_arguments): New function.
5166 (struct sym_probe_fns elf_probe_fns): Export function above to the
5167 probe interface.
5168 * probe.c (can_evaluate_probe_arguments): New function.
5169 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
5170 function pointer.
5171 (can_evaluate_probe_arguments): New function prototype.
5172 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
5173 probe interface can evaluate arguments. Fallback to the old mode
5174 if it cannot.
5175 * stap-probe.c (stap_get_probe_argument_count): Check if probe
5176 interface can evaluate arguments. Warning the user if it cannot.
5177 (stap_can_evaluate_probe_arguments): New function.
5178 (struct probe_ops stap_probe_ops): Export function above to the
5179 probe interface.
5180 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
5181 New function pointer.
5182
3360c0bf
LM
51832013-07-24 Luis Machado <lgustavo@codesourcery.com>
5184
5185 * Makefile.in (SFILES): Add common/target-common.c.
5186 Add common/target-common.h to headers.
5187 (COMMON_OBS): Add target-common.o.
5188 (target-common.o): New target.
5189 * linux-nat.h (resume_kind): Move to common/target-common.h.
5190 * target.c (target_waitstatus_to_string): Move to
5191 common/target-common.c.
5192 * target.h: Include target-common.h.
5193 (target_waitkind): Move to common/target-common.h.
5194 (target_waitstatus): Likewise.
5195 (TARGET_WNOHANG): Likewise.
5196 * common/target-common.c: New file.
5197 * common/target-common.h: New file.
5198
6656a72d
DE
51992013-07-24 Doug Evans <dje@google.com>
5200
5201 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
5202 a warning.
5203
6df81a63
YQ
52042013-07-23 Yao Qi <yao@codesourcery.com>
5205
5206 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
5207 parameter 'gdbarch'.
5208 (i386_stack_tramp_frame_sniffer): Caller update.
5209 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
5210 parameter 'gdbarch' and 'target'.
5211 (i386_linux_core_read_description): Caller update.
5212 * amd64-linux-tdep.c (amd64_linux_core_read_description):
5213 Likewise.
5214 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
5215 declaration.
5216
365156ad
TT
52172013-07-23 Tom Tromey <tromey@redhat.com>
5218
5219 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
5220 2013-07-22.
5221
046ac79f
JK
52222013-07-22 Doug Evans <dje@google.com>
5223
5224 * exec.h (remove_target_sections): Delete arg abfd.
66cbcda4
JK
5225 * exec.c (exec_close): Update call to remove_target_sections.
5226 (remove_target_sections): Delete arg abfd.
046ac79f
JK
5227 * solib.c (update_solib_list): Ditto.
5228 (reload_shared_libraries_1): Ditto.
5229 (clear_solib): Ditto, and unconditionally call remove_target_sections.
66cbcda4
JK
5230 * target.h (struct target_section): Rename key to owner.
5231 All uses updated.
046ac79f 5232
29b2cc46
TT
52332013-07-22 Tom Tromey <tromey@redhat.com>
5234
5235 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
5236
d1160018
TT
52372013-07-22 Tom Tromey <tromey@redhat.com>
5238
5239 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
5240 Simplify cleanup handling.
5241
2f324bf6
TT
52422013-07-22 Tom Tromey <tromey@redhat.com>
5243
5244 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
5245 on all return paths.
5246
e23b9d6e
UW
52472013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5248
5249 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
5250 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
5251 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
5252
1cf55f60
PM
52532013-07-22 Phil Muldoon <pmuldoon@redhat.com>
5254
5255 * top.c (print_gdb_version): Add help, apropos description and
5256 url to online documentation.
5257
fa876972
HZ
52582013-07-19 Hui Zhu <hui@codesourcery.com>
5259
5260 PR gdb/15692
5261 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
5262
1527aea8
YQ
52632013-07-19 Yao Qi <yao@codesourcery.com>
5264
5265 * target.c (update_current_target): Change the default action
5266 of 'to_traceframe_info' from tcomplain to return_zero.
5267 * target.h (struct target_ops) <to_traceframe_info>: Add more
5268 comments.
5269 * valops.c (read_value_memory): Call
5270 traceframe_available_memory unconditionally.
5271
886f230e
YQ
52722013-07-18 Yao Qi <yao@codesourcery.com>
5273
5274 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5275 if the name is prefixed by "__imp_" or "_imp_", look for minimal
5276 symbol without prefix. If found, set its type to
5277 'mst_solib_trampoline'.
5278
16419bae
DE
52792013-07-17 Doug Evans <dje@google.com>
5280
e7045703
DE
5281 * NEWS: Mention "set print raw frame-arguments".
5282 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5283 * stack.c (print_raw_frame_arguments): New static global.
5284 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5285 (_initialize_stack): New command "set/show print raw frame-arguments".
5286 * valprint.c (setprintrawlist, showprintrawlist): New globals.
5287 (set_print_raw, show_print_raw): New functions.
5288 (_initialize_valprint): New prefix command "set/show print raw".
5289 * valprint.h (value_print_options): Improve comments.
5290
453e48a5
DE
5291 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5292 of all *list variables.
5293
16419bae
DE
5294 * gdbcmd.h (togglelist): Delete.
5295 * cli/cli-cmds.c (togglelist): Delete.
5296 (init_cmd_lists): Update.
5297 * cli/cli-cmds.h (togglelist): Delete.
5298
626f2d1c
TT
52992013-07-17 Tom Tromey <tromey@redhat.com>
5300
5301 * dwarf2read.c (dwarf2_per_objfile_free): Clear
5302 dwarf2_per_objfile.
5303
57e6060e
DE
53042013-07-16 Doug Evans <dje@google.com>
5305
5306 * nto-tdep.c (nto_relocate_section_addresses): Update,
5307 target_section.bfd deleted.
5308 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5309 * s390-tdep.c (s390_load): Ditto.
5310 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5311
5ea5559b
AB
53122013-07-16 Andrew Burgess <aburgess@broadcom.com>
5313
5314 * common/format.c (parse_format_string): Add checks for NULL
5315 character before calling strchr.
5316
2b2848e2
DE
53172013-07-16 Doug Evans <dje@google.com>
5318
2c571006
DE
5319 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5320 temp_pathname argument.
5321 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5322 when opening the file fails.
5323
2b2848e2
DE
5324 * target.h (struct target_section): Delete member bfd.
5325 All users updated to use the_bfd_section->owner instead.
5326 * exec.c (add_to_section_table): Assert bfd is expected value.
5327 Remove initialization of target_section.bfd.
5328 (remove_target_sections): Update.
5329 (section_table_available_memory): Update.
5330 (section_table_xfer_memory_partial): Update.
5331 (print_section_info): Update.
5332 (exec_set_section_address): Update.
5333 * record-full.c (record_full_core_xfer_partial): Update.
5334 * solib-svr4.c (svr4_relocate_section_addresses): Update.
5335 * solib-target.c (solib_target_relocate_section_addresses): Update.
5336 * symfile.c (build_section_addr_info_from_section_table): Update.
5337 * target.c (memory_xfer_live_readonly_partial): Update.
5338 (memory_xfer_partial_1): Update.
5339
926bf92d
UW
53402013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5341
5342 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5343 now available for embedded (BookE) and server (BookS) processors,
5344 correct mentions of 'booke' and adjust comments accordingly in order to
5345 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5346 (have_ptrace_booke_interface): Rename function and variable
5347 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5348 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5349 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5350 'hwdebug_point_cmp'. Update all uses.
5351 (booke_find_thread_points_by_tid): Rename function
5352 'booke_find_thread_points_by_tid' to
5353 'hwdebug_find_thread_points_by_tid'. Update all uses.
5354 (booke_insert_point): Rename function 'booke_insert_point' to
5355 'hwdebug_insert_point'. Update all uses.
5356 (booke_remove_point): Rename function 'booke_remove_point' to
5357 'hwdebug_remove_point'. Update all uses.
5358
d929bc19
MR
53592013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
5360
5361 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5362 numbers with enum values.
5363
054e8d9e
AA
53642013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
5365
5366 PR threads/13217
5367 * thread.c (thread_apply_all_command): Check for valid threads
5368 and thread count.
5369 (thread_array_cleanup): New struct.
5370 (set_thread_refcount): New function.
5371
cf006359
AB
53722013-07-11 Andrew Burgess <aburgess@broadcom.com>
5373
5374 * infcmd.c (default_print_one_register_info): Reuse function
5375 print_hex_chars.
5376
94e36acc
TT
53772013-07-10 Tom Tromey <tromey@redhat.com>
5378
5379 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5380 (ada-exp.o): New target.
5381
915dd369
SDJ
53822013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
5383
5384 * mt-tdep.c (mt_registers_info): Call
5385 get_no_prettyformat_print_options instead of
5386 get_raw_print_options (regression by last patch from Doug
5387 Evans).
5388
eca07816
JB
53892013-07-09 Pedro Alves <palves@redhat.com>
5390
5391 Checked in by Joel Brobecker <brobecker@adacore.com>.
5392 * ada-lang.c (coerce_unspec_val_to_type): Use
5393 value_optimized_out_const.
5394 * value.c (value_optimized_out_const): New function.
5395 * value.h (value_optimized_out_const): New declaration.
5396
2a998fc0
DE
53972013-07-09 Doug Evans <dje@google.com>
5398
5399 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5400 Enum values rename as well. All uses updated.
5401 * valprint.h (value_print_options): Rename member pretty to
5402 pretty format. Rename member prettyprint_arrays to
5403 prettyformat_arrays. Rename member prettyprint_structs to
5404 prettyformat_structs. All uses updated.
5405 (get_no_prettyformat_print_options): Renamed from
5406 get_raw_print_options.
5407 * valprint.c (get_no_prettyformat_print_options): Renamed from
5408 get_raw_print_options. All callers updated.
5409 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5410 All callers updated.
5411 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5412 All callers updated.
5413 (_initialize_valprint): Improve help text for "set print pretty" and
5414 "set print arrays".
5415
466c1fca
AB
54162013-07-09 Andrew Burgess <aburgess@broadcom.com>
5417
5418 * value.c (value_bits_valid): Revert previous change, and change
5419 by Pedro on 2013-07-04, due to regressions in
5420 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5421
ad0f0303
AB
54222013-07-08 Andrew Burgess <aburgess@broadcom.com>
5423 Pedro Alves <palves@redhat.com>
5424
5425 * value.c (value_bits_valid): If the value is not lval_computed
5426 or has no check validity handler then the answer is the
5427 optimized_out flag, otherwise defer to the handler.
5428
b187bec1
EZ
54292013-07-06 Eli Zaretskii <eliz@gnu.org>
5430
48d1d6f5
EZ
5431 * top.c (print_gdb_configuration): Explain in output of
5432 --configuration what does "relocatable" mean.
5433
b187bec1
EZ
5434 * main.c (print_gdb_help): Regroup options in the --help text.
5435 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5436 the relevant discussions.
5437
52d361e1
YQ
54382013-07-06 Yao Qi <yao@codesourcery.com>
5439
5440 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5441 Remove parameter 'lsal'.
5442 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5443 to inner block. Caller update.
5444 (base_breakpoint_create_breakpoints_sal): Update.
5445 (bkpt_create_breakpoints_sal): Likewise.
5446 (tracepoint_create_breakpoints_sal): Likewise.
5447 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5448 element 0 of vector 'canonical->sals'.
5449
e1ec1b42
LM
54502013-07-05 Luis Machado <lgustavo@codesourcery.com>
5451
5452 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5453 register number instead of the pseudo register one.
5454 (rs6000_dwarf2_reg_to_regnum): Likewise.
5455
7195e6f0
PA
54562013-07-04 Pedro Alves <palves@redhat.com>
5457
5458 * findvar.c (value_of_register): Use allocate_optimized_out_value
5459 if the register has been optimized out, instead of
5460 set_value_optimized_out.
5461 * frame-unwind.c (frame_unwind_got_optimized): Use
5462 allocate_optimized_out_value.
5463
58722cac
PA
54642013-07-04 Pedro Alves <palves@redhat.com>
5465
5466 * value.c (value_bits_valid): If the value is not lval_computed,
5467 or doesn't have a check_validity hook, assume the value is entirely
5468 valid.
5469
691a26f5
AB
54702013-07-04 Andrew Burgess <aburgess@broadcom.com>
5471
5472 * stack.c (read_frame_arg): No longer fetch lazy values.
5473 * value.c (value_optimized_out): If the value is not already
5474 marked optimized out, and is lazy then fetch it.
5475 (value_primitive_field): Move optimized out check to later in the
5476 function, after we have loaded any lazy values.
5477 (value_fetch_lazy): Use optimized out flag directly rather than
5478 calling optimized_out method.
5479
a58e2656
AB
54802013-07-04 Andrew Burgess <aburgess@broadcom.com>
5481
5482 * valops.c: Don't include "user-regs.h".
5483 (value_fetch_lazy): Moved to value.c.
5484 * value.c: Include "user-regs.h".
5485 (value_fetch_lazy): Moved from valops.c.
5486
bd885420
YQ
54872013-07-04 Yao Qi <yao@codesourcery.com>
5488
5489 Revert:
5490 2013-06-27 Yao Qi <yao@codesourcery.com>
5491
5492 * common/create-version.sh: Update comments. Handle the case
5493 that TARGET_ALIAS is empty.
5494
17ef446e
PA
54952013-07-03 Pedro Alves <palves@redhat.com>
5496
5497 * Makefile.in (config.status): Depend on development.sh.
5498 (aclocal_m4_deps): Add libmcheck.m4.
5499 * acinclude.m4: Include libmcheck.m4.
5500 * configure.ac: Source development.sh instead of setting
5501 'development' here. --enable-libmcheck/--disable-libmcheck code
5502 factored out to GDB_AC_LIBMCHECK. Run it.
5503 * development.sh: New file.
5504 * libmcheck.m4: New file.
5505 * configure: Regenerate.
5506
ac6dd50f
TT
55072013-07-02 Tom Tromey <tromey@redhat.com>
5508
5509 * contrib/ari/update-web-ari.sh: Update for version.in change.
5510
bd1df410
TT
55112013-07-02 Tom Tromey <tromey@redhat.com>
5512
5513 * common/ptid.h: Comment fixes.
5514
4db1a1dc
TT
55152013-07-01 Tom Tromey <tromey@redhat.com>
5516
5517 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5518 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5519 (dwarf2_read_index, create_all_comp_units): Update.
5520
dd9aa048
TT
55212013-07-01 Tom Tromey <tromey@redhat.com>
5522
5523 * configure.ac (build_warnings): Add -Wold-style-definition.
5524 * configure: Rebuild.
5525 * machoread.c (_initialize_machoread): Use "(void)".
5526 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5527 use "(void)".
5528
44d100c3
TT
55292013-07-01 Tom Tromey <tromey@redhat.com>
5530
5531 * configure.ac (build_warnings): Add -Wold-style-declaration.
5532 * configure: Rebuild.
5533 * dsrec.c (make_srec): Use "static const", not "const static".
5534 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5535 not "const static".
5536 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5537 Use "static const", not "const static".
5538 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5539 not "const static".
5540 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5541 not "const static".
5542 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5543 not "const static".
5544 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5545 not "const static".
5546 (v850_dbtrap_breakpoint_from_pc): Likewise.
5547 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5548 not "const static".
5549
2945b807
TT
55502013-07-01 Tom Tromey <tromey@redhat.com>
5551
5552 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5553 * configure: Rebuild.
5554
d8d2a3ee
PA
55552013-07-01 Pedro Alves <palves@redhat.com>
5556
5557 * defs.h: Include "pathmax.h".
5558 * utils.c: Don't include sys/param.h.
5559 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5560 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5561 instead of MAXPATHLEN.
5562 * solib-sunos.c: Don't include sys/param.h.
5563 * xcoffread.c: Don't include sys/param.h.
5564 * bsd-kvm.c: Don't include sys/param.h.
5565 * darwin-nat.c: Don't include sys/param.h.
5566 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5567 * darwin-nat-info.c: Don't include sys/param.h.
5568 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5569 MAXPATHLEN.
5570 * i386obsd-nat.c: Don't include sys/param.h.
5571 * inf-child.c: Don't include sys/param.h.
5572 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5573 * linux-fork.c: Don't include sys/param.h.
5574 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5575 * linux-nat.c: Don't include sys/param.h.
5576 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5577 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5578 * m68klinux-nat.c: Don't include sys/param.h.
5579 * nbsd-nat.c: Don't include sys/param.h.
5580 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5581 * ppc-linux-nat.c: Don't include sys/param.h.
5582 * rs6000-nat.c: Don't include sys/param.h.
5583 * spu-linux-nat.c. Don't include sys/param.h.
5584 * windows-nat.c: Don't include sys/param.h.
5585 * xtensa-linux-nat.c: Don't include sys/param.h.
5586 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5587
38ec2207
PA
55882013-07-01 Pedro Alves <palves@redhat.com>
5589
5590 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5591 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5592 * gnulib/aclocal.m4: Regenerate.
5593 * gnulib/config.in: Regenerate.
5594 * gnulib/configure: Regenerate.
5595 * gnulib/import/pathmax.h: New file.
5596 * gnulib/import/Makefile.am: Regenerate.
5597 * gnulib/import/Makefile.in: Regenerate.
5598 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5599 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5600 * gnulib/import/m4/pathmax.m4: New file.
5601
e655c1a2
PA
56022013-07-01 Pedro Alves <palves@redhat.com>
5603
5604 * configure.ac (GDBINIT): Define, depending on host.
5605 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5606 * top.c (PATH_MAX): Delete fallback definition.
5607 (GDBINIT_FILENAME): Delete.
5608 (gdbinit): Reimplement as const char array set to the GDBINIT
5609 string constant.
5610 * top.h (gdbinit): Make const.
5611 * configure, config.in: Regenerate.
5612
50dd9793
PA
56132013-07-01 Pedro Alves <palves@redhat.com>
5614
5615 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5616 * cli/cli-cmds.h (source_script): Likewise.
5617 * exceptions.c (catch_command_errors_const): New function.
5618 * exceptions.h (catch_command_errors_const): Declare.
5619 * main.c (get_init_files): Make parameters const, and adjust.
5620 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5621 'local_gdbinit' locals const. Adjust to use
5622 catch_command_errors_const.
5623 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5624 'local_gdbinit' locals const.
5625
bc7dea8d
PA
56262013-07-01 Pedro Alves <palves@redhat.com>
5627
5628 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5629 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5630 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5631 <unistd.h>.
5632
8839a007
PA
56332013-07-01 Pedro Alves <palves@redhat.com>
5634
5635 Import the "unistd" gnulib module.
5636 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5637 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5638 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5639 import/m4/unistd_h.m4.
5640 * gnulib/aclocal.m4: Renenerate.
5641 * gnulib/config.in: Renenerate.
5642 * gnulib/configure: Renenerate.
5643 * gnulib/import/Makefile.am: Renenerate.
5644 * gnulib/import/Makefile.in: Renenerate.
5645 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5646 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5647 * gnulib/import/m4/off_t.m4: New file.
5648 * gnulib/import/m4/ssize_t.m4: New file.
5649 * gnulib/import/m4/sys_types_h.m4: New file.
5650 * gnulib/import/m4/unistd_h.m4: New file.
5651 * gnulib/import/sys_types.in.h: New file.
5652 * gnulib/import/unistd.c: New file.
5653 * gnulib/import/unistd.in.h: New file.
5654
8c0da261
PA
56552013-07-01 Pedro Alves <palves@redhat.com>
5656
5657 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5658 defined instead of checking HAVE_UNISTD_H.
5659
3574124b
PA
56602013-07-01 Pedro Alves <palves@redhat.com>
5661
5662 Reimport gnulib from scratch.
5663 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5664 import/m4/onceonly.m4.
5665 * gnulib/aclocal.m4: Renegerate.
5666 * gnulib/config.in: Renegerate.
5667 * gnulib/configure: Renegerate.
5668 * gnulib/import/Makefile.in: Renegerate.
5669 * gnulib/import/extra/update-copyright: Renegerate.
5670 * gnulib/import/m4/onceonly.m4: Delete.
5671
702dc4fd
PA
56722013-07-01 Pedro Alves <palves@redhat.com>
5673
5674 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5675
47e1ce27
JK
56762013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 Code cleanup.
5679 * remote.c (async_remote_interrupt_twice): Make it static.
5680 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5681
e82839d4
SDJ
56822013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5683
5684 * ia64-linux-tdep.c: Include <ctype.h>.
5685 (ia64_linux_stap_is_single_operand): New function.
5686 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5687
d6c2da54
TT
56882013-06-28 Tom Tromey <tromey@redhat.com>
5689
5690 * Makefile.in (version.c): Use version.in, not
5691 common/version.in.
5692 * common/create-version.sh: Likewise.
5693 * common/version.in: Move...
5694 * version.in: ...here.
5695
74da6f00
PA
56962013-06-28 Pedro Alves <palves@redhat.com>
5697
5698 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5699 here.
5700 * utils.h (pagination_enabled): Declare.
5701
d32dc48e
PA
57022013-06-28 Pedro Alves <palves@redhat.com>
5703
5704 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5705 Move higher up in file.
5706
0edd9e3b
TT
57072013-06-28 Tom Tromey <tromey@redhat.com>
5708
5709 * tracepoint.c (deprecated_readline_begin_hook)
5710 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5711 declare.
5712
4eb59108
PA
57132013-06-28 Pedro Alves <palves@redhat.com>
5714
5715 PR tui/14880
5716 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5717 checking if they're available.
5718 * value.c (value_available_contents_eq): Change comment.
5719 * value.h (value_available_contents_eq): Expand comment.
5720
97b17156
TT
57212013-06-27 Tom Tromey <tromey@redhat.com>
5722
5723 * target.c (find_run_target): Remove.
5724 * target.h (find_run_target): Remove.
5725
6a3bfc5c
TT
57262013-06-27 Tom Tromey <tromey@redhat.com>
5727
5728 * corelow.c (core_gdbarch): Now static.
5729
c9ef825d
TT
57302013-06-27 Tom Tromey <tromey@redhat.com>
5731
5732 * target.c (target_struct_index): Remove.
5733
e5823f1c
PA
57342013-06-27 Pedro Alves <palves@redhat.com>
5735
5736 * infrun.c: Remove comment describing the 'stepping over runtime
5737 loader dynamic symbol resolution code' mechanism; moved to
5738 gdbint.texinfo.
5739
97f8dd09
PA
57402013-06-27 Pedro Alves <palves@redhat.com>
5741
5742 * exceptions.c (catch_command_errors): Remove spurious space.
5743 * exceptions.h (catch_command_errors): Second parameter is "arg",
5744 not "command".
5745
02b1871e
YQ
57462013-06-27 Yao Qi <yao@codesourcery.com>
5747
5748 * common/create-version.sh: Update comments. Handle the case
5749 that TARGET_ALIAS is empty.
5750
bb1b1cf1
PA
57512013-06-26 Pedro Alves <palves@redhat.com>
5752
5753 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5754 comment.
5755
7b624e71
PA
57562013-06-26 Pedro Alves <palves@redhat.com>
5757
5758 * infrun.c: Update comments on stepping over runtime loader
5759 dynamic symbol resolution code.
5760
74e5a346
SDJ
57612013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5762
5763 * ax-gdb.h (union exp_element): Forward declare.
5764 * parser-defs.h: Include expression.h.
5765
a2fb2cee
MR
57662013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5767
5768 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5769
cdba14e0
DK
57702013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5771
5772 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5773
f30aa5af
DK
57742013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5775
5776 Fix trace-status to output proper start-time and stop-time.
5777 * tracepoint.c (trace_status_command): Fix type of printf arg to
5778 prevent improper type conversion.
5779 (trace_status_mi): Likewise.
5780
1aee363c
MR
57812013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5782
5783 * mips-tdep.c (mips_next_pc): Fix a typo.
5784
3356937a
MR
57852013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5786
5787 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5788
dc673c81
YQ
57892013-06-26 Pedro Alves <pedro@codesourcery.com>
5790 Yao Qi <yao@codesourcery.com>
5791
5792 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5793 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5794 * mi/mi-main.c (print_variable_or_computed): New function.
5795 (mi_cmd_trace_frame_collected): New function.
5796 * tracepoint.c (find_trace_state_variable_by_number): New.
5797 (struct traceframe_info): Move to tracepoint.h
5798 (struct collection_list): Likewise.
5799 (do_collect_symbol): Include locals and arguments in the
5800 collected variables list.
5801 (clear_collection_list): Clear wholly collected variables list
5802 and computed variables list.
5803 (append_exp): New function.
5804 (encode_actions_1): Include variables in the wholly
5805 collected variables list. Include memory ranges and
5806 full-fledged expressions in the computed expressions list.
5807 (encode_actions): Move some code to ...
5808 Return the cleanup chain.
5809 (encode_actions_rsp): ... here. New function.
5810 (get_traceframe_location, get_traceframe_info): Remove static.
5811 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5812 (struct collection_list): Moved from tracepoint.c. Add two
5813 new fields 'wholly_collected' and 'computed'.
5814 (find_trace_state_variable_by_number): Declare.
5815 (encode_actions): Adjust declaration.
5816 (encode_actions_rsp): Declare.
5817 (get_traceframe_info, get_traceframe_location): Declare.
5818
5819 * NEWS: Mention new MI command -trace-frame-collected.
5820
28a93511
YQ
58212013-06-26 Pedro Alves <pedro@codesourcery.com>
5822 Yao Qi <yao@codesourcery.com>
5823
5824 * ctf.c (ctf_traceframe_info): Push trace state variables
5825 present in the trace data into the traceframe info object.
5826 * breakpoint.c (DEF_VEC_I): Remove.
5827 * common/filestuff.c (DEF_VEC_I): Likewise.
5828 * dwarf2loc.c (DEF_VEC_I): Likewise.
5829 * mi/mi-main.c (DEF_VEC_I): Likewise.
5830 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5831 * features/traceframe-info.dtd: Add tvar element and its
5832 attributes.
5833 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5834 (build_traceframe_info): Push trace state variables present in
5835 the trace data into the traceframe info object.
5836 (traceframe_info_start_tvar): New function.
5837 (tvar_attributes): New.
5838 (traceframe_info_children): Add "tvar" element.
5839 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5840
5841 * NEWS: Mention the change in GDB and GDBserver.
5842
ddacd3c8
YQ
58432013-06-26 Pedro Alves <pedro@codesourcery.com>
5844 Yao Qi <yao@codesourcery.com>
5845
5846 * tracepoint.c (trace_dump_command): Move code to ...
5847 (get_traceframe_location): ... here. New.
5848
05796b35
YQ
58492013-06-26 Pedro Alves <pedro@codesourcery.com>
5850 Yao Qi <yao@codesourcery.com>
5851
5852 * tracepoint.c (trace_dump_command): GDB emits an error
5853 instead of a warning when a traceframe is not selected.
5854
cbfa3b61
YQ
58552013-06-26 Pedro Alves <pedro@codesourcery.com>
5856 Yao Qi <yao@codesourcery.com>
5857
5858 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5859 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5860 in collection_list.
5861 (do_clear_collection_list, init_collection_list): New.
5862 (encode_actions): Add local variables 'tracepoint_list' and
5863 'stepping_list'. Call init_collection_list and make cleanup
5864 which calls do_clear_collection_list. Don't call
5865 clear_collection_list.
5866 (_initialize_tracepoint): Delete references to
5867 'tracepoint_list' and 'stepping_list'.
5868
6e2048d3
TT
58692013-06-25 Tom Tromey <tromey@redhat.com>
5870
5871 * common/create-version.sh (date): Use "$", not "$$" in sed
5872 expression.
5873
42059f0e
KB
58742013-06-25 Kevin Buettner <kevinb@redhat.com>
5875
5876 * NEWS (New targets): Add entry for TI MSP430.
5877
a0743c90
YQ
58782013-06-25 Yao Qi <yao@codesourcery.com>
5879
5880 * remote.c (remote_start_remote): Move code to upload tsv
5881 earlier.
5882
9d6e6e84
HZ
58832013-06-25 Yao Qi <yao@codesourcery.com>
5884 Hui Zhu <hui@codesourcery.com>
5885 Pedro Alves <palves@redhat.com>
5886
5887 PR breakpoints/15075
5888 PR breakpoints/15434
5889 * breakpoint.c (bpstat_stop_status): Call
5890 b->ops->after_condition_true.
5891 (update_dprintf_command_list): Don't append "continue" command
5892 to the command list of dprintf breakpoint.
5893 (base_breakpoint_after_condition_true): New function.
5894 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5895 (dprintf_after_condition_true): New function.
5896 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5897 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5898
586cf749
KB
58992013-06-24 Kevin Buettner <kevinb@redhat.com>
5900
5901 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5902 (ALLDEPFILES): Add msp430-tdep.c.
5903 * configure.tgt (msp430*-*-elf): New target.
5904 * msp430-tdep.c: New file.
5905
1bbce132
MR
59062013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5907
5908 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5909 microMIPS synthetic symbols.
5910
3e5d3a5a
MR
59112013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5912
5913 * objfiles.h (pc_in_section): New prototype.
5914 (in_plt_section): Remove name argument, replace prototype with
5915 static inline function.
5916 * mips-tdep.h: Include "objfiles.h".
5917 (in_mips_stubs_section): New function.
5918 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5919 in_solib_call_trampoline member.
5920 (hppa_in_solib_call_trampoline): Remove name argument.
5921 * objfiles.c (pc_in_section): New function.
5922 (in_plt_section): Remove function.
5923 * mips-linux-tdep.c: Include "objfiles.h".
5924 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5925 name argument. Return 1 rather than the low 16-bit halfword of
5926 any instruction examined.
5927 (mips_linux_in_dynsym_resolve_code): Update
5928 mips_linux_in_dynsym_stub call accordingly.
5929 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5930 rather than an equivalent hand-coded sequence.
5931 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5932 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5933 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5934 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5935 in_opd_section.
5936 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5937 on call to tdep->in_solib_call_trampoline.
5938 (hppa_in_solib_call_trampoline): Remove name argument, update
5939 according to in_plt_section change.
5940 (hppa_skip_trampoline_code): Update according to in_plt_section
5941 change.
5942 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5943 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5944 Likewise.
5945 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5946 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5947 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5948 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5949 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5950 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5951 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5952 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5953 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5954 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5955 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5956 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5957 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5958
b9b26a16
JB
59592013-06-24 Joel Brobecker <brobecker@adacore.com>
5960
5961 * common/create-version.sh: Fix expansion of $host_alias
5962 and $target_alias in generation of HOST_NAME and TARGET_NAME
5963 (resp.).
5964
01208463
TT
59652013-06-24 Tom Tromey <tromey@redhat.com>
5966
5967 * common/create-version.sh: New file.
5968 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5969 create-version.sh.
5970 (HFILES_NO_SRCDIR): Use common/version.h.
5971 * version.in: Move to ...
5972 * common/version.in: ... here. Replace date with "DATE".
5973 * version.h: Move to ...
5974 * common/version.h: ... here.
5975
bb6b9a5e
JB
59762013-06-21 Joel Brobecker <brobecker@adacore.com>
5977
5978 * gdb/gnulib/Makefile.in: Update date in copyright header.
5979 * gdb/gnulib/configure.ac: Ditto.
5980 * gdb/gnulib/update-gnulib.sh: Ditto.
5981
c3b18ee7
JB
59822013-06-21 Joel Brobecker <brobecker@adacore.com>
5983
5984 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5985 "gdb/gnulib/import".
5986
85d3b769
WN
59872013-06-21 Will Newton <will.newton@linaro.org>
5988
5989 * doublest.c (ldfrexp): Remove function.
5990 (convert_doublest_to_floatformat): Call frexpl instead of
5991 ldfrexp.
5992
88b48903
WN
59932013-06-21 Will Newton <will.newton@linaro.org>
5994
5995 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5996 * gnulib/aclocal.m4: Regenerate.
5997 * gnulib/config.in: Regenerate.
5998 * gnulib/configure: Regenerate.
5999 * gnulib/import/Makefile.am: Update.
6000 * gnulib/import/Makefile.in: Update.
6001 * gnulib/import/m4/gnulib-cache.m4: Update.
6002 * gnulib/import/m4/gnulib-comp.m4: Update.
6003 * gnulib/import/float+.h: Import.
6004 * gnulib/import/float.c: Import.
6005 * gnulib/import/float.in.h: Import.
6006 * gnulib/import/fpucw.h: Import.
6007 * gnulib/import/frexp.c: Import.
6008 * gnulib/import/frexpl.c: Import.
6009 * gnulib/import/isnan.c: Import.
6010 * gnulib/import/isnand-nolibm.h: Import.
6011 * gnulib/import/isnand.c: Import.
6012 * gnulib/import/isnanl-nolibm.h: Import.
6013 * gnulib/import/isnanl.c: Import.
6014 * gnulib/import/itold.c: Import.
6015 * gnulib/import/m4/exponentd.m4: Import.
6016 * gnulib/import/m4/exponentl.m4: Import.
6017 * gnulib/import/m4/float_h.m4: Import.
6018 * gnulib/import/m4/fpieee.m4: Import.
6019 * gnulib/import/m4/frexp.m4: Import.
6020 * gnulib/import/m4/frexpl.m4: Import.
6021 * gnulib/import/m4/isnand.m4: Import.
6022 * gnulib/import/m4/isnanl.m4: Import.
6023 * gnulib/import/m4/math_h.m4: Import.
6024 * gnulib/import/math.c: Import.
6025 * gnulib/import/math.in.h: Import.
6026
4353c9e6
JK
60272013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6028
6029 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
6030 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
6031 signature_INTEL_edx comparisons.
6032
e3e06db3
DE
60332013-06-20 Doug Evans <dje@google.com>
6034
6ac97d4c
DE
6035 symtab/15652
6036 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
6037 All callers updated.
6038 (open_dwp_file): If we can't find the dwp file, search the basename
6039 in debug-file-directory.
6040
93417882
DE
6041 * dwarf2read.c (struct dwp_file): Fix comment.
6042 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
6043
e3e06db3
DE
6044 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
6045 better.
6046
0878d0fa
YQ
60472013-06-20 Yao Qi <yao@codesourcery.com>
6048
6049 * breakpoint.c (create_breakpoint): Fix code indentation.
6050
023fa29b
YQ
60512013-06-20 Yao Qi <yao@codesourcery.com>
6052
6053 * breakpoint.c (create_breakpoints_sal_default): Remove
6054 parameter 'lsal'. Update declaration.
6055 (bkpt_create_breakpoints_sal): Caller update.
6056 (tracepoint_create_breakpoints_sal): Likewise.
6057
c898adb7
YQ
60582013-06-20 Pedro Alves <pedro@codesourcery.com>
6059 Yao Qi <yao@codesourcery.com>
6060
6061 * NEWS: Mention the new option '--skip-unavailable' of command
6062 -data-list-register-values.
6063 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
6064 --skip-unavailable option. Adjust to use output_register.
6065 (output_register): Add new 'skip_unavailable' parameter.
6066 Handle it.
6067
4d157a3d
MF
60682013-06-19 Mike Frysinger <vapier@gentoo.org>
6069
6070 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
6071 common/i386-gcc-cpuid.h.
6072 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
6073 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
6074 Copy the latest version from upstream gcc.
6075 * common/linux-btrace.c: Include i386-cpuid.h.
6076 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
6077 call to i386_cpuid.
6078 (cpu_supports_btrace): Likewise.
6079 * go32-nat.c: Include i386-cpuid.h.
6080 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
6081
1ce4db08
DE
60822013-06-19 Doug Evans <dje@google.com>
6083
6084 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
6085 (get_section_index): Ditto.
6086
0e4777df
TT
60872013-06-19 Tom Tromey <tromey@redhat.com>
6088
6089 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
6090 "dprintf" help.
6091
3190f0c6
DE
60922013-06-18 Doug Evans <dje@google.com>
6093
6094 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
6095 before using it.
6096 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
6097 Move test of cu_index closer to use. Print complaint if cu_index
6098 is bad.
6099
8b89a20a
JB
61002013-06-18 Joel Brobecker <brobecker@adacore.com>
6101
6102 * machoread.c (oso_vector): Delete this global.
6103 (macho_register_oso): Add new parameter "oso_vector_ptr".
6104 Use it instead of the "oso_vector" global.
6105 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
6106 (macho_symfile_read): Use a local oso_vector, to be free'ed
6107 at the end of this function, in place of the old "oso_vector"
6108 global. Update various function calls accordingly. Use one
6109 single cleanup chain for the entire function.
6110
59b0c7c1
JB
61112013-06-18 Joel Brobecker <brobecker@adacore.com>
6112
937c708c 6113 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
59b0c7c1
JB
6114 DWARF2_PER_OBJFILE by uses of DATA instead.
6115
427cd150
TT
61162013-06-18 Tom Tromey <tromey@redhat.com>
6117
6118 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
6119 argument.
6120 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6121 Special case signals other than GDB_SIGNAL_TRAP.
6122 (explains_signal_watchpoint): New function.
6123 (base_breakpoint_explains_signal): Add 'sig' argument.
6124 (initialize_breakpoint_ops): Set 'explains_signal' method for
6125 watchpoints.
6126 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
6127 signal argument.
6128 (bpstat_explains_signal): Likewise.
6129 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
6130
2d57700b
TT
61312013-06-18 Tom Tromey <tromey@redhat.com>
6132
6133 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
6134
ac475191
TT
61352013-06-18 Tom Tromey <tromey@redhat.com>
6136
6137 * python/python.c (finish_python_initialization): Decref
6138 'pythondir' on failure path as well.
6139
5bd1ef56
TT
61402013-06-18 Tom Tromey <tromey@redhat.com>
6141
6142 PR symtab/15391:
6143 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
6144 after taking bits_to_skip into account. Sign extend byte_offset.
6145 * utils.h (gdb_sign_extend): Declare.
6146 * utils.c (gdb_sign_extend): New function.
6147
92fac807
JK
61482013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
6151
2d503272
PM
61522013-06-17 Pierre Muller <muller@sourceware.org>
6153
6154 * corelow.c (core_open): Print GDB signal name instead of target
6155 signal number.
6156
6916fd98
MF
61572013-06-17 Mike Frysinger <vapier@gentoo.org>
6158
6159 * .gitignore: Add /gcore.
6160
9c02c129
DE
61612013-06-13 Doug Evans <dje@google.com>
6162
6163 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
6164 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
6165
d0548fa2
PM
61662013-06-12 Phil Muldoon <pmuldoon@redhat.com>
6167
6168 * stack.c (backtrace_command_1): Fix indentation.
6169
22128028
JB
61702013-06-11 Joel Brobecker <brobecker@adacore.com>
6171
6172 * window-nat.c (thread_rec): Add missing empty line after
6173 local variable declaration.
6174
2ed3e009
JB
61752013-06-11 Joel Brobecker <brobecker@adacore.com>
6176
6177 * windows-nat.c (thread_rec): Revert format used to print
6178 error code returned by SuspendThread from %d back to %u.
6179
0c3d84be
JB
61802013-06-11 Joel Brobecker <brobecker@adacore.com>
6181
6182 * windows-nat.c (windows_continue): Add "0x" prefix for thread
6183 ID in debug trace.
6184 (get_windows_debug_event): Likewise, for all debug traces.
6185
80e88e1a
JB
61862013-06-11 Joel Brobecker <brobecker@adacore.com>
6187
6188 * window-nat.c (thread_rec): Add thread ID in SuspendThread
6189 warning message.
6190
1edebdbf
YQ
61912013-06-08 Pedro Alves <pedro@codesourcery.com>
6192 Yao Qi <yao@codesourcery.com>
6193
6194 * mi/mi-main.c (get_register): Remove declaration.
6195 (output_register): Declare.
6196 (mi_cmd_data_list_register_values): Remove local variable
6197 'tuple_cleanup'. Move some code into output_register.
6198 (get_register): Renamed to ...
6199 (output_register): ... this. Output the register's
6200 "number" ui_out tuple here.
6201
47d48711
PA
62022013-06-07 Pedro Alves <palves@redhat.com>
6203
6204 * darwin-nat.c: Fix formating in copyright header.
6205 * darwin-nat.h: Likewise.
6206 * gnu-nat.c: Likewise.
6207 * machoread.c: Likewise.
6208
3aee8918
PA
62092013-06-07 Pedro Alves <palves@redhat.com>
6210
5f2b57b5 6211 PR server/14823
3aee8918
PA
6212 * regformats/regdat.sh: Output #include tdesc.h. Make globals
6213 static. Output a global target description pointer.
6214 (init_registers_${name}): Adjust to initialize a
6215 target description structure.
6216
fe8400b4
WN
62172013-06-07 Will Newton <will.newton@linaro.org>
6218
6219 * printcmd.c (build_address_symbolic): Call
6220 gdbarch_addr_bits_remove for text minimal symbols.
6221
20df6206
WN
62222013-06-07 Will Newton <will.newton@linaro.org>
6223
6224 * MAINTAINERS: Add myself to Write After Approval.
6225
aef525cb
YQ
62262013-06-07 Yao Qi <yao@codesourcery.com>
6227
6228 * tracepoint.c (start_tracing): Move code to ...
6229 (trace_reset_local_state): ... here. New.
6230 (disconnect_tracing): Don't call set_current_traceframe,
6231 set_tracepoint_num, and set_traceframe_context. Call
6232 trace_reset_local_state instead.
6233 (tfile_close): Call trace_reset_local_state.
6234 * ctf.c (ctf_close): Likewise.
6235 * remote.c (remote_close): Likewise.
6236 * tracepoint.h (trace_reset_local_state): Declare.
6237
d2415c6c
DE
62382013-06-06 Doug Evans <dje@google.com>
6239
6240 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
6241 and fix header docs.
6242
69fc87c2
DE
62432013-06-05 Doug Evans <dje@google.com>
6244 Keith Seitz <keiths@redhat.com>
6245
6246 PR 15519
6247 * cp-namespace.c (find_symbol_in_baseclass): Call
6248 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
6249 Check result of call to lookup_symbol_static.
6250 Call lookup_static_symbol_aux unconditionally.
6251 Call check_typedef on base types before accessing them.
6252 (cp_lookup_nested_symbol): Fix comment.
6253
a513d1e8
LM
62542013-06-05 Luis Machado <lgustavo@codesourcery.com>
6255
6256 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
6257 minimal symbols pointing to function descriptors.
6258
351a6f02
TT
62592013-06-05 Tom Tromey <tromey@redhat.com>
6260
6261 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
6262
5e1b953b 62632013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
c7c0b644 6264 Pedro Alves <palves@redhat.com>
5e1b953b
SDJ
6265
6266 * remote.c (remote_wait_as): Restore signal handler before returning
6267 when GDB gets a notification.
6268
f9e14852
GB
62692013-06-04 Gary Benson <gbenson@redhat.com>
6270
8445cbf1 6271 PR 2328
f9e14852
GB
6272 * breakpoint.h (handle_solib_event): Moved function declaration
6273 to solib.h.
6274 * breakpoint.c (handle_solib_event): Moved function to solib.c.
6275 (bpstat_stop_status): Pass new argument to handle_solib_event.
6276 * solib.h (update_solib_breakpoints): New function declaration.
6277 (handle_solib_event): Moved function declaration from
6278 breakpoint.h.
6279 * solib.c (update_solib_breakpoints): New function.
6280 (handle_solib_event): Moved function from breakpoint.c.
6281 Updated to call solib_ops->handle_event if not NULL.
6282 * solist.h (target_so_ops): New fields "update_breakpoints" and
6283 "handle_event".
6284 * infrun.c (set_stop_on_solib_events): New function.
6285 (_initialize_infrun): Use the above for "set
6286 stop-on-solib-events".
6287 (handle_inferior_event): Pass new argument to handle_solib_event.
6288 * solib-svr4.c (probe.h): New include.
6289 (svr4_free_library_list): New forward declaration.
6290 (probe_action): New enum.
6291 (probe_info): New struct.
6292 (probe_info): New static variable.
6293 (NUM_PROBES): New definition.
6294 (svr4_info): New fields "using_xfer", "probes_table" and
6295 "solib_list".
6296 (free_probes_table): New function.
6297 (free_solib_list): New function.
6298 (svr4_pspace_data_cleanup): Free probes table and solib list.
6299 (svr4_copy_library_list): New function.
6300 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6301 (svr4_read_so_list): New parameter "prev_lm".
6302 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6303 (svr4_current_sos): New function.
6304 (probe_and_action): New struct.
6305 (hash_probe_and_action): New function.
6306 (equal_probe_and_action): Likewise.
6307 (register_solib_event_probe): Likewise.
6308 (solib_event_probe_at): Likewise.
6309 (solib_event_probe_action): Likewise.
6310 (solist_update_full): Likewise.
6311 (solist_update_incremental): Likewise.
6312 (disable_probes_interface_cleanup): Likewise.
6313 (svr4_handle_solib_event): Likewise.
6314 (svr4_update_solib_event_breakpoint): Likewise.
6315 (svr4_update_solib_event_breakpoints): Likewise.
6316 (svr4_create_solib_event_breakpoints): Likewise.
6317 (enable_break): Free probes table before creating breakpoints.
6318 Use svr4_create_solib_event_breakpoints to create breakpoints.
6319 (svr4_solib_create_inferior_hook): Free the solib list.
6320 (_initialize_svr4_solib): Initialise
6321 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6322
ced63ec0
GB
63232013-06-04 Gary Benson <gbenson@redhat.com>
6324
6325 * target.h (target_ops): New field
6326 "to_augmented_libraries_svr4_read".
6327 (target_augmented_libraries_svr4_read): New macro.
6328 * target.c (update_current_target): Handle
6329 to_augmented_libraries_svr4_read.
6330 * remote.c (remote_state): New field
6331 "augmented_libraries_svr4_read".
6332 (remote_augmented_libraries_svr4_read_feature): New function.
6333 (remote_protocol_features): Add entry for
6334 "augmented-libraries-svr4-read".
6335 (remote_augmented_libraries_svr4_read): New function.
6336 (init_remote_ops): Initialize
6337 remote_ops.to_augmented_libraries_svr4_read.
6338
7f91dbec
GB
63392013-06-04 Gary Benson <gbenson@redhat.com>
6340
6341 * NEWS: Update.
6342
607ece04
GB
63432013-06-04 Gary Benson <gbenson@redhat.com>
6344
6345 * objfiles.h (inhibit_section_map_updates): New function
6346 declaration.
6347 (resume_section_map_updates): Likewise.
6348 (resume_section_map_updates_cleanup): Likewise.
6349 * objfiles.c (objfile_pspace_info): Removed field
6350 "objfiles_changed_p". New fields "new_objfiles_available",
6351 "section_map_dirty" and "inhibit_updates".
6352 (allocate_objfile): Set new_objfiles_available.
6353 (free_objfile): Set section_map_dirty.
6354 (objfile_relocate1): Likewise.
6355 (in_plt_section): Likewise.
6356 (find_pc_section): Update the conditions under which the
6357 section map will be updated.
6358 (inhibit_section_map_updates): New function.
6359 (resume_section_map_updates): Likewise.
6360 (resume_section_map_updates_cleanup): Likewise.
6361
9ee6a5ac
GB
63622013-06-04 Gary Benson <gbenson@redhat.com>
6363
6364 * probe.h (get_probe_argument_count): New declaration.
6365 (evaluate_probe_argument): Likewise.
6366 * probe.c (get_probe_argument_count): New function.
6367 (evaluate_probe_argument): Likewise.
6368 (probe_safe_evaluate_at_pc): Use the above new functions.
6369
845d4708
AM
63702013-06-04 Alan Modra <amodra@gmail.com>
6371
6372 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6373 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6374 (ppc_insns_match_pattern): Add frame param. Avoid multiple
6375 target mem reads on optional insns.
6376 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6377 ppc_insns_match_pattern calls.
6378 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6379 Add match for power7 thread safety insns, and new order of
6380 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
6381 invocation in comment, and update rest of comment.
6382 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6383 PPC64_STANDARD_LINKAGE3_LEN): Delete.
6384 (ppc64_standard_linkage2_target): Update insn offsets.
6385 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
6386 stubs first. Update calls.
6387
404e278f
YQ
63882013-06-04 Yao Qi <yao@codesourcery.com>
6389
6390 * solib.c (solib_find): Don't need dir separator if path has
6391 drive spec.
6392
f6aea118
JB
63932013-06-03 Joel Brobecker <brobecker@adacore.com>
6394
6395 Revert (indirectly causes a SIGSEGV):
6396 * machoread.c (macho_symfile_read): Assign first cleanup to
6397 'back_to'.
6398
87967e27
YQ
63992013-06-03 Yao Qi <yao@codesourcery.com>
6400
6401 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6402 mi-parse.c. Make them static.
6403 (mi_all_values): Likewise.
6404 (mi_parse_values_option): Move to mi-parse.c. Rename it to
6405 mi_parse_print_values. Make it external.
6406 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6407 Remove the declarations.
6408 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6409 * mi/mi-parse.h (mi_parse_print_values): Declare.
6410 * mi/mi-cmd-stack.c: Include mi-parse.h.
6411 (parse_print_values): Remove
6412 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6413 of parse_print_values.
6414 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6415
3ca73e0c
YQ
64162013-05-31 Pedro Alves <pedro@codesourcery.com>
6417 Yao Qi <yao@codesourcery.com>
6418
6419 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6420 (encode_actions): Move code to ...
6421 (all_tracepoint_actions_and_cleanup): ... here. New.
6422 (trace_dump_command): Likewise.
6423
4e993a19
TT
64242013-05-30 Tom Tromey <tromey@redhat.com>
6425
6426 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6427
e3b76b4f
TT
64282013-05-30 Tom Tromey <tromey@redhat.com>
6429
6430 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6431 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
6432 'old_chain' argument. Add 'parser_result' argument.
6433 (gdb_xml_create_parser_and_cleanup): Remove old version.
6434 (gdb_xml_parse_quick): Update.
6435 (xml_process_xincludes): Update.
6436 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6437 declare.
6438
db26349c
TT
64392013-05-30 Tom Tromey <tromey@redhat.com>
6440
6441 * probe.c (collect_probes): Check arguments for NULL before
6442 calling compile_rx_or_error.
6443 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6444 Remove NULL return.
6445
77f9e713
TT
64462013-05-30 Tom Tromey <tromey@redhat.com>
6447
6448 * infrun.c (adjust_pc_after_break): Introduce an outer null
6449 cleanup.
6450
45475de7
TT
64512013-05-30 Tom Tromey <tromey@redhat.com>
6452
6453 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6454
ac5007fd
TT
64552013-05-30 Tom Tromey <tromey@redhat.com>
6456
6457 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6458 for 'old_chain'. Do not check 'head' before processing
6459 cleanups.
6460
cd82eddc
TT
64612013-05-30 Tom Tromey <tromey@redhat.com>
6462
6463 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6464 "cleanup_tuple".
6465
57cee33a
TT
64662013-05-30 Tom Tromey <tromey@redhat.com>
6467
6468 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6469 inner scope. Unconditionally call do_cleanups.
6470
795d915c
TT
64712013-05-30 Tom Tromey <tromey@redhat.com>
6472
6473 * source.c (find_and_open_source): Call do_cleanups.
6474
1fc3cf4a
TT
64752013-05-30 Tom Tromey <tromey@redhat.com>
6476
6477 * linux-thread-db.c (thread_db_load_search): Unconditionally
6478 call do_cleanups.
6479
e35ac9bf
TT
64802013-05-30 Tom Tromey <tromey@redhat.com>
6481
6482 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6483 for 'cleanup'; instead use a later one.
6484
f3300387
TT
64852013-05-30 Tom Tromey <tromey@redhat.com>
6486
6487 * python/py-breakpoint.c (bppy_get_commands): Use
6488 explicit, unconditional return.
6489 * python/py-frame.c (frapy_read_var): Likewise.
6490 * python/python.c (gdbpy_decode_line): Likewise.
6491
c27e16e3
TT
64922013-05-30 Tom Tromey <tromey@redhat.com>
6493
6494 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6495 do_cleanups on all return paths.
6496
5ae85e44
TT
64972013-05-30 Tom Tromey <tromey@redhat.com>
6498
6499 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6500
73b8d9da
TT
65012013-05-30 Tom Tromey <tromey@redhat.com>
6502
6503 * stabsread.c (read_struct_type): Call do_cleanups along
6504 all return paths.
6505
7d266584
MR
65062013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6507
6508 * mips-linux-tdep.c: Adjust formatting throughout.
6509
0f900f54
TT
65102013-05-30 Tom Tromey <tromey@redhat.com>
6511
6512 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6513 along all return paths.
6514
a991ac28
TT
65152013-05-30 Tom Tromey <tromey@redhat.com>
6516
6517 * symfile.c (find_separate_debug_file): Call do_cleanups
6518 along all return paths.
6519
1abaf042
TT
65202013-05-30 Tom Tromey <tromey@redhat.com>
6521
6522 * symtab.c (search_symbols): Introduce a null cleanup for
6523 'retval_chain'.
6524
edefe1da
TT
65252013-05-30 Tom Tromey <tromey@redhat.com>
6526
6527 * python/py-value.c (valpy_binop): Call do_cleanups before
6528 exiting loop.
6529
54f72dcc
TT
65302013-05-30 Tom Tromey <tromey@redhat.com>
6531
6532 * python/py-prettyprint.c (print_children): Remove extra
6533 do_cleanups call.
6534
af1c6971
TT
65352013-05-30 Tom Tromey <tromey@redhat.com>
6536
6537 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6538 all return paths.
6539
b862ce75
TT
65402013-05-30 Tom Tromey <tromey@redhat.com>
6541
6542 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6543 along all return paths.
6544
e12fefc8
TT
65452013-05-30 Tom Tromey <tromey@redhat.com>
6546
6547 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6548 call do_cleanups.
6549
4867f990
TT
65502013-05-30 Tom Tromey <tromey@redhat.com>
6551
6552 * varobj.c (c_value_of_root): Call do_cleanups along all
6553 return paths.
6554
4fd2d6af
TT
65552013-05-30 Tom Tromey <tromey@redhat.com>
6556
6557 * tracepoint.c (trace_dump_command): Unconditionally call
6558 do_cleanups.
6559
752eb8b4
TT
65602013-05-30 Tom Tromey <tromey@redhat.com>
6561
6562 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6563 do_cleanups earlier.
6564
e42d0aa5
TT
65652013-05-30 Tom Tromey <tromey@redhat.com>
6566
6567 * machoread.c (macho_symfile_read): Assign first cleanup to
6568 'back_to'.
6569
4bbc010a
TT
65702013-05-30 Tom Tromey <tromey@redhat.com>
6571
6572 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6573
b9635925
TT
65742013-05-30 Tom Tromey <tromey@redhat.com>
6575
6576 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6577
25f43500
TT
65782013-05-30 Tom Tromey <tromey@redhat.com>
6579
6580 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6581 call discard_cleanups.
6582 (inf_ptrace_attach): Likewise.
6583
d6a2e54a
TT
65842013-05-30 Tom Tromey <tromey@redhat.com>
6585
6586 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6587 return paths.
6588 (mips_initialize): Likewise.
6589 (common_open): Call do_cleanups.
6590
48be7c1b
TT
65912013-05-30 Tom Tromey <tromey@redhat.com>
6592
6593 * utils.c (internal_vproblem): Call do_cleanups.
6594
e61727ab
TT
65952013-05-30 Tom Tromey <tromey@redhat.com>
6596
6597 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6598
b81b921f
TT
65992013-05-30 Tom Tromey <tromey@redhat.com>
6600
6601 * cli/cli-script.c (setup_user_args): Don't return after error.
6602
fe48dfb1
TT
66032013-05-30 Tom Tromey <tromey@redhat.com>
6604
6605 * somread.c (som_symtab_read): Call do_cleanups.
6606
27833de7
TT
66072013-05-30 Tom Tromey <tromey@redhat.com>
6608
6609 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6610
5b3fca71
TT
66112013-05-30 Tom Tromey <tromey@redhat.com>
6612
6613 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6614 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6615 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6616 * source.c (show_substitute_path_command): Call do_cleanups.
6617 (unset_substitute_path_command, set_substitute_path_command):
6618 Likewise.
6619 * symfile.c (load_command): Call do_cleanups.
6620
af83e3f8
TT
66212013-05-30 Tom Tromey <tromey@redhat.com>
6622
6623 * contrib/cleanup_check.py: New file.
6624 * contrib/gcc-with-excheck: Add option parsing.
6625
564eac42
JB
66262013-05-30 Joel Brobecker <brobecker@adacore.com>
6627
6628 * windows-nat.c (windows_delete_thread): Add missing space
6629 in cast expression.
6630
47902076
HAQ
66312013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6632
6633 * inferior.c (top level): Include tilde.h.
6634 (add_inferior_command): Call tilde_expand on the value of 'exec'
6635 argument.
6636
23da373a
YQ
66372013-05-30 Pedro Alves <pedro@codesourcery.com>
6638 Yao Qi <yao@codesourcery.com>
6639
6640 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6641 Caller update.
6642 (encode_actions): Likewise.
6643 * remote.c (remote_download_tracepoint): Caller update.
6644 * tracepoint.h (encode_actions): Update declaration.
6645
a6e6f791
PA
66462013-05-30 Pedro Alves <palves@redhat.com>
6647
6648 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6649 pointer.
6650
36d25514
YQ
66512013-05-30 Yao Qi <yao@codesourcery.com>
6652
6653 * remote.c (remote_check_symbols): Remove unused parameter
6654 'objfile'.
6655 Declaration update.
6656 (remote_start_remote, remote_new_objfile): Caller update.
6657
62a813cc
YQ
66582013-05-30 Yao Qi <yao@codesourcery.com>
6659
6660 * mi/mi-cmds.c (mi_cmds): Define MI command
6661 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6662 DEF_MI_CMD_CLI.
6663
28439a30
PA
66642013-05-29 Pedro Alves <palves@redhat.com>
6665
6666 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6667 (remote_insert_watchpoint, remote_remove_watchpoint)
6668 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6669 (remote_verify_memory, compare_sections_command)
6670 (remote_search_memory): Set the general process/thread on the
6671 remote side.
6672
6ac1c082
PA
66732013-05-29 Pedro Alves <palves@redhat.com>
6674
6675 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6676 (_initialize_aarch64_tdep): Don't call
6677 initialize_tdesc_aarch64_without_fpu.
6678 * features/Makefile (WHICH): Remove reference to
6679 aarch64-without-fpu.
6680 * features/aarch64-without-fpu.c: Delete file.
6681 * regformats/aarch64-without-fpu.dat: Delete file.
6682
a73e3634
YQ
66832013-05-28 Yao Qi <yao@codesourcery.com>
6684
6685 * tracepoint.c (stringify_collection_list): Remove parameter
6686 'string'.
6687 (encode_actions): Caller update. Remove local variables.
6688
c0ea94eb
YQ
66892013-05-24 Yao Qi <yao@codesourcery.com>
6690
6691 * tracepoint.c (TFILE_PID): Remove.
6692 (tfile_open): Don't add thread and inferior.
6693 (tfile_close): Don't set 'inferior_ptid'. Don't call
6694 exit_inferior_silent.
6695 (tfile_thread_alive): Remove.
6696 (init_tfile_ops): Don't set field 'to_thread_alive' of
6697 tfile_ops.
6698
20d7f211
DE
66992013-05-23 Doug Evans <dje@google.com>
6700
6701 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6702
8658d16d
PA
67032013-05-23 Pedro Alves <palves@redhat.com>
6704
6705 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6706 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6707 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6708 Only define if HAVE_SOCKETS is defined.
6709 * configure.ac: Check for sys/socket.h.
6710 * config.in, configure: Regenerate.
6711
21aa081e
PA
67122013-05-23 Pedro Alves <palves@redhat.com>
6713
6714 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6715 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6716 printing uint32_t variables.
6717
c2d6af84
PA
67182013-05-23 Pedro Alves <palves@redhat.com>
6719
6720 * NEWS: Mention GDBserver range stepping support.
6721
c1e36e3e
PA
67222013-05-23 Yao Qi <yao@codesourcery.com>
6723 Pedro Alves <palves@redhat.com>
6724
6725 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6726 field.
6727 * infcmd.c (step_once, until_next_command): Enable range stepping.
6728 * infrun.c (displaced_step_prepare): Disable range stepping.
6729 (resume): Disable range stepping if stepping over a breakpoint or
6730 we have software watchpoints. If range stepping is enabled,
6731 assert the thread is in the stepping range.
6732 (clear_proceed_status_thread): Clear may_range_step.
6733 (handle_inferior_event): Disable range stepping as soon as we know
6734 the thread that hit the event. Re-enable it whenever we're going
6735 to step with a step range.
6736 * remote.c (struct vCont_action_support) <r>: New field.
6737 (use_range_stepping): New global.
6738 (remote_vcont_probe): Handle 'r' action.
6739 (append_resumption): Append an 'r' action if the thread may range
6740 step.
6741 (show_range_stepping): New function.
6742 (set_range_stepping): New function.
6743 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6744 'set range-stepping' and 'show range-stepping' commands.
6745 * NEWS: Mention range stepping, the new vCont;r action, and the
6746 new "set/show range-stepping" commands.
6747
d458bd84
PA
67482013-05-23 Yao Qi <yao@codesourcery.com>
6749 Pedro Alves <palves@redhat.com>
6750
6751 * remote.c (struct vCont_action_support): New struct.
6752 (struct remote_state) <support_vCont_t>: Remove field.
6753 <vCont_actions_support>: New field.
6754 (remote_vcont_probe, remote_stop_ns): Update.
6755
ce4c476a
PA
67562013-05-23 Yao Qi <yao@codesourcery.com>
6757 Pedro Alves <palves@redhat.com>
6758
6759 * gdbthread.h (pc_in_thread_step_range): New declaration.
6760 * thread.c (pc_in_thread_step_range): New function.
6761 * infrun.c (handle_inferior_event): Use it.
6762
ce70887a
JB
67632013-05-23 Joel Brobecker <brobecker@adacore.com>
6764
6765 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6766 of sprintf.
6767
55b87a52
KS
67682013-05-22 Keith Seitz <keiths@redhat.com>
6769
6770 * ada-lang.c (is_known_support_routine): Add explicit free of
6771 'func_name' from find_frame_funname.
6772 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6773 for func_name from find_frame_funname.
6774 * python/py-frame.c (frapy_name): Add explicit free of
6775 'name' from find_frame_funname.
6776 * stack.c (find_frame_funname): Add comment explaining that
6777 funcp must be freed by the caller.
6778 Return copy of symbol names instead of pointers.
6779 (print_frame): Add a cleanup for 'funname' from
6780 find_frame_funname.
6781 * stack.h (find_frame_funname): Remove "const" from
6782 'funname' parameter.
6783
5f2e6b00
TT
67842013-05-22 Tom Tromey <tromey@redhat.com>
6785
6786 PR c++/15401:
6787 * c-valprint.c (c_value_print): Use value_addr for
6788 references. Convert back to reference type with value_ref.
6789
d85c4847
EZ
67902013-05-22 Eli Zaretskii <eliz@gnu.org>
6791
6792 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6793 unloaded DLL, it will be done by handle_solib_event. See
6794 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6795 details.
6796
54eb231c
PM
67972013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6798
6799 * ui-out.c: Create typedef ui_out_level_p and define vector
6800 operations for that type.
6801 (struct ui_out): Use a vector instead of an array.
6802 (current_level): Return level from a vector.
6803 (push_level): Create a level in a vector.
6804 (pop_level): Delete a level in a vector.
6805 (ui_out_new): Create initial level zero level, and store in a
6806 vector.
6807 (ui_out_destroy): Add vector cleanup.
6808
ac90359c
PA
68092013-05-22 Pedro Alves <palves@redhat.com>
6810
6811 * python/python-internal.h (gdb_Py_DECREF): Tag with
6812 "ARI: editCase function".
6813
6dcc1893
PP
68142013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6815
6816 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6817
c8c735b9
PA
68182013-05-21 Pedro Alves <palves@redhat.com>
6819
6820 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6821 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6822 * python/py-utils.c (py_decref): Don't check for NULL before
6823 calling Py_DECREF.
6824
1915daeb
PA
68252013-05-21 Pedro Alves <palves@redhat.com>
6826
6827 * python/py-utils.c (py_decref): Remove extra braces.
6828 (gdb_pymodule_addobject): Remove extra braces.
6829 * python-internal.h (gdb_Py_DECREF): New static inline function.
6830 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6831
bd9673a4
PW
68322013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6833
6834 * breakpoints.c (detach_breakpoints): Do not
6835 detach breakpoints locations with loc_type bp_loc_other.
6836
ff6009d0
JK
68372013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6838
6839 Workaround Python 2.6.
6840 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6841 a block.
6842
3641da11
JK
68432013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6844
6845 Code cleanup: constification.
6846 * solib.c (solib_ops): Make return type and ops variable type const.
6847 (set_solib_ops): Make the new_ops parameter and ops variable const.
6848 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6849 (solib_add, solib_keep_data_in_core, clear_solib)
6850 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6851 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6852 const.
6853 * solib.h (set_solib_ops): Make the new_ops parameter const.
6854
776af39e
JB
68552013-05-21 Joel Brobecker <brobecker@adacore.com>
6856
6857 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6858 variable.
6859 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6860 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6861 (SYSTEM_GDBINIT_FILES): New variables.
6862 (all): Add stamp-system-gdbinit.
6863 (stamp-system-gdbinit): New rule.
6864 (clean-system-gdbinit, install-system-gdbinit)
6865 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6866 (install-only): Add dependency on install-system-gdbinit.
6867 (uninstall): Add dependency on uninstall-system-gdbinit.
6868 (clean): Add dependency on clean-system-gdbinit.
6869 * system-gdbinit/elinos.py: New file.
6870 * system-gdbinit/wrs-linux.py: New file.
6871
1509e573
JB
68722013-05-21 Joel Brobecker <brobecker@adacore.com>
6873
6874 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6875
c5867ab6
HZ
68762013-05-21 Hui Zhu <hui@codesourcery.com>
6877
6878 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6879 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6880 * mi/mi-cmd-break.c (ctype.h): New include.
6881 (gdb_obstack.h): New include.
6882 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6883 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6884 (mi_cmd_dprintf_insert): New.
6885 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6886 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6887
7d38e38f
TT
68882013-05-20 Tom Tromey <tromey@redhat.com>
6889
6890 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6891
97b77b39
TT
68922013-05-20 Tom Tromey <tromey@redhat.com>
6893
6894 * python/py-value.c (valpy_get_dynamic_type): Simplify
6895 dynamic_type assignment. Use Py_XINCREF.
6896
53e66479
TT
68972013-05-20 Tom Tromey <tromey@redhat.com>
6898
6899 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6900
dcf87832
TT
69012013-05-20 Tom Tromey <tromey@redhat.com>
6902
6903 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6904 (gdbpy_selected_frame): Move object-construction code
6905 out of TRY_CATCH.
6906
aa36459a
TT
69072013-05-20 Tom Tromey <tromey@redhat.com>
6908
6909 * python/py-arch.c (gdbpy_initialize_arch): Use
6910 gdb_pymodule_addobject.
6911 * python/py-block.c (gdbpy_initialize_blocks): Use
6912 gdb_pymodule_addobject.
6913 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6914 gdb_pymodule_addobject.
6915 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6916 gdb_pymodule_addobject.
6917 * python/py-event.c (gdbpy_initialize_event_generic): Use
6918 gdb_pymodule_addobject.
6919 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6920 gdb_pymodule_addobject.
6921 * python/py-evts.c (add_new_registry): Use
6922 gdb_pymodule_addobject.
6923 (gdbpy_initialize_py_events): Likewise.
6924 * python/py-finishbreakpoint.c
6925 (gdbpy_initialize_finishbreakpoints): Use
6926 gdb_pymodule_addobject.
6927 * python/py-frame.c (gdbpy_initialize_frames): Use
6928 gdb_pymodule_addobject.
6929 * python/py-function.c (gdbpy_initialize_functions): Use
6930 gdb_pymodule_addobject.
6931 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6932 gdb_pymodule_addobject.
6933 * python/py-infthread.c (gdbpy_initialize_thread): Use
6934 gdb_pymodule_addobject.
6935 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6936 gdb_pymodule_addobject.
6937 * python/py-param.c (gdbpy_initialize_parameters): Use
6938 gdb_pymodule_addobject.
6939 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6940 gdb_pymodule_addobject.
6941 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6942 gdb_pymodule_addobject.
6943 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6944 gdb_pymodule_addobject.
6945 * python/py-type.c (gdbpy_initialize_types): Use
6946 gdb_pymodule_addobject.
6947 * python/py-utils.c (gdb_pymodule_addobject): New function.
6948 * python/py-value.c (gdbpy_initialize_values): Use
6949 gdb_pymodule_addobject.
6950 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6951 * python/python.c (_initialize_python): Use
6952 gdb_pymodule_addobject.
6953
3d4a3c3e
TT
69542013-05-20 Tom Tromey <tromey@redhat.com>
6955
6956 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6957 * python/py-param.c (get_set_value, get_show_value): Use
6958 explicit decrefs.
6959 * python/python.c (start_type_printers, apply_type_printers):
6960 Use explicit decrefs.
6961
72ff8829
TT
69622013-05-20 Tom Tromey <tromey@redhat.com>
6963
6964 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6965 incref the module.
6966
02146ba5
TT
69672013-05-20 Tom Tromey <tromey@redhat.com>
6968
6969 * python/python.c (gdbpy_run_events): Decref the result
6970 of PyObject_CallObject.
6971
33ee792f
TT
69722013-05-20 Tom Tromey <tromey@redhat.com>
6973
6974 * python/py-symtab.c (set_sal): Use
6975 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6976 (symtab_and_line_to_sal_object): Update.
6977
fcb49fc8
TT
69782013-05-20 Tom Tromey <tromey@redhat.com>
6979
6980 * python/py-param.c (compute_enum_values): Decref 'item'.
6981
0646da15
TT
69822013-05-20 Tom Tromey <tromey@redhat.com>
6983
6984 * mi/mi-main.c: Include python-internal.h.
6985 (mi_cmd_list_features): Check gdb_python_initialized.
6986 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6987 (python_inferior_exit, python_new_objfile, add_thread_object)
6988 (delete_thread_object, py_free_inferior): Check
6989 gdb_python_initialized.
6990 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6991 gdb_python_initialized.
6992 * python/py-type.c (save_objfile_types): Check
6993 gdb_python_initialized.
6994 * python/python-internal.h (gdb_python_initialized): Declare.
6995 * python/python.c (ensure_python_env): Throw exception if
6996 Python not initialized.
6997 (before_prompt_hook, source_python_script_for_objfile)
6998 (start_type_printers, apply_type_printers,
6999 free_type_printers): Check gdb_python_initialized.
7000 * varobj.c (varobj_get_display_hint)
7001 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
7002 (install_new_value_visualizer, varobj_set_visualizer)
7003 (value_get_print_value): Check gdb_python_initialized.
7004
999633ed
TT
70052013-05-20 Tom Tromey <tromey@redhat.com>
7006
7007 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
7008 Check errors.
7009 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
7010 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
7011 Check errors.
7012 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
7013 Check errors.
7014 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
7015 Check errors.
7016 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
7017 Check errors.
7018 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
7019 init function to return 'int'.
7020 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
7021 Return 'int'. Check errors.
7022 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
7023 Check errors.
7024 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
7025 Return 'int'. Check errors.
7026 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
7027 Check errors.
7028 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
7029 Check errors.
7030 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
7031 Check errors.
7032 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
7033 Check errors.
7034 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
7035 Check errors.
7036 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
7037 Check errors.
7038 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
7039 Check errors.
7040 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
7041 Check errors.
7042 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
7043 Check errors.
7044 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
7045 Check errors.
7046 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
7047 Check errors.
7048 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
7049 Check errors.
7050 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
7051 Check errors.
7052 * python/python-internal.h (gdbpy_initialize_auto_load,
7053 gdbpy_initialize_values, gdbpy_initialize_frames,
7054 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
7055 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
7056 gdbpy_initialize_blocks, gdbpy_initialize_types,
7057 gdbpy_initialize_functions, gdbpy_initialize_pspace,
7058 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
7059 gdbpy_initialize_finishbreakpoints,
7060 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
7061 gdbpy_initialize_thread, gdbpy_initialize_inferior,
7062 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
7063 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
7064 gdbpy_initialize_signal_event,
7065 gdbpy_initialize_breakpoint_event,
7066 gdbpy_initialize_continue_event,
7067 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
7068 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
7069 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7070 * python/python.c (gdb_python_initialized): New global.
7071 (gdbpy_initialize_events): Return 'int'. Check errors.
7072 (_initialize_python): Check errors. Set
7073 gdb_python_initialized.
7074
18868860
TT
70752013-05-20 Tom Tromey <tromey@redhat.com>
7076
7077 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
7078 Decref the reslut of PyObject_CallMethod.
7079
9f4ff0c2
TT
70802013-05-20 Tom Tromey <tromey@redhat.com>
7081
7082 * python/py-event.c (gdbpy_initialize_event_generic): Return
7083 early if PyType_Ready fails.
7084
0d3a2e8a
TT
70852013-05-20 Tom Tromey <tromey@redhat.com>
7086
7087 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
7088 as 'default' in the switch.
7089
b86af38a
TT
70902013-05-20 Tom Tromey <tromey@redhat.com>
7091
7092 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
7093 get_addr_from_python calls out of TRY_CATCH.
7094 (infpy_write_memory, infpy_search_memory): Likewise.
7095 * python/py-utils.c (get_addr_from_python): Return negative
7096 value on error. Use TRY_CATCH.
7097 * python/python-internal.h (get_addr_from_python): Use
7098 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7099
c127ec58
TT
71002013-05-20 Tom Tromey <tromey@redhat.com>
7101
7102 * python/py-event.c (evpy_emit_event): Decref the
7103 result of PyObject_CallFunctionObjArgs.
7104
ba327838
TT
71052013-05-20 Tom Tromey <tromey@redhat.com>
7106
7107 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
7108 Correctly decref.
7109
d8191432
TT
71102013-05-20 Tom Tromey <tromey@redhat.com>
7111
7112 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
7113
5d153bd1
TT
71142013-05-20 Tom Tromey <tromey@redhat.com>
7115
7116 * python/py-event.h (gdbpy_initialize_event_generic): Use
7117 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7118 * python/py-evts.c (add_new_registry): Use
7119 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7120 * python/python-internal.h
7121 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
7122
56cc411c
TT
71232013-05-20 Tom Tromey <tromey@redhat.com>
7124
7125 * python/py-arch.c (archpy_disassemble): Update.
7126 * python/py-type.c (typy_get_composite, typy_lookup_typename)
7127 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
7128 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
7129 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
7130 macro.
7131 (GDB_PY_HANDLE_EXCEPTION): Update.
7132 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
7133
8919e174
TT
71342013-05-20 Tom Tromey <tromey@redhat.com>
7135
7136 * python/python-internal.h (events_object_type): Remove.
7137
9b08f225
TT
71382013-05-20 Tom Tromey <tromey@redhat.com>
7139
f5aee5ee
AM
7140 * python/py-event.h (evpy_emit_event): Use
7141 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
7142 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
7143 New macro.
9b08f225 7144
f04010ff
TT
71452013-05-20 Tom Tromey <tromey@redhat.com>
7146
7147 * py-evtregistry.c (create_event_object): Decref
7148 eventregistry_object if PyList_New fails.
7149
3919fd96
TT
71502013-05-20 Tom Tromey <tromey@redhat.com>
7151
7152 * py-cmd.c (gdbpy_string_to_argv): Check result of
7153 PyList_New.
7154
0430e8cb
TT
71552013-05-20 Tom Tromey <tromey@redhat.com>
7156
7157 * python/python.c (before_prompt_hook): Add cleanup to
7158 decref 'hook'.
7159
764123e4
TT
71602013-05-20 Tom Tromey <tromey@redhat.com>
7161
7162 * python/py-function.c (fnpy_init): Decref result of
7163 PyObject_GetAttrString.
7164
634c58be
TT
71652013-05-20 Tom Tromey <tromey@redhat.com>
7166
7167 * python/py-threadevent.c (get_event_thread): Use
7168 CPYCHECKER_RETURNS_BORROWED_REF.
7169 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
7170 New define.
7171 (pspace_to_pspace_object, objfile_to_objfile_object)
7172 (find_thread_object): Use it.
7173
62eec1a5
TT
71742013-05-20 Tom Tromey <tromey@redhat.com>
7175
7176 * python/py-arch.c (arch_object_type): Use
7177 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7178 * python/py-block.c (block_syms_iterator_object_type):
7179 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7180 * python/py-bpevent.c (breakpoint_event_object_type):
7181 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7182 * python/py-cmd.c (cmdpy_object_type): Use
7183 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7184 * python/py-continueevent.c (continue_event_object_type):
7185 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7186 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
7187 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7188 * python/py-events.h (thread_event_object_type):
7189 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7190 * python/py-evtregistry.c (eventregistry_object_type): Use
7191 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7192 * python/py-exitedevent.c (exited_event_object_type):
7193 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7194 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
7195 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7196 * python/py-function.c (fnpy_object_type): Use
7197 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7198 * python/py-inferior.c (inferior_object_type, membuf_object_type):
7199 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7200 * python/py-infthread.c (thread_object_type): Use
7201 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7202 * python/py-lazy-string.c (lazy_string_object_type):
7203 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7204 * python/py-newobjfileevent.c (new_objfile_event_object_type):
7205 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7206 * python/py-objfile.c (objfile_object_type): Use
7207 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7208 * python/py-param.c (parmpy_object_type):
7209 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7210 * python/py-progspace.c (pspace_object_type):
7211 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7212 * python/py-signalevent.c (signal_event_object_type):
7213 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7214 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
7215 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7216 * python/py-type.c (type_object_type, field_object_type)
7217 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7218 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
7219 define.
7220 (value_object_type, block_object_type, symbol_object_type)
7221 (event_object_type, stop_event_object_type, breakpoint_object_type)
7222 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7223
81ea8796
AT
72242013-05-20 Andreas Tobler <andreas@fgznet.ch>
7225
7226 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
7227 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
7228
a2ce51a0
DE
72292013-05-20 Doug Evans <dje@google.com>
7230
7231 When reading CU, stay in DWO. Be more tolerent of bad debug info.
7232 For Fission.
7233 * dwarf2read.c (struct dwarf2_per_cu_data): New member
7234 reading_dwo_directly.
7235 (struct signatured_type): New member dwo_unit.
7236 (struct die_reader_specs): New member comp_dir.
7237 (create_signatured_type_table_from_index): Use malloc for
7238 all_type_units instead of objfile's obstack.
7239 (create_all_type_units): Ditto.
7240 (fill_in_sig_entry_from_dwo_entry): New function.
7241 (add_type_unit): New function.
7242 (lookup_dwo_signatured_type): New function.
7243 (lookup_dwp_signatured_type): New function.
7244 (lookup_signatured_type): New arg cu. All callers updated.
7245 (init_cu_die_reader): Initialize comp_dir.
7246 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
7247 Change assert of matching type signatures to call error on mismatch.
7248 (lookup_dwo_unit): Add assert.
7249 (init_tu_and_read_dwo_dies): New function.
7250 (init_cutu_and_read_dies): Call it.
7251 (build_type_unit_groups): Handle case of no type unit groups created.
7252 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
7253 (lookup_dwo_cutu): Tweak complaint.
7254 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
7255 (dwarf2_per_objfile_free): Free all_type_units.
7256
a25cd31f
JB
72572013-05-20 Joel Brobecker <brobecker@adacore.com>
7258
7259 * windows-nat.c (handle_unload_dll): Add missing empty line.
7260
4d804846
JB
72612013-05-20 Joel Brobecker <brobecker@adacore.com>
7262
7263 * dwarf2read.c (prototyped_function_p): New function.
7264 (read_subroutine_type): Use it.
7265
1c432e72
JB
72662013-05-20 Joel Brobecker <brobecker@adacore.com>
7267
7268 * rs6000-aix-tdep.c: De-indent some example code provided
7269 as a comment.
7270
4feebbdd
EBM
72712013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
7272
7273 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7274 region is ok for a hardware watchpoint using the new ptrace interface
7275 on Power servers.
7276
7d0c9981
DE
72772013-05-17 Doug Evans <dje@google.com>
7278
7279 * NEWS: Mention new maintenance commands check-symtabs, and
7280 expand-symtabs, and renamed check-psymtabs.
7281 * psymtab.c (maintenance_check_psymtabs): Renamed from
7282 maintenance_check_symtabs. Only process already-expanded symbol
7283 tables.
7284 (_initialize_psymtab): Update.
7285 * symmisc.c (maintenance_check_symtabs): New function.
7286 (maintenance_expand_name_matcher): New function
7287 (maintenance_expand_file_matcher): New function
7288 (maintenance_expand_symtabs): New function.
7289 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7290 commands.
7291
6cbc7c3d
TT
72922013-05-17 Tom Tromey <tromey@redhat.com>
7293
7294 * python/py-inferior.c (infpy_read_memory): Don't call
7295 PyErr_SetString if PyObject_New fails.
7296 * python/py-frame.c (frame_info_to_frame_object): Don't call
7297 PyErr_SetString if PyObject_New fails.
7298
a48b32c0
L
72992013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
7300
7301 * acinclude.m4: Add check for dlopen in libdl.
7302 * configure.ac: Ditto.
7303 * configure: Regenerate.
7304
3de661e6
PM
73052013-05-17 Phil Muldoon <pmuldoon@redhat.com>
7306
7307 * frame.c (frame_stash): Convert to htab.
7308 (frame_addr_hash): New function.
7309 (frame_addr_hash_eq): New function.
7310 (frame_stash_create): Convert function to create
7311 a hash table.
7312 (frame_stash_add): Convert function to add an entry to a hash
7313 table.
7314 (frame_stash_find): Convert function to search the hash table.
7315 (frame_stash_invalidate): Convert function to empty the hash
7316 table.
7317 (get_frame_id): Only add to stash if a frame_id is created.
7318 (_initialize_frame): Call frame_stash_create.
7319
bb4168a9 73202013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
036c3acb
TS
7321
7322 * configure.ac: Ensure MIG is available when building for GNU Hurd
7323 hosts.
7324 * configure: Regenerate.
7325
d1be3247
JB
73262013-05-16 Joel Brobecker <brobecker@adacore.com>
7327
7328 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7329
b8fea896
JB
73302013-05-16 Joel Brobecker <brobecker@adacore.com>
7331
7332 * ada-lang.c (ada_make_symbol_completion_list): Make sure
7333 all cleanups are done before returning from this function.
7334
af880d85
JB
73352013-05-15 Joel Brobecker <brobecker@adacore.com>
7336
7337 * utils.h: #include "exceptions.h".
7338 (enum errors): Remove partial declaration.
7339
356a5233
JB
73402013-05-15 Joel Brobecker <brobecker@adacore.com>
7341
7342 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7343 * gdbarch.h, gdbarch.c: Regenerate.
7344 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7345 handling.
7346
7347 * rs6000-aix-tdep.h: New file.
7348 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7349 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7350 "xml-utils.h".
7351 (struct field_info, struct ld_info_desc): New types.
7352 (ld_info32_desc, ld_info64_desc): New static constants.
7353 (struct ld_info): New type.
7354 (rs6000_aix_extract_ld_info): New function.
7355 (rs6000_aix_shared_library_to_xml): Likewise.
7356 (rs6000_aix_ld_info_to_xml): Likewise.
7357 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7358 (rs6000_aix_init_osabi): Add call to
7359 set_gdbarch_core_xfer_shared_libraries_aix.
7360 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7361 Remove "xml-utils.h" include.
7362 (LdInfo): Delete typedef.
7363 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7364 Delete macros.
7365 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7366 Adjust code accordingly.
7367 (rs6000_core_ldinfo): Delete, folded into
7368 rs6000_aix_core_xfer_shared_libraries_aix.
7369 (rs6000_xfer_shared_library): Delete.
7370 (rs6000_xfer_shared_libraries): Reimplement.
7371
742ce053
MM
73722013-05-15 Markus Metzger <markus.t.metzger@intel.com>
7373
7374 * record.c (record_goto_cmdlist): New.
7375 (cmd_record_goto): Split into this ...
7376 (cmd_record_goto_begin): ... this
7377 (cmd_record_goto_end): ... and this.
7378 (_initialize_record): Change "record goto" to prefix command.
7379 Add commands for "record goto begin" and "record goto end".
7380 Add an alias for "record goto start" to "record goto begin".
7381
e93ba630
JK
73822013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7383
7384 * linespec.c (convert_linespec_to_sals): New comment for
7385 SOURCE_FILENAME assignment.
7386
5821aace
JK
73872013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7388
7389 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7390 internal_warning.
7391
a1b8c4cc
TT
73922013-05-14 Tom Tromey <tromey@redhat.com>
7393
7394 * eval.c (parse_and_eval_long): Make 'exp' const.
7395 * value.h (parse_and_eval_long): Update.
7396
23b3a2c3
TT
73972013-05-14 Tom Tromey <tromey@redhat.com>
7398
7399 * ui-file.c (gdb_fopen): Make arguments const.
7400 * ui-file.h (gdb_fopen): Make arguments const.
7401
ca623f82
TT
74022013-05-14 Tom Tromey <tromey@redhat.com>
7403
7404 * remote.c (remote_set_trace_notes): Make arguments const.
7405 * target.c (update_current_target): Update cast.
7406 * target.h (to_set_trace_notes): Make arguments const.
7407
503ebb2c
TT
74082013-05-14 Tom Tromey <tromey@redhat.com>
7409
7410 * go32-nat.c (go32_terminal_info): Make 'args' const.
7411 * inferior.h (child_terminal_info): Update.
7412 * inflow.c (child_terminal_info): Make 'args' const.
7413 * target.c (default_terminal_info): Make 'args' const.
7414 (debug_to_terminal_save_ours): Likewise.
7415 * target.h (struct target_ops) <to_terminal_info>: Make argument
7416 const.
7417
85e1311a
TT
74182013-05-13 Tom Tromey <tromey@redhat.com>
7419
7420 * gcore.c (create_gcore_bfd): Make 'filename' const.
7421 * gcore.h (create_gcore_bfd): Make 'filename' const.
7422 * record-full.c (record_full_save): Make 'recfilename' const.
7423 * target.c (target_save_record): Make 'filename' const.
7424 * target.h (struct target_ops) <to_save_record>: Make 'filename'
7425 const.
7426 (target_save_record): Likewise.
7427
d62bfeaf
TT
74282013-05-13 Tom Tromey <tromey@redhat.com>
7429
f5aee5ee 7430 PR gdb/15338:
d62bfeaf
TT
7431 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7432 ranges section has been read.
7433
ac1ca910
TT
74342013-05-13 Tom Tromey <tromey@redhat.com>
7435
7436 PR exp/15364:
7437 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7438 STRUCTOP_PTR>: Return a not_lval value for
7439 EVAL_AVOID_SIDE_EFFECTS.
7440 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7441 for EVAL_AVOID_SIDE_EFFECTS.
7442
36d1c68c
JB
74432013-05-13 Joel Brobecker <brobecker@adacore.com>
7444
7445 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7446 floating point registers to register type before storing
7447 value.
7448 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7449 Likewise.
7450
21ff4686
TT
74512013-05-10 Joel Brobecker <brobecker@adacore.com>
7452 Tom Tromey <tromey@redhat.com>
7453
7454 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7455 New functions.
7456 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7457 Declare.
7458 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7459 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7460 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7461 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7462
d3685d60
TT
74632013-05-10 Freddie Chopin <freddie_chopin@op.pl>
7464 Tom Tromey <tromey@redhat.com>
7465
7466 PR build/15414:
7467 * configure: Rebuild.
7468 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7469 with -Wno-format.
7470
eb9fe518
PA
74712013-05-10 Pedro Alves <palves@redhat.com>
7472
7473 * remote.c (_initialize_remote): Fix spelling of
7474 qXfer:traceframe-info:read packet in packet config command.
7475
9779ab84
PA
74762013-05-10 David Taylor <dtaylor@emc.com>
7477
7478 PR remote/15455
7479
7480 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7481 "QTro" at start of packet.
7482
060cfbef
JB
74832013-05-10 Joel Brobecker <brobecker@adacore.com>
7484
7485 * solib-aix.c (solib_aix_relocate_section_addresses):
7486 For the .bss section action, apply the same offset as
7487 the .data section.
7488
ab1c4e88
JB
74892013-05-10 Joel Brobecker <brobecker@adacore.com>
7490
7491 * solib-aix.c (solib_aix_relocate_section_addresses):
7492 Remove FIXME comment.
7493
c1357578
JB
74942013-05-10 Joel Brobecker <brobecker@adacore.com>
7495
7496 PR tdep/15420:
7497 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7498 New functions, directly copied from sparc-sol-thread.c.
7499 * sparc-sol-thread.c: Delete.
7500 * configure.ac: Remove code handling sparc-solaris-thread.c.
7501 * configure: Regenerate.
7502
1e611234
PM
75032013-05-10 Phil Muldoon <pmuldoon@redhat.com>
7504
7505 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7506 filter logic.
7507 (backtrace_command): Add "no-filters" option parsing.
7508 (_initialize_stack): Alter help to reflect "no-filters" option.
7509 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7510 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7511 (py-frame.o): Add target
7512 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7513 filter files.
7514 * python/python.h: Add new frame filter constants, and flag enum.
7515 (apply_frame_filter): Add definition.
7516 * python/python.c (apply_frame_filter): New non-Python
7517 enabled function.
7518 * python/py-utils.c (py_xdecref): New function.
7519 (make_cleanup_py_xdecref): Ditto.
7520 * python/py-objfile.c: Declare frame_filters dictionary.
7521 (objfpy_dealloc): Add frame_filters dealloc.
7522 (objfpy_new): Initialize frame_filters attribute.
7523 (objfile_to_objfile_object): Ditto.
7524 (objfpy_get_frame_filters): New function.
7525 (objfpy_set_frame_filters): New function.
7526 * python/py-progspace.c: Declare frame_filters dictionary.
7527 (pspy_dealloc): Add frame_filters dealloc.
7528 (pspy_new): Initialize frame_filters attribute.
7529 (pspacee_to_pspace_object): Ditto.
7530 (pspy_get_frame_filters): New function.
7531 (pspy_set_frame_filters): New function.
7532 * python/py-framefilter.c: New file.
7533 * python/lib/gdb/command/frame_filters.py: New file.
7534 * python/lib/gdb/frames.py: New file.
7535 * python/lib/gdb/__init__.py: Initialize global frame_filters
7536 dictionary
7537 * python/lib/gdb/FrameDecorator.py: New file.
7538 * python/lib/gdb/FrameIterator.py: New file.
7539 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7540 * mi/mi-cmds.h: Declare.
7541 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7542 --no-frame-filter logic, and Python frame filter logic.
7543 (stack_enable_frame_filters): New function.
7544 (parse_no_frame_option): Ditto.
7545 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7546 filter logic.
7547 (mi_cmd_stack_list_locals): Ditto.
7548 (mi_cmd_stack_list_args): Ditto.
7549 (mi_cmd_stack_list_variables): Ditto.
7550 * NEWS: Add frame filter note.
7551
2cb9c859
DE
75522013-05-09 Doug Evans <dje@google.com>
7553
6bf667bb
DE
7554 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7555 All callers updated.
7556 (syms_from_objfile): Ditto. Make static.
7557 (symbol_file_add_with_addrs): Renamed from
7558 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7559 num_offsets. All callers updated.
7560 * symfile.h (syms_from_objfile): Delete.
7561
2cb9c859
DE
7562 * symfile.c (decrement_reading_symtab): Add assert.
7563 (increment_reading_symtab): Ditto.
7564
40aea477
JB
75652013-05-09 Joel Brobecker <brobecker@adacore.com>
7566
7567 * source.c (forward_search_command): Replace call to getc
7568 by call to fgetc.
7569 (reverse_search_command): Likewise.
7570
680d1742
DE
75712013-05-08 Doug Evans <dje@google.com>
7572
7573 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7574 matching test.
7575
17e760ae
JB
75762013-05-08 Joel Brobecker <brobecker@adacore.com>
7577
7578 * sol-thread.c (info_cb): Factorize the code a little.
7579
c0f5f490
JB
75802013-05-08 Joel Brobecker <brobecker@adacore.com>
7581
7582 * sol-thread.c (info_cb): Rework the output of the "maintenance
7583 info sol-threads" command a bit.
7584
5d74e061
JB
75852013-05-08 Joel Brobecker <brobecker@adacore.com>
7586
7587 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7588 Replace ti.ti_startfunc by ti.ti_pc.
7589
814a3ff7
JB
75902013-05-08 Joel Brobecker <brobecker@adacore.com>
7591
7592 * solib-aix.c (solib_aix_free_library_list): New function
7593 for the case where HAVE_LIBEXPAT is not defined.
7594
58ce7251
SDJ
75952013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7596
7597 PR breakpoints/15413:
7598 * breakpoint.c (condition_completer): Simplify the code to
7599 disconsider multiple locations of breakpoints when completing the
7600 "condition" command.
7601
be8b1ea6
PM
76022013-05-07 Pierre Muller <muller@sourceware.org>
7603
7604 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7605 instead of <sys/wait.h>.
7606
1e52bda6
PM
76072013-05-07 Pierre Muller <muller@sourceware.org>
7608
7609 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7610 trailing new line from warning message.
7611
27fd0c6b
PM
76122013-05-07 Pierre Muller <muller@sourceware.org>
7613
7614 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7615 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7616
e228ac87
JB
76172013-05-07 Joel Brobecker <brobecker@adacore.com>
7618
7619 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7620 error message (ARI fix).
7621
76222013-05-07 Joel Brobecker <brobecker@adacore.com>
7623
7624 * features/library-list-aix.dtd: Replace library-list by
7625 library-list-aix.
7626 * rs6000-nat.c: Replace library-list by library-list-aix
7627 throughout.
7628 * solib-aix.c: Likewise.
7629
76302013-05-07 Joel Brobecker <brobecker@adacore.com>
7631
7632 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7633 Renames TARGET_OBJECT_AIX_LIBRARIES.
7634 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7635 TARGET_OBJECT_LIBRARIES_AIX throughout.
7636 * solib-aix.c: Likwise.
7637
26a4dda9
YQ
76382013-05-07 Yao Qi <yao@codesourcery.com>
7639
7640 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7641 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7642
3582629f
YQ
76432013-05-07 Yao Qi <yao@codesourcery.com>
7644
7645 * solib-dsbt.c (enable_break): Declare.
7646 (dsbt_current_sos): Remove call to enable_break2.
7647 (enable_break2): Rename to enable_break. Set solib breakpoint
7648 on '_dl_debug_state'.
7649 (enable_break): Remove.
7650
aacbb8a5
LM
76512013-05-07 Luis Machado <lgustavo@codesourcery.com>
7652
7653 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7654 debug state prior to replicating existing hardware watchpoints or
7655 breakpoints.
7656
0c013353
JK
76572013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 * gcore.c (gcore_create_callback): Ignore sections with
7660 separate_debug_objfile_backlink != NULL.
7661
a1217d97
SL
76622013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7663 Andrew Jenner <andrew@codesourcery.com>
7664 Chung-Lin Tang <cltang@codesourcery.com>
7665 Julian Brown <julian@codesourcery.com>
7666
7667 Based on the nios2-elf port from Altera Corporation.
7668
7669 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7670 nios2-linux-tdep.o.
7671 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7672 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7673 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7674 * nios2-tdep.h: New.
7675 * nios2-tdep.c: New.
7676 * nios2-linux-tdep.c: New.
7677 * features/Makefile (WHICH): Add nios2-linux.
7678 (nios2-linux-expedite): Set.
7679 * features/nios2-cpu.xml: New.
7680 * features/nios2.xml: New.
7681 * features/nios2-linux.xml: New.
7682 * features/nios2.c: New (autogenerated).
7683 * features/nios2-linux.c: New (autogenerated).
7684 * regformats/nios2-linux.dat: New (autogenerated).
7685 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7686 and commands.
7687
0892cb63
DE
76882013-05-06 Doug Evans <dje@google.com>
7689
3b7bacac
DE
7690 * symfile.c: Whitespace cleanup.
7691
0892cb63
DE
7692 * solist.h (struct target_so_ops): New member clear_so.
7693 * solib-svr4.c (svr4_clear_so): New function.
7694 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7695 * solib.c (clear_so): Renamed from free_so_symbols.
7696 All callers updated. Call target clear_so if it exists.
7697
40501e00
TT
76982013-05-06 Tom Tromey <tromey@redhat.com>
7699
7700 * ada-lang.c (ada_value_primitive_packed_val): Don't
7701 call value_incref.
7702 * value.c (set_value_parent): Incref the new parent and decref
7703 the old parent.
7704 (value_copy, value_primitive_field): Use set_value_parent.
7705
b6807d98
TT
77062013-05-06 Tom Tromey <tromey@redhat.com>
7707
7708 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7709 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7710 if needed.
7711 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7712 * dwarf2read.c (write_constant_as_bytes)
7713 (dwarf2_fetch_constant_bytes): New functions.
7714
3aef2284
TT
77152013-05-06 Tom Tromey <tromey@redhat.com>
7716
7717 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7718 parameters.
7719 (dwarf2_const_value_attr): Update.
7720
66f65e2b
TT
77212013-05-06 Tom Tromey <tromey@redhat.com>
7722
7723 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7724 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7725 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7726 Remove declaration.
7727
7919a973
TT
77282013-05-06 Tom Tromey <tromey@redhat.com>
7729
7730 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7731 objfile's obstack.
7732
a7bfba49
DE
77332013-05-06 Doug Evans <dje@google.com>
7734
3189cb12
DE
7735 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7736 * stabsread.h (process_one_symbol): Update declaration.
7737 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7738 * elfread.c (elf_symfile_relocate_probe): Ditto.
7739 * psymtab.c (relocate_psymtabs): Ditto.
7740 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7741 (objfile_relocate): Ditto.
7742 * objfiles.h (objfile_relocate): Update declaration.
7743 * symfile.c (relative_addr_info_to_section_offsets): Constify
7744 addrs parameter.
7745 (default_symfile_offsets): Ditto.
7746 (syms_from_objfile_1): Constify offsets parameter.
7747 (syms_from_objfile): Ditto.
7748 (symbol_file_add_with_addrs_or_offsets): Ditto.
7749 (symfile_map_offsets_to_segments): Constify data parameter.
7750 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7751 delta parameters of member relocate.
7752 (struct sym_probe_fns): Constify new_offsets,
7753 delta parameters of member sym_relocate_probe.
7754 (struct sym_fns): Constify section_addr_info parameter of member
7755 sym_offsets.
7756 (relative_addr_info_to_section_offsets): Update declaration.
7757 (default_symfile_offsets): Ditto.
7758 (syms_from_objfile): Ditto.
7759 (symfile_map_offsets_to_segments): Ditto.
7760
a7bfba49
DE
7761 * symfile.c (syms_from_objfile_1): Use correct section count when
7762 objfile->sf == NULL.
7763
5f8e0b8f
MF
77642013-05-06 Mike Frysinger <vapier@gentoo.org>
7765
7766 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7767
ea52d893
DE
77682013-05-06 Doug Evans <dje@google.com>
7769
7770 * psympriv.h (struct partial_symtab): Augment comment for member
7771 section_offsets.
7772
4d1eb6b4
JB
77732013-05-06 Joel Brobecker <brobecker@adacore.com>
7774
7775 Reimplement shared library support on ppc-aix...
7776 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7777 * features/library-list-aix.dtd: New file.
7778 * solib-aix.h, solib-aix.c: New file.
7779 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7780 (rs6000_find_toc_address_hook): Delete.
7781 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7782 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7783 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7784 "xml-utils.h".
7785 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7786 (vmap_symtab, fixup_breakpoints): Delete.
7787 (rs6000_xfer_shared_libraries): New function.
7788 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7789 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7790 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7791 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7792 (rs6000_xfer_shared_library): New function.
7793 (find_toc_address): Delete.
7794 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7795 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7796 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7797 before creating minimal symbol. Adjust function description
7798 accordingly.
7799 (scan_xcoff_symtab): Replace call to
7800 prim_record_minimal_symbol_and_info by call to
7801 record_minimal_symbol.
7802 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7803 around default_symfile_offsets.
7804 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7805 powerpc-aix targets.
7806 * config/rs6000/nm-rs6000.h: Delete.
7807 * config/powerpc/aix.mh (NAT_FILE): Delete.
7808 (NATDEPFILES): Remove xcoffsolib.o.
7809 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7810 (ALL_TARGET_OBS): Add solib-aix.o.
7811 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7812 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7813 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7814 * xcoffsolib.h, xcoffsolib.c: Delete.
7815
7816 * solib.c (reload_shared_libraries): Remove reference to
7817 SOLIB_CREATE_INFERIOR_HOOK.
7818 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7819 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7820 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7821 comment.
7822 * corelow.c (deprecated_core_resize_section_table): Delete.
7823 * exec.c: Remove include of xcoffsolib.h".
7824 (map_vmap, vmap): Delete.
7825 (exec_close_1): Remove references to vmap.
7826 (exec_file_attach): Remove vmap handling code, and reference
7827 to DEPRECATED_IBM6000_TARGET.
7828 (bfdsec_to_vmap): Delete.
7829 (exec_files_info): Remove block of code handling VMAP.
7830 * infcmd.c (post_create_inferior): Remove reference to
7831 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7832 * infrun.c (follow_exec): Remove reference to
7833 SOLIB_CREATE_INFERIOR_HOOK.
7834 * stack.c (print_frame): Remove reference to PC_SOLIB.
7835 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7836 (dsbt_relocate_main_executable): Likewise.
7837 * solib-frv.c (frv_current_sos): Likewise.
7838
0c4f667c
JB
78392013-05-06 Joel Brobecker <brobecker@adacore.com>
7840
7841 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7842 to target_write_memory and target_read_memory.
7843
726ce67c
JB
78442013-05-06 Joel Brobecker <brobecker@adacore.com>
7845
7846 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7847 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7848
c8c9911f
JB
78492013-05-06 Joel Brobecker <brobecker@adacore.com>
7850
7851 * darwin-nat.c: Replace all "%x" instances in format strings
7852 into "0x%x" throughout.
7853
fda184b6
JB
78542013-05-06 Joel Brobecker <brobecker@adacore.com>
7855
7856 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7857 gdb_assert by call to MACH_CHECK_ERROR.
7858 (darwin_attach_pid): Raise an error rather than a failed
7859 assertion when various system calls failed. Report a warning
7860 instead of raising a failed assertion when PREV_NOT is not NULL
7861 after call to mach_port_request_notification.
7862 (darwin_ptrace_me): Raise an error rather than a failed
7863 assertion when read returns nonzero.
7864
d1d69afb
JB
78652013-05-06 Joel Brobecker <brobecker@adacore.com>
7866
7867 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7868
dc90b24d
JK
78692013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7870
7871 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7872
faab9922
JK
78732013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7874
7875 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7876 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7877 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7878 a stale cleanup. Fix double free of NAME.
7879
e0ea48a0
EZ
78802013-05-04 Eli Zaretskii <eliz@gnu.org>
7881
7882 * windows-nat.c (windows_delete_thread): Accept an additional
7883 argument, the thread's exit code, and announce thread death when
7884 print_thread_events is non-zero and we are deleting a thread that
7885 is not the main thread.
7886 (get_windows_debug_event): Pass thread exit code to
7887 windows_delete_thread.
7888
83b2706a
KB
78892013-05-03 Kevin Buettner <kevinb@redhat.com>
7890
7891 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7892 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7893 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7894 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7895 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7896 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7897 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7898 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7899 (gdbarch_tdep): New struct.
7900 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7901 E_NUM_REGS.
7902 (v850e3v5_register_name): New function.
7903 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7904 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7905 code handling the struct return conventions for the RH850 ABI.
7906 Update all callers.
7907 (v850_eight_byte_align_p): New function.
7908 (v850_push_call_dummy): Push structs by value, not by reference
7909 for the RH850 ABI. Add support for eight byte alignment.
7910 (v850_dbtrap_breakpoint_from_pc): New function.
7911 (v850_gdbarch_init): Add ABI detection code. Register
7912 v850e3v5_register_name for the v850e3v5 architecture. Set the
7913 number of registers for v850e3v5. Register
7914 v850_dbtrap_breakpoint_from_pc as appropriate.
7915 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7916
d445b2f6
DE
79172013-05-03 Doug Evans <dje@google.com>
7918
7919 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7920 of bfd_count_sections.
7921 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7922 * symfile.c (default_symfile_offsets): Ditto.
7923 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7924 one entry, not bfd_count_sections entries.
7925
b3ce41ea
KB
79262013-05-03 Kevin Buettner <kevinb@redhat.com>
7927
7928 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7929 `save' and `restore' register groups. Don't include SPL
7930 or SPH in these groups.
7931 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7932 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7933 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7934 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7935 dwarf2_append_unwinders().
7936
96f7d3f1
PW
79372013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7938
7939 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7940 ignore SIGINT and SIGTRAP in case these internal signals are
7941 caught explicitely.
7942
b9dd1947
JB
79432013-05-01 Joel Brobecker <brobecker@adacore.com>
7944
7945 * darwin-nat.c (darwin_read_write_inferior): Change types
7946 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7947 of copy_count to "mach_msg_type_number_t".
7948 (darwin_read_dyld_info): Change type of parameter
7949 rdaddr to "gdb_byte *".
7950
4ca18a63
JB
79512013-05-01 Joel Brobecker <brobecker@adacore.com>
7952
7953 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7954 of &info->load_map from "char *" to "gdb_byte *".
7955
2b692d32
JB
79562013-05-01 Joel Brobecker <brobecker@adacore.com>
7957
7958 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7959 from "char *" to "gdb_byte *".
7960 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7961
a98c29a0
DE
79622013-04-30 Doug Evans <dje@google.com>
7963
6a506a2d
DE
7964 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7965 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7966 DWO stub. If DWO isn't found, just use stub.
7967 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7968
a98c29a0
DE
7969 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7970 calling init_cutu_and_read_dies.
7971
f92b06da
WT
79722013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7973
7974 * target-descriptions.c (maint_print_c_tdesc_cmd):
7975 Add case to parse structures as register types and
7976 bitfields.
7977
95eebdcc
WT
79782013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7979
7980 * MAINTAINERS (Write After Approval): Add myself to the list.
7981
019c1128
JB
79822013-04-30 Joel Brobecker <brobecker@adacore.com>
7983
7984 * sol-thread.c (rw_common): Change type of parameter "buf"
7985 to "gdb_byte *".
7986 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7987 rw_common to "gdb_byte *" instead of "char *".
7988
5812197c
JB
79892013-04-30 Joel Brobecker <brobecker@adacore.com>
7990
7991 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7992 of local variable msym to const struct bound_minimal_symbol.
7993 Adjust use accordingly.
7994 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7995
ecccb813
TS
79962013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7997
7998 * i386gnu-nat.c (CREG_OFFSET): New macro.
7999 (creg_offset): New array.
8000 (CREG_ADDR): Use creg_offset instead of reg_offset.
8001
f1d02dd4 80022013-04-30 Joel Brobecker <brobecker@adacore.com>
54746424
JB
8003
8004 * mep-tdep.c (mep_write_pc): Delete.
8005 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
8006 Add call to set_gdbarch_pc_regnum.
8007
f1d02dd4 80082013-04-30 Joel Brobecker <brobecker@adacore.com>
01da98f9
JB
8009
8010 * common/filestuff.c: Replace #include <dirent.h> by
8011 #include "gdb_dirent.h".
8012
f1d02dd4 80132013-04-30 Joel Brobecker <brobecker@adacore.com>
366c6766
JB
8014
8015 * common/filestuff.c: Replace #include <sys/stat.h> by
8016 #include "gdb_stat.h".
8017
b385a60d
PM
80182013-04-29 Pierre Muller <muller@sourceware.org>
8019
8020 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
8021 editCase function rule.
8022 (get_DW_AT_signature_type): Likewise.
8023
d27b54ad
JB
80242013-04-29 Joel Brobecker <brobecker@adacore.com>
8025
8026 * m32r-tdep.c (m32r_write_pc): Delete.
8027 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
8028 Add call to set_gdbarch_pc_regnum.
8029
47d21dc5
PM
80302013-04-29 Pierre Muller <muller@sourceware.org>
8031
8032 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
8033
9056882e
JB
80342013-04-29 Joel Brobecker <brobecker@adacore.com>
8035
8036 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
8037
7ee4732a
YQ
80382013-04-28 Yao Qi <yao@codesourcery.com>
8039
8040 * solib-dsbt.c (fetch_loadmap): Re-indent.
8041 (displacement_from_map, enable_break2): Likewise.
8042 (dsbt_relocate_section_addresses): Likewise.
8043
2260af53 80442013-04-26 Joel Brobecker <brobecker@adacore.com>
8045
8046 GDB 7.6 released.
8047
ff546935
TT
80482013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
8049
8050 PR corefiles/14983:
8051 * dwarf2read.c (process_full_comp_unit): Always create a static
8052 block.
8053
40fb6c5e
HZ
80542013-04-25 Hui Zhu <hui@codesourcery.com>
8055
8056 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
8057 to loc->cmd_bytecode.
8058
74e04d1c
DE
80592013-04-24 Doug Evans <dje@google.com>
8060
8061 * dwarf2read.c (setup_type_unit_groups): Fix comment.
8062
3cf62c1d
KS
80632013-04-22 Keith Seitz <keiths@redhat.com>
8064
8065 * tracepoint.c (trace_save): Call the writer's start method.
8066
bf9e4d0c
MB
80672013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
8068
8069 PR gdb/10462
8070 * cli/cli-decode.c (lookup_command): Show an error if there is no space
8071 before argument.
8072
5d71132c
TT
80732013-04-23 Tom Tromey <tromey@redhat.com>
8074
8075 * common/filestuff.c: Check USE_WIN32API before including
8076 sys/socket.h.
8077 (HAVE_F_GETFD): New define.
8078 (mark_cloexec): Check HAVE_F_GETFD.
8079 (gdb_open_cloexec): Change 'mode' to unsigned long.
8080 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
8081 (gdb_pipe_cloexec): Check HAVE_PIPE.
8082 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
8083 long.
8084
a11cfd87
HZ
80852013-04-23 Hui Zhu <hui@codesourcery.com>
8086
8087 PR gdb/15293
a11cfd87
HZ
8088 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
8089
2d9442cc
HZ
80902013-04-23 Hui Zhu <hui@codesourcery.com>
8091
8092 PR gdb/15165
2d9442cc
HZ
8093 * breakpoint.c (dprintf_print_recreate): New.
8094 (save_breakpoints): Let it not save dprintf commands.
8095 (initialize_breakpoint_ops): Set dprintf_print_recreate.
8096
614c279d
TT
80972013-04-22 Tom Tromey <tromey@redhat.com>
8098
8099 PR gdb/7912:
8100 * Makefile.in (SFILES): Add filestuff.c
8101 (COMMON_OBS): Add filestuff.o.
8102 (filestuff.o): New target.
8103 * auto-load.c (auto_load_objfile_script_1): Use
8104 gdb_fopen_cloexec.
8105 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
8106 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
8107 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
8108 * common/agent.c (gdb_connect_sync_socket): Use
8109 gdb_socket_cloexec.
8110 * common/filestuff.c: New file.
8111 * common/filestuff.h: New file.
8112 * common/linux-osdata.c (linux_common_core_of_thread)
8113 (command_from_pid, commandline_from_pid, print_source_lines)
8114 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
8115 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
8116 gdb_fopen_cloexec.
8117 * common/linux-procfs.c (linux_proc_get_int)
8118 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
8119 * config.in, configure: Rebuild.
8120 * configure.ac: Don't check for sys/socket.h. Check for
8121 fdwalk, pipe2.
8122 * corelow.c (core_open): Use gdb_open_cloexec.
8123 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
8124 * fork-child.c (fork_inferior): Call close_most_fds.
8125 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
8126 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
8127 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
8128 Use gdb_fopen_cloexec.
8129 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
8130 gdb_open_cloexec.
8131 (linux_async_pipe): Use gdb_pipe_cloexec.
8132 * remote-fileio.c (remote_fileio_func_open): Use
8133 gdb_open_cloexec.
8134 * remote.c (remote_file_put, remote_file_get): Use
8135 gdb_fopen_cloexec.
8136 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
8137 close_most_fds.
8138 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
8139 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
8140 * solib.c (solib_find): Use gdb_open_cloexec.
8141 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
8142 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
8143 (tfile_open): Use gdb_open_cloexec.
8144 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
8145 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
8146 * xml-support.c (xml_fetch_content_from_file): Use
8147 gdb_fopen_cloexec.
8148 * main.c (captured_main): Call notice_open_fds.
8149
5fda2332
EBM
81502013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
8151
8152 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
8153 'char *' to 'gdb_byte *'.
8154 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
8155 'gdb_byte'.
8156
eb6c553b
YQ
81572013-04-22 Yao Qi <yao@codesourcery.com>
8158
8159 * infrun.c: Fix typo in comment.
8160
9991b207
SDJ
81612013-04-22 Andrew Haley <aph@redhat.com>
8162
8163 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
8164 instead of "long".
8165
8b4833e3
YQ
81662013-04-20 Yao Qi <yao@codesourcery.com>
8167
8168 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
8169 'char *' to 'gdb_byte *'. Cast the return value of
8170 'bt_ctf_get_char_array' to 'gdb_byte *'.
8171
bd3f3b55
PA
81722013-04-19 Pedro Alves <palves@redhat.com>
8173
8174 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
8175 -Wpointer-sign.
8176 * configure: Regenerate.
8177
c49e7f76
PA
81782013-04-19 Pedro Alves <palves@redhat.com>
8179
8180 * ser-tcp.c (net_read_prim): Cast second argument to recv to
8181 'void *'.
8182
12ff8552
PA
81832013-04-19 Pedro Alves <palves@redhat.com>
8184
8185 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
8186 Change type of 'myaddr' parameter to gdb_byte pointer.
8187 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
8188 to 'long long' pointer instead of to 'unsigned long long'.
8189 (monitor_write_memory_block, monitor_read_memory_single)
8190 (monitor_read_memory): Change type of 'myaddr' parameter to
8191 gdb_byte pointer.
8192
9c37696b
PA
81932013-04-19 Pedro Alves <palves@redhat.com>
8194
8195 * record.c (validate_history_size): Make parameter 'setting'
8196 unsigned.
8197
a398505b
PA
81982013-04-19 Pedro Alves <palves@redhat.com>
8199
8200 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
8201 to 'gdb_byte *'.
8202
9f8afa72
PA
82032013-04-19 Pedro Alves <palves@redhat.com>
8204
8205 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
8206 local to int.
8207
c714b426
PA
82082013-04-19 Pedro Alves <palves@redhat.com>
8209
8210 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
8211 * ada-tasks.c (read_fat_string_value): Likewise.
8212
507a579c
PA
82132013-04-19 Pedro Alves <palves@redhat.com>
8214
8215 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
8216 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
8217 'offset', and adjust.
8218
f9d83a0b
PA
82192013-04-19 Pedro Alves <palves@redhat.com>
8220
8221 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
8222 (read_index_from_section): Add cast to 'char *'.
8223
745eb4fd
PA
82242013-04-19 Pedro Alves <palves@redhat.com>
8225
8226 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
8227
db5be46f
PA
82282013-04-19 Pedro Alves <palves@redhat.com>
8229
8230 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
8231
0f928d68
PA
82322013-04-19 Pedro Alves <palves@redhat.com>
8233
8234 * record-full.c (record_full_get_bookmark): Change local 'ret'
8235 type to char * and add cast to gdb_byte *.
8236 (record_full_goto_bookmark): Handle 'bookmark' argument as a
8237 string.
8238 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
8239
89f6d837
PA
82402013-04-19 Pedro Alves <palves@redhat.com>
8241
8242 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
8243 * python/py-prettyprint.c (print_string_repr): Change type of
8244 'output' local to char *. Add cast to gdb_byte * in
8245 LA_PRINT_STRING call.
8246 (print_children): Change type of 'output' local to char *.
8247 * python/py-value.c (valpy_string): Add cast to const char * in
8248 PyUnicode_Decode call.
8249
ce6ec7d8
PA
82502013-04-19 Pedro Alves <palves@redhat.com>
8251
8252 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
8253 and change its type to 'const char *'. Adjust.
8254 (mips_send_packet): Add cast to 'char *', and remove cast to
8255 'unsigned char *'.
8256 (mips_receive_packet): Remove cast to 'unsigned char *'.
8257 (mips_load_srec): Use bfd_byte.
8258 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
8259 (pmon_checkset): Make 'value' parameter unsigned.
8260
fda0389f
PA
82612013-04-19 Pedro Alves <palves@redhat.com>
8262
8263 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8264
bc20a4af
PA
82652013-04-19 Pedro Alves <palves@redhat.com>
8266
8267 * remote.c (remote_write_bytes_aux, compare_sections_command)
8268 (remote_read_qxfer)
8269 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8270 (remote_hostio_readlink, remote_bfd_iovec_pread)
8271 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8272 binary buffer, and char when buffer is used as string.
8273 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8274 (trace_save, tfile_open, traceframe_walk_blocks)
8275 (tfile_fetch_registers): Likewise.
8276
c628b528
PA
82772013-04-19 Pedro Alves <palves@redhat.com>
8278
8279 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8280 buffer and size_t size. Adjust.
8281 * ser-base.h (ser_base_write): Adjust.
8282 * ser-go32.c (cnts): Change type to size_t.
8283 (dos_write): Change prototype -- take 'void *'
8284 buffer and size_t size. Adjust.
8285 (dos_info): Print elements of 'cnts' as unsigned long.
8286 * serial.c (serial_write): Likewise.
8287 * serial.h (serial_write): Adjust.
8288 (struct serial_ops) <write>: Change prototype -- take 'void *'
8289 buffer and size_t size. Adjust.
8290
51a5cd90
PA
82912013-04-19 Pedro Alves <palves@redhat.com>
8292
8293 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8294 gdb_byte *.
8295 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8296
a9933661
PA
82972013-04-19 Pedro Alves <palves@redhat.com>
8298
8299 * alpha-tdep.c (alpha_extract_return_value): Use
8300 regcache_cooked_read_unsigned to read 'v0'.
8301
19afdd07
PA
83022013-04-19 Pedro Alves <palves@redhat.com>
8303
8304 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8305 parameters 'at', 'as' and 'offset' to uint32_t.
8306
96b32e50
PA
83072013-04-19 Pedro Alves <palves@redhat.com>
8308
8309 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8310 'is64' to signed 'int'.
8311
eb1bd1fb
PA
83122013-04-19 Pedro Alves <palves@redhat.com>
8313
8314 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8315 parameter to int *.
8316
463920bf
PA
83172013-04-19 Pedro Alves <palves@redhat.com>
8318
8319 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8320 'insnbuf' buffer type to unsigned int[].
8321
70242eb1
PA
83222013-04-19 Pedro Alves <palves@redhat.com>
8323
8324 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8325
9d1dd0e2
PA
83262013-04-19 Pedro Alves <palves@redhat.com>
8327
8328 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8329 unsigned long *.
8330
44096aee
PA
83312013-04-19 Pedro Alves <palves@redhat.com>
8332
8333 * alpha-tdep.c (heuristic_fence_post): Change type to int.
8334 (alpha_heuristic_proc_start): Adjust to check -1 instead of
8335 UINT_MAX.
8336 * mips-tdep.c (heuristic_fence_post): Change type to int.
8337 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8338
e4286e57
PA
83392013-04-19 Pedro Alves <palves@redhat.com>
8340
8341 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8342 (struct gdbarch_tdep) <cris_version>: Make unsigned.
8343 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8344
001f13d8
PA
83452013-04-19 Pedro Alves <palves@redhat.com>
8346
8347 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
8348 it to get a string view of the byte buffer.
8349 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8350 type to gdb_byte *. Adjust.
8351 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8352 Change local to char *.
8353 * solib-darwin.c (find_program_interpreter): Change return type to
8354 char *. Adjust.
8355 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8356 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8357 * solib-frv.c (enable_break2): Change local 'buf' to char *.
8358 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8359 * solib-svr4.c (find_program_interpreter): Change return type to
8360 char *. Adjust.
8361 (enable_break): Change local 'interp_name' to char *.
8362 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8363 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8364 (spu_pseudo_register_write_spu): Use char for string buffer.
8365 Adjust.
8366 (info_spu_event_command, info_spu_signal_command): Add casts to
8367 'char *'.
8368
948f8e3d
PA
83692013-04-19 Pedro Alves <palves@redhat.com>
8370
8371 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8372 gdb_byte[].
8373 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8374 * ada-lang.c (ada_value_assign): Use gdb_byte.
8375 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8376 (alphanbsd_sigtramp_offset): Use gdb_byte.
8377 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8378 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8379 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8380 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8381 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8382 * arm-tdep.c (arm_stub_unwind_sniffer)
8383 (arm_displaced_init_closure): Use gdb_byte.
8384 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8385 (arm_default_thumb_le_breakpoint)
8386 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8387 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8388 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8389 * arm-wince-tdep.c (arm_wince_le_breakpoint)
8390 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8391 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8392 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8393 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8394 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8395 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8396 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8397 (cris_store_return_value, cris_extract_return_value): Use
8398 gdb_byte.
8399 (constraint): Change type of parameter to char * from signed
8400 char*. Use gdb_byte.
8401 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8402 of local buffer to gdb_byte *.
8403 * dwarf2read.c (read_index_from_section): Use gdb_byte.
8404 (create_dwp_hash_table): Change type of locals to gdb_byte *.
8405 (add_address_entry): Change type of local buffer to gdb_byte[].
8406 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8407 (frv_push_dummy_call): Use gdb_byte.
8408 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8409 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8410 (hppa_hpux_supply_save_state): Use gdb_byte.
8411 * hppa-tdep.c (hppa32_push_dummy_call)
8412 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8413 * ia64-tdep.c (extract_bit_field, replace_bit_field)
8414 (slotN_contents, replace_slotN_contents): Change type of parameter
8415 to gdb_byte *.
8416 (fetch_instruction, ia64_pseudo_register_write)
8417 (ia64_register_to_value, ia64_value_to_register)
8418 (ia64_extract_return_value, ia64_store_return_value)
8419 (ia64_push_dummy_call): Use gdb_byte.
8420 * m32c-tdep.c (m32c_return_value): Remove cast.
8421 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8422 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8423 gdb_byte.
8424 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8425 * mn10300-tdep.c (mn10300_store_return_value)
8426 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8427 gdb_byte.
8428 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8429 (moxie_process_record): Remove casts.
8430 * ppc-ravenscar-thread.c (supply_register_at_address)
8431 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8432 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8433 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8434 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8435 * remote.c (compare_sections_command): Use gdb_byte.
8436 * score-tdep.c (score7_free_memblock): Change type of parameter to
8437 gdb_byte *.
8438 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8439 gdb_byte *. Use gdb_byte.
8440 (sh_push_dummy_call_fpu): Use gdb_byte.
8441 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8442 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8443 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8444 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8445 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8446 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8447 (sh64_store_return_value, sh64_register_convert_to_virtual):
8448 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8449 (sh64_pseudo_register_write): Use gdb_byte.
8450 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8451 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
8452 buffer.
8453 (irix_current_sos): Use gdb_byte.
8454 * solib-som.c (som_current_sos): Use gdb_byte.
8455 * sparc-ravenscar-thread.c (supply_register_at_address)
8456 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8457 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8458 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8459 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8460 'gdb_byte *'.
8461 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8462 'gdb_byte *'.
8463 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8464 * xstormy16-tdep.c (xstormy16_extract_return_value)
8465 (xstormy16_store_return_value): Change parameter type to
8466 'gdb_byte *'. Adjust.
8467 (xstormy16_push_dummy_call): Use gdb_byte.
8468 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8469 (call0_analyze_prologue, execute_code): Use gdb_byte.
8470
433730c9
PA
84712013-04-19 Vladimir Kargov <kargov@gmail.com>
8472 Pedro Alves <palves@redhat.com>
8473
8474 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8475 value contents.
8476
ac9ec31b
DE
84772013-04-17 Doug Evans <dje@google.com>
8478
8479 * dwarf2read.c (struct signatured_type): New member type.
8480 (struct attribute): Replace member signatured_type with signature.
8481 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8482 (read_call_site_scope): Call follow_die_ref instead of
8483 follow_die_ref_or_sig.
8484 (read_structure_type): Rewrite handling of signatured types.
8485 (read_enumeration_type): Ditto.
8486 (read_attribute_value): Update.
8487 (build_error_marker_type): New function.
8488 (lookup_die_type): Add assert. Rewrite handling of signatured types.
8489 Don't call error for bad types, just build an error marker type.
8490 (dump_die_shallow): Update.
8491 (follow_die_sig_1): Renamed from follow_die_sig.
8492 Don't call error for bad types, instead return NULL.
8493 (follow_die_sig): New function.
8494 (get_signatured_type, get_DW_AT_signature_type): New functions.
8495
e546e8bb
YZ
84962013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
8497
8498 * aarch64-tdep.c (aarch64_write_pc): Removed.
543cdd95
JB
8499 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8500 function.
e546e8bb 8501
ab116149
YQ
85022013-04-17 Yao Qi <yao@codesourcery.com>
8503
8504 * top.c (print_gdb_configuration): Print configure-time
8505 parameter on using libbabeltrace or not.
8506
488a42b8
PA
85072013-04-16 Pedro Alves <palves@redhat.com>
8508
8509 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8510
f5fb825b
PA
85112013-04-16 Pedro Alves <palves@redhat.com>
8512
85d494ea 8513 * common/glibc_thread_db.h: Update from upstream glibc
f5fb825b
PA
8514 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8515
e1154999
PA
85162013-04-16 Pedro Alves <palves@redhat.com>
8517
8518 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8519 * common/glibc_thread_db.h: ... this new file ...
8520 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8521
e3b50a7f
PA
85222013-04-16 Will Newton <will.newton@gmail.com>
8523 Pedro Alves <palves@redhat.com>
8524
8525 PR build/11881
8526
8527 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8528 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8529 HAVE_THREAD_DB_H.
8530
1c2e4450
PA
85312013-04-16 Pedro Alves <palves@redhat.com>
8532 Eli Zaretskii <eliz@gnu.org>
8533
8534 * NEWS: Mention "set foo unlimited".
8535
4031ecc5
DE
85362013-04-15 Doug Evans <dje@google.com>
8537
19c3d4c9
DE
8538 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8539 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8540 (create_dwo_cu_reader): Renamed from
8541 create_dwo_debug_info_hash_table_reader.
8542 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8543 Remove support for multiple CUs in a DWO file.
8544 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8545
4031ecc5
DE
8546 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8547 instead of phex.
8548 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8549 (create_dwo_in_dwp): Ditto.
8550
b340913d
TT
85512013-04-15 Tom Tromey <tromey@redhat.com>
8552
8553 * NEWS: Move recent entries into "since 7.6" section.
8554
cc16e6c9
TT
85552013-04-15 Tom Tromey <tromey@redhat.com>
8556
8557 PR c++/13588:
8558 * NEWS: Update.
8559 * break-catch-throw.c (struct exception_catchpoint)
8560 <exception_rx, pattern>: New fields.
8561 (fetch_probe_arguments, dtor_exception_catchpoint)
8562 (check_status_exception_catchpoint)
8563 (print_one_detail_exception_catchpoint): New functions.
8564 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8565 Compile regular expression if needed.
8566 (extract_exception_regexp): New function.
8567 (catch_exception_command_1): Use extract_exception_regexp.
8568 (compute_exception): Use fetch_probe_arguments.
8569 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8570 and check_status fields.
8571 * cp-abi.c (cplus_typename_from_type_info): New function.
8572 * cp-abi.h (cplus_typename_from_type_info): Declare.
8573 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8574 * gdb_regex.h (compile_rx_or_error): Declare.
8575 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8576 comment.
8577 (init_gnuv3_ops): Set get_type_from_type_info field.
8578 * probe.c (compile_rx_or_error): Move...
8579 * utils.c (compile_rx_or_error): ... here.
8580
72f1fe8a
TT
85812013-04-15 Tom Tromey <tromey@redhat.com>
8582
8583 PR c++/15176:
8584 * NEWS: Update.
8585 * break-catch-throw.c (compute_exception): New function.
8586 (exception_funcs): New global.
8587 (_initialize_break_catch_throw): Create $_exception.
8588 * cp-abi.c (cplus_type_from_type_info): New function.
8589 * cp-abi.h (cplus_type_from_type_info): Declare.
8590 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8591 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8592 (gnuv3_get_type_from_type_info): New functions.
8593 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8594
fc4746a2
TT
85952013-04-15 Tom Tromey <tromey@redhat.com>
8596
8597 * break-catch-throw.c (struct exception_names): New.
8598 (exception_functions): Change type.
8599 (re_set_exception_catchpoint): Look for SDT probes.
8600
15a73f56
TT
86012013-04-15 Tom Tromey <tromey@redhat.com>
8602
8603 PR c++/10119:
8604 * break-catch-throw.c (exception_functions): New global.
8605 (gnu_v3_exception_catchpoint_ops): Move earlier.
8606 (struct exception_catchpoint): New.
8607 (classify_exception_breakpoint): Rewrite.
8608 (re_set_exception_catchpoint): New function.
8609 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8610 Allocate a struct exception_catchpoint.
8611 (catch_exception_command_1): Update.
8612 (initialize_throw_catchpoint_ops): Set 're_set' method.
8613
916703c0
TT
86142013-04-15 Tom Tromey <tromey@redhat.com>
8615
8616 * Makefile.in (SFILES): Add break-catch-throw.c
8617 (COMMON_OBS): Add break-catch-throw.o.
8618 * break-catch-throw.c: New file.
8619 * breakpoint.c: Move exception-catching code to new file.
8620 (ep_parse_optional_if_clause): No longer static.
8621 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8622
6e72ca20
TT
86232013-04-15 Tom Tromey <tromey@redhat.com>
8624
8625 PR c++/9065:
8626 * NEWS: Update.
8627 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8628 * c-exp.y (TYPEID): New token.
8629 (exp): Add new TYPEID productions.
8630 (ident_tokens): Add "typeid".
8631 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8632 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8633 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8634 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8635 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8636 case.
8637 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8638 (build_std_type_info_type, gnuv3_get_typeid_type)
8639 (gnuv3_get_typeid): New functions.
8640 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8641 new fields on ABI object.
8642 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8643 * std-operator.def (OP_TYPEID): New.
8644
715c6909
TT
86452013-04-15 Tom Tromey <tromey@redhat.com>
8646
8647 * elfread.c (elf_symtab_read): Install versioned symbol under
8648 unversioned name as well.
8649
8de20a37
TT
86502013-04-15 Tom Tromey <tromey@redhat.com>
8651
8652 PR c++/11990:
8653 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8654 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8655 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8656 (gdb_demangle): New function.
8657 * cp-support.h (gdb_demangle): Declare.
8658 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8659 (dwarf2_name): Use gdb_demangle.
8660 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8661 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8662 suffixes from name.
8663 (gnuv3_print_method_ptr): Use gdb_demangle.
8664 * jv-lang.c (java_demangle): Use gdb_demangle.
8665 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8666 * language.c (unk_lang_demangle): Use gdb_demangle.
8667 * symtab.c (symbol_find_demangled_name)
8668 (demangle_for_lookup): Use gdb_demangle.
8669
591f19e8
TT
86702013-04-15 Tom Tromey <tromey@redhat.com>
8671
8672 PR c++/12824:
8673 * NEWS: Update.
8674 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8675 New constant.
8676 (classify_exception_breakpoint): New function.
8677 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8678 (print_mention_exception_catchpoint)
8679 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8680 (catch_exception_command_1): Handle "rethrow" catchpoint.
8681 (catch_rethrow_command): New function.
8682 (_initialize_breakpoint): Add "catch rethrow" command.
8683
4d40cad2
PM
86842013-04-15 Pierre Muller <muller@sourceware.org>
8685
8686 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8687 set_gdbarch_write_pc as deprecated anymore.
8688
30bcb456
JB
86892013-04-15 Joel Brobecker <brobecker@adacore.com>
8690
8691 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8692 declarations.
8693
da9160e4
YQ
86942013-04-13 Yao Qi <yao@codesourcery.com>
8695
8696 * ctf.c (_initialize_ctf): Include "completer.h".
8697 Call add_target_with_completer instead of add_target.
8698
39ed5604
JK
86992013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 Fix GDB regression related to PR binutils/14813.
8702 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8703 * minidebug.c (lzma_close): Add return value comment.
8704 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8705 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8706 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8707
87082013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
49369217
JK
8709
8710 * config.in: Regenerate.
8711
d521ce57
TT
87122013-04-12 Tom Tromey <tromey@redhat.com>
8713
8714 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8715 const.
8716 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8717 (struct die_reader_specs) <buffer>: Likewise.
8718 (die_reader_func_ftype): Make 'info_ptr' const.
8719 (struct line_header) <include_dirs, statement_program_start,
8720 statement_program_end>: Now const.
8721 (struct file_entry) <name>: Likewise.
8722 (struct partial_die_info) <sibling>: Likewise.
8723 (struct dwarf_block) <data>: Likewise.
8724 (dwarf2_read_section): Remove cast.
8725 (dwarf2_get_section_info): Make 'bufp' const.
8726 (read_index_from_section): Constify.
8727 (dw2_get_file_names_reader): Make 'info_ptr' const.
8728 (dw2_get_primary_filename_reader): Likewise.
8729 (read_comp_unit_head): Make 'info_ptr' and return type const.
8730 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8731 Likewise.
8732 (read_abbrev_offset): Constify.
8733 (dwarf2_create_include_psymtab): Make 'name' const.
8734 (create_debug_types_hash_table): Update.
8735 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8736 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8737 Constify.
8738 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8739 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8740 (read_comp_units_from_section): Constify.
8741 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8742 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8743 const.
8744 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8745 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8746 (create_dwp_hash_table, dwarf2_ranges_read)
8747 (dwarf2_record_block_ranges): Constify.
8748 (read_die_and_children, read_die_and_siblings_1)
8749 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8750 const.
8751 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8752 (abbrev_table_read_table): Constify.
8753 (load_partial_dies): Make 'info_ptr' const.
8754 (read_partial_die, read_attribute_value, read_attribute): Make
8755 'info_ptr' and return type const.
8756 (read_address, read_initial_length)
8757 (read_checked_initial_length_and_offset, read_offset)
8758 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8759 const.
8760 (read_direct_string): Make 'buf' and return type const.
8761 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8762 (read_indirect_string): Make return type const.
8763 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8764 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8765 'info_ptr' const.
8766 (read_str_index): Make return type const.
8767 (add_include_dir): Make 'include_dir' const.
8768 (add_file_name): Make 'name' const.
8769 (dwarf_decode_line_header): Constify.
8770 (psymtab_include_file_name): Make return type const.
8771 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8772 (dwarf2_start_subfile): Make 'filename' const.
8773 (dwarf2_const_value_attr): Make 'bytes' const.
8774 (read_signatured_type_reader): Make 'info_ptr' const.
8775 (decode_locdesc): Constify.
8776 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8777 const.
8778 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8779 'mac_end', and return type const.
8780 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8781 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8782 type const.
8783 (per_cu_header_read_in): Constify.
8784 * symfile.h (dwarf2_get_section_info): Update.
8785
d47a1bc1
TT
87862013-04-12 Tom Tromey <tromey@redhat.com>
8787
8788 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8789
6eaaf48b
EZ
87902013-04-12 Eli Zaretskii <eliz@gnu.org>
8791
fc4c25bf 8792 * NEWS: Mention "show configuration", --configuration.
6eaaf48b
EZ
8793 * top.c (print_gdb_configuration): New function, displays the
8794 details about GDB configure-time parameters.
8795 (print_gdb_version): Mention "show configuration".
6eaaf48b
EZ
8796 * cli/cli-cmds.c (show_configuration): New function.
8797 (_initialize_cli_cmds): Add the "show configuration" command.
6eaaf48b
EZ
8798 * main.c (captured_main) <print_configuration>: New static var.
8799 <long_options>: Use it.
8800 If --configuration was given, call print_gdb_configuration.
8801
b292c783
JK
88022013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8803 Pedro Alves <palves@redhat.com>
8804
8805 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8806 (generated_files): Add gcore.
8807 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8808 HAVE_NATIVE_GCORE_HOST.
8809 (gcore): New.
8810 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8811 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8812 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8813 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8814 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8815 Add HAVE_NATIVE_GCORE_HOST.
8816 * configure: Regenerate.
8817 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8818 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8819 AC_CONFIG_FILES for gcore.
8820 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8821 gdb_have_gcore.
8822 * gdb_gcore.sh: Rename to ...
8823 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8824 and GCORE_TRANSFORM_NAME substitutions.
8825
c96b3c4f
JK
8826 Fix parsing tabs in ${gdb_target_obs}.
8827 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8828
d6cb50a2
JK
88292013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 * remote.c (unpush_and_perror): Add output message final dot.
8832
cf2cb5ec
YQ
88332013-04-11 Yao Qi <yao@codesourcery.com>
8834
8835 * tracepoint.c (tfile_interp_line): Fit parameters line and
8836 utpp in one line.
8837
07293be4
JB
88382013-04-10 Joel Brobecker <brobecker@adacore.com>
8839
8840 * solib.c (solib_map_sections): Remove code overwriting
8841 SO->SO_NAME with the bfd's filename.
8842
f81d1120
PA
88432013-04-10 Pedro Alves <palves@redhat.com>
8844
8845 * cli/cli-decode.c (integer_unlimited_completer): New function.
8846 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8847 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8848 completer.
8849 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8850 (is_unlimited_literal): New function.
8851 (do_set_command): Handle literal "unlimited" arguments.
8852 * frame.c (_initialize_frame) <set backtrace limit>: Document
8853 "unlimited".
8854 * printcmd.c (_initialize_printcmd) <set print
8855 max-symbolic-offset>: Add help text.
8856 * record-full.c (_initialize_record_full) <set record full
8857 insn-number-max>: Likewise.
8858 * record.c (_initialize_record) <set record
8859 instruction-history-size, set record function-call-history-size>:
8860 Add help text.
8861 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8862 help text.
8863 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8864 Likewise.
8865 * source.c (_initialize_source) <set listsize>: Add help text.
8866 * utils.c (initialize_utils) <set height, set width>: Likewise.
8867 <set pagination>: Mention "set height unlimited".
8868 * valprint.c (_initialize_valprint) <set print elements, set print
8869 repeats>: Document "unlimited".
8870
2f9d54cf
PA
88712013-04-10 Pedro Alves <palves@redhat.com>
8872
8873 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8874 instead of disconnect_tracing.
8875 * infcmd.c (detach_command, disconnect_command): Call
8876 query_if_trace_running. Adjust.
8877 * top.c: Include "tracepoint.h".
8878 (quit_target): Delete. Contents moved ...
8879 (quit_force): ... here. Wrap each stage of teardown in
8880 TRY_CATCH. Call disconnect_tracing before detaching.
8881
393fd4c3
YQ
88822013-04-10 Hui Zhu <hui@codesourcery.com>
8883 Yao Qi <yao@codesourcery.com>
8884
8885 * configure.ac: Check libbabeltrace is installed.
8886 * config.in: Regenerate.
8887 * configure: Regenerate.
8888 * Makefile.in (LIBBABELTRACE): New.
8889 (CLIBS): Add LIBBABELTRACE.
8890 * ctf.c: Include "exec.h".
8891 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8892 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8893 (ctf_save_metadata_header): Define new type aliases in
8894 metadata.
8895 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8896 in metadata. Start a new faked packet for trace status.
8897 (ctf_write_status): Write trace status to CTF.
8898 (ctf_write_uploaded_tsv): Write TSV to CTF.
8899 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8900 (ctf_write_definition_end): End the faked packet.
8901
8902 (ctx, ctf_iter, trace_dirname): New.
8903 (start_pos): New variable.
8904 (ctf_destroy, ctf_open_dir, ctf_open): New.
8905 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8906 macros.
8907 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8908 (ctf_fetch_registers, ctf_xfer_partial): New.
8909 (ctf_get_trace_state_variable_value): New.
8910 (ctf_get_tpnum_from_frame_event): New.
8911 (ctf_get_traceframe_address): New.
8912 (ctf_trace_find, ctf_has_stack): New.
8913 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8914 (ctf_get_trace_status, ctf_read_status): New.
8915 (_initialize_ctf): New.
8916 * tracepoint.c (get_tracepoint_number): New
8917 (get_uploaded_tsv): Remove 'static'.
5f8e0b8f 8918 (struct traceframe_info, trace_regblock_size): Move it to ...
393fd4c3
YQ
8919 * tracepoint.h: ... here.
8920 (get_tracepoint_number): Declare it.
8921 (get_uploaded_tsv): Declare it.
8922
8923 * NEWS: Mention new configure option.
8924
5c2b4418
HZ
89252013-04-10 Pedro Alves <palves@redhat.com>
8926 Hui Zhu <hui@codesourcery.com>
8927
8928 * breakpoint.c (dprintf_re_set): New.
8929 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8930 to dprintf_re_set.
8931
a5c66735
JB
89322013-04-09 Joel Brobecker <brobecker@adacore.com>
8933
8934 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8935 Remove solib-svr4.o from the list.
8936
9e77999c
JB
89372013-04-09 Joel Brobecker <brobecker@adacore.com>
8938
8939 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8940 Use gdb_assert_not_reached instead of invalid boolean expression.
8941
1927e618
PA
89422013-04-09 Pedro Alves <palves@redhat.com>
8943
8944 * remote.c (unpush_and_perror): New function.
8945 (readchar, remote_serial_write): Use it.
8946
10782d74
MM
89472013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8948
8949 * NEWS: Mention new btrace RSP packets.
8950
4c8429ef
TT
89512013-04-08 Tom Tromey <tromey@redhat.com>
8952
8953 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8954 long.
8955
8625fc1b
TT
89562013-04-08 Tom Tromey <tromey@redhat.com>
8957
8958 * maint.c (print_bfd_section_info): Print the section index.
8959 * symmisc.c (dump_msymbols): Print the section index.
8960
e27d198c
TT
89612013-04-08 Tom Tromey <tromey@redhat.com>
8962
8963 PR symtab/8424:
8964 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8965 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8966 * breakpoint.c (resolve_sal_pc): Update.
8967 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8968 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8969 (minsym_lookup_iterator_cb): Use it.
8970 (default_read_var_value): Update.
8971 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8972 Update.
8973 * infcmd.c (jump_command): Update.
8974 * linespec.c (minsym_found): Update.
8975 * maint.c (maintenance_translate_address): Update.
8976 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8977 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8978 * parse.c (write_exp_msymbol): Update.
8979 * printcmd.c (address_info): Update.
8980 * psymtab.c (find_pc_sect_psymbol): Update.
8981 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8982 SYMBOL_OBJ_SECTION.
8983 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8984 Don't initialize SYMBOL_OBJ_SECTION.
8985 * spu-tdep.c (spu_catch_start): Update.
8986 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8987 * symmisc.c (dump_msymbols, print_symbol): Update.
8988 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8989 how fallback section is computed.
8990 (fixup_symbol_section): Update.
8991 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8992 Update.
8993 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8994 Initialize SYMBOL_SECTION.
8995 * symtab.h (struct general_symbol_info) <section>: Update comment.
8996 <obj_section>: Remove.
8997 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8998 (SYMBOL_OBJFILE): New macro.
8999
e6dc44a8
TT
90002013-04-08 Tom Tromey <tromey@redhat.com>
9001
9002 * coffread.c (record_minimal_symbol): Update.
9003 * dbxread.c (record_minimal_symbol): Update.
9004 * elfread.c (record_minimal_symbol): Update.
9005 * machoread.c (macho_symtab_add_minsym): Update.
9006 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
9007 Update.
9008 * minsyms.c (prim_record_minimal_symbol): Update.
9009 (prim_record_minimal_symbol_full): Remove 'bfd_section'
9010 argument.
9011 (prim_record_minimal_symbol_and_info): Likewise.
9012 * minsyms.h (prim_record_minimal_symbol_full)
9013 (prim_record_minimal_symbol_and_info): Update.
9014 * symtab.c (allocate_symbol, initialize_symbol)
9015 (allocate_template_symbol): Initialize SYMBOL_SECTION.
9016 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
9017 Update.
9018
36192a8d
TT
90192013-04-08 Tom Tromey <tromey@redhat.com>
9020
9021 PR symtab/8423:
9022 * solib-som.c (som_solib_section_offsets): Use BFD section
9023 indices. Set offsets for all sections.
9024 * somread.c (som_symtab_read): Compute BFD section for
9025 symbol. Use prim_record_minimal_symbol_and_info.
9026 (som_symfile_read): Fix comment.
9027 (struct find_section_offset_arg): New.
9028 (find_section_offset, set_section_index): New functions.
9029 (som_symfile_offsets): Use set_section_index to compute
9030 section indices.
9031
65cf3563
TT
90322013-04-08 Tom Tromey <tromey@redhat.com>
9033
9034 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
9035 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
9036 gdb_bfd_section_index.
9037 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
9038 New functions.
9039 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
9040 Declare.
9041 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
9042 Update.
9043 * objfiles.c (add_to_objfile_sections_full): New function.
9044 (add_to_objfile_sections): Use it.
9045 (build_section_table): Rewrite.
9046 (objfile_relocate1): Use gdb_bfd_section_index. Update.
9047 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
9048 (struct objfile) <sections>: Update comment.
9049 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
9050 is NULL.
9051 (ALL_OBJSECTIONS): Use it.
9052 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
9053 * solib-frv.c (frv_relocate_main_executable): Update.
9054 * solib-target.c (solib_target_relocate_section_addresses):
9055 Use gdb_bfd_section_index.
9056 * symfile.c (build_section_addr_info_from_section_table):
9057 Use gdb_bfd_section_index.
9058 (build_section_addr_info_from_bfd, place_section): Likewise.
9059 * symtab.c (fixup_section): Update.
9060 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
9061
7cbd4a93
TT
90622013-04-08 Tom Tromey <tromey@redhat.com>
9063
9064 * minsyms.h (struct bound_minimal_symbol): New.
9065 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9066 Remove objfile argument.
9067 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9068 Return bound_minimal_symbol.
9069 * minsyms.c (lookup_minimal_symbol_by_pc_1)
9070 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9071 Return bound_minimal_symbol.
9072 (in_gnu_ifunc_stub): Update.
9073 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9074 Remove 'objfile_p' argument.
9075 (lookup_solib_trampoline_symbol_by_pc): Update.
9076 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
9077 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
9078 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
9079 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
9080 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
9081 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
9082 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
9083 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
9084 stack.c, symtab.c, tui/tui-disasm.c: Update.
9085
f85f34ed
TT
90862013-04-08 Tom Tromey <tromey@redhat.com>
9087
9088 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
9089 Use symbol's obstack, not an objfile.
9090 * coffread.c (process_coff_symbol): Update.
9091 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
9092 * jv-lang.c (add_class_symbol): Update.
9093 * mdebugread.c (new_symbol): Update.
9094 * minsyms.c (prim_record_minimal_symbol_full)
9095 (terminate_minimal_symbol_table): Update.
9096 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
9097 * stabsread.c (define_symbol, read_enum_type): Update.
9098 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
9099 Handle Ada specially.
9100 (symbol_set_language): Add 'obstack' argument.
9101 (symbol_set_names): Update.
9102 (symbol_natural_name, symbol_demangled_name): Always use
9103 ada_decode_symbol.
9104 * symtab.h (struct general_symbol_info)
9105 <language_specific::obstack>: New field.
9106 <ada_mangled>: New field.
9107 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
9108 (symbol_set_language): Update.
9109
ccde22c0
TT
91102013-04-08 Tom Tromey <tromey@redhat.com>
9111
9112 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
9113 Take an obstack, not an objfile.
9114 (symbol_set_names): Update.
9115 * symtab.h (symbol_set_demangled_name): Update.
9116
e623cf5d
TT
91172013-04-08 Tom Tromey <tromey@redhat.com>
9118
9119 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
9120 allocate_symbol.
9121 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
9122 (read_func_scope): Call allocate_template_symbol.
9123 (new_symbol_full): Call allocate_symbol.
9124 * jit.c (finalize_symtab): Call allocate_symbol.
9125 * jv-lang.c (add_class_symbol): Call allocate_symbol.
9126 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
9127 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9128 (common_block_end): Call allocate_symbol.
9129 * symtab.c (allocate_symbol, initialize_symbol)
9130 (allocate_template_symbol): New functions.
9131 * symtab.c (allocate_symbol, initialize_symbol)
9132 (allocate_template_symbol): Declare.
9133 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
9134
f6de8ec2
PA
91352013-04-08 Pedro Alves <palves@redhat.com>
9136 Keith Seitz <keiths@redhat.com>
9137
9138 * breakpoint.c (create_breakpoint): Rename
9139 "parse_condition_and_thread" parameter to "parse_arg". Update
9140 describing comment. If !PARSE_ARG, then error out if ARG is not
9141 the empty string after extracting the location.
9142 * breakpoint.h (create_breakpoint): Rename
9143 "parse_condition_and_thread" parameter to "parse_arg".
9144
f65ce5fb
AR
91452013-04-08 Aleksandar Ristovski <aristovski@qnx.com
9146
9147 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
9148
cc5925ad
YQ
91492013-04-07 Yao Qi <yao@codesourcery.com>
9150
9151 * remote.c (remote_trace_find): Change type of parameters 'addr1'
9152 and 'addr2' to CORE_ADDR.
9153 * target.c (update_current_target): Update.
9154 * target.h (struct target_ops) <to_trace_find>: Change parameter
9155 type to CORE_ADDR.
9156 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
9157 'addr2' to CORE_ADDR.
9158 (tfile_trace_find): Likewise.
9159 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
9160 Change local variable 'addr' to type CORE_ADDR.
9161 * tracepoint.h (tfind_1): Update declaration.
9162
d9ac0664
EZ
91632013-04-06 Eli Zaretskii <eliz@gnu.org>
9164
9165 * windows-nat.c (windows_get_absolute_argv0): Move from here...
9166 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
9167 Include main.h.
9168
9169 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
9170 here...
9171 * main.h (windows_get_absolute_argv0): ...to here.
9172
02142a6c
DE
91732013-04-05 Doug Evans <dje@google.com>
9174
9175 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
9176 (read_cutu_die_from_dwo): Add comments.
9177 (read_structure_type): Update comment.
9178 (read_enumeration_type, read_namespace_type): Update comment.
9179 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
9180
43662968
JK
91812013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9182
9183 Convert man pages to texinfo, new gdbinit.5 texinfo page.
9184 * Makefile.in (gdb.z): Remove.
9185 (install-only): Remove $(man1dir) and gdb.1 installation.
9186 * gdb.1: Remove.
9187
9ead1b84
JK
91882013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9189
9190 Fix compatibility with Linux kernel 3.8.3.
9191 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
9192 to more inner block. Remove parsing of NUMBER from outer block.
9193 Parse NUMBER only if KEYWORD has been identified.
9194
d1794952
JK
91952013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9196
9197 Fix variable name shadowing.
9198 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
9199 filename to mapsfilename and update its uses.
9200
9025569e
EZ
92012013-04-05 Eli Zaretskii <eliz@gnu.org>
9202
9203 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
9204 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
9205 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
9206 details of the problem.
9207
c9a6ce02
PA
92082013-04-04 Pedro Alves <palves@redhat.com>
9209 Hui Zhu <hui@codesourcery.com>
9210
9211 * breakpoint.c (validate_commands_for_breakpoint): If validating a
9212 tracepoint, reset its STEP_COUNT and call validate_actionline.
9213
5ff888ce
DE
92142013-04-03 Doug Evans <dje@google.com>
9215
bf6af496
DE
9216 * dwarf2read.c (read_die_and_siblings_1): Renamed from
9217 read_die_and_siblings.
9218 (read_die_and_siblings): New function.
9219 (read_cutu_die_from_dwo): Dump die if requested.
9220 (read_die_and_children): Call read_full_die_1 and
9221 read_die_and_siblings_1.
9222 (read_full_die): Dump die if requested.
9223
9224 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
9225
0ac5b59e
DE
9226 * dwarf2read.c (struct dwo_file): New member comp_dir.
9227 Rename member name to dwo_name. All uses updated.
9228 (hash_dwo_file): Include comp_dir in computation.
9229 (eq_dwo_file): Ditto.
9230 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
9231 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
9232
5ff888ce
DE
9233 * psymtab.c (read_psymtabs_with_fullname): Don't call
9234 psymtab_to_fullname if the basenames are different.
9235
ec83d211
JK
92362013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
9239 New entry about "fullname" presence.
9240
4f4352f7
PA
92412013-04-03 Pedro Alves <palves@redhat.com>
9242
9243 * NEWS: Mention x86_64/Cygwin as new native configuration.
9244
3d1d5ea3
DE
92452013-04-02 Doug Evans <dje@google.com>
9246
9247 * dwarf2read.c (read_structure_type): Fix typo in comment.
9248
be9a8770
PA
92492013-04-02 Pedro Alves <palves@redhat.com>
9250
9251 * NEWS: Mention "set/show debug aarch64", "set/show debug
9252 coff-pe-read" and "set/show debug mach-o".
9253
a46c1e42
PA
92542013-04-02 Pedro Alves <palves@redhat.com>
9255
9256 * NEWS: Mention "set/show remote trace-buffer-size-packet".
9257
3ad18b19
EZ
92582013-04-02 Eli Zaretskii <eliz@gnu.org>
9259
9260 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
9261 gdb_string.h is now in common/.
9262
e9f1758d
PA
92632013-04-02 Pedro Alves <palves@redhat.com>
9264
9265 * NEWS: Move "set debug notification" and "set trace-buffer-size"
9266 under "New options".
9267
049dc89b
JK
92682013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9269
9270 Revert this patch:
9271 PR gdb/15275
9272 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9273
c33e31fd
PA
92742013-04-02 Pedro Alves <palves@redhat.com>
9275
9276 PR gdb/15275
9277
9278 * remote.c (send_interrupt_sequence): Use remote_serial_write.
9279 (remote_serial_write): New function.
9280 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9281
ea5f3910
JW
92822013-04-01 Jiong Wang <jiwang@tilera.com>
9283
9284 * NEWS: Mention TILE-Gx in "New native configurations" and
f5aee5ee 9285 "New targets" sections.
ea5f3910 9286
5c6fa7ab
DE
92872013-04-01 Doug Evans <dje@google.com>
9288
c0f78cd4
DE
9289 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9290 (process_enumeration_scope): Simplify.
9291
0186c6a7
DE
9292 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9293 type_unit_group ...
9294 (struct signatured_type): ... to here.
9295 (sig_type_ptr): New typedef.
9296 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
9297 out of union 't'. All uses updated.
9298 (dw2_get_file_names_reader): Assert not called for a type unit.
9299 (dw2_get_file_names): Assert not called for a type unit or type
9300 unit group.
9301 (build_type_psymtabs_reader): Assert called for a type unit.
9302 (build_type_psymtab_dependencies): Assert called for a type unit group.
9303
5c6fa7ab
DE
9304 * dwarf2read.c (free_dwo_file): Add comment.
9305 (dwarf2_per_objfile_free): Unref dwp bfd.
9306
b3c0ad67 93072013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
cebca8c1
AR
9308
9309 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9310 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9311 (read_pe_exported_syms): Remove unused 'exportix'.
9312 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9313 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9314 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9315
e2df1547
AR
93162013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9317
9318 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9319 (print_it_watchpoint): Remove unused 'bl'.
9320 (say_where): Remove unused 'uiout'.
9321 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9322 (bkpt_breakpoint_hit): Remove unused 'b'.
9323 (internal_bkpt_print_it): Remove unused 'uiout'.
9324 * buildsym.c (augment_type_symtab): Remove unused 'i'.
9325
d81e75c0
TD
93262013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
9327
9328 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9329 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9330
5a8b3f62
DE
93312013-03-29 Doug Evans <dje@google.com>
9332
ab5088bf
DE
9333 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9334 Delete arg is_dwp. All callers updated.
9335 (open_dwp_file): New function.
9336 (open_and_init_dwp_file): Call it.
9337 (get_dwp_file): New function.
9338 (lookup_dwo_cutu): Call it.
9339
a8ad1e57
DE
9340 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9341 unnecessary, cleanup.
9342
6296d8c1
DE
9343 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9344
b0c7bfa9
DE
9345 * dwarf2read.c (read_cutu_die_from_dwo): New function.
9346 (lookup_dwo_unit): New function.
9347 (init_cutu_and_read_dies): Move DWO handling to new functions.
9348
c88ee1f0
DE
9349 * dwarf2read.c (struct signatured_type): Tweak comment.
9350 (struct dwo_unit): Tweak comment.
9351 (create_debug_types_hash_table): Tweak comment. Reformat long line.
9352 (create_dwo_debug_info_hash_table): Tweak comment.
9353 (dwarf2_per_cu_offset_and_type): Tweak comment.
9354
5a8b3f62
DE
9355 * dwarf2read.c (lookup_signatured_type): Remove complaint about
9356 missing .debug_types section.
9357
9852c492
YQ
93582013-03-29 Yao Qi <yao@codesourcery.com>
9359
9360 * corelow.c: Include "completer.h".
9361 (_initialize_corelow): Call add_target_with_completer with
9362 argument 'filename_completer'.
9363 * tracepoint.c: Likewise.
9364 * exec.c (_initialize_exec): Likewise.
9365 * target.c (add_target): Rename to ...
9366 (add_target_with_completer): ... this. Call set_cmd_completer
9367 if parameter completer is not NULL.
9368 (add_target): New.
9369 * target.h: Include "command.h".
9370 (add_target_with_completer): Declare it.
9371
af312be7
JB
93722013-03-28 Joel Brobecker <brobecker@adacore.com>
9373
9374 * coffread.c (is_import_fixup_symbol): New function.
9375 (record_minimal_symbol): Use is_import_fixup_symbol to
9376 detect import fixup symbols, and discard them.
9377
8a0459fd
DE
93782013-03-28 Doug Evans <dje@google.com>
9379
0349ea22
DE
9380 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9381 types hash table until we know we need it.
9382
f652bce2
DE
9383 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9384 index numbers.
9385
e4a48d9d
DE
9386 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9387 All callers updated.
9388 (dw2_print_stats): Print #read CUs too.
9389 (dump_die_shallow): Print signatured types better.
9390
8a0459fd
DE
9391 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9392 info_or_types_section to section. All uses updated.
9393 (struct dwo_unit): Ditto.
9394
bd3eecc3
PA
93952013-03-28 Pedro Alves <palves@redhat.com>
9396
9397 * NEWS (New options): New section.
9398 (New options): Mention set/show remote trace-status-packet.
9399 * remote.c (PACKET_qTStatus): New enumeration value.
9400 (remote_get_trace_status): Skip sending qTStatus if the packet is
9401 disabled. Use packet_ok.
9402 (_initialize_remote): Register a configuration command for
9403 qTStatus packet.
9404
41245087
DE
94052013-03-28 Doug Evans <dje@google.com>
9406
7edbb660
DE
9407 * symfile.c (find_separate_debug_file): Add comment.
9408 (terminate_after_last_dir_separator): Tweak comment.
9409
0018ea6f
DE
9410 * dwarf2read.c (create_partial_symtab): Add forward decl.
9411 (create_partial_symtab): Move to be closer to other psymtab functions.
9412 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9413
ca69b9e6
DE
9414 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9415 (compute_symtab_includes): Remove unnecessary forward declaration.
9416 (die_needs_namespace): Add comment marking group of functions for
9417 dwarf2 name computation.
9418
a9375afe
DE
9419 * typeprint.c (_initialize_typeprint): Improve type help text.
9420
41245087
DE
9421 * python/python.c (finish_python_initialization): Provide suggestion
9422 for how to tell gdb to find its python files.
9423
7f7cc265
PA
94242013-03-28 Pedro Alves <palves@redhat.com>
9425
9426 PR gdb/15294
9427
9428 * source.c (_initialize_source): Change back "set listsize" to an
9429 integer command.
9430
ec21308c
JK
94312013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
9432
9433 PR gdb/15275
9434 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9435
840a9a1f
PA
94362013-03-27 Pedro Alves <palves@redhat.com>
9437
9438 * top.c (history_size): Rename to ...
9439 (history_size_setshow_var): ... this. Add comment.
9440 (show_commands): Use readline's 'history_length' instead of
9441 computing the history length by calling history_get in a loop.
9442 (set_history_size_command): Error out for sizes over INT_MAX.
9443 Restore previous history size on invalid size.
9444 (init_history): If HISTSIZE is negative, leave the history size as
9445 zero. Add comments.
9446 (init_main): Adjust.
9447
826ecc4d
PA
94482013-03-27 Pedro Alves <palves@redhat.com>
9449
9450 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9451 coff_pe_read" command to "set debug coff-pe-read".
9452
0ccfeeae
MM
94532013-03-27 Markus Metzger <markus.t.metzger@intel.com>
9454
9455 * record.c (command_size_to_target_size): Fix size comparison.
9456 Change parameter type from pointer to integer to integer.
9457 Update all users.
9458
40653b35
PM
94592013-03-27 Pierre Muller <muller@sourceware.org>
9460
9461 * windows-nat.c (handle_output_debug_string): Avoid typecast
9462 from integer of different size warning.
9463
c62fa0e2
JB
94642013-03-26 Joel Brobecker <brobecker@adacore.com>
9465
9466 * windows-nat.c (handle_output_debug_string): Add empty line
9467 after local block variable definition.
9468
2c619be2
PA
94692013-03-26 Pedro Alves <palves@redhat.com>
9470
9471 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9472 (net_open): Make 'polls' local unsigned.
9473
1b493192
PA
94742013-03-26 Pedro Alves <palves@redhat.com>
9475
9476 * remote.c (_initialize_remote): Make "set remoteaddresssize"
9477 a zuinteger command instead of uinteger.
9478
7ee70bf5
PA
94792013-03-26 Pedro Alves <palves@redhat.com>
9480
9481 * record-full.c (record_full_insn_num): Make it unsigned.
9482 (record_full_check_insn_num, record_full_message)
9483 (record_full_registers_change, record_full_xfer_partial): Remove
9484 record_full_insn_max_num check (it's always != 0).
9485 (record_full_info, record_full_restore): Use %u as format string.
9486 (): Use %u as format string.
9487 (set_record_full_insn_max_num): Remove record_full_insn_max_num
9488 check (it's always != 0).
9489
dfd1f9bb
PA
94902013-03-26 Pedro Alves <palves@redhat.com>
9491
9492 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9493 and "set dcache size" commands zuinteger instead of uinteger.
9494
addb4faf
PA
94952013-03-26 Pedro Alves <palves@redhat.com>
9496
9497 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9498 command zuinteger instead of uinteger.
9499
b75bf488
PA
95002013-03-26 Pedro Alves <palves@redhat.com>
9501
9502 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9503 zuinteger instead of uinteger.
9504
42c634cb
PA
95052013-03-26 Pedro Alves <palves@redhat.com>
9506
9507 * record.c (record_insn_history_size_setshow_var)
9508 (record_call_history_size_setshow_var): New globals.
9509 (command_size_to_target_size): New function.
9510 (cmd_record_insn_history, cmd_record_call_history): Use
9511 command_size_to_target_size instead of cast.
9512 (validate_history_size, set_record_insn_history_size)
9513 (set_record_call_history_size): New functions.
9514 (_initialize_record): Install set_record_insn_history_size and
9515 set_record_call_history_size as "set" hooks of "set record
9516 instruction-history-size" and "set record
9517 function-call-history-size".
9518
1fb2e2b5
PA
95192013-03-26 Pedro Alves <palves@redhat.com>
9520
9521 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9522 use with history_max_entries use. Remove FIXME note.
9523
99c819ee
MM
95242013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9525
9526 * record-btrace.c (record_btrace_close): Call
9527 record_btrace_auto_disable.
9528
9f9e404c
JB
95292013-03-25 Joel Brobecker <brobecker@adacore.com>
9530
9531 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9532
ebcdfe33
DE
95332013-03-25 Doug Evans <dje@google.com>
9534
9535 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9536
24955f63
TT
95372013-03-25 Tom Tromey <tromey@redhat.com>
9538
9539 PR symtab/11462:
9540 * c-exp.y (exp): Add new productions for destructors after '.' and
9541 '->'.
9542 (write_destructor_name): New function.
9543
fce632b6
TT
95442013-03-25 Tom Tromey <tromey@redhat.com>
9545
9546 PR c++/9197:
9547 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9548 value_struct_elt, not lookup_struct_elt_type.
9549 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9550 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9551 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9552
a4341769
YQ
95532013-03-25 Yao Qi <yao@codesourcery.com>
9554
9555 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9556 instead of '_mkdir'.
9557
b5981e5a
EZ
95582013-03-23 Eli Zaretskii <eliz@gnu.org>
9559
9560 * windows-nat.c (windows_get_absolute_argv0): New function.
9561 * windows-nat.h: Add its prototype.
9562
9563 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9564 Use IS_DIR_SEPARATOR instead of looking for a character inside
9565 SLASH_STRING. Include filenames.h.
9566 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9567 relocate_gdb_directory works when passed gdb_program_name.
9568 Include windows-nat.h.
9569
598d3636
JK
95702013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9571
9572 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9573 * remote.c (trace_error): Remove the special handling of '2'.
9574 (readchar) <SERIAL_EOF>
9575 (readchar) <SERIAL_ERROR>
9576 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9577 (remote_get_trace_status): Call throw_exception if EX is
9578 TARGET_CLOSE_ERROR.
9579 * utils.c (perror_with_name): Rename to ...
9580 (throw_perror_with_name): ... here. New parameter errcode, describe it
9581 in the function comment.
9582 (perror_with_name): New function wrapper.
9583 * utils.h (enum errors): New stub declaration.
9584 (throw_perror_with_name): New declaration.
9585
82b821e9
PA
95862013-03-22 Pedro Alves <palves@redhat.com>
9587 Yao Qi <yao@codesourcery.com>
9588 Mark Kettenis <kettenis@gnu.org>
9589
9590 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9591 Don't let the user set the value to UINT_MAX directly.
9592 <var_integer>: Don't let the user set the value to INT_MAX
9593 directly.
9594
78a095c3
JK
95952013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 * remote.c (remote_unpush_target): New function.
9598 (remote_open_1): Remove two pop_target calls, update one comment, add
9599 comment to target_preopen call. Replace pop_target call by
9600 remote_unpush_target call.
9601 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9602 pop_target calls by remote_unpush_target calls.
9603
3e74e146
PA
96042013-03-22 Pedro Alves <palves@redhat.com>
9605
9606 * linux-nat.c (linux_child_follow_fork): Don't call
9607 linux_enable_event_reporting.
9608 (linux_handle_extended_wait): Don't call
9609 linux_enable_event_reporting.
9610
a2213dca
PA
96112013-03-22 Pedro Alves <palves@redhat.com>
9612
9613 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9614 use it to rewrite the trampoline buffers with type gdb_byte[], and
9615 undefine the macro. Remove char* cast.
9616
bd712aed
DE
96172013-03-21 Doug Evans <dje@google.com>
9618
9619 New commands "mt set per-command {space,time,symtab} {on,off}".
9620 * NEWS: Add entry.
9621 * event-top.c: #include "maint.h".
9622 * main.c: #include "maint.h".
9623 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9624 timeval-utils.h, maint.h, cli/cli-setshow.h.
9625 (per_command_time, per_command_space): New static globals.
9626 (per_command_symtab): New static global.
9627 (per_command_setlist, per_command_showlist): New static globals.
9628 (struct cmd_stats): Move here from utils.c.
9629 (set_per_command_time): Renamed from set_display_time in utils.c
9630 and moved here. All callers updated.
9631 (set_per_command_space): Renamed from set_display_space in utils.c
9632 and moved here. All callers updated.
9633 (count_symtabs_and_blocks): New function.
9634 (report_command_stats): Moved here from utils.c. Add support for
9635 printing symtab stats. Only print data if enabled before command
9636 executed.
9637 (make_command_stats_cleanup): Ditto.
9638 (sert_per_command_cmd, show_per_command_cmd): New functions.
9639 (_initialize_maint_cmds): Add new commands
9640 mt set per-command {space,time,symtab} {on,off}.
9641 * maint.h: New file.
9642 * top.c: #include "maint.h".
9643 * utils.c (reset_prompt_for_continue_wait_time): New function.
9644 (get_prompt_for_continue_wait_time): New function.
9645 * utils.h (reset_prompt_for_continue_wait_time): Declare
9646 (get_prompt_for_continue_wait_time): Declare.
9647 (make_command_stats_cleanup): Moved to maint.h.
9648 (set_display_time, set_display_space): Moved to maint.h and renamed
9649 to set_per_command_time, set_per_command_space.
9650 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9651 parse_binary_operation and made non-static. Don't call error,
9652 just return an error marker. All callers updated.
9653 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9654
d76488d8
TT
96552013-03-21 Tom Tromey <tromey@redhat.com>
9656
9657 * symfile.c (alloc_section_addr_info): Update header. Don't set
9658 'num_sections' field.
9659 (build_section_addr_info_from_section_table): Set 'num_sections'.
9660 (build_section_addr_info_from_bfd): Likewise.
9661 (build_section_addr_info_from_objfile): Remove dead loop
9662 condition.
9663 (free_section_addr_info): Unconditionally call xfree.
9664 (relative_addr_info_to_section_offsets, addrs_section_sort)
9665 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9666 condition.
9667 (syms_from_objfile_1): Remove dead 'if' condition. Check
9668 'num_sections'.
9669 (add_symbol_file_command): Set 'num_sections'.
9670 * symfile-mem.c (symbol_file_add_from_memory): Set
9671 'num_sections'.
9672 * somread.c (som_symfile_offsets): Remove dead loop condition.
9673 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9674 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9675
a72e5169 96762013-03-21 Tom Tromey <tromey@redhat.com>
92bc6a20
TT
9677
9678 * tracepoint.h (decode_agent_options): Add 'trace_string'
9679 argument.
9680 * tracepoint.c (decode_agent_options): Add 'trace_string'
9681 argument.
9682 (validate_actionline): Update.
9683 (collect_symbol): Add 'trace_string' argument.
9684 (struct add_local_symbols_data) <trace_string>: New field.
9685 (do_collect_symbol): Update.
9686 (add_local_symbols): Add 'trace_string' argument.
9687 (encode_actions_1): Update.
9688 (trace_dump_actions): Update.
9689 * dwarf2loc.c (access_memory): Update.
9690 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9691 * ax-general.c (new_agent_expr): Update.
9692 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9693 (gen_trace_for_return_address): Add argument.
9694 (trace_kludge, trace_string_kludge): Remove.
9695 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9696 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9697 (gen_trace_for_var): Add 'trace_string' argument.
9698 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9699 (gen_printf, agent_eval_command_one): Update.
9700
b2f83c08
TT
97012013-03-21 Tom Tromey <tromey@redhat.com>
9702
9703 PR exp/15109:
9704 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9705 Handle FILENAME token.
9706
9507860e
TT
97072013-03-21 Tom Tromey <tromey@redhat.com>
9708
9709 * c-exp.y (YYPRINT): Define.
9710 (c_print_token): New function.
9711
e403aa4b
TT
97122013-03-21 Tom Tromey <tromey@redhat.com>
9713
9714 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9715
af307d6a
YQ
97162013-03-21 Yao Qi <yao@codesourcery.com>
9717
9718 * ctf.c: Include "gdb_stat.h".
9719 [USE_WIN32API]: New macro 'mkdir'.
9720 (ctf_start): Use permission bits macros if they are defined.
9721
fb81d016
KS
97222013-03-20 Keith Seitz <keiths@redhat.com>
9723
9724 * breakpoint.h (struct breakpoint): Add comment to
9725 extra_string indicating that this member is mallod'd.
9726 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9727
ef0026f0
PA
97282013-03-20 Pedro Alves <palves@redhat.com>
9729
9730 PR gdb/15289
9731
9732 * cli/cli-setshow.c (do_set_command)
9733 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9734 the result of parsing the command argument. Throw error if the
9735 value is greater than UINT_MAX. Print the invalid value with
9736 plongest.
9737 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9738 result of parsing the command argument. Throw error if the value
9739 is greater than INT_MAX, not greater or equal. Also throw error
9740 if the value is less than INT_MIN. Print the invalid value with
9741 plongest.
9742 <var_zuinteger_unlimited>: Throw error if the value is greater
9743 than INT_MAX, not greater or equal.
9744 (do_show_command) <var_integer, var_zinteger,
9745 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9746
24d6c2a0
TT
97472013-03-20 Tom Tromey <tromey@redhat.com>
9748
9749 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9750 if possible.
9751 * dwarf2read.c (read_func_scope): Remove old FIXME.
9752 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9753 not LOC_COMPUTED.
9754 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9755 Unconditionally call via computed ops, if possible.
9756 * printcmd.c (address_info): Unconditionally call via computed ops,
9757 if possible.
9758 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9759 if possible.
9760 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9761 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9762 if possible.
9763
f1e6e072
TT
97642013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9765 Tom Tromey <tromey@redhat.com>
9766
9767 PR symtab/8421:
9768 * coffread.c (coff_register_index): New global.
9769 (process_coff_symbol, coff_read_enum_type): Set
9770 SYMBOL_ACLASS_INDEX.
9771 (_initialize_coffread): Initialize new global.
9772 * dwarf2loc.c (locexpr_find_frame_base_location)
9773 (dwarf2_block_frame_base_locexpr_funcs)
9774 (loclist_find_frame_base_location)
9775 (dwarf2_block_frame_base_loclist_funcs): New.
9776 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9777 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9778 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9779 (dwarf2_block_frame_base_loclist_funcs): New.
9780 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9781 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9782 globals.
9783 (read_func_scope): Update.
9784 (fixup_go_packaging, mark_common_block_symbol_computed)
9785 (var_decode_location, new_symbol_full, dwarf2_const_value):
9786 Set SYMBOL_ACLASS_INDEX.
9787 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9788 (_initialize_dwarf2_read): Initialize new globals.
9789 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9790 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9791 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9792 globals.
9793 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9794 (_initialize_mdebugread): Initialize new globals.
9795 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9796 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9797 (stab_register_index, stab_regparm_index): New globals.
9798 (define_symbol, read_enum_type, common_block_end): Set
9799 SYMBOL_ACLASS_INDEX.
9800 (_initialize_stabsread): Initialize new globals.
9801 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9802 globals.
9803 (MAX_SYMBOL_IMPLS): New define.
9804 (register_symbol_computed_impl, register_symbol_block_impl)
9805 (register_symbol_register_impl)
9806 (initialize_ordinary_address_classes): New functions.
9807 (_initialize_symtab): Call initialize_ordinary_address_classes.
9808 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9809 (struct symbol_impl): New.
9810 (SYMBOL_ACLASS_BITS): New define.
9811 (struct symbol) <aclass, ops>: Remove fields.
9812 <aclass_index>: New field.
9813 (symbol_impls): Declare.
9814 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9815 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9816 (register_symbol_computed_impl, register_symbol_block_impl)
9817 (register_symbol_register_impl): Declare.
9818 (struct symbol_computed_ops): Add location_has_loclist.
9819 (struct symbol_block_ops): New.
9820 (SYMBOL_BLOCK_OPS): New.
9821 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9822
dbccfd4c
TT
98232013-03-20 Tom Tromey <tromey@redhat.com>
9824
9825 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9826 (print_partial_symbols, recursively_search_psymtabs): Use
9827 PSYMBOL_CLASS.
9828
e3f1ad4f
PM
98292013-03-20 Pierre Muller <muller@sourceware.org>
9830
9831 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9832 addtion, subtraction, multiplication and division binary operator.
9833
460014f5
JK
98342013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9835
9836 Code cleanup.
9837 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9838 * bsd-kvm.c (bsd_kvm_close): Likewise.
9839 * bsd-uthread.c (bsd_uthread_close): Likewise.
9840 * corelow.c (core_close): Likewise.
9841 (core_close_cleanup): Remove parameter quitting from a caller.
9842 * event-top.c (async_disconnect): Likewise.
9843 * exec.c (exec_close_1): Remove parameter quitting.
9844 * go32-nat.c (go32_close): Likewise.
9845 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9846 parameter quitting from a caller.
9847 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9848 variable.
9849 (mips_linux_close): Remove parameter quitting. Remove parameter
9850 quitting from a caller.
9851 * monitor.c (monitor_close): Remove parameter quitting.
9852 * monitor.h (monitor_close): Likewise.
9853 * record-btrace.c (record_btrace_close): Likewise.
9854 * record-full.c (record_full_close): Likewise.
9855 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9856 it also from fprintf_unfiltered.
9857 * remote-mips.c (mips_close): Remove parameter quitting.
9858 (mips_detach): Remove parameter quitting from a caller.
9859 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9860 (gdbsim_close): Remove duplicate function comment. Remove parameter
9861 quitting and remove it also from printf_filtered.
9862 * remote.c (remote_close): Remove parameter quitting.
9863 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9864 * target.c (update_current_target): Remove parameter int from to_close
9865 de_fault.
9866 (push_target, unpush_target, pop_target): Remove parameter quitting from
9867 a caller.
9868 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9869 Remove parameter quitting from a caller.
9870 (target_preopen): Remove parameter quitting from a caller.
9871 (target_close): Remove parameter quitting. Remove parameter quitting
9872 from a caller two times. Remove parameter quitting also from
9873 fprintf_unfiltered.
9874 * target.h (struct target_ops): Remove parameter quitting and as int
9875 from fields to_xclose and to_close.
9876 (extern struct target_ops current_target):
9877 (target_close, pop_all_targets): Remove parameter quitting. Update the
9878 comment.
9879 (pop_all_targets_above): Remove parameter quitting.
9880 * top.c (quit_target): Remove parameter quitting from a caller.
9881 * tracepoint.c (tfile_close): Remove parameter quitting.
9882 * windows-nat.c (windows_close): Remove parameter quitting.
9883
35a7120b
CV
98842013-03-20 Corinna Vinschen <vinschen@redhat.com>
9885
9886 * windows-nat.c (handle_output_debug_string): Replace call
9887 to string_to_core_addr with call to strtoull.
9888
8249a5a9
YQ
98892013-03-20 Yao Qi <yao@codesourcery.com>
9890
9891 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9892 and write it to CTF metadata.
9893
2c15ef43
CV
98942013-03-19 Corinna Vinschen <vinschen@redhat.com>
9895
9896 * windows-nat.c (handle_output_debug_string): Change type of n to
9897 SIZE_T to avoid crash on 64 bit systems.
9898
1cdd3232
EZ
98992013-03-17 Eli Zaretskii <eliz@gnu.org>
9900
9901 * python/python-internal.h (HAVE_SNPRINTF)
9902 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9903 about redefinition of snprintf by pyerrors.h.
9904
3cb2ab1a
SE
99052013-03-15 Steve Ellcey <sellcey@mips.com>
9906
9907 * remote-sim.c (sim_command_completer): Make char arguments const.
9908
9ce98649
TT
99092013-03-15 Tom Tromey <tromey@redhat.com>
9910
9911 PR c++/15116:
9912 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9913
dccee2de
TT
99142013-03-14 Tom Tromey <tromey@redhat.com>
9915
9916 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9917 New fields.
9918 (get_file_crc): Move from symfile.c.
9919 (gdb_bfd_crc): New function.
9920 * gdb_bfd.h (gdb_bfd_crc): Declare.
9921 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9922 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9923 (separate_debug_file_exists): Use gdb_bfd_crc.
9924
cc0ea93c
TT
99252013-03-14 Tom Tromey <tromey@redhat.com>
9926
9927 * symfile.c (get_debug_link_info): Remove.
9928 (find_separate_debug_file_by_debuglink): Use
9929 bfd_get_debug_link_info.
9930
08c23b0d
TT
99312013-03-14 Tom Tromey <tromey@redhat.com>
9932
9933 * symtab.c (error_in_psymtab_expansion): New function.
9934 (lookup_symbol_aux_quick)
9935 (basic_lookup_transparent_type_quick): Remove "last resort"
9936 code. Use error_in_psymtab_expansion.
9937
288e77a7
JK
99382013-03-14 Doug Evans <dje@google.com>
9939 Jan Kratochvil <jan.kratochvil@redhat.com>
9940
9941 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9942 any successful compare_filenames_for_search or FILENAME_CMP.
9943 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9944 * symtab.c (iterate_over_some_symtabs): Likewise.
9945
8f1b8b82
JK
99462013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * source.c (print_source_lines_base): Make a local copy of
9949 symtab_to_fullname.
9950
23eb71e4
JK
99512013-03-14 Hui Zhu <hui_zhu@mentor.com>
9952 Jan Kratochvil <jan.kratochvil@redhat.com>
9953
9954 * source.c (print_source_lines_base): Suppress "file" for TUI.
9955
bb869963
SDJ
99562013-03-14 Keith Seitz <keiths@redhat.com>
9957 Alan Matsuoka <alanm@redhat.com>
9958
9959 PR c++/15203
9960 PR c++/15210
9961 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9962 TYPE_CODE_METHOD.
9963 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9964 symbols.
9965
d6682f9e
YQ
99662013-03-14 Yao Qi <yao@codesourcery.com>
9967
9968 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9969 status to tfile if trace is stopped by command 'tstop'.
9970
a22fa6e4
YQ
99712013-03-14 Yao Qi <yao@codesourcery.com>
9972
9973 * tracepoint.c (tfile_write_status): Write trace notes and user
9974 name into tfile if they are not NULL.
9975
d0353e76
YQ
99762013-03-14 Hui Zhu <hui@codesourcery.com>
9977 Yao Qi <yao@codesourcery.com>
9978
9979 * Makefile.in (REMOTE_OBS): Add ctf.o.
9980 (SFILES): Add ctf.c.
9981 (HFILES_NO_SRCDIR): Add ctf.h.
9982 * ctf.c, ctf.h: New files.
9983 * tracepoint.c: Include 'ctf.h'.
9984 (collect_pseudocommand): Remove static.
9985 (trace_save_command): Parse option "-ctf".
9986 Produce different trace file writers per option.
9987 Adjust output message.
9988 (trace_save_tfile, trace_save_ctf): New.
9989 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9990 * mi/mi-main.c: Include 'ctf.h'.
9991 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9992 trace_save_tfile or trace_save_ctf.
9993 * NEWS: Mention these changes.
9994
3f43bc09
YQ
99952013-03-14 Yao Qi <yao@codesourcery.com>
9996
9997 * tracepoint.c (trace_file_writer_xfree): New.
9998 (struct tfile_writer_data): New.
9999 (tfile_dtor, tfile_can_target_save, tfile_start): New.
10000 (tfile_write_header, tfile_write_regblock_type): New.
10001 (tfile_write_status, tfile_write_uploaded_tsv): New.
10002 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
10003 (tfile_write_raw_data, (tfile_end): New.
10004 (tfile_write_ops): New global variable.
10005 (TRACE_WRITE_R_BLOCK): New macro.
10006 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
10007 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
10008 (TRACE_WRITE_V_BLOCK): New macro.
10009 (trace_save): Add extra one parameter WRITER. Make it static.
10010 Use WRITER to writer trace.
10011 (tfile_trace_file_writer_new): New.
10012 (trace_save_command): Caller update.
10013 (trace_save_tfile): Write trace data in TFILE format.
10014 * tracepoint.h (struct trace_frame_write_ops): New.
10015 (struct trace_file_write_ops): New.
10016 (struct trace_file_writer): New.
10017 (trace_save): Remove its declaration.
10018 (trace_save_tfile): Declare it.
10019 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
10020 instead of trace_save.
10021
58665b40
PA
100222013-03-13 Pedro Alves <palves@redhat.com>
10023
10024 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
10025
10217050
PA
100262013-03-13 Pedro Alves <palves@redhat.com>
10027
10028 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
10029 commented out code.
10030 * demangle.c (current_demangling_style_string): Make it const.
10031 (set_demangling_command): Assert the demangling style is known.
10032 Remove all handling of unknown styles. Set
10033 'current_demangling_style_string' to an element of the
10034 demangling_style_names array.
10035 (set_demangling_style): Delete.
10036 (_initialize_demangler): Set current_demangling_style_string to the
10037 element of the demangling_style_names array that corresponds to
10038 the default demangling style. Remove FIXME note. Don't call
10039 set_demangling_style.
10040 * gdb-demangle.h (set_demangling_style): Remove declaration.
10041
6f937416
PA
100422013-03-13 Pedro Alves <palves@redhat.com>
10043
10044 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
10045 fields const.
10046 (ada_make_symbol_completion_list): Make "text0" parameter const.
10047 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
10048 * breakpoint.c (condition_completer): Make "text" and "word"
10049 parameters const. Adjust.
10050 (check_tracepoint_command): Adjust to validate_actionline
10051 prototype change.
10052 (catch_syscall_completer): Make "text" and "word" parameters
10053 const.
10054 * cli/cli-cmds.c (show_user): Make "comname" local const.
10055 (valid_command_p): Make "command" parameter const.
10056 (alias_command): Make "alias_prefix" and "command_prefix" locals
10057 const.
10058 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
10059 (add_alias_cmd): Make "name" and "oldname" parameters const.
10060 Adjust. No longer make copy of OLDNAME.
10061 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
10062 (add_setshow_cmd_full, add_setshow_enum_cmd)
10063 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10064 (add_setshow_filename_cmd, add_setshow_string_cmd)
10065 (add_setshow_string_noescape_cmd)
10066 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10067 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10068 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
10069 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
10070 Make "name" parameter const.
10071 (help_cmd): Rename "command" parameter to "arg". New const local
10072 "command".
10073 (find_cmd): Make "command" parameter const.
10074 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
10075 deprecated_cmd_warning prototype change.
10076 (undef_cmd_error): Make "cmdtype" parameter const.
10077 (lookup_cmd): Make "line" parameter const.
10078 (deprecated_cmd_warning): Change type of "text" parameter to
10079 pointer to const char, from pointer to pointer to char. Adjust.
10080 (lookup_cmd_composition): Make "text" parameter const.
10081 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
10082 parameters const.
10083 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
10084 const.
10085 * cli/cli-script.c (validate_comname): Make "tem" local const.
10086 (define_command): New const local "tem_c". Use it in calls to
10087 lookup_cmd.
10088 (document_command): Make "tem" and "comfull" locals const.
10089 (show_user_1): Make "prefix" and "name" parameters const.
10090 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
10091 const.
10092 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
10093 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
10094 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
10095 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
10096 (complete_on_enum, add_setshow_enum_cmd)
10097 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10098 (add_setshow_filename_cmd, add_setshow_string_cmd)
10099 (add_setshow_string_noescape_cmd)
10100 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10101 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10102 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
10103 Change prototypes, constifying strings.
10104 * completer.c (noop_completer, filename_completer): Make "text"
10105 and "prefix" parameters const.
10106 (location_completer, expression_completer)
10107 (complete_line_internal): Make "text" and "prefix" parameters
10108 const and adjust.
10109 (command_completer, signal_completer): Make "text" and "prefix"
10110 parameters const.
10111 * completer.h (noop_completer, filename_completer)
10112 (expression_completer, location_completer, command_completer)
10113 (signal_completer): Change prototypes.
10114 * corefile.c (complete_set_gnutarget): Make "text" and "word"
10115 parameters const.
10116 * cp-abi.c (cp_abi_completer): Likewise.
10117 * expression.h (parse_expression_for_completion): Change
10118 prototype.
10119 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
10120 parameters const.
10121 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
10122 * infrun.c (handle_completer): Make "text" and "word" parameters
10123 const.
10124 * interps.c (interpreter_completer): Make "text" and "word"
10125 parameters const.
10126 * language.h (struct language_defn)
10127 <la_make_symbol_completion_list>: Make "text" and "word"
10128 parameters const.
10129 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
10130 (parse_exp_in_context): Rename to ...
10131 (parse_exp_in_context_1): ... this.
10132 (parse_exp_in_context): Reimplement, with const hack from
10133 parse_exp_1.
10134 (parse_expression_for_completion): Make "string" parameter const.
10135 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
10136 to pointer to const char. Adjust.
10137 (print_command_1): Make "exp" parameter const.
10138 (output_command): Rename to ...
10139 (output_command_const): ... this. Make "exp" parameter const.
10140 (output_command): Reimplement.
10141 (x_command): Adjust.
10142 (display_command): Rename "exp" parameter to "arg". New "exp"
10143 local, const version of "arg".
10144 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
10145 "cmd_name" local const.
10146 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
10147 call.
10148 (cmdpy_completer): Make "text" and "word" parameters const.
10149 (gdbpy_parse_command_name): Make "prefix_text2" local const.
10150 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
10151 const.
10152 * remote.c (_initialize_remote): Make "cmd_name" local const.
10153 * symtab.c (language_search_unquoted_string): Make "text" and "p"
10154 parameters const. Adjust.
10155 (completion_list_add_fields): Make "sym_text", "text" and "word"
10156 parameters const.
10157 (struct add_name_data) <sym_text, text, word>: Make fields const.
10158 (default_make_symbol_completion_list_break_on): Make "text" and
10159 "word" parameters const. Adjust locals.
10160 (default_make_symbol_completion_list)
10161 (make_symbol_completion_list, make_symbol_completion_type)
10162 (make_symbol_completion_list_fn): Make "text" and "word"
10163 parameters const.
10164 (make_file_symbol_completion_list): Make "text", "word" and
10165 "srcfile" parameters const. Adjust locals.
10166 (add_filename_to_list): Make "text" and "word" parameters const.
10167 (struct add_partial_filename_data) <text, word>: Make fields
10168 const.
10169 (make_source_files_completion_list): Make "text" and "word"
10170 parameters const.
10171 * symtab.h (default_make_symbol_completion_list_break_on)
10172 (default_make_symbol_completion_list, make_symbol_completion_list)
10173 (make_symbol_completion_type enum type_code)
10174 (make_symbol_completion_list_fn make_file_symbol_completion_list)
10175 (make_source_files_completion_list): Change prototype.
10176 * top.c (execute_command): Adjust to pass pointer to pointer to
10177 const char to lookup_cmd, and to deprecated_cmd_warning prototype
10178 change.
10179 (set_verbose): Make "cmdname" local const.
10180 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
10181 and adjust.
10182 (validate_actionline): Make "line" parameter a pointer to const
10183 char, and adjust.
10184 (encode_actions_1): Make "action_exp" local const, and adjust.
10185 (encode_actions): Adjust.
10186 (replace_comma): Delete.
10187 (trace_dump_actions): Make "action_exp" and "next_comma" locals
10188 const, and adjust. Don't frob the action string while splitting
10189 it at commas. Instead, make a copy of each split substring in
10190 turn.
10191 (trace_dump_command): Adjust to validate_actionline prototype
10192 change.
10193 * tracepoint.h (decode_agent_options, decode_agent_options)
10194 (encode_actions, validate_actionline): Change prototypes.
10195 * valprint.h (output_command): Delete declaration.
10196 (output_command_const): Declare.
10197 * value.c (function_destroyer): Cast const away in xfree call.
10198
a0bcdaa7
PA
101992013-03-13 Pedro Alves <palves@redhat.com>
10200
10201 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
10202 rather than casting 'const char * const *' to 'const char **'.
10203 * ada-lex.l (processInt): Make "trailer" local const. Remove
10204 'const char **' cast.
10205 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
10206 locals, and use those as strtol output pointer, instead than doing
10207 invalid casts to from 'const char **' to 'char **'.
10208 (_initialize_demangle): Remove cast.
10209 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
10210 locals, and use those as strtol output pointer, instead than doing
10211 invalid casts to from 'const char **' to 'char **'.
10212 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
10213 casts.
10214 * stap-probe.c (stap_parse_register_operand)
10215 (stap_parse_single_operand): Likewise.
10216
8ddb1965
YQ
102172013-03-13 Yao Qi <yao@codesourcery.com>
10218
10219 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
10220 the last matched 'V' blcok in trace frame.
10221
2d450646
JB
102222013-03-12 Joel Brobecker <brobecker@adacore.com>
10223
10224 * NEWS: Create a new section for the next release branch.
10225 Rename the section of the current branch, now that it has
10226 been cut.
10227
b4b79973 102282013-03-12 Joel Brobecker <brobecker@adacore.com>
10229
10230 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
10231 * version.in: Bump version to 7.6.50.20130312-cvs.
10232
ee047554
KS
102332013-03-12 Keith Seitz <keiths@redhat.com>
10234
10235 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
10236 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
10237 Remove temporary copy of input string.
10238 (mi_execute_command_wrapper): Make "cmd" const.
10239 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
10240 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
10241 Use const strings.
10242 (mi_parse): Make "cmd" const.
10243 Use const strings.
10244 * mi/mi-parse.h (mi_parse): Make "cmd" const.
10245
bbc13ae3
KS
102462013-03-12 Keith Seitz <keiths@redhat.com>
10247
10248 * ada-lang.c (ada_read_renaming_var_value): Pass const
10249 pointer to expression string to parse_exp_1.
10250 (create_excep_cond_exprs): Likewise.
10251 * ax-gdb.c (agent_eval_command_one): Likewise.
10252 (maint_agent_printf_command): Likewise.
10253 Constify much of the string handling/parsing.
10254 * breakpoint.c (set_breakpoint_condition): Pass const
10255 pointer to expression string to parse_exp_1.
10256 (update_watchpoint): Likewise.
10257 (parse_cmd_to_aexpr): Constify string handling.
10258 Pass const pointer to parse_exp_1.
10259 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
10260 (find_condition_and_thread): Likewise.
10261 Make TOK const.
10262 (watch_command_1): Make "arg" const.
10263 Constify string handling.
10264 Copy the expression string instead of changing the input
10265 string.
10266 (update_breakpoint_location): Pass const pointer to
10267 parse_exp_1.
10268 * eval.c (parse_and_eval_address): Make "exp" const.
10269 (parse_to_comma_and_eval): Make "expp" const.
10270 (parse_and_eval): Make "exp" const.
10271 * expression.h (parse_expression): Make argument const.
10272 (parse_exp_1): Make first argument const.
10273 * findcmd.c (parse_find_args): Treat "args" as const.
10274 * linespec.c (parse_linespec): Pass const pointer to
10275 linespec_expression_to_pc.
10276 (linespec_expression_to_pc): Make "exp_ptr" const.
10277 * parse.c (parse_exp_1): Make "stringptr" const.
10278 Make a copy of the expression to pass to parse_exp_in_context until
10279 this whole interface can be constified.
10280 (parse_expression): Make "string" const.
10281 * printcmd.c (ui_printf): Treat "arg" as const.
10282 Handle const strings.
10283 * tracepoint.c (validate_actionline): Pass const pointer to
10284 all calls to parse_exp_1.
10285 (encode_actions_1): Likewise.
10286 * value.h (parse_to_comma_and_eval): Make argument const.
10287 (parse_and_eval_address): Likewise.
10288 (parse_and_eval): Likewise.
10289 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10290 (varobj_set_value): Likewise.
10291 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10292 constify string handling.
10293 Pass const pointers to parse_and_eval_address and
10294 parse_to_comman_and_eval.
10295 * cli/cli-utils.c (skip_to_space): Rename to ...
10296 (skip_to_space_const): ... this. Handle const strings.
10297 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10298 skip_to_space_const.
10299 (skip_to_space_const): Declare.
10300 * common/format.c (parse_format_string): Make "arg" const.
10301 Handle const strings.
10302 * common/format.h (parse_format_string): Make "arg" const.
10303 * gdbserver/ax.c (ax_printf): Make "format" const.
10304 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10305 of the expression string.
10306
f3cec7e6
HZ
103072013-03-12 Hui Zhu <hui@codesourcery.com>
10308
10309 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10310
9df7235c
HZ
103112013-03-12 Yao Qi <yao@codesourcery.com>
10312 Hui Zhu <hui@codesourcery.com>
10313
10314 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10315 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10316 DW_OP_deref_size.
10317
82d049ab
PH
103182013-03-12 Paul Hilfinger <hilfingr@adacore.com>
10319
5f8e0b8f
MF
10320 * ada-lex.l (rules): Only recognize 'thread' as a
10321 delimiter when followed by numerals, as for c-exp.y.
10322 Use new rewind_to_char function to rewind the input for
10323 expression-delimiting tokens.
10324 (rewind_to_char): New function.
82d049ab 10325
8c1fb155
JK
103262013-03-11 Pedro Alves <palves@redhat.com>
10327 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 * configure: Regenerate.
10330 * configure.ac (check dynamic export flag): Link python test with
10331 $PYTHON_LIBS.
10332
cc81e1c6
DE
103332013-03-11 Doug Evans <dje@google.com>
10334 Keith Seitz <keiths@redhat.com>
10335
10336 * linespec.c (find_linespec_symbols): Call find_function_symbols
10337 first, and then call lookup_prefix_sym/find_method.
10338
39086a0e
PA
103392013-03-11 Pedro Alves <palves@redhat.com>
10340
10341 * charset.c (convert_between_encodings): Don't cast between
10342 different pointer to pointer types. Instead, make the 'inp' local
10343 be of the type iconv expects.
10344 (wchar_iterate): Don't cast between different pointer to pointer
10345 types. Instead, use new pointer local of the type iconv expects.
10346 * target.c (target_read_stralloc, target_fileio_read_stralloc):
10347 Add new local of type char pointer, and use it to get a
10348 char/string view of the byte buffer, instead of casting between
10349 pointer to pointer types.
10350
90585175
HAQ
103512013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
10352
10353 * remote.c (remote_set_trace_buffer_size): Move != operator
10354 to the start of next line to fix an ARI warning.
10355
59ea5688
MM
103562013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10357
10358 * NEWS: Add record changes.
10359
946287b7
MM
103602013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10361
10362 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10363 the instruction history disassembly.
10364 * disasm.c (dump_insns): Omit the pc prefix, if requested.
10365 * disasm.h (DISASSEMBLY_OMIT_PC): New.
10366
afedecd3
MM
103672013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10368
10369 * Makefile.in (SFILES): Add record-btrace.c
10370 (COMMON_OBS): Add record-btrace.o
10371 * record-btrace.c: New.
10372 * objfiles.c: Include btrace.h.
10373 (free_objfile): call btrace_free_objfile.
10374
15984c13
MM
103752013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10376
10377 * target.c (target_call_history, target_call_history_from,
10378 target_call_history_range): New.
10379 * target.h (target_ops) <to_call_history, to_call_history_from,
10380 to_call_history_range>: New fields.
10381 (target_call_history, target_call_history_from,
10382 target_call_history_range): New declaration.
10383 * record.c (get_call_history_modifiers, cmd_record_call_history,
10384 record_call_history_size): New.
10385 (_initialize_record): Add the "record function-call-history" command.
10386 Add "set/show record function-call-history-size" commands.
10387 * record.h (record_print_flag): New.
10388
67c86d06
MM
103892013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10390
10391 * target.h (target_ops) <to_insn_history, to_insn_history_from,
10392 to_insn_history_range>: New fields.
10393 (target_insn_history): New.
10394 (target_insn_history_from): New.
10395 (target_insn_history_range): New.
10396 * target.c (target_insn_history): New.
10397 (target_insn_history_from): New.
10398 (target_insn_history_range): New.
10399 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10400 (record_insn_history_size): New.
10401 (get_insn_number): New.
10402 (get_context_size): New.
10403 (no_chunk): New.
10404 (get_insn_history_modifiers): New.
10405 (cmd_record_insn_history): New.
10406 (_initialize_record): Add "set/show record instruction-history-size"
10407 command. Add "record instruction-history" command.
10408
7c1687a9
MM
104092013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10410
10411 * record.h (record_disconnect): New.
10412 (record_detach): New.
10413 (record_mourn_inferior): New.
10414 (record_kill): New.
10415 * record-full.c (record_disconnect, record_detach,
10416 record_mourn_inferior, record_kill): Move to...
10417 * record.c: ...here.
10418 (DEBUG): New.
10419 (record_stop): New.
10420 (record_unpush): New.
10421 (cmd_record_stop): Call record_stop. Replace unpush_target
10422 call with record_unpush call.
10423 (record_disconnect, record_detach): Assert that the target
10424 is of record stratum. Call record_unpush, record_stop, and
10425 DEBUG.
10426 (record_mourn_inferior, record_kill): Assert that the target
10427 is of record stratum. Call record_unpush and DEBUG.
10428
25ea693b
MM
104292013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10430
10431 * record-full.h, record-full.c (record_memory_query): Rename
10432 to ...
10433 (record_full_memory_query): ...this. Update all users.
10434 (record_arch_list_add_reg): Rename to ...
10435 (record_full_arch_list_add_reg): ...this. Update all users.
10436 (record_arch_list_add_mem): Rename to ...
10437 (record_full_arch_list_add_mem): ...this. Update all users.
10438 (record_arch_list_add_end): Rename to ...
10439 (record_full_arch_list_add_end): ...this. Update all users.
10440 (record_gdb_operation_disable_set): Rename to ...
10441 (record_full_gdb_operation_disable_set): ...this.
10442 Update all users.
10443
88d1aa9d
MM
104442013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10445
10446 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10447 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10448 (RECORD_IS_REPLAY): Renamed to ...
10449 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10450 (RECORD_FILE_MAGIC): Renamed to ...
10451 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10452 (record_mem_entry): Renamed to ...
10453 (record_full_mem_entry): ... this. Updated all users.
10454 (record_reg_entry): Renamed to ...
10455 (record_full_reg_entry): ... this. Updated all users.
10456 (record_end_entry): Renamed to ...
10457 (record_full_end_entry): ... this. Updated all users.
10458 (record_type) <record_end, record_reg, record_mem>: Renamed
10459 to ...
10460 (record_full_type) <record_full_end, record_full_reg,
10461 record_full_mem>: ... this. Updated all users.
10462 (record_entry): Renamed to ...
10463 (record_full_entry): ... this. Updated all users.
10464 (record_core_buf_entry): Renamed to ...
10465 (record_full_core_buf_entry): ... this. Updated all users.
10466 (record_core_regbuf): Renamed to ...
10467 (record_full_core_regbuf): ... this. Updated all users.
10468 (record_core_start): Renamed to ...
10469 (record_full_core_start): ... this. Updated all users.
10470 (record_core_end): Renamed to ...
10471 (record_full_core_end): ... this. Updated all users.
10472 (record_core_buf_list): Renamed to ...
10473 (record_full_core_buf_list): ... this. Updated all users.
10474 (record_first): Renamed to ...
10475 (record_full_first): ... this. Updated all users.
10476 (record_list): Renamed to ...
10477 (record_full_list): ... this. Updated all users.
10478 (record_arch_list_head): Renamed to ...
10479 (record_full_arch_list_head): ... this. Updated all users.
10480 (record_arch_list_tail): Renamed to ...
10481 (record_full_arch_list_tail): ... this. Updated all users.
10482 (record_stop_at_limit): Renamed to ...
10483 (record_full_stop_at_limit): ... this. Updated all users.
10484 (record_insn_max_num): Renamed to ...
10485 (record_full_insn_max_num): ... this. Updated all users.
10486 (record_insn_num): Renamed to ...
10487 (record_full_insn_num): ... this. Updated all users.
10488 (record_insn_count): Renamed to ...
10489 (record_full_insn_count): ... this. Updated all users.
10490 (record_ops): Renamed to ...
10491 (record_full_ops): ... this. Updated all users.
10492 (record_core_ops): Renamed to ...
10493 (record_full_core_ops): ... this. Updated all users.
10494 (set_record_cmdlist): Renamed to ...
10495 (set_record_full_cmdlist): ... this. Updated all users.
10496 (show_record_cmdlist): Renamed to ...
10497 (show_record_full_cmdlist): ... this. Updated all users.
10498 (record_cmdlist): Renamed to ...
10499 (record_full_cmdlist): ... this. Updated all users.
10500 (record_beneath_to_resume_ops): Renamed to ...
10501 (record_full_beneath_to_resume_ops): ... this. Updated all users.
10502 (record_beneath_to_resume): Renamed to ...
10503 (record_full_beneath_to_resume): ... this. Updated all users.
10504 (record_beneath_to_wait_ops): Renamed to ...
10505 (record_full_beneath_to_wait_ops): ... this. Updated all users.
10506 (record_beneath_to_wait): Renamed to ...
10507 (record_full_beneath_to_wait): ... this. Updated all users.
10508 (record_beneath_to_store_registers_ops): Renamed to ...
10509 (record_full_beneath_to_store_registers_ops): ... this.
10510 Updated all users.
10511 (record_beneath_to_store_registers): Renamed to ...
10512 (record_full_beneath_to_store_registers): ... this.
10513 Updated all users.
10514 (record_beneath_to_xfer_partial_ops): Renamed to ...
10515 (record_full_beneath_to_xfer_partial_ops): ... this.
10516 Updated all users.
10517 (record_beneath_to_xfer_partial): Renamed to ...
10518 (record_full_beneath_to_xfer_partial): ... this.
10519 Updated all users.
10520 (record_beneath_to_insert_breakpoint): Renamed to ...
10521 (record_full_beneath_to_insert_breakpoint): ... this.
10522 Updated all users.
10523 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10524 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10525 Updated all users.
10526 (record_beneath_to_stopped_data_address): Renamed to ...
10527 (record_full_beneath_to_stopped_data_address): ... this.
10528 Updated all users.
10529 (record_beneath_to_async): Renamed to ...
10530 (record_full_beneath_to_async): ... this. Updated all users.
10531 (record_goto_insn): Renamed to ...
10532 (record_full_goto_insn): ... this. Updated all users.
10533 (record_save): Renamed to ...
10534 (record_full_save): ... this. Updated all users.
10535 (record_reg_alloc): Renamed to ...
10536 (record_full_reg_alloc): ... this. Updated all users.
10537 (record_reg_release): Renamed to ...
10538 (record_full_reg_release): ... this. Updated all users.
10539 (record_mem_alloc): Renamed to ...
10540 (record_full_mem_alloc): ... this. Updated all users.
10541 (record_mem_release): Renamed to ...
10542 (record_full_mem_release): ... this. Updated all users.
10543 (record_end_alloc): Renamed to ...
10544 (record_full_end_alloc): ... this. Updated all users.
10545 (record_end_release): Renamed to ...
10546 (record_full_end_release): ... this. Updated all users.
10547 (record_entry_release): Renamed to ...
10548 (record_full_entry_release): ... this. Updated all users.
10549 (record_list_release): Renamed to ...
10550 (record_full_list_release): ... this. Updated all users.
10551 (record_list_release_following): Renamed to ...
10552 (record_full_list_release_following): ... this.
10553 Updated all users.
10554 (record_list_release_first): Renamed to ...
10555 (record_full_list_release_first): ... this. Updated all users.
10556 (record_arch_list_add): Renamed to ...
10557 (record_full_arch_list_add): ... this. Updated all users.
10558 (record_get_loc): Renamed to ...
10559 (record_full_get_loc): ... this. Updated all users.
10560 (record_check_insn_num): Renamed to ...
10561 (record_full_check_insn_num): ... this. Updated all users.
10562 (record_arch_list_cleanups): Renamed to ...
10563 (record_full_arch_list_cleanups): ... this. Updated all users.
10564 (record_message): Renamed to ...
10565 (record_full_message): ... this. Updated all users.
10566 (record_message_wrapper): Renamed to ...
10567 (record_full_message_wrapper): ... this. Updated all users.
10568 (record_message_wrapper_safe): Renamed to ...
10569 (record_full_message_wrapper_safe): ... this. Updated all users.
10570 (record_gdb_operation_disable): Renamed to ...
10571 (record_full_gdb_operation_disable): ... this. Updated all users.
10572 (record_hw_watchpoint): Renamed to ...
10573 (record_full_hw_watchpoint): ... this. Updated all users.
10574 (record_exec_insn): Renamed to ...
10575 (record_full_exec_insn): ... this. Updated all users.
10576 (record_restore): Renamed to ...
10577 (record_full_restore): ... this. Updated all users.
10578 (record_async_inferior_event_token): Renamed to ...
10579 (record_full_async_inferior_event_token): ... this.
10580 Updated all users.
10581 (record_async_inferior_event_handler): Renamed to ...
10582 (record_full_async_inferior_event_handler): ... this.
10583 Updated all users.
10584 (record_core_open_1): Renamed to ...
10585 (record_full_core_open_1): ... this. Updated all users.
10586 (record_open_1): Renamed to ...
10587 (record_full_open_1): ... this. Updated all users.
10588 (record_open): Renamed to ...
10589 (record_full_open): ... this. Updated all users.
10590 (record_close): Renamed to ...
10591 (record_full_close): ... this. Updated all users.
10592 (record_resume_step): Renamed to ...
10593 (record_full_resume_step): ... this. Updated all users.
10594 (record_resumed): Renamed to ...
10595 (record_full_resumed): ... this. Updated all users.
10596 (record_execution_dir): Renamed to ...
10597 (record_full_execution_dir): ... this. Updated all users.
10598 (record_resume): Renamed to ...
10599 (record_full_resume): ... this. Updated all users.
10600 (record_get_sig): Renamed to ...
10601 (record_full_get_sig): ... this. Updated all users.
10602 (record_sig_handler): Renamed to ...
10603 (record_full_sig_handler): ... this. Updated all users.
10604 (record_wait_cleanups): Renamed to ...
10605 (record_full_wait_cleanups): ... this. Updated all users.
10606 (record_wait_1): Renamed to ...
10607 (record_full_wait_1): ... this. Updated all users.
10608 (record_wait): Renamed to ...
10609 (record_full_wait): ... this. Updated all users.
10610 (record_stopped_by_watchpoint): Renamed to ...
10611 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10612 (record_disconnect): Renamed to ...
10613 (record_full_disconnect): ... this. Updated all users.
10614 (record_detach): Renamed to ...
10615 (record_full_detach): ... this. Updated all users.
10616 (record_mourn_inferior): Renamed to ...
10617 (record_full_mourn_inferior): ... this. Updated all users.
10618 (record_kill): Renamed to ...
10619 (record_full_kill): ... this. Updated all users.
10620 (record_stopped_data_address): Renamed to ...
10621 (record_full_stopped_data_address): ... this. Updated all users.
10622 (record_registers_change): Renamed to ...
10623 (record_full_registers_change): ... this. Updated all users.
10624 (record_store_registers): Renamed to ...
10625 (record_full_store_registers): ... this. Updated all users.
10626 (record_xfer_partial): Renamed to ...
10627 (record_full_xfer_partial): ... this. Updated all users.
10628 (record_breakpoint): Renamed to ...
10629 (record_full_breakpoint): ... this. Updated all users.
10630 (record_breakpoint_p): Renamed to ...
10631 (record_full_breakpoint_p): ... this. Updated all users.
10632 (record_breakpoints): Renamed to ...
10633 (record_full_breakpoints): ... this. Updated all users.
10634 (record_sync_record_breakpoints): Renamed to ...
10635 (record_full_sync_record_breakpoints): ... this.
10636 Updated all users.
10637 (record_init_record_breakpoints): Renamed to ...
10638 (record_full_init_record_breakpoints): ... this.
10639 Updated all users.
10640 (record_insert_breakpoint): Renamed to ...
10641 (record_full_insert_breakpoint): ... this. Updated all users.
10642 (record_remove_breakpoint): Renamed to ...
10643 (record_full_remove_breakpoint): ... this. Updated all users.
10644 (record_can_execute_reverse): Renamed to ...
10645 (record_full_can_execute_reverse): ... this. Updated all users.
10646 (record_get_bookmark): Renamed to ...
10647 (record_full_get_bookmark): ... this. Updated all users.
10648 (record_goto_bookmark): Renamed to ...
10649 (record_full_goto_bookmark): ... this. Updated all users.
10650 (record_async): Renamed to ...
10651 (record_full_async): ... this. Updated all users.
10652 (record_can_async_p): Renamed to ...
10653 (record_full_can_async_p): ... this. Updated all users.
10654 (record_is_async_p): Renamed to ...
10655 (record_full_is_async_p): ... this. Updated all users.
10656 (record_execution_direction): Renamed to ...
10657 (record_full_execution_direction): ... this. Updated all users.
10658 (record_info): Renamed to ...
10659 (record_full_info): ... this. Updated all users.
10660 (record_delete): Renamed to ...
10661 (record_full_delete): ... this. Updated all users.
10662 (record_is_replaying): Renamed to ...
10663 (record_full_is_replaying): ... this. Updated all users.
10664 (record_goto_entry): Renamed to ...
10665 (record_full_goto_entry): ... this. Updated all users.
10666 (record_goto_begin): Renamed to ...
10667 (record_full_goto_begin): ... this. Updated all users.
10668 (record_goto_end): Renamed to ...
10669 (record_full_goto_end): ... this. Updated all users.
10670 (record_goto): Renamed to ...
10671 (record_full_goto): ... this. Updated all users.
10672 (init_record_ops): Renamed to ...
10673 (init_record_full_ops): ... this. Updated all users.
10674 (record_core_resume): Renamed to ...
10675 (record_full_core_resume): ... this. Updated all users.
10676 (record_core_kill): Renamed to ...
10677 (record_full_core_kill): ... this. Updated all users.
10678 (record_core_fetch_registers): Renamed to ...
10679 (record_full_core_fetch_registers): ... this. Updated all users.
10680 (record_core_prepare_to_store): Renamed to ...
10681 (record_full_core_prepare_to_store): ... this. Updated all users.
10682 (record_core_store_registers): Renamed to ...
10683 (record_full_core_store_registers): ... this. Updated all users.
10684 (record_core_xfer_partial): Renamed to ...
10685 (record_full_core_xfer_partial): ... this. Updated all users.
10686 (record_core_insert_breakpoint): Renamed to ...
10687 (record_full_core_insert_breakpoint): ... this. Updated all users.
10688 (record_core_remove_breakpoint): Renamed to ...
10689 (record_full_core_remove_breakpoint): ... this. Updated all users.
10690 (record_core_has_execution): Renamed to ...
10691 (record_full_core_has_execution): ... this. Updated all users.
10692 (init_record_core_ops): Renamed to ...
10693 (init_record_full_core_ops): ... this. Updated all users.
10694 (cmd_record_restore): Renamed to ...
10695 (cmd_record_full_restore): ... this. Updated all users.
10696 (record_save_cleanups): Renamed to ...
10697 (record_full_save_cleanups): ... this. Updated all users.
10698 (cmd_record_start): Renamed to ...
10699 (cmd_record_full_start): ... this. Updated all users.
10700 (set_record_insn_max_num): Renamed to ...
10701 (set_record_full_insn_max_num): ... this. Updated all users.
10702 (set_record_command): Renamed to ...
10703 (set_record_full_command): ... this. Updated all users.
10704 (show_record_command): Renamed to ...
10705 (show_record_full_command): ... this. Updated all users.
10706 (_initialize_record): Renamed to ...
10707 (_initialize_record_full): ... this. Updated all users.
10708
d02ed0bb
MM
107092013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10710
10711 * record.h: Split into this and ...
10712 * record-full.h: ... this.
10713 * record.c: Split into this and ...
10714 * record-full.c: ... this.
10715 * target.h (target_ops): Add new fields to_info_record,
10716 to_save_record, to_delete_record, to_record_is_replaying,
10717 to_goto_record_begin, to_goto_record_end, to_goto_record.
10718 (target_info_record): New.
10719 (target_save_record): New.
10720 (target_supports_delete_record): New.
10721 (target_delete_record): New.
10722 (target_record_is_replaying): New.
10723 (target_goto_record_begin): New.
10724 (target_goto_record_end): New.
10725 (target_goto_record): New.
10726 * target.c (target_info_record): New.
10727 (target_save_record): New.
10728 (target_supports_delete_record): New.
10729 (target_delete_record): New.
10730 (target_record_is_replaying): New.
10731 (target_goto_record_begin): New.
10732 (target_goto_record_end): New.
10733 (target_goto_record): New.
10734 * record.h: Declare struct cmd_list_element.
10735 (record_cmdlist): New declaration.
10736 (set_record_cmdlist): New declaration.
10737 (show_record_cmdlist): New declaration.
10738 (info_record_cmdlist): New declaration.
10739 (cmd_record_goto): New declaration.
10740 * record.c: Remove unnecessary includes.
10741 Include inferior.h.
10742 (cmd_record_goto): Remove declaration.
10743 (record_cmdlist): Now extern. Initialize.
10744 (set_record_cmdlist): Now extern. Initialize.
10745 (show_record_cmdlist): Now extern. Initialize.
10746 (info_record_cmdlist): Now extern. Initialize.
10747 (find_record_target): New.
10748 (require_record_target): New.
10749 (cmd_record_start): Update.
10750 (cmd_record_delete): Remove target-specific code.
10751 Call target_delete_record.
10752 (cmd_record_stop): Unpush any record target.
10753 (set_record_insn_max_num): Move to record-full.c
10754 (set_record_command): Add comment.
10755 (show_record_command): Add comment.
10756 (info_record_command): Update comment.
10757 Remove target-specific code.
10758 Call the record target's to_info_record.
10759 (cmd_record_start): New.
10760 (cmd_record_goto): Now extern.
10761 Remove target-specific code.
10762 Call target_goto_begin, target_goto_end, or target_goto.
10763 (_initialize_record): Move record target ops initialization to
10764 record-full.c.
10765 Change "record" command help text.
10766 Move "record restore", "record set", and "record show" commands to
10767 record-full.c.
10768 * Makefile.in (SFILES): Add record-full.c.
10769 (HFILES_NO_SRCDIR): Add record-full.h.
10770 (COMMON_OBS): Add record-full.o.
10771 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10772 * arm-tdep.c: Include record-full.h.
10773 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10774 * i386-tdep.c: Include record-full.h.
10775 * infrun.c: Include record-full.h.
10776 * linux-record.c: Include record-full.h.
10777 * moxie-tdep.c: Include record-full.h.
10778 * record-full.c: Include record-full.h.
10779 Change module comment.
10780 (set_record_full_cmdlist): New.
10781 (show_record_full_cmdlist): New.
10782 (record_full_cmdlist): New.
10783 (record_goto_insn): New declaration.
10784 (record_save): New declaration.
10785 (record_check_insn_num): Change query string.
10786 (record_info): New.
10787 (record_delete): New.
10788 (record_is_replaying): New.
10789 (record_goto_entry): New.
10790 (record_goto_begin): New.
10791 (record_goto_end): New.
10792 (record_goto): New.
10793 (init_record_ops): Update.
10794 (init_record_core_ops): Update.
10795 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10796 (cmd_record_start): New.
10797 (set_record_insn_max_num): Moved from record.c
10798 (set_record_full_command): New.
10799 (show_record_full_command): New.
10800 (_initialize_record_full): New.
10801
b48d48eb
MM
108022013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10803
10804 * target.h (add_deprecated_target_alias): New.
10805 * target.c (add_deprecated_target_alias): New.
10806
a950d57c
MM
108072013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10808
10809 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10810 and signal.h.
10811 (linux_supports_btrace): Add kernel and
10812 cpuid check.
10813 (kernel_supports_btrace): New function.
10814 (cpu_supports_btrace): New function.
10815 (intel_supports_btrace): New function.
10816
9accd112
MM
108172013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10818
10819 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10820 * remote.c: Include btrace.h.
10821 (struct btrace_target_info): New struct.
10822 (remote_supports_btrace): New function.
10823 (send_Qbtrace): New function.
10824 (remote_enable_btrace): New function.
10825 (remote_disable_btrace): New function.
10826 (remote_teardown_btrace): New function.
10827 (remote_read_btrace): New function.
10828 (init_remote_ops): Add btrace ops.
10829 (enum <unnamed>): Add btrace packets.
10830 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10831 (_initialize_remote): Add packet configuration for branch tracing.
10832
c12a2917
MM
108332013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10834
10835 * features/btrace.dtd: New file.
10836 * Makefile.in (XMLFILES): Add btrace.dtd.
10837 * btrace.h (parse_xml_btrace): New declaration.
10838 * btrace.c: Include xml-support.h.
10839 (parse_xml_btrace): New function.
10840 (parse_xml_btrace_block): New function.
10841 (block_attributes): New struct.
10842 (btrace_attributes): New struct.
10843 (btrace_children): New struct.
10844 (btrace_elements): New struct.
10845
3e3aea48
MM
108462013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10847
10848 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10849 (amd64_linux_enable_btrace): New.
10850 (amd64_linux_disable_btrace): New.
10851 (amd64_linux_teardown_btrace): New.
10852 (_initialize_amd64_linux_nat): Initialize btrace ops.
10853 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10854 (i386_linux_enable_btrace): New.
10855 (i386_linux_disable_btrace): New.
10856 (i386_linux_teardown_btrace): New.
10857 (_initialize_i386_linux_nat): Initialize btrace ops.
10858 * config/i386/linux.mh: Add linux-btrace.o.
10859 * config/i386/linux64.mh: Add linux-btrace.o.
10860
7c97f91e
MM
108612013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10862
10863 * common/linux_btrace.h: New file.
10864 * common/linux_btrace.c: New file.
10865 * Makefile.in (SFILES): Add btrace.c.
10866 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10867 (COMMON_OBS): Add btrace.o.
10868 (linux-btrace.o): New rule.
10869
1999790b 108702013-03-11 Markus Metzger <markus.t.metzger@intel.com>
02d27625
MM
10871
10872 * target.h: Include btrace.h.
10873 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10874 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10875 * target.c (target_supports_btrace): New function.
10876 (target_enable_btrace): New function.
10877 (target_disable_btrace): New function.
10878 (target_teardown_btrace): New function.
10879 (target_read_btrace): New function.
10880 * btrace.h: New file.
10881 * btrace.c: New file.
10882 * Makefile.in: Add btrace.c.
10883 * gdbthread.h: Include btrace.h.
10884 (struct thread_info): Add btrace field.
10885 * thread.c: Include btrace.h.
10886 (clear_thread_inferior_resources): Call target_teardown_btrace.
10887 * common/btrace-common.h: New file.
10888
61a31a67
JK
108892013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10892 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10893 kill_status to outer block.
10894
05c56a9d
JK
108952013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 Fix entry-values if the callee called a noreturn function.
10898 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10899 get_frame_address_in_block. Add new comment.
10900
9112db09
JK
109012013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10902
10903 Fix entry-values in C++ across CUs.
10904 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10905 lookup_minimal_symbol. Add a comment.
10906 * dwarf2read.c
10907 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10908 DW_AT_linkage_name.
10909
9b67fcec
YQ
109102013-03-08 Yao Qi <yao@codesourcery.com>
10911
10912 * tracepoint.c (_initialize_tracepoint): Indent the code.
10913
6221be90
PA
109142013-03-08 Pedro Alves <palves@redhat.com>
10915
10916 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10917 (parse_find_args, find_command): Change type of pattern buffer
10918 locals to 'gdb_byte *'.
10919
be9a119c 109202013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
10921 Hafiz Abid Qadeer <abidh@codesourcery.com>
10922
10923 * NEWS: Mention set and show trace-buffer-size commands.
10924 Mention new packet.
10925 * target.h (struct target_ops): New method
10926 to_set_trace_buffer_size.
10927 (target_set_trace_buffer_size): New macro.
10928 * target.c (update_current_target): Set up new method.
10929 * tracepoint.c (trace_buffer_size): New global.
10930 (start_tracing): Send it to the target.
10931 (set_trace_buffer_size): New function.
10932 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10933 * remote.c (remote_set_trace_buffer_size): New function.
10934 (_initialize_remote): Use it.
10935 (QTBuffer:size) New remote command.
10936 (PACKET_QTBuffer_size): New enum.
10937 (remote_protocol_features): Add an entry for
10938 PACKET_QTBuffer_size.
10939
7da3ab79
TT
109402013-03-08 Tom Tromey <tromey@redhat.com>
10941
10942 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10943 variable.
10944
0c1f71e7
PA
109452013-03-07 Pedro Alves <palves@redhat.com>
10946
10947 * target.c (target_read_stralloc, target_fileio_read_alloc):
10948 *Cast pointer to 'gdb_byte *' in target call.
10949
c8af03a2
PA
109502013-03-07 Pedro Alves <palves@redhat.com>
10951
10952 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10953 call.
10954
529480d0
KS
109552013-03-07 Keith Seitz <keiths@redhat.com>
10956
10957 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10958 (trace_pass_command): Likewise.
10959 * cli/cli-cmds.c: Include cli/cli-utils.h.
10960 (source_command): Use skip-spaces.
10961 (disassemble_command): Likewise.
10962 * findcmd.c: Include cli/cli-utils.h.
10963 (parse_find_args): Use skip_spaces.
10964 * go32-nat.c: Include cli/cli-utils.h.
10965 (go32_sldt): Use skip_spaces.
10966 (go32_sgdt): Likewise.
10967 (go32_sidt): Likewise.
10968 (go32_pde): Likewise.
10969 (go32_pte): Likewise.
10970 (go32_pte_for_address): Likewise.
10971 * infcmd.c: Include cli/cli-utils.h.
10972 (registers_info): Use skip_spaces.
10973 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10974 (linux_info_proc): Likewise.
10975 * linux-thread-db.c: Include cli/cli-utils.h.
10976 (info_auto_load_libthread_db): Use skip_spaces_const.
10977 * m32r-rom.c: Include cli/cli-utils.h.
10978 (m32r_upload_command): Use skip_spaces.
10979 * maint.c: Include cli/cli-utils.h.
10980 (maintenance_translate_address): Use skip_spaces.
10981 * mi/mi-parse.c: Include cli/cli-utils.h.
10982 (mi_parse_argv): Use skip_spaces.
10983 (mi_parse): Likewise.
10984 * minsyms.c: Include cli/cli-utils.h.
10985 (msymbol_hash_iw): Use skip_spaces_const.
10986 * objc-lang.c: Include cli/cli-utils.h.
10987 (parse_selector): Use skip_spaces.
10988 (parse_method): Likewise.
10989 * python/python.c: Include cli/cli-utils.h.
10990 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10991 (python_command)[HAVE_PYTHON]: Likewise.
10992 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10993 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10994 (m32r_load): Use skip_spaces.
10995 * serial.c: Include cli/cli-utils.h.
10996 (serial_open): Use skip_spaces_const.
10997 * stack.c: Include cli/cli-utils.h.
10998 (parse_frame_specification_1): Use skip_spaces_const.
10999 * symfile.c: Include cli/cli-utils.h.
11000 (set_ext_lang_command): Use skip_spaces.
11001 * symtab.c: Include cli/cli-utils.h.
11002 (rbreak_command): Use skip_spaces.
11003 * thread.c (thread_name_command): Use skip_spaces.
11004 * tracepoint.c (validate_actionline): Use skip_spaces.
11005 (encode_actions_1): Likewise.
11006 (trace_find_range_command): Likewise.
11007 (trace_find_outside_command): Likewise.
11008 (trace_dump_actions): Likewise.
11009
ac91cd70
PA
110102013-03-07 Pedro Alves <palves@redhat.com>
11011
11012 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
11013 * expprint.c (print_subexp_standard): Likewise.
11014 * utils.c (host_char_to_target): Likewise.
11015 * valprint.c (generic_emit_char, generic_printstr): Likewise.
11016 * varobj.c (value_get_print_value): Change type of local to char*.
11017 Cast it gdb_byte * in call to language printer.
11018
2898e560
PA
110192013-03-07 Pedro Alves <palves@redhat.com>
11020
11021 * charset.c (struct wchar_iterator) <input>: Change type to 'const
11022 gdb_byte *'.
11023 (make_wchar_iterator): Remove cast to char*.
11024 (wchar_iterate): Change type of local.
11025
a09b4448
PA
110262013-03-07 Pedro Alves <palves@redhat.com>
11027
11028 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
11029 for 'regcache->register_status'.
11030
20ced3e4
PA
110312013-03-07 Pedro Alves <palves@redhat.com>
11032
c2d6a675 11033 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
20ced3e4
PA
11034 int.
11035
fe106009
PA
110362013-03-07 Pedro Alves <palves@redhat.com>
11037
11038 * stap-probe.c (handle_stap_probe): Add cast to char*.
11039
8ac2c12b
PA
110402013-03-07 Pedro Alves <palves@redhat.com>
11041
11042 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
11043 RECORD_MSGRCV>: Pass a signed variable to
11044 regcache_raw_read_signed, instead of an unsigned one.
11045
99f0a309
PA
110462013-03-07 Pedro Alves <palves@redhat.com>
11047
11048 * remote-notif.c (notif_debug): Change type to int.
11049 * remote-notif.h (notif_debug): Likewise.
11050
964b8317
PA
110512013-03-07 Pedro Alves <palves@redhat.com>
11052
11053 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
11054
f0cc8ad4
PA
110552013-03-07 Pedro Alves <palves@redhat.com>
11056
11057 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
11058 * remote.h (hex2bin, bin2hex): ... here.
11059 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
11060
77dec115
EZ
110612013-03-07 Eli Zaretskii <eliz@gnu.org>
11062
11063 * utils.c (initialize_utils): Improve doc strings of "set/show
11064 width", "set/show height", and "set/show pagination".
11065
741d92cf
KS
110662013-03-06 Keith Seitz <keiths@redhat.com>
11067
11068 * ax-gdb.c (gen_printf): Make FORMAT const.
11069 * ax-gdb.h (gen_printf): Likewise.
11070 * ax-general.c (ax_string): Make STR const.
11071 * ax.h (ax_string): Likewise.
11072
7b6c814e
DE
110732013-03-06 Doug Evans <dje@google.com>
11074
11075 * elfread.c (elf_symfile_read): Move debugging printf to more
11076 logical location.
11077
634334ab
PA
110782013-03-06 Pedro Alves <palves@redhat.com>
11079
11080 * python/py-utils.c (target_string_to_unicode): Delete function.
11081 * python/python-internal.h (target_string_to_unicode): Delete
11082 declaration.
11083
e482a1a7
PM
110842013-03-06 Pierre Muller <muller@sourceware.org>
11085
11086 * linespec.c (get_current_search_block): ARI fix, use (void)
11087 for empty parameter list.
11088
4eeaa230
DE
110892013-03-05 Doug Evans <dje@google.com>
11090
11091 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
11092 of old ada_lookup_symbol_list. In !full_search case, don't
11093 search superblocks.
11094 (ada_lookup_symbol_list): Delete arg full_search, all callers
11095 updated. Call ada_lookup_symbol_list_worker.
11096 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
11097 * ada-lang.h (ada_lookup_symbol_list): Update.
11098 * language.h (language_defn): Update comment for
11099 la_iterate_over_symbols.
11100 * linespec.c (iterate_over_file_blocks): New function.
11101 (iterate_over_all_matching_symtabs): Call it.
11102 (lookup_prefix_sym): Ditto.
11103 (get_current_search_block): New function.
11104 (get_search_block): Delete.
11105 (find_label_symbols): Call get_current_search_block.
11106 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
11107 * symtab.c (iterate_over_symbols): Don't search superblocks.
11108
b69b1fb1
YQ
111092013-03-05 Yao Qi <yao@codesourcery.com>
11110
11111 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
11112 parameter VAR's type from "unsigned int" to "int".
11113 * command.h (var_zuinteger_unlimited): Update its comments.
11114 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
11115
3c095f49
CV
111162013-03-05 Corinna Vinschen <vinschen@redhat.de>
11117
11118 * NEWS: Mention new target x86_64-*-cygwin*.
11119
b5b0b0af
CV
111202013-03-05 Corinna Vinschen <vinschen@redhat.de>
11121
11122 * configure.host: Add x86_64-*-cygwin* as host.
11123 * configure.tgt: Add x86_64-*-cygwin* as target.
11124 * config/i386/cygwin64.mh: New file.
11125
f6f99966
JK
111262013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11127
11128 * linespec.c (decode_line_2): Fix duplicate request off by two message.
11129
33f448b1
JK
111302013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11131
11132 * linespec.c (struct linespec_canonical_name): New.
11133 (struct linespec_state): Change canonical_names type to it.
11134 (add_sal_to_sals): Change variable canonical_name to canonical. Change
11135 xrealloc element size. Initialize the different CANONICAL fields.
11136 (canonical_to_fullform): New.
11137 (filter_results): Use it. Add variables canonical, fullform and
11138 cleanup.
11139 (struct decode_line_2_item, decode_line_2_compare_items): New.
11140 (decode_line_2): Remove variables iter and item_names, add variables
11141 items and items_count. Modify the code for these new variables.
11142
feb14725
CV
111432013-03-04 Corinna Vinschen <vinschen@redhat.com>
11144
11145 * coff-pe-read.c (read_pe_exported_syms): Don't return without
11146 calling do_cleanup.
11147
e83b17ba
HZ
111482013-03-04 Luis Machado <lgustavo@codesourcery.com>
11149
11150 * tracepoint.c (build_traceframe_info): Add code for byte order.
11151
a2d13a0d
KB
111522013-03-02 Kevin Buettner <kevinb@redhat.com>
11153
8dddcae8
KB
11154 * v850-tdep.c: (v850e2_register_name): Revise system register
11155 names to match current V850E2M architecture specifications.
11156 Update register number enum comments too.
f5aee5ee 11157
d79e58d8
JW
111582013-03-01 Jiong Wang <jiwang@tilera.com>
11159 Pedro Alves <palves@redhat.com>
11160
11161 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
11162 to END_ADDR.
11163 (tilegx_skip_prologue): Limit prologue analysis to section end.
11164
c4be5165
JK
111652013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11166
11167 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
11168 use it.
11169
e362b510
PA
111702013-03-01 Pedro Alves <palves@redhat.com>
11171
11172 Use gdb_byte for bytes from the program being debugged.
11173
11174 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
11175 Change type of local 'buf' to gdb_byte.
11176 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
11177 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
11178 * cris-tdep.c (cris_sigcontext_addr)
11179 (cris_sigtramp_frame_unwind_cache): Likewise.
11180 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
11181 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
11182 Likewise.
11183 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
11184 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
11185 (hppa32_hpux_search_dummy_call_sequence)
11186 (hppa_hpux_supply_save_state): Likewise.
11187 * hppa-linux-tdep.c (insns_match_pattern)
11188 (hppa_linux_find_global_pointer): Likewise.
11189 * hppa-tdep.c (hppa_in_function_epilogue_p)
11190 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
11191 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
11192 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
11193 (i386fbsd_collect_uthread): Likewise.
11194 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
11195 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
11196 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
11197 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
11198 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
11199 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
11200 (ia64_libunwind_frame_prev_register)
11201 (ia64_libunwind_sigtramp_frame_this_id)
11202 (ia64_find_global_pointer_from_dynamic_section)
11203 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
11204 (ia64_unwind_pc): Likewise.
11205 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
11206 * m68hc11-tdep.c (m68hc11_push_dummy_call)
11207 (m68hc11_extract_return_value): Likewise.
11208 * m68klinux-nat.c (fetch_register, store_register): Likewise.
11209 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
11210 (mep_get_insn, mep_push_dummy_call): Likewise.
11211 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
11212 (mips_linux_in_dynsym_stub): Likewise.
11213 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
11214 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
11215 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
11216 to gdb_byte.
11217 * remote-mips.c (mips_set_register): Likewise.
11218 * remote-sim.c (gdbsim_fetch_register): Likewise.
11219 * score-tdep.c (score7_fetch_inst): Change type of parameter
11220 'memblock' and local 'buf' to gdb_byte.
11221 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
11222 Change type of local 'buf' to gdb_byte. Adjust.
11223 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
11224 to gdb_byte**.
11225 (score7_analyze_prologue): Change type of 'memblock' and
11226 'memblock_ptr' locals to gdb_byte*.
11227 * sh64-tdep.c (sh64_extract_return_value)
11228 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
11229 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
11230 * solib-pa64.c (pa64_solib_create_inferior_hook)
11231 (pa64_open_symbol_file_object): Remove local 'buf'.
11232 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
11233 (som_open_symbol_file_object): Likewise.
11234 * solib-spu.c (spu_current_sos): Likewise.
11235 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
11236 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
11237 (spu_store_registers): Likewise.
11238 * target.c (debug_print_register): Likewise.
11239 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
11240 * xstormy16-tdep.c (xstormy16_store_return_value)
11241 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
11242 (xstormy16_find_jmp_table_entry): Likewise.
11243
75cc61ca 112442013-03-01 Jiong Wang <jiwang@tilera.com>
61d8bd0e
JW
11245
11246 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
11247 (tilegx_gdbarch_init): Install it.
11248
ddb08e9c
TT
112492013-02-28 Tom Tromey <tromey@redhat.com>
11250
11251 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
11252 PyLong_Check.
11253
62d7fb51
DE
112542013-02-28 Doug Evans <dje@google.com>
11255
11256 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
11257 * python/python.c (gdbpy_find_pc_line): Ditto.
11258
c4a9e8b4
TT
112592013-02-28 Tom Tromey <tromey@redhat.com>
11260
11261 * contrib/excheck.py: New file.
11262 * contrib/exsummary.py: New file.
11263 * contrib/gcc-with-excheck: New file.
11264
7f6a5dde
TT
112652013-02-28 Tom Tromey <tromey@redhat.com>
11266
11267 * python/python.c (gdbpy_print_stack): Call begin_line and
11268 fprintf_filtered inside TRY_CATCH.
11269
9e974e55
TT
112702013-02-28 Tom Tromey <tromey@redhat.com>
11271
11272 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11273 inside TRY_CATCH.
11274
dd5fa3e7
TT
112752013-02-28 Tom Tromey <tromey@redhat.com>
11276
11277 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11278 frame_object_to_frame_info inside TRY_CATCH.
11279
86a3263f
TT
112802013-02-28 Tom Tromey <tromey@redhat.com>
11281
11282 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11283 TRY_CATCH.
11284
81b52a3a
TT
112852013-02-28 Tom Tromey <tromey@redhat.com>
11286
11287 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11288
d50a0ce2
CV
112892013-02-27 Corinna Vinschen <vinschen@redhat.com>
11290
11291 * windows-nat.c: Throughout, fix format strings and casts of
11292 printf-like functions to avoid type related warnings on all
11293 platforms.
11294 (handle_output_debug_string): Fetch context information address
11295 from debug string using string_to_core_addr.
11296
e1f58301
JW
112972013-02-27 Jiong Wang <jiwang@tilera.com>
11298
11299 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11300 * regformats/reg-tilegx32.dat: New.
11301
4fcd89fc
JW
113022013-02-27 Jiong Wang <jiwang@tilera.com>
11303
11304 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11305
748d24e6
JW
113062013-02-27 Jiong Wang <jiwang@tilera.com>
11307
11308 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11309
6c8e944d
YQ
113102013-02-27 Yao Qi <yao@codesourcery.com>
11311 Pedro Alves <palves@redhat.com>
11312
11313 * tracepoint.c (tfile_trace_find): For tfind
5f8e0b8f
MF
11314 pc/tp/range/outside, look for the next trace frame instead of
11315 always starting from frame 0.
6c8e944d 11316
acd7db30
AG
113172013-02-26 Anthony Green <green@moxielogic.com>
11318
11319 * configure.tgt: Add support for moxie-*-rtems* target.
11320
025e6dce
PA
113212013-02-25 Pedro Alves <palves@redhat.com>
11322
11323 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11324 warning text.
11325
ca9c94ef
MR
113262013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11327
11328 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11329 if $fp is used as the virtual frame pointer.
11330
24c274a1
AM
113312013-02-23 Alan Modra <amodra@gmail.com>
11332
11333 * elfread.c (elf_symtab_read): Do not use udata.p here to find
11334 symbol size.
11335 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11336 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11337 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11338 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11339
bfada189
JK
113402013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11341
11342 Code cleanup.
11343 * elfread.c (build_id_bfd_get): Make the return type const.
11344 (build_id_verify): Make the check parameter const.
11345 (build_id_to_debug_filename): Make the build_id parameter and variable
11346 data const.
11347 (find_separate_debug_file_by_buildid): Make the variable build_id const.
11348
c0355132
AM
113492013-02-21 Alan Modra <amodra@gmail.com>
11350
11351 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11352
9f44fbc0
SCR
113532013-02-20 Siva Chandra Reddy <sivachandra@google.com>
11354
11355 Add a new method 'disassemble' to gdb.Architecture class.
11356 * python/py-arch.c (archpy_disassmble): Implementation of the
11357 new method gdb.Architecture.disassemble.
11358 (arch_object_methods): Add entry for the new method.
11359
b74ea3eb
JW
113602013-02-20 Jiong Wang <jiwang@tilera.com>
11361
11362 * MAINTAINERS (Write After Approval): Add myself to the list.
11363
61a672f1
PA
113642013-02-19 Pedro Alves <palves@redhat.com>
11365
11366 Garbage collect 'struct monitor_ops'::load_routine.
11367
11368 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11369 * monitor.c (monitor_load): No longer call
11370 current_monitor->load_routine.
11371 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11372 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11373 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11374
40e397df
PA
113752013-02-19 Pedro Alves <palves@redhat.com>
11376
11377 PR gdb/15161
11378
11379 Harmonize with generic_load.
11380
11381 * monitor.c: Include "readline/readline.h".
11382 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
11383 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
11384 long/strtol for the 'load_offset' local. Error out if no argument
11385 is given or if too many arguments are given. Tilde expand the
11386 passed in file name.
11387
f698ca8e
KT
113882013-02-19 Kai Tietz <ktietz@redhat.com>
11389
11390 PR gdb/15161
11391 * symfile.c (load_section_data): Change type of load_offset
11392 to CORE_ADDR.
11393 (generic_load): User strtoulst instead of strtoul for conversion
11394 of load_offset.
11395
3361b059
WL
113962013-02-19 Jiong Wang <jiwang@tilera.com>
11397
11398 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11399 for return address, "lr" register, saved on stack.
11400 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11401 after we invoke tilegx_analyze_prologue.
11402
3e9d5130
WL
114032013-02-19 Jiong Wang <jiwang@tilera.com>
11404
bb1bcd86
WL
11405 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11406
3361b059 114072013-02-19 Jiong Wang <jiwang@tilera.com>
bb1bcd86 11408
b74ea3eb 11409 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 11410
4aaf2503
WL
114112013-02-19 Jiong Wang <jiwang@tilera.com>
11412
b74ea3eb 11413 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
11414 (tilegx_write_pc): New function.
11415 (tilegx_cannot_reference_register): Return zero if REGNO
11416 is TILEGX_FAULTNUM_REGNUM.
11417 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11418 (tilegx_register_name): Add handling of "faultnum" register.
11419 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11420 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11421 handling of TILEGX_FAULTNUM_REGNUM.
11422 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11423
bc23a956
WL
114242013-02-19 Jiong Wang <jiwang@tilera.com>
11425
11426 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 11427 should be aligned to 64bit.
bc23a956 11428
42f45f1a
KT
114292013-02-19 Kai Tietz <ktietz@redhat.com>
11430
11431 * windows-nat.c (windows_xfer_memory): Fix debug-output
11432 for LLP64.
11433
6ce4c112
LL
114342013-02-19 Lei Liu <lei.liu2@windriver.com>
11435
11436 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11437 Don't check DSP register number if HAVE_DSP is not set.
11438
30e8ee25
AM
114392013-02-19 Alan Modra <amodra@gmail.com>
11440
11441 * elfread.c (struct build_id): Delete. Use struct elf_build_id
11442 throughout file instead.
11443 (build_id_bfd_get): Update to use new elf_tdata build_id field.
11444 Don't xmalloc return value.
11445 (build_id_verify): Similarly. Don't xfree.
11446 (build_id_to_debug_filename): Update.
11447 (find_separate_debug_file_by_buildid): Update, don't xfree.
11448
4c9ad8c2
TT
114492013-02-18 Tom Tromey <tromey@redhat.com>
11450
11451 PR gdb/15102:
11452 * dwarf2read.c (read_subrange_type): Use result of
11453 'check_typedef'.
11454
983dc440
YQ
114552013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
11456
11457 * frame.c: Remove one extra white space after #include
11458 directive.
11459
7fb2b84a
JK
114602013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11461
11462 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11463
edceb2a9
JK
114642013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11467 and dir commands into an if block.
11468
e81b7af8
TT
114692013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
11470
11471 * python/py-breakpoint (struct pybp_code): Use int instead of
11472 enum type_code.
11473
f5911ea1
HAQ
114742013-02-15 Pedro Alves <pedro@codesourcery.com>
11475 Hafiz Abid Qadeer <abidh@codesourcery.com>
11476
11477 * NEWS: Mention new field "trace-file".
11478 * tracepoint.c (trace_status_mi): Output "trace-file" field.
11479 (tfile_open): Record the trace file's filename in the trace
11480 status.
11481 (tfile_files_info): Mention the name of the trace file.
11482 Check the "filename" field explicitely.
11483 (trace_status_command): Explicitely check "filename" field.
11484 (trace_find_command): Ditto.
11485 (trace_find_pc_command): Ditto.
11486 (trace_find_tracepoint_command): Ditto.
11487 (trace_find_line_command): Ditto.
11488 (trace_find_range_command): Ditto.
11489 (trace_find_outside_command): Ditto.
11490 * tracepoint.h (struct trace_status) <from_file>: Rename it
11491 to "filename" and make it hold the trace file's filename
11492 instead of a boolean.
11493 * remote.c (remote_get_trace_status): Initialize "filename"
11494 field with NULL instead of 0.
11495
796cb314
YQ
114962013-02-15 Yao Qi <yao@codesourcery.com>
11497
11498 * remote.c: Fix a typo.
11499
42e79b1d
PM
115002013-02-14 Pierre Muller <muller@sourceware.org>
11501
11502 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11503
baea0dae
PA
115042013-02-14 Pedro Alves <palves@redhat.com>
11505
11506 * utils.c (savestring): Don't #undef it. Move function to
11507 common/common-utils.c.
11508 * common/common-utils.c: Include gdb_string.h.
11509 (savestring): Move here from utils.c.
11510 * common/common-utils.h (savestring): Declare.
11511
57c3b6ed
PA
115122013-02-14 Pedro Alves <palves@redhat.com>
11513
11514 * utils.c (savestring): Rename parameter 'size' to 'len'.
11515
d6c44983
YZ
115162013-02-14 Pedro Alves <palves@redhat.com>
11517 Yufeng Zhang <yufeng.zhang@arm.com>
11518
11519 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11520 (aarch64_inferior_data, struct aarch64_inferior_data):
11521 Delete.
11522 (struct aarch64_process_info): New.
11523 (aarch64_process_list): New global.
11524 (aarch64_find_process_pid, aarch64_add_process)
11525 (aarch64_process_info_get): New functions.
11526 (aarch64_inferior_data_get): Delete.
11527 (aarch64_process_info_get): New function.
11528 (aarch64_forget_process): New function.
11529 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11530 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11531 aarch64_get_debug_reg_state.
11532 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11533 instead of linux_nat_iterate_watchpoint_lwps.
11534 (aarch64_linux_new_fork): New function.
11535 (aarch64_linux_child_post_startup_inferior): Use
11536 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11537 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11538 (aarch64_linux_remove_hw_breakpoint)
11539 (aarch64_handle_aligned_watchpoint)
11540 (aarch64_handle_unaligned_watchpoint)
11541 (aarch64_linux_insert_watchpoint)
11542 (aarch64_linux_remove_watchpoint)
11543 (aarch64_linux_stopped_data_address): Adjust to pass the current
11544 process id to aarch64_debug_reg_state.
11545 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11546 linux_nat_new_fork hook, and aarch64_forget_process as
11547 linux_nat_forget_process hook; remove the call to
11548 register_inferior_data_with_cleanup.
11549
4819b3f8
PA
115502013-02-14 Pedro Alves <palves@redhat.com>
11551
11552 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11553 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11554 lval_memory.
11555
1773c82c
HAQ
115562013-02-14 Pedro Alves <pedro@codesourcery.com>
11557 Hafiz Abid Qadeer <abidh@codesourcery.com>
11558
11559 * tracepoint.h (validate_trace_state_variable_name): Declare.
11560 * tracepoint.c (validate_trace_state_variable_name): New.
11561 (trace_variable_command): Parse the trace state variable's name
11562 without using parse_expression. Do several validations.
11563 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11564 trace state variable's name with parse_expression. Validate it.
11565
53778a97
YQ
115662013-02-14 Yao Qi <yao@codesourcery.com>
11567
11568 * infcmd.c (breakpoint_proceeded): Remove it.
11569
7b3ae3a6
YQ
115702013-02-14 Yao Qi <yao@codesourcery.com>
11571
11572 * tracepoint.c (end_actions_pseudocommand): Make it static.
11573 (while_stepping_pseudocommand): Likewise.
11574 * tracepoint.h (end_actions_pseudocommand): Remove the
11575 declaration.
11576 (while_stepping_pseudocommand): Likewise.
11577
64580925
YQ
115782013-02-14 Yao Qi <yao@codesourcery.com>
11579
11580 * cli/cli-decode.c (help_cmd): Remove the declaration of
11581 "cmdlist".
11582 (help_all): Likewise.
11583
26cb8b7c
PA
115842013-02-13 Pedro Alves <palves@redhat.com>
11585
11586 * amd64-linux-nat.c (update_debug_registers_callback):
11587 Update comment.
11588 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11589 iterate_over_lwps.
11590 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11591 i386_debug_reg_state.
11592 (amd64_linux_new_fork): New function.
11593 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11594 linux_nat_new_fork hook, and i386_forget_process as
11595 linux_nat_forget_process hook.
11596 * i386-linux-nat.c (update_debug_registers_callback):
11597 Update comment.
a8256ea1 11598 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
11599 iterate_over_lwps.
11600 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11601 i386_debug_reg_state.
11602 (i386_linux_new_fork): New function.
11603 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11604 linux_nat_new_fork hook, and i386_forget_process as
11605 linux_nat_forget_process hook.
11606 * i386-nat.c (i386_init_dregs): Delete.
11607 (i386_inferior_data, struct i386_inferior_data):
11608 Delete.
11609 (struct i386_process_info): New.
11610 (i386_process_list): New global.
11611 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11612 New functions.
11613 (i386_inferior_data_get): Delete.
11614 (i386_process_info_get): New function.
11615 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11616 (i386_forget_process): New function.
11617 (i386_cleanup_dregs): Rewrite.
11618 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11619 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11620 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11621 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11622 to i386_debug_reg_state.
11623 (i386_use_watchpoints): Don't register inferior data.
11624 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11625 adjust comment.
11626 (i386_forget_process): Declare.
11627 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11628 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11629 New static globals.
11630 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11631 (add_initial_lwp): New, factored out from ...
11632 (add_lwp): ... this. Don't check the number of lwps before
11633 calling linux_nat_new_thread.
11634 (linux_nat_iterate_watchpoint_lwps): Delete.
11635 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11636 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11637 forks and vforks.
11638 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11639 initial lwp.
11640 (linux_nat_kill, linux_nat_mourn_inferior): Call
11641 linux_nat_forget_process.
11642 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11643 (linux_nat_forget_process): New functions.
11644 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11645 type.
11646 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11647 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11648 types.
11649 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11650 (linux_nat_forget_process): New declarations.
11651
11652 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11653 (amd64fbsd_mourn_inferior): New function.
11654 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11655 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11656
5befea72
MS
116572013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11658
55015247
YQ
11659 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11660 Adding _().
5befea72 11661
1d3ffd6b
MS
116622013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11663
11664 * aarch64-linux-nat.c (debug_reg_change_callback)
11665 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11666 %s and phex().
11667
6eb04473
MS
116682013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11669
11670 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11671 with LONGEST.
11672
a016fc87
HAQ
116732013-02-13 Pedro Alves <palves@redhat.com>
11674 Hafiz Abid Qadeer <abidh@codesourcery.com>
11675
11676 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11677
e234dfaf
TT
116782013-02-12 Tom Tromey <tromey@redhat.com>
11679
11680 PR symtab/11464:
11681 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11682 NAME return.
11683 (classify_inner_name): Remove 'first_name' argument, add
11684 'context'. Remove unused variable.
11685 (yylex): Explicitly maintain the context type. Exit loop earlier
11686 if NAME result is seen.
11687
0b1afbb3
PA
116882013-02-12 Pedro Alves <palves@redhat.com>
11689
11690 * amd64-darwin-tdep.c: Add (C) after Copyright.
11691 * cli/cli-cmds.h: Ditto.
11692 * cli/cli-decode.c: Ditto.
11693 * cli/cli-decode.h: Ditto.
11694 * cli/cli-dump.c: Ditto.
11695 * cli/cli-dump.h: Ditto.
11696 * cli/cli-interp.c: Ditto.
11697 * cli/cli-logging.c: Ditto.
11698 * cli/cli-script.c: Ditto.
11699 * cli/cli-script.h: Ditto.
11700 * cli/cli-setshow.c: Ditto.
11701 * cli/cli-setshow.h: Ditto.
11702 * cli/cli-utils.c: Ditto.
11703 * cli/cli-utils.h: Ditto.
11704 * config/alpha/nm-osf3.h: Ditto.
11705 * config/djgpp/djconfig.sh: Ditto.
11706 * config/i386/nm-fbsd.h: Ditto.
11707 * config/i386/nm-i386gnu.h: Ditto.
11708 * config/nm-linux.h: Ditto.
11709 * config/nm-nto.h: Ditto.
11710 * config/rs6000/nm-rs6000.h: Ditto.
11711 * config/sparc/nm-sol2.h: Ditto.
11712 * darwin-nat-info.c: Ditto.
11713 * dfp.c: Ditto.
11714 * dfp.h: Ditto.
11715 * gdb-demangle.h: Ditto.
11716 * i386-darwin-nat.c: Ditto.
11717 * i386-darwin-tdep.c: Ditto.
11718 * linux-fork.h: Ditto.
11719 * m32c-tdep.c: Ditto.
11720 * microblaze-linux-tdep.c: Ditto.
11721 * microblaze-rom.c: Ditto.
11722 * microblaze-tdep.c: Ditto.
11723 * microblaze-tdep.h: Ditto.
11724 * mips-linux-tdep.h: Ditto.
11725 * ppc-ravenscar-thread.c: Ditto.
11726 * ppc-ravenscar-thread.h: Ditto.
11727 * prologue-value.c: Ditto.
11728 * prologue-value.h: Ditto.
11729 * ravenscar-thread.c: Ditto.
11730 * ravenscar-thread.h: Ditto.
11731 * sparc-ravenscar-thread.c: Ditto.
11732 * sparc-ravenscar-thread.h: Ditto.
11733 * tilegx-linux-tdep.c: Ditto.
11734 * unwind_stop_reasons.def: Ditto.
11735 * windows-nat.h: Ditto.
11736 * xtensa-linux-tdep.c: Ditto.
11737 * xtensa-xtregs.c: Ditto.
11738 * regformats/regdat.sh: Ditto.
11739 * regformats/regdef.h: Ditto.
11740
6c01dd94
PA
117412013-02-12 Pedro Alves <palves@redhat.com>
11742
11743 * break-catch-sig.c: Update copyright years.
11744
b65a2bd9
SCR
117452013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11746
11747 Add support for a destructor for ui_out data and use it to
11748 provide a ui_out destructor.
11749 * ui-out.h: Declare the new ui_out destructor.
11750 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11751 * ui-out.c (default_data_destroy): Add a default data destructor
11752 which does nothing.
11753 (default_ui_out_impl): Set the new data_destroy field to
11754 default_data_destroy
11755 (uo_data_destroy): Local function which invokes the data
11756 destructor if present.
11757 (clear_table): Local function which clears the table data of a
11758 ui_out object.
11759 (ui_out_destroy): Public function which frees a ui_out object.
11760 (ui_out_table_end): Use the new clear_table function.
11761 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11762 NULL.
11763 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11764 to NULL.
11765
c2792f5a
DE
117662013-02-11 Doug Evans <dje@google.com>
11767
11768 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11769 (printf_decfloat): New function. Broken out from ui_printf.
11770 Remove unnecessary code to shift the entire format string down.
11771 (printf_pointer): New function.
11772 (ui_printf): Code to print C strings, wide C strings, decfloats,
11773 and pointers moved to separate functions.
11774
d9e98382
SDJ
117752013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11776
11777 * valops.c (value_assign): Handling bitfield offset in
11778 `lval_internalvar_component' case.
11779
4ff3ce77
DE
117802013-02-08 Doug Evans <dje@google.com>
11781
11782 * common/format.c (parse_format_string): Fix whitespace.
11783
901900c4
MGD
117842013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11785
11786 * stack.c (return_command): Work around uninitialized variable
11787 warning.
11788
b5dbc8d4
YZ
117892013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11790
11791 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11792 number of the registers from 36 to 34.
11793
51d66578
MS
117942013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11795
11796 * NEWS: Mention new AArch64 native and target support.
11797
176b1c95
MS
117982013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11799
11800 * MAINTAINERS (Write After Approval): Add myself.
11801
9d19df75
MS
118022013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11803 Marcus Shawcroft <marcus.shawcroft@arm.com>
11804 Nigel Stephens <nigel.stephens@arm.com>
11805 Yufeng Zhang <yufeng.zhang@arm.com>
11806
11807 * aarch64-linux-nat.c: New file.
11808 * config/aarch64/linux.mh: New file.
11809 * configure.host: Add AArch64.
11810 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11811
7e1e0340
DE
118122013-02-07 Doug Evans <dje@google.com>
11813
11814 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11815 disassemble command.
11816
45e25a36
MS
118172013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11818
11819 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11820 set_gdbarch_fetch_tls_load_module_address.
11821
bbfdfe1c
DM
118222013-02-06 David S. Miller <davem@davemloft.net>
11823
11824 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11825 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11826 * value.c (struct_return_convention): New function.
11827 (using_struct_return): Implement in terms of struct_return_convention.
11828 * value.h (struct_return_convention): Declare.
11829 * stack.c (return_command): Allow successful overriding of the return
11830 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11831
bc9abe4a
TT
118322013-02-06 Tom Tromey <tromey@redhat.com>
11833
11834 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11835 outside of TRY_CATCH.
11836
134a2066
YQ
118372013-02-06 Yao Qi <yao@codesourcery.com>
11838
11839 * mi/mi-interp.c: Include "tracepoint.h".
11840 (mi_tsv_modified): Declare.
11841 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11842 (mi_interpreter_init): Call observer_attach_tsv_modified.
11843 (mi_tsv_modified): New.
11844 (mi_tsv_created, mi_tsv_deleted): Update.
11845 * tracepoint.c (trace_variable_command): Call
11846 observer_notify_tsv_modified if the initial value of tsv is
11847 changed.
11848 (delete_trace_state_variable): Call
11849 observer_notify_tsv_deleted earlier.
11850 (trace_variable_command): Caller update.
11851 (create_tsv_from_upload): Likewise.
11852 * observer.sh: Declare "struct trace_state_variable".
11853
11854 * NEWS: Mention the new MI notification "=tsv-modified".
11855
59be2b6a
DE
118562013-02-05 Doug Evans <dje@google.com>
11857
11858 * completer.c (location_completer): Fix typo in comment.
11859
d30113d4
JK
118602013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11863 ADDRESS sorted.
11864
14ac654f
MS
118652013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11866
11867 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11868 Refactor if statement to avoid trailing || operator.
11869
543bf33d
AT
118702013-02-05 Andreas Tobler <andreast@fgznet.ch>
11871
11872 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11873
dc18f110
AT
118742013-02-04 Andreas Tobler <andreast@fgznet.ch>
11875
11876 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11877 * configure.host: Add powerpc*-*-freebsd* target.
11878 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11879 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11880 * config/powerpc/fbsd.mh: New file.
11881
b3ac9c77
SDJ
118822013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11883 Denys Vlasenko <dvlasenk@redhat.com>
11884 Pedro Alves <palves@redhat.com>
11885
11886 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11887 (struct elf_internal_linux_prpsinfo): Forward declare.
11888 * gdbarch.h, gdbarch.c: Regenerate.
11889 * linux-tdep.c: Include `cli/cli-utils.h'.
11890 (linux_fill_prpsinfo): New function.
11891 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11892 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11893 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11894 depending on gdbarch pointer bitness.
11895 * ppc-linux-tdep.c: Include elf-bfd.h.
11896 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11897 on 32-bit.
11898
176eb98c
MS
118992013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11900 Marcus Shawcroft <marcus.shawcroft@arm.com>
11901 Nigel Stephens <nigel.stephens@arm.com>
11902 Yufeng Zhang <yufeng.zhang@arm.com>
11903
11904 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11905
cf0dbd6f
MS
119062013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11907 Marcus Shawcroft <marcus.shawcroft@arm.com>
11908 Nigel Stephens <nigel.stephens@arm.com>
11909 Yufeng Zhang <yufeng.zhang@arm.com>
11910
11911 * aarch64-newlib-tdep.c: New file.
11912 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11913 aarch64*-*-elf.
11914 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11915 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11916 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11917 * osabi.c (gdb_osabi_names): Add "Newlib".
11918
1ae3db19
MS
119192013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11920 Marcus Shawcroft <marcus.shawcroft@arm.com>
11921 Nigel Stephens <nigel.stephens@arm.com>
11922 Yufeng Zhang <yufeng.zhang@arm.com>
11923
11924 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11925 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11926 * aarch64-linux-tdep.c: New file.
11927 * aarch64-linux-tdep.h: New file.
11928 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11929 * configure.tgt: Add aarch64-none-linux-gnu.
11930
07b287a0
MS
119312013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11932 Marcus Shawcroft <marcus.shawcroft@arm.com>
11933 Nigel Stephens <nigel.stephens@arm.com>
11934 Yufeng Zhang <yufeng.zhang@arm.com>
11935
11936 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11937 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11938 (ALLDEPFILES): Add aarch64-tdep.c.
11939 * aarch64-tdep.c: New file.
11940 * aarch64-tdep.h: New file.
11941 * configure.tgt: Add AArch64.
11942 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11943 (aarch64-expedite): New definition.
11944 * features/aarch64-core.xml: New file.
11945 * features/aarch64-fpu.xml: New file.
11946 * features/aarch64-without-fpu.c: New file (generated).
11947 * features/aarch64-without-fpu.xml: New file.
11948 * features/aarch64.c: New file (generated).
11949 * features/aarch64.xml: New file.
11950 * regformats/aarch64-without-fpu.dat: New file (generated).
11951 * regformats/aarch64.dat: New file (generated).
11952
0f1b18ab
JK
119532013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11954
11955 * contrib/expect-read1.c: New file.
11956 * contrib/expect-read1.sh: New file.
11957
233d95b5
JK
119582013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11959
11960 * dwarf2read.c (file_file_name): New function with code from
11961 file_full_name.
11962 (file_full_name): Move most of the code to file_file_name.
11963 (macro_start_file): Rename variable full_name to file_name and use
11964 file_file_name for it. Add comp_dir parameter to new_macro_table.
11965 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11966 macro_source_file->filename access by macro_source_fullname call.
11967 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11968 caller.
11969 * macrotab.c (struct macro_table): New field comp_dir.
11970 (macro_include): New variables link_fullname and source_fullname.
11971 Replace any macro_source_file->filename access by macro_source_fullname
11972 call.
11973 (macro_lookup_inclusion): Remove the partial filenames checking code.
11974 (check_for_redefinition): New variables source_fullname and
11975 found_key_fullname. Replace any macro_source_file->filename access by
11976 macro_source_fullname call.
11977 (macro_undef): New variables source_fullname and key_fullname. Replace
11978 any macro_source_file->filename access by macro_source_fullname call.
11979 (macro_lookup_definition): New variables retval and source_fullname.
11980 Replace any macro_source_file->filename access by macro_source_fullname
11981 call.
11982 (foreach_macro): New variable key_fullname. Replace any
11983 macro_source_file->filename access by macro_source_fullname call.
11984 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11985 macro_source_file->filename access by macro_source_fullname call.
11986 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11987 (macro_source_fullname): New function.
11988 * macrotab.h (struct macro_source_file): Extent the filename field
11989 comment.
11990 (new_macro_table): New parameter comp_dir, add a comment for it.
11991 (macro_source_fullname): new declaration.
11992
da235a7c
JK
119932013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11994
11995 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11996 this_real_name to outer block. Use it also for
11997 compare_filenames_for_search.
11998 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11999 with dw2_get_real_path for file_matcher, considering also
12000 BASENAMES_MAY_DIFFER.
12001 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
12002
fbd9ab74
JK
120032013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12004
12005 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
12006 to the file_matcher parameter. Pass 0 to it.
12007 (dwarf2_create_include_psymtab): Copy also DIRNAME.
12008 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
12009 NULL psymtab_to_fullname result.
12010 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
12011 an expected filename instead.
12012 (expand_symtabs_matching_via_partial): Add basenames parameter to the
12013 file_matcher parameter. Call also psymtab_to_fullname, after newly
12014 considering BASENAMES_MAY_DIFFER.
12015 * source.c (rewrite_source_path): Remove static.
12016 * source.h (rewrite_source_path): New declaration.
12017 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
12018 the expand_symtabs_matching field. Comment it.
12019 * symtab.c (file_matches): New function comment. Add parameter
12020 basenames, implement it.
12021 (search_symbols_file_matches): Add basenames parameter. Update the
12022 file_matches caller.
12023 (search_symbols): Match FILES also against symtab_to_fullname.
12024 Optimize it for BASENAMES_MAY_DIFFER.
12025
56d397a3
JK
120262013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12027
12028 * source.c (print_source_lines_base): Print for TUI also "fullname".
12029 * tui/tui-data.c (init_content_element): Change tui_locator_element
12030 field to full_name.
12031 * tui/tui-data.h (struct tui_locator_element): Likewise.
12032 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
12033 tui_update_locator_filename calls to tui_update_locator_fullname.
12034 Replace symtab->filename refererence by symtab_to_fullname call.
12035 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
12036 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
12037 field to full_name. Replace symtab->filename refererence by
12038 symtab_to_fullname call.
12039 (tui_show_symtab_source): Rename parameter to fullname. Change
12040 tui_locator_element field to full_name.
12041 * tui/tui-stack.c: Include source.h.
12042 (tui_set_locator_filename): Rename the declaration to ...
12043 (tui_set_locator_fullname): ... here. Rename its parameter to
12044 fullname, updates its comment.
12045 (tui_set_locator_info): Rename its parameter to fullname.
12046 (tui_set_locator_filename): Rename the definition to ...
12047 (tui_set_locator_fullname): ... here. Rename its parameter to
12048 fullname, updates its comment. Change tui_locator_element field to
12049 full_name.
12050 (tui_set_locator_info): Rename its parameter to fullname.
12051 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
12052 (tui_update_locator_filename): Rename to ...
12053 (tui_update_locator_fullname): ... here. Rename callee to
12054 tui_set_locator_fullname.
12055 (tui_show_frame_info): Replace symtab->filename refererence by
12056 symtab_to_fullname call.
12057 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
12058 (tui_update_locator_fullname): ... here.
12059 * tui/tui-winsource.c (tui_display_main): Rename the callee to
12060 tui_update_locator_fullname. Replace symtab->filename refererence by
12061 symtab_to_fullname call.
12062 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
12063 Rename the callee to tui_update_locator_fullname.
12064 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
12065
05cba821
JK
120662013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12067
12068 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
12069 by symtab_to_filename_for_display calls.
12070 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
12071 (clear_command): New variable sal_fullname, initialize it. Replace
12072 compare_filenames_for_search by filename_cmp with sal_fullname.
12073 (say_where, update_static_tracepoint): Replace symtab->filename
12074 refererences by symtab_to_filename_for_display calls.
12075 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
12076 Likewise.
12077 * dwarf2read.c: Include source.h.
12078 (fixup_go_packaging): Replace symtab->filename refererences by
12079 symtab_to_filename_for_display calls.
12080 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
12081 Replace symtab->filename refererences by symtab_to_filename_for_display
12082 calls.
12083 (create_sals_line_offset, convert_linespec_to_sals): New variable
12084 fullname, initialize it, replace symtab->filename reference by the
12085 variable.
12086 * linux-fork.c: Include source.h.
12087 (info_checkpoints_command): Replace symtab->filename refererences by
12088 symtab_to_filename_for_display calls.
12089 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
12090 by symtab_to_filename_for_display calls.
12091 * mdebugread.c: Include source.h.
12092 (psymtab_to_symtab_1): Replace symtab->filename refererences by
12093 symtab_to_filename_for_display calls.
12094 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12095 (mi_cmd_file_list_exec_source_files): Likewise.
12096 * printcmd.c: Include source.h.
12097 (build_address_symbolic): Replace symtab->filename refererences by
12098 symtab_to_filename_for_display calls.
12099 * psymtab.c (partial_map_symtabs_matching_filename)
12100 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
12101 with psymtab_to_fullname.
12102 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
12103 by symtab_to_filename_for_display calls.
12104 (stpy_get_filename): New variable filename, initialize it, use instead
12105 of symtab->filename refererences.
12106 (salpy_str): Make variable filename const char *. Replace
12107 symtab->filename refererences by symtab_to_filename_for_display calls.
12108 * skip.c: Include source.h and filenames.h.
12109 (skip_file_command): Remove const from the symtab variable. Replace
12110 symtab->filename refererences by symtab_to_fullname call.
12111 (function_name_is_marked_for_skip): New variables searched_for_fullname
12112 and fullname. Use them to search also with symtab's fullname.
12113 * source.c (find_source_lines): Replace symtab->filename refererences
12114 by symtab_to_filename_for_display calls.
12115 (print_source_lines_base): New variable filename, use it instead of
12116 symtab->filename. Replace symtab->filename refererences by
12117 symtab_to_filename_for_display calls.
12118 (line_info, forward_search_command): Replace symtab->filename
12119 refererences by symtab_to_filename_for_display calls.
12120 (reverse_search_command): Replace symtab->filename refererences by
12121 symtab_to_filename_for_display calls. New variable filename for it.
12122 * stack.c (frame_info): Likewise.
12123 * symmisc.c: Include source.h.
12124 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
12125 (maintenance_info_symtabs): Replace symtab->filename refererences by
12126 symtab_to_filename_for_display calls.
12127 * symtab.c (iterate_over_some_symtabs): Call
12128 compare_filenames_for_search also with symtab_to_fullname.
12129 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
12130 symtab->filename refererences by symtab_to_filename_for_display calls.
12131 (find_line_symtab): Replace symtab->filename refererences by
12132 symtab_to_filename_for_display calls.
12133 (file_matches): Replace filename_cmp by compare_filenames_for_search.
12134 (print_symbol_info): Make the last parameter const char *. New
12135 variable s_filename. Use it in the function.
12136 (symtab_symbol_info): Make the last_filename variable const char *.
12137 Replace symtab->filename refererences by symtab_to_filename_for_display
12138 calls.
12139 (rbreak_command): New variable fullname. Use it. Replace
12140 symtab->filename refererence by symtab_to_filename_for_display call.
12141 * tracepoint.c (set_traceframe_context, trace_find_line_command)
12142 (print_one_static_tracepoint_marker): Replace symtab->filename
12143 refererences by symtab_to_filename_for_display calls.
12144 * tui/tui-source.c (tui_set_source_content): New variables filename and
12145 s_filename. Replace symtab->filename refererences by this variable.
12146 Replace other symtab->filename refererences by
12147 symtab_to_filename_for_display calls.
12148
1b56eb55
JK
121492013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
12150 Jan Kratochvil <jan.kratochvil@redhat.com>
12151
12152 Add a new variable that controls a way in which filenames are
12153 displayed.
12154 * NEWS (set filename-display): New entry.
12155 * source.c (filename_display_basename, filename_display_relative)
12156 (filename_display_absolute, filename_display_kind_names)
12157 (filename_display_string, show_filename_display_string)
12158 (symtab_to_filename_for_display): New.
12159 (_initialize_source): Added initialization of 'filename-display'
12160 variable.
12161 * source.h (symtab_to_filename_for_display): Added declaration.
12162 * stack.c (print_frame): Added new variable and calling of a new
12163 function and condition with this variable. Changed third argument of
12164 calling of a function.
12165
aa079c93
JK
121662013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12167
12168 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
12169 Rename field reference filename to fullname.
12170 * tui/tui-data.h (struct tui_source_info): Rename field filename to
12171 fullname. New comment for it.
12172 * tui/tui-source.c (tui_set_source_content): Rename field reference
12173 filename to fullname. Initialize field by symtab_to_fullname now.
12174 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
12175 reference filename to fullname. Use symtab_to_fullname during
12176 comparison.
12177
652a8996
JK
121782013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12179
12180 Code cleanup.
12181 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
12182 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
12183 filename to fullname. Rename variable this_name to this_fullname.
12184 Lowercase FILENAME_CMP call.
12185 (dw2_find_symbol_file): New comment for the returned string.
12186 (dwarf2_gdb_index_functions): Rename the function to
12187 dw2_expand_symtabs_with_fullname.
12188 * psymtab.c (read_psymtabs_with_filename): Rename to ...
12189 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
12190 fullname.
12191 (psym_functions): Rename the function to read_psymtabs_with_fullname.
12192 * symfile.h (struct quick_symbol_functions): Rename field
12193 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
12194 parameter filename to fullname. Document returned string meaning for
12195 find_symbol_file.
12196 * symtab.c (find_line_symtab): Rename the called function to
12197 expand_symtabs_with_fullname.
12198
af529f8f
JK
121992013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12200
12201 Code cleanup.
12202 * breakpoint.c (clear_command): Remove variable is_abs, unify the
12203 call of filename_cmp with compare_filenames_for_search.
12204 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
12205 is_abs, unify the call of FILENAME_CMP with
12206 compare_filenames_for_search. New gdb_asserts for real_path and name.
12207 Unify the call of compare_filenames_for_search with FILENAME_CMP.
12208 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
12209 * symfile.h (struct quick_symbol_functions): Extend the comment for
12210 map_symtabs_matching_filename.
12211 * symtab.c (compare_filenames_for_search): Remove the function comment
12212 relative path requirement. Handle absolute filenames, with a comment.
12213 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
12214 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
12215 real_path and name. Unify the call of compare_filenames_for_search
12216 with FILENAME_CMP.
12217 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
12218
2f202fde
JK
122192013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12220
12221 Code cleanup.
12222 * breakpoint.c (print_breakpoint_location): Replace bp_location field
12223 source_file references by symtab field references. Remove variables
12224 sal and fullname.
12225 (momentary_breakpoint_from_master, add_location_to_breakpoint):
12226 (clear_command, say_where): Replace bp_location field source_file
12227 references by symtab field references.
12228 (bp_location_dtor): Remove the source_file reference.
12229 (update_static_tracepoint): Replace bp_location field source_file
12230 references by symtab field references.
12231 (breakpoint_free_objfile): New function.
12232 * breakpoint.h (struct bp_location): Extend the comment for line_number.
12233 Replace the field source_file by field symtab, extend its comment.
12234 (breakpoint_free_objfile): New declaration.
12235 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
12236 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
12237 field source_file references by symtab field references.
12238
f5b95b50
JK
122392013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12240
12241 Replace xfullpath calls by gdb_realpath calls.
12242 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
12243 function comment.
12244 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
12245 Remove it from the iterate_over_some_symtabs call.
12246 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
12247 Remove it from the dw2_map_expand_apply calls, remove a block handling
12248 it.
12249 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
12250 Remove it from the iterate_over_some_symtabs call.
12251 (partial_map_symtabs_matching_filename): Remove parameter full_path.
12252 Remove it from the partial_map_expand_apply calls, remove a block
12253 handling it. Drop gdb_realpath call and cleanups from the real_path
12254 handling.
12255 * source.c (openp): Drop the comment part about xfullpath. Replace
12256 xfullpath calls by gdb_realpath calls.
12257 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
12258 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
12259 from method map_symtabs_matching_filename and its comment.
12260 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
12261 gdb_realpath call.
12262 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12263 remove it also from the function comment, remove a block handling it.
12264 Drop gdb_realpath call and cleanups from the real_path handling.
12265 (iterate_over_symtabs): Drop variable full_path and its use.
12266 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12267 * utils.c (xfullpath): Remove.
12268 * utils.h (xfullpath): Remove.
12269
d78489bf
AT
122702013-02-01 Andreas Tobler <andreast@fgznet.ch>
12271
12272 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12273 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12274 (ALLDEPFILES): Add ppc64-tdep.c.
12275 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12276 ppc64-tdep.o to gdb_target_obs.
12277 * ppc64-tdep.h: New file.
12278 * ppc64-tdep.c: New file.
12279 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12280 ppc-linux-tdep.c to here.
12281 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12282 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12283 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12284 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12285 from ppc-linux-tdep.c to here.
12286 (ppc64_convert_from_func_ptr_addr): Rename from
12287 ppc64_linux_convert_from_func_ptr_addr to
12288 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12289 here.
12290 * rs6000-tdep.c:
12291 (read_insn): Move from ppc-linux-tdep.c to here.
12292 (insns_match_pattern, insn_d_field, insn_ds_field): Move
12293 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12294 * ppc-linux-tdep.c: Include ppc64-tdep.h.
12295 Removed above functions.
12296 (ppc_linux_init_abi): Adjust.
12297
8db60374
AR
122982013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12299
12300 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12301
f2e5f4ce
AR
123022013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
12303
12304 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12305
c1f7d745
PA
123062013-02-01 Pedro Alves <palves@redhat.com>
12307
12308 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12309 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12310
8a92335b
JK
123112013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12312
12313 * elfread.c (elf_symfile_read): Limit separate debug info additions to
12314 files with no separate debug info.
12315 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12316 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12317 only for files with no separate debug info.
12318
8eacb197
TT
123192013-01-31 Tom Tromey <tromey@redhat.com>
12320
12321 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12322 change type.
12323 (struct jit_program_space_data): Rename from jit_inferior_data.
12324 Update comments.
12325 (get_jit_program_space_data): Rename from get_jit_inferior_data.
12326 Change return type. Attach data to program space.
12327 (jit_program_space_data_cleanup): Rename from
12328 jit_inferior_data_cleanup; change argument type.
12329 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12330 change type.
12331 (jit_register_code): Update.
12332 (jit_update_inferior_cache): Remove.
12333 (jit_breakpoint_deleted): Get jit data from the location's program
12334 space.
12335 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12336 'ps_data', change type.
12337 (jit_inferior_init, jit_breakpoint_re_set_internal)
12338 (jit_event_handler): Update.
12339 (free_objfile_data): Get data from objfile's program space.
12340 (_initialize_jit): Update.
12341
f25c0135
TT
123422013-01-31 Tom Tromey <tromey@redhat.com>
12343
12344 PR gdb/13987:
12345 * jit.c (struct jit_inferior_data) <cached_code_address,
12346 jit_breakpoint>: New fields.
12347 (jit_breakpoint_re_set_internal): Fix logging. Only create
12348 breakpoint if cached address has changed.
12349 (jit_update_inferior_cache, jit_breakpoint_deleted): New
12350 functions.
12351 (_initialize_jit): Register breakpoint deleted observer.
12352
974a734b
AR
123532013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12354
12355 * infrun.c (handle_syscall_event): Remove unused gdbarch.
12356 (save_infcall_suspend_state): Ifdef out unused inf.
12357 (restore_infcall_suspend_state): Ifdef out unused inf.
12358 * jit.c (jit_register_code): Remove unused i, b, inf_data.
12359 (jit_frame_sniffer): Remove unused inf_data.
12360
df54f8eb
AR
123612013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12362
12363 * c-exp.y (classify_inner_name): Remove unused type.
12364 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12365 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12366 need_escape.
12367 (c_get_string): Remove unused kind.
12368 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12369
5799c0b9
AR
123702013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12371
12372 * charset.c (intermediate_encoding): Remove unused i.
12373 * completer.c (signal_completer): Remove unused i.
12374 * continuations.c (discard_my_continuations_1): Remove unused
12375 continuation_ptr.
12376 * corelow.c (core_close): Remove unuseD name.
12377 (get_core_siginfo): Remove unused pid.
12378 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12379 i, cps.
12380 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12381 (loclist_describe_location): Remove unused first.
12382 * event-top.c (command_line_handler): Remove unused got_eof.
12383 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12384 (resize_section_table): Remove unused old_value.
12385 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12386 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12387 * i386-tdep.c (i386_process_record): Remove unused rex.
12388 * infcmd.c (get_return_value): Remove unused uiout.
12389 * jv-lang.c (type_from_class): Remove unused is_array.
12390 * jv-valprint.c (java_val_print): Remove unused i.
12391 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12392 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12393 * m2-typeprint.c (m2_print_type): Remove unused code.
12394 * macroexp.c (get_character_constant): Remove unused body_start.
12395 (macro_stringify): Remove unused result.
12396 * objc-lang.c (find_methods): Remove unused gdbarch.
12397 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12398 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12399 * stack.c (print_frame_args): Remove unused summary.
12400 * thread.c (thread_apply_command): Remove unused p.
12401 * valarith.c (value_x_unop): Remove unused mangle_ptr.
12402 * valops.c (search_struct_method): Remove unused skip.
12403 * valprint.c (generic_val_print): Remove unused byte_order.
12404 * varobj.c (varobj_update): Remove unused changed.
12405 * cli/cli-cmds.c (complete_command): Remove unused next_item.
12406 (alias_command): Remove unused c.
12407 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12408 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12409 format.
12410 (mi_cmd_data_write_memory): Remove unused word_format.
12411 (mi_cmd_data_write_memory_bytes): Remove unused r.
12412 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12413 p_start, p_end.
12414 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12415 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12416 line_width.
12417
c656bca5
AR
124182013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12419
12420 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12421 * symtab.c (iterate_over_symtabs): Remove unused s.
12422 (find_pc_sect_symtab): Remove unused pspAce.
12423 (find_pc_sect_line): Remove unused alt_symtab.
12424 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12425 (completion_list_add_name): Remove unused newsize.
12426
7078baeb
TT
124272013-01-31 Tom Tromey <tromey@redhat.com>
12428
12429 PR c++/14998:
12430 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12431 TYPE_CODE_FUNC.
12432
c2e8b827
AR
124332013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12434
12435 * target.c (target_read_string): Remove unused origlen.
12436
0e43993a
AR
124372013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12438
12439 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12440 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12441 * ax-general.c (ax_print): Remove unused is_float.
12442 * blockframe.c (block_innermost_frame): Remove unused start, end.
12443 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12444
765a97ab
AR
124452013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12446
12447 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12448 (svr4_read_so_list): Remove unused lmo.
12449 * solib-target.c (solib_target_relocate_section_addresses): Remove
12450 unused flags.
12451
a99dad3d
TT
124522013-01-30 Tom Tromey <tromey@redhat.com>
12453
12454 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12455
3bff1ecd
TT
124562013-01-30 Tom Tromey <tromey@redhat.com>
12457
12458 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12459 * utils.c (gnu_debuglink_crc32): Remove.
12460 * utils.h (gnu_debuglink_crc32): Don't declare.
12461
7d455152
TT
124622013-01-30 Tom Tromey <tromey@redhat.com>
12463
12464 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12465 (read_structure_type, read_enumeration_type): Remove cast.
12466
abee88f2
TT
124672013-01-30 Tom Tromey <tromey@redhat.com>
12468
12469 * dwarf2read.c (read_namespace_type): Remove cast.
12470 (read_typedef): Likewise.
12471
8d9878a4
TT
124722013-01-29 Tom Tromey <tromey@redhat.com>
12473
12474 * dwarf2read.c (free_dwo_file): Remove assert.
12475
a543d2a9
TT
124762013-01-29 Tom Tromey <tromey@redhat.com>
12477
12478 * value.c (deprecated_set_value_modifiable): Remove.
12479 * value.h (deprecated_set_value_modifiable): Remove.
12480
bed911e5
DE
124812013-01-28 Doug Evans <dje@google.com>
12482
12483 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12484 to addresses from dwo files.
12485
28c64fc2
SCR
124862013-01-25 Siva Chandra Reddy <sivachandra@google.com>
12487
12488 * valops.c (find_overload_match): Remove unused argument 'lax'.
12489 * value.h: Remove unused argument 'lax' from the declaration of
12490 find_overload_match.
12491 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12492 to find_overload_match.
12493 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12494 argument to find_overload_match.
12495
4d4ec4e5
TT
124962013-01-25 Tom Tromey <tromey@redhat.com>
12497
12498 * dwarf2read.c (processing_has_namespace_info): Remove.
12499 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12500 (process_die, read_func_scope, dwarf2_start_symtab)
12501 (new_symbol_full): Update.
12502
195a3f6c
TT
125032013-01-25 Tom Tromey <tromey@redhat.com>
12504
12505 * cp-namespace.c (cp_set_block_scope): Remove.
12506 * cp-support.h (cp_set_block_scope): Remove.
12507 * dbxread.c: Include block.h.
12508 (cp_set_block_scope): New function.
12509 (process_one_symbol): Update.
12510 * dwarf2read.c (read_func_scope): Use block_set_scope.
12511
8ba0730a
PA
125122013-01-25 Pedro Alves <palves@redhat.com>
12513
12514 * remote.c (add_current_inferior_and_thread): Tweak comment.
12515
12aaed36
TT
125162013-01-25 Tom Tromey <tromey@redhat.com>
12517
12518 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12519 (cp_add_using_directive): Add 'copy_names' argument.
12520 * cp-support.h (cp_add_using_directive): Update.
12521 (struct using_direct) <import_src, import_dest, alias,
12522 declaration>: Now const.
12523 * dwarf2read.c (read_import_statement): Use obconcat.
12524 Don't copy names passed to cp_add_using_directive.
12525
7fc75ca7
TT
125262013-01-25 Tom Tromey <tromey@redhat.com>
12527
12528 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12529
3405876a
PA
125302013-01-25 Pedro Alves <palves@redhat.com>
12531
12532 * remote.c (stop_reply_extract_thread): New.
12533 (add_current_inferior_and_thread): New parameter 'wait_status'.
12534 Handle it.
12535 (remote_start_remote): Pass wait status to
12536 add_current_inferior_and_thread.
12537 (extended_remote_run): Update comment.
12538 (extended_remote_create_inferior_1): Pass wait status to
12539 add_current_inferior_and_thread.
12540
8954db33
AB
125412013-01-25 Andrew Burgess <aburgess@broadcom.com>
12542 Ulrich Weigand <uweigand@de.ibm.com>
12543
12544 * valarith.c (value_vector_widen): New function for replicating a
12545 scalar into a vector.
12546 (value_binop): Use value_vector_widen to widen scalar to vector
12547 rather than casting, this better matches gcc C behaviour.
12548 * valops.c (value_casst): Update logic for casting between vector
12549 types, and for casting from scalar to vector, try to match gcc C
12550 behaviour.
12551 * value.h (value_vector_widen): Declare.
12552 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12553 function, handle special case for casting scalar to vector.
12554 (opencl_relop): Use opencl_value_cast.
12555 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12556 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12557 in order to use opencl_value_cast.
12558
843b20dc
YQ
125592013-01-25 Yao Qi <yao@codesourcery.com>
12560
12561 * event-loop.c: Include "queue.h".
12562 (gdb_event_p): New typedef.
12563 (DECLARE_QUEUE_P): Use.
12564 (DEFINE_QUEUE_P): Use.
12565 (async_queue_event): Remove.
12566 (gdb_event_xfree): New.
12567 (initialize_event_loop): New.
12568 (process_event): Use QUEUE macros.
12569 (event_queue): Remove.
12570 (gdb_wait_for_event): Caller update.
12571 (check_async_event_handlers): Likewise.
12572 (poll_timers): Likewise.
12573 * event-loop.h (initialize_event_loop): Declare.
12574 * event-loop.c (gdb_event_xfree): New.
12575 * top.c (gdb_init): Call initialize_event_loop.
12576
20ad8856
YQ
125772013-01-25 Yao Qi <yao@codesourcery.com>
12578
12579 * event-loop.c (async_queue_event): Remove one parameter
12580 'position'. Remove code handling 'position' == TAIL.
12581 (gdb_wait_for_event): Caller update.
12582 (check_async_event_handlers): Caller update.
12583 (poll_timers): Caller update.
12584 * event-loop.h (enum queue_position): Remove.
12585
3bbbe775
MK
125862013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12587
12588 * MAINTAINERS: Update my email.
12589
a87d9ac4
YQ
125902013-01-25 Yao Qi <yao@codesourcery.com>
12591
12592 * main.c (print_gdb_help): Remove "--epoch" from the help
12593 message.
12594
2077afdd
TD
125952013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12596
12597 * symtab.c (skip_prologue_using_sal): Consider a file
12598 change the same as an increased line number
12599
63da4037
TD
126002013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12601
30e8ee25 12602 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 12603
45e6c716
TT
126042013-01-24 Tom Tromey <tromey@redhat.com>
12605
12606 * ada-lang.h (ada_decode_symbol): Make return type const.
12607 * ada-lang.c (ada_decode_symbol): Likewise.
12608
b1ae631a
DE
126092013-01-23 Doug Evans <dje@google.com>
12610
12611 * linespec.c (find_linespec_symbols): Make static.
12612
55a78401
SDJ
126132013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12614
12615 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12616 type on float conversion for complex type.
12617
bea883fd
SCR
126182013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12619
12620 Add a new class gdb.Architecture which exposes GDB's
12621 internal representation of architecture via GDB Python API.
12622 * Makefile.in: Add entries corresponding to the new file
12623 python/py-arch.c.
12624 * NEWS (Python Scripting): Add entries for the new class
12625 gdb.Architecture and the new method gdb.Frame.architecture.
12626 * python/py-arch.c: Implement gdb.Architecture class.
12627 * python/py-frame.c (frapy_arch): Implement the method
12628 gdb.Frame.architecture().
12629 (frame_object_methods): Add 'architecture' to the method table.
12630 * python/python-internal.h: Add declarations of new utility
12631 functions.
12632 * python/python.c (_initialize_python): Initialize
12633 gdb.Architecture class.
12634
796a7ff8
DE
126352013-01-23 Doug Evans <dje@google.com>
12636
12637 Work around binutils/15021.
12638 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12639 type_unit_group out of union s. All uses updated.
12640 (read_index_from_section): Watch for index version 8.
12641 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12642 an imported symtab.
12643 (write_psymtabs_to_index): Increment version number to 8.
12644
0928e93d
PA
126452013-01-22 Pedro Alves <palves@redhat.com>
12646
12647 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12648 user-visible.
12649
9c97429f
PA
126502013-01-22 Pedro Alves <palves@redhat.com>
12651
12652 * annotate.c (annotate_breakpoints_changed): Rename to ...
12653 (annotate_breakpoints_invalid): ... this. Make static.
12654 (breakpoint_changed): Adjust.
12655 (_initialize_annotate): Always install the observers. Install a
12656 "breakpoint_created" observer.
12657 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12658 * breakpoint.c (set_breakpoint_condition)
12659 (breakpoint_set_commands, do_map_commands_command)
12660 (init_raw_breakpoint, clear_command, set_ignore_count)
12661 (enable_breakpoint_disp): No longer call
12662 annotate_breakpoints_changed.
12663
bd00c694
PA
126642013-01-22 Pedro Alves <palves@redhat.com>
12665
12666 * annotate.c: Include "inferior.h".
12667 (frames_invalid_emitted)
12668 (breakpoints_invalid_emitted): New globals.
12669 (async_background_execution_p): New function.
12670 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12671 emitting the annotation if it has already been emitted.
12672 (annotate_display_prompt): New function.
12673 * annotate.h (annotate_display_prompt): New declaration.
12674 * event-top.c: Include annotate.h.
12675 (display_gdb_prompt): Call annotate_display_prompt.
12676
187d10dd
PA
126772013-01-22 Pedro Alves <palves@redhat.com>
12678
12679 * annotate.c (ignore_count_changed): Delete.
12680 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12681 (annotate_ignore_count_change): Delete.
12682 (annotate_stopped): Don't emit a delayed breakpoints-changed
12683 annotation.
12684 * annotate.h (annotate_ignore_count_change): Delete.
12685 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12686 annotate_ignore_count_change.
12687
d84cf7eb
TT
126882013-01-22 Tom Tromey <tromey@redhat.com>
12689
12690 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12691 require_rvalue for a register location.
12692
8f1d5693
MK
126932013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12694
12695 * breakpoint.c (print_one_breakpoint_location): Add MI
12696 field 'thread-groups' when printing a breakpoint.
12697 (output_thread_groups): New function.
12698
aa6199c6
SCR
126992013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12700
12701 * python/lib/gdb/commands/explore.py
12702 (CompoundExplorer.explore_expr): Correct the name of a method
12703 being invoked.
12704 (ExploreTypeCommand.invoke): Add a missing 'return'.
12705
d2afef13
TT
127062013-01-21 Tom Tromey <tromey@redhat.com>
12707
12708 * gdb_obstack.h (obconcat): Move declaration here, from...
12709 * symfile.h (obconcat): ... here.
12710 * gdb_obstack.c: New file.
12711 (obconcat): Move from...
12712 * symfile.c (obconcat): ... here.
12713 * Makefile.in (SFILES): Add gdb_obstack.c.
12714 (COMMON_OBS): Add gdb_obstack.o.
12715
10f0c4bb
TT
127162013-01-21 Tom Tromey <tromey@redhat.com>
12717
12718 * symfile.h (obsavestring): Don't declare.
12719 * symfile.c (obsavestring): Remove.
12720 * ada-exp.y: Use obstack_copy0, not obsavestring.
12721 * ada-lang.c: Use obstack_copy0, not obsavestring.
12722 * coffread.c: Use obstack_copy0, not obsavestring.
12723 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12724 * dbxread.c: Use obstack_copy0, not obsavestring.
12725 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12726 * jit.c: Use obstack_copy0, not obsavestring.
12727 * mdebugread.c: Use obstack_copy0, not obsavestring.
12728 * psymtab.c: Use obstack_copy0, not obsavestring.
12729 * stabsread.c: Use obstack_copy0, not obsavestring.
12730 * xcoffread.c: Use obstack_copy0, not obsavestring.
12731
86f62fd7
TT
127322013-01-21 Tom Tromey <tromey@redhat.com>
12733
12734 * dwarf2read.c (fixup_go_packaging): Save package name
12735 on objfile obstack.
12736 * gdbtypes.c (init_type): Don't copy name.
12737
15d034d0
TT
127382013-01-21 Tom Tromey <tromey@redhat.com>
12739
12740 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12741 const.
12742 (struct attribute) <u.str>: Now const.
12743 (struct fnfieldlist) <name>: Now const.
12744 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12745 (partial_die_parent_scope): Make return type const.
12746 (partial_die_full_name, add_partial_symbol): Update.
12747 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12748 'name' const.
12749 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12750 (read_file_scope, read_func_scope, dwarf2_add_field)
12751 (dwarf2_add_member_fn, read_structure_type)
12752 (process_enumeration_scope, read_array_type, read_module_type)
12753 (read_base_type, read_subrange_type): Update.
12754 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12755 (new_symbol_full, guess_full_die_structure_name): Update.
12756 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12757 (dwarf2_name): Return const type.
12758 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12759 const.
12760
748e18ae
TT
127612013-01-21 Tom Tromey <tromey@redhat.com>
12762
12763 * gdbtypes.c (init_type): Make 'name' const.
12764 * gdbtypes.h (init_type): Update.
12765
46212e0b
TT
127662013-01-21 Tom Tromey <tromey@redhat.com>
12767
12768 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12769 (start_symtab): Make 'name' and 'dirname' const. Use
12770 set_last_source_file.
12771 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12772 (last_source_file): Define. Now static.
12773 (set_last_source_file, get_last_source_file): New functions.
12774 * buildsym.h (last_source_file): Don't declare.
12775 (start_symtab): Update.
12776 (set_last_source_file, get_last_source_file): Declare.
12777 * coffread.c (complete_symtab): Use set_last_source_file.
12778 (coff_end_symtab): Likewise.
12779 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12780 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12781 set_last_source_file.
12782 (process_one_symbol): Use get_last_source_file.
12783 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12784 (psymtab_to_symtab_1): Use get_last_source_file.
12785 * xcoffread.c (process_linenos): Use get_last_source_file.
12786 (complete_symtab): Use set_last_source_file.
12787 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12788 (scan_xcoff_symtab): Use set_last_source_file.
12789
9d2ceabe
TT
127902013-01-21 Tom Tromey <tromey@redhat.com>
12791
12792 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12793 (symbol_set_names): Remove casts. Handle field const-ness.
12794
cfc594ee
TT
127952013-01-21 Tom Tromey <tromey@redhat.com>
12796
12797 * dwarf2read.c (new_symbol_full): Remove cast.
12798 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12799 * symtab.h (symbol_set_demangled_name): Update.
12800
5484b13a
TT
128012013-01-21 Tom Tromey <tromey@redhat.com>
12802
12803 * main.c (captured_main): Call bfd_init.
12804
1605ef26
TT
128052013-01-21 Tom Tromey <tromey@redhat.com>
12806
12807 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12808 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12809 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12810 * NEWS: Update.
12811
3b74cdc3
JK
128122013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12813
12814 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12815
5a352474
JK
128162013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12817
12818 Fix gdb.fortran/common-block.exp crash in PIE mode.
12819 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12820 LOC_COMMON_BLOCK.
12821 * f-valprint.c (info_common_command_for_block): Expect
12822 LOC_COMMON_BLOCK in gdb_assert.
12823 * symtab.h (struct general_symbol_info): Update comment for the
12824 common_block member.
12825 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12826 (enum address_class): New member LOC_COMMON_BLOCK.
12827
c60797fd
DB
128282013-01-18 David Blaikie <dblaikie@gmail.com>
12829
12830 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 12831
46f35228
TT
128322013-01-18 Tom Tromey <tromey@redhat.com>
12833
12834 PR c++/14999:
12835 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12836 Call require_rvalue.
12837
257e7a09
YQ
128382013-01-18 Yao Qi <yao@codesourcery.com>
12839
12840 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12841 (dbx_read_symtab): New declaration.
12842 (dbx_psymtab_to_symtab): Delete.
12843 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12844 Rename parameter PST to SELF. Exchanged two parameters.
12845 (start_psymtab): Caller update.
12846 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12847 (dwarf2_read_symtab): New declaration.
12848 (dwarf2_psymtab_to_symtab): Delete.
12849 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12850 Rename parameter PST to SELF. Exchanged two parameters.
12851 (create_partial_symtab): Caller update.
12852 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12853 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12854 Rename parameter PST to SELF. Exchanged two parameters.
12855 (parse_partial_symbols, new_psymtab): Caller update.
12856 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12857 two parameters.
12858 * psymtab.c (psymtab_to_symtab): Caller update.
12859 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12860 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12861 Rename parameter PST to SELF. Exchanged two parameters.
12862 (xcoff_start_psymtab): Caller update.
12863
0de5618e
YQ
128642013-01-18 Yao Qi <yao@codesourcery.com>
12865
12866 * infrun.c (proceed): Rename local variable 'oneproc' to
12867 'force_step'.
12868
5c04624b
DE
128692013-01-17 Doug Evans <dje@google.com>
12870
848e3e78
DE
12871 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12872 (dw2_build_type_unit_groups): Delete. All uses updated.
12873
5c04624b
DE
12874 * symtab.h (struct symbol_search): Add comment.
12875
d84fca2c
JK
128762013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12877
12878 * symtab.c (compare_filenames_for_search): New comment for
12879 HAS_DRIVE_SPEC.
12880
6108433d
TT
128812013-01-17 Tom Tromey <tromey@redhat.com>
12882
12883 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12884
c89ffd86
JK
128852013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12886
12887 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12888 initialize it by existing make_cleanup. Call new do_cleanups.
12889
db2b2972
TT
128902013-01-17 Tom Tromey <tromey@redhat.com>
12891
12892 * cp-abi.c (cp_abi_completer): New function.
12893 (_initialize_cp_abi): Set completer for "set cp-abi".
12894
be7d37a2
TT
128952013-01-17 Tom Tromey <tromey@redhat.com>
12896
12897 * mem-break.c: Remove obsolete comment.
12898 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12899
c9fb1240
SD
129002012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12901
12902 * jit.c (jit_reader_load_command): Interpret the jit reader name
12903 as an absolute path if it begins with a forward slash.
12904
db334a01
SD
129052012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12906
12907 PR gdb/14550
12908
12909 * jit.c (finalize_symtab): Ensure that only the global block has a
12910 NULL superblock.
12911
7d928dac
PA
129122013-01-17 Pedro Alves <palves@redhat.com>
12913
12914 * acinclude.m4: Include ../config/plugins.m4,
12915 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12916 * Makefile.in (aclocal_m4_deps): Update.
12917 * aclocal.m4: Renegerate.
12918
fb8cf7c5
DE
129192013-01-16 Doug Evans <dje@google.com>
12920
12921 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12922
ab04a2af
TT
129232013-01-16 Pedro Alves <palves@redhat.com>
12924 Tom Tromey <tromey@redhat.com>
12925
12926 PR cli/7221:
12927 * NEWS: Add "catch signal".
12928 * breakpoint.c (base_breakpoint_ops): No longer static.
12929 (bpstat_explains_signal): New function.
12930 (init_catchpoint): No longer static.
12931 (base_breakpoint_explains_signal): New function.
12932 (base_breakpoint_ops): Initialize new field.
12933 * breakpoint.h (enum bpstat_signal_value): New.
12934 (struct breakpoint_ops) <explains_signal>: New field.
12935 (bpstat_explains_signal): Remove macro, declare as function.
12936 (base_breakpoint_ops, init_catchpoint): Declare.
12937 * break-catch-sig.c: New file.
12938 * inferior.h (signal_catch_update): Declare.
12939 * infrun.c (signal_catch): New global.
12940 (handle_syscall_event): Update for change to
12941 bpstat_explains_signal.
12942 (handle_inferior_event): Likewise. Always handle random signals
12943 via bpstats.
12944 (signal_cache_update): Check signal_catch.
12945 (signal_catch_update): New function.
12946 (_initialize_infrun): Initialize signal_catch.
12947 * Makefile.in (SFILES): Add break-catch-sig.c.
12948 (COMMON_OBS): Add break-catch-sig.o.
12949
8ac3646f
TT
129502013-01-16 Tom Tromey <tromey@redhat.com>
12951
12952 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12953 (print_one_catch_solib, print_one_catch_syscall)
12954 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12955 "catch-type".
12956
5a18e302
YQ
129572013-01-16 Yao Qi <yao@codesourcery.com>
12958
12959 * printcmd.c (current_display_number): Make it static.
12960
3f01d0d0
YQ
129612013-01-16 Yao Qi <yao@codesourcery.com>
12962
12963 * infcmd.c (step_once): Don't check '!single_inst' as it was
12964 checked before.
12965
1ed59174
JK
129662013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12967
12968 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12969
44478ab3
TT
129702013-01-14 Tom Tromey <tromey@redhat.com>
12971
12972 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12973 set command.
12974 * command.h (add_setshow_string_noescape_cmd): Update.
12975 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12976 (complete_set_gnutarget): New function.
12977 (_initialize_core): Set the "set gnutarget" completer.
12978
06d66ee9
TT
129792013-01-14 Tom Tromey <tromey@redhat.com>
12980
12981 PR symtab/14442:
12982 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12983 (c_type_print_modifier): Likewise.
12984 * dwarf2read.c (read_tag_restrict_type): New function.
12985 (read_type_die_1): Handle DW_TAG_restrict_type.
12986 * gdbtypes.c (make_restrict_type): New function.
12987 (recursive_dump_type): Handle TYPE_RESTRICT.
12988 * gdbtypes.h (enum type_flag_values): Renumber.
12989 (enum type_instance_flag_value): Add
12990 TYPE_INSTANCE_FLAG_RESTRICT.
12991 (TYPE_RESTRICT): New macro.
12992 (make_restrict_type): Declare.
12993
c9bf0622
TT
129942013-01-14 Tom Tromey <tromey@redhat.com>
12995
12996 PR symtab/14931:
12997 * psymtab.c (struct psymtab_state): New.
12998 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12999 functions.
13000 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
13001 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
13002
44d594fd
PA
130032013-01-14 Richard Sharman <richard_sharman@mitel.com>
13004 Pedro Alves <palves@redhat.com>
13005
13006 PR remote/14786
13007
13008 * remote.c (remote_threads_info): Make a copy of the reply from
13009 qfThreadInfo and use that instead of rs->buf.
13010
442e4d9c
YQ
130112013-01-14 Yao Qi <yao@codesourcery.com>
13012
13013 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
13014 (dbx_psymtab_to_symtab): Likewise.
13015 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
13016 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
13017 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
13018
5b12a61c
JK
130192013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13020
13021 * parse.c (parse_exp_in_context): New variable inner_chain. Call
13022 make_cleanup_restore_current_language. Call set_language. Move
13023 OLD_CHAIN and INNER_CHAIN cleanups.
13024 * utils.c (do_restore_current_language)
13025 (make_cleanup_restore_current_language): New functions.
13026 * utils.h (make_cleanup_restore_current_language): New declaration.
13027
f0a4b570
JK
130282013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13029
13030 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
13031 non-existing files.
13032
57b3c00c
JK
13033 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
13034 non-existing files if FILENAME is already absolute.
13035
daefa854
JK
130362013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13037
13038 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
13039 fputs_filtered. Append trailing newline.
13040
ca9c6ee2
YQ
130412013-01-11 Yao Qi <yao@codesourcery.com>
13042 Stan Shebs <stan@codesourcery.com>
13043
13044 * psymtab.c (init_psymbol_list): Clarify the comment.
13045
f28045c2
YQ
130462013-01-11 Yao Qi <yao@codesourcery.com>
13047
13048 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
13049 (update_dprintf_command_list): Assert that 'printf_line' is
13050 non-null. Remove condition check.
13051
da5132d3
JK
130522013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13053
13054 Code cleanup.
13055 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
13056 type const char *.
13057 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
13058 const char *.
13059 * tui/tui-source.h (tui_source_is_displayed): Likewise.
13060
843e694d
AG
130612013-01-09 Anthony Green <green@moxielogic.com>
13062
13063 * cp-abi.c (cplus_print_vtable): Don't return value from void
13064 function.
13065 * ada-lang.c (re_set_catch_assert): Ditto.
13066
da51c347
DE
130672013-01-09 Doug Evans <dje@google.com>
13068
13069 * symfile.h (quick_symbol_functions): Delete member
13070 pre_expand_symtabs_matching. All uses removed.
13071 * dwarf2read.c (dw2_lookup_symbol): Implement.
13072 (dw2_do_expand_symtabs_matching): Delete.
13073 (dw2_pre_expand_symtabs_matching): Delete.
13074 (struct dw2_symtab_iterator): New type.
13075 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
13076 (dw2_expand_symtabs_for_function): Rewrite.
13077 (dwarf2_gdb_index_functions): Update.
13078 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
13079 (psym_functions): Update.
13080
b2259038
TT
130812013-01-09 Tom Tromey <tromey@redhat.com>
13082
13083 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
13084 * configure: Rebuild.
13085 * configure.ac: Add somread.o to the build if BFD has SOM
13086 support.
13087 * somread.c: Include som/aout.h, not syms.h.
13088 (som_symtab_read): Use som_external_symbol_dictionary_record.
13089 Unpack records manually.
13090 (_initialize_somread): Declare.
13091
bdad4180
MF
130922012-01-08 Mike Frysinger <vapier@gentoo.org>
13093
13094 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
13095 Cast return_address to 64bits.
13096
03cdf680
HZ
130972013-01-08 Hui Zhu <hui_zhu@mentor.com>
13098
13099 * printcmd.c: Remove define of function output_command.
13100 * tracepoint.c: Remove extern of function output_command.
13101 * valprint.h: (output_command): New extern.
13102
8a808554
TT
131032013-01-07 Tom Tromey <tromey@redhat.com>
13104
13105 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
13106 Remove.
13107 (objc_language_defn): Use c_printchar, c_printstr,
13108 c_emit_char.
13109
e93a8774
TT
131102013-01-07 Tom Tromey <tromey@redhat.com>
13111
13112 PR cli/7719:
13113 * NEWS: Update.
13114 * ada-valprint.c (printstr, print_field_values): Remove
13115 "inspect_it" code.
13116 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
13117 code.
13118 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
13119 code.
13120 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
13121 * main.c (captured_main): Remove "epoch" argument.
13122 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
13123 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
13124 * p-valprint.c (pascal_object_print_value_fields): Remove
13125 "inspect_it" code.
13126 * printcmd.c (print_command_1): Remove 'inspect' argument.
13127 (print_command, call_command): Update.
13128 (inspect_command): Remove.
13129 (_initialize_printcmd): Make "inspect" an alias for "print".
13130 * top.c (epoch_interface): Remove.
13131 * top.h (epoch_interface): Remove.
13132 * valprint.c (user_print_options): Update.
13133 (print_converted_chars_to_obstack): Remove "inspect_it" code.
13134 * valprint.h (struct value_print_options) <inspect_it>: Remove
13135 field.
13136
131372013-01-04 Tom Tromey <tromey@redhat.com>
13138
13139 * valprint.h (read_string): Add 'extern'.
13140
b967eb24
JB
131412013-01-07 Joel Brobecker <brobecker@adacore.com>
13142
13143 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
13144 used to decide whether to define darwin_read_dyld_info or not.
13145
78a8b30e
PM
131462013-01-03 Pierre Muller <muller@sourceware.org>
13147
13148 * main.c (relocate_gdb_directory): Avoid calling stat function
13149 if DIR is empty.
13150
50da2f25
YQ
131512013-01-03 Yao Qi <yao@codesourcery.com>
13152
13153 * psymtab.c (fixup_psymbol_section): Update declaration.
13154 (fixup_psymbol_section): Remove code returning value.
13155
e7e8980f
YQ
131562013-01-03 Yao Qi <yao@codesourcery.com>
13157
13158 * symtab.h: Remove some out of date comments.
13159 (enum exception_event_kind): Move it ...
13160 * breakpoint.c: ... here.
13161
569283d4
MF
131622013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
13163
9f9d9a96 13164 PR gdb/14405
569283d4
MF
13165 * darwin-nat.c (darwin_read_dyld_info): Only build if
13166 TASK_DYLD_INFO_COUNT is defined.
13167 (darwin_xfer_partial): Call darwin_read_dyld_info only if
13168 TASK_DYLD_INFO_COUNT is defined.
13169
2e36fbea
TT
131702013-01-02 Tom Tromey <tromey@redhat.com>
13171
13172 * symfile.h (struct ecoff_debug_hack): Remove.
13173 * objfiles.c: Don't include mdebugread.h.
13174
4f05add4
TT
131752013-01-02 Tom Tromey <tromey@redhat.com>
13176
13177 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
13178 * configure.ac: Check for Mach-O support in BFD. Update
13179 CONFIG_OBS.
13180 * configure: Rebuild.
13181
def63ff0
TT
131822013-01-02 Tom Tromey <tromey@redhat.com>
13183
13184 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
13185 * configure.ac: Use GDB_AC_CHECK_BFD.
13186 * configure: Rebuild.
13187
60c5dd93
MK
131882013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
13189
13190 * MAINTAINERS: Update my email.
13191
6e58437e
JB
131922013-01-01 Joel Brobecker <brobecker@adacore.com>
13193
13194 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
13195
627fe805
JB
131962013-01-01 Joel Brobecker <brobecker@adacore.com>
13197
13198 * rs6000-nat.c (bss_data_overlap): New function.
13199 (vmap_symtab): Use it to adjust the .bss section's offset.
13200
28e7fd62
JB
132012013-01-01 Joel Brobecker <brobecker@adacore.com>
13202
13203 Update year range in copyright notice of all files.
13204
e93a8774 132052013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
13206
13207 * top.c (print_gdb_version): Update copyright year.
13208
72b20e9c 13209For older changes see ChangeLog-2012.
c906108c
SS
13210\f
13211Local Variables:
13212mode: change-log
13213left-margin: 8
13214fill-column: 74
13215version-control: never
57da7796 13216coding: utf-8
c906108c 13217End:
This page took 2.312432 seconds and 4 git commands to generate.