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