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