gdb:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-03-15 Steve Ellcey <sellcey@mips.com>
2
3 * remote-sim.c (sim_command_completer): Make char arguments const.
4
5 2013-03-15 Tom Tromey <tromey@redhat.com>
6
7 PR c++/15116:
8 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9
10 2013-03-14 Tom Tromey <tromey@redhat.com>
11
12 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
13 New fields.
14 (get_file_crc): Move from symfile.c.
15 (gdb_bfd_crc): New function.
16 * gdb_bfd.h (gdb_bfd_crc): Declare.
17 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
18 * symfile.c (get_file_crc): Move to gdb_bfd.c.
19 (separate_debug_file_exists): Use gdb_bfd_crc.
20
21 2013-03-14 Tom Tromey <tromey@redhat.com>
22
23 * symfile.c (get_debug_link_info): Remove.
24 (find_separate_debug_file_by_debuglink): Use
25 bfd_get_debug_link_info.
26
27 2013-03-14 Tom Tromey <tromey@redhat.com>
28
29 * symtab.c (error_in_psymtab_expansion): New function.
30 (lookup_symbol_aux_quick)
31 (basic_lookup_transparent_type_quick): Remove "last resort"
32 code. Use error_in_psymtab_expansion.
33
34 2013-03-14 Doug Evans <dje@google.com>
35 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
38 any successful compare_filenames_for_search or FILENAME_CMP.
39 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
40 * symtab.c (iterate_over_some_symtabs): Likewise.
41
42 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 * source.c (print_source_lines_base): Make a local copy of
45 symtab_to_fullname.
46
47 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
48 Jan Kratochvil <jan.kratochvil@redhat.com>
49
50 * source.c (print_source_lines_base): Suppress "file" for TUI.
51
52 2013-03-14 Keith Seitz <keiths@redhat.com>
53 Alan Matsuoka <alanm@redhat.com>
54
55 PR c++/15203
56 PR c++/15210
57 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
58 TYPE_CODE_METHOD.
59 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
60 symbols.
61
62 2013-03-14 Yao Qi <yao@codesourcery.com>
63
64 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
65 status to tfile if trace is stopped by command 'tstop'.
66
67 2013-03-14 Yao Qi <yao@codesourcery.com>
68
69 * tracepoint.c (tfile_write_status): Write trace notes and user
70 name into tfile if they are not NULL.
71
72 2013-03-14 Hui Zhu <hui@codesourcery.com>
73 Yao Qi <yao@codesourcery.com>
74
75 * Makefile.in (REMOTE_OBS): Add ctf.o.
76 (SFILES): Add ctf.c.
77 (HFILES_NO_SRCDIR): Add ctf.h.
78 * ctf.c, ctf.h: New files.
79 * tracepoint.c: Include 'ctf.h'.
80 (collect_pseudocommand): Remove static.
81 (trace_save_command): Parse option "-ctf".
82 Produce different trace file writers per option.
83 Adjust output message.
84 (trace_save_tfile, trace_save_ctf): New.
85 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
86 * mi/mi-main.c: Include 'ctf.h'.
87 (mi_cmd_trace_save): Handle option '-ctf'. Call either
88 trace_save_tfile or trace_save_ctf.
89 * NEWS: Mention these changes.
90
91 2013-03-14 Yao Qi <yao@codesourcery.com>
92
93 * tracepoint.c (trace_file_writer_xfree): New.
94 (struct tfile_writer_data): New.
95 (tfile_dtor, tfile_can_target_save, tfile_start): New.
96 (tfile_write_header, tfile_write_regblock_type): New.
97 (tfile_write_status, tfile_write_uploaded_tsv): New.
98 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
99 (tfile_write_raw_data, (tfile_end): New.
100 (tfile_write_ops): New global variable.
101 (TRACE_WRITE_R_BLOCK): New macro.
102 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
103 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
104 (TRACE_WRITE_V_BLOCK): New macro.
105 (trace_save): Add extra one parameter WRITER. Make it static.
106 Use WRITER to writer trace.
107 (tfile_trace_file_writer_new): New.
108 (trace_save_command): Caller update.
109 (trace_save_tfile): Write trace data in TFILE format.
110 * tracepoint.h (struct trace_frame_write_ops): New.
111 (struct trace_file_write_ops): New.
112 (struct trace_file_writer): New.
113 (trace_save): Remove its declaration.
114 (trace_save_tfile): Declare it.
115 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
116 instead of trace_save.
117
118 2013-03-13 Pedro Alves <palves@redhat.com>
119
120 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
121
122 2013-03-13 Pedro Alves <palves@redhat.com>
123
124 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
125 commented out code.
126 * demangle.c (current_demangling_style_string): Make it const.
127 (set_demangling_command): Assert the demangling style is known.
128 Remove all handling of unknown styles. Set
129 'current_demangling_style_string' to an element of the
130 demangling_style_names array.
131 (set_demangling_style): Delete.
132 (_initialize_demangler): Set current_demangling_style_string to the
133 element of the demangling_style_names array that corresponds to
134 the default demangling style. Remove FIXME note. Don't call
135 set_demangling_style.
136 * gdb-demangle.h (set_demangling_style): Remove declaration.
137
138 2013-03-13 Pedro Alves <palves@redhat.com>
139
140 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
141 fields const.
142 (ada_make_symbol_completion_list): Make "text0" parameter const.
143 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
144 * breakpoint.c (condition_completer): Make "text" and "word"
145 parameters const. Adjust.
146 (check_tracepoint_command): Adjust to validate_actionline
147 prototype change.
148 (catch_syscall_completer): Make "text" and "word" parameters
149 const.
150 * cli/cli-cmds.c (show_user): Make "comname" local const.
151 (valid_command_p): Make "command" parameter const.
152 (alias_command): Make "alias_prefix" and "command_prefix" locals
153 const.
154 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
155 (add_alias_cmd): Make "name" and "oldname" parameters const.
156 Adjust. No longer make copy of OLDNAME.
157 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
158 (add_setshow_cmd_full, add_setshow_enum_cmd)
159 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
160 (add_setshow_filename_cmd, add_setshow_string_cmd)
161 (add_setshow_string_noescape_cmd)
162 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
163 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
164 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
165 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
166 Make "name" parameter const.
167 (help_cmd): Rename "command" parameter to "arg". New const local
168 "command".
169 (find_cmd): Make "command" parameter const.
170 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
171 deprecated_cmd_warning prototype change.
172 (undef_cmd_error): Make "cmdtype" parameter const.
173 (lookup_cmd): Make "line" parameter const.
174 (deprecated_cmd_warning): Change type of "text" parameter to
175 pointer to const char, from pointer to pointer to char. Adjust.
176 (lookup_cmd_composition): Make "text" parameter const.
177 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
178 parameters const.
179 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
180 const.
181 * cli/cli-script.c (validate_comname): Make "tem" local const.
182 (define_command): New const local "tem_c". Use it in calls to
183 lookup_cmd.
184 (document_command): Make "tem" and "comfull" locals const.
185 (show_user_1): Make "prefix" and "name" parameters const.
186 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
187 const.
188 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
189 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
190 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
191 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
192 (complete_on_enum, add_setshow_enum_cmd)
193 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
194 (add_setshow_filename_cmd, add_setshow_string_cmd)
195 (add_setshow_string_noescape_cmd)
196 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
197 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
198 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
199 Change prototypes, constifying strings.
200 * completer.c (noop_completer, filename_completer): Make "text"
201 and "prefix" parameters const.
202 (location_completer, expression_completer)
203 (complete_line_internal): Make "text" and "prefix" parameters
204 const and adjust.
205 (command_completer, signal_completer): Make "text" and "prefix"
206 parameters const.
207 * completer.h (noop_completer, filename_completer)
208 (expression_completer, location_completer, command_completer)
209 (signal_completer): Change prototypes.
210 * corefile.c (complete_set_gnutarget): Make "text" and "word"
211 parameters const.
212 * cp-abi.c (cp_abi_completer): Likewise.
213 * expression.h (parse_expression_for_completion): Change
214 prototype.
215 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
216 parameters const.
217 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
218 * infrun.c (handle_completer): Make "text" and "word" parameters
219 const.
220 * interps.c (interpreter_completer): Make "text" and "word"
221 parameters const.
222 * language.h (struct language_defn)
223 <la_make_symbol_completion_list>: Make "text" and "word"
224 parameters const.
225 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
226 (parse_exp_in_context): Rename to ...
227 (parse_exp_in_context_1): ... this.
228 (parse_exp_in_context): Reimplement, with const hack from
229 parse_exp_1.
230 (parse_expression_for_completion): Make "string" parameter const.
231 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
232 to pointer to const char. Adjust.
233 (print_command_1): Make "exp" parameter const.
234 (output_command): Rename to ...
235 (output_command_const): ... this. Make "exp" parameter const.
236 (output_command): Reimplement.
237 (x_command): Adjust.
238 (display_command): Rename "exp" parameter to "arg". New "exp"
239 local, const version of "arg".
240 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
241 "cmd_name" local const.
242 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
243 call.
244 (cmdpy_completer): Make "text" and "word" parameters const.
245 (gdbpy_parse_command_name): Make "prefix_text2" local const.
246 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
247 const.
248 * remote.c (_initialize_remote): Make "cmd_name" local const.
249 * symtab.c (language_search_unquoted_string): Make "text" and "p"
250 parameters const. Adjust.
251 (completion_list_add_fields): Make "sym_text", "text" and "word"
252 parameters const.
253 (struct add_name_data) <sym_text, text, word>: Make fields const.
254 (default_make_symbol_completion_list_break_on): Make "text" and
255 "word" parameters const. Adjust locals.
256 (default_make_symbol_completion_list)
257 (make_symbol_completion_list, make_symbol_completion_type)
258 (make_symbol_completion_list_fn): Make "text" and "word"
259 parameters const.
260 (make_file_symbol_completion_list): Make "text", "word" and
261 "srcfile" parameters const. Adjust locals.
262 (add_filename_to_list): Make "text" and "word" parameters const.
263 (struct add_partial_filename_data) <text, word>: Make fields
264 const.
265 (make_source_files_completion_list): Make "text" and "word"
266 parameters const.
267 * symtab.h (default_make_symbol_completion_list_break_on)
268 (default_make_symbol_completion_list, make_symbol_completion_list)
269 (make_symbol_completion_type enum type_code)
270 (make_symbol_completion_list_fn make_file_symbol_completion_list)
271 (make_source_files_completion_list): Change prototype.
272 * top.c (execute_command): Adjust to pass pointer to pointer to
273 const char to lookup_cmd, and to deprecated_cmd_warning prototype
274 change.
275 (set_verbose): Make "cmdname" local const.
276 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
277 and adjust.
278 (validate_actionline): Make "line" parameter a pointer to const
279 char, and adjust.
280 (encode_actions_1): Make "action_exp" local const, and adjust.
281 (encode_actions): Adjust.
282 (replace_comma): Delete.
283 (trace_dump_actions): Make "action_exp" and "next_comma" locals
284 const, and adjust. Don't frob the action string while splitting
285 it at commas. Instead, make a copy of each split substring in
286 turn.
287 (trace_dump_command): Adjust to validate_actionline prototype
288 change.
289 * tracepoint.h (decode_agent_options, decode_agent_options)
290 (encode_actions, validate_actionline): Change prototypes.
291 * valprint.h (output_command): Delete declaration.
292 (output_command_const): Declare.
293 * value.c (function_destroyer): Cast const away in xfree call.
294
295 2013-03-13 Pedro Alves <palves@redhat.com>
296
297 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
298 rather than casting 'const char * const *' to 'const char **'.
299 * ada-lex.l (processInt): Make "trailer" local const. Remove
300 'const char **' cast.
301 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
302 locals, and use those as strtol output pointer, instead than doing
303 invalid casts to from 'const char **' to 'char **'.
304 (_initialize_demangle): Remove cast.
305 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
306 locals, and use those as strtol output pointer, instead than doing
307 invalid casts to from 'const char **' to 'char **'.
308 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
309 casts.
310 * stap-probe.c (stap_parse_register_operand)
311 (stap_parse_single_operand): Likewise.
312
313 2013-03-13 Yao Qi <yao@codesourcery.com>
314
315 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
316 the last matched 'V' blcok in trace frame.
317
318 2013-03-12 Joel Brobecker <brobecker@adacore.com>
319
320 * NEWS: Create a new section for the next release branch.
321 Rename the section of the current branch, now that it has
322 been cut.
323
324 2013-03-12 Joel Brobecker <brobecker@adacore.com>
325
326 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
327 * version.in: Bump version to 7.6.50.20130312-cvs.
328
329 2013-03-12 Keith Seitz <keiths@redhat.com>
330
331 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
332 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
333 Remove temporary copy of input string.
334 (mi_execute_command_wrapper): Make "cmd" const.
335 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
336 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
337 Use const strings.
338 (mi_parse): Make "cmd" const.
339 Use const strings.
340 * mi/mi-parse.h (mi_parse): Make "cmd" const.
341
342 2013-03-12 Keith Seitz <keiths@redhat.com>
343
344 * ada-lang.c (ada_read_renaming_var_value): Pass const
345 pointer to expression string to parse_exp_1.
346 (create_excep_cond_exprs): Likewise.
347 * ax-gdb.c (agent_eval_command_one): Likewise.
348 (maint_agent_printf_command): Likewise.
349 Constify much of the string handling/parsing.
350 * breakpoint.c (set_breakpoint_condition): Pass const
351 pointer to expression string to parse_exp_1.
352 (update_watchpoint): Likewise.
353 (parse_cmd_to_aexpr): Constify string handling.
354 Pass const pointer to parse_exp_1.
355 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
356 (find_condition_and_thread): Likewise.
357 Make TOK const.
358 (watch_command_1): Make "arg" const.
359 Constify string handling.
360 Copy the expression string instead of changing the input
361 string.
362 (update_breakpoint_location): Pass const pointer to
363 parse_exp_1.
364 * eval.c (parse_and_eval_address): Make "exp" const.
365 (parse_to_comma_and_eval): Make "expp" const.
366 (parse_and_eval): Make "exp" const.
367 * expression.h (parse_expression): Make argument const.
368 (parse_exp_1): Make first argument const.
369 * findcmd.c (parse_find_args): Treat "args" as const.
370 * linespec.c (parse_linespec): Pass const pointer to
371 linespec_expression_to_pc.
372 (linespec_expression_to_pc): Make "exp_ptr" const.
373 * parse.c (parse_exp_1): Make "stringptr" const.
374 Make a copy of the expression to pass to parse_exp_in_context until
375 this whole interface can be constified.
376 (parse_expression): Make "string" const.
377 * printcmd.c (ui_printf): Treat "arg" as const.
378 Handle const strings.
379 * tracepoint.c (validate_actionline): Pass const pointer to
380 all calls to parse_exp_1.
381 (encode_actions_1): Likewise.
382 * value.h (parse_to_comma_and_eval): Make argument const.
383 (parse_and_eval_address): Likewise.
384 (parse_and_eval): Likewise.
385 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
386 (varobj_set_value): Likewise.
387 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
388 constify string handling.
389 Pass const pointers to parse_and_eval_address and
390 parse_to_comman_and_eval.
391 * cli/cli-utils.c (skip_to_space): Rename to ...
392 (skip_to_space_const): ... this. Handle const strings.
393 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
394 skip_to_space_const.
395 (skip_to_space_const): Declare.
396 * common/format.c (parse_format_string): Make "arg" const.
397 Handle const strings.
398 * common/format.h (parse_format_string): Make "arg" const.
399 * gdbserver/ax.c (ax_printf): Make "format" const.
400 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
401 of the expression string.
402
403 2013-03-12 Hui Zhu <hui@codesourcery.com>
404
405 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
406
407 2013-03-12 Yao Qi <yao@codesourcery.com>
408 Hui Zhu <hui@codesourcery.com>
409
410 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
411 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
412 DW_OP_deref_size.
413
414 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
415
416 * ada-lex.l (rules): Only recognize 'thread' as a
417 delimiter when followed by numerals, as for c-exp.y.
418 Use new rewind_to_char function to rewind the input for
419 expression-delimiting tokens.
420 (rewind_to_char): New function.
421
422 2013-03-11 Pedro Alves <palves@redhat.com>
423 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * configure: Regenerate.
426 * configure.ac (check dynamic export flag): Link python test with
427 $PYTHON_LIBS.
428
429 2013-03-11 Doug Evans <dje@google.com>
430 Keith Seitz <keiths@redhat.com>
431
432 * linespec.c (find_linespec_symbols): Call find_function_symbols
433 first, and then call lookup_prefix_sym/find_method.
434
435 2013-03-11 Pedro Alves <palves@redhat.com>
436
437 * charset.c (convert_between_encodings): Don't cast between
438 different pointer to pointer types. Instead, make the 'inp' local
439 be of the type iconv expects.
440 (wchar_iterate): Don't cast between different pointer to pointer
441 types. Instead, use new pointer local of the type iconv expects.
442 * target.c (target_read_stralloc, target_fileio_read_stralloc):
443 Add new local of type char pointer, and use it to get a
444 char/string view of the byte buffer, instead of casting between
445 pointer to pointer types.
446
447 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
448
449 * remote.c (remote_set_trace_buffer_size): Move != operator
450 to the start of next line to fix an ARI warning.
451
452 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
453
454 * NEWS: Add record changes.
455
456 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
457
458 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
459 the instruction history disassembly.
460 * disasm.c (dump_insns): Omit the pc prefix, if requested.
461 * disasm.h (DISASSEMBLY_OMIT_PC): New.
462
463 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
464
465 * Makefile.in (SFILES): Add record-btrace.c
466 (COMMON_OBS): Add record-btrace.o
467 * record-btrace.c: New.
468 * objfiles.c: Include btrace.h.
469 (free_objfile): call btrace_free_objfile.
470
471 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
472
473 * target.c (target_call_history, target_call_history_from,
474 target_call_history_range): New.
475 * target.h (target_ops) <to_call_history, to_call_history_from,
476 to_call_history_range>: New fields.
477 (target_call_history, target_call_history_from,
478 target_call_history_range): New declaration.
479 * record.c (get_call_history_modifiers, cmd_record_call_history,
480 record_call_history_size): New.
481 (_initialize_record): Add the "record function-call-history" command.
482 Add "set/show record function-call-history-size" commands.
483 * record.h (record_print_flag): New.
484
485 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
486
487 * target.h (target_ops) <to_insn_history, to_insn_history_from,
488 to_insn_history_range>: New fields.
489 (target_insn_history): New.
490 (target_insn_history_from): New.
491 (target_insn_history_range): New.
492 * target.c (target_insn_history): New.
493 (target_insn_history_from): New.
494 (target_insn_history_range): New.
495 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
496 (record_insn_history_size): New.
497 (get_insn_number): New.
498 (get_context_size): New.
499 (no_chunk): New.
500 (get_insn_history_modifiers): New.
501 (cmd_record_insn_history): New.
502 (_initialize_record): Add "set/show record instruction-history-size"
503 command. Add "record instruction-history" command.
504
505 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
506
507 * record.h (record_disconnect): New.
508 (record_detach): New.
509 (record_mourn_inferior): New.
510 (record_kill): New.
511 * record-full.c (record_disconnect, record_detach,
512 record_mourn_inferior, record_kill): Move to...
513 * record.c: ...here.
514 (DEBUG): New.
515 (record_stop): New.
516 (record_unpush): New.
517 (cmd_record_stop): Call record_stop. Replace unpush_target
518 call with record_unpush call.
519 (record_disconnect, record_detach): Assert that the target
520 is of record stratum. Call record_unpush, record_stop, and
521 DEBUG.
522 (record_mourn_inferior, record_kill): Assert that the target
523 is of record stratum. Call record_unpush and DEBUG.
524
525 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
526
527 * record-full.h, record-full.c (record_memory_query): Rename
528 to ...
529 (record_full_memory_query): ...this. Update all users.
530 (record_arch_list_add_reg): Rename to ...
531 (record_full_arch_list_add_reg): ...this. Update all users.
532 (record_arch_list_add_mem): Rename to ...
533 (record_full_arch_list_add_mem): ...this. Update all users.
534 (record_arch_list_add_end): Rename to ...
535 (record_full_arch_list_add_end): ...this. Update all users.
536 (record_gdb_operation_disable_set): Rename to ...
537 (record_full_gdb_operation_disable_set): ...this.
538 Update all users.
539
540 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
541
542 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
543 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
544 (RECORD_IS_REPLAY): Renamed to ...
545 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
546 (RECORD_FILE_MAGIC): Renamed to ...
547 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
548 (record_mem_entry): Renamed to ...
549 (record_full_mem_entry): ... this. Updated all users.
550 (record_reg_entry): Renamed to ...
551 (record_full_reg_entry): ... this. Updated all users.
552 (record_end_entry): Renamed to ...
553 (record_full_end_entry): ... this. Updated all users.
554 (record_type) <record_end, record_reg, record_mem>: Renamed
555 to ...
556 (record_full_type) <record_full_end, record_full_reg,
557 record_full_mem>: ... this. Updated all users.
558 (record_entry): Renamed to ...
559 (record_full_entry): ... this. Updated all users.
560 (record_core_buf_entry): Renamed to ...
561 (record_full_core_buf_entry): ... this. Updated all users.
562 (record_core_regbuf): Renamed to ...
563 (record_full_core_regbuf): ... this. Updated all users.
564 (record_core_start): Renamed to ...
565 (record_full_core_start): ... this. Updated all users.
566 (record_core_end): Renamed to ...
567 (record_full_core_end): ... this. Updated all users.
568 (record_core_buf_list): Renamed to ...
569 (record_full_core_buf_list): ... this. Updated all users.
570 (record_first): Renamed to ...
571 (record_full_first): ... this. Updated all users.
572 (record_list): Renamed to ...
573 (record_full_list): ... this. Updated all users.
574 (record_arch_list_head): Renamed to ...
575 (record_full_arch_list_head): ... this. Updated all users.
576 (record_arch_list_tail): Renamed to ...
577 (record_full_arch_list_tail): ... this. Updated all users.
578 (record_stop_at_limit): Renamed to ...
579 (record_full_stop_at_limit): ... this. Updated all users.
580 (record_insn_max_num): Renamed to ...
581 (record_full_insn_max_num): ... this. Updated all users.
582 (record_insn_num): Renamed to ...
583 (record_full_insn_num): ... this. Updated all users.
584 (record_insn_count): Renamed to ...
585 (record_full_insn_count): ... this. Updated all users.
586 (record_ops): Renamed to ...
587 (record_full_ops): ... this. Updated all users.
588 (record_core_ops): Renamed to ...
589 (record_full_core_ops): ... this. Updated all users.
590 (set_record_cmdlist): Renamed to ...
591 (set_record_full_cmdlist): ... this. Updated all users.
592 (show_record_cmdlist): Renamed to ...
593 (show_record_full_cmdlist): ... this. Updated all users.
594 (record_cmdlist): Renamed to ...
595 (record_full_cmdlist): ... this. Updated all users.
596 (record_beneath_to_resume_ops): Renamed to ...
597 (record_full_beneath_to_resume_ops): ... this. Updated all users.
598 (record_beneath_to_resume): Renamed to ...
599 (record_full_beneath_to_resume): ... this. Updated all users.
600 (record_beneath_to_wait_ops): Renamed to ...
601 (record_full_beneath_to_wait_ops): ... this. Updated all users.
602 (record_beneath_to_wait): Renamed to ...
603 (record_full_beneath_to_wait): ... this. Updated all users.
604 (record_beneath_to_store_registers_ops): Renamed to ...
605 (record_full_beneath_to_store_registers_ops): ... this.
606 Updated all users.
607 (record_beneath_to_store_registers): Renamed to ...
608 (record_full_beneath_to_store_registers): ... this.
609 Updated all users.
610 (record_beneath_to_xfer_partial_ops): Renamed to ...
611 (record_full_beneath_to_xfer_partial_ops): ... this.
612 Updated all users.
613 (record_beneath_to_xfer_partial): Renamed to ...
614 (record_full_beneath_to_xfer_partial): ... this.
615 Updated all users.
616 (record_beneath_to_insert_breakpoint): Renamed to ...
617 (record_full_beneath_to_insert_breakpoint): ... this.
618 Updated all users.
619 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
620 (record_full_beneath_to_stopped_by_watchpoint): ... this.
621 Updated all users.
622 (record_beneath_to_stopped_data_address): Renamed to ...
623 (record_full_beneath_to_stopped_data_address): ... this.
624 Updated all users.
625 (record_beneath_to_async): Renamed to ...
626 (record_full_beneath_to_async): ... this. Updated all users.
627 (record_goto_insn): Renamed to ...
628 (record_full_goto_insn): ... this. Updated all users.
629 (record_save): Renamed to ...
630 (record_full_save): ... this. Updated all users.
631 (record_reg_alloc): Renamed to ...
632 (record_full_reg_alloc): ... this. Updated all users.
633 (record_reg_release): Renamed to ...
634 (record_full_reg_release): ... this. Updated all users.
635 (record_mem_alloc): Renamed to ...
636 (record_full_mem_alloc): ... this. Updated all users.
637 (record_mem_release): Renamed to ...
638 (record_full_mem_release): ... this. Updated all users.
639 (record_end_alloc): Renamed to ...
640 (record_full_end_alloc): ... this. Updated all users.
641 (record_end_release): Renamed to ...
642 (record_full_end_release): ... this. Updated all users.
643 (record_entry_release): Renamed to ...
644 (record_full_entry_release): ... this. Updated all users.
645 (record_list_release): Renamed to ...
646 (record_full_list_release): ... this. Updated all users.
647 (record_list_release_following): Renamed to ...
648 (record_full_list_release_following): ... this.
649 Updated all users.
650 (record_list_release_first): Renamed to ...
651 (record_full_list_release_first): ... this. Updated all users.
652 (record_arch_list_add): Renamed to ...
653 (record_full_arch_list_add): ... this. Updated all users.
654 (record_get_loc): Renamed to ...
655 (record_full_get_loc): ... this. Updated all users.
656 (record_check_insn_num): Renamed to ...
657 (record_full_check_insn_num): ... this. Updated all users.
658 (record_arch_list_cleanups): Renamed to ...
659 (record_full_arch_list_cleanups): ... this. Updated all users.
660 (record_message): Renamed to ...
661 (record_full_message): ... this. Updated all users.
662 (record_message_wrapper): Renamed to ...
663 (record_full_message_wrapper): ... this. Updated all users.
664 (record_message_wrapper_safe): Renamed to ...
665 (record_full_message_wrapper_safe): ... this. Updated all users.
666 (record_gdb_operation_disable): Renamed to ...
667 (record_full_gdb_operation_disable): ... this. Updated all users.
668 (record_hw_watchpoint): Renamed to ...
669 (record_full_hw_watchpoint): ... this. Updated all users.
670 (record_exec_insn): Renamed to ...
671 (record_full_exec_insn): ... this. Updated all users.
672 (record_restore): Renamed to ...
673 (record_full_restore): ... this. Updated all users.
674 (record_async_inferior_event_token): Renamed to ...
675 (record_full_async_inferior_event_token): ... this.
676 Updated all users.
677 (record_async_inferior_event_handler): Renamed to ...
678 (record_full_async_inferior_event_handler): ... this.
679 Updated all users.
680 (record_core_open_1): Renamed to ...
681 (record_full_core_open_1): ... this. Updated all users.
682 (record_open_1): Renamed to ...
683 (record_full_open_1): ... this. Updated all users.
684 (record_open): Renamed to ...
685 (record_full_open): ... this. Updated all users.
686 (record_close): Renamed to ...
687 (record_full_close): ... this. Updated all users.
688 (record_resume_step): Renamed to ...
689 (record_full_resume_step): ... this. Updated all users.
690 (record_resumed): Renamed to ...
691 (record_full_resumed): ... this. Updated all users.
692 (record_execution_dir): Renamed to ...
693 (record_full_execution_dir): ... this. Updated all users.
694 (record_resume): Renamed to ...
695 (record_full_resume): ... this. Updated all users.
696 (record_get_sig): Renamed to ...
697 (record_full_get_sig): ... this. Updated all users.
698 (record_sig_handler): Renamed to ...
699 (record_full_sig_handler): ... this. Updated all users.
700 (record_wait_cleanups): Renamed to ...
701 (record_full_wait_cleanups): ... this. Updated all users.
702 (record_wait_1): Renamed to ...
703 (record_full_wait_1): ... this. Updated all users.
704 (record_wait): Renamed to ...
705 (record_full_wait): ... this. Updated all users.
706 (record_stopped_by_watchpoint): Renamed to ...
707 (record_full_stopped_by_watchpoint): ... this. Updated all users.
708 (record_disconnect): Renamed to ...
709 (record_full_disconnect): ... this. Updated all users.
710 (record_detach): Renamed to ...
711 (record_full_detach): ... this. Updated all users.
712 (record_mourn_inferior): Renamed to ...
713 (record_full_mourn_inferior): ... this. Updated all users.
714 (record_kill): Renamed to ...
715 (record_full_kill): ... this. Updated all users.
716 (record_stopped_data_address): Renamed to ...
717 (record_full_stopped_data_address): ... this. Updated all users.
718 (record_registers_change): Renamed to ...
719 (record_full_registers_change): ... this. Updated all users.
720 (record_store_registers): Renamed to ...
721 (record_full_store_registers): ... this. Updated all users.
722 (record_xfer_partial): Renamed to ...
723 (record_full_xfer_partial): ... this. Updated all users.
724 (record_breakpoint): Renamed to ...
725 (record_full_breakpoint): ... this. Updated all users.
726 (record_breakpoint_p): Renamed to ...
727 (record_full_breakpoint_p): ... this. Updated all users.
728 (record_breakpoints): Renamed to ...
729 (record_full_breakpoints): ... this. Updated all users.
730 (record_sync_record_breakpoints): Renamed to ...
731 (record_full_sync_record_breakpoints): ... this.
732 Updated all users.
733 (record_init_record_breakpoints): Renamed to ...
734 (record_full_init_record_breakpoints): ... this.
735 Updated all users.
736 (record_insert_breakpoint): Renamed to ...
737 (record_full_insert_breakpoint): ... this. Updated all users.
738 (record_remove_breakpoint): Renamed to ...
739 (record_full_remove_breakpoint): ... this. Updated all users.
740 (record_can_execute_reverse): Renamed to ...
741 (record_full_can_execute_reverse): ... this. Updated all users.
742 (record_get_bookmark): Renamed to ...
743 (record_full_get_bookmark): ... this. Updated all users.
744 (record_goto_bookmark): Renamed to ...
745 (record_full_goto_bookmark): ... this. Updated all users.
746 (record_async): Renamed to ...
747 (record_full_async): ... this. Updated all users.
748 (record_can_async_p): Renamed to ...
749 (record_full_can_async_p): ... this. Updated all users.
750 (record_is_async_p): Renamed to ...
751 (record_full_is_async_p): ... this. Updated all users.
752 (record_execution_direction): Renamed to ...
753 (record_full_execution_direction): ... this. Updated all users.
754 (record_info): Renamed to ...
755 (record_full_info): ... this. Updated all users.
756 (record_delete): Renamed to ...
757 (record_full_delete): ... this. Updated all users.
758 (record_is_replaying): Renamed to ...
759 (record_full_is_replaying): ... this. Updated all users.
760 (record_goto_entry): Renamed to ...
761 (record_full_goto_entry): ... this. Updated all users.
762 (record_goto_begin): Renamed to ...
763 (record_full_goto_begin): ... this. Updated all users.
764 (record_goto_end): Renamed to ...
765 (record_full_goto_end): ... this. Updated all users.
766 (record_goto): Renamed to ...
767 (record_full_goto): ... this. Updated all users.
768 (init_record_ops): Renamed to ...
769 (init_record_full_ops): ... this. Updated all users.
770 (record_core_resume): Renamed to ...
771 (record_full_core_resume): ... this. Updated all users.
772 (record_core_kill): Renamed to ...
773 (record_full_core_kill): ... this. Updated all users.
774 (record_core_fetch_registers): Renamed to ...
775 (record_full_core_fetch_registers): ... this. Updated all users.
776 (record_core_prepare_to_store): Renamed to ...
777 (record_full_core_prepare_to_store): ... this. Updated all users.
778 (record_core_store_registers): Renamed to ...
779 (record_full_core_store_registers): ... this. Updated all users.
780 (record_core_xfer_partial): Renamed to ...
781 (record_full_core_xfer_partial): ... this. Updated all users.
782 (record_core_insert_breakpoint): Renamed to ...
783 (record_full_core_insert_breakpoint): ... this. Updated all users.
784 (record_core_remove_breakpoint): Renamed to ...
785 (record_full_core_remove_breakpoint): ... this. Updated all users.
786 (record_core_has_execution): Renamed to ...
787 (record_full_core_has_execution): ... this. Updated all users.
788 (init_record_core_ops): Renamed to ...
789 (init_record_full_core_ops): ... this. Updated all users.
790 (cmd_record_restore): Renamed to ...
791 (cmd_record_full_restore): ... this. Updated all users.
792 (record_save_cleanups): Renamed to ...
793 (record_full_save_cleanups): ... this. Updated all users.
794 (cmd_record_start): Renamed to ...
795 (cmd_record_full_start): ... this. Updated all users.
796 (set_record_insn_max_num): Renamed to ...
797 (set_record_full_insn_max_num): ... this. Updated all users.
798 (set_record_command): Renamed to ...
799 (set_record_full_command): ... this. Updated all users.
800 (show_record_command): Renamed to ...
801 (show_record_full_command): ... this. Updated all users.
802 (_initialize_record): Renamed to ...
803 (_initialize_record_full): ... this. Updated all users.
804
805 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
806
807 * record.h: Split into this and ...
808 * record-full.h: ... this.
809 * record.c: Split into this and ...
810 * record-full.c: ... this.
811 * target.h (target_ops): Add new fields to_info_record,
812 to_save_record, to_delete_record, to_record_is_replaying,
813 to_goto_record_begin, to_goto_record_end, to_goto_record.
814 (target_info_record): New.
815 (target_save_record): New.
816 (target_supports_delete_record): New.
817 (target_delete_record): New.
818 (target_record_is_replaying): New.
819 (target_goto_record_begin): New.
820 (target_goto_record_end): New.
821 (target_goto_record): New.
822 * target.c (target_info_record): New.
823 (target_save_record): New.
824 (target_supports_delete_record): New.
825 (target_delete_record): New.
826 (target_record_is_replaying): New.
827 (target_goto_record_begin): New.
828 (target_goto_record_end): New.
829 (target_goto_record): New.
830 * record.h: Declare struct cmd_list_element.
831 (record_cmdlist): New declaration.
832 (set_record_cmdlist): New declaration.
833 (show_record_cmdlist): New declaration.
834 (info_record_cmdlist): New declaration.
835 (cmd_record_goto): New declaration.
836 * record.c: Remove unnecessary includes.
837 Include inferior.h.
838 (cmd_record_goto): Remove declaration.
839 (record_cmdlist): Now extern. Initialize.
840 (set_record_cmdlist): Now extern. Initialize.
841 (show_record_cmdlist): Now extern. Initialize.
842 (info_record_cmdlist): Now extern. Initialize.
843 (find_record_target): New.
844 (require_record_target): New.
845 (cmd_record_start): Update.
846 (cmd_record_delete): Remove target-specific code.
847 Call target_delete_record.
848 (cmd_record_stop): Unpush any record target.
849 (set_record_insn_max_num): Move to record-full.c
850 (set_record_command): Add comment.
851 (show_record_command): Add comment.
852 (info_record_command): Update comment.
853 Remove target-specific code.
854 Call the record target's to_info_record.
855 (cmd_record_start): New.
856 (cmd_record_goto): Now extern.
857 Remove target-specific code.
858 Call target_goto_begin, target_goto_end, or target_goto.
859 (_initialize_record): Move record target ops initialization to
860 record-full.c.
861 Change "record" command help text.
862 Move "record restore", "record set", and "record show" commands to
863 record-full.c.
864 * Makefile.in (SFILES): Add record-full.c.
865 (HFILES_NO_SRCDIR): Add record-full.h.
866 (COMMON_OBS): Add record-full.o.
867 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
868 * arm-tdep.c: Include record-full.h.
869 * i386-linux-tdep.c: Include record-full.h instead of record.h.
870 * i386-tdep.c: Include record-full.h.
871 * infrun.c: Include record-full.h.
872 * linux-record.c: Include record-full.h.
873 * moxie-tdep.c: Include record-full.h.
874 * record-full.c: Include record-full.h.
875 Change module comment.
876 (set_record_full_cmdlist): New.
877 (show_record_full_cmdlist): New.
878 (record_full_cmdlist): New.
879 (record_goto_insn): New declaration.
880 (record_save): New declaration.
881 (record_check_insn_num): Change query string.
882 (record_info): New.
883 (record_delete): New.
884 (record_is_replaying): New.
885 (record_goto_entry): New.
886 (record_goto_begin): New.
887 (record_goto_end): New.
888 (record_goto): New.
889 (init_record_ops): Update.
890 (init_record_core_ops): Update.
891 (cmd_record_save): Rename to record_save. Remove target and arg checks.
892 (cmd_record_start): New.
893 (set_record_insn_max_num): Moved from record.c
894 (set_record_full_command): New.
895 (show_record_full_command): New.
896 (_initialize_record_full): New.
897
898 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
899
900 * target.h (add_deprecated_target_alias): New.
901 * target.c (add_deprecated_target_alias): New.
902
903 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
904
905 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
906 and signal.h.
907 (linux_supports_btrace): Add kernel and
908 cpuid check.
909 (kernel_supports_btrace): New function.
910 (cpu_supports_btrace): New function.
911 (intel_supports_btrace): New function.
912
913 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
914
915 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
916 * remote.c: Include btrace.h.
917 (struct btrace_target_info): New struct.
918 (remote_supports_btrace): New function.
919 (send_Qbtrace): New function.
920 (remote_enable_btrace): New function.
921 (remote_disable_btrace): New function.
922 (remote_teardown_btrace): New function.
923 (remote_read_btrace): New function.
924 (init_remote_ops): Add btrace ops.
925 (enum <unnamed>): Add btrace packets.
926 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
927 (_initialize_remote): Add packet configuration for branch tracing.
928
929 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
930
931 * features/btrace.dtd: New file.
932 * Makefile.in (XMLFILES): Add btrace.dtd.
933 * btrace.h (parse_xml_btrace): New declaration.
934 * btrace.c: Include xml-support.h.
935 (parse_xml_btrace): New function.
936 (parse_xml_btrace_block): New function.
937 (block_attributes): New struct.
938 (btrace_attributes): New struct.
939 (btrace_children): New struct.
940 (btrace_elements): New struct.
941
942 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
943
944 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
945 (amd64_linux_enable_btrace): New.
946 (amd64_linux_disable_btrace): New.
947 (amd64_linux_teardown_btrace): New.
948 (_initialize_amd64_linux_nat): Initialize btrace ops.
949 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
950 (i386_linux_enable_btrace): New.
951 (i386_linux_disable_btrace): New.
952 (i386_linux_teardown_btrace): New.
953 (_initialize_i386_linux_nat): Initialize btrace ops.
954 * config/i386/linux.mh: Add linux-btrace.o.
955 * config/i386/linux64.mh: Add linux-btrace.o.
956
957 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
958
959 * common/linux_btrace.h: New file.
960 * common/linux_btrace.c: New file.
961 * Makefile.in (SFILES): Add btrace.c.
962 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
963 (COMMON_OBS): Add btrace.o.
964 (linux-btrace.o): New rule.
965
966 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
967
968 * target.h: Include btrace.h.
969 (struct target_ops) <to_supports_btrace, to_enable_btrace,
970 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
971 * target.c (target_supports_btrace): New function.
972 (target_enable_btrace): New function.
973 (target_disable_btrace): New function.
974 (target_teardown_btrace): New function.
975 (target_read_btrace): New function.
976 * btrace.h: New file.
977 * btrace.c: New file.
978 * Makefile.in: Add btrace.c.
979 * gdbthread.h: Include btrace.h.
980 (struct thread_info): Add btrace field.
981 * thread.c: Include btrace.h.
982 (clear_thread_inferior_resources): Call target_teardown_btrace.
983 * common/btrace-common.h: New file.
984
985 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
986
987 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
988 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
989 kill_status to outer block.
990
991 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
992
993 Fix entry-values if the callee called a noreturn function.
994 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
995 get_frame_address_in_block. Add new comment.
996
997 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
998
999 Fix entry-values in C++ across CUs.
1000 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
1001 lookup_minimal_symbol. Add a comment.
1002 * dwarf2read.c
1003 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
1004 DW_AT_linkage_name.
1005
1006 2013-03-08 Yao Qi <yao@codesourcery.com>
1007
1008 * tracepoint.c (_initialize_tracepoint): Indent the code.
1009
1010 2013-03-08 Pedro Alves <palves@redhat.com>
1011
1012 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
1013 (parse_find_args, find_command): Change type of pattern buffer
1014 locals to 'gdb_byte *'.
1015
1016 2013-03-08 Stan Shebs <stan@codesourcery.com>
1017 Hafiz Abid Qadeer <abidh@codesourcery.com>
1018
1019 * NEWS: Mention set and show trace-buffer-size commands.
1020 Mention new packet.
1021 * target.h (struct target_ops): New method
1022 to_set_trace_buffer_size.
1023 (target_set_trace_buffer_size): New macro.
1024 * target.c (update_current_target): Set up new method.
1025 * tracepoint.c (trace_buffer_size): New global.
1026 (start_tracing): Send it to the target.
1027 (set_trace_buffer_size): New function.
1028 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
1029 * remote.c (remote_set_trace_buffer_size): New function.
1030 (_initialize_remote): Use it.
1031 (QTBuffer:size) New remote command.
1032 (PACKET_QTBuffer_size): New enum.
1033 (remote_protocol_features): Add an entry for
1034 PACKET_QTBuffer_size.
1035
1036 2013-03-08 Tom Tromey <tromey@redhat.com>
1037
1038 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
1039 variable.
1040
1041 2013-03-07 Pedro Alves <palves@redhat.com>
1042
1043 * target.c (target_read_stralloc, target_fileio_read_alloc):
1044 *Cast pointer to 'gdb_byte *' in target call.
1045
1046 2013-03-07 Pedro Alves <palves@redhat.com>
1047
1048 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
1049 call.
1050
1051 2013-03-07 Keith Seitz <keiths@redhat.com>
1052
1053 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
1054 (trace_pass_command): Likewise.
1055 * cli/cli-cmds.c: Include cli/cli-utils.h.
1056 (source_command): Use skip-spaces.
1057 (disassemble_command): Likewise.
1058 * findcmd.c: Include cli/cli-utils.h.
1059 (parse_find_args): Use skip_spaces.
1060 * go32-nat.c: Include cli/cli-utils.h.
1061 (go32_sldt): Use skip_spaces.
1062 (go32_sgdt): Likewise.
1063 (go32_sidt): Likewise.
1064 (go32_pde): Likewise.
1065 (go32_pte): Likewise.
1066 (go32_pte_for_address): Likewise.
1067 * infcmd.c: Include cli/cli-utils.h.
1068 (registers_info): Use skip_spaces.
1069 * linux-tdep.c (read_mapping): Use skip_spaces_const.
1070 (linux_info_proc): Likewise.
1071 * linux-thread-db.c: Include cli/cli-utils.h.
1072 (info_auto_load_libthread_db): Use skip_spaces_const.
1073 * m32r-rom.c: Include cli/cli-utils.h.
1074 (m32r_upload_command): Use skip_spaces.
1075 * maint.c: Include cli/cli-utils.h.
1076 (maintenance_translate_address): Use skip_spaces.
1077 * mi/mi-parse.c: Include cli/cli-utils.h.
1078 (mi_parse_argv): Use skip_spaces.
1079 (mi_parse): Likewise.
1080 * minsyms.c: Include cli/cli-utils.h.
1081 (msymbol_hash_iw): Use skip_spaces_const.
1082 * objc-lang.c: Include cli/cli-utils.h.
1083 (parse_selector): Use skip_spaces.
1084 (parse_method): Likewise.
1085 * python/python.c: Include cli/cli-utils.h.
1086 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
1087 (python_command)[HAVE_PYTHON]: Likewise.
1088 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
1089 * remote-m32r-sdi.c: Include cli/cli-utils.h.
1090 (m32r_load): Use skip_spaces.
1091 * serial.c: Include cli/cli-utils.h.
1092 (serial_open): Use skip_spaces_const.
1093 * stack.c: Include cli/cli-utils.h.
1094 (parse_frame_specification_1): Use skip_spaces_const.
1095 * symfile.c: Include cli/cli-utils.h.
1096 (set_ext_lang_command): Use skip_spaces.
1097 * symtab.c: Include cli/cli-utils.h.
1098 (rbreak_command): Use skip_spaces.
1099 * thread.c (thread_name_command): Use skip_spaces.
1100 * tracepoint.c (validate_actionline): Use skip_spaces.
1101 (encode_actions_1): Likewise.
1102 (trace_find_range_command): Likewise.
1103 (trace_find_outside_command): Likewise.
1104 (trace_dump_actions): Likewise.
1105
1106 2013-03-07 Pedro Alves <palves@redhat.com>
1107
1108 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
1109 * expprint.c (print_subexp_standard): Likewise.
1110 * utils.c (host_char_to_target): Likewise.
1111 * valprint.c (generic_emit_char, generic_printstr): Likewise.
1112 * varobj.c (value_get_print_value): Change type of local to char*.
1113 Cast it gdb_byte * in call to language printer.
1114
1115 2013-03-07 Pedro Alves <palves@redhat.com>
1116
1117 * charset.c (struct wchar_iterator) <input>: Change type to 'const
1118 gdb_byte *'.
1119 (make_wchar_iterator): Remove cast to char*.
1120 (wchar_iterate): Change type of local.
1121
1122 2013-03-07 Pedro Alves <palves@redhat.com>
1123
1124 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
1125 for 'regcache->register_status'.
1126
1127 2013-03-07 Pedro Alves <palves@redhat.com>
1128
1129 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
1130 int.
1131
1132 2013-03-07 Pedro Alves <palves@redhat.com>
1133
1134 * stap-probe.c (handle_stap_probe): Add cast to char*.
1135
1136 2013-03-07 Pedro Alves <palves@redhat.com>
1137
1138 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
1139 RECORD_MSGRCV>: Pass a signed variable to
1140 regcache_raw_read_signed, instead of an unsigned one.
1141
1142 2013-03-07 Pedro Alves <palves@redhat.com>
1143
1144 * remote-notif.c (notif_debug): Change type to int.
1145 * remote-notif.h (notif_debug): Likewise.
1146
1147 2013-03-07 Pedro Alves <palves@redhat.com>
1148
1149 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
1150
1151 2013-03-07 Pedro Alves <palves@redhat.com>
1152
1153 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
1154 * remote.h (hex2bin, bin2hex): ... here.
1155 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
1156
1157 2013-03-07 Eli Zaretskii <eliz@gnu.org>
1158
1159 * utils.c (initialize_utils): Improve doc strings of "set/show
1160 width", "set/show height", and "set/show pagination".
1161
1162 2013-03-06 Keith Seitz <keiths@redhat.com>
1163
1164 * ax-gdb.c (gen_printf): Make FORMAT const.
1165 * ax-gdb.h (gen_printf): Likewise.
1166 * ax-general.c (ax_string): Make STR const.
1167 * ax.h (ax_string): Likewise.
1168
1169 2013-03-06 Doug Evans <dje@google.com>
1170
1171 * elfread.c (elf_symfile_read): Move debugging printf to more
1172 logical location.
1173
1174 2013-03-06 Pedro Alves <palves@redhat.com>
1175
1176 * python/py-utils.c (target_string_to_unicode): Delete function.
1177 * python/python-internal.h (target_string_to_unicode): Delete
1178 declaration.
1179
1180 2013-03-06 Pierre Muller <muller@sourceware.org>
1181
1182 * linespec.c (get_current_search_block): ARI fix, use (void)
1183 for empty parameter list.
1184
1185 2013-03-05 Doug Evans <dje@google.com>
1186
1187 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
1188 of old ada_lookup_symbol_list. In !full_search case, don't
1189 search superblocks.
1190 (ada_lookup_symbol_list): Delete arg full_search, all callers
1191 updated. Call ada_lookup_symbol_list_worker.
1192 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
1193 * ada-lang.h (ada_lookup_symbol_list): Update.
1194 * language.h (language_defn): Update comment for
1195 la_iterate_over_symbols.
1196 * linespec.c (iterate_over_file_blocks): New function.
1197 (iterate_over_all_matching_symtabs): Call it.
1198 (lookup_prefix_sym): Ditto.
1199 (get_current_search_block): New function.
1200 (get_search_block): Delete.
1201 (find_label_symbols): Call get_current_search_block.
1202 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
1203 * symtab.c (iterate_over_symbols): Don't search superblocks.
1204
1205 2013-03-05 Yao Qi <yao@codesourcery.com>
1206
1207 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
1208 parameter VAR's type from "unsigned int" to "int".
1209 * command.h (var_zuinteger_unlimited): Update its comments.
1210 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
1211
1212 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
1213
1214 * NEWS: Mention new target x86_64-*-cygwin*.
1215
1216 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
1217
1218 * configure.host: Add x86_64-*-cygwin* as host.
1219 * configure.tgt: Add x86_64-*-cygwin* as target.
1220 * config/i386/cygwin64.mh: New file.
1221
1222 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1223
1224 * linespec.c (decode_line_2): Fix duplicate request off by two message.
1225
1226 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1227
1228 * linespec.c (struct linespec_canonical_name): New.
1229 (struct linespec_state): Change canonical_names type to it.
1230 (add_sal_to_sals): Change variable canonical_name to canonical. Change
1231 xrealloc element size. Initialize the different CANONICAL fields.
1232 (canonical_to_fullform): New.
1233 (filter_results): Use it. Add variables canonical, fullform and
1234 cleanup.
1235 (struct decode_line_2_item, decode_line_2_compare_items): New.
1236 (decode_line_2): Remove variables iter and item_names, add variables
1237 items and items_count. Modify the code for these new variables.
1238
1239 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
1240
1241 * coff-pe-read.c (read_pe_exported_syms): Don't return without
1242 calling do_cleanup.
1243
1244 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
1245
1246 * tracepoint.c (build_traceframe_info): Add code for byte order.
1247
1248 2013-03-02 Kevin Buettner <kevinb@redhat.com>
1249
1250 * v850-tdep.c: (v850e2_register_name): Revise system register
1251 names to match current V850E2M architecture specifications.
1252 Update register number enum comments too.
1253
1254 2013-03-01 Jiong Wang <jiwang@tilera.com>
1255 Pedro Alves <palves@redhat.com>
1256
1257 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
1258 to END_ADDR.
1259 (tilegx_skip_prologue): Limit prologue analysis to section end.
1260
1261 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1262
1263 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
1264 use it.
1265
1266 2013-03-01 Pedro Alves <palves@redhat.com>
1267
1268 Use gdb_byte for bytes from the program being debugged.
1269
1270 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
1271 Change type of local 'buf' to gdb_byte.
1272 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
1273 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1274 * cris-tdep.c (cris_sigcontext_addr)
1275 (cris_sigtramp_frame_unwind_cache): Likewise.
1276 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
1277 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
1278 Likewise.
1279 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
1280 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
1281 (hppa32_hpux_search_dummy_call_sequence)
1282 (hppa_hpux_supply_save_state): Likewise.
1283 * hppa-linux-tdep.c (insns_match_pattern)
1284 (hppa_linux_find_global_pointer): Likewise.
1285 * hppa-tdep.c (hppa_in_function_epilogue_p)
1286 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
1287 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
1288 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
1289 (i386fbsd_collect_uthread): Likewise.
1290 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
1291 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
1292 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
1293 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
1294 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
1295 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
1296 (ia64_libunwind_frame_prev_register)
1297 (ia64_libunwind_sigtramp_frame_this_id)
1298 (ia64_find_global_pointer_from_dynamic_section)
1299 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
1300 (ia64_unwind_pc): Likewise.
1301 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
1302 * m68hc11-tdep.c (m68hc11_push_dummy_call)
1303 (m68hc11_extract_return_value): Likewise.
1304 * m68klinux-nat.c (fetch_register, store_register): Likewise.
1305 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
1306 (mep_get_insn, mep_push_dummy_call): Likewise.
1307 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
1308 (mips_linux_in_dynsym_stub): Likewise.
1309 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
1310 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
1311 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
1312 to gdb_byte.
1313 * remote-mips.c (mips_set_register): Likewise.
1314 * remote-sim.c (gdbsim_fetch_register): Likewise.
1315 * score-tdep.c (score7_fetch_inst): Change type of parameter
1316 'memblock' and local 'buf' to gdb_byte.
1317 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
1318 Change type of local 'buf' to gdb_byte. Adjust.
1319 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
1320 to gdb_byte**.
1321 (score7_analyze_prologue): Change type of 'memblock' and
1322 'memblock_ptr' locals to gdb_byte*.
1323 * sh64-tdep.c (sh64_extract_return_value)
1324 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
1325 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
1326 * solib-pa64.c (pa64_solib_create_inferior_hook)
1327 (pa64_open_symbol_file_object): Remove local 'buf'.
1328 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
1329 (som_open_symbol_file_object): Likewise.
1330 * solib-spu.c (spu_current_sos): Likewise.
1331 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
1332 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
1333 (spu_store_registers): Likewise.
1334 * target.c (debug_print_register): Likewise.
1335 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
1336 * xstormy16-tdep.c (xstormy16_store_return_value)
1337 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
1338 (xstormy16_find_jmp_table_entry): Likewise.
1339
1340 2013-03-01 Jiong Wang <jiwang@tilera.com>
1341
1342 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
1343 (tilegx_gdbarch_init): Install it.
1344
1345 2013-02-28 Tom Tromey <tromey@redhat.com>
1346
1347 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
1348 PyLong_Check.
1349
1350 2013-02-28 Doug Evans <dje@google.com>
1351
1352 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
1353 * python/python.c (gdbpy_find_pc_line): Ditto.
1354
1355 2013-02-28 Tom Tromey <tromey@redhat.com>
1356
1357 * contrib/excheck.py: New file.
1358 * contrib/exsummary.py: New file.
1359 * contrib/gcc-with-excheck: New file.
1360
1361 2013-02-28 Tom Tromey <tromey@redhat.com>
1362
1363 * python/python.c (gdbpy_print_stack): Call begin_line and
1364 fprintf_filtered inside TRY_CATCH.
1365
1366 2013-02-28 Tom Tromey <tromey@redhat.com>
1367
1368 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
1369 inside TRY_CATCH.
1370
1371 2013-02-28 Tom Tromey <tromey@redhat.com>
1372
1373 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
1374 frame_object_to_frame_info inside TRY_CATCH.
1375
1376 2013-02-28 Tom Tromey <tromey@redhat.com>
1377
1378 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
1379 TRY_CATCH.
1380
1381 2013-02-28 Tom Tromey <tromey@redhat.com>
1382
1383 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
1384
1385 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
1386
1387 * windows-nat.c: Throughout, fix format strings and casts of
1388 printf-like functions to avoid type related warnings on all
1389 platforms.
1390 (handle_output_debug_string): Fetch context information address
1391 from debug string using string_to_core_addr.
1392
1393 2013-02-27 Jiong Wang <jiwang@tilera.com>
1394
1395 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
1396 * regformats/reg-tilegx32.dat: New.
1397
1398 2013-02-27 Jiong Wang <jiwang@tilera.com>
1399
1400 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
1401
1402 2013-02-27 Jiong Wang <jiwang@tilera.com>
1403
1404 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
1405
1406 2013-02-27 Yao Qi <yao@codesourcery.com>
1407 Pedro Alves <palves@redhat.com>
1408
1409 * tracepoint.c (tfile_trace_find): For tfind
1410 pc/tp/range/outside, look for the next trace frame instead of
1411 always starting from frame 0.
1412
1413 2013-02-26 Anthony Green <green@moxielogic.com>
1414
1415 * configure.tgt: Add support for moxie-*-rtems* target.
1416
1417 2013-02-25 Pedro Alves <palves@redhat.com>
1418
1419 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
1420 warning text.
1421
1422 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
1423
1424 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
1425 if $fp is used as the virtual frame pointer.
1426
1427 2013-02-23 Alan Modra <amodra@gmail.com>
1428
1429 * elfread.c (elf_symtab_read): Do not use udata.p here to find
1430 symbol size.
1431 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
1432 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
1433 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
1434 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
1435
1436 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1437
1438 Code cleanup.
1439 * elfread.c (build_id_bfd_get): Make the return type const.
1440 (build_id_verify): Make the check parameter const.
1441 (build_id_to_debug_filename): Make the build_id parameter and variable
1442 data const.
1443 (find_separate_debug_file_by_buildid): Make the variable build_id const.
1444
1445 2013-02-21 Alan Modra <amodra@gmail.com>
1446
1447 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
1448
1449 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1450
1451 Add a new method 'disassemble' to gdb.Architecture class.
1452 * python/py-arch.c (archpy_disassmble): Implementation of the
1453 new method gdb.Architecture.disassemble.
1454 (arch_object_methods): Add entry for the new method.
1455
1456 2013-02-20 Jiong Wang <jiwang@tilera.com>
1457
1458 * MAINTAINERS (Write After Approval): Add myself to the list.
1459
1460 2013-02-19 Pedro Alves <palves@redhat.com>
1461
1462 Garbage collect 'struct monitor_ops'::load_routine.
1463
1464 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
1465 * monitor.c (monitor_load): No longer call
1466 current_monitor->load_routine.
1467 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
1468 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
1469 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
1470
1471 2013-02-19 Pedro Alves <palves@redhat.com>
1472
1473 PR gdb/15161
1474
1475 Harmonize with generic_load.
1476
1477 * monitor.c: Include "readline/readline.h".
1478 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
1479 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
1480 long/strtol for the 'load_offset' local. Error out if no argument
1481 is given or if too many arguments are given. Tilde expand the
1482 passed in file name.
1483
1484 2013-02-19 Kai Tietz <ktietz@redhat.com>
1485
1486 PR gdb/15161
1487 * symfile.c (load_section_data): Change type of load_offset
1488 to CORE_ADDR.
1489 (generic_load): User strtoulst instead of strtoul for conversion
1490 of load_offset.
1491
1492 2013-02-19 Jiong Wang <jiwang@tilera.com>
1493
1494 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
1495 for return address, "lr" register, saved on stack.
1496 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
1497 after we invoke tilegx_analyze_prologue.
1498
1499 2013-02-19 Jiong Wang <jiwang@tilera.com>
1500
1501 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
1502
1503 2013-02-19 Jiong Wang <jiwang@tilera.com>
1504
1505 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
1506
1507 2013-02-19 Jiong Wang <jiwang@tilera.com>
1508
1509 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
1510 (tilegx_write_pc): New function.
1511 (tilegx_cannot_reference_register): Return zero if REGNO
1512 is TILEGX_FAULTNUM_REGNUM.
1513 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
1514 (tilegx_register_name): Add handling of "faultnum" register.
1515 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
1516 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
1517 handling of TILEGX_FAULTNUM_REGNUM.
1518 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
1519
1520 2013-02-19 Jiong Wang <jiwang@tilera.com>
1521
1522 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
1523 should be aligned to 64bit.
1524
1525 2013-02-19 Kai Tietz <ktietz@redhat.com>
1526
1527 * windows-nat.c (windows_xfer_memory): Fix debug-output
1528 for LLP64.
1529
1530 2013-02-19 Lei Liu <lei.liu2@windriver.com>
1531
1532 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
1533 Don't check DSP register number if HAVE_DSP is not set.
1534
1535 2013-02-19 Alan Modra <amodra@gmail.com>
1536
1537 * elfread.c (struct build_id): Delete. Use struct elf_build_id
1538 throughout file instead.
1539 (build_id_bfd_get): Update to use new elf_tdata build_id field.
1540 Don't xmalloc return value.
1541 (build_id_verify): Similarly. Don't xfree.
1542 (build_id_to_debug_filename): Update.
1543 (find_separate_debug_file_by_buildid): Update, don't xfree.
1544
1545 2013-02-18 Tom Tromey <tromey@redhat.com>
1546
1547 PR gdb/15102:
1548 * dwarf2read.c (read_subrange_type): Use result of
1549 'check_typedef'.
1550
1551 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
1552
1553 * frame.c: Remove one extra white space after #include
1554 directive.
1555
1556 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1557
1558 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
1559
1560 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
1563 and dir commands into an if block.
1564
1565 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
1566
1567 * python/py-breakpoint (struct pybp_code): Use int instead of
1568 enum type_code.
1569
1570 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1571 Hafiz Abid Qadeer <abidh@codesourcery.com>
1572
1573 * NEWS: Mention new field "trace-file".
1574 * tracepoint.c (trace_status_mi): Output "trace-file" field.
1575 (tfile_open): Record the trace file's filename in the trace
1576 status.
1577 (tfile_files_info): Mention the name of the trace file.
1578 Check the "filename" field explicitely.
1579 (trace_status_command): Explicitely check "filename" field.
1580 (trace_find_command): Ditto.
1581 (trace_find_pc_command): Ditto.
1582 (trace_find_tracepoint_command): Ditto.
1583 (trace_find_line_command): Ditto.
1584 (trace_find_range_command): Ditto.
1585 (trace_find_outside_command): Ditto.
1586 * tracepoint.h (struct trace_status) <from_file>: Rename it
1587 to "filename" and make it hold the trace file's filename
1588 instead of a boolean.
1589 * remote.c (remote_get_trace_status): Initialize "filename"
1590 field with NULL instead of 0.
1591
1592 2013-02-15 Yao Qi <yao@codesourcery.com>
1593
1594 * remote.c: Fix a typo.
1595
1596 2013-02-14 Pierre Muller <muller@sourceware.org>
1597
1598 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
1599
1600 2013-02-14 Pedro Alves <palves@redhat.com>
1601
1602 * utils.c (savestring): Don't #undef it. Move function to
1603 common/common-utils.c.
1604 * common/common-utils.c: Include gdb_string.h.
1605 (savestring): Move here from utils.c.
1606 * common/common-utils.h (savestring): Declare.
1607
1608 2013-02-14 Pedro Alves <palves@redhat.com>
1609
1610 * utils.c (savestring): Rename parameter 'size' to 'len'.
1611
1612 2013-02-14 Pedro Alves <palves@redhat.com>
1613 Yufeng Zhang <yufeng.zhang@arm.com>
1614
1615 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
1616 (aarch64_inferior_data, struct aarch64_inferior_data):
1617 Delete.
1618 (struct aarch64_process_info): New.
1619 (aarch64_process_list): New global.
1620 (aarch64_find_process_pid, aarch64_add_process)
1621 (aarch64_process_info_get): New functions.
1622 (aarch64_inferior_data_get): Delete.
1623 (aarch64_process_info_get): New function.
1624 (aarch64_forget_process): New function.
1625 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
1626 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
1627 aarch64_get_debug_reg_state.
1628 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
1629 instead of linux_nat_iterate_watchpoint_lwps.
1630 (aarch64_linux_new_fork): New function.
1631 (aarch64_linux_child_post_startup_inferior): Use
1632 aarch64_forget_process instead of aarch64_init_debug_reg_state.
1633 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
1634 (aarch64_linux_remove_hw_breakpoint)
1635 (aarch64_handle_aligned_watchpoint)
1636 (aarch64_handle_unaligned_watchpoint)
1637 (aarch64_linux_insert_watchpoint)
1638 (aarch64_linux_remove_watchpoint)
1639 (aarch64_linux_stopped_data_address): Adjust to pass the current
1640 process id to aarch64_debug_reg_state.
1641 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
1642 linux_nat_new_fork hook, and aarch64_forget_process as
1643 linux_nat_forget_process hook; remove the call to
1644 register_inferior_data_with_cleanup.
1645
1646 2013-02-14 Pedro Alves <palves@redhat.com>
1647
1648 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
1649 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
1650 lval_memory.
1651
1652 2013-02-14 Pedro Alves <pedro@codesourcery.com>
1653 Hafiz Abid Qadeer <abidh@codesourcery.com>
1654
1655 * tracepoint.h (validate_trace_state_variable_name): Declare.
1656 * tracepoint.c (validate_trace_state_variable_name): New.
1657 (trace_variable_command): Parse the trace state variable's name
1658 without using parse_expression. Do several validations.
1659 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
1660 trace state variable's name with parse_expression. Validate it.
1661
1662 2013-02-14 Yao Qi <yao@codesourcery.com>
1663
1664 * infcmd.c (breakpoint_proceeded): Remove it.
1665
1666 2013-02-14 Yao Qi <yao@codesourcery.com>
1667
1668 * tracepoint.c (end_actions_pseudocommand): Make it static.
1669 (while_stepping_pseudocommand): Likewise.
1670 * tracepoint.h (end_actions_pseudocommand): Remove the
1671 declaration.
1672 (while_stepping_pseudocommand): Likewise.
1673
1674 2013-02-14 Yao Qi <yao@codesourcery.com>
1675
1676 * cli/cli-decode.c (help_cmd): Remove the declaration of
1677 "cmdlist".
1678 (help_all): Likewise.
1679
1680 2013-02-13 Pedro Alves <palves@redhat.com>
1681
1682 * amd64-linux-nat.c (update_debug_registers_callback):
1683 Update comment.
1684 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
1685 iterate_over_lwps.
1686 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
1687 i386_debug_reg_state.
1688 (amd64_linux_new_fork): New function.
1689 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
1690 linux_nat_new_fork hook, and i386_forget_process as
1691 linux_nat_forget_process hook.
1692 * i386-linux-nat.c (update_debug_registers_callback):
1693 Update comment.
1694 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
1695 iterate_over_lwps.
1696 (i386_linux_prepare_to_resume): Pass the lwp's pid to
1697 i386_debug_reg_state.
1698 (i386_linux_new_fork): New function.
1699 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
1700 linux_nat_new_fork hook, and i386_forget_process as
1701 linux_nat_forget_process hook.
1702 * i386-nat.c (i386_init_dregs): Delete.
1703 (i386_inferior_data, struct i386_inferior_data):
1704 Delete.
1705 (struct i386_process_info): New.
1706 (i386_process_list): New global.
1707 (i386_find_process_pid, i386_add_process, i386_process_info_get):
1708 New functions.
1709 (i386_inferior_data_get): Delete.
1710 (i386_process_info_get): New function.
1711 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
1712 (i386_forget_process): New function.
1713 (i386_cleanup_dregs): Rewrite.
1714 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
1715 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
1716 (i386_stopped_data_address, i386_insert_hw_breakpoint)
1717 (i386_remove_hw_breakpoint): Adjust to pass the current process id
1718 to i386_debug_reg_state.
1719 (i386_use_watchpoints): Don't register inferior data.
1720 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
1721 adjust comment.
1722 (i386_forget_process): Declare.
1723 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
1724 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
1725 New static globals.
1726 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
1727 (add_initial_lwp): New, factored out from ...
1728 (add_lwp): ... this. Don't check the number of lwps before
1729 calling linux_nat_new_thread.
1730 (linux_nat_iterate_watchpoint_lwps): Delete.
1731 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
1732 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
1733 forks and vforks.
1734 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
1735 initial lwp.
1736 (linux_nat_kill, linux_nat_mourn_inferior): Call
1737 linux_nat_forget_process.
1738 (linux_nat_set_new_fork, linux_nat_set_forget_process)
1739 (linux_nat_forget_process): New functions.
1740 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
1741 type.
1742 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
1743 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
1744 types.
1745 (linux_nat_set_new_fork, linux_nat_set_forget_process)
1746 (linux_nat_forget_process): New declarations.
1747
1748 * amd64fbsd-nat.c (super_mourn_inferior): New global.
1749 (amd64fbsd_mourn_inferior): New function.
1750 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
1751 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
1752
1753 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
1754
1755 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
1756 Adding _().
1757
1758 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
1759
1760 * aarch64-linux-nat.c (debug_reg_change_callback)
1761 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
1762 %s and phex().
1763
1764 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
1765
1766 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
1767 with LONGEST.
1768
1769 2013-02-13 Pedro Alves <palves@redhat.com>
1770 Hafiz Abid Qadeer <abidh@codesourcery.com>
1771
1772 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
1773
1774 2013-02-12 Tom Tromey <tromey@redhat.com>
1775
1776 PR symtab/11464:
1777 * c-exp.y (lex_one_token): Initialize other fields of yylval on
1778 NAME return.
1779 (classify_inner_name): Remove 'first_name' argument, add
1780 'context'. Remove unused variable.
1781 (yylex): Explicitly maintain the context type. Exit loop earlier
1782 if NAME result is seen.
1783
1784 2013-02-12 Pedro Alves <palves@redhat.com>
1785
1786 * amd64-darwin-tdep.c: Add (C) after Copyright.
1787 * cli/cli-cmds.h: Ditto.
1788 * cli/cli-decode.c: Ditto.
1789 * cli/cli-decode.h: Ditto.
1790 * cli/cli-dump.c: Ditto.
1791 * cli/cli-dump.h: Ditto.
1792 * cli/cli-interp.c: Ditto.
1793 * cli/cli-logging.c: Ditto.
1794 * cli/cli-script.c: Ditto.
1795 * cli/cli-script.h: Ditto.
1796 * cli/cli-setshow.c: Ditto.
1797 * cli/cli-setshow.h: Ditto.
1798 * cli/cli-utils.c: Ditto.
1799 * cli/cli-utils.h: Ditto.
1800 * config/alpha/nm-osf3.h: Ditto.
1801 * config/djgpp/djconfig.sh: Ditto.
1802 * config/i386/nm-fbsd.h: Ditto.
1803 * config/i386/nm-i386gnu.h: Ditto.
1804 * config/nm-linux.h: Ditto.
1805 * config/nm-nto.h: Ditto.
1806 * config/rs6000/nm-rs6000.h: Ditto.
1807 * config/sparc/nm-sol2.h: Ditto.
1808 * darwin-nat-info.c: Ditto.
1809 * dfp.c: Ditto.
1810 * dfp.h: Ditto.
1811 * gdb-demangle.h: Ditto.
1812 * i386-darwin-nat.c: Ditto.
1813 * i386-darwin-tdep.c: Ditto.
1814 * linux-fork.h: Ditto.
1815 * m32c-tdep.c: Ditto.
1816 * microblaze-linux-tdep.c: Ditto.
1817 * microblaze-rom.c: Ditto.
1818 * microblaze-tdep.c: Ditto.
1819 * microblaze-tdep.h: Ditto.
1820 * mips-linux-tdep.h: Ditto.
1821 * ppc-ravenscar-thread.c: Ditto.
1822 * ppc-ravenscar-thread.h: Ditto.
1823 * prologue-value.c: Ditto.
1824 * prologue-value.h: Ditto.
1825 * ravenscar-thread.c: Ditto.
1826 * ravenscar-thread.h: Ditto.
1827 * sparc-ravenscar-thread.c: Ditto.
1828 * sparc-ravenscar-thread.h: Ditto.
1829 * tilegx-linux-tdep.c: Ditto.
1830 * unwind_stop_reasons.def: Ditto.
1831 * windows-nat.h: Ditto.
1832 * xtensa-linux-tdep.c: Ditto.
1833 * xtensa-xtregs.c: Ditto.
1834 * regformats/regdat.sh: Ditto.
1835 * regformats/regdef.h: Ditto.
1836
1837 2013-02-12 Pedro Alves <palves@redhat.com>
1838
1839 * break-catch-sig.c: Update copyright years.
1840
1841 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
1842
1843 Add support for a destructor for ui_out data and use it to
1844 provide a ui_out destructor.
1845 * ui-out.h: Declare the new ui_out destructor.
1846 (ui_out_impl): Add a field for data destructor in ui_out_impl.
1847 * ui-out.c (default_data_destroy): Add a default data destructor
1848 which does nothing.
1849 (default_ui_out_impl): Set the new data_destroy field to
1850 default_data_destroy
1851 (uo_data_destroy): Local function which invokes the data
1852 destructor if present.
1853 (clear_table): Local function which clears the table data of a
1854 ui_out object.
1855 (ui_out_destroy): Public function which frees a ui_out object.
1856 (ui_out_table_end): Use the new clear_table function.
1857 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
1858 NULL.
1859 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
1860 to NULL.
1861
1862 2013-02-11 Doug Evans <dje@google.com>
1863
1864 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
1865 (printf_decfloat): New function. Broken out from ui_printf.
1866 Remove unnecessary code to shift the entire format string down.
1867 (printf_pointer): New function.
1868 (ui_printf): Code to print C strings, wide C strings, decfloats,
1869 and pointers moved to separate functions.
1870
1871 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1872
1873 * valops.c (value_assign): Handling bitfield offset in
1874 `lval_internalvar_component' case.
1875
1876 2013-02-08 Doug Evans <dje@google.com>
1877
1878 * common/format.c (parse_format_string): Fix whitespace.
1879
1880 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
1881
1882 * stack.c (return_command): Work around uninitialized variable
1883 warning.
1884
1885 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
1886
1887 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
1888 number of the registers from 36 to 34.
1889
1890 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
1891
1892 * NEWS: Mention new AArch64 native and target support.
1893
1894 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
1895
1896 * MAINTAINERS (Write After Approval): Add myself.
1897
1898 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
1899 Marcus Shawcroft <marcus.shawcroft@arm.com>
1900 Nigel Stephens <nigel.stephens@arm.com>
1901 Yufeng Zhang <yufeng.zhang@arm.com>
1902
1903 * aarch64-linux-nat.c: New file.
1904 * config/aarch64/linux.mh: New file.
1905 * configure.host: Add AArch64.
1906 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
1907
1908 2013-02-07 Doug Evans <dje@google.com>
1909
1910 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
1911 disassemble command.
1912
1913 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
1914
1915 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1916 set_gdbarch_fetch_tls_load_module_address.
1917
1918 2013-02-06 David S. Miller <davem@davemloft.net>
1919
1920 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
1921 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
1922 * value.c (struct_return_convention): New function.
1923 (using_struct_return): Implement in terms of struct_return_convention.
1924 * value.h (struct_return_convention): Declare.
1925 * stack.c (return_command): Allow successful overriding of the return
1926 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
1927
1928 2013-02-06 Tom Tromey <tromey@redhat.com>
1929
1930 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
1931 outside of TRY_CATCH.
1932
1933 2013-02-06 Yao Qi <yao@codesourcery.com>
1934
1935 * mi/mi-interp.c: Include "tracepoint.h".
1936 (mi_tsv_modified): Declare.
1937 (mi_tsv_created, mi_tsv_deleted): Update declaration.
1938 (mi_interpreter_init): Call observer_attach_tsv_modified.
1939 (mi_tsv_modified): New.
1940 (mi_tsv_created, mi_tsv_deleted): Update.
1941 * tracepoint.c (trace_variable_command): Call
1942 observer_notify_tsv_modified if the initial value of tsv is
1943 changed.
1944 (delete_trace_state_variable): Call
1945 observer_notify_tsv_deleted earlier.
1946 (trace_variable_command): Caller update.
1947 (create_tsv_from_upload): Likewise.
1948 * observer.sh: Declare "struct trace_state_variable".
1949
1950 * NEWS: Mention the new MI notification "=tsv-modified".
1951
1952 2013-02-05 Doug Evans <dje@google.com>
1953
1954 * completer.c (location_completer): Fix typo in comment.
1955
1956 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1957
1958 * breakpoint.c (add_location_to_breakpoint): Insert the location with
1959 ADDRESS sorted.
1960
1961 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
1962
1963 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
1964 Refactor if statement to avoid trailing || operator.
1965
1966 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
1967
1968 * NEWS: Add PowerPC FreeBSD as a new native configuration.
1969
1970 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
1971
1972 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
1973 * configure.host: Add powerpc*-*-freebsd* target.
1974 * configure.tgt: Add target info for powerpc*-*-freebsd*.
1975 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
1976 * config/powerpc/fbsd.mh: New file.
1977
1978 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
1979 Denys Vlasenko <dvlasenk@redhat.com>
1980 Pedro Alves <palves@redhat.com>
1981
1982 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
1983 (struct elf_internal_linux_prpsinfo): Forward declare.
1984 * gdbarch.h, gdbarch.c: Regenerate.
1985 * linux-tdep.c: Include `cli/cli-utils.h'.
1986 (linux_fill_prpsinfo): New function.
1987 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
1988 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
1989 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
1990 depending on gdbarch pointer bitness.
1991 * ppc-linux-tdep.c: Include elf-bfd.h.
1992 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
1993 on 32-bit.
1994
1995 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
1996 Marcus Shawcroft <marcus.shawcroft@arm.com>
1997 Nigel Stephens <nigel.stephens@arm.com>
1998 Yufeng Zhang <yufeng.zhang@arm.com>
1999
2000 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
2001
2002 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
2003 Marcus Shawcroft <marcus.shawcroft@arm.com>
2004 Nigel Stephens <nigel.stephens@arm.com>
2005 Yufeng Zhang <yufeng.zhang@arm.com>
2006
2007 * aarch64-newlib-tdep.c: New file.
2008 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
2009 aarch64*-*-elf.
2010 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
2011 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
2012 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
2013 * osabi.c (gdb_osabi_names): Add "Newlib".
2014
2015 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
2016 Marcus Shawcroft <marcus.shawcroft@arm.com>
2017 Nigel Stephens <nigel.stephens@arm.com>
2018 Yufeng Zhang <yufeng.zhang@arm.com>
2019
2020 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
2021 (ALLDEPFILES): Add aarch64-linux-tdep.c.
2022 * aarch64-linux-tdep.c: New file.
2023 * aarch64-linux-tdep.h: New file.
2024 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
2025 * configure.tgt: Add aarch64-none-linux-gnu.
2026
2027 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
2028 Marcus Shawcroft <marcus.shawcroft@arm.com>
2029 Nigel Stephens <nigel.stephens@arm.com>
2030 Yufeng Zhang <yufeng.zhang@arm.com>
2031
2032 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
2033 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
2034 (ALLDEPFILES): Add aarch64-tdep.c.
2035 * aarch64-tdep.c: New file.
2036 * aarch64-tdep.h: New file.
2037 * configure.tgt: Add AArch64.
2038 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
2039 (aarch64-expedite): New definition.
2040 * features/aarch64-core.xml: New file.
2041 * features/aarch64-fpu.xml: New file.
2042 * features/aarch64-without-fpu.c: New file (generated).
2043 * features/aarch64-without-fpu.xml: New file.
2044 * features/aarch64.c: New file (generated).
2045 * features/aarch64.xml: New file.
2046 * regformats/aarch64-without-fpu.dat: New file (generated).
2047 * regformats/aarch64.dat: New file (generated).
2048
2049 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2050
2051 * contrib/expect-read1.c: New file.
2052 * contrib/expect-read1.sh: New file.
2053
2054 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 * dwarf2read.c (file_file_name): New function with code from
2057 file_full_name.
2058 (file_full_name): Move most of the code to file_file_name.
2059 (macro_start_file): Rename variable full_name to file_name and use
2060 file_file_name for it. Add comp_dir parameter to new_macro_table.
2061 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
2062 macro_source_file->filename access by macro_source_fullname call.
2063 * macroscope.c (_initialize_macroscope): Update the new_macro_table
2064 caller.
2065 * macrotab.c (struct macro_table): New field comp_dir.
2066 (macro_include): New variables link_fullname and source_fullname.
2067 Replace any macro_source_file->filename access by macro_source_fullname
2068 call.
2069 (macro_lookup_inclusion): Remove the partial filenames checking code.
2070 (check_for_redefinition): New variables source_fullname and
2071 found_key_fullname. Replace any macro_source_file->filename access by
2072 macro_source_fullname call.
2073 (macro_undef): New variables source_fullname and key_fullname. Replace
2074 any macro_source_file->filename access by macro_source_fullname call.
2075 (macro_lookup_definition): New variables retval and source_fullname.
2076 Replace any macro_source_file->filename access by macro_source_fullname
2077 call.
2078 (foreach_macro): New variable key_fullname. Replace any
2079 macro_source_file->filename access by macro_source_fullname call.
2080 (foreach_macro_in_scope): New variable datum_fullname. Replace any
2081 macro_source_file->filename access by macro_source_fullname call.
2082 (new_macro_table): Add parameter comp_dir. Initialize T with it.
2083 (macro_source_fullname): New function.
2084 * macrotab.h (struct macro_source_file): Extent the filename field
2085 comment.
2086 (new_macro_table): New parameter comp_dir, add a comment for it.
2087 (macro_source_fullname): new declaration.
2088
2089 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2090
2091 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
2092 this_real_name to outer block. Use it also for
2093 compare_filenames_for_search.
2094 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
2095 with dw2_get_real_path for file_matcher, considering also
2096 BASENAMES_MAY_DIFFER.
2097 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
2098
2099 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2100
2101 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
2102 to the file_matcher parameter. Pass 0 to it.
2103 (dwarf2_create_include_psymtab): Copy also DIRNAME.
2104 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
2105 NULL psymtab_to_fullname result.
2106 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
2107 an expected filename instead.
2108 (expand_symtabs_matching_via_partial): Add basenames parameter to the
2109 file_matcher parameter. Call also psymtab_to_fullname, after newly
2110 considering BASENAMES_MAY_DIFFER.
2111 * source.c (rewrite_source_path): Remove static.
2112 * source.h (rewrite_source_path): New declaration.
2113 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
2114 the expand_symtabs_matching field. Comment it.
2115 * symtab.c (file_matches): New function comment. Add parameter
2116 basenames, implement it.
2117 (search_symbols_file_matches): Add basenames parameter. Update the
2118 file_matches caller.
2119 (search_symbols): Match FILES also against symtab_to_fullname.
2120 Optimize it for BASENAMES_MAY_DIFFER.
2121
2122 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 * source.c (print_source_lines_base): Print for TUI also "fullname".
2125 * tui/tui-data.c (init_content_element): Change tui_locator_element
2126 field to full_name.
2127 * tui/tui-data.h (struct tui_locator_element): Likewise.
2128 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
2129 tui_update_locator_filename calls to tui_update_locator_fullname.
2130 Replace symtab->filename refererence by symtab_to_fullname call.
2131 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
2132 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
2133 field to full_name. Replace symtab->filename refererence by
2134 symtab_to_fullname call.
2135 (tui_show_symtab_source): Rename parameter to fullname. Change
2136 tui_locator_element field to full_name.
2137 * tui/tui-stack.c: Include source.h.
2138 (tui_set_locator_filename): Rename the declaration to ...
2139 (tui_set_locator_fullname): ... here. Rename its parameter to
2140 fullname, updates its comment.
2141 (tui_set_locator_info): Rename its parameter to fullname.
2142 (tui_set_locator_filename): Rename the definition to ...
2143 (tui_set_locator_fullname): ... here. Rename its parameter to
2144 fullname, updates its comment. Change tui_locator_element field to
2145 full_name.
2146 (tui_set_locator_info): Rename its parameter to fullname.
2147 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
2148 (tui_update_locator_filename): Rename to ...
2149 (tui_update_locator_fullname): ... here. Rename callee to
2150 tui_set_locator_fullname.
2151 (tui_show_frame_info): Replace symtab->filename refererence by
2152 symtab_to_fullname call.
2153 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
2154 (tui_update_locator_fullname): ... here.
2155 * tui/tui-winsource.c (tui_display_main): Rename the callee to
2156 tui_update_locator_fullname. Replace symtab->filename refererence by
2157 symtab_to_fullname call.
2158 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
2159 Rename the callee to tui_update_locator_fullname.
2160 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
2161
2162 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2163
2164 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
2165 by symtab_to_filename_for_display calls.
2166 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
2167 (clear_command): New variable sal_fullname, initialize it. Replace
2168 compare_filenames_for_search by filename_cmp with sal_fullname.
2169 (say_where, update_static_tracepoint): Replace symtab->filename
2170 refererences by symtab_to_filename_for_display calls.
2171 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
2172 Likewise.
2173 * dwarf2read.c: Include source.h.
2174 (fixup_go_packaging): Replace symtab->filename refererences by
2175 symtab_to_filename_for_display calls.
2176 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
2177 Replace symtab->filename refererences by symtab_to_filename_for_display
2178 calls.
2179 (create_sals_line_offset, convert_linespec_to_sals): New variable
2180 fullname, initialize it, replace symtab->filename reference by the
2181 variable.
2182 * linux-fork.c: Include source.h.
2183 (info_checkpoints_command): Replace symtab->filename refererences by
2184 symtab_to_filename_for_display calls.
2185 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
2186 by symtab_to_filename_for_display calls.
2187 * mdebugread.c: Include source.h.
2188 (psymtab_to_symtab_1): Replace symtab->filename refererences by
2189 symtab_to_filename_for_display calls.
2190 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
2191 (mi_cmd_file_list_exec_source_files): Likewise.
2192 * printcmd.c: Include source.h.
2193 (build_address_symbolic): Replace symtab->filename refererences by
2194 symtab_to_filename_for_display calls.
2195 * psymtab.c (partial_map_symtabs_matching_filename)
2196 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
2197 with psymtab_to_fullname.
2198 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
2199 by symtab_to_filename_for_display calls.
2200 (stpy_get_filename): New variable filename, initialize it, use instead
2201 of symtab->filename refererences.
2202 (salpy_str): Make variable filename const char *. Replace
2203 symtab->filename refererences by symtab_to_filename_for_display calls.
2204 * skip.c: Include source.h and filenames.h.
2205 (skip_file_command): Remove const from the symtab variable. Replace
2206 symtab->filename refererences by symtab_to_fullname call.
2207 (function_name_is_marked_for_skip): New variables searched_for_fullname
2208 and fullname. Use them to search also with symtab's fullname.
2209 * source.c (find_source_lines): Replace symtab->filename refererences
2210 by symtab_to_filename_for_display calls.
2211 (print_source_lines_base): New variable filename, use it instead of
2212 symtab->filename. Replace symtab->filename refererences by
2213 symtab_to_filename_for_display calls.
2214 (line_info, forward_search_command): Replace symtab->filename
2215 refererences by symtab_to_filename_for_display calls.
2216 (reverse_search_command): Replace symtab->filename refererences by
2217 symtab_to_filename_for_display calls. New variable filename for it.
2218 * stack.c (frame_info): Likewise.
2219 * symmisc.c: Include source.h.
2220 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
2221 (maintenance_info_symtabs): Replace symtab->filename refererences by
2222 symtab_to_filename_for_display calls.
2223 * symtab.c (iterate_over_some_symtabs): Call
2224 compare_filenames_for_search also with symtab_to_fullname.
2225 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
2226 symtab->filename refererences by symtab_to_filename_for_display calls.
2227 (find_line_symtab): Replace symtab->filename refererences by
2228 symtab_to_filename_for_display calls.
2229 (file_matches): Replace filename_cmp by compare_filenames_for_search.
2230 (print_symbol_info): Make the last parameter const char *. New
2231 variable s_filename. Use it in the function.
2232 (symtab_symbol_info): Make the last_filename variable const char *.
2233 Replace symtab->filename refererences by symtab_to_filename_for_display
2234 calls.
2235 (rbreak_command): New variable fullname. Use it. Replace
2236 symtab->filename refererence by symtab_to_filename_for_display call.
2237 * tracepoint.c (set_traceframe_context, trace_find_line_command)
2238 (print_one_static_tracepoint_marker): Replace symtab->filename
2239 refererences by symtab_to_filename_for_display calls.
2240 * tui/tui-source.c (tui_set_source_content): New variables filename and
2241 s_filename. Replace symtab->filename refererences by this variable.
2242 Replace other symtab->filename refererences by
2243 symtab_to_filename_for_display calls.
2244
2245 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2246 Jan Kratochvil <jan.kratochvil@redhat.com>
2247
2248 Add a new variable that controls a way in which filenames are
2249 displayed.
2250 * NEWS (set filename-display): New entry.
2251 * source.c (filename_display_basename, filename_display_relative)
2252 (filename_display_absolute, filename_display_kind_names)
2253 (filename_display_string, show_filename_display_string)
2254 (symtab_to_filename_for_display): New.
2255 (_initialize_source): Added initialization of 'filename-display'
2256 variable.
2257 * source.h (symtab_to_filename_for_display): Added declaration.
2258 * stack.c (print_frame): Added new variable and calling of a new
2259 function and condition with this variable. Changed third argument of
2260 calling of a function.
2261
2262 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
2265 Rename field reference filename to fullname.
2266 * tui/tui-data.h (struct tui_source_info): Rename field filename to
2267 fullname. New comment for it.
2268 * tui/tui-source.c (tui_set_source_content): Rename field reference
2269 filename to fullname. Initialize field by symtab_to_fullname now.
2270 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
2271 reference filename to fullname. Use symtab_to_fullname during
2272 comparison.
2273
2274 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2275
2276 Code cleanup.
2277 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
2278 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
2279 filename to fullname. Rename variable this_name to this_fullname.
2280 Lowercase FILENAME_CMP call.
2281 (dw2_find_symbol_file): New comment for the returned string.
2282 (dwarf2_gdb_index_functions): Rename the function to
2283 dw2_expand_symtabs_with_fullname.
2284 * psymtab.c (read_psymtabs_with_filename): Rename to ...
2285 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
2286 fullname.
2287 (psym_functions): Rename the function to read_psymtabs_with_fullname.
2288 * symfile.h (struct quick_symbol_functions): Rename field
2289 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
2290 parameter filename to fullname. Document returned string meaning for
2291 find_symbol_file.
2292 * symtab.c (find_line_symtab): Rename the called function to
2293 expand_symtabs_with_fullname.
2294
2295 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2296
2297 Code cleanup.
2298 * breakpoint.c (clear_command): Remove variable is_abs, unify the
2299 call of filename_cmp with compare_filenames_for_search.
2300 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
2301 is_abs, unify the call of FILENAME_CMP with
2302 compare_filenames_for_search. New gdb_asserts for real_path and name.
2303 Unify the call of compare_filenames_for_search with FILENAME_CMP.
2304 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
2305 * symfile.h (struct quick_symbol_functions): Extend the comment for
2306 map_symtabs_matching_filename.
2307 * symtab.c (compare_filenames_for_search): Remove the function comment
2308 relative path requirement. Handle absolute filenames, with a comment.
2309 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
2310 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
2311 real_path and name. Unify the call of compare_filenames_for_search
2312 with FILENAME_CMP.
2313 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
2314
2315 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2316
2317 Code cleanup.
2318 * breakpoint.c (print_breakpoint_location): Replace bp_location field
2319 source_file references by symtab field references. Remove variables
2320 sal and fullname.
2321 (momentary_breakpoint_from_master, add_location_to_breakpoint):
2322 (clear_command, say_where): Replace bp_location field source_file
2323 references by symtab field references.
2324 (bp_location_dtor): Remove the source_file reference.
2325 (update_static_tracepoint): Replace bp_location field source_file
2326 references by symtab field references.
2327 (breakpoint_free_objfile): New function.
2328 * breakpoint.h (struct bp_location): Extend the comment for line_number.
2329 Replace the field source_file by field symtab, extend its comment.
2330 (breakpoint_free_objfile): New declaration.
2331 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
2332 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
2333 field source_file references by symtab field references.
2334
2335 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2336
2337 Replace xfullpath calls by gdb_realpath calls.
2338 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
2339 function comment.
2340 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
2341 Remove it from the iterate_over_some_symtabs call.
2342 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
2343 Remove it from the dw2_map_expand_apply calls, remove a block handling
2344 it.
2345 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
2346 Remove it from the iterate_over_some_symtabs call.
2347 (partial_map_symtabs_matching_filename): Remove parameter full_path.
2348 Remove it from the partial_map_expand_apply calls, remove a block
2349 handling it. Drop gdb_realpath call and cleanups from the real_path
2350 handling.
2351 * source.c (openp): Drop the comment part about xfullpath. Replace
2352 xfullpath calls by gdb_realpath calls.
2353 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
2354 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
2355 from method map_symtabs_matching_filename and its comment.
2356 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
2357 gdb_realpath call.
2358 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
2359 remove it also from the function comment, remove a block handling it.
2360 Drop gdb_realpath call and cleanups from the real_path handling.
2361 (iterate_over_symtabs): Drop variable full_path and its use.
2362 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
2363 * utils.c (xfullpath): Remove.
2364 * utils.h (xfullpath): Remove.
2365
2366 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
2367
2368 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
2369 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
2370 (ALLDEPFILES): Add ppc64-tdep.c.
2371 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
2372 ppc64-tdep.o to gdb_target_obs.
2373 * ppc64-tdep.h: New file.
2374 * ppc64-tdep.c: New file.
2375 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
2376 ppc-linux-tdep.c to here.
2377 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
2378 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
2379 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
2380 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
2381 from ppc-linux-tdep.c to here.
2382 (ppc64_convert_from_func_ptr_addr): Rename from
2383 ppc64_linux_convert_from_func_ptr_addr to
2384 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
2385 here.
2386 * rs6000-tdep.c:
2387 (read_insn): Move from ppc-linux-tdep.c to here.
2388 (insns_match_pattern, insn_d_field, insn_ds_field): Move
2389 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
2390 * ppc-linux-tdep.c: Include ppc64-tdep.h.
2391 Removed above functions.
2392 (ppc_linux_init_abi): Adjust.
2393
2394 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
2395
2396 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
2397
2398 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
2399
2400 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
2401
2402 2013-02-01 Pedro Alves <palves@redhat.com>
2403
2404 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
2405 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
2406
2407 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 * elfread.c (elf_symfile_read): Limit separate debug info additions to
2410 files with no separate debug info.
2411 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
2412 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
2413 only for files with no separate debug info.
2414
2415 2013-01-31 Tom Tromey <tromey@redhat.com>
2416
2417 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
2418 change type.
2419 (struct jit_program_space_data): Rename from jit_inferior_data.
2420 Update comments.
2421 (get_jit_program_space_data): Rename from get_jit_inferior_data.
2422 Change return type. Attach data to program space.
2423 (jit_program_space_data_cleanup): Rename from
2424 jit_inferior_data_cleanup; change argument type.
2425 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
2426 change type.
2427 (jit_register_code): Update.
2428 (jit_update_inferior_cache): Remove.
2429 (jit_breakpoint_deleted): Get jit data from the location's program
2430 space.
2431 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
2432 'ps_data', change type.
2433 (jit_inferior_init, jit_breakpoint_re_set_internal)
2434 (jit_event_handler): Update.
2435 (free_objfile_data): Get data from objfile's program space.
2436 (_initialize_jit): Update.
2437
2438 2013-01-31 Tom Tromey <tromey@redhat.com>
2439
2440 PR gdb/13987:
2441 * jit.c (struct jit_inferior_data) <cached_code_address,
2442 jit_breakpoint>: New fields.
2443 (jit_breakpoint_re_set_internal): Fix logging. Only create
2444 breakpoint if cached address has changed.
2445 (jit_update_inferior_cache, jit_breakpoint_deleted): New
2446 functions.
2447 (_initialize_jit): Register breakpoint deleted observer.
2448
2449 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2450
2451 * infrun.c (handle_syscall_event): Remove unused gdbarch.
2452 (save_infcall_suspend_state): Ifdef out unused inf.
2453 (restore_infcall_suspend_state): Ifdef out unused inf.
2454 * jit.c (jit_register_code): Remove unused i, b, inf_data.
2455 (jit_frame_sniffer): Remove unused inf_data.
2456
2457 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2458
2459 * c-exp.y (classify_inner_name): Remove unused type.
2460 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
2461 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
2462 need_escape.
2463 (c_get_string): Remove unused kind.
2464 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
2465
2466 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2467
2468 * charset.c (intermediate_encoding): Remove unused i.
2469 * completer.c (signal_completer): Remove unused i.
2470 * continuations.c (discard_my_continuations_1): Remove unused
2471 continuation_ptr.
2472 * corelow.c (core_close): Remove unuseD name.
2473 (get_core_siginfo): Remove unused pid.
2474 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
2475 i, cps.
2476 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
2477 (loclist_describe_location): Remove unused first.
2478 * event-top.c (command_line_handler): Remove unused got_eof.
2479 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
2480 (resize_section_table): Remove unused old_value.
2481 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
2482 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
2483 * i386-tdep.c (i386_process_record): Remove unused rex.
2484 * infcmd.c (get_return_value): Remove unused uiout.
2485 * jv-lang.c (type_from_class): Remove unused is_array.
2486 * jv-valprint.c (java_val_print): Remove unused i.
2487 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
2488 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
2489 * m2-typeprint.c (m2_print_type): Remove unused code.
2490 * macroexp.c (get_character_constant): Remove unused body_start.
2491 (macro_stringify): Remove unused result.
2492 * objc-lang.c (find_methods): Remove unused gdbarch.
2493 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
2494 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
2495 * stack.c (print_frame_args): Remove unused summary.
2496 * thread.c (thread_apply_command): Remove unused p.
2497 * valarith.c (value_x_unop): Remove unused mangle_ptr.
2498 * valops.c (search_struct_method): Remove unused skip.
2499 * valprint.c (generic_val_print): Remove unused byte_order.
2500 * varobj.c (varobj_update): Remove unused changed.
2501 * cli/cli-cmds.c (complete_command): Remove unused next_item.
2502 (alias_command): Remove unused c.
2503 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
2504 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
2505 format.
2506 (mi_cmd_data_write_memory): Remove unused word_format.
2507 (mi_cmd_data_write_memory_bytes): Remove unused r.
2508 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
2509 p_start, p_end.
2510 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
2511 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
2512 line_width.
2513
2514 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2515
2516 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
2517 * symtab.c (iterate_over_symtabs): Remove unused s.
2518 (find_pc_sect_symtab): Remove unused pspAce.
2519 (find_pc_sect_line): Remove unused alt_symtab.
2520 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
2521 (completion_list_add_name): Remove unused newsize.
2522
2523 2013-01-31 Tom Tromey <tromey@redhat.com>
2524
2525 PR c++/14998:
2526 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
2527 TYPE_CODE_FUNC.
2528
2529 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2530
2531 * target.c (target_read_string): Remove unused origlen.
2532
2533 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2534
2535 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
2536 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
2537 * ax-general.c (ax_print): Remove unused is_float.
2538 * blockframe.c (block_innermost_frame): Remove unused start, end.
2539 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
2540
2541 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2542
2543 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
2544 (svr4_read_so_list): Remove unused lmo.
2545 * solib-target.c (solib_target_relocate_section_addresses): Remove
2546 unused flags.
2547
2548 2013-01-30 Tom Tromey <tromey@redhat.com>
2549
2550 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
2551
2552 2013-01-30 Tom Tromey <tromey@redhat.com>
2553
2554 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
2555 * utils.c (gnu_debuglink_crc32): Remove.
2556 * utils.h (gnu_debuglink_crc32): Don't declare.
2557
2558 2013-01-30 Tom Tromey <tromey@redhat.com>
2559
2560 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
2561 (read_structure_type, read_enumeration_type): Remove cast.
2562
2563 2013-01-30 Tom Tromey <tromey@redhat.com>
2564
2565 * dwarf2read.c (read_namespace_type): Remove cast.
2566 (read_typedef): Likewise.
2567
2568 2013-01-29 Tom Tromey <tromey@redhat.com>
2569
2570 * dwarf2read.c (free_dwo_file): Remove assert.
2571
2572 2013-01-29 Tom Tromey <tromey@redhat.com>
2573
2574 * value.c (deprecated_set_value_modifiable): Remove.
2575 * value.h (deprecated_set_value_modifiable): Remove.
2576
2577 2013-01-28 Doug Evans <dje@google.com>
2578
2579 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
2580 to addresses from dwo files.
2581
2582 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
2583
2584 * valops.c (find_overload_match): Remove unused argument 'lax'.
2585 * value.h: Remove unused argument 'lax' from the declaration of
2586 find_overload_match.
2587 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
2588 to find_overload_match.
2589 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
2590 argument to find_overload_match.
2591
2592 2013-01-25 Tom Tromey <tromey@redhat.com>
2593
2594 * dwarf2read.c (processing_has_namespace_info): Remove.
2595 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
2596 (process_die, read_func_scope, dwarf2_start_symtab)
2597 (new_symbol_full): Update.
2598
2599 2013-01-25 Tom Tromey <tromey@redhat.com>
2600
2601 * cp-namespace.c (cp_set_block_scope): Remove.
2602 * cp-support.h (cp_set_block_scope): Remove.
2603 * dbxread.c: Include block.h.
2604 (cp_set_block_scope): New function.
2605 (process_one_symbol): Update.
2606 * dwarf2read.c (read_func_scope): Use block_set_scope.
2607
2608 2013-01-25 Pedro Alves <palves@redhat.com>
2609
2610 * remote.c (add_current_inferior_and_thread): Tweak comment.
2611
2612 2013-01-25 Tom Tromey <tromey@redhat.com>
2613
2614 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
2615 (cp_add_using_directive): Add 'copy_names' argument.
2616 * cp-support.h (cp_add_using_directive): Update.
2617 (struct using_direct) <import_src, import_dest, alias,
2618 declaration>: Now const.
2619 * dwarf2read.c (read_import_statement): Use obconcat.
2620 Don't copy names passed to cp_add_using_directive.
2621
2622 2013-01-25 Tom Tromey <tromey@redhat.com>
2623
2624 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
2625
2626 2013-01-25 Pedro Alves <palves@redhat.com>
2627
2628 * remote.c (stop_reply_extract_thread): New.
2629 (add_current_inferior_and_thread): New parameter 'wait_status'.
2630 Handle it.
2631 (remote_start_remote): Pass wait status to
2632 add_current_inferior_and_thread.
2633 (extended_remote_run): Update comment.
2634 (extended_remote_create_inferior_1): Pass wait status to
2635 add_current_inferior_and_thread.
2636
2637 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
2638 Ulrich Weigand <uweigand@de.ibm.com>
2639
2640 * valarith.c (value_vector_widen): New function for replicating a
2641 scalar into a vector.
2642 (value_binop): Use value_vector_widen to widen scalar to vector
2643 rather than casting, this better matches gcc C behaviour.
2644 * valops.c (value_casst): Update logic for casting between vector
2645 types, and for casting from scalar to vector, try to match gcc C
2646 behaviour.
2647 * value.h (value_vector_widen): Declare.
2648 * opencl-lang.c (opencl_value_cast): New opencl specific casting
2649 function, handle special case for casting scalar to vector.
2650 (opencl_relop): Use opencl_value_cast.
2651 (evaluate_subexp_opencl): Use opencl_value_cast instead of
2652 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
2653 in order to use opencl_value_cast.
2654
2655 2013-01-25 Yao Qi <yao@codesourcery.com>
2656
2657 * event-loop.c: Include "queue.h".
2658 (gdb_event_p): New typedef.
2659 (DECLARE_QUEUE_P): Use.
2660 (DEFINE_QUEUE_P): Use.
2661 (async_queue_event): Remove.
2662 (gdb_event_xfree): New.
2663 (initialize_event_loop): New.
2664 (process_event): Use QUEUE macros.
2665 (event_queue): Remove.
2666 (gdb_wait_for_event): Caller update.
2667 (check_async_event_handlers): Likewise.
2668 (poll_timers): Likewise.
2669 * event-loop.h (initialize_event_loop): Declare.
2670 * event-loop.c (gdb_event_xfree): New.
2671 * top.c (gdb_init): Call initialize_event_loop.
2672
2673 2013-01-25 Yao Qi <yao@codesourcery.com>
2674
2675 * event-loop.c (async_queue_event): Remove one parameter
2676 'position'. Remove code handling 'position' == TAIL.
2677 (gdb_wait_for_event): Caller update.
2678 (check_async_event_handlers): Caller update.
2679 (poll_timers): Caller update.
2680 * event-loop.h (enum queue_position): Remove.
2681
2682 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
2683
2684 * MAINTAINERS: Update my email.
2685
2686 2013-01-25 Yao Qi <yao@codesourcery.com>
2687
2688 * main.c (print_gdb_help): Remove "--epoch" from the help
2689 message.
2690
2691 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
2692
2693 * symtab.c (skip_prologue_using_sal): Consider a file
2694 change the same as an increased line number
2695
2696 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
2697
2698 * MAINTAINERS (Write After Approval): Add myself to the list.
2699
2700 2013-01-24 Tom Tromey <tromey@redhat.com>
2701
2702 * ada-lang.h (ada_decode_symbol): Make return type const.
2703 * ada-lang.c (ada_decode_symbol): Likewise.
2704
2705 2013-01-23 Doug Evans <dje@google.com>
2706
2707 * linespec.c (find_linespec_symbols): Make static.
2708
2709 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2710
2711 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
2712 type on float conversion for complex type.
2713
2714 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2715
2716 Add a new class gdb.Architecture which exposes GDB's
2717 internal representation of architecture via GDB Python API.
2718 * Makefile.in: Add entries corresponding to the new file
2719 python/py-arch.c.
2720 * NEWS (Python Scripting): Add entries for the new class
2721 gdb.Architecture and the new method gdb.Frame.architecture.
2722 * python/py-arch.c: Implement gdb.Architecture class.
2723 * python/py-frame.c (frapy_arch): Implement the method
2724 gdb.Frame.architecture().
2725 (frame_object_methods): Add 'architecture' to the method table.
2726 * python/python-internal.h: Add declarations of new utility
2727 functions.
2728 * python/python.c (_initialize_python): Initialize
2729 gdb.Architecture class.
2730
2731 2013-01-23 Doug Evans <dje@google.com>
2732
2733 Work around binutils/15021.
2734 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
2735 type_unit_group out of union s. All uses updated.
2736 (read_index_from_section): Watch for index version 8.
2737 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
2738 an imported symtab.
2739 (write_psymtabs_to_index): Increment version number to 8.
2740
2741 2013-01-22 Pedro Alves <palves@redhat.com>
2742
2743 * annotate.c (breakpoint_changed): Skip if breakpoint is not
2744 user-visible.
2745
2746 2013-01-22 Pedro Alves <palves@redhat.com>
2747
2748 * annotate.c (annotate_breakpoints_changed): Rename to ...
2749 (annotate_breakpoints_invalid): ... this. Make static.
2750 (breakpoint_changed): Adjust.
2751 (_initialize_annotate): Always install the observers. Install a
2752 "breakpoint_created" observer.
2753 * annotate.h (annotate_breakpoints_changed): Delete declaration.
2754 * breakpoint.c (set_breakpoint_condition)
2755 (breakpoint_set_commands, do_map_commands_command)
2756 (init_raw_breakpoint, clear_command, set_ignore_count)
2757 (enable_breakpoint_disp): No longer call
2758 annotate_breakpoints_changed.
2759
2760 2013-01-22 Pedro Alves <palves@redhat.com>
2761
2762 * annotate.c: Include "inferior.h".
2763 (frames_invalid_emitted)
2764 (breakpoints_invalid_emitted): New globals.
2765 (async_background_execution_p): New function.
2766 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
2767 emitting the annotation if it has already been emitted.
2768 (annotate_display_prompt): New function.
2769 * annotate.h (annotate_display_prompt): New declaration.
2770 * event-top.c: Include annotate.h.
2771 (display_gdb_prompt): Call annotate_display_prompt.
2772
2773 2013-01-22 Pedro Alves <palves@redhat.com>
2774
2775 * annotate.c (ignore_count_changed): Delete.
2776 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
2777 (annotate_ignore_count_change): Delete.
2778 (annotate_stopped): Don't emit a delayed breakpoints-changed
2779 annotation.
2780 * annotate.h (annotate_ignore_count_change): Delete.
2781 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
2782 annotate_ignore_count_change.
2783
2784 2013-01-22 Tom Tromey <tromey@redhat.com>
2785
2786 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
2787 require_rvalue for a register location.
2788
2789 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2790
2791 * breakpoint.c (print_one_breakpoint_location): Add MI
2792 field 'thread-groups' when printing a breakpoint.
2793 (output_thread_groups): New function.
2794
2795 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2796
2797 * python/lib/gdb/commands/explore.py
2798 (CompoundExplorer.explore_expr): Correct the name of a method
2799 being invoked.
2800 (ExploreTypeCommand.invoke): Add a missing 'return'.
2801
2802 2013-01-21 Tom Tromey <tromey@redhat.com>
2803
2804 * gdb_obstack.h (obconcat): Move declaration here, from...
2805 * symfile.h (obconcat): ... here.
2806 * gdb_obstack.c: New file.
2807 (obconcat): Move from...
2808 * symfile.c (obconcat): ... here.
2809 * Makefile.in (SFILES): Add gdb_obstack.c.
2810 (COMMON_OBS): Add gdb_obstack.o.
2811
2812 2013-01-21 Tom Tromey <tromey@redhat.com>
2813
2814 * symfile.h (obsavestring): Don't declare.
2815 * symfile.c (obsavestring): Remove.
2816 * ada-exp.y: Use obstack_copy0, not obsavestring.
2817 * ada-lang.c: Use obstack_copy0, not obsavestring.
2818 * coffread.c: Use obstack_copy0, not obsavestring.
2819 * cp-namespace.c: Use obstack_copy0, not obsavestring.
2820 * dbxread.c: Use obstack_copy0, not obsavestring.
2821 * dwarf2read.c: Use obstack_copy0, not obsavestring.
2822 * jit.c: Use obstack_copy0, not obsavestring.
2823 * mdebugread.c: Use obstack_copy0, not obsavestring.
2824 * psymtab.c: Use obstack_copy0, not obsavestring.
2825 * stabsread.c: Use obstack_copy0, not obsavestring.
2826 * xcoffread.c: Use obstack_copy0, not obsavestring.
2827
2828 2013-01-21 Tom Tromey <tromey@redhat.com>
2829
2830 * dwarf2read.c (fixup_go_packaging): Save package name
2831 on objfile obstack.
2832 * gdbtypes.c (init_type): Don't copy name.
2833
2834 2013-01-21 Tom Tromey <tromey@redhat.com>
2835
2836 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
2837 const.
2838 (struct attribute) <u.str>: Now const.
2839 (struct fnfieldlist) <name>: Now const.
2840 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
2841 (partial_die_parent_scope): Make return type const.
2842 (partial_die_full_name, add_partial_symbol): Update.
2843 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
2844 'name' const.
2845 (find_file_and_directory): Make 'name' and 'comp_dir' const.
2846 (read_file_scope, read_func_scope, dwarf2_add_field)
2847 (dwarf2_add_member_fn, read_structure_type)
2848 (process_enumeration_scope, read_array_type, read_module_type)
2849 (read_base_type, read_subrange_type): Update.
2850 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
2851 (new_symbol_full, guess_full_die_structure_name): Update.
2852 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
2853 (dwarf2_name): Return const type.
2854 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
2855 const.
2856
2857 2013-01-21 Tom Tromey <tromey@redhat.com>
2858
2859 * gdbtypes.c (init_type): Make 'name' const.
2860 * gdbtypes.h (init_type): Update.
2861
2862 2013-01-21 Tom Tromey <tromey@redhat.com>
2863
2864 * buildsym.c (patch_subfile_names): Use set_last_source_file.
2865 (start_symtab): Make 'name' and 'dirname' const. Use
2866 set_last_source_file.
2867 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
2868 (last_source_file): Define. Now static.
2869 (set_last_source_file, get_last_source_file): New functions.
2870 * buildsym.h (last_source_file): Don't declare.
2871 (start_symtab): Update.
2872 (set_last_source_file, get_last_source_file): Declare.
2873 * coffread.c (complete_symtab): Use set_last_source_file.
2874 (coff_end_symtab): Likewise.
2875 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
2876 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
2877 set_last_source_file.
2878 (process_one_symbol): Use get_last_source_file.
2879 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
2880 (psymtab_to_symtab_1): Use get_last_source_file.
2881 * xcoffread.c (process_linenos): Use get_last_source_file.
2882 (complete_symtab): Use set_last_source_file.
2883 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
2884 (scan_xcoff_symtab): Use set_last_source_file.
2885
2886 2013-01-21 Tom Tromey <tromey@redhat.com>
2887
2888 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
2889 (symbol_set_names): Remove casts. Handle field const-ness.
2890
2891 2013-01-21 Tom Tromey <tromey@redhat.com>
2892
2893 * dwarf2read.c (new_symbol_full): Remove cast.
2894 * symtab.c (symbol_set_demangled_name): Make 'name' const.
2895 * symtab.h (symbol_set_demangled_name): Update.
2896
2897 2013-01-21 Tom Tromey <tromey@redhat.com>
2898
2899 * main.c (captured_main): Call bfd_init.
2900
2901 2013-01-21 Tom Tromey <tromey@redhat.com>
2902
2903 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
2904 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
2905 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
2906 * NEWS: Update.
2907
2908 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
2911
2912 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 Fix gdb.fortran/common-block.exp crash in PIE mode.
2915 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
2916 LOC_COMMON_BLOCK.
2917 * f-valprint.c (info_common_command_for_block): Expect
2918 LOC_COMMON_BLOCK in gdb_assert.
2919 * symtab.h (struct general_symbol_info): Update comment for the
2920 common_block member.
2921 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
2922 (enum address_class): New member LOC_COMMON_BLOCK.
2923
2924 2013-01-18 David Blaikie <dblaikie@gmail.com>
2925
2926 * MAINTAINERS (Write After Approval): Add "David Blaikie".
2927
2928 2013-01-18 Tom Tromey <tromey@redhat.com>
2929
2930 PR c++/14999:
2931 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
2932 Call require_rvalue.
2933
2934 2013-01-18 Yao Qi <yao@codesourcery.com>
2935
2936 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
2937 (dbx_read_symtab): New declaration.
2938 (dbx_psymtab_to_symtab): Delete.
2939 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
2940 Rename parameter PST to SELF. Exchanged two parameters.
2941 (start_psymtab): Caller update.
2942 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
2943 (dwarf2_read_symtab): New declaration.
2944 (dwarf2_psymtab_to_symtab): Delete.
2945 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
2946 Rename parameter PST to SELF. Exchanged two parameters.
2947 (create_partial_symtab): Caller update.
2948 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
2949 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
2950 Rename parameter PST to SELF. Exchanged two parameters.
2951 (parse_partial_symbols, new_psymtab): Caller update.
2952 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
2953 two parameters.
2954 * psymtab.c (psymtab_to_symtab): Caller update.
2955 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
2956 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
2957 Rename parameter PST to SELF. Exchanged two parameters.
2958 (xcoff_start_psymtab): Caller update.
2959
2960 2013-01-18 Yao Qi <yao@codesourcery.com>
2961
2962 * infrun.c (proceed): Rename local variable 'oneproc' to
2963 'force_step'.
2964
2965 2013-01-17 Doug Evans <dje@google.com>
2966
2967 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
2968 (dw2_build_type_unit_groups): Delete. All uses updated.
2969
2970 * symtab.h (struct symbol_search): Add comment.
2971
2972 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * symtab.c (compare_filenames_for_search): New comment for
2975 HAS_DRIVE_SPEC.
2976
2977 2013-01-17 Tom Tromey <tromey@redhat.com>
2978
2979 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
2980
2981 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2982
2983 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
2984 initialize it by existing make_cleanup. Call new do_cleanups.
2985
2986 2013-01-17 Tom Tromey <tromey@redhat.com>
2987
2988 * cp-abi.c (cp_abi_completer): New function.
2989 (_initialize_cp_abi): Set completer for "set cp-abi".
2990
2991 2013-01-17 Tom Tromey <tromey@redhat.com>
2992
2993 * mem-break.c: Remove obsolete comment.
2994 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
2995
2996 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2997
2998 * jit.c (jit_reader_load_command): Interpret the jit reader name
2999 as an absolute path if it begins with a forward slash.
3000
3001 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3002
3003 PR gdb/14550
3004
3005 * jit.c (finalize_symtab): Ensure that only the global block has a
3006 NULL superblock.
3007
3008 2013-01-17 Pedro Alves <palves@redhat.com>
3009
3010 * acinclude.m4: Include ../config/plugins.m4,
3011 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
3012 * Makefile.in (aclocal_m4_deps): Update.
3013 * aclocal.m4: Renegerate.
3014
3015 2013-01-16 Doug Evans <dje@google.com>
3016
3017 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
3018
3019 2013-01-16 Pedro Alves <palves@redhat.com>
3020 Tom Tromey <tromey@redhat.com>
3021
3022 PR cli/7221:
3023 * NEWS: Add "catch signal".
3024 * breakpoint.c (base_breakpoint_ops): No longer static.
3025 (bpstat_explains_signal): New function.
3026 (init_catchpoint): No longer static.
3027 (base_breakpoint_explains_signal): New function.
3028 (base_breakpoint_ops): Initialize new field.
3029 * breakpoint.h (enum bpstat_signal_value): New.
3030 (struct breakpoint_ops) <explains_signal>: New field.
3031 (bpstat_explains_signal): Remove macro, declare as function.
3032 (base_breakpoint_ops, init_catchpoint): Declare.
3033 * break-catch-sig.c: New file.
3034 * inferior.h (signal_catch_update): Declare.
3035 * infrun.c (signal_catch): New global.
3036 (handle_syscall_event): Update for change to
3037 bpstat_explains_signal.
3038 (handle_inferior_event): Likewise. Always handle random signals
3039 via bpstats.
3040 (signal_cache_update): Check signal_catch.
3041 (signal_catch_update): New function.
3042 (_initialize_infrun): Initialize signal_catch.
3043 * Makefile.in (SFILES): Add break-catch-sig.c.
3044 (COMMON_OBS): Add break-catch-sig.o.
3045
3046 2013-01-16 Tom Tromey <tromey@redhat.com>
3047
3048 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
3049 (print_one_catch_solib, print_one_catch_syscall)
3050 (print_one_catch_exec, print_one_exception_catchpoint): Emit
3051 "catch-type".
3052
3053 2013-01-16 Yao Qi <yao@codesourcery.com>
3054
3055 * printcmd.c (current_display_number): Make it static.
3056
3057 2013-01-16 Yao Qi <yao@codesourcery.com>
3058
3059 * infcmd.c (step_once): Don't check '!single_inst' as it was
3060 checked before.
3061
3062 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
3065
3066 2013-01-14 Tom Tromey <tromey@redhat.com>
3067
3068 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
3069 set command.
3070 * command.h (add_setshow_string_noescape_cmd): Update.
3071 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
3072 (complete_set_gnutarget): New function.
3073 (_initialize_core): Set the "set gnutarget" completer.
3074
3075 2013-01-14 Tom Tromey <tromey@redhat.com>
3076
3077 PR symtab/14442:
3078 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
3079 (c_type_print_modifier): Likewise.
3080 * dwarf2read.c (read_tag_restrict_type): New function.
3081 (read_type_die_1): Handle DW_TAG_restrict_type.
3082 * gdbtypes.c (make_restrict_type): New function.
3083 (recursive_dump_type): Handle TYPE_RESTRICT.
3084 * gdbtypes.h (enum type_flag_values): Renumber.
3085 (enum type_instance_flag_value): Add
3086 TYPE_INSTANCE_FLAG_RESTRICT.
3087 (TYPE_RESTRICT): New macro.
3088 (make_restrict_type): Declare.
3089
3090 2013-01-14 Tom Tromey <tromey@redhat.com>
3091
3092 PR symtab/14931:
3093 * psymtab.c (struct psymtab_state): New.
3094 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
3095 functions.
3096 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
3097 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
3098
3099 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
3100 Pedro Alves <palves@redhat.com>
3101
3102 PR remote/14786
3103
3104 * remote.c (remote_threads_info): Make a copy of the reply from
3105 qfThreadInfo and use that instead of rs->buf.
3106
3107 2013-01-14 Yao Qi <yao@codesourcery.com>
3108
3109 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
3110 (dbx_psymtab_to_symtab): Likewise.
3111 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
3112 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
3113 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
3114
3115 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 * parse.c (parse_exp_in_context): New variable inner_chain. Call
3118 make_cleanup_restore_current_language. Call set_language. Move
3119 OLD_CHAIN and INNER_CHAIN cleanups.
3120 * utils.c (do_restore_current_language)
3121 (make_cleanup_restore_current_language): New functions.
3122 * utils.h (make_cleanup_restore_current_language): New declaration.
3123
3124 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3125
3126 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
3127 non-existing files.
3128
3129 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
3130 non-existing files if FILENAME is already absolute.
3131
3132 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
3135 fputs_filtered. Append trailing newline.
3136
3137 2013-01-11 Yao Qi <yao@codesourcery.com>
3138 Stan Shebs <stan@codesourcery.com>
3139
3140 * psymtab.c (init_psymbol_list): Clarify the comment.
3141
3142 2013-01-11 Yao Qi <yao@codesourcery.com>
3143
3144 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
3145 (update_dprintf_command_list): Assert that 'printf_line' is
3146 non-null. Remove condition check.
3147
3148 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 Code cleanup.
3151 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
3152 type const char *.
3153 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
3154 const char *.
3155 * tui/tui-source.h (tui_source_is_displayed): Likewise.
3156
3157 2013-01-09 Anthony Green <green@moxielogic.com>
3158
3159 * cp-abi.c (cplus_print_vtable): Don't return value from void
3160 function.
3161 * ada-lang.c (re_set_catch_assert): Ditto.
3162
3163 2013-01-09 Doug Evans <dje@google.com>
3164
3165 * symfile.h (quick_symbol_functions): Delete member
3166 pre_expand_symtabs_matching. All uses removed.
3167 * dwarf2read.c (dw2_lookup_symbol): Implement.
3168 (dw2_do_expand_symtabs_matching): Delete.
3169 (dw2_pre_expand_symtabs_matching): Delete.
3170 (struct dw2_symtab_iterator): New type.
3171 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
3172 (dw2_expand_symtabs_for_function): Rewrite.
3173 (dwarf2_gdb_index_functions): Update.
3174 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
3175 (psym_functions): Update.
3176
3177 2013-01-09 Tom Tromey <tromey@redhat.com>
3178
3179 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
3180 * configure: Rebuild.
3181 * configure.ac: Add somread.o to the build if BFD has SOM
3182 support.
3183 * somread.c: Include som/aout.h, not syms.h.
3184 (som_symtab_read): Use som_external_symbol_dictionary_record.
3185 Unpack records manually.
3186 (_initialize_somread): Declare.
3187
3188 2012-01-08 Mike Frysinger <vapier@gentoo.org>
3189
3190 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
3191 Cast return_address to 64bits.
3192
3193 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
3194
3195 * printcmd.c: Remove define of function output_command.
3196 * tracepoint.c: Remove extern of function output_command.
3197 * valprint.h: (output_command): New extern.
3198
3199 2013-01-07 Tom Tromey <tromey@redhat.com>
3200
3201 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
3202 Remove.
3203 (objc_language_defn): Use c_printchar, c_printstr,
3204 c_emit_char.
3205
3206 2013-01-07 Tom Tromey <tromey@redhat.com>
3207
3208 PR cli/7719:
3209 * NEWS: Update.
3210 * ada-valprint.c (printstr, print_field_values): Remove
3211 "inspect_it" code.
3212 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
3213 code.
3214 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
3215 code.
3216 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
3217 * main.c (captured_main): Remove "epoch" argument.
3218 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
3219 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
3220 * p-valprint.c (pascal_object_print_value_fields): Remove
3221 "inspect_it" code.
3222 * printcmd.c (print_command_1): Remove 'inspect' argument.
3223 (print_command, call_command): Update.
3224 (inspect_command): Remove.
3225 (_initialize_printcmd): Make "inspect" an alias for "print".
3226 * top.c (epoch_interface): Remove.
3227 * top.h (epoch_interface): Remove.
3228 * valprint.c (user_print_options): Update.
3229 (print_converted_chars_to_obstack): Remove "inspect_it" code.
3230 * valprint.h (struct value_print_options) <inspect_it>: Remove
3231 field.
3232
3233 2013-01-04 Tom Tromey <tromey@redhat.com>
3234
3235 * valprint.h (read_string): Add 'extern'.
3236
3237 2013-01-07 Joel Brobecker <brobecker@adacore.com>
3238
3239 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
3240 used to decide whether to define darwin_read_dyld_info or not.
3241
3242 2013-01-03 Pierre Muller <muller@sourceware.org>
3243
3244 * main.c (relocate_gdb_directory): Avoid calling stat function
3245 if DIR is empty.
3246
3247 2013-01-03 Yao Qi <yao@codesourcery.com>
3248
3249 * psymtab.c (fixup_psymbol_section): Update declaration.
3250 (fixup_psymbol_section): Remove code returning value.
3251
3252 2013-01-03 Yao Qi <yao@codesourcery.com>
3253
3254 * symtab.h: Remove some out of date comments.
3255 (enum exception_event_kind): Move it ...
3256 * breakpoint.c: ... here.
3257
3258 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
3259
3260 PR gdb/14405
3261 * darwin-nat.c (darwin_read_dyld_info): Only build if
3262 TASK_DYLD_INFO_COUNT is defined.
3263 (darwin_xfer_partial): Call darwin_read_dyld_info only if
3264 TASK_DYLD_INFO_COUNT is defined.
3265
3266 2013-01-02 Tom Tromey <tromey@redhat.com>
3267
3268 * symfile.h (struct ecoff_debug_hack): Remove.
3269 * objfiles.c: Don't include mdebugread.h.
3270
3271 2013-01-02 Tom Tromey <tromey@redhat.com>
3272
3273 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
3274 * configure.ac: Check for Mach-O support in BFD. Update
3275 CONFIG_OBS.
3276 * configure: Rebuild.
3277
3278 2013-01-02 Tom Tromey <tromey@redhat.com>
3279
3280 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
3281 * configure.ac: Use GDB_AC_CHECK_BFD.
3282 * configure: Rebuild.
3283
3284 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3285
3286 * MAINTAINERS: Update my email.
3287
3288 2013-01-01 Joel Brobecker <brobecker@adacore.com>
3289
3290 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
3291
3292 2013-01-01 Joel Brobecker <brobecker@adacore.com>
3293
3294 * rs6000-nat.c (bss_data_overlap): New function.
3295 (vmap_symtab): Use it to adjust the .bss section's offset.
3296
3297 2013-01-01 Joel Brobecker <brobecker@adacore.com>
3298
3299 Update year range in copyright notice of all files.
3300
3301 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
3302
3303 * top.c (print_gdb_version): Update copyright year.
3304
3305 For older changes see ChangeLog-2012.
3306 \f
3307 Local Variables:
3308 mode: change-log
3309 left-margin: 8
3310 fill-column: 74
3311 version-control: never
3312 coding: utf-8
3313 End:
This page took 0.094719 seconds and 5 git commands to generate.