procfs.c: Include "filestuff.h"
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
88fc5eb7
MC
12015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
2
3 PR build/18843
4 * procfs.c: Include "filestuff.h".
5
6f1cb6ea
PP
62015-08-21 Patrick Palka <patrick@parcs.ath.cx>
7
8 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
9 curch.
10 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
11 cur_line or curch, instead call wmove().
12 (init_win_info) [CMD_WIN]: Likewise.
13 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
14 instead call getcury().
15 (tui_redisplay_readline): Don't set cur_line or curch.
16 (tui_mld_erase_entire_line): Don't read cur_line, instead call
17 getcury().
18 (tui_cont_sig): Remove call to wmove.
19 (tui_getc): Don't read cur_line or curch, instead call getcury()
20 or getyx(). Don't set curch.
21 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
22 set cur_line or curch. Always move cursor to (0,0).
23
221e1a37
PA
242015-08-20 Pedro Alves <palves@redhat.com>
25
26 * infrun.c (print_target_wait_results): Make extern.
27 * infrun.h (print_target_wait_results): Declare.
28 * remote.c (set_stop_requested_callback): Delete.
29 (process_initial_stop_replies): New function.
30 (remote_start_remote): Use it.
31 (stop_reply_queue_length): New function.
32
40e3ad0e
PA
332015-08-20 Pedro Alves <palves@redhat.com>
34
35 * dwarf2read.c (process_full_comp_unit): To tell whether
36 start_subfile managed to deduce a language, test for
37 language_unknown instead of language_c.
38
af39b327
PMR
392015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
40
41 * ada-lex.l: Reset the start condition to INITIAL in the rule that
42 matches attributes.
43
7d45c7c3
KB
442015-08-19 Kevin Buettner <kevinb@redhat.com>
45
46 * dwarf2read.c (dwarf2_string_attr): New function.
47 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
48 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
49 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
50 (anonymous_struct_prefix, prepare_one_comp_unit): Use
51 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
52
4d6cceb4
DE
532015-08-18 Doug Evans <dje@google.com>
54 Adrian Sendroiu <adrian.sendroiu@freescale.com>
55
56 PR mi/18833
57 * cli/cli-logging.c (pop_output_files): Don't restore redirection
58 if MI-like.
59 * mi/mi-out.c: #include "vec.h".
60 (ui_filep): New type.
61 (DEV_VEC_P (ui_filep)): New type.
62 (struct ui_out_data) <buffer, original_buffer>: Delete.
63 (struct ui_out_data) <streams>: New member.
64 (mi_ui_out_impl): Add data_destroy field.
65 (mi_field_string, mi_field_fmt): Update.
66 (mi_flush, mi_redirect, field_separator): Update.
67 (mi_open, mi_close): Update.
68 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
69 (mi_out_data_ctor, mi_out_data_dtor): New functions.
70 (mi_out_new): Call mi_out_data_ctor.
71
26d56a93
SL
722015-08-18 Sandra Loosemore <sandra@codesourcery.com>
73
74 * remote.c (strprefix): New.
75 (remote_parse_stop_reply): Use strprefix instead of strncmp
76 to ensure exact match of keyword.
77
566f5e3b
AB
782015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb_bfd.c (debug_bfd_cache): New variable.
81 (show_bfd_cache_debug): New function.
82 (gdb_bfd_open): Add debug logging.
83 (gdb_bfd_ref): Likewise.
84 (gdb_bfd_unref): Likewise.
85 (_initialize_gdb_bfd): Add new set/show command.
86 * NEWS: Mention new command.
87
18989b3c
AB
882015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb_bfd.c (bfd_sharing): New variable.
91 (show_bfd_sharing): New function.
92 (gdb_bfd_open): Check bfd_sharing variable.
93 (_initialize_gdb_bfd): Add new set/show command.
94 * NEWS: Mention new command.
95
c04fe68f
AB
962015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
99 field.
100 (struct gdb_bfd_cache_search): Likewise.
101 (eq_bfd): Compare the size, inode, and device id fields.
102 (gdb_bfd_open): Initialise the size, inode, and device id fields.
103 (gdb_bfd_ref): Likewise.
104 (gdb_bfd_unref): Likewise.
105
b2a33439
PA
1062015-08-18 Pedro Alves <palves@redhat.com>
107
108 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
109 target implements to_always_non_stop_p, call it.
110 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
111 (x86_linux_create_target): Install it as to_always_non_stop_p
112 method.
113
71b57e37
DE
1142015-08-17 Doug Evans <dje@google.com>
115
116 * ui-out.c (default_ui_out_impl): Add comment.
117
7f3706eb
IB
1182015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
119
120 * d-exp.y (type_aggregate_p): New function.
121 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
122 (classify_inner_name): Likewise.
123 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
124
1762568f
DE
1252015-08-15 Doug Evans <xdje42@gmail.com>
126
127 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
128 updated.
129 (add_psymbol_to_list): Ditto.
130
8763cede
DE
1312015-08-15 Doug Evans <xdje42@gmail.com>
132
133 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
134 updated. Call end_psymtab_common.
135 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
136 end_psymtab_common.
137 (build_type_psymtabs_reader): Ditto.
138 * psympriv.h (sort_pst_symbols): Delete.
139 (end_psymtab_common): Declare.
140 * psymtab.c (sort_pst_symbols): Make static.
141 (end_psymtab_common): New function.
142 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
143
51cdc993
DE
1442015-08-15 Doug Evans <xdje42@gmail.com>
145
146 * defs.h (LANGUAGE_BITS): Define.
147 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
148 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
149 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
150 (minimal_symbol_type): Add nr_minsym_types.
151 (MINSYM_TYPE_BITS): Define.
152 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
153 (domain_enum_tag): Add NR_DOMAINS.
154 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
155 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
156
95cf5869
DE
1572015-08-15 Doug Evans <xdje42@gmail.com>
158
159 * objfiles.h: Whitespace cleanup.
160 * psympriv.h: Whitespace cleanup.
161 * psymtab.c: Whitespace/coding convention cleanup.
162
e3ae3c43
PP
1632015-08-15 Patrick Palka <patrick@parcs.ath.cx>
164
165 * inferior.c (detach_inferior_command): Don't call
166 any_thread_of_process when pid is 0.
167 (kill_inferior_command): Likewise.
168
6ff0ba5f
DE
1692015-08-14 Doug Evans <xdje42@gmail.com>
170
171 PR gdb/11833
172 * NEWS: Document new /s modifier for the disassemble command.
173 * cli/cli-cmds.c (disassemble_command): Add support for /s.
174 (_initialize_cli_cmds): Update online docs of disassemble command.
175 * disasm.c: #include "source.h".
176 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
177 All uses updated.
178 (dis_line_entry): New struct.
179 (hash_dis_line_entry, eq_dis_line_entry): New functions.
180 (allocate_dis_line_table): New functions.
181 (maybe_add_dis_line_entry, line_has_code_p): New functions.
182 (dump_insns): New arg end_pc. All callers updated.
183 (do_mixed_source_and_assembly_deprecated): Renamed from
184 do_mixed_source_and_assembly. All callers updated.
185 (do_mixed_source_and_assembly): New function.
186 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
187 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
188 DISASSEMBLY_SOURCE. All uses updated.
189 (DISASSEMBLY_SOURCE): New macro.
190 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
191
b56ccc20
KS
1922015-08-14 Keith Seitz <keiths@redhat.com>
193
194 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
195 `typename' to `type_name' to avoid C++ reserved word.
196
ebdad8fc
KS
1972015-08-14 Keith Seitz <keiths@redhat.com>
198
199 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
200 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
201 silence ARI errors.
202
c0fe2ae7
IB
2032015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
204
205 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
206 xstrprintf instead of malloc and sprintf.
207 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
208 (lex_one_token): Likewise.
209
a738da3a
MF
2102015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
211
212 * solib-svr4.c (read_program_header): Add base_addr argument to
213 report the runtime address of the segment.
214 (find_program_interpreter): Update read_program_header call to pass
215 a NULL pointer for the new argument.
216 (scan_dyntag): Add ptr_addr argument to report the runtime address
217 of the tag payload.
218 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
219 read_program_header to get the base address of the dynamic segment.
220 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
221 read_program_header.
222 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
223
f8edc4ff
MF
2242015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
225
226 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
227
444c1ed8
IB
2282015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
229
230 * d-exp.y (%union): Add voidval.
231 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
232 name in the lexing stage.
233 (PostfixExpression): Move symbol completion handling in grammar here
234 from PrimaryExpression.
235 (PrimaryExpression): Move routines to handle resolving identifier
236 tokens in the grammar here from push_expression_name.
237 (IdentifierExp): Remove the handling of alternating '.' and identifier
238 tokens.
239 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
240 (BasicType): Remove C-style typename rules.
241 (d_type_from_name, d_module_from_name, push_variable)
242 (push_fieldnames, push_type_name, push_module_name)
243 (push_expression_name): Remove.
244 (lex_one_token): Rename from yylex. Replace pstate with par_state.
245 (token_and_value): New type.
246 (token_fifo, popping, name_obstack): New globals.
247 (classify_name): New function.
248 (classify_inner_name): Likewise.
249 (yylex): Likewise.
250 (d_parse): Initialize token_fifo, popping and name_obstack.
251
bc7c9fab
IB
2522015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
253
254 * Makefile.in (SFILES): Add d-namespace.c.
255 (COMMON_OBS): Add d-namespace.o.
256 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
257 la_lookup_symbol_nonlocal callback function pointer.
258 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
259 (d_lookup_nested_symbol): New declaration.
260 * d-namespace.c: New file.
261
3207396b
PA
2622015-08-13 Pedro Alves <palves@redhat.com>
263
264 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
265 cleanup after the decref cleanup, not before.
266
5d8c3ed3
PMR
2672015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
268
269 * ada-lang.c: Include namespace.h
270 (aux_add_nonlocal_symbols): Fix a function name in comment.
271 (ada_add_block_renamings): New.
272 (add_nonlocal_symbols): Add global renamings handling.
273 (ada_lookup_symbol_list_worker): Move the symbol lookup part
274 to...
275 (ada_add_all_symbols): ... this new function.
276 (ada_add_block_symbols): Try to match the input name against the
277 "using directives list", perform a recursive symbol lookup on
278 the matched declarations.
279 * block.h (struct block): Move the_namespace to top-level as
280 namespace_info. Remove the language_specific field.
281 (BLOCK_NAMESPACE): Update access to the namespace_info field.
282 * buildsym.h (using_directives): Rename into...
283 (local_using_directives): ... this.
284 (global_using_directives): New.
285 (struct context_stack): Rename the using_directives field into
286 local_using_directives.
287 * buildsym.c (finish_block_internal): Deal with the proper
288 using directives repository (local or global).
289 (prepare_for_building): Reset local_using_directives. Assert
290 that there is no pending global using directive.
291 (reset_symtab_globals): Reset global_using_directives and
292 local_using_directives.
293 (end_symtab_get_static_block): Don't ignore symtabs that have
294 only using directives.
295 (push_context): Update references to local_using_directives.
296 (buildsym_init): Do not reset using_directives.
297 * cp-support.c: Include namespace.h.
298 * cp-support.h (struct using_direct): Move to namespace.h.
299 (cp_add_using_directives): Move to namespace.h.
300 * cp-namespace.c: Include namespace.h
301 (cp_add_using_directive): Move to namespace.c, rename it to
302 add_using_directive, add a "using_directives" argument and use
303 it as the pending using directives repository. All callers
304 updated.
305 * dwarf2read.c (using_directives): New.
306 (read_import_statement): Call using_directives.
307 (read_func_scope): Update references to local_using_directives.
308 (read_lexical_block_scope): Likewise.
309 (read_namespace): Update the heading comment, call
310 using_directives.
311 * namespace.h: New file.
312 * namespace.c: New file.
313 * Makefile.in (SFILES): Add namespace.c.
314 (COMMON_OBS): Add namespace.o
315
4dafcdeb
JB
3162015-08-12 Joel Brobecker <brobecker@adacore.com>
317
318 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
319 compute RETADDR.
320
67994074
KS
3212015-08-12 Keith Seitz <keiths@redhat.com>
322
323 * break-catch-throw.c (re_set_exception_catchpoint) Rename
324 reserved C++ keyword "explicit" to "explicit_loc".
325 * breakpoint.c (create_overlay_event_breakpoint)
326 (create_longjmp_master_breakpoint)
327 (create_std_terminate_master_breakpoint)
328 (create_exception_master_breakpoint, update_static_tracepoint):
329 Rename reserved C++ keyword "explicit" to "explicit_loc".
330 * completer.c (collect_explicit_location_matches)
331 (explicit_location_completer): Rename reserved C++ keyword
332 "explicit" to "explicit_loc".
333 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
334 (canonicalize_linespec, create_sals_line_offset)
335 (convert_linespec_to_sals, convert_explicit_location_to_sals)
336 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
337 "explicit" to "explicit_loc".
338 * location.c (struct event_location) <explicit>: Rename to
339 "explicit_loc".
340 (initialize_explicit_location, new_explicit_location)
341 (explicit_location_to_string_internal, explicit_location_to_linespec):
342 Rename reserved C++ keyword "explicit" to "explicit_loc".
343 * location.h (explicit_location_to_string)
344 (explicit_location_to_linespec, initialize_explicit_location)
345 (new_explicit_location): Rename reserved C++ keyword "explicit"
346 to "explicit_loc".
347 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
348 keyword "explicit" to "explicit_loc".
349
59ecaff3
KS
3502015-08-12 Keith Seitz <keiths@redhat.com>
351
352 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
353 and only call decode_line_1 when it is non-NULL.
354
244558af
LM
3552015-08-12 Luis Machado <lgustavo@codesourcery.com>
356
357 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
358 location address is not meaningful.
359 (breakpoint_address_is_meaningful): Update comment.
360
629500fa
KS
3612015-08-11 Keith Seitz <keiths@redhat.com>
362
363 * NEWS: Mention explicit locations.
364 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
365 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
366 (_initialize_breakpoint): Update documentation for
367 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
368
eb8c4e2e
KS
3692015-08-11 Keith Seitz <keiths@redhat.com>
370
371 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
372 explicit locations, options "--source", "--function",
373 "--label", and "--line".
374
87f0e720
KS
3752015-08-11 Keith Seitz <keiths@redhat.com>
376
377 * completer.c: Include location.h.
378 (enum match_type): New enum.
379 (location_completer): Rename to ...
380 (linespec_completer): ... this.
381 (collect_explicit_location_matches, backup_text_ptr)
382 (explicit_location_completer): New functions.
383 (location_completer): "New" function; handle linespec
384 and explicit location completions.
385 (complete_line_internal): Remove all location completer-specific
386 handling.
387 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
388 (find_toplevel_char): Export.
389 (linespec_parse_line_offset): Export.
390 Issue error if STRING is not numerical.
391 (gdb_get_linespec_parser_quote_characters): New function.
392 * linespec.h (linespec_parse_line_offset): Declare.
393 (get_gdb_linespec_parser_quote_characters): Declare.
394 (is_ada_operator): Declare.
395 (find_toplevel_char): Declare.
396 (linespec_lexer_lex_keyword): Declare.
397 * location.c (explicit_to_event_location): New function.
398 (explicit_location_lex_one): New function.
399 (string_to_explicit_location): New function.
400 (string_to_event_location): Handle explicit locations.
401 * location.h (explicit_to_event_location): Declare.
402 (string_to_explicit_location): Declare.
403
00e52e53
KS
4042015-08-11 Keith Seitz <keiths@redhat.com>
405
406 * break-catch-throw.c (re_set_exception_catchpoint): Convert
407 linespec into explicit location.
408 * breakpoint.c (create_overlay_breakpoint)
409 (create_longjmp_master_breakpoint)
410 (create_std_terminate_master_breakpoint)
411 (create_exception_master_breakpoint): Convert linespec into explicit
412 location.
413 (update_static_tracepoint): Convert linespec into explicit location.
414 * linespec.c (enum offset_relative_sign, struct line_offset): Move
415 location.h.
416 (struct linespec) <expression, expr_pc, source_filename>
417 <function_name, label_name, line_offset>: Replace with ...
418 <explicit>: ... this.
419 <is_linespec>: New member.
420 (PARSER_EXPLICIT): New accessor macro.
421 (undefined_label_error): New function.
422 (source_file_not_found_error): New function.
423 (linespec_parse_basic): The parser result is now an explicit location.
424 Use PARSER_EXPLICIT to access it.
425 Use undefined_label_error.
426 (canonicalize_linespec): Convert canonical linespec into explicit
427 location.
428 Move string representation of location to explicit_location_to_linespec
429 and use it and explicit_location_to_string to save string
430 representations of the canonical location.
431 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
432 explicit location. Update all references.
433 (convert_explicit_location_to_sals): New function.
434 (parse_linespec): Use PARSER_EXPLICIT to access the parser
435 result's explicit location.
436 (linespec_state_constructor): Initialize is_linespec.
437 Use PARSER_EXPLICIT.
438 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
439 result.
440 (event_location_to_sals): For linespec locations, set is_linespec.
441 Handle explicit locations.
442 (decode_objc): 'ls' contains an explicit location now. Update all
443 references.
444 (symtabs_from_filename): Use source_file_not_found_error.
445 * location.c (struct event_location.u) <explicit>: New member.
446 (initialize_explicit_location): New function.
447 (initialize_event_location): Initialize explicit locations.
448 (new_explicit_location, get_explicit_location)
449 (get_explicit_location_const): New functions.
450 (explicit_to_string_internal): New function; most of contents moved
451 from canonicalize_linespec.
452 (explicit_location_to_string): New function.
453 (explicit_location_to_linespec): New function.
454 (copy_event_location, delete_event_location)
455 (event_location_to_string_const, event_location_empty_p): Handle
456 explicit locations.
457 * location.h (enum offset_relative_sign, struct line_offset): Move
458 here from linespec.h.
459 (enum event_location_type): Add EXPLICIT_LOCATION.
460 (struct explicit_location): New structure.
461 (explicit_location_to_string): Declare.
462 (explicit_location_to_linespec): Declare.
463 (new_explicit_location, get_explicit_locationp
464 (get_explicit_location_const, initialize_explicit_location): Declare.
465
5b56227b
KS
4662015-08-11 Keith Seitz <keiths@redhat.com>
467
468 * break-catch-throw.c (re_set_exception_catchpoint): Convert
469 linespec for stap probe to probe location.
470 * breakpoint.c (create_longjmp_master_breakpoint)
471 (create_exception_master_breakpoint): Likewise.
472 (break_command_1): Remove local variable `arg_cp'.
473 Check location type to set appropriate breakpoint ops methods.
474 (trace_command): Likewise.
475 * linespec.c (event_location_to_sals): Assert on probe locations.
476 * location.c (EL_PROBE): Add macro definition.
477 (new_probe_location, get_probe_location): New functions.
478 (copy_event_location, delete_event_location, event_location_to_string)
479 (string_to_event_location, event_location_empty_p): Handle probe
480 locations.
481 * location.h (enum event_location_type): Add PROBE_LOCATION.
482 (new_probe_location, get_probe_location): Declare.
483 * probe.c (parse_probes): Assert that LOCATION is a probe location.
484 Convert linespec into probe location.
485
a06efdd6
KS
4862015-08-11 Keith Seitz <keiths@redhat.com>
487
488 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
489 Convert linespec to address location.
490 * linespec.c (canonicalize_linespec): Do not handle address
491 locations here.
492 (convert_address_location_to_sals): New function; contents moved
493 from ...
494 (convert_linespc_to_sals): ... here.
495 (parse_linespec): Remove address locations from linespec grammar.
496 Remove handling of address locations.
497 (linespec_lex_to_end): Remove handling of address linespecs.
498 (event_location_to_sals): Handle ADDRESS_LOCATION.
499 (linespec_expression_to_pc): Export.
500 * linespec.h (linespec_expression_to_pc): Add declaration.
501 * location.c (struct event_location.u) <address>: New member.
502 (new_address_location, get_address_location): New functions.
503 (copy_event_location, delete_event_location, event_location_to_string)
504 (string_to_event_location, event_location_empty_p): Handle address
505 locations.
506 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
507 (new_address_location, get_address_location): Declare.
508 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
509 to address location.
510 * spu-tdep.c (spu_catch_start): Likewise.
511
f00aae0f
KS
5122015-08-11 Keith Seitz <keiths@redhat.com>
513
514 * ax-gdb.c: Include location.h.
515 (agent_command_1) Use linespec location instead of address
516 string.
517 * break-catch-throw.c: Include location.h.
518 (re_set_exception_catchpoint): Use linespec locations instead
519 of address strings.
520 * breakpoint.c: Include location.h.
521 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
522 (create_std_terminate_master_breakpoint)
523 (create_exception_master_breakpoint, update_breakpoints_after_exec):
524 Use linespec location instead of address string.
525 (print_breakpoint_location): Use locations and
526 event_location_to_string.
527 Print extra_string for pending locations for non-MI streams.
528 (print_one_breakpoint_location): Use locations and
529 event_location_to_string.
530 (init_raw_breakpoint_without_location): Initialize b->location.
531 (create_thread_event_breakpoint): Use linespec location instead of
532 address string.
533 (init_breakpoint_sal): Likewise.
534 Only save extra_string if it is non-NULL and not the empty string.
535 Use event_location_to_string instead of `addr_string'.
536 Constify `p' and `endp'.
537 Use skip_spaces_const/skip_space_const instead of non-const versions.
538 Copy the location into the breakpoint.
539 If LOCATION is NULL, save the breakpoint address as a linespec location
540 instead of an address string.
541 (create_breakpoint_sal): Change `addr_string' parameter to a struct
542 event_location. All uses updated.
543 (create_breakpoints_sal): Likewise for local variable `addr_string'.
544 (parse_breakpoint_sals): Use locations instead of address strings.
545 Remove check for empty linespec with conditional.
546 Refactor.
547 (decode_static_tracepoint_spec): Make argument const and update
548 function.
549 (create_breakpoint): Change `arg' to a struct event_location and
550 rename.
551 Remove `copy_arg' and `addr_start'.
552 If EXTRA_STRING is empty, set it to NULL.
553 Don't populate `canonical' for pending breakpoints.
554 Pass `extra_string' to find_condition_and_thread.
555 Clear `extra_string' if `rest' was NULL.
556 Do not error with "garbage after location" if setting a dprintf
557 breakpoint.
558 Copy the location into the breakpoint instead of an address string.
559 (break_command_1): Use string_to_event_location and pass this to
560 create_breakpoint instead of an address string.
561 Check against `arg_cp' for a probe linespec.
562 (dprintf_command): Use string_to_event_location and pass this to
563 create_breakpoint instead of an address string.
564 Throw an exception if no format string was specified.
565 (print_recreate_ranged_breakpoint): Use event_location_to_string
566 instead of address strings.
567 (break_range_command, until_break_command)
568 (init_ada_exception_breakpoint): Use locations instead
569 of address strings.
570 (say_where): Print out extra_string for pending locations.
571 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
572 the breakpoint.
573 (base_breakpoint_create_sals_from_location): Use struct event_location
574 instead of address string.
575 Remove `addr_start' and `copy_arg' parameters.
576 (base_breakpoint_decode_location): Use struct event_location instead of
577 address string.
578 (bkpt_re_set): Use locations instead of address strings.
579 Use event_location_empty_p to check for unset location.
580 (bkpt_print_recreate): Use event_location_to_string instead of
581 an address string.
582 Print out extra_string for pending locations.
583 (bkpt_create_sals_from_location, bkpt_decode_location)
584 (bkpt_probe_create_sals_from_location): Use struct event_location
585 instead of address string.
586 (bkpt_probe_decode_location): Use struct event_location instead of
587 address string.
588 (tracepoint_print_recreate): Use event_location_to_string to
589 recreate the tracepoint.
590 (tracepoint_create_sals_from_location, tracepoint_decode_location)
591 (tracepoint_probe_create_sals_from_location)
592 (tracepoint_probe_decode_location): Use struct event_location
593 instead of address string.
594 (dprintf_print_recreate): Use event_location_to_string to recreate
595 the dprintf.
596 (dprintf_re_set): Remove check for valid/missing format string.
597 (strace_marker_create_sals_from_location)
598 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
599 (update_static_tracepoint): Use struct event_location instead of
600 address string.
601 (location_to_sals): Likewise.
602 Pass `extra_string' to find_condition_and_thread.
603 For newly resolved pending breakpoint locations, clear the location's
604 string representation.
605 Assert that the breakpoint's condition string is NULL when
606 condition_not_parsed.
607 (breakpoint_re_set_default, create_sals_from_location_default)
608 (decode_location_default, trace_command, ftrace_command)
609 (strace_command, create_tracepoint_from_upload): Use locations
610 instead of address strings.
611 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
612 Use struct event_location instead of address string.
613 Update all uses.
614 <decode_location>: Likewise.
615 (struct breakpoint) <addr_string>: Change to struct event_location
616 and rename `location'.
617 <addr_string_range_end>: Change to struct event_location and rename
618 `location_range_end'.
619 (create_breakpoint): Use struct event_location instead of address
620 string.
621 * cli/cli-cmds.c: Include location.h.
622 (edit_command, list_command): Use locations instead of address strings.
623 * elfread.c: Include location.h.
624 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
625 * guile/scm-breakpoint.c: Include location.h.
626 (bpscm_print_breakpoint_smob): Use event_location_to_string.
627 (gdbscm_register_breakpoint): Use locations instead of address
628 strings.
629 * linespec.c: Include location.h.
630 (struct ls_parser) <stream>: Change to const char *.
631 (PARSER_STREAM): Update.
632 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
633 keywords must be followed by whitespace.
634 (canonicalize_linespec): Save a linespec location into `canonical'.
635 Save a canonical linespec into `canonical'.
636 (parse_linespec): Change `argptr' to const char * and rename `arg'.
637 All uses updated.
638 Update function description.
639 (linespec_parser_new): Initialize `parser'.
640 Update initialization of parsing stream.
641 (event_location_to_sals): New function.
642 (decode_line_full): Change `argptr' to a struct event_location and
643 rename it `location'.
644 Use locations instead of address strings.
645 Call event_location_to_sals instead of parse_linespec.
646 (decode_line_1): Likewise.
647 (decode_line_with_current_source, decode_line_with_last_displayed)
648 Use locations instead of address strings.
649 (decode_objc): Likewise.
650 Change `argptr' to const char * and rename `arg'.
651 (destroy_linespec_result): Delete the linespec result's location
652 instead of freeing the address string.
653 * linespec.h (struct linespec_result) <addr_string>: Change to
654 struct event_location and rename to ...
655 <location>: ... this.
656 (decode_line_1, decode_line_full): Change `argptr' to struct
657 event_location. All callers updated.
658 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
659 (mi_cmd_break_insert_1): Use locations instead of address strings.
660 Throw an error if there was "garbage" at the end of the specified
661 linespec.
662 * probe.c: Include location.h.
663 (parse_probes): Change `argptr' to struct event_location.
664 Use event locations instead of address strings.
665 * probe.h (parse_probes): Change `argptr' to struct event_location.
666 * python/py-breakpoint.c: Include location.h.
667 (bppy_get_location): Constify local variable `str'.
668 Use event_location_to_string.
669 (bppy_init): Use locations instead of address strings.
670 * python/py-finishbreakpoint.c: Include location.h.
671 (bpfinishpy_init): Remove local variable `addr_str'.
672 Use locations instead of address strings.
673 * python/python.c: Include location.h.
674 (gdbpy_decode_line): Use locations instead of address strings.
675 * remote.c: Include location.h.
676 (remote_download_tracepoint): Use locations instead of address
677 strings.
678 * spu-tdep.c: Include location.h.
679 (spu_catch_start): Remove local variable `buf'.
680 Use locations instead of address strings.
681 * tracepoint.c: Include location.h.
682 (scope_info): Use locations instead of address strings.
683 (encode_source_string): Constify parameter `src'.
684 * tracepoint.h (encode_source_string): Likewise.
685
c7c1b3e9
KS
6862015-08-11 Keith Seitz <keiths@redhat.com>
687
688 * Makefile.in (SFILES): Add location.c.
689 (HFILES_NO_SRCDIR): Add location.h.
690 (COMMON_OBS): Add location.o.
691 * linespec.c (linespec_lex_to_end): New function.
692 * linespec.h (linespec_lex_to_end): Declare.
693 * location.c: New file.
694 * location.h: New file.
695
5f700d83
KS
6962015-08-11 Keith Seitz <keiths@redhat.com>
697
698 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
699 Renamed to create_sals_from_location.
700 <decode_linespec>: Renamed to decode_location.
701 Update all callers.
702 * breakpoint.c (create_sals_from_address_default): Renamed to ...
703 (create_sals_from_location_default): ... this.
704 (addr_string_to_sals): Renamed to ...
705 (location_to_sals): ... this.
706 (decode_linespec_default): Renamed to ...
707 (decode_location_default): ... this.
708 (base_breakpoint_create_sals_from_address): Renamed to ...
709 (base_breakpoint_create_sals_from_location): ... this.
710 (bkpt_create_sals_from_address): Renamed to ...
711 (bkpt_create_sals_from_location): ... this.
712 (bkpt_decode_linespec): Renamed to ...
713 (bkpt_decode_location): ... this.
714 (bkpt_probe_create_sals_from_address): Renamed to ...
715 (bkpt_probe_create_sals_from_location): ... this.
716 (tracepoint_create_sals_from_address): Renamed to ...
717 (tracepoint_create_sals_from_location): ... this.
718 (tracepoint_decode_linespec): Renamed to ...
719 (tracepoint_decode_location): ... this.
720 (tracepoint_probe_create_sals_from_address): Renamed to ...
721 (tracepoint_probe_create_sals_from_location): ... this.
722 (tracepoint_probe_decode_linespec): Renamed to ...
723 (tracepoint_probe_decode_location): ... this.
724 (strace_marker_create_sals_from_address): Renamed to ...
725 (strace_marker_create_sals_from_location): ... this.
726 (decode_linespec_default): Renamed to ...
727 (decode_location_default): ... this.
728
e27852be
DE
7292015-08-10 Doug Evans <dje@google.com>
730 Keith Seitz <keiths@redhat.com>
731
732 PR gdb/17960
733 * symtab.c (make_file_symbol_completion_list_1): Renamed from
734 make_file_symbol_completion_list and made static.
735 (make_file_symbol_completion_list): New function.
80af41e0 736
fd7dcb94
JB
7372015-08-10 Joel Brobecker <brobecker@adacore.com>
738
739 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
740 trailing new-line at end of warning message.
741 (proceed): Add i18n marker to error messages.
742
f12899e9
PA
7432015-08-07 Pedro Alves <palves@redhat.com>
744
745 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
746
5ac21343
PA
7472015-08-07 Pedro Alves <palves@redhat.com>
748
749 * s390-linux-tdep.c (is_non_branch_ril)
750 (s390_displaced_step_copy_insn): New functions.
751 (s390_displaced_step_fixup): Update comment.
752 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
753 gdbarch_displaced_step_copy_insn hook.
754
7f03bd92
PA
7552015-08-07 Pedro Alves <palves@redhat.com>
756
757 * infrun.c (displaced_step_prepare_throw): Return -1 if
758 gdbarch_displaced_step_copy_insn returns NULL. Update intro
759 comment.
760 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
761 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
762 in file.
763 (ppc_displaced_step_copy_insn): New function.
764 (ppc_displaced_step_fixup): Update comment.
765 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
766 gdbarch_displaced_step_copy_insn hook.
767 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
768 NULL return.
769 * gdbarch.h: Regenerate.
770
3fc8eb30
PA
7712015-08-07 Pedro Alves <palves@redhat.com>
772
773 * inferior.h (struct inferior) <displaced_stepping_failed>: New
774 field.
775 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
776 Return false if dispaced stepping failed before.
777 (resume): Pass the current inferior to
778 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
779 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
780 displaced_stepping_failed flag, and fall back to an in-line
781 step-over.
782
bfedc46a
PA
7832015-08-07 Pedro Alves <palves@redhat.com>
784
785 * darwin-nat.c (darwin_stop): Rename to ...
786 (darwin_interrupt): ... this.
787 (_initialize_darwin_inferior): Adjust.
788 * gnu-nat.c (gnu_stop): Delete.
789 (gnu_target): Don't install gnu_stop.
790 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
791 (inf_ptrace_interrupt): ... this.
792 (inf_ptrace_target): Adjust.
793 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
794 target_stop.
795 * linux-nat (linux_nat_stop): Rename to ...
796 (linux_nat_interrupt): ... this.
797 (linux_nat_stop): Reimplement.
798 (linux_nat_add_target): Install linux_nat_interrupt.
799 * nto-procfs.c (nto_interrupt_twice): Rename to ...
800 (nto_handle_sigint_twice): ... this.
801 (nto_interrupt): Rename to ...
802 (nto_handle_sigint): ... this. Call target_interrupt instead of
803 target_stop.
804 (procfs_wait): Adjust.
805 (procfs_stop): Rename to ...
806 (procfs_interrupt): ... this.
807 (init_procfs_targets): Adjust.
808 * procfs.c (procfs_stop): Rename to ...
809 (procfs_interrupt): ... this.
810 (procfs_target): Adjust.
811 * remote-m32r-sdi.c (m32r_stop): Rename to ...
812 (m32r_interrupt): ... this.
813 (init_m32r_ops): Adjust.
814 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
815 (gdbsim_interrupt_inferior): ... this.
816 (gdbsim_stop): Rename to ...
817 (gdbsim_interrupt): ... this.
818 (gdbsim_cntrl_c): Adjust.
819 (init_gdbsim_ops): Adjust.
820 * remote.c (sync_remote_interrupt): Adjust comments.
821 (remote_stop_as): Rename to ...
822 (remote_interrupt_as): ... this.
823 (remote_stop): Adjust comment.
824 (remote_interrupt): New function.
825 (init_remote_ops): Install remote_interrupt.
826 * target.c (target_interrupt): New function.
827 * target.h (struct target_ops) <to_interrupt>: New field.
828 (target_interrupt): New declaration.
829 * windows-nat.c (windows_stop): Rename to ...
830 (windows_interrupt): ... this.
831 * target-delegates.c: Regenerate.
832
d55007b5
PA
8332015-08-07 Pedro Alves <palves@redhat.com>
834
835 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
836 threads" as alternative to "switching back to stepped thread".
837
fbea99ea
PA
8382015-08-07 Pedro Alves <palves@redhat.com>
839
840 * NEWS: Mention "maint set/show target-non-stop".
841 * breakpoint.c (update_global_location_list): Check
842 target_is_non_stop_p instead of non_stop.
843 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
844 * infrun.c (show_can_use_displaced_stepping)
845 (can_use_displaced_stepping_p, start_step_over_inferior):
846 Likewise.
847 (internal_resume_ptid): New function.
848 (resume): Use it.
849 (proceed): Check target_is_non_stop_p instead of non_stop. If in
850 all-stop mode but the target is always in non-stop mode, start all
851 the other threads that are implicitly resumed too.
852 (for_each_just_stopped_thread, fetch_inferior_event)
853 (adjust_pc_after_break, stop_all_threads): Check
854 target_is_non_stop_p instead of non_stop.
855 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
856 with the target always in non-stop mode.
857 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
858 instead of non_stop.
859 (switch_back_to_stepped_thread): Check target_is_non_stop_p
860 instead of non_stop.
861 (keep_going_stepped_thread): Use internal_resume_ptid.
862 (stop_waiting): If in all-stop mode, and the target is in non-stop
863 mode, stop all threads.
864 (keep_going_pass): Likewise, when starting a new in-line step-over
865 sequence.
866 * linux-nat.c (get_pending_status, select_event_lwp)
867 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
868 target_is_non_stop_p instead of non_stop.
869 (linux_nat_always_non_stop_p): New function.
870 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
871 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
872 * target-delegates.c: Regenerate.
873 * target.c (target_is_non_stop_p): New function.
874 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
875 (maint_set_target_non_stop_command)
876 (maint_show_target_non_stop_command): New functions.
877 (_initilize_target): Install "maint set/show target-non-stop"
878 commands.
879 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
880 (target_non_stop_enabled): New declaration.
881 (target_is_non_stop_p): New declaration.
882
372316f1
PA
8832015-08-07 Pedro Alves <pedro@codesourcery.com>
884
885 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
886 has a pending status, return true.
887 * gdbthread.h: Include target/waitstatus.h.
888 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
889 stop_pc>: New fields.
890 (struct thread_info) <resumed>: New field.
891 (set_resumed): Declare.
892 * infrun.c: Include "event-loop.h".
893 (infrun_async_inferior_event_token, infrun_is_async): New globals.
894 (infrun_async): New function.
895 (clear_step_over_info): Add debug output.
896 (displaced_step_in_progress_any_inferior): New function.
897 (displaced_step_fixup): New returns int.
898 (start_step_over): Handle in-line step-overs too. Assert the
899 thread is marked resumed.
900 (resume_cleanups): Clear the thread's resumed flag.
901 (resume): Set the thread's resumed flag. Return early if the
902 thread has a pending status. Allow stepping a breakpoint with no
903 signal.
904 (proceed): Adjust to check 'resumed' instead of 'executing'.
905 (clear_proceed_status_thread): If the thread has a pending status,
906 and that status is a finished step, discard the pending status.
907 (clear_proceed_status): Don't clear step_over_info here.
908 (random_pending_event_thread, do_target_wait): New functions.
909 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
910 do_target_wait.
911 (wait_one): New function.
912 (THREAD_STOPPED_BY): New macro.
913 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
914 (thread_stopped_by_hw_breakpoint): New functions.
915 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
916 functions.
917 (handle_inferior_event): Also call set_resumed(false) on all
918 threads implicitly stopped by the event.
919 (restart_threads, resumed_thread_with_pending_status): New
920 functions.
921 (finish_step_over): If we were doing an in-line step-over before,
922 and no longer are after trying to start a new step-over, restart
923 all threads. If we have multiple threads with pending events,
924 save the current event and go through the event loop again.
925 (handle_signal_stop): Return early if finish_step_over returns
926 false.
927 <random signal>: If we get a signal while stepping over a
928 breakpoint in-line in non-stop mode, restart all threads. Clear
929 step_over_info before delivering the signal.
930 (keep_going_stepped_thread): Use internal_error instead of
931 gdb_assert. Mark the thread as resumed.
932 (keep_going_pass_signal): Assert the thread isn't already resumed.
933 If some other thread is doing an in-line step-over, defer the
934 resume. If we just started a new in-line step-over, stop all
935 threads. Don't clear step_over_info.
936 (infrun_async_inferior_event_handler): New function.
937 (_initialize_infrun): Create async event handler with
938 infrun_async_inferior_event_handler as callback.
939 (infrun_async): New declaration.
940 * target.c (target_async): New function.
941 * target.h (target_async): Declare macro and readd as function
942 declaration.
943 * target/waitstatus.h (enum target_stop_reason)
944 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
945 * thread.c (new_thread): Clear the new waitstatus field.
946 (set_resumed): New function.
947
2ac7589c
PA
9482015-08-07 Pedro Alves <palves@redhat.com>
949
950 * infrun.c (keep_going_stepped_thread): New function, factored out
951 from ...
952 (switch_back_to_stepped_thread): ... here.
953
8b061563
PA
9542015-08-07 Pedro Alves <palves@redhat.com>
955
956 * infrun.c (currently_stepping): Extend intro comment.
957 * target.h (target_resume): Extend intro comment.
958
1afd5965
PA
9592015-08-07 Pedro Alves <palves@redhat.com>
960
961 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
962 of inferior_ptid. If the stepped thread vanished, return 0
963 instead of resuming here. Use reset_ecs. Print the prev_pc and
964 the current stop_pc in log message. Clear trap_expected if the
965 thread advanced. Don't pass currently_stepping to
966 do_target_resume.
967
4d9d9d04
PA
9682015-08-07 Pedro Alves <palves@redhat.com>
969
970 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
971 * infrun.c (struct execution_control_state): Move higher up in the
972 file.
973 (reset_ecs): New function.
974 (start_step_over): Now returns int. Rewrite to use
975 keep_going_pass_signal instead of manually starting a displaced step.
976 (resume): Don't call set_running here. If displaced stepping
977 can't start now, clear trap_expected.
978 (find_thread_needs_step_over): Delete function.
979 (proceed): Set up finish_thread_state_cleanup. Call set_running.
980 If the current thread needs a step over, push it in the step-over
981 chain. Don't set insert breakpoints nor call resume directly
982 here. Instead rewrite to use start_step_over and
983 keep_going_pass_signal.
984 (finish_step_over): New function.
985 (handle_signal_stop): Call finish_step_over instead of
986 start_step_over.
987 (switch_back_to_stepped_thread): If the event thread needs another
988 step-over do that first. Use start_step_over.
989 (keep_going_pass_signal): New function, factored out from ...
990 (keep_going): ... here.
991 (_initialize_infrun): Comment moved here.
992 * thread.c (set_running_thread): New function.
993 (set_running, finish_thread_state): Use set_running_thread.
994
c2829269
PA
9952015-08-07 Pedro Alves <palves@redhat.com>
996
997 * gdbthread.h (struct thread_info) <step_over_prev,
998 step_over_next>: New fields.
999 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
1000 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
1001 declarations.
1002 * infrun.c (struct displaced_step_request): Delete.
1003 (struct displaced_step_inferior_state) <step_request_queue>:
1004 Delete field.
1005 (displaced_step_prepare): Assert that trap_expected is set. Use
1006 thread_step_over_chain_enqueue. Split starting a new displaced
1007 step to ...
1008 (start_step_over): ... this new function.
1009 (resume): Assert the thread isn't waiting for a step over already.
1010 (proceed): Assert the thread isn't waiting for a step over
1011 already.
1012 (infrun_thread_stop_requested): Adjust to remove threads from the
1013 embedded step-over chain.
1014 (handle_inferior_event) <fork/vfork>: Call start_step_over after
1015 displaced_step_fixup.
1016 (handle_signal_stop): Call start_step_over after
1017 displaced_step_fixup.
1018 * infrun.h (step_over_queue_head): New declaration.
1019 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
1020 (thread_step_over_chain_next, thread_is_in_step_over_chain)
1021 (thread_step_over_chain_enqueue)
1022 (thread_step_over_chain_remove): New functions.
1023 (delete_thread_1): Remove thread from the step-over chain.
1024
6c4cfb24
PA
10252015-08-07 Pedro Alves <palves@redhat.com>
1026
1027 * infrun.c (thread_still_needs_step_over): Rename to ...
1028 (thread_still_needs_step_over_bp): ... this.
1029 (enum step_over_what): New.
1030 (thread_still_needs_step_over): Reimplement.
1031
567420d1
PA
10322015-08-07 Pedro Alves <palves@redhat.com>
1033
1034 * remote.c (remote_wait_as): If not waiting for a stop reply,
1035 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
1036 requested, don't block waiting forever.
1037
d8dd4d5f
PA
10382015-08-07 Pedro Alves <pedro@codesourcery.com>
1039
1040 * infrun.c (adjust_pc_after_break): Now takes thread_info and
1041 waitstatus pointers instead of an ecs. Adjust.
1042 (handle_inferior_event): Adjust caller.
1043
e1316e60
PA
10442015-08-07 Pedro Alves <palves@redhat.com>
1045
1046 * infrun.c (handle_inferior_event): If we get
1047 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
1048 mode, mark all threads of the exiting process as not-executing.
1049 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
1050 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
1051 exiting process, if inferior_ptid still points at a process.
1052 * thread.c (struct current_thread_cleanup) <next>: New field.
1053 (current_thread_cleanup_chain): New global.
1054 (restore_current_thread_ptid_changed): New function.
1055 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
1056 current_thread_cleanup_chain list.
1057 (make_cleanup_restore_current_thread): Add the cleanup data to the
1058 current_thread_cleanup_chain list.
1059 (_initialize_thread): Install restore_current_thread_ptid_changed
1060 as thread_ptid_changed observer.
1061
47e9c225
JB
10622015-08-07 Joel Brobecker <brobecker@adacore.com>
1063
1064 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
1065 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
1066 smaller than expected.
1067
06096720
AB
10682015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
1069
1070 * stack.c (get_frame_language): Moved ...
1071 * frame.c (get_frame_language): ... to here.
1072 * language.h (get_frame_language): Declaration moved to frame.h.
1073 * frame.h: Add language.h include, for language enum.
1074 (get_frame_language): Declaration moved from language.h.
1075 * language.c: Add frame.h include.
1076 * top.c: Add frame.h include.
1077 * symtab.h (struct obj_section): Declare.
1078 (struct cmd_list_element): Declare.
1079
7ff38b1c
AB
10802015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * language.c (show_language_command): Find selected frame before
1083 asking for the language of that frame.
1084 (set_language_command): Likewise.
1085 * language.h (get_frame_language): Add frame parameter.
1086 * stack.c (get_frame_language): Add frame parameter, assert
1087 parameter is not NULL, update comment and reindent.
1088 * top.c (check_frame_language_change): Pass the selected frame
1089 into get_frame_language.
1090
da8c46d2
MM
10912015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1092
1093 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
1094 (pt_btrace_insn_flags): New.
1095 (ftrace_add_pt): Call pt_btrace_insn_flags.
1096 * btrace.h (btrace_insn_flag): New.
1097 (btrace_insn) <flags>: New.
1098 * record-btrace.c (btrace_insn_history): Print insn prefix.
1099 * NEWS: Announce it.
1100
5599c404
MM
11012015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1102
1103 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
1104 * configure: Regenerate.
1105
016a3251
DD
11062015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1107
1108 * Makefile.in (LIBICONV): Define.
1109 (CLIBS): Add LIBICONV.
1110 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
1111 * configure: Regenerate.
1112
aead7601
SM
11132015-08-06 Simon Marchi <simon.marchi@ericsson.com>
1114 Pedro Alves <palves@redhat.com>
1115
1116 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
1117 (arm_set_abi): Likewise.
1118 * ax-general.c (ax_print): Likewise.
1119 * c-exp.y (exp : string_exp): Likewise.
1120 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
1121 (do_compile_dwarf_expr_to_c): Likewise.
1122 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
1123 Likewise.
1124 * dwarf2expr.c (execute_stack_op): Likewise.
1125 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
1126 (disassemble_dwarf_expression): Likewise.
1127 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
1128 (read_array_order): Likewise.
1129 (abbrev_table_read_table): Likewise.
1130 (read_attribute_value): Likewise.
1131 (skip_unknown_opcode): Likewise.
1132 (dwarf_decode_macro_bytes): Likewise.
1133 (dwarf_decode_macros): Likewise.
1134 * eval.c (value_f90_subarray): Likewise.
1135 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
1136 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
1137 * infrun.c (handle_command): Likewise.
1138 * memory-map.c (memory_map_start_memory): Likewise.
1139 * osabi.c (set_osabi): Likewise.
1140 * parse.c (operator_length_standard): Likewise.
1141 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
1142 single return point.
1143 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
1144 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
1145 (gdbpy_lookup_global_symbol): Likewise.
1146 * record-full.c (record_full_restore): Likewise.
1147 * regcache.c (regcache_register_status): Likewise.
1148 (regcache_raw_read): Likewise.
1149 (regcache_cooked_read): Likewise.
1150 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
1151 * symtab.c (initialize_ordinary_address_classes): Likewise.
1152 * target-debug.h (target_debug_print_signals): Likewise.
1153 * utils.c (do_restore_current_language): Likewise.
1154
ca0a5f0b
CD
11552015-08-06 Clem Dickey <clemd@acm.org>
1156
1157 PR python/17136
1158 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
1159
05d999b0
SM
11602015-08-06 Simon Marchi <simon.marchi@ericsson.com>
1161
1162 * complaints.c (enum complaint_series): Add newlines and remove
1163 out of date comment.
1164 (struct complaints) <series>: Change type to enum
1165 complaint_series and remove out of date comment.
1166 (symfile_complaint_hook): Use equivalent enum value
1167 ISOLATED_MESSAGE instead of 0.
1168
bf47e248
PA
11692015-08-06 Pedro Alves <palves@redhat.com>
1170
1171 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
1172 returned > 0.
1173
b6b9ffcc
PL
11742015-08-06 Pierre Langlois <pierre.langlois@arm.com>
1175
1176 * common/agent.c (symbol_list) <required>: Remove.
1177
863d01bd
PA
11782015-08-06 Pedro Alves <palves@redhat.com>
1179
1180 * target/waitstatus.h (enum target_stop_reason)
1181 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
1182
0a39bb32
PA
11832015-08-05 Pedro Alves <palves@redhat.com>
1184 Joel Brobecker <brobecker@adacore.com>
1185
9d996aba 1186 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
1187 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
1188 case where BS->STOP is not set.
1189
260439cb
UW
11902015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
1191
1192 * nat/gdb_thread_db.h: Add copyright header.
1193 Protect against multiple inclusion.
1194
d89fa914
YQ
11952015-08-05 Yao Qi <yao.qi@linaro.org>
1196
1197 * aarch64-linux-nat.c (get_thread_id): Remove.
1198 (debug_reg_change_callback): Call ptid_get_lwp instead of
1199 get_thread_id.
1200 (fetch_gregs_from_thread): Likewise.
1201 (store_gregs_to_thread): Likewise.
1202 (fetch_fpregs_from_thread): Likewise.
1203 (store_fpregs_to_thread): Likewise.
1204 (aarch64_linux_get_debug_reg_capacity): Likewise.
1205 * arm-linux-nat.c (get_thread_id): Remove.
1206 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
1207 * xtensa-linux-nat.c (get_thread_id): Remove.
1208 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
1209 * arm-linux-nat.c (get_thread_id): Remove.
1210 (GET_THREAD_ID): Remove.
1211 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
1212 (store_fpregs, fetch_regs, store_regs): Likewise.
1213 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
1214 (fetch_vfp_regs, store_vfp_regs): Likewise.
1215 (arm_linux_read_description): Likewise.
1216 (arm_linux_get_hwbp_cap): Likewise.
1217 * xtensa-linux-nat.c (get_thread_id): Remove.
1218 (GET_THREAD_ID): Remove.
1219 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
1220 GET_THREAD_ID.
1221
4efd80aa
CS
12222015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
1223
1224 * python/py-linetable.c: Fix case of Linetable to LineTable
1225 in docstrings and code comments.
1226 * python/py-symtab.c: Same.
1227
c6343a91
JK
12282015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1229
1230 * infcmd.c (signal_command): Call do_cleanups for args_chain.
1231
978b9495
JK
12322015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1233
1234 PR gdb/18767
1235 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
1236 use.
1237
96e9210f
PA
12382015-08-04 Pedro Alves <palves@redhat.com>
1239
1240 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
1241 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
1242 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
1243 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
1244 (td_thr_validate_ftype, td_thr_get_info_ftype)
1245 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
1246 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
1247 New typedefs.
1248 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
1249 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
1250 local macros and use them instead of verbose_dlsym and dlsym
1251 calls.
1252
af60a1ef
SL
12532015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1254
1255 * nios2-tdep.h: Include opcode/nios2.h here.
1256 (NIOS2_CDX_OPCODE_SIZE): New.
1257 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
1258 * nios2-tdep.c: Don't include opcode/nios2.h here.
1259 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
1260 4-byte read fails.
1261 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
1262 (nios2_match_addi, nios2_match_orhi): Likewise.
1263 (nios2_match_stw, nios2_match_ldw): Likewise.
1264 (nios2_match_rdctl): Likewise.
1265 (nios2_match_stwm, nios2_match_ldwm): New.
1266 (nios2_match_branch): Add cases for R2 encodings.
1267 (nios2_match_jmpi, nios2_match_calli): Likewise.
1268 (nios2_match_jmpr, nios2_match_callr): Likewise.
1269 (nios2_match_break, nios2_match_trap): Likewise.
1270 (nios2_in_epilogue_p): Add R2 support.
1271 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
1272 prologues.
1273 (nios2_breakpoint_from_pc): Handle R2 instructions.
1274 (nios2_get_next_pc): Likewise. Adjust call to
1275 tdep->syscall_next_pc.
1276 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
1277 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
1278 instruction field macros instead of literal hex values.
1279 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
1280 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
1281 Use size field from OP instead of assuming all instructions
1282 are the same size.
1283 (nios2_linux_init_abi): Register appropriate unwinder for mach.
1284
1da03605
UW
12852015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
1286
1287 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
1288 variable warning with some compilers.
1289
8156fe7f
YQ
12902015-08-03 Yao Qi <yao.qi@linaro.org>
1291
1292 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
1293 in comment. Replace "rw" with "type".
1294 (arm_linux_remove_watchpoint): Change type of "rw" to
1295 "enum target_hw_bp_type".
1296
835a09d9
PMR
12972015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
1298
1299 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
1300 lookup_symbol.
1301 * ft32-tdep.c (ft32_skip_prologue): Likewise.
1302 * moxie-tdep.c (moxie_skip_prologue): Likewise.
1303 * mt-tdep.c (mt_skip_prologue): Likewise.
1304 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
1305
d12307c1
PMR
13062015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
1307
1308 * ada-exp.y (write_object_renaming): Replace struct
1309 ada_symbol_info with struct block_symbol. Update field
1310 references accordingly.
1311 (block_lookup, select_possible_type_sym): Likewise.
1312 (find_primitive_type): Likewise. Also update call to
1313 ada_lookup_symbol to extract the symbol itself.
1314 (write_var_or_type, write_name_assoc): Likewise.
1315 * ada-lang.h (struct ada_symbol_info): Remove.
1316 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
1317 struct block_symbol.
1318 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
1319 (ada_lookup_symbol): Return struct block_symbol instead of a
1320 mere symbol.
1321 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
1322 with struct block_symbol.
1323 (resolve_subexp, ada_resolve_function, sort_choices,
1324 user_select_syms, is_nonfunction, add_defn_to_vec,
1325 num_defns_collected, defns_collected,
1326 symbols_are_identical_enums, remove_extra_symbols,
1327 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
1328 ada_lookup_symbol_list, ada_iterate_over_symbols,
1329 ada_lookup_encoded_symbol, get_var_value): Likewise.
1330 (ada_lookup_symbol): Return a block_symbol instead of a mere
1331 symbol. Replace struct ada_symbol_info with struct
1332 block_symbol.
1333 (ada_lookup_symbol_nonlocal): Likewise.
1334 (standard_lookup): Make block passing explicit through
1335 lookup_symbol_in_language.
1336 * ada-tasks.c (get_tcb_types_info): Update the calls to
1337 lookup_symbol_in_language to extract the mere symbol out of the
1338 returned value.
1339 (ada_tasks_inferior_data_sniffer): Likewise.
1340 * ax-gdb.c (gen_static_field): Likewise for the call to
1341 lookup_symbol.
a5fdf78a 1342 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
1343 lookup functions.
1344 (gen_expr): Likewise.
1345 * c-exp.y: Likewise. Remove uses of block_found.
1346 (lex_one_token, classify_inner_name, c_print_token): Likewise.
1347 (classify_name): Likewise. Rename the "sym" local variable to
1348 "bsym".
1349 * c-valprint.c (print_unpacked_pointer): Likewise.
1350 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
1351 "sym" parameter from struct symbol * to struct block_symbol.
1352 Use it to remove uses of block_found. Deal with struct
a5fdf78a 1353 block_symbol from lookup functions.
d12307c1
PMR
1354 (gcc_convert_symbol): Likewise. Update the call to
1355 convert_symbol_sym.
1356 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 1357 struct block_symbol from lookup functions.
d12307c1
PMR
1358 * cp-namespace.c (cp_lookup_nested_symbol_1,
1359 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
1360 cp_search_static_and_baseclasses,
1361 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
1362 cp_lookup_symbol_imports_or_template,
1363 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
1364 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
1365 find_symbol_in_baseclass): Return struct block_symbol instead of
1366 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
1367 functions.
1368 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 1369 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
1370 lookup functions.
1371 * cp-support.h (cp_lookup_symbol_nonlocal,
1372 cp_lookup_symbol_from_namespace,
1373 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 1374 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
1375 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
1376 push_module_name):
a5fdf78a 1377 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
1378 uses of block_found.
1379 * eval.c (evaluate_subexp_standard): Update call to
1380 cp_lookup_symbol_namespace.
a5fdf78a
PMR
1381 * f-exp.y: Deal with struct block_symbol from lookup functions.
1382 Remove uses of block_found.
d12307c1
PMR
1383 (yylex): Likewise.
1384 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
1385 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 1386 struct block_symbol from lookup functions.
d12307c1
PMR
1387 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
1388 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
1389 (gdbscm_lookup_global_symbol): Likewise.
1390 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
1391 * go-exp.y: Likewise. Remove uses of block_found.
1392 (package_name_p, classify_packaged_name, classify_name):
1393 Likewise.
1394 * infrun.c (insert_exception_resume_breakpoint): Likewise.
1395 * jv-exp.y (push_variable): Likewise.
1396 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
1397 * language.c (language_bool_type): Likewise.
1398 * language.h (struct language_defn): Update
a5fdf78a
PMR
1399 la_lookup_symbol_nonlocal to return a struct block_symbol rather
1400 than a mere symbol.
1401 * linespec.c (find_label_symbols): Deal with struct block_symbol
1402 from lookup functions.
d12307c1
PMR
1403 * m2-exp.y: Likewise. Remove uses of block_found.
1404 (yylex): Likewise.
1405 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
1406 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
1407 * p-exp.y: Likewise. Remove uses of block_found.
1408 (yylex): Likewise.
1409 * p-valprint.c (pascal_val_print): Likewise.
1410 * parse.c (write_dollar_variable): Likewise. Remove uses of
1411 block_found.
1412 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
1413 struct block_symbol.
1414 * printcmd.c (address_info): Deal with struct block_symbol from
1415 lookup functions.
d12307c1
PMR
1416 * python/py-frame.c (frapy_read_var): Likewise.
1417 * python/py-symbol.c (gdbpy_lookup_symbol,
1418 gdbpy_lookup_global_symbol): Likewise.
1419 * skip.c (skip_function_command): Likewise.
1420 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 1421 block_symbol instead of a mere symbol.
d12307c1
PMR
1422 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
1423 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
1424 * solib.c (solib_global_lookup): Likewise.
1425 * solist.h (solib_global_lookup): Likewise.
1426 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
1427 return a struct block_symbol rather than a mere symbol.
1428 * source.c (select_source_symtab): Deal with struct block_symbol
1429 from lookup functions.
d12307c1
PMR
1430 * stack.c (print_frame_args, iterate_over_block_arg_vars):
1431 Likewise.
1432 * symfile.c (set_initial_language): Likewise.
1433 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 1434 block_symbol.
d12307c1
PMR
1435 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
1436 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 1437 block_symbol.
d12307c1 1438 (block_found): Remove.
a5fdf78a 1439 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 1440 cache slots.
a5fdf78a
PMR
1441 (symbol_cache_lookup): Return a struct block_symbol rather than
1442 a mere symbol.
d12307c1
PMR
1443 (symbol_cache_mark_found): Add a BLOCK parameter to fill
1444 appropriately the cache slots. Update callers.
1445 (symbol_cache_dump): Update cache slots handling to the type
1446 change.
1447 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
1448 lookup_symbol_aux, lookup_local_symbol,
1449 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
1450 lookup_symbol_in_objfile_symtabs,
1451 lookup_symbol_in_objfile_from_linkage_name,
1452 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
1453 lookup_symbol_in_static_block, lookup_static_symbol,
1454 lookup_global_symbol):
a5fdf78a
PMR
1455 Return a struct block_symbol rather than a mere symbol. Deal
1456 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
1457 uses of block_found.
1458 (lookup_symbol_in_block): Remove uses of block_found.
1459 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 1460 struct block_symbol.
d12307c1
PMR
1461 (lookup_symbol_global_iterator_cb): Update references to the
1462 RESULT field.
a5fdf78a 1463 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 1464 functions.
a5fdf78a 1465 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
1466 (block_found): Remove.
1467 (lookup_symbol_in_language, lookup_symbol,
1468 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
1469 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
1470 lookup_global_symbol_from_objfile): Return a struct block_symbol
1471 rather than just a mere symbol. Update comments to remove
1472 mentions of block_found.
d12307c1
PMR
1473 * valops.c (find_function_in_inferior,
1474 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 1475 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
1476 functions.
1477 * value.c (value_static_field, value_fn_field): Likewise.
1478
b1c59ddc
SM
14792015-07-31 Simon Marchi <simon.marchi@ericsson.com>
1480
1481 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
1482 instead of integer.
1483
f486487f 14842015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 1485 Pedro Alves <palves@redhat.com>
f486487f
SM
1486
1487 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
1488 type or value instead of integer.
1489 (aarch64_linux_insert_watchpoint): Likewise.
1490 (aarch64_linux_remove_watchpoint): Likewise.
1491 * ada-lang.c (ada_op_print_tab): Likewise.
1492 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
1493 (amd64_linux_syscall_record_common): Likewise.
1494 * arch-utils.c (target_byte_order_user): Likewise.
1495 (default_byte_order): Likewise.
1496 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
1497 (arm_linux_get_hwbp_type): Likewise.
1498 (arm_linux_hw_watchpoint_initialize): Likewise.
1499 (arm_linux_insert_watchpoint): Likewise.
1500 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
1501 (arm_linux_syscall_record): Likewise.
1502 * breakpoint.c (update_watchpoint): Likewise.
1503 (breakpoint_here_p): Likewise.
1504 (bpstat_print): Likewise.
1505 (enable_breakpoint_disp): Likewise.
1506 * c-lang.c (c_op_print_tab): Likewise.
1507 * cli/cli-decode.c (add_info_alias): Likewise.
1508 * d-lang.c (d_op_print_tab): Likewise.
1509 * eval.c (evaluate_subexp_standard): Likewise.
1510 * f-exp.y (dot_ops): Likewise.
1511 (f77_keywords): Likewise.
1512 * f-lang.c (f_op_print_tab): Likewise.
1513 * go-lang.c (go_op_print_tab): Likewise.
1514 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
1515 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
1516 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
1517 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
1518 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
1519 (struct scm_from_stringn_data): Likewise.
1520 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
1521 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
1522 (ia64_linux_remove_watchpoint): Likewise.
1523 (ia64_linux_can_use_hw_breakpoint): Likewise.
1524 * infrun.c (print_stop_event): Likewise.
1525 * jv-lang.c (java_op_print_tab): Likewise.
1526 * linux-nat.c (linux_proc_xfer_partial): Likewise.
1527 * linux-nat.h (struct lwp_info): Likewise.
1528 * linux-thread-db.c (enable_thread_event): Likewise.
1529 * m2-lang.c (m2_op_print_tab): Likewise.
1530 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
1531 (mi_cmd_stack_list_variables): Likewise.
1532 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
1533 * mi/mi-out.c (mi_table_begin): Likewise.
1534 (mi_table_header): Likewise.
1535 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
1536 (mips_linux_insert_watchpoint): Likewise.
1537 (mips_linux_remove_watchpoint): Likewise.
1538 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
1539 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
1540 (mips_linux_watch_type_to_irw): Likewise.
1541 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
1542 (procfs_insert_hw_watchpoint): Likewise.
1543 (procfs_remove_hw_watchpoint): Likewise.
1544 (procfs_hw_watchpoint): Likewise.
1545 (procfs_can_use_hw_breakpoint): Likewise.
1546 (procfs_remove_hw_watchpoint): Likewise.
1547 (procfs_insert_hw_watchpoint): Likewise.
1548 * p-lang.c (pascal_op_print_tab): Likewise.
1549 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
1550 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
1551 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
1552 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
1553 (procfs_insert_watchpoint): Likewise.
1554 (procfs_remove_watchpoint): Likewise.
1555 * psymtab.c (recursively_search_psymtabs): Likewise.
1556 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
1557 (m32r_insert_watchpoint): Likewise.
1558 * remote-mips.c (mips_can_use_watchpoint): Likewise.
1559 (mips_insert_watchpoint): Likewise.
1560 (mips_remove_watchpoint): Likewise.
1561 * remote.c (watchpoint_to_Z_packet): Likewise.
1562 (remote_insert_watchpoint): Likewise.
1563 (remote_remove_watchpoint): Likewise.
1564 (remote_check_watch_resources): Likewise.
1565 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
1566 (s390_remove_watchpoint): Likewise.
1567 (s390_can_use_hw_breakpoint): Likewise.
1568 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1569 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
1570 * target.h (struct target_ops): Likewise.
1571 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
1572 * ui-out.c (struct ui_out_hdr): Likewise.
1573 (append_header_to_list): Likewise.
1574 (get_next_header): Likewise.
1575 (verify_field): Likewise.
1576 (ui_out_begin): Likewise.
1577 (ui_out_field_int): Likewise.
1578 (ui_out_field_fmt_int): Likewise.
1579 (ui_out_field_skip): Likewise.
1580 (ui_out_field_string): Likewise.
1581 (ui_out_field_fmt): Likewise.
1582 * varobj.c (new_variable): Likewise.
1583 * x86-nat.c (x86_insert_watchpoint): Likewise.
1584 (x86_remove_watchpoint): Likewise.
1585 (x86_can_use_hw_breakpoint): Likewise.
1586 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
1587 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
1588 previously anonymous enumeration type..
1589 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
1590 value.
1591 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
1592 (target_debug_print_enum_bptype): New.
1593 * target-delegates.c: Regenerate.
1594
e1b5381f
SL
15952015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1596
1597 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
1598 already says and disallow non-stack memory writes in the prologue.
1599
9aaf8e3a
SL
16002015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1601
1602 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
1603 reflect how current GCC emits stack overflow checks. Match
1604 both trap and break instructions for backward compatbility.
1605 Disallow other trap and break instructions in the prologue.
1606
69dde7dc
PA
16072015-07-30 Pedro Alves <palves@redhat.com>
1608
1609 PR threads/18600
1610 * linux-nat.c (wait_lwp): Report to the core when thread group
1611 leader exits.
1612
4dd63d48
PA
16132015-07-30 Pedro Alves <palves@redhat.com>
1614 Simon Marchi <simon.marchi@ericsson.com>
1615
1616 PR threads/18600
1617 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
1618 mark the new thread as resumed. Remove STOPPING parameter.
1619 (wait_lwp): Adjust call to linux_handle_extended_wait.
1620 (linux_nat_filter_event): Adjust call to
1621 linux_handle_extended_wait.
1622 (resume_stopped_resumed_lwps): Add debug output.
1623
6b940e6a
PL
16242015-07-30 Pierre Langlois <pierre.langlois@arm.com>
1625
1626 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
1627 isize argument.
1628 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
1629 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
1630 gdbarch_fast_tracepoint_valid_at.
1631 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
1632 * gdbarch.h: Regenerate.
1633 * gdbarch.c: Regenerate.
1634 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
1635 argument. Do not set it.
1636 * remote.c (remote_download_tracepoint): Adjust call to
1637 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
1638 the instruction length.
1639
ec741292
YQ
16402015-07-30 Yao Qi <yao.qi@linaro.org>
1641
1642 * arm-tdep.h (enum gdb_regnum): Move it to ...
1643 * arch/arm.h: ... here. New file.
1644 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
1645
0ea6402e
PL
16462015-07-30 Pierre Langlois <pierre.langlois@arm.com>
1647
1648 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
1649 Change its type to int *.
1650 (decode_br): Rename link argument to is_blr. Change its type to
1651 int *.
1652 (decode_cb): Rename op argument to is_cbnz. Change its type to
1653 int *.
1654 (decode_tb): Rename op argument to is_tbnz. Change its type to
1655 int *. Set is_tbnz to either 1 or 0.
1656 (aarch64_analyze_prologue): Change type of is_link to int. Add
1657 new variables is_cbnz and is_tbnz. Adjust call to
1658 aarch64_decode_cb and aarch64_decode_tb.
1659
aa58a496
SM
16602015-07-29 Simon Marchi <simon.marchi@ericsson.com>
1661
1662 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
1663 parameter.
1664 (mips_linux_new_thread): Likewise.
1665 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
1666
18206ca3
PP
16672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1668
1669 * top.c: Include "tui/tui.h".
1670 (undo_terminal_modifications_before_exit): New static function.
1671 (quit_force): Use it.
1672
7afa63c6
PP
16732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1674
1675 * target.c (terminal_state): Initialize to terminal_is_ours.
1676
cc9f16aa
YQ
16772015-07-29 Yao Qi <yao.qi@linaro.org>
1678
1679 PR record/18691
1680 * dcache.c (dcache_read_memory_partial): Call
1681 raw_memory_xfer_partial.
1682 * target.c (raw_memory_xfer_partial): Make it non-static.
1683 * target.h (raw_memory_xfer_partial): Declare.
1684
3ae385af
SM
16852015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1686
1687 * c-valprint.c (c_val_print_array): Consider addressable memory
1688 unit size.
1689 (c_val_print_ptr): Likewise.
1690 (c_val_print_int): Likewise.
1691 * findvar.c (read_frame_register_value): Likewise.
1692 * valarith.c (find_size_for_pointer_math): Likewise.
1693 (value_ptrdiff): Likewise.
1694 (value_subscripted_rvalue): Likewise.
1695 * valops.c (read_value_memory): Likewise (and rename variables).
1696 (value_assign): Likewise.
1697 (value_repeat): Likewise.
1698 (value_array): Likewise.
1699 (value_slice): Likewise.
1700 * valprint.c (generic_val_print_ptr): Likewise.
1701 (generic_val_print_enum): Likewise.
1702 (generic_val_print_bool): Likewise.
1703 (generic_val_print_int): Likewise.
1704 (generic_val_print_char): Likewise.
1705 (generic_val_print_float): Likewise.
1706 (generic_val_print_decfloat): Likewise.
1707 (generic_val_print_complex): Likewise.
1708 (val_print_scalar_formatted): Likewise.
1709 (val_print_array_elements): Likewise.
1710 * value.c (set_value_parent): Likewise.
1711 (value_contents_copy_raw): Likewise.
1712 (set_internalvar_component): Likewise.
1713 (value_primitive_field): Likewise.
1714 (value_fetch_lazy): Likewise.
1715 * value.h (read_value_memory): Update comment.
1716
e512cdbd
SM
17172015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1718
1719 * value.c (get_value_arch): New function.
1720 * value.h (get_value_arch): New declaration.
1721
3723fda8
SM
17222015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1723
1724 * value.c (struct value): Update comments.
1725
2e056931
SM
17262015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1727
1728 * gdbtypes.c (type_length_units): New function.
1729 * gdbtypes.h (type_length_units): New declaration.
1730 (struct type) <length>: Update comment.
1731
0c87c0bf
SM
17322015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1733
1734 * valprint.c (generic_val_print): Factor out complex
1735 printing code to ...
1736 (generic_val_print_complex): ... this new function.
1737
9550ae5e
SM
17382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1739
1740 * valprint.c (generic_val_print): Factor out decfloat
1741 printing code to ...
1742 (generic_val_print_decfloat): ... this new function.
1743
7784724b
SM
17442015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1745
1746 * valprint.c (generic_val_print): Factor out float
1747 printing code to ...
1748 (generic_val_print_float): ... this new function.
1749
385f5aff
SM
17502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1751
1752 * valprint.c (generic_val_print): Factor out char
1753 printing code to ...
1754 (generic_val_print_char): ... this new function.
1755
b21b6342
SM
17562015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1757
1758 * valprint.c (generic_val_print): Factor out integer
1759 printing code to ...
1760 (generic_val_print_int): ... this new function.
1761
e5bead4b
SM
17622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1763
1764 * valprint.c (generic_val_print): Factor out bool
1765 printing code to ...
1766 (generic_val_print_bool): ... this new function.
1767
4a8c372f
SM
17682015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1769
1770 * valprint.c (generic_val_print): Factor out function/method
1771 printing code to ...
1772 (generic_val_print_func): ... this new function.
1773
d93880bd
SM
17742015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1775
1776 * valprint.c (generic_val_print): Factor out flags
1777 printing code to ...
1778 (generic_val_print_flags): ... this new function.
1779
ef0bc0dd
SM
17802015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1781
1782 * valprint.c (generic_val_print): Factor out enum
1783 printing code to ...
1784 (generic_val_print_enum): ... this new function.
1785
fe43fede
SM
17862015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1787
1788 * valprint.c (generic_val_print): Factor out reference
1789 printing code to ...
1790 (generic_val_print_ref): ... this new function.
1791
45000ea2
SM
17922015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1793
1794 * valprint.c (generic_val_print): Factor out memberptr
1795 printing code to ...
1796 (generic_val_print_memberptr): ... this new function.
1797
81eb921a
SM
17982015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1799
1800 * valprint.c (generic_val_print): Factor out pointer
1801 printing code to ...
1802 (generic_val_print_ptr): ... this new function.
1803
557dbe8a
SM
18042015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1805
1806 * valprint.c (generic_val_print): Factor out array
1807 printing code to ...
1808 (generic_val_print_array): ... this new function.
1809
9f436164
SM
18102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1811
1812 * valprint.c (generic_val_print): Factor out
1813 print_unpacked_pointer code to ...
1814 (print_unpacked_pointer): ... this new function.
1815
077836f7
PP
18162015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1817
1818 * event-top.c (handle_sigterm): Don't inspect
1819 target_can_async_p. Always set the quit flag and always mark
1820 the async signal handler.
1821
3a60804f
YQ
18222015-07-27 Yao Qi <yao.qi@linaro.org>
1823
1824 * Makefile.in (REMOTE_EXAMPLES): Remove it.
1825
c9f35b34
KB
18262015-07-25 Kevin Buettner <kevinb@redhat.com>
1827
1828 * remote.c (read_ptid): Return null_ptid when no thread id
1829 is found.
1830 (remote_current_thread): Add log warning for malformed
1831 qC reply.
1832 (remote_start_remote): Add log warning when current thread
1833 not found.
1834
2b4cab86
PA
18352015-07-24 Pedro Alves <palves@redhat.com>
1836
1837 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
1838 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
1839 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
1840
77598427
PA
18412015-07-24 Pedro Alves <palves@redhat.com>
1842
1843 PR gdb/18717
1844 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
1845 is resumed, and extend the debug log.
1846
fe23c31f
PA
18472015-07-24 Pedro Alves <palves@redhat.com>
1848
1849 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
1850
5826e159
PA
18512015-07-24 Pedro Alves <palves@redhat.com>
1852
1853 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
1854 sys/ptrace.h.
1855 * alpha-linux-nat.c: Likewise.
1856 * amd64-linux-nat.c: Likewise.
1857 * arm-linux-nat.c: Likewise.
1858 * hppa-linux-nat.c: Likewise.
1859 * i386-linux-nat.c: Likewise.
1860 * ia64-linux-nat.c: Likewise.
1861 * linux-fork.c: Likewise.
1862 * linux-nat.c: Likewise.
1863 * m32r-linux-nat.c: Likewise.
1864 * m68klinux-nat.c: Likewise.
1865 * mips-linux-nat.c: Likewise.
1866 * nat/linux-btrace.c: Likewise.
1867 * nat/linux-ptrace.c: Likewise.
1868 * nat/linux-ptrace.h
1869 * nat/mips-linux-watch.c: Likewise.
1870 * nat/x86-linux-dregs.c: Likewise.
1871 * ppc-linux-nat.c: Likewise.
1872 * s390-linux-nat.c: Likewise.
1873 * spu-linux-nat.c: Likewise.
1874 * tilegx-linux-nat.c: Likewise.
1875 * x86-linux-nat.c: Likewise.
1876 * xtensa-linux-nat.c: Likewise.
1877
54019719
PA
18782015-07-24 Pedro Alves <palves@redhat.com>
1879
1880 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
1881 __ptrace_request as first parameter type instead of int.
1882 (PTRACE_TYPE_ARG1): Define.
1883 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
1884 that casts first argument to PTRACE_TYPE_ARG1.
1885 * config.in: Regenerate.
1886 * configure: Regenerate.
1887
e3790375
PA
18882015-07-24 Pedro Alves <palves@redhat.com>
1889
1890 * gdb_ptrace.h: Move ...
1891 * nat/gdb_ptrace.h: ... here.
1892 * inf-ptrace.c: Adjust.
1893
eb7aa561
PA
18942015-07-24 Pedro Alves <palves@redhat.com>
1895
1896 * acinclude.m4: Include ptrace.m4.
1897 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
1898 * ptrace.m4: ... to this new file.
1899
cc12ce38
DE
19002015-07-23 Doug Evans <dje@google.com>
1901
1902 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
1903 (load_cu): Handle dummy CUs.
1904 (dw2_do_instantiate_symtab, process_queuef): Ditto.
1905 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
1906
7b849db4
CS
19072015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
1908
1909 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
1910 documentation to say that it returns a list rather than
1911 a FrozenSet.
1912 (linetable_object_methods): Update the docstring of the
1913 "source_line" entry.
1914
d0d84780
PMR
19152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1916
1917 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
1918 type to the recursive call instead of the original (maybe
1919 TYPE_CODE_TYPEDEF) type.
1920
c2fbdc59
YQ
19212015-07-23 Yao Qi <yao.qi@linaro.org>
1922
1923 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
1924 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
1925 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
1926
af1b22f3
YQ
19272015-07-21 Yao Qi <yao.qi@linaro.org>
1928
1929 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
1930 Move it to nat/aarch64-linux-hw-point.c.
1931 (aarch64_linux_child_post_startup_inferior): Update.
1932 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
1933 New function.
1934 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
1935 Declare it.
1936
40e050d2
MM
19372015-07-21 Markus Metzger <markus.t.metzger@intel.com>
1938
1939 * common/btrace-common.c (btrace_data_append): Change case label.
1940
3675a06a
YQ
19412015-07-20 Yao Qi <yao.qi@linaro.org>
1942
1943 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
1944 Re-indent the code.
1945 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
1946 "unsigned long long".
1947
b4e1fd61
KB
19482015-07-18 Kevin Buettner <kevinb@redhat.com>
1949
1950 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
1951 to be set for SEC_ALLOC sections too.
1952
554717a3
YQ
19532015-07-17 Yao Qi <yao.qi@linaro.org>
1954
1955 * Makefile.in (HFILES_NO_SRCDIR): Add
1956 nat/aarch64-linux-hw-point.h.
1957 (aarch64-linux-hw-point.o): New rule.
1958 * nat/aarch64-linux-hw-point.h: New file.
1959 * nat/aarch64-linux-hw-point.c: New file.
1960 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
1961 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
1962 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
1963 (AARCH64_HWP_ALIGNMENT): Likewise.
1964 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
1965 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
1966 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
1967 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
1968 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
1969 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
1970 (struct aarch64_debug_reg_state): Likewise.
1971 (struct arch_lwp_info): Likewise.
1972 (aarch64_linux_set_debug_regs): Likewise.
1973 (aarch64_notify_debug_reg_change): Remove static.
1974 (aarch64_align_watchpoint): Likewise.
1975 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
1976 (aarch64_watchpoint_length): Likewise.
1977 (aarch64_point_encode_ctrl_reg): Likewise
1978 (aarch64_point_is_aligned): Likewise.
1979 (aarch64_dr_state_insert_one_point): Likewise.
1980 (aarch64_dr_state_remove_one_point): Likewise.
1981 (aarch64_handle_breakpoint): Likewise.
1982 (aarch64_handle_aligned_watchpoint): Likewise.
1983 (aarch64_handle_unaligned_watchpoint): Likewise.
1984 (aarch64_handle_watchpoint): Likewise.
1985 * config/aarch64/linux.mh (NAT_FILE): Add
1986 aarch64-linux-hw-point.o.
1987
c67ca4de
YQ
19882015-07-17 Yao Qi <yao.qi@linaro.org>
1989
1990 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
1991 state and don't call aarch64_get_debug_reg_state. All callers
1992 update.
1993 (aarch64_linux_insert_hw_breakpoint): Call
1994 aarch64_get_debug_reg_state earlier.
1995 (aarch64_linux_remove_hw_breakpoint): Likewise.
1996 (aarch64_handle_aligned_watchpoint): Add argument state and
1997 don't call aarch64_get_debug_reg_state. All callers update.
1998 (aarch64_handle_unaligned_watchpoint): Likewise.
1999 (aarch64_handle_watchpoint): Add argument state.
2000 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
2001 earlier.
2002 (aarch64_linux_remove_watchpoint): Likewise.
2003
25abf979
YQ
20042015-07-17 Yao Qi <yao.qi@linaro.org>
2005
2006 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
2007 debug_printf.
2008 (aarch64_handle_unaligned_watchpoint): Likewise.
2009
2ecd81c2
YQ
20102015-07-17 Yao Qi <yao.qi@linaro.org>
2011
2012 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
2013 argument type's type to 'enum target_hw_bp_type'.
2014 (aarch64_dr_state_remove_one_point): Likewise.
2015 (aarch64_handle_breakpoint): Likewise.
2016 (aarch64_linux_insert_hw_breakpoint): Likewise.
2017 (aarch64_linux_remove_hw_breakpoint): Likewise.
2018 (aarch64_handle_aligned_watchpoint): Likewise.
2019
e53b6938
YQ
20202015-07-17 Yao Qi <yao.qi@linaro.org>
2021
2022 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
2023 ptid_get_pid instead of get_thread_id.
2024
6a49a997
YQ
20252015-07-17 Yao Qi <yao.qi@linaro.org>
2026
2027 * remote.c (get_current_thread): Initialise ptid to null_ptid.
2028 (add_current_inferior_and_thread): Don't initialise ptid.
2029
4bcddace
PL
20302015-07-16 Pierre Langlois <pierre.langlois@arm.com>
2031
2032 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
2033 unavailable if invalid.
2034
db1ff28b
JK
20352015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2036
2037 Revert the previous 6 commits:
2038 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
2039 Move gdb_regex* to common/
2040 Prepare linux_find_memory_regions_full & co. for move
2041 Move linux_find_memory_regions_full & co.
2042 gdbserver build-id attribute generator
2043 Validate symbol file using build-id
2044
ca5268b6
JK
20452015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2046 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 Validate symbol file using build-id.
2049 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
2050 and 'show validate-build-id'. Add build-id attribute.
2051 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
2052 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
2053 * solib-frv.c (_initialize_frv_solib): Ditto.
2054 * solib-spu.c (set_spu_solib_ops): Ditto.
2055 * solib-svr4.c: Include rsp-low.h.
2056 (NOTE_GNU_BUILD_ID_NAME): New define.
2057 (svr4_validate): New function.
2058 (svr4_copy_library_list): Duplicate field build_id.
2059 (library_list_start_library): Parse 'build-id' attribute.
2060 (svr4_library_attributes): Add 'build-id' attribute.
2061 (_initialize_svr4_solib): Assign validate value.
2062 * solib-target.c (solib.h): Include.
2063 (_initialize_solib_target): Assign validate value.
2064 * solib.c (validate_build_id, show_validate_build_id): New.
2065 (solib_map_sections): Use ops->validate.
2066 (clear_so): Free build_id.
2067 (default_solib_validate): New function.
2068 (_initialize_solib): Add "validate-build-id".
2069 * solib.h (default_solib_validate): New declaration.
2070 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
2071 (target_so_ops): New field 'validate'.
2072
700ca40f
JK
20732015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2074 Jan Kratochvil <jan.kratochvil@redhat.com>
2075
2076 gdbserver build-id attribute generator.
2077 * features/library-list-svr4.dtd (library-list-svr4): New
2078 'build-id' attribute.
2079
9904185c
JK
20802015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2081 Jan Kratochvil <jan.kratochvil@redhat.com>
2082
2083 Move linux_find_memory_regions_full & co.
2084 * linux-tdep.c (nat/linux-maps.h): Include.
2085 (gdb_regex.h): Remove the include.
2086 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
2087 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
2088 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
2089 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
2090 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
2091 and target/target.h.
2092 (struct smaps_vmflags, read_mapping, decode_vmflags)
2093 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
2094 (linux_find_memory_regions_full): Move from linux-tdep.c.
2095 * nat/linux-maps.h (read_mapping): New declaration.
2096 (linux_find_memory_region_ftype, enum filterflags): Moved from
2097 linux-tdep.c.
2098 (linux_find_memory_regions_full): New declaration.
2099 * target.c (target/target-utils.h): Include.
2100 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
2101 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
2102 definitions to target/target-utils.c.
2103 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
2104 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
2105 from target.c.
2106 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
2107 (read_alloc): New declaration.
2108 (read_stralloc_func_ftype): New typedef.
2109 (read_stralloc): New declaration.
2110 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
2111
f7af1fcd
JK
21122015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2113 Jan Kratochvil <jan.kratochvil@redhat.com>
2114
2115 Prepare linux_find_memory_regions_full & co. for move.
2116 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
2117 (linux_find_memory_regions_full): Change signature and prepare
2118 for moving to linux-maps.
2119 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
2120 (linux_find_memory_regions_thunk): New.
2121 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
2122 (linux_find_memory_regions_gdb): New.
2123 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
2124 (linux_make_mappings_corefile_notes): Use
2125 linux_find_memory_regions_gdb.
2126 * target.c (read_alloc_pread_ftype): New typedef.
2127 (target_fileio_read_alloc_1_pread): New function.
2128 (read_alloc): Refactor from target_fileio_read_alloc_1.
2129 (read_stralloc_func_ftype): New typedef.
2130 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
2131 (read_stralloc): Refactored from target_fileio_read_stralloc.
2132 (target_fileio_read_stralloc): New implementation, use read_stralloc.
2133
6e5b4429
JK
21342015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2135
2136 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
2137 common/gdb_regex.h.
2138 (COMMON_OBS): Add gdb_regex.o.
2139 (gdb_regex.o): New.
2140 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
2141 --without-included-regex and USE_INCLUDED_REGEX.
2142 * common/gdb_regex.c: New file from utils.c functions.
2143 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
2144 file wrapping define name.
2145 * configure: Rebuilt.
2146 * configure.ac (gdb_use_included_regex, --without-included-regex)
2147 (USE_INCLUDED_REGEX): Move them to common/common.m4.
2148 * gdb_regex.h: Move it to common/gdb_regex.h.
2149 * utils.c: Remove include gdb_regex.h.
2150 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
2151 (compile_rx_or_error): Move them to common/gdb_regex.c.
2152
ddc98fbf
JK
21532015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2154 Jan Kratochvil <jan.kratochvil@redhat.com>
2155
2156 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
2157 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
2158 common/target-utils.h.
2159 (COMMON_OBS): Add target-utils.o.
2160 (linux-maps.o, target-utils.o): New.
2161 * target/target-utils.c: New file.
2162 * target/target-utils.h: New file.
2163 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
2164 * config/i386/linux64.mh (NATDEPFILES): Ditto.
2165 * nat/linux-maps.c: New file.
2166 * nat/linux-maps.h: New file.
2167
e7b01ce0
MM
21682015-07-15 Markus Metzger <markus.t.metzger@intel.com>
2169 Pedro Alves <palves@redhat.com>
2170
2171 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
2172 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
2173 (perf_event_read_bts): Change the type of SIZE and READ.
2174 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
2175 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
2176 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
2177 mmap page.
2178 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
2179 buffer size to UINT_MAX.
2180 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
2181 DATA_TAIL.
2182 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
2183 <last_head>: Change type.
2184 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
2185 * common/btrace-common.c (btrace_data_append): Change the type of
2186 SIZE.
2187 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
2188 check.
2189
f168693b
SM
21902015-07-14 Simon Marchi <simon.marchi@ericsson.com>
2191
2192 * gdbtypes.h (CHECK_TYPEDEF): Remove.
2193 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
2194 with check_typedef.
2195 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
2196 (ada_array_length): Likewise.
2197 (find_parallel_type_by_descriptive_type): Likewise.
2198 (ada_check_typedef): Likewise.
2199 * arm-tdep.c (arm_return_in_memory): Likewise.
2200 * ax-gdb.c (gen_trace_static_fields): Likewise.
2201 (gen_struct_ref_recursive): Likewise.
2202 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
2203 (variable: block COLONCOLON name): Likewise.
2204 (qualified_name: TYPENAME COLONCOLON name): Likewise.
2205 * c-lang.c (classify_type): Likewise.
2206 * c-typeprint.c (c_print_type): Likewise.
2207 (c_print_typedef): Likewise.
2208 (c_type_print_base): Likewise.
2209 * c-valprint.c (c_val_print): Likewise.
2210 * compile/compile-c-types.c (convert_type): Likewise.
2211 * compile/compile-object-load.c (get_out_value_type): Likewise.
2212 * completer.c (add_struct_fields): Likewise.
2213 (expression_completer): Likewise.
2214 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
2215 (cp_lookup_nested_symbol_1): Likewise.
2216 (cp_lookup_nested_symbol): Likewise.
2217 * cp-valprint.c (cp_print_value_fields): Likewise.
2218 (cp_print_static_field): Likewise.
2219 * d-valprint.c (d_val_print): Likewise.
2220 * eval.c (evaluate_subexp_standard): Likewise.
2221 (evaluate_subexp_for_sizeof): Likewise.
2222 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
2223 * f-typeprint.c (f_type_print_base): Likewise.
2224 * f-valprint.c (f_val_print): Likewise.
2225 * gdbtypes.c (get_discrete_bounds): Likewise.
2226 (create_array_type_with_stride): Likewise.
2227 (type_name_no_tag_or_error): Likewise.
2228 (lookup_struct_elt_type): Likewise.
2229 (get_unsigned_type_max): Likewise.
2230 (internal_type_vptr_fieldno): Likewise.
2231 (set_type_vptr_fieldno): Likewise.
2232 (internal_type_vptr_basetype): Likewise.
2233 (set_type_vptr_basetype): Likewise.
2234 (get_vptr_fieldno): Likewise.
2235 (is_integral_type): Likewise.
2236 (is_scalar_type): Likewise.
2237 (is_scalar_type_recursive): Likewise.
2238 (distance_to_ancestor): Likewise.
2239 (is_unique_ancestor_worker): Likewise.
2240 (check_types_equal): Likewise.
2241 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
2242
45280282
IB
22432015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
2244
2245 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
2246 also test for language_d.
2247 (dwarf2_compute_name): Likewise.
2248 (read_func_scope): Likewise.
2249 (read_structure_type): Likewise.
2250 (new_symbol_full): Likewise.
2251 (determine_prefix): Likewise.
2252 (read_import_statement): Use dot as the separator for language_d.
2253 (typename_concat): Likewise, but don't prefix the D main function.
2254
99fe86f7
PB
22552015-07-14 Peter Bergner <bergner@vnet.ibm.com>
2256
2257 * nat/linux-namespaces.c (setns): Rename from this ...
2258 (do_setns): ... to this. Support calling setns if it exists.
2259 (mnsh_handle_setns): Call do_setns.
2260
d5131498
YQ
22612015-07-13 Yao Qi <yao.qi@linaro.org>
2262
2263 * exec.c (exec_file_attach): Add period at the end of error
2264 message.
2265
97605e61
AB
22662015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * tui/tui-win.c (window_name_completer): New function.
2269 (focus_completer): Call window_name_completer. All old content
2270 moved into window_name_completer.
2271 (winheight_completer): New function.
2272 (_initialize_tui_win): Rename variable. Add completer to
2273 winheight command. Update doc string on winheight.
2274
8d6dbeb4
SL
22752015-07-12 Sandra Loosemore <sandra@codesourcery.com>
2276
2277 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
2278 all nios2 mach variants.
2279
a0e28e54
KB
22802015-07-10 Kevin Buettner <kevinb@redhat.com>
2281
2282 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
2283 of target_read_memory.
2284
c101f28f
AB
22852015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
2288 string copy.
2289 (parse_scrolling_args): Likewise.
2290
150375dc
AB
22912015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
2294 names in this function.
2295
6dce28e4
AB
22962015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * tui/tui-data.h (SRC_NAME): Convert to lower case.
2299 (CMD_NAME): Likewise.
2300 (DATA_NAME): Likewise.
2301 (DISASSEM_NAME): Likewise.
2302 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
2303 (tui_set_win_height): Likewise.
2304 (parse_scrolling_args): Likewise.
2305
485668e5
MM
23062015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2307
2308 * record-btrace.c (record_btrace_goto_begin)
2309 (record_btrace_goto_end, record_btrace_goto): Move call to
2310 print_stack_frame ...
2311 (record_btrace_set_replay): ... here. Set stop_pc.
2312 * record-full.c (record_full_goto_entry): Set stop_pc.
2313
58d2eda5
PL
23142015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2315
2316 * NEWS: Mention support for tracepoints on aarch64-linux.
2317
7671bf47
PL
23182015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2319
2320 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
2321 function. Return 1.
2322 (the_low_target): Install it.
2323
7890fb45
PL
23242015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2325
2326 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
2327 * gdb.trace/collection.exp: Likewise.
2328 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2329 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2330 * gdb.trace/report.exp: Likewise.
2331 * gdb.trace/trace-break.exp: Likewise.
2332 * gdb.trace/unavailable.exp: Likewise.
2333 * gdb.trace/while-dyn.exp: Likewise.
2334
ea873d8e
PL
23352015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2336
2337 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
2338 (aarch64_gen_return_address): New function.
2339 (aarch64_gdbarch_init): Hook it.
2340
02a2a705
PL
23412015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2342
2343 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
2344 swallow NOT_AVAILABLE_ERROR.
2345 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
2346 available_p is not set.
2347 (aarch64_stub_frame_unwind_stop_reason): New function.
2348 (aarch64_stub_unwind): Install it.
2349
7dfa3edc
PL
23502015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2351
2352 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
2353 field.
2354 (aarch64_make_prologue_cache_1): New function, factored out from
2355 aarch64_make_prologue_cache. Do not allocate cache. Set
2356 available_p.
2357 (aarch64_make_prologue_cache): Reimplement wrapping
2358 aarch64_make_prologue_cache_1, and swallowing
2359 NOT_AVAILABLE_ERROR.
2360 (aarch64_prologue_frame_unwind_stop_reason): New function.
2361 Return UNWIND_UNAVAILABLE if available_p is not set.
2362 (aarch64_prologue_unwind): Install it.
2363 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
2364 checks into aarch64_prologue_frame_unwind_stop_reason. Call
2365 frame_id_build_unavailable_stack if available_p is not set.
2366
db634143
PL
23672015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2368
2369 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
2370 fields.
2371 (aarch64_scan_prologue): Set prev_pc.
2372 (aarch64_make_prologue_cache): Set func.
2373 (aarch64_make_stub_cache): Set prev_pc.
2374 (aarch64_prologue_this_id): Remove local variables id, pc and
2375 func. Read prev_pc and func from cache.
2376 (aarch64_stub_this_id): Read prev_pc from cache.
2377
8b61f75d
PL
23782015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2379
2380 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
2381 argument this_cache. Remove unused local variables reg and
2382 unwound_fp. Return early if this_cache is already set. Set
2383 this_cache.
2384 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
2385
7c8edfae
PL
23862015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2387
2388 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
2389 New argument this_cache. Return early if this_cache is already
2390 set. Set this_cache.
2391 (aarch64_prologue_this_id): Update call to
2392 aarch64_make_prologue_cache.
2393 (aarch64_prologue_prev_register): Likewise.
2394 (aarch64_normal_frame_base): Likewise.
2395
938c69a1
SM
23962015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2397
2398 * c-valprint.c (c_val_print): Factor out memberptr printing code
2399 from c_val_print to ...
2400 (c_val_print_memberptr): ... this new function.
2401
49f7fe28
SM
24022015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2403
2404 * c-valprint.c (c_val_print): Factor out int printing code to ...
2405 (c_val_print_int): ... this new function.
2406
9e4f353c
SM
24072015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2408
2409 * c-valprint.c (c_val_print): Factor out struct and union
2410 printing code to ...
2411 (c_val_print_struct): ... this new function ...
2412 (c_val_print_union): ... and this new function.
2413
1c67f032
SM
24142015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2415
2416 * c-valprint.c (c_val_print): Factor out pointer printing code
2417 to ...
2418 (c_val_print_ptr): ... this new function.
2419
0b6ef777
SM
24202015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2421
2422 * c-valprint.c (c_valprint): Factor our array printing code from
2423 c_val_print to ...
2424 (c_val_print_array): ... this new function.
2425
1033c33c
SM
24262015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2427
2428 * c-valprint.c (c_val_print): Factor out pointer printing code
2429 to ...
2430 (print_unpacked_pointer): ... this new function.
2431
f6b93c34
SM
24322015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2433
2434 * c-valprint.c (c_val_print): Remove an assignment to i and move
2435 its declaration.
2436
0f4576e3
YQ
24372015-07-09 Yao Qi <yao.qi@linaro.org>
2438
2439 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
2440 argument ptid. Update comments. Caller update.
2441
37fdfe4c
MM
24422015-07-09 Markus Metzger <markus.t.metzger@intel.com>
2443
2444 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
2445 mnt packets.
2446
80a2b330
MM
24472015-07-09 Markus Metzger <markus.t.metzger@intel.com>
2448
2449 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
2450
4ab31498
SM
24512015-07-08 Simon Marchi <simon.marchi@ericsson.com>
2452
2453 * progspace.c (delete_program_space): Add missing spaces.
2454
7a41607e
SM
24552015-07-08 Simon Marchi <simon.marchi@ericsson.com>
2456
2457 * inferior.c (delete_inferior_1): Rename to ...
2458 (delete_inferior): ..., remove 'silent' parameter, delete
2459 program space when unused and remove call to prune_program_spaces.
2460 Remove the old, unused, delete_inferior.
2461 (delete_inferior_silent): Remove.
2462 (prune_inferiors): Change call from delete_inferior_1 to
2463 delete_inferior and remove 'silent' parameter. Remove call to
2464 prune_program_spaces.
2465 (remove_inferior_command): Idem.
2466 * inferior.h (delete_inferior_1): Rename to...
2467 (delete_inferior): ..., remove 'silent' parameter and remove the
2468 original delete_inferior.
2469 (delete_inferior_silent): Remove.
2470 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
2471 delete_inferior_1 to delete_inferior and remove 'silent'
2472 parameter.
2473 * progspace.c (prune_program_spaces): Remove.
2474 (pspace_empty_p): Rename to...
2475 (program_space_empty_p): ... and make non-static.
2476 (delete_program_space): New.
2477 * progspace.h (prune_program_spaces): Remove declaration.
2478 (program_space_empty_p): New declaration.
2479 (delete_program_space): New declaration.
2480 * monitor.c (monitor_close): Replace call to
2481 delete_thread_silent and delete_inferior_silent with
2482 discard_all_inferiors.
2483
a9bd710f
PP
24842015-07-08 Patrick Palka <patrick@parcs.ath.cx>
2485
2486 * defs.h (deprecated_register_changed_hook): Remove prototype.
2487 * interps.c (clear_iterpreter_hooks): Remove reference to
2488 deprecated_register_changed_hook.
2489 * top.c (deprecated_register_changed_hook): Remove prototype.
2490 * valops.c (value_assign): Remove reference to
2491 deprecated_register_changed_hook.
2492 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
2493 Add comment documenting the function.
2494 (tui_register_changed_observer): Define.
2495 (tui_install_hooks): Remove reference to
2496 deprecated_register_changed_hook. Set
2497 tui_register_changed_observer.
2498 (tui_remove_hooks): Remove reference to
2499 deprecated_register_changed_hook. Unset
2500 tui_register_changed_observer.
2501
08464196
JK
25022015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 PR compile/18484
2505 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
2506
bcf5c1d9
RC
25072015-07-08 Robert O'Callahan <robert@ocallahan.org>
2508
2509 PR exp/18617
2510 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
2511
e8643a45
MM
25122015-07-08 Markus Metzger <markus.t.metzger@intel.com>
2513
2514 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
2515
76fb6829
MM
25162015-07-08 Markus Metzger <markus.t.metzger@intel.com>
2517
2518 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
2519 Use safe_strerror() instead of strerror().
2520
82c40d4b
YQ
25212015-07-07 Yao Qi <yao.qi@linaro.org>
2522
2523 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
2524 * features/arm-with-m-fpa-layout.c: Regenerated.
2525 * features/arm-with-m-vfp-d16.xml: Likewise.
2526 * features/arm-with-m-vfp-d16.c: Regenerated.
2527 * features/arm-with-m.xml: Likewise.
2528 * features/arm-with-m.c: Regenerated.
2529 * features/arm-with-neon.xml: Likewise.
2530 * features/arm-with-neon.c: Regenerated.
2531 * features/arm-with-vfpv2.xml: Likewise.
2532 * features/arm-with-vfpv2.c: Regenerated.
2533 * features/arm-with-vfpv3.xml: Likewise.
2534 * features/arm-with-vfpv3.c: Regenerated.
2535
607685ec
YQ
25362015-07-07 Yao Qi <yao.qi@linaro.org>
2537
2538 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
2539 arm-linux-nat.c.
2540 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
2541 elf/external.h.
2542 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
2543 if target is 32-bit.
2544 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
2545 if target is 32-bit.
2546 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
2547 if target is 32-bit.
2548 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
2549 if target is 32-bit.
2550 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
2551 (aarch64_linux_read_description): Return the right target
2552 description.
2553 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
2554 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
2555 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
2556 arm-linux-tdep.o.
2557
f1b67888
YQ
25582015-07-07 Yao Qi <yao.qi@linaro.org>
2559
2560 * aarch32-linux-nat.c: New file.
2561 * aarch32-linux-nat.h: New file.
2562 * arm-linux-nat.c: Include aarch32-linux-nat.h.
2563 (fetch_regs): Move code to aarch32-linux-nat.c. Call
2564 aarch32_gp_regcache_supply.
2565 (store_regs): Move code to aarch32-linux-nat.c. Call
2566 aarch32_gp_regcache_collect.
2567 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
2568 aarch32_vfp_regcache_supply.
2569 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
2570 aarch32_vfp_regcache_collect.
2571 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
2572
179bfe82
YQ
25732015-07-07 Yao Qi <yao.qi@linaro.org>
2574
2575 * arm-linux-nat.c (store_fpregister): Remove.
2576 (store_register): Likewise.
2577 (fetch_fpregister): Likewise.
2578 (fetch_register): Likewise.
2579 (arm_linux_store_inferior_registers): Call store_regs and
2580 store_fpregs instead.
2581 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
2582 fetch_regs instead.
2583
6008fc5f
AB
25842015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
2587 and focus commands.
2588
7c79d316
JB
25892015-07-06 Joel Brobecker <brobecker@adacore.com>
2590
2591 * NEWS: Create a new section for the next release branch.
2592 Rename the section of the current branch, now that it has
2593 been cut.
2594
f2232bea
JB
25952015-07-06 Joel Brobecker <brobecker@adacore.com>
2596
2597 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
2598 * version.in: Bump version to 7.10.50.DATE-cvs.
2599
66c4b3e8
LM
26002015-07-06 Luis Machado <lgustavo@codesourcery.com>
2601
2602 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
2603 breakpoints in a special way.
2604 (remove_breakpoint): Likewise.
2605 (mark_breakpoints_out): Likewise.
2606
bcd8537c
AB
26072015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2608
2609 * doc/gdb.texinfo (TUI): Add comma after @xref.
2610
10e9aaa3
AB
26112015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
2614 instead of casting the structure type.
2615
8a13d42d
SM
26162015-07-06 Simon Marchi <simon.marchi@ericsson.com>
2617
2618 * valops.c (search_struct_field): Remove OFFSET parameter.
2619 (value_cast_structs): Adjust calls to search_struct_field.
2620 (value_struct_elt): Same.
2621 (find_overload_match): Same.
2622
a844296a
SM
26232015-07-06 Simon Marchi <simon.marchi@ericsson.com>
2624
2625 * value.c (value_fetch_lazy): Update comment, change return
2626 value to void.
2627 * value.h (value_fetch_lazy): Change return value to void.
2628
f41cbf58
AB
26292015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
2632 (tui_win_name): Make parameter and result const.
2633 * tui/tui-data.h (tui_win_name): Make parameter and result const.
2634
118ca224
PP
26352015-07-06 Patrick Palka <patrick@parcs.ath.cx>
2636
2637 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
2638 use printf_unfiltered.
2639 (set_mpx_cmd): Add missing trailing space to command string
2640 literal.
2641 (_initialize_i386_tdep): Give the "mpx" prefix command its
2642 correct name.
2643
1b485e67
KB
26442015-07-02 Kevin Buettner <kevinb@redhat.com>
2645
2646 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
2647 (enum rx_frame_type): New.
2648 (struct rx_prologue): Add new field `frame_type'.
2649 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
2650 parameter in the prologue struct. Add code for recording
2651 locations of PC and PSW for fast interrupt and exception frames.
2652 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
2653 (rx_analyze_frame_prologue): Add `frame_type' parameter.
2654 (rx_frame_type): New function.
2655 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
2656 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
2657 `this_cache'.
2658 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 2659 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
2660 RX_FRAME_TYPE_FAST_INTERRUPT.
2661 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
2662 (rx_frame_sniffer, rx_exception_sniffer): New functions.
2663 (rx_frame_unwind): Use rx_frame_sniffer instead of
2664 default_frame_sniffer.
2665 (rx_frame_unwind): New unwinder.
2666 (rx_gdbarch_init): Register new unwinder.
2667
0561fea4
KB
26682015-07-02 Kevin Buettner <kevinb@redhat.com>
2669
2670 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
2671 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
2672 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
2673 and RX_FPSW_REGNUM.
2674 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
2675
decf8d9a
JK
26762015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2677
2678 Fix GCC false warning.
2679 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
2680
2fd0f80d
YQ
26812015-07-02 Yao Qi <yao.qi@linaro.org>
2682
2683 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
2684 typo in the debugging message.
2685
b0627500
MM
26862015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2687
2688 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
2689 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
2690 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
2691 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
2692 (btrace_maint_clear): New.
2693 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
2694 (pt_print_packet, btrace_maint_decode_pt)
2695 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
2696 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
2697 (maint_btrace_packet_history_cmd)
2698 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
2699 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
2700 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
2701 (maint_info_btrace_cmd, _initialize_btrace): New.
2702 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
2703 (btrace_maint_packet_history, btrace_maint_info): New.
2704 (btrace_thread_info) <maint>: New.
2705 * NEWS: Announce it.
2706
9be54cae
MM
27072015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2708
2709 * btrace.c (btrace_fetch): Append the new trace data.
2710 (btrace_clear): Clear the stored trace data.
2711 * btrace.h (btrace_thread_info) <data>: New.
2712 * common/btrace-common.h (btrace_data_clear)
2713 (btrace_data_append): New.
2714 * common/btrace-common.c (btrace_data_clear)
2715 (btrace_data_append): New.
2716
010a18a1
MM
27172015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2718
2719 * nat/linux-btrace.c (linux_enable_bts): Check for
2720 PERF_ATTR_SIZE_VER5.
2721 Check for data_offset and data_size fields. Use them.
2722
b20a6524
MM
27232015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2724
2725 * NEWS: Announce new commands "record btrace pt" and "record pt".
2726 Announce new options "set|show record btrace pt buffer-size".
2727 * btrace.c: Include "rsp-low.h".
2728 Include "inttypes.h".
2729 (btrace_add_pc): Add forward declaration.
2730 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
2731 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
2732 (btrace_compute_ftrace_pt): New.
2733 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
2734 (check_xml_btrace_version): Update version check.
2735 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
2736 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
2737 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
2738 (btrace_pt_children): New.
2739 (btrace_children): Add support for "pt".
2740 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
2741 (btrace_conf_children): Add support for "pt".
2742 * btrace.h: Include "intel-pt.h".
2743 (btrace_pt_error): New.
2744 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
2745 (btrace_data_empty): Support BTRACE_FORMAT_PT.
2746 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
2747 (struct btrace_config_pt): New.
2748 (struct btrace_config)<pt>: New.
2749 (struct btrace_data_pt_config, struct btrace_data_pt): New.
2750 (struct btrace_data)<pt>: New.
2751 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
2752 (pt): New.
2753 * features/btrace.dtd (btrace)<pt>: New.
2754 (pt, pt-config, cpu): New.
2755 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
2756 (perf_event_pt_event_type, kernel_supports_pt)
2757 (linux_supports_pt): New.
2758 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
2759 (linux_enable_bts): Free tinfo on error.
2760 (linux_enable_pt): New.
2761 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
2762 (linux_disable_pt): New.
2763 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
2764 (linux_fill_btrace_pt_config, linux_read_pt): New.
2765 (linux_read_btrace): Support BTRACE_FORMAT_PT.
2766 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
2767 (struct btrace_target_info)<pt>: New.
2768 * record-btrace.c (set_record_btrace_pt_cmdlist)
2769 (show_record_btrace_pt_cmdlist): New.
2770 (record_btrace_print_pt_conf): New.
2771 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
2772 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
2773 (cmd_record_btrace_pt_start): New.
2774 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
2775 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
2776 (_initialize_record_btrace): Add new commands.
2777 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
2778 (remote_protocol_features): Add "Qbtrace:pt".
2779 Add "Qbtrace-conf:pt:size".
2780 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
2781 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
2782 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
2783 (_initialize_remote): Add new commands.
2784
58bfce93
MM
27852015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2786
2787 * configure.ac: check for libipt
2788 * configure: Regenerate.
2789 * config.in: Regenerate.
2790 * Makefile.in (LIBIPT): New.
2791 (CLIBS): Add $LIBIPT.
2792 * NEWS: document new configure options
2793
b0fd6b30
JK
27942015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * compile/compile-object-load.c (compile_object_load): Replace debug
2797 message "lookup undefined ELF symbol" by 3 more specific messages.
2798
e6280369
KB
27992015-07-01 Kevin Buettner <kevinb@redhat.com>
2800
2801 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
2802 (rl78_register_type): Add case for RL78_PSW_REGNUM.
2803 (rl78_gdbarch_init): Initialize rl78_psw_type.
2804
bbcbf914
PP
28052015-07-01 Patrick Palka <patrick@parcs.ath.cx>
2806
2807 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
2808 Update commentary. Always refresh the registers when frame
2809 information has changed.
2810 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
2811 Change return type to int. Return 1 if frame information has
2812 changed, 0 otherwise.
2813 (tui_before_prompt): Update commentary.
2814 * tui/tui-stack.h (tui_show_frame_info): Change return type to
2815 int.
2816
0986c744
PP
28172015-06-30 Patrick Palka <patrick@parcs.ath.cx>
2818
2819 PR tui/13378
2820 * frame.c (select_frame): Remove reference to
2821 deprecated_selected_frame_level_changed_hook.
2822 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
2823 declaration.
2824 * stack.c (deprecated_selected_frame_level_changed_hook):
2825 Likewise.
2826 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
2827 Rename to ...
2828 (tui_refresh_frame_and_register_information): ... this. Bail
2829 out if there is no stack. Don't update register information
2830 unless registers_too_p is true.
2831 (tui_print_frame_info_listing_hook): Rename to ...
2832 (tui_dummy_print_frame_info_listing_hook): ... this.
2833 (tui_before_prompt): New function.
2834 (tui_normal_stop): New function.
2835 (tui_before_prompt_observer): New observer.
2836 (tui_normal_stop_observer): New observer.
2837 (tui_install_hooks): Set
2838 deprecated_print_frame_info_listing_hook to
2839 tui_dummy_print_frame_info_listing_hook. Register
2840 tui_before_prompt_observer to call tui_before_prompt and
2841 tui_normal_stop_observer to call tui_normal_stop. Remove
2842 reference to deprecated_selected_frame_level_changed_hook.
2843 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
2844 and tui_normal_stop_observer. Remove reference to
2845 deprecated_selected_frame_level_changed_hook.
2846
b5fca6d7
PP
28472015-06-30 Patrick Palka <patrick@parcs.ath.cx>
2848
2849 PR tui/13378
2850 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
2851 return an int instead of void. Return whether the locator
2852 window has changed.
2853 (tui_show_frame_info): If the locator info has not changed, then
2854 bail out early to avoid refreshing the windows.
2855
c45613e3
PP
28562015-06-30 Patrick Palka <patrick@parcs.ath.cx>
2857
2858 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
2859 LOCATOR_WIN to tui_alloc_content.
2860
7b9be803
YQ
28612015-06-30 Yao Qi <yao.qi@linaro.org>
2862
2863 PR tdep/18605
2864 * arm-tdep.c (arm_get_next_pc_raw): Break for media
2865 instructions.
2866
fd6e021d
KB
28672015-06-29 Kevin Buettner <kevinb@redhat.com>
2868
78ab7e9d
KB
2869 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
2870 (rx_dwarf_reg_to_regnum): New function.
2871 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
2872 unwinding.
fd6e021d 2873
28bf096c
PA
28742015-06-29 Pedro Alves <palves@redhat.com>
2875
2876 PR threads/18127
2877 * infcall.c (run_inferior_call): On infcall success, if the thread
2878 was marked stopped before, reset it back to stopped.
2879 * infrun.c (resume): Don't suppress the set_running calls when
2880 doing an infcall.
2881 (normal_stop): Only discard the finish_thread_state cleanup if the
2882 infcall succeeded.
2883
2880b51c 28842015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
2885
2886 * MAINTAINERS (Write After Approval): Update my email address.
2887
ee93cd5e
KS
28882015-06-26 Keith Seitz <keiths@redhat.com>
2889 Doug Evans <dje@google.com>
2890
2891 PR 16253
2892 * block.c (block_lookup_symbol): For non-function blocks,
2893 continue to search for a symbol with an exact domain match
2894 Otherwise, return any previously found "best domain" symbol.
2895 (block_lookup_symbol_primary): Likewise.
2896
fc637f04
PP
28972015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2898
2899 * NEWS: Mention the new option "history remove-duplicates".
2900 * top.c (history_remove_duplicates): New static variable.
2901 (show_history_remove_duplicates): New static function.
2902 (gdb_add_history): Conditionally remove duplicate history
2903 entries.
2904 (init_main): Add "history remove-duplicates" option.
2905
2e52ae68
PP
29062015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2907
2908 * tui/tui-win.c (focus_completer): New static function.
2909 (_initialize_tui_win): Set the completion function of the
2910 "focus" command to focus_completer.
2911
6e22494e
JK
29122015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
2915 and language_asm..
2916 * symtab.c (find_function_start_sal): Likewise.
2917
f8773be1
GB
29182015-06-25 Gary Benson <gbenson@redhat.com>
2919
2920 * solib.c (solib_find_1): Set local variable sysroot to NULL if
2921 it is the empty string after trailing slashes have been stripped.
2922
a3be80c3
GB
29232015-06-25 Gary Benson <gbenson@redhat.com>
2924
2925 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
2926 * infrun.c (follow_exec): Likewise.
2927 * remote.c (remote_filesystem_is_local): Likewise.
2928 * solib.c (solib_find_1): Likewise.
2929
32fad71f
KS
29302015-06-24 Keith Seitz <keiths@redhat.com>
2931
2932 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
2933 return value from lrealpath.
2934
87d1b309
MF
29352015-06-24 Mike Frysinger <vapier@gentoo.org>
2936
2937 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
2938
23bf70af
MF
29392015-06-24 Mike Frysinger <vapier@gentoo.org>
2940
2941 * remote-sim.c: Include gdb_bfd.h.
2942 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
2943 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
2944
5cd867b4
YQ
29452015-06-24 Yao Qi <yao.qi@linaro.org>
2946
2947 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
2948 set_gdbarch_get_siginfo_type.
2949 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
2950 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
2951 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2952 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
2953 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
2954 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
2955 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
2956 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
2957 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
2958 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
2959
dc06243f
GB
29602015-06-24 Gary Benson <gbenson@redhat.com>
2961
2962 * common/buffer.c (stdint.h): Do not include.
2963 * common/print-utils.c (stdint.h): Likewise.
2964 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
2965 * compile/compile-c-types.c (gdb_assert.h): Likewise.
2966 * ft32-tdep.c (gdb_assert.h): Likewise.
2967 * guile/scm-utils.c (stdint.h): Likewise.
2968 * i386-linux-tdep.c (stdint.h): Likewise.
2969 * i386-tdep.c (stdint.h): Likewise.
2970 * nat/linux-btrace.c (stdint.h): Likewise.
2971 * nat/linux-btrace.h (stdint.h): Likewise.
2972 * nat/linux-ptrace.c (stdint.h): Likewise.
2973 * nat/mips-linux-watch.h (stdint.h): Likewise.
2974 * ppc-linux-nat.c (stdint.h): Likewise.
2975 * python/python-internal.h (stdint.h): Likewise.
2976 * stub-termcap.c (stdlib.h): Likewise.
2977 * target/target.h (stdint.h): Likewise.
2978 * xtensa-linux-nat.c (stdint.h): Likewise.
2979
0fc26caf
PP
29802015-06-23 Patrick Palka <patrick@parcs.ath.cx>
2981
2982 * top.c (init_history): Look at errno after calling strtol to
2983 properly map large GDBHISTSIZE values to infinity.
2984
a38fe4fe
DE
29852015-06-23 Doug Evans <dje@google.com>
2986
2987 * inferior.h (struct inferior_suspend_state): Delete, unused.
2988 All references deleted.
2989
7564fe45
MF
29902015-06-23 Mike Frysinger <vapier@gentoo.org>
2991
2992 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
2993 (microblaze_push_dummy_call): Likewise.
2994 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
2995 and set_gdbarch_push_dummy_call.
2996
0bdb2f78
YQ
29972015-06-23 Yao Qi <yao.qi@linaro.org>
2998
2999 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
3000 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
3001 (amd64_linux_store_inferior_registers): Likewise.
3002 * arm-linux-nat.c (fetch_fpregister): Likewise.
3003 (fetch_fpregs, store_fpregister): Likewise.
3004 (store_fpregister, store_fpregs): Likewise.
3005 (fetch_register, fetch_regs): Likewise.
3006 (store_register, store_regs): Likewise.
3007 (fetch_vfp_regs, store_vfp_regs): Likewise.
3008 (arm_linux_read_description): Check have_ptrace_getregset is
3009 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
3010 or TRIBOOL_FALSE.
3011 * i386-linux-nat.c (fetch_xstateregs): Check
3012 have_ptrace_getregset is not TRIBOOL_TRUE.
3013 (store_xstateregs): Likewise.
3014 * linux-nat.c (have_ptrace_getregset): Change its type to
3015 enum tribool.
3016 * linux-nat.h (tribool): New enum.
3017 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
3018 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
3019
18a94d75
DE
30202015-06-19 Doug Evans <dje@google.com>
3021
3022 * NEWS: Mention Sun's version of stabs is no longer supported.
3023 * elfread.c (free_elfinfo): Delete. All uses updated.
3024 (elfstab_offset_sections): Delete. All uses updated.
3025 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
3026 * psympriv.h (partial_symtab) <section_offsets>: Delete.
3027 All uses updated.
3028 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
3029 All callers updated.
3030
124e13d9
SM
30312015-06-18 Simon Marchi <simon.marchi@ericsson.com>
3032
3033 * common/rsp-low.c (needs_escaping): New.
3034 (remote_escape_output): Add unit_size parameter. Refactor to
3035 support multi-byte addressable units. Rename parameters.
3036 * common/rsp-low.h (remote_escape_output): Add unit_size
3037 parameter and rename others. Update doc.
3038 * remote.c (align_for_efficient_write): New.
3039 (remote_write_bytes_aux): Add unit_size parameter and use it.
3040 Rename some variables. Update doc.
3041 (remote_xfer_partial): Get unit size and use it.
3042 (remote_read_bytes_1): Add unit_size parameter and use it.
3043 Rename some variables. Update doc.
3044 (remote_write_bytes): Same.
3045 (remote_xfer_live_readonly_partial): Same.
3046 (remote_read_bytes): Same.
3047 (remote_flash_write): Update call to remote_write_bytes_aux.
3048 (remote_write_qxfer): Update call to remote_escape_output.
3049 (remote_search_memory): Same.
3050 (remote_hostio_pwrite): Same.
3051
6ae88661
LM
30522015-06-17 Luis Machado <lgustavo@codesourcery.com>
3053
3054 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
3055 locations as inserted.
3056 Update and expand comment about permanent locations.
3057 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
3058 Move comment to add_location_to_breakpoint.
3059 (update_global_location_list): Don't error out if a permanent
3060 breakpoint is not marked inserted.
3061 Don't error out if a non-permanent breakpoint location is inserted on
3062 top of a permanent breakpoint.
3063
da4616f6
LM
30642015-06-17 Luis Machado <lgustavo@codesourcery.com>
3065
3066 * breakpoint.c (make_breakpoint_permanent): Remove unused
3067 function.
3068 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
3069
bc460514
PP
30702015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3071
3072 PR gdb/16999
3073 * NEWS: Mention new GDBHISTSIZE behavior.
3074 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
3075 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
3076
b58c513b
PP
30772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3078
3079 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
3080 * top.c (init_history): Read from GDBHISTSIZE instead of
3081 HISTSIZE.
3082 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
3083
2093d2d3
PP
30842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3085
3086 * top.c (gdb_safe_append_history): Do not call
3087 history_truncate_file if the history is not stifled.
3088
fc248485
AA
30892015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3090
3091 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
3092 * syscalls/s390x-linux.xml: Likewise.
3093
4da680ad
ME
30942015-06-16 Michael Eager <eager@eagercon.com>
3095
3096 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
3097
0a75489f
PP
30982015-06-16 Patrick Palka <patrick@parcs.ath.cx>
3099
3100 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
3101 target_terminal_ours_for_output() before calling
3102 tui_show_frame_info(), and restore the original terminal
3103 settings afterwards.
3104
95855ca8
MS
31052015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
3106
3107 * arm-linux-nat.c: Include nat/linux-ptrace.h.
3108
cfc32360
SM
31092015-06-15 Simon Marchi <simon.marchi@ericsson.com>
3110
3111 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
3112 memory unit size.
3113 (mi_cmd_data_write_memory_bytes): Same.
3114
cb6f16cf
SM
31152015-06-15 Simon Marchi <simon.marchi@ericsson.com>
3116
3117 * corefile.c (write_memory): Update doc.
3118 * gdbcore.h (write_memory): Same.
3119
31b7833d
JK
31202015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3121
3122 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
3123 (dump_mapping_p): Use it for parameter filterflags.
3124 (linux_find_memory_regions_full): Use it for variable filterflags.
3125
909c2cda
JK
31262015-06-15 Aleksandar Ristovski <aristovski@qnx.com
3127 Jan Kratochvil <jan.kratochvil@redhat.com>
3128
3129 Merge multiple hex conversions.
3130 * monitor.c: Include rsp-low.h.
3131 (fromhex): Remove definition.
3132
03aef70f
JK
31332015-06-15 Aleksandar Ristovski <aristovski@qnx.com
3134 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 Move utility functions to common/.
3137 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
3138 Move defs to common/common-utils.c.
3139 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
3140 (skip_to_space_const): Move decls to common/common-utils.h.
3141 * common/common-defs.h: Move include of common-types.h before
3142 common-utils.h.
3143 * common/common-utils.c: Include host-defs.h and ctype.h.
3144 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
3145 from utils.c.
3146 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
3147 cli/cli-utils.c.
3148 * common/common-utils.h (strtoulst): Move decl from utils.h.
3149 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
3150 Move from cli/cli-utils.h.
3151 * common/host-defs.h: Include limits.h.
3152 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
3153 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
3154 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
3155 common/common-utils.h.
3156 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
3157 (strtoulst): Move to common/common-utils.c.
3158 * utils.h (strtoulst): Moved decl to common/common-utils.h.
3159
d1168cc1
YQ
31602015-06-15 Yao Qi <yao.qi@linaro.org>
3161
3162 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
3163
c74f7d1c
JT
31642015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3165
3166 * build-id.c: Don't include elf-bfd.h.
3167 (build_id_bfd_get): Use bfd_build_id.
3168 (build_id_verify): Ditto.
3169 * build-id.h: Ditto.
3170 (find_separate_debug_file_by_buildid): Ditto.
3171 * python/py-objfile.c: Don't include elf-bfd.h.
3172 (objfpy_get_build_id) Use bfd_build_id.
3173 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
3174 * coffread.c: Include build-id.h.
3175 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
3176
f20c58f5
JT
31772015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
3178
3179 * windows-nat.c (do_windows_fetch_inferior_registers)
3180 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
3181 conditional with __CYGWIN__.
3182
51f0e40d
AB
31832015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * completer.c: Add arch-utils.h include.
3186 (enum reg_completer_targets): New enum.
3187 (reg_or_group_completer_1): New function containing old
3188 reg_or_group_completer, add and use new parameter to control what
3189 is completed on. Use get_current_arch rather than architecture of
3190 currently selected frame.
3191 (reg_or_group_completer): Call new reg_or_group_completer_1.
3192 (reggroup_completer): Call new reg_or_group_completer_1.
3193 * completer.h (reggroup_completer): Add declaration.
3194 * tui/tui-regs.c: Add 'completer.h' include.
3195 (tui_reg_next_command): Renamed to...
3196 (tui_reg_next): ...this. Adjust parameters and return rather than
3197 display new group.
3198 (tui_reg_prev_command): Renamed to...
3199 (tui_reg_prev): ...this. Adjust parameters and return rather than
3200 display new group.
3201 (tui_reg_float_command): Delete.
3202 (tui_reg_general_command): Delete.
3203 (tui_reg_system_command): Delete.
3204 (tui_reg_command): Rewrite to perform switching of register group.
3205 Add header comment.
3206 (tuireglist): Remove.
3207 (tui_reggroup_completer): New function.
3208 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
3209 creation of 'tui reg' command.
3210 * NEWS: Add comment about 'tui reg' changes.
3211
d309493c
SM
32122015-06-12 Simon Marchi <simon.marchi@ericsson.com>
3213
3214 * target.c (target_read): Consider addressable unit size when
3215 reading from a memory object.
3216 (read_memory_robust): Same.
3217 (read_whatever_is_readable): Same.
3218 (target_write_with_progress): Consider addressable unit size
3219 when writing to a memory object.
3220 * target.h (target_read): Update documentation.
3221 (target_write): Add documentation.
3222
3374165f
SM
32232015-06-12 Simon Marchi <simon.marchi@ericsson.com>
3224
3225 * arch-utils.h (default_addressable_memory_unit_size): New.
3226 * arch-utils.c (default_addressable_memory_unit_size): New.
3227 * gdbarch.sh (addressable_memory_unit_size): New.
3228 * gdbarch.h: Re-generate.
3229 * gdbarch.c: Re-generate.
3230
279a6fed
SM
32312015-06-12 Simon Marchi <simon.marchi@ericsson.com>
3232
3233 * target.c (target_read): Rename variables and use
3234 TARGET_XFER_E_IO.
3235 (target_read_with_progress): Same.
3236 (read_memory_robust): Constify parameters and rename
3237 variables.
3238 (read_whatever_is_readable): Constify parameters,
3239 rename variables, adjust formatting.
3240 * target.h (read_memory_robust): Constify parameters.
3241
1e5338b6 32422015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
3243
3244 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
3245 synthetic (non-AltiVec) vector types.
3246 (ppc64_sysv_abi_return_value): Likewise.
3247
98aa42ee
AT
32482015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3249
3250 PR breakpoints/16465
3251 * breakpoint.c (create_breakpoint): Save extra_string for
3252 pending breakpoints.
3253
966f0aef
WT
32542015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3255
3256 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
3257 and bt_mask to CORE_ADDR.
3258
6449ed0d
GB
32592015-06-11 Gary Benson <gbenson@redhat.com>
3260
3261 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
3262 (mnsh_recv_message): Likewise.
3263
34f8ac9f
WT
32642015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
3265
3266 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
3267 long long int and plongest instead of %ll.
3268
198c808c
GB
32692015-06-11 Gary Benson <gbenson@redhat.com>
3270
3271 * nat/linux-namespaces.c (gdb_wait.h): New include.
3272 (sys/wait.h): Do not include.
3273
e815d2d2
SM
32742015-06-10 Simon Marchi <simon.marchi@ericsson.com>
3275
3276 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
3277 end_sequence is true.
3278
8847cac2
JK
32792015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 Code cleanup.
3282 * solib-target.c (library_list_start_list): Use explicit NULL
3283 comparison.
3284
24c05f46
JK
32852015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3286
3287 * solib-target.c (library_list_start_list): Do not dereference
3288 variable version in its initialization. Make the VERSION check handle
3289 NULL.
3290 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
3291
51aad7cc
GB
32922015-06-10 Gary Benson <gbenson@redhat.com>
3293
3294 * NEWS: Announce support for direct access of executable and
3295 shared library files when attaching to inferiors in containers
3296 on GNU/Linux systems.
3297
15a201c8
GB
32982015-06-10 Gary Benson <gbenson@redhat.com>
3299
3300 * remote.c (struct remote_state) <fs_pid>: New field.
3301 (new_remote_state): Initialize the above.
3302 (PACKET_vFile_setfs): New enum value.
3303 (remote_hostio_set_filesystem): New function.
3304 (remote_hostio_open): Call the above.
3305 (remote_hostio_unlink): Likewise.
3306 (remote_hostio_readlink): Likewise.
3307 (_initialize_remote): Register new "set/show remote
3308 hostio-setfs-packet" command.
3309 * NEWS: Announce new vFile:setfs packet.
3310
7a6a1731
GB
33112015-06-10 Gary Benson <gbenson@redhat.com>
3312
3313 * linux-nat.c (nat/linux-namespaces.h): New include.
3314 (fileio.h): Likewise.
3315 (linux_nat_filesystem_is_local): New function.
3316 (linux_nat_fileio_pid_of): Likewise.
3317 (linux_nat_fileio_open): Likewise.
3318 (linux_nat_fileio_readlink): Likewise.
3319 (linux_nat_fileio_unlink): Likewise.
3320 (linux_nat_add_target): Initialize to_filesystem_is_local,
3321 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
3322 (_initialize_linux_nat): New "set/show debug linux-namespaces"
3323 commands.
3324 * NEWS: Mention new "set/show debug linux-namespaces" commands.
3325
07c138c8
GB
33262015-06-10 Gary Benson <gbenson@redhat.com>
3327
3328 * target.h (struct inferior): New forward declaration.
3329 (struct target_ops) <to_filesystem_is_local>: Update comment.
3330 (struct target_ops) <to_fileio_open>: New argument inf.
3331 Update comment. All implementations updated.
3332 (struct target_ops) <to_fileio_unlink>: Likewise.
3333 (struct target_ops) <to_fileio_readlink>: Likewise.
3334 (target_filesystem_is_local): Update comment.
3335 (target_fileio_open): New argument inf. Update comment.
3336 (target_fileio_unlink): Likewise.
3337 (target_fileio_readlink): Likewise.
3338 (target_fileio_read_alloc): Likewise.
3339 (target_fileio_read_stralloc): Likewise.
3340 * target.c (target_fileio_open): New argument inf.
3341 Pass inf to implementation. Update debug printing.
3342 (target_fileio_unlink): Likewise.
3343 (target_fileio_readlink): Likewise.
3344 (target_fileio_read_alloc_1): New argument inf. Pass inf
3345 to target_fileio_open.
3346 (target_fileio_read_alloc): New argument inf. Pass inf to
3347 target_fileio_read_alloc_1.
3348 (target_fileio_read_stralloc): Likewise.
3349 * gdb_bfd.c (inferior.h): New include.
3350 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
3351 argument with new argument "inferior". Pass inferior to
3352 target_fileio_open.
3353 (gdb_bfd_open): Supply inferior argument to
3354 gdb_bfd_iovec_fileio_open.
3355 * linux-tdep.c (linux_info_proc): Supply inf argument to
3356 relevant target_fileio calls.
3357 (linux_find_memory_regions_full): Likewise.
3358 (linux_fill_prpsinfo): Likewise.
3359 * remote.c (remote_filesystem_is_local): Supply inf
3360 argument to remote_hostio_open.
3361 (remote_file_put): Likewise.
3362 (remote_file_get): Likewise.
3363 (remote_file_delete): Supply inf argument to
3364 remote_hostio_unlink.
3365
12e2a5fd
GB
33662015-06-10 Gary Benson <gbenson@redhat.com>
3367
3368 * inf-child.c (inf_child_fileio_open): Replace comment.
3369 (inf_child_fileio_pwrite): Likewise.
3370 (inf_child_fileio_pread): Likewise.
3371 (inf_child_fileio_fstat): Insert blank line before comment.
3372 (inf_child_fileio_close): Replace comment.
3373 (inf_child_fileio_unlink): Likewise.
3374 (inf_child_fileio_readlink): Likewise.
3375 * remote.c (remote_hostio_open): Likewise.
3376 (remote_hostio_pread): Likewise.
3377 (remote_hostio_pwrite): Likewise.
3378 (remote_hostio_close): Likewise.
3379 (remote_hostio_unlink): Likewise.
3380 (remote_hostio_readlink): Likewise.
3381 (remote_hostio_fstat): Likewise.
3382 (remote_filesystem_is_local): Likewise.
3383 * target.c (target_fileio_open): Likewise.
3384 (target_fileio_pwrite): Likewise.
3385 (target_fileio_pread): Likewise.
3386 (target_fileio_fstat): Insert blank line before comment.
3387 (target_fileio_close): Replace comment.
3388 (target_fileio_unlink): Likewise.
3389 (target_fileio_readlink): Likewise.
3390 (target_fileio_read_alloc): Likewise.
3391 (target_fileio_read_stralloc): Likewise.
3392
9bc3a976
GB
33932015-06-10 Gary Benson <gbenson@redhat.com>
3394
3395 * linux-thread-db.c (nat/linux-namespaces.h): New include.
3396 (check_pid_namespace_match): Use linux_ns_same rather than
3397 linux_proc_pid_get_ns to spot PID namespace mismatches.
3398 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
3399 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
3400
4b8b5e72
GB
34012015-06-10 Gary Benson <gbenson@redhat.com>
3402
3403 * configure.ac (AC_CHECK_FUNCS): Add setns.
3404 * config.in: Regenerate.
3405 * configure: Likewise.
3406 * nat/linux-namespaces.h: New file.
3407 * nat/linux-namespaces.c: Likewise.
3408 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
3409 (linux-namespaces.o): New rule.
3410 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
3411 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3412 * config/arm/linux.mh (NATDEPFILES): Likewise.
3413 * config/i386/linux.mh (NATDEPFILES): Likewise.
3414 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3415 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3416 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3417 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3418 * config/mips/linux.mh (NATDEPFILES): Likewise.
3419 * config/pa/linux.mh (NATDEPFILES): Likewise.
3420 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
3421 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3422 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3423 * config/s390/linux.mh (NATDEPFILES): Likewise.
3424 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3425 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3426 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3427 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3428
ca095836
GB
34292015-06-10 Gary Benson <gbenson@redhat.com>
3430
3431 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
3432 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
3433 (make_cleanup_close): Likewise.
3434 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
3435 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
3436 (make_cleanup_close): Likewise.
3437
5d9c55d3
JT
34382015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
3439
3440 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
3441 from SuspendThread().
3442
040ea00b
JT
34432015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
3444
3445 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
3446 from OutputDebugString.
3447
7d73c23c
WT
34482015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3449 Mircea Gherzan <mircea.gherzan@intel.com>
3450
3451 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
3452 MPX_BT_MASK_32): New macros.
3453 (i386_mpx_set_bounds): New function that implements
3454 the command "set-mpx-bound".
3455 (i386_mpx_enabled): Helper function to test MPX availability.
3456 (i386_mpx_bd_base): Helper function to calculate the base directory
3457 address.
3458 (i386_mpx_get_bt_entry): Helper function to access a bound
3459 table entry.
3460 (i386_mpx_print_bounds): Effectively display bound information.
3461 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
3462 "show mpx".
3463 (_initialize_i386_tdep):
3464 Add "bound" to the commands "show mpx" and "set mpx" commands.
3465 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
3466 and "show mpx" commands.
3467 * NEWS: List new commands for MPX support.
3468
3ac2e371
GB
34692015-06-09 Gary Benson <gbenson@redhat.com>
3470
3471 * common/fileio.h (fileio_to_host_mode): New declaration.
3472 * common/fileio.c (fileio_to_host_mode): New Function.
3473 * inf-child.c (inf_child_fileio_open): Process mode argument
3474 with fileio_to_host_mode.
3475
ecef18c5
GB
34762015-06-09 Gary Benson <gbenson@redhat.com>
3477
3478 * common/fileio.c (fileio_mode_pack): Fix preprocessor
3479 conditional.
3480
e3dd7556
GB
34812015-06-05 Gary Benson <gbenson@redhat.com>
3482
3483 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
3484 * remote.c (remote_filesystem_is_local): ...here.
3485
5b74bf7d
YQ
34862015-06-04 Yao Qi <yao.qi@linaro.org>
3487
3488 * gdbarch.c: Regenerate it.
3489
7f361056
JK
34902015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3491
3492 * arch-utils.c (default_infcall_munmap): New.
3493 * arch-utils.h (default_infcall_munmap): New declaration.
3494 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
3495 (munmap_list_free, munmap_listp_free_cleanup): New.
3496 (struct setup_sections_data): Add field munmap_list_headp.
3497 (setup_sections): Call munmap_list_add.
3498 (compile_object_load): New variable munmap_list_head, initialize
3499 setup_sections_data.munmap_list_headp, return munmap_list_head.
3500 * compile/compile-object-load.h (struct munmap_list): New declaration.
3501 (struct compile_module): Add field munmap_list_head.
3502 (munmap_list_free): New declaration.
3503 * compile/compile-object-run.c (struct do_module_cleanup): Add field
3504 munmap_list_head.
3505 (do_module_cleanup): Call munmap_list_free.
3506 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
3507 * gdbarch.c: Regenerate.
3508 * gdbarch.h: Regenerate.
3509 * gdbarch.sh (infcall_munmap): New.
3510 * linux-tdep.c (linux_infcall_munmap): New.
3511 (linux_init_abi): Install it.
3512
3b462ec2
SM
35132015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3514
3515 PR gdb/15564
3516 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
3517
8d683210
YQ
35182015-06-02 Yao Qi <yao.qi@linaro.org>
3519
3520 * i386-linux-nat.c: Include linux-nat.h.
3521
e0619de6
JK
35222015-06-01 Andreas Schwab <schwab@linux-m68k.org>
3523 Jan Kratochvil <jan.kratochvil@redhat.com>
3524
3525 PR symtab/18392
3526 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
3527 assertion.
3528 * dwarf2loc.c (chain_candidate): Likewise.
3529
bd16da51
YQ
35302015-06-01 Yao Qi <yao.qi@linaro.org>
3531
3532 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
3533 (store_vfp_regs): Use PTRACE_SETREGSET.
3534
df9d7ec9
YQ
35352015-06-01 Yao Qi <yao.qi@linaro.org>
3536
3537 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
3538 (fetch_fpregs): Likewise.
3539 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
3540 (store_fpregs): Likewise.
3541
10766686
YQ
35422015-06-01 Yao Qi <yao.qi@linaro.org>
3543
3544 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
3545 (fetch_regs): Likewise.
3546 (store_regs): Use PTRACE_SETREGSET.
3547 (store_register): Likewise.
3548
7efe48d1
YQ
35492015-06-01 Yao Qi <yao.qi@linaro.org>
3550
3551 * arm-linux-nat.c (arm_linux_read_description): Check whether
3552 kernel supports PTRACE_GETREGSET.
3553
433bbbf8
YQ
35542015-06-01 Yao Qi <yao.qi@linaro.org>
3555
3556 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
3557 * linux-nat.c: ... here.
3558 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
3559 to ...
3560 * linux-nat.h: ... here.
3561
ca9b78ce
YQ
35622015-06-01 Yao Qi <yao.qi@linaro.org>
3563
3564 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
3565 * i386-linux-nat.c: Likewise.
3566 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
3567 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
3568 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
3569 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
3570 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
3571
99cee7b7
EZ
35722015-05-30 Eli Zaretskii <eliz@gnu.org>
3573
3574 * go32-nat.c (go32_xfer_memory): Fix the return value to be
3575 compatible to what read_child and write_child return. This
3576 unbreaks that DJGPP build of GDB which was broken since v7.7.
3577
2147f5bd
MG
35782015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
3579
3580 * MAINTAINERS (Write After Approval): Add Martin Galvan.
3581
c8f6c93c
RM
35822015-05-29 Roland McGrath <mcgrathr@google.com>
3583
3584 PR gdb/18464
3585 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
3586 rather than internal_error for an unrecognized value.
3587
8c6a948d
MF
35882015-05-29 Max Filippov <jcmvbkbc@gmail.com>
3589
3590 * xtensa-tdep.c (xtensa_pseudo_register_read)
3591 (xtensa_pseudo_register_write): Don't alias last pseudo register
3592 to a1.
3593
8dd06f7a
DB
35942015-05-28 Don Breazeal <donb@codesourcery.com>
3595
3596 * infrun.c (follow_fork_inferior): Ensure the use of
3597 process-style ptids (pid,0,0) in verbose/debug "Detaching"
3598 messages.
3599
a051152b
DE
36002015-05-28 Doug Evans <dje@google.com>
3601
3602 * dwarf2read.c (record_line_ftype): Remove, duplicate.
3603
a56cc1ce
YQ
36042015-05-28 Yao Qi <yao.qi@linaro.org>
3605
3606 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
3607 (arm_linux_fetch_inferior_registers): Use
3608 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
3609 (arm_linux_store_inferior_registers): Likewise.
3610 (arm_linux_read_description): Don't set
3611 arm_linux_has_wmmx_registers.
3612 * arm-tdep.c (arm_gdbarch_init): Set
3613 tdep->have_wmmx_registers according target descriptions.
3614 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
3615 field.
3616
330c6ca9
YQ
36172015-05-28 Yao Qi <yao.qi@linaro.org>
3618
3619 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
3620 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
3621 instead of arm_linux_vfp_register_count.
3622 (store_vfp_regs): Likewise.
3623 (arm_linux_fetch_inferior_registers): Likewise.
3624 (arm_linux_store_inferior_registers): Likewise.
3625 (arm_linux_read_description): Don't set
3626 arm_linux_vfp_register_count.
3627 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
3628 Adjust.
3629 * arm-tdep.c (arm_gdbarch_init): Add assert on
3630 vfp_register_count.
3631 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
3632 field to vfp_register_count. All users updated.
3633
d403db27
KH
36342015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
3635
3636 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
3637 ELFOSABI_GNU binaries.
3638
d9b3de22
DE
36392015-05-27 Doug Evans <dje@google.com>
3640
3641 * dwarf2read.c (lnp_state_machine): New typedef.
3642 (lnp_reader_state): New typedef.
3643 (dwarf_record_line_1): Renamed from dwarf_record_line.
3644 All callers updated.
3645 (dwarf_record_line): New function.
3646 (init_lnp_state_machine): New function.
3647 (check_line_address): Replace p_record_line parameter with state.
3648 All callers updated.
3649 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
3650 Update to record state in lnp_state_machine.
3651
924c2928
DE
36522015-05-27 Doug Evans <dje@google.com>
3653
3654 * dwarf2read.c (record_line_ftype): New typedef.
3655 (check_line_address): New function.
3656 (dwarf_decode_lines_1): Call it.
3657
27e0867f
DE
36582015-05-27 Doug Evans <dje@google.com>
3659
3660 * NEWS: Mention "set debug dwarf-line".
3661 * dwarf2read.c (dwarf_line_debug): New static global.
3662 (add_include_dir): Add debug dwarf-line support.
3663 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
3664 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
3665
4dcabcc2
DE
36662015-05-27 Doug Evans <dje@google.com>
3667
3668 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
3669 All callers updated.
3670 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
3671 * cp-support.h (cp_lookup_nested_symbol): Update.
3672
b2e2f908
DE
36732015-05-27 Doug Evans <dje@google.com>
3674
3675 PR symtab/18258
3676 * block.c (block_find_symbol): New function.
3677 (block_find_non_opaque_type): Ditto.
3678 (block_find_non_opaque_type_preferred): Ditto.
3679 * block.h (block_symbol_matcher_ftype): New typedef.
3680 (block_find_symbol): Declare.
3681 (block_find_non_opaque_type): Ditto.
3682 (block_find_non_opaque_type_preferred): Ditto.
3683 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
3684 * psymtab.c (psym_lookup_symbol): Ditto.
3685 * symtab.c (basic_lookup_transparent_type_1): New function.
3686 (basic_lookup_transparent_type): Call it.
3687
f62fce35
YQ
36882015-05-27 Yao Qi <yao.qi@linaro.org>
3689
3690 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
3691 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
3692
5d98d3cd
YQ
36932015-05-27 Yao Qi <yao.qi@linaro.org>
3694
3695 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
3696 before operator &&.
3697 (aarch64_record_load_store): Likewise.
3698
82c7be31
DE
36992015-05-26 Doug Evans <dje@google.com>
3700
3701 PR c++/18141, c++/18417.
3702 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
3703 a typedef.
3704
b4f54984
DE
37052015-05-26 Doug Evans <dje@google.com>
3706
3707 * NEWS: Add entries for command renamings.
3708 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
3709 All uses updated.
3710 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
3711 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
3712 All uses updated.
3713 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
3714 All callers updated. Fix spelling of DWARF in help text.
3715 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
3716 All uses updated.
3717 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
3718 All uses updated.
3719 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
3720 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
3721 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
3722 All uses updated.
3723 (show_dwarf_always_disassemble): Renamed from
3724 show_dwarf2_always_disassemble. All callers updated.
3725 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
3726 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
3727 "set/show dwarf max-cache-age". Rename
3728 "set/show dwarf2 always-disassemble" to
3729 "set/show dwarf always-disassemble". Rename
3730 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
3731 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
3732
4ea6efe9
DE
37332015-05-26 Doug Evans <dje@google.com>
3734
3735 PR python/18438
3736 * python/py-lazy-string.c (stpy_convert_to_value): Use
3737 gdbpy_gdb_memory_error not PyExc_MemoryError.
3738 (gdbpy_create_lazy_string_object): Ditto.
3739
b93fd21d
AB
37402015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
3741
3742 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
3743
55b40027
AB
37442015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
3745
3746 * tui/tui-regs.c (tui_reg_prev_command): New function.
3747 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
3748 * reggroups.c (reggroup_prev): New function.
3749 * reggroups.h (reggroup_prev): Add declaration. Update comment.
3750
99afc88b
OJ
37512015-05-26 Omair Javaid <omair.javaid@linaro.org>
3752 Yao Qi <yao.qi@linaro.org>
3753
3754 * aarch64-linux-tdep.c: Include linux-record.h and
3755 record-full.h.
3756 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
3757 (aarch64_syscall): New enum.
3758 (aarch64_canonicalize_syscall): New function.
3759 (aarch64_all_but_pc_registers_record): New function.
3760 (aarch64_linux_syscall_record): New function.
3761 (aarch64_linux_init_abi): Install AArch64 process record
3762 handler. Update to handle syscall recording.
3763 * aarch64-tdep.c: Include record.h and record-full.h.
3764 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
3765 (struct aarch64_mem_r): Define.
3766 (aarch64_record_result): New enum.
3767 (struct insn_decode_record): Define.
3768 (insn_decode_record): New typedef.
3769 (aarch64_record_data_proc_reg): New function.
3770 (aarch64_record_data_proc_imm): New function.
3771 (aarch64_record_branch_except_sys): New function.
3772 (aarch64_record_load_store): New function.
3773 (aarch64_record_data_proc_simd_fp): New function.
3774 (aarch64_record_asimd_load_store): New function.
3775 (aarch64_record_decode_insn_handler): New function.
3776 (deallocate_reg_mem): New function.
3777 (aarch64_process_record): New function.
3778 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
3779 New field.
3780 (aarch64_process_record): New extern declaration.
3781 * configure.tgt: Add linux-record.o to gdb_target_obs.
3782 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
3783
c16a3f52
OJ
37842015-05-26 Omair Javaid <omair.javaid@linaro.org>
3785
3786 * NEWS: Add a note on process record-replay support on aarch64*-linux*
3787 targets.
3788
c9cf6e20
MG
37892015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
3790
3791 * amd64-tdep.c: Replace in_function_epilogue_p with
3792 stack_frame_destroyed_p throughout.
3793 * arch-utils.c: Ditto.
3794 * arch-utils.h: Ditto.
3795 * arm-tdep.c: Ditto.
3796 * breakpoint.c: Ditto.
3797 * gdbarch.sh: Ditto.
3798 * hppa-tdep.c: Ditto.
3799 * i386-tdep.c: Ditto.
3800 * mips-tdep.c: Ditto.
3801 * nios2-tdep.c: Ditto.
3802 * rs6000-tdep.c: Ditto.
3803 * s390-linux-tdep.c: Ditto.
3804 * score-tdep.c: Ditto.
3805 * sh-tdep.c: Ditto.
3806 * sparc-tdep.c: Ditto.
3807 * sparc-tdep.h: Ditto.
3808 * sparc64-tdep.c: Ditto.
3809 * spu-tdep.c: Ditto.
3810 * tic6x-tdep.c: Ditto.
3811 * tilegx-tdep.c: Ditto.
3812 * xstormy16-tdep.c: Ditto.
3813 * gdbarch.c, gdbarch.h: Re-generated.
3814
a4ea0946
AB
38152015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3816
3817 * NEWS: Mention 'tui enable' and 'tui disable'.
3818 * tui/tui.c (tui_enable_command): New function.
3819 (tui_disable_command): New function.
3820 (_initialize_tui): New function.
3821
b75c69bb
AB
38222015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3823
3824 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
3825
c1b009ee
AB
38262015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
3829 buf_ptr is freed.
3830
880d1e40
AB
38312015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3832
3833 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
3834 into ...
3835 (tui_set_layout_for_display_command): ...here, before calling
3836 tui_set_layout. Only set the layout if gdb has not already
3837 entered the TUI_FAILURE state.
3838
a0145030
AB
38392015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3840
3841 * tui/tui-layout.c (layout_completer): New function.
3842 (_initialize_tui_layout): Set completer on layout command.
3843
7bd0be3a
AB
38442015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3845
3846 * tui/tui-layout.c (tui_set_layout): Remove
3847 tui_register_display_type parameter. Remove all checking of this
3848 parameter, and reindent function. Update header comment.
3849 (tui_set_layout_for_display_command): Rename to...
3850 (tui_set_layout_by_name): ...this, and don't check for different
3851 register class types, don't pass a tui_register_display_type to
3852 tui_set_layout. Update header comment.
3853 (layout_names): Remove register set specific names.
3854 * tui/tui-layout.h (tui_set_layout): Remove
3855 tui_register_display_type parameter.
3856 * tui/tui.c (tui_rl_change_windows): Don't pass a
3857 tui_register_display_type to tui_set_layout.
3858 (tui_rl_delete_other_windows): Likewise.
3859 (tui_enable): Likewise.
3860 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
3861 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
3862 (TUI_GENERAL_REGS_NAME): Remove.
3863 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
3864 (TUI_SPECIAL_REGS_NAME): Remove.
3865 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
3866 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
3867 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
3868 (enum tui_register_display_type): Remove.
3869 (struct tui_layout_def): Remove regs_display_type and
3870 float_regs_display_type fields.
3871 (struct tui_data_info): Remove regs_display_type field.
3872 (tui_layout_command): Use new name for
3873 tui_set_layout_for_display_command.
3874 * tui/tui-data.c (layout_def): Don't initialise removed fields.
3875 (tui_clear_win_detail): Don't initialise removed fields of
3876 win_info.
3877 * tui/tui-regs.c (tui_show_registers): Use new name for
3878 tui_set_layout_for_display_command.
3879 * tui/tui.h (tui_set_layout_for_display_command): Rename
3880 declaration to...
3881 (tui_set_layout_by_name): ...this.
3882 * printcmd.c (display_command): Remove tui related layout call,
3883 and reindent.
3884
0b6e5e10
JB
38852015-05-20 Joel Brobecker <brobecker@adacore.com>
3886
3887 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
3888 (handle_inferior_event): New function.
3889
1da0522e
JB
38902015-05-20 Joel Brobecker <brobecker@adacore.com>
3891
3892 * ada-lang.c (to_fixed_array_type): Rename local variable
3893 typename into type_name.
3894
5fe75eec
JK
38952015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 Fix ASAN crash for gdb.compile/compile.exp.
3898 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
3899
a4063588
JK
39002015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
3903 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
3904 * compile/compile-object-load.c (setup_sections, compile_object_load):
3905 Likewise.
3906 * compile/compile.c (compile_to_object): Likewise.
3907
37442ce1
DE
39082015-05-16 Doug Evans <xdje42@gmail.com>
3909
3910 * NEWS: Mention support for unbuffered Guile memory ports.
3911 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
3912 (ioscm_lseek_address): Improve overflow calculation.
3913 (gdbscm_memory_port_fill_input): Add assert.
3914 (gdbscm_memory_port_write): Handle unbuffered ports.
3915 Handle large writes identical to Guile's fport_write.
3916 (gdbscm_memory_port_seek): Fix seeking past end check.
3917 (gdbscm_memory_port_close): Handle closing unbuffered port.
3918 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
3919 (ioscm_init_memory_port): Handle unbuffered ports.
3920 (ioscm_reinit_memory_port): Ditto.
3921 (ioscm_init_memory_port): Update size calculation.
3922 (gdbscm_open_memory): Support zero sized ports.
3923
d976bace
JK
39242015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3925
3926 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
3927 variable compiler warnings.
3928
4d18dfad
JK
39292015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3930
3931 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
3932
36de76f9
JK
39332015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3934 Phil Muldoon <pmuldoon@redhat.com>
3935
3936 * NEWS (Changes since GDB 7.9): Add compile print.
3937 * compile/compile-c-support.c (add_code_header, add_code_footer)
3938 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
3939 COMPILE_I_PRINT_VALUE_SCOPE.
3940 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
3941 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
3942 New.
3943 * compile/compile-object-load.c: Include block.h.
3944 (get_out_value_type): New function.
3945 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
3946 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
3947 OUT_VALUE_TYPE.
3948 * compile/compile-object-load.h (struct compile_module): Add fields
3949 out_value_addr and out_value_type.
3950 * compile/compile-object-run.c: Include valprint.h and compile.h.
3951 (struct do_module_cleanup): Add fields out_value_addr and
3952 out_value_type.
3953 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
3954 COMPILE_I_PRINT_VALUE_SCOPE.
3955 (compile_object_run): Propagate out_value_addr and out_value_type.
3956 Pass OUT_VALUE_ADDR.
3957 * compile/compile.c: Include valprint.h.
3958 (compile_print_value, compile_print_command): New functions.
3959 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
3960 (_initialize_compile): Update compile code help text. Install
3961 compile_print_command.
3962 * compile/compile.h (compile_print_value): New prototype.
3963 * defs.h (enum compile_i_scope_types): Add
3964 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
3965
83d3415e
JK
39662015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
3969 Rely on its parameter count.
3970 (compile_object_load): Replace lookup_minimal_symbol_text by
3971 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
3972 return value.
3973 * compile/compile-object-load.h (struct compile_module): Replace
3974 func_addr by func_sym.
3975 * compile/compile-object-run.c: Include block.h.
3976 (compile_object_run): Reset module variable after it is freed. Use
3977 FUNC_SYM instead of FUNC_ADDR. Rely on it.
3978
3a9558c4
JK
39792015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3980
3981 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
3982 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
3983 (c_compute_program): Call generate_register_struct after typedefs.
3984 * compile/compile-loc2c.c (push, pushf_register_address)
3985 (pushf_register): Cast to GCC_UINTPTR.
3986 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
3987 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
3988 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
3989 * compile/compile.c (_initialize_compile): Enable warnings for
3990 COMPILE_ARGS.
3991
5c65b58a
JK
39922015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3993
3994 * cli/cli-script.c (execute_control_command): Update
3995 eval_compile_command caller.
3996 * compile/compile-object-load.c (compile_object_load): Add parameters
3997 scope and scope_data. Set them.
3998 * compile/compile-object-load.h (struct compile_module): Add fields
3999 scope and scope_data.
4000 (compile_object_load): Add parameters scope and scope_data.
4001 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
4002 scope and scope_data.
4003 (compile_object_run): Propagate the fields scope and scope_data.
4004 * compile/compile.c (compile_file_command, compile_code_command):
4005 Update eval_compile_command callers.
4006 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
4007 * compile/compile.h (eval_compile_command): Add parameter scope_data.
4008 * defs.h (struct command_line): Add field scope_data.
4009
1c88ceb1
JK
40102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4011
4012 * printcmd.c (struct format_data): Move it to valprint.h.
4013 (print_command_parse_format, print_value): New functions from ...
4014 (print_command_1): ... here. Call them.
4015 * valprint.h (struct format_data): Move it here from printcmd.c.
4016 (print_command_parse_format, print_value): New declarations.
4017
0b738f27
JK
40182015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 * compile/compile-object-load.c (compile_object_load): Add
4021 COMPILE_DEBUG message.
4022
aa715135
JG
40232015-05-15 Jerome Guitton <guitton@adacore.com>
4024
4025 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
4026 index to get element instead of enum value.
4027 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
4028 of index to compute length, but enum values to compute bounds.
4029 (ada_array_length): Use enum position of index instead of enum value.
4030 (pos_atr): Move position computation to...
4031 (ada_evaluate_subexp): Use enum values to compute bounds.
4032 * gdbtypes.c (discrete_position): ...this new function.
4033 * gdbtypes.h (discrete_position): New function declaration.
4034 * valprint.c (val_print_array_elements): Call discrete_position
4035 to handle array indexed by non-contiguous enumeration types.
4036
931e5bc3
JG
40372015-05-15 Jerome Guitton <guitton@adacore.com>
4038
4039 * ada-lang.c (find_parallel_type_by_descriptive_type):
4040 Go through typedefs during lookup.
4041 (to_fixed_array_type): Add support for non-bit packed arrays
4042 as variable-length fields.
4043
4e63d0ac
PA
40442015-05-15 Pedro Alves <palves@redhat.com>
4045 Simon Marchi <simon.marchi@ericsson.com>
4046
4047 * event-loop.c (gdb_notifier) <next_file_handler,
4048 next_poll_fds_index>: New fields.
4049 (get_next_file_handler_to_handle_and_advance): New function.
4050 (delete_file_handler): If deleting the next file handler to
4051 handle, advance to the next file handler.
4052 (gdb_wait_for_event): Bail early if no event fired. Poll file
4053 handlers in round-robin fashion.
4054
52e48b36
PA
40552015-05-15 Pedro Alves <palves@redhat.com>
4056
4057 * linux-tdep.c (linux_find_memory_regions_full): Rename local
4058 'private' to 'priv'.
4059
2465e12e
PA
40602015-05-15 Pedro Alves <palves@redhat.com>
4061
4062 * nat/linux-nat.h: Include "target/waitstatus.h".
4063
13fa0398
YZ
40642015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
4065
4066 * python/py-unwind.c (struct reg_info): Move out of ...
4067 (struct cached_frame_info): ... this scope.
4068 (pending_frame_object_type, unwind_info_object_type): Make extern.
4069
9cd4d857
JB
40702015-05-15 Joel Brobecker <brobecker@adacore.com>
4071
4072 * ada-lang.c (ada_value_primitive_packed_val): Make sure
4073 accumSize is never negative.
4074
e3555239
PP
40752015-05-14 Patrick Palka <patrick@parcs.ath.cx>
4076
4077 * tui/tui-command.c: Remove include of <ctype.h>.
4078 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
4079
08a76f8a
MG
40802015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
4081
4082 * dwarf2read.c (die_needs_namespace): Return 1 for
4083 DW_TAG_inlined_subroutine.
4084
bd49952b
JK
40852015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4086
4087 * regcache.c (regcache_cpy_no_passthrough): New declaration.
4088 (regcache_cpy_no_passthrough): Make it static, add function comment.
4089 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
4090 (regcache_cpy_no_passthrough): Remove declaration.
4091
46c03469
JK
40922015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4093
4094 * gdbthread.h (struct thread_control_state): Update comment for
4095 proceed_to_finish.
4096 * infcall.c (run_inferior_call): Update comment about
4097 proceed_to_finish.
4098 * infcmd.c (get_return_value): Update comment about stop_registers.
4099 (finish_forward): Update comment about proceed_to_finish.
4100 * infrun.c (stop_registers): Remove.
4101 (clear_proceed_status, normal_stop): Remove stop_registers handling.
4102 * infrun.h (stop_registers): Remove.
4103
8a6c4031
JK
41042015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 * infcall.c (struct dummy_frame_context_saver)
4107 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
4108 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
4109 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
4110 New.
4111 (call_function_by_hand_dummy): Move discard_cleanups of
4112 inf_status_cleanup before dummy_frame_push. Call
4113 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
4114 Use dummy_frame_context_saver_get_regs instead of stop_registers.
4115 * infcall.h (struct dummy_frame_context_saver)
4116 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
4117 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
4118 New declarations.
4119 * infcmd.c: Include infcall.h.
4120 (get_return_value): Add parameter ctx_saver, use it instead of
4121 stop_registers.
4122 (print_return_value): Add parameter ctx_saver, pass it.
4123 (struct finish_command_continuation_args): Add field ctx_saver.
4124 (finish_command_continuation): Update print_return_value caller.
4125 (finish_command_continuation_free_arg): Free also ctx_saver.
4126 (finish_forward): Call dummy_frame_context_saver_setup.
4127 * inferior.h (struct dummy_frame_context_saver): New declaration.
4128 (get_return_value): Add parameter ctx_saver.
4129 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
4130 get_return_value caller.
4131
10989690
JK
41322015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 * dummy-frame.c (struct dummy_frame_dtor_list): New.
4135 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
4136 (remove_dummy_frame): Process dtor_list.
4137 (pop_dummy_frame): Process dtor_list.
4138 (register_dummy_frame_dtor): Maintain dtor_list.
4139 (find_dummy_frame_dtor): Handle dtor_list.
4140 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
4141 Update comments.
4142
5e970501
JK
41432015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4144
4145 * compile/compile-object-run.c (do_module_cleanup): Add parameter
4146 registers_valid.
4147 (compile_object_run): Update do_module_cleanup caller.
4148 * dummy-frame.c: Include infcall.h.
4149 (struct dummy_frame): Update dtor comment.
4150 (remove_dummy_frame): Call dtor.
4151 (pop_dummy_frame): Update dtor caller.
4152 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
4153 registers_valid.
4154
1c4eb778
JB
41552015-05-13 Joel Brobecker <brobecker@adacore.com>
4156
4157 GDB 7.9.1 released.
4158
f5f85ab9
JB
41592015-05-13 Joel Brobecker <brobecker@adacore.com>
4160
4161 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
4162 Xmethods now being able to specify a result type to that new
4163 sectioin.
4164
242cd84c
PP
41652015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4166
4167 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
4168 first before resizing the window.
e3555239 4169 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
4170
41712015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
4172
4173 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
4174 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
4175 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
4176 dummy_dtor parameter.
4177 * infcall.h: Include dummy-frame.h.
4178 (call_function_by_hand_dummy_dtor_ftype): Remove.
4179 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
4180 parameter.
4181
ebfd00d2
PP
41822015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4183
4184 PR gdb/17820
4185 * top.c (history_size_setshow_var): Change type to signed.
4186 Initialize to -2. Update documentation.
4187 (set_readline_history_size): Define.
4188 (set_history_size_command): Use it. Remove logic for handling
4189 out-of-range sizes.
4190 (init_history): Use set_readline_history_size(). Test for a
4191 value of -2 instead of 0 when determining whether to set a
4192 default history size.
4193 (init_main): Decode the argument of the "size" command as a
4194 zuinteger_unlimited.
4195
83769d0b
DE
41962015-05-12 Doug Evans <dje@google.com>
4197
4198 * dwarf2read.c (struct file_entry): Tweak comments.
4199 (get_debug_line_section): Tweak comments.
4200
0d71eef5
DB
42012015-05-12 Don Breazeal <donb@codesourcery.com>
4202
4203 * NEWS: Announce fork support in the RSP and support
4204 for fork debugging in extended mode.
4205
cbb8991c
DB
42062015-05-12 Don Breazeal <donb@codesourcery.com>
4207
4208 * remote.c (remote_insert_fork_catchpoint): New function.
4209 (remote_remove_fork_catchpoint): New function.
4210 (remote_insert_vfork_catchpoint): New function.
4211 (remote_remove_vfork_catchpoint): New function.
4212 (pending_fork_parent_callback): New function.
4213 (remove_new_fork_child): New function.
4214 (remote_update_thread_list): Call remote_notif_get_pending_events
4215 and remove_new_fork_child.
4216 (extended_remote_kill): Kill fork child when killing the
4217 parent before follow_fork completes.
4218 (init_extended_remote_ops): Initialize target vector with
4219 new fork catchpoint functions.
4220
c269dbdb
DB
42212015-05-12 Don Breazeal <donb@codesourcery.com>
4222
4223 * remote.c (remove_vfork_event_p): New function.
4224 (remote_follow_fork): Add vfork event type to event checking.
4225 (remote_parse_stop_reply): New stop reasons "vfork" and
4226 "vforkdone" for RSP 'T' Stop Reply Packet.
4227
de0d863e
DB
42282015-05-12 Don Breazeal <donb@codesourcery.com>
4229
4230 * linux-nat.c (linux_nat_ptrace_options): New function.
4231 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
4232 Call linux_nat_ptrace_options and use different argument to
4233 linux_enable_event_reporting.
4234 (_initialize_linux_nat): Delete call to
4235 linux_ptrace_set_additional_flags.
c8f6c93c 4236 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
4237 supported_ptrace_options.
4238 (additional_flags): Delete variable.
4239 (linux_check_ptrace_features): Use supported_ptrace_options.
4240 (linux_test_for_tracesysgood, linux_test_for_tracefork):
4241 Likewise, and remove additional_flags check.
4242 (linux_enable_event_reporting): Change 'attached' argument to
4243 'options'. Use supported_ptrace_options.
c8f6c93c 4244 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
4245 supported_ptrace_options.
4246 (linux_ptrace_set_additional_flags): Delete function.
4247 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
4248 Delete function prototype.
4249 * remote.c (remote_fork_event_p): New function.
4250 (remote_detach_pid): New function.
4251 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
4252 if doing detach-on-fork.
4253 (remote_follow_fork): New function.
4254 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
4255 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
4256 (init_extended_remote_ops): Initialize to_follow_fork.
4257
89245bc0
DB
42582015-05-12 Don Breazeal <donb@codesourcery.com>
4259
4260 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
4261 from static to extern.
4262 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
4263 * remote.c (anonymous enum): <PACKET_fork_event_feature,
4264 * PACKET_vfork_event_feature>: New enumeration constants.
4265 (remote_protocol_features): Add table entries for new packets.
4266 (remote_query_supported): Add new feature queries to qSupported
4267 packet.
4268
835205d0
GB
42692015-05-12 Gary Benson <gbenson@redhat.com>
4270
4271 * remote.c (remote_add_inferior): Call exec_file_locate_attach
4272 for fake PIDs as well as real ones.
4273 (remote_pid_to_exec_file): Send empty annex if PID is fake.
4274
4c082a81
SC
42752015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4276
4277 * NEWS (Python Scripting): Mention the new gdb.Value methods.
4278 * python/py-value.c (valpy_reference_value): New function.
4279 (valpy_const_value): Likewise.
4280 (value_object_methods): Add new methods.
4281 * value.c (make_cv_value): New function.
4282 * value.h (make_cv_value): Declare.
4283
afa6c9ab
SL
42842015-05-08 Yao Qi <yao@codesourcery.com>
4285 Sandra Loosemore <sandra@codesourcery.com>
4286
4287 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
4288 to 'lh->include_dirs' before accessing to it.
4289 (psymtab_include_file_name): Likewise.
4290 (dwarf_decode_lines_1): Likewise.
4291 (dwarf_decode_lines): Likewise.
4292 (file_file_name): Likewise.
4293
35d54293
SL
42942015-05-08 Sandra Loosemore <sandra@codesourcery.com>
4295
4296 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
4297 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
4298 (nios2_linux_rt_sigreturn_init): Adjust base address of
4299 register save area.
4300
b73c49b7
SL
43012015-05-08 Sandra Loosemore <sandra@codesourcery.com>
4302
4303 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
4304 "trap 31" as the breakpoint instruction on all targets.
4305
dd9f02a0
JK
43062015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 * infcmd.c (print_return_value): Remove unused declaration.
4309
6ad395a7
JB
43102015-05-08 Joel Brobecker <brobecker@adacore.com>
4311
4312 * dwarf2read.c (attr_to_dynamic_prop)
4313 <DW_AT_data_member_location>: Use read_type_die isntead of
4314 get_die_type.
4315
8344af1e
JB
43162015-05-08 Joel Brobecker <brobecker@adacore.com>
4317
4318 * ada-lang.c (ada_convert_actual): Add handling of formals
4319 passed inside an aligner type.
4320
80b0912b
JB
43212015-05-08 Joel Brobecker <brobecker@adacore.com>
4322
4323 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
4324
df2eb078
SC
43252015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4326
4327 PR python/18291
4328 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
4329 Print xmethod matcher status.
4330
2492f0d0
AA
43312015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4332
4333 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
4334 register in the regcache when treating the PSWM register, and vice
4335 versa.
4336
1c56a84d
GB
43372015-05-07 Gary Benson <gbenson@redhat.com>
4338
4339 * linux-thread-db.c (struct thread_db_info)
4340 <td_ta_map_id2thr_p>: Remove field.
4341 (try_thread_db_load_1): Remove initialization for the above.
4342
74850322
GB
43432015-05-07 Gary Benson <gbenson@redhat.com>
4344
4345 * linux-thread-db.c (struct thread_db_info)
4346 <td_thr_validate_p>: Remove field.
4347 (try_thread_db_load_1): Remove initialization for the above.
4348
e26efa40
JK
43492015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 * compile/compile-object-load.c (compile_object_load): Support
4352 mst_text_gnu_ifunc.
4353
851c9091
JK
43542015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 * compile/compile.c (compile_to_object): Make the cmd_string parameter
4357 const. Use new variables for the const compatibility.
4358 (eval_compile_command): Make the cmd_string parameter const.
4359 * compile/compile.h (eval_compile_command): Make the cmd_string
4360 parameter const.
4361
f218b647
JB
43622015-05-06 Joel Brobecker <brobecker@adacore.com>
4363
4364 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
4365 comment.
4366 * top.c (deprecated_init_ui_hook): Delete.
4367 (gdb_init): Remove handling of deprecated_init_ui_hook.
4368 * interps.c (clear_interpreter_hooks): Remove handling of
4369 deprecated_init_ui_hook.
4370 * main.c (captured_main): Update comment.
4371
b30a0bc3
JB
43722015-05-06 Joel Brobecker <brobecker@adacore.com>
4373
4374 * solib.c (_initialize_solib): Add "info dll" alias creation.
4375 * windows-nat.c (set_windows_aliases): Delete.
4376 (_initialize_windows_nat): Remove deprecated_init_ui_hook
4377 assignment.
4378 * NEWS: Add news entry about "info dll" now being available
4379 on all platforms.
4380
7c512744
JB
43812015-05-05 Joel Brobecker <brobecker@adacore.com>
4382
4383 * ada-lang.c (value_assign_to_component): Reformat and improve
4384 documentation. Remove all trailing spaces.
4385
0fa7fe50
JB
43862015-05-05 Joel Brobecker <brobecker@adacore.com>
4387
4388 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
4389 Stop counting inlined frames as soon as an out-of-line function
4390 is found.
4391
3ea89b92
PMR
43922014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
4393
4394 * dwarf2read.c (inherit_abstract_dies): Skip
4395 DW_TAG_GNU_call_site dies while inheriting children of an
4396 abstract DIE into a scope.
4397 (read_lexical_block_scope): Inherit abstract DIE's for
4398 lexical scopes.
4399
2478d075
JB
44002015-05-05 Joel Brobecker <brobecker@adacore.com>
4401
4402 * ada-valprint.c (val_print_packed_array_elements): Delete
4403 variable "len". Add a type-length check when comparing two
4404 consecutive elements of the array. Use the element's actual
4405 length in call to value_contents_eq.
4406 * ada-lang.c (ada_value_primitive_packed_val): Always return
4407 a value whose type has been resolved.
4408
fc958966
JB
44092015-05-05 Joel Brobecker <brobecker@adacore.com>
4410
4411 * ada-lang.c (ada_value_primitive_packed_val): Recompute
4412 BIT_SIZE and LEN if the size of the resolved type is smaller
4413 than BIT_SIZE * HOST_CHAR_BIT.
4414
ca34b84f
JB
44152015-05-05 Joel Brobecker <brobecker@adacore.com>
4416
4417 * ada-lang.c (ada_value_primitive_packed_val): Use a more
4418 correct address in call to value_at. Adjust call to
4419 value_address accordingly.
4420
62c67f3c
JB
44212015-05-05 Joel Brobecker <brobecker@adacore.com>
4422
4423 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
4424 to print it.
4425
c3345124
JB
44262015-05-05 Joel Brobecker <brobecker@adacore.com>
4427
4428 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
4429 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
4430 pinfo->valaddr.
4431 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
4432 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
4433 (resolve_dynamic_type_internal): Set pinfo.valaddr.
4434 Add handling of addr_stack->valaddr.
4435 (resolve_dynamic_type): Add "valaddr" parameter.
4436 Set pinfo.valaddr field.
4437 * ada-lang.c (ada_discrete_type_high_bound): Update call to
4438 resolve_dynamic_type.
4439 (ada_discrete_type_low_bound): Likewise.
4440 * findvar.c (default_read_var_value): Likewise.
4441 * value.c (value_from_contents_and_address): Likewise.
4442
75ea5859
JB
44432015-05-05 Joel Brobecker <brobecker@adacore.com>
4444
4445 * gdbtypes.c (resolve_dynamic_array): Use
4446 create_array_type_with_stride instead of create_array_type.
4447
0952813b
DD
44482015-04-30 DJ Delorie <dj@redhat.com>
4449
4450 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
4451 rl78_decode_opcode
4452
2ce1cdbf
DE
44532015-04-29 Doug Evans <dje@google.com>
4454
4455 PR python/18285
4456 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
4457 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
4458 EVAL_AVOID_SIDE_EFFECTS for xmethods.
4459 * extension-priv.h (struct extension_language_ops)
4460 <get_xmethod_result_type>: New member.
4461 * extension.c (get_xmethod_result_type): New function.
4462 * extension.h (get_xmethod_result_type): Declare.
4463 * python/py-xmethods.c (get_result_type_method_name): New static
4464 global.
4465 (py_get_result_type_method_name): Ditto.
4466 (gdbpy_get_xmethod_result_type): New function.
4467 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
4468 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
4469 * python/python.c (python_extension_ops): Add
4470 gdbpy_get_xmethod_result_type.
4471 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
4472 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
4473 xmethods.
4474 (value_x_unop): Ditto.
4475 * value.c (result_type_of_xmethod): New function.
4476 * value.h (result_type_of_xmethod): Declare.
4477
998d2a3e
GB
44782015-04-29 Gary Benson <gbenson@redhat.com>
4479
4480 * solib.c (solib_find_1): Allow fd argument to be NULL.
4481 (exec_file_find): Update comment.
4482 (solib_find): Likewise.
4483 * exec.c (exec_file_locate_attach): Use NULL as fd
4484 argument to exec_file_find to avoid having to close
4485 the opened file.
4486 * infrun.c (follow_exec): Likewise.
4487
34f5f757
DE
44882015-04-28 Doug Evans <dje@google.com>
4489
4490 PR python/18299
4491 * python/lib/gdb/printing.py (register_pretty_printer): Handle
4492 name or __name__ attributes. Handle gdb module as first argument.
4493
69b4374a
DE
44942015-04-28 Doug Evans <dje@google.com>
4495
4496 PR python/18089
4497 * python/py-prettyprint.c (print_children): Verify result of children
4498 iterator. Provide better error message.
4499 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
4500 * python/python.c (gdbpy_print_python_errors_p): New function.
4501
5e7cf078
DE
45022015-04-28 Doug Evans <dje@google.com>
4503
4504 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
4505
59fb7612
SS
45062015-04-28 Sasha Smundak <asmundak@google.com>
4507
4508 * NEWS: Mention gdb.Type.optimized_out method.
4509 * python/py-type.c (typy_optimized_out): New function.
4510
cea6e4f1
JB
45112015-04-28 John Baldwin <jhb@FreeBSD.org>
4512
4513 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
4514
24b73f8e
PP
45152015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4516
4517 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
4518 (initialize_utils): Move call of init_page_info() to ...
4519 * top.c (gdb_init): ... here.
4520
a88d0bb3
PP
45212015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4522
4523 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
4524 (tui_sigwinch_handler): Still update our idea of
4525 the terminal's width and height even when TUI is not active.
4526
d6e5e7f7
PP
45272015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4528
4529 * utils.h (set_screen_width_and_height): Declare.
4530 * utils.c (set_screen_width_and_height): Define.
4531 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
4532
ff862be4
GB
45332015-04-28 Gary Benson <gbenson@redhat.com>
4534
4535 * infrun.c (solist.h): New include.
4536 (follow_exec): Use exec_file_find to prefix execd_pathname
4537 with gdb_sysroot.
4538
2eb639cb
PP
45392015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4540
4541 * tui/tui-source.c (tui_set_source_content): Avoid calling
4542 strcpy() when offset is 0.
4543
97206799
PP
45442015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4545
4546 PR gdb/18155
4547 * tui/tui-data.c (tui_free_window): Don't free the locator
4548 window when passed an SRC_WIN or a DISASSEM_WIN.
4549
63ed8182
PP
45502015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4551
4552 * tui/tui-data.h (struct tui_win_element): Forward-declare.
4553 (tui_win_content): Move declaration.
4554 (struct tui_gen_win_info): Give 'content' field the
4555 type tui_win_content.
4556 * tui/tui-data.c (init_content_element): Remove redundant and
4557 erroneous casts.
4558 (tui_add_content_elements): Remove erroneous cast.
4559 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
4560 casts.
4561 (tui_get_begin_asm_address): Likewise.
4562 * tui/tui-regs.c (tui_show_registers): Likewise.
4563 (tui_show_register_group): Likewise.
4564 (tui_display_registers_from): Likewise.
4565 (tui_check_register_values): Likewise.
4566 * tui/tui-source.c (tui_set_source_content): Likewise.
4567 (tui_set_source_content_nil): Likewise.
4568 (tui_source_is_displayed): Likewise.
4569 * tui/tui-stack.c (tui_show_locator_content): Likewise.
4570 (tui_set_locator_fullname): Likewise.
4571 (tui_set_locator_info): Likewise.
4572 (tui_show_frame_info): Likewise.
4573 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
4574 (tui_show_source_line): Likewise.
4575 (tui_horizontal_source_scroll): Likewise.
4576 (tui_update_breakpoint_info): Likewise.
4577 (tui_set_exec_info_content): Likewise.
4578 (tui_show_exec_info_content): Likewise.
4579 (tui_alloc_source_buffer): Likewise.
4580 (tui_line_is_displayed): Likewise.
4581 (tui_addr_is_displayed): Likewise.
4582
d2b41ca0
JB
45832015-04-27 John Baldwin <jhb@FreeBSD.org>
4584
4585 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
4586 event if PL_FLAG_EXEC is set.
4587 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
4588 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
4589 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
4590 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
4591 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
4592
e58e05d6
JB
45932015-04-27 John Baldwin <jhb@FreeBSD.org>
4594
4595 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
4596 [TDP_RFPPWAIT] New variable fbsd_pending_children.
4597 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
4598 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
4599 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
4600 [PT_LWPINFO] (fbsd_wait): New function.
4601 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
4602 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
4603 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
4604 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
4605 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
4606 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
4607 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
4608 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
4609 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
4610 "fbsd_wait".
4611 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
4612 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
4613 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
4614 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
4615 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
4616 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
4617 Set "to_post_attach" to "fbsd_post_attach".
4618
8f60fe01
JB
46192015-04-27 John Baldwin <jhb@FreeBSD.org>
4620
4621 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
4622 (fbsd_find_memory_regions): Mark static.
4623 (fbsd_nat_add_target): New function.
4624 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
4625 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
4626 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
4627 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
4628 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
4629 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
4630
5fbae7d1
GB
46312015-04-27 Gary Benson <gbenson@redhat.com>
4632
4633 * objfiles.c (allocate_objfile): Do not attempt to expand name
4634 if name is a "target:" filename.
4635 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
4636 to load auto-load scripts for objfiles with "target:" filenames.
4637
417c80f9
AA
46382015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4639
4640 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
4641 (enum s390_vector_abi_kind): New enum.
4642 (struct gdbarch_tdep)<vector_abi>: New field.
4643 (s390_effective_inner_type): Add parameter min_size. Stop
4644 unwrapping if the inner type is smaller than min_size.
4645 (s390_function_arg_float): Adjust call to
4646 s390_effective_inner_type.
4647 (s390_function_arg_vector): New function.
4648 (s390_function_arg_integer): Adjust comment.
4649 (struct s390_arg_state)<vr>: New field.
4650 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
4651 arguments according to vector ABI when appropriate.
4652 (s390_push_dummy_call): Initialize the argument state's field
4653 'vr'. Adjust calls to s390_handle_arg.
4654 (s390_register_return_value): Handle vector return values.
4655 (s390_return_value): Apply the "register" return value convention
4656 to a vector when appropriate.
4657 (s390_gdbarch_init): Initialize tdep->vector_abi.
4658 * NEWS: Announce S390 vector ABI support.
4659
4e65a17e
AA
46602015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4661
4662 * s390-linux-tdep.c (s390_return_value_convention): Remove
4663 function. Inline its logic...
4664 (s390_return_value): ...here. Instead, move the handling of the
4665 "register" return value convention...
4666 (s390_register_return_value): ...here. New function.
4667
80f75320
AA
46682015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4669
4670 * s390-linux-tdep.c
4671 (is_float_singleton): Remove function. Move the "singleton" part
4672 of the logic...
4673 (s390_effective_inner_type): ...here. New function.
4674 (is_float_like): Remove function. Inline its logic...
4675 (s390_function_arg_float): ...here.
4676 (is_pointer_like, is_integer_like, is_struct_like): Remove
4677 functions. Inline their logic...
4678 (s390_function_arg_integer): ...here.
4679 (s390_function_arg_pass_by_reference): Remove function.
4680 (extend_simple_arg): Remove function.
4681 (alignment_of): Remove function.
4682 (struct s390_arg_state): New structure.
4683 (s390_handle_arg): New function.
4684 (s390_push_dummy_call): Move parameter placement logic to the new
4685 function s390_handle_arg. Call it for calculating the stack area
4686 sizes first, and again for actually writing the parameters.
4687
6dbc9c04
AA
46882015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4689
4690 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
4691 false if the argument is zero.
4692
9e195661
PMR
46932015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
4694
4695 * ada-lang.c (template_to_static_fixed_type): Return input type
4696 when it is already fixed. Cache the input type itself when not
4697 creating a static fixed copy. Make it explicit that we never
4698 molestate the input type.
4699 * gdbtypes.c (resolve_dynamic_struct): Reset the
4700 TYPE_TARGET_TYPE field for resolved copies.
4701
460efde1
JB
47022015-04-27 Joel Brobecker <brobecker@adacore.com>
4703
4704 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
4705 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
4706 (template_to_static_fixed_type): Call ada_check_typedef only
4707 when necessary.
4708
6faec16b
AB
47092015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4710
4711 * cli/cli-dump.c (srec_dump_command): Add internationalization
4712 mark ups.
4713 (ihex_dump_command): Likewise.
4714 (tekhex_dump_command): Likewise.
4715 (binary_dump_command): Likewise.
4716 (binary_append_command): Likewise.
4717
cf75d6c3
AB
47182015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4719
4720 * cli/cli-dump.c (verilog_cmdlist): New variable.
4721 (dump_verilog_memory): New function.
4722 (dump_verilog_value): New function.
4723 (verilog_dump_command): New function.
4724 (_initialize_cli_dump): Add new commands to support verilog dump
4725 format.
4726 * NEWS: Add entry for "dump verilog".
4727
8cd00c59
PMR
47282015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
4729
4730 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
4731 descriptive type when there is none.
4732
8900d71e
PP
47332015-04-23 Patrick Palka <patrick@parcs.ath.cx>
4734
4735 * tui/tui-win.c (tui_async_resize_screen): Call
4736 rl_resize_terminal().
4737
f16eab5f
JT
47382015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
4739
4740 * windows-nat.c (handle_output_debug_string): Don't change
4741 current_event.dwThreadId.
4742 (get_windows_debug_event): Use thread_id, rather than relying on
4743 current_event.dwThreadId being changed.
4744
68ffc902
JT
47452015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
4746
4747 * windows-nat.c (windows_continue): Report an error if
4748 ContinueDebugEvent() fails.
4749
23942819
JT
47502015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
4751
4752 * windows-nat.c (windows_resume): Fix misspelling in debug output.
4753
e6ad66bd
JT
47542015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
4755
4756 * windows-nat.c (get_windows_debug_event): Replace retval with
4757 thread_id throughout. Update stale comment.
4758
776704b9
JT
47592015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
4760
4761 * windows-nat.c (get_windows_debug_event): Don't use ternary
4762 conditional operator.
4763
8aae4344
PM
47642015-04-21 Pierre Muller <muller@sourceware.org>
4765
4766 PR pascal/17815
4767 p-exp.y (yylex): Reorganize code to return the matched pattern
4768 for a field of this.
4769
819843c7
GB
47702015-04-21 Gary Benson <gbenson@redhat.com>
4771
4772 * common/fileio.h (fileio_to_host_openflags): New declaration.
4773 * common/fileio.c (fcntl.h): New include.
4774 (fileio_to_host_openflags): New function, factored out from...
4775 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
4776 Single use updated.
4777
0bca7f99
KB
47782015-04-21 Kevin Buettner <kevinb@redhat.com>
4779
4780 * rl78-tdep.c (RL78_SP_ADDR): Define.
4781 (opc_reg_to_gdb_regnum): New static function.
4782 (rl78_analyze_prologue): Recognize instructions forming slightly
4783 more interesting prologues.
4784
e771e4be
PMR
47852015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
4786
4787 Revert:
4788 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4789 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
4790 TYPE_CODE_REF types so that they are not considered as dynamic
4791 depending on the referenced type.
4792 (resolve_dynamic_type_internal): Likewise.
4793
ee715b5a
PMR
47942015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
4795
4796 Revert:
4797 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4798 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
4799 "top_level" parameter.
4800 (resolve_dynamic_type_internal): Remove the unused "top_level"
4801 parameter. Update call to is_dynamic_type_internal.
4802 (is_dynamic_type): Update call to is_dynamic_type_internal.
4803 (resolve_dynamic_range): Update call to
4804 resolve_dynamic_type_internal.
4805 (resolve_dynamic_union): Likewise.
4806 (resolve_dynamic_struct): Likewise.
4807 (resolve_dynamic_type): Likewise.
4808
e31d7699
GKB
48092015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
4810
4811 * breakpoint.c (update_dprintf_command_list): Remove duplicated
4812 xmalloc.
4813
d214e5e7
TS
48142015-04-20 Thomas Schwinge <thomas@codesourcery.com>
4815
110f9112
TS
4816 * reply_mig_hack.awk: Robustify parsing.
4817
d214e5e7
TS
4818 * reply_mig_hack.awk: Don't bother to declare an intermediate
4819 function pointer variable.
4820
8f61baf8
DE
48212015-04-17 Doug Evans <dje@google.com>
4822
4823 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
4824 to "exec_displacement" to avoid confusion with inner use of the name.
4825
dbbf180a
YQ
48262015-04-17 Pedro Alves <palves@redhat.com>
4827
4828 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
4829 if HW point of TYPE isn't supported.
4830
059790a0
YQ
48312015-04-17 Yao Qi <yao.qi@linaro.org>
4832 Pedro Alves <palves@redhat.com>
4833
4834 * target.h (target_can_use_hardware_watchpoint): Update comments.
4835 Remove trailing ";".
4836
1b6e6f5c
GB
48372015-04-17 Gary Benson <gbenson@redhat.com>
4838
4839 * remote.c (remote_add_inferior): New argument try_open_exec.
4840 If nonzero, attempt to open the inferior's executable file as
4841 the main executable if no main executable is open already.
4842 All callers updated.
4843 * NEWS: Mention that GDB now supports automatic location and
4844 retrieval of executable + files from remote targets.
4845
c78fa86a
GB
48462015-04-17 Gary Benson <gbenson@redhat.com>
4847
4848 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
4849 * remote.c (PACKET_qXfer_exec_file): Likewise.
4850 (remote_protocol_features): Register the
4851 "qXfer:exec-file:read" feature.
4852 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
4853 (remote_pid_to_exec_file): New function.
4854 (init_remote_ops): Initialize to_pid_to_exec_file.
4855 (_initialize_remote): Register new "set/show remote
4856 pid-to-exec-file-packet" command.
4857 * NEWS: Announce new qXfer:exec-file:read packet.
4858
e0d86d2c
GB
48592015-04-17 Gary Benson <gbenson@redhat.com>
4860
4861 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
4862 New declaration.
4863 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
4864 New function, factored out from...
4865 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
4866
a9a5a3d1
GB
48672015-04-17 Gary Benson <gbenson@redhat.com>
4868
4869 * exec.c (solist.h): New include.
4870 (exec_file_locate_attach): Prefix absolute executable
4871 paths with gdb_sysroot if set.
4872 * NEWS: Mention that executable paths may be prepended
4873 with sysroot.
4874
af1900b0
GB
48752015-04-17 Gary Benson <gbenson@redhat.com>
4876
4877 * solist.h (exec_file_find): New declaration.
4878 * solib.c (solib_find_1): New function, factored out from...
4879 (solib_find): ...here.
4880 (exec_file_find): New function.
4881
a10de604
GB
48822015-04-17 Gary Benson <gbenson@redhat.com>
4883
4884 * gdbcore.h (exec_file_locate_attach): New declaration.
4885 * exec.c (exec_file_locate_attach): New function, factored
4886 out from...
4887 * infcmd.c (attach_command_post_wait): ...here.
4888
92209ddf
MF
48892015-04-17 Mike Frysinger <vapier@gentoo.org>
4890
4891 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
4892
8550d3b3
YQ
48932015-04-16 Yao Qi <yao.qi@linaro.org>
4894
4895 * infrun.c (maybe_software_singlestep): Declare.
4896 (displaced_step_fixup): Call maybe_software_singlestep.
4897
30b3dd9d
DE
48982015-04-15 Doug Evans <dje@google.com>
4899
4900 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
4901
61d96d7e
DE
49022015-04-15 Doug Evans <dje@google.com>
4903
4904 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
4905
40d2f8d6
SM
49062015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * python/lib/gdb/command/unwinders.py: Add parentheses.
4909
6bbbba9b
YQ
49102015-04-15 Yao Qi <yao.qi@linaro.org>
4911
4912 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
4913
2bb2dcab
YQ
49142015-04-15 Yao Qi <yao.qi@linaro.org>
4915
4916 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
4917
41f071ef
YQ
49182015-04-15 Yao Qi <yao.qi@linaro.org>
4919
4920 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4921 dsc->insn_size instead of 4.
4922
326a5c7e
GB
49232015-04-14 Gary Benson <gbenson@redhat.com>
4924
4925 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
4926 * minidebug.c (lzma_stat): Likewise.
4927 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
4928 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
4929
dd177e81
SS
49302015-04-13 Stan Shebs <stanshebs@google.com>
4931
4932 * MAINTAINERS: Update my email address.
4933
97de3545
JB
49342015-04-13 John Baldwin <jhb@FreeBSD.org>
4935
4936 * amd64-tdep.c (amd64_target_description): New function.
4937 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
4938 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
4939 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
4940 x86 extended save area.
4941 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
4942 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
4943 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
4944 (_initialize_amd64fbsd_nat): Set "to_read_description" to
4945 "amd64fbsd_read_description".
4946 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
4947 (amd64fbsd_supply_xstateregset): New function.
4948 (amd64fbsd_collect_xstateregset): New function.
4949 Add "amd64fbsd_xstateregset".
4950 (amd64fbsd_iterate_over_regset_sections): New function.
4951 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
4952 "I386_FBSD_XSAVE_XCR0_OFFSET".
4953 Add "iterate_over_regset_sections" gdbarch method.
4954 Add "core_read_description" gdbarch method.
4955 * i386-tdep.c (i386_target_description): New function.
4956 * i386-tdep.h: Export i386_target_description and tdesc_i386.
4957 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
4958 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
4959 x86 extended save area.
4960 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
4961 * i386bsd-nat.h: Export i386bsd_xsave_len.
4962 * i386fbsd-nat.c (i386fbsd_read_description): New function.
4963 (_initialize_i386fbsd_nat): Set "to_read_description" to
4964 "i386fbsd_read_description".
4965 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
4966 (i386fbsd_core_read_description): New function.
4967 (i386fbsd_supply_xstateregset): New function.
4968 (i386fbsd_collect_xstateregset): New function.
4969 Add "i386fbsd_xstateregset".
4970 (i386fbsd_iterate_over_regset_sections): New function.
4971 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
4972 "I386_FBSD_XSAVE_XCR0_OFFSET".
4973 Add "iterate_over_regset_sections" gdbarch method.
4974 Add "core_read_description" gdbarch method.
4975 * i386fbsd-tdep.h: New file.
4976
4f45d445
JK
49772015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4978
4979 * NEWS (Changes since GDB 7.9): Add removed -xdb.
4980 * breakpoint.c (command_line_is_silent): Remove xdb_commands
4981 conditional.
4982 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
4983 and lb.
4984 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
4985 va.
4986 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
4987 conditional.
4988 * defs.h (xdb_commands): Remove declaration.
4989 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
4990 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
4991 * infcmd.c (run_no_args_command, go_command): Remove.
4992 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
4993 * infrun.c (xdb_handle_command): Remove.
4994 (_initialize_infrun): Remove xdb_commands for lz and z.
4995 * main.c (xdb_commands): Remove variable.
4996 (captured_main): Remove "xdb" from long_options.
4997 (print_gdb_help): Remove --xdb from help.
4998 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
4999 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
5000 * stack.c (backtrace_full_command, args_plus_locals_info)
5001 (current_frame_command): Remove.
5002 (_initialize_stack): Remove xdb_commands for t, T and l.
5003 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
5004 * thread.c (_initialize_thread): Remove xdb_commands condition.
5005 * tui/tui-layout.c (tui_toggle_layout_command)
5006 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
5007 (_initialize_tui_layout): Remove xdb_commands for td and ts.
5008 * tui/tui-regs.c (tui_scroll_regs_forward_command)
5009 (tui_scroll_regs_backward_command): Remove.
5010 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
5011 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
5012 (_initialize_tui_win): Remove xdb_commands for U and w.
5013 * utils.c (pagination_on_command, pagination_off_command): Remove.
5014 (initialize_utils): Remove xdb_commands for am and sm.
5015
cb71640d
PA
50162015-04-10 Pedro Alves <palves@redhat.com>
5017
5018 * infrun.c (displaced_step_fixup): Switch to the event ptid
5019 earlier. If the thread stopped for a watchpoint and the
5020 target/arch has non-continuable watchpoints, cancel the displaced
5021 step.
5022 (resume): Don't start a displaced step if in-line step-over info
5023 is valid.
5024
8f572e5c
PA
50252015-04-10 Pedro Alves <palves@redhat.com>
5026
5027 * infrun.c (displaced_step_in_progress): New function.
5028 (do_target_resume): Advise target to report all signals if
5029 displaced stepping.
5030
8d707a12
PA
50312015-04-10 Pedro Alves <palves@redhat.com>
5032
5033 PR gdb/18216
5034 * infrun.c (process_event_stop_test): Don't assume a step-resume
5035 is set if tp->stepped_breakpoint is true.
5036
ef713951
YQ
50372015-04-10 Yao Qi <yao.qi@linaro.org>
5038
5039 * arm-tdep.c (install_alu_reg): Update comment.
5040 (thumb_copy_alu_reg): Remove local variable rn. Update
5041 debugging message. Use r2 instead of r1 in the modified
5042 instruction.
5043
906d60cf
PA
50442015-04-10 Pedro Alves <palves@redhat.com>
5045
5046 PR gdb/13858
5047 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
5048 linux_displaced_step_location as gdbarch_displaced_step_location
5049 hook.
5050 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
5051 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
5052 * linux-tdep.c (linux_displaced_step_location): New function,
5053 based on ppc_linux_displaced_step_location.
5054 * linux-tdep.h (linux_displaced_step_location): New declaration.
5055 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
5056 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
5057 Delete.
5058 (ppc_linux_init_abi): Install linux_displaced_step_location as
5059 gdbarch_displaced_step_location hook, even without Cell/B.E..
5060 (_initialize_ppc_linux_tdep): Don't install
5061 ppc_linux_inferior_created as inferior_created observer.
5062 * s390-linux-tdep.c (s390_gdbarch_init): Install
5063 linux_displaced_step_location as gdbarch_displaced_step_location
5064 hook.
5065
7823a941
GB
50662015-04-09 Gary Benson <gbenson@redhat.com>
5067
5068 * common/common-remote-fileio.h: Rename to...
5069 * common/fileio.h: ...this. Update all references.
5070 (remote_fileio_to_fio_error): Rename to...
5071 (host_to_fileio_error): ...this.
5072 (remote_fileio_to_be): Rename to...
5073 (host_to_bigendian): ...this. Update all callers.
5074 (remote_fileio_to_fio_uint): Rename to...
5075 (host_to_fileio_uint): ...this. Update all callers.
5076 (remote_fileio_to_fio_time): Rename to...
5077 (host_to_fileio_time): ...this. Update all callers.
5078 (remote_fileio_to_fio_stat): Rename to...
5079 (host_to_fileio_stat): ...this.
5080 Update all references.
5081 * common/common-remote-fileio.c: Rename to...
5082 * common/fileio.c: ...this. Update all references.
5083 (remote_fileio_to_fio_error): Rename to...
5084 (host_to_fileio_error): ...this. Update all callers.
5085 (remote_fileio_mode_to_target): Rename to...
5086 (fileio_mode_pack): ...this. Update all callers.
5087 (remote_fileio_to_fio_mode): Rename to...
5088 (host_to_fileio_mode): ...this. Update all callers.
5089 (remote_fileio_to_fio_ulong): Rename to...
5090 (host_to_fileio_ulong): ...this. Update all callers.
5091 (remote_fileio_to_fio_stat): Rename to...
5092 (host_to_fileio_stat): ...this. Update all callers.
5093
f2983cc3
AW
50942015-04-09 Andy Wingo <wingo@igalia.com>
5095
5096 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
5097 (frame_functions): Bind gdbscm_frame_read_register to
5098 frame-read-register.
5099 * guile/lib/gdb.scm (frame-read-register): Export.
5100
b88bb450
GB
51012015-04-09 Gary Benson <gbenson@redhat.com>
5102
5103 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
5104 New declaration.
5105 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
5106 New function, factored out the named functions below.
5107 * inf-child.c (gdb/fileio.h): Remove include.
5108 (common-remote-fileio.h): New include.
5109 (inf_child_errno_to_fileio_error): Remove function. Update
5110 all callers to use remote_fileio_to_fio_error.
5111 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
5112
2f2680f3
AW
51132015-04-09 Andy Wingo <wingo@igalia.com>
5114
5115 * MAINTAINERS (Write After Approval): Add Andy Wingo.
5116
5a2d4533
L
51172015-04-09 H.J. Lu <hongjiu.lu@intel.com>
5118
5119 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
5120 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
5121 * configure: Regenerated.
5122
421693b0
PA
51232015-04-09 Pedro Alves <palves@redhat.com>
5124
5125 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
5126 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
5127 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
5128 * gnulib/import/Makefile.am: Update.
5129 * gnulib/import/Makefile.in: Update.
5130 * gnulib/import/m4/gnulib-cache.m4: Update.
5131 * gnulib/import/m4/gnulib-comp.m4: Update.
5132 * gnulib/import/m4/strtok_r.m4: New file.
5133 * gnulib/import/strtok_r.c: New file.
5134
f543dc83
PA
51352015-04-09 Pedro Alves <palves@redhat.com>
5136
5137 * gnulib/update-gnulib.sh (aclocal version check): Filter out
5138 "called too early to check prototype".
5139
6d62641c
SDJ
51402015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
5141
5142 PR python/16699
5143 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
5144 use a caching mechanism. Adjust comments and code to reflect
5145 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
5146 (cmdpy_completer_handle_brkchars): Adjust call to
5147 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
5148 (cmdpy_completer): Likewise.
5149
85558555
YQ
51502015-04-08 Yao Qi <yao.qi@linaro.org>
5151
5152 * spu-tdep.c (spu_gdbarch_init): Don't call
5153 set_gdbarch_cannot_step_breakpoint.
5154
d249a14a
SDJ
51552015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
5156
5157 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
5158
8a06aea7
PA
51592015-04-07 Pedro Alves <palves@redhat.com>
5160
5161 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
5162 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
5163 (delete_exited_threads): New declaration.
5164 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
5165 * linux-nat.c (linux_nat_update_thread_list): New function.
5166 (linux_nat_add_target): Install it.
5167 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
5168 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
5169 (delete_exited_threads): New function.
5170
d9b67d9f
PA
51712015-04-07 Pedro Alves <pedro@codesourcery.com>
5172
5173 * infrun.c (resume) <displaced stepping debug output>: Get the
5174 leader thread's regcache, not resume_ptid's.
5175
2c26b84f
DE
51762015-04-06 Doug Evans <xdje42@gmail.com>
5177
5178 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
5179 VAR_DOMAIN.
5180 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
5181 Include symbol domain in debugging output.
5182
7a85168d
PA
51832015-04-06 Pedro Alves <palves@redhat.com>
5184 Bernd Edlinger <bernd.edlinger@hotmail.de>
5185
5186 * configure.ac: Remove the mingw32-specific stub-termcap.o
5187 fallback, and instead fallback to the stub termcap on all hosts.
5188 * configure: Regenerate.
5189 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
5190 symbols.
5191
25755e2b
PMR
51922015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
5193
5194 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
5195 "top_level" parameter.
5196 (resolve_dynamic_type_internal): Remove the unused "top_level"
5197 parameter. Update call to is_dynamic_type_internal.
5198 (is_dynamic_type): Update call to is_dynamic_type_internal.
5199 (resolve_dynamic_range): Update call to
5200 resolve_dynamic_type_internal.
5201 (resolve_dynamic_union): Likewise.
5202 (resolve_dynamic_struct): Likewise.
5203 (resolve_dynamic_type): Likewise.
5204
961f4160
PMR
52052015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
5206
5207 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
5208 TYPE_CODE_REF types so that they are not considered as dynamic
5209 depending on the referenced type.
5210 (resolve_dynamic_type_internal): Likewise.
5211
39f3de7c
L
52122015-04-02 H.J. Lu <hongjiu.lu@intel.com>
5213
5214 * Makefile.in (top_srcdir): New.
5215 * configure: Regenerated.
5216
599bd15c
GB
52172015-04-02 Gary Benson <gbenson@redhat.com>
5218
5219 * NEWS: Announce the new default sysroot of "target:".
5220
fed040c6
GB
52212015-04-02 Gary Benson <gbenson@redhat.com>
5222
5223 * main.c (captured_main): Set gdb_sysroot to "target:"
5224 if not otherwise set.
5225
64c0b5de
GB
52262015-04-02 Gary Benson <gbenson@redhat.com>
5227
5228 * exec.c (exec_file_attach): Support "target:" filenames.
5229
b57fbfba
GB
52302015-04-02 Gary Benson <gbenson@redhat.com>
5231
5232 * solib.c (solib_find): Strip "target:" prefix from sysroot
5233 if accessing local files.
5234
97a41605
GB
52352015-04-02 Gary Benson <gbenson@redhat.com>
5236
5237 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
5238 checks and error messages.
5239
2938e6cf
GB
52402015-04-02 Gary Benson <gbenson@redhat.com>
5241
5242 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
5243 (remote_filename_p): Remove declaration.
5244 (remote_bfd_open): Likewise.
5245 * remote.c (remote_bfd_iovec_open): Remove function.
5246 (remote_bfd_iovec_close): Likewise.
5247 (remote_bfd_iovec_pread): Likewise.
5248 (remote_bfd_iovec_stat): Likewise.
5249 (remote_filename_p): Likewise.
5250 (remote_bfd_open): Likewise.
5251 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
5252 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
5253 (gdb_bfd_open_maybe_remote): Remove function.
5254 (symfile_bfd_open): Replace remote filename check with
5255 target filename check.
5256 (reread_symbols): Use gdb_bfd_open.
5257 * build-id.c (gdbcore.h): New include.
5258 (build_id_to_debug_bfd): Use gdb_bfd_open.
5259 * infcmd.c (attach_command_post_wait): Remove remote filename
5260 check.
5261 * solib.c (solib_find): Replace remote-specific handling with
5262 target-specific handling. Update comments where necessary.
5263 (solib_bfd_open): Replace remote-specific handling with
5264 target-specific handling.
5265 (gdb_sysroot_changed): New function.
5266 (_initialize_solib): Call the above when gdb_sysroot changes.
5267 * windows-tdep.c (gdbcore.h): New include.
5268 (windows_xfer_shared_library): Use gdb_bfd_open.
5269
f08e97fe
GB
52702015-04-02 Gary Benson <gbenson@redhat.com>
5271
5272 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
5273 (is_target_filename): New declaration.
5274 (gdb_bfd_has_target_filename): Likewise.
5275 (gdb_bfd_open): Update documentation comment.
5276 * gdb_bfd.c (target.h): New include.
5277 (gdb/fileio.h): Likewise.
5278 (is_target_filename): New function.
5279 (gdb_bfd_has_target_filename): Likewise.
5280 (fileio_errno_to_host): Likewise.
5281 (gdb_bfd_iovec_fileio_open): Likewise.
5282 (gdb_bfd_iovec_fileio_pread): Likewise.
5283 (gdb_bfd_iovec_fileio_close): Likewise.
5284 (gdb_bfd_iovec_fileio_fstat): Likewise.
5285 (gdb_bfd_open): Use target fileio to access paths prefixed
5286 with "target:" where necessary.
5287
4bd7dc42
GB
52882015-04-02 Gary Benson <gbenson@redhat.com>
5289
5290 * target.h (struct target_ops) <to_filesystem_is_local>:
5291 New field.
5292 (target_filesystem_is_local): New macro.
5293 * target-delegates.c: Regenerate.
5294 * remote.c (remote_filesystem_is_local): New function.
5295 (init_remote_ops): Initialize to_filesystem_is_local.
5296
9b15c1f0
GB
52972015-04-02 Gary Benson <gbenson@redhat.com>
5298
5299 * target.h (struct target_ops) <to_fileio_fstat>: New field.
5300 (target_fileio_fstat): New declaration.
5301 * target.c (target_fileio_fstat): New function.
5302 * inf-child.c (inf_child_fileio_fstat): Likewise.
5303 (inf_child_target): Initialize to_fileio_fstat.
5304 * remote.c (init_remote_ops): Likewise.
5305
d11916aa
SS
53062015-04-01 Sasha Smundak <asmundak@google.com>
5307
5308 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
5309 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
5310 (py-unwind.o): New recipe.
5311 * NEWS: mention Python frame unwinding.
5312 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
5313 gdb/unwinder.py and gdb/command/unwinder.py
5314 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
5315 list.
5316 (execute_unwinders): New function.
5317 * python/lib/gdb/command/unwinders.py: New file.
5318 * python/lib/gdb/unwinder.py: New file.
5319 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
5320 (objfpy_dealloc): Decrement frame_unwinders reference count.
5321 (objfpy_initialize): Create frame_unwinders list.
5322 (objfpy_get_frame_unwinders): New function.
5323 (objfpy_set_frame_unwinders): Ditto.
5324 (objfile_getset): Add frame_unwinders attribute to Objfile.
5325 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
5326 (pspy_dealloc): Decrement frame_unwinders reference count.
5327 (pspy_initialize): Create frame_unwinders list.
5328 (pspy_get_frame_unwinders): New function.
5329 (pspy_set_frame_unwinders): Ditto.
5330 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
5331 * python/py-unwind.c: New file.
5332 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
5333 (objpy_get_frame_unwinders): New prototype.
5334 (gdbpy_initialize_unwind): New prototype.
5335 * python/python.c (gdbpy_apply_type_printers): Call
5336 gdbpy_initialize_unwind.
5337
6b403daa
PA
53382015-04-01 Pedro Alves <palves@redhat.com>
5339
5340 * infrun.c (resume): Check currently_stepping after clearing
5341 stepped_breakpoint, not before.
5342
1176ecec
PA
53432015-04-01 Pedro Alves <palves@redhat.com>
5344
5345 * infrun.c (print_target_wait_results): Print all the ptid
5346 elements.
5347
de1fe8c8
PA
53482015-04-01 Pedro Alves <palves@redhat.com>
5349
5350 * infrun.c (keep_going): Also discard cleanups if inserting
5351 breakpoints fails.
5352
e6f5c25b
PA
53532015-04-01 Pedro Alves <palves@redhat.com>
5354
5355 * infrun.c (wait_for_inferior): Install the
5356 finish_thread_state_cleanup cleanup across the whole function, not
5357 just around handle_inferior_event.
5358
1ac806b8
PA
53592015-04-01 Pedro Alves <palves@redhat.com>
5360
5361 * infrun.c (resume) <step past permanent breakpoint>: Use
5362 do_target_resume.
5363
2ee52aa4
PA
53642015-04-01 Pedro Alves <palves@redhat.com>
5365
5366 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
5367
5445da1b
PMR
53682015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
5369
5370 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
5371
4eec2deb
PA
53722015-04-01 Pedro Alves <palves@redhat.com>
5373
5374 * linux-thread-db.c (record_thread): Readd the thread to gdb's
5375 list if it was marked exited.
5376
afa59b79
L
53772015-04-01 H.J. Lu <hongjiu.lu@intel.com>
5378
5379 * configure: Regenerated.
5380
df8411da
SDJ
53812015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
5382 Jan Kratochvil <jan.kratochvil@redhat.com>
5383 Oleg Nesterov <oleg@redhat.com>
5384
5385 PR corefiles/16092
5386 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
5387 New enum identifying the various options of the coredump_filter
5388 file.
5389 (struct smaps_vmflags): New struct.
5390 (use_coredump_filter): New variable.
5391 (decode_vmflags): New function.
5392 (mapping_is_anonymous_p): Likewise.
5393 (dump_mapping_p): Likewise.
5394 (linux_find_memory_regions_full): New variables
5395 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
5396 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
5397 parsing of its information. Implement memory mapping filtering
5398 based on its contents.
5399 (show_use_coredump_filter): New function.
5400 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
5401 * NEWS: Mention the possibility of using the
5402 '/proc/PID/coredump_filter' file when generating a corefile.
5403 Mention new command 'set use-coredump-filter'.
5404
416f679e
SDJ
54052015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
5406
5407 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
5408 read_memory_unsigned_integer.
5409
711a72d3
L
54102015-03-31 H.J. Lu <hongjiu.lu@intel.com>
5411
5412 * Makefile.in (ZLIB): New.
5413 (ZLIBINC): Likewise.
5414 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
5415 (CLIBS): Add $(ZLIB).
5416 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
5417 Add -lz to LIBS.
5418 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
5419 * top.c (print_gdb_configuration): Remove --with-zlib and
5420 --without-zlib.
5421 * config.in: Regenerated.
5422 * configure: Likewise.
5423
d33279b3
AT
54242015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
5425
5426 * NEWS: Mention info os cpus support.
5427 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
5428 (struct osdata_type): Add cpus entry, reorder the entries in
5429 alphabetical order.
5430
71b30f27
MK
54312015-03-31 Matthias Klose <doko@ubuntu.com>
5432
5433 * compile/compile.c (compile_to_object): Allow triplets with or
5434 without vendor set.
5435
13ce9222
DE
54362015-03-30 Doug Evans <dje@google.com>
5437
5438 PR c++/18141
5439 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
5440 klass in VAR_DOMAIN.
5441
20f796c9
GB
54422015-03-30 Gary Benson <gbenson@redhat.com>
5443
5444 * remote.c (remote_mourn_1): Remove function. Update all callers
5445 to use remote_mourn.
5446 (extended_remote_mourn_1): Remove function. Update all callers
5447 to use extended_remote_mourn.
5448 (extended_remote_attach_1): Remove function. Update all callers
5449 to use extended_remote_attach.
5450
49d45b20
JB
54512015-03-28 James Bowman <james.bowman@ftdichip.com>
5452
5453 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
5454 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
5455 (ALLDEPFILES): Add ft32-tdep.c.
5456 * configure.tgt: Add FT32 entry.
5457 * ft32-tdep.c: New file, FT32 target-dependent code.
5458 * ft32-tdep.h: New file, FT32 target-dependent code.
5459
1c4ff080
JK
54602015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5461
5462 Revert:
5463 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5464 Code cleanup.
5465 * printcmd.c (print_command_1): Move expr variable scope.
5466
79498702
JB
54672015-03-27 Joel Brobecker <brobecker@adacore.com>
5468
5469 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
5470
ce9c0ca1
AK
54712015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
5472
5473 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
5474 sections.
5475
429e1e81
JB
54762015-03-26 Joel Brobecker <brobecker@adacore.com>
5477
5478 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
5479 exception raised while parsing the probe arguments.
5480 Force parsing to be done using the C language parser.
5481 * expression.h (parse_expression_with_language): Declare.
5482 * parse.c (parse_expression_with_language): New function.
5483
4593441b
JT
54842015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
5485
5486 * MAINTAINERS (Write After Approval): Add "Jon Turney".
5487
ff908ebf
AW
54882015-03-26 Andy Wingo <wingo@igalia.com>
5489
5490 PR symtab/18148
5491 * dwarf2read.c (struct partial_die_info): Add has_const_value
5492 member.
5493 (add_partial_symbol): Don't punt on symbols that have const_value
5494 attributes.
5495 (read_partial_die): Detect DW_AT_const_value.
5496
f30d5c78
JK
54972015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 Code cleanup.
5500 * printcmd.c (print_command_1): Move expr variable scope.
5501
8d89f51a
JK
55022015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5503
5504 Code cleanup.
5505 * printcmd.c (validate_format): Make the parameter cmdname const.
5506
0b736949
DB
55072015-03-26 Don Breazeal <donb@codesourcery.com>
5508
5509 * remote.c (_initialize_remote): Update comment.
5510
20d35291
PA
55112015-03-26 Pedro Alves <palves@redhat.com>
5512 Jon TURNEY <jon.turney@dronecode.org.uk>
5513
5514 * coffread.c (coff_symfile_read): When constructing the name of an
5515 import stub symbol from import symbol for amd64, only skip the
5516 char after _imp_ if the target is underscored (like i386) and the
5517 char is indeed the target's leading char.
5518
6a3753b3
PA
55192015-03-25 Pedro Alves <palves@redhat.com>
5520
5521 * target.h <to_async>: Replace 'callback' and 'context' parameters
5522 with boolean 'enable' parameter.
5523 (target_async): Replace CALLBACK and CONTEXT parameters with
5524 boolean ENABLE parameter.
5525 * inf-loop.c (inferior_event_handler): Adjust.
5526 * linux-nat.c (linux_nat_attach, linux_nat_resume)
5527 (linux_nat_resume): Adjust.
5528 (async_client_callback, async_client_context): Delete.
5529 (handle_target_event): Call inferior_event_handler directly.
5530 (linux_nat_async): Replace 'callback' and 'context' parameters
5531 with boolean 'enable' parameter. Adjust. Remove references to
5532 async_client_callback and async_client_context.
5533 (linux_nat_close): Adjust.
5534 * record-btrace.c (record_btrace_async): Replace 'callback' and
5535 'context' parameters with boolean 'enable' parameter. Adjust.
5536 (record_btrace_resume): Adjust.
5537 * record-full.c (record_full_async): Replace 'callback' and
5538 'context' parameters with boolean 'enable' parameter. Adjust.
5539 (record_full_resume, record_full_core_resume): Adjust.
5540 * remote.c (struct remote_state) <async_client_callback,
5541 async_client_context>: Delete fields.
5542 (remote_start_remote, extended_remote_attach_1, remote_resume)
5543 (extended_remote_create_inferior): Adjust.
5544 (remote_async_serial_handler): Call inferior_event_handler
5545 directly.
5546 (remote_async): Replace 'callback' and 'context' parameters with
5547 boolean 'enable' parameter. Adjust.
5548 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
5549 Adjust.
5550 * target-delegates.c: Regenerate.
5551
1c4b552b
GB
55522015-03-25 Gary Benson <gbenson@redhat.com>
5553 Pedro Alves <palves@redhat.com>
5554
5555 * target.c (fileio_ft_t): New typedef, define object vector.
5556 (fileio_fhandles): New static variable.
5557 (is_closed_fileio_fh): New macro.
5558 (lowest_closed_fd): New static variable.
5559 (acquire_fileio_fd): New function.
5560 (release_fileio_fd): Likewise.
5561 (fileio_fd_to_fh): New macro.
5562 (target_fileio_open): Wrap the file descriptor on success.
5563 (target_fileio_pwrite): Updated to use wrapped file descriptor.
5564 (target_fileio_pread): Likewise.
5565 (target_fileio_close): Likewise.
5566
a25d8bf9
PA
55672015-03-24 Pedro Alves <palves@redhat.com>
5568
5569 * thread.c (thread_apply_all_command): Take exited threads into
5570 account.
5571
44a1ee51
PA
55722015-03-24 Pedro Alves <palves@redhat.com>
5573
5574 * infrun.c (resume, proceed): Mention
5575 switch_back_to_stepped_thread, not switch_back_to_stepping.
5576
f3263aa4
PA
55772015-03-24 Pedro Alves <palves@redhat.com>
5578
5579 * infrun.c (user_visible_resume_ptid): Rewrite going from
5580 most-locked to unlocked instead of the opposite. Move comment ...
5581 * infrun.h (user_visible_resume_ptid): ... here.
5582
2bf6fb9d
PA
55832015-03-24 Pedro Alves <palves@redhat.com>
5584
5585 * linux-nat.c (linux_nat_resume): Output debug logs before trying
5586 to resume the event lwp. Use the lwp's ptid instead of the passed
5587 in (maybe wildcard) ptid.
5588 (stop_wait_callback): Tweak debug log output.
5589 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
5590 TRAP_TRACE.
5591 (linux_nat_filter_event): In debug output, distinguish a
5592 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
5593 before trying to resume the lwp.
5594
283a9958
JB
55952015-03-24 Joel Brobecker <brobecker@adacore.com>
5596
5597 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
5598 pointer indirection.
5599 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
5600 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
5601
93a8e227
JB
56022015-03-24 Joel Brobecker <brobecker@adacore.com>
5603
5604 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
5605 Renames DYN_ATTR_DATA_LOCATION.
5606 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
5607 DYN_ATTR_DATA_LOCATION.
5608 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
5609 instead of DYN_ATTR_DATA_LOCATION.
5610
64ce06e4
PA
56112015-03-24 Pedro Alves <palves@redhat.com>
5612
5613 * breakpoint.c (until_break_command): Adjust call to proceed.
5614 * gdbthread.h (struct thread_control_state) <stepping_command>:
5615 New field.
5616 * infcall.c (run_inferior_call): Adjust call to proceed.
5617 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
5618 Adjust calls to proceed.
5619 (set_step_frame): Set the current thread's step_start_function
5620 here.
5621 (step_once): Adjust calls to proceed.
5622 (jump_command, signal_command, until_next_command)
5623 (finish_backward, finish_forward, proceed_after_attach_callback)
5624 (attach_command_post_wait): Adjust calls to proceed.
5625 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
5626 (do_target_resume): New function, factored out from ...
5627 (resume): ... here. Remove 'step' parameter. Instead, check
5628 currently_stepping to determine whether the thread should be
5629 single-stepped.
5630 (proceed): Remove 'step' parameter and don't set the thread's
5631 step_start_function here. Adjust call to 'resume'.
5632 (handle_inferior_event): Adjust calls to 'resume'.
5633 (switch_back_to_stepped_thread): Use do_target_resume instead of
5634 'resume'.
5635 (keep_going): Adjust calls to 'resume'.
5636 * infrun.h (proceed): Remove 'step' parameter.
5637 (resume): Likewise.
5638 * windows-nat.c (do_initial_windows_stuff): Adjust call to
5639 'resume'.
5640 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
5641
856e7dd6
PA
56422015-03-24 Pedro Alves <palves@redhat.com>
5643
5644 * gdbthread.h (struct thread_control_state) <stepping_command>:
5645 New field.
5646 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
5647 the thread's stepping_command field.
5648 * infrun.c (resume): Check the thread's stepping_command flag to
5649 determine which threads should be resumed. Rename 'entry_step'
5650 local to user_step.
5651 (clear_proceed_status_thread): Clear 'stepping_command'.
5652 (schedlock_applies): Change parameter type to struct thread_info
5653 pointer. Adjust.
5654 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
5655 (switch_back_to_stepped_thread): Adjust calls to
5656 'schedlock_applies'.
5657 (_initialize_infrun): Adjust "set scheduler-locking step" help.
5658
885eeb5b
PA
56592015-03-24 Pedro Alves <palves@redhat.com>
5660
5661 * infrun.c (step_start_function): Delete and ...
5662 * gdbthread.h (struct thread_control_state) <step_start_function>:
5663 ... now a field here.
5664 * infrun.c (clear_proceed_status_thread): Clear the thread's
5665 step_start_function.
5666 (proceed, process_event_stop_test, print_stop_event): Adjust.
5667
3333f03a
PA
56682015-03-24 Pedro Alves <palves@redhat.com>
5669
5670 * infrun.c (proceed): No longer handle negative step.
5671
369f6daa
GB
56722015-03-24 Gary Benson <gbenson@redhat.com>
5673
5674 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
5675 (x86_linux_prepare_to_resume): Likewise.
5676 * x86-linux-nat.c (x86_linux_new_thread):
5677 Moved to nat/x86-linux.c.
5678 (x86_linux_prepare_to_resume): Likewise.
5679 * nat/x86-linux.c (x86_linux_new_thread): New function.
5680 (x86_linux_prepare_to_resume): Likewise.
5681
8e5d4070
GB
56822015-03-24 Gary Benson <gbenson@redhat.com>
5683
5684 * nat/x86-linux-dregs.h: New file.
5685 * nat/x86-linux-dregs.c: Likewise.
5686 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
5687 (x86-linux-dregs.o): New rule.
5688 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
5689 * config/i386/linux64.mh (NATDEPFILES): Likewise.
5690 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
5691 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
5692 (x86_linux_dr_get): Likewise.
5693 (x86_linux_dr_set): Likewise.
5694 (x86_linux_dr_get_addr): Likewise.
5695 (x86_linux_dr_get_control): Likewise.
5696 (x86_linux_dr_get_status): Likewise.
5697 (update_debug_registers_callback): Likewise.
5698 (x86_linux_dr_set_control): Likewise.
5699 (x86_linux_dr_set_addr): Likewise.
5700 (x86_linux_update_debug_registers): Likewise.
5701
2b95d440
GB
57022015-03-24 Gary Benson <gbenson@redhat.com>
5703
5704 * x86-linux-nat.c (x86_linux_update_debug_registers):
5705 New function, factored out from...
5706 (x86_linux_prepare_to_resume): ...this.
5707
14b0bc68
GB
57082015-03-24 Gary Benson <gbenson@redhat.com>
5709
5710 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
5711 (x86_linux_dr_set): Likewise.
5712 (x86_linux_dr_get_addr): Likewise.
5713 (x86_linux_dr_get_control): Likewise.
5714 (x86_linux_dr_get_status): Likewise.
5715 (update_debug_registers_callback): Likewise.
5716 (x86_linux_dr_set_control): Likewise.
5717 (x86_linux_dr_set_addr): Likewise.
5718 (x86_linux_prepare_to_resume): Likewise.
5719 (x86_linux_new_thread): Likewise.
5720
5dfe6ca8
GB
57212015-03-24 Gary Benson <gbenson@redhat.com>
5722
5723 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
5724 (x86_linux_new_thread): Rename argument.
5725
4b134ca1
GB
57262015-03-24 Gary Benson <gbenson@redhat.com>
5727
5728 * nat/x86-linux.h: New file.
5729 * nat/x86-linux.c: Likewise.
5730 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
5731 (x86-linux.o): New rule.
5732 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
5733 * config/i386/linux64.mh (NATDEPFILES): Likewise.
5734 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
5735 (lwp_set_arch_private_info): New declaration.
5736 (lwp_arch_private_info): Likewise.
5737 * linux-nat.c (lwp_set_arch_private_info): New function.
5738 (lwp_arch_private_info): Likewise.
5739 * x86-linux-nat.c: Include nat/x86-linux.h.
5740 (arch_lwp_info): Removed structure.
5741 (update_debug_registers_callback):
5742 Use lwp_set_debug_registers_changed.
5743 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
5744 and lwp_set_debug_registers_changed.
5745 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
5746
cff068da
GB
57472015-03-24 Gary Benson <gbenson@redhat.com>
5748
5749 * nat/linux-nat.h (ptid_of_lwp): New declaration.
5750 (lwp_is_stopped): Likewise.
5751 (lwp_stop_reason): Likewise.
5752 * linux-nat.c (ptid_of_lwp): New function.
5753 (lwp_is_stopped): Likewise.
5754 (lwp_is_stopped_by_watchpoint): Likewise.
5755 * x86-linux-nat.c (update_debug_registers_callback):
5756 Use lwp_is_stopped.
5757 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
5758 lwp_stop_reason.
5759
b2f7c7e8
GB
57602015-03-24 Gary Benson <gbenson@redhat.com>
5761
5762 * linux-nat.h (linux_stop_lwp): Move declaration to...
5763 * nat/linux-nat.h (linux_stop_lwp): New declaration.
5764
6d4ee8c6
GB
57652015-03-24 Gary Benson <gbenson@redhat.com>
5766
5767 * linux-nat.h: Include nat/linux-nat.h.
5768 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
5769 * nat/linux-nat.h (struct lwp_info): New forward declaration.
5770 (iterate_over_lwps_ftype): New typedef.
5771 (iterate_over_lwps): New declaration.
5772 * linux-nat.h (iterate_over_lwps): Update comment. Use
5773 iterate_over_lwps_ftype. Update callback return value check.
5774
70a0bb6b
GB
57752015-03-24 Gary Benson <gbenson@redhat.com>
5776
5777 * x86-nat.h (x86_debug_reg_state): Move declaration to...
5778 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
5779
7b669087
GB
57802015-03-24 Gary Benson <gbenson@redhat.com>
5781
5782 * nat/linux-nat.h (current_lwp_ptid): New declaration.
5783 * linux-nat.c (current_lwp_ptid): New function.
5784 * x86-linux-nat.c: Include nat/linux-nat.h.
5785 (x86_linux_dr_get_addr): Use current_lwp_ptid.
5786 (x86_linux_dr_get_control): Likewise.
5787 (x86_linux_dr_get_status): Likewise.
5788 (x86_linux_dr_set_control): Likewise.
5789 (x86_linux_dr_set_addr): Likewise.
5790
15630549
AT
57912015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5792
5793 PR breakpoints/16466
5794 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
5795
8a4506c0
JB
57962015-03-23 Joel Brobecker <brobecker@adacore.com>
5797
5798 * ser-mingw.c (ser_windows_setparity): Fix indentation.
5799 * ser-unix.c (hardwire_setparity): Likewise.
5800
236af5e3
YG
58012015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
5802
5803 * NEWS: Mention set/show serial parity command.
5804 * monitor.c (monitor_open): Call serial_setparity.
5805 * remote.c (remote_open_1): Likewise.
5806 * ser-base.c (ser_base_serparity): New function.
5807 * ser-base.h (ser_base_setparity): Add declaration.
5808 * ser-go32.c (dos_ops): Set "setparity" field.
5809 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
5810 state.Parity.
5811 (ser_windows_setparity): New function.
5812 (hardwire_ops): Add ser_windows_setparity.
5813 (tty_ops): Add NULL for setparity field.
5814 (pipe_ops): Add ser_base_setparity.
5815 (tcp_ops): Likewise.
5816 * ser-pipe.c (pipe_ops): Likewise.
5817 * ser-tcp.c (tcp_ops): Likewise.
5818 * ser-unix.c (hardwire_setparity): Add declaration.
5819 (hardwire_raw): Don't reset PARENB flag.
5820 (hardwire_setparity): New function.
5821 (hardwire_ops): Add hardwire_setparity.
5822 * serial.c (serial_setparity): New function.
5823 (serial_parity): New global.
5824 (parity_none, parity_odd, parity_even, parity_enums, parity):
5825 New static globals.
5826 (set_parity): New function.
5827 (_initialize_serial): Add set/show serial parity commands.
5828 * serial.h (GDBPARITY_NONE): Define.
5829 (GDBPARITY_ODD): Define.
5830 (GDBPARITY_EVEN): Define.
5831 (serial_setparity) Add declaration.
5832 (struct serial_ops): Add setparity field.
5833 * target.h (serial_parity): Add declaration.
5834
32b40af9
KS
58352015-03-23 Keith Seitz <keiths@redhat.com>
5836
5837 * linespec.c (linespec_lexer_lex_keyword): Update comment.
5838
693dca06
KS
58392015-03-23 Keith Seitz <keiths@redhat.com>
5840
5841 * breakpoint.c (parse_breakpoint_sals): Use
5842 linespec_lexer_lex_keyword to ascertain if the user specified
5843 a NULL location.
5844 * linespec.c [IF_KEYWORD_INDEX]: Define.
5845 (linespec_lexer_lex_keyword): Export.
5846 (struct ls_parser) <keyword_ok>: Remove.
5847 A keyword is only a keyword if not followed by another keyword.
5848 (linespec_lexer_lex_one): Remove keyword_ok handling.
5849 Add comment explaining why the parsing stream is not advanced
5850 when a keyword is seen.
5851 (parse_linespec): Remove parser->keyword_ok.
5852 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
5853
7e993ebf
KS
58542015-03-23 Keith Seitz <keiths@redhat.com>
5855
5856 PR gdb/18021
5857 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
5858 if we find a static method with DW_AT_vtable_elem_location.
5859
b1a0f704
EZ
58602015-03-21 Eli Zaretskii <eliz@gnu.org>
5861
5862 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
5863 before the second loop, to avoid undefined behavior. Reported by
5864 Anton Blanchard <anton@samba.org>.
5865
d9823cbb
KB
58662015-03-20 Keven Boell <keven.boell@intel.com>
5867
5868 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
5869 data_location usage to linked list.
5870 (resolve_dynamic_type_internal): Adapt data_location to
5871 linked list.
5872 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
5873 (copy_type_recursive, copy_type): Add copy of linked list.
5874 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
5875 (struct dynamic_prop_list): New struct.
5876 * dwarf2read.c (set_die_type): Set data_location data.
5877
2e7bf1d7
PA
58782015-03-20 Pedro Alves <palves@redhat.com>
5879
5880 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
5881 inner block and make it const.
5882 * machoread.c (get_archive_prefix_len): Make "lparen" const.
5883
7a26bd4d
PA
58842015-03-20 Pedro Alves <palves@redhat.com>
5885
5886 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
5887 * breakpoint.h (set_breakpoint_condition): Update declaration.
5888
cd46431b
PA
58892015-03-20 Pedro Alves <palves@redhat.com>
5890
5891 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
5892
e28566f7
PA
58932015-03-20 Pedro Alves <palves@redhat.com>
5894
5895 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
5896
f6fc92f6
PA
58972015-03-20 Pedro Alves <palves@redhat.com>
5898
5899 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
5900
c32ed3ef
PA
59012015-03-20 Pedro Alves <palves@redhat.com>
5902
5903 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
5904 (nto_init_solib_absolute_prefix): Likewise.
5905
53e78085
PA
59062015-03-20 Pedro Alves <palves@redhat.com>
5907
5908 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
5909 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
5910
bc23328c
JK
59112015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * config/djgpp/README: Remove gdb.hp.
5914
e8ffc436
YQ
59152015-03-20 Yao Qi <yao.qi@linaro.org>
5916
5917 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
5918 set_gdbarch_cannot_step_breakpoint.
5919
23f238d3
PA
59202015-03-19 Pedro Alves <palves@redhat.com>
5921
5922 * linux-nat.c (linux_resume_one_lwp): Rename to ...
5923 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
5924 instead call perror_with_name.
5925 (check_ptrace_stopped_lwp_gone): New function.
5926 (linux_resume_one_lwp): Reimplement as wrapper around
5927 linux_resume_one_lwp_throw that swallows errors if the LWP is
5928 gone.
5929 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
5930 swallows errors if the LWP is gone. Use
5931 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
5932
eb54c8bf
PA
59332015-03-19 Pedro Alves <palves@redhat.com>
5934
5935 * linux-nat.c (status_callback): Return early if the LWP has no
5936 status pending.
5937
b90fc188
PA
59382015-03-19 Pedro Alves <palves@redhat.com>
5939
5940 * linux-nat.c (select_event_lwp_callback): Update comment to no
5941 longer mention SIGTRAP.
5942
670f82d4
TG
59432015-03-18 Tristan Gingold <gingold@adacore.com>
5944
72f4393d
L
5945 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
5946 redirection code to ...
5947 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
5948 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 5949
464b0089
GB
59502015-03-18 Gary Benson <gbenson@redhat.com>
5951
5952 (remote_protocol_features): Remove the "vFile:fstat" feature.
5953 (remote_hostio_fstat): Probe for "vFile:fstat" support.
5954
f68f11b7
YQ
59552015-03-11 Yao Qi <yao.qi@linaro.org>
5956
5957 PR tdep/18107
5958 * aarch64-linux-tdep.c: Include xml-syscall.h
5959 (aarch64_linux_get_syscall_number): New function.
5960 (aarch64_linux_init_abi): Call
5961 set_gdbarch_get_syscall_number.
5962 * syscalls/aarch64-linux.xml: New file.
5963
393bd0c0
YG
59642015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
5965
5966 * ser-base.h (ser_base_setstopbits): Change second argument name
5967 from "rate" to "num".
5968
7f3647e2
GB
59692015-03-17 Gary Benson <gbenson@redhat.com>
5970 Luke Allardyce <lukeallardyce@gmail.com>
5971
5972 PR gdb/18131
5973 * common/common-remote-fileio.h (sys/stat.h): New include.
5974 (stuct stat): Remove forward declaration.
5975
3ce5b6e2
JB
59762015-03-16 John Baldwin <jhb@FreeBSD.org>
5977
5978 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
5979 before writing core register notes.
5980
d053f6be
YZ
59812015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
5982 Pedro Alves <palves@redhat.com>
5983
5984 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
5985 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
5986 (tgoto): Wrap with extern "C".
5987
b1a921c8
PA
59882015-03-16 Pedro Alves <palves@redhat.com>
5989 Yuanhui Zhang <asmwarrior@gmail.com>
5990
5991 * stub-termcap.c (tputs): Change prototype.
5992
876d1cd7
YZ
59932015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
5994 Pedro Alves <palves@redhat.com>
5995
5996 * windows-nat.c (struct thread_info_struct): Rename to ...
5997 (struct windows_thread_info_struct): ... this.
5998 (thread_info): Rename to ...
5999 (windows_thread_info): ... this.
6000 All users updated.
6001
0800b440
JK
60022015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6003 Pedro Alves <palves@redhat.com>
6004
6005 * NEWS: New Removed targets and native configurations.
6006
60072015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
6008
6009 Remove HPUX.
6010 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
6011 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
6012 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
6013 ia64-hpux-tdep.h, solib-ia64-hpux.h.
6014 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
6015 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
6016 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
6017 hppa-hpux-tdep.c.
6018 * config/ia64/hpux.mh: Remove file.
6019 * config/pa/hpux.mh: Remove file.
6020 * configure: Rebuilt.
6021 * configure.ac (dlgetmodinfo, somread.o): Remove.
6022 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
6023 (ia64-*-hpux*): Remove its float format exception.
6024 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
6025 * hppa-hpux-nat.c: Remove file.
6026 * hppa-hpux-tdep.c: Remove file.
6027 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
6028 Move them here from hppa-tdep.h
6029 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
6030 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
6031 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
6032 Move them to hppa-tdep.c.
6033 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
6034 declarations.
6035 * ia64-hpux-nat.c: Remove file.
6036 * ia64-hpux-tdep.c: Remove file.
6037 * ia64-hpux-tdep.h: Remove file.
6038 * inf-ttrace.c: Remove file.
6039 * inf-ttrace.h: Remove file.
6040 * solib-ia64-hpux.c: Remove file.
6041 * solib-ia64-hpux.h: Remove file.
6042 * solib-pa64.c: Remove file.
6043 * solib-pa64.h: Remove file.
6044 * solib-som.c: Remove file.
6045 * solib-som.h: Remove file.
6046 * somread.c: Remove file.
6047
25268153
JB
60482015-03-13 John Baldwin <jhb@FreeBSD.org>
6049
6050 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
6051 * config.in: Regenerate.
6052 * configure: Regenerate.
6053 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 6054 define.
25268153
JB
6055 (fbsd_find_memory_regions): Use kinfo_getvmmap to
6056 enumerate memory regions if present.
6057
773eacf5
JB
60582015-03-13 John Baldwin <jhb@FreeBSD.org>
6059
6060 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
6061 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
6062 expressions.
6063 (i386fbsd_sigtramp_p): Likewise.
6064
01b6bdb0
JB
60652015-03-12 John Baldwin <jhb@FreeBSD.org>
6066
6067 * MAINTAINERS (Write After Approval): Add John Baldwin.
6068
811a659a
GB
60692015-03-12 Gary Benson <gbenson@redhat.com>
6070
6071 * solib.c (_initialize_solib): Make "set/show sysroot" use
6072 add_setshow_optional_filename_cmd so it can be restored to
6073 empty after being set.
6074
10304ef3
SDJ
60752015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
6076
6077 * Makefile.in (SFILES): New source break-catch-syscall.c.
6078 (COMMON_OBS): New object break-catch-syscall.o.
6079 * break-catch-syscall.c: New file.
6080 * breakpoint.c: Remove inclusion of "xml-syscall.h".
6081 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
6082 (struct syscall_catchpoint): Likewise.
6083 (dtor_catch_syscall): Likewise.
6084 (catch_syscall_inferior_data): Likewise.
6085 (struct catch_syscall_inferior_data): Likewise.
6086 (get_catch_syscall_inferior_data): Likewise.
6087 (catch_syscall_inferior_data_cleanup): Likewise.
6088 (insert_catch_syscall): Likewise.
6089 (remove_catch_syscall): Likewise.
6090 (breakpoint_hit_catch_syscall): Likewise.
6091 (print_it_catch_syscall): Likewise.
6092 (print_one_catch_syscall): Likewise.
6093 (print_mention_catch_syscall): Likewise.
6094 (print_recreate_catch_syscall): Likewise.
6095 (catch_syscall_breakpoint_ops): Likewise.
6096 (syscall_catchpoint_p): Likewise.
6097 (create_syscall_event_catchpoint): Likewise.
6098 (catch_syscall_split_args): Likewise.
6099 (catch_syscall_command_1): Likewise.
6100 (is_syscall_catchpoint_enabled): Likewise.
6101 (catch_syscall_enabled): Likewise.
6102 (catching_syscall_number): Likewise.
6103 (catch_syscall_completer): Likewise.
6104 (clear_syscall_counts): Likewise.
6105 (initialize_breakpoint_ops): Move initialization of syscall
6106 catchpoints to break-catch-syscall.c.
6107 (_initialize_breakpoint): Move code related to syscall catchpoints
6108 to break-catch-syscall.c.
6109
badd37ce
SDJ
61102015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
6111
6112 * breakpoint.c (breakpoint_find_if): New function.
6113 * breakpoint.h (breakpoint_find_if): New prototype.
6114
0a93529c
GB
61152015-03-11 Gary Benson <gbenson@redhat.com>
6116
6117 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
6118 * remote-fileio.c (remote_fileio_to_host_uint): New function.
6119 (remote_fileio_to_host_ulong): Likewise.
6120 (remote_fileio_to_host_mode): Likewise.
6121 (remote_fileio_to_host_time): Likewise.
6122 (remote_fileio_to_host_stat): Likewise.
6123 * remote.c (PACKET_vFile_fstat): New enum value.
6124 (remote_protocol_features): Register the "vFile:fstat" feature.
6125 (remote_hostio_fstat): New function.
6126 (remote_bfd_iovec_stat): Use the above.
6127 (_initialize_remote): Register new "set/show remote
6128 hostio-fstat-packet" command.
6129 * symfile.c (separate_debug_file_exists): Update comment.
6130 * NEWS: Announce new vFile:fstat packet.
6131
791c0056
GB
61322015-03-11 Gary Benson <gbenson@redhat.com>
6133
6134 * common/common-remote-fileio.h: New file.
6135 * common/common-remote-fileio.c: Likewise.
6136 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
6137 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
6138 (COMMON_OBS): Add common-remote-fileio.o.
6139 (common-remote-fileio.o): New rule.
6140 * remote-fileio.h (common-remote-fileio.h): New include.
6141 * remote-fileio.c (gdb/fileio.h): Do not include.
6142 (remote_fileio_to_be): Moved to common-remote-fileio.h.
6143 (remote_fileio_to_fio_uint): Likewise.
6144 (remote_fileio_to_fio_time): Likewise.
6145 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
6146 (remote_fileio_to_fio_mode): Likewise.
6147 (remote_fileio_to_fio_ulong): Likewise.
6148 (remote_fileio_to_fio_stat): Likewise.
6149
1390d0ef
AW
61502015-03-11 Andy Wingo <wingo@igalia.com>
6151
6152 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
6153 we were checking the cached type, not the cached dynamic type.
6154
84a4591a
AW
61552015-03-11 Andy Wingo <wingo@igalia.com>
6156
6157 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
6158 other strings, as these are on the GC'd heap, and will be
6159 collected along with the smob.
6160
85642ba0
AW
61612015-03-11 Andy Wingo <wingo@igalia.com>
6162
6163 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
6164 (objfile_functions): Bind gdbscm_objfile_progspace to
6165 objfile-progspace.
6166 * guile/lib/gdb.scm: Add objfile-progspace to exports.
6167
92fab5a6
AW
61682015-03-11 Andy Wingo <wingo@igalia.com>
6169
6170 * guile/guile.c (_initialize_guile): Disable automatic
6171 finalization, if Guile offers us that possibility.
6172 * guile/guile.c (call_initialize_gdb_module):
6173 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
6174 finalizers in appropriate places.
6175 * configure.ac (AC_TRY_LIBGUILE): Add a check for
6176 scm_set_automatic_finalization_enabled.
6177 * configure: Regenerated.
6178
f054145e
AA
61792015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
6180
6181 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
6182 SAL, if possible.
6183
18396193
AA
61842015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
6185
6186 * s390-linux-nat.c (struct arch_lwp_info): New.
6187 (s390_fix_watch_points): Rename to...
6188 (s390_prepare_to_resume): ...this. Skip the PER info update
6189 unless the watch points have changed.
6190 (s390_refresh_per_info, s390_new_thread): New functions.
6191 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
6192 s390_fix_watch_points.
6193 (s390_remove_watchpoint): Likewise.
6194 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
6195 Register s390_prepare_to_resume.
6196
9eb1356e
PA
61972015-03-09 Pedro Alves <palves@redhat.com>
6198
6199 Revert:
6200 2015-03-07 Pedro Alves <palves@redhat.com>
6201 * common/gdb_socket.h: New file.
6202 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
6203 sys/socket.h.
6204 (net_open): Use union gdb_sockaddr_u.
6205
aac331e4
PA
62062015-03-07 Pedro Alves <palves@redhat.com>
6207
6208 * configure.ac (build_warnings): Move -Wmissing-prototypes
6209 -Wdeclaration-after-statement -Wmissing-parameter-type
6210 -Wold-style-declaration -Wold-style-definition to the C-specific
6211 set.
6212 * configure: Regenerate.
6213
366c75fc
PA
62142015-03-07 Pedro Alves <palves@redhat.com>
6215
6216 * common/gdb_socket.h: New file.
6217 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
6218 sys/socket.h.
6219 (net_open): Use union gdb_sockaddr_u.
6220
72df25b2
PA
62212015-03-07 Pedro Alves <palves@redhat.com>
6222
6223 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
6224 (exceptions_state_mc_action_iter)
6225 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
6226 Don't define.
6227 [__cplusplus] (try_scope_depth): New global.
6228 [__cplusplus] (exception_try_scope_entry)
6229 (exception_try_scope_exit, gdb_exception_sliced_copy)
6230 (exception_rethrow): New functions.
6231 (throw_exception): In C++ mode, throw
6232 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
6233 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
6234 (throw_it): In C++ mode, use try_scope_depth.
6235 * common/common-exceptions.h [!__cplusplus]
6236 (exceptions_state_mc_action_iter)
6237 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
6238 Don't declare.
6239 [__cplusplus] (exception_try_scope_entry)
6240 (exception_try_scope_exit, exception_rethrow): Declare.
6241 [__cplusplus] (struct exception_try_scope): New struct.
6242 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
6243 C++ exceptions.
6244 (struct gdb_exception_RETURN_MASK_ALL)
6245 (struct gdb_exception_RETURN_MASK_ERROR)
6246 (struct gdb_exception_RETURN_MASK_QUIT): New types.
6247
284e6217
PA
62482015-03-07 Pedro Alves <palves@redhat.com>
6249
6250 * main.c (handle_command_errors): Remove volatile qualifier from
6251 parameter.
6252
6c63c96a
PA
62532015-03-07 Pedro Alves <palves@redhat.com>
6254
6255 * breakpoint.c (save_breakpoints): Adjust to avoid code between
6256 TRY and CATCH.
6257 * gdbtypes.c (safe_parse_type): Remove empty line.
6258 (types_deeply_equal):
6259 * guile/scm-frame.c (gdbscm_frame_name):
6260 * linux-thread-db.c (find_new_threads_once):
6261 * python/py-breakpoint.c (bppy_get_commands):
6262 * record-btrace.c (record_btrace_insert_breakpoint)
6263 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
6264 (record_btrace_start_replaying): Adjust to avoid code between TRY
6265 and CATCH.
6266
492d29ea
PA
62672015-03-07 Pedro Alves <palves@redhat.com>
6268
6269 * common/common-exceptions.c (struct catcher) <exception>: No
6270 longer a pointer to volatile exception. Now an exception value.
6271 <mask>: Delete field.
6272 (exceptions_state_mc_init): Remove all parameters. Adjust.
6273 (exceptions_state_mc): No longer pop the catcher here.
6274 (exceptions_state_mc_catch): New function.
6275 (throw_exception): Adjust.
6276 * common/common-exceptions.h (exceptions_state_mc_init): Remove
6277 all parameters.
6278 (exceptions_state_mc_catch): Declare.
6279 (TRY_CATCH): Rename to ...
6280 (TRY): ... this. Remove EXCEPTION and MASK parameters.
6281 (CATCH, END_CATCH): New.
6282 All callers adjusted.
6283
ece957c8
TT
62842015-03-07 Tom Tromey <tromey@redhat.com>
6285
6286 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
6287
7556d4a4
PA
62882015-03-07 Pedro Alves <palves@redhat.com>
6289
6290 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
6291 (amd64_epilogue_frame_cache): Normal exception handling code.
6292 * break-catch-throw.c (check_status_exception_catchpoint)
6293 (re_set_exception_catchpoint): Ditto.
6294 * cli/cli-interp.c (safe_execute_command):
6295 * cli/cli-script.c (script_from_file): Ditto.
6296 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
6297 Ditto.
6298 * compile/compile-object-run.c (compile_object_run): Ditto.
6299 * cp-abi.c (baseclass_offset): Ditto.
6300 * cp-valprint.c (cp_print_value): Ditto.
6301 * exceptions.c (catch_exceptions_with_msg):
6302 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
6303 * frame.c (get_frame_address_in_block_if_available): Ditto.
6304 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
6305 (i386_sigtramp_frame_cache): Ditto.
6306 * infcmd.c (post_create_inferior): Ditto.
6307 * linespec.c (parse_linespec, find_linespec_symbols):
6308 * p-valprint.c (pascal_object_print_value): Ditto.
6309 * parse.c (parse_expression_for_completion): Ditto.
6310 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6311 * remote.c (remote_get_noisy_reply): Ditto.
6312 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
6313 * solib-svr4.c (solib_svr4_r_map): Ditto.
6314
f873665f 63152015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
6316
6317 * common/common-utils.h (startswith): New inline function.
6318 All places where this logic was used updated to use the above.
6319
68901c4d
PA
63202015-03-05 Pedro Alves <palves@redhat.com>
6321
6322 PR gdb/18002
6323 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
6324 after reading the breakpoint's shadow memory.
6325
2dcb2b1a
MK
63262015-03-05 Mark Kettenis <kettenis@gnu.org>
6327
6328 * hppabsd-nat.c: Remove file.
6329 * hppaobsd-nat.c: New file.
6330 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
6331 hppaobsd-nat.c.
6332 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
6333 hppaobsd-nat.o.
6334
527a273a
PA
63352015-03-04 Pedro Alves <palves@redhat.com>
6336
6337 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
6338 (target_decr_pc_after_break): Delete declaration.
6339 * target.c (default_target_decr_pc_after_break)
6340 (target_decr_pc_after_break): Delete.
6341 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
6342 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
6343 * linux-thread-db.c (check_event): Likewise.
6344 * infrun.c (adjust_pc_after_break): Likewise.
6345 * darwin-nat.c (cancel_breakpoint): Likewise.
6346 * aix-thread.c (aix_thread_wait): Likewise.
6347 * target-delegates.c: Regenerate.
6348
faf09f01
PA
63492015-03-04 Pedro Alves <palves@redhat.com>
6350
6351 * linux-nat.c (save_sigtrap): Check for breakpoints before
6352 checking watchpoints.
6353 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
6354 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
6355 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
6356 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
6357 (linux_nat_stopped_by_sw_breakpoint)
6358 (linux_nat_supports_stopped_by_sw_breakpoint)
6359 (linux_nat_stopped_by_hw_breakpoint)
6360 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
6361 (linux_nat_wait_1): Don't re-increment the PC if relying on
6362 SIGTRAP's siginfo->si_code.
6363 (linux_nat_add_target): Install new target methods.
6364 * linux-thread-db.c (check_event): Don't account for breakpoint PC
6365 offset if the target already adjusted the PC.
6366 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
6367 (GDB_ARCH_TRAP_BRKPT): New.
6368 (TRAP_HWBKPT): Define if not already defined.
6369
f7e6eed5
PA
63702015-03-04 Pedro Alves <palves@redhat.com>
6371
6372 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
6373 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
6374 Delete field.
6375 <stop_reason>: New field.
6376 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
6377 (packet_set_cmd_state): New function.
6378 (remote_protocol_features): Register the "swbreak" and "hwbreak"
6379 features.
6380 (remote_query_supported): If not disabled with the corresponding
6381 "set remote foo-packet" command, report support for the swbreak
6382 and hwbreak features.
6383 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
6384 field.
6385 <stop_reason>: New field.
6386 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
6387 (remote_wait_as): Adjust.
6388 (remote_stopped_by_sw_breakpoint)
6389 (remote_supports_stopped_by_sw_breakpoint)
6390 (remote_stopped_by_hw_breakpoint)
6391 (remote_supports_stopped_by_hw_breakpoint): New functions.
6392 (remote_stopped_by_watchpoint): New function.
6393 (init_remote_ops): Install them.
6394 (_initialize_remote): Register new "set/show remote
6395 swbreak-feature-packet" and "set/show remote
6396 swbreak-feature-packet" commands.
6397
9e8915c6
PA
63982015-03-04 Pedro Alves <palves@redhat.com>
6399
6400 * btrace.h: Include target/waitstatus.h.
6401 (struct btrace_thread_info) <stop_reason>: New field.
6402 * record-btrace.c (record_btrace_step_thread): Use
6403 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
6404 (record_btrace_decr_pc_after_break): Delete.
6405 (record_btrace_stopped_by_sw_breakpoint)
6406 (record_btrace_supports_stopped_by_sw_breakpoint)
6407 (record_btrace_stopped_by_hw_breakpoint)
6408 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
6409 (init_record_btrace_ops): Install them.
6410 * record-full.c (record_full_hw_watchpoint): Delete and replace
6411 with ...
6412 (record_full_stop_reason): ... this throughout.
6413 (record_full_exec_insn): Adjust.
6414 (record_full_wait_1): Adjust. No longer re-increment the PC.
6415 (record_full_wait_1): Adjust. Use
6416 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
6417 (record_full_stopped_by_watchpoint): Adjust.
6418 (record_full_stopped_by_sw_breakpoint)
6419 (record_full_supports_stopped_by_sw_breakpoint)
6420 (record_full_supports_stopped_by_sw_breakpoint)
6421 (record_full_stopped_by_hw_breakpoint)
6422 (record_full_supports_stopped_by_hw_breakpoint): New functions.
6423 (init_record_full_ops, init_record_full_core_ops): Install them.
6424 * record.c (record_check_stopped_by_breakpoint): New function.
6425 * record.h: Include target/waitstatus.h.
6426 (record_check_stopped_by_breakpoint): New declaration.
6427
15c66dd6
PA
64282015-03-04 Pedro Alves <palves@redhat.com>
6429
6430 enum lwp_stop_reason -> enum target_stop_reason
6431 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
6432 (linux_nat_stopped_by_watchpoint, status_callback)
6433 (linux_nat_wait_1): Adjust.
6434 * linux-nat.h (enum lwp_stop_reason): Delete.
6435 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
6436 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
6437 * target/waitstatus.h (enum target_stop_reason): New.
6438
1cf4d951
PA
64392015-03-04 Pedro Alves <palves@redhat.com>
6440
6441 * breakpoint.c (need_moribund_for_location_type): New function.
6442 (bpstat_stop_status): Don't skipping checking moribund locations
6443 of breakpoint types which the target tell caused a stop.
6444 (program_breakpoint_here_p): New function, factored out from ...
6445 (bp_loc_is_permanent): ... this.
6446 (update_global_location_list): Don't create a moribund location if
6447 the target supports reporting stops of the type of the removed
6448 breakpoint.
6449 * breakpoint.h (program_breakpoint_here_p): New declaration.
6450 * infrun.c (adjust_pc_after_break): Return early if the target has
6451 already adjusted the PC. Add comments.
6452 (handle_signal_stop): If nothing explains a signal, and the target
6453 tells us the stop was caused by a software breakpoint, check if
6454 there's a breakpoint instruction in the memory. If so, adjust the
6455 PC before presenting the stop to the user. Otherwise, ignore the
6456 trap. If nothing explains a signal, and the target tells us the
6457 stop was caused by a hardware breakpoint, ignore the trap.
6458 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
6459 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
6460 to_supports_stopped_by_hw_breakpoint>: New fields.
6461 (target_stopped_by_sw_breakpoint)
6462 (target_supports_stopped_by_sw_breakpoint)
6463 (target_stopped_by_hw_breakpoint)
6464 (target_supports_stopped_by_hw_breakpoint): Define.
6465 * target-delegates.c: Regenerate.
6466
79639e11
PA
64672015-03-04 Pedro Alves <palves@redhat.com>
6468
6469 * infrun.c (follow_fork_inferior): Use the whole of the
6470 inferior_ptid and pending_follow.related_pid ptids instead of
6471 building ptids from the process components. Adjust verbose output
6472 to use target_pid_to_str.
6473 * linux-nat.c (linux_child_follow_fork): Use the whole of the
6474 inferior_ptid and pending_follow.related_pid ptids instead of
6475 building ptids from the process components.
6476
e85e8e5e
MK
64772015-03-04 Mark Kettenis <kettenis@gnu.org>
6478
6479 * inf-ptrace.c [PT_GET_PROCESS_STATE]
6480 (inf_ptrace_insert_fork_catchpoint): New function.
6481 (inf_ptrace_remove_fork_catchpoint): New function.
6482 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
6483
87de11c0
AA
64842015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6485
6486 * s390-linux-tdep.c (s390_register_name): Return empty string
6487 instead of NULL for registers that shouldn't be visible.
6488
d851a69a
AA
64892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6490
6491 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
6492 XML file for 64-bit targets.
6493
b072f6c1
SM
64942015-03-03 Simon Marchi <simon.marchi@ericsson.com>
6495
6496 * target.h (find_default_create_inferior): Remove declaration.
6497 (find_default_attach): Likewise.
6498
c1593e4f
PA
64992015-03-03 Pedro Alves <palves@redhat.com>
6500
6501 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
6502 Use ptid_get_pid to get the overall process id when resuming all
6503 threads.
6504
90ad5e1d
PA
65052015-03-03 Pedro Alves <palves@redhat.com>
6506
6507 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
6508 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
6509 * inf-ptrace.c (get_ptrace_pid): New function.
6510 (inf_ptrace_resume): Use it.
6511 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
6512 to the lower layer.
6513
d68e53f4
MM
65142015-03-03 Markus Metzger <markus.t.metzger@intel.com>
6515
6516 * nat/linux-btrace.c: Include sys/utsname.h.
6517 (linux_determine_kernel_ptr_bits): New.
6518 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
6519 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
6520 ptr_bits.
6521
986b6601
MM
65222015-03-03 Markus Metzger <markus.t.metzger@intel.com>
6523
6524 * btrace.c (ftrace_update_function): Treat return as tailcall for
6525 "_dl_runtime_resolve".
6526
ce0dfbea
MM
65272015-03-03 Markus Metzger <markus.t.metzger@intel.com>
6528
6529 * btrace.h (btrace_function) <lbegin, lend>: Remove.
6530 * btrace.c (ftrace_debug): Do not print the line range.
6531 (ftrace_skip_file, ftrace_update_lines): Remove.
6532 (ftrace_new_function): Remove lbegin and lend initialization.
6533 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
6534 * record-btrace.c (btrace_compute_src_line_range): New.
6535 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
6536
95e50b27
PA
65372015-03-02 Pedro Alves <palves@redhat.com>
6538
6539 * infrun.c (follow_exec): Delete all threads of the process except
6540 the event thread. Extended comments.
6541
00e474c2
JB
65422015-03-02 Joel Brobecker <brobecker@adacore.com>
6543
6544 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
6545
cc7039d3
JB
65462015-03-02 Joel Brobecker <brobecker@adacore.com>
6547
6548 * utils.h: Remove <stdbool.h> #include.
6549 (producer_is_gcc): Change return type to "int".
6550 * utils.c (producer_is_gcc): Change return type to int.
6551 Return 1 instead of true, and 0 instead of false.
6552 Adjust function documentation accordingly.
6553
550bdf96
AA
65542015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
6555
6556 * s390-linux-nat.c (have_regset_vxrs): New static variable.
6557 (s390_linux_fetch_inferior_registers): Handle vector registers, if
6558 present.
6559 (s390_linux_store_inferior_registers): Likewise.
6560 (s390_get_hwcap): Remove function. Embed its logic...
6561 (s390_read_description): ...here. Yield a target description with
6562 vector registers if applicable.
6563 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
6564 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
6565 "features/s390x-tevx-linux64.c".
6566 (struct gdbarch_tdep) <v0_full_regnum>: New field.
6567 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
6568 for "GNU/Linux-specific registers".
6569 (s390_dwarf_reg_r0l): New enum value.
6570 (s390_dwarf_reg_to_regnum): Support vector registers.
6571 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
6572 of GPR lower halves.
6573 (regnum_is_vxr_full): New function.
6574 (s390_register_name): New function.
6575 (s390_pseudo_register_name): Handle v0-v15, which are composed of
6576 f0-f15 and v0l-v15l.
6577 (s390_pseudo_register_type): Likewise.
6578 (s390_pseudo_register_read): Likewise.
6579 (s390_pseudo_register_write): Likewise.
6580 (s390_value_from_register): Account for the fact that values are
6581 placed left-justified in vector registers.
6582 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
6583 the vector reggroup and omit them from the general reggroup.
6584 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
6585 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
6586 (s390_iterate_over_regset_sections): Add iterations for the two
6587 new vector regsets.
6588 (s390_core_read_description): Yield a target description with
6589 vector registers if applicable.
6590 (s390_gdbarch_init): Handle target descriptions with vector
6591 registers. Add "register_name" gdbarch method.
6592 (_initialize_s390_tdep): Call new tdesc initialization functions.
6593 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
6594 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
6595 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
6596 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
6597 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
6598 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
6599 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
6600 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
6601 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
6602 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
6603 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
6604 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
6605 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
6606 (S390_NUM_REGS): Adjust value.
6607 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
6608 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
6609 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
6610 * NEWS: Announce S/390 vector register support.
6611
446899e4
AA
66122015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
6613
6614 * features/s390-tevx-linux64.xml: New file.
6615 * features/s390-vx-linux64.xml: New file.
6616 * features/s390-vx.xml: New file.
6617 * features/s390x-tevx-linux64.xml: New file.
6618 * features/s390x-vx-linux64.xml: New file.
6619 * features/Makefile (WHICH): Add s390-vx-linux64,
6620 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
6621 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
6622 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
6623 macros.
6624 * features/s390-tevx-linux64.c: New generated file.
6625 * features/s390-vx-linux64.c: Likewise.
6626 * features/s390x-tevx-linux64.c: Likewise.
6627 * features/s390x-vx-linux64.c: Likewise.
6628 * regformats/s390-tevx-linux64.dat: Likewise.
6629 * regformats/s390-vx-linux64.dat: Likewise.
6630 * regformats/s390x-tevx-linux64.dat: Likewise.
6631 * regformats/s390x-vx-linux64.dat: Likewise.
6632
b7236fbe
DE
66332015-02-28 Doug Evans <xdje42@gmail.com>
6634
6635 * symtab.h (struct symtab) <next>: Fix comment.
6636
02e62830
SM
66372015-02-27 Simon Marchi <simon.marchi@ericsson.com>
6638
6639 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
6640 python_GdbMethods.
6641
bf36a1e7
PA
66422015-02-27 Pedro Alves <palves@redhat.com>
6643
6644 * dtrace-probe.c (dtrace_probe_ops): Make extern.
6645
ad6aff7d
PA
66462015-02-27 Pedro Alves <palves@redhat.com>
6647
6648 * common/common-exceptions.h (exception_none): Declare.
6649 * common/common-exceptions.c (exception_none): Moved from
6650 exceptions.c.
6651 (exceptions_state_mc_init): Use exception_none.
6652 * exceptions.c (exception_none): Move to
6653 common/common-exceptions.c.
6654 * exceptions.h (exception_none): Move to
6655 common/common-exceptions.h.
6656
97c18565
PA
66572015-02-27 Pedro Alves <palves@redhat.com>
6658
6659 * main.c (catch_command_errors, catch_command_errors_const):
6660 Remove 'mask' argument. Adjust.
6661 (captured_main): Adjust callers.
6662
e992c591
PA
66632015-02-27 Pedro Alves <palves@redhat.com>
6664
6665 * python/python-internal.h: Include "extension-priv.h".
6666
64166036
PA
66672015-02-27 Pedro Alves <palves@redhat.com>
6668
6669 * breakpoint.h (enum print_stop_action): Move further up in the
6670 file.
6671
8a526fa6
PA
66722015-02-27 Pedro Alves <palves@redhat.com>
6673
6674 * gdbarch.sh: Include regcache.h.
6675 * gdbarch.h: Regenerate.
6676
0fa9c223
PA
66772015-02-27 Pedro Alves <palves@redhat.com>
6678
6679 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
6680 Remove duplicate const.
6681 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
6682 duplicate const.
6683
7cf99fb1
PA
66842015-02-27 Pedro Alves <palves@redhat.com>
6685
6686 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
6687 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
6688 * features/feature_to_c.sh: Tag the generated xml_builtin array
6689 with extern const in C++ mode.
6690
1424c16e
TT
66912015-02-27 Tom Tromey <tromey@redhat.com>
6692
6693 * minidebug.c (struct lzma_stream): Rename to ...
6694 (struct gdb_lzma_stream): ... this.
6695 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
6696
10367c7c
PA
66972015-02-27 Pedro Alves <palves@redhat.com>
6698
6699 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
6700 function.
6701 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6702 (mi_cmd_stack_list_variables): Use it.
6703
4180215b
PA
67042015-02-27 Pedro Alves <palves@redhat.com>
6705
6706 * x86-linux-nat.c (u_debugreg_offset): New function.
6707 (x86_linux_dr_get, x86_linux_dr_set): Use it.
6708
2f56f7c3
PA
67092015-02-27 Pedro Alves <palves@redhat.com>
6710
6711 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
6712 declaration.
6713 Include break-common.h.
6714
570dc176
TT
67152015-02-27 Tom Tromey <tromey@redhat.com>
6716 Pedro Alves <palves@redhat.com>
6717
6718 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
6719 local used to iterate over enums.
6720 * completer.c (signal_completer): Likewise.
6721 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
6722 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
6723 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
6724 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
6725 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
6726 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
6727 * tui-wingeneral.c (tui_refresh_all): Likewise.
6728
68c14faa
PA
67292015-02-27 Pedro Alves <palves@redhat.com>
6730
6731 * target.h: Include "infrun.h".
6732
749bab01
PA
67332015-02-27 Pedro Alves <palves@redhat.com>
6734
6735 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
6736
3c14e5a3
PA
67372015-02-27 Pedro Alves <palves@redhat.com>
6738
6739 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
6740 (IPA_SYM): Use it.
6741 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
6742
56000a98
PA
67432015-02-27 Pedro Alves <palves@redhat.com>
6744
6745 * cli-out.c (_rl_erase_entire_line): Move declaration out of
6746 cli_mld_erase_entire_line, and make it extern "C".
6747 * common/common-defs.h (EXTERN_C): New.
6748 * completer.c (_rl_completion_prefix_display_length)
6749 (_rl_print_completions_horizontally, QSFUNC): Move declarations
6750 out of gdb_display_match_list_1.
6751 (_rl_qsort_string_compare): Move declaration out of
6752 gdb_display_match_list_1, and make it extern "C".
6753 * defs.h (re_comp): Use EXTERN_C.
6754 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
6755 and make it extern "C".
6756 (monstartup): Move declaration out of maintenance_set_profile_cmd,
6757 and make it extern "C".
6758 (main): Move declaration out of maintenance_set_profile_cmd.
6759 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
6760 EXTERN_C.
6761
bcabf420
PA
67622015-02-27 Pedro Alves <palves@redhat.com>
6763
6764 * python/python.c (GdbMethods): Rename to ...
6765 (python_GdbMethods): ... this and make extern.
6766 (GdbModuleDef): Rename to ...
6767 (python_GdbModuleDef): ... this and make extern.
6768
928dbe07
PA
67692015-02-27 Pedro Alves <palves@redhat.com>
6770
6771 * record-btrace.c (set_record_btrace_cmdlist)
6772 (show_record_btrace_cmdlist): Remove redefinitions.
6773
52059ffd
TT
67742015-02-27 Tom Tromey <tromey@redhat.com>
6775 Pedro Alves <palves@redhat.com>
6776
6777 * dwarf2-frame.c (enum cfa_how_kind, struct
6778 dwarf2_frame_state_reg_info): Move out of struct
6779 dwarf2_frame_state.
6780 * dwarf2read.c (struct tu_stats): Move out of struct
6781 dwarf2_per_objfile.
6782 (struct file_entry): Move out of struct line_header.
6783 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
6784 typedef_field_list): Move out of struct field_info.
6785 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
6786 Move out of struct dynamic_prop.
6787 (union type_owner, union field_location, struct field, struct
6788 range_bounds, union type_specific): Move out of struct main_type.
6789 (struct fn_fieldlist, struct fn_field, struct typedef_field)
6790 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
6791 (struct call_site_target, union call_site_parameter_u, struct
6792 call_site_parameter): Move out of struct call_site.
6793 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
6794 m32c_prologue.
6795 (enum srcdest_kind): Move out of struct srcdest.
6796 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
6797 * prologue-value.h (enum prologue_value_kind): Move out of struct
6798 prologue_value.
6799 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
6800 gdbarch_tdep.
6801 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
6802 out of struct field_info.
6803 * symfile.h (struct other_sections): Move out of struct
6804 section_addr_info.
6805 * symtab.c (struct symbol_cache_slot): Move out struct
6806 block_symbol_cache.
6807 * target-descriptions.c (enum tdesc_type_kind): Move out of
6808 typedef struct tdesc_type.
6809 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
6810 struct tui_line_or_address.
6811 * value.c (enum internalvar_kind, union internalvar_data): Move
6812 out of struct internalvar.
6813 * xtensa-tdep.h (struct ctype_cache): Move out of struct
6814 gdbarch_tdep.
6815
fe978cb0
PA
68162015-02-27 Tom Tromey <tromey@redhat.com>
6817 Pedro Alves <palves@redhat.com>
6818
6819 Rename symbols whose names are reserved C++ keywords throughout.
6820
3bc3d82a
PA
68212015-02-27 Pedro Alves <palves@redhat.com>
6822
6823 * Makefile.in (COMPILER): New, get it from autoconf.
6824 (COMPILE.pre, CC_LD): Use COMPILER.
6825 (CXX): Get from autoconf instead.
6826 (CXX_FOR_TARGET): Default to g++ instead of gcc.
6827 * acinclude.m4: Include build-with-cxx.m4.
6828 * build-with-cxx.m4: New file.
6829 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
6830 Disable -Werror by default if building in C++ mode.
6831 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
6832 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
6833 Run supported-warning-flags tests with the C++ compiler.
6834 Save/restore CXXFLAGS too.
6835 * configure: Regenerate.
6836
07697489
PA
68372015-02-27 Pedro Alves <palves@redhat.com>
6838
6839 * libiberty.m4: New file.
6840 * acinclude.m4: Include libiberty.m4.
6841 * configure.ac: Call libiberty_INIT.
6842 * config.in, configure: Regenerate.
6843
60abeae4
AA
68442015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
6845
6846 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
6847 31-bit targets, but 64-bit targets as well.
6848 (s390_gnu_triplet_regexp): New function.
6849 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
6850 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
6851 method.
6852
f44466fb 68532015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
6854
6855 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
6856 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
6857 from CONTEXT_DEBUGGER.
6858
0def5aaa
DE
68592015-02-26 Doug Evans <dje@google.com>
6860
6861 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
6862 CHECK_TYPEDEF.
6863 (set_type_vptr_fieldno): Ditto.
6864 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
6865 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
6866
77b64a49
PA
68672015-02-26 Pedro Alves <palves@redhat.com>
6868
6869 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
6870 * complaints.c (vcomplaint): Pass argument FMT directly to
6871 printf-like functions instead of complaint->fmt.
6872 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
6873 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
6874 * compile/compile-loc2c.c (pushf, unary, binary): Add
6875 ATTRIBUTE_PRINTF.
6876 (do_compile_dwarf_expr_to_c): Pass string literal as format string
6877 to pushf.
6878 (BINARY): Pass string literal as format string to 'binary'.
6879 * compile/compile-object-load.c (link_callbacks_einfo): Add
6880 ATTRIBUTE_PRINTF.
6881 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
6882
532f44ed
PA
68832015-02-26 Pedro Alves <palves@redhat.com>
6884
6885 * windows-termcap.c: Rename to ...
6886 * stub-termcap.c: ... this. Adjust header line.
6887 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
6888 windows-termcap.c.
6889 * configure: Regenerate.
6890 * configure.ac: Refer to stub-termcap.o instead of
6891 windows-termcap.o.
6892 * gdb_curses.h: Mention stub-termcap.c instead of
6893 windows-termcap.c.
6894
081a1c2c
JK
68952015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6896
6897 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
6898 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
6899
2f41223f
AT
69002015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
6901
6902 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
6903
80c57053
JK
69042015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6905
6906 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
6907 bfd_canonicalize_symtab.
6908
cf424aef
JB
69092015-02-25 John Baldwin <jhb@FreeBSD.org>
6910
6911 * amd64fbsd-nat.c: Include sys/user.h.
6912 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
6913 instead of KERN_PS_STRINGS to locate the signal trampoline.
6914 * i386fbsd-nat.c: Include sys/user.h.
6915 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
6916 instead of KERN_PS_STRINGS to locate the signal trampoline.
6917 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
6918 (amd64fbsd_sigtramp_p): New.
6919 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
6920 longer set default values.
6921 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
6922 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
6923 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
6924 (i386fbsd_freebsd4_sigtramp_start)
6925 (i386fbsd_freebsd4_sigtramp_middle)
6926 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
6927 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
6928 (i386fbsd_sigtramp_p): New.
6929 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
6930 longer set default values.
6931 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
6932
c5cb74ee
JB
69332015-02-25 John Baldwin <jhb@freebsd.org>
6934
6935 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
6936 get_frame_register instead of frame_unwind_register_unsigned.
6937
17487d85
JK
69382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6939
6940 PR build/18033
6941 * compile/compile-c-support.c (c_compute_program): Change // comment.
6942 * compile/compile-object-load.c (setup_sections): Change // comment.
6943
9357a9e6
JB
69442015-02-26 Joel Brobecker <brobecker@adacore.com>
6945
6946 PR build/18033:
6947 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
6948
1f10ba14
PA
69492015-02-23 Pedro Alves <palves@redhat.com>
6950
6951 * remote.c (skip_to_semicolon): New function.
6952 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
6953 special case the stop reasons that look like hex numbers
6954 upfront. Instead handle real register numbers after matching
6955 all the known stop reasons.
6956
96553a0c
DE
69572015-02-21 Doug Evans <dje@google.com>
6958
6959 PR c++/17976, symtab/17821
6960 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
6961 is_in_anonymous. All callers updated.
6962 (find_symbol_in_baseclass): Ditto.
6963 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
6964 for symbols in an anonymous namespace.
6965 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
6966 DW_AT_name directly.
6967 (dwarf2_name): Convert missing namespace name to
6968 CP_ANONYMOUS_NAMESPACE_STR.
6969
2db9a427
PA
69702015-02-20 Pedro Alves <palves@redhat.com>
6971
6972 * linux-nat.c (linux_handle_extended_wait): Call
6973 thread_db_notice_clone whenever a new clone LWP is detected.
6974 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
6975 functions.
6976 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
6977 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
6978 (linux_unstop_all_lwps): Declare.
6979 * linux-thread-db.c (struct thread_get_info_inout): Delete.
6980 (thread_get_info_callback): Delete.
6981 (thread_from_lwp): Use td_thr_get_info and record_thread.
6982 (thread_db_attach_lwp): Delete.
6983 (thread_db_notice_clone): New function.
6984 (try_thread_db_load_1): If /proc is mounted and shows the
6985 process'es task list, walk over all LWPs and call thread_from_lwp
6986 instead of relying on td_ta_thr_iter.
6987 (attach_thread): Don't call check_thread_signals here. Split the
6988 tail part of the function (which adds the thread to the core GDB
6989 thread list) to ...
6990 (record_thread): ... this function. Call check_thread_signals
6991 here.
6992 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
6993 call thread_from_lwp.
6994 (thread_db_update_thread_list): Rename to ...
6995 (thread_db_update_thread_list_org): ... this.
6996 (thread_db_update_thread_list): New function.
6997 (thread_db_find_thread_from_tid): Delete.
6998 (thread_db_get_ada_task_ptid): Simplify.
6999 * nat/linux-procfs.c: Include <sys/stat.h>.
7000 (linux_proc_task_list_dir_exists): New function.
7001 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
7002
3b27ef47
PA
70032015-02-20 Pedro Alves <palves@redhat.com>
7004
7005 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
7006 main LWP. Handle the case of waitpid returning 0 if we're already
7007 attached to the LWP. Don't set the LWP's last_resume_kind to
7008 resume_stop if we already knew about the LWP.
7009 (linux_nat_filter_event): Add debug logs.
7010
1cc28231
PA
70112015-02-20 Pedro Alves <palves@redhat.com>
7012
7013 * target.h (forward_target_decr_pc_after_break): Delete
7014 declaration.
7015
5c5019c2
PA
70162015-02-20 Pedro Alves <palves@redhat.com>
7017
7018 PR threads/18006
7019 * linux-thread-db.c (thread_get_info_callback): Return early if
7020 the thread's lwp id is -1.
7021
f3978e91
JB
70222015-02-20 Joel Brobecker <brobecker@adacore.com>
7023
7024 GDB 7.9 released.
7025
ffdf88ec
SE
70262015-02-19 Steve Ellcey <sellcey@imgtec.com>
7027
7028 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
7029 (dtrace_get_probes) Change type of variable 'dof'.
7030
c9587f88
AT
70312015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7032
7033 PR breakpoints/16812
7034 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
7035 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
7036 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
7037
53cf2ee0
DT
70382015-02-19 David Taylor <dtaylor@emc.com>
7039
7040 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
7041
acfe0940
PP
70422015-02-18 Patrick Palka <patrick@parcs.ath.cx>
7043
7044 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
7045 function.
7046 (tui_putc): Don't call tui_handle_resize_during_io.
7047 (tui_getc): Likewise.
7048 (tui_mld_getc): Likewise.
7049 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
7050 (tui_sigwinch_token): New static variable.
7051 (tui_initialize_win): Adjust documentation. Set
7052 tui_sigwinch_token.
7053 (tui_async_resize_screen): New asynchronous callback.
7054 (tui_sigwinch_handler): Adjust documentation. Asynchronously
7055 invoke tui_async_resize_screen.
7056
f6a88844
JM
70572015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7058
7059 * configure: Regenerated.
7060 * configure.ac: Use GDB_AC_TRANSFORM.
7061 * Makefile.in (aclocal_m4_deps): Added transform.m4.
7062 * acinclude.m4: sinclude transform.m4.
7063 * transform.m4: New file.
7064 (GDB_AC_TRANSFORM): New macro.
7065
b05e3b0d
JM
70662015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7067
7068 * NEWS: Announce the support for DTrace SDT probes.
7069
c3e3045e
JM
70702015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7071
7072 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
7073 (amd64_dtrace_parse_probe_argument): New function.
7074 (amd64_dtrace_probe_is_enabled): Likewise.
7075 (amd64_dtrace_enable_probe): Likewise.
7076 (amd64_dtrace_disable_probe): Likewise.
7077 (amd64_linux_init_abi): Register the
7078 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
7079 `gdbarch_dtrace_disable_probe' and
7080 `gdbarch_dtrace_probe_is_enabled' hooks.
7081 (amd64_dtrace_disabled_probe_sequence_1): New constant.
7082 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
7083 (amd64_dtrace_enable_probe_sequence): Likewise.
7084 (amd64_dtrace_disable_probe_sequence): Likewise.
7085
d4777acb
JM
70862015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7087
7088 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
7089 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
7090 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
7091 handle ELF files.
7092 * Makefile.in (SFILES): dtrace-probe.c added.
7093 * configure: Regenerate.
7094 * dtrace-probe.c: New file.
7095 (SHT_SUNW_dof): New constant.
7096 (dtrace_probe_type): New enum.
7097 (dtrace_probe_arg): New struct.
7098 (dtrace_probe_arg_s): New typedef.
7099 (struct dtrace_probe_enabler): New struct.
7100 (dtrace_probe_enabler_s): New typedef.
7101 (dtrace_probe): New struct.
7102 (dtrace_probe_is_linespec): New function.
7103 (dtrace_dof_sect_type): New enum.
7104 (dtrace_dof_dofh_ident): Likewise.
7105 (dtrace_dof_encoding): Likewise.
7106 (DTRACE_DOF_ENCODE_LSB): Likewise.
7107 (DTRACE_DOF_ENCODE_MSB): Likewise.
7108 (dtrace_dof_hdr): New struct.
7109 (dtrace_dof_sect): Likewise.
7110 (dtrace_dof_provider): Likewise.
7111 (dtrace_dof_probe): Likewise.
7112 (DOF_UINT): New macro.
7113 (DTRACE_DOF_PTR): Likewise.
7114 (DTRACE_DOF_SECT): Likewise.
7115 (dtrace_process_dof_probe): New function.
7116 (dtrace_process_dof): Likewise.
7117 (dtrace_build_arg_exprs): Likewise.
7118 (dtrace_get_arg): Likewise.
7119 (dtrace_get_probes): Likewise.
7120 (dtrace_get_probe_argument_count): Likewise.
7121 (dtrace_can_evaluate_probe_arguments): Likewise.
7122 (dtrace_evaluate_probe_argument): Likewise.
7123 (dtrace_compile_to_ax): Likewise.
7124 (dtrace_probe_destroy): Likewise.
7125 (dtrace_gen_info_probes_table_header): Likewise.
7126 (dtrace_gen_info_probes_table_values): Likewise.
7127 (dtrace_probe_is_enabled): Likewise.
7128 (dtrace_probe_ops): New variable.
7129 (info_probes_dtrace_command): New function.
7130 (_initialize_dtrace_probe): Likewise.
7131 (dtrace_type_name): Likewise.
7132
8b367e17
JM
71332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7134
7135 * gdbarch.sh (dtrace_parse_probe_argument): New.
7136 (dtrace_probe_is_enabled): Likewise.
7137 (dtrace_enable_probe): Likewise.
7138 (dtrace_disable_probe): Likewise.
7139 * gdbarch.c: Regenerate.
7140 * gdbarch.h: Regenerate.
7141
9aca2ff8
JM
71422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7143
7144 * stap-probe.c (stap_probe_ops): Add NULLs in the static
7145 stap_probe_ops for `enable_probe' and `disable_probe'.
7146 * probe.c (enable_probes_command): New function.
7147 (disable_probes_command): Likewise.
7148 (_initialize_probe): Define the cli commands `enable probe' and
7149 `disable probe'.
7150 (parse_probe_linespec): New function.
7151 (info_probes_for_ops): Use parse_probe_linespec.
7152 * probe.h (probe_ops): New hooks `enable_probe' and
7153 `disable_probe'.
7154
03e98035
JM
71552015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7156
7157 * probe.c (compute_probe_arg): Moved from stap-probe.c
7158 (compile_probe_arg): Likewise.
7159 (probe_funcs): Likewise.
7160 * stap-probe.c (compute_probe_arg): Moved to probe.c.
7161 (compile_probe_arg): Likewise.
7162 (probe_funcs): Likewise.
7163
6f9b8491
JM
71642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7165
7166 * probe.c (print_ui_out_not_applicables): New function.
7167 (exists_probe_with_pops): Likewise.
7168 (info_probes_for_ops): Do not include column headers for probe
7169 types for which no probe has been actually found on any object.
7170 Also invoke `print_ui_out_not_applicables' in order to match the
7171 column rows with the header when probes of several types are
7172 listed.
7173 Print the "Type" column.
7174 * probe.h (probe_ops): Added a new probe operation `type_name'.
7175 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
7176 (stap_type_name): New function.
7177
69efdff1
PP
71782015-02-17 Patrick Palka <patrick@parcs.ath.cx>
7179
7180 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
7181 (key_is_command_char): Delete.
7182
f8e5e23e
PA
71832015-02-17 Pedro Alves <palves@redhat.com>
7184
7185 * tui/tui.c (tui_enable): Resize windows before anything
7186 might show a window.
7187
9f2e0721
MO
71882015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
7189
7190 PR gdb/17984
7191 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
7192 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
7193 call.
7194 * aarch64-tdep.h (tdesc_aarch64): Declare.
7195
171e6b1c
MW
71962015-02-12 Mark Wielaard <mjw@redhat.com>
7197
7198 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
7199
d5ff0482
DE
72002015-02-13 Doug Evans <dje@google.com>
7201
7202 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
7203 anonymous_namespace to is_in_anonymous for consistency with the rest
7204 of the file.
7205 (cp_lookup_bare_symbol): Fix typo in comment.
7206 (cp_search_static_and_baseclasses): Ditto.
7207 (search_symbol_list): Use vertical space in comment better.
7208 (reset_directive_searched): Ditto. Fix typo.
7209 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
7210
9f04ac5f
YQ
72112015-02-13 Yao Qi <yao.qi@arm.com>
7212
7213 * MAINTAINERS: Update my email address.
7214
013d0319
DE
72152015-02-12 Doug Evans <dje@google.com>
7216
b615dd20 7217 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 7218
9a7e538e
DE
72192015-02-12 Doug Evans <dje@google.com>
7220
7221 * completer.c (complete_line): Remove incorrect comment.
7222
e1fcd575
JK
72232015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7224
7225 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
7226 (py_print_frame): Use RETURN_MASK_ERROR.
7227
b99bf4e3
JK
72282015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7229
7230 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
7231 function comment. Wrap all function that can throw in cleanups.
7232 (gdbpy_apply_frame_filter): Wrap all function that can throw in
7233 cleanups.
7234
800eb1ce
JK
72352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7236
7237 * python/py-framefilter.c (py_print_frame): Substitute goto error.
7238 Remove the error label.
7239
34019068
JK
72402015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7241
7242 * python/py-framefilter.c (py_print_frame): Put conditional code paths
7243 with goto first, indent the former else codepath left. Put variable
7244 'elided' to a new inner block.
7245
8d4a54e2
JK
72462015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7247
7248 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
7249
18ad82c1
PA
72502015-02-11 Pedro Alves <palves@redhat.com>
7251
7252 * xcoffread.c (within_function): Delete.
7253
e36122e9
TT
72542015-02-11 Tom Tromey <tromey@redhat.com>
7255 Pedro Alves <palves@redhat.com>
7256
7257 * breakpoint.c (base_breakpoint_ops): Delete.
7258 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
7259 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
7260 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
7261 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
7262 * python/py-arch.c (arch_object_type): Make extern.
7263 * python/py-block.c (block_syms_iterator_object_type): Make extern.
7264 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
7265 * python/py-cmd.c (cmdpy_object_type): Make extern.
7266 * python/py-continueevent.c (continue_event_object_type)
7267 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
7268 parameter. Update all callers.
7269 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
7270 * python/py-exitedevent.c (exited_event_object_type): Make extern.
7271 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
7272 * python/py-function.c (fnpy_object_type): Make extern.
7273 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
7274 * python/py-infevents.c (call_pre_event_object_type)
7275 (inferior_call_post_event_object_type).
7276 (memory_changed_event_object_type): Make extern.
7277 * python/py-infthread.c (thread_object_type): Make extern.
7278 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
7279 * python/py-linetable.c (linetable_entry_object_type)
7280 (linetable_object_type, ltpy_iterator_object_type): Make extern.
7281 * python/py-newobjfileevent.c (new_objfile_event_object_type)
7282 (clear_objfiles_event_object_type): Make extern.
7283 * python/py-objfile.c (objfile_object_type): Make extern.
7284 * python/py-param.c (parmpy_object_type): Make extern.
7285 * python/py-progspace.c (pspace_object_type): Make extern.
7286 * python/py-signalevent.c (signal_event_object_type): Make extern.
7287 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
7288 * python/py-type.c (type_object_type, field_object_type)
7289 (type_iterator_object_type): Make extern.
7290 * python/python.c (python_extension_script_ops)
7291 (python_extension_ops): Make extern.
7292 * stap-probe.c (stap_probe_ops): Make extern.
7293
0703599a
PA
72942015-02-11 Pedro Alves <pedro@codesourcery.com>
7295
7296 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
7297 because the event thread is not the current thread.
7298
eaaf76ab
DE
72992015-02-11 Doug Evans <xdje42@gmail.com>
7300
7301 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
7302 been initialized yet, return NULL.
7303
e7d52ed3
DE
73042015-02-11 Doug Evans <dje@google.com>
7305
7306 * symfile.h (new_symfile_objfile): Delete.
7307 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
7308 All callers updated.
7309
fc6b1256
PP
73102015-02-11 Patrick Palka <patrick@parcs.ath.cx>
7311
7312 * tui/tui-io.c (tui_handle_resize_during_io): Call
7313 tui_update_gdb_sizes() after resizing the screen.
7314 * tui/tui.c (tui_enable): Resize the terminal before
7315 calling tui_update_gdb_sizes().
7316
d9080678
PP
73172015-02-11 Patrick Palka <patrick@parcs.ath.cx>
7318
7319 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
7320 line before printing a newline.
7321
9f615e3a
MW
73222015-02-11 Mark Wielaard <mjw@redhat.com>
7323
7324 * utils.c (producer_is_gcc): Return true or false.
7325
d9080678 73262015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
7327
7328 * utils.h (producer_is_gcc): Change return type to bool. Add major
7329 argument.
7330 * utils.c (producer_is_gcc): Likewise.
7331 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
7332 * dwarf2read.c (check_producer): Likewise.
7333
b052c4fb
PA
73342015-02-10 Pedro Alves <palves@redhat.com>
7335
7336 * infrun.c (displaced_step_fixup): Switch to the event thread
7337 before calling gdbarch_displaced_step_fixup.
7338
3ac240d4
AT
73392015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7340
7341 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
7342
c1cc6152
SM
73432015-02-10 Simon Marchi <simon.marchi@ericsson.com>
7344
7345 * ada-varobj.c (ada_name_of_child): Constify parent.
7346 (ada_path_expr_of_child): Same.
7347 (ada_value_of_child): Same.
7348 (ada_type_of_child): Same.
7349 * c-varobj.c (c_is_path_expr_parent): Same.
7350 (c_describe_child): Same.
7351 (c_name_of_child): Same.
7352 (c_value_of_child): Same.
7353 (c_type_of_child): Same.
7354 (cplus_number_of_children): Same.
7355 (cplus_describe_child): Constify var.
7356 (cplus_name_of_child): Constify parent.
7357 (cplus_value_of_child): Same.
7358 (cplus_type_of_child): Same.
7359 * jv-varobj.c (java_name_of_child): Same.
7360 (java_value_of_child): Same.
7361 (java_type_of_child): Same.
7362 * varobj.c (value_of_child): Same.
7363 (varobj_default_is_path_expr_parent): Constify var, parent and return
7364 value.
7365 (varobj_get_path_expr): Constify var, modify path_expr through
7366 mutable_var.
7367 (install_new_value): Constify parent.
7368 (value_of_child): Constify parent.
7369 * varobj.h (struct varobj): Constify parent.
7370 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
7371 type_of_child.
7372 (varobj_get_path_expr): Constify var.
7373 (varobj_get_path_expr_parent): Constify var and return value.
7374
c1ee9414
LM
73752015-02-10 Luis Machado <lgustavo@codesourcery.com>
7376
7377 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
7378 (arm_prologue_this_id): Move PC and SP limit checks to
7379 arm_prologue_unwind_stop_reason.
7380 (arm_prologue_unwind) <stop_reason> : Set to
7381 arm_prologue_unwind_stop_reason.
7382
f7de9aab
MW
73832015-02-09 Mark Wielaard <mjw@redhat.com>
7384
7385 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
7386 DW_LANG_Fortran08 as language_fortran.
7387
0b24eb2d
SDJ
73882015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
7389
7390 PR remote/17946
7391 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
7392 of pointer against char.
7393
a2c2acaf
MW
73942015-02-09 Mark Wielaard <mjw@redhat.com>
7395
7396 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
7397 (c_type_print_modifier): Likewise.
7398 * dwarf2read.c (read_tag_atomic_type): New function.
7399 (read_type_die_1): Handle DW_TAG_atomic_type.
7400 * gdbtypes.c (make_atomic_type): New function.
7401 (recursive_dump_type): Handle TYPE_ATOMIC.
7402 * gdbtypes.h (enum type_flag_values): Renumber.
7403 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
7404 (TYPE_ATOMIC): New macro.
7405 (make_atomic_type): Declare.
7406
31fd9caa
MM
74072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7408
7409 * btrace.c (ftrace_find_call): Skip gaps.
7410 (ftrace_new_function): Initialize level.
7411 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
7412 (ftrace_new_switch): Update
7413 level computation.
7414 (ftrace_new_gap): New.
7415 (ftrace_update_function): Create new function after gap.
7416 (btrace_compute_ftrace_bts): Create gap on error.
7417 (btrace_stitch_bts): Update parameters. Clear trace if it
7418 becomes empty.
7419 (btrace_stitch_trace): Update parameters. Update callers.
7420 (btrace_clear): Reset the number of gaps.
7421 (btrace_insn_get): Return NULL if the iterator points to a gap.
7422 (btrace_insn_number): Return zero if the iterator points to a gap.
7423 (btrace_insn_end): Allow gaps at the end.
7424 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
7425 (btrace_find_insn_by_number): Assert that the found iterator does
7426 not point to a gap.
7427 (btrace_call_next, btrace_call_prev): Assert that the last function
7428 is not a gap.
7429 * btrace.h (btrace_bts_error): New.
7430 (btrace_function): Update comment.
7431 (btrace_function) <insn, insn_offset, number>: Update comment.
7432 (btrace_function) <errcode>: New.
7433 (btrace_thread_info) <ngaps>: New.
7434 (btrace_thread_info) <replay>: Update comment.
7435 (btrace_insn_get): Update comment.
7436 * record-btrace.c (btrace_ui_out_decode_error): New.
7437 (record_btrace_info): Print number of gaps.
7438 (btrace_insn_history, btrace_call_history): Call
7439 btrace_ui_out_decode_error for gaps.
7440 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
7441
afb778a2
MM
74422015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7443
7444 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
7445 * nat/linux-btrace.c: (btrace_this_cpu): New.
7446 (cpu_supports_bts): Call btrace_this_cpu.
7447 (intel_supports_bts): Add cpu parameter.
7448
7d5c24b3
MM
74492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7450
7451 * btrace.h (btrace_insn_class): New.
7452 (btrace_insn) <size, iclass>: New.
7453 * btrace.c (ftrace_find_call): Update parameters. Update users.
7454 Use instruction classification.
7455 (ftrace_new_return): Update parameters. Update users.
7456 (ftrace_update_function): Update parameters. Update users. Use
7457 instruction classification.
7458 (ftrace_update_insns): Update parameters. Update users.
7459 (ftrace_classify_insn): New.
7460 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
7461 TRY_CATCH around call to gdb_insn_length.
7462
76235df1
MM
74632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7464
7465 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
7466 Update parameters. Update users.
7467
d33501a5
MM
74682015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7469
7470 * btrace.c (parse_xml_btrace_conf_bts): Add size.
7471 (btrace_conf_bts_attributes): New.
7472 (btrace_conf_children): Add attributes.
7473 * common/btrace-common.h (btrace_config_bts): New.
7474 (btrace_config)<bts>: New.
7475 (btrace_config): Update comment.
7476 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
7477 Use config.
7478 * features/btrace-conf.dtd: Increment version. Add size
7479 attribute to bts element.
7480 * record-btrace.c (set_record_btrace_bts_cmdlist,
7481 show_record_btrace_bts_cmdlist): New.
7482 (record_btrace_adjust_size, record_btrace_print_bts_conf,
7483 record_btrace_print_conf, cmd_set_record_btrace_bts,
7484 cmd_show_record_btrace_bts): New.
7485 (record_btrace_info): Call record_btrace_print_conf.
7486 (_initialize_record_btrace): Add commands.
7487 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
7488 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
7489 (btrace_sync_conf): Synchronize bts size.
7490 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
7491 * NEWS: Announce new commands and new packets.
7492
f4abbc16
MM
74932015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7494
7495 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
7496 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
7497 (x86_linux_btrace_conf): New.
7498 (x86_linux_create_target): Initialize to_btrace_conf.
7499 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
7500 Check format. Split into this and ...
7501 (linux_enable_bts): ... this.
7502 (linux_btrace_conf): New.
7503 (perf_event_skip_record): Renamed into ...
7504 (perf_event_skip_bts_record): ... this. Updated users.
7505 (linux_disable_btrace): Split into this and ...
7506 (linux_disable_bts): ... this.
7507 (linux_read_btrace): Check format.
7508 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
7509 (linux_btrace_conf): New.
7510 (btrace_target_info)<ptid>: Moved.
7511 (btrace_target_info)<conf>: New.
7512 (btrace_target_info): Split into this and ...
7513 (btrace_tinfo_bts): ... this. Updated users.
7514 * btrace.c (btrace_enable): Update parameters.
7515 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
7516 (btrace_conf_children, btrace_conf_attributes)
7517 (btrace_conf_elements): New.
7518 * btrace.h (btrace_enable): Update parameters.
7519 (btrace_conf, parse_xml_btrace_conf): New.
7520 * common/btrace-common.h (btrace_config): New.
7521 * feature/btrace-conf.dtd: New.
7522 * record-btrace.c (record_btrace_conf): New.
7523 (record_btrace_cmdlist): New.
7524 (record_btrace_enable_warn, record_btrace_open): Pass
7525 &record_btrace_conf.
7526 (record_btrace_info): Print recording format.
7527 (cmd_record_btrace_bts_start): New.
7528 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
7529 (_initialize_record_btrace): Add "record btrace bts" subcommand.
7530 Add "record bts" alias command.
7531 * remote.c (remote_state)<btrace_config>: New.
7532 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
7533 (remote_protocol_features): Add qXfer:btrace-conf:read.
7534 (remote_open_1): Call remote_btrace_reset.
7535 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
7536 (btrace_target_info)<conf>: New.
7537 (btrace_sync_conf, btrace_read_config): New.
7538 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
7539 btrace_read_conf.
7540 (remote_btrace_conf): New.
7541 (init_remote_ops): Initialize to_btrace_conf.
7542 (_initialize_remote): Add qXfer:btrace-conf packet.
7543 * target.c (target_enable_btrace): Update parameters.
7544 (target_btrace_conf): New.
7545 * target.h (target_enable_btrace): Update parameters.
7546 (target_btrace_conf): New.
7547 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
7548 (target_ops)<to_enable_btrace>: Update parameters and comment.
7549 (target_ops)<to_btrace_conf>: New.
7550 * target-delegates: Regenerate.
7551 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
7552 (target_debug_print_const_struct_btrace_target_info_p): New.
7553 * NEWS: Announce new command and new packet.
7554
aadf7753
MM
75552015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7556
7557 * nat/linux-btrace.h (perf_event_buffer): New.
7558 (btrace_target_info) <buffer, size, data_head>: Replace with ...
7559 <bts>: ... this.
7560 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
7561 (perf_event_buffer_size, perf_event_buffer_begin)
7562 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
7563 Updated users.
7564 (perf_event_new_data): New.
7565
043c3577
MM
75662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7567
7568 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
7569 * record-btrace.c (record_btrace_open): Remove call to
7570 target_supports_btrace.
7571 * remote.c (remote_supports_btrace): Update parameters.
7572 * target.c (target_supports_btrace): Update parameters.
7573 * target.h (to_supports_btrace, target_supports_btrace): Update
7574 parameters.
7575 * target-delegates.c: Regenerate.
7576 * target-debug.h (target_debug_print_enum_btrace_format): New.
7577 * nat/linux-btrace.c
7578 (kernel_supports_btrace): Rename into ...
7579 (kernel_supports_bts): ... this. Update users. Update warning text.
7580 (intel_supports_btrace): Rename into ...
7581 (intel_supports_bts): ... this. Update users.
7582 (cpu_supports_btrace): Rename into ...
7583 (cpu_supports_bts): ... this. Update users.
7584 (linux_supports_btrace): Update parameters. Split into this and ...
7585 (linux_supports_bts): ... this.
7586 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
7587
734b0e4b
MM
75882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7589
7590 * Makefile.in (SFILES): Add common/btrace-common.c.
7591 (COMMON_OBS): Add common/btrace-common.o.
7592 (btrace-common.o): Add build rules.
7593 * btrace.c (parse_xml_btrace): Update parameters.
7594 (parse_xml_btrace_block): Set format field.
7595 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
7596 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
7597 (btrace_compute_ftrace): Split into this and...
7598 (btrace_compute_ftrace_bts): ...this.
7599 (btrace_stitch_trace): Split into this and...
7600 (btrace_stitch_bts): ...this.
7601 * btrace.h (parse_xml_btrace): Update parameters.
7602 (make_cleanup_btrace_data): New.
7603 * common/btrace-common.c: New.
7604 * common/btrace-common.h: Include common-defs.h.
7605 (btrace_block_s): Update comment.
7606 (btrace_format): New.
7607 (btrace_format_string): New.
7608 (btrace_data_bts): New.
7609 (btrace_data): New.
7610 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
7611 * remote.c (remote_read_btrace): Update parameters.
7612 * target.c (target_read_btrace): Update parameters.
7613 * target.h (target_read_btrace): Update parameters.
7614 (target_ops)<to_read_btrace>: Update parameters.
7615 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
7616 * target-delegates.c: Regenerate.
7617 * target-debug (target_debug_print_struct_btrace_data_p): New.
7618 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
7619 (linux_read_bts): ...this.
7620 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
7621
bd2e0e9e
DE
76222015-02-06 Doug Evans <dje@google.com>
7623
7624 * remote-m32r-sdi.c: Include symfile.h.
7625
f176c4b5
DE
76262015-02-06 Doug Evans <dje@google.com>
7627
7628 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
7629 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
7630 to here.
7631
d6c146e9
PA
76322015-02-06 Pedro Alves <palves@redhat.com>
7633
7634 * linux-thread-db.c (find_new_threads_callback): Add debug output.
7635
b9d61307
SM
76362015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7637
7638 PR gdb/15678
7639 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
7640 (enable_count_command): Check args for NULL value.
7641
e9fbd043
DE
76422015-02-05 Doug Evans <xdje42@gmail.com>
7643
7644 * guile/scm-frame.c: Fix spelling errors in a comment.
7645
881d5d5d
JK
76462015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
7649 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
7650 return type.
7651
20ba1ce6
PA
76522015-02-04 Pedro Alves <palves@redhat.com>
7653
7654 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
7655 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
7656 returns true.
7657 (resume_stopped_resumed_lwps): Don't check whether the thread is
7658 marked as executing.
7659 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
7660
f962539a
AA
76612015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7662
7663 * regset.h (struct regset): Add flags field.
7664 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
7665 * corelow.c (get_core_register_section): Add warning if the size
7666 exceeds the requested size and the regset does not have the
7667 REGSET_VARIABLE_SIZE flag set.
7668 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
7669 flag.
7670 * armbsd-tdep.c (armbsd_gregset): Likewise.
7671 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
7672 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
7673 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
7674 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
7675
dde9acd6
AA
76762015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7677
7678 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
7679 For ".reg-xstate", explicitly specify the requested section size
7680 via X86_XSTATE_SIZE instead of just 0 on input and
7681 X86_XSTATE_MAX_SIZE on output.
7682 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
7683 Likewise.
7684
1528345d
AA
76852015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7686
7687 PR corefiles/17808:
7688 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
7689 function type, particularly its SIZE parameter.
7690 * gdbarch.h: Regenerate.
7691 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
7692 actual against required size using ">=" instead of "==".
7693 (amd64_collect_fpregset): Likewise.
7694 * i386-tdep.c (i386_supply_gregset): Likewise.
7695 (i386_collect_gregset): Likewise.
7696 (i386_supply_fpregset): Likewise.
7697 (i386_collect_fpregset): Likewise.
7698 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
7699 (mips_fill_gregset_wrapper): Likewise.
7700 (mips_supply_fpregset_wrapper): Likewise.
7701 (mips_fill_fpregset_wrapper): Likewise.
7702 (mips64_supply_gregset_wrapper): Likewise.
7703 (mips64_fill_gregset_wrapper): Likewise.
7704 (mips64_supply_fpregset_wrapper): Likewise.
7705 (mips64_fill_fpregset_wrapper): Likewise.
7706 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
7707 (am33_supply_fpregset_method): Likewise.
7708 (am33_collect_gregset_method): Likewise.
7709 (am33_collect_fpregset_method): Likewise.
7710
518be979
DE
77112015-02-04 Doug Evans <dje@google.com>
7712 Pedro Alves <palves@redhat.com>
7713 Eli Zaretskii <eliz@gnu.org>
7714
7715 PR tui/17810
7716 * tui/tui-command.c (tui_refresh_cmd_win): New function.
7717 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
7718 * tui/tui-file.c: #include tui/tui-command.h.
7719 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
7720 (tui_file_flush): Refresh command window if stream is gdb_stdout.
7721 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
7722
80bd5fab
PA
77232015-02-04 Pedro Alves <palves@redhat.com>
7724
7725 Fix build breakage.
7726 * event-loop.c (gdb_do_one_event): Add default switch case.
7727
a7606d80
JK
77282015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7729
7730 Filter out inferior gcc option -fpreprocessed.
7731 * compile/compile.c (filter_args): New function.
7732 (get_args): Use it.
7733
70b66289
PA
77342015-02-03 Pedro Alves <palves@redhat.com>
7735
7736 * event-loop.c: Don't declare nor define a queue type for
7737 gdb_event_p.
7738 (event_queue): Delete.
7739 (create_event, create_file_event, gdb_event_xfree)
7740 (initialize_event_loop, process_event): Delete.
7741 (gdb_do_one_event): Return as soon as one event is handled.
7742 (handle_file_event): Change prototype. Used the passed in
7743 file_handler pointer and ready_mask instead of looping over all
7744 file handlers.
7745 (gdb_wait_for_event): Update the poll/select timeouts before
7746 blocking. Run event handlers directly instead of queueing events.
7747 Return as soon as one event is handled.
7748 (struct async_event_handler_data): Delete.
7749 (invoke_async_event_handler): Delete.
7750 (check_async_event_handlers): Change return type to int. Run
7751 event handlers directly instead of queueing events. Return as
7752 soon as one event is handled.
7753 (handle_timer_event): Delete.
7754 (update_wait_timeout): New function, factored out from
7755 poll_timers.
7756 (poll_timers): Reimplement.
7757 * event-loop.h (initialize_event_loop): Delete declaration.
7758 * top.c (gdb_init): Don't call initialize_event_loop.
7759
b7d2e916
PA
77602015-02-03 Pedro Alves <palves@redhat.com>
7761
7762 * event-loop.c (clear_async_event_handler): New function.
7763 * event-loop.h (clear_async_event_handler): New declaration.
7764 * record-btrace.c (record_btrace_async): New function.
7765 (init_record_btrace_ops): Install record_btrace_async.
7766 * record-full.c (record_full_async): New function.
7767 (record_full_resume): Don't mark the async event source here.
7768 (init_record_full_ops): Install record_full_async.
7769 (record_full_core_resume): Don't mark the async event source here.
7770 (init_record_full_core_ops): Install record_full_async.
7771 * remote.c (remote_async): Mark and clear the async stop reply
7772 queue event-loop token as appropriate.
7773
d9d41e78
PA
77742015-02-03 Pedro Alves <palves@redhat.com>
7775
7776 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
7777 target_is_async_p instead of target_can_async.
7778 (linux_nat_wait): Use target_is_async_p instead of
7779 target_can_async. Don't enable async here.
7780 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
7781 target_is_async_p instead of target_can_async.
7782
aa3de267
SM
77832015-02-02 Simon Marchi <simon.marchi@ericsson.com>
7784
7785 * varobj.h (lang_varobj_ops): Mention which return values need
7786 to be freed.
7787
2c811c0f
JB
77882015-02-02 Joel Brobecker <brobecker@adacore.com>
7789
7790 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
7791
b1eedac9
JB
77922015-02-02 Joel Brobecker <brobecker@adacore.com>
7793
7794 PR gdb/17856:
7795 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
7796 results found in the cache.
7797
66c168ae
JB
77982015-02-02 Joel Brobecker <brobecker@adacore.com>
7799
7800 PR gdb/17854:
7801 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
7802 when allocating a new one.
7803
4bdc02b2
TT
78042015-02-01 Tom Tromey <tom@tromey.com>
7805
7806 * MAINTAINERS: Remove myself.
7807
ae6ae975
DE
78082015-01-31 Doug Evans <xdje42@gmail.com>
7809
7810 * dwarf2read.c (process_structure_scope): Update setting of
7811 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
7812 * gdbtypes.c (internal_type_vptr_fieldno): New function.
7813 (set_type_vptr_fieldno): New function.
7814 (internal_type_vptr_basetype): New function.
7815 (set_type_vptr_basetype): New function.
7816 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
7817 TYPE_VPTR_BASETYPE.
7818 (allocate_cplus_struct_type): Initialize vptr_fieldno.
7819 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
7820 (print_cplus_stuff): ... moved here.
7821 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
7822 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
7823 moved to ...
7824 (struct cplus_struct_type): ... here. All uses updated.
7825 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
7826 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
7827 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
7828 * stabsread.c (read_tilde_fields): Update setting of
7829 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
7830
09e2d7c7
DE
78312015-01-31 Doug Evans <xdje42@gmail.com>
7832
7833 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
7834 to self_p.
7835 (cp_print_class_member): Rename local domain to self_type.
7836 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
7837 domain_type to self_type.
7838 (set_die_type) <need_gnat_info>: Handle
7839 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
7840 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
7841 TYPE_SPECIFIC_SELF_TYPE.
7842 * gdbtypes.c (internal_type_self_type): New function.
7843 (set_type_self_type): New function.
7844 (smash_to_memberptr_type): Rename parameter domain to self_type.
7845 Update setting of TYPE_SELF_TYPE.
7846 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
7847 (smash_to_method_type): Rename parameter domain to self_type.
7848 Update setting of TYPE_SELF_TYPE.
7849 (check_stub_method): Call smash_to_method_type.
7850 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
7851 (copy_type_recursive): Ditto.
7852 * gdbtypes.h (enum type_specific_kind): New value
7853 TYPE_SPECIFIC_SELF_TYPE.
7854 (struct main_type) <type_specific>: New member self_type.
7855 (struct cplus_struct_type) <fn_field.type>: Update comment.
7856 (TYPE_SELF_TYPE): Rewrite.
7857 (internal_type_self_type, set_type_self_type): Declare.
7858 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
7859 self_type.
7860 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
7861 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
7862 TYPE_TARGET_TYPE.
7863 * stabsread.c (read_member_functions): Mark methods with
7864 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
7865 TYPE_SELF_TYPE.
7866
4bfb94b8
DE
78672015-01-31 Doug Evans <xdje42@gmail.com>
7868
7869 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
7870 All uses updated.
7871
5f4ce105
DE
78722015-01-31 Doug Evans <xdje42@gmail.com>
7873
7874 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
7875 or unions. Return zero if union.
7876 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
7877 (gnuv3_rtti_type): Pass already-check_typedef'd value to
7878 gnuv3_get_vtable.
7879 (compute_vtable_size): Assert only passed structs.
7880 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
7881
f6b3afbf
DE
78822015-01-31 Doug Evans <xdje42@gmail.com>
7883
7884 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
7885 kinds.
7886
cfb069a8
GB
78872015-01-31 Gary Benson <gbenson@redhat.com>
7888 Doug Evans <dje@google.com>
7889
7890 PR cli/9007
7891 PR cli/11920
7892 PR cli/15548
7893 * cli/cli-cmds.c (complete_command): Notify user if max-completions
7894 reached.
7895 * common/common-exceptions.h (enum errors)
7896 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
7897 * completer.h (get_max_completions_reached_message): New declaration.
7898 (max_completions): Likewise.
7899 (completion_tracker_t): New typedef.
7900 (new_completion_tracker): New declaration.
7901 (make_cleanup_free_completion_tracker): Likewise.
7902 (maybe_add_completion_enum): New enum.
7903 (maybe_add_completion): New declaration.
7904 (throw_max_completions_reached_error): Likewise.
7905 * completer.c (max_completions): New global variable.
7906 (new_completion_tracker): New function.
7907 (free_completion_tracker): Likewise.
7908 (make_cleanup_free_completion_tracker): Likewise.
7909 (maybe_add_completions): Likewise.
7910 (throw_max_completions_reached_error): Likewise.
7911 (complete_line): Remove duplicates and limit result to max_completions
7912 entries.
7913 (get_max_completions_reached_message): New function.
7914 (gdb_display_match_list): Handle max_completions.
7915 (_initialize_completer): New declaration and function.
7916 * symtab.c: Include completer.h.
7917 (completion_tracker): New static variable.
7918 (completion_list_add_name): Call maybe_add_completion.
7919 (default_make_symbol_completion_list_break_on_1): Renamed from
7920 default_make_symbol_completion_list_break_on. Maintain
7921 completion_tracker across calls to completion_list_add_name.
7922 (default_make_symbol_completion_list_break_on): New function.
7923 * top.c (init_main): Set rl_completion_display_matches_hook.
7924 * tui/tui-io.c: Include completer.h.
7925 (tui_old_rl_display_matches_hook): New static global.
7926 (tui_rl_display_match_list): Notify user if max-completions reached.
7927 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
7928 * NEWS (New Options): Mention set/show max-completions.
7929
e11c72c7
GB
79302015-01-31 Gary Benson <gbenson@redhat.com>
7931
7932 * symtab.c (struct add_name_data) <code>: New field.
7933 Updated comments.
7934 (add_symtab_completions): New function.
7935 (symtab_expansion_callback): Likewise.
7936 (default_make_symbol_completion_list_break_on): Set datum.code.
7937 Move minimal symbol scan before calling expand_symtabs_matching.
7938 Scan known primary symtabs for externs and statics before calling
7939 expand_symtabs_matching. Pass symtab_expansion_callback as
7940 expansion_notify argument to expand_symtabs_matching. Do not scan
7941 primary symtabs for externs and statics after calling
7942 expand_symtabs_matching.
7943
276d885b
GB
79442015-01-31 Gary Benson <gbenson@redhat.com>
7945
7946 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
7947 (struct quick_symbol_functions) <expand_symtabs_matching>:
7948 New argument expansion_notify. All uses updated.
7949 (expand_symtabs_matching): New argument expansion_notify.
7950 All uses updated.
7951 * symfile-debug.c (debug_qf_expand_symtabs_matching):
7952 Also print expansion notify.
7953 * symtab.c (expand_symtabs_matching_via_partial): Call
7954 expansion_notify whenever a partial symbol table is expanded.
7955 * dwarf2read.c (dw2_expand_symtabs_matching): Call
7956 expansion_notify whenever a symbol table is instantiated.
7957
82083d6d
DE
79582015-01-31 Doug Evans <xdje42@gmail.com>
7959
7960 * cli-out.c: #include completer.h, readline/readline.h.
7961 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
7962 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
7963 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
7964 * cli-out.h (cli_display_match_list): Declare.
7965 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
7966 (ELLIPSIS_LEN): Ditto.
7967 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
7968 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
7969 (gdb_fnprint, gdb_print_filename): Ditto.
7970 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
7971 (gdb_display_match_list): Ditto.
7972 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
7973 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
7974 (mld_beep_ftype, mld_read_key_ftype): Ditto.
7975 (match_list_displayer): New struct.
7976 (gdb_display_match_list): Declare.
7977 * top.c (init_main): Set rl_completion_display_matches_hook.
7978 * tui/tui-io.c: #include completer.h.
7979 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
7980 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
7981 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
7982 (tui_mld_getc, tui_mld_read_key): Ditto.
7983 (tui_rl_display_match_list): Rewrite.
7984 (tui_handle_resize_during_io): New arg for_completion. All callers
7985 updated.
7986
f57d2163
DE
79872015-01-31 Doug Evans <xdje42@gmail.com>
7988
7989 Add symbol lookup cache.
7990 * NEWS: Document new options and commands.
7991 * symtab.c (symbol_cache_key): New static global.
7992 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
7993 (SYMBOL_LOOKUP_FAILED): New macro.
7994 (symbol_cache_slot_state): New enum.
7995 (block_symbol_cache): New struct.
7996 (symbol_cache): New struct.
7997 (new_symbol_cache_size, symbol_cache_size): New static globals.
7998 (hash_symbol_entry, eq_symbol_entry): New functions.
7999 (symbol_cache_byte_size, resize_symbol_cache): New functions.
8000 (make_symbol_cache, free_symbol_cache): New functions.
8001 (get_symbol_cache, symbol_cache_cleanup): New function.
8002 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
8003 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
8004 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
8005 (symbol_cache_flush, symbol_cache_dump): New functions.
8006 (maintenance_print_symbol_cache): New function.
8007 (maintenance_flush_symbol_cache): New function.
8008 (symbol_cache_stats): New function.
8009 (maintenance_print_symbol_cache_statistics): New function.
8010 (symtab_new_objfile_observer): New function.
8011 (symtab_free_objfile_observer): New function.
8012 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
8013 (_initialize_symtab): Init symbol_cache_key. New parameter
8014 maint symbol-cache-size. New maint commands print symbol-cache,
8015 print symbol-cache-statistics, flush-symbol-cache.
8016 Install new_objfile, free_objfile observers.
8017
e700d1b2
JB
80182015-01-31 Joel Brobecker <brobecker@adacore.com>
8019
8020 PR symtab/17855
8021 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
8022 to end.
8023
9f050062
DE
80242015-01-31 Doug Evans <xdje42@gmail.com>
8025
8026 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
8027 * auto-load.c: #include ctype.h.
8028 (struct auto_load_pspace_info): Replace member loaded_scripts with
8029 new members loaded_script_files, loaded_script_texts.
8030 (auto_load_pspace_data_cleanup): Update.
8031 (init_loaded_scripts_info): Update.
8032 (get_auto_load_pspace_data_for_loading): Update.
8033 (maybe_add_script_file): Renamed from maybe_add_script. All callers
8034 updated.
8035 (maybe_add_script_text): New function.
8036 (clear_section_scripts): Update.
8037 (source_script_file, execute_script_contents): New functions.
8038 (source_section_scripts): Add support for
8039 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
8040 (print_scripts): New function.
8041 (auto_load_info_scripts): Also print inlined scripts.
8042 (maybe_print_unsupported_script_warning): Renamed from
8043 unsupported_script_warning_print. All callers updated.
8044 (maybe_print_script_not_found_warning): Renamed from
8045 script_not_found_warning_print. All callers updated.
8046 * extension-priv.h (struct extension_language_script_ops): New member
8047 objfile_script_executor.
8048 * extension.c (ext_lang_objfile_script_executor): New function.
8049 * extension.h (objfile_script_executor_func): New typedef.
8050 (ext_lang_objfile_script_executor): Declare.
8051 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
8052 * guile/guile.c (guile_extension_script_ops): Update.
8053 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
8054 * python/python.c (python_extension_script_ops): Update.
8055 (gdbpy_execute_objfile_script): New function.
8056
312809f8
EZ
80572015-01-31 Eli Zaretskii <eliz@gnu.org>
8058
8059 * tui/tui-io.c (tui_expand_tabs): New function.
8060 (tui_puts, tui_redisplay_readline): Expand TABs into the
8061 appropriate number of spaces.
8062 * tui/tui-regs.c: Include tui-io.h.
8063 (tui_register_format): Call tui_expand_tabs to expand TABs into
8064 the appropriate number of spaces.
8065 * tui/tui-io.h: Add prototype for tui_expand_tabs.
8066
b6577aab
DE
80672015-01-30 Doug Evans <dje@google.com>
8068
8069 * NEWS: "info source" command now display producer string if present.
8070 * source.c (source_info): Print producer string if present.
8071
6da58d3e
SM
80722015-01-30 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 * varobj.c (varobj_delete): Fix comment.
8075
837ce252
SM
80762015-01-30 Simon Marchi <simon.marchi@ericsson.com>
8077
8078 * varobj.c (create_child): Modify comment.
8079
b09e2c59
SM
80802015-01-30 Simon Marchi <simon.marchi@ericsson.com>
8081
8082 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
8083 parameter.
8084 (ada_name_of_variable): Same.
8085 (ada_path_expr_of_child): Same.
8086 (ada_value_of_variable): Same.
8087 (ada_value_is_changeable_p): Same.
8088 (ada_value_has_mutated): Same.
8089 * c-varobj.c (varobj_is_anonymous_child): Same.
8090 (c_is_path_expr_parent): Same.
8091 (c_number_of_children): Same.
8092 (c_name_of_variable): Same.
8093 (c_path_expr_of_child): Same.
8094 (get_type): Same.
8095 (c_value_of_variable): Same.
8096 (cplus_number_of_children): Same.
8097 (cplus_name_of_variable): Same.
8098 (cplus_path_expr_of_child): Same.
8099 (cplus_value_of_variable): Same.
8100 * jv-varobj.c (java_number_of_children): Same.
8101 (java_name_of_variable): Same.
8102 (java_path_expr_of_child): Same.
8103 (java_value_of_variable): Same.
8104 * varobj.c (number_of_children): Same.
8105 (name_of_variable): Same.
8106 (is_root_p): Same.
8107 (varobj_ensure_python_env): Same.
8108 (varobj_get_objname): Same.
8109 (varobj_get_expression): Same.
8110 (varobj_get_display_format): Same.
8111 (varobj_get_display_hint): Same.
8112 (varobj_has_more): Same.
8113 (varobj_get_thread_id): Same.
8114 (varobj_get_frozen): Same.
8115 (dynamic_varobj_has_child_method): Same.
8116 (varobj_get_gdb_type): Same.
8117 (is_path_expr_parent): Same.
8118 (varobj_default_is_path_expr_parent): Same.
8119 (varobj_get_language): Same.
8120 (varobj_get_attributes): Same.
8121 (varobj_is_dynamic_p): Same.
8122 (varobj_get_child_range): Same.
8123 (varobj_value_has_mutated): Same.
8124 (varobj_get_value_type): Same.
8125 (number_of_children): Same.
8126 (name_of_variable): Same.
8127 (check_scope): Same.
8128 (varobj_editable_p): Same.
8129 (varobj_value_is_changeable_p): Same.
8130 (varobj_floating_p): Same.
8131 (varobj_default_value_is_changeable_p): Same.
8132
2568868e
SM
81332015-01-30 Simon Marchi <simon.marchi@ericsson.com>
8134
8135 * varobj.c (varobj_get_path_expr): Set var->path_expr.
8136 * c-varobj.c (c_path_expr_of_child): Set local var instead of
8137 child->path_expr.
8138 (cplus_path_expr_of_child): Same.
8139
ca83fa81
SM
81402015-01-30 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
8143 result.
8144 (mi_cmd_var_info_expression): Same.
8145 * varobj.c (varobj_get_expression): Mention in the comment that
8146 the result must by freed by the caller.
8147
afa269ae
SM
81482015-01-30 Simon Marchi <simon.marchi@ericsson.com>
8149
8150 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
8151 varobj_get_type.
8152 (varobj_update_one): Same.
8153 * varobj.c (update_type_if_necessary): Free curr_type_str and
8154 new_type_str.
8155 (varobj_get_type): Specify in comment that the result needs to be
8156 freed by the caller.
8157
cd366ee8
DE
81582015-01-29 Doug Evans <dje@google.com>
8159
8160 PR symtab/17890
8161 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
8162
38360086
MW
81632015-01-25 Mark Wielaard <mjw@redhat.com>
8164
8165 * dwarf2read.c (checkproducer): Call producer_is_gcc.
8166 * utils.c (producer_is_gcc_ge_4): Likewise.
8167 (producer_is_gcc): New function.
8168 * utils.h (producer_is_gcc): New declaration.
8169
df25ebbd
JB
81702015-01-29 Joel Brobecker <brobecker@adacore.com>
8171
8172 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
8173 kind.
8174 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
8175 parameter by "addr_stack" parameter.
8176 (resolve_dynamic_range): Replace "addr" parameter by
8177 "stack_addr" parameter. Update function documentation.
8178 Update code accordingly.
8179 (resolve_dynamic_array, resolve_dynamic_union)
8180 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
8181 (resolve_dynamic_type): Update code, following the changes made
8182 to resolve_dynamic_type_internal's interface.
8183 * dwarf2loc.h (struct property_addr_info): New.
8184 (dwarf2_evaluate_property): Replace "address" parameter
8185 by "addr_stack" parameter. Adjust function documentation.
8186 (struct dwarf2_offset_baton): New.
8187 (struct dwarf2_property_baton): Update documentation of
8188 field "referenced_type" to be more general. New field
8189 "offset_info" in union data field.
8190 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
8191 parameter by "addr_stack" parameter. Adjust code accordingly.
8192 Add support for PROP_ADDR_OFFSET properties.
8193 * dwarf2read.c (attr_to_dynamic_prop): Add support for
8194 DW_AT_data_member_location attributes as well. Use case
8195 statements instead of if/else condition.
8196
4a0ca9ec
JB
81972015-01-29 Joel Brobecker <brobecker@adacore.com>
8198
8199 * ada-varobj.c (ada_varobj_get_array_number_of_children):
8200 Return zero if PARENT_VALUE is NULL and parent_type's
8201 range type is dynamic.
8202
ddb87a81
JB
82032015-01-29 Joel Brobecker <brobecker@adacore.com>
8204
8205 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
8206 nonzero if the type's subtype is dynamic.
8207 (resolve_dynamic_range): Also resolve the range's subtype.
8208
3d7ad9b4 82092015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 8210
3d7ad9b4 8211 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
8212 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
8213
3a8b707a
DE
82142015-01-27 Doug Evans <dje@google.com>
8215
8216 * NEWS: Mention gdb.Objfile.username.
8217 * python/py-objfile.c (objfpy_get_username): New function.
8218 (objfile_getset): Add "username".
8219
d35b90fb
MW
82202015-01-24 Mark Wielaard <mjw@redhat.com>
8221
8222 * stack.c (return_command): Markup warning message with _.
8223
734ae125
DE
82242015-01-24 Doug Evans <xdje42@gmail.com>
8225
8226 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
8227
527f3840
JK
82282015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8229
8230 Fix 100x slowdown regression on DWZ files.
8231 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
8232 (struct line_header): Add offset and offset_in_dwz.
8233 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
8234 (free_line_header_voidp): New declaration.
8235 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
8236 functions.
8237 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
8238 (handle_DW_AT_stmt_list): Use line_header_hash.
8239 (free_line_header_voidp): New function.
8240 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
8241 (dwarf_decode_lines): New parameter decode_mapping, use it.
8242 (dwarf2_free_objfile): Free line_header_hash.
8243
f7e5394d
SM
82442015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 PR gdb/17416
8247 * valops.c (value_rtti_indirect_type): Catch exception thrown by
8248 value_ind.
8249
743649fd
MW
82502015-01-15 Mark Wielaard <mjw@redhat.com>
8251
8252 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
8253 DW_AT_noreturn.
8254 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
8255 calling_convention an 8 bit bit field.
8256 (TYPE_NO_RETURN): New macro.
8257 * infcmd.c (finish_command): Query if function does not return
8258 normally.
8259 * stack.c (return_command): Likewise.
8260
198297aa
PA
82612015-01-23 Pedro Alves <palves@redhat.com>
8262
8263 * linux-nat.c (linux_is_async_p): New macro.
8264 (linux_nat_is_async_p):
8265 (linux_nat_terminal_inferior): Check whether the target can async
8266 instead of whether it is already async.
8267 (linux_nat_terminal_ours): Don't check whether the target is
8268 async.
8269 (linux_async_pipe): Use linux_is_async_p.
8270
253828f1
JK
82712015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8272
8273 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
8274 '-ascending'.
8275 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
8276 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
8277 Sort tp_array using tp_array_compar.
8278 (_initialize_thread): Extend thread_apply_all_command help.
8279
f0e8c4c5
JK
82802015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8281
8282 * corelow.c (core_open): Call also thread_command.
8283 * gdbthread.h (thread_command): New prototype moved from ...
8284 * thread.c (thread_command): ... here.
8285 (thread_command): Make it global.
8286
03b79603
PA
82872015-01-22 Pedro Alves <palves@redhat.com>
8288
8289 * configure.ac [*mingw32*]: Check $curses_found instead of
8290 $prefer_curses.
8291 * configure: Regenerate.
8292 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
8293 HAVE_NCURSES_NCURSES_H checks.
8294
6b8a872f
EZ
82952015-01-22 Eli Zaretskii <eliz@gnu.org>
8296
bbbbffbb 8297 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
8298 fails with the 1st arg NULL, try again with "unknown". Don't test
8299 the "cup" capability: it isn't supported by the Windows port of
8300 ncurses, but the Windows console driver is still capable of
8301 supporting TUI.
8302
4b62a76e
JK
83032015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8304
8305 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
8306
82a864f9
EZ
83072015-01-22 Eli Zaretskii <eliz@gnu.org>
8308
8309 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
8310 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
8311 reason that "make TAGS" is broken.
8312
b35018fd
CG
83132015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
8314
8315 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
8316 and check additional store instructions.
8317
ffbc4646
WW
83182015-01-21 Wei-cheng Wang <cole945@gmail.com>
8319
8320 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
8321
ddeca1df
WW
83222015-01-21 Wei-cheng Wang <cole945@gmail.com>
8323
8324 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
8325 ppc_canonicalize_syscall, ppc_linux_syscall_record,
8326 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
8327 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
8328 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
8329 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
8330 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
8331 ppc_process_record_op19, ppc_process_record_op31,
8332 ppc_process_record_op59, ppc_process_record_op60,
8333 ppc_process_record_op63): Likewise.
8334
049bb5de
JB
83352015-01-20 Joel Brobecker <brobecker@adacore.com>
8336
8337 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
8338 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
8339 strerror.
8340
42b87c63 83412015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
8342
8343 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
8344 ppc_process_record_op31, ppc_process_record_op59,
8345 ppc_process_record_op60, ppc_process_record_op63,
8346 ppc_process_record): Fix -Wformat warning.
8347 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
8348 Remove unused variables.
8349
569340fc
CG
83502015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
8351
8352 * MAINTAINERS (Write After Approval): Add "Chen Gang".
8353
63413d85
EZ
83542015-01-19 Eli Zaretskii <eliz@gnu.org>
8355
8356 * configure.ac [*mingw32*]: Only add windows-termcap.o to
8357 CONFIG_OBS if not building with a curses library.
8358 * configure: Regenerate.
8359
8360 * windows-termcap.c: Include defs.h. Make the whole body empty if
8361 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
8362 HAVE_NCURSES_NCURSES_H is defined.
8363
16d8013c
JB
83642015-01-19 Joel Brobecker <brobecker@adacore.com>
8365
8366 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
8367 from end of line to start of next line.
8368
cf90fd9a
WW
83692015-01-17 Wei-cheng Wang <cole945@gmail.com>
8370
8371 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
8372 Scan PLT stub backward for reverse debugging.
8373 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
8374
b4cdae6f
WW
83752015-01-17 Wei-cheng Wang <cole945@gmail.com>
8376 Ulrich Weigand <uweigand@de.ibm.com>
8377
8378 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
8379 gdb_target_obs.
8380 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
8381 record.
8382 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
8383 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
8384 (ppc_linux_init_abi): Set process_record, process_record_signal.
8385 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
8386 ppc_linux_record_tdep to gdbarch_tdep.
8387 (ppc_process_record): New declaration.
8388 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
8389 ppc_process_record_op19, ppc_process_record_op31,
8390 ppc_process_record_op59, ppc_process_record_op60,
8391 ppc_process_record_op63, ppc_process_record): New functions.
8392
2608dbf8
WW
83932015-01-17 Wei-cheng Wang <cole945@gmail.com>
8394
8395 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
8396 rs6000_in_function_epilogue_frame_p and add an argument
8397 for frame_info.
8398 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
8399 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
8400 New functions.
8401 (rs6000_epilogue_frame_unwind): New.
8402 (rs6000_gdbarch_init): Append epilogue unwinder.
8403
4c347be6
SDJ
84042015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
8405
8406 * nat/linux-personality.c: Replace "#ifndef
8407 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
8408 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
8409 systems.
8410
9f2850ba
EZ
84112015-01-16 Eli Zaretskii <eliz@gnu.org>
8412
6cdb25f4
EZ
8413 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
8414 functions.
8415 (_initialize_tui_win) <border-kind, border-mode>:
8416 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
8417 (tui_set_tab_width_command): Fix the commentary.
8418
6cdb25f4
EZ
8419 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
8420
bf555842
EZ
8421 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
8422 Doc fix.
cb86fcc1
EZ
8423 (tui_set_tab_width_command): Delete and recreate the source and
8424 the disassembly windows, to show the effect of the changed tab
8425 size immediately.
bf555842 8426
9f2850ba
EZ
8427 * tui/tui-data.h (LINE_PREFIX): Make shorter
8428 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
8429 "Thread NNNNN.XXXX" thread ID notation on Windows.
8430
95761b2d
JK
84312015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8432
8433 Fix gcc-5 compilation.
8434 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
8435
8cc73a39
SDJ
84362015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
8437
8438 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
8439 (linux-personality.o): New rule.
8440 * common/common-defs.h: Include <stdint.h>.
8441 * config/aarch64/linux.mh (NATDEPFILES): Include
8442 linux-personality.o.
8443 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8444 * config/arm/linux.mh (NATDEPFILES): Likewise.
8445 * config/i386/linux64.mh (NATDEPFILES): Likewise.
8446 * config/i386/linux.mh (NATDEPFILES): Likewise.
8447 * config/ia64/linux.mh (NATDEPFILES): Likewise.
8448 * config/m32r/linux.mh (NATDEPFILES): Likewise.
8449 * config/m68k/linux.mh (NATDEPFILES): Likewise.
8450 * config/mips/linux.mh (NATDEPFILES): Likewise.
8451 * config/pa/linux.mh (NATDEPFILES): Likewise.
8452 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8453 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8454 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8455 * config/s390/linux.mh (NATDEPFILES): Likewise.
8456 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8457 * config/sparc/linux.mh (NATDEPFILES): Likewise.
8458 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8459 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8460 * defs.h: Remove #include <stdint.h> (moved to
8461 common/common-defs.h).
8462 * linux-nat.c: Include nat/linux-personality.h. Remove #include
8463 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
8464 nat/linux-personality.c).
8465 (linux_nat_create_inferior): Remove code to disable address space
8466 randomization (moved to nat/linux-personality.c). Create cleanup
8467 to disable address space randomization.
8468 * nat/linux-personality.c: New file.
8469 * nat/linux-personality.h: Likewise.
8470
fb23d554
SDJ
84712015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
8472
8473 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
8474 common/posix-strerror.c.
8475 (posix-strerror.o): New rule.
8476 (mingw-strerror.o): Likewise.
8477 * common/common-utils.h (safe_strerror): Move prototype to here,
8478 from utils.h.
8479 * common/common.host: New file.
8480 * common/mingw-strerror.c: Likewise.
8481 * common/posix-strerror.c: Likewise.
8482 * configure: Regenerated.
8483 * configure.ac: Source common/common.host. Add variable
8484 common_host_obs to gdb_host_obs.
8485 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
8486 gdb/common/posix-strerror.c when warning about the use of
8487 strerror.
8488 * mingw-hdep.c (safe_strerror): Remove definition; move it to
8489 common/mingw-strerror.c.
8490 * posix-hdep.c (safe_strerror): Remove definition; move it to
8491 common/posix-hdep.c.
8492 * utils.h (safe_strerror): Remove prototype; move to
8493 common/common-utils.h.
8494
3af8af43
JB
84952015-01-15 Joel Brobecker <brobecker@adacore.com>
8496
8497 GDB 7.8.2 released.
8498
bafffb51
JB
84992015-01-15 Joel Brobecker <brobecker@adacore.com>
8500
8501 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
8502 ___XA type if the array has already been fixed.
8503
cdf43629
YQ
85042015-01-14 Yao Qi <yao@codesourcery.com>
8505
8506 * Makefile.in (ppc-linux.o): New rule.
8507 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
8508 * configure.ac: AC_CHECK_FUNCS(getauxval).
8509 * config.in: Re-generated.
8510 * configure: Re-generated.
8511 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
8512 Declare.
8513 * nat/ppc-linux.c: New file.
8514 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
8515 Call ppc64_64bit_inferior_p.
8516
514c5338
YQ
85172015-01-14 Yao Qi <yao@codesourcery.com>
8518
8519 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
8520 nat/ppc-linux.h.
8521 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
8522 (PPC_FEATURE_HAS_DFP): Likewise.
8523 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
8524 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
8525 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
8526 Include "nat/ppc-linux.h".
8527 * nat/ppc-linux.h: New file.
8528 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
8529
5589af0e
PA
85302015-01-14 Pedro Alves <palves@redhat.com>
8531
8532 PR gdb/17525
8533 * breakpoint.c: Include "interps.h".
8534 (bpstat_do_actions_1): Also check whether the interpreter is
8535 async.
8536
6c400b59
PA
85372015-01-14 Pedro Alves <palves@redhat.com>
8538
8539 PR cli/17828
8540 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
8541 reinstall if the interpreter is sync.
8542
e02c96a7
DE
85432015-01-13 Doug Evans <dje@google.com>
8544
8545 * objfiles.c (objfile_filename): New function.
8546 * objfiles.h (objfile_filename): Declare it.
8547 (objfile_name): Add function comment.
8548 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
8549 bfd file name (which may be realpath'd), and the original name.
8550
3b2f13ff
JB
85512015-01-13 Joel Brobecker <brobecker@adacore.com>
8552
8553 * NEWS: Create a new section for the next release branch.
8554 Rename the section of the current branch, now that it has
8555 been cut.
8556
b4cfe7f8
JB
85572015-01-13 Joel Brobecker <brobecker@adacore.com>
8558
8559 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
8560 * version.in: Bump version to 7.9.50.DATE-cvs.
8561
92fc2e69
JB
85622015-01-13 Joel Brobecker <brobecker@adacore.com>
8563
8564 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
8565 Remove trailing new-line in argument of call to warning.
8566
f71f0b0d
JB
85672015-01-13 Joel Brobecker <brobecker@adacore.com>
8568
8569 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
8570 new-line in argument of call to "warning".
8571
04dccad0
JB
85722015-01-13 Joel Brobecker <brobecker@adacore.com>
8573
8574 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
8575 in static block, then try searching for primitive types.
8576
08b13bdd
PP
85772015-01-12 Patrick Palka <patrick@parcs.ath.cx>
8578
8579 * top.h (gdb_add_history): Declare.
8580 * top.c (command_count): New variable.
8581 (gdb_add_history): New function.
8582 (gdb_safe_append_history): New static function.
8583 (quit_force): Call it.
8584 (command_line_input): Use gdb_add_history instead of
8585 add_history.
8586 * event-top.c (command_line_handler): Likewise.
8587
4ac15b59
JC
85882015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
8589
8590 PR gdb/17046
8591 * darwin-nat.c: Replace <machine/setjmp.h> #include by
8592 <setjmp.h> #include.
8593
005e54bb
DE
85942015-01-11 Doug Evans <xdje42@gmail.com>
8595
8596 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
8597
439250fb
DE
85982015-01-11 Doug Evans <xdje42@gmail.com>
8599
8600 PR gdb/15830
8601 * NEWS: The "maint demangle" command is renamed as "demangle".
8602 * demangle.c: #include cli/cli-utils.h, language.h.
8603 (demangle_command): New function.
8604 (_initialize_demangle): Add new command "demangle".
8605 * maint.c (maintenance_demangle): Stub out.
8606 (_initialize_maint_cmds): Update help text for "maint demangle",
8607 and mark as deprecated.
8608
ebf3aa72
MK
86092015-01-11 Mark Kettenis <kettenis@gnu.org>
8610
8611 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
8612 inferior_thread is a function.
8613
6bf045cd
PP
86142015-01-09 Patrick Palka <patrick@parcs.ath.cx>
8615
8616 * Makefile.in (.y.c): Don't munge yacc's #line
8617 directives.
8618
588dcc3e
PP
86192015-01-09 Patrick Palka <patrick@parcs.ath.cx>
8620
8621 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
8622 to prompt for input.
8623 * tui/tui-hooks.c (tui_query_hook): Remove.
8624 (tui_install_hooks): Don't set deprecated_query_hook.
8625 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
8626 height calculation. Always update the command window's cur_line.
8627
9c02b525
PA
86282015-01-09 Pedro Alves <palves@redhat.com>
8629
8630 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
8631 function.
8632 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
8633 declaration.
8634 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
8635 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
8636 stop_reason.
8637 (check_stopped_by_watchpoint): New function.
8638 (save_sigtrap): Reimplement.
8639 (linux_nat_stopped_by_watchpoint): Adjust.
8640 (linux_nat_lp_status_is_event): Delete.
8641 (stop_wait_callback): Only call save_sigtrap after storing the
8642 pending status.
8643 (status_callback): If the thread had been stopped for a breakpoint
8644 that has since been removed, discard the event and resume the LWP.
8645 (count_events_callback, select_event_lwp_callback): Use
8646 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
8647 (cancel_breakpoint): Rename to ...
8648 (check_stopped_by_breakpoint): ... this. Record whether the LWP
8649 stopped for a software breakpoint or hardware breakpoint.
8650 (select_event_lwp): Only give preference to the stepping LWP in
8651 all-stop mode. Adjust comments.
8652 (stop_and_resume_callback): Remove references to new_pending_p.
8653 (linux_nat_filter_event): Likewise. Leave exit events of the
8654 leader thread pending here. Handle signal short circuiting here.
8655 Only call save_sigtrap after storing the pending waitstatus.
8656 (linux_nat_wait_1): Remove 'retry' label. Remove references to
8657 new_pending. Don't handle leaving events the caller is not
8658 interested in pending here, nor handle signal short-circuiting
8659 here. Also give equal priority to all LWPs that have had events
8660 in non-stop mode. If reporting a software breakpoint event,
8661 unadjust the LWP's PC.
8662 * linux-nat.h (enum lwp_stop_reason): New.
8663 (struct lwp_info) <stop_pc>: New field.
8664 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
8665 (struct lwp_info) <stop_reason>: New field.
8666 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
8667
8af756ef
PA
86682015-01-09 Pedro Alves <palves@redhat.com>
8669
8670 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
8671 Set the LWP's 'resumed' flag.
8672
8a99810d
PA
86732015-01-09 Pedro Alves <palves@redhat.com>
8674
8675 * linux-nat.c (linux_resume_one_lwp): New function.
8676 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
8677 (linux_nat_resume): Use lwp_status_pending_p and
8678 linux_resume_one_lwp.
8679 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
8680 (linux_handle_extended_wait): Use linux_resume_one_lwp.
8681 (status_callback, running_callback): Use lwp_status_pending_p.
8682 (lwp_status_pending_p): New function.
8683 (stop_and_resume_callback): Use lwp_status_pending_p.
8684 (linux_nat_filter_event): Use linux_resume_one_lwp.
8685 (linux_nat_wait_1): Always use status_callback to look for an LWP
8686 with a pending status. Use linux_resume_one_lwp.
8687 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
8688 linux_resume_one_lwp.
8689
f7ce857f
PA
86902015-01-09 Pedro Alves <palves@redhat.com>
8691
8692 * breakpoint.c (bp_location_inserted_here_p): New function,
8693 factored out from ...
8694 (breakpoint_inserted_here_p): ... here. Use
8695 ALL_BP_LOCATIONS_AT_ADDR.
8696 (software_breakpoint_inserted_here_p): Use
8697 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
8698
c1a747c1
PA
86992014-01-09 Pedro Alves <palves@redhat.com>
8700
8701 Skip enabling event reporting if the kernel supports
8702 PTRACE_EVENT_CLONE.
8703 * linux-thread-db.c: Include "nat/linux-ptrace.h".
8704 (thread_db_use_events): New function.
8705 (try_thread_db_load_1): Check thread_db_use_events before enabling
8706 event reporting.
8707 (update_thread_state): New function.
8708 (attach_thread): Use it. Check thread_db_use_events before
8709 enabling event reporting.
8710 (thread_db_detach): Check thread_db_use_events before disabling
8711 event reporting.
8712 (find_new_threads_callback): Check thread_db_use_events before
8713 enabling event reporting. Update the thread's state if not using
8714 libthread_db events.
8715
a33e3959
PA
87162015-01-09 Pedro Alves <palves@redhat.com>
8717
8718 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
8719 about to wait for is > 0.
8720 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
8721 the kernel thread ID is -1.
8722
8784d563
PA
87232015-01-09 Pedro Alves <palves@redhat.com>
8724
8725 * linux-nat.c (attach_proc_task_lwp_callback): New function.
8726 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
8727 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
8728 ptrace option flags.
8729 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
8730 field.
8731 * nat/linux-procfs.c: Include <dirent.h>.
8732 (linux_proc_get_int): New parameter "warn". Handle it.
8733 (linux_proc_get_tgid): Adjust.
8734 (linux_proc_get_tracerpid): Rename to ...
8735 (linux_proc_get_tracerpid_nowarn): ... this.
8736 (linux_proc_pid_get_state): New function, factored out from
8737 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
8738 and handle it.
8739 (linux_proc_pid_is_gone): New function.
8740 (linux_proc_pid_is_stopped): Adjust.
8741 (linux_proc_pid_is_zombie_maybe_warn)
8742 (linux_proc_pid_is_zombie_nowarn): New functions.
8743 (linux_proc_pid_is_zombie): Use
8744 linux_proc_pid_is_zombie_maybe_warn.
8745 (linux_proc_attach_tgid_threads): New function.
8746 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
8747 (linux_proc_get_tracerpid): Rename to ...
8748 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
8749 (linux_proc_pid_is_gone): New declaration.
8750 (linux_proc_pid_is_zombie): Update comment.
8751 (linux_proc_pid_is_zombie_nowarn): New declaration.
8752 (linux_proc_attach_lwp_func): New typedef.
8753 (linux_proc_attach_tgid_threads): New declaration.
8754 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
8755 use nowarn functions.
8756 (linux_ptrace_attach_fail_reason_string): Move here from
8757 gdbserver/linux-low.c and rename.
8758 (ptrace_supports_feature): If the current ptrace options are not
8759 known yet, check them now, instead of asserting.
8760 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
8761 Declare.
8762
883ed13e
PA
87632015-01-09 Pedro Alves <palves@redhat.com>
8764
8765 * linux-thread-db.c (thread_db_find_new_threads_silently)
8766 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
8767 (find_new_threads_once): Print debug output on gdb_stdlog.
8768
1710aab8
CG
87692015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
8770 Pedro Alves <palves@redhat.com>
8771
8772 * compile/compile.c: Include "gdb_wait.h".
8773 (do_rmdir): Check return value, and free 'zap'.
8774
b597c318
YQ
87752015-01-08 Pedro Alves <palves@redhat.com>
8776 Yao Qi <yao@codesourcery.com>
8777
8778 * dwarf2loc.c (indirect_pieced_value): Don't call
8779 gdb_sign_extend. Call extract_signed_integer instead.
8780 * utils.c (gdb_sign_extend): Remove.
8781 * utils.h (gdb_sign_extend): Remove declaration.
8782
025ac414
PM
87832015-01-07 Pierre Muller <muller@sourceware.org>
8784
8785 PR symtab/17811
8786 * stabsread.c (define_symbol): Set language for C++ special symbols.
8787
fa5af12a
PP
87882015-01-07 Patrick Palka <patrick@parcs.ath.cx>
8789
8790 * inflow.c (initial_gdb_ttystate): Tweak comment.
8791
ea42d6f8
JB
87922015-01-07 Joel Brobecker <brobecker@adacore.com>
8793
8794 * inflow.c (set_initial_gdb_ttystate): Add empty line after
8795 comment documenting function.
8796
6a06d660
PP
87972015-01-07 Patrick Palka <patrick@parcs.ath.cx>
8798
8799 * terminal.h (set_initial_gdb_ttystate): Declare.
8800 * inflow.c (initial_gdb_ttystate): New static variable.
8801 (set_initial_gdb_ttystate): New setter.
8802 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
8803 instead of our current terminal state.
8804 * top.c (gdb_init): Call set_initial_gdb_ttystate.
8805
e810d75b
JB
88062015-01-07 Joel Brobecker <brobecker@adacore.com>
8807
8808 * guile/scm-type.c (tyscm_array_1): Add comment.
8809 * python/py-type.c (typy_array_1): Add comment.
8810
fce10a84
JB
88112015-01-06 Joel Brobecker <brobecker@adacore.com>
8812
8813 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
8814 error if N2 is equal to N1 - 1.
8815
8503d6e1
JB
88162015-01-06 Joel Brobecker <brobecker@adacore.com>
8817
8818 * python/py-type.c (typy_array_1): Do not raise negative-length
8819 exception if N2 is equal to N1 - 1.
8820
4d29c0a8
DE
88212015-01-03 Doug Evans <xdje42@gmail.com>
8822
8823 * c-exp.y: Whitespace cleanup.
8824 (classify_inner_name): Remove extra ;.
8825
eaa6a9a4
MR
88262015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
8827
8828 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
8829 offset signed.
8830
02fe9972
DE
88312015-01-02 Doug Evans <dje@google.com>
8832
8833 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
8834
e2ada9cb
DE
88352015-01-02 Doug Evans <dje@google.com>
8836
8837 * symtab.h (struct symbol): Fix typo in comment.
8838
32d0add0
JB
88392015-01-01 Joel Brobecker <brobecker@adacore.com>
8840
8841 Update year range in copyright notice of all files.
8842
76f2b779
JB
88432015-01-01 Joel Brobecker <brobecker@adacore.com>
8844
8845 * top.c (print_gdb_version): Update copyright year to 2015.
8846
077309e2 88472015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 8848
077309e2 8849 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 8850
077309e2 8851For older changes see ChangeLog-2014.
c906108c
SS
8852\f
8853Local Variables:
8854mode: change-log
8855left-margin: 8
8856fill-column: 74
8857version-control: never
57da7796 8858coding: utf-8
c906108c 8859End:
This page took 2.510689 seconds and 4 git commands to generate.