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