Add support for DWP file format version 2.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-10-04 Doug Evans <dje@google.com>
2
3 Add support for DWP file format version 2.
4 * NEWS: Mention support for DWP file format version 2.
5 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
6 union of asection, containing_section. New fields virtual_offset
7 and is_virtual. Change type of readin filed from int to char.
8 (dwo_sections, dwo_file): Tweak comments.
9 (dwp_v2_section_ids): New enum.
10 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
11 str_offsets, types.
12 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
13 All uses updated.
14 (virtual_v2_dwo_sections): New struct.
15 (dwp_hash_table): New fields version, nr_columns. Change type of
16 section_pool field to a union.
17 (dwp_file): New field version.
18 (dwarf2_has_info): Check for virtual sections.
19 (get_containing_section): New function.
20 (get_section_bfd_owner, get_section_bfd_section): Call it.
21 (dwarf2_locate_sections): Update.
22 (dwarf2_section_empty_p): Update.
23 (dwarf2_read_section): Handle virtual sections.
24 (locate_dwz_sections): Update.
25 (create_dwp_hash_table): Document and handle V2 format.
26 (locate_v1_virtual_dwo_sections): Renamed from
27 locate_virtual_dwo_sections and update. All callers updated.
28 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
29 Delete arg htab. Rename arg section_index to unit_index.
30 All callers updated.
31 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
32 All uses updated.
33 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
34 (lookup_dwo_unit_in_dwp): Add V2 support.
35 (dwarf2_locate_dwo_sections): Update.
36 (dwarf2_locate_common_dwp_sections): Renamed from
37 dwarf2_locate_dwp_sections and update. All callers updated.
38 (dwarf2_locate_v2_dwp_sections): New function.
39 (open_and_init_dwp_file): Add V2 support.
40 (read_str_index): New locals str_section, str_offsets_section.
41
42 2013-10-04 Pedro Alves <palves@redhat.com>
43
44 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
45 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
46 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
47 describing comments with references to ptid.h.
48 * common/ptid.h: Remove intro description of constructors,
49 accessors and predicates.
50 (struct ptid): Reformat.
51 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
52 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
53 describing comments.
54
55 2013-10-04 Joel Brobecker <brobecker@adacore.com>
56
57 * aix-thread.c (sync_threadlists): Add missing ')' in call
58 to ptid_build.
59
60 2013-10-04 Joel Brobecker <brobecker@adacore.com>
61
62 * procfs.c (procfs_init_inferior): Fix typo causing the build
63 to fail.
64
65 2013-10-04 Joel Brobecker <brobecker@adacore.com>
66
67 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
68
69 2013-10-04 Joel Brobecker <brobecker@adacore.com>
70
71 * mi/mi-main.c (run_one_inferior): Add function description.
72 Make ARG a pointer to an integer whose value determines whether
73 we should "run" or "start" the program.
74 (mi_cmd_exec_run): Add handling of the "--start" option.
75 Reject all other command-line options.
76 * NEWS: Add entry for "-exec-run"'s new "--start" option.
77
78 2013-10-04 Yao Qi <yao@codesourcery.com>
79
80 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
81 (struct notif_client) <pending_event>: Moved
82 to struct remote_notif_state.
83 <id>: New field.
84 (struct remote_notif_state) <pending_event>: New field.
85 (notif_event_xfree): Declare.
86 * remote-notif.c (handle_notification): Adjust.
87 (notif_event_xfree): New function.
88 (do_notif_event_xfree): Call notif_event_xfree.
89 (remote_notif_state_xfree): Call notif_event_xfree to free
90 each element in field pending_event.
91 * remote.c (discard_pending_stop_replies): Remove declaration.
92 (discard_pending_stop_replies_in_queue): Declare.
93 (remote_close): Call discard_pending_stop_replies_in_queue
94 instead of discard_pending_stop_replies.
95 (remote_start_remote): Adjust.
96 (stop_reply_xfree): Call notif_event_xfree.
97 (notif_client_stop): Adjust initialization.
98 (remote_notif_remove_all): Rename it to ...
99 (remove_stop_reply_for_inferior): ... this. Update comments.
100 Don't check INF is NULL.
101 (discard_pending_stop_replies): Return early if notif_state is
102 NULL. Adjust. Don't check INF is NULL.
103 (remote_notif_get_pending_events): Adjust.
104 (discard_pending_stop_replies_in_queue): New function.
105 (remote_wait_ns): Likewise.
106
107 2013-10-04 Yao Qi <yao@codesourcery.com>
108
109 * remote-notif.c (DECLARE_QUEUE_P): Remove.
110 (notif_queue): Remove.
111 (remote_notif_process): Add one parameter 'notif_queue'.
112 Update comments. Callers update.
113 (remote_async_get_pending_events_token): Remove.
114 (remote_notif_register_async_event_handler): Remove.
115 (remote_notif_unregister_async_event_handler): Remove.
116 (handle_notification): Add parameter 'notif_queue'. Update
117 comments. Callers update.
118 (notif_xfree): Remove.
119 (remote_notif_state_allocate): New function.
120 (remote_notif_state_xfree): New function.
121 (_initialize_notif): Remove code to allocate queue.
122 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
123 (struct remote_notif_state): New.
124 (handle_notification): Update declaration.
125 (remote_notif_process): Likewise.
126 (remote_notif_register_async_event_handler): Remove.
127 (remote_notif_unregister_async_event_handler): Remove.
128 (remote_notif_state_allocate): Declare.
129 (remote_notif_state_xfree): Declare.
130 * remote.c (struct remote_state) <notif_state>: New field.
131 (remote_close): Don't call
132 remote_notif_unregister_async_event_handler. Call
133 remote_notif_state_xfree.
134 (remote_open_1): Don't call
135 remote_notif_register_async_event_handler. Call
136 remote_notif_state_allocate.
137
138 2013-10-04 Yao Qi <yao@codesourcery.com>
139
140 * varobj.c (create_child_with_value): Remove 'const' from the
141 type of parameter 'name'.
142 (varobj_add_child): Likewise.
143 (install_dynamic_child): Remove 'const' from the type of
144 parameter 'name'.
145 (varobj_add_child): Likewise.
146 (create_child_with_value): Likewise. Update comments. Don't
147 duplicate 'name'.
148 (update_dynamic_varobj_children): Duplicate 'name'
149 and pass it to install_dynamic_child.
150
151 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
152
153 * python/py-value.c (convert_value_from_python): Move PyInt_Check
154 conversion logic to occur after PyLong_Check. Comment on order
155 change significance.
156 * python/py-arch.c (archpy_disassemble): Comment on order of
157 conversion for integers and longs.
158
159 2013-10-03 Pedro Alves <palves@redhat.com>
160
161 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
162 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
163 functions. Always test for PTRACE_O_TRACESYSGOOD even if
164 PTRACE_O_TRACEFORK is not supported.
165 (linux_test_for_tracesysgood): New function.
166 (linux_test_for_tracefork): New function, factored out from
167 linux_check_ptrace_features, and also don't kill child_pid here.
168
169 2013-10-03 Tristan Gingold <gingold@adacore.com>
170
171 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
172 Remove verbose error reporting. Use detected state to
173 thread_set_state call.
174 (i386_darwin_dr_get): Fix return type. Remove verbose error
175 report.
176 Remove trailing spaces.
177
178 2013-10-02 Pedro Alves <palves@redhat.com>
179
180 * cp-valprint.c (cp_print_value_fields): Adjust calls to
181 val_print_optimized_out.
182 * jv-valprint.c (java_print_value_fields): Likewise.
183 * p-valprint.c (pascal_object_print_value_fields): Likewise.
184 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
185 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
186 new optimized out value.
187 * findvar.c (address_from_register): Likewise.
188 * frame.c (put_frame_register): Tweak error string to say the
189 register was not saved, rather than optimized out.
190 * infcmd.c (default_print_one_register_info): Adjust call to
191 val_print_optimized_out. Use value_of_register instead of
192 get_frame_register_value.
193 * mi/mi-main.c (output_register): Use value_of_register instead of
194 get_frame_register_value.
195 * valprint.c (valprint_check_validity): Likewise.
196 (val_print_optimized_out): New value parameter. If the value is
197 lval_register, print <not saved> instead.
198 (value_check_printable, val_print_scalar_formatted): Adjust calls
199 to val_print_optimized_out.
200 * valprint.h (val_print_optimized_out): New value parameter.
201 * value.c (struct value) <optimized_out>: Extend comment.
202 (error_value_optimized_out): New function.
203 (require_not_optimized_out): Use it. Use a different string for
204 lval_register values.
205 * value.h (error_value_optimized_out): New declaration.
206 * NEWS: Mention <not saved>.
207
208 2013-10-02 Joel Brobecker <brobecker@adacore.com>
209
210 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
211 strcmp to compare two symtab filenames.
212
213 2013-10-02 Joel Brobecker <brobecker@adacore.com>
214
215 * symtab.c (search_symbols_equal): Delete.
216 (sort_search_symbols_remove_dups): Replace call to
217 search_symbols_equal by call to compare_search_syms,
218 adjusting as necessary.
219
220 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
221
222 PR python/15579
223
224 * python/python.c: Document gdb.execute command in Python help.
225
226 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
227
228 * python/py-frame.c (frame_info_to_frame_object): Use
229 gdbpy_convert_exception. Clean up Python object on failure.
230
231 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
232
233 * python/lib/gdb/command/frame_filters.py
234 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
235 (ShowFrameFilterPriority.invoke): Ditto.
236
237 2013-10-01 Keith Seitz <keiths@redhat.com>
238
239 * linespec.c (struct ls_parser): Make 'saved_arg' const.
240 (parse_linespec): Make 'argptr' const.
241 Remove temporary cast of 'argptr' to const char **.
242 (decode_line_full): Pass const pointer to parse_linespec.
243 (decode_line_1): Likewise.
244 (decode_objc): Make local variable 'new_argptr' const.
245 (find_function_symbols): Remove temporary cast to char *
246 to find_imps.
247 * objc-lang.c (find_imps): Make argument 'method' const.
248 Return const.
249 * objc-lang.h (find_imps): Likewise.
250
251 2013-10-01 Keith Seitz <keiths@redhat.com>
252
253 * completer.c (skip_quoted_chars): Make all arguments const.
254 Return const.
255 (skip_quoted): Likewise.
256 * completer.h (skip_quoted_chars): Likewise.
257 (skip_quoted): Likewise.
258 * defs.h (skip_quoted): Remove duplicate declaration.
259 * jv-exp.y: Include completer.h.
260 (yylex): Remove unneccessary cast to char * fro skip_quoted.
261 * p-exp.y: Include completer.h.
262
263 2013-10-01 Keith Seitz <keiths@redhat.com>
264
265 * c-exp.y (parse_number): Make first argument const.
266 Make a copy of the input to manipulate.
267 (c_parse_escape): Make first argument const.
268 Make local variable 'tokptr' const.
269 (parse_string_or_char): Make first two arguments const.
270 (macro_original_text): Make const.
271 (lex_one_token): Make local variable 'tokstart' const.
272 Likewise for local variables named 'p'.
273 Cast away const for struct stoken (temporary).
274 * c-lang.h (c_parse_escpae): Make first argument const.
275 * cli/cli-cmds.c (echo_command): Make local variable 'p'
276 const.
277 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
278 var_string case.
279 * f-exp.y (parse_number): Make first argument const.
280 (match_string_literal): Make local variable 'tokstart'
281 const.
282 (yylex): Make local variable 'p' const.
283 Cast away const for struct stoken (temporary).
284 * go-exp.y (parse_number): Make first argument const.
285 (parse_string_or_char): Likewise.
286 Make local variable 'tokstart' const.
287 (lex_one_token): Likewise for numerous locals called 'p'.
288 Cast away const for struct stoken (temporary).
289 * jv-exp.y (parse_number): Make first argument const.
290 Make local variables 'tokstart' and 'tokptr' const.
291 Cast away const for call to skip_quoted (temporary).
292 (yylex): Make local variable 'p' const.
293 Cast away const for struct stoken (temporary).
294 * m2-exp.y (parse_number): Make local variable 'p' const.
295 (yylex): Likewise for 'tokstart'.
296 Cast away const for struct stoken (temporary).
297 Make local variable 'p' const.
298 * macroexp.c (get_character_constant): Pass a const string
299 to c_parse_escape.
300 (get_string_literal): Likewise.
301 (macro_expand_next): Make first argument const.
302 Cast away const for init_shared_buffer.
303 * macroexp.h (macro_expand_next): Make first argument const.
304 * p-exp.y (yylex): Make a local copy of 'lexptr'.
305 Pass a const string to c_parse_escape.
306 Make local variables 'p' and 'namestart' const.
307 * parse.c (lexptr): Make const.
308 (prev_lexptr): Likewise.
309 (find_template_name_end): Return const.
310 Make argument const, too.
311 (parse_exp_in_context): Make first argument const.
312 Remove the entire const_hack.
313 (parse_exp_in_context_1): Make first argument const.
314 * parser-defs.h (find_template_name_end): Return const.
315 Make argument const, too.
316 (lexptr): Make const.
317 (prev_lexptr): Likewise.
318 * utils.c (parse_escape): Make second argument const.
319 * utils.h (parse_escape): Likewise.
320
321 2013-10-01 Keith Seitz <keiths@redhat.com>
322
323 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
324 is now const.
325 (block_lookup): Make 'raw_name' and 'name' const.
326 * ada-lex.l (processString): Update for struct stoken.ptr.
327 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
328 (operator_stoken): Likewise.
329 (lex_one_token): Remove temporary cast to char * for
330 'yylval.sval.ptr'.
331 * f-exp.y (yylex): Likewise.
332 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
333 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
334 * go-exp.y (lex_one_token): Remove temporary cast to char * for
335 'yylval.sval.ptr'.
336 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
337 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
338 * linespec.c (struct ls_parser): Make 'stream' const.
339 (find_parameter_list_end): Make argument 'input' and local
340 variable 'p' const.
341 (linespec_lexer_lex_string): Make local variables 'start' and
342 'p' const.
343 Use skip_spaces_const instead of skip_spaces.
344 (linespec_lexer_peek_token): Make local variable 'saved_stream'
345 const.
346 (parse_linespec): Temporarily cast 'argptr' to const for
347 'parser->lexer.stream'.
348 * m2-exp.y (yylex): Remove temporary cast to char * for
349 'yylval.sval.ptr'.
350 * objc-lang.c (add_msglist): Make local variable 'p' const.
351 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
352 (exp : STRING): Make 'sp' const.
353 (parse_number): Make argument 'p' const.
354 * parser-defs.h (struct stoken): Make 'ptr' const.
355
356 2013-10-01 Doug Evans <dje@google.com>
357
358 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
359
360 2013-10-01 Yao Qi <yao@codesourcery.com>
361
362 * varobj.c (c_value_of_root): Remove declaration.
363 (cplus_value_of_root, java_value_of_root): Likewise.
364 (ada_value_of_root): Likewise.
365 (struct language_specific) <value_of_root>: Remove.
366 (languages): Update initialization.
367 (check_scope): Move earlier.
368 (c_value_of_root): Move earlier and rename to ...
369 (value_of_root_1): ... this.
370 (value_of_root): Caller update.
371 (cplus_value_of_root, java_value_of_root): Remove.
372 (ada_value_of_root): Remove.
373
374 2013-10-01 Yao Qi <yao@codesourcery.com>
375
376 * varobj.c (varobj_format_string): Remove "unknown".
377 (languages): Remove the first element.
378 * varobj.h (enum varobj_languages): Remove vlang_c.
379
380 2013-10-01 Yao Qi <yao@codesourcery.com>
381
382 * varobj.c (struct language_specific) <language>: Remove.
383 (languages): Update the initialization.
384
385 2013-10-01 Yao Qi <yao@codesourcery.com>
386
387 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
388 "solib-target.h". Include "windows-tdep.h".
389 (arm_wince_init_abi): Call windows_init_abi. Remove call to
390 set_solib_ops and set_gdbarch_has_dos_based_file_system.
391 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
392 windows-tdep.o to gdb_target_obs.
393
394 2013-10-01 Yao Qi <yao@codesourcery.com>
395
396 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
397 "solib-target.h".
398 (amd64_windows_init_abi): Don't call set_solib_ops and
399 set_gdbarch_iterate_over_objfiles_in_search_order. Call
400 windows_init_abi instead.
401 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
402 "solib-target.h".
403 (i386_cygwin_init_abi): Don't call set_solib_ops,
404 set_gdbarch_has_dos_based_file_system and
405 set_gdbarch_iterate_over_objfiles_in_search_order. Call
406 windows_init_abi instead.
407 * windows-tdep.c: Include "solib.h" and "solib-target.h".
408 (windows_init_abi): New function.
409 (windows_iterate_over_objfiles_in_search_order): Make it
410 static.
411 * windows-tdep.h (windows_init_abi): Declare.
412 (windows_iterate_over_objfiles_in_search_order): Remove
413 declaration.
414
415 2013-10-01 Jerome Guitton <guitton@adacore.com>
416
417 Checked in by Joel Brobecker <brobecker@adacore.com>
418 * system-gdbinit/elinos.py (get_elinos_environment): Return an
419 incomplete dictionnary instead of None in case of missing
420 environment variables.
421 (elinos_init): in case of an incomplete environment, best
422 effort to load system libraries instead of abort.
423
424 2013-10-01 Joel Brobecker <brobecker@adacore.com>
425
426 * ada-lang.c (ada_has_this_exception_support): Ignore
427 mst_solib_trampoline minimal symbols.
428
429 2013-09-30 Tristan Gingold <gingold@adacore.com>
430
431 * i386-darwin-nat.c (darwin_complete_target): Install methods for
432 hardware watchpoint.
433 (i386_darwin_dr_set): Support 32 and 64 bit states.
434 (i386_darwin_dr_get): Likewise.
435 (i386_darwin_dr_set_control): Make static.
436 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
437 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
438
439 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
440
441 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
442 Replace TIDGET with ptid_get_lwp.
443 Replace GET_LWP with ptid_get_lwp.
444 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
445 Replace BUILD_THREAD with ptid_build.
446 Replace BUILD_LWP with ptid_build.
447 Replace PIDGET with ptid_get_pid.
448 Replace TIDGET with ptid_get_lwp.
449 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
450 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
451 Replace TIDGET with ptid_get_lwp.
452 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
453 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
454 Replace TIDGET with ptid_get_lwp.
455 Replace GET_LWP with ptid_get_lwp.
456 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
457 * auxv.c: Likewise.
458 * breakpoint.c: Likewise.
459 * common/ptid.c (ptid_is_pid): Condense check for
460 null_ptid and minus_one_ptid.
461 (ptid_lwp_p): New function.
462 (ptid_tid_p): New function.
463 * common/ptid.h: Update comments for accessors.
464 (ptid_lwp_p): New prototype.
465 (ptid_tid_p): New prototype.
466 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
467 * gcore.c: Replace PIDGET with ptid_get_pid.
468 * gdbthread.h: Likewise.
469 * gnu-nat.c: Likewise.
470 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
471 Replace TIDGET with ptid_get_lwp.
472 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
473 * hppanbsd-nat.c: Likewise.
474 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
475 Replace TIDGET with ptid_get_lwp.
476 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
477 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
478 * infcmd.c: Likewise.
479 * inferior.h: Likewise.
480 * inflow.c: Likewise.
481 * infrun.c: Likewise.
482 * linux-fork.c: Likewise.
483 * linux-nat.c: Replace PIDGET with ptid_get_pid.
484 Replace GET_PID with ptid_get_pid.
485 Replace is_lwp with ptid_lwp_p.
486 Replace GET_LWP with ptid_get_lwp.
487 Replace BUILD_LWP with ptid_build.
488
489 2013-09-28 Mike Frysinger <vapier@gentoo.org>
490
491 * common/linux-btrace.c: Move sys/syscall.h out of the
492 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
493 Also check for SYS_perf_event_open before attempting to buid.
494
495 2013-09-27 Doug Evans <dje@google.com>
496
497 * dwarf2read.c (dwarf2_section_info): Add comment.
498 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
499 All uses updated.
500 (dwarf2_section_empty_p): Rename arg from "info" to "section".
501 (dwarf2_read_section): Delete unused local "header". Add section
502 name to error message.
503 (create_dwo_in_dwp): Tweak comment.
504 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
505
506 * dwarf2read.c (die_reader_specs): Tweak comment.
507 (get_section_bfd_owner, get_section_bfd_section): New functions.
508 (get_section_name, get_section_file_name): New functions.
509 (get_section_id, get_section_flags): New functions.
510 (*): Use new functions to access section fields.
511
512 * dwarf2read.c (struct dwo_file): Add/tweak comments.
513 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
514 arg "htab". All callers updated.
515 (create_debug_types_hash_table): Remove redundant copy of
516 abbrev_section.
517 (create_dwo_in_dwp): Tweak comments.
518 (read_str_index): Tweak comment. Record dwarf form name in static
519 local.
520
521 2013-09-27 Pedro Alves <palves@redhat.com>
522
523 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
524 (remote_filename_p): Add comment.
525 * remote.c (remote_filename_p): Adjust to use
526 REMOTE_SYSROOT_PREFIX.
527 * solib.c (solib_find): When deciding whether we need to add a
528 directory separator, check whether the sysroot is "remote:"
529 instead of checking whether the patch has a drive spec. Add
530 comments.
531
532 2013-09-27 Pedro Alves <palves@redhat.com>
533
534 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
535 Delete fields.
536 (remote_parse_stop_reply): Adjust, setting event->ws.kind
537 directly.
538
539 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
540
541 Fix set debug frame output.
542 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
543 SENTINEL_FRAME entry lower to match enum frame_type order.
544
545 2013-09-26 Pierre Muller <muller@sourceware.org>
546
547 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
548 AMD64_R15_REGNUM when a register index is expected.
549 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
550 Substitute in array.
551 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
552 (amd64_push_arguments): Substitute in integer_regnum array.
553
554 2013-09-25 Doug Evans <dje@google.com>
555
556 * objfiles.c (allocate_objfile): Move comment to better place.
557
558 New option "set debug symfile on".
559 * NEWS: Mention "set debug symfile".
560 * Makefile.in (SFILES): Add symfile-debug.c.
561 (COMMON_OBS): Add symfile-debug.o.
562 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
563 objfile's symbol functions.
564 * objfiles.h (objfile_set_sym_fns): Declare.
565 * symfile-debug.c: New file.
566 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
567 objfile's symbol functions.
568 (reread_symbols): Ditto.
569
570 * symfile.h (struct sym_fns): Delete member "sym_flavour".
571 All uses updated.
572 (add_symtab_fns): Update prototype.
573 * symfile.c (sym_fns_ptr): Delete. Replace with ...
574 (registered_sym_fns): ... this.
575 (symtab_fns): Update.
576 (add_symtab_fns): New arg "flavour". All callers updated.
577 (find_sym_fns): Rewrite to use new sym_fns registry.
578
579 * symfile.h (struct sym_fns): Add "objfile" argument to
580 sym_read_linetable. All uses updated.
581
582 * symtab.c (domain_name, search_domain_name): New functions.
583 * symtab.h (domain_name, search_domain_name): Declare.
584
585 * symfile.h (struct quick_symbol_functions): Reorg arg list of
586 map_matching_symbols so objfile is first. All uses updated.
587 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
588 * psymtab.c (map_matching_symbols_psymtab): Update signature.
589
590 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
591
592 PR shlibs/8882
593 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
594 link map entries.
595
596 2013-09-24 Doug Evans <dje@google.com>
597
598 * objfiles.c (free_objfile): Move comment.
599
600 2013-09-24 Joel Brobecker <brobecker@adacore.com>
601
602 * ada-exp.y (string_to_operator): Delete.
603 (dummy_string_to_ada_operator): Delete.
604
605 2013-09-24 Joel Brobecker <brobecker@adacore.com>
606
607 Revert:
608 * i386-tdep.h (enum amd64_reg_class): New, moved here from
609 amd64-tdep.c.
610 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
611 call_dummy_integer_regs, and classify.
612 * amd64-tdep.h (amd64_classify): Add declaration.
613 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
614 (amd64_reg_class): Delete, moved to i386-tdep.h.
615 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
616 Replace call to amd64_classify by call to tdep->classify.
617 (amd64_push_arguments): Get the list of registers to use for
618 passing integer parameters from the gdbarch tdep structure,
619 rather than using a hardcoded one. Replace calls to amd64_classify
620 by calls to tdep->classify.
621 (amd64_push_dummy_call): Get the register number used for
622 the "hidden" argument from tdep->call_dummy_integer_regs.
623 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
624 and tdep->call_dummy_integer_regs. Set tdep->classify.
625
626 2013-09-24 Joel Brobecker <brobecker@adacore.com>
627
628 Revert:
629 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
630 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
631 where tdep->memory_args_by_pointer is non-zero.
632
633 2013-09-24 Joel Brobecker <brobecker@adacore.com>
634
635 Revert:
636 * i386-tdep.h (struct gdbarch_tdep): Add new field
637 integer_param_regs_saved_in_caller_frame.
638 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
639 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
640
641 2013-09-24 Joel Brobecker <brobecker@adacore.com>
642
643 * amd64-windows-tdep.c: #include "value.h"
644 (amd64_windows_classify): Delete.
645 (amd64_windows_passed_by_integer_register)
646 (amd64_windows_passed_by_xmm_register)
647 (amd64_windows_passed_by_pointer)
648 (amd64_windows_adjust_args_passed_by_pointer)
649 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
650 (amd64_windows_push_dummy_call): New functions.
651 (amd64_windows_init_abi): Remove setting of
652 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
653 tdep->classify, tdep->memory_args_by_pointer and
654 tdep->integer_param_regs_saved_in_caller_frame.
655 Add call to set_gdbarch_push_dummy_call.
656
657 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
660 objfile->original_name.
661
662 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 Pass down original filename for objfile.
665 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
666 * elfread.c (elf_symfile_read): Likewise.
667 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
668 longer set ORIGINAL_NAME.
669 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
670 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
671 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
672 symbol_file_add_from_bfd call.
673 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
674 (macho_check_dsym): Add parameter filenamep. Change function comment.
675 Set *filenamep.
676 (macho_symfile_read): New variable dsym_filename. Update
677 macho_check_dsym call. Use it for symbol_file_add_separate.
678 * objfiles.c (allocate_objfile): Add parameter name. New comment for
679 it. Use it for objfile->original_name.
680 (objfile_name): Return OBFD's filename, if available.
681 * objfiles.h (allocate_objfile): Add new parameter name.
682 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
683 * symfile-mem.c (symbol_file_add_from_memory): Update
684 symbol_file_add_from_bfd call.
685 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
686 comment for it.
687 (symbol_file_add_with_addrs): New parameter name, add function comment
688 for it. Remove variable name. Update allocate_objfile call.
689 (symbol_file_add_separate): New parameter name, add function comment
690 for it. Update symbol_file_add_with_addrs call.
691 (symbol_file_add_from_bfd): New parameter name. Update
692 symbol_file_add_with_addrs call.
693 (symbol_file_add): Update symbol_file_add_from_bfd call.
694 (reread_symbols): New variable original_name. Save
695 objfile->original_name by it.
696 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
697 second parameter.
698
699 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
700
701 Code cleanup: Add objfile_name accessor function.
702 * ada-lang.c (is_known_support_routine): Use objfile_name.
703 * auto-load.c (source_gdb_script_for_objfile)
704 (auto_load_objfile_script): Likewise.
705 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
706 * dbxread.c (dbx_symfile_read): Likewise.
707 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
708 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
709 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
710 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
711 (lookup_dwp_signatured_type, lookup_dwo_unit)
712 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
713 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
714 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
715 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
716 (dwarf2_record_block_ranges, read_common_block, read_typedef)
717 (read_subrange_type, load_partial_dies, read_partial_die)
718 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
719 (die_containing_type, build_error_marker_type, lookup_die_type)
720 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
721 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
722 (get_DW_AT_signature_type, write_psymtabs_to_index)
723 (save_gdb_index_command): Likewise.
724 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
725 Likewise.
726 * expprint.c (dump_subexp_body_standard): Likewise.
727 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
728 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
729 original_name.
730 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
731 obj_name, use objfile_name for it, use the variable.
732 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
733 Use objfile_name.
734 * machoread.c (macho_symtab_read, macho_check_dsym)
735 (macho_symfile_relocate): Likewise.
736 * maint.c (maintenance_translate_address): Likewise.
737 * minidebug.c (find_separate_debug_file_in_section): Likewise.
738 * minsyms.c (install_minimal_symbols): Likewise.
739 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
740 original_name.
741 (filter_overlapping_sections): Use objfile_name.
742 (objfile_name): New function.
743 * objfiles.h (struct objfile): Rename field name to original_name.
744 (objfile_name): New prototype.
745 * printcmd.c (sym_info, address_info): Use objfile_name.
746 * probe.c (parse_probes, collect_probes, compare_probes)
747 (info_probes_for_ops): Likewise.
748 * progspace.c (clone_program_space): Likewise.
749 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
750 (maintenance_info_psymtabs): Likewise.
751 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
752 (source_section_scripts): Likewise.
753 * python/py-objfile.c (objfpy_get_filename): Likewise.
754 * python/py-progspace.c (pspy_get_filename): Likewise.
755 * solib-aix.c (solib_aix_get_toc_value): Likewise.
756 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
757 * solib.c (solib_read_symbols): Likewise.
758 * stabsread.c (scan_file_globals): Likewise.
759 * stap-probe.c (handle_stap_probe): Likewise.
760 * symfile.c (symbol_file_clear, separate_debug_file_exists)
761 (find_separate_debug_file_by_debuglink): Likewise.
762 (reread_symbols): Likewise. Use the objfile field name renamed to
763 original_name.
764 (allocate_symtab): Use objfile_name.
765 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
766 (dump_objfile, dump_msymbols, dump_symtab_1)
767 (maintenance_print_msymbols, maintenance_print_objfiles)
768 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
769 * target.c (target_translate_tls_address, target_info): Likewise.
770 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
771 objfile_name.
772
773 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
774
775 Code cleanup.
776 * probe.c (parse_probes): Rename variable objfile_name to
777 objfile_namestr.
778
779 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
780
781 Remove solib-sunos.c.
782 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
783 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
784 * objfiles.c (rt_common_objfile): Remove.
785 (free_objfile): Remove rt_common_objfile comparison.
786 * objfiles.h (rt_common_objfile): Remove.
787 * solib-sunos.c: Remove.
788 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
789
790 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
791
792 Remove a.out NetBSD and OpenBSD hosts.
793 * NEWS (Removed native configurations): New.
794 * config/arm/nbsdaout.mh: Remove.
795 * config/i386/nbsdaout.mh: Remove.
796 * config/i386/obsdaout.mh: Remove.
797 * config/m68k/nbsdaout.mh: Remove.
798 * config/sparc/nbsdaout.mh: Remove.
799 * config/vax/nbsdaout.mh: Remove.
800 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
801 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
802 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
803 error.
804 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
805 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
806 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
807
808 2013-09-23 Tom Tromey <tromey@redhat.com>
809
810 * linespec.c (struct minsym_and_objfile): Remove.
811 (minsym_and_objfile_d): Remove.
812 (struct linespec, struct collect_info, linespec_parse_basic)
813 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
814 (compare_msymbols, find_method, find_function_symbols)
815 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
816 (add_minsym, search_minsyms_for_name): Update.
817
818 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
819
820 * regcache.c: Add include of valprint.h.
821 (dump_endian_bytes): Delete.
822 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
823
824 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
825
826 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
827
828 2013-09-19 Pedro Alves <palves@redhat.com>
829
830 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
831 breakpoints.
832
833 2013-09-19 Pedro Alves <palves@redhat.com>
834 Thomas Schwinge <thomas@codesourcery.com>
835 Yue Lu <hacklu.newborn@gmail.com>
836
837 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
838 Take a gdb_byte pointer instead of a char pointer.
839
840 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
841 gnu_xfer_partial helper.
842 (gnu_xfer_partial): New function.
843 (gnu_target): Don't install a deprecated_xfer_memory hook.
844 Install a to_xfer_partial hook.
845
846 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 Constification.
849 * main.c (captured_main): Replace catch_command_errors by
850 catch_command_errors_const. Twice.
851 * symfile.c (symbol_file_add_main_1): Make args parameter const.
852 (symbol_file_add): Make name parameter const.
853 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
854 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
855 variable name. Change their usage accordingly.
856 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
857 const.
858 (symbol_file_add_main): Make args parameter const.
859
860 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
861 Ulrich Weigand <uweigand@de.ibm.com>
862
863 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
864 of c_value member.
865 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
866
867 2013-09-18 Pedro Alves <palves@redhat.com>
868 Yue Lu <hacklu.newborn@gmail.com>
869
870 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
871 (gnu_create_inferior)
872 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
873 (set_sig_thread_cmd): Use the lwpid field of ptids to
874 store/extract thread ids instead of the tid field.
875 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
876
877 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
878
879 * infcmd.c (default_print_one_register_info): Add detection of
880 optimized out values.
881 (default_print_registers_info): Switch to using
882 get_frame_register_value.
883
884 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
885
886 * infrun.c (handle_inferior_event): Check if we know the
887 function start address before setting a resume breakpoint.
888
889 2013-09-18 Pedro Alves <palves@redhat.com>
890
891 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
892 minus_one_ptid instead of looking at the ptid's tid field and
893 comparing that to -1.
894
895 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
896
897 * main.h (get_gdb_program_name): Remove extra whitespace.
898
899 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
900
901 * main.h (get_gdb_program_name): Add declaration.
902 * main.c (get_gdb_program_name): Add definition.
903
904 2013-09-17 Doug Evans <dje@google.com>
905
906 * dwarf2read.c: Move definitions of complaint functions to after
907 forward declarations of local functions.
908
909 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
910 Pedro Alves <palves@redhat.com>
911
912 PR gdb/11568
913 * breakpoint.c (remove_threaded_breakpoints): New function.
914 (_initialize_breakpoint): Attach remove_threaded_breakpoints
915 as thread_exit observer.
916
917 2013-09-17 Pedro Alves <palves@redhat.com>
918
919 PR gdb/15911
920 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
921 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
922 * corelow.c (core_open):
923 * frame.h (print_stack_frame, print_frame_info): New
924 'set_current_sal' parameter.
925 * infcmd.c (finish_command, kill_command): Adjust call to
926 print_stack_frame.
927 * inferior.c (inferior_command): Likewise.
928 * infrun.c (normal_stop): Likewise.
929 * linux-fork.c (linux_fork_context): Likewise.
930 * record-full.c (record_full_goto_entry, record_full_restore):
931 Likewise.
932 * remote-mips.c (common_open): Likewise.
933 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
934 Use it.
935 (print_frame_info): New 'set_current_sal' parameter. Set the last
936 displayed sal depending on the new paremeter instead of looking at
937 print_what.
938 (backtrace_command_1, select_and_print_frame, frame_command)
939 (current_frame_command, up_command, down_command): Adjust call to
940 print_stack_frame.
941 * thread.c (print_thread_info, restore_selected_frame)
942 (do_captured_thread_select): Adjust call to print_stack_frame.
943 * tracepoint.c (tfind_1): Likewise.
944 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
945 (mi_cmd_stack_info_frame): Likewise.
946 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
947 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
948
949 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
950
951 * value.c (isvoid_internal_fn): Replace "parameter" with
952 "argument".
953
954 2013-09-16 Stan Shebs <stan@codesourcery.com>
955
956 * README: Update references to writing code for GDB.
957 * configure.ac (build_warnings): Remove obsolete comment.
958 * configure: Regenerate.
959 * gdbarch.sh: Remove references to gdbint.texinfo.
960 * gdbarch.h: Regenerate.
961 * gdbtypes.c (objfile_type): Remove comments referencing internals
962 manual and D10V.
963
964 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
965
966 * NEWS: Mention new convenience function $_isvoid.
967 * value.c (isvoid_internal_fn): New function.
968 (_initialize_values): Add new convenience function $_isvoid.
969
970 2013-09-16 Pierre Muller <muller@sourceware.org>
971
972 * arm-linux-tdep.c: Add "elf/common.h" header.
973 Remove AT_HWCAP macro definintion as it is provided in
974 added include file.
975 * s390-tdep.c: Remove system header <elf.h>
976 Add "elf/common.h" header for AT_HWCAP definition.
977 (s390_core_read_description): Use correct CORE_ADDR
978 for hwcap local variable used as third parameter
979 of function target_auxv_search.
980
981 2013-09-14 Pierre Muller <muller@sourceware.org>
982 Tom Tromey <tromey@redhat.com>
983 Pedro Alves <palves@redhat.com>
984
985 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
986 mode if operating system doesn't know O_CLOEXEC.
987
988 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
989
990 Code cleanup.
991 * symfile.c (reread_symbols): Move variable obfd_filename to a more
992 inner block.
993
994 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
995
996 * NEWS: Mention TDB support.
997 * features/s390-tdb.xml: New file.
998 * features/s390-te-linux64.xml: New file.
999 * features/s390x-te-linux64.xml: New file.
1000 * features/Makefile (WHICH): Add new tdescs above.
1001 (s390-te-linux64-expedite): Set.
1002 (s390x-te-linux64-expedite): Set.
1003 * features/s390-te-linux64.c: New file (generated).
1004 * features/s390x-te-linux64.c: New file (generated).
1005 * regformats/s390-te-linux64.dat: New file (generated).
1006 * regformats/s390x-te-linux64.dat: New file (generated).
1007 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1008 (HWCAP_S390_TE): Likewise.
1009 (S390_TDB_DWORD0_REGNUM): Likewise.
1010 (S390_TDB_DWORD0_REGNUM): Likewise.
1011 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1012 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1013 (S390_TDB_ATIA_REGNUM): Likewise.
1014 (S390_TDB_R0_REGNUM): Likewise.
1015 (S390_TDB_R1_REGNUM): Likewise.
1016 (S390_TDB_R2_REGNUM): Likewise.
1017 (S390_TDB_R3_REGNUM): Likewise.
1018 (S390_TDB_R4_REGNUM): Likewise.
1019 (S390_TDB_R5_REGNUM): Likewise.
1020 (S390_TDB_R6_REGNUM): Likewise.
1021 (S390_TDB_R7_REGNUM): Likewise.
1022 (S390_TDB_R8_REGNUM): Likewise.
1023 (S390_TDB_R9_REGNUM): Likewise.
1024 (S390_TDB_R10_REGNUM): Likewise.
1025 (S390_TDB_R11_REGNUM): Likewise.
1026 (S390_TDB_R12_REGNUM): Likewise.
1027 (S390_TDB_R13_REGNUM): Likewise.
1028 (S390_TDB_R14_REGNUM): Likewise.
1029 (S390_TDB_R15_REGNUM): Likewise.
1030 (S390_NUM_REGS): Increase.
1031 (S390_IS_TDBREGSET_REGNUM): New macro.
1032 (s390_regmap_tdb): Declare.
1033 (s390_sizeof_tdbregset): Define.
1034 (tdesc_s390_te_linux64): Declare.
1035 (tdesc_s390x_te_linux64): Likewise.
1036 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1037 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1038 (s390_regmap_tdb): New regmap.
1039 (s390_supply_tdb_regset): New function.
1040 (s390_tdb_regset): New regset.
1041 (s390_linux64v2_regset_sections): Add TDB regset to list.
1042 (s390x_linux64v2_regset_sections): Likewise.
1043 (s390_regset_from_core_section): Recognize TDB core note section.
1044 (s390_core_read_description): If HWCAP indicates TE support,
1045 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1046 (s390_gdbarch_init): Handle TDB regset.
1047 (_initialize_s390_tdep): Initialize new tdescs.
1048 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1049 (have_regset_tdb): New variable.
1050 (s390_native_supply): Support register invalidation.
1051 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1052 (check_regset): Treat ENODATA as "regset exists".
1053 (s390_linux_fetch_inferior_registers): Add TDB.
1054 (s390_read_description): Check for TDB existence and select
1055 appropriate tdesc.
1056 * gdbserver/Makefile.in (clean): Add removal of new makefile
1057 targets.
1058 (s390-te-linux64.c): New makefile target.
1059 (s390x-te-linux64.c): Likewise.
1060 * gdbserver/configure.srv (srv_regobj): Append new objects
1061 s390-te-linux64.o and s390x-te-linux64.o.
1062 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1063 s390x-te-linux64.xml, and s390-tdb.xml.
1064 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1065 declaration.
1066 (tdesc_s390_te_linux64): Likewise.
1067 (init_registers_s390x_te_linux64): Likewise.
1068 (tdesc_s390x_te_linux64): Likewise.
1069 (s390_check_regset): Treat ENODATA as "regset exists".
1070 (s390_arch_setup): Add TDB regset support.
1071 (initialize_low_arch): Initialize registers for new tdescs.
1072
1073 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1074
1075 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1076 (S390_IS_FPREGSET_REGNUM): New macro.
1077 * s390-tdep.c (s390_dwarf_regmap): Make const.
1078 (regnum_is_gpr_full): New function for replacing repeated code.
1079 (s390_pseudo_register_name): Use it.
1080 (s390_pseudo_register_type): Likewise.
1081 (s390_pseudo_register_read): Likewise.
1082 (s390_pseudo_register_write): Likewise.
1083 (s390_unwind_pseudo_register): Likewise.
1084 (s390_regmap_gregset): New format for regmap.
1085 (s390x_regmap_gregset): Likewise.
1086 (s390_regmap_fpregset): Likewise.
1087 (s390_regmap_upper): Likewise.
1088 (s390_regmap_last_break): Likewise.
1089 (s390_regmap_system_call): Likewise.
1090 (s390_supply_regset): Adjust to new regmap format.
1091 (s390_collect_regset): Likewise.
1092 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1093 (s390_native_collect): Likewise.
1094 (supply_gregset): Likewise.
1095 (fill_gregset): Likewise.
1096 (supply_fpregset): Likewise.
1097 (fill_fpregset): Likewise.
1098 (fetch_regset): Likewise.
1099 (store_regset): Likewise.
1100 (s390_linux_fetch_inferior_registers): Likewise.
1101 (s390_linux_fetch_inferior_registers): Likewise.
1102
1103 2013-09-12 Andrew Pinski <apinski@cavium.com>
1104
1105 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1106
1107 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1108
1109 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1110
1111 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
1112
1113 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1114
1115 2013-09-06 Pedro Alves <palves@redhat.com>
1116
1117 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1118 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1119 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1120 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1121 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1122 gdb_stdlog.
1123
1124 2013-09-06 Pedro Alves <palves@redhat.com>
1125
1126 * remote-sim.c (dump_mem): Constify buf parameter.
1127 gdbsim_xfer_inferior_memory): Rename to ...
1128 (gdbsim_xfer_memory): ... this. Adjust interface as
1129 target_xfer_partial helper.
1130 (gdbsim_xfer_partial): New function.
1131 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1132 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1133
1134 2013-09-06 Pedro Alves <palves@redhat.com>
1135
1136 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1137 host_address_to_string, and send debug output to gdb_stdlog.
1138
1139 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1140
1141 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1142 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1143 gdb_target_obs for cris target.
1144 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1145 (cris_gdbarch_init): Move calls to
1146 set_gdbarch_fetch_tls_load_module_address and
1147 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1148 Add call to gdbarch_init_osabi.
1149 * cris-linux-tdep.c: New file.
1150 * cris-tdep.h: New file.
1151
1152 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1153
1154 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1155 to deprecated_init_ui_hook.
1156
1157 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1158
1159 * cli/cli-interp.c (_initialize_cli_interp): Add a
1160 command_loop_proc to interp_procs.
1161 * event-top.c (cli_command_loop): Change signature to match
1162 interp_command_loop_ftype.
1163 * event-top.h (cli_command_loop): Same.
1164 * interps.c (interp_new): Require every interpreter to have a
1165 command_loop_proc.
1166 (current_interp_command_loop): Just call the command_loop_proc on
1167 the current interpreter.
1168 * tui/tui-interp.c (_initialize_tui_interp): Add a
1169 command_loop_proc to interp_procs.
1170
1171 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1172
1173 * cris-tdep.c (cris_gdbarch_init): Add call to
1174 get_gdbarch_fetch_tls_load_module_address.
1175
1176 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1177
1178 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1179 (cris_elf_gregset_t): Rename from elf_gregset_t.
1180 (crisv32_elf_gregset_t): Adjust.
1181 (cris_supply_gregset, fetch_core_registers): Adjust.
1182
1183 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1184
1185 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1186
1187 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
1188
1189 * defs.h (deprecated_command_loop_hook): Remove, including
1190 references in comments.
1191 * interps.c (current_interp_command_loop): No longer use
1192 deprecated_command_loop_hook.
1193 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1194 setup.
1195 * top.c (deprecated_command_loop_hook): Remove.
1196
1197 2013-09-05 Pedro Alves <palves@redhat.com>
1198
1199 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1200 local is now int instead of ULONGEST. Print it with %d
1201 instead of paddress.
1202
1203 2013-09-05 Tristan Gingold <gingold@adacore.com>
1204
1205 * MAINTAINERS: Remove avr maintainership.
1206
1207 2013-09-05 Pedro Alves <palves@redhat.com>
1208
1209 * findvar.c (value_of_register): Rework in terms of
1210 value_of_register_lazy.
1211
1212 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1213
1214 * symfile.c (add_symbol_file_command): Remove trailing
1215 whitespaces and blank line after comment.
1216
1217 2013-09-05 Pedro Alves <palves@redhat.com>
1218
1219 * tui/tui-regs.c (tui_register_format): Don't look at the
1220 register's name here. Return string representing register
1221 value instead of storing it in the data element.
1222 (tui_get_register): Compare register string representations
1223 instead of register value states and contents.
1224
1225 2013-09-05 Pedro Alves <palves@redhat.com>
1226
1227 PR tui/15933
1228 * tui/tui-regs.c (tui_show_registers): Show registers of the
1229 selected frame, not the current frame.
1230
1231 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
1232
1233 * MAINTAINERS (Write After Approval): Add myself to the list.
1234
1235 2013-09-04 Doug Evans <dje@google.com>
1236
1237 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1238 (queue_and_load_dwo_tu): New function.
1239 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1240 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1241 Make dependent_cu optional.
1242 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1243 and an older .gdb_index is in use, queue and load all its TUs too.
1244
1245 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1248 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1249 variable search_flags.
1250 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1251 (OPF_RETURN_REALPATH): ... here.
1252 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1253 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1254 call. Twice.
1255 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1256 openp call.
1257 * solib.c (solib_find): Likewise. Four times.
1258 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1259 in the function comment and for the realpath_fptr variable.
1260 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1261 (find_and_open_source): Likewise. Twice.
1262 * symfile.c (symfile_bfd_open): Likewise, also twice.
1263
1264 2013-09-04 Doug Evans <dje@google.com>
1265
1266 * progspace.c (save_current_space_and_thread): Remove unnecessary
1267 call to save_current_inferior.
1268
1269 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
1270
1271 * sh64-tdep.c (sh64_do_register): Return after printing message
1272 about unavailable register contents.
1273
1274 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1275 Pedro Alves <palves@redhat.com>
1276
1277 * symfile.c (add_symbol_file_command): Error out on unknown
1278 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1279 options and collapse into single conditional branch.
1280
1281 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
1282
1283 * inf-child.c (inf_child_follow_fork): New parameter
1284 detach_fork.
1285 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1286 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1287 * inferior.h (detach_fork): Remove.
1288 * infrun.c (detach_fork): Adjust comment and make it
1289 static.
1290 (follow_fork): Pass detach_fork parameter to
1291 target_follow_fork.
1292 * linux-nat.c (linux_child_follow_fork): New parameter
1293 detach_fork.
1294 * target.c (target_follow_fork): New parameter detach_fork.
1295 Pass detach_fork as parameter and print its value.
1296 * target.h (struct target_ops) <to_follow_fork>: New int
1297 parameter.
1298 (target_follow_fork): New parameter detach_fork.
1299
1300 2013-09-03 Joel Brobecker <brobecker@adacore.com>
1301
1302 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1303 Replace sec->bfd by sec->the_bfd_section->owner.
1304
1305 2013-09-03 Yao Qi <yao@codesourcery.com>
1306
1307 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1308 from linux_has_shared_address_space.
1309 (linux_has_shared_address_space): Call linux_is_uclinux.
1310 * linux-tdep.h (linux_is_uclinux): Declare.
1311 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1312 linux_is_uclinux.
1313
1314 2013-09-03 Yao Qi <yao@codesourcery.com>
1315
1316 * config/djgpp/fnchange.lst: Remove entry of
1317 i386-interix-nat.c and i386-interix-tdep.c.
1318 * configure.ac: Remove '*-*-interix*'.
1319 * configure: Re-generated.
1320 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1321 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1322 obsolete comments.
1323 * osabi.c (gdb_osabi_names): Remove "Interix".
1324
1325 2013-09-03 Yao Qi <yao@codesourcery.com>
1326
1327 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1328
1329 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1330
1331 * record.h (record_print_flag) <record_print_src_line,
1332 record_print_insn_range>: Rename into ...
1333 (record_print_flag) <record_print_src_line,
1334 record_print_insn_range>: ... this. Update all users.
1335
1336 2013-09-02 Pierre Muller <muller@sourceware.org>
1337
1338 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1339 error code.
1340
1341 2013-09-02 Pierre Muller <muller@sourceware.org>
1342
1343 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1344 by use of plongest function.
1345
1346 2013-09-02 Tristan Gingold <gingold@adacore.com>
1347
1348 * NEWS: Add entry mentioning support for native Windows x64
1349 SEH data.
1350
1351 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1352 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1353 (struct amd64_windows_frame_cache): New struct.
1354 (amd64_windows_w2gdb_regnum): New global.
1355 (pc_in_range, amd64_windows_frame_decode_epilogue)
1356 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1357 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1358 (amd64_windows_frame_this_id): New functions.
1359 (amd64_windows_frame_unwind): New static global.
1360 (amd64_windows_skip_prologue): New function.
1361 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1362 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1363 with amd64_windows_skip_prologue.
1364
1365 2013-08-30 Joel Brobecker <brobecker@adacore.com>
1366
1367 GDB 7.6.1 released.
1368
1369 2013-08-30 Pedro Alves <palves@redhat.com>
1370
1371 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1372 SRC_AND_LOC.
1373
1374 2013-08-30 Pedro Alves <palves@redhat.com>
1375
1376 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1377 warning text.
1378
1379 2013-08-30 Pedro Alves <palves@redhat.com>
1380
1381 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1382 Adjust arguments to print_stack_frame.
1383
1384 2013-08-30 Pedro Alves <palves@redhat.com>
1385
1386 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1387
1388 2013-08-30 Pedro Alves <palves@redhat.com>
1389
1390 * frame.h (show_and_print_stack_frame): Delete declaration.
1391
1392 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1393
1394 PR python/15461
1395
1396 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1397 (archpy_name): Check for valid architecture.
1398 (archpy_disassemble): Ditto.
1399
1400 2013-08-29 Joel Brobecker <brobecker@adacore.com>
1401
1402 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1403 instead of "long long" in call to ptrace64.
1404
1405 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
1406
1407 * mi/mi-interp.c (mi_command_loop): Change signature to match
1408 interp_command_loop_ftype.
1409 (mi1_command_loop): Remove.
1410 (mi2_command_loop): Remove.
1411 (mi3_command_loop): Remove.
1412 (mi_interpreter_resume): Remove setting of
1413 deprecated_command_loop_hook.
1414 (_initialize_mi_interp): Set mi_command_loop as the command loop
1415 callback.
1416
1417 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1418
1419 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1420 value_type.
1421
1422 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1423
1424 * value.c (allocate_value_contents): Make static.
1425 * value.h (allocate_value_contents): Remove prototype.
1426
1427 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1428
1429 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1430 of assembling value via allocate_value_lazy and attribute setter.
1431 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1432 assembling value via allocate_value_lazy and attribute setter.
1433 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1434 assembling value via allocate_value_lazy and attribute setter.
1435
1436 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1437
1438 * value.c (value_from_contents_and_address): Replace allocate_value and
1439 memcpy with value_from_contents.
1440
1441 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1442
1443 * python/py-framefilter.c (py_print_frame): Remove usage of
1444 PyString_AsString. Use python_string_to_host_string instead.
1445 Refactor function to work with a string as a new allocation
1446 instead of a pointer.
1447 (py_print_frame): Ditto.
1448 * python/lib/gdb/frames.py (return_list): Cain iterators together
1449 instead of adding them as a list.
1450 (_sort_list): Call return_list, and remove duplicate code.
1451 (execute_frame_filters): Convert iterator to a list with list().
1452 * python/lib/gdb/command/frame_filters.py
1453 (SetFrameFilterPriority._set_filter_priority): Convert priority
1454 attribute to an integer.
1455 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1456 wrapper function __next__.
1457 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1458 define as "str".
1459
1460 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1461
1462 PR python/15752
1463 * python/py-framefilter.c (apply_frame_filter): Check
1464 gdb_python_initialized. Exit if the Python frame-filter code
1465 cannot be initialized.
1466
1467 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1468
1469 PR cli/15842
1470 * top.c (print_gdb_version): Remove erroneous newline after help
1471 text.
1472
1473 2013-08-29 Yao Qi <yao@codesourcery.com>
1474
1475 * varobj.c (install_dynamic_child): Remove trailing space.
1476 Add one blank line after variable declaration.
1477
1478 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1479
1480 PR gdb/15415
1481 * corefile.c (get_exec_file): Use exec_filename.
1482 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1483 * exec.c (exec_close): Free EXEC_FILENAME.
1484 (exec_file_attach): New variable canonical_pathname. Use
1485 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1486 EXEC_FILENAME.
1487 * exec.h (exec_filename): New.
1488 * inferior.c (print_inferior, inferior_command): Use
1489 PSPACE_EXEC_FILENAME.
1490 * mi/mi-main.c (print_one_inferior): Likewise.
1491 * progspace.c (clone_program_space, print_program_space): Likewise.
1492 * progspace.h (struct program_space): New field pspace_exec_filename.
1493 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
1494 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1495
1496 2013-08-28 Will Newton <will.newton@linaro.org>
1497
1498 * common/linux-ptrace.c: Include stdint.h unconditionally.
1499
1500 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1501
1502 Code cleanup.
1503 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1504
1505 2013-08-28 Yao Qi <yao@codesourcery.com>
1506 Pedro Alves <palves@redhat.com>
1507
1508 * event-top.c (gdb_setup_readline): Call stderr_fileopen
1509 instead of stdio_fileopen.
1510 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1511 .Call stderr_fileopen instead of stdio_fileopen.
1512 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1513 [__MINGW32__] (stderr_file_fputs): New function.
1514 (stderr_fileopen): New function.
1515 * ui-file.h (stderr_fileopen): Declare.
1516
1517 2013-08-27 Doug Evans <dje@google.com>
1518
1519 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1520 (struct dwarf2_per_cu_data): Ditto.
1521 (maybe_queue_comp_unit): Delete forward decl. Add comment.
1522 (process_imported_unit_die): Ditto.
1523 (follow_die_sig_1): Simplify assert.
1524
1525 2013-08-27 Pedro Alves <palves@redhat.com>
1526
1527 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1528 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
1529 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1530 windows_xfer_memory directly.
1531 (init_windows_ops): Don't install a deprecated_xfer_memory method.
1532
1533 2013-08-27 Pedro Alves <palves@redhat.com>
1534
1535 * darwin-nat.c (darwin_xfer_memory): Delete.
1536 (_initialize_darwin_inferior): Don't install a
1537 deprecated_xfer_memory method.
1538
1539 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1540 Yao Qi <yao@codesourcery.com>
1541
1542 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1543 (parse_no_frames_option): Remove.
1544 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1545 (mi_cmd_stack_list_args): Adjust.
1546 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1547 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
1548 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1549 Caller update.
1550 (list_args_or_locals): New parameter 'skip_unavailable'.
1551 Handle it.
1552 * valprint.c (scalar_type_p): Rename to ...
1553 (val_print_scalar_type_p): ... this. Make extern.
1554 (val_print, value_check_printable): Adjust.
1555 * valprint.h (val_print_scalar_type_p): Declare.
1556 * value.c (value_entirely_unavailable): New function.
1557 * value.h (value_entirely_unavailable): Declare.
1558
1559 * NEWS: Mention the new option "--skip-unavailable" to MI
1560 commands '-stack-list-locals', '-stack-list-arguments' and
1561 '-stack-list-variables'.
1562
1563 2013-08-27 Yao Qi <yao@codesourcery.com>
1564
1565 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1566 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1567 options.
1568 * mi/mi-getopt.c (mi_getopt): Remove.
1569 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
1570 'error_on_unknown'.
1571 (mi_getopt): Call mi_getopt_1.
1572 (mi_getopt_silent): New.
1573 * mi/mi-getopt.h (mi_getopt_silent): Declare.
1574
1575 2013-08-26 Doug Evans <dje@google.com>
1576
1577 PR symtab/15885
1578 * dwarf2read.c (dw2_dump): Print some minimal information indicating
1579 .gdb_index is in use.
1580 * symfile.c (reread_symbols): Reset objfile->sf.
1581
1582 * NEWS: Document "mt print objfiles" now takes optional regexp.
1583 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
1584 regexp of objfiles to print.
1585 (_initialize_symmisc): Update doc string for "mt print objfiles".
1586
1587 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
1588 missing debug info checks.
1589
1590 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
1591 Ulrich Weigand <uweigand@de.ibm.com>
1592
1593 * xcoffread.c (arrange_linetable): Add fix to correctly handle
1594 line tables generated by XLC compiled binaries.
1595
1596 2013-08-23 Doug Evans <dje@google.com>
1597
1598 * symmisc.c (dump_symtab): Delete prototype.
1599 (dump_msymbols, dump_objfile): Ditto.
1600 (maintenance_info_symtabs): Mark as dont_repeat.
1601 (_initialize_symmisc): Improve doc string for "mt info symtabs".
1602
1603 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
1604 debugging printf to better location.
1605
1606 2013-08-23 Pedro Alves <palves@redhat.com>
1607
1608 * target.c (target_read_live_memory): Change type of 'ret' local
1609 to LONGEST.
1610
1611 2013-08-23 Pedro Alves <palves@redhat.com>
1612
1613 * remote.c (remote_write_bytes_aux, remote_write_bytes)
1614 (remote_read_bytes): Change return type to LONGEST, and adjust to
1615 return a target_xfer_error on error.
1616 (remote_xfer_memory): Delete.
1617 (remote_flash_write): Change type of 'ret' local to LONGEST.
1618 (remote_xfer_partial, remote_xfer_partial): Adjust.
1619 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
1620
1621 2013-08-23 Pierre Muller <muller@sourceware.org>
1622
1623 ARI fix: Push # directives to start of line.
1624 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
1625
1626 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
1627
1628 PR gdb/15501
1629 * breakpoint.c (enable_command, disable_command): Iterate over
1630 all specified breakpoint locations.
1631
1632 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
1633
1634 * common/linux-ptrace.c (linux_fork_to_function): Push #
1635 directives to the start of the line.
1636 (linux_check_ptrace_features): Fix warning message to use
1637 the "_" markup.
1638
1639 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
1640
1641 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
1642 nat/linux-waitpid.h.
1643 (linux-waitpid.o): New object file rule.
1644 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
1645 (current_ptrace_options): Moved from linux-nat.c.
1646 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
1647 parameters.
1648 (linux_fork_to_function): New function.
1649 (linux_grandchild_function): Likewise.
1650 (linux_child_function): Likewise.
1651 (linux_check_ptrace_features): New function, heavily
1652 based on linux-nat.c:linux_test_for_tracefork.
1653 (linux_enable_event_reporting): New function.
1654 (ptrace_supports_feature): Likewise.
1655 (linux_supports_tracefork): Likewise.
1656 (linux_supports_traceclone): Likewise.
1657 (linux_supports_tracevforkdone): Likewise.
1658 (linux_supports_tracesysgood): Likewise.
1659 * common/linux-ptrace.h (HAS_NOMMU): Moved from
1660 gdbserver/linux-low.c.
1661 (linux_enable_event_reporting): New declaration.
1662 (linux_supports_tracefork): Likewise.
1663 (linux_supports_traceclone): Likewise.
1664 (linux_supports_tracevforkdone): Likewise.
1665 (linux_supports_tracesysgood): Likewise.
1666 * config.in (PTRACE_TYPE_ARG4): Regenerate.
1667 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
1668 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
1669 * config/arm/linux.mh (NATDEPFILES): Likewise.
1670 * config/i386/linux.mh (NATDEPFILES): Likewise.
1671 * config/i386/linux64.mh (NATDEPFILES): Likewise.
1672 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1673 * config/m32r/linux.mh (NATDEPFILES): Likewise.
1674 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1675 * config/mips/linux.mh (NATDEPFILES): Likewise.
1676 * config/pa/linux.mh (NATDEPFILES): Likewise..
1677 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
1678 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
1679 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
1680 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1681 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
1682 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
1683 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
1684 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
1685 ptrace's 4th argument's types.
1686 Check the type of PTRACE_TYPE_ARG4.
1687 * configure: Regenerate.
1688 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
1689 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
1690 (linux_supports_tracefork_flag): Remove.
1691 (linux_supports_tracesysgood_flag): Likewise.
1692 (linux_supports_tracevforkdone_flag): Likewise.
1693 (current_ptrace_options): Moved to
1694 common/linux-ptrace.c.
1695 (linux_tracefork_child): Remove.
1696 (my_waitpid): Remove.
1697 (linux_test_for_tracefork): Renamed to
1698 linux_check_ptrace_features and moved to common/linux-ptrace.c.
1699 (linux_test_for_tracesysgood): Remove.
1700 (linux_supports_tracesysgood): Remove.
1701 (linux_supports_tracefork): Remove.
1702 (linux_supports_tracevforkdone): Remove.
1703 (linux_enable_tracesysgood): Remove.
1704 (linux_enable_event_reporting): Remove.
1705 (linux_init_ptrace): New function.
1706 (linux_child_post_attach): Call linux_init_ptrace.
1707 (linux_child_post_startup_inferior): Call linux_init_ptrace.
1708 (linux_child_follow_fork): Call linux_supports_tracefork
1709 and linux_supports_tracevforkdone.
1710 (linux_child_insert_fork_catchpoint): Call
1711 linux_supports_tracefork.
1712 (linux_child_insert_vfork_catchpoint): Likewise.
1713 (linux_child_set_syscall_catchpoint): Call
1714 linux_supports_tracesysgood.
1715 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
1716 * nat/linux-nat.h: New file.
1717 * nat/linux-waitpid.c: New file.
1718 * nat/linux-waitpid.h: New file.
1719
1720 2013-08-22 Samuel Bronson <naesten@gmail.com>
1721
1722 ARM Linux support for `catch syscall'.
1723 * syscalls/arm-linux.py: New file.
1724 * syscalls/arm-linux.xml: Likewise.
1725 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
1726 (arm_linux_init_abi): Register the new function and syscall xml file.
1727 * data-directory/Makefile.in: Install the new syscall xml file.
1728 * NEWS: Brag about this.
1729
1730 2013-08-22 Pedro Alves <palves@redhat.com>
1731
1732 PR gdb/15871
1733 * corefile.c (target_xfer_memory_error): New function.
1734 (memory_error): Defer EIO to target_memory_error.
1735 (read_memory): Use target_xfer_partial, and handle finer-grained
1736 target xfer errors.
1737 * target.c (target_xfer_error_to_string): New function.
1738 (memory_xfer_partial_1): If memory is known to be
1739 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
1740 (target_xfer_partial): Make extern.
1741 * target.h (enum target_xfer_error): New enum.
1742 (target_xfer_error_to_string): Declare function.
1743 (target_xfer_partial): Declare function.
1744 (struct target_ops) <xfer_partial>: Adjust describing comment.
1745
1746 2013-08-22 Alan Modra <amodra@gmail.com>
1747
1748 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
1749 * configure.tgt: Likewise as targets.
1750
1751 2013-08-20 Doug Evans <dje@google.com>
1752
1753 * buildsym.c (subfile_stack): Move here from buildsym.h.
1754 (pending_macros): Ditto.
1755 (get_macro_table): New function.
1756 (buildsym_init): Initialize subfile_stack.
1757 * coffread.c (type_vector,type_vector_length): Moved here from
1758 buildsym.h.
1759 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
1760 (coff_symtab_read): Use it.
1761 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
1762 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
1763 with call to get_macro_table.
1764 * stabsread.c (type_vector,type_vector_length): Moved here from
1765 buildsym.h.
1766 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
1767 * buildsym.h (get_macro_table): Declare.
1768
1769 2013-08-20 Tom Tromey <tromey@redhat.com>
1770
1771 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
1772 Update.
1773 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
1774
1775 2013-08-20 Doug Evans <dje@google.com>
1776
1777 * blockframe.c: Remove #include "psymtab.h".
1778 * cp-support.c: Ditto.
1779 * source.c: Ditto.
1780 * stack.c: Ditto.
1781
1782 2013-08-20 Tom Tromey <tromey@redhat.com>
1783
1784 PR python/15816:
1785 * exceptions.h (return_mask): Now an enum.
1786 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
1787 enum constants.
1788
1789 2013-08-20 Tom Tromey <tromey@redhat.com>
1790
1791 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
1792 get_objfile_arch.
1793 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
1794 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
1795 * jit.c (jit_object_close_impl): Update.
1796 * jv-lang.c (get_dynamics_objfile): Update.
1797 * linespec.c (add_minsym): Use get_dynamics_objfile.
1798 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
1799 (allocate_objfile): Don't initialize 'gdbarch' field.
1800 (get_objfile_arch): Update.
1801 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
1802 moved from...
1803 (struct objfile) <gdbarch>: ... here. Remove.
1804 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
1805 get_objfile_arch.
1806 * symfile.c (init_entry_point_info): Use get_objfile_arch.
1807
1808 2013-08-20 Alan Modra <amodra@gmail.com>
1809
1810 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
1811 for IBM long double nan and inf.
1812 (floatformat_is_negative, floatformat_classify,
1813 floatformat_mantissa): Similarly.
1814 (floatformat_ieee_single, floatformat_ieee_double,
1815 floatformat_ieee_quad, floatformat_arm_ext,
1816 floatformat_ia64_spill): Delete unused vars.
1817 (_initialize_doublest): Delete unused function.
1818 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
1819 little-endian variants of floatformat_ibm_long_double.
1820
1821 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
1822
1823 * Makefile.in (SFILES): Remove common/target-common.c and
1824 add target/waitstatus.c.
1825 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
1826 target/resume.h, target/wait.h and target/waitstatus.h.
1827 (COMMON_OBS): Remove target-common.o and add
1828 waitstatus.o.
1829 (target-common.o): Remove.
1830 (waitstatus.o): New target object file.
1831 * common/target-common.c: Move contents to
1832 target/waitstatus.c and remove.
1833 * common/target-common.h: Move contents to other files and
1834 remove.
1835 (enum resume_kind: Move to target/resume.h.
1836 (TARGET_WNOHANG): Move to target/wait.h.
1837 (enum target_waitkind): Move to target/waitstatus.h.
1838 (struct target_waitstatus): Likewise.
1839 * target.h: Do not include target-common.h and
1840 include target/resume.h, target/wait.h and
1841 target/waitstatus.h.
1842 * target/resume.h: New file.
1843 * target/wait.h: New file.
1844 * target/waitstatus.h: New file.
1845 * target/waitstatus.c: New file.
1846
1847 2013-08-19 Pedro Alves <palves@redhat.com>
1848
1849 * linux-nat.c (linux_test_for_tracefork)
1850 (linux_test_for_tracesysgood, linux_child_follow_fork)
1851 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
1852 (linux_nat_wait_1): Extend comment.
1853 (linux_async_pipe): Add comment.
1854
1855 2013-08-15 Kevin Buettner <kevinb@redhat.com>
1856
1857 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
1858 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
1859 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
1860 Update to account for fact that PC is now a pseudo-register.
1861 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
1862 cases for RL78_PC_REGNUM.
1863
1864 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
1865
1866 PR cli/15841
1867 * top.c (quit_force): Skip writing history file
1868 if input is not from terminal.
1869
1870 2013-08-14 Tom Tromey <tromey@redhat.com>
1871
1872 * remote.c (struct remote_state) <echo_nextthread, nextthread,
1873 resultthreadlist>: New fields.
1874 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
1875 (remote_get_threadlist, remote_threadlist_iterator): Use
1876 new fields. Remove static variables.
1877
1878 2013-08-14 Tom Tromey <tromey@redhat.com>
1879
1880 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
1881 remote_watch_data_address>: New fields.
1882 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
1883 (process_stop_reply, remote_wait_as)
1884 (remote_check_watch_resources, remote_stopped_data_address): Update.
1885
1886 2013-08-14 Tom Tromey <tromey@redhat.com>
1887
1888 * remote.c (struct remote_state) <async_client_callback,
1889 async_client_context>: New fields.
1890 (async_client_callback, async_client_context): Remove.
1891 (remote_async_serial_handler, remote_async): Update.
1892
1893 2013-08-14 Tom Tromey <tromey@redhat.com>
1894
1895 * remote.c (sizeof_pkt): Remove.
1896 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
1897
1898 2013-08-14 Tom Tromey <tromey@redhat.com>
1899
1900 * remote.c (struct remote_state) <use_threadinfo_query,
1901 use_threadextra_query>: New fields.
1902 (remote_threads_info, remote_threads_extra_info)
1903 (remote_open_1): Update.
1904
1905 2013-08-14 Tom Tromey <tromey@redhat.com>
1906
1907 * remote.c (struct remote_state) <finished_object,
1908 finished_annex, finished_offset>: New fields.
1909 (remote_read_qxfer): Use remote_state fields; remove static
1910 variables.
1911
1912 2013-08-14 Tom Tromey <tromey@redhat.com>
1913
1914 * remote.c (struct remote_state) <last_sent_step>:
1915 New field.
1916 (last_sent_step): Remove.
1917 (remote_resume, remote_wait_as): Update.
1918
1919 2013-08-14 Tom Tromey <tromey@redhat.com>
1920
1921 * remote.c (struct remote_state) <last_sent_signal>:
1922 New field.
1923 (last_sent_signal): Remove.
1924 (new_remote_state, remote_resume, remote_wait_as): Update.
1925
1926 2013-08-14 Tom Tromey <tromey@redhat.com>
1927
1928 * remote.c (struct remote_state) <last_program_signals_packet>:
1929 New field.
1930 (last_program_signals_packet): Remove.
1931 (remote_program_signals, remote_open_1): Update.
1932
1933 2013-08-14 Tom Tromey <tromey@redhat.com>
1934
1935 * remote.c (struct remote_state) <last_pass_packet>:
1936 New field.
1937 (last_pass_packet): Remove.
1938 (remote_pass_signals, remote_open_1): Update.
1939
1940 2013-08-14 Tom Tromey <tromey@redhat.com>
1941
1942 * remote.c (struct remote_state) <remote_traceframe_number>:
1943 New field.
1944 (remote_traceframe_number): Remove.
1945 (new_remote_state, remote_open_1, set_remote_traceframe)
1946 (remote_trace_find): Update.
1947
1948 2013-08-14 Tom Tromey <tromey@redhat.com>
1949
1950 * remote.c (struct remote_state) <general_thread, continue_thread>:
1951 New fields.
1952 (general_thread, continue_thread): Remove.
1953 (record_currthread, set_thread, set_general_process)
1954 (remote_open_1, extended_remote_attach_1, remote_wait_as)
1955 (extended_remote_mourn_1): Update.
1956
1957 2013-08-14 Tom Tromey <tromey@redhat.com>
1958
1959 * remote.c (struct remote_state) <remote_desc>: New field.
1960 (remote_desc): Remove.
1961 (remote_threads_info, remote_threads_extra_info, remote_close)
1962 (send_interrupt_sequence, remote_start_remote, remote_open_1)
1963 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
1964 (remote_hostio_send_command, remote_file_put, remote_file_get)
1965 (remote_file_delete, remote_can_async_p, remote_is_async_p)
1966 (remote_async, remote_new_objfile, set_range_stepping): Update.
1967
1968 2013-08-14 Tom Tromey <tromey@redhat.com>
1969
1970 * remote.c (remote_state): Now a pointer.
1971 (get_remote_state_raw): Update.
1972 (new_remote_state): New function.
1973 (_initialize_remote): Use new_remote_state.
1974
1975 2013-08-14 Tom Tromey <tromey@redhat.com>
1976
1977 * remote.c (remote_protocol_features): Now const.
1978
1979 2013-08-14 Tom Tromey <tromey@redhat.com>
1980
1981 * remote.c (crc32_table, crc32): Remove.
1982 (remote_verify_memory): Use xcrc32.
1983
1984 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
1985
1986 * value.h (create_internalvar_type_lazy): Adjust prototype
1987 declaration.
1988
1989 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
1990
1991 * common/format.c (parse_format_string): Don't allow '#' flag for
1992 pointer arguments in format string.
1993
1994 2013-08-13 Pierre Muller <muller@sourceware.org>
1995
1996 * utils.c (init_page_info): Only call tgetnum function
1997 if rl_get_screen_size did not return useful values.
1998
1999 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2000
2001 PR breakpoints/15117
2002 * linespec.c (linespec_parse_basic): Check for convenience
2003 variable or history value while parsing.
2004
2005 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2006
2007 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2008 AVR.
2009 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2010 different signals between the generic Linux kernel implementation
2011 and AVR's.
2012 (avr_linux_gdb_signal_from_target): Delete.
2013 (avr_linux_gdb_signal_to_target): Delete.
2014 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2015
2016 2013-08-09 Doug Evans <dje@google.com>
2017
2018 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2019 entries.
2020
2021 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2022
2023 * linux-tdep.c: Define enum with generic signal numbers.
2024 (linux_gdb_signal_from_target): New function.
2025 (linux_gdb_signal_to_target): Likewise.
2026 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2027 methods to the functions above.
2028 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2029 (linux_gdb_signal_to_target): Likewise.
2030 * alpha-linux-tdep.c: Define new enum with signals different
2031 from generic Linux kernel.
2032 (alpha_linux_gdb_signal_from_target): New function.
2033 (alpha_linux_gdb_signal_to_target): Likewise.
2034 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2035 with the functions mentioned above.
2036 * avr-tdep.c: Define enum with differences between Linux kernel
2037 and AVR signals.
2038 (avr_linux_gdb_signal_from_target): New function.
2039 (avr_linux_gdb_signal_to_target): Likewise.
2040 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2041 the functions mentioned above.
2042 * sparc-linux-tdep.c: Define enum with differences between SPARC
2043 and generic Linux kernel signal numbers.
2044 (sparc32_linux_gdb_signal_from_target): New function.
2045 (sparc32_linux_gdb_signal_to_target): Likewise.
2046 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2047 to the functions defined above.
2048 * xtensa-linux-tdep.c: Define enum with differences between
2049 Xtensa and Linux kernel generic signals.
2050 (xtensa_linux_gdb_signal_from_target): New function.
2051 (xtensa_linux_gdb_signal_to_target): Likewise.
2052 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2053 to the functions defined above.
2054 * mips-linux-tdep.c: Define enum with differences between
2055 signals in MIPS and Linux kernel generic ones.
2056 (mips_gdb_signal_to_target): New function.
2057 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2058 only different signals from the Linux kernel generic.
2059 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2060 the functions defined above.
2061 * mips-linux-tdep.h (enum mips_signals): Remove.
2062
2063 2013-08-09 Pedro Alves <palves@redhat.com>
2064
2065 * avr-tdep.c (XMALLOC): Delete macro.
2066 * cli/cli-dump.c (XMALLOC): Delete macro.
2067
2068 2013-08-09 Pedro Alves <palves@redhat.com>
2069
2070 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2071 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2072 (fopen_with_cleanup, add_dump_command): Make static.
2073 * cli/cli-dump.h: Delete file.
2074 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2075 cli/cli-dump.h.
2076
2077 2013-08-09 Pedro Alves <palves@redhat.com>
2078
2079 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2080 error message.
2081
2082 2013-08-09 Pedro Alves <palves@redhat.com>
2083
2084 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2085 error message.
2086
2087 2013-08-09 Pedro Alves <palves@redhat.com>
2088
2089 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2090 (gcore_command): Use tilde_expand here, and when showing the
2091 filename to the user, show the expanded version.
2092
2093 2013-08-09 Yao Qi <yao@codesourcery.com>
2094
2095 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2096 'entryval' is set.
2097
2098 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2099
2100 * gcore.c (create_gcore_bfd): Use tilde_expand.
2101
2102 2013-08-08 Yao Qi <yao@codesourcery.com>
2103
2104 * frame.h (read_frame_local): Declare.
2105 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2106 read_frame_local.
2107 * stack.c (read_frame_local): New.
2108
2109 2013-08-08 Yao Qi <yao@codesourcery.com>
2110
2111 * mi/mi-cmd-stack.c: Update comments to function
2112 list_args_or_locals.
2113
2114 2013-08-07 Tom Tromey <tromey@redhat.com>
2115
2116 PR symtab/15028:
2117 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2118 (process_psymtab_comp_unit_reader): Use it.
2119 (process_psymtab_comp_unit): Update. Add "pretend_language"
2120 argument.
2121 (dwarf2_build_psymtabs_hard): Update.
2122 (scan_partial_symbols): Pass CU's language to
2123 process_psymtab_comp_unit.
2124
2125 2013-08-07 Tom Tromey <tromey@redhat.com>
2126
2127 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2128 (dwarf2_gdb_index_functions): Update.
2129 * psymtab.c (find_symbol_file_from_partial): Remove.
2130 (psym_functions): Update.
2131 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2132 Remove.
2133
2134 2013-08-07 Tom Tromey <tromey@redhat.com>
2135
2136 * symfile.c (set_initial_language): Look up "main" symbol
2137 and use its language.
2138 * symtab.c (find_main_filename): Remove.
2139 * symtab.h (find_main_filename): Remove.
2140
2141 2013-08-07 Tom Tromey <tromey@redhat.com>
2142
2143 * dwarf2read.c (recursively_compute_inclusions): Add
2144 "immediate_parent" argument. Set symtab's "user" field
2145 if not set.
2146 (compute_symtab_includes): Update.
2147
2148 2013-08-07 Tom Tromey <tromey@redhat.com>
2149
2150 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2151 when adding label symbols.
2152
2153 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2154 Ulrich Weigand <uweigand@de.ibm.com>
2155
2156 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2157 * configure.host (powerpc64-*-aix*): Likewise.
2158
2159 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2160 Ulrich Weigand <uweigand@de.ibm.com>
2161
2162 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2163 is defined.
2164 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2165 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2166 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2167 * configure.ac: Check for ptrace64.
2168 * configure, config.in: Regenerate.
2169
2170 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2171 Ulrich Weigand <uweigand@de.ibm.com>
2172
2173 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2174 Call ptrace64 instead of ptrace if defined.
2175 Add macro addr_ptr to take care of ptrace address argument.
2176 (pdc_read_regs): Likewise.
2177 (pdc_write_regs): Likewise.
2178 (aix_thread_resume): Likewise.
2179 (fetch_regs_kernel_thread): Likewise.
2180 (store_regs_kernel_thread): Likewise.
2181
2182 2013-08-07 Anton Blanchard <anton@samba.org>
2183
2184 * MAINTAINERS: Add myself to Write After Approval.
2185
2186 2013-08-05 Tom Tromey <tromey@redhat.com>
2187
2188 * aix-thread.c (_initialize_aix_thread): Use
2189 complete_target_initialization.
2190 * bsd-uthread.c (_initialize_bsd_uthread): Use
2191 complete_target_initialization.
2192 * dec-thread.c (_initialize_dec_thread): Use
2193 complete_target_initialization.
2194 * ravenscar-thread.c (_initialize_ravenscar): Use
2195 complete_target_initialization.
2196 * sol-thread.c (_initialize_sol_thread): Use
2197 complete_target_initialization.
2198 * spu-multiarch.c (_initialize_spu_multiarch): Use
2199 complete_target_initialization.
2200
2201 2013-08-05 Tom Tromey <tromey@redhat.com>
2202
2203 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2204 * ada-lang.c (ada_lookup_simple_minsym): Return
2205 bound_minimal_symbol.
2206 * ada-lang.h (ada_lookup_simple_minsym): Update.
2207 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2208 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2209 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2210 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2211 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2212 * minsyms.c (msymbol_objfile): Remove.
2213 (lookup_minimal_symbol_internal): New function, from
2214 lookup_minimal_symbol.
2215 (lookup_minimal_symbol): Rewrite using
2216 lookup_minimal_symbol_internal.
2217 (lookup_bound_minimal_symbol): New function.
2218 * minsyms.h (msymbol_objfile): Remove.
2219 (lookup_bound_minimal_symbol): Declare.
2220 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2221 * parse.c (write_exp_msymbol): Change parameter to a
2222 bound_minimal_symbol.
2223 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2224 * parser-defs.h (write_exp_msymbol): Update.
2225 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2226 * symfile.c (simple_read_overlay_table): Use
2227 lookup_bound_minimal_symbol.
2228 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2229 (search_symbols): Likewise.
2230 (print_msymbol_info): Take a bound_minimal_symbol argument.
2231 (symtab_symbol_info, rbreak_command): Update.
2232 * symtab.h (struct symbol_search) <msymbol>: Change type
2233 to bound_minimal_symbol.
2234 * valops.c (find_function_in_inferior): Use
2235 lookup_bound_minimal_symbol.
2236 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2237
2238 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2239
2240 Code cleanup.
2241 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2242 to ...
2243 (async_cleanup_sigint_signal_handler): ... this.
2244 (initialize_sigint_signal_handler): Remove declaration.
2245 (handle_remote_sigint): Rename the declaration to ...
2246 (async_handle_remote_sigint): ... this.
2247 (handle_remote_sigint_twice): Rename the declaration to ...
2248 (async_handle_remote_sigint_twice): ... this.
2249 (async_remote_interrupt, async_remote_interrupt_twice)
2250 (remote_interrupt): Remove the declarations.
2251 (remote_interrupt_twice): Rename the declaration ...
2252 (sync_remote_interrupt_twice): ... this.
2253 (sigint_remote_twice_token): Rename the variable to ...
2254 (async_sigint_remote_twice_token): ... this.
2255 (sigint_remote_token): Rename the variable to ...
2256 (async_sigint_remote_token): ... this.
2257 (initialize_sigint_signal_handler): Rename the function to ...
2258 (async_initialize_sigint_signal_handler): ... this. Update the name
2259 inside.
2260 (handle_remote_sigint): Rename the function to ...
2261 (async_handle_remote_sigint): ... this. Update the names inside.
2262 (handle_remote_sigint_twice): Rename the function to ...
2263 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2264 (cleanup_sigint_signal_handler): Rename the function to ...
2265 (async_cleanup_sigint_signal_handler): ... this.
2266 (remote_interrupt): Rename the function to ...
2267 (sync_remote_interrupt): this. Update the names inside.
2268 (remote_interrupt_twice): Rename the function to ...
2269 (sync_remote_interrupt_twice): this. Update the names inside.
2270 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2271 (_initialize_remote): Update the names inside.
2272
2273 2013-08-02 Tom Tromey <tromey@redhat.com>
2274
2275 PR symtab/15719:
2276 * breakpoint.c (update_watchpoint, watchpoint_check)
2277 (watch_command_1): Update.
2278 * eval.c (fetch_subexp_value): Add "preserve_errors"
2279 parameter.
2280 * ppc-linux-nat.c (check_condition): Update.
2281 * value.h (fetch_subexp_value): Update.
2282
2283 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
2284
2285 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2286 add_file_handler.
2287
2288 2013-08-01 Doug Evans <dje@google.com>
2289
2290 PR symtab/15691
2291 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2292 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2293 Add assert of sig_entry->dwo_unit == NULL.
2294 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2295 had already been read.
2296 (read_signatured_type): Set per_cu.tu_read.
2297
2298 PR symtab/15695
2299 * valops.c (value_struct_elt): Add missing call to check_typedef.
2300 (value_find_oload_method_list): Ditto.
2301
2302 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2303 effectively, struct symbol_search **.
2304 (make_cleanup_free_search_symbols): Change arg to struct
2305 symbol_search **. All callers updated.
2306 (compare_search_syms): Compare symtab file name and block as well.
2307 (search_symbols_equal): New function.
2308 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2309 New args new_head, new_tail. Result is now void. Remove dups after
2310 sorting the symbols.
2311 (search_symbols): Sort all found symbols once, after all have been
2312 found, and remove duplicates. Simplify cleanup tracking of result.
2313 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2314
2315 Further workarounds for binutils/15021.
2316 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2317 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2318 Watch for duplicate symtabs coming from type units.
2319 (compute_symtab_includes): Update call to
2320 recursively_compute_inclusions. Build vector of included symtabs
2321 instead of per_cus.
2322 * symtab.h (symtab_ptr): New typedef.
2323 (DEF_VEC_P (symtab_ptr)): New VEC type.
2324 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2325 instead.
2326
2327 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
2328
2329 * cli/cli-script.c (script_from_file): Remove use of
2330 error_pre_print.
2331 * main.c (captured_main): Remove use of error_pre_print and
2332 quit_pre_print.
2333 * utils.c (error_pre_print, quit_pre_print): Remove.
2334 * utils.h (error_pre_print, quit_pre_print): Likewise.
2335
2336 2013-08-01 Yao Qi <yao@codesourcery.com>
2337
2338 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2339 with mi_getopt.
2340 (mi_cmd_stack_list_variables): Likewise.
2341
2342 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2343
2344 * exceptions.c (deprecated_throw_reason): Remove.
2345 * exceptions.h (deprecated_throw_reason): Remove.
2346
2347 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2348
2349 * remote-mips.c (mips_error): Replace use of
2350 deprecated_throw_reason with throw_verror. Use the error message
2351 passed to mips_error as the error message for throw_verror.
2352
2353 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2354
2355 * monitor.c (monitor_interrupt_query): Replace use of
2356 deprecated_throw_reason with quit.
2357 * nto-procfs.c (interrupt_query): Likewise.
2358 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2359 * remote-mips.c (mips_kill): Likewise.
2360 * remote.c (interrupt_query): Likewise.
2361
2362 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2363
2364 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2365 with call to fatal.
2366
2367 2013-07-31 Pedro Alves <pedro@codesourcery.com>
2368 Yao Qi <yao@codesourcery.com>
2369
2370 * tracepoint.c (trace_dump_command): Select the current frame.
2371
2372 2013-07-30 Doug Evans <dje@google.com>
2373
2374 * dwarf2read.c (process_queue): Add type signature to debug output.
2375
2376 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2377
2378 * value.c (value_fetch_lazy): Mark optimized out values as such
2379 rather than raising an error.
2380
2381 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2382
2383 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2384 before checking which bits of the parent, not the child, value are
2385 valid.
2386
2387 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2388
2389 PR gdb/15715
2390 * top.c: Include "filenames.h".
2391 (set_history_filename): New function.
2392 (init_main): Install it as set hook of the "set history filename"
2393 command.
2394
2395 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2396
2397 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2398 attribute parameter.
2399 (dwarf2_const_value_data): Constify struct attribute parameter.
2400 (dwarf2_const_value): Constify struct attribute parameter.
2401 (dwarf2_const_value_attr): Constify struct attribute parameter.
2402 (lookup_die_type): Constify struct attribute parameter.
2403 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2404 (follow_die_ref_or_sig): Constify struct attribute parameter.
2405 (follow_die_ref): Constify struct attribute parameter.
2406 (follow_die_sig): Constify struct attribute parameter.
2407 (get_DW_AT_signature_type): Constify struct attribute parameter.
2408 (get_type_unit_group): Constify struct attribute parameter.
2409 (fill_in_loclist_baton): Constify struct attribute parameter.
2410 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2411 (type_unit_group): Constify struct attribute parameter.
2412
2413 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2414
2415 * dwarf2read.c (attr_form_is_block): Make argument const.
2416 (attr_form_is_section_offset): Make argument const.
2417 (attr_form_is_constant): Make argument const.
2418 (attr_form_is_ref): Make argument const.
2419
2420 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2421
2422 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2423 All uses updated.
2424 (attr_form_is_ref): Moved below attr_form_is_constant.
2425
2426 2013-07-29 Doug Evans <dje@google.com>
2427
2428 * main.c (captured_command_loop): Tweak comment.
2429
2430 * target.c (target_async_permitted_1): Fix comment.
2431
2432 * symtab.c (iterate_over_some_symtabs): Add comment.
2433
2434 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2435
2436 2013-07-27 Yao Qi <yao@codesourcery.com>
2437
2438 * NEWS: Mention that GDBserver now supports hardware
2439 watchpoints on the MIPS GNU/Linux target.
2440
2441 2013-07-27 Yao Qi <yao@codesourcery.com>
2442
2443 * Makefile.in (HFILES_NO_SRCDIR): Add
2444 common/mips-linux-watch.h.
2445 (mips-linux-watch.o): New rule.
2446 * common/mips-linux-watch.c: New.
2447 * common/mips-linux-watch.h: New.
2448 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2449 * mips-linux-nat.c: Include mips-linux-watch.h.
2450 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2451 to common/mips-linux-watch.h.
2452 (MAX_DEBUG_REGISTER): Likewise.
2453 (enum pt_watch_style): Likewise.
2454 (struct mips32_watch_regs): Likewise.
2455 (struct mips64_watch_regs): Likewise.
2456 (struct pt_watch_regs): Likewise.
2457 (struct mips_watchpoint): Likewise.
2458 (mips_linux_watch_get_irw_mask): Move to
2459 common/mips-linux-watch.c.
2460 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2461 (mips_linux_watch_get_watchlo): Likewise.
2462 (mips_linux_watch_set_watchlo): Likewise.
2463 (mips_linux_watch_get_watchhi): Likewise.
2464 (mips_linux_watch_set_watchhi): Likewise.
2465 (mips_linux_read_watch_registers): Likewise.
2466 (mips_linux_watch_type_to_irw): Likewise.
2467 (mips_linux_stopped_data_address, fill_mask): Likewise.
2468 (mips_linux_watch_try_one_watch): Likewise.
2469 (mips_linux_watch_populate_regs): Likewise.
2470
2471 2013-07-27 Yao Qi <yao@codesourcery.com>
2472
2473 * mips-linux-nat.c (get_irw_mask): Rename to ...
2474 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2475 'set' to 'n'. Update function comment. All callers changed.
2476 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2477 function comment. All callers changed.
2478 (get_num_valid): Rename to ...
2479 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2480 'set' to 'n'. Update function comment. All callers changed.
2481 (get_watchlo): Rename to ...
2482 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2483 'set' to 'n'. Update function comment. All callers changed.
2484 (set_watchlo): Rename to ...
2485 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2486 'set' to 'n'. Update function comment. All callers changed.
2487 (get_watchhi): Rename to ...
2488 (mips_linux_watch_get_watchhi): ... this. Update function
2489 comment. All callers changed.
2490 (set_watchhi): Rename to ...
2491 (mips_linux_watch_set_watchhi): ... this. Update function
2492 comment. All callers changed.
2493 (mips_linux_read_watch_registers): Update function comment.
2494 Add new parameters 'lwpid', 'watch_readback', and
2495 'watch_readback_valid'. Update.
2496 (type_to_irw): Rename to ...
2497 (mips_linux_watch_type_to_irw): ... this. Update function
2498 comment. All callers changed.
2499 (fill_mask): Update function comment.
2500 (try_one_watch): Rename to ...
2501 (mips_linux_watch_try_one_watch): ... this. Change the type
2502 of parameter 'irw' from 'unsigned' to 'uint32_t'.
2503 (populate_regs_from_watches): Rename to ...
2504 (mips_linux_watch_populate_regs): ... this. Add parameter
2505 'current_watches'. All callers changed.
2506
2507 2013-07-27 Yao Qi <yao@codesourcery.com>
2508
2509 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2510 the code.
2511 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2512 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2513 (struct pt_watch_regs): Likewise.
2514 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2515 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2516 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2517 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2518 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2519
2520 2013-07-27 Yao Qi <yao@codesourcery.com>
2521
2522 * breakpoint.h: Include break-common.h.
2523 (enum target_hw_bp_type): Move to ...
2524 * common/break-common.h: ... here. New.
2525
2526 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
2527
2528 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2529 process group regardless of having tty on stdin.
2530
2531 2013-07-25 Doug Evans <dje@google.com>
2532
2533 * linux-fork.h (detach_fork): Delete.
2534
2535 2013-07-25 Tom Tromey <tromey@redhat.com>
2536
2537 PR remote/15256, PR remote/15266:
2538 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2539 * monitor.c (monitor_detach): Use unpush_target.
2540 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2541 * remote-mips.c (mips_detach): Use unpush_target. Don't
2542 call mips_close.
2543 * remote-sim.c (gdbsim_detach): Use unpush_target.
2544 * target.c (pop_target): Remove.
2545 (pop_all_targets_above): Don't call target_close.
2546 (target_close): Assert that the target is unpushed.
2547 * target.h (pop_target): Don't declare.
2548 * tracepoint.c (tfile_open): Use unpush_target.
2549
2550 2013-07-25 Tom Tromey <tromey@redhat.com>
2551
2552 * linux-thread-db.c (init_thread_db_ops): Call
2553 complete_target_initialization.
2554 (_initialize_thread_db): Don't call add_target.
2555 * target.c (complete_target_initialization): New function.
2556 (add_target_with_completer): Call it.
2557 * target.h (complete_target_initialization): Declare.
2558
2559 2013-07-25 Mark Kettenis <kettenis@gnu.org>
2560
2561 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2562 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2563 (HPPANBSD_SIZEOF_GREGS): New define.
2564 (hppaobsd_supply_gregset): Handle additional registers.
2565 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2566 we provide more registers now.
2567 (hppabsd_supply_gregset): Supply additional registers.
2568 (hppabsd_collect_gregset): Collect additional registers.
2569
2570 2013-07-25 Mark Kettenis <kettenis@gnu.org>
2571
2572 * hppabsd-tdep.c: Include "dwarf2-frame.h".
2573 (hppabsd_dwarf2_frame_init_reg): New function.
2574 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2575
2576 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2577
2578 * mi/mi-main.c (output_register): Make MI 'r' format use standard
2579 'z' format code. Remove error for optimized out values, standard
2580 code will handle these fine.
2581
2582 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2583
2584 * NEWS: Mention new 'z' formatter.
2585 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
2586 (_initialize_printcmd): Mention 'z' formatter in help text of the
2587 'x' command.
2588
2589 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
2590
2591 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
2592 formatting.
2593
2594 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2595
2596 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
2597 interface can evaluate arguments. Fallback to the old mode if it
2598 cannot.
2599 (create_exception_master_breakpoint): Likewise.
2600 * elfread.c (elf_can_evaluate_probe_arguments): New function.
2601 (struct sym_probe_fns elf_probe_fns): Export function above to the
2602 probe interface.
2603 * probe.c (can_evaluate_probe_arguments): New function.
2604 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
2605 function pointer.
2606 (can_evaluate_probe_arguments): New function prototype.
2607 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
2608 probe interface can evaluate arguments. Fallback to the old mode
2609 if it cannot.
2610 * stap-probe.c (stap_get_probe_argument_count): Check if probe
2611 interface can evaluate arguments. Warning the user if it cannot.
2612 (stap_can_evaluate_probe_arguments): New function.
2613 (struct probe_ops stap_probe_ops): Export function above to the
2614 probe interface.
2615 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
2616 New function pointer.
2617
2618 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
2619
2620 * Makefile.in (SFILES): Add common/target-common.c.
2621 Add common/target-common.h to headers.
2622 (COMMON_OBS): Add target-common.o.
2623 (target-common.o): New target.
2624 * linux-nat.h (resume_kind): Move to common/target-common.h.
2625 * target.c (target_waitstatus_to_string): Move to
2626 common/target-common.c.
2627 * target.h: Include target-common.h.
2628 (target_waitkind): Move to common/target-common.h.
2629 (target_waitstatus): Likewise.
2630 (TARGET_WNOHANG): Likewise.
2631 * common/target-common.c: New file.
2632 * common/target-common.h: New file.
2633
2634 2013-07-24 Doug Evans <dje@google.com>
2635
2636 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
2637 a warning.
2638
2639 2013-07-23 Yao Qi <yao@codesourcery.com>
2640
2641 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
2642 parameter 'gdbarch'.
2643 (i386_stack_tramp_frame_sniffer): Caller update.
2644 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
2645 parameter 'gdbarch' and 'target'.
2646 (i386_linux_core_read_description): Caller update.
2647 * amd64-linux-tdep.c (amd64_linux_core_read_description):
2648 Likewise.
2649 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
2650 declaration.
2651
2652 2013-07-23 Tom Tromey <tromey@redhat.com>
2653
2654 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
2655 2013-07-22.
2656
2657 2013-07-22 Doug Evans <dje@google.com>
2658
2659 * exec.h (remove_target_sections): Delete arg abfd.
2660 * exec.c (exec_close): Update call to remove_target_sections.
2661 (remove_target_sections): Delete arg abfd.
2662 * solib.c (update_solib_list): Ditto.
2663 (reload_shared_libraries_1): Ditto.
2664 (clear_solib): Ditto, and unconditionally call remove_target_sections.
2665 * target.h (struct target_section): Rename key to owner.
2666 All uses updated.
2667
2668 2013-07-22 Tom Tromey <tromey@redhat.com>
2669
2670 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
2671
2672 2013-07-22 Tom Tromey <tromey@redhat.com>
2673
2674 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
2675 Simplify cleanup handling.
2676
2677 2013-07-22 Tom Tromey <tromey@redhat.com>
2678
2679 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
2680 on all return paths.
2681
2682 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2683
2684 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
2685 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
2686 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
2687
2688 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
2689
2690 * top.c (print_gdb_version): Add help, apropos description and
2691 url to online documentation.
2692
2693 2013-07-19 Hui Zhu <hui@codesourcery.com>
2694
2695 PR gdb/15692
2696 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
2697
2698 2013-07-19 Yao Qi <yao@codesourcery.com>
2699
2700 * target.c (update_current_target): Change the default action
2701 of 'to_traceframe_info' from tcomplain to return_zero.
2702 * target.h (struct target_ops) <to_traceframe_info>: Add more
2703 comments.
2704 * valops.c (read_value_memory): Call
2705 traceframe_available_memory unconditionally.
2706
2707 2013-07-18 Yao Qi <yao@codesourcery.com>
2708
2709 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
2710 if the name is prefixed by "__imp_" or "_imp_", look for minimal
2711 symbol without prefix. If found, set its type to
2712 'mst_solib_trampoline'.
2713
2714 2013-07-17 Doug Evans <dje@google.com>
2715
2716 * NEWS: Mention "set print raw frame-arguments".
2717 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
2718 * stack.c (print_raw_frame_arguments): New static global.
2719 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
2720 (_initialize_stack): New command "set/show print raw frame-arguments".
2721 * valprint.c (setprintrawlist, showprintrawlist): New globals.
2722 (set_print_raw, show_print_raw): New functions.
2723 (_initialize_valprint): New prefix command "set/show print raw".
2724 * valprint.h (value_print_options): Improve comments.
2725
2726 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
2727 of all *list variables.
2728
2729 * gdbcmd.h (togglelist): Delete.
2730 * cli/cli-cmds.c (togglelist): Delete.
2731 (init_cmd_lists): Update.
2732 * cli/cli-cmds.h (togglelist): Delete.
2733
2734 2013-07-17 Tom Tromey <tromey@redhat.com>
2735
2736 * dwarf2read.c (dwarf2_per_objfile_free): Clear
2737 dwarf2_per_objfile.
2738
2739 2013-07-16 Doug Evans <dje@google.com>
2740
2741 * nto-tdep.c (nto_relocate_section_addresses): Update,
2742 target_section.bfd deleted.
2743 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
2744 * s390-tdep.c (s390_load): Ditto.
2745 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
2746
2747 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
2748
2749 * common/format.c (parse_format_string): Add checks for NULL
2750 character before calling strchr.
2751
2752 2013-07-16 Doug Evans <dje@google.com>
2753
2754 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
2755 temp_pathname argument.
2756 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
2757 when opening the file fails.
2758
2759 * target.h (struct target_section): Delete member bfd.
2760 All users updated to use the_bfd_section->owner instead.
2761 * exec.c (add_to_section_table): Assert bfd is expected value.
2762 Remove initialization of target_section.bfd.
2763 (remove_target_sections): Update.
2764 (section_table_available_memory): Update.
2765 (section_table_xfer_memory_partial): Update.
2766 (print_section_info): Update.
2767 (exec_set_section_address): Update.
2768 * record-full.c (record_full_core_xfer_partial): Update.
2769 * solib-svr4.c (svr4_relocate_section_addresses): Update.
2770 * solib-target.c (solib_target_relocate_section_addresses): Update.
2771 * symfile.c (build_section_addr_info_from_section_table): Update.
2772 * target.c (memory_xfer_live_readonly_partial): Update.
2773 (memory_xfer_partial_1): Update.
2774
2775 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2776
2777 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
2778 now available for embedded (BookE) and server (BookS) processors,
2779 correct mentions of 'booke' and adjust comments accordingly in order to
2780 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
2781 (have_ptrace_booke_interface): Rename function and variable
2782 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
2783 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
2784 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
2785 'hwdebug_point_cmp'. Update all uses.
2786 (booke_find_thread_points_by_tid): Rename function
2787 'booke_find_thread_points_by_tid' to
2788 'hwdebug_find_thread_points_by_tid'. Update all uses.
2789 (booke_insert_point): Rename function 'booke_insert_point' to
2790 'hwdebug_insert_point'. Update all uses.
2791 (booke_remove_point): Rename function 'booke_remove_point' to
2792 'hwdebug_remove_point'. Update all uses.
2793
2794 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
2795
2796 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
2797 numbers with enum values.
2798
2799 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
2800
2801 PR threads/13217
2802 * thread.c (thread_apply_all_command): Check for valid threads
2803 and thread count.
2804 (thread_array_cleanup): New struct.
2805 (set_thread_refcount): New function.
2806
2807 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
2808
2809 * infcmd.c (default_print_one_register_info): Reuse function
2810 print_hex_chars.
2811
2812 2013-07-10 Tom Tromey <tromey@redhat.com>
2813
2814 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
2815 (ada-exp.o): New target.
2816
2817 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
2818
2819 * mt-tdep.c (mt_registers_info): Call
2820 get_no_prettyformat_print_options instead of
2821 get_raw_print_options (regression by last patch from Doug
2822 Evans).
2823
2824 2013-07-09 Pedro Alves <palves@redhat.com>
2825
2826 Checked in by Joel Brobecker <brobecker@adacore.com>.
2827 * ada-lang.c (coerce_unspec_val_to_type): Use
2828 value_optimized_out_const.
2829 * value.c (value_optimized_out_const): New function.
2830 * value.h (value_optimized_out_const): New declaration.
2831
2832 2013-07-09 Doug Evans <dje@google.com>
2833
2834 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
2835 Enum values rename as well. All uses updated.
2836 * valprint.h (value_print_options): Rename member pretty to
2837 pretty format. Rename member prettyprint_arrays to
2838 prettyformat_arrays. Rename member prettyprint_structs to
2839 prettyformat_structs. All uses updated.
2840 (get_no_prettyformat_print_options): Renamed from
2841 get_raw_print_options.
2842 * valprint.c (get_no_prettyformat_print_options): Renamed from
2843 get_raw_print_options. All callers updated.
2844 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
2845 All callers updated.
2846 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
2847 All callers updated.
2848 (_initialize_valprint): Improve help text for "set print pretty" and
2849 "set print arrays".
2850
2851 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
2852
2853 * value.c (value_bits_valid): Revert previous change, and change
2854 by Pedro on 2013-07-04, due to regressions in
2855 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
2856
2857 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
2858 Pedro Alves <palves@redhat.com>
2859
2860 * value.c (value_bits_valid): If the value is not lval_computed
2861 or has no check validity handler then the answer is the
2862 optimized_out flag, otherwise defer to the handler.
2863
2864 2013-07-06 Eli Zaretskii <eliz@gnu.org>
2865
2866 * top.c (print_gdb_configuration): Explain in output of
2867 --configuration what does "relocatable" mean.
2868
2869 * main.c (print_gdb_help): Regroup options in the --help text.
2870 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
2871 the relevant discussions.
2872
2873 2013-07-06 Yao Qi <yao@codesourcery.com>
2874
2875 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
2876 Remove parameter 'lsal'.
2877 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
2878 to inner block. Caller update.
2879 (base_breakpoint_create_breakpoints_sal): Update.
2880 (bkpt_create_breakpoints_sal): Likewise.
2881 (tracepoint_create_breakpoints_sal): Likewise.
2882 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
2883 element 0 of vector 'canonical->sals'.
2884
2885 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2886
2887 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
2888 register number instead of the pseudo register one.
2889 (rs6000_dwarf2_reg_to_regnum): Likewise.
2890
2891 2013-07-04 Pedro Alves <palves@redhat.com>
2892
2893 * findvar.c (value_of_register): Use allocate_optimized_out_value
2894 if the register has been optimized out, instead of
2895 set_value_optimized_out.
2896 * frame-unwind.c (frame_unwind_got_optimized): Use
2897 allocate_optimized_out_value.
2898
2899 2013-07-04 Pedro Alves <palves@redhat.com>
2900
2901 * value.c (value_bits_valid): If the value is not lval_computed,
2902 or doesn't have a check_validity hook, assume the value is entirely
2903 valid.
2904
2905 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2906
2907 * stack.c (read_frame_arg): No longer fetch lazy values.
2908 * value.c (value_optimized_out): If the value is not already
2909 marked optimized out, and is lazy then fetch it.
2910 (value_primitive_field): Move optimized out check to later in the
2911 function, after we have loaded any lazy values.
2912 (value_fetch_lazy): Use optimized out flag directly rather than
2913 calling optimized_out method.
2914
2915 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2916
2917 * valops.c: Don't include "user-regs.h".
2918 (value_fetch_lazy): Moved to value.c.
2919 * value.c: Include "user-regs.h".
2920 (value_fetch_lazy): Moved from valops.c.
2921
2922 2013-07-04 Yao Qi <yao@codesourcery.com>
2923
2924 Revert:
2925 2013-06-27 Yao Qi <yao@codesourcery.com>
2926
2927 * common/create-version.sh: Update comments. Handle the case
2928 that TARGET_ALIAS is empty.
2929
2930 2013-07-03 Pedro Alves <palves@redhat.com>
2931
2932 * Makefile.in (config.status): Depend on development.sh.
2933 (aclocal_m4_deps): Add libmcheck.m4.
2934 * acinclude.m4: Include libmcheck.m4.
2935 * configure.ac: Source development.sh instead of setting
2936 'development' here. --enable-libmcheck/--disable-libmcheck code
2937 factored out to GDB_AC_LIBMCHECK. Run it.
2938 * development.sh: New file.
2939 * libmcheck.m4: New file.
2940 * configure: Regenerate.
2941
2942 2013-07-02 Tom Tromey <tromey@redhat.com>
2943
2944 * contrib/ari/update-web-ari.sh: Update for version.in change.
2945
2946 2013-07-02 Tom Tromey <tromey@redhat.com>
2947
2948 * common/ptid.h: Comment fixes.
2949
2950 2013-07-01 Tom Tromey <tromey@redhat.com>
2951
2952 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
2953 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
2954 (dwarf2_read_index, create_all_comp_units): Update.
2955
2956 2013-07-01 Tom Tromey <tromey@redhat.com>
2957
2958 * configure.ac (build_warnings): Add -Wold-style-definition.
2959 * configure: Rebuild.
2960 * machoread.c (_initialize_machoread): Use "(void)".
2961 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
2962 use "(void)".
2963
2964 2013-07-01 Tom Tromey <tromey@redhat.com>
2965
2966 * configure.ac (build_warnings): Add -Wold-style-declaration.
2967 * configure: Rebuild.
2968 * dsrec.c (make_srec): Use "static const", not "const static".
2969 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
2970 not "const static".
2971 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
2972 Use "static const", not "const static".
2973 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
2974 not "const static".
2975 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
2976 not "const static".
2977 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
2978 not "const static".
2979 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
2980 not "const static".
2981 (v850_dbtrap_breakpoint_from_pc): Likewise.
2982 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
2983 not "const static".
2984
2985 2013-07-01 Tom Tromey <tromey@redhat.com>
2986
2987 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
2988 * configure: Rebuild.
2989
2990 2013-07-01 Pedro Alves <palves@redhat.com>
2991
2992 * defs.h: Include "pathmax.h".
2993 * utils.c: Don't include sys/param.h.
2994 (gdb_realpath): Remove code that checks for MAXPATHLEN.
2995 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
2996 instead of MAXPATHLEN.
2997 * solib-sunos.c: Don't include sys/param.h.
2998 * xcoffread.c: Don't include sys/param.h.
2999 * bsd-kvm.c: Don't include sys/param.h.
3000 * darwin-nat.c: Don't include sys/param.h.
3001 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3002 * darwin-nat-info.c: Don't include sys/param.h.
3003 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3004 MAXPATHLEN.
3005 * i386obsd-nat.c: Don't include sys/param.h.
3006 * inf-child.c: Don't include sys/param.h.
3007 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3008 * linux-fork.c: Don't include sys/param.h.
3009 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3010 * linux-nat.c: Don't include sys/param.h.
3011 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3012 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3013 * m68klinux-nat.c: Don't include sys/param.h.
3014 * nbsd-nat.c: Don't include sys/param.h.
3015 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3016 * ppc-linux-nat.c: Don't include sys/param.h.
3017 * rs6000-nat.c: Don't include sys/param.h.
3018 * spu-linux-nat.c. Don't include sys/param.h.
3019 * windows-nat.c: Don't include sys/param.h.
3020 * xtensa-linux-nat.c: Don't include sys/param.h.
3021 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3022
3023 2013-07-01 Pedro Alves <palves@redhat.com>
3024
3025 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3026 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3027 * gnulib/aclocal.m4: Regenerate.
3028 * gnulib/config.in: Regenerate.
3029 * gnulib/configure: Regenerate.
3030 * gnulib/import/pathmax.h: New file.
3031 * gnulib/import/Makefile.am: Regenerate.
3032 * gnulib/import/Makefile.in: Regenerate.
3033 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3034 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3035 * gnulib/import/m4/pathmax.m4: New file.
3036
3037 2013-07-01 Pedro Alves <palves@redhat.com>
3038
3039 * configure.ac (GDBINIT): Define, depending on host.
3040 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3041 * top.c (PATH_MAX): Delete fallback definition.
3042 (GDBINIT_FILENAME): Delete.
3043 (gdbinit): Reimplement as const char array set to the GDBINIT
3044 string constant.
3045 * top.h (gdbinit): Make const.
3046 * configure, config.in: Regenerate.
3047
3048 2013-07-01 Pedro Alves <palves@redhat.com>
3049
3050 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3051 * cli/cli-cmds.h (source_script): Likewise.
3052 * exceptions.c (catch_command_errors_const): New function.
3053 * exceptions.h (catch_command_errors_const): Declare.
3054 * main.c (get_init_files): Make parameters const, and adjust.
3055 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3056 'local_gdbinit' locals const. Adjust to use
3057 catch_command_errors_const.
3058 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3059 'local_gdbinit' locals const.
3060
3061 2013-07-01 Pedro Alves <palves@redhat.com>
3062
3063 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3064 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3065 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3066 <unistd.h>.
3067
3068 2013-07-01 Pedro Alves <palves@redhat.com>
3069
3070 Import the "unistd" gnulib module.
3071 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3072 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3073 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3074 import/m4/unistd_h.m4.
3075 * gnulib/aclocal.m4: Renenerate.
3076 * gnulib/config.in: Renenerate.
3077 * gnulib/configure: Renenerate.
3078 * gnulib/import/Makefile.am: Renenerate.
3079 * gnulib/import/Makefile.in: Renenerate.
3080 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3081 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3082 * gnulib/import/m4/off_t.m4: New file.
3083 * gnulib/import/m4/ssize_t.m4: New file.
3084 * gnulib/import/m4/sys_types_h.m4: New file.
3085 * gnulib/import/m4/unistd_h.m4: New file.
3086 * gnulib/import/sys_types.in.h: New file.
3087 * gnulib/import/unistd.c: New file.
3088 * gnulib/import/unistd.in.h: New file.
3089
3090 2013-07-01 Pedro Alves <palves@redhat.com>
3091
3092 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3093 defined instead of checking HAVE_UNISTD_H.
3094
3095 2013-07-01 Pedro Alves <palves@redhat.com>
3096
3097 Reimport gnulib from scratch.
3098 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3099 import/m4/onceonly.m4.
3100 * gnulib/aclocal.m4: Renegerate.
3101 * gnulib/config.in: Renegerate.
3102 * gnulib/configure: Renegerate.
3103 * gnulib/import/Makefile.in: Renegerate.
3104 * gnulib/import/extra/update-copyright: Renegerate.
3105 * gnulib/import/m4/onceonly.m4: Delete.
3106
3107 2013-07-01 Pedro Alves <palves@redhat.com>
3108
3109 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3110
3111 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 Code cleanup.
3114 * remote.c (async_remote_interrupt_twice): Make it static.
3115 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3116
3117 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3118
3119 * ia64-linux-tdep.c: Include <ctype.h>.
3120 (ia64_linux_stap_is_single_operand): New function.
3121 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3122
3123 2013-06-28 Tom Tromey <tromey@redhat.com>
3124
3125 * Makefile.in (version.c): Use version.in, not
3126 common/version.in.
3127 * common/create-version.sh: Likewise.
3128 * common/version.in: Move...
3129 * version.in: ...here.
3130
3131 2013-06-28 Pedro Alves <palves@redhat.com>
3132
3133 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3134 here.
3135 * utils.h (pagination_enabled): Declare.
3136
3137 2013-06-28 Pedro Alves <palves@redhat.com>
3138
3139 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3140 Move higher up in file.
3141
3142 2013-06-28 Tom Tromey <tromey@redhat.com>
3143
3144 * tracepoint.c (deprecated_readline_begin_hook)
3145 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3146 declare.
3147
3148 2013-06-28 Pedro Alves <palves@redhat.com>
3149
3150 PR tui/14880
3151 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3152 checking if they're available.
3153 * value.c (value_available_contents_eq): Change comment.
3154 * value.h (value_available_contents_eq): Expand comment.
3155
3156 2013-06-27 Tom Tromey <tromey@redhat.com>
3157
3158 * target.c (find_run_target): Remove.
3159 * target.h (find_run_target): Remove.
3160
3161 2013-06-27 Tom Tromey <tromey@redhat.com>
3162
3163 * corelow.c (core_gdbarch): Now static.
3164
3165 2013-06-27 Tom Tromey <tromey@redhat.com>
3166
3167 * target.c (target_struct_index): Remove.
3168
3169 2013-06-27 Pedro Alves <palves@redhat.com>
3170
3171 * infrun.c: Remove comment describing the 'stepping over runtime
3172 loader dynamic symbol resolution code' mechanism; moved to
3173 gdbint.texinfo.
3174
3175 2013-06-27 Pedro Alves <palves@redhat.com>
3176
3177 * exceptions.c (catch_command_errors): Remove spurious space.
3178 * exceptions.h (catch_command_errors): Second parameter is "arg",
3179 not "command".
3180
3181 2013-06-27 Yao Qi <yao@codesourcery.com>
3182
3183 * common/create-version.sh: Update comments. Handle the case
3184 that TARGET_ALIAS is empty.
3185
3186 2013-06-26 Pedro Alves <palves@redhat.com>
3187
3188 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3189 comment.
3190
3191 2013-06-26 Pedro Alves <palves@redhat.com>
3192
3193 * infrun.c: Update comments on stepping over runtime loader
3194 dynamic symbol resolution code.
3195
3196 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3197
3198 * ax-gdb.h (union exp_element): Forward declare.
3199 * parser-defs.h: Include expression.h.
3200
3201 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3202
3203 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3204
3205 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3206
3207 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3208
3209 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3210
3211 Fix trace-status to output proper start-time and stop-time.
3212 * tracepoint.c (trace_status_command): Fix type of printf arg to
3213 prevent improper type conversion.
3214 (trace_status_mi): Likewise.
3215
3216 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3217
3218 * mips-tdep.c (mips_next_pc): Fix a typo.
3219
3220 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3221
3222 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3223
3224 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3225 Yao Qi <yao@codesourcery.com>
3226
3227 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3228 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3229 * mi/mi-main.c (print_variable_or_computed): New function.
3230 (mi_cmd_trace_frame_collected): New function.
3231 * tracepoint.c (find_trace_state_variable_by_number): New.
3232 (struct traceframe_info): Move to tracepoint.h
3233 (struct collection_list): Likewise.
3234 (do_collect_symbol): Include locals and arguments in the
3235 collected variables list.
3236 (clear_collection_list): Clear wholly collected variables list
3237 and computed variables list.
3238 (append_exp): New function.
3239 (encode_actions_1): Include variables in the wholly
3240 collected variables list. Include memory ranges and
3241 full-fledged expressions in the computed expressions list.
3242 (encode_actions): Move some code to ...
3243 Return the cleanup chain.
3244 (encode_actions_rsp): ... here. New function.
3245 (get_traceframe_location, get_traceframe_info): Remove static.
3246 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3247 (struct collection_list): Moved from tracepoint.c. Add two
3248 new fields 'wholly_collected' and 'computed'.
3249 (find_trace_state_variable_by_number): Declare.
3250 (encode_actions): Adjust declaration.
3251 (encode_actions_rsp): Declare.
3252 (get_traceframe_info, get_traceframe_location): Declare.
3253
3254 * NEWS: Mention new MI command -trace-frame-collected.
3255
3256 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3257 Yao Qi <yao@codesourcery.com>
3258
3259 * ctf.c (ctf_traceframe_info): Push trace state variables
3260 present in the trace data into the traceframe info object.
3261 * breakpoint.c (DEF_VEC_I): Remove.
3262 * common/filestuff.c (DEF_VEC_I): Likewise.
3263 * dwarf2loc.c (DEF_VEC_I): Likewise.
3264 * mi/mi-main.c (DEF_VEC_I): Likewise.
3265 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3266 * features/traceframe-info.dtd: Add tvar element and its
3267 attributes.
3268 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3269 (build_traceframe_info): Push trace state variables present in
3270 the trace data into the traceframe info object.
3271 (traceframe_info_start_tvar): New function.
3272 (tvar_attributes): New.
3273 (traceframe_info_children): Add "tvar" element.
3274 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3275
3276 * NEWS: Mention the change in GDB and GDBserver.
3277
3278 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3279 Yao Qi <yao@codesourcery.com>
3280
3281 * tracepoint.c (trace_dump_command): Move code to ...
3282 (get_traceframe_location): ... here. New.
3283
3284 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3285 Yao Qi <yao@codesourcery.com>
3286
3287 * tracepoint.c (trace_dump_command): GDB emits an error
3288 instead of a warning when a traceframe is not selected.
3289
3290 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3291 Yao Qi <yao@codesourcery.com>
3292
3293 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3294 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3295 in collection_list.
3296 (do_clear_collection_list, init_collection_list): New.
3297 (encode_actions): Add local variables 'tracepoint_list' and
3298 'stepping_list'. Call init_collection_list and make cleanup
3299 which calls do_clear_collection_list. Don't call
3300 clear_collection_list.
3301 (_initialize_tracepoint): Delete references to
3302 'tracepoint_list' and 'stepping_list'.
3303
3304 2013-06-25 Tom Tromey <tromey@redhat.com>
3305
3306 * common/create-version.sh (date): Use "$", not "$$" in sed
3307 expression.
3308
3309 2013-06-25 Kevin Buettner <kevinb@redhat.com>
3310
3311 * NEWS (New targets): Add entry for TI MSP430.
3312
3313 2013-06-25 Yao Qi <yao@codesourcery.com>
3314
3315 * remote.c (remote_start_remote): Move code to upload tsv
3316 earlier.
3317
3318 2013-06-25 Yao Qi <yao@codesourcery.com>
3319 Hui Zhu <hui@codesourcery.com>
3320 Pedro Alves <palves@redhat.com>
3321
3322 PR breakpoints/15075
3323 PR breakpoints/15434
3324 * breakpoint.c (bpstat_stop_status): Call
3325 b->ops->after_condition_true.
3326 (update_dprintf_command_list): Don't append "continue" command
3327 to the command list of dprintf breakpoint.
3328 (base_breakpoint_after_condition_true): New function.
3329 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3330 (dprintf_after_condition_true): New function.
3331 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3332 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3333
3334 2013-06-24 Kevin Buettner <kevinb@redhat.com>
3335
3336 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3337 (ALLDEPFILES): Add msp430-tdep.c.
3338 * configure.tgt (msp430*-*-elf): New target.
3339 * msp430-tdep.c: New file.
3340
3341 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3342
3343 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3344 microMIPS synthetic symbols.
3345
3346 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3347
3348 * objfiles.h (pc_in_section): New prototype.
3349 (in_plt_section): Remove name argument, replace prototype with
3350 static inline function.
3351 * mips-tdep.h: Include "objfiles.h".
3352 (in_mips_stubs_section): New function.
3353 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3354 in_solib_call_trampoline member.
3355 (hppa_in_solib_call_trampoline): Remove name argument.
3356 * objfiles.c (pc_in_section): New function.
3357 (in_plt_section): Remove function.
3358 * mips-linux-tdep.c: Include "objfiles.h".
3359 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3360 name argument. Return 1 rather than the low 16-bit halfword of
3361 any instruction examined.
3362 (mips_linux_in_dynsym_resolve_code): Update
3363 mips_linux_in_dynsym_stub call accordingly.
3364 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3365 rather than an equivalent hand-coded sequence.
3366 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3367 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3368 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3369 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3370 in_opd_section.
3371 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3372 on call to tdep->in_solib_call_trampoline.
3373 (hppa_in_solib_call_trampoline): Remove name argument, update
3374 according to in_plt_section change.
3375 (hppa_skip_trampoline_code): Update according to in_plt_section
3376 change.
3377 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3378 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3379 Likewise.
3380 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3381 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3382 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3383 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3384 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3385 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3386 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3387 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3388 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3389 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3390 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3391 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3392 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3393
3394 2013-06-24 Joel Brobecker <brobecker@adacore.com>
3395
3396 * common/create-version.sh: Fix expansion of $host_alias
3397 and $target_alias in generation of HOST_NAME and TARGET_NAME
3398 (resp.).
3399
3400 2013-06-24 Tom Tromey <tromey@redhat.com>
3401
3402 * common/create-version.sh: New file.
3403 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3404 create-version.sh.
3405 (HFILES_NO_SRCDIR): Use common/version.h.
3406 * version.in: Move to ...
3407 * common/version.in: ... here. Replace date with "DATE".
3408 * version.h: Move to ...
3409 * common/version.h: ... here.
3410
3411 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3412
3413 * gdb/gnulib/Makefile.in: Update date in copyright header.
3414 * gdb/gnulib/configure.ac: Ditto.
3415 * gdb/gnulib/update-gnulib.sh: Ditto.
3416
3417 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3418
3419 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3420 "gdb/gnulib/import".
3421
3422 2013-06-21 Will Newton <will.newton@linaro.org>
3423
3424 * doublest.c (ldfrexp): Remove function.
3425 (convert_doublest_to_floatformat): Call frexpl instead of
3426 ldfrexp.
3427
3428 2013-06-21 Will Newton <will.newton@linaro.org>
3429
3430 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3431 * gnulib/aclocal.m4: Regenerate.
3432 * gnulib/config.in: Regenerate.
3433 * gnulib/configure: Regenerate.
3434 * gnulib/import/Makefile.am: Update.
3435 * gnulib/import/Makefile.in: Update.
3436 * gnulib/import/m4/gnulib-cache.m4: Update.
3437 * gnulib/import/m4/gnulib-comp.m4: Update.
3438 * gnulib/import/float+.h: Import.
3439 * gnulib/import/float.c: Import.
3440 * gnulib/import/float.in.h: Import.
3441 * gnulib/import/fpucw.h: Import.
3442 * gnulib/import/frexp.c: Import.
3443 * gnulib/import/frexpl.c: Import.
3444 * gnulib/import/isnan.c: Import.
3445 * gnulib/import/isnand-nolibm.h: Import.
3446 * gnulib/import/isnand.c: Import.
3447 * gnulib/import/isnanl-nolibm.h: Import.
3448 * gnulib/import/isnanl.c: Import.
3449 * gnulib/import/itold.c: Import.
3450 * gnulib/import/m4/exponentd.m4: Import.
3451 * gnulib/import/m4/exponentl.m4: Import.
3452 * gnulib/import/m4/float_h.m4: Import.
3453 * gnulib/import/m4/fpieee.m4: Import.
3454 * gnulib/import/m4/frexp.m4: Import.
3455 * gnulib/import/m4/frexpl.m4: Import.
3456 * gnulib/import/m4/isnand.m4: Import.
3457 * gnulib/import/m4/isnanl.m4: Import.
3458 * gnulib/import/m4/math_h.m4: Import.
3459 * gnulib/import/math.c: Import.
3460 * gnulib/import/math.in.h: Import.
3461
3462 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3463
3464 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3465 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3466 signature_INTEL_edx comparisons.
3467
3468 2013-06-20 Doug Evans <dje@google.com>
3469
3470 symtab/15652
3471 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3472 All callers updated.
3473 (open_dwp_file): If we can't find the dwp file, search the basename
3474 in debug-file-directory.
3475
3476 * dwarf2read.c (struct dwp_file): Fix comment.
3477 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3478
3479 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3480 better.
3481
3482 2013-06-20 Yao Qi <yao@codesourcery.com>
3483
3484 * breakpoint.c (create_breakpoint): Fix code indentation.
3485
3486 2013-06-20 Yao Qi <yao@codesourcery.com>
3487
3488 * breakpoint.c (create_breakpoints_sal_default): Remove
3489 parameter 'lsal'. Update declaration.
3490 (bkpt_create_breakpoints_sal): Caller update.
3491 (tracepoint_create_breakpoints_sal): Likewise.
3492
3493 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3494 Yao Qi <yao@codesourcery.com>
3495
3496 * NEWS: Mention the new option '--skip-unavailable' of command
3497 -data-list-register-values.
3498 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3499 --skip-unavailable option. Adjust to use output_register.
3500 (output_register): Add new 'skip_unavailable' parameter.
3501 Handle it.
3502
3503 2013-06-19 Mike Frysinger <vapier@gentoo.org>
3504
3505 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3506 common/i386-gcc-cpuid.h.
3507 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3508 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3509 Copy the latest version from upstream gcc.
3510 * common/linux-btrace.c: Include i386-cpuid.h.
3511 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3512 call to i386_cpuid.
3513 (cpu_supports_btrace): Likewise.
3514 * go32-nat.c: Include i386-cpuid.h.
3515 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3516
3517 2013-06-19 Doug Evans <dje@google.com>
3518
3519 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3520 (get_section_index): Ditto.
3521
3522 2013-06-19 Tom Tromey <tromey@redhat.com>
3523
3524 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3525 "dprintf" help.
3526
3527 2013-06-18 Doug Evans <dje@google.com>
3528
3529 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3530 before using it.
3531 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3532 Move test of cu_index closer to use. Print complaint if cu_index
3533 is bad.
3534
3535 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3536
3537 * machoread.c (oso_vector): Delete this global.
3538 (macho_register_oso): Add new parameter "oso_vector_ptr".
3539 Use it instead of the "oso_vector" global.
3540 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3541 (macho_symfile_read): Use a local oso_vector, to be free'ed
3542 at the end of this function, in place of the old "oso_vector"
3543 global. Update various function calls accordingly. Use one
3544 single cleanup chain for the entire function.
3545
3546 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3547
3548 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
3549 DWARF2_PER_OBJFILE by uses of DATA instead.
3550
3551 2013-06-18 Tom Tromey <tromey@redhat.com>
3552
3553 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3554 argument.
3555 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3556 Special case signals other than GDB_SIGNAL_TRAP.
3557 (explains_signal_watchpoint): New function.
3558 (base_breakpoint_explains_signal): Add 'sig' argument.
3559 (initialize_breakpoint_ops): Set 'explains_signal' method for
3560 watchpoints.
3561 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3562 signal argument.
3563 (bpstat_explains_signal): Likewise.
3564 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3565
3566 2013-06-18 Tom Tromey <tromey@redhat.com>
3567
3568 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3569
3570 2013-06-18 Tom Tromey <tromey@redhat.com>
3571
3572 * python/python.c (finish_python_initialization): Decref
3573 'pythondir' on failure path as well.
3574
3575 2013-06-18 Tom Tromey <tromey@redhat.com>
3576
3577 PR symtab/15391:
3578 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
3579 after taking bits_to_skip into account. Sign extend byte_offset.
3580 * utils.h (gdb_sign_extend): Declare.
3581 * utils.c (gdb_sign_extend): New function.
3582
3583 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3584
3585 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
3586
3587 2013-06-17 Pierre Muller <muller@sourceware.org>
3588
3589 * corelow.c (core_open): Print GDB signal name instead of target
3590 signal number.
3591
3592 2013-06-17 Mike Frysinger <vapier@gentoo.org>
3593
3594 * .gitignore: Add /gcore.
3595
3596 2013-06-13 Doug Evans <dje@google.com>
3597
3598 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
3599 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
3600
3601 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
3602
3603 * stack.c (backtrace_command_1): Fix indentation.
3604
3605 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3606
3607 * window-nat.c (thread_rec): Add missing empty line after
3608 local variable declaration.
3609
3610 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3611
3612 * windows-nat.c (thread_rec): Revert format used to print
3613 error code returned by SuspendThread from %d back to %u.
3614
3615 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3616
3617 * windows-nat.c (windows_continue): Add "0x" prefix for thread
3618 ID in debug trace.
3619 (get_windows_debug_event): Likewise, for all debug traces.
3620
3621 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3622
3623 * window-nat.c (thread_rec): Add thread ID in SuspendThread
3624 warning message.
3625
3626 2013-06-08 Pedro Alves <pedro@codesourcery.com>
3627 Yao Qi <yao@codesourcery.com>
3628
3629 * mi/mi-main.c (get_register): Remove declaration.
3630 (output_register): Declare.
3631 (mi_cmd_data_list_register_values): Remove local variable
3632 'tuple_cleanup'. Move some code into output_register.
3633 (get_register): Renamed to ...
3634 (output_register): ... this. Output the register's
3635 "number" ui_out tuple here.
3636
3637 2013-06-07 Pedro Alves <palves@redhat.com>
3638
3639 * darwin-nat.c: Fix formating in copyright header.
3640 * darwin-nat.h: Likewise.
3641 * gnu-nat.c: Likewise.
3642 * machoread.c: Likewise.
3643
3644 2013-06-07 Pedro Alves <palves@redhat.com>
3645
3646 PR server/14823
3647 * regformats/regdat.sh: Output #include tdesc.h. Make globals
3648 static. Output a global target description pointer.
3649 (init_registers_${name}): Adjust to initialize a
3650 target description structure.
3651
3652 2013-06-07 Will Newton <will.newton@linaro.org>
3653
3654 * printcmd.c (build_address_symbolic): Call
3655 gdbarch_addr_bits_remove for text minimal symbols.
3656
3657 2013-06-07 Will Newton <will.newton@linaro.org>
3658
3659 * MAINTAINERS: Add myself to Write After Approval.
3660
3661 2013-06-07 Yao Qi <yao@codesourcery.com>
3662
3663 * tracepoint.c (start_tracing): Move code to ...
3664 (trace_reset_local_state): ... here. New.
3665 (disconnect_tracing): Don't call set_current_traceframe,
3666 set_tracepoint_num, and set_traceframe_context. Call
3667 trace_reset_local_state instead.
3668 (tfile_close): Call trace_reset_local_state.
3669 * ctf.c (ctf_close): Likewise.
3670 * remote.c (remote_close): Likewise.
3671 * tracepoint.h (trace_reset_local_state): Declare.
3672
3673 2013-06-06 Doug Evans <dje@google.com>
3674
3675 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
3676 and fix header docs.
3677
3678 2013-06-05 Doug Evans <dje@google.com>
3679 Keith Seitz <keiths@redhat.com>
3680
3681 PR 15519
3682 * cp-namespace.c (find_symbol_in_baseclass): Call
3683 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
3684 Check result of call to lookup_symbol_static.
3685 Call lookup_static_symbol_aux unconditionally.
3686 Call check_typedef on base types before accessing them.
3687 (cp_lookup_nested_symbol): Fix comment.
3688
3689 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
3690
3691 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
3692 minimal symbols pointing to function descriptors.
3693
3694 2013-06-05 Tom Tromey <tromey@redhat.com>
3695
3696 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
3697
3698 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
3699 Pedro Alves <palves@redhat.com>
3700
3701 * remote.c (remote_wait_as): Restore signal handler before returning
3702 when GDB gets a notification.
3703
3704 2013-06-04 Gary Benson <gbenson@redhat.com>
3705
3706 PR 2328
3707 * breakpoint.h (handle_solib_event): Moved function declaration
3708 to solib.h.
3709 * breakpoint.c (handle_solib_event): Moved function to solib.c.
3710 (bpstat_stop_status): Pass new argument to handle_solib_event.
3711 * solib.h (update_solib_breakpoints): New function declaration.
3712 (handle_solib_event): Moved function declaration from
3713 breakpoint.h.
3714 * solib.c (update_solib_breakpoints): New function.
3715 (handle_solib_event): Moved function from breakpoint.c.
3716 Updated to call solib_ops->handle_event if not NULL.
3717 * solist.h (target_so_ops): New fields "update_breakpoints" and
3718 "handle_event".
3719 * infrun.c (set_stop_on_solib_events): New function.
3720 (_initialize_infrun): Use the above for "set
3721 stop-on-solib-events".
3722 (handle_inferior_event): Pass new argument to handle_solib_event.
3723 * solib-svr4.c (probe.h): New include.
3724 (svr4_free_library_list): New forward declaration.
3725 (probe_action): New enum.
3726 (probe_info): New struct.
3727 (probe_info): New static variable.
3728 (NUM_PROBES): New definition.
3729 (svr4_info): New fields "using_xfer", "probes_table" and
3730 "solib_list".
3731 (free_probes_table): New function.
3732 (free_solib_list): New function.
3733 (svr4_pspace_data_cleanup): Free probes table and solib list.
3734 (svr4_copy_library_list): New function.
3735 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
3736 (svr4_read_so_list): New parameter "prev_lm".
3737 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
3738 (svr4_current_sos): New function.
3739 (probe_and_action): New struct.
3740 (hash_probe_and_action): New function.
3741 (equal_probe_and_action): Likewise.
3742 (register_solib_event_probe): Likewise.
3743 (solib_event_probe_at): Likewise.
3744 (solib_event_probe_action): Likewise.
3745 (solist_update_full): Likewise.
3746 (solist_update_incremental): Likewise.
3747 (disable_probes_interface_cleanup): Likewise.
3748 (svr4_handle_solib_event): Likewise.
3749 (svr4_update_solib_event_breakpoint): Likewise.
3750 (svr4_update_solib_event_breakpoints): Likewise.
3751 (svr4_create_solib_event_breakpoints): Likewise.
3752 (enable_break): Free probes table before creating breakpoints.
3753 Use svr4_create_solib_event_breakpoints to create breakpoints.
3754 (svr4_solib_create_inferior_hook): Free the solib list.
3755 (_initialize_svr4_solib): Initialise
3756 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
3757
3758 2013-06-04 Gary Benson <gbenson@redhat.com>
3759
3760 * target.h (target_ops): New field
3761 "to_augmented_libraries_svr4_read".
3762 (target_augmented_libraries_svr4_read): New macro.
3763 * target.c (update_current_target): Handle
3764 to_augmented_libraries_svr4_read.
3765 * remote.c (remote_state): New field
3766 "augmented_libraries_svr4_read".
3767 (remote_augmented_libraries_svr4_read_feature): New function.
3768 (remote_protocol_features): Add entry for
3769 "augmented-libraries-svr4-read".
3770 (remote_augmented_libraries_svr4_read): New function.
3771 (init_remote_ops): Initialize
3772 remote_ops.to_augmented_libraries_svr4_read.
3773
3774 2013-06-04 Gary Benson <gbenson@redhat.com>
3775
3776 * NEWS: Update.
3777
3778 2013-06-04 Gary Benson <gbenson@redhat.com>
3779
3780 * objfiles.h (inhibit_section_map_updates): New function
3781 declaration.
3782 (resume_section_map_updates): Likewise.
3783 (resume_section_map_updates_cleanup): Likewise.
3784 * objfiles.c (objfile_pspace_info): Removed field
3785 "objfiles_changed_p". New fields "new_objfiles_available",
3786 "section_map_dirty" and "inhibit_updates".
3787 (allocate_objfile): Set new_objfiles_available.
3788 (free_objfile): Set section_map_dirty.
3789 (objfile_relocate1): Likewise.
3790 (in_plt_section): Likewise.
3791 (find_pc_section): Update the conditions under which the
3792 section map will be updated.
3793 (inhibit_section_map_updates): New function.
3794 (resume_section_map_updates): Likewise.
3795 (resume_section_map_updates_cleanup): Likewise.
3796
3797 2013-06-04 Gary Benson <gbenson@redhat.com>
3798
3799 * probe.h (get_probe_argument_count): New declaration.
3800 (evaluate_probe_argument): Likewise.
3801 * probe.c (get_probe_argument_count): New function.
3802 (evaluate_probe_argument): Likewise.
3803 (probe_safe_evaluate_at_pc): Use the above new functions.
3804
3805 2013-06-04 Alan Modra <amodra@gmail.com>
3806
3807 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
3808 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
3809 (ppc_insns_match_pattern): Add frame param. Avoid multiple
3810 target mem reads on optional insns.
3811 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
3812 ppc_insns_match_pattern calls.
3813 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
3814 Add match for power7 thread safety insns, and new order of
3815 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
3816 invocation in comment, and update rest of comment.
3817 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
3818 PPC64_STANDARD_LINKAGE3_LEN): Delete.
3819 (ppc64_standard_linkage2_target): Update insn offsets.
3820 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
3821 stubs first. Update calls.
3822
3823 2013-06-04 Yao Qi <yao@codesourcery.com>
3824
3825 * solib.c (solib_find): Don't need dir separator if path has
3826 drive spec.
3827
3828 2013-06-03 Joel Brobecker <brobecker@adacore.com>
3829
3830 Revert (indirectly causes a SIGSEGV):
3831 * machoread.c (macho_symfile_read): Assign first cleanup to
3832 'back_to'.
3833
3834 2013-06-03 Yao Qi <yao@codesourcery.com>
3835
3836 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
3837 mi-parse.c. Make them static.
3838 (mi_all_values): Likewise.
3839 (mi_parse_values_option): Move to mi-parse.c. Rename it to
3840 mi_parse_print_values. Make it external.
3841 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
3842 Remove the declarations.
3843 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
3844 * mi/mi-parse.h (mi_parse_print_values): Declare.
3845 * mi/mi-cmd-stack.c: Include mi-parse.h.
3846 (parse_print_values): Remove
3847 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
3848 of parse_print_values.
3849 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
3850
3851 2013-05-31 Pedro Alves <pedro@codesourcery.com>
3852 Yao Qi <yao@codesourcery.com>
3853
3854 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
3855 (encode_actions): Move code to ...
3856 (all_tracepoint_actions_and_cleanup): ... here. New.
3857 (trace_dump_command): Likewise.
3858
3859 2013-05-30 Tom Tromey <tromey@redhat.com>
3860
3861 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
3862
3863 2013-05-30 Tom Tromey <tromey@redhat.com>
3864
3865 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
3866 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
3867 'old_chain' argument. Add 'parser_result' argument.
3868 (gdb_xml_create_parser_and_cleanup): Remove old version.
3869 (gdb_xml_parse_quick): Update.
3870 (xml_process_xincludes): Update.
3871 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
3872 declare.
3873
3874 2013-05-30 Tom Tromey <tromey@redhat.com>
3875
3876 * probe.c (collect_probes): Check arguments for NULL before
3877 calling compile_rx_or_error.
3878 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
3879 Remove NULL return.
3880
3881 2013-05-30 Tom Tromey <tromey@redhat.com>
3882
3883 * infrun.c (adjust_pc_after_break): Introduce an outer null
3884 cleanup.
3885
3886 2013-05-30 Tom Tromey <tromey@redhat.com>
3887
3888 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
3889
3890 2013-05-30 Tom Tromey <tromey@redhat.com>
3891
3892 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
3893 for 'old_chain'. Do not check 'head' before processing
3894 cleanups.
3895
3896 2013-05-30 Tom Tromey <tromey@redhat.com>
3897
3898 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
3899 "cleanup_tuple".
3900
3901 2013-05-30 Tom Tromey <tromey@redhat.com>
3902
3903 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
3904 inner scope. Unconditionally call do_cleanups.
3905
3906 2013-05-30 Tom Tromey <tromey@redhat.com>
3907
3908 * source.c (find_and_open_source): Call do_cleanups.
3909
3910 2013-05-30 Tom Tromey <tromey@redhat.com>
3911
3912 * linux-thread-db.c (thread_db_load_search): Unconditionally
3913 call do_cleanups.
3914
3915 2013-05-30 Tom Tromey <tromey@redhat.com>
3916
3917 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
3918 for 'cleanup'; instead use a later one.
3919
3920 2013-05-30 Tom Tromey <tromey@redhat.com>
3921
3922 * python/py-breakpoint.c (bppy_get_commands): Use
3923 explicit, unconditional return.
3924 * python/py-frame.c (frapy_read_var): Likewise.
3925 * python/python.c (gdbpy_decode_line): Likewise.
3926
3927 2013-05-30 Tom Tromey <tromey@redhat.com>
3928
3929 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
3930 do_cleanups on all return paths.
3931
3932 2013-05-30 Tom Tromey <tromey@redhat.com>
3933
3934 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
3935
3936 2013-05-30 Tom Tromey <tromey@redhat.com>
3937
3938 * stabsread.c (read_struct_type): Call do_cleanups along
3939 all return paths.
3940
3941 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3942
3943 * mips-linux-tdep.c: Adjust formatting throughout.
3944
3945 2013-05-30 Tom Tromey <tromey@redhat.com>
3946
3947 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
3948 along all return paths.
3949
3950 2013-05-30 Tom Tromey <tromey@redhat.com>
3951
3952 * symfile.c (find_separate_debug_file): Call do_cleanups
3953 along all return paths.
3954
3955 2013-05-30 Tom Tromey <tromey@redhat.com>
3956
3957 * symtab.c (search_symbols): Introduce a null cleanup for
3958 'retval_chain'.
3959
3960 2013-05-30 Tom Tromey <tromey@redhat.com>
3961
3962 * python/py-value.c (valpy_binop): Call do_cleanups before
3963 exiting loop.
3964
3965 2013-05-30 Tom Tromey <tromey@redhat.com>
3966
3967 * python/py-prettyprint.c (print_children): Remove extra
3968 do_cleanups call.
3969
3970 2013-05-30 Tom Tromey <tromey@redhat.com>
3971
3972 * python/py-frame.c (frapy_read_var): Call do_cleanups along
3973 all return paths.
3974
3975 2013-05-30 Tom Tromey <tromey@redhat.com>
3976
3977 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
3978 along all return paths.
3979
3980 2013-05-30 Tom Tromey <tromey@redhat.com>
3981
3982 * cli/cli-logging.c (set_logging_redirect): Unconditionally
3983 call do_cleanups.
3984
3985 2013-05-30 Tom Tromey <tromey@redhat.com>
3986
3987 * varobj.c (c_value_of_root): Call do_cleanups along all
3988 return paths.
3989
3990 2013-05-30 Tom Tromey <tromey@redhat.com>
3991
3992 * tracepoint.c (trace_dump_command): Unconditionally call
3993 do_cleanups.
3994
3995 2013-05-30 Tom Tromey <tromey@redhat.com>
3996
3997 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
3998 do_cleanups earlier.
3999
4000 2013-05-30 Tom Tromey <tromey@redhat.com>
4001
4002 * machoread.c (macho_symfile_read): Assign first cleanup to
4003 'back_to'.
4004
4005 2013-05-30 Tom Tromey <tromey@redhat.com>
4006
4007 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4008
4009 2013-05-30 Tom Tromey <tromey@redhat.com>
4010
4011 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4012
4013 2013-05-30 Tom Tromey <tromey@redhat.com>
4014
4015 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4016 call discard_cleanups.
4017 (inf_ptrace_attach): Likewise.
4018
4019 2013-05-30 Tom Tromey <tromey@redhat.com>
4020
4021 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4022 return paths.
4023 (mips_initialize): Likewise.
4024 (common_open): Call do_cleanups.
4025
4026 2013-05-30 Tom Tromey <tromey@redhat.com>
4027
4028 * utils.c (internal_vproblem): Call do_cleanups.
4029
4030 2013-05-30 Tom Tromey <tromey@redhat.com>
4031
4032 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4033
4034 2013-05-30 Tom Tromey <tromey@redhat.com>
4035
4036 * cli/cli-script.c (setup_user_args): Don't return after error.
4037
4038 2013-05-30 Tom Tromey <tromey@redhat.com>
4039
4040 * somread.c (som_symtab_read): Call do_cleanups.
4041
4042 2013-05-30 Tom Tromey <tromey@redhat.com>
4043
4044 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4045
4046 2013-05-30 Tom Tromey <tromey@redhat.com>
4047
4048 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4049 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4050 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4051 * source.c (show_substitute_path_command): Call do_cleanups.
4052 (unset_substitute_path_command, set_substitute_path_command):
4053 Likewise.
4054 * symfile.c (load_command): Call do_cleanups.
4055
4056 2013-05-30 Tom Tromey <tromey@redhat.com>
4057
4058 * contrib/cleanup_check.py: New file.
4059 * contrib/gcc-with-excheck: Add option parsing.
4060
4061 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4062
4063 * windows-nat.c (windows_delete_thread): Add missing space
4064 in cast expression.
4065
4066 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4067
4068 * inferior.c (top level): Include tilde.h.
4069 (add_inferior_command): Call tilde_expand on the value of 'exec'
4070 argument.
4071
4072 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4073 Yao Qi <yao@codesourcery.com>
4074
4075 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4076 Caller update.
4077 (encode_actions): Likewise.
4078 * remote.c (remote_download_tracepoint): Caller update.
4079 * tracepoint.h (encode_actions): Update declaration.
4080
4081 2013-05-30 Pedro Alves <palves@redhat.com>
4082
4083 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4084 pointer.
4085
4086 2013-05-30 Yao Qi <yao@codesourcery.com>
4087
4088 * remote.c (remote_check_symbols): Remove unused parameter
4089 'objfile'.
4090 Declaration update.
4091 (remote_start_remote, remote_new_objfile): Caller update.
4092
4093 2013-05-30 Yao Qi <yao@codesourcery.com>
4094
4095 * mi/mi-cmds.c (mi_cmds): Define MI command
4096 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4097 DEF_MI_CMD_CLI.
4098
4099 2013-05-29 Pedro Alves <palves@redhat.com>
4100
4101 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4102 (remote_insert_watchpoint, remote_remove_watchpoint)
4103 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4104 (remote_verify_memory, compare_sections_command)
4105 (remote_search_memory): Set the general process/thread on the
4106 remote side.
4107
4108 2013-05-29 Pedro Alves <palves@redhat.com>
4109
4110 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4111 (_initialize_aarch64_tdep): Don't call
4112 initialize_tdesc_aarch64_without_fpu.
4113 * features/Makefile (WHICH): Remove reference to
4114 aarch64-without-fpu.
4115 * features/aarch64-without-fpu.c: Delete file.
4116 * regformats/aarch64-without-fpu.dat: Delete file.
4117
4118 2013-05-28 Yao Qi <yao@codesourcery.com>
4119
4120 * tracepoint.c (stringify_collection_list): Remove parameter
4121 'string'.
4122 (encode_actions): Caller update. Remove local variables.
4123
4124 2013-05-24 Yao Qi <yao@codesourcery.com>
4125
4126 * tracepoint.c (TFILE_PID): Remove.
4127 (tfile_open): Don't add thread and inferior.
4128 (tfile_close): Don't set 'inferior_ptid'. Don't call
4129 exit_inferior_silent.
4130 (tfile_thread_alive): Remove.
4131 (init_tfile_ops): Don't set field 'to_thread_alive' of
4132 tfile_ops.
4133
4134 2013-05-23 Doug Evans <dje@google.com>
4135
4136 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4137
4138 2013-05-23 Pedro Alves <palves@redhat.com>
4139
4140 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4141 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4142 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4143 Only define if HAVE_SOCKETS is defined.
4144 * configure.ac: Check for sys/socket.h.
4145 * config.in, configure: Regenerate.
4146
4147 2013-05-23 Pedro Alves <palves@redhat.com>
4148
4149 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4150 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4151 printing uint32_t variables.
4152
4153 2013-05-23 Pedro Alves <palves@redhat.com>
4154
4155 * NEWS: Mention GDBserver range stepping support.
4156
4157 2013-05-23 Yao Qi <yao@codesourcery.com>
4158 Pedro Alves <palves@redhat.com>
4159
4160 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4161 field.
4162 * infcmd.c (step_once, until_next_command): Enable range stepping.
4163 * infrun.c (displaced_step_prepare): Disable range stepping.
4164 (resume): Disable range stepping if stepping over a breakpoint or
4165 we have software watchpoints. If range stepping is enabled,
4166 assert the thread is in the stepping range.
4167 (clear_proceed_status_thread): Clear may_range_step.
4168 (handle_inferior_event): Disable range stepping as soon as we know
4169 the thread that hit the event. Re-enable it whenever we're going
4170 to step with a step range.
4171 * remote.c (struct vCont_action_support) <r>: New field.
4172 (use_range_stepping): New global.
4173 (remote_vcont_probe): Handle 'r' action.
4174 (append_resumption): Append an 'r' action if the thread may range
4175 step.
4176 (show_range_stepping): New function.
4177 (set_range_stepping): New function.
4178 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4179 'set range-stepping' and 'show range-stepping' commands.
4180 * NEWS: Mention range stepping, the new vCont;r action, and the
4181 new "set/show range-stepping" commands.
4182
4183 2013-05-23 Yao Qi <yao@codesourcery.com>
4184 Pedro Alves <palves@redhat.com>
4185
4186 * remote.c (struct vCont_action_support): New struct.
4187 (struct remote_state) <support_vCont_t>: Remove field.
4188 <vCont_actions_support>: New field.
4189 (remote_vcont_probe, remote_stop_ns): Update.
4190
4191 2013-05-23 Yao Qi <yao@codesourcery.com>
4192 Pedro Alves <palves@redhat.com>
4193
4194 * gdbthread.h (pc_in_thread_step_range): New declaration.
4195 * thread.c (pc_in_thread_step_range): New function.
4196 * infrun.c (handle_inferior_event): Use it.
4197
4198 2013-05-23 Joel Brobecker <brobecker@adacore.com>
4199
4200 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4201 of sprintf.
4202
4203 2013-05-22 Keith Seitz <keiths@redhat.com>
4204
4205 * ada-lang.c (is_known_support_routine): Add explicit free of
4206 'func_name' from find_frame_funname.
4207 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4208 for func_name from find_frame_funname.
4209 * python/py-frame.c (frapy_name): Add explicit free of
4210 'name' from find_frame_funname.
4211 * stack.c (find_frame_funname): Add comment explaining that
4212 funcp must be freed by the caller.
4213 Return copy of symbol names instead of pointers.
4214 (print_frame): Add a cleanup for 'funname' from
4215 find_frame_funname.
4216 * stack.h (find_frame_funname): Remove "const" from
4217 'funname' parameter.
4218
4219 2013-05-22 Tom Tromey <tromey@redhat.com>
4220
4221 PR c++/15401:
4222 * c-valprint.c (c_value_print): Use value_addr for
4223 references. Convert back to reference type with value_ref.
4224
4225 2013-05-22 Eli Zaretskii <eliz@gnu.org>
4226
4227 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4228 unloaded DLL, it will be done by handle_solib_event. See
4229 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4230 details.
4231
4232 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4233
4234 * ui-out.c: Create typedef ui_out_level_p and define vector
4235 operations for that type.
4236 (struct ui_out): Use a vector instead of an array.
4237 (current_level): Return level from a vector.
4238 (push_level): Create a level in a vector.
4239 (pop_level): Delete a level in a vector.
4240 (ui_out_new): Create initial level zero level, and store in a
4241 vector.
4242 (ui_out_destroy): Add vector cleanup.
4243
4244 2013-05-22 Pedro Alves <palves@redhat.com>
4245
4246 * python/python-internal.h (gdb_Py_DECREF): Tag with
4247 "ARI: editCase function".
4248
4249 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4250
4251 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4252
4253 2013-05-21 Pedro Alves <palves@redhat.com>
4254
4255 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4256 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4257 * python/py-utils.c (py_decref): Don't check for NULL before
4258 calling Py_DECREF.
4259
4260 2013-05-21 Pedro Alves <palves@redhat.com>
4261
4262 * python/py-utils.c (py_decref): Remove extra braces.
4263 (gdb_pymodule_addobject): Remove extra braces.
4264 * python-internal.h (gdb_Py_DECREF): New static inline function.
4265 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4266
4267 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4268
4269 * breakpoints.c (detach_breakpoints): Do not
4270 detach breakpoints locations with loc_type bp_loc_other.
4271
4272 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4273
4274 Workaround Python 2.6.
4275 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4276 a block.
4277
4278 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4279
4280 Code cleanup: constification.
4281 * solib.c (solib_ops): Make return type and ops variable type const.
4282 (set_solib_ops): Make the new_ops parameter and ops variable const.
4283 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4284 (solib_add, solib_keep_data_in_core, clear_solib)
4285 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4286 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4287 const.
4288 * solib.h (set_solib_ops): Make the new_ops parameter const.
4289
4290 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4291
4292 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4293 variable.
4294 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4295 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4296 (SYSTEM_GDBINIT_FILES): New variables.
4297 (all): Add stamp-system-gdbinit.
4298 (stamp-system-gdbinit): New rule.
4299 (clean-system-gdbinit, install-system-gdbinit)
4300 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4301 (install-only): Add dependency on install-system-gdbinit.
4302 (uninstall): Add dependency on uninstall-system-gdbinit.
4303 (clean): Add dependency on clean-system-gdbinit.
4304 * system-gdbinit/elinos.py: New file.
4305 * system-gdbinit/wrs-linux.py: New file.
4306
4307 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4308
4309 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4310
4311 2013-05-21 Hui Zhu <hui@codesourcery.com>
4312
4313 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4314 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4315 * mi/mi-cmd-break.c (ctype.h): New include.
4316 (gdb_obstack.h): New include.
4317 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4318 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4319 (mi_cmd_dprintf_insert): New.
4320 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4321 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4322
4323 2013-05-20 Tom Tromey <tromey@redhat.com>
4324
4325 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4326
4327 2013-05-20 Tom Tromey <tromey@redhat.com>
4328
4329 * python/py-value.c (valpy_get_dynamic_type): Simplify
4330 dynamic_type assignment. Use Py_XINCREF.
4331
4332 2013-05-20 Tom Tromey <tromey@redhat.com>
4333
4334 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4335
4336 2013-05-20 Tom Tromey <tromey@redhat.com>
4337
4338 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4339 (gdbpy_selected_frame): Move object-construction code
4340 out of TRY_CATCH.
4341
4342 2013-05-20 Tom Tromey <tromey@redhat.com>
4343
4344 * python/py-arch.c (gdbpy_initialize_arch): Use
4345 gdb_pymodule_addobject.
4346 * python/py-block.c (gdbpy_initialize_blocks): Use
4347 gdb_pymodule_addobject.
4348 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4349 gdb_pymodule_addobject.
4350 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4351 gdb_pymodule_addobject.
4352 * python/py-event.c (gdbpy_initialize_event_generic): Use
4353 gdb_pymodule_addobject.
4354 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4355 gdb_pymodule_addobject.
4356 * python/py-evts.c (add_new_registry): Use
4357 gdb_pymodule_addobject.
4358 (gdbpy_initialize_py_events): Likewise.
4359 * python/py-finishbreakpoint.c
4360 (gdbpy_initialize_finishbreakpoints): Use
4361 gdb_pymodule_addobject.
4362 * python/py-frame.c (gdbpy_initialize_frames): Use
4363 gdb_pymodule_addobject.
4364 * python/py-function.c (gdbpy_initialize_functions): Use
4365 gdb_pymodule_addobject.
4366 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4367 gdb_pymodule_addobject.
4368 * python/py-infthread.c (gdbpy_initialize_thread): Use
4369 gdb_pymodule_addobject.
4370 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4371 gdb_pymodule_addobject.
4372 * python/py-param.c (gdbpy_initialize_parameters): Use
4373 gdb_pymodule_addobject.
4374 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4375 gdb_pymodule_addobject.
4376 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4377 gdb_pymodule_addobject.
4378 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4379 gdb_pymodule_addobject.
4380 * python/py-type.c (gdbpy_initialize_types): Use
4381 gdb_pymodule_addobject.
4382 * python/py-utils.c (gdb_pymodule_addobject): New function.
4383 * python/py-value.c (gdbpy_initialize_values): Use
4384 gdb_pymodule_addobject.
4385 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4386 * python/python.c (_initialize_python): Use
4387 gdb_pymodule_addobject.
4388
4389 2013-05-20 Tom Tromey <tromey@redhat.com>
4390
4391 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4392 * python/py-param.c (get_set_value, get_show_value): Use
4393 explicit decrefs.
4394 * python/python.c (start_type_printers, apply_type_printers):
4395 Use explicit decrefs.
4396
4397 2013-05-20 Tom Tromey <tromey@redhat.com>
4398
4399 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4400 incref the module.
4401
4402 2013-05-20 Tom Tromey <tromey@redhat.com>
4403
4404 * python/python.c (gdbpy_run_events): Decref the result
4405 of PyObject_CallObject.
4406
4407 2013-05-20 Tom Tromey <tromey@redhat.com>
4408
4409 * python/py-symtab.c (set_sal): Use
4410 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4411 (symtab_and_line_to_sal_object): Update.
4412
4413 2013-05-20 Tom Tromey <tromey@redhat.com>
4414
4415 * python/py-param.c (compute_enum_values): Decref 'item'.
4416
4417 2013-05-20 Tom Tromey <tromey@redhat.com>
4418
4419 * mi/mi-main.c: Include python-internal.h.
4420 (mi_cmd_list_features): Check gdb_python_initialized.
4421 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4422 (python_inferior_exit, python_new_objfile, add_thread_object)
4423 (delete_thread_object, py_free_inferior): Check
4424 gdb_python_initialized.
4425 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4426 gdb_python_initialized.
4427 * python/py-type.c (save_objfile_types): Check
4428 gdb_python_initialized.
4429 * python/python-internal.h (gdb_python_initialized): Declare.
4430 * python/python.c (ensure_python_env): Throw exception if
4431 Python not initialized.
4432 (before_prompt_hook, source_python_script_for_objfile)
4433 (start_type_printers, apply_type_printers,
4434 free_type_printers): Check gdb_python_initialized.
4435 * varobj.c (varobj_get_display_hint)
4436 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4437 (install_new_value_visualizer, varobj_set_visualizer)
4438 (value_get_print_value): Check gdb_python_initialized.
4439
4440 2013-05-20 Tom Tromey <tromey@redhat.com>
4441
4442 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4443 Check errors.
4444 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4445 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4446 Check errors.
4447 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4448 Check errors.
4449 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4450 Check errors.
4451 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4452 Check errors.
4453 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4454 init function to return 'int'.
4455 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4456 Return 'int'. Check errors.
4457 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4458 Check errors.
4459 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4460 Return 'int'. Check errors.
4461 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4462 Check errors.
4463 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4464 Check errors.
4465 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4466 Check errors.
4467 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4468 Check errors.
4469 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4470 Check errors.
4471 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4472 Check errors.
4473 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4474 Check errors.
4475 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4476 Check errors.
4477 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4478 Check errors.
4479 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4480 Check errors.
4481 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4482 Check errors.
4483 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4484 Check errors.
4485 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4486 Check errors.
4487 * python/python-internal.h (gdbpy_initialize_auto_load,
4488 gdbpy_initialize_values, gdbpy_initialize_frames,
4489 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4490 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4491 gdbpy_initialize_blocks, gdbpy_initialize_types,
4492 gdbpy_initialize_functions, gdbpy_initialize_pspace,
4493 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4494 gdbpy_initialize_finishbreakpoints,
4495 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4496 gdbpy_initialize_thread, gdbpy_initialize_inferior,
4497 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4498 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4499 gdbpy_initialize_signal_event,
4500 gdbpy_initialize_breakpoint_event,
4501 gdbpy_initialize_continue_event,
4502 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4503 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4504 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4505 * python/python.c (gdb_python_initialized): New global.
4506 (gdbpy_initialize_events): Return 'int'. Check errors.
4507 (_initialize_python): Check errors. Set
4508 gdb_python_initialized.
4509
4510 2013-05-20 Tom Tromey <tromey@redhat.com>
4511
4512 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4513 Decref the reslut of PyObject_CallMethod.
4514
4515 2013-05-20 Tom Tromey <tromey@redhat.com>
4516
4517 * python/py-event.c (gdbpy_initialize_event_generic): Return
4518 early if PyType_Ready fails.
4519
4520 2013-05-20 Tom Tromey <tromey@redhat.com>
4521
4522 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4523 as 'default' in the switch.
4524
4525 2013-05-20 Tom Tromey <tromey@redhat.com>
4526
4527 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
4528 get_addr_from_python calls out of TRY_CATCH.
4529 (infpy_write_memory, infpy_search_memory): Likewise.
4530 * python/py-utils.c (get_addr_from_python): Return negative
4531 value on error. Use TRY_CATCH.
4532 * python/python-internal.h (get_addr_from_python): Use
4533 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4534
4535 2013-05-20 Tom Tromey <tromey@redhat.com>
4536
4537 * python/py-event.c (evpy_emit_event): Decref the
4538 result of PyObject_CallFunctionObjArgs.
4539
4540 2013-05-20 Tom Tromey <tromey@redhat.com>
4541
4542 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4543 Correctly decref.
4544
4545 2013-05-20 Tom Tromey <tromey@redhat.com>
4546
4547 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4548
4549 2013-05-20 Tom Tromey <tromey@redhat.com>
4550
4551 * python/py-event.h (gdbpy_initialize_event_generic): Use
4552 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4553 * python/py-evts.c (add_new_registry): Use
4554 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4555 * python/python-internal.h
4556 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4557
4558 2013-05-20 Tom Tromey <tromey@redhat.com>
4559
4560 * python/py-arch.c (archpy_disassemble): Update.
4561 * python/py-type.c (typy_get_composite, typy_lookup_typename)
4562 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4563 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4564 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4565 macro.
4566 (GDB_PY_HANDLE_EXCEPTION): Update.
4567 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
4568
4569 2013-05-20 Tom Tromey <tromey@redhat.com>
4570
4571 * python/python-internal.h (events_object_type): Remove.
4572
4573 2013-05-20 Tom Tromey <tromey@redhat.com>
4574
4575 * python/py-event.h (evpy_emit_event): Use
4576 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
4577 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
4578 New macro.
4579
4580 2013-05-20 Tom Tromey <tromey@redhat.com>
4581
4582 * py-evtregistry.c (create_event_object): Decref
4583 eventregistry_object if PyList_New fails.
4584
4585 2013-05-20 Tom Tromey <tromey@redhat.com>
4586
4587 * py-cmd.c (gdbpy_string_to_argv): Check result of
4588 PyList_New.
4589
4590 2013-05-20 Tom Tromey <tromey@redhat.com>
4591
4592 * python/python.c (before_prompt_hook): Add cleanup to
4593 decref 'hook'.
4594
4595 2013-05-20 Tom Tromey <tromey@redhat.com>
4596
4597 * python/py-function.c (fnpy_init): Decref result of
4598 PyObject_GetAttrString.
4599
4600 2013-05-20 Tom Tromey <tromey@redhat.com>
4601
4602 * python/py-threadevent.c (get_event_thread): Use
4603 CPYCHECKER_RETURNS_BORROWED_REF.
4604 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
4605 New define.
4606 (pspace_to_pspace_object, objfile_to_objfile_object)
4607 (find_thread_object): Use it.
4608
4609 2013-05-20 Tom Tromey <tromey@redhat.com>
4610
4611 * python/py-arch.c (arch_object_type): Use
4612 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4613 * python/py-block.c (block_syms_iterator_object_type):
4614 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4615 * python/py-bpevent.c (breakpoint_event_object_type):
4616 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4617 * python/py-cmd.c (cmdpy_object_type): Use
4618 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4619 * python/py-continueevent.c (continue_event_object_type):
4620 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4621 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
4622 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4623 * python/py-events.h (thread_event_object_type):
4624 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4625 * python/py-evtregistry.c (eventregistry_object_type): Use
4626 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4627 * python/py-exitedevent.c (exited_event_object_type):
4628 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4629 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
4630 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4631 * python/py-function.c (fnpy_object_type): Use
4632 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4633 * python/py-inferior.c (inferior_object_type, membuf_object_type):
4634 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4635 * python/py-infthread.c (thread_object_type): Use
4636 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4637 * python/py-lazy-string.c (lazy_string_object_type):
4638 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4639 * python/py-newobjfileevent.c (new_objfile_event_object_type):
4640 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4641 * python/py-objfile.c (objfile_object_type): Use
4642 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4643 * python/py-param.c (parmpy_object_type):
4644 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4645 * python/py-progspace.c (pspace_object_type):
4646 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4647 * python/py-signalevent.c (signal_event_object_type):
4648 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4649 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
4650 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4651 * python/py-type.c (type_object_type, field_object_type)
4652 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4653 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
4654 define.
4655 (value_object_type, block_object_type, symbol_object_type)
4656 (event_object_type, stop_event_object_type, breakpoint_object_type)
4657 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4658
4659 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
4660
4661 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
4662 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
4663
4664 2013-05-20 Doug Evans <dje@google.com>
4665
4666 When reading CU, stay in DWO. Be more tolerent of bad debug info.
4667 For Fission.
4668 * dwarf2read.c (struct dwarf2_per_cu_data): New member
4669 reading_dwo_directly.
4670 (struct signatured_type): New member dwo_unit.
4671 (struct die_reader_specs): New member comp_dir.
4672 (create_signatured_type_table_from_index): Use malloc for
4673 all_type_units instead of objfile's obstack.
4674 (create_all_type_units): Ditto.
4675 (fill_in_sig_entry_from_dwo_entry): New function.
4676 (add_type_unit): New function.
4677 (lookup_dwo_signatured_type): New function.
4678 (lookup_dwp_signatured_type): New function.
4679 (lookup_signatured_type): New arg cu. All callers updated.
4680 (init_cu_die_reader): Initialize comp_dir.
4681 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
4682 Change assert of matching type signatures to call error on mismatch.
4683 (lookup_dwo_unit): Add assert.
4684 (init_tu_and_read_dwo_dies): New function.
4685 (init_cutu_and_read_dies): Call it.
4686 (build_type_unit_groups): Handle case of no type unit groups created.
4687 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
4688 (lookup_dwo_cutu): Tweak complaint.
4689 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
4690 (dwarf2_per_objfile_free): Free all_type_units.
4691
4692 2013-05-20 Joel Brobecker <brobecker@adacore.com>
4693
4694 * windows-nat.c (handle_unload_dll): Add missing empty line.
4695
4696 2013-05-20 Joel Brobecker <brobecker@adacore.com>
4697
4698 * dwarf2read.c (prototyped_function_p): New function.
4699 (read_subroutine_type): Use it.
4700
4701 2013-05-20 Joel Brobecker <brobecker@adacore.com>
4702
4703 * rs6000-aix-tdep.c: De-indent some example code provided
4704 as a comment.
4705
4706 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
4707
4708 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
4709 region is ok for a hardware watchpoint using the new ptrace interface
4710 on Power servers.
4711
4712 2013-05-17 Doug Evans <dje@google.com>
4713
4714 * NEWS: Mention new maintenance commands check-symtabs, and
4715 expand-symtabs, and renamed check-psymtabs.
4716 * psymtab.c (maintenance_check_psymtabs): Renamed from
4717 maintenance_check_symtabs. Only process already-expanded symbol
4718 tables.
4719 (_initialize_psymtab): Update.
4720 * symmisc.c (maintenance_check_symtabs): New function.
4721 (maintenance_expand_name_matcher): New function
4722 (maintenance_expand_file_matcher): New function
4723 (maintenance_expand_symtabs): New function.
4724 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
4725 commands.
4726
4727 2013-05-17 Tom Tromey <tromey@redhat.com>
4728
4729 * python/py-inferior.c (infpy_read_memory): Don't call
4730 PyErr_SetString if PyObject_New fails.
4731 * python/py-frame.c (frame_info_to_frame_object): Don't call
4732 PyErr_SetString if PyObject_New fails.
4733
4734 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
4735
4736 * acinclude.m4: Add check for dlopen in libdl.
4737 * configure.ac: Ditto.
4738 * configure: Regenerate.
4739
4740 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
4741
4742 * frame.c (frame_stash): Convert to htab.
4743 (frame_addr_hash): New function.
4744 (frame_addr_hash_eq): New function.
4745 (frame_stash_create): Convert function to create
4746 a hash table.
4747 (frame_stash_add): Convert function to add an entry to a hash
4748 table.
4749 (frame_stash_find): Convert function to search the hash table.
4750 (frame_stash_invalidate): Convert function to empty the hash
4751 table.
4752 (get_frame_id): Only add to stash if a frame_id is created.
4753 (_initialize_frame): Call frame_stash_create.
4754
4755 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
4756
4757 * configure.ac: Ensure MIG is available when building for GNU Hurd
4758 hosts.
4759 * configure: Regenerate.
4760
4761 2013-05-16 Joel Brobecker <brobecker@adacore.com>
4762
4763 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
4764
4765 2013-05-16 Joel Brobecker <brobecker@adacore.com>
4766
4767 * ada-lang.c (ada_make_symbol_completion_list): Make sure
4768 all cleanups are done before returning from this function.
4769
4770 2013-05-15 Joel Brobecker <brobecker@adacore.com>
4771
4772 * utils.h: #include "exceptions.h".
4773 (enum errors): Remove partial declaration.
4774
4775 2013-05-15 Joel Brobecker <brobecker@adacore.com>
4776
4777 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
4778 * gdbarch.h, gdbarch.c: Regenerate.
4779 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
4780 handling.
4781
4782 * rs6000-aix-tdep.h: New file.
4783 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
4784 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
4785 "xml-utils.h".
4786 (struct field_info, struct ld_info_desc): New types.
4787 (ld_info32_desc, ld_info64_desc): New static constants.
4788 (struct ld_info): New type.
4789 (rs6000_aix_extract_ld_info): New function.
4790 (rs6000_aix_shared_library_to_xml): Likewise.
4791 (rs6000_aix_ld_info_to_xml): Likewise.
4792 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
4793 (rs6000_aix_init_osabi): Add call to
4794 set_gdbarch_core_xfer_shared_libraries_aix.
4795 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
4796 Remove "xml-utils.h" include.
4797 (LdInfo): Delete typedef.
4798 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
4799 Delete macros.
4800 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
4801 Adjust code accordingly.
4802 (rs6000_core_ldinfo): Delete, folded into
4803 rs6000_aix_core_xfer_shared_libraries_aix.
4804 (rs6000_xfer_shared_library): Delete.
4805 (rs6000_xfer_shared_libraries): Reimplement.
4806
4807 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
4808
4809 * record.c (record_goto_cmdlist): New.
4810 (cmd_record_goto): Split into this ...
4811 (cmd_record_goto_begin): ... this
4812 (cmd_record_goto_end): ... and this.
4813 (_initialize_record): Change "record goto" to prefix command.
4814 Add commands for "record goto begin" and "record goto end".
4815 Add an alias for "record goto start" to "record goto begin".
4816
4817 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4818
4819 * linespec.c (convert_linespec_to_sals): New comment for
4820 SOURCE_FILENAME assignment.
4821
4822 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
4825 internal_warning.
4826
4827 2013-05-14 Tom Tromey <tromey@redhat.com>
4828
4829 * eval.c (parse_and_eval_long): Make 'exp' const.
4830 * value.h (parse_and_eval_long): Update.
4831
4832 2013-05-14 Tom Tromey <tromey@redhat.com>
4833
4834 * ui-file.c (gdb_fopen): Make arguments const.
4835 * ui-file.h (gdb_fopen): Make arguments const.
4836
4837 2013-05-14 Tom Tromey <tromey@redhat.com>
4838
4839 * remote.c (remote_set_trace_notes): Make arguments const.
4840 * target.c (update_current_target): Update cast.
4841 * target.h (to_set_trace_notes): Make arguments const.
4842
4843 2013-05-14 Tom Tromey <tromey@redhat.com>
4844
4845 * go32-nat.c (go32_terminal_info): Make 'args' const.
4846 * inferior.h (child_terminal_info): Update.
4847 * inflow.c (child_terminal_info): Make 'args' const.
4848 * target.c (default_terminal_info): Make 'args' const.
4849 (debug_to_terminal_save_ours): Likewise.
4850 * target.h (struct target_ops) <to_terminal_info>: Make argument
4851 const.
4852
4853 2013-05-13 Tom Tromey <tromey@redhat.com>
4854
4855 * gcore.c (create_gcore_bfd): Make 'filename' const.
4856 * gcore.h (create_gcore_bfd): Make 'filename' const.
4857 * record-full.c (record_full_save): Make 'recfilename' const.
4858 * target.c (target_save_record): Make 'filename' const.
4859 * target.h (struct target_ops) <to_save_record>: Make 'filename'
4860 const.
4861 (target_save_record): Likewise.
4862
4863 2013-05-13 Tom Tromey <tromey@redhat.com>
4864
4865 PR gdb/15338:
4866 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
4867 ranges section has been read.
4868
4869 2013-05-13 Tom Tromey <tromey@redhat.com>
4870
4871 PR exp/15364:
4872 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
4873 STRUCTOP_PTR>: Return a not_lval value for
4874 EVAL_AVOID_SIDE_EFFECTS.
4875 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
4876 for EVAL_AVOID_SIDE_EFFECTS.
4877
4878 2013-05-13 Joel Brobecker <brobecker@adacore.com>
4879
4880 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
4881 floating point registers to register type before storing
4882 value.
4883 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
4884 Likewise.
4885
4886 2013-05-10 Joel Brobecker <brobecker@adacore.com>
4887 Tom Tromey <tromey@redhat.com>
4888
4889 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
4890 New functions.
4891 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
4892 Declare.
4893 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
4894 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
4895 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
4896 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
4897
4898 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
4899 Tom Tromey <tromey@redhat.com>
4900
4901 PR build/15414:
4902 * configure: Rebuild.
4903 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
4904 with -Wno-format.
4905
4906 2013-05-10 Pedro Alves <palves@redhat.com>
4907
4908 * remote.c (_initialize_remote): Fix spelling of
4909 qXfer:traceframe-info:read packet in packet config command.
4910
4911 2013-05-10 David Taylor <dtaylor@emc.com>
4912
4913 PR remote/15455
4914
4915 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
4916 "QTro" at start of packet.
4917
4918 2013-05-10 Joel Brobecker <brobecker@adacore.com>
4919
4920 * solib-aix.c (solib_aix_relocate_section_addresses):
4921 For the .bss section action, apply the same offset as
4922 the .data section.
4923
4924 2013-05-10 Joel Brobecker <brobecker@adacore.com>
4925
4926 * solib-aix.c (solib_aix_relocate_section_addresses):
4927 Remove FIXME comment.
4928
4929 2013-05-10 Joel Brobecker <brobecker@adacore.com>
4930
4931 PR tdep/15420:
4932 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
4933 New functions, directly copied from sparc-sol-thread.c.
4934 * sparc-sol-thread.c: Delete.
4935 * configure.ac: Remove code handling sparc-solaris-thread.c.
4936 * configure: Regenerate.
4937
4938 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
4939
4940 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
4941 filter logic.
4942 (backtrace_command): Add "no-filters" option parsing.
4943 (_initialize_stack): Alter help to reflect "no-filters" option.
4944 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
4945 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
4946 (py-frame.o): Add target
4947 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
4948 filter files.
4949 * python/python.h: Add new frame filter constants, and flag enum.
4950 (apply_frame_filter): Add definition.
4951 * python/python.c (apply_frame_filter): New non-Python
4952 enabled function.
4953 * python/py-utils.c (py_xdecref): New function.
4954 (make_cleanup_py_xdecref): Ditto.
4955 * python/py-objfile.c: Declare frame_filters dictionary.
4956 (objfpy_dealloc): Add frame_filters dealloc.
4957 (objfpy_new): Initialize frame_filters attribute.
4958 (objfile_to_objfile_object): Ditto.
4959 (objfpy_get_frame_filters): New function.
4960 (objfpy_set_frame_filters): New function.
4961 * python/py-progspace.c: Declare frame_filters dictionary.
4962 (pspy_dealloc): Add frame_filters dealloc.
4963 (pspy_new): Initialize frame_filters attribute.
4964 (pspacee_to_pspace_object): Ditto.
4965 (pspy_get_frame_filters): New function.
4966 (pspy_set_frame_filters): New function.
4967 * python/py-framefilter.c: New file.
4968 * python/lib/gdb/command/frame_filters.py: New file.
4969 * python/lib/gdb/frames.py: New file.
4970 * python/lib/gdb/__init__.py: Initialize global frame_filters
4971 dictionary
4972 * python/lib/gdb/FrameDecorator.py: New file.
4973 * python/lib/gdb/FrameIterator.py: New file.
4974 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
4975 * mi/mi-cmds.h: Declare.
4976 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
4977 --no-frame-filter logic, and Python frame filter logic.
4978 (stack_enable_frame_filters): New function.
4979 (parse_no_frame_option): Ditto.
4980 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
4981 filter logic.
4982 (mi_cmd_stack_list_locals): Ditto.
4983 (mi_cmd_stack_list_args): Ditto.
4984 (mi_cmd_stack_list_variables): Ditto.
4985 * NEWS: Add frame filter note.
4986
4987 2013-05-09 Doug Evans <dje@google.com>
4988
4989 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
4990 All callers updated.
4991 (syms_from_objfile): Ditto. Make static.
4992 (symbol_file_add_with_addrs): Renamed from
4993 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
4994 num_offsets. All callers updated.
4995 * symfile.h (syms_from_objfile): Delete.
4996
4997 * symfile.c (decrement_reading_symtab): Add assert.
4998 (increment_reading_symtab): Ditto.
4999
5000 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5001
5002 * source.c (forward_search_command): Replace call to getc
5003 by call to fgetc.
5004 (reverse_search_command): Likewise.
5005
5006 2013-05-08 Doug Evans <dje@google.com>
5007
5008 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5009 matching test.
5010
5011 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5012
5013 * sol-thread.c (info_cb): Factorize the code a little.
5014
5015 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5016
5017 * sol-thread.c (info_cb): Rework the output of the "maintenance
5018 info sol-threads" command a bit.
5019
5020 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5021
5022 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5023 Replace ti.ti_startfunc by ti.ti_pc.
5024
5025 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5026
5027 * solib-aix.c (solib_aix_free_library_list): New function
5028 for the case where HAVE_LIBEXPAT is not defined.
5029
5030 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5031
5032 PR breakpoints/15413:
5033 * breakpoint.c (condition_completer): Simplify the code to
5034 disconsider multiple locations of breakpoints when completing the
5035 "condition" command.
5036
5037 2013-05-07 Pierre Muller <muller@sourceware.org>
5038
5039 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5040 instead of <sys/wait.h>.
5041
5042 2013-05-07 Pierre Muller <muller@sourceware.org>
5043
5044 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5045 trailing new line from warning message.
5046
5047 2013-05-07 Pierre Muller <muller@sourceware.org>
5048
5049 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5050 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5051
5052 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5053
5054 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5055 error message (ARI fix).
5056
5057 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5058
5059 * features/library-list-aix.dtd: Replace library-list by
5060 library-list-aix.
5061 * rs6000-nat.c: Replace library-list by library-list-aix
5062 throughout.
5063 * solib-aix.c: Likewise.
5064
5065 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5066
5067 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5068 Renames TARGET_OBJECT_AIX_LIBRARIES.
5069 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5070 TARGET_OBJECT_LIBRARIES_AIX throughout.
5071 * solib-aix.c: Likwise.
5072
5073 2013-05-07 Yao Qi <yao@codesourcery.com>
5074
5075 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5076 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5077
5078 2013-05-07 Yao Qi <yao@codesourcery.com>
5079
5080 * solib-dsbt.c (enable_break): Declare.
5081 (dsbt_current_sos): Remove call to enable_break2.
5082 (enable_break2): Rename to enable_break. Set solib breakpoint
5083 on '_dl_debug_state'.
5084 (enable_break): Remove.
5085
5086 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5087
5088 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5089 debug state prior to replicating existing hardware watchpoints or
5090 breakpoints.
5091
5092 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 * gcore.c (gcore_create_callback): Ignore sections with
5095 separate_debug_objfile_backlink != NULL.
5096
5097 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5098 Andrew Jenner <andrew@codesourcery.com>
5099 Chung-Lin Tang <cltang@codesourcery.com>
5100 Julian Brown <julian@codesourcery.com>
5101
5102 Based on the nios2-elf port from Altera Corporation.
5103
5104 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5105 nios2-linux-tdep.o.
5106 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5107 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5108 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5109 * nios2-tdep.h: New.
5110 * nios2-tdep.c: New.
5111 * nios2-linux-tdep.c: New.
5112 * features/Makefile (WHICH): Add nios2-linux.
5113 (nios2-linux-expedite): Set.
5114 * features/nios2-cpu.xml: New.
5115 * features/nios2.xml: New.
5116 * features/nios2-linux.xml: New.
5117 * features/nios2.c: New (autogenerated).
5118 * features/nios2-linux.c: New (autogenerated).
5119 * regformats/nios2-linux.dat: New (autogenerated).
5120 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5121 and commands.
5122
5123 2013-05-06 Doug Evans <dje@google.com>
5124
5125 * symfile.c: Whitespace cleanup.
5126
5127 * solist.h (struct target_so_ops): New member clear_so.
5128 * solib-svr4.c (svr4_clear_so): New function.
5129 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5130 * solib.c (clear_so): Renamed from free_so_symbols.
5131 All callers updated. Call target clear_so if it exists.
5132
5133 2013-05-06 Tom Tromey <tromey@redhat.com>
5134
5135 * ada-lang.c (ada_value_primitive_packed_val): Don't
5136 call value_incref.
5137 * value.c (set_value_parent): Incref the new parent and decref
5138 the old parent.
5139 (value_copy, value_primitive_field): Use set_value_parent.
5140
5141 2013-05-06 Tom Tromey <tromey@redhat.com>
5142
5143 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5144 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5145 if needed.
5146 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5147 * dwarf2read.c (write_constant_as_bytes)
5148 (dwarf2_fetch_constant_bytes): New functions.
5149
5150 2013-05-06 Tom Tromey <tromey@redhat.com>
5151
5152 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5153 parameters.
5154 (dwarf2_const_value_attr): Update.
5155
5156 2013-05-06 Tom Tromey <tromey@redhat.com>
5157
5158 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5159 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5160 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5161 Remove declaration.
5162
5163 2013-05-06 Tom Tromey <tromey@redhat.com>
5164
5165 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5166 objfile's obstack.
5167
5168 2013-05-06 Doug Evans <dje@google.com>
5169
5170 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5171 * stabsread.h (process_one_symbol): Update declaration.
5172 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5173 * elfread.c (elf_symfile_relocate_probe): Ditto.
5174 * psymtab.c (relocate_psymtabs): Ditto.
5175 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5176 (objfile_relocate): Ditto.
5177 * objfiles.h (objfile_relocate): Update declaration.
5178 * symfile.c (relative_addr_info_to_section_offsets): Constify
5179 addrs parameter.
5180 (default_symfile_offsets): Ditto.
5181 (syms_from_objfile_1): Constify offsets parameter.
5182 (syms_from_objfile): Ditto.
5183 (symbol_file_add_with_addrs_or_offsets): Ditto.
5184 (symfile_map_offsets_to_segments): Constify data parameter.
5185 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5186 delta parameters of member relocate.
5187 (struct sym_probe_fns): Constify new_offsets,
5188 delta parameters of member sym_relocate_probe.
5189 (struct sym_fns): Constify section_addr_info parameter of member
5190 sym_offsets.
5191 (relative_addr_info_to_section_offsets): Update declaration.
5192 (default_symfile_offsets): Ditto.
5193 (syms_from_objfile): Ditto.
5194 (symfile_map_offsets_to_segments): Ditto.
5195
5196 * symfile.c (syms_from_objfile_1): Use correct section count when
5197 objfile->sf == NULL.
5198
5199 2013-05-06 Mike Frysinger <vapier@gentoo.org>
5200
5201 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5202
5203 2013-05-06 Doug Evans <dje@google.com>
5204
5205 * psympriv.h (struct partial_symtab): Augment comment for member
5206 section_offsets.
5207
5208 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5209
5210 Reimplement shared library support on ppc-aix...
5211 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5212 * features/library-list-aix.dtd: New file.
5213 * solib-aix.h, solib-aix.c: New file.
5214 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5215 (rs6000_find_toc_address_hook): Delete.
5216 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5217 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5218 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5219 "xml-utils.h".
5220 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5221 (vmap_symtab, fixup_breakpoints): Delete.
5222 (rs6000_xfer_shared_libraries): New function.
5223 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5224 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5225 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5226 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5227 (rs6000_xfer_shared_library): New function.
5228 (find_toc_address): Delete.
5229 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5230 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5231 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5232 before creating minimal symbol. Adjust function description
5233 accordingly.
5234 (scan_xcoff_symtab): Replace call to
5235 prim_record_minimal_symbol_and_info by call to
5236 record_minimal_symbol.
5237 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5238 around default_symfile_offsets.
5239 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5240 powerpc-aix targets.
5241 * config/rs6000/nm-rs6000.h: Delete.
5242 * config/powerpc/aix.mh (NAT_FILE): Delete.
5243 (NATDEPFILES): Remove xcoffsolib.o.
5244 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5245 (ALL_TARGET_OBS): Add solib-aix.o.
5246 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5247 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5248 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5249 * xcoffsolib.h, xcoffsolib.c: Delete.
5250
5251 * solib.c (reload_shared_libraries): Remove reference to
5252 SOLIB_CREATE_INFERIOR_HOOK.
5253 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5254 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5255 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5256 comment.
5257 * corelow.c (deprecated_core_resize_section_table): Delete.
5258 * exec.c: Remove include of xcoffsolib.h".
5259 (map_vmap, vmap): Delete.
5260 (exec_close_1): Remove references to vmap.
5261 (exec_file_attach): Remove vmap handling code, and reference
5262 to DEPRECATED_IBM6000_TARGET.
5263 (bfdsec_to_vmap): Delete.
5264 (exec_files_info): Remove block of code handling VMAP.
5265 * infcmd.c (post_create_inferior): Remove reference to
5266 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5267 * infrun.c (follow_exec): Remove reference to
5268 SOLIB_CREATE_INFERIOR_HOOK.
5269 * stack.c (print_frame): Remove reference to PC_SOLIB.
5270 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5271 (dsbt_relocate_main_executable): Likewise.
5272 * solib-frv.c (frv_current_sos): Likewise.
5273
5274 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5275
5276 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5277 to target_write_memory and target_read_memory.
5278
5279 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5280
5281 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5282 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5283
5284 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5285
5286 * darwin-nat.c: Replace all "%x" instances in format strings
5287 into "0x%x" throughout.
5288
5289 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5290
5291 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5292 gdb_assert by call to MACH_CHECK_ERROR.
5293 (darwin_attach_pid): Raise an error rather than a failed
5294 assertion when various system calls failed. Report a warning
5295 instead of raising a failed assertion when PREV_NOT is not NULL
5296 after call to mach_port_request_notification.
5297 (darwin_ptrace_me): Raise an error rather than a failed
5298 assertion when read returns nonzero.
5299
5300 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5301
5302 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5303
5304 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5305
5306 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5307
5308 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5309
5310 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5311 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5312 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5313 a stale cleanup. Fix double free of NAME.
5314
5315 2013-05-04 Eli Zaretskii <eliz@gnu.org>
5316
5317 * windows-nat.c (windows_delete_thread): Accept an additional
5318 argument, the thread's exit code, and announce thread death when
5319 print_thread_events is non-zero and we are deleting a thread that
5320 is not the main thread.
5321 (get_windows_debug_event): Pass thread exit code to
5322 windows_delete_thread.
5323
5324 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5325
5326 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5327 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5328 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5329 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5330 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5331 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5332 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5333 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5334 (gdbarch_tdep): New struct.
5335 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5336 E_NUM_REGS.
5337 (v850e3v5_register_name): New function.
5338 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5339 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5340 code handling the struct return conventions for the RH850 ABI.
5341 Update all callers.
5342 (v850_eight_byte_align_p): New function.
5343 (v850_push_call_dummy): Push structs by value, not by reference
5344 for the RH850 ABI. Add support for eight byte alignment.
5345 (v850_dbtrap_breakpoint_from_pc): New function.
5346 (v850_gdbarch_init): Add ABI detection code. Register
5347 v850e3v5_register_name for the v850e3v5 architecture. Set the
5348 number of registers for v850e3v5. Register
5349 v850_dbtrap_breakpoint_from_pc as appropriate.
5350 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5351
5352 2013-05-03 Doug Evans <dje@google.com>
5353
5354 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5355 of bfd_count_sections.
5356 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5357 * symfile.c (default_symfile_offsets): Ditto.
5358 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5359 one entry, not bfd_count_sections entries.
5360
5361 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5362
5363 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5364 `save' and `restore' register groups. Don't include SPL
5365 or SPH in these groups.
5366 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5367 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5368 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5369 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5370 dwarf2_append_unwinders().
5371
5372 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5373
5374 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5375 ignore SIGINT and SIGTRAP in case these internal signals are
5376 caught explicitely.
5377
5378 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5379
5380 * darwin-nat.c (darwin_read_write_inferior): Change types
5381 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5382 of copy_count to "mach_msg_type_number_t".
5383 (darwin_read_dyld_info): Change type of parameter
5384 rdaddr to "gdb_byte *".
5385
5386 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5387
5388 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5389 of &info->load_map from "char *" to "gdb_byte *".
5390
5391 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5392
5393 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5394 from "char *" to "gdb_byte *".
5395 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5396
5397 2013-04-30 Doug Evans <dje@google.com>
5398
5399 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5400 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5401 DWO stub. If DWO isn't found, just use stub.
5402 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5403
5404 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5405 calling init_cutu_and_read_dies.
5406
5407 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5408
5409 * target-descriptions.c (maint_print_c_tdesc_cmd):
5410 Add case to parse structures as register types and
5411 bitfields.
5412
5413 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
5414
5415 * MAINTAINERS (Write After Approval): Add myself to the list.
5416
5417 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5418
5419 * sol-thread.c (rw_common): Change type of parameter "buf"
5420 to "gdb_byte *".
5421 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5422 rw_common to "gdb_byte *" instead of "char *".
5423
5424 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5425
5426 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5427 of local variable msym to const struct bound_minimal_symbol.
5428 Adjust use accordingly.
5429 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5430
5431 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
5432
5433 * i386gnu-nat.c (CREG_OFFSET): New macro.
5434 (creg_offset): New array.
5435 (CREG_ADDR): Use creg_offset instead of reg_offset.
5436
5437 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5438
5439 * mep-tdep.c (mep_write_pc): Delete.
5440 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5441 Add call to set_gdbarch_pc_regnum.
5442
5443 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5444
5445 * common/filestuff.c: Replace #include <dirent.h> by
5446 #include "gdb_dirent.h".
5447
5448 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5449
5450 * common/filestuff.c: Replace #include <sys/stat.h> by
5451 #include "gdb_stat.h".
5452
5453 2013-04-29 Pierre Muller <muller@sourceware.org>
5454
5455 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5456 editCase function rule.
5457 (get_DW_AT_signature_type): Likewise.
5458
5459 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5460
5461 * m32r-tdep.c (m32r_write_pc): Delete.
5462 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5463 Add call to set_gdbarch_pc_regnum.
5464
5465 2013-04-29 Pierre Muller <muller@sourceware.org>
5466
5467 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5468
5469 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5470
5471 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5472
5473 2013-04-28 Yao Qi <yao@codesourcery.com>
5474
5475 * solib-dsbt.c (fetch_loadmap): Re-indent.
5476 (displacement_from_map, enable_break2): Likewise.
5477 (dsbt_relocate_section_addresses): Likewise.
5478
5479 2013-04-26 Joel Brobecker <brobecker@adacore.com>
5480
5481 GDB 7.6 released.
5482
5483 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
5484
5485 PR corefiles/14983:
5486 * dwarf2read.c (process_full_comp_unit): Always create a static
5487 block.
5488
5489 2013-04-25 Hui Zhu <hui@codesourcery.com>
5490
5491 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5492 to loc->cmd_bytecode.
5493
5494 2013-04-24 Doug Evans <dje@google.com>
5495
5496 * dwarf2read.c (setup_type_unit_groups): Fix comment.
5497
5498 2013-04-22 Keith Seitz <keiths@redhat.com>
5499
5500 * tracepoint.c (trace_save): Call the writer's start method.
5501
5502 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
5503
5504 PR gdb/10462
5505 * cli/cli-decode.c (lookup_command): Show an error if there is no space
5506 before argument.
5507
5508 2013-04-23 Tom Tromey <tromey@redhat.com>
5509
5510 * common/filestuff.c: Check USE_WIN32API before including
5511 sys/socket.h.
5512 (HAVE_F_GETFD): New define.
5513 (mark_cloexec): Check HAVE_F_GETFD.
5514 (gdb_open_cloexec): Change 'mode' to unsigned long.
5515 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5516 (gdb_pipe_cloexec): Check HAVE_PIPE.
5517 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5518 long.
5519
5520 2013-04-23 Hui Zhu <hui@codesourcery.com>
5521
5522 PR gdb/15293
5523 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5524
5525 2013-04-23 Hui Zhu <hui@codesourcery.com>
5526
5527 PR gdb/15165
5528 * breakpoint.c (dprintf_print_recreate): New.
5529 (save_breakpoints): Let it not save dprintf commands.
5530 (initialize_breakpoint_ops): Set dprintf_print_recreate.
5531
5532 2013-04-22 Tom Tromey <tromey@redhat.com>
5533
5534 PR gdb/7912:
5535 * Makefile.in (SFILES): Add filestuff.c
5536 (COMMON_OBS): Add filestuff.o.
5537 (filestuff.o): New target.
5538 * auto-load.c (auto_load_objfile_script_1): Use
5539 gdb_fopen_cloexec.
5540 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5541 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5542 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5543 * common/agent.c (gdb_connect_sync_socket): Use
5544 gdb_socket_cloexec.
5545 * common/filestuff.c: New file.
5546 * common/filestuff.h: New file.
5547 * common/linux-osdata.c (linux_common_core_of_thread)
5548 (command_from_pid, commandline_from_pid, print_source_lines)
5549 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5550 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5551 gdb_fopen_cloexec.
5552 * common/linux-procfs.c (linux_proc_get_int)
5553 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5554 * config.in, configure: Rebuild.
5555 * configure.ac: Don't check for sys/socket.h. Check for
5556 fdwalk, pipe2.
5557 * corelow.c (core_open): Use gdb_open_cloexec.
5558 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5559 * fork-child.c (fork_inferior): Call close_most_fds.
5560 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5561 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5562 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5563 Use gdb_fopen_cloexec.
5564 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5565 gdb_open_cloexec.
5566 (linux_async_pipe): Use gdb_pipe_cloexec.
5567 * remote-fileio.c (remote_fileio_func_open): Use
5568 gdb_open_cloexec.
5569 * remote.c (remote_file_put, remote_file_get): Use
5570 gdb_fopen_cloexec.
5571 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5572 close_most_fds.
5573 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5574 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5575 * solib.c (solib_find): Use gdb_open_cloexec.
5576 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
5577 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
5578 (tfile_open): Use gdb_open_cloexec.
5579 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
5580 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
5581 * xml-support.c (xml_fetch_content_from_file): Use
5582 gdb_fopen_cloexec.
5583 * main.c (captured_main): Call notice_open_fds.
5584
5585 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
5586
5587 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
5588 'char *' to 'gdb_byte *'.
5589 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
5590 'gdb_byte'.
5591
5592 2013-04-22 Yao Qi <yao@codesourcery.com>
5593
5594 * infrun.c: Fix typo in comment.
5595
5596 2013-04-22 Andrew Haley <aph@redhat.com>
5597
5598 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
5599 instead of "long".
5600
5601 2013-04-20 Yao Qi <yao@codesourcery.com>
5602
5603 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
5604 'char *' to 'gdb_byte *'. Cast the return value of
5605 'bt_ctf_get_char_array' to 'gdb_byte *'.
5606
5607 2013-04-19 Pedro Alves <palves@redhat.com>
5608
5609 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
5610 -Wpointer-sign.
5611 * configure: Regenerate.
5612
5613 2013-04-19 Pedro Alves <palves@redhat.com>
5614
5615 * ser-tcp.c (net_read_prim): Cast second argument to recv to
5616 'void *'.
5617
5618 2013-04-19 Pedro Alves <palves@redhat.com>
5619
5620 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
5621 Change type of 'myaddr' parameter to gdb_byte pointer.
5622 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
5623 to 'long long' pointer instead of to 'unsigned long long'.
5624 (monitor_write_memory_block, monitor_read_memory_single)
5625 (monitor_read_memory): Change type of 'myaddr' parameter to
5626 gdb_byte pointer.
5627
5628 2013-04-19 Pedro Alves <palves@redhat.com>
5629
5630 * record.c (validate_history_size): Make parameter 'setting'
5631 unsigned.
5632
5633 2013-04-19 Pedro Alves <palves@redhat.com>
5634
5635 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
5636 to 'gdb_byte *'.
5637
5638 2013-04-19 Pedro Alves <palves@redhat.com>
5639
5640 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
5641 local to int.
5642
5643 2013-04-19 Pedro Alves <palves@redhat.com>
5644
5645 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
5646 * ada-tasks.c (read_fat_string_value): Likewise.
5647
5648 2013-04-19 Pedro Alves <palves@redhat.com>
5649
5650 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
5651 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
5652 'offset', and adjust.
5653
5654 2013-04-19 Pedro Alves <palves@redhat.com>
5655
5656 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
5657 (read_index_from_section): Add cast to 'char *'.
5658
5659 2013-04-19 Pedro Alves <palves@redhat.com>
5660
5661 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
5662
5663 2013-04-19 Pedro Alves <palves@redhat.com>
5664
5665 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
5666
5667 2013-04-19 Pedro Alves <palves@redhat.com>
5668
5669 * record-full.c (record_full_get_bookmark): Change local 'ret'
5670 type to char * and add cast to gdb_byte *.
5671 (record_full_goto_bookmark): Handle 'bookmark' argument as a
5672 string.
5673 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
5674
5675 2013-04-19 Pedro Alves <palves@redhat.com>
5676
5677 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
5678 * python/py-prettyprint.c (print_string_repr): Change type of
5679 'output' local to char *. Add cast to gdb_byte * in
5680 LA_PRINT_STRING call.
5681 (print_children): Change type of 'output' local to char *.
5682 * python/py-value.c (valpy_string): Add cast to const char * in
5683 PyUnicode_Decode call.
5684
5685 2013-04-19 Pedro Alves <palves@redhat.com>
5686
5687 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
5688 and change its type to 'const char *'. Adjust.
5689 (mips_send_packet): Add cast to 'char *', and remove cast to
5690 'unsigned char *'.
5691 (mips_receive_packet): Remove cast to 'unsigned char *'.
5692 (mips_load_srec): Use bfd_byte.
5693 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
5694 (pmon_checkset): Make 'value' parameter unsigned.
5695
5696 2013-04-19 Pedro Alves <palves@redhat.com>
5697
5698 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
5699
5700 2013-04-19 Pedro Alves <palves@redhat.com>
5701
5702 * remote.c (remote_write_bytes_aux, compare_sections_command)
5703 (remote_read_qxfer)
5704 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
5705 (remote_hostio_readlink, remote_bfd_iovec_pread)
5706 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
5707 binary buffer, and char when buffer is used as string.
5708 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
5709 (trace_save, tfile_open, traceframe_walk_blocks)
5710 (tfile_fetch_registers): Likewise.
5711
5712 2013-04-19 Pedro Alves <palves@redhat.com>
5713
5714 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
5715 buffer and size_t size. Adjust.
5716 * ser-base.h (ser_base_write): Adjust.
5717 * ser-go32.c (cnts): Change type to size_t.
5718 (dos_write): Change prototype -- take 'void *'
5719 buffer and size_t size. Adjust.
5720 (dos_info): Print elements of 'cnts' as unsigned long.
5721 * serial.c (serial_write): Likewise.
5722 * serial.h (serial_write): Adjust.
5723 (struct serial_ops) <write>: Change prototype -- take 'void *'
5724 buffer and size_t size. Adjust.
5725
5726 2013-04-19 Pedro Alves <palves@redhat.com>
5727
5728 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
5729 gdb_byte *.
5730 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
5731
5732 2013-04-19 Pedro Alves <palves@redhat.com>
5733
5734 * alpha-tdep.c (alpha_extract_return_value): Use
5735 regcache_cooked_read_unsigned to read 'v0'.
5736
5737 2013-04-19 Pedro Alves <palves@redhat.com>
5738
5739 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
5740 parameters 'at', 'as' and 'offset' to uint32_t.
5741
5742 2013-04-19 Pedro Alves <palves@redhat.com>
5743
5744 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
5745 'is64' to signed 'int'.
5746
5747 2013-04-19 Pedro Alves <palves@redhat.com>
5748
5749 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
5750 parameter to int *.
5751
5752 2013-04-19 Pedro Alves <palves@redhat.com>
5753
5754 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
5755 'insnbuf' buffer type to unsigned int[].
5756
5757 2013-04-19 Pedro Alves <palves@redhat.com>
5758
5759 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
5760
5761 2013-04-19 Pedro Alves <palves@redhat.com>
5762
5763 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
5764 unsigned long *.
5765
5766 2013-04-19 Pedro Alves <palves@redhat.com>
5767
5768 * alpha-tdep.c (heuristic_fence_post): Change type to int.
5769 (alpha_heuristic_proc_start): Adjust to check -1 instead of
5770 UINT_MAX.
5771 * mips-tdep.c (heuristic_fence_post): Change type to int.
5772 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
5773
5774 2013-04-19 Pedro Alves <palves@redhat.com>
5775
5776 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
5777 (struct gdbarch_tdep) <cris_version>: Make unsigned.
5778 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
5779
5780 2013-04-19 Pedro Alves <palves@redhat.com>
5781
5782 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
5783 it to get a string view of the byte buffer.
5784 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
5785 type to gdb_byte *. Adjust.
5786 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
5787 Change local to char *.
5788 * solib-darwin.c (find_program_interpreter): Change return type to
5789 char *. Adjust.
5790 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
5791 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
5792 * solib-frv.c (enable_break2): Change local 'buf' to char *.
5793 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
5794 * solib-svr4.c (find_program_interpreter): Change return type to
5795 char *. Adjust.
5796 (enable_break): Change local 'interp_name' to char *.
5797 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
5798 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
5799 (spu_pseudo_register_write_spu): Use char for string buffer.
5800 Adjust.
5801 (info_spu_event_command, info_spu_signal_command): Add casts to
5802 'char *'.
5803
5804 2013-04-19 Pedro Alves <palves@redhat.com>
5805
5806 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
5807 gdb_byte[].
5808 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
5809 * ada-lang.c (ada_value_assign): Use gdb_byte.
5810 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
5811 (alphanbsd_sigtramp_offset): Use gdb_byte.
5812 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
5813 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
5814 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
5815 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
5816 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
5817 * arm-tdep.c (arm_stub_unwind_sniffer)
5818 (arm_displaced_init_closure): Use gdb_byte.
5819 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
5820 (arm_default_thumb_le_breakpoint)
5821 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
5822 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
5823 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
5824 * arm-wince-tdep.c (arm_wince_le_breakpoint)
5825 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
5826 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
5827 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
5828 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
5829 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
5830 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
5831 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
5832 (cris_store_return_value, cris_extract_return_value): Use
5833 gdb_byte.
5834 (constraint): Change type of parameter to char * from signed
5835 char*. Use gdb_byte.
5836 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
5837 of local buffer to gdb_byte *.
5838 * dwarf2read.c (read_index_from_section): Use gdb_byte.
5839 (create_dwp_hash_table): Change type of locals to gdb_byte *.
5840 (add_address_entry): Change type of local buffer to gdb_byte[].
5841 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
5842 (frv_push_dummy_call): Use gdb_byte.
5843 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
5844 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
5845 (hppa_hpux_supply_save_state): Use gdb_byte.
5846 * hppa-tdep.c (hppa32_push_dummy_call)
5847 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
5848 * ia64-tdep.c (extract_bit_field, replace_bit_field)
5849 (slotN_contents, replace_slotN_contents): Change type of parameter
5850 to gdb_byte *.
5851 (fetch_instruction, ia64_pseudo_register_write)
5852 (ia64_register_to_value, ia64_value_to_register)
5853 (ia64_extract_return_value, ia64_store_return_value)
5854 (ia64_push_dummy_call): Use gdb_byte.
5855 * m32c-tdep.c (m32c_return_value): Remove cast.
5856 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
5857 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
5858 gdb_byte.
5859 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
5860 * mn10300-tdep.c (mn10300_store_return_value)
5861 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
5862 gdb_byte.
5863 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
5864 (moxie_process_record): Remove casts.
5865 * ppc-ravenscar-thread.c (supply_register_at_address)
5866 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
5867 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
5868 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
5869 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
5870 * remote.c (compare_sections_command): Use gdb_byte.
5871 * score-tdep.c (score7_free_memblock): Change type of parameter to
5872 gdb_byte *.
5873 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
5874 gdb_byte *. Use gdb_byte.
5875 (sh_push_dummy_call_fpu): Use gdb_byte.
5876 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
5877 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
5878 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
5879 Change parameter type to 'gdb_byte *'. Use gdb_byte.
5880 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
5881 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
5882 (sh64_store_return_value, sh64_register_convert_to_virtual):
5883 Change parameter type to 'gdb_byte *'. Use gdb_byte.
5884 (sh64_pseudo_register_write): Use gdb_byte.
5885 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
5886 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
5887 buffer.
5888 (irix_current_sos): Use gdb_byte.
5889 * solib-som.c (som_current_sos): Use gdb_byte.
5890 * sparc-ravenscar-thread.c (supply_register_at_address)
5891 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
5892 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
5893 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
5894 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
5895 'gdb_byte *'.
5896 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
5897 'gdb_byte *'.
5898 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
5899 * xstormy16-tdep.c (xstormy16_extract_return_value)
5900 (xstormy16_store_return_value): Change parameter type to
5901 'gdb_byte *'. Adjust.
5902 (xstormy16_push_dummy_call): Use gdb_byte.
5903 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
5904 (call0_analyze_prologue, execute_code): Use gdb_byte.
5905
5906 2013-04-19 Vladimir Kargov <kargov@gmail.com>
5907 Pedro Alves <palves@redhat.com>
5908
5909 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
5910 value contents.
5911
5912 2013-04-17 Doug Evans <dje@google.com>
5913
5914 * dwarf2read.c (struct signatured_type): New member type.
5915 (struct attribute): Replace member signatured_type with signature.
5916 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
5917 (read_call_site_scope): Call follow_die_ref instead of
5918 follow_die_ref_or_sig.
5919 (read_structure_type): Rewrite handling of signatured types.
5920 (read_enumeration_type): Ditto.
5921 (read_attribute_value): Update.
5922 (build_error_marker_type): New function.
5923 (lookup_die_type): Add assert. Rewrite handling of signatured types.
5924 Don't call error for bad types, just build an error marker type.
5925 (dump_die_shallow): Update.
5926 (follow_die_sig_1): Renamed from follow_die_sig.
5927 Don't call error for bad types, instead return NULL.
5928 (follow_die_sig): New function.
5929 (get_signatured_type, get_DW_AT_signature_type): New functions.
5930
5931 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
5932
5933 * aarch64-tdep.c (aarch64_write_pc): Removed.
5934 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
5935 function.
5936
5937 2013-04-17 Yao Qi <yao@codesourcery.com>
5938
5939 * top.c (print_gdb_configuration): Print configure-time
5940 parameter on using libbabeltrace or not.
5941
5942 2013-04-16 Pedro Alves <palves@redhat.com>
5943
5944 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
5945
5946 2013-04-16 Pedro Alves <palves@redhat.com>
5947
5948 * common/glibc_thread_db.h: Update from upstream glibc
5949 (git 568035b7874a099087b77f7bba3e36a1173787b0).
5950
5951 2013-04-16 Pedro Alves <palves@redhat.com>
5952
5953 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
5954 * common/glibc_thread_db.h: ... this new file ...
5955 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
5956
5957 2013-04-16 Will Newton <will.newton@gmail.com>
5958 Pedro Alves <palves@redhat.com>
5959
5960 PR build/11881
5961
5962 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
5963 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
5964 HAVE_THREAD_DB_H.
5965
5966 2013-04-16 Pedro Alves <palves@redhat.com>
5967 Eli Zaretskii <eliz@gnu.org>
5968
5969 * NEWS: Mention "set foo unlimited".
5970
5971 2013-04-15 Doug Evans <dje@google.com>
5972
5973 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
5974 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
5975 (create_dwo_cu_reader): Renamed from
5976 create_dwo_debug_info_hash_table_reader.
5977 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
5978 Remove support for multiple CUs in a DWO file.
5979 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
5980
5981 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
5982 instead of phex.
5983 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
5984 (create_dwo_in_dwp): Ditto.
5985
5986 2013-04-15 Tom Tromey <tromey@redhat.com>
5987
5988 * NEWS: Move recent entries into "since 7.6" section.
5989
5990 2013-04-15 Tom Tromey <tromey@redhat.com>
5991
5992 PR c++/13588:
5993 * NEWS: Update.
5994 * break-catch-throw.c (struct exception_catchpoint)
5995 <exception_rx, pattern>: New fields.
5996 (fetch_probe_arguments, dtor_exception_catchpoint)
5997 (check_status_exception_catchpoint)
5998 (print_one_detail_exception_catchpoint): New functions.
5999 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6000 Compile regular expression if needed.
6001 (extract_exception_regexp): New function.
6002 (catch_exception_command_1): Use extract_exception_regexp.
6003 (compute_exception): Use fetch_probe_arguments.
6004 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6005 and check_status fields.
6006 * cp-abi.c (cplus_typename_from_type_info): New function.
6007 * cp-abi.h (cplus_typename_from_type_info): Declare.
6008 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6009 * gdb_regex.h (compile_rx_or_error): Declare.
6010 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6011 comment.
6012 (init_gnuv3_ops): Set get_type_from_type_info field.
6013 * probe.c (compile_rx_or_error): Move...
6014 * utils.c (compile_rx_or_error): ... here.
6015
6016 2013-04-15 Tom Tromey <tromey@redhat.com>
6017
6018 PR c++/15176:
6019 * NEWS: Update.
6020 * break-catch-throw.c (compute_exception): New function.
6021 (exception_funcs): New global.
6022 (_initialize_break_catch_throw): Create $_exception.
6023 * cp-abi.c (cplus_type_from_type_info): New function.
6024 * cp-abi.h (cplus_type_from_type_info): Declare.
6025 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6026 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6027 (gnuv3_get_type_from_type_info): New functions.
6028 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6029
6030 2013-04-15 Tom Tromey <tromey@redhat.com>
6031
6032 * break-catch-throw.c (struct exception_names): New.
6033 (exception_functions): Change type.
6034 (re_set_exception_catchpoint): Look for SDT probes.
6035
6036 2013-04-15 Tom Tromey <tromey@redhat.com>
6037
6038 PR c++/10119:
6039 * break-catch-throw.c (exception_functions): New global.
6040 (gnu_v3_exception_catchpoint_ops): Move earlier.
6041 (struct exception_catchpoint): New.
6042 (classify_exception_breakpoint): Rewrite.
6043 (re_set_exception_catchpoint): New function.
6044 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6045 Allocate a struct exception_catchpoint.
6046 (catch_exception_command_1): Update.
6047 (initialize_throw_catchpoint_ops): Set 're_set' method.
6048
6049 2013-04-15 Tom Tromey <tromey@redhat.com>
6050
6051 * Makefile.in (SFILES): Add break-catch-throw.c
6052 (COMMON_OBS): Add break-catch-throw.o.
6053 * break-catch-throw.c: New file.
6054 * breakpoint.c: Move exception-catching code to new file.
6055 (ep_parse_optional_if_clause): No longer static.
6056 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6057
6058 2013-04-15 Tom Tromey <tromey@redhat.com>
6059
6060 PR c++/9065:
6061 * NEWS: Update.
6062 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6063 * c-exp.y (TYPEID): New token.
6064 (exp): Add new TYPEID productions.
6065 (ident_tokens): Add "typeid".
6066 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6067 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6068 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6069 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6070 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6071 case.
6072 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6073 (build_std_type_info_type, gnuv3_get_typeid_type)
6074 (gnuv3_get_typeid): New functions.
6075 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6076 new fields on ABI object.
6077 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6078 * std-operator.def (OP_TYPEID): New.
6079
6080 2013-04-15 Tom Tromey <tromey@redhat.com>
6081
6082 * elfread.c (elf_symtab_read): Install versioned symbol under
6083 unversioned name as well.
6084
6085 2013-04-15 Tom Tromey <tromey@redhat.com>
6086
6087 PR c++/11990:
6088 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6089 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6090 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6091 (gdb_demangle): New function.
6092 * cp-support.h (gdb_demangle): Declare.
6093 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6094 (dwarf2_name): Use gdb_demangle.
6095 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6096 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6097 suffixes from name.
6098 (gnuv3_print_method_ptr): Use gdb_demangle.
6099 * jv-lang.c (java_demangle): Use gdb_demangle.
6100 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6101 * language.c (unk_lang_demangle): Use gdb_demangle.
6102 * symtab.c (symbol_find_demangled_name)
6103 (demangle_for_lookup): Use gdb_demangle.
6104
6105 2013-04-15 Tom Tromey <tromey@redhat.com>
6106
6107 PR c++/12824:
6108 * NEWS: Update.
6109 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6110 New constant.
6111 (classify_exception_breakpoint): New function.
6112 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6113 (print_mention_exception_catchpoint)
6114 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6115 (catch_exception_command_1): Handle "rethrow" catchpoint.
6116 (catch_rethrow_command): New function.
6117 (_initialize_breakpoint): Add "catch rethrow" command.
6118
6119 2013-04-15 Pierre Muller <muller@sourceware.org>
6120
6121 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6122 set_gdbarch_write_pc as deprecated anymore.
6123
6124 2013-04-15 Joel Brobecker <brobecker@adacore.com>
6125
6126 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6127 declarations.
6128
6129 2013-04-13 Yao Qi <yao@codesourcery.com>
6130
6131 * ctf.c (_initialize_ctf): Include "completer.h".
6132 Call add_target_with_completer instead of add_target.
6133
6134 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6135
6136 Fix GDB regression related to PR binutils/14813.
6137 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6138 * minidebug.c (lzma_close): Add return value comment.
6139 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6140 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6141 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6142
6143 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * config.in: Regenerate.
6146
6147 2013-04-12 Tom Tromey <tromey@redhat.com>
6148
6149 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6150 const.
6151 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6152 (struct die_reader_specs) <buffer>: Likewise.
6153 (die_reader_func_ftype): Make 'info_ptr' const.
6154 (struct line_header) <include_dirs, statement_program_start,
6155 statement_program_end>: Now const.
6156 (struct file_entry) <name>: Likewise.
6157 (struct partial_die_info) <sibling>: Likewise.
6158 (struct dwarf_block) <data>: Likewise.
6159 (dwarf2_read_section): Remove cast.
6160 (dwarf2_get_section_info): Make 'bufp' const.
6161 (read_index_from_section): Constify.
6162 (dw2_get_file_names_reader): Make 'info_ptr' const.
6163 (dw2_get_primary_filename_reader): Likewise.
6164 (read_comp_unit_head): Make 'info_ptr' and return type const.
6165 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6166 Likewise.
6167 (read_abbrev_offset): Constify.
6168 (dwarf2_create_include_psymtab): Make 'name' const.
6169 (create_debug_types_hash_table): Update.
6170 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6171 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6172 Constify.
6173 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6174 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6175 (read_comp_units_from_section): Constify.
6176 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6177 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6178 const.
6179 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6180 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6181 (create_dwp_hash_table, dwarf2_ranges_read)
6182 (dwarf2_record_block_ranges): Constify.
6183 (read_die_and_children, read_die_and_siblings_1)
6184 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6185 const.
6186 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6187 (abbrev_table_read_table): Constify.
6188 (load_partial_dies): Make 'info_ptr' const.
6189 (read_partial_die, read_attribute_value, read_attribute): Make
6190 'info_ptr' and return type const.
6191 (read_address, read_initial_length)
6192 (read_checked_initial_length_and_offset, read_offset)
6193 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6194 const.
6195 (read_direct_string): Make 'buf' and return type const.
6196 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6197 (read_indirect_string): Make return type const.
6198 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6199 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6200 'info_ptr' const.
6201 (read_str_index): Make return type const.
6202 (add_include_dir): Make 'include_dir' const.
6203 (add_file_name): Make 'name' const.
6204 (dwarf_decode_line_header): Constify.
6205 (psymtab_include_file_name): Make return type const.
6206 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6207 (dwarf2_start_subfile): Make 'filename' const.
6208 (dwarf2_const_value_attr): Make 'bytes' const.
6209 (read_signatured_type_reader): Make 'info_ptr' const.
6210 (decode_locdesc): Constify.
6211 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6212 const.
6213 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6214 'mac_end', and return type const.
6215 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6216 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6217 type const.
6218 (per_cu_header_read_in): Constify.
6219 * symfile.h (dwarf2_get_section_info): Update.
6220
6221 2013-04-12 Tom Tromey <tromey@redhat.com>
6222
6223 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6224
6225 2013-04-12 Eli Zaretskii <eliz@gnu.org>
6226
6227 * NEWS: Mention "show configuration", --configuration.
6228 * top.c (print_gdb_configuration): New function, displays the
6229 details about GDB configure-time parameters.
6230 (print_gdb_version): Mention "show configuration".
6231 * cli/cli-cmds.c (show_configuration): New function.
6232 (_initialize_cli_cmds): Add the "show configuration" command.
6233 * main.c (captured_main) <print_configuration>: New static var.
6234 <long_options>: Use it.
6235 If --configuration was given, call print_gdb_configuration.
6236
6237 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6238 Pedro Alves <palves@redhat.com>
6239
6240 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6241 (generated_files): Add gcore.
6242 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6243 HAVE_NATIVE_GCORE_HOST.
6244 (gcore): New.
6245 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6246 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6247 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6248 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6249 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6250 Add HAVE_NATIVE_GCORE_HOST.
6251 * configure: Regenerate.
6252 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6253 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6254 AC_CONFIG_FILES for gcore.
6255 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6256 gdb_have_gcore.
6257 * gdb_gcore.sh: Rename to ...
6258 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6259 and GCORE_TRANSFORM_NAME substitutions.
6260
6261 Fix parsing tabs in ${gdb_target_obs}.
6262 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6263
6264 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6265
6266 * remote.c (unpush_and_perror): Add output message final dot.
6267
6268 2013-04-11 Yao Qi <yao@codesourcery.com>
6269
6270 * tracepoint.c (tfile_interp_line): Fit parameters line and
6271 utpp in one line.
6272
6273 2013-04-10 Joel Brobecker <brobecker@adacore.com>
6274
6275 * solib.c (solib_map_sections): Remove code overwriting
6276 SO->SO_NAME with the bfd's filename.
6277
6278 2013-04-10 Pedro Alves <palves@redhat.com>
6279
6280 * cli/cli-decode.c (integer_unlimited_completer): New function.
6281 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6282 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6283 completer.
6284 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6285 (is_unlimited_literal): New function.
6286 (do_set_command): Handle literal "unlimited" arguments.
6287 * frame.c (_initialize_frame) <set backtrace limit>: Document
6288 "unlimited".
6289 * printcmd.c (_initialize_printcmd) <set print
6290 max-symbolic-offset>: Add help text.
6291 * record-full.c (_initialize_record_full) <set record full
6292 insn-number-max>: Likewise.
6293 * record.c (_initialize_record) <set record
6294 instruction-history-size, set record function-call-history-size>:
6295 Add help text.
6296 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6297 help text.
6298 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6299 Likewise.
6300 * source.c (_initialize_source) <set listsize>: Add help text.
6301 * utils.c (initialize_utils) <set height, set width>: Likewise.
6302 <set pagination>: Mention "set height unlimited".
6303 * valprint.c (_initialize_valprint) <set print elements, set print
6304 repeats>: Document "unlimited".
6305
6306 2013-04-10 Pedro Alves <palves@redhat.com>
6307
6308 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6309 instead of disconnect_tracing.
6310 * infcmd.c (detach_command, disconnect_command): Call
6311 query_if_trace_running. Adjust.
6312 * top.c: Include "tracepoint.h".
6313 (quit_target): Delete. Contents moved ...
6314 (quit_force): ... here. Wrap each stage of teardown in
6315 TRY_CATCH. Call disconnect_tracing before detaching.
6316
6317 2013-04-10 Hui Zhu <hui@codesourcery.com>
6318 Yao Qi <yao@codesourcery.com>
6319
6320 * configure.ac: Check libbabeltrace is installed.
6321 * config.in: Regenerate.
6322 * configure: Regenerate.
6323 * Makefile.in (LIBBABELTRACE): New.
6324 (CLIBS): Add LIBBABELTRACE.
6325 * ctf.c: Include "exec.h".
6326 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6327 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6328 (ctf_save_metadata_header): Define new type aliases in
6329 metadata.
6330 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6331 in metadata. Start a new faked packet for trace status.
6332 (ctf_write_status): Write trace status to CTF.
6333 (ctf_write_uploaded_tsv): Write TSV to CTF.
6334 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6335 (ctf_write_definition_end): End the faked packet.
6336
6337 (ctx, ctf_iter, trace_dirname): New.
6338 (start_pos): New variable.
6339 (ctf_destroy, ctf_open_dir, ctf_open): New.
6340 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6341 macros.
6342 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6343 (ctf_fetch_registers, ctf_xfer_partial): New.
6344 (ctf_get_trace_state_variable_value): New.
6345 (ctf_get_tpnum_from_frame_event): New.
6346 (ctf_get_traceframe_address): New.
6347 (ctf_trace_find, ctf_has_stack): New.
6348 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6349 (ctf_get_trace_status, ctf_read_status): New.
6350 (_initialize_ctf): New.
6351 * tracepoint.c (get_tracepoint_number): New
6352 (get_uploaded_tsv): Remove 'static'.
6353 (struct traceframe_info, trace_regblock_size): Move it to ...
6354 * tracepoint.h: ... here.
6355 (get_tracepoint_number): Declare it.
6356 (get_uploaded_tsv): Declare it.
6357
6358 * NEWS: Mention new configure option.
6359
6360 2013-04-10 Pedro Alves <palves@redhat.com>
6361 Hui Zhu <hui@codesourcery.com>
6362
6363 * breakpoint.c (dprintf_re_set): New.
6364 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6365 to dprintf_re_set.
6366
6367 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6368
6369 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6370 Remove solib-svr4.o from the list.
6371
6372 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6373
6374 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6375 Use gdb_assert_not_reached instead of invalid boolean expression.
6376
6377 2013-04-09 Pedro Alves <palves@redhat.com>
6378
6379 * remote.c (unpush_and_perror): New function.
6380 (readchar, remote_serial_write): Use it.
6381
6382 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
6383
6384 * NEWS: Mention new btrace RSP packets.
6385
6386 2013-04-08 Tom Tromey <tromey@redhat.com>
6387
6388 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6389 long.
6390
6391 2013-04-08 Tom Tromey <tromey@redhat.com>
6392
6393 * maint.c (print_bfd_section_info): Print the section index.
6394 * symmisc.c (dump_msymbols): Print the section index.
6395
6396 2013-04-08 Tom Tromey <tromey@redhat.com>
6397
6398 PR symtab/8424:
6399 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6400 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6401 * breakpoint.c (resolve_sal_pc): Update.
6402 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6403 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6404 (minsym_lookup_iterator_cb): Use it.
6405 (default_read_var_value): Update.
6406 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6407 Update.
6408 * infcmd.c (jump_command): Update.
6409 * linespec.c (minsym_found): Update.
6410 * maint.c (maintenance_translate_address): Update.
6411 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6412 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6413 * parse.c (write_exp_msymbol): Update.
6414 * printcmd.c (address_info): Update.
6415 * psymtab.c (find_pc_sect_psymbol): Update.
6416 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6417 SYMBOL_OBJ_SECTION.
6418 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6419 Don't initialize SYMBOL_OBJ_SECTION.
6420 * spu-tdep.c (spu_catch_start): Update.
6421 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6422 * symmisc.c (dump_msymbols, print_symbol): Update.
6423 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6424 how fallback section is computed.
6425 (fixup_symbol_section): Update.
6426 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6427 Update.
6428 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6429 Initialize SYMBOL_SECTION.
6430 * symtab.h (struct general_symbol_info) <section>: Update comment.
6431 <obj_section>: Remove.
6432 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6433 (SYMBOL_OBJFILE): New macro.
6434
6435 2013-04-08 Tom Tromey <tromey@redhat.com>
6436
6437 * coffread.c (record_minimal_symbol): Update.
6438 * dbxread.c (record_minimal_symbol): Update.
6439 * elfread.c (record_minimal_symbol): Update.
6440 * machoread.c (macho_symtab_add_minsym): Update.
6441 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6442 Update.
6443 * minsyms.c (prim_record_minimal_symbol): Update.
6444 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6445 argument.
6446 (prim_record_minimal_symbol_and_info): Likewise.
6447 * minsyms.h (prim_record_minimal_symbol_full)
6448 (prim_record_minimal_symbol_and_info): Update.
6449 * symtab.c (allocate_symbol, initialize_symbol)
6450 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6451 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6452 Update.
6453
6454 2013-04-08 Tom Tromey <tromey@redhat.com>
6455
6456 PR symtab/8423:
6457 * solib-som.c (som_solib_section_offsets): Use BFD section
6458 indices. Set offsets for all sections.
6459 * somread.c (som_symtab_read): Compute BFD section for
6460 symbol. Use prim_record_minimal_symbol_and_info.
6461 (som_symfile_read): Fix comment.
6462 (struct find_section_offset_arg): New.
6463 (find_section_offset, set_section_index): New functions.
6464 (som_symfile_offsets): Use set_section_index to compute
6465 section indices.
6466
6467 2013-04-08 Tom Tromey <tromey@redhat.com>
6468
6469 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6470 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6471 gdb_bfd_section_index.
6472 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6473 New functions.
6474 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6475 Declare.
6476 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6477 Update.
6478 * objfiles.c (add_to_objfile_sections_full): New function.
6479 (add_to_objfile_sections): Use it.
6480 (build_section_table): Rewrite.
6481 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6482 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6483 (struct objfile) <sections>: Update comment.
6484 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6485 is NULL.
6486 (ALL_OBJSECTIONS): Use it.
6487 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6488 * solib-frv.c (frv_relocate_main_executable): Update.
6489 * solib-target.c (solib_target_relocate_section_addresses):
6490 Use gdb_bfd_section_index.
6491 * symfile.c (build_section_addr_info_from_section_table):
6492 Use gdb_bfd_section_index.
6493 (build_section_addr_info_from_bfd, place_section): Likewise.
6494 * symtab.c (fixup_section): Update.
6495 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6496
6497 2013-04-08 Tom Tromey <tromey@redhat.com>
6498
6499 * minsyms.h (struct bound_minimal_symbol): New.
6500 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6501 Remove objfile argument.
6502 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6503 Return bound_minimal_symbol.
6504 * minsyms.c (lookup_minimal_symbol_by_pc_1)
6505 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6506 Return bound_minimal_symbol.
6507 (in_gnu_ifunc_stub): Update.
6508 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6509 Remove 'objfile_p' argument.
6510 (lookup_solib_trampoline_symbol_by_pc): Update.
6511 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6512 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6513 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6514 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6515 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6516 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6517 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6518 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6519 stack.c, symtab.c, tui/tui-disasm.c: Update.
6520
6521 2013-04-08 Tom Tromey <tromey@redhat.com>
6522
6523 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6524 Use symbol's obstack, not an objfile.
6525 * coffread.c (process_coff_symbol): Update.
6526 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6527 * jv-lang.c (add_class_symbol): Update.
6528 * mdebugread.c (new_symbol): Update.
6529 * minsyms.c (prim_record_minimal_symbol_full)
6530 (terminate_minimal_symbol_table): Update.
6531 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
6532 * stabsread.c (define_symbol, read_enum_type): Update.
6533 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6534 Handle Ada specially.
6535 (symbol_set_language): Add 'obstack' argument.
6536 (symbol_set_names): Update.
6537 (symbol_natural_name, symbol_demangled_name): Always use
6538 ada_decode_symbol.
6539 * symtab.h (struct general_symbol_info)
6540 <language_specific::obstack>: New field.
6541 <ada_mangled>: New field.
6542 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6543 (symbol_set_language): Update.
6544
6545 2013-04-08 Tom Tromey <tromey@redhat.com>
6546
6547 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6548 Take an obstack, not an objfile.
6549 (symbol_set_names): Update.
6550 * symtab.h (symbol_set_demangled_name): Update.
6551
6552 2013-04-08 Tom Tromey <tromey@redhat.com>
6553
6554 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6555 allocate_symbol.
6556 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6557 (read_func_scope): Call allocate_template_symbol.
6558 (new_symbol_full): Call allocate_symbol.
6559 * jit.c (finalize_symtab): Call allocate_symbol.
6560 * jv-lang.c (add_class_symbol): Call allocate_symbol.
6561 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6562 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6563 (common_block_end): Call allocate_symbol.
6564 * symtab.c (allocate_symbol, initialize_symbol)
6565 (allocate_template_symbol): New functions.
6566 * symtab.c (allocate_symbol, initialize_symbol)
6567 (allocate_template_symbol): Declare.
6568 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6569
6570 2013-04-08 Pedro Alves <palves@redhat.com>
6571 Keith Seitz <keiths@redhat.com>
6572
6573 * breakpoint.c (create_breakpoint): Rename
6574 "parse_condition_and_thread" parameter to "parse_arg". Update
6575 describing comment. If !PARSE_ARG, then error out if ARG is not
6576 the empty string after extracting the location.
6577 * breakpoint.h (create_breakpoint): Rename
6578 "parse_condition_and_thread" parameter to "parse_arg".
6579
6580 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
6581
6582 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
6583
6584 2013-04-07 Yao Qi <yao@codesourcery.com>
6585
6586 * remote.c (remote_trace_find): Change type of parameters 'addr1'
6587 and 'addr2' to CORE_ADDR.
6588 * target.c (update_current_target): Update.
6589 * target.h (struct target_ops) <to_trace_find>: Change parameter
6590 type to CORE_ADDR.
6591 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
6592 'addr2' to CORE_ADDR.
6593 (tfile_trace_find): Likewise.
6594 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
6595 Change local variable 'addr' to type CORE_ADDR.
6596 * tracepoint.h (tfind_1): Update declaration.
6597
6598 2013-04-06 Eli Zaretskii <eliz@gnu.org>
6599
6600 * windows-nat.c (windows_get_absolute_argv0): Move from here...
6601 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
6602 Include main.h.
6603
6604 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
6605 here...
6606 * main.h (windows_get_absolute_argv0): ...to here.
6607
6608 2013-04-05 Doug Evans <dje@google.com>
6609
6610 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
6611 (read_cutu_die_from_dwo): Add comments.
6612 (read_structure_type): Update comment.
6613 (read_enumeration_type, read_namespace_type): Update comment.
6614 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
6615
6616 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6617
6618 Convert man pages to texinfo, new gdbinit.5 texinfo page.
6619 * Makefile.in (gdb.z): Remove.
6620 (install-only): Remove $(man1dir) and gdb.1 installation.
6621 * gdb.1: Remove.
6622
6623 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6624
6625 Fix compatibility with Linux kernel 3.8.3.
6626 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
6627 to more inner block. Remove parsing of NUMBER from outer block.
6628 Parse NUMBER only if KEYWORD has been identified.
6629
6630 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6631
6632 Fix variable name shadowing.
6633 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
6634 filename to mapsfilename and update its uses.
6635
6636 2013-04-05 Eli Zaretskii <eliz@gnu.org>
6637
6638 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
6639 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
6640 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
6641 details of the problem.
6642
6643 2013-04-04 Pedro Alves <palves@redhat.com>
6644 Hui Zhu <hui@codesourcery.com>
6645
6646 * breakpoint.c (validate_commands_for_breakpoint): If validating a
6647 tracepoint, reset its STEP_COUNT and call validate_actionline.
6648
6649 2013-04-03 Doug Evans <dje@google.com>
6650
6651 * dwarf2read.c (read_die_and_siblings_1): Renamed from
6652 read_die_and_siblings.
6653 (read_die_and_siblings): New function.
6654 (read_cutu_die_from_dwo): Dump die if requested.
6655 (read_die_and_children): Call read_full_die_1 and
6656 read_die_and_siblings_1.
6657 (read_full_die): Dump die if requested.
6658
6659 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
6660
6661 * dwarf2read.c (struct dwo_file): New member comp_dir.
6662 Rename member name to dwo_name. All uses updated.
6663 (hash_dwo_file): Include comp_dir in computation.
6664 (eq_dwo_file): Ditto.
6665 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
6666 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
6667
6668 * psymtab.c (read_psymtabs_with_fullname): Don't call
6669 psymtab_to_fullname if the basenames are different.
6670
6671 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
6674 New entry about "fullname" presence.
6675
6676 2013-04-03 Pedro Alves <palves@redhat.com>
6677
6678 * NEWS: Mention x86_64/Cygwin as new native configuration.
6679
6680 2013-04-02 Doug Evans <dje@google.com>
6681
6682 * dwarf2read.c (read_structure_type): Fix typo in comment.
6683
6684 2013-04-02 Pedro Alves <palves@redhat.com>
6685
6686 * NEWS: Mention "set/show debug aarch64", "set/show debug
6687 coff-pe-read" and "set/show debug mach-o".
6688
6689 2013-04-02 Pedro Alves <palves@redhat.com>
6690
6691 * NEWS: Mention "set/show remote trace-buffer-size-packet".
6692
6693 2013-04-02 Eli Zaretskii <eliz@gnu.org>
6694
6695 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
6696 gdb_string.h is now in common/.
6697
6698 2013-04-02 Pedro Alves <palves@redhat.com>
6699
6700 * NEWS: Move "set debug notification" and "set trace-buffer-size"
6701 under "New options".
6702
6703 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6704
6705 Revert this patch:
6706 PR gdb/15275
6707 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
6708
6709 2013-04-02 Pedro Alves <palves@redhat.com>
6710
6711 PR gdb/15275
6712
6713 * remote.c (send_interrupt_sequence): Use remote_serial_write.
6714 (remote_serial_write): New function.
6715 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
6716
6717 2013-04-01 Jiong Wang <jiwang@tilera.com>
6718
6719 * NEWS: Mention TILE-Gx in "New native configurations" and
6720 "New targets" sections.
6721
6722 2013-04-01 Doug Evans <dje@google.com>
6723
6724 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
6725 (process_enumeration_scope): Simplify.
6726
6727 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
6728 type_unit_group ...
6729 (struct signatured_type): ... to here.
6730 (sig_type_ptr): New typedef.
6731 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
6732 out of union 't'. All uses updated.
6733 (dw2_get_file_names_reader): Assert not called for a type unit.
6734 (dw2_get_file_names): Assert not called for a type unit or type
6735 unit group.
6736 (build_type_psymtabs_reader): Assert called for a type unit.
6737 (build_type_psymtab_dependencies): Assert called for a type unit group.
6738
6739 * dwarf2read.c (free_dwo_file): Add comment.
6740 (dwarf2_per_objfile_free): Unref dwp bfd.
6741
6742 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6743
6744 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
6745 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
6746 (read_pe_exported_syms): Remove unused 'exportix'.
6747 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
6748 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
6749 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
6750
6751 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6752
6753 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
6754 (print_it_watchpoint): Remove unused 'bl'.
6755 (say_where): Remove unused 'uiout'.
6756 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
6757 (bkpt_breakpoint_hit): Remove unused 'b'.
6758 (internal_bkpt_print_it): Remove unused 'uiout'.
6759 * buildsym.c (augment_type_symtab): Remove unused 'i'.
6760
6761 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
6762
6763 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
6764 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
6765
6766 2013-03-29 Doug Evans <dje@google.com>
6767
6768 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
6769 Delete arg is_dwp. All callers updated.
6770 (open_dwp_file): New function.
6771 (open_and_init_dwp_file): Call it.
6772 (get_dwp_file): New function.
6773 (lookup_dwo_cutu): Call it.
6774
6775 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
6776 unnecessary, cleanup.
6777
6778 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
6779
6780 * dwarf2read.c (read_cutu_die_from_dwo): New function.
6781 (lookup_dwo_unit): New function.
6782 (init_cutu_and_read_dies): Move DWO handling to new functions.
6783
6784 * dwarf2read.c (struct signatured_type): Tweak comment.
6785 (struct dwo_unit): Tweak comment.
6786 (create_debug_types_hash_table): Tweak comment. Reformat long line.
6787 (create_dwo_debug_info_hash_table): Tweak comment.
6788 (dwarf2_per_cu_offset_and_type): Tweak comment.
6789
6790 * dwarf2read.c (lookup_signatured_type): Remove complaint about
6791 missing .debug_types section.
6792
6793 2013-03-29 Yao Qi <yao@codesourcery.com>
6794
6795 * corelow.c: Include "completer.h".
6796 (_initialize_corelow): Call add_target_with_completer with
6797 argument 'filename_completer'.
6798 * tracepoint.c: Likewise.
6799 * exec.c (_initialize_exec): Likewise.
6800 * target.c (add_target): Rename to ...
6801 (add_target_with_completer): ... this. Call set_cmd_completer
6802 if parameter completer is not NULL.
6803 (add_target): New.
6804 * target.h: Include "command.h".
6805 (add_target_with_completer): Declare it.
6806
6807 2013-03-28 Joel Brobecker <brobecker@adacore.com>
6808
6809 * coffread.c (is_import_fixup_symbol): New function.
6810 (record_minimal_symbol): Use is_import_fixup_symbol to
6811 detect import fixup symbols, and discard them.
6812
6813 2013-03-28 Doug Evans <dje@google.com>
6814
6815 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
6816 types hash table until we know we need it.
6817
6818 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
6819 index numbers.
6820
6821 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
6822 All callers updated.
6823 (dw2_print_stats): Print #read CUs too.
6824 (dump_die_shallow): Print signatured types better.
6825
6826 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
6827 info_or_types_section to section. All uses updated.
6828 (struct dwo_unit): Ditto.
6829
6830 2013-03-28 Pedro Alves <palves@redhat.com>
6831
6832 * NEWS (New options): New section.
6833 (New options): Mention set/show remote trace-status-packet.
6834 * remote.c (PACKET_qTStatus): New enumeration value.
6835 (remote_get_trace_status): Skip sending qTStatus if the packet is
6836 disabled. Use packet_ok.
6837 (_initialize_remote): Register a configuration command for
6838 qTStatus packet.
6839
6840 2013-03-28 Doug Evans <dje@google.com>
6841
6842 * symfile.c (find_separate_debug_file): Add comment.
6843 (terminate_after_last_dir_separator): Tweak comment.
6844
6845 * dwarf2read.c (create_partial_symtab): Add forward decl.
6846 (create_partial_symtab): Move to be closer to other psymtab functions.
6847 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
6848
6849 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
6850 (compute_symtab_includes): Remove unnecessary forward declaration.
6851 (die_needs_namespace): Add comment marking group of functions for
6852 dwarf2 name computation.
6853
6854 * typeprint.c (_initialize_typeprint): Improve type help text.
6855
6856 * python/python.c (finish_python_initialization): Provide suggestion
6857 for how to tell gdb to find its python files.
6858
6859 2013-03-28 Pedro Alves <palves@redhat.com>
6860
6861 PR gdb/15294
6862
6863 * source.c (_initialize_source): Change back "set listsize" to an
6864 integer command.
6865
6866 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
6867
6868 PR gdb/15275
6869 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
6870
6871 2013-03-27 Pedro Alves <palves@redhat.com>
6872
6873 * top.c (history_size): Rename to ...
6874 (history_size_setshow_var): ... this. Add comment.
6875 (show_commands): Use readline's 'history_length' instead of
6876 computing the history length by calling history_get in a loop.
6877 (set_history_size_command): Error out for sizes over INT_MAX.
6878 Restore previous history size on invalid size.
6879 (init_history): If HISTSIZE is negative, leave the history size as
6880 zero. Add comments.
6881 (init_main): Adjust.
6882
6883 2013-03-27 Pedro Alves <palves@redhat.com>
6884
6885 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
6886 coff_pe_read" command to "set debug coff-pe-read".
6887
6888 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
6889
6890 * record.c (command_size_to_target_size): Fix size comparison.
6891 Change parameter type from pointer to integer to integer.
6892 Update all users.
6893
6894 2013-03-27 Pierre Muller <muller@sourceware.org>
6895
6896 * windows-nat.c (handle_output_debug_string): Avoid typecast
6897 from integer of different size warning.
6898
6899 2013-03-26 Joel Brobecker <brobecker@adacore.com>
6900
6901 * windows-nat.c (handle_output_debug_string): Add empty line
6902 after local block variable definition.
6903
6904 2013-03-26 Pedro Alves <palves@redhat.com>
6905
6906 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
6907 (net_open): Make 'polls' local unsigned.
6908
6909 2013-03-26 Pedro Alves <palves@redhat.com>
6910
6911 * remote.c (_initialize_remote): Make "set remoteaddresssize"
6912 a zuinteger command instead of uinteger.
6913
6914 2013-03-26 Pedro Alves <palves@redhat.com>
6915
6916 * record-full.c (record_full_insn_num): Make it unsigned.
6917 (record_full_check_insn_num, record_full_message)
6918 (record_full_registers_change, record_full_xfer_partial): Remove
6919 record_full_insn_max_num check (it's always != 0).
6920 (record_full_info, record_full_restore): Use %u as format string.
6921 (): Use %u as format string.
6922 (set_record_full_insn_max_num): Remove record_full_insn_max_num
6923 check (it's always != 0).
6924
6925 2013-03-26 Pedro Alves <palves@redhat.com>
6926
6927 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
6928 and "set dcache size" commands zuinteger instead of uinteger.
6929
6930 2013-03-26 Pedro Alves <palves@redhat.com>
6931
6932 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
6933 command zuinteger instead of uinteger.
6934
6935 2013-03-26 Pedro Alves <palves@redhat.com>
6936
6937 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
6938 zuinteger instead of uinteger.
6939
6940 2013-03-26 Pedro Alves <palves@redhat.com>
6941
6942 * record.c (record_insn_history_size_setshow_var)
6943 (record_call_history_size_setshow_var): New globals.
6944 (command_size_to_target_size): New function.
6945 (cmd_record_insn_history, cmd_record_call_history): Use
6946 command_size_to_target_size instead of cast.
6947 (validate_history_size, set_record_insn_history_size)
6948 (set_record_call_history_size): New functions.
6949 (_initialize_record): Install set_record_insn_history_size and
6950 set_record_call_history_size as "set" hooks of "set record
6951 instruction-history-size" and "set record
6952 function-call-history-size".
6953
6954 2013-03-26 Pedro Alves <palves@redhat.com>
6955
6956 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
6957 use with history_max_entries use. Remove FIXME note.
6958
6959 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
6960
6961 * record-btrace.c (record_btrace_close): Call
6962 record_btrace_auto_disable.
6963
6964 2013-03-25 Joel Brobecker <brobecker@adacore.com>
6965
6966 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
6967
6968 2013-03-25 Doug Evans <dje@google.com>
6969
6970 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
6971
6972 2013-03-25 Tom Tromey <tromey@redhat.com>
6973
6974 PR symtab/11462:
6975 * c-exp.y (exp): Add new productions for destructors after '.' and
6976 '->'.
6977 (write_destructor_name): New function.
6978
6979 2013-03-25 Tom Tromey <tromey@redhat.com>
6980
6981 PR c++/9197:
6982 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
6983 value_struct_elt, not lookup_struct_elt_type.
6984 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6985 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
6986 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
6987
6988 2013-03-25 Yao Qi <yao@codesourcery.com>
6989
6990 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
6991 instead of '_mkdir'.
6992
6993 2013-03-23 Eli Zaretskii <eliz@gnu.org>
6994
6995 * windows-nat.c (windows_get_absolute_argv0): New function.
6996 * windows-nat.h: Add its prototype.
6997
6998 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
6999 Use IS_DIR_SEPARATOR instead of looking for a character inside
7000 SLASH_STRING. Include filenames.h.
7001 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7002 relocate_gdb_directory works when passed gdb_program_name.
7003 Include windows-nat.h.
7004
7005 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7008 * remote.c (trace_error): Remove the special handling of '2'.
7009 (readchar) <SERIAL_EOF>
7010 (readchar) <SERIAL_ERROR>
7011 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7012 (remote_get_trace_status): Call throw_exception if EX is
7013 TARGET_CLOSE_ERROR.
7014 * utils.c (perror_with_name): Rename to ...
7015 (throw_perror_with_name): ... here. New parameter errcode, describe it
7016 in the function comment.
7017 (perror_with_name): New function wrapper.
7018 * utils.h (enum errors): New stub declaration.
7019 (throw_perror_with_name): New declaration.
7020
7021 2013-03-22 Pedro Alves <palves@redhat.com>
7022 Yao Qi <yao@codesourcery.com>
7023 Mark Kettenis <kettenis@gnu.org>
7024
7025 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7026 Don't let the user set the value to UINT_MAX directly.
7027 <var_integer>: Don't let the user set the value to INT_MAX
7028 directly.
7029
7030 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7031
7032 * remote.c (remote_unpush_target): New function.
7033 (remote_open_1): Remove two pop_target calls, update one comment, add
7034 comment to target_preopen call. Replace pop_target call by
7035 remote_unpush_target call.
7036 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7037 pop_target calls by remote_unpush_target calls.
7038
7039 2013-03-22 Pedro Alves <palves@redhat.com>
7040
7041 * linux-nat.c (linux_child_follow_fork): Don't call
7042 linux_enable_event_reporting.
7043 (linux_handle_extended_wait): Don't call
7044 linux_enable_event_reporting.
7045
7046 2013-03-22 Pedro Alves <palves@redhat.com>
7047
7048 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7049 use it to rewrite the trampoline buffers with type gdb_byte[], and
7050 undefine the macro. Remove char* cast.
7051
7052 2013-03-21 Doug Evans <dje@google.com>
7053
7054 New commands "mt set per-command {space,time,symtab} {on,off}".
7055 * NEWS: Add entry.
7056 * event-top.c: #include "maint.h".
7057 * main.c: #include "maint.h".
7058 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7059 timeval-utils.h, maint.h, cli/cli-setshow.h.
7060 (per_command_time, per_command_space): New static globals.
7061 (per_command_symtab): New static global.
7062 (per_command_setlist, per_command_showlist): New static globals.
7063 (struct cmd_stats): Move here from utils.c.
7064 (set_per_command_time): Renamed from set_display_time in utils.c
7065 and moved here. All callers updated.
7066 (set_per_command_space): Renamed from set_display_space in utils.c
7067 and moved here. All callers updated.
7068 (count_symtabs_and_blocks): New function.
7069 (report_command_stats): Moved here from utils.c. Add support for
7070 printing symtab stats. Only print data if enabled before command
7071 executed.
7072 (make_command_stats_cleanup): Ditto.
7073 (sert_per_command_cmd, show_per_command_cmd): New functions.
7074 (_initialize_maint_cmds): Add new commands
7075 mt set per-command {space,time,symtab} {on,off}.
7076 * maint.h: New file.
7077 * top.c: #include "maint.h".
7078 * utils.c (reset_prompt_for_continue_wait_time): New function.
7079 (get_prompt_for_continue_wait_time): New function.
7080 * utils.h (reset_prompt_for_continue_wait_time): Declare
7081 (get_prompt_for_continue_wait_time): Declare.
7082 (make_command_stats_cleanup): Moved to maint.h.
7083 (set_display_time, set_display_space): Moved to maint.h and renamed
7084 to set_per_command_time, set_per_command_space.
7085 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7086 parse_binary_operation and made non-static. Don't call error,
7087 just return an error marker. All callers updated.
7088 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7089
7090 2013-03-21 Tom Tromey <tromey@redhat.com>
7091
7092 * symfile.c (alloc_section_addr_info): Update header. Don't set
7093 'num_sections' field.
7094 (build_section_addr_info_from_section_table): Set 'num_sections'.
7095 (build_section_addr_info_from_bfd): Likewise.
7096 (build_section_addr_info_from_objfile): Remove dead loop
7097 condition.
7098 (free_section_addr_info): Unconditionally call xfree.
7099 (relative_addr_info_to_section_offsets, addrs_section_sort)
7100 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7101 condition.
7102 (syms_from_objfile_1): Remove dead 'if' condition. Check
7103 'num_sections'.
7104 (add_symbol_file_command): Set 'num_sections'.
7105 * symfile-mem.c (symbol_file_add_from_memory): Set
7106 'num_sections'.
7107 * somread.c (som_symfile_offsets): Remove dead loop condition.
7108 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7109 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7110
7111 2013-03-21 Tom Tromey <tromey@redhat.com>
7112
7113 * tracepoint.h (decode_agent_options): Add 'trace_string'
7114 argument.
7115 * tracepoint.c (decode_agent_options): Add 'trace_string'
7116 argument.
7117 (validate_actionline): Update.
7118 (collect_symbol): Add 'trace_string' argument.
7119 (struct add_local_symbols_data) <trace_string>: New field.
7120 (do_collect_symbol): Update.
7121 (add_local_symbols): Add 'trace_string' argument.
7122 (encode_actions_1): Update.
7123 (trace_dump_actions): Update.
7124 * dwarf2loc.c (access_memory): Update.
7125 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7126 * ax-general.c (new_agent_expr): Update.
7127 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7128 (gen_trace_for_return_address): Add argument.
7129 (trace_kludge, trace_string_kludge): Remove.
7130 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7131 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7132 (gen_trace_for_var): Add 'trace_string' argument.
7133 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7134 (gen_printf, agent_eval_command_one): Update.
7135
7136 2013-03-21 Tom Tromey <tromey@redhat.com>
7137
7138 PR exp/15109:
7139 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7140 Handle FILENAME token.
7141
7142 2013-03-21 Tom Tromey <tromey@redhat.com>
7143
7144 * c-exp.y (YYPRINT): Define.
7145 (c_print_token): New function.
7146
7147 2013-03-21 Tom Tromey <tromey@redhat.com>
7148
7149 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7150
7151 2013-03-21 Yao Qi <yao@codesourcery.com>
7152
7153 * ctf.c: Include "gdb_stat.h".
7154 [USE_WIN32API]: New macro 'mkdir'.
7155 (ctf_start): Use permission bits macros if they are defined.
7156
7157 2013-03-20 Keith Seitz <keiths@redhat.com>
7158
7159 * breakpoint.h (struct breakpoint): Add comment to
7160 extra_string indicating that this member is mallod'd.
7161 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7162
7163 2013-03-20 Pedro Alves <palves@redhat.com>
7164
7165 PR gdb/15289
7166
7167 * cli/cli-setshow.c (do_set_command)
7168 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7169 the result of parsing the command argument. Throw error if the
7170 value is greater than UINT_MAX. Print the invalid value with
7171 plongest.
7172 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7173 result of parsing the command argument. Throw error if the value
7174 is greater than INT_MAX, not greater or equal. Also throw error
7175 if the value is less than INT_MIN. Print the invalid value with
7176 plongest.
7177 <var_zuinteger_unlimited>: Throw error if the value is greater
7178 than INT_MAX, not greater or equal.
7179 (do_show_command) <var_integer, var_zinteger,
7180 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7181
7182 2013-03-20 Tom Tromey <tromey@redhat.com>
7183
7184 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7185 if possible.
7186 * dwarf2read.c (read_func_scope): Remove old FIXME.
7187 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7188 not LOC_COMPUTED.
7189 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7190 Unconditionally call via computed ops, if possible.
7191 * printcmd.c (address_info): Unconditionally call via computed ops,
7192 if possible.
7193 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7194 if possible.
7195 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7196 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7197 if possible.
7198
7199 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7200 Tom Tromey <tromey@redhat.com>
7201
7202 PR symtab/8421:
7203 * coffread.c (coff_register_index): New global.
7204 (process_coff_symbol, coff_read_enum_type): Set
7205 SYMBOL_ACLASS_INDEX.
7206 (_initialize_coffread): Initialize new global.
7207 * dwarf2loc.c (locexpr_find_frame_base_location)
7208 (dwarf2_block_frame_base_locexpr_funcs)
7209 (loclist_find_frame_base_location)
7210 (dwarf2_block_frame_base_loclist_funcs): New.
7211 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7212 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7213 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7214 (dwarf2_block_frame_base_loclist_funcs): New.
7215 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7216 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7217 globals.
7218 (read_func_scope): Update.
7219 (fixup_go_packaging, mark_common_block_symbol_computed)
7220 (var_decode_location, new_symbol_full, dwarf2_const_value):
7221 Set SYMBOL_ACLASS_INDEX.
7222 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7223 (_initialize_dwarf2_read): Initialize new globals.
7224 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7225 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7226 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7227 globals.
7228 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7229 (_initialize_mdebugread): Initialize new globals.
7230 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7231 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7232 (stab_register_index, stab_regparm_index): New globals.
7233 (define_symbol, read_enum_type, common_block_end): Set
7234 SYMBOL_ACLASS_INDEX.
7235 (_initialize_stabsread): Initialize new globals.
7236 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7237 globals.
7238 (MAX_SYMBOL_IMPLS): New define.
7239 (register_symbol_computed_impl, register_symbol_block_impl)
7240 (register_symbol_register_impl)
7241 (initialize_ordinary_address_classes): New functions.
7242 (_initialize_symtab): Call initialize_ordinary_address_classes.
7243 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7244 (struct symbol_impl): New.
7245 (SYMBOL_ACLASS_BITS): New define.
7246 (struct symbol) <aclass, ops>: Remove fields.
7247 <aclass_index>: New field.
7248 (symbol_impls): Declare.
7249 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7250 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7251 (register_symbol_computed_impl, register_symbol_block_impl)
7252 (register_symbol_register_impl): Declare.
7253 (struct symbol_computed_ops): Add location_has_loclist.
7254 (struct symbol_block_ops): New.
7255 (SYMBOL_BLOCK_OPS): New.
7256 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7257
7258 2013-03-20 Tom Tromey <tromey@redhat.com>
7259
7260 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7261 (print_partial_symbols, recursively_search_psymtabs): Use
7262 PSYMBOL_CLASS.
7263
7264 2013-03-20 Pierre Muller <muller@sourceware.org>
7265
7266 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7267 addtion, subtraction, multiplication and division binary operator.
7268
7269 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 Code cleanup.
7272 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7273 * bsd-kvm.c (bsd_kvm_close): Likewise.
7274 * bsd-uthread.c (bsd_uthread_close): Likewise.
7275 * corelow.c (core_close): Likewise.
7276 (core_close_cleanup): Remove parameter quitting from a caller.
7277 * event-top.c (async_disconnect): Likewise.
7278 * exec.c (exec_close_1): Remove parameter quitting.
7279 * go32-nat.c (go32_close): Likewise.
7280 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7281 parameter quitting from a caller.
7282 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7283 variable.
7284 (mips_linux_close): Remove parameter quitting. Remove parameter
7285 quitting from a caller.
7286 * monitor.c (monitor_close): Remove parameter quitting.
7287 * monitor.h (monitor_close): Likewise.
7288 * record-btrace.c (record_btrace_close): Likewise.
7289 * record-full.c (record_full_close): Likewise.
7290 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7291 it also from fprintf_unfiltered.
7292 * remote-mips.c (mips_close): Remove parameter quitting.
7293 (mips_detach): Remove parameter quitting from a caller.
7294 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7295 (gdbsim_close): Remove duplicate function comment. Remove parameter
7296 quitting and remove it also from printf_filtered.
7297 * remote.c (remote_close): Remove parameter quitting.
7298 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7299 * target.c (update_current_target): Remove parameter int from to_close
7300 de_fault.
7301 (push_target, unpush_target, pop_target): Remove parameter quitting from
7302 a caller.
7303 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7304 Remove parameter quitting from a caller.
7305 (target_preopen): Remove parameter quitting from a caller.
7306 (target_close): Remove parameter quitting. Remove parameter quitting
7307 from a caller two times. Remove parameter quitting also from
7308 fprintf_unfiltered.
7309 * target.h (struct target_ops): Remove parameter quitting and as int
7310 from fields to_xclose and to_close.
7311 (extern struct target_ops current_target):
7312 (target_close, pop_all_targets): Remove parameter quitting. Update the
7313 comment.
7314 (pop_all_targets_above): Remove parameter quitting.
7315 * top.c (quit_target): Remove parameter quitting from a caller.
7316 * tracepoint.c (tfile_close): Remove parameter quitting.
7317 * windows-nat.c (windows_close): Remove parameter quitting.
7318
7319 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
7320
7321 * windows-nat.c (handle_output_debug_string): Replace call
7322 to string_to_core_addr with call to strtoull.
7323
7324 2013-03-20 Yao Qi <yao@codesourcery.com>
7325
7326 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7327 and write it to CTF metadata.
7328
7329 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
7330
7331 * windows-nat.c (handle_output_debug_string): Change type of n to
7332 SIZE_T to avoid crash on 64 bit systems.
7333
7334 2013-03-17 Eli Zaretskii <eliz@gnu.org>
7335
7336 * python/python-internal.h (HAVE_SNPRINTF)
7337 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7338 about redefinition of snprintf by pyerrors.h.
7339
7340 2013-03-15 Steve Ellcey <sellcey@mips.com>
7341
7342 * remote-sim.c (sim_command_completer): Make char arguments const.
7343
7344 2013-03-15 Tom Tromey <tromey@redhat.com>
7345
7346 PR c++/15116:
7347 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7348
7349 2013-03-14 Tom Tromey <tromey@redhat.com>
7350
7351 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7352 New fields.
7353 (get_file_crc): Move from symfile.c.
7354 (gdb_bfd_crc): New function.
7355 * gdb_bfd.h (gdb_bfd_crc): Declare.
7356 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7357 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7358 (separate_debug_file_exists): Use gdb_bfd_crc.
7359
7360 2013-03-14 Tom Tromey <tromey@redhat.com>
7361
7362 * symfile.c (get_debug_link_info): Remove.
7363 (find_separate_debug_file_by_debuglink): Use
7364 bfd_get_debug_link_info.
7365
7366 2013-03-14 Tom Tromey <tromey@redhat.com>
7367
7368 * symtab.c (error_in_psymtab_expansion): New function.
7369 (lookup_symbol_aux_quick)
7370 (basic_lookup_transparent_type_quick): Remove "last resort"
7371 code. Use error_in_psymtab_expansion.
7372
7373 2013-03-14 Doug Evans <dje@google.com>
7374 Jan Kratochvil <jan.kratochvil@redhat.com>
7375
7376 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7377 any successful compare_filenames_for_search or FILENAME_CMP.
7378 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7379 * symtab.c (iterate_over_some_symtabs): Likewise.
7380
7381 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7382
7383 * source.c (print_source_lines_base): Make a local copy of
7384 symtab_to_fullname.
7385
7386 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
7387 Jan Kratochvil <jan.kratochvil@redhat.com>
7388
7389 * source.c (print_source_lines_base): Suppress "file" for TUI.
7390
7391 2013-03-14 Keith Seitz <keiths@redhat.com>
7392 Alan Matsuoka <alanm@redhat.com>
7393
7394 PR c++/15203
7395 PR c++/15210
7396 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7397 TYPE_CODE_METHOD.
7398 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7399 symbols.
7400
7401 2013-03-14 Yao Qi <yao@codesourcery.com>
7402
7403 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7404 status to tfile if trace is stopped by command 'tstop'.
7405
7406 2013-03-14 Yao Qi <yao@codesourcery.com>
7407
7408 * tracepoint.c (tfile_write_status): Write trace notes and user
7409 name into tfile if they are not NULL.
7410
7411 2013-03-14 Hui Zhu <hui@codesourcery.com>
7412 Yao Qi <yao@codesourcery.com>
7413
7414 * Makefile.in (REMOTE_OBS): Add ctf.o.
7415 (SFILES): Add ctf.c.
7416 (HFILES_NO_SRCDIR): Add ctf.h.
7417 * ctf.c, ctf.h: New files.
7418 * tracepoint.c: Include 'ctf.h'.
7419 (collect_pseudocommand): Remove static.
7420 (trace_save_command): Parse option "-ctf".
7421 Produce different trace file writers per option.
7422 Adjust output message.
7423 (trace_save_tfile, trace_save_ctf): New.
7424 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7425 * mi/mi-main.c: Include 'ctf.h'.
7426 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7427 trace_save_tfile or trace_save_ctf.
7428 * NEWS: Mention these changes.
7429
7430 2013-03-14 Yao Qi <yao@codesourcery.com>
7431
7432 * tracepoint.c (trace_file_writer_xfree): New.
7433 (struct tfile_writer_data): New.
7434 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7435 (tfile_write_header, tfile_write_regblock_type): New.
7436 (tfile_write_status, tfile_write_uploaded_tsv): New.
7437 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7438 (tfile_write_raw_data, (tfile_end): New.
7439 (tfile_write_ops): New global variable.
7440 (TRACE_WRITE_R_BLOCK): New macro.
7441 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7442 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7443 (TRACE_WRITE_V_BLOCK): New macro.
7444 (trace_save): Add extra one parameter WRITER. Make it static.
7445 Use WRITER to writer trace.
7446 (tfile_trace_file_writer_new): New.
7447 (trace_save_command): Caller update.
7448 (trace_save_tfile): Write trace data in TFILE format.
7449 * tracepoint.h (struct trace_frame_write_ops): New.
7450 (struct trace_file_write_ops): New.
7451 (struct trace_file_writer): New.
7452 (trace_save): Remove its declaration.
7453 (trace_save_tfile): Declare it.
7454 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7455 instead of trace_save.
7456
7457 2013-03-13 Pedro Alves <palves@redhat.com>
7458
7459 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7460
7461 2013-03-13 Pedro Alves <palves@redhat.com>
7462
7463 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7464 commented out code.
7465 * demangle.c (current_demangling_style_string): Make it const.
7466 (set_demangling_command): Assert the demangling style is known.
7467 Remove all handling of unknown styles. Set
7468 'current_demangling_style_string' to an element of the
7469 demangling_style_names array.
7470 (set_demangling_style): Delete.
7471 (_initialize_demangler): Set current_demangling_style_string to the
7472 element of the demangling_style_names array that corresponds to
7473 the default demangling style. Remove FIXME note. Don't call
7474 set_demangling_style.
7475 * gdb-demangle.h (set_demangling_style): Remove declaration.
7476
7477 2013-03-13 Pedro Alves <palves@redhat.com>
7478
7479 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7480 fields const.
7481 (ada_make_symbol_completion_list): Make "text0" parameter const.
7482 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7483 * breakpoint.c (condition_completer): Make "text" and "word"
7484 parameters const. Adjust.
7485 (check_tracepoint_command): Adjust to validate_actionline
7486 prototype change.
7487 (catch_syscall_completer): Make "text" and "word" parameters
7488 const.
7489 * cli/cli-cmds.c (show_user): Make "comname" local const.
7490 (valid_command_p): Make "command" parameter const.
7491 (alias_command): Make "alias_prefix" and "command_prefix" locals
7492 const.
7493 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7494 (add_alias_cmd): Make "name" and "oldname" parameters const.
7495 Adjust. No longer make copy of OLDNAME.
7496 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7497 (add_setshow_cmd_full, add_setshow_enum_cmd)
7498 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7499 (add_setshow_filename_cmd, add_setshow_string_cmd)
7500 (add_setshow_string_noescape_cmd)
7501 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7502 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7503 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7504 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7505 Make "name" parameter const.
7506 (help_cmd): Rename "command" parameter to "arg". New const local
7507 "command".
7508 (find_cmd): Make "command" parameter const.
7509 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
7510 deprecated_cmd_warning prototype change.
7511 (undef_cmd_error): Make "cmdtype" parameter const.
7512 (lookup_cmd): Make "line" parameter const.
7513 (deprecated_cmd_warning): Change type of "text" parameter to
7514 pointer to const char, from pointer to pointer to char. Adjust.
7515 (lookup_cmd_composition): Make "text" parameter const.
7516 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7517 parameters const.
7518 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7519 const.
7520 * cli/cli-script.c (validate_comname): Make "tem" local const.
7521 (define_command): New const local "tem_c". Use it in calls to
7522 lookup_cmd.
7523 (document_command): Make "tem" and "comfull" locals const.
7524 (show_user_1): Make "prefix" and "name" parameters const.
7525 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7526 const.
7527 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7528 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7529 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7530 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7531 (complete_on_enum, add_setshow_enum_cmd)
7532 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7533 (add_setshow_filename_cmd, add_setshow_string_cmd)
7534 (add_setshow_string_noescape_cmd)
7535 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7536 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7537 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7538 Change prototypes, constifying strings.
7539 * completer.c (noop_completer, filename_completer): Make "text"
7540 and "prefix" parameters const.
7541 (location_completer, expression_completer)
7542 (complete_line_internal): Make "text" and "prefix" parameters
7543 const and adjust.
7544 (command_completer, signal_completer): Make "text" and "prefix"
7545 parameters const.
7546 * completer.h (noop_completer, filename_completer)
7547 (expression_completer, location_completer, command_completer)
7548 (signal_completer): Change prototypes.
7549 * corefile.c (complete_set_gnutarget): Make "text" and "word"
7550 parameters const.
7551 * cp-abi.c (cp_abi_completer): Likewise.
7552 * expression.h (parse_expression_for_completion): Change
7553 prototype.
7554 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7555 parameters const.
7556 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7557 * infrun.c (handle_completer): Make "text" and "word" parameters
7558 const.
7559 * interps.c (interpreter_completer): Make "text" and "word"
7560 parameters const.
7561 * language.h (struct language_defn)
7562 <la_make_symbol_completion_list>: Make "text" and "word"
7563 parameters const.
7564 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7565 (parse_exp_in_context): Rename to ...
7566 (parse_exp_in_context_1): ... this.
7567 (parse_exp_in_context): Reimplement, with const hack from
7568 parse_exp_1.
7569 (parse_expression_for_completion): Make "string" parameter const.
7570 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7571 to pointer to const char. Adjust.
7572 (print_command_1): Make "exp" parameter const.
7573 (output_command): Rename to ...
7574 (output_command_const): ... this. Make "exp" parameter const.
7575 (output_command): Reimplement.
7576 (x_command): Adjust.
7577 (display_command): Rename "exp" parameter to "arg". New "exp"
7578 local, const version of "arg".
7579 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
7580 "cmd_name" local const.
7581 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
7582 call.
7583 (cmdpy_completer): Make "text" and "word" parameters const.
7584 (gdbpy_parse_command_name): Make "prefix_text2" local const.
7585 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
7586 const.
7587 * remote.c (_initialize_remote): Make "cmd_name" local const.
7588 * symtab.c (language_search_unquoted_string): Make "text" and "p"
7589 parameters const. Adjust.
7590 (completion_list_add_fields): Make "sym_text", "text" and "word"
7591 parameters const.
7592 (struct add_name_data) <sym_text, text, word>: Make fields const.
7593 (default_make_symbol_completion_list_break_on): Make "text" and
7594 "word" parameters const. Adjust locals.
7595 (default_make_symbol_completion_list)
7596 (make_symbol_completion_list, make_symbol_completion_type)
7597 (make_symbol_completion_list_fn): Make "text" and "word"
7598 parameters const.
7599 (make_file_symbol_completion_list): Make "text", "word" and
7600 "srcfile" parameters const. Adjust locals.
7601 (add_filename_to_list): Make "text" and "word" parameters const.
7602 (struct add_partial_filename_data) <text, word>: Make fields
7603 const.
7604 (make_source_files_completion_list): Make "text" and "word"
7605 parameters const.
7606 * symtab.h (default_make_symbol_completion_list_break_on)
7607 (default_make_symbol_completion_list, make_symbol_completion_list)
7608 (make_symbol_completion_type enum type_code)
7609 (make_symbol_completion_list_fn make_file_symbol_completion_list)
7610 (make_source_files_completion_list): Change prototype.
7611 * top.c (execute_command): Adjust to pass pointer to pointer to
7612 const char to lookup_cmd, and to deprecated_cmd_warning prototype
7613 change.
7614 (set_verbose): Make "cmdname" local const.
7615 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
7616 and adjust.
7617 (validate_actionline): Make "line" parameter a pointer to const
7618 char, and adjust.
7619 (encode_actions_1): Make "action_exp" local const, and adjust.
7620 (encode_actions): Adjust.
7621 (replace_comma): Delete.
7622 (trace_dump_actions): Make "action_exp" and "next_comma" locals
7623 const, and adjust. Don't frob the action string while splitting
7624 it at commas. Instead, make a copy of each split substring in
7625 turn.
7626 (trace_dump_command): Adjust to validate_actionline prototype
7627 change.
7628 * tracepoint.h (decode_agent_options, decode_agent_options)
7629 (encode_actions, validate_actionline): Change prototypes.
7630 * valprint.h (output_command): Delete declaration.
7631 (output_command_const): Declare.
7632 * value.c (function_destroyer): Cast const away in xfree call.
7633
7634 2013-03-13 Pedro Alves <palves@redhat.com>
7635
7636 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
7637 rather than casting 'const char * const *' to 'const char **'.
7638 * ada-lex.l (processInt): Make "trailer" local const. Remove
7639 'const char **' cast.
7640 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
7641 locals, and use those as strtol output pointer, instead than doing
7642 invalid casts to from 'const char **' to 'char **'.
7643 (_initialize_demangle): Remove cast.
7644 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
7645 locals, and use those as strtol output pointer, instead than doing
7646 invalid casts to from 'const char **' to 'char **'.
7647 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
7648 casts.
7649 * stap-probe.c (stap_parse_register_operand)
7650 (stap_parse_single_operand): Likewise.
7651
7652 2013-03-13 Yao Qi <yao@codesourcery.com>
7653
7654 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
7655 the last matched 'V' blcok in trace frame.
7656
7657 2013-03-12 Joel Brobecker <brobecker@adacore.com>
7658
7659 * NEWS: Create a new section for the next release branch.
7660 Rename the section of the current branch, now that it has
7661 been cut.
7662
7663 2013-03-12 Joel Brobecker <brobecker@adacore.com>
7664
7665 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
7666 * version.in: Bump version to 7.6.50.20130312-cvs.
7667
7668 2013-03-12 Keith Seitz <keiths@redhat.com>
7669
7670 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
7671 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
7672 Remove temporary copy of input string.
7673 (mi_execute_command_wrapper): Make "cmd" const.
7674 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
7675 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
7676 Use const strings.
7677 (mi_parse): Make "cmd" const.
7678 Use const strings.
7679 * mi/mi-parse.h (mi_parse): Make "cmd" const.
7680
7681 2013-03-12 Keith Seitz <keiths@redhat.com>
7682
7683 * ada-lang.c (ada_read_renaming_var_value): Pass const
7684 pointer to expression string to parse_exp_1.
7685 (create_excep_cond_exprs): Likewise.
7686 * ax-gdb.c (agent_eval_command_one): Likewise.
7687 (maint_agent_printf_command): Likewise.
7688 Constify much of the string handling/parsing.
7689 * breakpoint.c (set_breakpoint_condition): Pass const
7690 pointer to expression string to parse_exp_1.
7691 (update_watchpoint): Likewise.
7692 (parse_cmd_to_aexpr): Constify string handling.
7693 Pass const pointer to parse_exp_1.
7694 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
7695 (find_condition_and_thread): Likewise.
7696 Make TOK const.
7697 (watch_command_1): Make "arg" const.
7698 Constify string handling.
7699 Copy the expression string instead of changing the input
7700 string.
7701 (update_breakpoint_location): Pass const pointer to
7702 parse_exp_1.
7703 * eval.c (parse_and_eval_address): Make "exp" const.
7704 (parse_to_comma_and_eval): Make "expp" const.
7705 (parse_and_eval): Make "exp" const.
7706 * expression.h (parse_expression): Make argument const.
7707 (parse_exp_1): Make first argument const.
7708 * findcmd.c (parse_find_args): Treat "args" as const.
7709 * linespec.c (parse_linespec): Pass const pointer to
7710 linespec_expression_to_pc.
7711 (linespec_expression_to_pc): Make "exp_ptr" const.
7712 * parse.c (parse_exp_1): Make "stringptr" const.
7713 Make a copy of the expression to pass to parse_exp_in_context until
7714 this whole interface can be constified.
7715 (parse_expression): Make "string" const.
7716 * printcmd.c (ui_printf): Treat "arg" as const.
7717 Handle const strings.
7718 * tracepoint.c (validate_actionline): Pass const pointer to
7719 all calls to parse_exp_1.
7720 (encode_actions_1): Likewise.
7721 * value.h (parse_to_comma_and_eval): Make argument const.
7722 (parse_and_eval_address): Likewise.
7723 (parse_and_eval): Likewise.
7724 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
7725 (varobj_set_value): Likewise.
7726 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
7727 constify string handling.
7728 Pass const pointers to parse_and_eval_address and
7729 parse_to_comman_and_eval.
7730 * cli/cli-utils.c (skip_to_space): Rename to ...
7731 (skip_to_space_const): ... this. Handle const strings.
7732 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
7733 skip_to_space_const.
7734 (skip_to_space_const): Declare.
7735 * common/format.c (parse_format_string): Make "arg" const.
7736 Handle const strings.
7737 * common/format.h (parse_format_string): Make "arg" const.
7738 * gdbserver/ax.c (ax_printf): Make "format" const.
7739 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
7740 of the expression string.
7741
7742 2013-03-12 Hui Zhu <hui@codesourcery.com>
7743
7744 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
7745
7746 2013-03-12 Yao Qi <yao@codesourcery.com>
7747 Hui Zhu <hui@codesourcery.com>
7748
7749 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
7750 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
7751 DW_OP_deref_size.
7752
7753 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
7754
7755 * ada-lex.l (rules): Only recognize 'thread' as a
7756 delimiter when followed by numerals, as for c-exp.y.
7757 Use new rewind_to_char function to rewind the input for
7758 expression-delimiting tokens.
7759 (rewind_to_char): New function.
7760
7761 2013-03-11 Pedro Alves <palves@redhat.com>
7762 Jan Kratochvil <jan.kratochvil@redhat.com>
7763
7764 * configure: Regenerate.
7765 * configure.ac (check dynamic export flag): Link python test with
7766 $PYTHON_LIBS.
7767
7768 2013-03-11 Doug Evans <dje@google.com>
7769 Keith Seitz <keiths@redhat.com>
7770
7771 * linespec.c (find_linespec_symbols): Call find_function_symbols
7772 first, and then call lookup_prefix_sym/find_method.
7773
7774 2013-03-11 Pedro Alves <palves@redhat.com>
7775
7776 * charset.c (convert_between_encodings): Don't cast between
7777 different pointer to pointer types. Instead, make the 'inp' local
7778 be of the type iconv expects.
7779 (wchar_iterate): Don't cast between different pointer to pointer
7780 types. Instead, use new pointer local of the type iconv expects.
7781 * target.c (target_read_stralloc, target_fileio_read_stralloc):
7782 Add new local of type char pointer, and use it to get a
7783 char/string view of the byte buffer, instead of casting between
7784 pointer to pointer types.
7785
7786 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
7787
7788 * remote.c (remote_set_trace_buffer_size): Move != operator
7789 to the start of next line to fix an ARI warning.
7790
7791 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7792
7793 * NEWS: Add record changes.
7794
7795 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7796
7797 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
7798 the instruction history disassembly.
7799 * disasm.c (dump_insns): Omit the pc prefix, if requested.
7800 * disasm.h (DISASSEMBLY_OMIT_PC): New.
7801
7802 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7803
7804 * Makefile.in (SFILES): Add record-btrace.c
7805 (COMMON_OBS): Add record-btrace.o
7806 * record-btrace.c: New.
7807 * objfiles.c: Include btrace.h.
7808 (free_objfile): call btrace_free_objfile.
7809
7810 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7811
7812 * target.c (target_call_history, target_call_history_from,
7813 target_call_history_range): New.
7814 * target.h (target_ops) <to_call_history, to_call_history_from,
7815 to_call_history_range>: New fields.
7816 (target_call_history, target_call_history_from,
7817 target_call_history_range): New declaration.
7818 * record.c (get_call_history_modifiers, cmd_record_call_history,
7819 record_call_history_size): New.
7820 (_initialize_record): Add the "record function-call-history" command.
7821 Add "set/show record function-call-history-size" commands.
7822 * record.h (record_print_flag): New.
7823
7824 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7825
7826 * target.h (target_ops) <to_insn_history, to_insn_history_from,
7827 to_insn_history_range>: New fields.
7828 (target_insn_history): New.
7829 (target_insn_history_from): New.
7830 (target_insn_history_range): New.
7831 * target.c (target_insn_history): New.
7832 (target_insn_history_from): New.
7833 (target_insn_history_range): New.
7834 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
7835 (record_insn_history_size): New.
7836 (get_insn_number): New.
7837 (get_context_size): New.
7838 (no_chunk): New.
7839 (get_insn_history_modifiers): New.
7840 (cmd_record_insn_history): New.
7841 (_initialize_record): Add "set/show record instruction-history-size"
7842 command. Add "record instruction-history" command.
7843
7844 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7845
7846 * record.h (record_disconnect): New.
7847 (record_detach): New.
7848 (record_mourn_inferior): New.
7849 (record_kill): New.
7850 * record-full.c (record_disconnect, record_detach,
7851 record_mourn_inferior, record_kill): Move to...
7852 * record.c: ...here.
7853 (DEBUG): New.
7854 (record_stop): New.
7855 (record_unpush): New.
7856 (cmd_record_stop): Call record_stop. Replace unpush_target
7857 call with record_unpush call.
7858 (record_disconnect, record_detach): Assert that the target
7859 is of record stratum. Call record_unpush, record_stop, and
7860 DEBUG.
7861 (record_mourn_inferior, record_kill): Assert that the target
7862 is of record stratum. Call record_unpush and DEBUG.
7863
7864 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7865
7866 * record-full.h, record-full.c (record_memory_query): Rename
7867 to ...
7868 (record_full_memory_query): ...this. Update all users.
7869 (record_arch_list_add_reg): Rename to ...
7870 (record_full_arch_list_add_reg): ...this. Update all users.
7871 (record_arch_list_add_mem): Rename to ...
7872 (record_full_arch_list_add_mem): ...this. Update all users.
7873 (record_arch_list_add_end): Rename to ...
7874 (record_full_arch_list_add_end): ...this. Update all users.
7875 (record_gdb_operation_disable_set): Rename to ...
7876 (record_full_gdb_operation_disable_set): ...this.
7877 Update all users.
7878
7879 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7880
7881 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
7882 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
7883 (RECORD_IS_REPLAY): Renamed to ...
7884 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
7885 (RECORD_FILE_MAGIC): Renamed to ...
7886 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
7887 (record_mem_entry): Renamed to ...
7888 (record_full_mem_entry): ... this. Updated all users.
7889 (record_reg_entry): Renamed to ...
7890 (record_full_reg_entry): ... this. Updated all users.
7891 (record_end_entry): Renamed to ...
7892 (record_full_end_entry): ... this. Updated all users.
7893 (record_type) <record_end, record_reg, record_mem>: Renamed
7894 to ...
7895 (record_full_type) <record_full_end, record_full_reg,
7896 record_full_mem>: ... this. Updated all users.
7897 (record_entry): Renamed to ...
7898 (record_full_entry): ... this. Updated all users.
7899 (record_core_buf_entry): Renamed to ...
7900 (record_full_core_buf_entry): ... this. Updated all users.
7901 (record_core_regbuf): Renamed to ...
7902 (record_full_core_regbuf): ... this. Updated all users.
7903 (record_core_start): Renamed to ...
7904 (record_full_core_start): ... this. Updated all users.
7905 (record_core_end): Renamed to ...
7906 (record_full_core_end): ... this. Updated all users.
7907 (record_core_buf_list): Renamed to ...
7908 (record_full_core_buf_list): ... this. Updated all users.
7909 (record_first): Renamed to ...
7910 (record_full_first): ... this. Updated all users.
7911 (record_list): Renamed to ...
7912 (record_full_list): ... this. Updated all users.
7913 (record_arch_list_head): Renamed to ...
7914 (record_full_arch_list_head): ... this. Updated all users.
7915 (record_arch_list_tail): Renamed to ...
7916 (record_full_arch_list_tail): ... this. Updated all users.
7917 (record_stop_at_limit): Renamed to ...
7918 (record_full_stop_at_limit): ... this. Updated all users.
7919 (record_insn_max_num): Renamed to ...
7920 (record_full_insn_max_num): ... this. Updated all users.
7921 (record_insn_num): Renamed to ...
7922 (record_full_insn_num): ... this. Updated all users.
7923 (record_insn_count): Renamed to ...
7924 (record_full_insn_count): ... this. Updated all users.
7925 (record_ops): Renamed to ...
7926 (record_full_ops): ... this. Updated all users.
7927 (record_core_ops): Renamed to ...
7928 (record_full_core_ops): ... this. Updated all users.
7929 (set_record_cmdlist): Renamed to ...
7930 (set_record_full_cmdlist): ... this. Updated all users.
7931 (show_record_cmdlist): Renamed to ...
7932 (show_record_full_cmdlist): ... this. Updated all users.
7933 (record_cmdlist): Renamed to ...
7934 (record_full_cmdlist): ... this. Updated all users.
7935 (record_beneath_to_resume_ops): Renamed to ...
7936 (record_full_beneath_to_resume_ops): ... this. Updated all users.
7937 (record_beneath_to_resume): Renamed to ...
7938 (record_full_beneath_to_resume): ... this. Updated all users.
7939 (record_beneath_to_wait_ops): Renamed to ...
7940 (record_full_beneath_to_wait_ops): ... this. Updated all users.
7941 (record_beneath_to_wait): Renamed to ...
7942 (record_full_beneath_to_wait): ... this. Updated all users.
7943 (record_beneath_to_store_registers_ops): Renamed to ...
7944 (record_full_beneath_to_store_registers_ops): ... this.
7945 Updated all users.
7946 (record_beneath_to_store_registers): Renamed to ...
7947 (record_full_beneath_to_store_registers): ... this.
7948 Updated all users.
7949 (record_beneath_to_xfer_partial_ops): Renamed to ...
7950 (record_full_beneath_to_xfer_partial_ops): ... this.
7951 Updated all users.
7952 (record_beneath_to_xfer_partial): Renamed to ...
7953 (record_full_beneath_to_xfer_partial): ... this.
7954 Updated all users.
7955 (record_beneath_to_insert_breakpoint): Renamed to ...
7956 (record_full_beneath_to_insert_breakpoint): ... this.
7957 Updated all users.
7958 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
7959 (record_full_beneath_to_stopped_by_watchpoint): ... this.
7960 Updated all users.
7961 (record_beneath_to_stopped_data_address): Renamed to ...
7962 (record_full_beneath_to_stopped_data_address): ... this.
7963 Updated all users.
7964 (record_beneath_to_async): Renamed to ...
7965 (record_full_beneath_to_async): ... this. Updated all users.
7966 (record_goto_insn): Renamed to ...
7967 (record_full_goto_insn): ... this. Updated all users.
7968 (record_save): Renamed to ...
7969 (record_full_save): ... this. Updated all users.
7970 (record_reg_alloc): Renamed to ...
7971 (record_full_reg_alloc): ... this. Updated all users.
7972 (record_reg_release): Renamed to ...
7973 (record_full_reg_release): ... this. Updated all users.
7974 (record_mem_alloc): Renamed to ...
7975 (record_full_mem_alloc): ... this. Updated all users.
7976 (record_mem_release): Renamed to ...
7977 (record_full_mem_release): ... this. Updated all users.
7978 (record_end_alloc): Renamed to ...
7979 (record_full_end_alloc): ... this. Updated all users.
7980 (record_end_release): Renamed to ...
7981 (record_full_end_release): ... this. Updated all users.
7982 (record_entry_release): Renamed to ...
7983 (record_full_entry_release): ... this. Updated all users.
7984 (record_list_release): Renamed to ...
7985 (record_full_list_release): ... this. Updated all users.
7986 (record_list_release_following): Renamed to ...
7987 (record_full_list_release_following): ... this.
7988 Updated all users.
7989 (record_list_release_first): Renamed to ...
7990 (record_full_list_release_first): ... this. Updated all users.
7991 (record_arch_list_add): Renamed to ...
7992 (record_full_arch_list_add): ... this. Updated all users.
7993 (record_get_loc): Renamed to ...
7994 (record_full_get_loc): ... this. Updated all users.
7995 (record_check_insn_num): Renamed to ...
7996 (record_full_check_insn_num): ... this. Updated all users.
7997 (record_arch_list_cleanups): Renamed to ...
7998 (record_full_arch_list_cleanups): ... this. Updated all users.
7999 (record_message): Renamed to ...
8000 (record_full_message): ... this. Updated all users.
8001 (record_message_wrapper): Renamed to ...
8002 (record_full_message_wrapper): ... this. Updated all users.
8003 (record_message_wrapper_safe): Renamed to ...
8004 (record_full_message_wrapper_safe): ... this. Updated all users.
8005 (record_gdb_operation_disable): Renamed to ...
8006 (record_full_gdb_operation_disable): ... this. Updated all users.
8007 (record_hw_watchpoint): Renamed to ...
8008 (record_full_hw_watchpoint): ... this. Updated all users.
8009 (record_exec_insn): Renamed to ...
8010 (record_full_exec_insn): ... this. Updated all users.
8011 (record_restore): Renamed to ...
8012 (record_full_restore): ... this. Updated all users.
8013 (record_async_inferior_event_token): Renamed to ...
8014 (record_full_async_inferior_event_token): ... this.
8015 Updated all users.
8016 (record_async_inferior_event_handler): Renamed to ...
8017 (record_full_async_inferior_event_handler): ... this.
8018 Updated all users.
8019 (record_core_open_1): Renamed to ...
8020 (record_full_core_open_1): ... this. Updated all users.
8021 (record_open_1): Renamed to ...
8022 (record_full_open_1): ... this. Updated all users.
8023 (record_open): Renamed to ...
8024 (record_full_open): ... this. Updated all users.
8025 (record_close): Renamed to ...
8026 (record_full_close): ... this. Updated all users.
8027 (record_resume_step): Renamed to ...
8028 (record_full_resume_step): ... this. Updated all users.
8029 (record_resumed): Renamed to ...
8030 (record_full_resumed): ... this. Updated all users.
8031 (record_execution_dir): Renamed to ...
8032 (record_full_execution_dir): ... this. Updated all users.
8033 (record_resume): Renamed to ...
8034 (record_full_resume): ... this. Updated all users.
8035 (record_get_sig): Renamed to ...
8036 (record_full_get_sig): ... this. Updated all users.
8037 (record_sig_handler): Renamed to ...
8038 (record_full_sig_handler): ... this. Updated all users.
8039 (record_wait_cleanups): Renamed to ...
8040 (record_full_wait_cleanups): ... this. Updated all users.
8041 (record_wait_1): Renamed to ...
8042 (record_full_wait_1): ... this. Updated all users.
8043 (record_wait): Renamed to ...
8044 (record_full_wait): ... this. Updated all users.
8045 (record_stopped_by_watchpoint): Renamed to ...
8046 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8047 (record_disconnect): Renamed to ...
8048 (record_full_disconnect): ... this. Updated all users.
8049 (record_detach): Renamed to ...
8050 (record_full_detach): ... this. Updated all users.
8051 (record_mourn_inferior): Renamed to ...
8052 (record_full_mourn_inferior): ... this. Updated all users.
8053 (record_kill): Renamed to ...
8054 (record_full_kill): ... this. Updated all users.
8055 (record_stopped_data_address): Renamed to ...
8056 (record_full_stopped_data_address): ... this. Updated all users.
8057 (record_registers_change): Renamed to ...
8058 (record_full_registers_change): ... this. Updated all users.
8059 (record_store_registers): Renamed to ...
8060 (record_full_store_registers): ... this. Updated all users.
8061 (record_xfer_partial): Renamed to ...
8062 (record_full_xfer_partial): ... this. Updated all users.
8063 (record_breakpoint): Renamed to ...
8064 (record_full_breakpoint): ... this. Updated all users.
8065 (record_breakpoint_p): Renamed to ...
8066 (record_full_breakpoint_p): ... this. Updated all users.
8067 (record_breakpoints): Renamed to ...
8068 (record_full_breakpoints): ... this. Updated all users.
8069 (record_sync_record_breakpoints): Renamed to ...
8070 (record_full_sync_record_breakpoints): ... this.
8071 Updated all users.
8072 (record_init_record_breakpoints): Renamed to ...
8073 (record_full_init_record_breakpoints): ... this.
8074 Updated all users.
8075 (record_insert_breakpoint): Renamed to ...
8076 (record_full_insert_breakpoint): ... this. Updated all users.
8077 (record_remove_breakpoint): Renamed to ...
8078 (record_full_remove_breakpoint): ... this. Updated all users.
8079 (record_can_execute_reverse): Renamed to ...
8080 (record_full_can_execute_reverse): ... this. Updated all users.
8081 (record_get_bookmark): Renamed to ...
8082 (record_full_get_bookmark): ... this. Updated all users.
8083 (record_goto_bookmark): Renamed to ...
8084 (record_full_goto_bookmark): ... this. Updated all users.
8085 (record_async): Renamed to ...
8086 (record_full_async): ... this. Updated all users.
8087 (record_can_async_p): Renamed to ...
8088 (record_full_can_async_p): ... this. Updated all users.
8089 (record_is_async_p): Renamed to ...
8090 (record_full_is_async_p): ... this. Updated all users.
8091 (record_execution_direction): Renamed to ...
8092 (record_full_execution_direction): ... this. Updated all users.
8093 (record_info): Renamed to ...
8094 (record_full_info): ... this. Updated all users.
8095 (record_delete): Renamed to ...
8096 (record_full_delete): ... this. Updated all users.
8097 (record_is_replaying): Renamed to ...
8098 (record_full_is_replaying): ... this. Updated all users.
8099 (record_goto_entry): Renamed to ...
8100 (record_full_goto_entry): ... this. Updated all users.
8101 (record_goto_begin): Renamed to ...
8102 (record_full_goto_begin): ... this. Updated all users.
8103 (record_goto_end): Renamed to ...
8104 (record_full_goto_end): ... this. Updated all users.
8105 (record_goto): Renamed to ...
8106 (record_full_goto): ... this. Updated all users.
8107 (init_record_ops): Renamed to ...
8108 (init_record_full_ops): ... this. Updated all users.
8109 (record_core_resume): Renamed to ...
8110 (record_full_core_resume): ... this. Updated all users.
8111 (record_core_kill): Renamed to ...
8112 (record_full_core_kill): ... this. Updated all users.
8113 (record_core_fetch_registers): Renamed to ...
8114 (record_full_core_fetch_registers): ... this. Updated all users.
8115 (record_core_prepare_to_store): Renamed to ...
8116 (record_full_core_prepare_to_store): ... this. Updated all users.
8117 (record_core_store_registers): Renamed to ...
8118 (record_full_core_store_registers): ... this. Updated all users.
8119 (record_core_xfer_partial): Renamed to ...
8120 (record_full_core_xfer_partial): ... this. Updated all users.
8121 (record_core_insert_breakpoint): Renamed to ...
8122 (record_full_core_insert_breakpoint): ... this. Updated all users.
8123 (record_core_remove_breakpoint): Renamed to ...
8124 (record_full_core_remove_breakpoint): ... this. Updated all users.
8125 (record_core_has_execution): Renamed to ...
8126 (record_full_core_has_execution): ... this. Updated all users.
8127 (init_record_core_ops): Renamed to ...
8128 (init_record_full_core_ops): ... this. Updated all users.
8129 (cmd_record_restore): Renamed to ...
8130 (cmd_record_full_restore): ... this. Updated all users.
8131 (record_save_cleanups): Renamed to ...
8132 (record_full_save_cleanups): ... this. Updated all users.
8133 (cmd_record_start): Renamed to ...
8134 (cmd_record_full_start): ... this. Updated all users.
8135 (set_record_insn_max_num): Renamed to ...
8136 (set_record_full_insn_max_num): ... this. Updated all users.
8137 (set_record_command): Renamed to ...
8138 (set_record_full_command): ... this. Updated all users.
8139 (show_record_command): Renamed to ...
8140 (show_record_full_command): ... this. Updated all users.
8141 (_initialize_record): Renamed to ...
8142 (_initialize_record_full): ... this. Updated all users.
8143
8144 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8145
8146 * record.h: Split into this and ...
8147 * record-full.h: ... this.
8148 * record.c: Split into this and ...
8149 * record-full.c: ... this.
8150 * target.h (target_ops): Add new fields to_info_record,
8151 to_save_record, to_delete_record, to_record_is_replaying,
8152 to_goto_record_begin, to_goto_record_end, to_goto_record.
8153 (target_info_record): New.
8154 (target_save_record): New.
8155 (target_supports_delete_record): New.
8156 (target_delete_record): New.
8157 (target_record_is_replaying): New.
8158 (target_goto_record_begin): New.
8159 (target_goto_record_end): New.
8160 (target_goto_record): New.
8161 * target.c (target_info_record): New.
8162 (target_save_record): New.
8163 (target_supports_delete_record): New.
8164 (target_delete_record): New.
8165 (target_record_is_replaying): New.
8166 (target_goto_record_begin): New.
8167 (target_goto_record_end): New.
8168 (target_goto_record): New.
8169 * record.h: Declare struct cmd_list_element.
8170 (record_cmdlist): New declaration.
8171 (set_record_cmdlist): New declaration.
8172 (show_record_cmdlist): New declaration.
8173 (info_record_cmdlist): New declaration.
8174 (cmd_record_goto): New declaration.
8175 * record.c: Remove unnecessary includes.
8176 Include inferior.h.
8177 (cmd_record_goto): Remove declaration.
8178 (record_cmdlist): Now extern. Initialize.
8179 (set_record_cmdlist): Now extern. Initialize.
8180 (show_record_cmdlist): Now extern. Initialize.
8181 (info_record_cmdlist): Now extern. Initialize.
8182 (find_record_target): New.
8183 (require_record_target): New.
8184 (cmd_record_start): Update.
8185 (cmd_record_delete): Remove target-specific code.
8186 Call target_delete_record.
8187 (cmd_record_stop): Unpush any record target.
8188 (set_record_insn_max_num): Move to record-full.c
8189 (set_record_command): Add comment.
8190 (show_record_command): Add comment.
8191 (info_record_command): Update comment.
8192 Remove target-specific code.
8193 Call the record target's to_info_record.
8194 (cmd_record_start): New.
8195 (cmd_record_goto): Now extern.
8196 Remove target-specific code.
8197 Call target_goto_begin, target_goto_end, or target_goto.
8198 (_initialize_record): Move record target ops initialization to
8199 record-full.c.
8200 Change "record" command help text.
8201 Move "record restore", "record set", and "record show" commands to
8202 record-full.c.
8203 * Makefile.in (SFILES): Add record-full.c.
8204 (HFILES_NO_SRCDIR): Add record-full.h.
8205 (COMMON_OBS): Add record-full.o.
8206 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8207 * arm-tdep.c: Include record-full.h.
8208 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8209 * i386-tdep.c: Include record-full.h.
8210 * infrun.c: Include record-full.h.
8211 * linux-record.c: Include record-full.h.
8212 * moxie-tdep.c: Include record-full.h.
8213 * record-full.c: Include record-full.h.
8214 Change module comment.
8215 (set_record_full_cmdlist): New.
8216 (show_record_full_cmdlist): New.
8217 (record_full_cmdlist): New.
8218 (record_goto_insn): New declaration.
8219 (record_save): New declaration.
8220 (record_check_insn_num): Change query string.
8221 (record_info): New.
8222 (record_delete): New.
8223 (record_is_replaying): New.
8224 (record_goto_entry): New.
8225 (record_goto_begin): New.
8226 (record_goto_end): New.
8227 (record_goto): New.
8228 (init_record_ops): Update.
8229 (init_record_core_ops): Update.
8230 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8231 (cmd_record_start): New.
8232 (set_record_insn_max_num): Moved from record.c
8233 (set_record_full_command): New.
8234 (show_record_full_command): New.
8235 (_initialize_record_full): New.
8236
8237 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8238
8239 * target.h (add_deprecated_target_alias): New.
8240 * target.c (add_deprecated_target_alias): New.
8241
8242 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8243
8244 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8245 and signal.h.
8246 (linux_supports_btrace): Add kernel and
8247 cpuid check.
8248 (kernel_supports_btrace): New function.
8249 (cpu_supports_btrace): New function.
8250 (intel_supports_btrace): New function.
8251
8252 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8253
8254 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8255 * remote.c: Include btrace.h.
8256 (struct btrace_target_info): New struct.
8257 (remote_supports_btrace): New function.
8258 (send_Qbtrace): New function.
8259 (remote_enable_btrace): New function.
8260 (remote_disable_btrace): New function.
8261 (remote_teardown_btrace): New function.
8262 (remote_read_btrace): New function.
8263 (init_remote_ops): Add btrace ops.
8264 (enum <unnamed>): Add btrace packets.
8265 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8266 (_initialize_remote): Add packet configuration for branch tracing.
8267
8268 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8269
8270 * features/btrace.dtd: New file.
8271 * Makefile.in (XMLFILES): Add btrace.dtd.
8272 * btrace.h (parse_xml_btrace): New declaration.
8273 * btrace.c: Include xml-support.h.
8274 (parse_xml_btrace): New function.
8275 (parse_xml_btrace_block): New function.
8276 (block_attributes): New struct.
8277 (btrace_attributes): New struct.
8278 (btrace_children): New struct.
8279 (btrace_elements): New struct.
8280
8281 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8282
8283 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8284 (amd64_linux_enable_btrace): New.
8285 (amd64_linux_disable_btrace): New.
8286 (amd64_linux_teardown_btrace): New.
8287 (_initialize_amd64_linux_nat): Initialize btrace ops.
8288 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8289 (i386_linux_enable_btrace): New.
8290 (i386_linux_disable_btrace): New.
8291 (i386_linux_teardown_btrace): New.
8292 (_initialize_i386_linux_nat): Initialize btrace ops.
8293 * config/i386/linux.mh: Add linux-btrace.o.
8294 * config/i386/linux64.mh: Add linux-btrace.o.
8295
8296 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8297
8298 * common/linux_btrace.h: New file.
8299 * common/linux_btrace.c: New file.
8300 * Makefile.in (SFILES): Add btrace.c.
8301 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8302 (COMMON_OBS): Add btrace.o.
8303 (linux-btrace.o): New rule.
8304
8305 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8306
8307 * target.h: Include btrace.h.
8308 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8309 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8310 * target.c (target_supports_btrace): New function.
8311 (target_enable_btrace): New function.
8312 (target_disable_btrace): New function.
8313 (target_teardown_btrace): New function.
8314 (target_read_btrace): New function.
8315 * btrace.h: New file.
8316 * btrace.c: New file.
8317 * Makefile.in: Add btrace.c.
8318 * gdbthread.h: Include btrace.h.
8319 (struct thread_info): Add btrace field.
8320 * thread.c: Include btrace.h.
8321 (clear_thread_inferior_resources): Call target_teardown_btrace.
8322 * common/btrace-common.h: New file.
8323
8324 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8325
8326 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8327 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8328 kill_status to outer block.
8329
8330 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 Fix entry-values if the callee called a noreturn function.
8333 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8334 get_frame_address_in_block. Add new comment.
8335
8336 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 Fix entry-values in C++ across CUs.
8339 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8340 lookup_minimal_symbol. Add a comment.
8341 * dwarf2read.c
8342 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8343 DW_AT_linkage_name.
8344
8345 2013-03-08 Yao Qi <yao@codesourcery.com>
8346
8347 * tracepoint.c (_initialize_tracepoint): Indent the code.
8348
8349 2013-03-08 Pedro Alves <palves@redhat.com>
8350
8351 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8352 (parse_find_args, find_command): Change type of pattern buffer
8353 locals to 'gdb_byte *'.
8354
8355 2013-03-08 Stan Shebs <stan@codesourcery.com>
8356 Hafiz Abid Qadeer <abidh@codesourcery.com>
8357
8358 * NEWS: Mention set and show trace-buffer-size commands.
8359 Mention new packet.
8360 * target.h (struct target_ops): New method
8361 to_set_trace_buffer_size.
8362 (target_set_trace_buffer_size): New macro.
8363 * target.c (update_current_target): Set up new method.
8364 * tracepoint.c (trace_buffer_size): New global.
8365 (start_tracing): Send it to the target.
8366 (set_trace_buffer_size): New function.
8367 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8368 * remote.c (remote_set_trace_buffer_size): New function.
8369 (_initialize_remote): Use it.
8370 (QTBuffer:size) New remote command.
8371 (PACKET_QTBuffer_size): New enum.
8372 (remote_protocol_features): Add an entry for
8373 PACKET_QTBuffer_size.
8374
8375 2013-03-08 Tom Tromey <tromey@redhat.com>
8376
8377 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8378 variable.
8379
8380 2013-03-07 Pedro Alves <palves@redhat.com>
8381
8382 * target.c (target_read_stralloc, target_fileio_read_alloc):
8383 *Cast pointer to 'gdb_byte *' in target call.
8384
8385 2013-03-07 Pedro Alves <palves@redhat.com>
8386
8387 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8388 call.
8389
8390 2013-03-07 Keith Seitz <keiths@redhat.com>
8391
8392 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8393 (trace_pass_command): Likewise.
8394 * cli/cli-cmds.c: Include cli/cli-utils.h.
8395 (source_command): Use skip-spaces.
8396 (disassemble_command): Likewise.
8397 * findcmd.c: Include cli/cli-utils.h.
8398 (parse_find_args): Use skip_spaces.
8399 * go32-nat.c: Include cli/cli-utils.h.
8400 (go32_sldt): Use skip_spaces.
8401 (go32_sgdt): Likewise.
8402 (go32_sidt): Likewise.
8403 (go32_pde): Likewise.
8404 (go32_pte): Likewise.
8405 (go32_pte_for_address): Likewise.
8406 * infcmd.c: Include cli/cli-utils.h.
8407 (registers_info): Use skip_spaces.
8408 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8409 (linux_info_proc): Likewise.
8410 * linux-thread-db.c: Include cli/cli-utils.h.
8411 (info_auto_load_libthread_db): Use skip_spaces_const.
8412 * m32r-rom.c: Include cli/cli-utils.h.
8413 (m32r_upload_command): Use skip_spaces.
8414 * maint.c: Include cli/cli-utils.h.
8415 (maintenance_translate_address): Use skip_spaces.
8416 * mi/mi-parse.c: Include cli/cli-utils.h.
8417 (mi_parse_argv): Use skip_spaces.
8418 (mi_parse): Likewise.
8419 * minsyms.c: Include cli/cli-utils.h.
8420 (msymbol_hash_iw): Use skip_spaces_const.
8421 * objc-lang.c: Include cli/cli-utils.h.
8422 (parse_selector): Use skip_spaces.
8423 (parse_method): Likewise.
8424 * python/python.c: Include cli/cli-utils.h.
8425 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8426 (python_command)[HAVE_PYTHON]: Likewise.
8427 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8428 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8429 (m32r_load): Use skip_spaces.
8430 * serial.c: Include cli/cli-utils.h.
8431 (serial_open): Use skip_spaces_const.
8432 * stack.c: Include cli/cli-utils.h.
8433 (parse_frame_specification_1): Use skip_spaces_const.
8434 * symfile.c: Include cli/cli-utils.h.
8435 (set_ext_lang_command): Use skip_spaces.
8436 * symtab.c: Include cli/cli-utils.h.
8437 (rbreak_command): Use skip_spaces.
8438 * thread.c (thread_name_command): Use skip_spaces.
8439 * tracepoint.c (validate_actionline): Use skip_spaces.
8440 (encode_actions_1): Likewise.
8441 (trace_find_range_command): Likewise.
8442 (trace_find_outside_command): Likewise.
8443 (trace_dump_actions): Likewise.
8444
8445 2013-03-07 Pedro Alves <palves@redhat.com>
8446
8447 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8448 * expprint.c (print_subexp_standard): Likewise.
8449 * utils.c (host_char_to_target): Likewise.
8450 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8451 * varobj.c (value_get_print_value): Change type of local to char*.
8452 Cast it gdb_byte * in call to language printer.
8453
8454 2013-03-07 Pedro Alves <palves@redhat.com>
8455
8456 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8457 gdb_byte *'.
8458 (make_wchar_iterator): Remove cast to char*.
8459 (wchar_iterate): Change type of local.
8460
8461 2013-03-07 Pedro Alves <palves@redhat.com>
8462
8463 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8464 for 'regcache->register_status'.
8465
8466 2013-03-07 Pedro Alves <palves@redhat.com>
8467
8468 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
8469 int.
8470
8471 2013-03-07 Pedro Alves <palves@redhat.com>
8472
8473 * stap-probe.c (handle_stap_probe): Add cast to char*.
8474
8475 2013-03-07 Pedro Alves <palves@redhat.com>
8476
8477 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8478 RECORD_MSGRCV>: Pass a signed variable to
8479 regcache_raw_read_signed, instead of an unsigned one.
8480
8481 2013-03-07 Pedro Alves <palves@redhat.com>
8482
8483 * remote-notif.c (notif_debug): Change type to int.
8484 * remote-notif.h (notif_debug): Likewise.
8485
8486 2013-03-07 Pedro Alves <palves@redhat.com>
8487
8488 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8489
8490 2013-03-07 Pedro Alves <palves@redhat.com>
8491
8492 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8493 * remote.h (hex2bin, bin2hex): ... here.
8494 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8495
8496 2013-03-07 Eli Zaretskii <eliz@gnu.org>
8497
8498 * utils.c (initialize_utils): Improve doc strings of "set/show
8499 width", "set/show height", and "set/show pagination".
8500
8501 2013-03-06 Keith Seitz <keiths@redhat.com>
8502
8503 * ax-gdb.c (gen_printf): Make FORMAT const.
8504 * ax-gdb.h (gen_printf): Likewise.
8505 * ax-general.c (ax_string): Make STR const.
8506 * ax.h (ax_string): Likewise.
8507
8508 2013-03-06 Doug Evans <dje@google.com>
8509
8510 * elfread.c (elf_symfile_read): Move debugging printf to more
8511 logical location.
8512
8513 2013-03-06 Pedro Alves <palves@redhat.com>
8514
8515 * python/py-utils.c (target_string_to_unicode): Delete function.
8516 * python/python-internal.h (target_string_to_unicode): Delete
8517 declaration.
8518
8519 2013-03-06 Pierre Muller <muller@sourceware.org>
8520
8521 * linespec.c (get_current_search_block): ARI fix, use (void)
8522 for empty parameter list.
8523
8524 2013-03-05 Doug Evans <dje@google.com>
8525
8526 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8527 of old ada_lookup_symbol_list. In !full_search case, don't
8528 search superblocks.
8529 (ada_lookup_symbol_list): Delete arg full_search, all callers
8530 updated. Call ada_lookup_symbol_list_worker.
8531 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8532 * ada-lang.h (ada_lookup_symbol_list): Update.
8533 * language.h (language_defn): Update comment for
8534 la_iterate_over_symbols.
8535 * linespec.c (iterate_over_file_blocks): New function.
8536 (iterate_over_all_matching_symtabs): Call it.
8537 (lookup_prefix_sym): Ditto.
8538 (get_current_search_block): New function.
8539 (get_search_block): Delete.
8540 (find_label_symbols): Call get_current_search_block.
8541 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8542 * symtab.c (iterate_over_symbols): Don't search superblocks.
8543
8544 2013-03-05 Yao Qi <yao@codesourcery.com>
8545
8546 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8547 parameter VAR's type from "unsigned int" to "int".
8548 * command.h (var_zuinteger_unlimited): Update its comments.
8549 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8550
8551 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8552
8553 * NEWS: Mention new target x86_64-*-cygwin*.
8554
8555 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8556
8557 * configure.host: Add x86_64-*-cygwin* as host.
8558 * configure.tgt: Add x86_64-*-cygwin* as target.
8559 * config/i386/cygwin64.mh: New file.
8560
8561 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 * linespec.c (decode_line_2): Fix duplicate request off by two message.
8564
8565 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8566
8567 * linespec.c (struct linespec_canonical_name): New.
8568 (struct linespec_state): Change canonical_names type to it.
8569 (add_sal_to_sals): Change variable canonical_name to canonical. Change
8570 xrealloc element size. Initialize the different CANONICAL fields.
8571 (canonical_to_fullform): New.
8572 (filter_results): Use it. Add variables canonical, fullform and
8573 cleanup.
8574 (struct decode_line_2_item, decode_line_2_compare_items): New.
8575 (decode_line_2): Remove variables iter and item_names, add variables
8576 items and items_count. Modify the code for these new variables.
8577
8578 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
8579
8580 * coff-pe-read.c (read_pe_exported_syms): Don't return without
8581 calling do_cleanup.
8582
8583 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
8584
8585 * tracepoint.c (build_traceframe_info): Add code for byte order.
8586
8587 2013-03-02 Kevin Buettner <kevinb@redhat.com>
8588
8589 * v850-tdep.c: (v850e2_register_name): Revise system register
8590 names to match current V850E2M architecture specifications.
8591 Update register number enum comments too.
8592
8593 2013-03-01 Jiong Wang <jiwang@tilera.com>
8594 Pedro Alves <palves@redhat.com>
8595
8596 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
8597 to END_ADDR.
8598 (tilegx_skip_prologue): Limit prologue analysis to section end.
8599
8600 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8601
8602 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
8603 use it.
8604
8605 2013-03-01 Pedro Alves <palves@redhat.com>
8606
8607 Use gdb_byte for bytes from the program being debugged.
8608
8609 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
8610 Change type of local 'buf' to gdb_byte.
8611 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
8612 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
8613 * cris-tdep.c (cris_sigcontext_addr)
8614 (cris_sigtramp_frame_unwind_cache): Likewise.
8615 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
8616 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
8617 Likewise.
8618 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
8619 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
8620 (hppa32_hpux_search_dummy_call_sequence)
8621 (hppa_hpux_supply_save_state): Likewise.
8622 * hppa-linux-tdep.c (insns_match_pattern)
8623 (hppa_linux_find_global_pointer): Likewise.
8624 * hppa-tdep.c (hppa_in_function_epilogue_p)
8625 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
8626 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
8627 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
8628 (i386fbsd_collect_uthread): Likewise.
8629 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
8630 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
8631 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
8632 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
8633 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
8634 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
8635 (ia64_libunwind_frame_prev_register)
8636 (ia64_libunwind_sigtramp_frame_this_id)
8637 (ia64_find_global_pointer_from_dynamic_section)
8638 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
8639 (ia64_unwind_pc): Likewise.
8640 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
8641 * m68hc11-tdep.c (m68hc11_push_dummy_call)
8642 (m68hc11_extract_return_value): Likewise.
8643 * m68klinux-nat.c (fetch_register, store_register): Likewise.
8644 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
8645 (mep_get_insn, mep_push_dummy_call): Likewise.
8646 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
8647 (mips_linux_in_dynsym_stub): Likewise.
8648 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
8649 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
8650 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
8651 to gdb_byte.
8652 * remote-mips.c (mips_set_register): Likewise.
8653 * remote-sim.c (gdbsim_fetch_register): Likewise.
8654 * score-tdep.c (score7_fetch_inst): Change type of parameter
8655 'memblock' and local 'buf' to gdb_byte.
8656 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
8657 Change type of local 'buf' to gdb_byte. Adjust.
8658 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
8659 to gdb_byte**.
8660 (score7_analyze_prologue): Change type of 'memblock' and
8661 'memblock_ptr' locals to gdb_byte*.
8662 * sh64-tdep.c (sh64_extract_return_value)
8663 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
8664 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
8665 * solib-pa64.c (pa64_solib_create_inferior_hook)
8666 (pa64_open_symbol_file_object): Remove local 'buf'.
8667 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
8668 (som_open_symbol_file_object): Likewise.
8669 * solib-spu.c (spu_current_sos): Likewise.
8670 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
8671 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
8672 (spu_store_registers): Likewise.
8673 * target.c (debug_print_register): Likewise.
8674 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
8675 * xstormy16-tdep.c (xstormy16_store_return_value)
8676 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
8677 (xstormy16_find_jmp_table_entry): Likewise.
8678
8679 2013-03-01 Jiong Wang <jiwang@tilera.com>
8680
8681 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
8682 (tilegx_gdbarch_init): Install it.
8683
8684 2013-02-28 Tom Tromey <tromey@redhat.com>
8685
8686 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
8687 PyLong_Check.
8688
8689 2013-02-28 Doug Evans <dje@google.com>
8690
8691 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
8692 * python/python.c (gdbpy_find_pc_line): Ditto.
8693
8694 2013-02-28 Tom Tromey <tromey@redhat.com>
8695
8696 * contrib/excheck.py: New file.
8697 * contrib/exsummary.py: New file.
8698 * contrib/gcc-with-excheck: New file.
8699
8700 2013-02-28 Tom Tromey <tromey@redhat.com>
8701
8702 * python/python.c (gdbpy_print_stack): Call begin_line and
8703 fprintf_filtered inside TRY_CATCH.
8704
8705 2013-02-28 Tom Tromey <tromey@redhat.com>
8706
8707 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
8708 inside TRY_CATCH.
8709
8710 2013-02-28 Tom Tromey <tromey@redhat.com>
8711
8712 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
8713 frame_object_to_frame_info inside TRY_CATCH.
8714
8715 2013-02-28 Tom Tromey <tromey@redhat.com>
8716
8717 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
8718 TRY_CATCH.
8719
8720 2013-02-28 Tom Tromey <tromey@redhat.com>
8721
8722 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
8723
8724 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
8725
8726 * windows-nat.c: Throughout, fix format strings and casts of
8727 printf-like functions to avoid type related warnings on all
8728 platforms.
8729 (handle_output_debug_string): Fetch context information address
8730 from debug string using string_to_core_addr.
8731
8732 2013-02-27 Jiong Wang <jiwang@tilera.com>
8733
8734 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
8735 * regformats/reg-tilegx32.dat: New.
8736
8737 2013-02-27 Jiong Wang <jiwang@tilera.com>
8738
8739 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
8740
8741 2013-02-27 Jiong Wang <jiwang@tilera.com>
8742
8743 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
8744
8745 2013-02-27 Yao Qi <yao@codesourcery.com>
8746 Pedro Alves <palves@redhat.com>
8747
8748 * tracepoint.c (tfile_trace_find): For tfind
8749 pc/tp/range/outside, look for the next trace frame instead of
8750 always starting from frame 0.
8751
8752 2013-02-26 Anthony Green <green@moxielogic.com>
8753
8754 * configure.tgt: Add support for moxie-*-rtems* target.
8755
8756 2013-02-25 Pedro Alves <palves@redhat.com>
8757
8758 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
8759 warning text.
8760
8761 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8762
8763 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
8764 if $fp is used as the virtual frame pointer.
8765
8766 2013-02-23 Alan Modra <amodra@gmail.com>
8767
8768 * elfread.c (elf_symtab_read): Do not use udata.p here to find
8769 symbol size.
8770 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
8771 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
8772 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
8773 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
8774
8775 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 Code cleanup.
8778 * elfread.c (build_id_bfd_get): Make the return type const.
8779 (build_id_verify): Make the check parameter const.
8780 (build_id_to_debug_filename): Make the build_id parameter and variable
8781 data const.
8782 (find_separate_debug_file_by_buildid): Make the variable build_id const.
8783
8784 2013-02-21 Alan Modra <amodra@gmail.com>
8785
8786 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
8787
8788 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
8789
8790 Add a new method 'disassemble' to gdb.Architecture class.
8791 * python/py-arch.c (archpy_disassmble): Implementation of the
8792 new method gdb.Architecture.disassemble.
8793 (arch_object_methods): Add entry for the new method.
8794
8795 2013-02-20 Jiong Wang <jiwang@tilera.com>
8796
8797 * MAINTAINERS (Write After Approval): Add myself to the list.
8798
8799 2013-02-19 Pedro Alves <palves@redhat.com>
8800
8801 Garbage collect 'struct monitor_ops'::load_routine.
8802
8803 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
8804 * monitor.c (monitor_load): No longer call
8805 current_monitor->load_routine.
8806 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
8807 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
8808 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
8809
8810 2013-02-19 Pedro Alves <palves@redhat.com>
8811
8812 PR gdb/15161
8813
8814 Harmonize with generic_load.
8815
8816 * monitor.c: Include "readline/readline.h".
8817 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
8818 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
8819 long/strtol for the 'load_offset' local. Error out if no argument
8820 is given or if too many arguments are given. Tilde expand the
8821 passed in file name.
8822
8823 2013-02-19 Kai Tietz <ktietz@redhat.com>
8824
8825 PR gdb/15161
8826 * symfile.c (load_section_data): Change type of load_offset
8827 to CORE_ADDR.
8828 (generic_load): User strtoulst instead of strtoul for conversion
8829 of load_offset.
8830
8831 2013-02-19 Jiong Wang <jiwang@tilera.com>
8832
8833 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
8834 for return address, "lr" register, saved on stack.
8835 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
8836 after we invoke tilegx_analyze_prologue.
8837
8838 2013-02-19 Jiong Wang <jiwang@tilera.com>
8839
8840 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
8841
8842 2013-02-19 Jiong Wang <jiwang@tilera.com>
8843
8844 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
8845
8846 2013-02-19 Jiong Wang <jiwang@tilera.com>
8847
8848 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
8849 (tilegx_write_pc): New function.
8850 (tilegx_cannot_reference_register): Return zero if REGNO
8851 is TILEGX_FAULTNUM_REGNUM.
8852 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
8853 (tilegx_register_name): Add handling of "faultnum" register.
8854 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
8855 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
8856 handling of TILEGX_FAULTNUM_REGNUM.
8857 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
8858
8859 2013-02-19 Jiong Wang <jiwang@tilera.com>
8860
8861 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
8862 should be aligned to 64bit.
8863
8864 2013-02-19 Kai Tietz <ktietz@redhat.com>
8865
8866 * windows-nat.c (windows_xfer_memory): Fix debug-output
8867 for LLP64.
8868
8869 2013-02-19 Lei Liu <lei.liu2@windriver.com>
8870
8871 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
8872 Don't check DSP register number if HAVE_DSP is not set.
8873
8874 2013-02-19 Alan Modra <amodra@gmail.com>
8875
8876 * elfread.c (struct build_id): Delete. Use struct elf_build_id
8877 throughout file instead.
8878 (build_id_bfd_get): Update to use new elf_tdata build_id field.
8879 Don't xmalloc return value.
8880 (build_id_verify): Similarly. Don't xfree.
8881 (build_id_to_debug_filename): Update.
8882 (find_separate_debug_file_by_buildid): Update, don't xfree.
8883
8884 2013-02-18 Tom Tromey <tromey@redhat.com>
8885
8886 PR gdb/15102:
8887 * dwarf2read.c (read_subrange_type): Use result of
8888 'check_typedef'.
8889
8890 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
8891
8892 * frame.c: Remove one extra white space after #include
8893 directive.
8894
8895 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
8898
8899 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8900
8901 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
8902 and dir commands into an if block.
8903
8904 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
8905
8906 * python/py-breakpoint (struct pybp_code): Use int instead of
8907 enum type_code.
8908
8909 2013-02-15 Pedro Alves <pedro@codesourcery.com>
8910 Hafiz Abid Qadeer <abidh@codesourcery.com>
8911
8912 * NEWS: Mention new field "trace-file".
8913 * tracepoint.c (trace_status_mi): Output "trace-file" field.
8914 (tfile_open): Record the trace file's filename in the trace
8915 status.
8916 (tfile_files_info): Mention the name of the trace file.
8917 Check the "filename" field explicitely.
8918 (trace_status_command): Explicitely check "filename" field.
8919 (trace_find_command): Ditto.
8920 (trace_find_pc_command): Ditto.
8921 (trace_find_tracepoint_command): Ditto.
8922 (trace_find_line_command): Ditto.
8923 (trace_find_range_command): Ditto.
8924 (trace_find_outside_command): Ditto.
8925 * tracepoint.h (struct trace_status) <from_file>: Rename it
8926 to "filename" and make it hold the trace file's filename
8927 instead of a boolean.
8928 * remote.c (remote_get_trace_status): Initialize "filename"
8929 field with NULL instead of 0.
8930
8931 2013-02-15 Yao Qi <yao@codesourcery.com>
8932
8933 * remote.c: Fix a typo.
8934
8935 2013-02-14 Pierre Muller <muller@sourceware.org>
8936
8937 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
8938
8939 2013-02-14 Pedro Alves <palves@redhat.com>
8940
8941 * utils.c (savestring): Don't #undef it. Move function to
8942 common/common-utils.c.
8943 * common/common-utils.c: Include gdb_string.h.
8944 (savestring): Move here from utils.c.
8945 * common/common-utils.h (savestring): Declare.
8946
8947 2013-02-14 Pedro Alves <palves@redhat.com>
8948
8949 * utils.c (savestring): Rename parameter 'size' to 'len'.
8950
8951 2013-02-14 Pedro Alves <palves@redhat.com>
8952 Yufeng Zhang <yufeng.zhang@arm.com>
8953
8954 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
8955 (aarch64_inferior_data, struct aarch64_inferior_data):
8956 Delete.
8957 (struct aarch64_process_info): New.
8958 (aarch64_process_list): New global.
8959 (aarch64_find_process_pid, aarch64_add_process)
8960 (aarch64_process_info_get): New functions.
8961 (aarch64_inferior_data_get): Delete.
8962 (aarch64_process_info_get): New function.
8963 (aarch64_forget_process): New function.
8964 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
8965 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
8966 aarch64_get_debug_reg_state.
8967 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
8968 instead of linux_nat_iterate_watchpoint_lwps.
8969 (aarch64_linux_new_fork): New function.
8970 (aarch64_linux_child_post_startup_inferior): Use
8971 aarch64_forget_process instead of aarch64_init_debug_reg_state.
8972 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
8973 (aarch64_linux_remove_hw_breakpoint)
8974 (aarch64_handle_aligned_watchpoint)
8975 (aarch64_handle_unaligned_watchpoint)
8976 (aarch64_linux_insert_watchpoint)
8977 (aarch64_linux_remove_watchpoint)
8978 (aarch64_linux_stopped_data_address): Adjust to pass the current
8979 process id to aarch64_debug_reg_state.
8980 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
8981 linux_nat_new_fork hook, and aarch64_forget_process as
8982 linux_nat_forget_process hook; remove the call to
8983 register_inferior_data_with_cleanup.
8984
8985 2013-02-14 Pedro Alves <palves@redhat.com>
8986
8987 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
8988 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
8989 lval_memory.
8990
8991 2013-02-14 Pedro Alves <pedro@codesourcery.com>
8992 Hafiz Abid Qadeer <abidh@codesourcery.com>
8993
8994 * tracepoint.h (validate_trace_state_variable_name): Declare.
8995 * tracepoint.c (validate_trace_state_variable_name): New.
8996 (trace_variable_command): Parse the trace state variable's name
8997 without using parse_expression. Do several validations.
8998 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
8999 trace state variable's name with parse_expression. Validate it.
9000
9001 2013-02-14 Yao Qi <yao@codesourcery.com>
9002
9003 * infcmd.c (breakpoint_proceeded): Remove it.
9004
9005 2013-02-14 Yao Qi <yao@codesourcery.com>
9006
9007 * tracepoint.c (end_actions_pseudocommand): Make it static.
9008 (while_stepping_pseudocommand): Likewise.
9009 * tracepoint.h (end_actions_pseudocommand): Remove the
9010 declaration.
9011 (while_stepping_pseudocommand): Likewise.
9012
9013 2013-02-14 Yao Qi <yao@codesourcery.com>
9014
9015 * cli/cli-decode.c (help_cmd): Remove the declaration of
9016 "cmdlist".
9017 (help_all): Likewise.
9018
9019 2013-02-13 Pedro Alves <palves@redhat.com>
9020
9021 * amd64-linux-nat.c (update_debug_registers_callback):
9022 Update comment.
9023 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9024 iterate_over_lwps.
9025 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9026 i386_debug_reg_state.
9027 (amd64_linux_new_fork): New function.
9028 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9029 linux_nat_new_fork hook, and i386_forget_process as
9030 linux_nat_forget_process hook.
9031 * i386-linux-nat.c (update_debug_registers_callback):
9032 Update comment.
9033 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9034 iterate_over_lwps.
9035 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9036 i386_debug_reg_state.
9037 (i386_linux_new_fork): New function.
9038 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9039 linux_nat_new_fork hook, and i386_forget_process as
9040 linux_nat_forget_process hook.
9041 * i386-nat.c (i386_init_dregs): Delete.
9042 (i386_inferior_data, struct i386_inferior_data):
9043 Delete.
9044 (struct i386_process_info): New.
9045 (i386_process_list): New global.
9046 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9047 New functions.
9048 (i386_inferior_data_get): Delete.
9049 (i386_process_info_get): New function.
9050 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9051 (i386_forget_process): New function.
9052 (i386_cleanup_dregs): Rewrite.
9053 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9054 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9055 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9056 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9057 to i386_debug_reg_state.
9058 (i386_use_watchpoints): Don't register inferior data.
9059 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9060 adjust comment.
9061 (i386_forget_process): Declare.
9062 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9063 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9064 New static globals.
9065 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9066 (add_initial_lwp): New, factored out from ...
9067 (add_lwp): ... this. Don't check the number of lwps before
9068 calling linux_nat_new_thread.
9069 (linux_nat_iterate_watchpoint_lwps): Delete.
9070 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9071 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9072 forks and vforks.
9073 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9074 initial lwp.
9075 (linux_nat_kill, linux_nat_mourn_inferior): Call
9076 linux_nat_forget_process.
9077 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9078 (linux_nat_forget_process): New functions.
9079 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9080 type.
9081 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9082 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9083 types.
9084 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9085 (linux_nat_forget_process): New declarations.
9086
9087 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9088 (amd64fbsd_mourn_inferior): New function.
9089 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9090 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9091
9092 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9093
9094 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9095 Adding _().
9096
9097 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9098
9099 * aarch64-linux-nat.c (debug_reg_change_callback)
9100 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9101 %s and phex().
9102
9103 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9104
9105 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9106 with LONGEST.
9107
9108 2013-02-13 Pedro Alves <palves@redhat.com>
9109 Hafiz Abid Qadeer <abidh@codesourcery.com>
9110
9111 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9112
9113 2013-02-12 Tom Tromey <tromey@redhat.com>
9114
9115 PR symtab/11464:
9116 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9117 NAME return.
9118 (classify_inner_name): Remove 'first_name' argument, add
9119 'context'. Remove unused variable.
9120 (yylex): Explicitly maintain the context type. Exit loop earlier
9121 if NAME result is seen.
9122
9123 2013-02-12 Pedro Alves <palves@redhat.com>
9124
9125 * amd64-darwin-tdep.c: Add (C) after Copyright.
9126 * cli/cli-cmds.h: Ditto.
9127 * cli/cli-decode.c: Ditto.
9128 * cli/cli-decode.h: Ditto.
9129 * cli/cli-dump.c: Ditto.
9130 * cli/cli-dump.h: Ditto.
9131 * cli/cli-interp.c: Ditto.
9132 * cli/cli-logging.c: Ditto.
9133 * cli/cli-script.c: Ditto.
9134 * cli/cli-script.h: Ditto.
9135 * cli/cli-setshow.c: Ditto.
9136 * cli/cli-setshow.h: Ditto.
9137 * cli/cli-utils.c: Ditto.
9138 * cli/cli-utils.h: Ditto.
9139 * config/alpha/nm-osf3.h: Ditto.
9140 * config/djgpp/djconfig.sh: Ditto.
9141 * config/i386/nm-fbsd.h: Ditto.
9142 * config/i386/nm-i386gnu.h: Ditto.
9143 * config/nm-linux.h: Ditto.
9144 * config/nm-nto.h: Ditto.
9145 * config/rs6000/nm-rs6000.h: Ditto.
9146 * config/sparc/nm-sol2.h: Ditto.
9147 * darwin-nat-info.c: Ditto.
9148 * dfp.c: Ditto.
9149 * dfp.h: Ditto.
9150 * gdb-demangle.h: Ditto.
9151 * i386-darwin-nat.c: Ditto.
9152 * i386-darwin-tdep.c: Ditto.
9153 * linux-fork.h: Ditto.
9154 * m32c-tdep.c: Ditto.
9155 * microblaze-linux-tdep.c: Ditto.
9156 * microblaze-rom.c: Ditto.
9157 * microblaze-tdep.c: Ditto.
9158 * microblaze-tdep.h: Ditto.
9159 * mips-linux-tdep.h: Ditto.
9160 * ppc-ravenscar-thread.c: Ditto.
9161 * ppc-ravenscar-thread.h: Ditto.
9162 * prologue-value.c: Ditto.
9163 * prologue-value.h: Ditto.
9164 * ravenscar-thread.c: Ditto.
9165 * ravenscar-thread.h: Ditto.
9166 * sparc-ravenscar-thread.c: Ditto.
9167 * sparc-ravenscar-thread.h: Ditto.
9168 * tilegx-linux-tdep.c: Ditto.
9169 * unwind_stop_reasons.def: Ditto.
9170 * windows-nat.h: Ditto.
9171 * xtensa-linux-tdep.c: Ditto.
9172 * xtensa-xtregs.c: Ditto.
9173 * regformats/regdat.sh: Ditto.
9174 * regformats/regdef.h: Ditto.
9175
9176 2013-02-12 Pedro Alves <palves@redhat.com>
9177
9178 * break-catch-sig.c: Update copyright years.
9179
9180 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9181
9182 Add support for a destructor for ui_out data and use it to
9183 provide a ui_out destructor.
9184 * ui-out.h: Declare the new ui_out destructor.
9185 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9186 * ui-out.c (default_data_destroy): Add a default data destructor
9187 which does nothing.
9188 (default_ui_out_impl): Set the new data_destroy field to
9189 default_data_destroy
9190 (uo_data_destroy): Local function which invokes the data
9191 destructor if present.
9192 (clear_table): Local function which clears the table data of a
9193 ui_out object.
9194 (ui_out_destroy): Public function which frees a ui_out object.
9195 (ui_out_table_end): Use the new clear_table function.
9196 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9197 NULL.
9198 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9199 to NULL.
9200
9201 2013-02-11 Doug Evans <dje@google.com>
9202
9203 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9204 (printf_decfloat): New function. Broken out from ui_printf.
9205 Remove unnecessary code to shift the entire format string down.
9206 (printf_pointer): New function.
9207 (ui_printf): Code to print C strings, wide C strings, decfloats,
9208 and pointers moved to separate functions.
9209
9210 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9211
9212 * valops.c (value_assign): Handling bitfield offset in
9213 `lval_internalvar_component' case.
9214
9215 2013-02-08 Doug Evans <dje@google.com>
9216
9217 * common/format.c (parse_format_string): Fix whitespace.
9218
9219 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9220
9221 * stack.c (return_command): Work around uninitialized variable
9222 warning.
9223
9224 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9225
9226 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9227 number of the registers from 36 to 34.
9228
9229 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9230
9231 * NEWS: Mention new AArch64 native and target support.
9232
9233 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9234
9235 * MAINTAINERS (Write After Approval): Add myself.
9236
9237 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9238 Marcus Shawcroft <marcus.shawcroft@arm.com>
9239 Nigel Stephens <nigel.stephens@arm.com>
9240 Yufeng Zhang <yufeng.zhang@arm.com>
9241
9242 * aarch64-linux-nat.c: New file.
9243 * config/aarch64/linux.mh: New file.
9244 * configure.host: Add AArch64.
9245 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9246
9247 2013-02-07 Doug Evans <dje@google.com>
9248
9249 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9250 disassemble command.
9251
9252 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9253
9254 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9255 set_gdbarch_fetch_tls_load_module_address.
9256
9257 2013-02-06 David S. Miller <davem@davemloft.net>
9258
9259 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9260 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9261 * value.c (struct_return_convention): New function.
9262 (using_struct_return): Implement in terms of struct_return_convention.
9263 * value.h (struct_return_convention): Declare.
9264 * stack.c (return_command): Allow successful overriding of the return
9265 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9266
9267 2013-02-06 Tom Tromey <tromey@redhat.com>
9268
9269 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9270 outside of TRY_CATCH.
9271
9272 2013-02-06 Yao Qi <yao@codesourcery.com>
9273
9274 * mi/mi-interp.c: Include "tracepoint.h".
9275 (mi_tsv_modified): Declare.
9276 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9277 (mi_interpreter_init): Call observer_attach_tsv_modified.
9278 (mi_tsv_modified): New.
9279 (mi_tsv_created, mi_tsv_deleted): Update.
9280 * tracepoint.c (trace_variable_command): Call
9281 observer_notify_tsv_modified if the initial value of tsv is
9282 changed.
9283 (delete_trace_state_variable): Call
9284 observer_notify_tsv_deleted earlier.
9285 (trace_variable_command): Caller update.
9286 (create_tsv_from_upload): Likewise.
9287 * observer.sh: Declare "struct trace_state_variable".
9288
9289 * NEWS: Mention the new MI notification "=tsv-modified".
9290
9291 2013-02-05 Doug Evans <dje@google.com>
9292
9293 * completer.c (location_completer): Fix typo in comment.
9294
9295 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9296
9297 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9298 ADDRESS sorted.
9299
9300 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9301
9302 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9303 Refactor if statement to avoid trailing || operator.
9304
9305 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
9306
9307 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9308
9309 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
9310
9311 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9312 * configure.host: Add powerpc*-*-freebsd* target.
9313 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9314 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9315 * config/powerpc/fbsd.mh: New file.
9316
9317 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9318 Denys Vlasenko <dvlasenk@redhat.com>
9319 Pedro Alves <palves@redhat.com>
9320
9321 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9322 (struct elf_internal_linux_prpsinfo): Forward declare.
9323 * gdbarch.h, gdbarch.c: Regenerate.
9324 * linux-tdep.c: Include `cli/cli-utils.h'.
9325 (linux_fill_prpsinfo): New function.
9326 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9327 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9328 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9329 depending on gdbarch pointer bitness.
9330 * ppc-linux-tdep.c: Include elf-bfd.h.
9331 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9332 on 32-bit.
9333
9334 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9335 Marcus Shawcroft <marcus.shawcroft@arm.com>
9336 Nigel Stephens <nigel.stephens@arm.com>
9337 Yufeng Zhang <yufeng.zhang@arm.com>
9338
9339 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9340
9341 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9342 Marcus Shawcroft <marcus.shawcroft@arm.com>
9343 Nigel Stephens <nigel.stephens@arm.com>
9344 Yufeng Zhang <yufeng.zhang@arm.com>
9345
9346 * aarch64-newlib-tdep.c: New file.
9347 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9348 aarch64*-*-elf.
9349 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9350 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9351 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9352 * osabi.c (gdb_osabi_names): Add "Newlib".
9353
9354 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9355 Marcus Shawcroft <marcus.shawcroft@arm.com>
9356 Nigel Stephens <nigel.stephens@arm.com>
9357 Yufeng Zhang <yufeng.zhang@arm.com>
9358
9359 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9360 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9361 * aarch64-linux-tdep.c: New file.
9362 * aarch64-linux-tdep.h: New file.
9363 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9364 * configure.tgt: Add aarch64-none-linux-gnu.
9365
9366 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9367 Marcus Shawcroft <marcus.shawcroft@arm.com>
9368 Nigel Stephens <nigel.stephens@arm.com>
9369 Yufeng Zhang <yufeng.zhang@arm.com>
9370
9371 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9372 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9373 (ALLDEPFILES): Add aarch64-tdep.c.
9374 * aarch64-tdep.c: New file.
9375 * aarch64-tdep.h: New file.
9376 * configure.tgt: Add AArch64.
9377 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9378 (aarch64-expedite): New definition.
9379 * features/aarch64-core.xml: New file.
9380 * features/aarch64-fpu.xml: New file.
9381 * features/aarch64-without-fpu.c: New file (generated).
9382 * features/aarch64-without-fpu.xml: New file.
9383 * features/aarch64.c: New file (generated).
9384 * features/aarch64.xml: New file.
9385 * regformats/aarch64-without-fpu.dat: New file (generated).
9386 * regformats/aarch64.dat: New file (generated).
9387
9388 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * contrib/expect-read1.c: New file.
9391 * contrib/expect-read1.sh: New file.
9392
9393 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9394
9395 * dwarf2read.c (file_file_name): New function with code from
9396 file_full_name.
9397 (file_full_name): Move most of the code to file_file_name.
9398 (macro_start_file): Rename variable full_name to file_name and use
9399 file_file_name for it. Add comp_dir parameter to new_macro_table.
9400 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9401 macro_source_file->filename access by macro_source_fullname call.
9402 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9403 caller.
9404 * macrotab.c (struct macro_table): New field comp_dir.
9405 (macro_include): New variables link_fullname and source_fullname.
9406 Replace any macro_source_file->filename access by macro_source_fullname
9407 call.
9408 (macro_lookup_inclusion): Remove the partial filenames checking code.
9409 (check_for_redefinition): New variables source_fullname and
9410 found_key_fullname. Replace any macro_source_file->filename access by
9411 macro_source_fullname call.
9412 (macro_undef): New variables source_fullname and key_fullname. Replace
9413 any macro_source_file->filename access by macro_source_fullname call.
9414 (macro_lookup_definition): New variables retval and source_fullname.
9415 Replace any macro_source_file->filename access by macro_source_fullname
9416 call.
9417 (foreach_macro): New variable key_fullname. Replace any
9418 macro_source_file->filename access by macro_source_fullname call.
9419 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9420 macro_source_file->filename access by macro_source_fullname call.
9421 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9422 (macro_source_fullname): New function.
9423 * macrotab.h (struct macro_source_file): Extent the filename field
9424 comment.
9425 (new_macro_table): New parameter comp_dir, add a comment for it.
9426 (macro_source_fullname): new declaration.
9427
9428 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9429
9430 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9431 this_real_name to outer block. Use it also for
9432 compare_filenames_for_search.
9433 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9434 with dw2_get_real_path for file_matcher, considering also
9435 BASENAMES_MAY_DIFFER.
9436 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9437
9438 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9439
9440 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9441 to the file_matcher parameter. Pass 0 to it.
9442 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9443 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9444 NULL psymtab_to_fullname result.
9445 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9446 an expected filename instead.
9447 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9448 file_matcher parameter. Call also psymtab_to_fullname, after newly
9449 considering BASENAMES_MAY_DIFFER.
9450 * source.c (rewrite_source_path): Remove static.
9451 * source.h (rewrite_source_path): New declaration.
9452 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9453 the expand_symtabs_matching field. Comment it.
9454 * symtab.c (file_matches): New function comment. Add parameter
9455 basenames, implement it.
9456 (search_symbols_file_matches): Add basenames parameter. Update the
9457 file_matches caller.
9458 (search_symbols): Match FILES also against symtab_to_fullname.
9459 Optimize it for BASENAMES_MAY_DIFFER.
9460
9461 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9462
9463 * source.c (print_source_lines_base): Print for TUI also "fullname".
9464 * tui/tui-data.c (init_content_element): Change tui_locator_element
9465 field to full_name.
9466 * tui/tui-data.h (struct tui_locator_element): Likewise.
9467 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9468 tui_update_locator_filename calls to tui_update_locator_fullname.
9469 Replace symtab->filename refererence by symtab_to_fullname call.
9470 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9471 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9472 field to full_name. Replace symtab->filename refererence by
9473 symtab_to_fullname call.
9474 (tui_show_symtab_source): Rename parameter to fullname. Change
9475 tui_locator_element field to full_name.
9476 * tui/tui-stack.c: Include source.h.
9477 (tui_set_locator_filename): Rename the declaration to ...
9478 (tui_set_locator_fullname): ... here. Rename its parameter to
9479 fullname, updates its comment.
9480 (tui_set_locator_info): Rename its parameter to fullname.
9481 (tui_set_locator_filename): Rename the definition to ...
9482 (tui_set_locator_fullname): ... here. Rename its parameter to
9483 fullname, updates its comment. Change tui_locator_element field to
9484 full_name.
9485 (tui_set_locator_info): Rename its parameter to fullname.
9486 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9487 (tui_update_locator_filename): Rename to ...
9488 (tui_update_locator_fullname): ... here. Rename callee to
9489 tui_set_locator_fullname.
9490 (tui_show_frame_info): Replace symtab->filename refererence by
9491 symtab_to_fullname call.
9492 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9493 (tui_update_locator_fullname): ... here.
9494 * tui/tui-winsource.c (tui_display_main): Rename the callee to
9495 tui_update_locator_fullname. Replace symtab->filename refererence by
9496 symtab_to_fullname call.
9497 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9498 Rename the callee to tui_update_locator_fullname.
9499 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9500
9501 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9502
9503 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9504 by symtab_to_filename_for_display calls.
9505 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9506 (clear_command): New variable sal_fullname, initialize it. Replace
9507 compare_filenames_for_search by filename_cmp with sal_fullname.
9508 (say_where, update_static_tracepoint): Replace symtab->filename
9509 refererences by symtab_to_filename_for_display calls.
9510 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9511 Likewise.
9512 * dwarf2read.c: Include source.h.
9513 (fixup_go_packaging): Replace symtab->filename refererences by
9514 symtab_to_filename_for_display calls.
9515 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9516 Replace symtab->filename refererences by symtab_to_filename_for_display
9517 calls.
9518 (create_sals_line_offset, convert_linespec_to_sals): New variable
9519 fullname, initialize it, replace symtab->filename reference by the
9520 variable.
9521 * linux-fork.c: Include source.h.
9522 (info_checkpoints_command): Replace symtab->filename refererences by
9523 symtab_to_filename_for_display calls.
9524 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9525 by symtab_to_filename_for_display calls.
9526 * mdebugread.c: Include source.h.
9527 (psymtab_to_symtab_1): Replace symtab->filename refererences by
9528 symtab_to_filename_for_display calls.
9529 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9530 (mi_cmd_file_list_exec_source_files): Likewise.
9531 * printcmd.c: Include source.h.
9532 (build_address_symbolic): Replace symtab->filename refererences by
9533 symtab_to_filename_for_display calls.
9534 * psymtab.c (partial_map_symtabs_matching_filename)
9535 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9536 with psymtab_to_fullname.
9537 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9538 by symtab_to_filename_for_display calls.
9539 (stpy_get_filename): New variable filename, initialize it, use instead
9540 of symtab->filename refererences.
9541 (salpy_str): Make variable filename const char *. Replace
9542 symtab->filename refererences by symtab_to_filename_for_display calls.
9543 * skip.c: Include source.h and filenames.h.
9544 (skip_file_command): Remove const from the symtab variable. Replace
9545 symtab->filename refererences by symtab_to_fullname call.
9546 (function_name_is_marked_for_skip): New variables searched_for_fullname
9547 and fullname. Use them to search also with symtab's fullname.
9548 * source.c (find_source_lines): Replace symtab->filename refererences
9549 by symtab_to_filename_for_display calls.
9550 (print_source_lines_base): New variable filename, use it instead of
9551 symtab->filename. Replace symtab->filename refererences by
9552 symtab_to_filename_for_display calls.
9553 (line_info, forward_search_command): Replace symtab->filename
9554 refererences by symtab_to_filename_for_display calls.
9555 (reverse_search_command): Replace symtab->filename refererences by
9556 symtab_to_filename_for_display calls. New variable filename for it.
9557 * stack.c (frame_info): Likewise.
9558 * symmisc.c: Include source.h.
9559 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9560 (maintenance_info_symtabs): Replace symtab->filename refererences by
9561 symtab_to_filename_for_display calls.
9562 * symtab.c (iterate_over_some_symtabs): Call
9563 compare_filenames_for_search also with symtab_to_fullname.
9564 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9565 symtab->filename refererences by symtab_to_filename_for_display calls.
9566 (find_line_symtab): Replace symtab->filename refererences by
9567 symtab_to_filename_for_display calls.
9568 (file_matches): Replace filename_cmp by compare_filenames_for_search.
9569 (print_symbol_info): Make the last parameter const char *. New
9570 variable s_filename. Use it in the function.
9571 (symtab_symbol_info): Make the last_filename variable const char *.
9572 Replace symtab->filename refererences by symtab_to_filename_for_display
9573 calls.
9574 (rbreak_command): New variable fullname. Use it. Replace
9575 symtab->filename refererence by symtab_to_filename_for_display call.
9576 * tracepoint.c (set_traceframe_context, trace_find_line_command)
9577 (print_one_static_tracepoint_marker): Replace symtab->filename
9578 refererences by symtab_to_filename_for_display calls.
9579 * tui/tui-source.c (tui_set_source_content): New variables filename and
9580 s_filename. Replace symtab->filename refererences by this variable.
9581 Replace other symtab->filename refererences by
9582 symtab_to_filename_for_display calls.
9583
9584 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
9585 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 Add a new variable that controls a way in which filenames are
9588 displayed.
9589 * NEWS (set filename-display): New entry.
9590 * source.c (filename_display_basename, filename_display_relative)
9591 (filename_display_absolute, filename_display_kind_names)
9592 (filename_display_string, show_filename_display_string)
9593 (symtab_to_filename_for_display): New.
9594 (_initialize_source): Added initialization of 'filename-display'
9595 variable.
9596 * source.h (symtab_to_filename_for_display): Added declaration.
9597 * stack.c (print_frame): Added new variable and calling of a new
9598 function and condition with this variable. Changed third argument of
9599 calling of a function.
9600
9601 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
9604 Rename field reference filename to fullname.
9605 * tui/tui-data.h (struct tui_source_info): Rename field filename to
9606 fullname. New comment for it.
9607 * tui/tui-source.c (tui_set_source_content): Rename field reference
9608 filename to fullname. Initialize field by symtab_to_fullname now.
9609 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
9610 reference filename to fullname. Use symtab_to_fullname during
9611 comparison.
9612
9613 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9614
9615 Code cleanup.
9616 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
9617 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
9618 filename to fullname. Rename variable this_name to this_fullname.
9619 Lowercase FILENAME_CMP call.
9620 (dw2_find_symbol_file): New comment for the returned string.
9621 (dwarf2_gdb_index_functions): Rename the function to
9622 dw2_expand_symtabs_with_fullname.
9623 * psymtab.c (read_psymtabs_with_filename): Rename to ...
9624 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
9625 fullname.
9626 (psym_functions): Rename the function to read_psymtabs_with_fullname.
9627 * symfile.h (struct quick_symbol_functions): Rename field
9628 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
9629 parameter filename to fullname. Document returned string meaning for
9630 find_symbol_file.
9631 * symtab.c (find_line_symtab): Rename the called function to
9632 expand_symtabs_with_fullname.
9633
9634 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 Code cleanup.
9637 * breakpoint.c (clear_command): Remove variable is_abs, unify the
9638 call of filename_cmp with compare_filenames_for_search.
9639 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
9640 is_abs, unify the call of FILENAME_CMP with
9641 compare_filenames_for_search. New gdb_asserts for real_path and name.
9642 Unify the call of compare_filenames_for_search with FILENAME_CMP.
9643 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9644 * symfile.h (struct quick_symbol_functions): Extend the comment for
9645 map_symtabs_matching_filename.
9646 * symtab.c (compare_filenames_for_search): Remove the function comment
9647 relative path requirement. Handle absolute filenames, with a comment.
9648 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
9649 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
9650 real_path and name. Unify the call of compare_filenames_for_search
9651 with FILENAME_CMP.
9652 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
9653
9654 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9655
9656 Code cleanup.
9657 * breakpoint.c (print_breakpoint_location): Replace bp_location field
9658 source_file references by symtab field references. Remove variables
9659 sal and fullname.
9660 (momentary_breakpoint_from_master, add_location_to_breakpoint):
9661 (clear_command, say_where): Replace bp_location field source_file
9662 references by symtab field references.
9663 (bp_location_dtor): Remove the source_file reference.
9664 (update_static_tracepoint): Replace bp_location field source_file
9665 references by symtab field references.
9666 (breakpoint_free_objfile): New function.
9667 * breakpoint.h (struct bp_location): Extend the comment for line_number.
9668 Replace the field source_file by field symtab, extend its comment.
9669 (breakpoint_free_objfile): New declaration.
9670 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
9671 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
9672 field source_file references by symtab field references.
9673
9674 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9675
9676 Replace xfullpath calls by gdb_realpath calls.
9677 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
9678 function comment.
9679 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
9680 Remove it from the iterate_over_some_symtabs call.
9681 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
9682 Remove it from the dw2_map_expand_apply calls, remove a block handling
9683 it.
9684 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
9685 Remove it from the iterate_over_some_symtabs call.
9686 (partial_map_symtabs_matching_filename): Remove parameter full_path.
9687 Remove it from the partial_map_expand_apply calls, remove a block
9688 handling it. Drop gdb_realpath call and cleanups from the real_path
9689 handling.
9690 * source.c (openp): Drop the comment part about xfullpath. Replace
9691 xfullpath calls by gdb_realpath calls.
9692 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
9693 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
9694 from method map_symtabs_matching_filename and its comment.
9695 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
9696 gdb_realpath call.
9697 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
9698 remove it also from the function comment, remove a block handling it.
9699 Drop gdb_realpath call and cleanups from the real_path handling.
9700 (iterate_over_symtabs): Drop variable full_path and its use.
9701 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
9702 * utils.c (xfullpath): Remove.
9703 * utils.h (xfullpath): Remove.
9704
9705 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
9706
9707 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
9708 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
9709 (ALLDEPFILES): Add ppc64-tdep.c.
9710 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
9711 ppc64-tdep.o to gdb_target_obs.
9712 * ppc64-tdep.h: New file.
9713 * ppc64-tdep.c: New file.
9714 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
9715 ppc-linux-tdep.c to here.
9716 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
9717 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
9718 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
9719 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
9720 from ppc-linux-tdep.c to here.
9721 (ppc64_convert_from_func_ptr_addr): Rename from
9722 ppc64_linux_convert_from_func_ptr_addr to
9723 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
9724 here.
9725 * rs6000-tdep.c:
9726 (read_insn): Move from ppc-linux-tdep.c to here.
9727 (insns_match_pattern, insn_d_field, insn_ds_field): Move
9728 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
9729 * ppc-linux-tdep.c: Include ppc64-tdep.h.
9730 Removed above functions.
9731 (ppc_linux_init_abi): Adjust.
9732
9733 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
9734
9735 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
9736
9737 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
9738
9739 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
9740
9741 2013-02-01 Pedro Alves <palves@redhat.com>
9742
9743 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
9744 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
9745
9746 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9747
9748 * elfread.c (elf_symfile_read): Limit separate debug info additions to
9749 files with no separate debug info.
9750 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
9751 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
9752 only for files with no separate debug info.
9753
9754 2013-01-31 Tom Tromey <tromey@redhat.com>
9755
9756 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
9757 change type.
9758 (struct jit_program_space_data): Rename from jit_inferior_data.
9759 Update comments.
9760 (get_jit_program_space_data): Rename from get_jit_inferior_data.
9761 Change return type. Attach data to program space.
9762 (jit_program_space_data_cleanup): Rename from
9763 jit_inferior_data_cleanup; change argument type.
9764 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
9765 change type.
9766 (jit_register_code): Update.
9767 (jit_update_inferior_cache): Remove.
9768 (jit_breakpoint_deleted): Get jit data from the location's program
9769 space.
9770 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
9771 'ps_data', change type.
9772 (jit_inferior_init, jit_breakpoint_re_set_internal)
9773 (jit_event_handler): Update.
9774 (free_objfile_data): Get data from objfile's program space.
9775 (_initialize_jit): Update.
9776
9777 2013-01-31 Tom Tromey <tromey@redhat.com>
9778
9779 PR gdb/13987:
9780 * jit.c (struct jit_inferior_data) <cached_code_address,
9781 jit_breakpoint>: New fields.
9782 (jit_breakpoint_re_set_internal): Fix logging. Only create
9783 breakpoint if cached address has changed.
9784 (jit_update_inferior_cache, jit_breakpoint_deleted): New
9785 functions.
9786 (_initialize_jit): Register breakpoint deleted observer.
9787
9788 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9789
9790 * infrun.c (handle_syscall_event): Remove unused gdbarch.
9791 (save_infcall_suspend_state): Ifdef out unused inf.
9792 (restore_infcall_suspend_state): Ifdef out unused inf.
9793 * jit.c (jit_register_code): Remove unused i, b, inf_data.
9794 (jit_frame_sniffer): Remove unused inf_data.
9795
9796 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9797
9798 * c-exp.y (classify_inner_name): Remove unused type.
9799 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
9800 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
9801 need_escape.
9802 (c_get_string): Remove unused kind.
9803 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
9804
9805 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9806
9807 * charset.c (intermediate_encoding): Remove unused i.
9808 * completer.c (signal_completer): Remove unused i.
9809 * continuations.c (discard_my_continuations_1): Remove unused
9810 continuation_ptr.
9811 * corelow.c (core_close): Remove unuseD name.
9812 (get_core_siginfo): Remove unused pid.
9813 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
9814 i, cps.
9815 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
9816 (loclist_describe_location): Remove unused first.
9817 * event-top.c (command_line_handler): Remove unused got_eof.
9818 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
9819 (resize_section_table): Remove unused old_value.
9820 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
9821 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
9822 * i386-tdep.c (i386_process_record): Remove unused rex.
9823 * infcmd.c (get_return_value): Remove unused uiout.
9824 * jv-lang.c (type_from_class): Remove unused is_array.
9825 * jv-valprint.c (java_val_print): Remove unused i.
9826 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
9827 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
9828 * m2-typeprint.c (m2_print_type): Remove unused code.
9829 * macroexp.c (get_character_constant): Remove unused body_start.
9830 (macro_stringify): Remove unused result.
9831 * objc-lang.c (find_methods): Remove unused gdbarch.
9832 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
9833 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
9834 * stack.c (print_frame_args): Remove unused summary.
9835 * thread.c (thread_apply_command): Remove unused p.
9836 * valarith.c (value_x_unop): Remove unused mangle_ptr.
9837 * valops.c (search_struct_method): Remove unused skip.
9838 * valprint.c (generic_val_print): Remove unused byte_order.
9839 * varobj.c (varobj_update): Remove unused changed.
9840 * cli/cli-cmds.c (complete_command): Remove unused next_item.
9841 (alias_command): Remove unused c.
9842 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
9843 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
9844 format.
9845 (mi_cmd_data_write_memory): Remove unused word_format.
9846 (mi_cmd_data_write_memory_bytes): Remove unused r.
9847 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
9848 p_start, p_end.
9849 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
9850 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
9851 line_width.
9852
9853 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9854
9855 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
9856 * symtab.c (iterate_over_symtabs): Remove unused s.
9857 (find_pc_sect_symtab): Remove unused pspAce.
9858 (find_pc_sect_line): Remove unused alt_symtab.
9859 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
9860 (completion_list_add_name): Remove unused newsize.
9861
9862 2013-01-31 Tom Tromey <tromey@redhat.com>
9863
9864 PR c++/14998:
9865 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
9866 TYPE_CODE_FUNC.
9867
9868 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9869
9870 * target.c (target_read_string): Remove unused origlen.
9871
9872 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9873
9874 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
9875 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
9876 * ax-general.c (ax_print): Remove unused is_float.
9877 * blockframe.c (block_innermost_frame): Remove unused start, end.
9878 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
9879
9880 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9881
9882 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
9883 (svr4_read_so_list): Remove unused lmo.
9884 * solib-target.c (solib_target_relocate_section_addresses): Remove
9885 unused flags.
9886
9887 2013-01-30 Tom Tromey <tromey@redhat.com>
9888
9889 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
9890
9891 2013-01-30 Tom Tromey <tromey@redhat.com>
9892
9893 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
9894 * utils.c (gnu_debuglink_crc32): Remove.
9895 * utils.h (gnu_debuglink_crc32): Don't declare.
9896
9897 2013-01-30 Tom Tromey <tromey@redhat.com>
9898
9899 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
9900 (read_structure_type, read_enumeration_type): Remove cast.
9901
9902 2013-01-30 Tom Tromey <tromey@redhat.com>
9903
9904 * dwarf2read.c (read_namespace_type): Remove cast.
9905 (read_typedef): Likewise.
9906
9907 2013-01-29 Tom Tromey <tromey@redhat.com>
9908
9909 * dwarf2read.c (free_dwo_file): Remove assert.
9910
9911 2013-01-29 Tom Tromey <tromey@redhat.com>
9912
9913 * value.c (deprecated_set_value_modifiable): Remove.
9914 * value.h (deprecated_set_value_modifiable): Remove.
9915
9916 2013-01-28 Doug Evans <dje@google.com>
9917
9918 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
9919 to addresses from dwo files.
9920
9921 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
9922
9923 * valops.c (find_overload_match): Remove unused argument 'lax'.
9924 * value.h: Remove unused argument 'lax' from the declaration of
9925 find_overload_match.
9926 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
9927 to find_overload_match.
9928 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
9929 argument to find_overload_match.
9930
9931 2013-01-25 Tom Tromey <tromey@redhat.com>
9932
9933 * dwarf2read.c (processing_has_namespace_info): Remove.
9934 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
9935 (process_die, read_func_scope, dwarf2_start_symtab)
9936 (new_symbol_full): Update.
9937
9938 2013-01-25 Tom Tromey <tromey@redhat.com>
9939
9940 * cp-namespace.c (cp_set_block_scope): Remove.
9941 * cp-support.h (cp_set_block_scope): Remove.
9942 * dbxread.c: Include block.h.
9943 (cp_set_block_scope): New function.
9944 (process_one_symbol): Update.
9945 * dwarf2read.c (read_func_scope): Use block_set_scope.
9946
9947 2013-01-25 Pedro Alves <palves@redhat.com>
9948
9949 * remote.c (add_current_inferior_and_thread): Tweak comment.
9950
9951 2013-01-25 Tom Tromey <tromey@redhat.com>
9952
9953 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
9954 (cp_add_using_directive): Add 'copy_names' argument.
9955 * cp-support.h (cp_add_using_directive): Update.
9956 (struct using_direct) <import_src, import_dest, alias,
9957 declaration>: Now const.
9958 * dwarf2read.c (read_import_statement): Use obconcat.
9959 Don't copy names passed to cp_add_using_directive.
9960
9961 2013-01-25 Tom Tromey <tromey@redhat.com>
9962
9963 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
9964
9965 2013-01-25 Pedro Alves <palves@redhat.com>
9966
9967 * remote.c (stop_reply_extract_thread): New.
9968 (add_current_inferior_and_thread): New parameter 'wait_status'.
9969 Handle it.
9970 (remote_start_remote): Pass wait status to
9971 add_current_inferior_and_thread.
9972 (extended_remote_run): Update comment.
9973 (extended_remote_create_inferior_1): Pass wait status to
9974 add_current_inferior_and_thread.
9975
9976 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
9977 Ulrich Weigand <uweigand@de.ibm.com>
9978
9979 * valarith.c (value_vector_widen): New function for replicating a
9980 scalar into a vector.
9981 (value_binop): Use value_vector_widen to widen scalar to vector
9982 rather than casting, this better matches gcc C behaviour.
9983 * valops.c (value_casst): Update logic for casting between vector
9984 types, and for casting from scalar to vector, try to match gcc C
9985 behaviour.
9986 * value.h (value_vector_widen): Declare.
9987 * opencl-lang.c (opencl_value_cast): New opencl specific casting
9988 function, handle special case for casting scalar to vector.
9989 (opencl_relop): Use opencl_value_cast.
9990 (evaluate_subexp_opencl): Use opencl_value_cast instead of
9991 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
9992 in order to use opencl_value_cast.
9993
9994 2013-01-25 Yao Qi <yao@codesourcery.com>
9995
9996 * event-loop.c: Include "queue.h".
9997 (gdb_event_p): New typedef.
9998 (DECLARE_QUEUE_P): Use.
9999 (DEFINE_QUEUE_P): Use.
10000 (async_queue_event): Remove.
10001 (gdb_event_xfree): New.
10002 (initialize_event_loop): New.
10003 (process_event): Use QUEUE macros.
10004 (event_queue): Remove.
10005 (gdb_wait_for_event): Caller update.
10006 (check_async_event_handlers): Likewise.
10007 (poll_timers): Likewise.
10008 * event-loop.h (initialize_event_loop): Declare.
10009 * event-loop.c (gdb_event_xfree): New.
10010 * top.c (gdb_init): Call initialize_event_loop.
10011
10012 2013-01-25 Yao Qi <yao@codesourcery.com>
10013
10014 * event-loop.c (async_queue_event): Remove one parameter
10015 'position'. Remove code handling 'position' == TAIL.
10016 (gdb_wait_for_event): Caller update.
10017 (check_async_event_handlers): Caller update.
10018 (poll_timers): Caller update.
10019 * event-loop.h (enum queue_position): Remove.
10020
10021 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10022
10023 * MAINTAINERS: Update my email.
10024
10025 2013-01-25 Yao Qi <yao@codesourcery.com>
10026
10027 * main.c (print_gdb_help): Remove "--epoch" from the help
10028 message.
10029
10030 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10031
10032 * symtab.c (skip_prologue_using_sal): Consider a file
10033 change the same as an increased line number
10034
10035 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10036
10037 * MAINTAINERS (Write After Approval): Add myself to the list.
10038
10039 2013-01-24 Tom Tromey <tromey@redhat.com>
10040
10041 * ada-lang.h (ada_decode_symbol): Make return type const.
10042 * ada-lang.c (ada_decode_symbol): Likewise.
10043
10044 2013-01-23 Doug Evans <dje@google.com>
10045
10046 * linespec.c (find_linespec_symbols): Make static.
10047
10048 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10049
10050 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10051 type on float conversion for complex type.
10052
10053 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10054
10055 Add a new class gdb.Architecture which exposes GDB's
10056 internal representation of architecture via GDB Python API.
10057 * Makefile.in: Add entries corresponding to the new file
10058 python/py-arch.c.
10059 * NEWS (Python Scripting): Add entries for the new class
10060 gdb.Architecture and the new method gdb.Frame.architecture.
10061 * python/py-arch.c: Implement gdb.Architecture class.
10062 * python/py-frame.c (frapy_arch): Implement the method
10063 gdb.Frame.architecture().
10064 (frame_object_methods): Add 'architecture' to the method table.
10065 * python/python-internal.h: Add declarations of new utility
10066 functions.
10067 * python/python.c (_initialize_python): Initialize
10068 gdb.Architecture class.
10069
10070 2013-01-23 Doug Evans <dje@google.com>
10071
10072 Work around binutils/15021.
10073 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10074 type_unit_group out of union s. All uses updated.
10075 (read_index_from_section): Watch for index version 8.
10076 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10077 an imported symtab.
10078 (write_psymtabs_to_index): Increment version number to 8.
10079
10080 2013-01-22 Pedro Alves <palves@redhat.com>
10081
10082 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10083 user-visible.
10084
10085 2013-01-22 Pedro Alves <palves@redhat.com>
10086
10087 * annotate.c (annotate_breakpoints_changed): Rename to ...
10088 (annotate_breakpoints_invalid): ... this. Make static.
10089 (breakpoint_changed): Adjust.
10090 (_initialize_annotate): Always install the observers. Install a
10091 "breakpoint_created" observer.
10092 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10093 * breakpoint.c (set_breakpoint_condition)
10094 (breakpoint_set_commands, do_map_commands_command)
10095 (init_raw_breakpoint, clear_command, set_ignore_count)
10096 (enable_breakpoint_disp): No longer call
10097 annotate_breakpoints_changed.
10098
10099 2013-01-22 Pedro Alves <palves@redhat.com>
10100
10101 * annotate.c: Include "inferior.h".
10102 (frames_invalid_emitted)
10103 (breakpoints_invalid_emitted): New globals.
10104 (async_background_execution_p): New function.
10105 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10106 emitting the annotation if it has already been emitted.
10107 (annotate_display_prompt): New function.
10108 * annotate.h (annotate_display_prompt): New declaration.
10109 * event-top.c: Include annotate.h.
10110 (display_gdb_prompt): Call annotate_display_prompt.
10111
10112 2013-01-22 Pedro Alves <palves@redhat.com>
10113
10114 * annotate.c (ignore_count_changed): Delete.
10115 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10116 (annotate_ignore_count_change): Delete.
10117 (annotate_stopped): Don't emit a delayed breakpoints-changed
10118 annotation.
10119 * annotate.h (annotate_ignore_count_change): Delete.
10120 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10121 annotate_ignore_count_change.
10122
10123 2013-01-22 Tom Tromey <tromey@redhat.com>
10124
10125 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10126 require_rvalue for a register location.
10127
10128 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10129
10130 * breakpoint.c (print_one_breakpoint_location): Add MI
10131 field 'thread-groups' when printing a breakpoint.
10132 (output_thread_groups): New function.
10133
10134 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10135
10136 * python/lib/gdb/commands/explore.py
10137 (CompoundExplorer.explore_expr): Correct the name of a method
10138 being invoked.
10139 (ExploreTypeCommand.invoke): Add a missing 'return'.
10140
10141 2013-01-21 Tom Tromey <tromey@redhat.com>
10142
10143 * gdb_obstack.h (obconcat): Move declaration here, from...
10144 * symfile.h (obconcat): ... here.
10145 * gdb_obstack.c: New file.
10146 (obconcat): Move from...
10147 * symfile.c (obconcat): ... here.
10148 * Makefile.in (SFILES): Add gdb_obstack.c.
10149 (COMMON_OBS): Add gdb_obstack.o.
10150
10151 2013-01-21 Tom Tromey <tromey@redhat.com>
10152
10153 * symfile.h (obsavestring): Don't declare.
10154 * symfile.c (obsavestring): Remove.
10155 * ada-exp.y: Use obstack_copy0, not obsavestring.
10156 * ada-lang.c: Use obstack_copy0, not obsavestring.
10157 * coffread.c: Use obstack_copy0, not obsavestring.
10158 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10159 * dbxread.c: Use obstack_copy0, not obsavestring.
10160 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10161 * jit.c: Use obstack_copy0, not obsavestring.
10162 * mdebugread.c: Use obstack_copy0, not obsavestring.
10163 * psymtab.c: Use obstack_copy0, not obsavestring.
10164 * stabsread.c: Use obstack_copy0, not obsavestring.
10165 * xcoffread.c: Use obstack_copy0, not obsavestring.
10166
10167 2013-01-21 Tom Tromey <tromey@redhat.com>
10168
10169 * dwarf2read.c (fixup_go_packaging): Save package name
10170 on objfile obstack.
10171 * gdbtypes.c (init_type): Don't copy name.
10172
10173 2013-01-21 Tom Tromey <tromey@redhat.com>
10174
10175 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10176 const.
10177 (struct attribute) <u.str>: Now const.
10178 (struct fnfieldlist) <name>: Now const.
10179 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10180 (partial_die_parent_scope): Make return type const.
10181 (partial_die_full_name, add_partial_symbol): Update.
10182 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10183 'name' const.
10184 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10185 (read_file_scope, read_func_scope, dwarf2_add_field)
10186 (dwarf2_add_member_fn, read_structure_type)
10187 (process_enumeration_scope, read_array_type, read_module_type)
10188 (read_base_type, read_subrange_type): Update.
10189 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10190 (new_symbol_full, guess_full_die_structure_name): Update.
10191 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10192 (dwarf2_name): Return const type.
10193 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10194 const.
10195
10196 2013-01-21 Tom Tromey <tromey@redhat.com>
10197
10198 * gdbtypes.c (init_type): Make 'name' const.
10199 * gdbtypes.h (init_type): Update.
10200
10201 2013-01-21 Tom Tromey <tromey@redhat.com>
10202
10203 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10204 (start_symtab): Make 'name' and 'dirname' const. Use
10205 set_last_source_file.
10206 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10207 (last_source_file): Define. Now static.
10208 (set_last_source_file, get_last_source_file): New functions.
10209 * buildsym.h (last_source_file): Don't declare.
10210 (start_symtab): Update.
10211 (set_last_source_file, get_last_source_file): Declare.
10212 * coffread.c (complete_symtab): Use set_last_source_file.
10213 (coff_end_symtab): Likewise.
10214 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10215 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10216 set_last_source_file.
10217 (process_one_symbol): Use get_last_source_file.
10218 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10219 (psymtab_to_symtab_1): Use get_last_source_file.
10220 * xcoffread.c (process_linenos): Use get_last_source_file.
10221 (complete_symtab): Use set_last_source_file.
10222 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10223 (scan_xcoff_symtab): Use set_last_source_file.
10224
10225 2013-01-21 Tom Tromey <tromey@redhat.com>
10226
10227 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10228 (symbol_set_names): Remove casts. Handle field const-ness.
10229
10230 2013-01-21 Tom Tromey <tromey@redhat.com>
10231
10232 * dwarf2read.c (new_symbol_full): Remove cast.
10233 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10234 * symtab.h (symbol_set_demangled_name): Update.
10235
10236 2013-01-21 Tom Tromey <tromey@redhat.com>
10237
10238 * main.c (captured_main): Call bfd_init.
10239
10240 2013-01-21 Tom Tromey <tromey@redhat.com>
10241
10242 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10243 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10244 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10245 * NEWS: Update.
10246
10247 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10248
10249 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10250
10251 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10252
10253 Fix gdb.fortran/common-block.exp crash in PIE mode.
10254 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10255 LOC_COMMON_BLOCK.
10256 * f-valprint.c (info_common_command_for_block): Expect
10257 LOC_COMMON_BLOCK in gdb_assert.
10258 * symtab.h (struct general_symbol_info): Update comment for the
10259 common_block member.
10260 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10261 (enum address_class): New member LOC_COMMON_BLOCK.
10262
10263 2013-01-18 David Blaikie <dblaikie@gmail.com>
10264
10265 * MAINTAINERS (Write After Approval): Add "David Blaikie".
10266
10267 2013-01-18 Tom Tromey <tromey@redhat.com>
10268
10269 PR c++/14999:
10270 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10271 Call require_rvalue.
10272
10273 2013-01-18 Yao Qi <yao@codesourcery.com>
10274
10275 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10276 (dbx_read_symtab): New declaration.
10277 (dbx_psymtab_to_symtab): Delete.
10278 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10279 Rename parameter PST to SELF. Exchanged two parameters.
10280 (start_psymtab): Caller update.
10281 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10282 (dwarf2_read_symtab): New declaration.
10283 (dwarf2_psymtab_to_symtab): Delete.
10284 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10285 Rename parameter PST to SELF. Exchanged two parameters.
10286 (create_partial_symtab): Caller update.
10287 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10288 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10289 Rename parameter PST to SELF. Exchanged two parameters.
10290 (parse_partial_symbols, new_psymtab): Caller update.
10291 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10292 two parameters.
10293 * psymtab.c (psymtab_to_symtab): Caller update.
10294 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10295 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10296 Rename parameter PST to SELF. Exchanged two parameters.
10297 (xcoff_start_psymtab): Caller update.
10298
10299 2013-01-18 Yao Qi <yao@codesourcery.com>
10300
10301 * infrun.c (proceed): Rename local variable 'oneproc' to
10302 'force_step'.
10303
10304 2013-01-17 Doug Evans <dje@google.com>
10305
10306 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10307 (dw2_build_type_unit_groups): Delete. All uses updated.
10308
10309 * symtab.h (struct symbol_search): Add comment.
10310
10311 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10312
10313 * symtab.c (compare_filenames_for_search): New comment for
10314 HAS_DRIVE_SPEC.
10315
10316 2013-01-17 Tom Tromey <tromey@redhat.com>
10317
10318 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10319
10320 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10321
10322 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10323 initialize it by existing make_cleanup. Call new do_cleanups.
10324
10325 2013-01-17 Tom Tromey <tromey@redhat.com>
10326
10327 * cp-abi.c (cp_abi_completer): New function.
10328 (_initialize_cp_abi): Set completer for "set cp-abi".
10329
10330 2013-01-17 Tom Tromey <tromey@redhat.com>
10331
10332 * mem-break.c: Remove obsolete comment.
10333 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10334
10335 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10336
10337 * jit.c (jit_reader_load_command): Interpret the jit reader name
10338 as an absolute path if it begins with a forward slash.
10339
10340 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10341
10342 PR gdb/14550
10343
10344 * jit.c (finalize_symtab): Ensure that only the global block has a
10345 NULL superblock.
10346
10347 2013-01-17 Pedro Alves <palves@redhat.com>
10348
10349 * acinclude.m4: Include ../config/plugins.m4,
10350 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10351 * Makefile.in (aclocal_m4_deps): Update.
10352 * aclocal.m4: Renegerate.
10353
10354 2013-01-16 Doug Evans <dje@google.com>
10355
10356 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10357
10358 2013-01-16 Pedro Alves <palves@redhat.com>
10359 Tom Tromey <tromey@redhat.com>
10360
10361 PR cli/7221:
10362 * NEWS: Add "catch signal".
10363 * breakpoint.c (base_breakpoint_ops): No longer static.
10364 (bpstat_explains_signal): New function.
10365 (init_catchpoint): No longer static.
10366 (base_breakpoint_explains_signal): New function.
10367 (base_breakpoint_ops): Initialize new field.
10368 * breakpoint.h (enum bpstat_signal_value): New.
10369 (struct breakpoint_ops) <explains_signal>: New field.
10370 (bpstat_explains_signal): Remove macro, declare as function.
10371 (base_breakpoint_ops, init_catchpoint): Declare.
10372 * break-catch-sig.c: New file.
10373 * inferior.h (signal_catch_update): Declare.
10374 * infrun.c (signal_catch): New global.
10375 (handle_syscall_event): Update for change to
10376 bpstat_explains_signal.
10377 (handle_inferior_event): Likewise. Always handle random signals
10378 via bpstats.
10379 (signal_cache_update): Check signal_catch.
10380 (signal_catch_update): New function.
10381 (_initialize_infrun): Initialize signal_catch.
10382 * Makefile.in (SFILES): Add break-catch-sig.c.
10383 (COMMON_OBS): Add break-catch-sig.o.
10384
10385 2013-01-16 Tom Tromey <tromey@redhat.com>
10386
10387 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10388 (print_one_catch_solib, print_one_catch_syscall)
10389 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10390 "catch-type".
10391
10392 2013-01-16 Yao Qi <yao@codesourcery.com>
10393
10394 * printcmd.c (current_display_number): Make it static.
10395
10396 2013-01-16 Yao Qi <yao@codesourcery.com>
10397
10398 * infcmd.c (step_once): Don't check '!single_inst' as it was
10399 checked before.
10400
10401 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10402
10403 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10404
10405 2013-01-14 Tom Tromey <tromey@redhat.com>
10406
10407 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10408 set command.
10409 * command.h (add_setshow_string_noescape_cmd): Update.
10410 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10411 (complete_set_gnutarget): New function.
10412 (_initialize_core): Set the "set gnutarget" completer.
10413
10414 2013-01-14 Tom Tromey <tromey@redhat.com>
10415
10416 PR symtab/14442:
10417 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10418 (c_type_print_modifier): Likewise.
10419 * dwarf2read.c (read_tag_restrict_type): New function.
10420 (read_type_die_1): Handle DW_TAG_restrict_type.
10421 * gdbtypes.c (make_restrict_type): New function.
10422 (recursive_dump_type): Handle TYPE_RESTRICT.
10423 * gdbtypes.h (enum type_flag_values): Renumber.
10424 (enum type_instance_flag_value): Add
10425 TYPE_INSTANCE_FLAG_RESTRICT.
10426 (TYPE_RESTRICT): New macro.
10427 (make_restrict_type): Declare.
10428
10429 2013-01-14 Tom Tromey <tromey@redhat.com>
10430
10431 PR symtab/14931:
10432 * psymtab.c (struct psymtab_state): New.
10433 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10434 functions.
10435 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10436 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10437
10438 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
10439 Pedro Alves <palves@redhat.com>
10440
10441 PR remote/14786
10442
10443 * remote.c (remote_threads_info): Make a copy of the reply from
10444 qfThreadInfo and use that instead of rs->buf.
10445
10446 2013-01-14 Yao Qi <yao@codesourcery.com>
10447
10448 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10449 (dbx_psymtab_to_symtab): Likewise.
10450 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10451 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10452 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10453
10454 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10455
10456 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10457 make_cleanup_restore_current_language. Call set_language. Move
10458 OLD_CHAIN and INNER_CHAIN cleanups.
10459 * utils.c (do_restore_current_language)
10460 (make_cleanup_restore_current_language): New functions.
10461 * utils.h (make_cleanup_restore_current_language): New declaration.
10462
10463 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10464
10465 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10466 non-existing files.
10467
10468 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10469 non-existing files if FILENAME is already absolute.
10470
10471 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10472
10473 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10474 fputs_filtered. Append trailing newline.
10475
10476 2013-01-11 Yao Qi <yao@codesourcery.com>
10477 Stan Shebs <stan@codesourcery.com>
10478
10479 * psymtab.c (init_psymbol_list): Clarify the comment.
10480
10481 2013-01-11 Yao Qi <yao@codesourcery.com>
10482
10483 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10484 (update_dprintf_command_list): Assert that 'printf_line' is
10485 non-null. Remove condition check.
10486
10487 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10488
10489 Code cleanup.
10490 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10491 type const char *.
10492 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10493 const char *.
10494 * tui/tui-source.h (tui_source_is_displayed): Likewise.
10495
10496 2013-01-09 Anthony Green <green@moxielogic.com>
10497
10498 * cp-abi.c (cplus_print_vtable): Don't return value from void
10499 function.
10500 * ada-lang.c (re_set_catch_assert): Ditto.
10501
10502 2013-01-09 Doug Evans <dje@google.com>
10503
10504 * symfile.h (quick_symbol_functions): Delete member
10505 pre_expand_symtabs_matching. All uses removed.
10506 * dwarf2read.c (dw2_lookup_symbol): Implement.
10507 (dw2_do_expand_symtabs_matching): Delete.
10508 (dw2_pre_expand_symtabs_matching): Delete.
10509 (struct dw2_symtab_iterator): New type.
10510 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10511 (dw2_expand_symtabs_for_function): Rewrite.
10512 (dwarf2_gdb_index_functions): Update.
10513 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10514 (psym_functions): Update.
10515
10516 2013-01-09 Tom Tromey <tromey@redhat.com>
10517
10518 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10519 * configure: Rebuild.
10520 * configure.ac: Add somread.o to the build if BFD has SOM
10521 support.
10522 * somread.c: Include som/aout.h, not syms.h.
10523 (som_symtab_read): Use som_external_symbol_dictionary_record.
10524 Unpack records manually.
10525 (_initialize_somread): Declare.
10526
10527 2012-01-08 Mike Frysinger <vapier@gentoo.org>
10528
10529 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10530 Cast return_address to 64bits.
10531
10532 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
10533
10534 * printcmd.c: Remove define of function output_command.
10535 * tracepoint.c: Remove extern of function output_command.
10536 * valprint.h: (output_command): New extern.
10537
10538 2013-01-07 Tom Tromey <tromey@redhat.com>
10539
10540 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10541 Remove.
10542 (objc_language_defn): Use c_printchar, c_printstr,
10543 c_emit_char.
10544
10545 2013-01-07 Tom Tromey <tromey@redhat.com>
10546
10547 PR cli/7719:
10548 * NEWS: Update.
10549 * ada-valprint.c (printstr, print_field_values): Remove
10550 "inspect_it" code.
10551 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10552 code.
10553 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10554 code.
10555 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10556 * main.c (captured_main): Remove "epoch" argument.
10557 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10558 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10559 * p-valprint.c (pascal_object_print_value_fields): Remove
10560 "inspect_it" code.
10561 * printcmd.c (print_command_1): Remove 'inspect' argument.
10562 (print_command, call_command): Update.
10563 (inspect_command): Remove.
10564 (_initialize_printcmd): Make "inspect" an alias for "print".
10565 * top.c (epoch_interface): Remove.
10566 * top.h (epoch_interface): Remove.
10567 * valprint.c (user_print_options): Update.
10568 (print_converted_chars_to_obstack): Remove "inspect_it" code.
10569 * valprint.h (struct value_print_options) <inspect_it>: Remove
10570 field.
10571
10572 2013-01-04 Tom Tromey <tromey@redhat.com>
10573
10574 * valprint.h (read_string): Add 'extern'.
10575
10576 2013-01-07 Joel Brobecker <brobecker@adacore.com>
10577
10578 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
10579 used to decide whether to define darwin_read_dyld_info or not.
10580
10581 2013-01-03 Pierre Muller <muller@sourceware.org>
10582
10583 * main.c (relocate_gdb_directory): Avoid calling stat function
10584 if DIR is empty.
10585
10586 2013-01-03 Yao Qi <yao@codesourcery.com>
10587
10588 * psymtab.c (fixup_psymbol_section): Update declaration.
10589 (fixup_psymbol_section): Remove code returning value.
10590
10591 2013-01-03 Yao Qi <yao@codesourcery.com>
10592
10593 * symtab.h: Remove some out of date comments.
10594 (enum exception_event_kind): Move it ...
10595 * breakpoint.c: ... here.
10596
10597 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
10598
10599 PR gdb/14405
10600 * darwin-nat.c (darwin_read_dyld_info): Only build if
10601 TASK_DYLD_INFO_COUNT is defined.
10602 (darwin_xfer_partial): Call darwin_read_dyld_info only if
10603 TASK_DYLD_INFO_COUNT is defined.
10604
10605 2013-01-02 Tom Tromey <tromey@redhat.com>
10606
10607 * symfile.h (struct ecoff_debug_hack): Remove.
10608 * objfiles.c: Don't include mdebugread.h.
10609
10610 2013-01-02 Tom Tromey <tromey@redhat.com>
10611
10612 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
10613 * configure.ac: Check for Mach-O support in BFD. Update
10614 CONFIG_OBS.
10615 * configure: Rebuild.
10616
10617 2013-01-02 Tom Tromey <tromey@redhat.com>
10618
10619 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
10620 * configure.ac: Use GDB_AC_CHECK_BFD.
10621 * configure: Rebuild.
10622
10623 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
10624
10625 * MAINTAINERS: Update my email.
10626
10627 2013-01-01 Joel Brobecker <brobecker@adacore.com>
10628
10629 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
10630
10631 2013-01-01 Joel Brobecker <brobecker@adacore.com>
10632
10633 * rs6000-nat.c (bss_data_overlap): New function.
10634 (vmap_symtab): Use it to adjust the .bss section's offset.
10635
10636 2013-01-01 Joel Brobecker <brobecker@adacore.com>
10637
10638 Update year range in copyright notice of all files.
10639
10640 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
10641
10642 * top.c (print_gdb_version): Update copyright year.
10643
10644 For older changes see ChangeLog-2012.
10645 \f
10646 Local Variables:
10647 mode: change-log
10648 left-margin: 8
10649 fill-column: 74
10650 version-control: never
10651 coding: utf-8
10652 End:
This page took 0.402749 seconds and 5 git commands to generate.