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