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