5fdb1f8b757020128f78a5cfde1f1d651090e603
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-06-05 Doug Evans <dje@google.com>
2 Keith Seitz <keiths@redhat.com>
3
4 PR 15519
5 * cp-namespace.c (find_symbol_in_baseclass): Call
6 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
7 Check result of call to lookup_symbol_static.
8 Call lookup_static_symbol_aux unconditionally.
9 Call check_typedef on base types before accessing them.
10 (cp_lookup_nested_symbol): Fix comment.
11
12 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
13
14 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
15 minimal symbols pointing to function descriptors.
16
17 2013-06-05 Tom Tromey <tromey@redhat.com>
18
19 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
20
21 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
22 Pedro Alves <palves@redhat.com>
23
24 * remote.c (remote_wait_as): Restore signal handler before returning
25 when GDB gets a notification.
26
27 2013-06-04 Gary Benson <gbenson@redhat.com>
28
29 PR 2328
30 * breakpoint.h (handle_solib_event): Moved function declaration
31 to solib.h.
32 * breakpoint.c (handle_solib_event): Moved function to solib.c.
33 (bpstat_stop_status): Pass new argument to handle_solib_event.
34 * solib.h (update_solib_breakpoints): New function declaration.
35 (handle_solib_event): Moved function declaration from
36 breakpoint.h.
37 * solib.c (update_solib_breakpoints): New function.
38 (handle_solib_event): Moved function from breakpoint.c.
39 Updated to call solib_ops->handle_event if not NULL.
40 * solist.h (target_so_ops): New fields "update_breakpoints" and
41 "handle_event".
42 * infrun.c (set_stop_on_solib_events): New function.
43 (_initialize_infrun): Use the above for "set
44 stop-on-solib-events".
45 (handle_inferior_event): Pass new argument to handle_solib_event.
46 * solib-svr4.c (probe.h): New include.
47 (svr4_free_library_list): New forward declaration.
48 (probe_action): New enum.
49 (probe_info): New struct.
50 (probe_info): New static variable.
51 (NUM_PROBES): New definition.
52 (svr4_info): New fields "using_xfer", "probes_table" and
53 "solib_list".
54 (free_probes_table): New function.
55 (free_solib_list): New function.
56 (svr4_pspace_data_cleanup): Free probes table and solib list.
57 (svr4_copy_library_list): New function.
58 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
59 (svr4_read_so_list): New parameter "prev_lm".
60 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
61 (svr4_current_sos): New function.
62 (probe_and_action): New struct.
63 (hash_probe_and_action): New function.
64 (equal_probe_and_action): Likewise.
65 (register_solib_event_probe): Likewise.
66 (solib_event_probe_at): Likewise.
67 (solib_event_probe_action): Likewise.
68 (solist_update_full): Likewise.
69 (solist_update_incremental): Likewise.
70 (disable_probes_interface_cleanup): Likewise.
71 (svr4_handle_solib_event): Likewise.
72 (svr4_update_solib_event_breakpoint): Likewise.
73 (svr4_update_solib_event_breakpoints): Likewise.
74 (svr4_create_solib_event_breakpoints): Likewise.
75 (enable_break): Free probes table before creating breakpoints.
76 Use svr4_create_solib_event_breakpoints to create breakpoints.
77 (svr4_solib_create_inferior_hook): Free the solib list.
78 (_initialize_svr4_solib): Initialise
79 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
80
81 2013-06-04 Gary Benson <gbenson@redhat.com>
82
83 * target.h (target_ops): New field
84 "to_augmented_libraries_svr4_read".
85 (target_augmented_libraries_svr4_read): New macro.
86 * target.c (update_current_target): Handle
87 to_augmented_libraries_svr4_read.
88 * remote.c (remote_state): New field
89 "augmented_libraries_svr4_read".
90 (remote_augmented_libraries_svr4_read_feature): New function.
91 (remote_protocol_features): Add entry for
92 "augmented-libraries-svr4-read".
93 (remote_augmented_libraries_svr4_read): New function.
94 (init_remote_ops): Initialize
95 remote_ops.to_augmented_libraries_svr4_read.
96
97 2013-06-04 Gary Benson <gbenson@redhat.com>
98
99 * NEWS: Update.
100
101 2013-06-04 Gary Benson <gbenson@redhat.com>
102
103 * objfiles.h (inhibit_section_map_updates): New function
104 declaration.
105 (resume_section_map_updates): Likewise.
106 (resume_section_map_updates_cleanup): Likewise.
107 * objfiles.c (objfile_pspace_info): Removed field
108 "objfiles_changed_p". New fields "new_objfiles_available",
109 "section_map_dirty" and "inhibit_updates".
110 (allocate_objfile): Set new_objfiles_available.
111 (free_objfile): Set section_map_dirty.
112 (objfile_relocate1): Likewise.
113 (in_plt_section): Likewise.
114 (find_pc_section): Update the conditions under which the
115 section map will be updated.
116 (inhibit_section_map_updates): New function.
117 (resume_section_map_updates): Likewise.
118 (resume_section_map_updates_cleanup): Likewise.
119
120 2013-06-04 Gary Benson <gbenson@redhat.com>
121
122 * probe.h (get_probe_argument_count): New declaration.
123 (evaluate_probe_argument): Likewise.
124 * probe.c (get_probe_argument_count): New function.
125 (evaluate_probe_argument): Likewise.
126 (probe_safe_evaluate_at_pc): Use the above new functions.
127
128 2013-06-04 Alan Modra <amodra@gmail.com>
129
130 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
131 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
132 (ppc_insns_match_pattern): Add frame param. Avoid multiple
133 target mem reads on optional insns.
134 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
135 ppc_insns_match_pattern calls.
136 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
137 Add match for power7 thread safety insns, and new order of
138 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
139 invocation in comment, and update rest of comment.
140 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
141 PPC64_STANDARD_LINKAGE3_LEN): Delete.
142 (ppc64_standard_linkage2_target): Update insn offsets.
143 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
144 stubs first. Update calls.
145
146 2013-06-04 Yao Qi <yao@codesourcery.com>
147
148 * solib.c (solib_find): Don't need dir separator if path has
149 drive spec.
150
151 2013-06-03 Joel Brobecker <brobecker@adacore.com>
152
153 Revert (indirectly causes a SIGSEGV):
154 * machoread.c (macho_symfile_read): Assign first cleanup to
155 'back_to'.
156
157 2013-06-03 Yao Qi <yao@codesourcery.com>
158
159 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
160 mi-parse.c. Make them static.
161 (mi_all_values): Likewise.
162 (mi_parse_values_option): Move to mi-parse.c. Rename it to
163 mi_parse_print_values. Make it external.
164 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
165 Remove the declarations.
166 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
167 * mi/mi-parse.h (mi_parse_print_values): Declare.
168 * mi/mi-cmd-stack.c: Include mi-parse.h.
169 (parse_print_values): Remove
170 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
171 of parse_print_values.
172 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
173
174 2013-05-31 Pedro Alves <pedro@codesourcery.com>
175 Yao Qi <yao@codesourcery.com>
176
177 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
178 (encode_actions): Move code to ...
179 (all_tracepoint_actions_and_cleanup): ... here. New.
180 (trace_dump_command): Likewise.
181
182 2013-05-30 Tom Tromey <tromey@redhat.com>
183
184 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
185
186 2013-05-30 Tom Tromey <tromey@redhat.com>
187
188 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
189 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
190 'old_chain' argument. Add 'parser_result' argument.
191 (gdb_xml_create_parser_and_cleanup): Remove old version.
192 (gdb_xml_parse_quick): Update.
193 (xml_process_xincludes): Update.
194 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
195 declare.
196
197 2013-05-30 Tom Tromey <tromey@redhat.com>
198
199 * probe.c (collect_probes): Check arguments for NULL before
200 calling compile_rx_or_error.
201 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
202 Remove NULL return.
203
204 2013-05-30 Tom Tromey <tromey@redhat.com>
205
206 * infrun.c (adjust_pc_after_break): Introduce an outer null
207 cleanup.
208
209 2013-05-30 Tom Tromey <tromey@redhat.com>
210
211 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
212
213 2013-05-30 Tom Tromey <tromey@redhat.com>
214
215 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
216 for 'old_chain'. Do not check 'head' before processing
217 cleanups.
218
219 2013-05-30 Tom Tromey <tromey@redhat.com>
220
221 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
222 "cleanup_tuple".
223
224 2013-05-30 Tom Tromey <tromey@redhat.com>
225
226 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
227 inner scope. Unconditionally call do_cleanups.
228
229 2013-05-30 Tom Tromey <tromey@redhat.com>
230
231 * source.c (find_and_open_source): Call do_cleanups.
232
233 2013-05-30 Tom Tromey <tromey@redhat.com>
234
235 * linux-thread-db.c (thread_db_load_search): Unconditionally
236 call do_cleanups.
237
238 2013-05-30 Tom Tromey <tromey@redhat.com>
239
240 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
241 for 'cleanup'; instead use a later one.
242
243 2013-05-30 Tom Tromey <tromey@redhat.com>
244
245 * python/py-breakpoint.c (bppy_get_commands): Use
246 explicit, unconditional return.
247 * python/py-frame.c (frapy_read_var): Likewise.
248 * python/python.c (gdbpy_decode_line): Likewise.
249
250 2013-05-30 Tom Tromey <tromey@redhat.com>
251
252 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
253 do_cleanups on all return paths.
254
255 2013-05-30 Tom Tromey <tromey@redhat.com>
256
257 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
258
259 2013-05-30 Tom Tromey <tromey@redhat.com>
260
261 * stabsread.c (read_struct_type): Call do_cleanups along
262 all return paths.
263
264 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
265
266 * mips-linux-tdep.c: Adjust formatting throughout.
267
268 2013-05-30 Tom Tromey <tromey@redhat.com>
269
270 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
271 along all return paths.
272
273 2013-05-30 Tom Tromey <tromey@redhat.com>
274
275 * symfile.c (find_separate_debug_file): Call do_cleanups
276 along all return paths.
277
278 2013-05-30 Tom Tromey <tromey@redhat.com>
279
280 * symtab.c (search_symbols): Introduce a null cleanup for
281 'retval_chain'.
282
283 2013-05-30 Tom Tromey <tromey@redhat.com>
284
285 * python/py-value.c (valpy_binop): Call do_cleanups before
286 exiting loop.
287
288 2013-05-30 Tom Tromey <tromey@redhat.com>
289
290 * python/py-prettyprint.c (print_children): Remove extra
291 do_cleanups call.
292
293 2013-05-30 Tom Tromey <tromey@redhat.com>
294
295 * python/py-frame.c (frapy_read_var): Call do_cleanups along
296 all return paths.
297
298 2013-05-30 Tom Tromey <tromey@redhat.com>
299
300 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
301 along all return paths.
302
303 2013-05-30 Tom Tromey <tromey@redhat.com>
304
305 * cli/cli-logging.c (set_logging_redirect): Unconditionally
306 call do_cleanups.
307
308 2013-05-30 Tom Tromey <tromey@redhat.com>
309
310 * varobj.c (c_value_of_root): Call do_cleanups along all
311 return paths.
312
313 2013-05-30 Tom Tromey <tromey@redhat.com>
314
315 * tracepoint.c (trace_dump_command): Unconditionally call
316 do_cleanups.
317
318 2013-05-30 Tom Tromey <tromey@redhat.com>
319
320 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
321 do_cleanups earlier.
322
323 2013-05-30 Tom Tromey <tromey@redhat.com>
324
325 * machoread.c (macho_symfile_read): Assign first cleanup to
326 'back_to'.
327
328 2013-05-30 Tom Tromey <tromey@redhat.com>
329
330 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
331
332 2013-05-30 Tom Tromey <tromey@redhat.com>
333
334 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
335
336 2013-05-30 Tom Tromey <tromey@redhat.com>
337
338 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
339 call discard_cleanups.
340 (inf_ptrace_attach): Likewise.
341
342 2013-05-30 Tom Tromey <tromey@redhat.com>
343
344 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
345 return paths.
346 (mips_initialize): Likewise.
347 (common_open): Call do_cleanups.
348
349 2013-05-30 Tom Tromey <tromey@redhat.com>
350
351 * utils.c (internal_vproblem): Call do_cleanups.
352
353 2013-05-30 Tom Tromey <tromey@redhat.com>
354
355 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
356
357 2013-05-30 Tom Tromey <tromey@redhat.com>
358
359 * cli/cli-script.c (setup_user_args): Don't return after error.
360
361 2013-05-30 Tom Tromey <tromey@redhat.com>
362
363 * somread.c (som_symtab_read): Call do_cleanups.
364
365 2013-05-30 Tom Tromey <tromey@redhat.com>
366
367 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
368
369 2013-05-30 Tom Tromey <tromey@redhat.com>
370
371 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
372 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
373 * interps.c (interpreter_exec_cmd): Call do_cleanups.
374 * source.c (show_substitute_path_command): Call do_cleanups.
375 (unset_substitute_path_command, set_substitute_path_command):
376 Likewise.
377 * symfile.c (load_command): Call do_cleanups.
378
379 2013-05-30 Tom Tromey <tromey@redhat.com>
380
381 * contrib/cleanup_check.py: New file.
382 * contrib/gcc-with-excheck: Add option parsing.
383
384 2013-05-30 Joel Brobecker <brobecker@adacore.com>
385
386 * windows-nat.c (windows_delete_thread): Add missing space
387 in cast expression.
388
389 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
390
391 * inferior.c (top level): Include tilde.h.
392 (add_inferior_command): Call tilde_expand on the value of 'exec'
393 argument.
394
395 2013-05-30 Pedro Alves <pedro@codesourcery.com>
396 Yao Qi <yao@codesourcery.com>
397
398 * tracepoint.c (encode_actions_1): Remove parameter 't'.
399 Caller update.
400 (encode_actions): Likewise.
401 * remote.c (remote_download_tracepoint): Caller update.
402 * tracepoint.h (encode_actions): Update declaration.
403
404 2013-05-30 Pedro Alves <palves@redhat.com>
405
406 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
407 pointer.
408
409 2013-05-30 Yao Qi <yao@codesourcery.com>
410
411 * remote.c (remote_check_symbols): Remove unused parameter
412 'objfile'.
413 Declaration update.
414 (remote_start_remote, remote_new_objfile): Caller update.
415
416 2013-05-30 Yao Qi <yao@codesourcery.com>
417
418 * mi/mi-cmds.c (mi_cmds): Define MI command
419 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
420 DEF_MI_CMD_CLI.
421
422 2013-05-29 Pedro Alves <palves@redhat.com>
423
424 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
425 (remote_insert_watchpoint, remote_remove_watchpoint)
426 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
427 (remote_verify_memory, compare_sections_command)
428 (remote_search_memory): Set the general process/thread on the
429 remote side.
430
431 2013-05-29 Pedro Alves <palves@redhat.com>
432
433 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
434 (_initialize_aarch64_tdep): Don't call
435 initialize_tdesc_aarch64_without_fpu.
436 * features/Makefile (WHICH): Remove reference to
437 aarch64-without-fpu.
438 * features/aarch64-without-fpu.c: Delete file.
439 * regformats/aarch64-without-fpu.dat: Delete file.
440
441 2013-05-28 Yao Qi <yao@codesourcery.com>
442
443 * tracepoint.c (stringify_collection_list): Remove parameter
444 'string'.
445 (encode_actions): Caller update. Remove local variables.
446
447 2013-05-24 Yao Qi <yao@codesourcery.com>
448
449 * tracepoint.c (TFILE_PID): Remove.
450 (tfile_open): Don't add thread and inferior.
451 (tfile_close): Don't set 'inferior_ptid'. Don't call
452 exit_inferior_silent.
453 (tfile_thread_alive): Remove.
454 (init_tfile_ops): Don't set field 'to_thread_alive' of
455 tfile_ops.
456
457 2013-05-23 Doug Evans <dje@google.com>
458
459 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
460
461 2013-05-23 Pedro Alves <palves@redhat.com>
462
463 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
464 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
465 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
466 Only define if HAVE_SOCKETS is defined.
467 * configure.ac: Check for sys/socket.h.
468 * config.in, configure: Regenerate.
469
470 2013-05-23 Pedro Alves <palves@redhat.com>
471
472 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
473 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
474 printing uint32_t variables.
475
476 2013-05-23 Pedro Alves <palves@redhat.com>
477
478 * NEWS: Mention GDBserver range stepping support.
479
480 2013-05-23 Yao Qi <yao@codesourcery.com>
481 Pedro Alves <palves@redhat.com>
482
483 * gdbthread.h (struct thread_control_state) <may_range_step>: New
484 field.
485 * infcmd.c (step_once, until_next_command): Enable range stepping.
486 * infrun.c (displaced_step_prepare): Disable range stepping.
487 (resume): Disable range stepping if stepping over a breakpoint or
488 we have software watchpoints. If range stepping is enabled,
489 assert the thread is in the stepping range.
490 (clear_proceed_status_thread): Clear may_range_step.
491 (handle_inferior_event): Disable range stepping as soon as we know
492 the thread that hit the event. Re-enable it whenever we're going
493 to step with a step range.
494 * remote.c (struct vCont_action_support) <r>: New field.
495 (use_range_stepping): New global.
496 (remote_vcont_probe): Handle 'r' action.
497 (append_resumption): Append an 'r' action if the thread may range
498 step.
499 (show_range_stepping): New function.
500 (set_range_stepping): New function.
501 (_initialize_remote): Call add_setshow_boolean_cmd to register the
502 'set range-stepping' and 'show range-stepping' commands.
503 * NEWS: Mention range stepping, the new vCont;r action, and the
504 new "set/show range-stepping" commands.
505
506 2013-05-23 Yao Qi <yao@codesourcery.com>
507 Pedro Alves <palves@redhat.com>
508
509 * remote.c (struct vCont_action_support): New struct.
510 (struct remote_state) <support_vCont_t>: Remove field.
511 <vCont_actions_support>: New field.
512 (remote_vcont_probe, remote_stop_ns): Update.
513
514 2013-05-23 Yao Qi <yao@codesourcery.com>
515 Pedro Alves <palves@redhat.com>
516
517 * gdbthread.h (pc_in_thread_step_range): New declaration.
518 * thread.c (pc_in_thread_step_range): New function.
519 * infrun.c (handle_inferior_event): Use it.
520
521 2013-05-23 Joel Brobecker <brobecker@adacore.com>
522
523 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
524 of sprintf.
525
526 2013-05-22 Keith Seitz <keiths@redhat.com>
527
528 * ada-lang.c (is_known_support_routine): Add explicit free of
529 'func_name' from find_frame_funname.
530 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
531 for func_name from find_frame_funname.
532 * python/py-frame.c (frapy_name): Add explicit free of
533 'name' from find_frame_funname.
534 * stack.c (find_frame_funname): Add comment explaining that
535 funcp must be freed by the caller.
536 Return copy of symbol names instead of pointers.
537 (print_frame): Add a cleanup for 'funname' from
538 find_frame_funname.
539 * stack.h (find_frame_funname): Remove "const" from
540 'funname' parameter.
541
542 2013-05-22 Tom Tromey <tromey@redhat.com>
543
544 PR c++/15401:
545 * c-valprint.c (c_value_print): Use value_addr for
546 references. Convert back to reference type with value_ref.
547
548 2013-05-22 Eli Zaretskii <eliz@gnu.org>
549
550 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
551 unloaded DLL, it will be done by handle_solib_event. See
552 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
553 details.
554
555 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
556
557 * ui-out.c: Create typedef ui_out_level_p and define vector
558 operations for that type.
559 (struct ui_out): Use a vector instead of an array.
560 (current_level): Return level from a vector.
561 (push_level): Create a level in a vector.
562 (pop_level): Delete a level in a vector.
563 (ui_out_new): Create initial level zero level, and store in a
564 vector.
565 (ui_out_destroy): Add vector cleanup.
566
567 2013-05-22 Pedro Alves <palves@redhat.com>
568
569 * python/python-internal.h (gdb_Py_DECREF): Tag with
570 "ARI: editCase function".
571
572 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
573
574 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
575
576 2013-05-21 Pedro Alves <palves@redhat.com>
577
578 * python/py-prettyprint.c (apply_val_pretty_printer): Check
579 whether PRINTER is NULL before installing a Py_DECREF cleanup.
580 * python/py-utils.c (py_decref): Don't check for NULL before
581 calling Py_DECREF.
582
583 2013-05-21 Pedro Alves <palves@redhat.com>
584
585 * python/py-utils.c (py_decref): Remove extra braces.
586 (gdb_pymodule_addobject): Remove extra braces.
587 * python-internal.h (gdb_Py_DECREF): New static inline function.
588 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
589
590 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
591
592 * breakpoints.c (detach_breakpoints): Do not
593 detach breakpoints locations with loc_type bp_loc_other.
594
595 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 Workaround Python 2.6.
598 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
599 a block.
600
601 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 Code cleanup: constification.
604 * solib.c (solib_ops): Make return type and ops variable type const.
605 (set_solib_ops): Make the new_ops parameter and ops variable const.
606 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
607 (solib_add, solib_keep_data_in_core, clear_solib)
608 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
609 (reload_shared_libraries, solib_global_lookup): Make the ops variable
610 const.
611 * solib.h (set_solib_ops): Make the new_ops parameter const.
612
613 2013-05-21 Joel Brobecker <brobecker@adacore.com>
614
615 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
616 variable.
617 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
618 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
619 (SYSTEM_GDBINIT_FILES): New variables.
620 (all): Add stamp-system-gdbinit.
621 (stamp-system-gdbinit): New rule.
622 (clean-system-gdbinit, install-system-gdbinit)
623 (uninstall-system-gdbinit): New rules. Make them .PHONY.
624 (install-only): Add dependency on install-system-gdbinit.
625 (uninstall): Add dependency on uninstall-system-gdbinit.
626 (clean): Add dependency on clean-system-gdbinit.
627 * system-gdbinit/elinos.py: New file.
628 * system-gdbinit/wrs-linux.py: New file.
629
630 2013-05-21 Joel Brobecker <brobecker@adacore.com>
631
632 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
633
634 2013-05-21 Hui Zhu <hui@codesourcery.com>
635
636 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
637 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
638 * mi/mi-cmd-break.c (ctype.h): New include.
639 (gdb_obstack.h): New include.
640 (mi_argv_to_format, mi_cmd_break_insert_1): New.
641 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
642 (mi_cmd_dprintf_insert): New.
643 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
644 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
645
646 2013-05-20 Tom Tromey <tromey@redhat.com>
647
648 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
649
650 2013-05-20 Tom Tromey <tromey@redhat.com>
651
652 * python/py-value.c (valpy_get_dynamic_type): Simplify
653 dynamic_type assignment. Use Py_XINCREF.
654
655 2013-05-20 Tom Tromey <tromey@redhat.com>
656
657 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
658
659 2013-05-20 Tom Tromey <tromey@redhat.com>
660
661 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
662 (gdbpy_selected_frame): Move object-construction code
663 out of TRY_CATCH.
664
665 2013-05-20 Tom Tromey <tromey@redhat.com>
666
667 * python/py-arch.c (gdbpy_initialize_arch): Use
668 gdb_pymodule_addobject.
669 * python/py-block.c (gdbpy_initialize_blocks): Use
670 gdb_pymodule_addobject.
671 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
672 gdb_pymodule_addobject.
673 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
674 gdb_pymodule_addobject.
675 * python/py-event.c (gdbpy_initialize_event_generic): Use
676 gdb_pymodule_addobject.
677 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
678 gdb_pymodule_addobject.
679 * python/py-evts.c (add_new_registry): Use
680 gdb_pymodule_addobject.
681 (gdbpy_initialize_py_events): Likewise.
682 * python/py-finishbreakpoint.c
683 (gdbpy_initialize_finishbreakpoints): Use
684 gdb_pymodule_addobject.
685 * python/py-frame.c (gdbpy_initialize_frames): Use
686 gdb_pymodule_addobject.
687 * python/py-function.c (gdbpy_initialize_functions): Use
688 gdb_pymodule_addobject.
689 * python/py-inferior.c (gdbpy_initialize_inferior): Use
690 gdb_pymodule_addobject.
691 * python/py-infthread.c (gdbpy_initialize_thread): Use
692 gdb_pymodule_addobject.
693 * python/py-objfile.c (gdbpy_initialize_objfile): Use
694 gdb_pymodule_addobject.
695 * python/py-param.c (gdbpy_initialize_parameters): Use
696 gdb_pymodule_addobject.
697 * python/py-progspace.c (gdbpy_initialize_pspace): Use
698 gdb_pymodule_addobject.
699 * python/py-symbol.c (gdbpy_initialize_symbols): Use
700 gdb_pymodule_addobject.
701 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
702 gdb_pymodule_addobject.
703 * python/py-type.c (gdbpy_initialize_types): Use
704 gdb_pymodule_addobject.
705 * python/py-utils.c (gdb_pymodule_addobject): New function.
706 * python/py-value.c (gdbpy_initialize_values): Use
707 gdb_pymodule_addobject.
708 * python/python-internal.h (gdb_pymodule_addobject): Declare.
709 * python/python.c (_initialize_python): Use
710 gdb_pymodule_addobject.
711
712 2013-05-20 Tom Tromey <tromey@redhat.com>
713
714 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
715 * python/py-param.c (get_set_value, get_show_value): Use
716 explicit decrefs.
717 * python/python.c (start_type_printers, apply_type_printers):
718 Use explicit decrefs.
719
720 2013-05-20 Tom Tromey <tromey@redhat.com>
721
722 * python/py-evts.c (gdbpy_initialize_py_events): Don't
723 incref the module.
724
725 2013-05-20 Tom Tromey <tromey@redhat.com>
726
727 * python/python.c (gdbpy_run_events): Decref the result
728 of PyObject_CallObject.
729
730 2013-05-20 Tom Tromey <tromey@redhat.com>
731
732 * python/py-symtab.c (set_sal): Use
733 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
734 (symtab_and_line_to_sal_object): Update.
735
736 2013-05-20 Tom Tromey <tromey@redhat.com>
737
738 * python/py-param.c (compute_enum_values): Decref 'item'.
739
740 2013-05-20 Tom Tromey <tromey@redhat.com>
741
742 * mi/mi-main.c: Include python-internal.h.
743 (mi_cmd_list_features): Check gdb_python_initialized.
744 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
745 (python_inferior_exit, python_new_objfile, add_thread_object)
746 (delete_thread_object, py_free_inferior): Check
747 gdb_python_initialized.
748 * python/py-prettyprint.c (apply_val_pretty_printer): Check
749 gdb_python_initialized.
750 * python/py-type.c (save_objfile_types): Check
751 gdb_python_initialized.
752 * python/python-internal.h (gdb_python_initialized): Declare.
753 * python/python.c (ensure_python_env): Throw exception if
754 Python not initialized.
755 (before_prompt_hook, source_python_script_for_objfile)
756 (start_type_printers, apply_type_printers,
757 free_type_printers): Check gdb_python_initialized.
758 * varobj.c (varobj_get_display_hint)
759 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
760 (install_new_value_visualizer, varobj_set_visualizer)
761 (value_get_print_value): Check gdb_python_initialized.
762
763 2013-05-20 Tom Tromey <tromey@redhat.com>
764
765 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
766 Check errors.
767 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
768 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
769 Check errors.
770 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
771 Check errors.
772 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
773 Check errors.
774 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
775 Check errors.
776 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
777 init function to return 'int'.
778 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
779 Return 'int'. Check errors.
780 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
781 Check errors.
782 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
783 Return 'int'. Check errors.
784 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
785 Check errors.
786 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
787 Check errors.
788 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
789 Check errors.
790 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
791 Check errors.
792 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
793 Check errors.
794 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
795 Check errors.
796 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
797 Check errors.
798 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
799 Check errors.
800 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
801 Check errors.
802 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
803 Check errors.
804 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
805 Check errors.
806 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
807 Check errors.
808 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
809 Check errors.
810 * python/python-internal.h (gdbpy_initialize_auto_load,
811 gdbpy_initialize_values, gdbpy_initialize_frames,
812 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
813 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
814 gdbpy_initialize_blocks, gdbpy_initialize_types,
815 gdbpy_initialize_functions, gdbpy_initialize_pspace,
816 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
817 gdbpy_initialize_finishbreakpoints,
818 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
819 gdbpy_initialize_thread, gdbpy_initialize_inferior,
820 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
821 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
822 gdbpy_initialize_signal_event,
823 gdbpy_initialize_breakpoint_event,
824 gdbpy_initialize_continue_event,
825 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
826 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
827 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
828 * python/python.c (gdb_python_initialized): New global.
829 (gdbpy_initialize_events): Return 'int'. Check errors.
830 (_initialize_python): Check errors. Set
831 gdb_python_initialized.
832
833 2013-05-20 Tom Tromey <tromey@redhat.com>
834
835 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
836 Decref the reslut of PyObject_CallMethod.
837
838 2013-05-20 Tom Tromey <tromey@redhat.com>
839
840 * python/py-event.c (gdbpy_initialize_event_generic): Return
841 early if PyType_Ready fails.
842
843 2013-05-20 Tom Tromey <tromey@redhat.com>
844
845 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
846 as 'default' in the switch.
847
848 2013-05-20 Tom Tromey <tromey@redhat.com>
849
850 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
851 get_addr_from_python calls out of TRY_CATCH.
852 (infpy_write_memory, infpy_search_memory): Likewise.
853 * python/py-utils.c (get_addr_from_python): Return negative
854 value on error. Use TRY_CATCH.
855 * python/python-internal.h (get_addr_from_python): Use
856 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
857
858 2013-05-20 Tom Tromey <tromey@redhat.com>
859
860 * python/py-event.c (evpy_emit_event): Decref the
861 result of PyObject_CallFunctionObjArgs.
862
863 2013-05-20 Tom Tromey <tromey@redhat.com>
864
865 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
866 Correctly decref.
867
868 2013-05-20 Tom Tromey <tromey@redhat.com>
869
870 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
871
872 2013-05-20 Tom Tromey <tromey@redhat.com>
873
874 * python/py-event.h (gdbpy_initialize_event_generic): Use
875 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
876 * python/py-evts.c (add_new_registry): Use
877 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
878 * python/python-internal.h
879 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
880
881 2013-05-20 Tom Tromey <tromey@redhat.com>
882
883 * python/py-arch.c (archpy_disassemble): Update.
884 * python/py-type.c (typy_get_composite, typy_lookup_typename)
885 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
886 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
887 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
888 macro.
889 (GDB_PY_HANDLE_EXCEPTION): Update.
890 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
891
892 2013-05-20 Tom Tromey <tromey@redhat.com>
893
894 * python/python-internal.h (events_object_type): Remove.
895
896 2013-05-20 Tom Tromey <tromey@redhat.com>
897
898 * python/py-event.h (evpy_emit_event): Use
899 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
900 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
901 New macro.
902
903 2013-05-20 Tom Tromey <tromey@redhat.com>
904
905 * py-evtregistry.c (create_event_object): Decref
906 eventregistry_object if PyList_New fails.
907
908 2013-05-20 Tom Tromey <tromey@redhat.com>
909
910 * py-cmd.c (gdbpy_string_to_argv): Check result of
911 PyList_New.
912
913 2013-05-20 Tom Tromey <tromey@redhat.com>
914
915 * python/python.c (before_prompt_hook): Add cleanup to
916 decref 'hook'.
917
918 2013-05-20 Tom Tromey <tromey@redhat.com>
919
920 * python/py-function.c (fnpy_init): Decref result of
921 PyObject_GetAttrString.
922
923 2013-05-20 Tom Tromey <tromey@redhat.com>
924
925 * python/py-threadevent.c (get_event_thread): Use
926 CPYCHECKER_RETURNS_BORROWED_REF.
927 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
928 New define.
929 (pspace_to_pspace_object, objfile_to_objfile_object)
930 (find_thread_object): Use it.
931
932 2013-05-20 Tom Tromey <tromey@redhat.com>
933
934 * python/py-arch.c (arch_object_type): Use
935 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
936 * python/py-block.c (block_syms_iterator_object_type):
937 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
938 * python/py-bpevent.c (breakpoint_event_object_type):
939 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
940 * python/py-cmd.c (cmdpy_object_type): Use
941 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
942 * python/py-continueevent.c (continue_event_object_type):
943 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
944 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
945 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
946 * python/py-events.h (thread_event_object_type):
947 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
948 * python/py-evtregistry.c (eventregistry_object_type): Use
949 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
950 * python/py-exitedevent.c (exited_event_object_type):
951 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
952 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
953 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
954 * python/py-function.c (fnpy_object_type): Use
955 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
956 * python/py-inferior.c (inferior_object_type, membuf_object_type):
957 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
958 * python/py-infthread.c (thread_object_type): Use
959 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
960 * python/py-lazy-string.c (lazy_string_object_type):
961 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
962 * python/py-newobjfileevent.c (new_objfile_event_object_type):
963 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
964 * python/py-objfile.c (objfile_object_type): Use
965 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
966 * python/py-param.c (parmpy_object_type):
967 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
968 * python/py-progspace.c (pspace_object_type):
969 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
970 * python/py-signalevent.c (signal_event_object_type):
971 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
972 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
973 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
974 * python/py-type.c (type_object_type, field_object_type)
975 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
976 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
977 define.
978 (value_object_type, block_object_type, symbol_object_type)
979 (event_object_type, stop_event_object_type, breakpoint_object_type)
980 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
981
982 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
983
984 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
985 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
986
987 2013-05-20 Doug Evans <dje@google.com>
988
989 When reading CU, stay in DWO. Be more tolerent of bad debug info.
990 For Fission.
991 * dwarf2read.c (struct dwarf2_per_cu_data): New member
992 reading_dwo_directly.
993 (struct signatured_type): New member dwo_unit.
994 (struct die_reader_specs): New member comp_dir.
995 (create_signatured_type_table_from_index): Use malloc for
996 all_type_units instead of objfile's obstack.
997 (create_all_type_units): Ditto.
998 (fill_in_sig_entry_from_dwo_entry): New function.
999 (add_type_unit): New function.
1000 (lookup_dwo_signatured_type): New function.
1001 (lookup_dwp_signatured_type): New function.
1002 (lookup_signatured_type): New arg cu. All callers updated.
1003 (init_cu_die_reader): Initialize comp_dir.
1004 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
1005 Change assert of matching type signatures to call error on mismatch.
1006 (lookup_dwo_unit): Add assert.
1007 (init_tu_and_read_dwo_dies): New function.
1008 (init_cutu_and_read_dies): Call it.
1009 (build_type_unit_groups): Handle case of no type unit groups created.
1010 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
1011 (lookup_dwo_cutu): Tweak complaint.
1012 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
1013 (dwarf2_per_objfile_free): Free all_type_units.
1014
1015 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1016
1017 * windows-nat.c (handle_unload_dll): Add missing empty line.
1018
1019 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1020
1021 * dwarf2read.c (prototyped_function_p): New function.
1022 (read_subroutine_type): Use it.
1023
1024 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1025
1026 * rs6000-aix-tdep.c: De-indent some example code provided
1027 as a comment.
1028
1029 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
1030
1031 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
1032 region is ok for a hardware watchpoint using the new ptrace interface
1033 on Power servers.
1034
1035 2013-05-17 Doug Evans <dje@google.com>
1036
1037 * NEWS: Mention new maintenance commands check-symtabs, and
1038 expand-symtabs, and renamed check-psymtabs.
1039 * psymtab.c (maintenance_check_psymtabs): Renamed from
1040 maintenance_check_symtabs. Only process already-expanded symbol
1041 tables.
1042 (_initialize_psymtab): Update.
1043 * symmisc.c (maintenance_check_symtabs): New function.
1044 (maintenance_expand_name_matcher): New function
1045 (maintenance_expand_file_matcher): New function
1046 (maintenance_expand_symtabs): New function.
1047 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
1048 commands.
1049
1050 2013-05-17 Tom Tromey <tromey@redhat.com>
1051
1052 * python/py-inferior.c (infpy_read_memory): Don't call
1053 PyErr_SetString if PyObject_New fails.
1054 * python/py-frame.c (frame_info_to_frame_object): Don't call
1055 PyErr_SetString if PyObject_New fails.
1056
1057 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
1058
1059 * acinclude.m4: Add check for dlopen in libdl.
1060 * configure.ac: Ditto.
1061 * configure: Regenerate.
1062
1063 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
1064
1065 * frame.c (frame_stash): Convert to htab.
1066 (frame_addr_hash): New function.
1067 (frame_addr_hash_eq): New function.
1068 (frame_stash_create): Convert function to create
1069 a hash table.
1070 (frame_stash_add): Convert function to add an entry to a hash
1071 table.
1072 (frame_stash_find): Convert function to search the hash table.
1073 (frame_stash_invalidate): Convert function to empty the hash
1074 table.
1075 (get_frame_id): Only add to stash if a frame_id is created.
1076 (_initialize_frame): Call frame_stash_create.
1077
1078 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
1079
1080 * configure.ac: Ensure MIG is available when building for GNU Hurd
1081 hosts.
1082 * configure: Regenerate.
1083
1084 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1085
1086 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
1087
1088 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1089
1090 * ada-lang.c (ada_make_symbol_completion_list): Make sure
1091 all cleanups are done before returning from this function.
1092
1093 2013-05-15 Joel Brobecker <brobecker@adacore.com>
1094
1095 * utils.h: #include "exceptions.h".
1096 (enum errors): Remove partial declaration.
1097
1098 2013-05-15 Joel Brobecker <brobecker@adacore.com>
1099
1100 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
1101 * gdbarch.h, gdbarch.c: Regenerate.
1102 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
1103 handling.
1104
1105 * rs6000-aix-tdep.h: New file.
1106 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
1107 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
1108 "xml-utils.h".
1109 (struct field_info, struct ld_info_desc): New types.
1110 (ld_info32_desc, ld_info64_desc): New static constants.
1111 (struct ld_info): New type.
1112 (rs6000_aix_extract_ld_info): New function.
1113 (rs6000_aix_shared_library_to_xml): Likewise.
1114 (rs6000_aix_ld_info_to_xml): Likewise.
1115 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1116 (rs6000_aix_init_osabi): Add call to
1117 set_gdbarch_core_xfer_shared_libraries_aix.
1118 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
1119 Remove "xml-utils.h" include.
1120 (LdInfo): Delete typedef.
1121 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
1122 Delete macros.
1123 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
1124 Adjust code accordingly.
1125 (rs6000_core_ldinfo): Delete, folded into
1126 rs6000_aix_core_xfer_shared_libraries_aix.
1127 (rs6000_xfer_shared_library): Delete.
1128 (rs6000_xfer_shared_libraries): Reimplement.
1129
1130 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1131
1132 * record.c (record_goto_cmdlist): New.
1133 (cmd_record_goto): Split into this ...
1134 (cmd_record_goto_begin): ... this
1135 (cmd_record_goto_end): ... and this.
1136 (_initialize_record): Change "record goto" to prefix command.
1137 Add commands for "record goto begin" and "record goto end".
1138 Add an alias for "record goto start" to "record goto begin".
1139
1140 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 * linespec.c (convert_linespec_to_sals): New comment for
1143 SOURCE_FILENAME assignment.
1144
1145 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
1148 internal_warning.
1149
1150 2013-05-14 Tom Tromey <tromey@redhat.com>
1151
1152 * eval.c (parse_and_eval_long): Make 'exp' const.
1153 * value.h (parse_and_eval_long): Update.
1154
1155 2013-05-14 Tom Tromey <tromey@redhat.com>
1156
1157 * ui-file.c (gdb_fopen): Make arguments const.
1158 * ui-file.h (gdb_fopen): Make arguments const.
1159
1160 2013-05-14 Tom Tromey <tromey@redhat.com>
1161
1162 * remote.c (remote_set_trace_notes): Make arguments const.
1163 * target.c (update_current_target): Update cast.
1164 * target.h (to_set_trace_notes): Make arguments const.
1165
1166 2013-05-14 Tom Tromey <tromey@redhat.com>
1167
1168 * go32-nat.c (go32_terminal_info): Make 'args' const.
1169 * inferior.h (child_terminal_info): Update.
1170 * inflow.c (child_terminal_info): Make 'args' const.
1171 * target.c (default_terminal_info): Make 'args' const.
1172 (debug_to_terminal_save_ours): Likewise.
1173 * target.h (struct target_ops) <to_terminal_info>: Make argument
1174 const.
1175
1176 2013-05-13 Tom Tromey <tromey@redhat.com>
1177
1178 * gcore.c (create_gcore_bfd): Make 'filename' const.
1179 * gcore.h (create_gcore_bfd): Make 'filename' const.
1180 * record-full.c (record_full_save): Make 'recfilename' const.
1181 * target.c (target_save_record): Make 'filename' const.
1182 * target.h (struct target_ops) <to_save_record>: Make 'filename'
1183 const.
1184 (target_save_record): Likewise.
1185
1186 2013-05-13 Tom Tromey <tromey@redhat.com>
1187
1188 PR gdb/15338:
1189 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
1190 ranges section has been read.
1191
1192 2013-05-13 Tom Tromey <tromey@redhat.com>
1193
1194 PR exp/15364:
1195 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
1196 STRUCTOP_PTR>: Return a not_lval value for
1197 EVAL_AVOID_SIDE_EFFECTS.
1198 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
1199 for EVAL_AVOID_SIDE_EFFECTS.
1200
1201 2013-05-13 Joel Brobecker <brobecker@adacore.com>
1202
1203 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
1204 floating point registers to register type before storing
1205 value.
1206 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
1207 Likewise.
1208
1209 2013-05-10 Joel Brobecker <brobecker@adacore.com>
1210 Tom Tromey <tromey@redhat.com>
1211
1212 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
1213 New functions.
1214 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
1215 Declare.
1216 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
1217 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
1218 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
1219 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
1220
1221 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
1222 Tom Tromey <tromey@redhat.com>
1223
1224 PR build/15414:
1225 * configure: Rebuild.
1226 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
1227 with -Wno-format.
1228
1229 2013-05-10 Pedro Alves <palves@redhat.com>
1230
1231 * remote.c (_initialize_remote): Fix spelling of
1232 qXfer:traceframe-info:read packet in packet config command.
1233
1234 2013-05-10 David Taylor <dtaylor@emc.com>
1235
1236 PR remote/15455
1237
1238 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
1239 "QTro" at start of packet.
1240
1241 2013-05-10 Joel Brobecker <brobecker@adacore.com>
1242
1243 * solib-aix.c (solib_aix_relocate_section_addresses):
1244 For the .bss section action, apply the same offset as
1245 the .data section.
1246
1247 2013-05-10 Joel Brobecker <brobecker@adacore.com>
1248
1249 * solib-aix.c (solib_aix_relocate_section_addresses):
1250 Remove FIXME comment.
1251
1252 2013-05-10 Joel Brobecker <brobecker@adacore.com>
1253
1254 PR tdep/15420:
1255 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1256 New functions, directly copied from sparc-sol-thread.c.
1257 * sparc-sol-thread.c: Delete.
1258 * configure.ac: Remove code handling sparc-solaris-thread.c.
1259 * configure: Regenerate.
1260
1261 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1262
1263 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
1264 filter logic.
1265 (backtrace_command): Add "no-filters" option parsing.
1266 (_initialize_stack): Alter help to reflect "no-filters" option.
1267 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
1268 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
1269 (py-frame.o): Add target
1270 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
1271 filter files.
1272 * python/python.h: Add new frame filter constants, and flag enum.
1273 (apply_frame_filter): Add definition.
1274 * python/python.c (apply_frame_filter): New non-Python
1275 enabled function.
1276 * python/py-utils.c (py_xdecref): New function.
1277 (make_cleanup_py_xdecref): Ditto.
1278 * python/py-objfile.c: Declare frame_filters dictionary.
1279 (objfpy_dealloc): Add frame_filters dealloc.
1280 (objfpy_new): Initialize frame_filters attribute.
1281 (objfile_to_objfile_object): Ditto.
1282 (objfpy_get_frame_filters): New function.
1283 (objfpy_set_frame_filters): New function.
1284 * python/py-progspace.c: Declare frame_filters dictionary.
1285 (pspy_dealloc): Add frame_filters dealloc.
1286 (pspy_new): Initialize frame_filters attribute.
1287 (pspacee_to_pspace_object): Ditto.
1288 (pspy_get_frame_filters): New function.
1289 (pspy_set_frame_filters): New function.
1290 * python/py-framefilter.c: New file.
1291 * python/lib/gdb/command/frame_filters.py: New file.
1292 * python/lib/gdb/frames.py: New file.
1293 * python/lib/gdb/__init__.py: Initialize global frame_filters
1294 dictionary
1295 * python/lib/gdb/FrameDecorator.py: New file.
1296 * python/lib/gdb/FrameIterator.py: New file.
1297 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
1298 * mi/mi-cmds.h: Declare.
1299 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
1300 --no-frame-filter logic, and Python frame filter logic.
1301 (stack_enable_frame_filters): New function.
1302 (parse_no_frame_option): Ditto.
1303 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
1304 filter logic.
1305 (mi_cmd_stack_list_locals): Ditto.
1306 (mi_cmd_stack_list_args): Ditto.
1307 (mi_cmd_stack_list_variables): Ditto.
1308 * NEWS: Add frame filter note.
1309
1310 2013-05-09 Doug Evans <dje@google.com>
1311
1312 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
1313 All callers updated.
1314 (syms_from_objfile): Ditto. Make static.
1315 (symbol_file_add_with_addrs): Renamed from
1316 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
1317 num_offsets. All callers updated.
1318 * symfile.h (syms_from_objfile): Delete.
1319
1320 * symfile.c (decrement_reading_symtab): Add assert.
1321 (increment_reading_symtab): Ditto.
1322
1323 2013-05-09 Joel Brobecker <brobecker@adacore.com>
1324
1325 * source.c (forward_search_command): Replace call to getc
1326 by call to fgetc.
1327 (reverse_search_command): Likewise.
1328
1329 2013-05-08 Doug Evans <dje@google.com>
1330
1331 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
1332 matching test.
1333
1334 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1335
1336 * sol-thread.c (info_cb): Factorize the code a little.
1337
1338 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1339
1340 * sol-thread.c (info_cb): Rework the output of the "maintenance
1341 info sol-threads" command a bit.
1342
1343 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1344
1345 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
1346 Replace ti.ti_startfunc by ti.ti_pc.
1347
1348 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1349
1350 * solib-aix.c (solib_aix_free_library_list): New function
1351 for the case where HAVE_LIBEXPAT is not defined.
1352
1353 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1354
1355 PR breakpoints/15413:
1356 * breakpoint.c (condition_completer): Simplify the code to
1357 disconsider multiple locations of breakpoints when completing the
1358 "condition" command.
1359
1360 2013-05-07 Pierre Muller <muller@sourceware.org>
1361
1362 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
1363 instead of <sys/wait.h>.
1364
1365 2013-05-07 Pierre Muller <muller@sourceware.org>
1366
1367 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
1368 trailing new line from warning message.
1369
1370 2013-05-07 Pierre Muller <muller@sourceware.org>
1371
1372 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
1373 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
1374
1375 2013-05-07 Joel Brobecker <brobecker@adacore.com>
1376
1377 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
1378 error message (ARI fix).
1379
1380 2013-05-07 Joel Brobecker <brobecker@adacore.com>
1381
1382 * features/library-list-aix.dtd: Replace library-list by
1383 library-list-aix.
1384 * rs6000-nat.c: Replace library-list by library-list-aix
1385 throughout.
1386 * solib-aix.c: Likewise.
1387
1388 2013-05-07 Joel Brobecker <brobecker@adacore.com>
1389
1390 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
1391 Renames TARGET_OBJECT_AIX_LIBRARIES.
1392 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
1393 TARGET_OBJECT_LIBRARIES_AIX throughout.
1394 * solib-aix.c: Likwise.
1395
1396 2013-05-07 Yao Qi <yao@codesourcery.com>
1397
1398 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
1399 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
1400
1401 2013-05-07 Yao Qi <yao@codesourcery.com>
1402
1403 * solib-dsbt.c (enable_break): Declare.
1404 (dsbt_current_sos): Remove call to enable_break2.
1405 (enable_break2): Rename to enable_break. Set solib breakpoint
1406 on '_dl_debug_state'.
1407 (enable_break): Remove.
1408
1409 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
1410
1411 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
1412 debug state prior to replicating existing hardware watchpoints or
1413 breakpoints.
1414
1415 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 * gcore.c (gcore_create_callback): Ignore sections with
1418 separate_debug_objfile_backlink != NULL.
1419
1420 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1421 Andrew Jenner <andrew@codesourcery.com>
1422 Chung-Lin Tang <cltang@codesourcery.com>
1423 Julian Brown <julian@codesourcery.com>
1424
1425 Based on the nios2-elf port from Altera Corporation.
1426
1427 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
1428 nios2-linux-tdep.o.
1429 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
1430 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
1431 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
1432 * nios2-tdep.h: New.
1433 * nios2-tdep.c: New.
1434 * nios2-linux-tdep.c: New.
1435 * features/Makefile (WHICH): Add nios2-linux.
1436 (nios2-linux-expedite): Set.
1437 * features/nios2-cpu.xml: New.
1438 * features/nios2.xml: New.
1439 * features/nios2-linux.xml: New.
1440 * features/nios2.c: New (autogenerated).
1441 * features/nios2-linux.c: New (autogenerated).
1442 * regformats/nios2-linux.dat: New (autogenerated).
1443 * NEWS (Changes since GDB 7.6): Add new Nios II targets
1444 and commands.
1445
1446 2013-05-06 Doug Evans <dje@google.com>
1447
1448 * symfile.c: Whitespace cleanup.
1449
1450 * solist.h (struct target_so_ops): New member clear_so.
1451 * solib-svr4.c (svr4_clear_so): New function.
1452 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
1453 * solib.c (clear_so): Renamed from free_so_symbols.
1454 All callers updated. Call target clear_so if it exists.
1455
1456 2013-05-06 Tom Tromey <tromey@redhat.com>
1457
1458 * ada-lang.c (ada_value_primitive_packed_val): Don't
1459 call value_incref.
1460 * value.c (set_value_parent): Incref the new parent and decref
1461 the old parent.
1462 (value_copy, value_primitive_field): Use set_value_parent.
1463
1464 2013-05-06 Tom Tromey <tromey@redhat.com>
1465
1466 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
1467 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
1468 if needed.
1469 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
1470 * dwarf2read.c (write_constant_as_bytes)
1471 (dwarf2_fetch_constant_bytes): New functions.
1472
1473 2013-05-06 Tom Tromey <tromey@redhat.com>
1474
1475 * dwarf2read.c (dwarf2_const_value_data): Remove unused
1476 parameters.
1477 (dwarf2_const_value_attr): Update.
1478
1479 2013-05-06 Tom Tromey <tromey@redhat.com>
1480
1481 * somread.c (som_symfile_offsets): Add 'const' to addrs.
1482 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
1483 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
1484 Remove declaration.
1485
1486 2013-05-06 Tom Tromey <tromey@redhat.com>
1487
1488 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
1489 objfile's obstack.
1490
1491 2013-05-06 Doug Evans <dje@google.com>
1492
1493 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
1494 * stabsread.h (process_one_symbol): Update declaration.
1495 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
1496 * elfread.c (elf_symfile_relocate_probe): Ditto.
1497 * psymtab.c (relocate_psymtabs): Ditto.
1498 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
1499 (objfile_relocate): Ditto.
1500 * objfiles.h (objfile_relocate): Update declaration.
1501 * symfile.c (relative_addr_info_to_section_offsets): Constify
1502 addrs parameter.
1503 (default_symfile_offsets): Ditto.
1504 (syms_from_objfile_1): Constify offsets parameter.
1505 (syms_from_objfile): Ditto.
1506 (symbol_file_add_with_addrs_or_offsets): Ditto.
1507 (symfile_map_offsets_to_segments): Constify data parameter.
1508 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
1509 delta parameters of member relocate.
1510 (struct sym_probe_fns): Constify new_offsets,
1511 delta parameters of member sym_relocate_probe.
1512 (struct sym_fns): Constify section_addr_info parameter of member
1513 sym_offsets.
1514 (relative_addr_info_to_section_offsets): Update declaration.
1515 (default_symfile_offsets): Ditto.
1516 (syms_from_objfile): Ditto.
1517 (symfile_map_offsets_to_segments): Ditto.
1518
1519 * symfile.c (syms_from_objfile_1): Use correct section count when
1520 objfile->sf == NULL.
1521
1522 2013-05-06 Mike Frysinger <vapier@gentoo.org>
1523
1524 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
1525
1526 2013-05-06 Doug Evans <dje@google.com>
1527
1528 * psympriv.h (struct partial_symtab): Augment comment for member
1529 section_offsets.
1530
1531 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1532
1533 Reimplement shared library support on ppc-aix...
1534 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
1535 * features/library-list-aix.dtd: New file.
1536 * solib-aix.h, solib-aix.c: New file.
1537 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
1538 (rs6000_find_toc_address_hook): Delete.
1539 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
1540 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
1541 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
1542 "xml-utils.h".
1543 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
1544 (vmap_symtab, fixup_breakpoints): Delete.
1545 (rs6000_xfer_shared_libraries): New function.
1546 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
1547 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
1548 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
1549 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
1550 (rs6000_xfer_shared_library): New function.
1551 (find_toc_address): Delete.
1552 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
1553 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
1554 * xcoffread.c (record_minimal_symbol): Reloate symbol address
1555 before creating minimal symbol. Adjust function description
1556 accordingly.
1557 (scan_xcoff_symtab): Replace call to
1558 prim_record_minimal_symbol_and_info by call to
1559 record_minimal_symbol.
1560 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
1561 around default_symfile_offsets.
1562 * configure.tgt: Add solib-aix.o to gdb_target_obs for
1563 powerpc-aix targets.
1564 * config/rs6000/nm-rs6000.h: Delete.
1565 * config/powerpc/aix.mh (NAT_FILE): Delete.
1566 (NATDEPFILES): Remove xcoffsolib.o.
1567 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
1568 (ALL_TARGET_OBS): Add solib-aix.o.
1569 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
1570 config/rs6000/nm-rs6000.h. Add solib-aix.h.
1571 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
1572 * xcoffsolib.h, xcoffsolib.c: Delete.
1573
1574 * solib.c (reload_shared_libraries): Remove reference to
1575 SOLIB_CREATE_INFERIOR_HOOK.
1576 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
1577 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
1578 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
1579 comment.
1580 * corelow.c (deprecated_core_resize_section_table): Delete.
1581 * exec.c: Remove include of xcoffsolib.h".
1582 (map_vmap, vmap): Delete.
1583 (exec_close_1): Remove references to vmap.
1584 (exec_file_attach): Remove vmap handling code, and reference
1585 to DEPRECATED_IBM6000_TARGET.
1586 (bfdsec_to_vmap): Delete.
1587 (exec_files_info): Remove block of code handling VMAP.
1588 * infcmd.c (post_create_inferior): Remove reference to
1589 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
1590 * infrun.c (follow_exec): Remove reference to
1591 SOLIB_CREATE_INFERIOR_HOOK.
1592 * stack.c (print_frame): Remove reference to PC_SOLIB.
1593 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
1594 (dsbt_relocate_main_executable): Likewise.
1595 * solib-frv.c (frv_current_sos): Likewise.
1596
1597 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1598
1599 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
1600 to target_write_memory and target_read_memory.
1601
1602 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1603
1604 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
1605 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
1606
1607 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1608
1609 * darwin-nat.c: Replace all "%x" instances in format strings
1610 into "0x%x" throughout.
1611
1612 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1613
1614 * darwin-nat.c (darwin_mourn_inferior): Replace call to
1615 gdb_assert by call to MACH_CHECK_ERROR.
1616 (darwin_attach_pid): Raise an error rather than a failed
1617 assertion when various system calls failed. Report a warning
1618 instead of raising a failed assertion when PREV_NOT is not NULL
1619 after call to mach_port_request_notification.
1620 (darwin_ptrace_me): Raise an error rather than a failed
1621 assertion when read returns nonzero.
1622
1623 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1624
1625 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
1626
1627 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1628
1629 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
1630
1631 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1632
1633 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
1634 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
1635 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
1636 a stale cleanup. Fix double free of NAME.
1637
1638 2013-05-04 Eli Zaretskii <eliz@gnu.org>
1639
1640 * windows-nat.c (windows_delete_thread): Accept an additional
1641 argument, the thread's exit code, and announce thread death when
1642 print_thread_events is non-zero and we are deleting a thread that
1643 is not the main thread.
1644 (get_windows_debug_event): Pass thread exit code to
1645 windows_delete_thread.
1646
1647 2013-05-03 Kevin Buettner <kevinb@redhat.com>
1648
1649 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
1650 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
1651 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
1652 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
1653 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
1654 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
1655 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
1656 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
1657 (gdbarch_tdep): New struct.
1658 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
1659 E_NUM_REGS.
1660 (v850e3v5_register_name): New function.
1661 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
1662 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
1663 code handling the struct return conventions for the RH850 ABI.
1664 Update all callers.
1665 (v850_eight_byte_align_p): New function.
1666 (v850_push_call_dummy): Push structs by value, not by reference
1667 for the RH850 ABI. Add support for eight byte alignment.
1668 (v850_dbtrap_breakpoint_from_pc): New function.
1669 (v850_gdbarch_init): Add ABI detection code. Register
1670 v850e3v5_register_name for the v850e3v5 architecture. Set the
1671 number of registers for v850e3v5. Register
1672 v850_dbtrap_breakpoint_from_pc as appropriate.
1673 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
1674
1675 2013-05-03 Doug Evans <dje@google.com>
1676
1677 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
1678 of bfd_count_sections.
1679 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
1680 * symfile.c (default_symfile_offsets): Ditto.
1681 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
1682 one entry, not bfd_count_sections entries.
1683
1684 2013-05-03 Kevin Buettner <kevinb@redhat.com>
1685
1686 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
1687 `save' and `restore' register groups. Don't include SPL
1688 or SPH in these groups.
1689 (rl78_dwarf_reg_to_regnum): Adjust mapping for
1690 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
1691 RL78_ES_REGNUM, and RL78_CS_REGNUM.
1692 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
1693 dwarf2_append_unwinders().
1694
1695 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1696
1697 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
1698 ignore SIGINT and SIGTRAP in case these internal signals are
1699 caught explicitely.
1700
1701 2013-05-01 Joel Brobecker <brobecker@adacore.com>
1702
1703 * darwin-nat.c (darwin_read_write_inferior): Change types
1704 of parameters rdaddr and wraddr to "gdb_byte *". Change type
1705 of copy_count to "mach_msg_type_number_t".
1706 (darwin_read_dyld_info): Change type of parameter
1707 rdaddr to "gdb_byte *".
1708
1709 2013-05-01 Joel Brobecker <brobecker@adacore.com>
1710
1711 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
1712 of &info->load_map from "char *" to "gdb_byte *".
1713
1714 2013-05-01 Joel Brobecker <brobecker@adacore.com>
1715
1716 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
1717 from "char *" to "gdb_byte *".
1718 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
1719
1720 2013-04-30 Doug Evans <dje@google.com>
1721
1722 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
1723 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
1724 DWO stub. If DWO isn't found, just use stub.
1725 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
1726
1727 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
1728 calling init_cutu_and_read_dies.
1729
1730 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1731
1732 * target-descriptions.c (maint_print_c_tdesc_cmd):
1733 Add case to parse structures as register types and
1734 bitfields.
1735
1736 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
1737
1738 * MAINTAINERS (Write After Approval): Add myself to the list.
1739
1740 2013-04-30 Joel Brobecker <brobecker@adacore.com>
1741
1742 * sol-thread.c (rw_common): Change type of parameter "buf"
1743 to "gdb_byte *".
1744 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
1745 rw_common to "gdb_byte *" instead of "char *".
1746
1747 2013-04-30 Joel Brobecker <brobecker@adacore.com>
1748
1749 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
1750 of local variable msym to const struct bound_minimal_symbol.
1751 Adjust use accordingly.
1752 [ti.ti_state == TD_THR_SLEEP]: Likewise.
1753
1754 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
1755
1756 * i386gnu-nat.c (CREG_OFFSET): New macro.
1757 (creg_offset): New array.
1758 (CREG_ADDR): Use creg_offset instead of reg_offset.
1759
1760 2013-04-30 Joel Brobecker <brobecker@adacore.com>
1761
1762 * mep-tdep.c (mep_write_pc): Delete.
1763 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
1764 Add call to set_gdbarch_pc_regnum.
1765
1766 2013-04-30 Joel Brobecker <brobecker@adacore.com>
1767
1768 * common/filestuff.c: Replace #include <dirent.h> by
1769 #include "gdb_dirent.h".
1770
1771 2013-04-30 Joel Brobecker <brobecker@adacore.com>
1772
1773 * common/filestuff.c: Replace #include <sys/stat.h> by
1774 #include "gdb_stat.h".
1775
1776 2013-04-29 Pierre Muller <muller@sourceware.org>
1777
1778 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
1779 editCase function rule.
1780 (get_DW_AT_signature_type): Likewise.
1781
1782 2013-04-29 Joel Brobecker <brobecker@adacore.com>
1783
1784 * m32r-tdep.c (m32r_write_pc): Delete.
1785 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
1786 Add call to set_gdbarch_pc_regnum.
1787
1788 2013-04-29 Pierre Muller <muller@sourceware.org>
1789
1790 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
1791
1792 2013-04-29 Joel Brobecker <brobecker@adacore.com>
1793
1794 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
1795
1796 2013-04-28 Yao Qi <yao@codesourcery.com>
1797
1798 * solib-dsbt.c (fetch_loadmap): Re-indent.
1799 (displacement_from_map, enable_break2): Likewise.
1800 (dsbt_relocate_section_addresses): Likewise.
1801
1802 2013-04-26 Joel Brobecker <brobecker@adacore.com>
1803
1804 GDB 7.6 released.
1805
1806 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
1807
1808 PR corefiles/14983:
1809 * dwarf2read.c (process_full_comp_unit): Always create a static
1810 block.
1811
1812 2013-04-25 Hui Zhu <hui@codesourcery.com>
1813
1814 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
1815 to loc->cmd_bytecode.
1816
1817 2013-04-24 Doug Evans <dje@google.com>
1818
1819 * dwarf2read.c (setup_type_unit_groups): Fix comment.
1820
1821 2013-04-22 Keith Seitz <keiths@redhat.com>
1822
1823 * tracepoint.c (trace_save): Call the writer's start method.
1824
1825 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1826
1827 PR gdb/10462
1828 * cli/cli-decode.c (lookup_command): Show an error if there is no space
1829 before argument.
1830
1831 2013-04-23 Tom Tromey <tromey@redhat.com>
1832
1833 * common/filestuff.c: Check USE_WIN32API before including
1834 sys/socket.h.
1835 (HAVE_F_GETFD): New define.
1836 (mark_cloexec): Check HAVE_F_GETFD.
1837 (gdb_open_cloexec): Change 'mode' to unsigned long.
1838 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
1839 (gdb_pipe_cloexec): Check HAVE_PIPE.
1840 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
1841 long.
1842
1843 2013-04-23 Hui Zhu <hui@codesourcery.com>
1844
1845 PR gdb/15293
1846 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
1847
1848 2013-04-23 Hui Zhu <hui@codesourcery.com>
1849
1850 PR gdb/15165
1851 * breakpoint.c (dprintf_print_recreate): New.
1852 (save_breakpoints): Let it not save dprintf commands.
1853 (initialize_breakpoint_ops): Set dprintf_print_recreate.
1854
1855 2013-04-22 Tom Tromey <tromey@redhat.com>
1856
1857 PR gdb/7912:
1858 * Makefile.in (SFILES): Add filestuff.c
1859 (COMMON_OBS): Add filestuff.o.
1860 (filestuff.o): New target.
1861 * auto-load.c (auto_load_objfile_script_1): Use
1862 gdb_fopen_cloexec.
1863 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
1864 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
1865 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
1866 * common/agent.c (gdb_connect_sync_socket): Use
1867 gdb_socket_cloexec.
1868 * common/filestuff.c: New file.
1869 * common/filestuff.h: New file.
1870 * common/linux-osdata.c (linux_common_core_of_thread)
1871 (command_from_pid, commandline_from_pid, print_source_lines)
1872 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
1873 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
1874 gdb_fopen_cloexec.
1875 * common/linux-procfs.c (linux_proc_get_int)
1876 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
1877 * config.in, configure: Rebuild.
1878 * configure.ac: Don't check for sys/socket.h. Check for
1879 fdwalk, pipe2.
1880 * corelow.c (core_open): Use gdb_open_cloexec.
1881 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
1882 * fork-child.c (fork_inferior): Call close_most_fds.
1883 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
1884 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
1885 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
1886 Use gdb_fopen_cloexec.
1887 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
1888 gdb_open_cloexec.
1889 (linux_async_pipe): Use gdb_pipe_cloexec.
1890 * remote-fileio.c (remote_fileio_func_open): Use
1891 gdb_open_cloexec.
1892 * remote.c (remote_file_put, remote_file_get): Use
1893 gdb_fopen_cloexec.
1894 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
1895 close_most_fds.
1896 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
1897 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
1898 * solib.c (solib_find): Use gdb_open_cloexec.
1899 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
1900 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
1901 (tfile_open): Use gdb_open_cloexec.
1902 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
1903 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
1904 * xml-support.c (xml_fetch_content_from_file): Use
1905 gdb_fopen_cloexec.
1906 * main.c (captured_main): Call notice_open_fds.
1907
1908 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
1909
1910 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
1911 'char *' to 'gdb_byte *'.
1912 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
1913 'gdb_byte'.
1914
1915 2013-04-22 Yao Qi <yao@codesourcery.com>
1916
1917 * infrun.c: Fix typo in comment.
1918
1919 2013-04-22 Andrew Haley <aph@redhat.com>
1920
1921 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
1922 instead of "long".
1923
1924 2013-04-20 Yao Qi <yao@codesourcery.com>
1925
1926 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
1927 'char *' to 'gdb_byte *'. Cast the return value of
1928 'bt_ctf_get_char_array' to 'gdb_byte *'.
1929
1930 2013-04-19 Pedro Alves <palves@redhat.com>
1931
1932 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
1933 -Wpointer-sign.
1934 * configure: Regenerate.
1935
1936 2013-04-19 Pedro Alves <palves@redhat.com>
1937
1938 * ser-tcp.c (net_read_prim): Cast second argument to recv to
1939 'void *'.
1940
1941 2013-04-19 Pedro Alves <palves@redhat.com>
1942
1943 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
1944 Change type of 'myaddr' parameter to gdb_byte pointer.
1945 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
1946 to 'long long' pointer instead of to 'unsigned long long'.
1947 (monitor_write_memory_block, monitor_read_memory_single)
1948 (monitor_read_memory): Change type of 'myaddr' parameter to
1949 gdb_byte pointer.
1950
1951 2013-04-19 Pedro Alves <palves@redhat.com>
1952
1953 * record.c (validate_history_size): Make parameter 'setting'
1954 unsigned.
1955
1956 2013-04-19 Pedro Alves <palves@redhat.com>
1957
1958 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
1959 to 'gdb_byte *'.
1960
1961 2013-04-19 Pedro Alves <palves@redhat.com>
1962
1963 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
1964 local to int.
1965
1966 2013-04-19 Pedro Alves <palves@redhat.com>
1967
1968 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
1969 * ada-tasks.c (read_fat_string_value): Likewise.
1970
1971 2013-04-19 Pedro Alves <palves@redhat.com>
1972
1973 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
1974 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
1975 'offset', and adjust.
1976
1977 2013-04-19 Pedro Alves <palves@redhat.com>
1978
1979 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
1980 (read_index_from_section): Add cast to 'char *'.
1981
1982 2013-04-19 Pedro Alves <palves@redhat.com>
1983
1984 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
1985
1986 2013-04-19 Pedro Alves <palves@redhat.com>
1987
1988 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
1989
1990 2013-04-19 Pedro Alves <palves@redhat.com>
1991
1992 * record-full.c (record_full_get_bookmark): Change local 'ret'
1993 type to char * and add cast to gdb_byte *.
1994 (record_full_goto_bookmark): Handle 'bookmark' argument as a
1995 string.
1996 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
1997
1998 2013-04-19 Pedro Alves <palves@redhat.com>
1999
2000 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
2001 * python/py-prettyprint.c (print_string_repr): Change type of
2002 'output' local to char *. Add cast to gdb_byte * in
2003 LA_PRINT_STRING call.
2004 (print_children): Change type of 'output' local to char *.
2005 * python/py-value.c (valpy_string): Add cast to const char * in
2006 PyUnicode_Decode call.
2007
2008 2013-04-19 Pedro Alves <palves@redhat.com>
2009
2010 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
2011 and change its type to 'const char *'. Adjust.
2012 (mips_send_packet): Add cast to 'char *', and remove cast to
2013 'unsigned char *'.
2014 (mips_receive_packet): Remove cast to 'unsigned char *'.
2015 (mips_load_srec): Use bfd_byte.
2016 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
2017 (pmon_checkset): Make 'value' parameter unsigned.
2018
2019 2013-04-19 Pedro Alves <palves@redhat.com>
2020
2021 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
2022
2023 2013-04-19 Pedro Alves <palves@redhat.com>
2024
2025 * remote.c (remote_write_bytes_aux, compare_sections_command)
2026 (remote_read_qxfer)
2027 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
2028 (remote_hostio_readlink, remote_bfd_iovec_pread)
2029 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
2030 binary buffer, and char when buffer is used as string.
2031 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
2032 (trace_save, tfile_open, traceframe_walk_blocks)
2033 (tfile_fetch_registers): Likewise.
2034
2035 2013-04-19 Pedro Alves <palves@redhat.com>
2036
2037 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
2038 buffer and size_t size. Adjust.
2039 * ser-base.h (ser_base_write): Adjust.
2040 * ser-go32.c (cnts): Change type to size_t.
2041 (dos_write): Change prototype -- take 'void *'
2042 buffer and size_t size. Adjust.
2043 (dos_info): Print elements of 'cnts' as unsigned long.
2044 * serial.c (serial_write): Likewise.
2045 * serial.h (serial_write): Adjust.
2046 (struct serial_ops) <write>: Change prototype -- take 'void *'
2047 buffer and size_t size. Adjust.
2048
2049 2013-04-19 Pedro Alves <palves@redhat.com>
2050
2051 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
2052 gdb_byte *.
2053 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
2054
2055 2013-04-19 Pedro Alves <palves@redhat.com>
2056
2057 * alpha-tdep.c (alpha_extract_return_value): Use
2058 regcache_cooked_read_unsigned to read 'v0'.
2059
2060 2013-04-19 Pedro Alves <palves@redhat.com>
2061
2062 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
2063 parameters 'at', 'as' and 'offset' to uint32_t.
2064
2065 2013-04-19 Pedro Alves <palves@redhat.com>
2066
2067 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
2068 'is64' to signed 'int'.
2069
2070 2013-04-19 Pedro Alves <palves@redhat.com>
2071
2072 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
2073 parameter to int *.
2074
2075 2013-04-19 Pedro Alves <palves@redhat.com>
2076
2077 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
2078 'insnbuf' buffer type to unsigned int[].
2079
2080 2013-04-19 Pedro Alves <palves@redhat.com>
2081
2082 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
2083
2084 2013-04-19 Pedro Alves <palves@redhat.com>
2085
2086 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
2087 unsigned long *.
2088
2089 2013-04-19 Pedro Alves <palves@redhat.com>
2090
2091 * alpha-tdep.c (heuristic_fence_post): Change type to int.
2092 (alpha_heuristic_proc_start): Adjust to check -1 instead of
2093 UINT_MAX.
2094 * mips-tdep.c (heuristic_fence_post): Change type to int.
2095 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
2096
2097 2013-04-19 Pedro Alves <palves@redhat.com>
2098
2099 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
2100 (struct gdbarch_tdep) <cris_version>: Make unsigned.
2101 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
2102
2103 2013-04-19 Pedro Alves <palves@redhat.com>
2104
2105 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
2106 it to get a string view of the byte buffer.
2107 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
2108 type to gdb_byte *. Adjust.
2109 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
2110 Change local to char *.
2111 * solib-darwin.c (find_program_interpreter): Change return type to
2112 char *. Adjust.
2113 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
2114 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
2115 * solib-frv.c (enable_break2): Change local 'buf' to char *.
2116 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
2117 * solib-svr4.c (find_program_interpreter): Change return type to
2118 char *. Adjust.
2119 (enable_break): Change local 'interp_name' to char *.
2120 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
2121 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
2122 (spu_pseudo_register_write_spu): Use char for string buffer.
2123 Adjust.
2124 (info_spu_event_command, info_spu_signal_command): Add casts to
2125 'char *'.
2126
2127 2013-04-19 Pedro Alves <palves@redhat.com>
2128
2129 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
2130 gdb_byte[].
2131 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
2132 * ada-lang.c (ada_value_assign): Use gdb_byte.
2133 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
2134 (alphanbsd_sigtramp_offset): Use gdb_byte.
2135 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
2136 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
2137 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
2138 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
2139 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
2140 * arm-tdep.c (arm_stub_unwind_sniffer)
2141 (arm_displaced_init_closure): Use gdb_byte.
2142 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
2143 (arm_default_thumb_le_breakpoint)
2144 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
2145 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
2146 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
2147 * arm-wince-tdep.c (arm_wince_le_breakpoint)
2148 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
2149 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
2150 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
2151 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
2152 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
2153 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
2154 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
2155 (cris_store_return_value, cris_extract_return_value): Use
2156 gdb_byte.
2157 (constraint): Change type of parameter to char * from signed
2158 char*. Use gdb_byte.
2159 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
2160 of local buffer to gdb_byte *.
2161 * dwarf2read.c (read_index_from_section): Use gdb_byte.
2162 (create_dwp_hash_table): Change type of locals to gdb_byte *.
2163 (add_address_entry): Change type of local buffer to gdb_byte[].
2164 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
2165 (frv_push_dummy_call): Use gdb_byte.
2166 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
2167 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
2168 (hppa_hpux_supply_save_state): Use gdb_byte.
2169 * hppa-tdep.c (hppa32_push_dummy_call)
2170 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
2171 * ia64-tdep.c (extract_bit_field, replace_bit_field)
2172 (slotN_contents, replace_slotN_contents): Change type of parameter
2173 to gdb_byte *.
2174 (fetch_instruction, ia64_pseudo_register_write)
2175 (ia64_register_to_value, ia64_value_to_register)
2176 (ia64_extract_return_value, ia64_store_return_value)
2177 (ia64_push_dummy_call): Use gdb_byte.
2178 * m32c-tdep.c (m32c_return_value): Remove cast.
2179 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
2180 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
2181 gdb_byte.
2182 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
2183 * mn10300-tdep.c (mn10300_store_return_value)
2184 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
2185 gdb_byte.
2186 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
2187 (moxie_process_record): Remove casts.
2188 * ppc-ravenscar-thread.c (supply_register_at_address)
2189 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
2190 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
2191 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
2192 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
2193 * remote.c (compare_sections_command): Use gdb_byte.
2194 * score-tdep.c (score7_free_memblock): Change type of parameter to
2195 gdb_byte *.
2196 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
2197 gdb_byte *. Use gdb_byte.
2198 (sh_push_dummy_call_fpu): Use gdb_byte.
2199 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
2200 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
2201 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
2202 Change parameter type to 'gdb_byte *'. Use gdb_byte.
2203 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
2204 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
2205 (sh64_store_return_value, sh64_register_convert_to_virtual):
2206 Change parameter type to 'gdb_byte *'. Use gdb_byte.
2207 (sh64_pseudo_register_write): Use gdb_byte.
2208 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
2209 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
2210 buffer.
2211 (irix_current_sos): Use gdb_byte.
2212 * solib-som.c (som_current_sos): Use gdb_byte.
2213 * sparc-ravenscar-thread.c (supply_register_at_address)
2214 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
2215 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
2216 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
2217 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
2218 'gdb_byte *'.
2219 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
2220 'gdb_byte *'.
2221 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
2222 * xstormy16-tdep.c (xstormy16_extract_return_value)
2223 (xstormy16_store_return_value): Change parameter type to
2224 'gdb_byte *'. Adjust.
2225 (xstormy16_push_dummy_call): Use gdb_byte.
2226 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
2227 (call0_analyze_prologue, execute_code): Use gdb_byte.
2228
2229 2013-04-19 Vladimir Kargov <kargov@gmail.com>
2230 Pedro Alves <palves@redhat.com>
2231
2232 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
2233 value contents.
2234
2235 2013-04-17 Doug Evans <dje@google.com>
2236
2237 * dwarf2read.c (struct signatured_type): New member type.
2238 (struct attribute): Replace member signatured_type with signature.
2239 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
2240 (read_call_site_scope): Call follow_die_ref instead of
2241 follow_die_ref_or_sig.
2242 (read_structure_type): Rewrite handling of signatured types.
2243 (read_enumeration_type): Ditto.
2244 (read_attribute_value): Update.
2245 (build_error_marker_type): New function.
2246 (lookup_die_type): Add assert. Rewrite handling of signatured types.
2247 Don't call error for bad types, just build an error marker type.
2248 (dump_die_shallow): Update.
2249 (follow_die_sig_1): Renamed from follow_die_sig.
2250 Don't call error for bad types, instead return NULL.
2251 (follow_die_sig): New function.
2252 (get_signatured_type, get_DW_AT_signature_type): New functions.
2253
2254 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
2255
2256 * aarch64-tdep.c (aarch64_write_pc): Removed.
2257 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
2258 function.
2259
2260 2013-04-17 Yao Qi <yao@codesourcery.com>
2261
2262 * top.c (print_gdb_configuration): Print configure-time
2263 parameter on using libbabeltrace or not.
2264
2265 2013-04-16 Pedro Alves <palves@redhat.com>
2266
2267 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
2268
2269 2013-04-16 Pedro Alves <palves@redhat.com>
2270
2271 * common/glibc_thread_db.h: Update from upstream glibc
2272 (git 568035b7874a099087b77f7bba3e36a1173787b0).
2273
2274 2013-04-16 Pedro Alves <palves@redhat.com>
2275
2276 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
2277 * common/glibc_thread_db.h: ... this new file ...
2278 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
2279
2280 2013-04-16 Will Newton <will.newton@gmail.com>
2281 Pedro Alves <palves@redhat.com>
2282
2283 PR build/11881
2284
2285 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
2286 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
2287 HAVE_THREAD_DB_H.
2288
2289 2013-04-16 Pedro Alves <palves@redhat.com>
2290 Eli Zaretskii <eliz@gnu.org>
2291
2292 * NEWS: Mention "set foo unlimited".
2293
2294 2013-04-15 Doug Evans <dje@google.com>
2295
2296 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
2297 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
2298 (create_dwo_cu_reader): Renamed from
2299 create_dwo_debug_info_hash_table_reader.
2300 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
2301 Remove support for multiple CUs in a DWO file.
2302 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
2303
2304 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
2305 instead of phex.
2306 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
2307 (create_dwo_in_dwp): Ditto.
2308
2309 2013-04-15 Tom Tromey <tromey@redhat.com>
2310
2311 * NEWS: Move recent entries into "since 7.6" section.
2312
2313 2013-04-15 Tom Tromey <tromey@redhat.com>
2314
2315 PR c++/13588:
2316 * NEWS: Update.
2317 * break-catch-throw.c (struct exception_catchpoint)
2318 <exception_rx, pattern>: New fields.
2319 (fetch_probe_arguments, dtor_exception_catchpoint)
2320 (check_status_exception_catchpoint)
2321 (print_one_detail_exception_catchpoint): New functions.
2322 (handle_gnu_v3_exceptions): Add "except_rx" argument.
2323 Compile regular expression if needed.
2324 (extract_exception_regexp): New function.
2325 (catch_exception_command_1): Use extract_exception_regexp.
2326 (compute_exception): Use fetch_probe_arguments.
2327 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
2328 and check_status fields.
2329 * cp-abi.c (cplus_typename_from_type_info): New function.
2330 * cp-abi.h (cplus_typename_from_type_info): Declare.
2331 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
2332 * gdb_regex.h (compile_rx_or_error): Declare.
2333 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
2334 comment.
2335 (init_gnuv3_ops): Set get_type_from_type_info field.
2336 * probe.c (compile_rx_or_error): Move...
2337 * utils.c (compile_rx_or_error): ... here.
2338
2339 2013-04-15 Tom Tromey <tromey@redhat.com>
2340
2341 PR c++/15176:
2342 * NEWS: Update.
2343 * break-catch-throw.c (compute_exception): New function.
2344 (exception_funcs): New global.
2345 (_initialize_break_catch_throw): Create $_exception.
2346 * cp-abi.c (cplus_type_from_type_info): New function.
2347 * cp-abi.h (cplus_type_from_type_info): Declare.
2348 (struct cp_abi_ops) <get_type_from_type_info>: New field.
2349 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
2350 (gnuv3_get_type_from_type_info): New functions.
2351 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
2352
2353 2013-04-15 Tom Tromey <tromey@redhat.com>
2354
2355 * break-catch-throw.c (struct exception_names): New.
2356 (exception_functions): Change type.
2357 (re_set_exception_catchpoint): Look for SDT probes.
2358
2359 2013-04-15 Tom Tromey <tromey@redhat.com>
2360
2361 PR c++/10119:
2362 * break-catch-throw.c (exception_functions): New global.
2363 (gnu_v3_exception_catchpoint_ops): Move earlier.
2364 (struct exception_catchpoint): New.
2365 (classify_exception_breakpoint): Rewrite.
2366 (re_set_exception_catchpoint): New function.
2367 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
2368 Allocate a struct exception_catchpoint.
2369 (catch_exception_command_1): Update.
2370 (initialize_throw_catchpoint_ops): Set 're_set' method.
2371
2372 2013-04-15 Tom Tromey <tromey@redhat.com>
2373
2374 * Makefile.in (SFILES): Add break-catch-throw.c
2375 (COMMON_OBS): Add break-catch-throw.o.
2376 * break-catch-throw.c: New file.
2377 * breakpoint.c: Move exception-catching code to new file.
2378 (ep_parse_optional_if_clause): No longer static.
2379 * breakpoint.h (ep_parse_optional_if_clause): Declare.
2380
2381 2013-04-15 Tom Tromey <tromey@redhat.com>
2382
2383 PR c++/9065:
2384 * NEWS: Update.
2385 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
2386 * c-exp.y (TYPEID): New token.
2387 (exp): Add new TYPEID productions.
2388 (ident_tokens): Add "typeid".
2389 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
2390 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
2391 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
2392 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
2393 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
2394 case.
2395 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
2396 (build_std_type_info_type, gnuv3_get_typeid_type)
2397 (gnuv3_get_typeid): New functions.
2398 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
2399 new fields on ABI object.
2400 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
2401 * std-operator.def (OP_TYPEID): New.
2402
2403 2013-04-15 Tom Tromey <tromey@redhat.com>
2404
2405 * elfread.c (elf_symtab_read): Install versioned symbol under
2406 unversioned name as well.
2407
2408 2013-04-15 Tom Tromey <tromey@redhat.com>
2409
2410 PR c++/11990:
2411 * c-lang.c (cplus_language_defn): Use gdb_demangle.
2412 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
2413 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
2414 (gdb_demangle): New function.
2415 * cp-support.h (gdb_demangle): Declare.
2416 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
2417 (dwarf2_name): Use gdb_demangle.
2418 * gdbtypes.c (check_stub_method): Use gdb_demangle.
2419 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
2420 suffixes from name.
2421 (gnuv3_print_method_ptr): Use gdb_demangle.
2422 * jv-lang.c (java_demangle): Use gdb_demangle.
2423 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
2424 * language.c (unk_lang_demangle): Use gdb_demangle.
2425 * symtab.c (symbol_find_demangled_name)
2426 (demangle_for_lookup): Use gdb_demangle.
2427
2428 2013-04-15 Tom Tromey <tromey@redhat.com>
2429
2430 PR c++/12824:
2431 * NEWS: Update.
2432 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
2433 New constant.
2434 (classify_exception_breakpoint): New function.
2435 (print_it_exception_catchpoint, print_one_exception_catchpoint)
2436 (print_mention_exception_catchpoint)
2437 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
2438 (catch_exception_command_1): Handle "rethrow" catchpoint.
2439 (catch_rethrow_command): New function.
2440 (_initialize_breakpoint): Add "catch rethrow" command.
2441
2442 2013-04-15 Pierre Muller <muller@sourceware.org>
2443
2444 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
2445 set_gdbarch_write_pc as deprecated anymore.
2446
2447 2013-04-15 Joel Brobecker <brobecker@adacore.com>
2448
2449 * spu-tdep.c (spu_write_pc): Add empty line after local variable
2450 declarations.
2451
2452 2013-04-13 Yao Qi <yao@codesourcery.com>
2453
2454 * ctf.c (_initialize_ctf): Include "completer.h".
2455 Call add_target_with_completer instead of add_target.
2456
2457 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2458
2459 Fix GDB regression related to PR binutils/14813.
2460 * jit.c (mem_bfd_iovec_close): Return 0 for success.
2461 * minidebug.c (lzma_close): Add return value comment.
2462 * remote.c (remote_bfd_iovec_close): Return 0 for success.
2463 * solib-spu.c (spu_bfd_iovec_close): Likewise.
2464 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
2465
2466 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2467
2468 * config.in: Regenerate.
2469
2470 2013-04-12 Tom Tromey <tromey@redhat.com>
2471
2472 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
2473 const.
2474 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
2475 (struct die_reader_specs) <buffer>: Likewise.
2476 (die_reader_func_ftype): Make 'info_ptr' const.
2477 (struct line_header) <include_dirs, statement_program_start,
2478 statement_program_end>: Now const.
2479 (struct file_entry) <name>: Likewise.
2480 (struct partial_die_info) <sibling>: Likewise.
2481 (struct dwarf_block) <data>: Likewise.
2482 (dwarf2_read_section): Remove cast.
2483 (dwarf2_get_section_info): Make 'bufp' const.
2484 (read_index_from_section): Constify.
2485 (dw2_get_file_names_reader): Make 'info_ptr' const.
2486 (dw2_get_primary_filename_reader): Likewise.
2487 (read_comp_unit_head): Make 'info_ptr' and return type const.
2488 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
2489 Likewise.
2490 (read_abbrev_offset): Constify.
2491 (dwarf2_create_include_psymtab): Make 'name' const.
2492 (create_debug_types_hash_table): Update.
2493 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
2494 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
2495 Constify.
2496 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
2497 (load_partial_comp_unit_reader): Make 'info_ptr' const.
2498 (read_comp_units_from_section): Constify.
2499 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
2500 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
2501 const.
2502 (dwarf2_compute_name, setup_type_unit_groups): Constify.
2503 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
2504 (create_dwp_hash_table, dwarf2_ranges_read)
2505 (dwarf2_record_block_ranges): Constify.
2506 (read_die_and_children, read_die_and_siblings_1)
2507 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
2508 const.
2509 (read_full_die_1, read_full_die): Make 'info_ptr' const.
2510 (abbrev_table_read_table): Constify.
2511 (load_partial_dies): Make 'info_ptr' const.
2512 (read_partial_die, read_attribute_value, read_attribute): Make
2513 'info_ptr' and return type const.
2514 (read_address, read_initial_length)
2515 (read_checked_initial_length_and_offset, read_offset)
2516 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
2517 const.
2518 (read_direct_string): Make 'buf' and return type const.
2519 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
2520 (read_indirect_string): Make return type const.
2521 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
2522 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
2523 'info_ptr' const.
2524 (read_str_index): Make return type const.
2525 (add_include_dir): Make 'include_dir' const.
2526 (add_file_name): Make 'name' const.
2527 (dwarf_decode_line_header): Constify.
2528 (psymtab_include_file_name): Make return type const.
2529 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
2530 (dwarf2_start_subfile): Make 'filename' const.
2531 (dwarf2_const_value_attr): Make 'bytes' const.
2532 (read_signatured_type_reader): Make 'info_ptr' const.
2533 (decode_locdesc): Constify.
2534 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
2535 const.
2536 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
2537 'mac_end', and return type const.
2538 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
2539 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
2540 type const.
2541 (per_cu_header_read_in): Constify.
2542 * symfile.h (dwarf2_get_section_info): Update.
2543
2544 2013-04-12 Tom Tromey <tromey@redhat.com>
2545
2546 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
2547
2548 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2549
2550 * NEWS: Mention "show configuration", --configuration.
2551 * top.c (print_gdb_configuration): New function, displays the
2552 details about GDB configure-time parameters.
2553 (print_gdb_version): Mention "show configuration".
2554 * cli/cli-cmds.c (show_configuration): New function.
2555 (_initialize_cli_cmds): Add the "show configuration" command.
2556 * main.c (captured_main) <print_configuration>: New static var.
2557 <long_options>: Use it.
2558 If --configuration was given, call print_gdb_configuration.
2559
2560 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2561 Pedro Alves <palves@redhat.com>
2562
2563 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
2564 (generated_files): Add gcore.
2565 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
2566 HAVE_NATIVE_GCORE_HOST.
2567 (gcore): New.
2568 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
2569 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
2570 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
2571 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
2572 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
2573 Add HAVE_NATIVE_GCORE_HOST.
2574 * configure: Regenerate.
2575 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
2576 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
2577 AC_CONFIG_FILES for gcore.
2578 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
2579 gdb_have_gcore.
2580 * gdb_gcore.sh: Rename to ...
2581 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
2582 and GCORE_TRANSFORM_NAME substitutions.
2583
2584 Fix parsing tabs in ${gdb_target_obs}.
2585 * configure.tgt (gdb_have_gcore): Replace case with for and if.
2586
2587 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2588
2589 * remote.c (unpush_and_perror): Add output message final dot.
2590
2591 2013-04-11 Yao Qi <yao@codesourcery.com>
2592
2593 * tracepoint.c (tfile_interp_line): Fit parameters line and
2594 utpp in one line.
2595
2596 2013-04-10 Joel Brobecker <brobecker@adacore.com>
2597
2598 * solib.c (solib_map_sections): Remove code overwriting
2599 SO->SO_NAME with the bfd's filename.
2600
2601 2013-04-10 Pedro Alves <palves@redhat.com>
2602
2603 * cli/cli-decode.c (integer_unlimited_completer): New function.
2604 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
2605 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
2606 completer.
2607 * cli/cli-setshow.c: Include "cli/cli-utils.h".
2608 (is_unlimited_literal): New function.
2609 (do_set_command): Handle literal "unlimited" arguments.
2610 * frame.c (_initialize_frame) <set backtrace limit>: Document
2611 "unlimited".
2612 * printcmd.c (_initialize_printcmd) <set print
2613 max-symbolic-offset>: Add help text.
2614 * record-full.c (_initialize_record_full) <set record full
2615 insn-number-max>: Likewise.
2616 * record.c (_initialize_record) <set record
2617 instruction-history-size, set record function-call-history-size>:
2618 Add help text.
2619 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
2620 help text.
2621 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
2622 Likewise.
2623 * source.c (_initialize_source) <set listsize>: Add help text.
2624 * utils.c (initialize_utils) <set height, set width>: Likewise.
2625 <set pagination>: Mention "set height unlimited".
2626 * valprint.c (_initialize_valprint) <set print elements, set print
2627 repeats>: Document "unlimited".
2628
2629 2013-04-10 Pedro Alves <palves@redhat.com>
2630
2631 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
2632 instead of disconnect_tracing.
2633 * infcmd.c (detach_command, disconnect_command): Call
2634 query_if_trace_running. Adjust.
2635 * top.c: Include "tracepoint.h".
2636 (quit_target): Delete. Contents moved ...
2637 (quit_force): ... here. Wrap each stage of teardown in
2638 TRY_CATCH. Call disconnect_tracing before detaching.
2639
2640 2013-04-10 Hui Zhu <hui@codesourcery.com>
2641 Yao Qi <yao@codesourcery.com>
2642
2643 * configure.ac: Check libbabeltrace is installed.
2644 * config.in: Regenerate.
2645 * configure: Regenerate.
2646 * Makefile.in (LIBBABELTRACE): New.
2647 (CLIBS): Add LIBBABELTRACE.
2648 * ctf.c: Include "exec.h".
2649 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
2650 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
2651 (ctf_save_metadata_header): Define new type aliases in
2652 metadata.
2653 (ctf_write_header): Define event type "tsv_def" and "tp_def"
2654 in metadata. Start a new faked packet for trace status.
2655 (ctf_write_status): Write trace status to CTF.
2656 (ctf_write_uploaded_tsv): Write TSV to CTF.
2657 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
2658 (ctf_write_definition_end): End the faked packet.
2659
2660 (ctx, ctf_iter, trace_dirname): New.
2661 (start_pos): New variable.
2662 (ctf_destroy, ctf_open_dir, ctf_open): New.
2663 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
2664 macros.
2665 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
2666 (ctf_fetch_registers, ctf_xfer_partial): New.
2667 (ctf_get_trace_state_variable_value): New.
2668 (ctf_get_tpnum_from_frame_event): New.
2669 (ctf_get_traceframe_address): New.
2670 (ctf_trace_find, ctf_has_stack): New.
2671 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
2672 (ctf_get_trace_status, ctf_read_status): New.
2673 (_initialize_ctf): New.
2674 * tracepoint.c (get_tracepoint_number): New
2675 (get_uploaded_tsv): Remove 'static'.
2676 (struct traceframe_info, trace_regblock_size): Move it to ...
2677 * tracepoint.h: ... here.
2678 (get_tracepoint_number): Declare it.
2679 (get_uploaded_tsv): Declare it.
2680
2681 * NEWS: Mention new configure option.
2682
2683 2013-04-10 Pedro Alves <palves@redhat.com>
2684 Hui Zhu <hui@codesourcery.com>
2685
2686 * breakpoint.c (dprintf_re_set): New.
2687 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
2688 to dprintf_re_set.
2689
2690 2013-04-09 Joel Brobecker <brobecker@adacore.com>
2691
2692 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
2693 Remove solib-svr4.o from the list.
2694
2695 2013-04-09 Joel Brobecker <brobecker@adacore.com>
2696
2697 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
2698 Use gdb_assert_not_reached instead of invalid boolean expression.
2699
2700 2013-04-09 Pedro Alves <palves@redhat.com>
2701
2702 * remote.c (unpush_and_perror): New function.
2703 (readchar, remote_serial_write): Use it.
2704
2705 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
2706
2707 * NEWS: Mention new btrace RSP packets.
2708
2709 2013-04-08 Tom Tromey <tromey@redhat.com>
2710
2711 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
2712 long.
2713
2714 2013-04-08 Tom Tromey <tromey@redhat.com>
2715
2716 * maint.c (print_bfd_section_info): Print the section index.
2717 * symmisc.c (dump_msymbols): Print the section index.
2718
2719 2013-04-08 Tom Tromey <tromey@redhat.com>
2720
2721 PR symtab/8424:
2722 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
2723 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
2724 * breakpoint.c (resolve_sal_pc): Update.
2725 * elfread.c (elf_gnu_ifunc_record_cache): Update.
2726 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
2727 (minsym_lookup_iterator_cb): Use it.
2728 (default_read_var_value): Update.
2729 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
2730 Update.
2731 * infcmd.c (jump_command): Update.
2732 * linespec.c (minsym_found): Update.
2733 * maint.c (maintenance_translate_address): Update.
2734 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
2735 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
2736 * parse.c (write_exp_msymbol): Update.
2737 * printcmd.c (address_info): Update.
2738 * psymtab.c (find_pc_sect_psymbol): Update.
2739 (fixup_psymbol_section): Check SYMBOL_SECTION, not
2740 SYMBOL_OBJ_SECTION.
2741 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
2742 Don't initialize SYMBOL_OBJ_SECTION.
2743 * spu-tdep.c (spu_catch_start): Update.
2744 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
2745 * symmisc.c (dump_msymbols, print_symbol): Update.
2746 * symtab.c (fixup_section): Don't set 'obj_section'. Change
2747 how fallback section is computed.
2748 (fixup_symbol_section): Update.
2749 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
2750 Update.
2751 (allocate_symbol, initialize_symbol, allocate_template_symbol):
2752 Initialize SYMBOL_SECTION.
2753 * symtab.h (struct general_symbol_info) <section>: Update comment.
2754 <obj_section>: Remove.
2755 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
2756 (SYMBOL_OBJFILE): New macro.
2757
2758 2013-04-08 Tom Tromey <tromey@redhat.com>
2759
2760 * coffread.c (record_minimal_symbol): Update.
2761 * dbxread.c (record_minimal_symbol): Update.
2762 * elfread.c (record_minimal_symbol): Update.
2763 * machoread.c (macho_symtab_add_minsym): Update.
2764 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
2765 Update.
2766 * minsyms.c (prim_record_minimal_symbol): Update.
2767 (prim_record_minimal_symbol_full): Remove 'bfd_section'
2768 argument.
2769 (prim_record_minimal_symbol_and_info): Likewise.
2770 * minsyms.h (prim_record_minimal_symbol_full)
2771 (prim_record_minimal_symbol_and_info): Update.
2772 * symtab.c (allocate_symbol, initialize_symbol)
2773 (allocate_template_symbol): Initialize SYMBOL_SECTION.
2774 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
2775 Update.
2776
2777 2013-04-08 Tom Tromey <tromey@redhat.com>
2778
2779 PR symtab/8423:
2780 * solib-som.c (som_solib_section_offsets): Use BFD section
2781 indices. Set offsets for all sections.
2782 * somread.c (som_symtab_read): Compute BFD section for
2783 symbol. Use prim_record_minimal_symbol_and_info.
2784 (som_symfile_read): Fix comment.
2785 (struct find_section_offset_arg): New.
2786 (find_section_offset, set_section_index): New functions.
2787 (som_symfile_offsets): Use set_section_index to compute
2788 section indices.
2789
2790 2013-04-08 Tom Tromey <tromey@redhat.com>
2791
2792 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2793 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
2794 gdb_bfd_section_index.
2795 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
2796 New functions.
2797 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
2798 Declare.
2799 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
2800 Update.
2801 * objfiles.c (add_to_objfile_sections_full): New function.
2802 (add_to_objfile_sections): Use it.
2803 (build_section_table): Rewrite.
2804 (objfile_relocate1): Use gdb_bfd_section_index. Update.
2805 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
2806 (struct objfile) <sections>: Update comment.
2807 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
2808 is NULL.
2809 (ALL_OBJSECTIONS): Use it.
2810 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
2811 * solib-frv.c (frv_relocate_main_executable): Update.
2812 * solib-target.c (solib_target_relocate_section_addresses):
2813 Use gdb_bfd_section_index.
2814 * symfile.c (build_section_addr_info_from_section_table):
2815 Use gdb_bfd_section_index.
2816 (build_section_addr_info_from_bfd, place_section): Likewise.
2817 * symtab.c (fixup_section): Update.
2818 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
2819
2820 2013-04-08 Tom Tromey <tromey@redhat.com>
2821
2822 * minsyms.h (struct bound_minimal_symbol): New.
2823 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
2824 Remove objfile argument.
2825 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
2826 Return bound_minimal_symbol.
2827 * minsyms.c (lookup_minimal_symbol_by_pc_1)
2828 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
2829 Return bound_minimal_symbol.
2830 (in_gnu_ifunc_stub): Update.
2831 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
2832 Remove 'objfile_p' argument.
2833 (lookup_solib_trampoline_symbol_by_pc): Update.
2834 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
2835 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
2836 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
2837 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
2838 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
2839 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
2840 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
2841 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
2842 stack.c, symtab.c, tui/tui-disasm.c: Update.
2843
2844 2013-04-08 Tom Tromey <tromey@redhat.com>
2845
2846 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
2847 Use symbol's obstack, not an objfile.
2848 * coffread.c (process_coff_symbol): Update.
2849 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
2850 * jv-lang.c (add_class_symbol): Update.
2851 * mdebugread.c (new_symbol): Update.
2852 * minsyms.c (prim_record_minimal_symbol_full)
2853 (terminate_minimal_symbol_table): Update.
2854 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
2855 * stabsread.c (define_symbol, read_enum_type): Update.
2856 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
2857 Handle Ada specially.
2858 (symbol_set_language): Add 'obstack' argument.
2859 (symbol_set_names): Update.
2860 (symbol_natural_name, symbol_demangled_name): Always use
2861 ada_decode_symbol.
2862 * symtab.h (struct general_symbol_info)
2863 <language_specific::obstack>: New field.
2864 <ada_mangled>: New field.
2865 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
2866 (symbol_set_language): Update.
2867
2868 2013-04-08 Tom Tromey <tromey@redhat.com>
2869
2870 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
2871 Take an obstack, not an objfile.
2872 (symbol_set_names): Update.
2873 * symtab.h (symbol_set_demangled_name): Update.
2874
2875 2013-04-08 Tom Tromey <tromey@redhat.com>
2876
2877 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
2878 allocate_symbol.
2879 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
2880 (read_func_scope): Call allocate_template_symbol.
2881 (new_symbol_full): Call allocate_symbol.
2882 * jit.c (finalize_symtab): Call allocate_symbol.
2883 * jv-lang.c (add_class_symbol): Call allocate_symbol.
2884 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
2885 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
2886 (common_block_end): Call allocate_symbol.
2887 * symtab.c (allocate_symbol, initialize_symbol)
2888 (allocate_template_symbol): New functions.
2889 * symtab.c (allocate_symbol, initialize_symbol)
2890 (allocate_template_symbol): Declare.
2891 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
2892
2893 2013-04-08 Pedro Alves <palves@redhat.com>
2894 Keith Seitz <keiths@redhat.com>
2895
2896 * breakpoint.c (create_breakpoint): Rename
2897 "parse_condition_and_thread" parameter to "parse_arg". Update
2898 describing comment. If !PARSE_ARG, then error out if ARG is not
2899 the empty string after extracting the location.
2900 * breakpoint.h (create_breakpoint): Rename
2901 "parse_condition_and_thread" parameter to "parse_arg".
2902
2903 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
2904
2905 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
2906
2907 2013-04-07 Yao Qi <yao@codesourcery.com>
2908
2909 * remote.c (remote_trace_find): Change type of parameters 'addr1'
2910 and 'addr2' to CORE_ADDR.
2911 * target.c (update_current_target): Update.
2912 * target.h (struct target_ops) <to_trace_find>: Change parameter
2913 type to CORE_ADDR.
2914 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
2915 'addr2' to CORE_ADDR.
2916 (tfile_trace_find): Likewise.
2917 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
2918 Change local variable 'addr' to type CORE_ADDR.
2919 * tracepoint.h (tfind_1): Update declaration.
2920
2921 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2922
2923 * windows-nat.c (windows_get_absolute_argv0): Move from here...
2924 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
2925 Include main.h.
2926
2927 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
2928 here...
2929 * main.h (windows_get_absolute_argv0): ...to here.
2930
2931 2013-04-05 Doug Evans <dje@google.com>
2932
2933 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
2934 (read_cutu_die_from_dwo): Add comments.
2935 (read_structure_type): Update comment.
2936 (read_enumeration_type, read_namespace_type): Update comment.
2937 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
2938
2939 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2942 * Makefile.in (gdb.z): Remove.
2943 (install-only): Remove $(man1dir) and gdb.1 installation.
2944 * gdb.1: Remove.
2945
2946 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2947
2948 Fix compatibility with Linux kernel 3.8.3.
2949 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
2950 to more inner block. Remove parsing of NUMBER from outer block.
2951 Parse NUMBER only if KEYWORD has been identified.
2952
2953 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2954
2955 Fix variable name shadowing.
2956 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
2957 filename to mapsfilename and update its uses.
2958
2959 2013-04-05 Eli Zaretskii <eliz@gnu.org>
2960
2961 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
2962 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
2963 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
2964 details of the problem.
2965
2966 2013-04-04 Pedro Alves <palves@redhat.com>
2967 Hui Zhu <hui@codesourcery.com>
2968
2969 * breakpoint.c (validate_commands_for_breakpoint): If validating a
2970 tracepoint, reset its STEP_COUNT and call validate_actionline.
2971
2972 2013-04-03 Doug Evans <dje@google.com>
2973
2974 * dwarf2read.c (read_die_and_siblings_1): Renamed from
2975 read_die_and_siblings.
2976 (read_die_and_siblings): New function.
2977 (read_cutu_die_from_dwo): Dump die if requested.
2978 (read_die_and_children): Call read_full_die_1 and
2979 read_die_and_siblings_1.
2980 (read_full_die): Dump die if requested.
2981
2982 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
2983
2984 * dwarf2read.c (struct dwo_file): New member comp_dir.
2985 Rename member name to dwo_name. All uses updated.
2986 (hash_dwo_file): Include comp_dir in computation.
2987 (eq_dwo_file): Ditto.
2988 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
2989 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
2990
2991 * psymtab.c (read_psymtabs_with_fullname): Don't call
2992 psymtab_to_fullname if the basenames are different.
2993
2994 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
2997 New entry about "fullname" presence.
2998
2999 2013-04-03 Pedro Alves <palves@redhat.com>
3000
3001 * NEWS: Mention x86_64/Cygwin as new native configuration.
3002
3003 2013-04-02 Doug Evans <dje@google.com>
3004
3005 * dwarf2read.c (read_structure_type): Fix typo in comment.
3006
3007 2013-04-02 Pedro Alves <palves@redhat.com>
3008
3009 * NEWS: Mention "set/show debug aarch64", "set/show debug
3010 coff-pe-read" and "set/show debug mach-o".
3011
3012 2013-04-02 Pedro Alves <palves@redhat.com>
3013
3014 * NEWS: Mention "set/show remote trace-buffer-size-packet".
3015
3016 2013-04-02 Eli Zaretskii <eliz@gnu.org>
3017
3018 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
3019 gdb_string.h is now in common/.
3020
3021 2013-04-02 Pedro Alves <palves@redhat.com>
3022
3023 * NEWS: Move "set debug notification" and "set trace-buffer-size"
3024 under "New options".
3025
3026 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 Revert this patch:
3029 PR gdb/15275
3030 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
3031
3032 2013-04-02 Pedro Alves <palves@redhat.com>
3033
3034 PR gdb/15275
3035
3036 * remote.c (send_interrupt_sequence): Use remote_serial_write.
3037 (remote_serial_write): New function.
3038 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
3039
3040 2013-04-01 Jiong Wang <jiwang@tilera.com>
3041
3042 * NEWS: Mention TILE-Gx in "New native configurations" and
3043 "New targets" sections.
3044
3045 2013-04-01 Doug Evans <dje@google.com>
3046
3047 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
3048 (process_enumeration_scope): Simplify.
3049
3050 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
3051 type_unit_group ...
3052 (struct signatured_type): ... to here.
3053 (sig_type_ptr): New typedef.
3054 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
3055 out of union 't'. All uses updated.
3056 (dw2_get_file_names_reader): Assert not called for a type unit.
3057 (dw2_get_file_names): Assert not called for a type unit or type
3058 unit group.
3059 (build_type_psymtabs_reader): Assert called for a type unit.
3060 (build_type_psymtab_dependencies): Assert called for a type unit group.
3061
3062 * dwarf2read.c (free_dwo_file): Add comment.
3063 (dwarf2_per_objfile_free): Unref dwp bfd.
3064
3065 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3066
3067 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
3068 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
3069 (read_pe_exported_syms): Remove unused 'exportix'.
3070 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
3071 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
3072 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
3073
3074 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3075
3076 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
3077 (print_it_watchpoint): Remove unused 'bl'.
3078 (say_where): Remove unused 'uiout'.
3079 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
3080 (bkpt_breakpoint_hit): Remove unused 'b'.
3081 (internal_bkpt_print_it): Remove unused 'uiout'.
3082 * buildsym.c (augment_type_symtab): Remove unused 'i'.
3083
3084 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3085
3086 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
3087 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
3088
3089 2013-03-29 Doug Evans <dje@google.com>
3090
3091 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
3092 Delete arg is_dwp. All callers updated.
3093 (open_dwp_file): New function.
3094 (open_and_init_dwp_file): Call it.
3095 (get_dwp_file): New function.
3096 (lookup_dwo_cutu): Call it.
3097
3098 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
3099 unnecessary, cleanup.
3100
3101 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
3102
3103 * dwarf2read.c (read_cutu_die_from_dwo): New function.
3104 (lookup_dwo_unit): New function.
3105 (init_cutu_and_read_dies): Move DWO handling to new functions.
3106
3107 * dwarf2read.c (struct signatured_type): Tweak comment.
3108 (struct dwo_unit): Tweak comment.
3109 (create_debug_types_hash_table): Tweak comment. Reformat long line.
3110 (create_dwo_debug_info_hash_table): Tweak comment.
3111 (dwarf2_per_cu_offset_and_type): Tweak comment.
3112
3113 * dwarf2read.c (lookup_signatured_type): Remove complaint about
3114 missing .debug_types section.
3115
3116 2013-03-29 Yao Qi <yao@codesourcery.com>
3117
3118 * corelow.c: Include "completer.h".
3119 (_initialize_corelow): Call add_target_with_completer with
3120 argument 'filename_completer'.
3121 * tracepoint.c: Likewise.
3122 * exec.c (_initialize_exec): Likewise.
3123 * target.c (add_target): Rename to ...
3124 (add_target_with_completer): ... this. Call set_cmd_completer
3125 if parameter completer is not NULL.
3126 (add_target): New.
3127 * target.h: Include "command.h".
3128 (add_target_with_completer): Declare it.
3129
3130 2013-03-28 Joel Brobecker <brobecker@adacore.com>
3131
3132 * coffread.c (is_import_fixup_symbol): New function.
3133 (record_minimal_symbol): Use is_import_fixup_symbol to
3134 detect import fixup symbols, and discard them.
3135
3136 2013-03-28 Doug Evans <dje@google.com>
3137
3138 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
3139 types hash table until we know we need it.
3140
3141 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
3142 index numbers.
3143
3144 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
3145 All callers updated.
3146 (dw2_print_stats): Print #read CUs too.
3147 (dump_die_shallow): Print signatured types better.
3148
3149 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
3150 info_or_types_section to section. All uses updated.
3151 (struct dwo_unit): Ditto.
3152
3153 2013-03-28 Pedro Alves <palves@redhat.com>
3154
3155 * NEWS (New options): New section.
3156 (New options): Mention set/show remote trace-status-packet.
3157 * remote.c (PACKET_qTStatus): New enumeration value.
3158 (remote_get_trace_status): Skip sending qTStatus if the packet is
3159 disabled. Use packet_ok.
3160 (_initialize_remote): Register a configuration command for
3161 qTStatus packet.
3162
3163 2013-03-28 Doug Evans <dje@google.com>
3164
3165 * symfile.c (find_separate_debug_file): Add comment.
3166 (terminate_after_last_dir_separator): Tweak comment.
3167
3168 * dwarf2read.c (create_partial_symtab): Add forward decl.
3169 (create_partial_symtab): Move to be closer to other psymtab functions.
3170 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
3171
3172 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
3173 (compute_symtab_includes): Remove unnecessary forward declaration.
3174 (die_needs_namespace): Add comment marking group of functions for
3175 dwarf2 name computation.
3176
3177 * typeprint.c (_initialize_typeprint): Improve type help text.
3178
3179 * python/python.c (finish_python_initialization): Provide suggestion
3180 for how to tell gdb to find its python files.
3181
3182 2013-03-28 Pedro Alves <palves@redhat.com>
3183
3184 PR gdb/15294
3185
3186 * source.c (_initialize_source): Change back "set listsize" to an
3187 integer command.
3188
3189 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
3190
3191 PR gdb/15275
3192 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
3193
3194 2013-03-27 Pedro Alves <palves@redhat.com>
3195
3196 * top.c (history_size): Rename to ...
3197 (history_size_setshow_var): ... this. Add comment.
3198 (show_commands): Use readline's 'history_length' instead of
3199 computing the history length by calling history_get in a loop.
3200 (set_history_size_command): Error out for sizes over INT_MAX.
3201 Restore previous history size on invalid size.
3202 (init_history): If HISTSIZE is negative, leave the history size as
3203 zero. Add comments.
3204 (init_main): Adjust.
3205
3206 2013-03-27 Pedro Alves <palves@redhat.com>
3207
3208 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
3209 coff_pe_read" command to "set debug coff-pe-read".
3210
3211 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
3212
3213 * record.c (command_size_to_target_size): Fix size comparison.
3214 Change parameter type from pointer to integer to integer.
3215 Update all users.
3216
3217 2013-03-27 Pierre Muller <muller@sourceware.org>
3218
3219 * windows-nat.c (handle_output_debug_string): Avoid typecast
3220 from integer of different size warning.
3221
3222 2013-03-26 Joel Brobecker <brobecker@adacore.com>
3223
3224 * windows-nat.c (handle_output_debug_string): Add empty line
3225 after local block variable definition.
3226
3227 2013-03-26 Pedro Alves <palves@redhat.com>
3228
3229 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
3230 (net_open): Make 'polls' local unsigned.
3231
3232 2013-03-26 Pedro Alves <palves@redhat.com>
3233
3234 * remote.c (_initialize_remote): Make "set remoteaddresssize"
3235 a zuinteger command instead of uinteger.
3236
3237 2013-03-26 Pedro Alves <palves@redhat.com>
3238
3239 * record-full.c (record_full_insn_num): Make it unsigned.
3240 (record_full_check_insn_num, record_full_message)
3241 (record_full_registers_change, record_full_xfer_partial): Remove
3242 record_full_insn_max_num check (it's always != 0).
3243 (record_full_info, record_full_restore): Use %u as format string.
3244 (): Use %u as format string.
3245 (set_record_full_insn_max_num): Remove record_full_insn_max_num
3246 check (it's always != 0).
3247
3248 2013-03-26 Pedro Alves <palves@redhat.com>
3249
3250 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
3251 and "set dcache size" commands zuinteger instead of uinteger.
3252
3253 2013-03-26 Pedro Alves <palves@redhat.com>
3254
3255 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
3256 command zuinteger instead of uinteger.
3257
3258 2013-03-26 Pedro Alves <palves@redhat.com>
3259
3260 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
3261 zuinteger instead of uinteger.
3262
3263 2013-03-26 Pedro Alves <palves@redhat.com>
3264
3265 * record.c (record_insn_history_size_setshow_var)
3266 (record_call_history_size_setshow_var): New globals.
3267 (command_size_to_target_size): New function.
3268 (cmd_record_insn_history, cmd_record_call_history): Use
3269 command_size_to_target_size instead of cast.
3270 (validate_history_size, set_record_insn_history_size)
3271 (set_record_call_history_size): New functions.
3272 (_initialize_record): Install set_record_insn_history_size and
3273 set_record_call_history_size as "set" hooks of "set record
3274 instruction-history-size" and "set record
3275 function-call-history-size".
3276
3277 2013-03-26 Pedro Alves <palves@redhat.com>
3278
3279 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
3280 use with history_max_entries use. Remove FIXME note.
3281
3282 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3283
3284 * record-btrace.c (record_btrace_close): Call
3285 record_btrace_auto_disable.
3286
3287 2013-03-25 Joel Brobecker <brobecker@adacore.com>
3288
3289 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
3290
3291 2013-03-25 Doug Evans <dje@google.com>
3292
3293 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
3294
3295 2013-03-25 Tom Tromey <tromey@redhat.com>
3296
3297 PR symtab/11462:
3298 * c-exp.y (exp): Add new productions for destructors after '.' and
3299 '->'.
3300 (write_destructor_name): New function.
3301
3302 2013-03-25 Tom Tromey <tromey@redhat.com>
3303
3304 PR c++/9197:
3305 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
3306 value_struct_elt, not lookup_struct_elt_type.
3307 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
3308 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
3309 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
3310
3311 2013-03-25 Yao Qi <yao@codesourcery.com>
3312
3313 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
3314 instead of '_mkdir'.
3315
3316 2013-03-23 Eli Zaretskii <eliz@gnu.org>
3317
3318 * windows-nat.c (windows_get_absolute_argv0): New function.
3319 * windows-nat.h: Add its prototype.
3320
3321 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
3322 Use IS_DIR_SEPARATOR instead of looking for a character inside
3323 SLASH_STRING. Include filenames.h.
3324 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
3325 relocate_gdb_directory works when passed gdb_program_name.
3326 Include windows-nat.h.
3327
3328 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
3331 * remote.c (trace_error): Remove the special handling of '2'.
3332 (readchar) <SERIAL_EOF>
3333 (readchar) <SERIAL_ERROR>
3334 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
3335 (remote_get_trace_status): Call throw_exception if EX is
3336 TARGET_CLOSE_ERROR.
3337 * utils.c (perror_with_name): Rename to ...
3338 (throw_perror_with_name): ... here. New parameter errcode, describe it
3339 in the function comment.
3340 (perror_with_name): New function wrapper.
3341 * utils.h (enum errors): New stub declaration.
3342 (throw_perror_with_name): New declaration.
3343
3344 2013-03-22 Pedro Alves <palves@redhat.com>
3345 Yao Qi <yao@codesourcery.com>
3346 Mark Kettenis <kettenis@gnu.org>
3347
3348 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
3349 Don't let the user set the value to UINT_MAX directly.
3350 <var_integer>: Don't let the user set the value to INT_MAX
3351 directly.
3352
3353 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * remote.c (remote_unpush_target): New function.
3356 (remote_open_1): Remove two pop_target calls, update one comment, add
3357 comment to target_preopen call. Replace pop_target call by
3358 remote_unpush_target call.
3359 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
3360 pop_target calls by remote_unpush_target calls.
3361
3362 2013-03-22 Pedro Alves <palves@redhat.com>
3363
3364 * linux-nat.c (linux_child_follow_fork): Don't call
3365 linux_enable_event_reporting.
3366 (linux_handle_extended_wait): Don't call
3367 linux_enable_event_reporting.
3368
3369 2013-03-22 Pedro Alves <palves@redhat.com>
3370
3371 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
3372 use it to rewrite the trampoline buffers with type gdb_byte[], and
3373 undefine the macro. Remove char* cast.
3374
3375 2013-03-21 Doug Evans <dje@google.com>
3376
3377 New commands "mt set per-command {space,time,symtab} {on,off}".
3378 * NEWS: Add entry.
3379 * event-top.c: #include "maint.h".
3380 * main.c: #include "maint.h".
3381 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
3382 timeval-utils.h, maint.h, cli/cli-setshow.h.
3383 (per_command_time, per_command_space): New static globals.
3384 (per_command_symtab): New static global.
3385 (per_command_setlist, per_command_showlist): New static globals.
3386 (struct cmd_stats): Move here from utils.c.
3387 (set_per_command_time): Renamed from set_display_time in utils.c
3388 and moved here. All callers updated.
3389 (set_per_command_space): Renamed from set_display_space in utils.c
3390 and moved here. All callers updated.
3391 (count_symtabs_and_blocks): New function.
3392 (report_command_stats): Moved here from utils.c. Add support for
3393 printing symtab stats. Only print data if enabled before command
3394 executed.
3395 (make_command_stats_cleanup): Ditto.
3396 (sert_per_command_cmd, show_per_command_cmd): New functions.
3397 (_initialize_maint_cmds): Add new commands
3398 mt set per-command {space,time,symtab} {on,off}.
3399 * maint.h: New file.
3400 * top.c: #include "maint.h".
3401 * utils.c (reset_prompt_for_continue_wait_time): New function.
3402 (get_prompt_for_continue_wait_time): New function.
3403 * utils.h (reset_prompt_for_continue_wait_time): Declare
3404 (get_prompt_for_continue_wait_time): Declare.
3405 (make_command_stats_cleanup): Moved to maint.h.
3406 (set_display_time, set_display_space): Moved to maint.h and renamed
3407 to set_per_command_time, set_per_command_space.
3408 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
3409 parse_binary_operation and made non-static. Don't call error,
3410 just return an error marker. All callers updated.
3411 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
3412
3413 2013-03-21 Tom Tromey <tromey@redhat.com>
3414
3415 * symfile.c (alloc_section_addr_info): Update header. Don't set
3416 'num_sections' field.
3417 (build_section_addr_info_from_section_table): Set 'num_sections'.
3418 (build_section_addr_info_from_bfd): Likewise.
3419 (build_section_addr_info_from_objfile): Remove dead loop
3420 condition.
3421 (free_section_addr_info): Unconditionally call xfree.
3422 (relative_addr_info_to_section_offsets, addrs_section_sort)
3423 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
3424 condition.
3425 (syms_from_objfile_1): Remove dead 'if' condition. Check
3426 'num_sections'.
3427 (add_symbol_file_command): Set 'num_sections'.
3428 * symfile-mem.c (symbol_file_add_from_memory): Set
3429 'num_sections'.
3430 * somread.c (som_symfile_offsets): Remove dead loop condition.
3431 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
3432 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
3433
3434 2013-03-21 Tom Tromey <tromey@redhat.com>
3435
3436 * tracepoint.h (decode_agent_options): Add 'trace_string'
3437 argument.
3438 * tracepoint.c (decode_agent_options): Add 'trace_string'
3439 argument.
3440 (validate_actionline): Update.
3441 (collect_symbol): Add 'trace_string' argument.
3442 (struct add_local_symbols_data) <trace_string>: New field.
3443 (do_collect_symbol): Update.
3444 (add_local_symbols): Add 'trace_string' argument.
3445 (encode_actions_1): Update.
3446 (trace_dump_actions): Update.
3447 * dwarf2loc.c (access_memory): Update.
3448 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
3449 * ax-general.c (new_agent_expr): Update.
3450 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
3451 (gen_trace_for_return_address): Add argument.
3452 (trace_kludge, trace_string_kludge): Remove.
3453 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
3454 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
3455 (gen_trace_for_var): Add 'trace_string' argument.
3456 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
3457 (gen_printf, agent_eval_command_one): Update.
3458
3459 2013-03-21 Tom Tromey <tromey@redhat.com>
3460
3461 PR exp/15109:
3462 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
3463 Handle FILENAME token.
3464
3465 2013-03-21 Tom Tromey <tromey@redhat.com>
3466
3467 * c-exp.y (YYPRINT): Define.
3468 (c_print_token): New function.
3469
3470 2013-03-21 Tom Tromey <tromey@redhat.com>
3471
3472 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
3473
3474 2013-03-21 Yao Qi <yao@codesourcery.com>
3475
3476 * ctf.c: Include "gdb_stat.h".
3477 [USE_WIN32API]: New macro 'mkdir'.
3478 (ctf_start): Use permission bits macros if they are defined.
3479
3480 2013-03-20 Keith Seitz <keiths@redhat.com>
3481
3482 * breakpoint.h (struct breakpoint): Add comment to
3483 extra_string indicating that this member is mallod'd.
3484 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
3485
3486 2013-03-20 Pedro Alves <palves@redhat.com>
3487
3488 PR gdb/15289
3489
3490 * cli/cli-setshow.c (do_set_command)
3491 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
3492 the result of parsing the command argument. Throw error if the
3493 value is greater than UINT_MAX. Print the invalid value with
3494 plongest.
3495 <var_integer, var_zinteger>: Use LONGEST for variable holding the
3496 result of parsing the command argument. Throw error if the value
3497 is greater than INT_MAX, not greater or equal. Also throw error
3498 if the value is less than INT_MIN. Print the invalid value with
3499 plongest.
3500 <var_zuinteger_unlimited>: Throw error if the value is greater
3501 than INT_MAX, not greater or equal.
3502 (do_show_command) <var_integer, var_zinteger,
3503 var_zuinteger_unlimited>: Use %d for printing int, not %u.
3504
3505 2013-03-20 Tom Tromey <tromey@redhat.com>
3506
3507 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
3508 if possible.
3509 * dwarf2read.c (read_func_scope): Remove old FIXME.
3510 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
3511 not LOC_COMPUTED.
3512 * findvar.c (symbol_read_needs_frame, default_read_var_value):
3513 Unconditionally call via computed ops, if possible.
3514 * printcmd.c (address_info): Unconditionally call via computed ops,
3515 if possible.
3516 * stack.c (read_frame_arg): Unconditionally call via computed ops,
3517 if possible.
3518 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
3519 * tracepoint.c (scope_info): Unconditionally call via computed ops,
3520 if possible.
3521
3522 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3523 Tom Tromey <tromey@redhat.com>
3524
3525 PR symtab/8421:
3526 * coffread.c (coff_register_index): New global.
3527 (process_coff_symbol, coff_read_enum_type): Set
3528 SYMBOL_ACLASS_INDEX.
3529 (_initialize_coffread): Initialize new global.
3530 * dwarf2loc.c (locexpr_find_frame_base_location)
3531 (dwarf2_block_frame_base_locexpr_funcs)
3532 (loclist_find_frame_base_location)
3533 (dwarf2_block_frame_base_loclist_funcs): New.
3534 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
3535 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
3536 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
3537 (dwarf2_block_frame_base_loclist_funcs): New.
3538 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
3539 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
3540 globals.
3541 (read_func_scope): Update.
3542 (fixup_go_packaging, mark_common_block_symbol_computed)
3543 (var_decode_location, new_symbol_full, dwarf2_const_value):
3544 Set SYMBOL_ACLASS_INDEX.
3545 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
3546 (_initialize_dwarf2_read): Initialize new globals.
3547 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
3548 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
3549 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
3550 globals.
3551 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
3552 (_initialize_mdebugread): Initialize new globals.
3553 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
3554 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
3555 (stab_register_index, stab_regparm_index): New globals.
3556 (define_symbol, read_enum_type, common_block_end): Set
3557 SYMBOL_ACLASS_INDEX.
3558 (_initialize_stabsread): Initialize new globals.
3559 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
3560 globals.
3561 (MAX_SYMBOL_IMPLS): New define.
3562 (register_symbol_computed_impl, register_symbol_block_impl)
3563 (register_symbol_register_impl)
3564 (initialize_ordinary_address_classes): New functions.
3565 (_initialize_symtab): Call initialize_ordinary_address_classes.
3566 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
3567 (struct symbol_impl): New.
3568 (SYMBOL_ACLASS_BITS): New define.
3569 (struct symbol) <aclass, ops>: Remove fields.
3570 <aclass_index>: New field.
3571 (symbol_impls): Declare.
3572 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
3573 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
3574 (register_symbol_computed_impl, register_symbol_block_impl)
3575 (register_symbol_register_impl): Declare.
3576 (struct symbol_computed_ops): Add location_has_loclist.
3577 (struct symbol_block_ops): New.
3578 (SYMBOL_BLOCK_OPS): New.
3579 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
3580
3581 2013-03-20 Tom Tromey <tromey@redhat.com>
3582
3583 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
3584 (print_partial_symbols, recursively_search_psymtabs): Use
3585 PSYMBOL_CLASS.
3586
3587 2013-03-20 Pierre Muller <muller@sourceware.org>
3588
3589 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
3590 addtion, subtraction, multiplication and division binary operator.
3591
3592 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3593
3594 Code cleanup.
3595 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
3596 * bsd-kvm.c (bsd_kvm_close): Likewise.
3597 * bsd-uthread.c (bsd_uthread_close): Likewise.
3598 * corelow.c (core_close): Likewise.
3599 (core_close_cleanup): Remove parameter quitting from a caller.
3600 * event-top.c (async_disconnect): Likewise.
3601 * exec.c (exec_close_1): Remove parameter quitting.
3602 * go32-nat.c (go32_close): Likewise.
3603 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
3604 parameter quitting from a caller.
3605 * mips-linux-nat.c (super_close): Remove parameter quitting from the
3606 variable.
3607 (mips_linux_close): Remove parameter quitting. Remove parameter
3608 quitting from a caller.
3609 * monitor.c (monitor_close): Remove parameter quitting.
3610 * monitor.h (monitor_close): Likewise.
3611 * record-btrace.c (record_btrace_close): Likewise.
3612 * record-full.c (record_full_close): Likewise.
3613 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
3614 it also from fprintf_unfiltered.
3615 * remote-mips.c (mips_close): Remove parameter quitting.
3616 (mips_detach): Remove parameter quitting from a caller.
3617 * remote-sim.c (gdbsim_close): Remove parameter quitting.
3618 (gdbsim_close): Remove duplicate function comment. Remove parameter
3619 quitting and remove it also from printf_filtered.
3620 * remote.c (remote_close): Remove parameter quitting.
3621 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
3622 * target.c (update_current_target): Remove parameter int from to_close
3623 de_fault.
3624 (push_target, unpush_target, pop_target): Remove parameter quitting from
3625 a caller.
3626 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
3627 Remove parameter quitting from a caller.
3628 (target_preopen): Remove parameter quitting from a caller.
3629 (target_close): Remove parameter quitting. Remove parameter quitting
3630 from a caller two times. Remove parameter quitting also from
3631 fprintf_unfiltered.
3632 * target.h (struct target_ops): Remove parameter quitting and as int
3633 from fields to_xclose and to_close.
3634 (extern struct target_ops current_target):
3635 (target_close, pop_all_targets): Remove parameter quitting. Update the
3636 comment.
3637 (pop_all_targets_above): Remove parameter quitting.
3638 * top.c (quit_target): Remove parameter quitting from a caller.
3639 * tracepoint.c (tfile_close): Remove parameter quitting.
3640 * windows-nat.c (windows_close): Remove parameter quitting.
3641
3642 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
3643
3644 * windows-nat.c (handle_output_debug_string): Replace call
3645 to string_to_core_addr with call to strtoull.
3646
3647 2013-03-20 Yao Qi <yao@codesourcery.com>
3648
3649 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
3650 and write it to CTF metadata.
3651
3652 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
3653
3654 * windows-nat.c (handle_output_debug_string): Change type of n to
3655 SIZE_T to avoid crash on 64 bit systems.
3656
3657 2013-03-17 Eli Zaretskii <eliz@gnu.org>
3658
3659 * python/python-internal.h (HAVE_SNPRINTF)
3660 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
3661 about redefinition of snprintf by pyerrors.h.
3662
3663 2013-03-15 Steve Ellcey <sellcey@mips.com>
3664
3665 * remote-sim.c (sim_command_completer): Make char arguments const.
3666
3667 2013-03-15 Tom Tromey <tromey@redhat.com>
3668
3669 PR c++/15116:
3670 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
3671
3672 2013-03-14 Tom Tromey <tromey@redhat.com>
3673
3674 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
3675 New fields.
3676 (get_file_crc): Move from symfile.c.
3677 (gdb_bfd_crc): New function.
3678 * gdb_bfd.h (gdb_bfd_crc): Declare.
3679 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
3680 * symfile.c (get_file_crc): Move to gdb_bfd.c.
3681 (separate_debug_file_exists): Use gdb_bfd_crc.
3682
3683 2013-03-14 Tom Tromey <tromey@redhat.com>
3684
3685 * symfile.c (get_debug_link_info): Remove.
3686 (find_separate_debug_file_by_debuglink): Use
3687 bfd_get_debug_link_info.
3688
3689 2013-03-14 Tom Tromey <tromey@redhat.com>
3690
3691 * symtab.c (error_in_psymtab_expansion): New function.
3692 (lookup_symbol_aux_quick)
3693 (basic_lookup_transparent_type_quick): Remove "last resort"
3694 code. Use error_in_psymtab_expansion.
3695
3696 2013-03-14 Doug Evans <dje@google.com>
3697 Jan Kratochvil <jan.kratochvil@redhat.com>
3698
3699 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
3700 any successful compare_filenames_for_search or FILENAME_CMP.
3701 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
3702 * symtab.c (iterate_over_some_symtabs): Likewise.
3703
3704 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3705
3706 * source.c (print_source_lines_base): Make a local copy of
3707 symtab_to_fullname.
3708
3709 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
3710 Jan Kratochvil <jan.kratochvil@redhat.com>
3711
3712 * source.c (print_source_lines_base): Suppress "file" for TUI.
3713
3714 2013-03-14 Keith Seitz <keiths@redhat.com>
3715 Alan Matsuoka <alanm@redhat.com>
3716
3717 PR c++/15203
3718 PR c++/15210
3719 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
3720 TYPE_CODE_METHOD.
3721 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
3722 symbols.
3723
3724 2013-03-14 Yao Qi <yao@codesourcery.com>
3725
3726 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
3727 status to tfile if trace is stopped by command 'tstop'.
3728
3729 2013-03-14 Yao Qi <yao@codesourcery.com>
3730
3731 * tracepoint.c (tfile_write_status): Write trace notes and user
3732 name into tfile if they are not NULL.
3733
3734 2013-03-14 Hui Zhu <hui@codesourcery.com>
3735 Yao Qi <yao@codesourcery.com>
3736
3737 * Makefile.in (REMOTE_OBS): Add ctf.o.
3738 (SFILES): Add ctf.c.
3739 (HFILES_NO_SRCDIR): Add ctf.h.
3740 * ctf.c, ctf.h: New files.
3741 * tracepoint.c: Include 'ctf.h'.
3742 (collect_pseudocommand): Remove static.
3743 (trace_save_command): Parse option "-ctf".
3744 Produce different trace file writers per option.
3745 Adjust output message.
3746 (trace_save_tfile, trace_save_ctf): New.
3747 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
3748 * mi/mi-main.c: Include 'ctf.h'.
3749 (mi_cmd_trace_save): Handle option '-ctf'. Call either
3750 trace_save_tfile or trace_save_ctf.
3751 * NEWS: Mention these changes.
3752
3753 2013-03-14 Yao Qi <yao@codesourcery.com>
3754
3755 * tracepoint.c (trace_file_writer_xfree): New.
3756 (struct tfile_writer_data): New.
3757 (tfile_dtor, tfile_can_target_save, tfile_start): New.
3758 (tfile_write_header, tfile_write_regblock_type): New.
3759 (tfile_write_status, tfile_write_uploaded_tsv): New.
3760 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
3761 (tfile_write_raw_data, (tfile_end): New.
3762 (tfile_write_ops): New global variable.
3763 (TRACE_WRITE_R_BLOCK): New macro.
3764 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
3765 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
3766 (TRACE_WRITE_V_BLOCK): New macro.
3767 (trace_save): Add extra one parameter WRITER. Make it static.
3768 Use WRITER to writer trace.
3769 (tfile_trace_file_writer_new): New.
3770 (trace_save_command): Caller update.
3771 (trace_save_tfile): Write trace data in TFILE format.
3772 * tracepoint.h (struct trace_frame_write_ops): New.
3773 (struct trace_file_write_ops): New.
3774 (struct trace_file_writer): New.
3775 (trace_save): Remove its declaration.
3776 (trace_save_tfile): Declare it.
3777 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
3778 instead of trace_save.
3779
3780 2013-03-13 Pedro Alves <palves@redhat.com>
3781
3782 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
3783
3784 2013-03-13 Pedro Alves <palves@redhat.com>
3785
3786 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
3787 commented out code.
3788 * demangle.c (current_demangling_style_string): Make it const.
3789 (set_demangling_command): Assert the demangling style is known.
3790 Remove all handling of unknown styles. Set
3791 'current_demangling_style_string' to an element of the
3792 demangling_style_names array.
3793 (set_demangling_style): Delete.
3794 (_initialize_demangler): Set current_demangling_style_string to the
3795 element of the demangling_style_names array that corresponds to
3796 the default demangling style. Remove FIXME note. Don't call
3797 set_demangling_style.
3798 * gdb-demangle.h (set_demangling_style): Remove declaration.
3799
3800 2013-03-13 Pedro Alves <palves@redhat.com>
3801
3802 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
3803 fields const.
3804 (ada_make_symbol_completion_list): Make "text0" parameter const.
3805 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
3806 * breakpoint.c (condition_completer): Make "text" and "word"
3807 parameters const. Adjust.
3808 (check_tracepoint_command): Adjust to validate_actionline
3809 prototype change.
3810 (catch_syscall_completer): Make "text" and "word" parameters
3811 const.
3812 * cli/cli-cmds.c (show_user): Make "comname" local const.
3813 (valid_command_p): Make "command" parameter const.
3814 (alias_command): Make "alias_prefix" and "command_prefix" locals
3815 const.
3816 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
3817 (add_alias_cmd): Make "name" and "oldname" parameters const.
3818 Adjust. No longer make copy of OLDNAME.
3819 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
3820 (add_setshow_cmd_full, add_setshow_enum_cmd)
3821 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
3822 (add_setshow_filename_cmd, add_setshow_string_cmd)
3823 (add_setshow_string_noescape_cmd)
3824 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3825 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3826 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
3827 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
3828 Make "name" parameter const.
3829 (help_cmd): Rename "command" parameter to "arg". New const local
3830 "command".
3831 (find_cmd): Make "command" parameter const.
3832 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
3833 deprecated_cmd_warning prototype change.
3834 (undef_cmd_error): Make "cmdtype" parameter const.
3835 (lookup_cmd): Make "line" parameter const.
3836 (deprecated_cmd_warning): Change type of "text" parameter to
3837 pointer to const char, from pointer to pointer to char. Adjust.
3838 (lookup_cmd_composition): Make "text" parameter const.
3839 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
3840 parameters const.
3841 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
3842 const.
3843 * cli/cli-script.c (validate_comname): Make "tem" local const.
3844 (define_command): New const local "tem_c". Use it in calls to
3845 lookup_cmd.
3846 (document_command): Make "tem" and "comfull" locals const.
3847 (show_user_1): Make "prefix" and "name" parameters const.
3848 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
3849 const.
3850 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
3851 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
3852 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
3853 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
3854 (complete_on_enum, add_setshow_enum_cmd)
3855 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
3856 (add_setshow_filename_cmd, add_setshow_string_cmd)
3857 (add_setshow_string_noescape_cmd)
3858 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3859 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3860 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
3861 Change prototypes, constifying strings.
3862 * completer.c (noop_completer, filename_completer): Make "text"
3863 and "prefix" parameters const.
3864 (location_completer, expression_completer)
3865 (complete_line_internal): Make "text" and "prefix" parameters
3866 const and adjust.
3867 (command_completer, signal_completer): Make "text" and "prefix"
3868 parameters const.
3869 * completer.h (noop_completer, filename_completer)
3870 (expression_completer, location_completer, command_completer)
3871 (signal_completer): Change prototypes.
3872 * corefile.c (complete_set_gnutarget): Make "text" and "word"
3873 parameters const.
3874 * cp-abi.c (cp_abi_completer): Likewise.
3875 * expression.h (parse_expression_for_completion): Change
3876 prototype.
3877 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
3878 parameters const.
3879 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
3880 * infrun.c (handle_completer): Make "text" and "word" parameters
3881 const.
3882 * interps.c (interpreter_completer): Make "text" and "word"
3883 parameters const.
3884 * language.h (struct language_defn)
3885 <la_make_symbol_completion_list>: Make "text" and "word"
3886 parameters const.
3887 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
3888 (parse_exp_in_context): Rename to ...
3889 (parse_exp_in_context_1): ... this.
3890 (parse_exp_in_context): Reimplement, with const hack from
3891 parse_exp_1.
3892 (parse_expression_for_completion): Make "string" parameter const.
3893 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
3894 to pointer to const char. Adjust.
3895 (print_command_1): Make "exp" parameter const.
3896 (output_command): Rename to ...
3897 (output_command_const): ... this. Make "exp" parameter const.
3898 (output_command): Reimplement.
3899 (x_command): Adjust.
3900 (display_command): Rename "exp" parameter to "arg". New "exp"
3901 local, const version of "arg".
3902 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
3903 "cmd_name" local const.
3904 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
3905 call.
3906 (cmdpy_completer): Make "text" and "word" parameters const.
3907 (gdbpy_parse_command_name): Make "prefix_text2" local const.
3908 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
3909 const.
3910 * remote.c (_initialize_remote): Make "cmd_name" local const.
3911 * symtab.c (language_search_unquoted_string): Make "text" and "p"
3912 parameters const. Adjust.
3913 (completion_list_add_fields): Make "sym_text", "text" and "word"
3914 parameters const.
3915 (struct add_name_data) <sym_text, text, word>: Make fields const.
3916 (default_make_symbol_completion_list_break_on): Make "text" and
3917 "word" parameters const. Adjust locals.
3918 (default_make_symbol_completion_list)
3919 (make_symbol_completion_list, make_symbol_completion_type)
3920 (make_symbol_completion_list_fn): Make "text" and "word"
3921 parameters const.
3922 (make_file_symbol_completion_list): Make "text", "word" and
3923 "srcfile" parameters const. Adjust locals.
3924 (add_filename_to_list): Make "text" and "word" parameters const.
3925 (struct add_partial_filename_data) <text, word>: Make fields
3926 const.
3927 (make_source_files_completion_list): Make "text" and "word"
3928 parameters const.
3929 * symtab.h (default_make_symbol_completion_list_break_on)
3930 (default_make_symbol_completion_list, make_symbol_completion_list)
3931 (make_symbol_completion_type enum type_code)
3932 (make_symbol_completion_list_fn make_file_symbol_completion_list)
3933 (make_source_files_completion_list): Change prototype.
3934 * top.c (execute_command): Adjust to pass pointer to pointer to
3935 const char to lookup_cmd, and to deprecated_cmd_warning prototype
3936 change.
3937 (set_verbose): Make "cmdname" local const.
3938 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
3939 and adjust.
3940 (validate_actionline): Make "line" parameter a pointer to const
3941 char, and adjust.
3942 (encode_actions_1): Make "action_exp" local const, and adjust.
3943 (encode_actions): Adjust.
3944 (replace_comma): Delete.
3945 (trace_dump_actions): Make "action_exp" and "next_comma" locals
3946 const, and adjust. Don't frob the action string while splitting
3947 it at commas. Instead, make a copy of each split substring in
3948 turn.
3949 (trace_dump_command): Adjust to validate_actionline prototype
3950 change.
3951 * tracepoint.h (decode_agent_options, decode_agent_options)
3952 (encode_actions, validate_actionline): Change prototypes.
3953 * valprint.h (output_command): Delete declaration.
3954 (output_command_const): Declare.
3955 * value.c (function_destroyer): Cast const away in xfree call.
3956
3957 2013-03-13 Pedro Alves <palves@redhat.com>
3958
3959 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
3960 rather than casting 'const char * const *' to 'const char **'.
3961 * ada-lex.l (processInt): Make "trailer" local const. Remove
3962 'const char **' cast.
3963 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
3964 locals, and use those as strtol output pointer, instead than doing
3965 invalid casts to from 'const char **' to 'char **'.
3966 (_initialize_demangle): Remove cast.
3967 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
3968 locals, and use those as strtol output pointer, instead than doing
3969 invalid casts to from 'const char **' to 'char **'.
3970 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
3971 casts.
3972 * stap-probe.c (stap_parse_register_operand)
3973 (stap_parse_single_operand): Likewise.
3974
3975 2013-03-13 Yao Qi <yao@codesourcery.com>
3976
3977 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
3978 the last matched 'V' blcok in trace frame.
3979
3980 2013-03-12 Joel Brobecker <brobecker@adacore.com>
3981
3982 * NEWS: Create a new section for the next release branch.
3983 Rename the section of the current branch, now that it has
3984 been cut.
3985
3986 2013-03-12 Joel Brobecker <brobecker@adacore.com>
3987
3988 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
3989 * version.in: Bump version to 7.6.50.20130312-cvs.
3990
3991 2013-03-12 Keith Seitz <keiths@redhat.com>
3992
3993 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
3994 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
3995 Remove temporary copy of input string.
3996 (mi_execute_command_wrapper): Make "cmd" const.
3997 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
3998 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
3999 Use const strings.
4000 (mi_parse): Make "cmd" const.
4001 Use const strings.
4002 * mi/mi-parse.h (mi_parse): Make "cmd" const.
4003
4004 2013-03-12 Keith Seitz <keiths@redhat.com>
4005
4006 * ada-lang.c (ada_read_renaming_var_value): Pass const
4007 pointer to expression string to parse_exp_1.
4008 (create_excep_cond_exprs): Likewise.
4009 * ax-gdb.c (agent_eval_command_one): Likewise.
4010 (maint_agent_printf_command): Likewise.
4011 Constify much of the string handling/parsing.
4012 * breakpoint.c (set_breakpoint_condition): Pass const
4013 pointer to expression string to parse_exp_1.
4014 (update_watchpoint): Likewise.
4015 (parse_cmd_to_aexpr): Constify string handling.
4016 Pass const pointer to parse_exp_1.
4017 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
4018 (find_condition_and_thread): Likewise.
4019 Make TOK const.
4020 (watch_command_1): Make "arg" const.
4021 Constify string handling.
4022 Copy the expression string instead of changing the input
4023 string.
4024 (update_breakpoint_location): Pass const pointer to
4025 parse_exp_1.
4026 * eval.c (parse_and_eval_address): Make "exp" const.
4027 (parse_to_comma_and_eval): Make "expp" const.
4028 (parse_and_eval): Make "exp" const.
4029 * expression.h (parse_expression): Make argument const.
4030 (parse_exp_1): Make first argument const.
4031 * findcmd.c (parse_find_args): Treat "args" as const.
4032 * linespec.c (parse_linespec): Pass const pointer to
4033 linespec_expression_to_pc.
4034 (linespec_expression_to_pc): Make "exp_ptr" const.
4035 * parse.c (parse_exp_1): Make "stringptr" const.
4036 Make a copy of the expression to pass to parse_exp_in_context until
4037 this whole interface can be constified.
4038 (parse_expression): Make "string" const.
4039 * printcmd.c (ui_printf): Treat "arg" as const.
4040 Handle const strings.
4041 * tracepoint.c (validate_actionline): Pass const pointer to
4042 all calls to parse_exp_1.
4043 (encode_actions_1): Likewise.
4044 * value.h (parse_to_comma_and_eval): Make argument const.
4045 (parse_and_eval_address): Likewise.
4046 (parse_and_eval): Likewise.
4047 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
4048 (varobj_set_value): Likewise.
4049 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
4050 constify string handling.
4051 Pass const pointers to parse_and_eval_address and
4052 parse_to_comman_and_eval.
4053 * cli/cli-utils.c (skip_to_space): Rename to ...
4054 (skip_to_space_const): ... this. Handle const strings.
4055 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
4056 skip_to_space_const.
4057 (skip_to_space_const): Declare.
4058 * common/format.c (parse_format_string): Make "arg" const.
4059 Handle const strings.
4060 * common/format.h (parse_format_string): Make "arg" const.
4061 * gdbserver/ax.c (ax_printf): Make "format" const.
4062 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
4063 of the expression string.
4064
4065 2013-03-12 Hui Zhu <hui@codesourcery.com>
4066
4067 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
4068
4069 2013-03-12 Yao Qi <yao@codesourcery.com>
4070 Hui Zhu <hui@codesourcery.com>
4071
4072 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
4073 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
4074 DW_OP_deref_size.
4075
4076 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
4077
4078 * ada-lex.l (rules): Only recognize 'thread' as a
4079 delimiter when followed by numerals, as for c-exp.y.
4080 Use new rewind_to_char function to rewind the input for
4081 expression-delimiting tokens.
4082 (rewind_to_char): New function.
4083
4084 2013-03-11 Pedro Alves <palves@redhat.com>
4085 Jan Kratochvil <jan.kratochvil@redhat.com>
4086
4087 * configure: Regenerate.
4088 * configure.ac (check dynamic export flag): Link python test with
4089 $PYTHON_LIBS.
4090
4091 2013-03-11 Doug Evans <dje@google.com>
4092 Keith Seitz <keiths@redhat.com>
4093
4094 * linespec.c (find_linespec_symbols): Call find_function_symbols
4095 first, and then call lookup_prefix_sym/find_method.
4096
4097 2013-03-11 Pedro Alves <palves@redhat.com>
4098
4099 * charset.c (convert_between_encodings): Don't cast between
4100 different pointer to pointer types. Instead, make the 'inp' local
4101 be of the type iconv expects.
4102 (wchar_iterate): Don't cast between different pointer to pointer
4103 types. Instead, use new pointer local of the type iconv expects.
4104 * target.c (target_read_stralloc, target_fileio_read_stralloc):
4105 Add new local of type char pointer, and use it to get a
4106 char/string view of the byte buffer, instead of casting between
4107 pointer to pointer types.
4108
4109 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
4110
4111 * remote.c (remote_set_trace_buffer_size): Move != operator
4112 to the start of next line to fix an ARI warning.
4113
4114 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4115
4116 * NEWS: Add record changes.
4117
4118 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4119
4120 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
4121 the instruction history disassembly.
4122 * disasm.c (dump_insns): Omit the pc prefix, if requested.
4123 * disasm.h (DISASSEMBLY_OMIT_PC): New.
4124
4125 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4126
4127 * Makefile.in (SFILES): Add record-btrace.c
4128 (COMMON_OBS): Add record-btrace.o
4129 * record-btrace.c: New.
4130 * objfiles.c: Include btrace.h.
4131 (free_objfile): call btrace_free_objfile.
4132
4133 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4134
4135 * target.c (target_call_history, target_call_history_from,
4136 target_call_history_range): New.
4137 * target.h (target_ops) <to_call_history, to_call_history_from,
4138 to_call_history_range>: New fields.
4139 (target_call_history, target_call_history_from,
4140 target_call_history_range): New declaration.
4141 * record.c (get_call_history_modifiers, cmd_record_call_history,
4142 record_call_history_size): New.
4143 (_initialize_record): Add the "record function-call-history" command.
4144 Add "set/show record function-call-history-size" commands.
4145 * record.h (record_print_flag): New.
4146
4147 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4148
4149 * target.h (target_ops) <to_insn_history, to_insn_history_from,
4150 to_insn_history_range>: New fields.
4151 (target_insn_history): New.
4152 (target_insn_history_from): New.
4153 (target_insn_history_range): New.
4154 * target.c (target_insn_history): New.
4155 (target_insn_history_from): New.
4156 (target_insn_history_range): New.
4157 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
4158 (record_insn_history_size): New.
4159 (get_insn_number): New.
4160 (get_context_size): New.
4161 (no_chunk): New.
4162 (get_insn_history_modifiers): New.
4163 (cmd_record_insn_history): New.
4164 (_initialize_record): Add "set/show record instruction-history-size"
4165 command. Add "record instruction-history" command.
4166
4167 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4168
4169 * record.h (record_disconnect): New.
4170 (record_detach): New.
4171 (record_mourn_inferior): New.
4172 (record_kill): New.
4173 * record-full.c (record_disconnect, record_detach,
4174 record_mourn_inferior, record_kill): Move to...
4175 * record.c: ...here.
4176 (DEBUG): New.
4177 (record_stop): New.
4178 (record_unpush): New.
4179 (cmd_record_stop): Call record_stop. Replace unpush_target
4180 call with record_unpush call.
4181 (record_disconnect, record_detach): Assert that the target
4182 is of record stratum. Call record_unpush, record_stop, and
4183 DEBUG.
4184 (record_mourn_inferior, record_kill): Assert that the target
4185 is of record stratum. Call record_unpush and DEBUG.
4186
4187 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4188
4189 * record-full.h, record-full.c (record_memory_query): Rename
4190 to ...
4191 (record_full_memory_query): ...this. Update all users.
4192 (record_arch_list_add_reg): Rename to ...
4193 (record_full_arch_list_add_reg): ...this. Update all users.
4194 (record_arch_list_add_mem): Rename to ...
4195 (record_full_arch_list_add_mem): ...this. Update all users.
4196 (record_arch_list_add_end): Rename to ...
4197 (record_full_arch_list_add_end): ...this. Update all users.
4198 (record_gdb_operation_disable_set): Rename to ...
4199 (record_full_gdb_operation_disable_set): ...this.
4200 Update all users.
4201
4202 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4203
4204 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
4205 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
4206 (RECORD_IS_REPLAY): Renamed to ...
4207 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
4208 (RECORD_FILE_MAGIC): Renamed to ...
4209 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
4210 (record_mem_entry): Renamed to ...
4211 (record_full_mem_entry): ... this. Updated all users.
4212 (record_reg_entry): Renamed to ...
4213 (record_full_reg_entry): ... this. Updated all users.
4214 (record_end_entry): Renamed to ...
4215 (record_full_end_entry): ... this. Updated all users.
4216 (record_type) <record_end, record_reg, record_mem>: Renamed
4217 to ...
4218 (record_full_type) <record_full_end, record_full_reg,
4219 record_full_mem>: ... this. Updated all users.
4220 (record_entry): Renamed to ...
4221 (record_full_entry): ... this. Updated all users.
4222 (record_core_buf_entry): Renamed to ...
4223 (record_full_core_buf_entry): ... this. Updated all users.
4224 (record_core_regbuf): Renamed to ...
4225 (record_full_core_regbuf): ... this. Updated all users.
4226 (record_core_start): Renamed to ...
4227 (record_full_core_start): ... this. Updated all users.
4228 (record_core_end): Renamed to ...
4229 (record_full_core_end): ... this. Updated all users.
4230 (record_core_buf_list): Renamed to ...
4231 (record_full_core_buf_list): ... this. Updated all users.
4232 (record_first): Renamed to ...
4233 (record_full_first): ... this. Updated all users.
4234 (record_list): Renamed to ...
4235 (record_full_list): ... this. Updated all users.
4236 (record_arch_list_head): Renamed to ...
4237 (record_full_arch_list_head): ... this. Updated all users.
4238 (record_arch_list_tail): Renamed to ...
4239 (record_full_arch_list_tail): ... this. Updated all users.
4240 (record_stop_at_limit): Renamed to ...
4241 (record_full_stop_at_limit): ... this. Updated all users.
4242 (record_insn_max_num): Renamed to ...
4243 (record_full_insn_max_num): ... this. Updated all users.
4244 (record_insn_num): Renamed to ...
4245 (record_full_insn_num): ... this. Updated all users.
4246 (record_insn_count): Renamed to ...
4247 (record_full_insn_count): ... this. Updated all users.
4248 (record_ops): Renamed to ...
4249 (record_full_ops): ... this. Updated all users.
4250 (record_core_ops): Renamed to ...
4251 (record_full_core_ops): ... this. Updated all users.
4252 (set_record_cmdlist): Renamed to ...
4253 (set_record_full_cmdlist): ... this. Updated all users.
4254 (show_record_cmdlist): Renamed to ...
4255 (show_record_full_cmdlist): ... this. Updated all users.
4256 (record_cmdlist): Renamed to ...
4257 (record_full_cmdlist): ... this. Updated all users.
4258 (record_beneath_to_resume_ops): Renamed to ...
4259 (record_full_beneath_to_resume_ops): ... this. Updated all users.
4260 (record_beneath_to_resume): Renamed to ...
4261 (record_full_beneath_to_resume): ... this. Updated all users.
4262 (record_beneath_to_wait_ops): Renamed to ...
4263 (record_full_beneath_to_wait_ops): ... this. Updated all users.
4264 (record_beneath_to_wait): Renamed to ...
4265 (record_full_beneath_to_wait): ... this. Updated all users.
4266 (record_beneath_to_store_registers_ops): Renamed to ...
4267 (record_full_beneath_to_store_registers_ops): ... this.
4268 Updated all users.
4269 (record_beneath_to_store_registers): Renamed to ...
4270 (record_full_beneath_to_store_registers): ... this.
4271 Updated all users.
4272 (record_beneath_to_xfer_partial_ops): Renamed to ...
4273 (record_full_beneath_to_xfer_partial_ops): ... this.
4274 Updated all users.
4275 (record_beneath_to_xfer_partial): Renamed to ...
4276 (record_full_beneath_to_xfer_partial): ... this.
4277 Updated all users.
4278 (record_beneath_to_insert_breakpoint): Renamed to ...
4279 (record_full_beneath_to_insert_breakpoint): ... this.
4280 Updated all users.
4281 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
4282 (record_full_beneath_to_stopped_by_watchpoint): ... this.
4283 Updated all users.
4284 (record_beneath_to_stopped_data_address): Renamed to ...
4285 (record_full_beneath_to_stopped_data_address): ... this.
4286 Updated all users.
4287 (record_beneath_to_async): Renamed to ...
4288 (record_full_beneath_to_async): ... this. Updated all users.
4289 (record_goto_insn): Renamed to ...
4290 (record_full_goto_insn): ... this. Updated all users.
4291 (record_save): Renamed to ...
4292 (record_full_save): ... this. Updated all users.
4293 (record_reg_alloc): Renamed to ...
4294 (record_full_reg_alloc): ... this. Updated all users.
4295 (record_reg_release): Renamed to ...
4296 (record_full_reg_release): ... this. Updated all users.
4297 (record_mem_alloc): Renamed to ...
4298 (record_full_mem_alloc): ... this. Updated all users.
4299 (record_mem_release): Renamed to ...
4300 (record_full_mem_release): ... this. Updated all users.
4301 (record_end_alloc): Renamed to ...
4302 (record_full_end_alloc): ... this. Updated all users.
4303 (record_end_release): Renamed to ...
4304 (record_full_end_release): ... this. Updated all users.
4305 (record_entry_release): Renamed to ...
4306 (record_full_entry_release): ... this. Updated all users.
4307 (record_list_release): Renamed to ...
4308 (record_full_list_release): ... this. Updated all users.
4309 (record_list_release_following): Renamed to ...
4310 (record_full_list_release_following): ... this.
4311 Updated all users.
4312 (record_list_release_first): Renamed to ...
4313 (record_full_list_release_first): ... this. Updated all users.
4314 (record_arch_list_add): Renamed to ...
4315 (record_full_arch_list_add): ... this. Updated all users.
4316 (record_get_loc): Renamed to ...
4317 (record_full_get_loc): ... this. Updated all users.
4318 (record_check_insn_num): Renamed to ...
4319 (record_full_check_insn_num): ... this. Updated all users.
4320 (record_arch_list_cleanups): Renamed to ...
4321 (record_full_arch_list_cleanups): ... this. Updated all users.
4322 (record_message): Renamed to ...
4323 (record_full_message): ... this. Updated all users.
4324 (record_message_wrapper): Renamed to ...
4325 (record_full_message_wrapper): ... this. Updated all users.
4326 (record_message_wrapper_safe): Renamed to ...
4327 (record_full_message_wrapper_safe): ... this. Updated all users.
4328 (record_gdb_operation_disable): Renamed to ...
4329 (record_full_gdb_operation_disable): ... this. Updated all users.
4330 (record_hw_watchpoint): Renamed to ...
4331 (record_full_hw_watchpoint): ... this. Updated all users.
4332 (record_exec_insn): Renamed to ...
4333 (record_full_exec_insn): ... this. Updated all users.
4334 (record_restore): Renamed to ...
4335 (record_full_restore): ... this. Updated all users.
4336 (record_async_inferior_event_token): Renamed to ...
4337 (record_full_async_inferior_event_token): ... this.
4338 Updated all users.
4339 (record_async_inferior_event_handler): Renamed to ...
4340 (record_full_async_inferior_event_handler): ... this.
4341 Updated all users.
4342 (record_core_open_1): Renamed to ...
4343 (record_full_core_open_1): ... this. Updated all users.
4344 (record_open_1): Renamed to ...
4345 (record_full_open_1): ... this. Updated all users.
4346 (record_open): Renamed to ...
4347 (record_full_open): ... this. Updated all users.
4348 (record_close): Renamed to ...
4349 (record_full_close): ... this. Updated all users.
4350 (record_resume_step): Renamed to ...
4351 (record_full_resume_step): ... this. Updated all users.
4352 (record_resumed): Renamed to ...
4353 (record_full_resumed): ... this. Updated all users.
4354 (record_execution_dir): Renamed to ...
4355 (record_full_execution_dir): ... this. Updated all users.
4356 (record_resume): Renamed to ...
4357 (record_full_resume): ... this. Updated all users.
4358 (record_get_sig): Renamed to ...
4359 (record_full_get_sig): ... this. Updated all users.
4360 (record_sig_handler): Renamed to ...
4361 (record_full_sig_handler): ... this. Updated all users.
4362 (record_wait_cleanups): Renamed to ...
4363 (record_full_wait_cleanups): ... this. Updated all users.
4364 (record_wait_1): Renamed to ...
4365 (record_full_wait_1): ... this. Updated all users.
4366 (record_wait): Renamed to ...
4367 (record_full_wait): ... this. Updated all users.
4368 (record_stopped_by_watchpoint): Renamed to ...
4369 (record_full_stopped_by_watchpoint): ... this. Updated all users.
4370 (record_disconnect): Renamed to ...
4371 (record_full_disconnect): ... this. Updated all users.
4372 (record_detach): Renamed to ...
4373 (record_full_detach): ... this. Updated all users.
4374 (record_mourn_inferior): Renamed to ...
4375 (record_full_mourn_inferior): ... this. Updated all users.
4376 (record_kill): Renamed to ...
4377 (record_full_kill): ... this. Updated all users.
4378 (record_stopped_data_address): Renamed to ...
4379 (record_full_stopped_data_address): ... this. Updated all users.
4380 (record_registers_change): Renamed to ...
4381 (record_full_registers_change): ... this. Updated all users.
4382 (record_store_registers): Renamed to ...
4383 (record_full_store_registers): ... this. Updated all users.
4384 (record_xfer_partial): Renamed to ...
4385 (record_full_xfer_partial): ... this. Updated all users.
4386 (record_breakpoint): Renamed to ...
4387 (record_full_breakpoint): ... this. Updated all users.
4388 (record_breakpoint_p): Renamed to ...
4389 (record_full_breakpoint_p): ... this. Updated all users.
4390 (record_breakpoints): Renamed to ...
4391 (record_full_breakpoints): ... this. Updated all users.
4392 (record_sync_record_breakpoints): Renamed to ...
4393 (record_full_sync_record_breakpoints): ... this.
4394 Updated all users.
4395 (record_init_record_breakpoints): Renamed to ...
4396 (record_full_init_record_breakpoints): ... this.
4397 Updated all users.
4398 (record_insert_breakpoint): Renamed to ...
4399 (record_full_insert_breakpoint): ... this. Updated all users.
4400 (record_remove_breakpoint): Renamed to ...
4401 (record_full_remove_breakpoint): ... this. Updated all users.
4402 (record_can_execute_reverse): Renamed to ...
4403 (record_full_can_execute_reverse): ... this. Updated all users.
4404 (record_get_bookmark): Renamed to ...
4405 (record_full_get_bookmark): ... this. Updated all users.
4406 (record_goto_bookmark): Renamed to ...
4407 (record_full_goto_bookmark): ... this. Updated all users.
4408 (record_async): Renamed to ...
4409 (record_full_async): ... this. Updated all users.
4410 (record_can_async_p): Renamed to ...
4411 (record_full_can_async_p): ... this. Updated all users.
4412 (record_is_async_p): Renamed to ...
4413 (record_full_is_async_p): ... this. Updated all users.
4414 (record_execution_direction): Renamed to ...
4415 (record_full_execution_direction): ... this. Updated all users.
4416 (record_info): Renamed to ...
4417 (record_full_info): ... this. Updated all users.
4418 (record_delete): Renamed to ...
4419 (record_full_delete): ... this. Updated all users.
4420 (record_is_replaying): Renamed to ...
4421 (record_full_is_replaying): ... this. Updated all users.
4422 (record_goto_entry): Renamed to ...
4423 (record_full_goto_entry): ... this. Updated all users.
4424 (record_goto_begin): Renamed to ...
4425 (record_full_goto_begin): ... this. Updated all users.
4426 (record_goto_end): Renamed to ...
4427 (record_full_goto_end): ... this. Updated all users.
4428 (record_goto): Renamed to ...
4429 (record_full_goto): ... this. Updated all users.
4430 (init_record_ops): Renamed to ...
4431 (init_record_full_ops): ... this. Updated all users.
4432 (record_core_resume): Renamed to ...
4433 (record_full_core_resume): ... this. Updated all users.
4434 (record_core_kill): Renamed to ...
4435 (record_full_core_kill): ... this. Updated all users.
4436 (record_core_fetch_registers): Renamed to ...
4437 (record_full_core_fetch_registers): ... this. Updated all users.
4438 (record_core_prepare_to_store): Renamed to ...
4439 (record_full_core_prepare_to_store): ... this. Updated all users.
4440 (record_core_store_registers): Renamed to ...
4441 (record_full_core_store_registers): ... this. Updated all users.
4442 (record_core_xfer_partial): Renamed to ...
4443 (record_full_core_xfer_partial): ... this. Updated all users.
4444 (record_core_insert_breakpoint): Renamed to ...
4445 (record_full_core_insert_breakpoint): ... this. Updated all users.
4446 (record_core_remove_breakpoint): Renamed to ...
4447 (record_full_core_remove_breakpoint): ... this. Updated all users.
4448 (record_core_has_execution): Renamed to ...
4449 (record_full_core_has_execution): ... this. Updated all users.
4450 (init_record_core_ops): Renamed to ...
4451 (init_record_full_core_ops): ... this. Updated all users.
4452 (cmd_record_restore): Renamed to ...
4453 (cmd_record_full_restore): ... this. Updated all users.
4454 (record_save_cleanups): Renamed to ...
4455 (record_full_save_cleanups): ... this. Updated all users.
4456 (cmd_record_start): Renamed to ...
4457 (cmd_record_full_start): ... this. Updated all users.
4458 (set_record_insn_max_num): Renamed to ...
4459 (set_record_full_insn_max_num): ... this. Updated all users.
4460 (set_record_command): Renamed to ...
4461 (set_record_full_command): ... this. Updated all users.
4462 (show_record_command): Renamed to ...
4463 (show_record_full_command): ... this. Updated all users.
4464 (_initialize_record): Renamed to ...
4465 (_initialize_record_full): ... this. Updated all users.
4466
4467 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4468
4469 * record.h: Split into this and ...
4470 * record-full.h: ... this.
4471 * record.c: Split into this and ...
4472 * record-full.c: ... this.
4473 * target.h (target_ops): Add new fields to_info_record,
4474 to_save_record, to_delete_record, to_record_is_replaying,
4475 to_goto_record_begin, to_goto_record_end, to_goto_record.
4476 (target_info_record): New.
4477 (target_save_record): New.
4478 (target_supports_delete_record): New.
4479 (target_delete_record): New.
4480 (target_record_is_replaying): New.
4481 (target_goto_record_begin): New.
4482 (target_goto_record_end): New.
4483 (target_goto_record): New.
4484 * target.c (target_info_record): New.
4485 (target_save_record): New.
4486 (target_supports_delete_record): New.
4487 (target_delete_record): New.
4488 (target_record_is_replaying): New.
4489 (target_goto_record_begin): New.
4490 (target_goto_record_end): New.
4491 (target_goto_record): New.
4492 * record.h: Declare struct cmd_list_element.
4493 (record_cmdlist): New declaration.
4494 (set_record_cmdlist): New declaration.
4495 (show_record_cmdlist): New declaration.
4496 (info_record_cmdlist): New declaration.
4497 (cmd_record_goto): New declaration.
4498 * record.c: Remove unnecessary includes.
4499 Include inferior.h.
4500 (cmd_record_goto): Remove declaration.
4501 (record_cmdlist): Now extern. Initialize.
4502 (set_record_cmdlist): Now extern. Initialize.
4503 (show_record_cmdlist): Now extern. Initialize.
4504 (info_record_cmdlist): Now extern. Initialize.
4505 (find_record_target): New.
4506 (require_record_target): New.
4507 (cmd_record_start): Update.
4508 (cmd_record_delete): Remove target-specific code.
4509 Call target_delete_record.
4510 (cmd_record_stop): Unpush any record target.
4511 (set_record_insn_max_num): Move to record-full.c
4512 (set_record_command): Add comment.
4513 (show_record_command): Add comment.
4514 (info_record_command): Update comment.
4515 Remove target-specific code.
4516 Call the record target's to_info_record.
4517 (cmd_record_start): New.
4518 (cmd_record_goto): Now extern.
4519 Remove target-specific code.
4520 Call target_goto_begin, target_goto_end, or target_goto.
4521 (_initialize_record): Move record target ops initialization to
4522 record-full.c.
4523 Change "record" command help text.
4524 Move "record restore", "record set", and "record show" commands to
4525 record-full.c.
4526 * Makefile.in (SFILES): Add record-full.c.
4527 (HFILES_NO_SRCDIR): Add record-full.h.
4528 (COMMON_OBS): Add record-full.o.
4529 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
4530 * arm-tdep.c: Include record-full.h.
4531 * i386-linux-tdep.c: Include record-full.h instead of record.h.
4532 * i386-tdep.c: Include record-full.h.
4533 * infrun.c: Include record-full.h.
4534 * linux-record.c: Include record-full.h.
4535 * moxie-tdep.c: Include record-full.h.
4536 * record-full.c: Include record-full.h.
4537 Change module comment.
4538 (set_record_full_cmdlist): New.
4539 (show_record_full_cmdlist): New.
4540 (record_full_cmdlist): New.
4541 (record_goto_insn): New declaration.
4542 (record_save): New declaration.
4543 (record_check_insn_num): Change query string.
4544 (record_info): New.
4545 (record_delete): New.
4546 (record_is_replaying): New.
4547 (record_goto_entry): New.
4548 (record_goto_begin): New.
4549 (record_goto_end): New.
4550 (record_goto): New.
4551 (init_record_ops): Update.
4552 (init_record_core_ops): Update.
4553 (cmd_record_save): Rename to record_save. Remove target and arg checks.
4554 (cmd_record_start): New.
4555 (set_record_insn_max_num): Moved from record.c
4556 (set_record_full_command): New.
4557 (show_record_full_command): New.
4558 (_initialize_record_full): New.
4559
4560 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4561
4562 * target.h (add_deprecated_target_alias): New.
4563 * target.c (add_deprecated_target_alias): New.
4564
4565 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4566
4567 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
4568 and signal.h.
4569 (linux_supports_btrace): Add kernel and
4570 cpuid check.
4571 (kernel_supports_btrace): New function.
4572 (cpu_supports_btrace): New function.
4573 (intel_supports_btrace): New function.
4574
4575 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4576
4577 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
4578 * remote.c: Include btrace.h.
4579 (struct btrace_target_info): New struct.
4580 (remote_supports_btrace): New function.
4581 (send_Qbtrace): New function.
4582 (remote_enable_btrace): New function.
4583 (remote_disable_btrace): New function.
4584 (remote_teardown_btrace): New function.
4585 (remote_read_btrace): New function.
4586 (init_remote_ops): Add btrace ops.
4587 (enum <unnamed>): Add btrace packets.
4588 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
4589 (_initialize_remote): Add packet configuration for branch tracing.
4590
4591 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4592
4593 * features/btrace.dtd: New file.
4594 * Makefile.in (XMLFILES): Add btrace.dtd.
4595 * btrace.h (parse_xml_btrace): New declaration.
4596 * btrace.c: Include xml-support.h.
4597 (parse_xml_btrace): New function.
4598 (parse_xml_btrace_block): New function.
4599 (block_attributes): New struct.
4600 (btrace_attributes): New struct.
4601 (btrace_children): New struct.
4602 (btrace_elements): New struct.
4603
4604 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4605
4606 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
4607 (amd64_linux_enable_btrace): New.
4608 (amd64_linux_disable_btrace): New.
4609 (amd64_linux_teardown_btrace): New.
4610 (_initialize_amd64_linux_nat): Initialize btrace ops.
4611 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
4612 (i386_linux_enable_btrace): New.
4613 (i386_linux_disable_btrace): New.
4614 (i386_linux_teardown_btrace): New.
4615 (_initialize_i386_linux_nat): Initialize btrace ops.
4616 * config/i386/linux.mh: Add linux-btrace.o.
4617 * config/i386/linux64.mh: Add linux-btrace.o.
4618
4619 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4620
4621 * common/linux_btrace.h: New file.
4622 * common/linux_btrace.c: New file.
4623 * Makefile.in (SFILES): Add btrace.c.
4624 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
4625 (COMMON_OBS): Add btrace.o.
4626 (linux-btrace.o): New rule.
4627
4628 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4629
4630 * target.h: Include btrace.h.
4631 (struct target_ops) <to_supports_btrace, to_enable_btrace,
4632 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
4633 * target.c (target_supports_btrace): New function.
4634 (target_enable_btrace): New function.
4635 (target_disable_btrace): New function.
4636 (target_teardown_btrace): New function.
4637 (target_read_btrace): New function.
4638 * btrace.h: New file.
4639 * btrace.c: New file.
4640 * Makefile.in: Add btrace.c.
4641 * gdbthread.h: Include btrace.h.
4642 (struct thread_info): Add btrace field.
4643 * thread.c: Include btrace.h.
4644 (clear_thread_inferior_resources): Call target_teardown_btrace.
4645 * common/btrace-common.h: New file.
4646
4647 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
4650 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
4651 kill_status to outer block.
4652
4653 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 Fix entry-values if the callee called a noreturn function.
4656 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
4657 get_frame_address_in_block. Add new comment.
4658
4659 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4660
4661 Fix entry-values in C++ across CUs.
4662 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
4663 lookup_minimal_symbol. Add a comment.
4664 * dwarf2read.c
4665 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
4666 DW_AT_linkage_name.
4667
4668 2013-03-08 Yao Qi <yao@codesourcery.com>
4669
4670 * tracepoint.c (_initialize_tracepoint): Indent the code.
4671
4672 2013-03-08 Pedro Alves <palves@redhat.com>
4673
4674 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
4675 (parse_find_args, find_command): Change type of pattern buffer
4676 locals to 'gdb_byte *'.
4677
4678 2013-03-08 Stan Shebs <stan@codesourcery.com>
4679 Hafiz Abid Qadeer <abidh@codesourcery.com>
4680
4681 * NEWS: Mention set and show trace-buffer-size commands.
4682 Mention new packet.
4683 * target.h (struct target_ops): New method
4684 to_set_trace_buffer_size.
4685 (target_set_trace_buffer_size): New macro.
4686 * target.c (update_current_target): Set up new method.
4687 * tracepoint.c (trace_buffer_size): New global.
4688 (start_tracing): Send it to the target.
4689 (set_trace_buffer_size): New function.
4690 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
4691 * remote.c (remote_set_trace_buffer_size): New function.
4692 (_initialize_remote): Use it.
4693 (QTBuffer:size) New remote command.
4694 (PACKET_QTBuffer_size): New enum.
4695 (remote_protocol_features): Add an entry for
4696 PACKET_QTBuffer_size.
4697
4698 2013-03-08 Tom Tromey <tromey@redhat.com>
4699
4700 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
4701 variable.
4702
4703 2013-03-07 Pedro Alves <palves@redhat.com>
4704
4705 * target.c (target_read_stralloc, target_fileio_read_alloc):
4706 *Cast pointer to 'gdb_byte *' in target call.
4707
4708 2013-03-07 Pedro Alves <palves@redhat.com>
4709
4710 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
4711 call.
4712
4713 2013-03-07 Keith Seitz <keiths@redhat.com>
4714
4715 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
4716 (trace_pass_command): Likewise.
4717 * cli/cli-cmds.c: Include cli/cli-utils.h.
4718 (source_command): Use skip-spaces.
4719 (disassemble_command): Likewise.
4720 * findcmd.c: Include cli/cli-utils.h.
4721 (parse_find_args): Use skip_spaces.
4722 * go32-nat.c: Include cli/cli-utils.h.
4723 (go32_sldt): Use skip_spaces.
4724 (go32_sgdt): Likewise.
4725 (go32_sidt): Likewise.
4726 (go32_pde): Likewise.
4727 (go32_pte): Likewise.
4728 (go32_pte_for_address): Likewise.
4729 * infcmd.c: Include cli/cli-utils.h.
4730 (registers_info): Use skip_spaces.
4731 * linux-tdep.c (read_mapping): Use skip_spaces_const.
4732 (linux_info_proc): Likewise.
4733 * linux-thread-db.c: Include cli/cli-utils.h.
4734 (info_auto_load_libthread_db): Use skip_spaces_const.
4735 * m32r-rom.c: Include cli/cli-utils.h.
4736 (m32r_upload_command): Use skip_spaces.
4737 * maint.c: Include cli/cli-utils.h.
4738 (maintenance_translate_address): Use skip_spaces.
4739 * mi/mi-parse.c: Include cli/cli-utils.h.
4740 (mi_parse_argv): Use skip_spaces.
4741 (mi_parse): Likewise.
4742 * minsyms.c: Include cli/cli-utils.h.
4743 (msymbol_hash_iw): Use skip_spaces_const.
4744 * objc-lang.c: Include cli/cli-utils.h.
4745 (parse_selector): Use skip_spaces.
4746 (parse_method): Likewise.
4747 * python/python.c: Include cli/cli-utils.h.
4748 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
4749 (python_command)[HAVE_PYTHON]: Likewise.
4750 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
4751 * remote-m32r-sdi.c: Include cli/cli-utils.h.
4752 (m32r_load): Use skip_spaces.
4753 * serial.c: Include cli/cli-utils.h.
4754 (serial_open): Use skip_spaces_const.
4755 * stack.c: Include cli/cli-utils.h.
4756 (parse_frame_specification_1): Use skip_spaces_const.
4757 * symfile.c: Include cli/cli-utils.h.
4758 (set_ext_lang_command): Use skip_spaces.
4759 * symtab.c: Include cli/cli-utils.h.
4760 (rbreak_command): Use skip_spaces.
4761 * thread.c (thread_name_command): Use skip_spaces.
4762 * tracepoint.c (validate_actionline): Use skip_spaces.
4763 (encode_actions_1): Likewise.
4764 (trace_find_range_command): Likewise.
4765 (trace_find_outside_command): Likewise.
4766 (trace_dump_actions): Likewise.
4767
4768 2013-03-07 Pedro Alves <palves@redhat.com>
4769
4770 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
4771 * expprint.c (print_subexp_standard): Likewise.
4772 * utils.c (host_char_to_target): Likewise.
4773 * valprint.c (generic_emit_char, generic_printstr): Likewise.
4774 * varobj.c (value_get_print_value): Change type of local to char*.
4775 Cast it gdb_byte * in call to language printer.
4776
4777 2013-03-07 Pedro Alves <palves@redhat.com>
4778
4779 * charset.c (struct wchar_iterator) <input>: Change type to 'const
4780 gdb_byte *'.
4781 (make_wchar_iterator): Remove cast to char*.
4782 (wchar_iterate): Change type of local.
4783
4784 2013-03-07 Pedro Alves <palves@redhat.com>
4785
4786 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
4787 for 'regcache->register_status'.
4788
4789 2013-03-07 Pedro Alves <palves@redhat.com>
4790
4791 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
4792 int.
4793
4794 2013-03-07 Pedro Alves <palves@redhat.com>
4795
4796 * stap-probe.c (handle_stap_probe): Add cast to char*.
4797
4798 2013-03-07 Pedro Alves <palves@redhat.com>
4799
4800 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
4801 RECORD_MSGRCV>: Pass a signed variable to
4802 regcache_raw_read_signed, instead of an unsigned one.
4803
4804 2013-03-07 Pedro Alves <palves@redhat.com>
4805
4806 * remote-notif.c (notif_debug): Change type to int.
4807 * remote-notif.h (notif_debug): Likewise.
4808
4809 2013-03-07 Pedro Alves <palves@redhat.com>
4810
4811 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
4812
4813 2013-03-07 Pedro Alves <palves@redhat.com>
4814
4815 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
4816 * remote.h (hex2bin, bin2hex): ... here.
4817 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
4818
4819 2013-03-07 Eli Zaretskii <eliz@gnu.org>
4820
4821 * utils.c (initialize_utils): Improve doc strings of "set/show
4822 width", "set/show height", and "set/show pagination".
4823
4824 2013-03-06 Keith Seitz <keiths@redhat.com>
4825
4826 * ax-gdb.c (gen_printf): Make FORMAT const.
4827 * ax-gdb.h (gen_printf): Likewise.
4828 * ax-general.c (ax_string): Make STR const.
4829 * ax.h (ax_string): Likewise.
4830
4831 2013-03-06 Doug Evans <dje@google.com>
4832
4833 * elfread.c (elf_symfile_read): Move debugging printf to more
4834 logical location.
4835
4836 2013-03-06 Pedro Alves <palves@redhat.com>
4837
4838 * python/py-utils.c (target_string_to_unicode): Delete function.
4839 * python/python-internal.h (target_string_to_unicode): Delete
4840 declaration.
4841
4842 2013-03-06 Pierre Muller <muller@sourceware.org>
4843
4844 * linespec.c (get_current_search_block): ARI fix, use (void)
4845 for empty parameter list.
4846
4847 2013-03-05 Doug Evans <dje@google.com>
4848
4849 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
4850 of old ada_lookup_symbol_list. In !full_search case, don't
4851 search superblocks.
4852 (ada_lookup_symbol_list): Delete arg full_search, all callers
4853 updated. Call ada_lookup_symbol_list_worker.
4854 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
4855 * ada-lang.h (ada_lookup_symbol_list): Update.
4856 * language.h (language_defn): Update comment for
4857 la_iterate_over_symbols.
4858 * linespec.c (iterate_over_file_blocks): New function.
4859 (iterate_over_all_matching_symtabs): Call it.
4860 (lookup_prefix_sym): Ditto.
4861 (get_current_search_block): New function.
4862 (get_search_block): Delete.
4863 (find_label_symbols): Call get_current_search_block.
4864 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
4865 * symtab.c (iterate_over_symbols): Don't search superblocks.
4866
4867 2013-03-05 Yao Qi <yao@codesourcery.com>
4868
4869 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
4870 parameter VAR's type from "unsigned int" to "int".
4871 * command.h (var_zuinteger_unlimited): Update its comments.
4872 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
4873
4874 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
4875
4876 * NEWS: Mention new target x86_64-*-cygwin*.
4877
4878 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
4879
4880 * configure.host: Add x86_64-*-cygwin* as host.
4881 * configure.tgt: Add x86_64-*-cygwin* as target.
4882 * config/i386/cygwin64.mh: New file.
4883
4884 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4885
4886 * linespec.c (decode_line_2): Fix duplicate request off by two message.
4887
4888 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4889
4890 * linespec.c (struct linespec_canonical_name): New.
4891 (struct linespec_state): Change canonical_names type to it.
4892 (add_sal_to_sals): Change variable canonical_name to canonical. Change
4893 xrealloc element size. Initialize the different CANONICAL fields.
4894 (canonical_to_fullform): New.
4895 (filter_results): Use it. Add variables canonical, fullform and
4896 cleanup.
4897 (struct decode_line_2_item, decode_line_2_compare_items): New.
4898 (decode_line_2): Remove variables iter and item_names, add variables
4899 items and items_count. Modify the code for these new variables.
4900
4901 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
4902
4903 * coff-pe-read.c (read_pe_exported_syms): Don't return without
4904 calling do_cleanup.
4905
4906 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
4907
4908 * tracepoint.c (build_traceframe_info): Add code for byte order.
4909
4910 2013-03-02 Kevin Buettner <kevinb@redhat.com>
4911
4912 * v850-tdep.c: (v850e2_register_name): Revise system register
4913 names to match current V850E2M architecture specifications.
4914 Update register number enum comments too.
4915
4916 2013-03-01 Jiong Wang <jiwang@tilera.com>
4917 Pedro Alves <palves@redhat.com>
4918
4919 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
4920 to END_ADDR.
4921 (tilegx_skip_prologue): Limit prologue analysis to section end.
4922
4923 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4924
4925 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
4926 use it.
4927
4928 2013-03-01 Pedro Alves <palves@redhat.com>
4929
4930 Use gdb_byte for bytes from the program being debugged.
4931
4932 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
4933 Change type of local 'buf' to gdb_byte.
4934 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
4935 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
4936 * cris-tdep.c (cris_sigcontext_addr)
4937 (cris_sigtramp_frame_unwind_cache): Likewise.
4938 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
4939 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
4940 Likewise.
4941 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
4942 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
4943 (hppa32_hpux_search_dummy_call_sequence)
4944 (hppa_hpux_supply_save_state): Likewise.
4945 * hppa-linux-tdep.c (insns_match_pattern)
4946 (hppa_linux_find_global_pointer): Likewise.
4947 * hppa-tdep.c (hppa_in_function_epilogue_p)
4948 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
4949 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
4950 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
4951 (i386fbsd_collect_uthread): Likewise.
4952 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
4953 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
4954 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
4955 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
4956 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
4957 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
4958 (ia64_libunwind_frame_prev_register)
4959 (ia64_libunwind_sigtramp_frame_this_id)
4960 (ia64_find_global_pointer_from_dynamic_section)
4961 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
4962 (ia64_unwind_pc): Likewise.
4963 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
4964 * m68hc11-tdep.c (m68hc11_push_dummy_call)
4965 (m68hc11_extract_return_value): Likewise.
4966 * m68klinux-nat.c (fetch_register, store_register): Likewise.
4967 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
4968 (mep_get_insn, mep_push_dummy_call): Likewise.
4969 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
4970 (mips_linux_in_dynsym_stub): Likewise.
4971 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
4972 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
4973 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
4974 to gdb_byte.
4975 * remote-mips.c (mips_set_register): Likewise.
4976 * remote-sim.c (gdbsim_fetch_register): Likewise.
4977 * score-tdep.c (score7_fetch_inst): Change type of parameter
4978 'memblock' and local 'buf' to gdb_byte.
4979 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
4980 Change type of local 'buf' to gdb_byte. Adjust.
4981 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
4982 to gdb_byte**.
4983 (score7_analyze_prologue): Change type of 'memblock' and
4984 'memblock_ptr' locals to gdb_byte*.
4985 * sh64-tdep.c (sh64_extract_return_value)
4986 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
4987 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
4988 * solib-pa64.c (pa64_solib_create_inferior_hook)
4989 (pa64_open_symbol_file_object): Remove local 'buf'.
4990 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
4991 (som_open_symbol_file_object): Likewise.
4992 * solib-spu.c (spu_current_sos): Likewise.
4993 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
4994 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
4995 (spu_store_registers): Likewise.
4996 * target.c (debug_print_register): Likewise.
4997 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
4998 * xstormy16-tdep.c (xstormy16_store_return_value)
4999 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
5000 (xstormy16_find_jmp_table_entry): Likewise.
5001
5002 2013-03-01 Jiong Wang <jiwang@tilera.com>
5003
5004 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
5005 (tilegx_gdbarch_init): Install it.
5006
5007 2013-02-28 Tom Tromey <tromey@redhat.com>
5008
5009 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
5010 PyLong_Check.
5011
5012 2013-02-28 Doug Evans <dje@google.com>
5013
5014 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
5015 * python/python.c (gdbpy_find_pc_line): Ditto.
5016
5017 2013-02-28 Tom Tromey <tromey@redhat.com>
5018
5019 * contrib/excheck.py: New file.
5020 * contrib/exsummary.py: New file.
5021 * contrib/gcc-with-excheck: New file.
5022
5023 2013-02-28 Tom Tromey <tromey@redhat.com>
5024
5025 * python/python.c (gdbpy_print_stack): Call begin_line and
5026 fprintf_filtered inside TRY_CATCH.
5027
5028 2013-02-28 Tom Tromey <tromey@redhat.com>
5029
5030 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
5031 inside TRY_CATCH.
5032
5033 2013-02-28 Tom Tromey <tromey@redhat.com>
5034
5035 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
5036 frame_object_to_frame_info inside TRY_CATCH.
5037
5038 2013-02-28 Tom Tromey <tromey@redhat.com>
5039
5040 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
5041 TRY_CATCH.
5042
5043 2013-02-28 Tom Tromey <tromey@redhat.com>
5044
5045 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
5046
5047 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
5048
5049 * windows-nat.c: Throughout, fix format strings and casts of
5050 printf-like functions to avoid type related warnings on all
5051 platforms.
5052 (handle_output_debug_string): Fetch context information address
5053 from debug string using string_to_core_addr.
5054
5055 2013-02-27 Jiong Wang <jiwang@tilera.com>
5056
5057 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
5058 * regformats/reg-tilegx32.dat: New.
5059
5060 2013-02-27 Jiong Wang <jiwang@tilera.com>
5061
5062 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
5063
5064 2013-02-27 Jiong Wang <jiwang@tilera.com>
5065
5066 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
5067
5068 2013-02-27 Yao Qi <yao@codesourcery.com>
5069 Pedro Alves <palves@redhat.com>
5070
5071 * tracepoint.c (tfile_trace_find): For tfind
5072 pc/tp/range/outside, look for the next trace frame instead of
5073 always starting from frame 0.
5074
5075 2013-02-26 Anthony Green <green@moxielogic.com>
5076
5077 * configure.tgt: Add support for moxie-*-rtems* target.
5078
5079 2013-02-25 Pedro Alves <palves@redhat.com>
5080
5081 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
5082 warning text.
5083
5084 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5085
5086 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
5087 if $fp is used as the virtual frame pointer.
5088
5089 2013-02-23 Alan Modra <amodra@gmail.com>
5090
5091 * elfread.c (elf_symtab_read): Do not use udata.p here to find
5092 symbol size.
5093 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
5094 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
5095 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
5096 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
5097
5098 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5099
5100 Code cleanup.
5101 * elfread.c (build_id_bfd_get): Make the return type const.
5102 (build_id_verify): Make the check parameter const.
5103 (build_id_to_debug_filename): Make the build_id parameter and variable
5104 data const.
5105 (find_separate_debug_file_by_buildid): Make the variable build_id const.
5106
5107 2013-02-21 Alan Modra <amodra@gmail.com>
5108
5109 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
5110
5111 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
5112
5113 Add a new method 'disassemble' to gdb.Architecture class.
5114 * python/py-arch.c (archpy_disassmble): Implementation of the
5115 new method gdb.Architecture.disassemble.
5116 (arch_object_methods): Add entry for the new method.
5117
5118 2013-02-20 Jiong Wang <jiwang@tilera.com>
5119
5120 * MAINTAINERS (Write After Approval): Add myself to the list.
5121
5122 2013-02-19 Pedro Alves <palves@redhat.com>
5123
5124 Garbage collect 'struct monitor_ops'::load_routine.
5125
5126 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
5127 * monitor.c (monitor_load): No longer call
5128 current_monitor->load_routine.
5129 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
5130 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
5131 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
5132
5133 2013-02-19 Pedro Alves <palves@redhat.com>
5134
5135 PR gdb/15161
5136
5137 Harmonize with generic_load.
5138
5139 * monitor.c: Include "readline/readline.h".
5140 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
5141 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
5142 long/strtol for the 'load_offset' local. Error out if no argument
5143 is given or if too many arguments are given. Tilde expand the
5144 passed in file name.
5145
5146 2013-02-19 Kai Tietz <ktietz@redhat.com>
5147
5148 PR gdb/15161
5149 * symfile.c (load_section_data): Change type of load_offset
5150 to CORE_ADDR.
5151 (generic_load): User strtoulst instead of strtoul for conversion
5152 of load_offset.
5153
5154 2013-02-19 Jiong Wang <jiwang@tilera.com>
5155
5156 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
5157 for return address, "lr" register, saved on stack.
5158 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
5159 after we invoke tilegx_analyze_prologue.
5160
5161 2013-02-19 Jiong Wang <jiwang@tilera.com>
5162
5163 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
5164
5165 2013-02-19 Jiong Wang <jiwang@tilera.com>
5166
5167 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
5168
5169 2013-02-19 Jiong Wang <jiwang@tilera.com>
5170
5171 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
5172 (tilegx_write_pc): New function.
5173 (tilegx_cannot_reference_register): Return zero if REGNO
5174 is TILEGX_FAULTNUM_REGNUM.
5175 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
5176 (tilegx_register_name): Add handling of "faultnum" register.
5177 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
5178 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
5179 handling of TILEGX_FAULTNUM_REGNUM.
5180 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
5181
5182 2013-02-19 Jiong Wang <jiwang@tilera.com>
5183
5184 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
5185 should be aligned to 64bit.
5186
5187 2013-02-19 Kai Tietz <ktietz@redhat.com>
5188
5189 * windows-nat.c (windows_xfer_memory): Fix debug-output
5190 for LLP64.
5191
5192 2013-02-19 Lei Liu <lei.liu2@windriver.com>
5193
5194 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
5195 Don't check DSP register number if HAVE_DSP is not set.
5196
5197 2013-02-19 Alan Modra <amodra@gmail.com>
5198
5199 * elfread.c (struct build_id): Delete. Use struct elf_build_id
5200 throughout file instead.
5201 (build_id_bfd_get): Update to use new elf_tdata build_id field.
5202 Don't xmalloc return value.
5203 (build_id_verify): Similarly. Don't xfree.
5204 (build_id_to_debug_filename): Update.
5205 (find_separate_debug_file_by_buildid): Update, don't xfree.
5206
5207 2013-02-18 Tom Tromey <tromey@redhat.com>
5208
5209 PR gdb/15102:
5210 * dwarf2read.c (read_subrange_type): Use result of
5211 'check_typedef'.
5212
5213 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
5214
5215 * frame.c: Remove one extra white space after #include
5216 directive.
5217
5218 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5219
5220 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
5221
5222 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5223
5224 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
5225 and dir commands into an if block.
5226
5227 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
5228
5229 * python/py-breakpoint (struct pybp_code): Use int instead of
5230 enum type_code.
5231
5232 2013-02-15 Pedro Alves <pedro@codesourcery.com>
5233 Hafiz Abid Qadeer <abidh@codesourcery.com>
5234
5235 * NEWS: Mention new field "trace-file".
5236 * tracepoint.c (trace_status_mi): Output "trace-file" field.
5237 (tfile_open): Record the trace file's filename in the trace
5238 status.
5239 (tfile_files_info): Mention the name of the trace file.
5240 Check the "filename" field explicitely.
5241 (trace_status_command): Explicitely check "filename" field.
5242 (trace_find_command): Ditto.
5243 (trace_find_pc_command): Ditto.
5244 (trace_find_tracepoint_command): Ditto.
5245 (trace_find_line_command): Ditto.
5246 (trace_find_range_command): Ditto.
5247 (trace_find_outside_command): Ditto.
5248 * tracepoint.h (struct trace_status) <from_file>: Rename it
5249 to "filename" and make it hold the trace file's filename
5250 instead of a boolean.
5251 * remote.c (remote_get_trace_status): Initialize "filename"
5252 field with NULL instead of 0.
5253
5254 2013-02-15 Yao Qi <yao@codesourcery.com>
5255
5256 * remote.c: Fix a typo.
5257
5258 2013-02-14 Pierre Muller <muller@sourceware.org>
5259
5260 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
5261
5262 2013-02-14 Pedro Alves <palves@redhat.com>
5263
5264 * utils.c (savestring): Don't #undef it. Move function to
5265 common/common-utils.c.
5266 * common/common-utils.c: Include gdb_string.h.
5267 (savestring): Move here from utils.c.
5268 * common/common-utils.h (savestring): Declare.
5269
5270 2013-02-14 Pedro Alves <palves@redhat.com>
5271
5272 * utils.c (savestring): Rename parameter 'size' to 'len'.
5273
5274 2013-02-14 Pedro Alves <palves@redhat.com>
5275 Yufeng Zhang <yufeng.zhang@arm.com>
5276
5277 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
5278 (aarch64_inferior_data, struct aarch64_inferior_data):
5279 Delete.
5280 (struct aarch64_process_info): New.
5281 (aarch64_process_list): New global.
5282 (aarch64_find_process_pid, aarch64_add_process)
5283 (aarch64_process_info_get): New functions.
5284 (aarch64_inferior_data_get): Delete.
5285 (aarch64_process_info_get): New function.
5286 (aarch64_forget_process): New function.
5287 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
5288 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
5289 aarch64_get_debug_reg_state.
5290 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
5291 instead of linux_nat_iterate_watchpoint_lwps.
5292 (aarch64_linux_new_fork): New function.
5293 (aarch64_linux_child_post_startup_inferior): Use
5294 aarch64_forget_process instead of aarch64_init_debug_reg_state.
5295 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
5296 (aarch64_linux_remove_hw_breakpoint)
5297 (aarch64_handle_aligned_watchpoint)
5298 (aarch64_handle_unaligned_watchpoint)
5299 (aarch64_linux_insert_watchpoint)
5300 (aarch64_linux_remove_watchpoint)
5301 (aarch64_linux_stopped_data_address): Adjust to pass the current
5302 process id to aarch64_debug_reg_state.
5303 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
5304 linux_nat_new_fork hook, and aarch64_forget_process as
5305 linux_nat_forget_process hook; remove the call to
5306 register_inferior_data_with_cleanup.
5307
5308 2013-02-14 Pedro Alves <palves@redhat.com>
5309
5310 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
5311 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
5312 lval_memory.
5313
5314 2013-02-14 Pedro Alves <pedro@codesourcery.com>
5315 Hafiz Abid Qadeer <abidh@codesourcery.com>
5316
5317 * tracepoint.h (validate_trace_state_variable_name): Declare.
5318 * tracepoint.c (validate_trace_state_variable_name): New.
5319 (trace_variable_command): Parse the trace state variable's name
5320 without using parse_expression. Do several validations.
5321 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
5322 trace state variable's name with parse_expression. Validate it.
5323
5324 2013-02-14 Yao Qi <yao@codesourcery.com>
5325
5326 * infcmd.c (breakpoint_proceeded): Remove it.
5327
5328 2013-02-14 Yao Qi <yao@codesourcery.com>
5329
5330 * tracepoint.c (end_actions_pseudocommand): Make it static.
5331 (while_stepping_pseudocommand): Likewise.
5332 * tracepoint.h (end_actions_pseudocommand): Remove the
5333 declaration.
5334 (while_stepping_pseudocommand): Likewise.
5335
5336 2013-02-14 Yao Qi <yao@codesourcery.com>
5337
5338 * cli/cli-decode.c (help_cmd): Remove the declaration of
5339 "cmdlist".
5340 (help_all): Likewise.
5341
5342 2013-02-13 Pedro Alves <palves@redhat.com>
5343
5344 * amd64-linux-nat.c (update_debug_registers_callback):
5345 Update comment.
5346 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
5347 iterate_over_lwps.
5348 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
5349 i386_debug_reg_state.
5350 (amd64_linux_new_fork): New function.
5351 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
5352 linux_nat_new_fork hook, and i386_forget_process as
5353 linux_nat_forget_process hook.
5354 * i386-linux-nat.c (update_debug_registers_callback):
5355 Update comment.
5356 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
5357 iterate_over_lwps.
5358 (i386_linux_prepare_to_resume): Pass the lwp's pid to
5359 i386_debug_reg_state.
5360 (i386_linux_new_fork): New function.
5361 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
5362 linux_nat_new_fork hook, and i386_forget_process as
5363 linux_nat_forget_process hook.
5364 * i386-nat.c (i386_init_dregs): Delete.
5365 (i386_inferior_data, struct i386_inferior_data):
5366 Delete.
5367 (struct i386_process_info): New.
5368 (i386_process_list): New global.
5369 (i386_find_process_pid, i386_add_process, i386_process_info_get):
5370 New functions.
5371 (i386_inferior_data_get): Delete.
5372 (i386_process_info_get): New function.
5373 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
5374 (i386_forget_process): New function.
5375 (i386_cleanup_dregs): Rewrite.
5376 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
5377 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
5378 (i386_stopped_data_address, i386_insert_hw_breakpoint)
5379 (i386_remove_hw_breakpoint): Adjust to pass the current process id
5380 to i386_debug_reg_state.
5381 (i386_use_watchpoints): Don't register inferior data.
5382 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
5383 adjust comment.
5384 (i386_forget_process): Declare.
5385 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
5386 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
5387 New static globals.
5388 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
5389 (add_initial_lwp): New, factored out from ...
5390 (add_lwp): ... this. Don't check the number of lwps before
5391 calling linux_nat_new_thread.
5392 (linux_nat_iterate_watchpoint_lwps): Delete.
5393 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
5394 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
5395 forks and vforks.
5396 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
5397 initial lwp.
5398 (linux_nat_kill, linux_nat_mourn_inferior): Call
5399 linux_nat_forget_process.
5400 (linux_nat_set_new_fork, linux_nat_set_forget_process)
5401 (linux_nat_forget_process): New functions.
5402 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
5403 type.
5404 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
5405 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
5406 types.
5407 (linux_nat_set_new_fork, linux_nat_set_forget_process)
5408 (linux_nat_forget_process): New declarations.
5409
5410 * amd64fbsd-nat.c (super_mourn_inferior): New global.
5411 (amd64fbsd_mourn_inferior): New function.
5412 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
5413 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
5414
5415 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
5416
5417 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5418 Adding _().
5419
5420 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
5421
5422 * aarch64-linux-nat.c (debug_reg_change_callback)
5423 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
5424 %s and phex().
5425
5426 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
5427
5428 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
5429 with LONGEST.
5430
5431 2013-02-13 Pedro Alves <palves@redhat.com>
5432 Hafiz Abid Qadeer <abidh@codesourcery.com>
5433
5434 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
5435
5436 2013-02-12 Tom Tromey <tromey@redhat.com>
5437
5438 PR symtab/11464:
5439 * c-exp.y (lex_one_token): Initialize other fields of yylval on
5440 NAME return.
5441 (classify_inner_name): Remove 'first_name' argument, add
5442 'context'. Remove unused variable.
5443 (yylex): Explicitly maintain the context type. Exit loop earlier
5444 if NAME result is seen.
5445
5446 2013-02-12 Pedro Alves <palves@redhat.com>
5447
5448 * amd64-darwin-tdep.c: Add (C) after Copyright.
5449 * cli/cli-cmds.h: Ditto.
5450 * cli/cli-decode.c: Ditto.
5451 * cli/cli-decode.h: Ditto.
5452 * cli/cli-dump.c: Ditto.
5453 * cli/cli-dump.h: Ditto.
5454 * cli/cli-interp.c: Ditto.
5455 * cli/cli-logging.c: Ditto.
5456 * cli/cli-script.c: Ditto.
5457 * cli/cli-script.h: Ditto.
5458 * cli/cli-setshow.c: Ditto.
5459 * cli/cli-setshow.h: Ditto.
5460 * cli/cli-utils.c: Ditto.
5461 * cli/cli-utils.h: Ditto.
5462 * config/alpha/nm-osf3.h: Ditto.
5463 * config/djgpp/djconfig.sh: Ditto.
5464 * config/i386/nm-fbsd.h: Ditto.
5465 * config/i386/nm-i386gnu.h: Ditto.
5466 * config/nm-linux.h: Ditto.
5467 * config/nm-nto.h: Ditto.
5468 * config/rs6000/nm-rs6000.h: Ditto.
5469 * config/sparc/nm-sol2.h: Ditto.
5470 * darwin-nat-info.c: Ditto.
5471 * dfp.c: Ditto.
5472 * dfp.h: Ditto.
5473 * gdb-demangle.h: Ditto.
5474 * i386-darwin-nat.c: Ditto.
5475 * i386-darwin-tdep.c: Ditto.
5476 * linux-fork.h: Ditto.
5477 * m32c-tdep.c: Ditto.
5478 * microblaze-linux-tdep.c: Ditto.
5479 * microblaze-rom.c: Ditto.
5480 * microblaze-tdep.c: Ditto.
5481 * microblaze-tdep.h: Ditto.
5482 * mips-linux-tdep.h: Ditto.
5483 * ppc-ravenscar-thread.c: Ditto.
5484 * ppc-ravenscar-thread.h: Ditto.
5485 * prologue-value.c: Ditto.
5486 * prologue-value.h: Ditto.
5487 * ravenscar-thread.c: Ditto.
5488 * ravenscar-thread.h: Ditto.
5489 * sparc-ravenscar-thread.c: Ditto.
5490 * sparc-ravenscar-thread.h: Ditto.
5491 * tilegx-linux-tdep.c: Ditto.
5492 * unwind_stop_reasons.def: Ditto.
5493 * windows-nat.h: Ditto.
5494 * xtensa-linux-tdep.c: Ditto.
5495 * xtensa-xtregs.c: Ditto.
5496 * regformats/regdat.sh: Ditto.
5497 * regformats/regdef.h: Ditto.
5498
5499 2013-02-12 Pedro Alves <palves@redhat.com>
5500
5501 * break-catch-sig.c: Update copyright years.
5502
5503 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
5504
5505 Add support for a destructor for ui_out data and use it to
5506 provide a ui_out destructor.
5507 * ui-out.h: Declare the new ui_out destructor.
5508 (ui_out_impl): Add a field for data destructor in ui_out_impl.
5509 * ui-out.c (default_data_destroy): Add a default data destructor
5510 which does nothing.
5511 (default_ui_out_impl): Set the new data_destroy field to
5512 default_data_destroy
5513 (uo_data_destroy): Local function which invokes the data
5514 destructor if present.
5515 (clear_table): Local function which clears the table data of a
5516 ui_out object.
5517 (ui_out_destroy): Public function which frees a ui_out object.
5518 (ui_out_table_end): Use the new clear_table function.
5519 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
5520 NULL.
5521 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
5522 to NULL.
5523
5524 2013-02-11 Doug Evans <dje@google.com>
5525
5526 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
5527 (printf_decfloat): New function. Broken out from ui_printf.
5528 Remove unnecessary code to shift the entire format string down.
5529 (printf_pointer): New function.
5530 (ui_printf): Code to print C strings, wide C strings, decfloats,
5531 and pointers moved to separate functions.
5532
5533 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5534
5535 * valops.c (value_assign): Handling bitfield offset in
5536 `lval_internalvar_component' case.
5537
5538 2013-02-08 Doug Evans <dje@google.com>
5539
5540 * common/format.c (parse_format_string): Fix whitespace.
5541
5542 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
5543
5544 * stack.c (return_command): Work around uninitialized variable
5545 warning.
5546
5547 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
5548
5549 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
5550 number of the registers from 36 to 34.
5551
5552 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
5553
5554 * NEWS: Mention new AArch64 native and target support.
5555
5556 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
5557
5558 * MAINTAINERS (Write After Approval): Add myself.
5559
5560 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
5561 Marcus Shawcroft <marcus.shawcroft@arm.com>
5562 Nigel Stephens <nigel.stephens@arm.com>
5563 Yufeng Zhang <yufeng.zhang@arm.com>
5564
5565 * aarch64-linux-nat.c: New file.
5566 * config/aarch64/linux.mh: New file.
5567 * configure.host: Add AArch64.
5568 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
5569
5570 2013-02-07 Doug Evans <dje@google.com>
5571
5572 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
5573 disassemble command.
5574
5575 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
5576
5577 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
5578 set_gdbarch_fetch_tls_load_module_address.
5579
5580 2013-02-06 David S. Miller <davem@davemloft.net>
5581
5582 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
5583 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5584 * value.c (struct_return_convention): New function.
5585 (using_struct_return): Implement in terms of struct_return_convention.
5586 * value.h (struct_return_convention): Declare.
5587 * stack.c (return_command): Allow successful overriding of the return
5588 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5589
5590 2013-02-06 Tom Tromey <tromey@redhat.com>
5591
5592 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
5593 outside of TRY_CATCH.
5594
5595 2013-02-06 Yao Qi <yao@codesourcery.com>
5596
5597 * mi/mi-interp.c: Include "tracepoint.h".
5598 (mi_tsv_modified): Declare.
5599 (mi_tsv_created, mi_tsv_deleted): Update declaration.
5600 (mi_interpreter_init): Call observer_attach_tsv_modified.
5601 (mi_tsv_modified): New.
5602 (mi_tsv_created, mi_tsv_deleted): Update.
5603 * tracepoint.c (trace_variable_command): Call
5604 observer_notify_tsv_modified if the initial value of tsv is
5605 changed.
5606 (delete_trace_state_variable): Call
5607 observer_notify_tsv_deleted earlier.
5608 (trace_variable_command): Caller update.
5609 (create_tsv_from_upload): Likewise.
5610 * observer.sh: Declare "struct trace_state_variable".
5611
5612 * NEWS: Mention the new MI notification "=tsv-modified".
5613
5614 2013-02-05 Doug Evans <dje@google.com>
5615
5616 * completer.c (location_completer): Fix typo in comment.
5617
5618 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5619
5620 * breakpoint.c (add_location_to_breakpoint): Insert the location with
5621 ADDRESS sorted.
5622
5623 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
5624
5625 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
5626 Refactor if statement to avoid trailing || operator.
5627
5628 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
5629
5630 * NEWS: Add PowerPC FreeBSD as a new native configuration.
5631
5632 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
5633
5634 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
5635 * configure.host: Add powerpc*-*-freebsd* target.
5636 * configure.tgt: Add target info for powerpc*-*-freebsd*.
5637 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
5638 * config/powerpc/fbsd.mh: New file.
5639
5640 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
5641 Denys Vlasenko <dvlasenk@redhat.com>
5642 Pedro Alves <palves@redhat.com>
5643
5644 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
5645 (struct elf_internal_linux_prpsinfo): Forward declare.
5646 * gdbarch.h, gdbarch.c: Regenerate.
5647 * linux-tdep.c: Include `cli/cli-utils.h'.
5648 (linux_fill_prpsinfo): New function.
5649 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
5650 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
5651 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
5652 depending on gdbarch pointer bitness.
5653 * ppc-linux-tdep.c: Include elf-bfd.h.
5654 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
5655 on 32-bit.
5656
5657 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5658 Marcus Shawcroft <marcus.shawcroft@arm.com>
5659 Nigel Stephens <nigel.stephens@arm.com>
5660 Yufeng Zhang <yufeng.zhang@arm.com>
5661
5662 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
5663
5664 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5665 Marcus Shawcroft <marcus.shawcroft@arm.com>
5666 Nigel Stephens <nigel.stephens@arm.com>
5667 Yufeng Zhang <yufeng.zhang@arm.com>
5668
5669 * aarch64-newlib-tdep.c: New file.
5670 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
5671 aarch64*-*-elf.
5672 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
5673 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
5674 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
5675 * osabi.c (gdb_osabi_names): Add "Newlib".
5676
5677 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5678 Marcus Shawcroft <marcus.shawcroft@arm.com>
5679 Nigel Stephens <nigel.stephens@arm.com>
5680 Yufeng Zhang <yufeng.zhang@arm.com>
5681
5682 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
5683 (ALLDEPFILES): Add aarch64-linux-tdep.c.
5684 * aarch64-linux-tdep.c: New file.
5685 * aarch64-linux-tdep.h: New file.
5686 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
5687 * configure.tgt: Add aarch64-none-linux-gnu.
5688
5689 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5690 Marcus Shawcroft <marcus.shawcroft@arm.com>
5691 Nigel Stephens <nigel.stephens@arm.com>
5692 Yufeng Zhang <yufeng.zhang@arm.com>
5693
5694 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
5695 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
5696 (ALLDEPFILES): Add aarch64-tdep.c.
5697 * aarch64-tdep.c: New file.
5698 * aarch64-tdep.h: New file.
5699 * configure.tgt: Add AArch64.
5700 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
5701 (aarch64-expedite): New definition.
5702 * features/aarch64-core.xml: New file.
5703 * features/aarch64-fpu.xml: New file.
5704 * features/aarch64-without-fpu.c: New file (generated).
5705 * features/aarch64-without-fpu.xml: New file.
5706 * features/aarch64.c: New file (generated).
5707 * features/aarch64.xml: New file.
5708 * regformats/aarch64-without-fpu.dat: New file (generated).
5709 * regformats/aarch64.dat: New file (generated).
5710
5711 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5712
5713 * contrib/expect-read1.c: New file.
5714 * contrib/expect-read1.sh: New file.
5715
5716 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5717
5718 * dwarf2read.c (file_file_name): New function with code from
5719 file_full_name.
5720 (file_full_name): Move most of the code to file_file_name.
5721 (macro_start_file): Rename variable full_name to file_name and use
5722 file_file_name for it. Add comp_dir parameter to new_macro_table.
5723 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
5724 macro_source_file->filename access by macro_source_fullname call.
5725 * macroscope.c (_initialize_macroscope): Update the new_macro_table
5726 caller.
5727 * macrotab.c (struct macro_table): New field comp_dir.
5728 (macro_include): New variables link_fullname and source_fullname.
5729 Replace any macro_source_file->filename access by macro_source_fullname
5730 call.
5731 (macro_lookup_inclusion): Remove the partial filenames checking code.
5732 (check_for_redefinition): New variables source_fullname and
5733 found_key_fullname. Replace any macro_source_file->filename access by
5734 macro_source_fullname call.
5735 (macro_undef): New variables source_fullname and key_fullname. Replace
5736 any macro_source_file->filename access by macro_source_fullname call.
5737 (macro_lookup_definition): New variables retval and source_fullname.
5738 Replace any macro_source_file->filename access by macro_source_fullname
5739 call.
5740 (foreach_macro): New variable key_fullname. Replace any
5741 macro_source_file->filename access by macro_source_fullname call.
5742 (foreach_macro_in_scope): New variable datum_fullname. Replace any
5743 macro_source_file->filename access by macro_source_fullname call.
5744 (new_macro_table): Add parameter comp_dir. Initialize T with it.
5745 (macro_source_fullname): New function.
5746 * macrotab.h (struct macro_source_file): Extent the filename field
5747 comment.
5748 (new_macro_table): New parameter comp_dir, add a comment for it.
5749 (macro_source_fullname): new declaration.
5750
5751 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5752
5753 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
5754 this_real_name to outer block. Use it also for
5755 compare_filenames_for_search.
5756 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
5757 with dw2_get_real_path for file_matcher, considering also
5758 BASENAMES_MAY_DIFFER.
5759 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
5760
5761 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
5764 to the file_matcher parameter. Pass 0 to it.
5765 (dwarf2_create_include_psymtab): Copy also DIRNAME.
5766 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
5767 NULL psymtab_to_fullname result.
5768 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
5769 an expected filename instead.
5770 (expand_symtabs_matching_via_partial): Add basenames parameter to the
5771 file_matcher parameter. Call also psymtab_to_fullname, after newly
5772 considering BASENAMES_MAY_DIFFER.
5773 * source.c (rewrite_source_path): Remove static.
5774 * source.h (rewrite_source_path): New declaration.
5775 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
5776 the expand_symtabs_matching field. Comment it.
5777 * symtab.c (file_matches): New function comment. Add parameter
5778 basenames, implement it.
5779 (search_symbols_file_matches): Add basenames parameter. Update the
5780 file_matches caller.
5781 (search_symbols): Match FILES also against symtab_to_fullname.
5782 Optimize it for BASENAMES_MAY_DIFFER.
5783
5784 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5785
5786 * source.c (print_source_lines_base): Print for TUI also "fullname".
5787 * tui/tui-data.c (init_content_element): Change tui_locator_element
5788 field to full_name.
5789 * tui/tui-data.h (struct tui_locator_element): Likewise.
5790 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
5791 tui_update_locator_filename calls to tui_update_locator_fullname.
5792 Replace symtab->filename refererence by symtab_to_fullname call.
5793 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
5794 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
5795 field to full_name. Replace symtab->filename refererence by
5796 symtab_to_fullname call.
5797 (tui_show_symtab_source): Rename parameter to fullname. Change
5798 tui_locator_element field to full_name.
5799 * tui/tui-stack.c: Include source.h.
5800 (tui_set_locator_filename): Rename the declaration to ...
5801 (tui_set_locator_fullname): ... here. Rename its parameter to
5802 fullname, updates its comment.
5803 (tui_set_locator_info): Rename its parameter to fullname.
5804 (tui_set_locator_filename): Rename the definition to ...
5805 (tui_set_locator_fullname): ... here. Rename its parameter to
5806 fullname, updates its comment. Change tui_locator_element field to
5807 full_name.
5808 (tui_set_locator_info): Rename its parameter to fullname.
5809 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
5810 (tui_update_locator_filename): Rename to ...
5811 (tui_update_locator_fullname): ... here. Rename callee to
5812 tui_set_locator_fullname.
5813 (tui_show_frame_info): Replace symtab->filename refererence by
5814 symtab_to_fullname call.
5815 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
5816 (tui_update_locator_fullname): ... here.
5817 * tui/tui-winsource.c (tui_display_main): Rename the callee to
5818 tui_update_locator_fullname. Replace symtab->filename refererence by
5819 symtab_to_fullname call.
5820 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
5821 Rename the callee to tui_update_locator_fullname.
5822 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
5823
5824 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5825
5826 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
5827 by symtab_to_filename_for_display calls.
5828 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
5829 (clear_command): New variable sal_fullname, initialize it. Replace
5830 compare_filenames_for_search by filename_cmp with sal_fullname.
5831 (say_where, update_static_tracepoint): Replace symtab->filename
5832 refererences by symtab_to_filename_for_display calls.
5833 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
5834 Likewise.
5835 * dwarf2read.c: Include source.h.
5836 (fixup_go_packaging): Replace symtab->filename refererences by
5837 symtab_to_filename_for_display calls.
5838 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
5839 Replace symtab->filename refererences by symtab_to_filename_for_display
5840 calls.
5841 (create_sals_line_offset, convert_linespec_to_sals): New variable
5842 fullname, initialize it, replace symtab->filename reference by the
5843 variable.
5844 * linux-fork.c: Include source.h.
5845 (info_checkpoints_command): Replace symtab->filename refererences by
5846 symtab_to_filename_for_display calls.
5847 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
5848 by symtab_to_filename_for_display calls.
5849 * mdebugread.c: Include source.h.
5850 (psymtab_to_symtab_1): Replace symtab->filename refererences by
5851 symtab_to_filename_for_display calls.
5852 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
5853 (mi_cmd_file_list_exec_source_files): Likewise.
5854 * printcmd.c: Include source.h.
5855 (build_address_symbolic): Replace symtab->filename refererences by
5856 symtab_to_filename_for_display calls.
5857 * psymtab.c (partial_map_symtabs_matching_filename)
5858 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
5859 with psymtab_to_fullname.
5860 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
5861 by symtab_to_filename_for_display calls.
5862 (stpy_get_filename): New variable filename, initialize it, use instead
5863 of symtab->filename refererences.
5864 (salpy_str): Make variable filename const char *. Replace
5865 symtab->filename refererences by symtab_to_filename_for_display calls.
5866 * skip.c: Include source.h and filenames.h.
5867 (skip_file_command): Remove const from the symtab variable. Replace
5868 symtab->filename refererences by symtab_to_fullname call.
5869 (function_name_is_marked_for_skip): New variables searched_for_fullname
5870 and fullname. Use them to search also with symtab's fullname.
5871 * source.c (find_source_lines): Replace symtab->filename refererences
5872 by symtab_to_filename_for_display calls.
5873 (print_source_lines_base): New variable filename, use it instead of
5874 symtab->filename. Replace symtab->filename refererences by
5875 symtab_to_filename_for_display calls.
5876 (line_info, forward_search_command): Replace symtab->filename
5877 refererences by symtab_to_filename_for_display calls.
5878 (reverse_search_command): Replace symtab->filename refererences by
5879 symtab_to_filename_for_display calls. New variable filename for it.
5880 * stack.c (frame_info): Likewise.
5881 * symmisc.c: Include source.h.
5882 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
5883 (maintenance_info_symtabs): Replace symtab->filename refererences by
5884 symtab_to_filename_for_display calls.
5885 * symtab.c (iterate_over_some_symtabs): Call
5886 compare_filenames_for_search also with symtab_to_fullname.
5887 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
5888 symtab->filename refererences by symtab_to_filename_for_display calls.
5889 (find_line_symtab): Replace symtab->filename refererences by
5890 symtab_to_filename_for_display calls.
5891 (file_matches): Replace filename_cmp by compare_filenames_for_search.
5892 (print_symbol_info): Make the last parameter const char *. New
5893 variable s_filename. Use it in the function.
5894 (symtab_symbol_info): Make the last_filename variable const char *.
5895 Replace symtab->filename refererences by symtab_to_filename_for_display
5896 calls.
5897 (rbreak_command): New variable fullname. Use it. Replace
5898 symtab->filename refererence by symtab_to_filename_for_display call.
5899 * tracepoint.c (set_traceframe_context, trace_find_line_command)
5900 (print_one_static_tracepoint_marker): Replace symtab->filename
5901 refererences by symtab_to_filename_for_display calls.
5902 * tui/tui-source.c (tui_set_source_content): New variables filename and
5903 s_filename. Replace symtab->filename refererences by this variable.
5904 Replace other symtab->filename refererences by
5905 symtab_to_filename_for_display calls.
5906
5907 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
5908 Jan Kratochvil <jan.kratochvil@redhat.com>
5909
5910 Add a new variable that controls a way in which filenames are
5911 displayed.
5912 * NEWS (set filename-display): New entry.
5913 * source.c (filename_display_basename, filename_display_relative)
5914 (filename_display_absolute, filename_display_kind_names)
5915 (filename_display_string, show_filename_display_string)
5916 (symtab_to_filename_for_display): New.
5917 (_initialize_source): Added initialization of 'filename-display'
5918 variable.
5919 * source.h (symtab_to_filename_for_display): Added declaration.
5920 * stack.c (print_frame): Added new variable and calling of a new
5921 function and condition with this variable. Changed third argument of
5922 calling of a function.
5923
5924 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
5927 Rename field reference filename to fullname.
5928 * tui/tui-data.h (struct tui_source_info): Rename field filename to
5929 fullname. New comment for it.
5930 * tui/tui-source.c (tui_set_source_content): Rename field reference
5931 filename to fullname. Initialize field by symtab_to_fullname now.
5932 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
5933 reference filename to fullname. Use symtab_to_fullname during
5934 comparison.
5935
5936 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5937
5938 Code cleanup.
5939 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
5940 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
5941 filename to fullname. Rename variable this_name to this_fullname.
5942 Lowercase FILENAME_CMP call.
5943 (dw2_find_symbol_file): New comment for the returned string.
5944 (dwarf2_gdb_index_functions): Rename the function to
5945 dw2_expand_symtabs_with_fullname.
5946 * psymtab.c (read_psymtabs_with_filename): Rename to ...
5947 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
5948 fullname.
5949 (psym_functions): Rename the function to read_psymtabs_with_fullname.
5950 * symfile.h (struct quick_symbol_functions): Rename field
5951 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
5952 parameter filename to fullname. Document returned string meaning for
5953 find_symbol_file.
5954 * symtab.c (find_line_symtab): Rename the called function to
5955 expand_symtabs_with_fullname.
5956
5957 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5958
5959 Code cleanup.
5960 * breakpoint.c (clear_command): Remove variable is_abs, unify the
5961 call of filename_cmp with compare_filenames_for_search.
5962 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
5963 is_abs, unify the call of FILENAME_CMP with
5964 compare_filenames_for_search. New gdb_asserts for real_path and name.
5965 Unify the call of compare_filenames_for_search with FILENAME_CMP.
5966 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
5967 * symfile.h (struct quick_symbol_functions): Extend the comment for
5968 map_symtabs_matching_filename.
5969 * symtab.c (compare_filenames_for_search): Remove the function comment
5970 relative path requirement. Handle absolute filenames, with a comment.
5971 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
5972 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
5973 real_path and name. Unify the call of compare_filenames_for_search
5974 with FILENAME_CMP.
5975 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
5976
5977 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5978
5979 Code cleanup.
5980 * breakpoint.c (print_breakpoint_location): Replace bp_location field
5981 source_file references by symtab field references. Remove variables
5982 sal and fullname.
5983 (momentary_breakpoint_from_master, add_location_to_breakpoint):
5984 (clear_command, say_where): Replace bp_location field source_file
5985 references by symtab field references.
5986 (bp_location_dtor): Remove the source_file reference.
5987 (update_static_tracepoint): Replace bp_location field source_file
5988 references by symtab field references.
5989 (breakpoint_free_objfile): New function.
5990 * breakpoint.h (struct bp_location): Extend the comment for line_number.
5991 Replace the field source_file by field symtab, extend its comment.
5992 (breakpoint_free_objfile): New declaration.
5993 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
5994 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
5995 field source_file references by symtab field references.
5996
5997 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5998
5999 Replace xfullpath calls by gdb_realpath calls.
6000 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
6001 function comment.
6002 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
6003 Remove it from the iterate_over_some_symtabs call.
6004 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
6005 Remove it from the dw2_map_expand_apply calls, remove a block handling
6006 it.
6007 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
6008 Remove it from the iterate_over_some_symtabs call.
6009 (partial_map_symtabs_matching_filename): Remove parameter full_path.
6010 Remove it from the partial_map_expand_apply calls, remove a block
6011 handling it. Drop gdb_realpath call and cleanups from the real_path
6012 handling.
6013 * source.c (openp): Drop the comment part about xfullpath. Replace
6014 xfullpath calls by gdb_realpath calls.
6015 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
6016 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
6017 from method map_symtabs_matching_filename and its comment.
6018 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
6019 gdb_realpath call.
6020 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
6021 remove it also from the function comment, remove a block handling it.
6022 Drop gdb_realpath call and cleanups from the real_path handling.
6023 (iterate_over_symtabs): Drop variable full_path and its use.
6024 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
6025 * utils.c (xfullpath): Remove.
6026 * utils.h (xfullpath): Remove.
6027
6028 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
6029
6030 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
6031 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
6032 (ALLDEPFILES): Add ppc64-tdep.c.
6033 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
6034 ppc64-tdep.o to gdb_target_obs.
6035 * ppc64-tdep.h: New file.
6036 * ppc64-tdep.c: New file.
6037 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
6038 ppc-linux-tdep.c to here.
6039 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
6040 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
6041 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
6042 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
6043 from ppc-linux-tdep.c to here.
6044 (ppc64_convert_from_func_ptr_addr): Rename from
6045 ppc64_linux_convert_from_func_ptr_addr to
6046 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
6047 here.
6048 * rs6000-tdep.c:
6049 (read_insn): Move from ppc-linux-tdep.c to here.
6050 (insns_match_pattern, insn_d_field, insn_ds_field): Move
6051 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
6052 * ppc-linux-tdep.c: Include ppc64-tdep.h.
6053 Removed above functions.
6054 (ppc_linux_init_abi): Adjust.
6055
6056 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
6057
6058 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
6059
6060 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
6061
6062 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
6063
6064 2013-02-01 Pedro Alves <palves@redhat.com>
6065
6066 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
6067 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
6068
6069 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6070
6071 * elfread.c (elf_symfile_read): Limit separate debug info additions to
6072 files with no separate debug info.
6073 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
6074 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
6075 only for files with no separate debug info.
6076
6077 2013-01-31 Tom Tromey <tromey@redhat.com>
6078
6079 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
6080 change type.
6081 (struct jit_program_space_data): Rename from jit_inferior_data.
6082 Update comments.
6083 (get_jit_program_space_data): Rename from get_jit_inferior_data.
6084 Change return type. Attach data to program space.
6085 (jit_program_space_data_cleanup): Rename from
6086 jit_inferior_data_cleanup; change argument type.
6087 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
6088 change type.
6089 (jit_register_code): Update.
6090 (jit_update_inferior_cache): Remove.
6091 (jit_breakpoint_deleted): Get jit data from the location's program
6092 space.
6093 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
6094 'ps_data', change type.
6095 (jit_inferior_init, jit_breakpoint_re_set_internal)
6096 (jit_event_handler): Update.
6097 (free_objfile_data): Get data from objfile's program space.
6098 (_initialize_jit): Update.
6099
6100 2013-01-31 Tom Tromey <tromey@redhat.com>
6101
6102 PR gdb/13987:
6103 * jit.c (struct jit_inferior_data) <cached_code_address,
6104 jit_breakpoint>: New fields.
6105 (jit_breakpoint_re_set_internal): Fix logging. Only create
6106 breakpoint if cached address has changed.
6107 (jit_update_inferior_cache, jit_breakpoint_deleted): New
6108 functions.
6109 (_initialize_jit): Register breakpoint deleted observer.
6110
6111 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6112
6113 * infrun.c (handle_syscall_event): Remove unused gdbarch.
6114 (save_infcall_suspend_state): Ifdef out unused inf.
6115 (restore_infcall_suspend_state): Ifdef out unused inf.
6116 * jit.c (jit_register_code): Remove unused i, b, inf_data.
6117 (jit_frame_sniffer): Remove unused inf_data.
6118
6119 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6120
6121 * c-exp.y (classify_inner_name): Remove unused type.
6122 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
6123 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
6124 need_escape.
6125 (c_get_string): Remove unused kind.
6126 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
6127
6128 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6129
6130 * charset.c (intermediate_encoding): Remove unused i.
6131 * completer.c (signal_completer): Remove unused i.
6132 * continuations.c (discard_my_continuations_1): Remove unused
6133 continuation_ptr.
6134 * corelow.c (core_close): Remove unuseD name.
6135 (get_core_siginfo): Remove unused pid.
6136 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
6137 i, cps.
6138 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
6139 (loclist_describe_location): Remove unused first.
6140 * event-top.c (command_line_handler): Remove unused got_eof.
6141 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
6142 (resize_section_table): Remove unused old_value.
6143 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
6144 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
6145 * i386-tdep.c (i386_process_record): Remove unused rex.
6146 * infcmd.c (get_return_value): Remove unused uiout.
6147 * jv-lang.c (type_from_class): Remove unused is_array.
6148 * jv-valprint.c (java_val_print): Remove unused i.
6149 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
6150 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
6151 * m2-typeprint.c (m2_print_type): Remove unused code.
6152 * macroexp.c (get_character_constant): Remove unused body_start.
6153 (macro_stringify): Remove unused result.
6154 * objc-lang.c (find_methods): Remove unused gdbarch.
6155 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
6156 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
6157 * stack.c (print_frame_args): Remove unused summary.
6158 * thread.c (thread_apply_command): Remove unused p.
6159 * valarith.c (value_x_unop): Remove unused mangle_ptr.
6160 * valops.c (search_struct_method): Remove unused skip.
6161 * valprint.c (generic_val_print): Remove unused byte_order.
6162 * varobj.c (varobj_update): Remove unused changed.
6163 * cli/cli-cmds.c (complete_command): Remove unused next_item.
6164 (alias_command): Remove unused c.
6165 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
6166 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
6167 format.
6168 (mi_cmd_data_write_memory): Remove unused word_format.
6169 (mi_cmd_data_write_memory_bytes): Remove unused r.
6170 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
6171 p_start, p_end.
6172 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
6173 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
6174 line_width.
6175
6176 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6177
6178 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
6179 * symtab.c (iterate_over_symtabs): Remove unused s.
6180 (find_pc_sect_symtab): Remove unused pspAce.
6181 (find_pc_sect_line): Remove unused alt_symtab.
6182 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
6183 (completion_list_add_name): Remove unused newsize.
6184
6185 2013-01-31 Tom Tromey <tromey@redhat.com>
6186
6187 PR c++/14998:
6188 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
6189 TYPE_CODE_FUNC.
6190
6191 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6192
6193 * target.c (target_read_string): Remove unused origlen.
6194
6195 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6196
6197 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
6198 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
6199 * ax-general.c (ax_print): Remove unused is_float.
6200 * blockframe.c (block_innermost_frame): Remove unused start, end.
6201 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
6202
6203 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6204
6205 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
6206 (svr4_read_so_list): Remove unused lmo.
6207 * solib-target.c (solib_target_relocate_section_addresses): Remove
6208 unused flags.
6209
6210 2013-01-30 Tom Tromey <tromey@redhat.com>
6211
6212 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
6213
6214 2013-01-30 Tom Tromey <tromey@redhat.com>
6215
6216 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
6217 * utils.c (gnu_debuglink_crc32): Remove.
6218 * utils.h (gnu_debuglink_crc32): Don't declare.
6219
6220 2013-01-30 Tom Tromey <tromey@redhat.com>
6221
6222 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
6223 (read_structure_type, read_enumeration_type): Remove cast.
6224
6225 2013-01-30 Tom Tromey <tromey@redhat.com>
6226
6227 * dwarf2read.c (read_namespace_type): Remove cast.
6228 (read_typedef): Likewise.
6229
6230 2013-01-29 Tom Tromey <tromey@redhat.com>
6231
6232 * dwarf2read.c (free_dwo_file): Remove assert.
6233
6234 2013-01-29 Tom Tromey <tromey@redhat.com>
6235
6236 * value.c (deprecated_set_value_modifiable): Remove.
6237 * value.h (deprecated_set_value_modifiable): Remove.
6238
6239 2013-01-28 Doug Evans <dje@google.com>
6240
6241 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
6242 to addresses from dwo files.
6243
6244 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
6245
6246 * valops.c (find_overload_match): Remove unused argument 'lax'.
6247 * value.h: Remove unused argument 'lax' from the declaration of
6248 find_overload_match.
6249 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
6250 to find_overload_match.
6251 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
6252 argument to find_overload_match.
6253
6254 2013-01-25 Tom Tromey <tromey@redhat.com>
6255
6256 * dwarf2read.c (processing_has_namespace_info): Remove.
6257 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
6258 (process_die, read_func_scope, dwarf2_start_symtab)
6259 (new_symbol_full): Update.
6260
6261 2013-01-25 Tom Tromey <tromey@redhat.com>
6262
6263 * cp-namespace.c (cp_set_block_scope): Remove.
6264 * cp-support.h (cp_set_block_scope): Remove.
6265 * dbxread.c: Include block.h.
6266 (cp_set_block_scope): New function.
6267 (process_one_symbol): Update.
6268 * dwarf2read.c (read_func_scope): Use block_set_scope.
6269
6270 2013-01-25 Pedro Alves <palves@redhat.com>
6271
6272 * remote.c (add_current_inferior_and_thread): Tweak comment.
6273
6274 2013-01-25 Tom Tromey <tromey@redhat.com>
6275
6276 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6277 (cp_add_using_directive): Add 'copy_names' argument.
6278 * cp-support.h (cp_add_using_directive): Update.
6279 (struct using_direct) <import_src, import_dest, alias,
6280 declaration>: Now const.
6281 * dwarf2read.c (read_import_statement): Use obconcat.
6282 Don't copy names passed to cp_add_using_directive.
6283
6284 2013-01-25 Tom Tromey <tromey@redhat.com>
6285
6286 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
6287
6288 2013-01-25 Pedro Alves <palves@redhat.com>
6289
6290 * remote.c (stop_reply_extract_thread): New.
6291 (add_current_inferior_and_thread): New parameter 'wait_status'.
6292 Handle it.
6293 (remote_start_remote): Pass wait status to
6294 add_current_inferior_and_thread.
6295 (extended_remote_run): Update comment.
6296 (extended_remote_create_inferior_1): Pass wait status to
6297 add_current_inferior_and_thread.
6298
6299 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
6300 Ulrich Weigand <uweigand@de.ibm.com>
6301
6302 * valarith.c (value_vector_widen): New function for replicating a
6303 scalar into a vector.
6304 (value_binop): Use value_vector_widen to widen scalar to vector
6305 rather than casting, this better matches gcc C behaviour.
6306 * valops.c (value_casst): Update logic for casting between vector
6307 types, and for casting from scalar to vector, try to match gcc C
6308 behaviour.
6309 * value.h (value_vector_widen): Declare.
6310 * opencl-lang.c (opencl_value_cast): New opencl specific casting
6311 function, handle special case for casting scalar to vector.
6312 (opencl_relop): Use opencl_value_cast.
6313 (evaluate_subexp_opencl): Use opencl_value_cast instead of
6314 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
6315 in order to use opencl_value_cast.
6316
6317 2013-01-25 Yao Qi <yao@codesourcery.com>
6318
6319 * event-loop.c: Include "queue.h".
6320 (gdb_event_p): New typedef.
6321 (DECLARE_QUEUE_P): Use.
6322 (DEFINE_QUEUE_P): Use.
6323 (async_queue_event): Remove.
6324 (gdb_event_xfree): New.
6325 (initialize_event_loop): New.
6326 (process_event): Use QUEUE macros.
6327 (event_queue): Remove.
6328 (gdb_wait_for_event): Caller update.
6329 (check_async_event_handlers): Likewise.
6330 (poll_timers): Likewise.
6331 * event-loop.h (initialize_event_loop): Declare.
6332 * event-loop.c (gdb_event_xfree): New.
6333 * top.c (gdb_init): Call initialize_event_loop.
6334
6335 2013-01-25 Yao Qi <yao@codesourcery.com>
6336
6337 * event-loop.c (async_queue_event): Remove one parameter
6338 'position'. Remove code handling 'position' == TAIL.
6339 (gdb_wait_for_event): Caller update.
6340 (check_async_event_handlers): Caller update.
6341 (poll_timers): Caller update.
6342 * event-loop.h (enum queue_position): Remove.
6343
6344 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
6345
6346 * MAINTAINERS: Update my email.
6347
6348 2013-01-25 Yao Qi <yao@codesourcery.com>
6349
6350 * main.c (print_gdb_help): Remove "--epoch" from the help
6351 message.
6352
6353 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
6354
6355 * symtab.c (skip_prologue_using_sal): Consider a file
6356 change the same as an increased line number
6357
6358 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
6359
6360 * MAINTAINERS (Write After Approval): Add myself to the list.
6361
6362 2013-01-24 Tom Tromey <tromey@redhat.com>
6363
6364 * ada-lang.h (ada_decode_symbol): Make return type const.
6365 * ada-lang.c (ada_decode_symbol): Likewise.
6366
6367 2013-01-23 Doug Evans <dje@google.com>
6368
6369 * linespec.c (find_linespec_symbols): Make static.
6370
6371 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
6372
6373 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
6374 type on float conversion for complex type.
6375
6376 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
6377
6378 Add a new class gdb.Architecture which exposes GDB's
6379 internal representation of architecture via GDB Python API.
6380 * Makefile.in: Add entries corresponding to the new file
6381 python/py-arch.c.
6382 * NEWS (Python Scripting): Add entries for the new class
6383 gdb.Architecture and the new method gdb.Frame.architecture.
6384 * python/py-arch.c: Implement gdb.Architecture class.
6385 * python/py-frame.c (frapy_arch): Implement the method
6386 gdb.Frame.architecture().
6387 (frame_object_methods): Add 'architecture' to the method table.
6388 * python/python-internal.h: Add declarations of new utility
6389 functions.
6390 * python/python.c (_initialize_python): Initialize
6391 gdb.Architecture class.
6392
6393 2013-01-23 Doug Evans <dje@google.com>
6394
6395 Work around binutils/15021.
6396 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
6397 type_unit_group out of union s. All uses updated.
6398 (read_index_from_section): Watch for index version 8.
6399 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
6400 an imported symtab.
6401 (write_psymtabs_to_index): Increment version number to 8.
6402
6403 2013-01-22 Pedro Alves <palves@redhat.com>
6404
6405 * annotate.c (breakpoint_changed): Skip if breakpoint is not
6406 user-visible.
6407
6408 2013-01-22 Pedro Alves <palves@redhat.com>
6409
6410 * annotate.c (annotate_breakpoints_changed): Rename to ...
6411 (annotate_breakpoints_invalid): ... this. Make static.
6412 (breakpoint_changed): Adjust.
6413 (_initialize_annotate): Always install the observers. Install a
6414 "breakpoint_created" observer.
6415 * annotate.h (annotate_breakpoints_changed): Delete declaration.
6416 * breakpoint.c (set_breakpoint_condition)
6417 (breakpoint_set_commands, do_map_commands_command)
6418 (init_raw_breakpoint, clear_command, set_ignore_count)
6419 (enable_breakpoint_disp): No longer call
6420 annotate_breakpoints_changed.
6421
6422 2013-01-22 Pedro Alves <palves@redhat.com>
6423
6424 * annotate.c: Include "inferior.h".
6425 (frames_invalid_emitted)
6426 (breakpoints_invalid_emitted): New globals.
6427 (async_background_execution_p): New function.
6428 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
6429 emitting the annotation if it has already been emitted.
6430 (annotate_display_prompt): New function.
6431 * annotate.h (annotate_display_prompt): New declaration.
6432 * event-top.c: Include annotate.h.
6433 (display_gdb_prompt): Call annotate_display_prompt.
6434
6435 2013-01-22 Pedro Alves <palves@redhat.com>
6436
6437 * annotate.c (ignore_count_changed): Delete.
6438 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
6439 (annotate_ignore_count_change): Delete.
6440 (annotate_stopped): Don't emit a delayed breakpoints-changed
6441 annotation.
6442 * annotate.h (annotate_ignore_count_change): Delete.
6443 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
6444 annotate_ignore_count_change.
6445
6446 2013-01-22 Tom Tromey <tromey@redhat.com>
6447
6448 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
6449 require_rvalue for a register location.
6450
6451 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
6452
6453 * breakpoint.c (print_one_breakpoint_location): Add MI
6454 field 'thread-groups' when printing a breakpoint.
6455 (output_thread_groups): New function.
6456
6457 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
6458
6459 * python/lib/gdb/commands/explore.py
6460 (CompoundExplorer.explore_expr): Correct the name of a method
6461 being invoked.
6462 (ExploreTypeCommand.invoke): Add a missing 'return'.
6463
6464 2013-01-21 Tom Tromey <tromey@redhat.com>
6465
6466 * gdb_obstack.h (obconcat): Move declaration here, from...
6467 * symfile.h (obconcat): ... here.
6468 * gdb_obstack.c: New file.
6469 (obconcat): Move from...
6470 * symfile.c (obconcat): ... here.
6471 * Makefile.in (SFILES): Add gdb_obstack.c.
6472 (COMMON_OBS): Add gdb_obstack.o.
6473
6474 2013-01-21 Tom Tromey <tromey@redhat.com>
6475
6476 * symfile.h (obsavestring): Don't declare.
6477 * symfile.c (obsavestring): Remove.
6478 * ada-exp.y: Use obstack_copy0, not obsavestring.
6479 * ada-lang.c: Use obstack_copy0, not obsavestring.
6480 * coffread.c: Use obstack_copy0, not obsavestring.
6481 * cp-namespace.c: Use obstack_copy0, not obsavestring.
6482 * dbxread.c: Use obstack_copy0, not obsavestring.
6483 * dwarf2read.c: Use obstack_copy0, not obsavestring.
6484 * jit.c: Use obstack_copy0, not obsavestring.
6485 * mdebugread.c: Use obstack_copy0, not obsavestring.
6486 * psymtab.c: Use obstack_copy0, not obsavestring.
6487 * stabsread.c: Use obstack_copy0, not obsavestring.
6488 * xcoffread.c: Use obstack_copy0, not obsavestring.
6489
6490 2013-01-21 Tom Tromey <tromey@redhat.com>
6491
6492 * dwarf2read.c (fixup_go_packaging): Save package name
6493 on objfile obstack.
6494 * gdbtypes.c (init_type): Don't copy name.
6495
6496 2013-01-21 Tom Tromey <tromey@redhat.com>
6497
6498 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
6499 const.
6500 (struct attribute) <u.str>: Now const.
6501 (struct fnfieldlist) <name>: Now const.
6502 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
6503 (partial_die_parent_scope): Make return type const.
6504 (partial_die_full_name, add_partial_symbol): Update.
6505 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
6506 'name' const.
6507 (find_file_and_directory): Make 'name' and 'comp_dir' const.
6508 (read_file_scope, read_func_scope, dwarf2_add_field)
6509 (dwarf2_add_member_fn, read_structure_type)
6510 (process_enumeration_scope, read_array_type, read_module_type)
6511 (read_base_type, read_subrange_type): Update.
6512 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
6513 (new_symbol_full, guess_full_die_structure_name): Update.
6514 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
6515 (dwarf2_name): Return const type.
6516 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
6517 const.
6518
6519 2013-01-21 Tom Tromey <tromey@redhat.com>
6520
6521 * gdbtypes.c (init_type): Make 'name' const.
6522 * gdbtypes.h (init_type): Update.
6523
6524 2013-01-21 Tom Tromey <tromey@redhat.com>
6525
6526 * buildsym.c (patch_subfile_names): Use set_last_source_file.
6527 (start_symtab): Make 'name' and 'dirname' const. Use
6528 set_last_source_file.
6529 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
6530 (last_source_file): Define. Now static.
6531 (set_last_source_file, get_last_source_file): New functions.
6532 * buildsym.h (last_source_file): Don't declare.
6533 (start_symtab): Update.
6534 (set_last_source_file, get_last_source_file): Declare.
6535 * coffread.c (complete_symtab): Use set_last_source_file.
6536 (coff_end_symtab): Likewise.
6537 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
6538 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
6539 set_last_source_file.
6540 (process_one_symbol): Use get_last_source_file.
6541 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
6542 (psymtab_to_symtab_1): Use get_last_source_file.
6543 * xcoffread.c (process_linenos): Use get_last_source_file.
6544 (complete_symtab): Use set_last_source_file.
6545 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
6546 (scan_xcoff_symtab): Use set_last_source_file.
6547
6548 2013-01-21 Tom Tromey <tromey@redhat.com>
6549
6550 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
6551 (symbol_set_names): Remove casts. Handle field const-ness.
6552
6553 2013-01-21 Tom Tromey <tromey@redhat.com>
6554
6555 * dwarf2read.c (new_symbol_full): Remove cast.
6556 * symtab.c (symbol_set_demangled_name): Make 'name' const.
6557 * symtab.h (symbol_set_demangled_name): Update.
6558
6559 2013-01-21 Tom Tromey <tromey@redhat.com>
6560
6561 * main.c (captured_main): Call bfd_init.
6562
6563 2013-01-21 Tom Tromey <tromey@redhat.com>
6564
6565 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
6566 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
6567 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
6568 * NEWS: Update.
6569
6570 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
6573
6574 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 Fix gdb.fortran/common-block.exp crash in PIE mode.
6577 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
6578 LOC_COMMON_BLOCK.
6579 * f-valprint.c (info_common_command_for_block): Expect
6580 LOC_COMMON_BLOCK in gdb_assert.
6581 * symtab.h (struct general_symbol_info): Update comment for the
6582 common_block member.
6583 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
6584 (enum address_class): New member LOC_COMMON_BLOCK.
6585
6586 2013-01-18 David Blaikie <dblaikie@gmail.com>
6587
6588 * MAINTAINERS (Write After Approval): Add "David Blaikie".
6589
6590 2013-01-18 Tom Tromey <tromey@redhat.com>
6591
6592 PR c++/14999:
6593 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
6594 Call require_rvalue.
6595
6596 2013-01-18 Yao Qi <yao@codesourcery.com>
6597
6598 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
6599 (dbx_read_symtab): New declaration.
6600 (dbx_psymtab_to_symtab): Delete.
6601 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
6602 Rename parameter PST to SELF. Exchanged two parameters.
6603 (start_psymtab): Caller update.
6604 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
6605 (dwarf2_read_symtab): New declaration.
6606 (dwarf2_psymtab_to_symtab): Delete.
6607 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
6608 Rename parameter PST to SELF. Exchanged two parameters.
6609 (create_partial_symtab): Caller update.
6610 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
6611 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
6612 Rename parameter PST to SELF. Exchanged two parameters.
6613 (parse_partial_symbols, new_psymtab): Caller update.
6614 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
6615 two parameters.
6616 * psymtab.c (psymtab_to_symtab): Caller update.
6617 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
6618 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
6619 Rename parameter PST to SELF. Exchanged two parameters.
6620 (xcoff_start_psymtab): Caller update.
6621
6622 2013-01-18 Yao Qi <yao@codesourcery.com>
6623
6624 * infrun.c (proceed): Rename local variable 'oneproc' to
6625 'force_step'.
6626
6627 2013-01-17 Doug Evans <dje@google.com>
6628
6629 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
6630 (dw2_build_type_unit_groups): Delete. All uses updated.
6631
6632 * symtab.h (struct symbol_search): Add comment.
6633
6634 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 * symtab.c (compare_filenames_for_search): New comment for
6637 HAS_DRIVE_SPEC.
6638
6639 2013-01-17 Tom Tromey <tromey@redhat.com>
6640
6641 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
6642
6643 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
6646 initialize it by existing make_cleanup. Call new do_cleanups.
6647
6648 2013-01-17 Tom Tromey <tromey@redhat.com>
6649
6650 * cp-abi.c (cp_abi_completer): New function.
6651 (_initialize_cp_abi): Set completer for "set cp-abi".
6652
6653 2013-01-17 Tom Tromey <tromey@redhat.com>
6654
6655 * mem-break.c: Remove obsolete comment.
6656 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
6657
6658 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6659
6660 * jit.c (jit_reader_load_command): Interpret the jit reader name
6661 as an absolute path if it begins with a forward slash.
6662
6663 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6664
6665 PR gdb/14550
6666
6667 * jit.c (finalize_symtab): Ensure that only the global block has a
6668 NULL superblock.
6669
6670 2013-01-17 Pedro Alves <palves@redhat.com>
6671
6672 * acinclude.m4: Include ../config/plugins.m4,
6673 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
6674 * Makefile.in (aclocal_m4_deps): Update.
6675 * aclocal.m4: Renegerate.
6676
6677 2013-01-16 Doug Evans <dje@google.com>
6678
6679 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
6680
6681 2013-01-16 Pedro Alves <palves@redhat.com>
6682 Tom Tromey <tromey@redhat.com>
6683
6684 PR cli/7221:
6685 * NEWS: Add "catch signal".
6686 * breakpoint.c (base_breakpoint_ops): No longer static.
6687 (bpstat_explains_signal): New function.
6688 (init_catchpoint): No longer static.
6689 (base_breakpoint_explains_signal): New function.
6690 (base_breakpoint_ops): Initialize new field.
6691 * breakpoint.h (enum bpstat_signal_value): New.
6692 (struct breakpoint_ops) <explains_signal>: New field.
6693 (bpstat_explains_signal): Remove macro, declare as function.
6694 (base_breakpoint_ops, init_catchpoint): Declare.
6695 * break-catch-sig.c: New file.
6696 * inferior.h (signal_catch_update): Declare.
6697 * infrun.c (signal_catch): New global.
6698 (handle_syscall_event): Update for change to
6699 bpstat_explains_signal.
6700 (handle_inferior_event): Likewise. Always handle random signals
6701 via bpstats.
6702 (signal_cache_update): Check signal_catch.
6703 (signal_catch_update): New function.
6704 (_initialize_infrun): Initialize signal_catch.
6705 * Makefile.in (SFILES): Add break-catch-sig.c.
6706 (COMMON_OBS): Add break-catch-sig.o.
6707
6708 2013-01-16 Tom Tromey <tromey@redhat.com>
6709
6710 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
6711 (print_one_catch_solib, print_one_catch_syscall)
6712 (print_one_catch_exec, print_one_exception_catchpoint): Emit
6713 "catch-type".
6714
6715 2013-01-16 Yao Qi <yao@codesourcery.com>
6716
6717 * printcmd.c (current_display_number): Make it static.
6718
6719 2013-01-16 Yao Qi <yao@codesourcery.com>
6720
6721 * infcmd.c (step_once): Don't check '!single_inst' as it was
6722 checked before.
6723
6724 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6725
6726 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
6727
6728 2013-01-14 Tom Tromey <tromey@redhat.com>
6729
6730 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
6731 set command.
6732 * command.h (add_setshow_string_noescape_cmd): Update.
6733 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
6734 (complete_set_gnutarget): New function.
6735 (_initialize_core): Set the "set gnutarget" completer.
6736
6737 2013-01-14 Tom Tromey <tromey@redhat.com>
6738
6739 PR symtab/14442:
6740 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
6741 (c_type_print_modifier): Likewise.
6742 * dwarf2read.c (read_tag_restrict_type): New function.
6743 (read_type_die_1): Handle DW_TAG_restrict_type.
6744 * gdbtypes.c (make_restrict_type): New function.
6745 (recursive_dump_type): Handle TYPE_RESTRICT.
6746 * gdbtypes.h (enum type_flag_values): Renumber.
6747 (enum type_instance_flag_value): Add
6748 TYPE_INSTANCE_FLAG_RESTRICT.
6749 (TYPE_RESTRICT): New macro.
6750 (make_restrict_type): Declare.
6751
6752 2013-01-14 Tom Tromey <tromey@redhat.com>
6753
6754 PR symtab/14931:
6755 * psymtab.c (struct psymtab_state): New.
6756 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
6757 functions.
6758 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
6759 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
6760
6761 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
6762 Pedro Alves <palves@redhat.com>
6763
6764 PR remote/14786
6765
6766 * remote.c (remote_threads_info): Make a copy of the reply from
6767 qfThreadInfo and use that instead of rs->buf.
6768
6769 2013-01-14 Yao Qi <yao@codesourcery.com>
6770
6771 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
6772 (dbx_psymtab_to_symtab): Likewise.
6773 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
6774 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
6775 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
6776
6777 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * parse.c (parse_exp_in_context): New variable inner_chain. Call
6780 make_cleanup_restore_current_language. Call set_language. Move
6781 OLD_CHAIN and INNER_CHAIN cleanups.
6782 * utils.c (do_restore_current_language)
6783 (make_cleanup_restore_current_language): New functions.
6784 * utils.h (make_cleanup_restore_current_language): New declaration.
6785
6786 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6787
6788 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
6789 non-existing files.
6790
6791 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
6792 non-existing files if FILENAME is already absolute.
6793
6794 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
6797 fputs_filtered. Append trailing newline.
6798
6799 2013-01-11 Yao Qi <yao@codesourcery.com>
6800 Stan Shebs <stan@codesourcery.com>
6801
6802 * psymtab.c (init_psymbol_list): Clarify the comment.
6803
6804 2013-01-11 Yao Qi <yao@codesourcery.com>
6805
6806 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
6807 (update_dprintf_command_list): Assert that 'printf_line' is
6808 non-null. Remove condition check.
6809
6810 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6811
6812 Code cleanup.
6813 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
6814 type const char *.
6815 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
6816 const char *.
6817 * tui/tui-source.h (tui_source_is_displayed): Likewise.
6818
6819 2013-01-09 Anthony Green <green@moxielogic.com>
6820
6821 * cp-abi.c (cplus_print_vtable): Don't return value from void
6822 function.
6823 * ada-lang.c (re_set_catch_assert): Ditto.
6824
6825 2013-01-09 Doug Evans <dje@google.com>
6826
6827 * symfile.h (quick_symbol_functions): Delete member
6828 pre_expand_symtabs_matching. All uses removed.
6829 * dwarf2read.c (dw2_lookup_symbol): Implement.
6830 (dw2_do_expand_symtabs_matching): Delete.
6831 (dw2_pre_expand_symtabs_matching): Delete.
6832 (struct dw2_symtab_iterator): New type.
6833 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
6834 (dw2_expand_symtabs_for_function): Rewrite.
6835 (dwarf2_gdb_index_functions): Update.
6836 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
6837 (psym_functions): Update.
6838
6839 2013-01-09 Tom Tromey <tromey@redhat.com>
6840
6841 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
6842 * configure: Rebuild.
6843 * configure.ac: Add somread.o to the build if BFD has SOM
6844 support.
6845 * somread.c: Include som/aout.h, not syms.h.
6846 (som_symtab_read): Use som_external_symbol_dictionary_record.
6847 Unpack records manually.
6848 (_initialize_somread): Declare.
6849
6850 2012-01-08 Mike Frysinger <vapier@gentoo.org>
6851
6852 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
6853 Cast return_address to 64bits.
6854
6855 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
6856
6857 * printcmd.c: Remove define of function output_command.
6858 * tracepoint.c: Remove extern of function output_command.
6859 * valprint.h: (output_command): New extern.
6860
6861 2013-01-07 Tom Tromey <tromey@redhat.com>
6862
6863 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
6864 Remove.
6865 (objc_language_defn): Use c_printchar, c_printstr,
6866 c_emit_char.
6867
6868 2013-01-07 Tom Tromey <tromey@redhat.com>
6869
6870 PR cli/7719:
6871 * NEWS: Update.
6872 * ada-valprint.c (printstr, print_field_values): Remove
6873 "inspect_it" code.
6874 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
6875 code.
6876 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
6877 code.
6878 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
6879 * main.c (captured_main): Remove "epoch" argument.
6880 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
6881 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
6882 * p-valprint.c (pascal_object_print_value_fields): Remove
6883 "inspect_it" code.
6884 * printcmd.c (print_command_1): Remove 'inspect' argument.
6885 (print_command, call_command): Update.
6886 (inspect_command): Remove.
6887 (_initialize_printcmd): Make "inspect" an alias for "print".
6888 * top.c (epoch_interface): Remove.
6889 * top.h (epoch_interface): Remove.
6890 * valprint.c (user_print_options): Update.
6891 (print_converted_chars_to_obstack): Remove "inspect_it" code.
6892 * valprint.h (struct value_print_options) <inspect_it>: Remove
6893 field.
6894
6895 2013-01-04 Tom Tromey <tromey@redhat.com>
6896
6897 * valprint.h (read_string): Add 'extern'.
6898
6899 2013-01-07 Joel Brobecker <brobecker@adacore.com>
6900
6901 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
6902 used to decide whether to define darwin_read_dyld_info or not.
6903
6904 2013-01-03 Pierre Muller <muller@sourceware.org>
6905
6906 * main.c (relocate_gdb_directory): Avoid calling stat function
6907 if DIR is empty.
6908
6909 2013-01-03 Yao Qi <yao@codesourcery.com>
6910
6911 * psymtab.c (fixup_psymbol_section): Update declaration.
6912 (fixup_psymbol_section): Remove code returning value.
6913
6914 2013-01-03 Yao Qi <yao@codesourcery.com>
6915
6916 * symtab.h: Remove some out of date comments.
6917 (enum exception_event_kind): Move it ...
6918 * breakpoint.c: ... here.
6919
6920 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
6921
6922 PR gdb/14405
6923 * darwin-nat.c (darwin_read_dyld_info): Only build if
6924 TASK_DYLD_INFO_COUNT is defined.
6925 (darwin_xfer_partial): Call darwin_read_dyld_info only if
6926 TASK_DYLD_INFO_COUNT is defined.
6927
6928 2013-01-02 Tom Tromey <tromey@redhat.com>
6929
6930 * symfile.h (struct ecoff_debug_hack): Remove.
6931 * objfiles.c: Don't include mdebugread.h.
6932
6933 2013-01-02 Tom Tromey <tromey@redhat.com>
6934
6935 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
6936 * configure.ac: Check for Mach-O support in BFD. Update
6937 CONFIG_OBS.
6938 * configure: Rebuild.
6939
6940 2013-01-02 Tom Tromey <tromey@redhat.com>
6941
6942 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
6943 * configure.ac: Use GDB_AC_CHECK_BFD.
6944 * configure: Rebuild.
6945
6946 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
6947
6948 * MAINTAINERS: Update my email.
6949
6950 2013-01-01 Joel Brobecker <brobecker@adacore.com>
6951
6952 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
6953
6954 2013-01-01 Joel Brobecker <brobecker@adacore.com>
6955
6956 * rs6000-nat.c (bss_data_overlap): New function.
6957 (vmap_symtab): Use it to adjust the .bss section's offset.
6958
6959 2013-01-01 Joel Brobecker <brobecker@adacore.com>
6960
6961 Update year range in copyright notice of all files.
6962
6963 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
6964
6965 * top.c (print_gdb_version): Update copyright year.
6966
6967 For older changes see ChangeLog-2012.
6968 \f
6969 Local Variables:
6970 mode: change-log
6971 left-margin: 8
6972 fill-column: 74
6973 version-control: never
6974 coding: utf-8
6975 End:
This page took 0.159552 seconds and 3 git commands to generate.