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