objfiles.h,psympriv.h,psymtab.c: Whitespace.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12015-08-15 Doug Evans <xdje42@gmail.com>
2
3 * objfiles.h: Whitespace cleanup.
4 * psympriv.h: Whitespace cleanup.
5 * psymtab.c: Whitespace/coding convention cleanup.
6
72015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8
9 * inferior.c (detach_inferior_command): Don't call
10 any_thread_of_process when pid is 0.
11 (kill_inferior_command): Likewise.
12
132015-08-14 Doug Evans <xdje42@gmail.com>
14
15 PR gdb/11833
16 * NEWS: Document new /s modifier for the disassemble command.
17 * cli/cli-cmds.c (disassemble_command): Add support for /s.
18 (_initialize_cli_cmds): Update online docs of disassemble command.
19 * disasm.c: #include "source.h".
20 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
21 All uses updated.
22 (dis_line_entry): New struct.
23 (hash_dis_line_entry, eq_dis_line_entry): New functions.
24 (allocate_dis_line_table): New functions.
25 (maybe_add_dis_line_entry, line_has_code_p): New functions.
26 (dump_insns): New arg end_pc. All callers updated.
27 (do_mixed_source_and_assembly_deprecated): Renamed from
28 do_mixed_source_and_assembly. All callers updated.
29 (do_mixed_source_and_assembly): New function.
30 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
31 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
32 DISASSEMBLY_SOURCE. All uses updated.
33 (DISASSEMBLY_SOURCE): New macro.
34 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
35
362015-08-14 Keith Seitz <keiths@redhat.com>
37
38 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
39 `typename' to `type_name' to avoid C++ reserved word.
40
412015-08-14 Keith Seitz <keiths@redhat.com>
42
43 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
44 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
45 silence ARI errors.
46
472015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
48
49 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
50 xstrprintf instead of malloc and sprintf.
51 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
52 (lex_one_token): Likewise.
53
542015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
55
56 * solib-svr4.c (read_program_header): Add base_addr argument to
57 report the runtime address of the segment.
58 (find_program_interpreter): Update read_program_header call to pass
59 a NULL pointer for the new argument.
60 (scan_dyntag): Add ptr_addr argument to report the runtime address
61 of the tag payload.
62 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
63 read_program_header to get the base address of the dynamic segment.
64 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
65 read_program_header.
66 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
67
682015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
69
70 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
71
722015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
73
74 * d-exp.y (%union): Add voidval.
75 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
76 name in the lexing stage.
77 (PostfixExpression): Move symbol completion handling in grammar here
78 from PrimaryExpression.
79 (PrimaryExpression): Move routines to handle resolving identifier
80 tokens in the grammar here from push_expression_name.
81 (IdentifierExp): Remove the handling of alternating '.' and identifier
82 tokens.
83 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
84 (BasicType): Remove C-style typename rules.
85 (d_type_from_name, d_module_from_name, push_variable)
86 (push_fieldnames, push_type_name, push_module_name)
87 (push_expression_name): Remove.
88 (lex_one_token): Rename from yylex. Replace pstate with par_state.
89 (token_and_value): New type.
90 (token_fifo, popping, name_obstack): New globals.
91 (classify_name): New function.
92 (classify_inner_name): Likewise.
93 (yylex): Likewise.
94 (d_parse): Initialize token_fifo, popping and name_obstack.
95
962015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
97
98 * Makefile.in (SFILES): Add d-namespace.c.
99 (COMMON_OBS): Add d-namespace.o.
100 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
101 la_lookup_symbol_nonlocal callback function pointer.
102 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
103 (d_lookup_nested_symbol): New declaration.
104 * d-namespace.c: New file.
105
1062015-08-13 Pedro Alves <palves@redhat.com>
107
108 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
109 cleanup after the decref cleanup, not before.
110
1112015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
112
113 * ada-lang.c: Include namespace.h
114 (aux_add_nonlocal_symbols): Fix a function name in comment.
115 (ada_add_block_renamings): New.
116 (add_nonlocal_symbols): Add global renamings handling.
117 (ada_lookup_symbol_list_worker): Move the symbol lookup part
118 to...
119 (ada_add_all_symbols): ... this new function.
120 (ada_add_block_symbols): Try to match the input name against the
121 "using directives list", perform a recursive symbol lookup on
122 the matched declarations.
123 * block.h (struct block): Move the_namespace to top-level as
124 namespace_info. Remove the language_specific field.
125 (BLOCK_NAMESPACE): Update access to the namespace_info field.
126 * buildsym.h (using_directives): Rename into...
127 (local_using_directives): ... this.
128 (global_using_directives): New.
129 (struct context_stack): Rename the using_directives field into
130 local_using_directives.
131 * buildsym.c (finish_block_internal): Deal with the proper
132 using directives repository (local or global).
133 (prepare_for_building): Reset local_using_directives. Assert
134 that there is no pending global using directive.
135 (reset_symtab_globals): Reset global_using_directives and
136 local_using_directives.
137 (end_symtab_get_static_block): Don't ignore symtabs that have
138 only using directives.
139 (push_context): Update references to local_using_directives.
140 (buildsym_init): Do not reset using_directives.
141 * cp-support.c: Include namespace.h.
142 * cp-support.h (struct using_direct): Move to namespace.h.
143 (cp_add_using_directives): Move to namespace.h.
144 * cp-namespace.c: Include namespace.h
145 (cp_add_using_directive): Move to namespace.c, rename it to
146 add_using_directive, add a "using_directives" argument and use
147 it as the pending using directives repository. All callers
148 updated.
149 * dwarf2read.c (using_directives): New.
150 (read_import_statement): Call using_directives.
151 (read_func_scope): Update references to local_using_directives.
152 (read_lexical_block_scope): Likewise.
153 (read_namespace): Update the heading comment, call
154 using_directives.
155 * namespace.h: New file.
156 * namespace.c: New file.
157 * Makefile.in (SFILES): Add namespace.c.
158 (COMMON_OBS): Add namespace.o
159
1602015-08-12 Joel Brobecker <brobecker@adacore.com>
161
162 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
163 compute RETADDR.
164
1652015-08-12 Keith Seitz <keiths@redhat.com>
166
167 * break-catch-throw.c (re_set_exception_catchpoint) Rename
168 reserved C++ keyword "explicit" to "explicit_loc".
169 * breakpoint.c (create_overlay_event_breakpoint)
170 (create_longjmp_master_breakpoint)
171 (create_std_terminate_master_breakpoint)
172 (create_exception_master_breakpoint, update_static_tracepoint):
173 Rename reserved C++ keyword "explicit" to "explicit_loc".
174 * completer.c (collect_explicit_location_matches)
175 (explicit_location_completer): Rename reserved C++ keyword
176 "explicit" to "explicit_loc".
177 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
178 (canonicalize_linespec, create_sals_line_offset)
179 (convert_linespec_to_sals, convert_explicit_location_to_sals)
180 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
181 "explicit" to "explicit_loc".
182 * location.c (struct event_location) <explicit>: Rename to
183 "explicit_loc".
184 (initialize_explicit_location, new_explicit_location)
185 (explicit_location_to_string_internal, explicit_location_to_linespec):
186 Rename reserved C++ keyword "explicit" to "explicit_loc".
187 * location.h (explicit_location_to_string)
188 (explicit_location_to_linespec, initialize_explicit_location)
189 (new_explicit_location): Rename reserved C++ keyword "explicit"
190 to "explicit_loc".
191 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
192 keyword "explicit" to "explicit_loc".
193
1942015-08-12 Keith Seitz <keiths@redhat.com>
195
196 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
197 and only call decode_line_1 when it is non-NULL.
198
1992015-08-12 Luis Machado <lgustavo@codesourcery.com>
200
201 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
202 location address is not meaningful.
203 (breakpoint_address_is_meaningful): Update comment.
204
2052015-08-11 Keith Seitz <keiths@redhat.com>
206
207 * NEWS: Mention explicit locations.
208 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
209 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
210 (_initialize_breakpoint): Update documentation for
211 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
212
2132015-08-11 Keith Seitz <keiths@redhat.com>
214
215 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
216 explicit locations, options "--source", "--function",
217 "--label", and "--line".
218
2192015-08-11 Keith Seitz <keiths@redhat.com>
220
221 * completer.c: Include location.h.
222 (enum match_type): New enum.
223 (location_completer): Rename to ...
224 (linespec_completer): ... this.
225 (collect_explicit_location_matches, backup_text_ptr)
226 (explicit_location_completer): New functions.
227 (location_completer): "New" function; handle linespec
228 and explicit location completions.
229 (complete_line_internal): Remove all location completer-specific
230 handling.
231 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
232 (find_toplevel_char): Export.
233 (linespec_parse_line_offset): Export.
234 Issue error if STRING is not numerical.
235 (gdb_get_linespec_parser_quote_characters): New function.
236 * linespec.h (linespec_parse_line_offset): Declare.
237 (get_gdb_linespec_parser_quote_characters): Declare.
238 (is_ada_operator): Declare.
239 (find_toplevel_char): Declare.
240 (linespec_lexer_lex_keyword): Declare.
241 * location.c (explicit_to_event_location): New function.
242 (explicit_location_lex_one): New function.
243 (string_to_explicit_location): New function.
244 (string_to_event_location): Handle explicit locations.
245 * location.h (explicit_to_event_location): Declare.
246 (string_to_explicit_location): Declare.
247
2482015-08-11 Keith Seitz <keiths@redhat.com>
249
250 * break-catch-throw.c (re_set_exception_catchpoint): Convert
251 linespec into explicit location.
252 * breakpoint.c (create_overlay_breakpoint)
253 (create_longjmp_master_breakpoint)
254 (create_std_terminate_master_breakpoint)
255 (create_exception_master_breakpoint): Convert linespec into explicit
256 location.
257 (update_static_tracepoint): Convert linespec into explicit location.
258 * linespec.c (enum offset_relative_sign, struct line_offset): Move
259 location.h.
260 (struct linespec) <expression, expr_pc, source_filename>
261 <function_name, label_name, line_offset>: Replace with ...
262 <explicit>: ... this.
263 <is_linespec>: New member.
264 (PARSER_EXPLICIT): New accessor macro.
265 (undefined_label_error): New function.
266 (source_file_not_found_error): New function.
267 (linespec_parse_basic): The parser result is now an explicit location.
268 Use PARSER_EXPLICIT to access it.
269 Use undefined_label_error.
270 (canonicalize_linespec): Convert canonical linespec into explicit
271 location.
272 Move string representation of location to explicit_location_to_linespec
273 and use it and explicit_location_to_string to save string
274 representations of the canonical location.
275 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
276 explicit location. Update all references.
277 (convert_explicit_location_to_sals): New function.
278 (parse_linespec): Use PARSER_EXPLICIT to access the parser
279 result's explicit location.
280 (linespec_state_constructor): Initialize is_linespec.
281 Use PARSER_EXPLICIT.
282 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
283 result.
284 (event_location_to_sals): For linespec locations, set is_linespec.
285 Handle explicit locations.
286 (decode_objc): 'ls' contains an explicit location now. Update all
287 references.
288 (symtabs_from_filename): Use source_file_not_found_error.
289 * location.c (struct event_location.u) <explicit>: New member.
290 (initialize_explicit_location): New function.
291 (initialize_event_location): Initialize explicit locations.
292 (new_explicit_location, get_explicit_location)
293 (get_explicit_location_const): New functions.
294 (explicit_to_string_internal): New function; most of contents moved
295 from canonicalize_linespec.
296 (explicit_location_to_string): New function.
297 (explicit_location_to_linespec): New function.
298 (copy_event_location, delete_event_location)
299 (event_location_to_string_const, event_location_empty_p): Handle
300 explicit locations.
301 * location.h (enum offset_relative_sign, struct line_offset): Move
302 here from linespec.h.
303 (enum event_location_type): Add EXPLICIT_LOCATION.
304 (struct explicit_location): New structure.
305 (explicit_location_to_string): Declare.
306 (explicit_location_to_linespec): Declare.
307 (new_explicit_location, get_explicit_locationp
308 (get_explicit_location_const, initialize_explicit_location): Declare.
309
3102015-08-11 Keith Seitz <keiths@redhat.com>
311
312 * break-catch-throw.c (re_set_exception_catchpoint): Convert
313 linespec for stap probe to probe location.
314 * breakpoint.c (create_longjmp_master_breakpoint)
315 (create_exception_master_breakpoint): Likewise.
316 (break_command_1): Remove local variable `arg_cp'.
317 Check location type to set appropriate breakpoint ops methods.
318 (trace_command): Likewise.
319 * linespec.c (event_location_to_sals): Assert on probe locations.
320 * location.c (EL_PROBE): Add macro definition.
321 (new_probe_location, get_probe_location): New functions.
322 (copy_event_location, delete_event_location, event_location_to_string)
323 (string_to_event_location, event_location_empty_p): Handle probe
324 locations.
325 * location.h (enum event_location_type): Add PROBE_LOCATION.
326 (new_probe_location, get_probe_location): Declare.
327 * probe.c (parse_probes): Assert that LOCATION is a probe location.
328 Convert linespec into probe location.
329
3302015-08-11 Keith Seitz <keiths@redhat.com>
331
332 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
333 Convert linespec to address location.
334 * linespec.c (canonicalize_linespec): Do not handle address
335 locations here.
336 (convert_address_location_to_sals): New function; contents moved
337 from ...
338 (convert_linespc_to_sals): ... here.
339 (parse_linespec): Remove address locations from linespec grammar.
340 Remove handling of address locations.
341 (linespec_lex_to_end): Remove handling of address linespecs.
342 (event_location_to_sals): Handle ADDRESS_LOCATION.
343 (linespec_expression_to_pc): Export.
344 * linespec.h (linespec_expression_to_pc): Add declaration.
345 * location.c (struct event_location.u) <address>: New member.
346 (new_address_location, get_address_location): New functions.
347 (copy_event_location, delete_event_location, event_location_to_string)
348 (string_to_event_location, event_location_empty_p): Handle address
349 locations.
350 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
351 (new_address_location, get_address_location): Declare.
352 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
353 to address location.
354 * spu-tdep.c (spu_catch_start): Likewise.
355
3562015-08-11 Keith Seitz <keiths@redhat.com>
357
358 * ax-gdb.c: Include location.h.
359 (agent_command_1) Use linespec location instead of address
360 string.
361 * break-catch-throw.c: Include location.h.
362 (re_set_exception_catchpoint): Use linespec locations instead
363 of address strings.
364 * breakpoint.c: Include location.h.
365 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
366 (create_std_terminate_master_breakpoint)
367 (create_exception_master_breakpoint, update_breakpoints_after_exec):
368 Use linespec location instead of address string.
369 (print_breakpoint_location): Use locations and
370 event_location_to_string.
371 Print extra_string for pending locations for non-MI streams.
372 (print_one_breakpoint_location): Use locations and
373 event_location_to_string.
374 (init_raw_breakpoint_without_location): Initialize b->location.
375 (create_thread_event_breakpoint): Use linespec location instead of
376 address string.
377 (init_breakpoint_sal): Likewise.
378 Only save extra_string if it is non-NULL and not the empty string.
379 Use event_location_to_string instead of `addr_string'.
380 Constify `p' and `endp'.
381 Use skip_spaces_const/skip_space_const instead of non-const versions.
382 Copy the location into the breakpoint.
383 If LOCATION is NULL, save the breakpoint address as a linespec location
384 instead of an address string.
385 (create_breakpoint_sal): Change `addr_string' parameter to a struct
386 event_location. All uses updated.
387 (create_breakpoints_sal): Likewise for local variable `addr_string'.
388 (parse_breakpoint_sals): Use locations instead of address strings.
389 Remove check for empty linespec with conditional.
390 Refactor.
391 (decode_static_tracepoint_spec): Make argument const and update
392 function.
393 (create_breakpoint): Change `arg' to a struct event_location and
394 rename.
395 Remove `copy_arg' and `addr_start'.
396 If EXTRA_STRING is empty, set it to NULL.
397 Don't populate `canonical' for pending breakpoints.
398 Pass `extra_string' to find_condition_and_thread.
399 Clear `extra_string' if `rest' was NULL.
400 Do not error with "garbage after location" if setting a dprintf
401 breakpoint.
402 Copy the location into the breakpoint instead of an address string.
403 (break_command_1): Use string_to_event_location and pass this to
404 create_breakpoint instead of an address string.
405 Check against `arg_cp' for a probe linespec.
406 (dprintf_command): Use string_to_event_location and pass this to
407 create_breakpoint instead of an address string.
408 Throw an exception if no format string was specified.
409 (print_recreate_ranged_breakpoint): Use event_location_to_string
410 instead of address strings.
411 (break_range_command, until_break_command)
412 (init_ada_exception_breakpoint): Use locations instead
413 of address strings.
414 (say_where): Print out extra_string for pending locations.
415 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
416 the breakpoint.
417 (base_breakpoint_create_sals_from_location): Use struct event_location
418 instead of address string.
419 Remove `addr_start' and `copy_arg' parameters.
420 (base_breakpoint_decode_location): Use struct event_location instead of
421 address string.
422 (bkpt_re_set): Use locations instead of address strings.
423 Use event_location_empty_p to check for unset location.
424 (bkpt_print_recreate): Use event_location_to_string instead of
425 an address string.
426 Print out extra_string for pending locations.
427 (bkpt_create_sals_from_location, bkpt_decode_location)
428 (bkpt_probe_create_sals_from_location): Use struct event_location
429 instead of address string.
430 (bkpt_probe_decode_location): Use struct event_location instead of
431 address string.
432 (tracepoint_print_recreate): Use event_location_to_string to
433 recreate the tracepoint.
434 (tracepoint_create_sals_from_location, tracepoint_decode_location)
435 (tracepoint_probe_create_sals_from_location)
436 (tracepoint_probe_decode_location): Use struct event_location
437 instead of address string.
438 (dprintf_print_recreate): Use event_location_to_string to recreate
439 the dprintf.
440 (dprintf_re_set): Remove check for valid/missing format string.
441 (strace_marker_create_sals_from_location)
442 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
443 (update_static_tracepoint): Use struct event_location instead of
444 address string.
445 (location_to_sals): Likewise.
446 Pass `extra_string' to find_condition_and_thread.
447 For newly resolved pending breakpoint locations, clear the location's
448 string representation.
449 Assert that the breakpoint's condition string is NULL when
450 condition_not_parsed.
451 (breakpoint_re_set_default, create_sals_from_location_default)
452 (decode_location_default, trace_command, ftrace_command)
453 (strace_command, create_tracepoint_from_upload): Use locations
454 instead of address strings.
455 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
456 Use struct event_location instead of address string.
457 Update all uses.
458 <decode_location>: Likewise.
459 (struct breakpoint) <addr_string>: Change to struct event_location
460 and rename `location'.
461 <addr_string_range_end>: Change to struct event_location and rename
462 `location_range_end'.
463 (create_breakpoint): Use struct event_location instead of address
464 string.
465 * cli/cli-cmds.c: Include location.h.
466 (edit_command, list_command): Use locations instead of address strings.
467 * elfread.c: Include location.h.
468 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
469 * guile/scm-breakpoint.c: Include location.h.
470 (bpscm_print_breakpoint_smob): Use event_location_to_string.
471 (gdbscm_register_breakpoint): Use locations instead of address
472 strings.
473 * linespec.c: Include location.h.
474 (struct ls_parser) <stream>: Change to const char *.
475 (PARSER_STREAM): Update.
476 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
477 keywords must be followed by whitespace.
478 (canonicalize_linespec): Save a linespec location into `canonical'.
479 Save a canonical linespec into `canonical'.
480 (parse_linespec): Change `argptr' to const char * and rename `arg'.
481 All uses updated.
482 Update function description.
483 (linespec_parser_new): Initialize `parser'.
484 Update initialization of parsing stream.
485 (event_location_to_sals): New function.
486 (decode_line_full): Change `argptr' to a struct event_location and
487 rename it `location'.
488 Use locations instead of address strings.
489 Call event_location_to_sals instead of parse_linespec.
490 (decode_line_1): Likewise.
491 (decode_line_with_current_source, decode_line_with_last_displayed)
492 Use locations instead of address strings.
493 (decode_objc): Likewise.
494 Change `argptr' to const char * and rename `arg'.
495 (destroy_linespec_result): Delete the linespec result's location
496 instead of freeing the address string.
497 * linespec.h (struct linespec_result) <addr_string>: Change to
498 struct event_location and rename to ...
499 <location>: ... this.
500 (decode_line_1, decode_line_full): Change `argptr' to struct
501 event_location. All callers updated.
502 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
503 (mi_cmd_break_insert_1): Use locations instead of address strings.
504 Throw an error if there was "garbage" at the end of the specified
505 linespec.
506 * probe.c: Include location.h.
507 (parse_probes): Change `argptr' to struct event_location.
508 Use event locations instead of address strings.
509 * probe.h (parse_probes): Change `argptr' to struct event_location.
510 * python/py-breakpoint.c: Include location.h.
511 (bppy_get_location): Constify local variable `str'.
512 Use event_location_to_string.
513 (bppy_init): Use locations instead of address strings.
514 * python/py-finishbreakpoint.c: Include location.h.
515 (bpfinishpy_init): Remove local variable `addr_str'.
516 Use locations instead of address strings.
517 * python/python.c: Include location.h.
518 (gdbpy_decode_line): Use locations instead of address strings.
519 * remote.c: Include location.h.
520 (remote_download_tracepoint): Use locations instead of address
521 strings.
522 * spu-tdep.c: Include location.h.
523 (spu_catch_start): Remove local variable `buf'.
524 Use locations instead of address strings.
525 * tracepoint.c: Include location.h.
526 (scope_info): Use locations instead of address strings.
527 (encode_source_string): Constify parameter `src'.
528 * tracepoint.h (encode_source_string): Likewise.
529
5302015-08-11 Keith Seitz <keiths@redhat.com>
531
532 * Makefile.in (SFILES): Add location.c.
533 (HFILES_NO_SRCDIR): Add location.h.
534 (COMMON_OBS): Add location.o.
535 * linespec.c (linespec_lex_to_end): New function.
536 * linespec.h (linespec_lex_to_end): Declare.
537 * location.c: New file.
538 * location.h: New file.
539
5402015-08-11 Keith Seitz <keiths@redhat.com>
541
542 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
543 Renamed to create_sals_from_location.
544 <decode_linespec>: Renamed to decode_location.
545 Update all callers.
546 * breakpoint.c (create_sals_from_address_default): Renamed to ...
547 (create_sals_from_location_default): ... this.
548 (addr_string_to_sals): Renamed to ...
549 (location_to_sals): ... this.
550 (decode_linespec_default): Renamed to ...
551 (decode_location_default): ... this.
552 (base_breakpoint_create_sals_from_address): Renamed to ...
553 (base_breakpoint_create_sals_from_location): ... this.
554 (bkpt_create_sals_from_address): Renamed to ...
555 (bkpt_create_sals_from_location): ... this.
556 (bkpt_decode_linespec): Renamed to ...
557 (bkpt_decode_location): ... this.
558 (bkpt_probe_create_sals_from_address): Renamed to ...
559 (bkpt_probe_create_sals_from_location): ... this.
560 (tracepoint_create_sals_from_address): Renamed to ...
561 (tracepoint_create_sals_from_location): ... this.
562 (tracepoint_decode_linespec): Renamed to ...
563 (tracepoint_decode_location): ... this.
564 (tracepoint_probe_create_sals_from_address): Renamed to ...
565 (tracepoint_probe_create_sals_from_location): ... this.
566 (tracepoint_probe_decode_linespec): Renamed to ...
567 (tracepoint_probe_decode_location): ... this.
568 (strace_marker_create_sals_from_address): Renamed to ...
569 (strace_marker_create_sals_from_location): ... this.
570 (decode_linespec_default): Renamed to ...
571 (decode_location_default): ... this.
572
5732015-08-10 Doug Evans <dje@google.com>
574 Keith Seitz <keiths@redhat.com>
575
576 PR gdb/17960
577 * symtab.c (make_file_symbol_completion_list_1): Renamed from
578 make_file_symbol_completion_list and made static.
579 (make_file_symbol_completion_list): New function.
580
5812015-08-10 Joel Brobecker <brobecker@adacore.com>
582
583 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
584 trailing new-line at end of warning message.
585 (proceed): Add i18n marker to error messages.
586
5872015-08-07 Pedro Alves <palves@redhat.com>
588
589 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
590
5912015-08-07 Pedro Alves <palves@redhat.com>
592
593 * s390-linux-tdep.c (is_non_branch_ril)
594 (s390_displaced_step_copy_insn): New functions.
595 (s390_displaced_step_fixup): Update comment.
596 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
597 gdbarch_displaced_step_copy_insn hook.
598
5992015-08-07 Pedro Alves <palves@redhat.com>
600
601 * infrun.c (displaced_step_prepare_throw): Return -1 if
602 gdbarch_displaced_step_copy_insn returns NULL. Update intro
603 comment.
604 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
605 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
606 in file.
607 (ppc_displaced_step_copy_insn): New function.
608 (ppc_displaced_step_fixup): Update comment.
609 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
610 gdbarch_displaced_step_copy_insn hook.
611 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
612 NULL return.
613 * gdbarch.h: Regenerate.
614
6152015-08-07 Pedro Alves <palves@redhat.com>
616
617 * inferior.h (struct inferior) <displaced_stepping_failed>: New
618 field.
619 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
620 Return false if dispaced stepping failed before.
621 (resume): Pass the current inferior to
622 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
623 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
624 displaced_stepping_failed flag, and fall back to an in-line
625 step-over.
626
6272015-08-07 Pedro Alves <palves@redhat.com>
628
629 * darwin-nat.c (darwin_stop): Rename to ...
630 (darwin_interrupt): ... this.
631 (_initialize_darwin_inferior): Adjust.
632 * gnu-nat.c (gnu_stop): Delete.
633 (gnu_target): Don't install gnu_stop.
634 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
635 (inf_ptrace_interrupt): ... this.
636 (inf_ptrace_target): Adjust.
637 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
638 target_stop.
639 * linux-nat (linux_nat_stop): Rename to ...
640 (linux_nat_interrupt): ... this.
641 (linux_nat_stop): Reimplement.
642 (linux_nat_add_target): Install linux_nat_interrupt.
643 * nto-procfs.c (nto_interrupt_twice): Rename to ...
644 (nto_handle_sigint_twice): ... this.
645 (nto_interrupt): Rename to ...
646 (nto_handle_sigint): ... this. Call target_interrupt instead of
647 target_stop.
648 (procfs_wait): Adjust.
649 (procfs_stop): Rename to ...
650 (procfs_interrupt): ... this.
651 (init_procfs_targets): Adjust.
652 * procfs.c (procfs_stop): Rename to ...
653 (procfs_interrupt): ... this.
654 (procfs_target): Adjust.
655 * remote-m32r-sdi.c (m32r_stop): Rename to ...
656 (m32r_interrupt): ... this.
657 (init_m32r_ops): Adjust.
658 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
659 (gdbsim_interrupt_inferior): ... this.
660 (gdbsim_stop): Rename to ...
661 (gdbsim_interrupt): ... this.
662 (gdbsim_cntrl_c): Adjust.
663 (init_gdbsim_ops): Adjust.
664 * remote.c (sync_remote_interrupt): Adjust comments.
665 (remote_stop_as): Rename to ...
666 (remote_interrupt_as): ... this.
667 (remote_stop): Adjust comment.
668 (remote_interrupt): New function.
669 (init_remote_ops): Install remote_interrupt.
670 * target.c (target_interrupt): New function.
671 * target.h (struct target_ops) <to_interrupt>: New field.
672 (target_interrupt): New declaration.
673 * windows-nat.c (windows_stop): Rename to ...
674 (windows_interrupt): ... this.
675 * target-delegates.c: Regenerate.
676
6772015-08-07 Pedro Alves <palves@redhat.com>
678
679 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
680 threads" as alternative to "switching back to stepped thread".
681
6822015-08-07 Pedro Alves <palves@redhat.com>
683
684 * NEWS: Mention "maint set/show target-non-stop".
685 * breakpoint.c (update_global_location_list): Check
686 target_is_non_stop_p instead of non_stop.
687 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
688 * infrun.c (show_can_use_displaced_stepping)
689 (can_use_displaced_stepping_p, start_step_over_inferior):
690 Likewise.
691 (internal_resume_ptid): New function.
692 (resume): Use it.
693 (proceed): Check target_is_non_stop_p instead of non_stop. If in
694 all-stop mode but the target is always in non-stop mode, start all
695 the other threads that are implicitly resumed too.
696 (for_each_just_stopped_thread, fetch_inferior_event)
697 (adjust_pc_after_break, stop_all_threads): Check
698 target_is_non_stop_p instead of non_stop.
699 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
700 with the target always in non-stop mode.
701 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
702 instead of non_stop.
703 (switch_back_to_stepped_thread): Check target_is_non_stop_p
704 instead of non_stop.
705 (keep_going_stepped_thread): Use internal_resume_ptid.
706 (stop_waiting): If in all-stop mode, and the target is in non-stop
707 mode, stop all threads.
708 (keep_going_pass): Likewise, when starting a new in-line step-over
709 sequence.
710 * linux-nat.c (get_pending_status, select_event_lwp)
711 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
712 target_is_non_stop_p instead of non_stop.
713 (linux_nat_always_non_stop_p): New function.
714 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
715 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
716 * target-delegates.c: Regenerate.
717 * target.c (target_is_non_stop_p): New function.
718 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
719 (maint_set_target_non_stop_command)
720 (maint_show_target_non_stop_command): New functions.
721 (_initilize_target): Install "maint set/show target-non-stop"
722 commands.
723 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
724 (target_non_stop_enabled): New declaration.
725 (target_is_non_stop_p): New declaration.
726
7272015-08-07 Pedro Alves <pedro@codesourcery.com>
728
729 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
730 has a pending status, return true.
731 * gdbthread.h: Include target/waitstatus.h.
732 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
733 stop_pc>: New fields.
734 (struct thread_info) <resumed>: New field.
735 (set_resumed): Declare.
736 * infrun.c: Include "event-loop.h".
737 (infrun_async_inferior_event_token, infrun_is_async): New globals.
738 (infrun_async): New function.
739 (clear_step_over_info): Add debug output.
740 (displaced_step_in_progress_any_inferior): New function.
741 (displaced_step_fixup): New returns int.
742 (start_step_over): Handle in-line step-overs too. Assert the
743 thread is marked resumed.
744 (resume_cleanups): Clear the thread's resumed flag.
745 (resume): Set the thread's resumed flag. Return early if the
746 thread has a pending status. Allow stepping a breakpoint with no
747 signal.
748 (proceed): Adjust to check 'resumed' instead of 'executing'.
749 (clear_proceed_status_thread): If the thread has a pending status,
750 and that status is a finished step, discard the pending status.
751 (clear_proceed_status): Don't clear step_over_info here.
752 (random_pending_event_thread, do_target_wait): New functions.
753 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
754 do_target_wait.
755 (wait_one): New function.
756 (THREAD_STOPPED_BY): New macro.
757 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
758 (thread_stopped_by_hw_breakpoint): New functions.
759 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
760 functions.
761 (handle_inferior_event): Also call set_resumed(false) on all
762 threads implicitly stopped by the event.
763 (restart_threads, resumed_thread_with_pending_status): New
764 functions.
765 (finish_step_over): If we were doing an in-line step-over before,
766 and no longer are after trying to start a new step-over, restart
767 all threads. If we have multiple threads with pending events,
768 save the current event and go through the event loop again.
769 (handle_signal_stop): Return early if finish_step_over returns
770 false.
771 <random signal>: If we get a signal while stepping over a
772 breakpoint in-line in non-stop mode, restart all threads. Clear
773 step_over_info before delivering the signal.
774 (keep_going_stepped_thread): Use internal_error instead of
775 gdb_assert. Mark the thread as resumed.
776 (keep_going_pass_signal): Assert the thread isn't already resumed.
777 If some other thread is doing an in-line step-over, defer the
778 resume. If we just started a new in-line step-over, stop all
779 threads. Don't clear step_over_info.
780 (infrun_async_inferior_event_handler): New function.
781 (_initialize_infrun): Create async event handler with
782 infrun_async_inferior_event_handler as callback.
783 (infrun_async): New declaration.
784 * target.c (target_async): New function.
785 * target.h (target_async): Declare macro and readd as function
786 declaration.
787 * target/waitstatus.h (enum target_stop_reason)
788 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
789 * thread.c (new_thread): Clear the new waitstatus field.
790 (set_resumed): New function.
791
7922015-08-07 Pedro Alves <palves@redhat.com>
793
794 * infrun.c (keep_going_stepped_thread): New function, factored out
795 from ...
796 (switch_back_to_stepped_thread): ... here.
797
7982015-08-07 Pedro Alves <palves@redhat.com>
799
800 * infrun.c (currently_stepping): Extend intro comment.
801 * target.h (target_resume): Extend intro comment.
802
8032015-08-07 Pedro Alves <palves@redhat.com>
804
805 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
806 of inferior_ptid. If the stepped thread vanished, return 0
807 instead of resuming here. Use reset_ecs. Print the prev_pc and
808 the current stop_pc in log message. Clear trap_expected if the
809 thread advanced. Don't pass currently_stepping to
810 do_target_resume.
811
8122015-08-07 Pedro Alves <palves@redhat.com>
813
814 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
815 * infrun.c (struct execution_control_state): Move higher up in the
816 file.
817 (reset_ecs): New function.
818 (start_step_over): Now returns int. Rewrite to use
819 keep_going_pass_signal instead of manually starting a displaced step.
820 (resume): Don't call set_running here. If displaced stepping
821 can't start now, clear trap_expected.
822 (find_thread_needs_step_over): Delete function.
823 (proceed): Set up finish_thread_state_cleanup. Call set_running.
824 If the current thread needs a step over, push it in the step-over
825 chain. Don't set insert breakpoints nor call resume directly
826 here. Instead rewrite to use start_step_over and
827 keep_going_pass_signal.
828 (finish_step_over): New function.
829 (handle_signal_stop): Call finish_step_over instead of
830 start_step_over.
831 (switch_back_to_stepped_thread): If the event thread needs another
832 step-over do that first. Use start_step_over.
833 (keep_going_pass_signal): New function, factored out from ...
834 (keep_going): ... here.
835 (_initialize_infrun): Comment moved here.
836 * thread.c (set_running_thread): New function.
837 (set_running, finish_thread_state): Use set_running_thread.
838
8392015-08-07 Pedro Alves <palves@redhat.com>
840
841 * gdbthread.h (struct thread_info) <step_over_prev,
842 step_over_next>: New fields.
843 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
844 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
845 declarations.
846 * infrun.c (struct displaced_step_request): Delete.
847 (struct displaced_step_inferior_state) <step_request_queue>:
848 Delete field.
849 (displaced_step_prepare): Assert that trap_expected is set. Use
850 thread_step_over_chain_enqueue. Split starting a new displaced
851 step to ...
852 (start_step_over): ... this new function.
853 (resume): Assert the thread isn't waiting for a step over already.
854 (proceed): Assert the thread isn't waiting for a step over
855 already.
856 (infrun_thread_stop_requested): Adjust to remove threads from the
857 embedded step-over chain.
858 (handle_inferior_event) <fork/vfork>: Call start_step_over after
859 displaced_step_fixup.
860 (handle_signal_stop): Call start_step_over after
861 displaced_step_fixup.
862 * infrun.h (step_over_queue_head): New declaration.
863 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
864 (thread_step_over_chain_next, thread_is_in_step_over_chain)
865 (thread_step_over_chain_enqueue)
866 (thread_step_over_chain_remove): New functions.
867 (delete_thread_1): Remove thread from the step-over chain.
868
8692015-08-07 Pedro Alves <palves@redhat.com>
870
871 * infrun.c (thread_still_needs_step_over): Rename to ...
872 (thread_still_needs_step_over_bp): ... this.
873 (enum step_over_what): New.
874 (thread_still_needs_step_over): Reimplement.
875
8762015-08-07 Pedro Alves <palves@redhat.com>
877
878 * remote.c (remote_wait_as): If not waiting for a stop reply,
879 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
880 requested, don't block waiting forever.
881
8822015-08-07 Pedro Alves <pedro@codesourcery.com>
883
884 * infrun.c (adjust_pc_after_break): Now takes thread_info and
885 waitstatus pointers instead of an ecs. Adjust.
886 (handle_inferior_event): Adjust caller.
887
8882015-08-07 Pedro Alves <palves@redhat.com>
889
890 * infrun.c (handle_inferior_event): If we get
891 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
892 mode, mark all threads of the exiting process as not-executing.
893 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
894 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
895 exiting process, if inferior_ptid still points at a process.
896 * thread.c (struct current_thread_cleanup) <next>: New field.
897 (current_thread_cleanup_chain): New global.
898 (restore_current_thread_ptid_changed): New function.
899 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
900 current_thread_cleanup_chain list.
901 (make_cleanup_restore_current_thread): Add the cleanup data to the
902 current_thread_cleanup_chain list.
903 (_initialize_thread): Install restore_current_thread_ptid_changed
904 as thread_ptid_changed observer.
905
9062015-08-07 Joel Brobecker <brobecker@adacore.com>
907
908 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
909 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
910 smaller than expected.
911
9122015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * stack.c (get_frame_language): Moved ...
915 * frame.c (get_frame_language): ... to here.
916 * language.h (get_frame_language): Declaration moved to frame.h.
917 * frame.h: Add language.h include, for language enum.
918 (get_frame_language): Declaration moved from language.h.
919 * language.c: Add frame.h include.
920 * top.c: Add frame.h include.
921 * symtab.h (struct obj_section): Declare.
922 (struct cmd_list_element): Declare.
923
9242015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
925
926 * language.c (show_language_command): Find selected frame before
927 asking for the language of that frame.
928 (set_language_command): Likewise.
929 * language.h (get_frame_language): Add frame parameter.
930 * stack.c (get_frame_language): Add frame parameter, assert
931 parameter is not NULL, update comment and reindent.
932 * top.c (check_frame_language_change): Pass the selected frame
933 into get_frame_language.
934
9352015-08-07 Markus Metzger <markus.t.metzger@intel.com>
936
937 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
938 (pt_btrace_insn_flags): New.
939 (ftrace_add_pt): Call pt_btrace_insn_flags.
940 * btrace.h (btrace_insn_flag): New.
941 (btrace_insn) <flags>: New.
942 * record-btrace.c (btrace_insn_history): Print insn prefix.
943 * NEWS: Announce it.
944
9452015-08-07 Markus Metzger <markus.t.metzger@intel.com>
946
947 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
948 * configure: Regenerate.
949
9502015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
951
952 * Makefile.in (LIBICONV): Define.
953 (CLIBS): Add LIBICONV.
954 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
955 * configure: Regenerate.
956
9572015-08-06 Simon Marchi <simon.marchi@ericsson.com>
958 Pedro Alves <palves@redhat.com>
959
960 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
961 (arm_set_abi): Likewise.
962 * ax-general.c (ax_print): Likewise.
963 * c-exp.y (exp : string_exp): Likewise.
964 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
965 (do_compile_dwarf_expr_to_c): Likewise.
966 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
967 Likewise.
968 * dwarf2expr.c (execute_stack_op): Likewise.
969 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
970 (disassemble_dwarf_expression): Likewise.
971 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
972 (read_array_order): Likewise.
973 (abbrev_table_read_table): Likewise.
974 (read_attribute_value): Likewise.
975 (skip_unknown_opcode): Likewise.
976 (dwarf_decode_macro_bytes): Likewise.
977 (dwarf_decode_macros): Likewise.
978 * eval.c (value_f90_subarray): Likewise.
979 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
980 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
981 * infrun.c (handle_command): Likewise.
982 * memory-map.c (memory_map_start_memory): Likewise.
983 * osabi.c (set_osabi): Likewise.
984 * parse.c (operator_length_standard): Likewise.
985 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
986 single return point.
987 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
988 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
989 (gdbpy_lookup_global_symbol): Likewise.
990 * record-full.c (record_full_restore): Likewise.
991 * regcache.c (regcache_register_status): Likewise.
992 (regcache_raw_read): Likewise.
993 (regcache_cooked_read): Likewise.
994 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
995 * symtab.c (initialize_ordinary_address_classes): Likewise.
996 * target-debug.h (target_debug_print_signals): Likewise.
997 * utils.c (do_restore_current_language): Likewise.
998
9992015-08-06 Clem Dickey <clemd@acm.org>
1000
1001 PR python/17136
1002 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
1003
10042015-08-06 Simon Marchi <simon.marchi@ericsson.com>
1005
1006 * complaints.c (enum complaint_series): Add newlines and remove
1007 out of date comment.
1008 (struct complaints) <series>: Change type to enum
1009 complaint_series and remove out of date comment.
1010 (symfile_complaint_hook): Use equivalent enum value
1011 ISOLATED_MESSAGE instead of 0.
1012
10132015-08-06 Pedro Alves <palves@redhat.com>
1014
1015 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
1016 returned > 0.
1017
10182015-08-06 Pierre Langlois <pierre.langlois@arm.com>
1019
1020 * common/agent.c (symbol_list) <required>: Remove.
1021
10222015-08-06 Pedro Alves <palves@redhat.com>
1023
1024 * target/waitstatus.h (enum target_stop_reason)
1025 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
1026
10272015-08-05 Pedro Alves <palves@redhat.com>
1028 Joel Brobecker <brobecker@adacore.com>
1029
1030 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
1031 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
1032 case where BS->STOP is not set.
1033
10342015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
1035
1036 * nat/gdb_thread_db.h: Add copyright header.
1037 Protect against multiple inclusion.
1038
10392015-08-05 Yao Qi <yao.qi@linaro.org>
1040
1041 * aarch64-linux-nat.c (get_thread_id): Remove.
1042 (debug_reg_change_callback): Call ptid_get_lwp instead of
1043 get_thread_id.
1044 (fetch_gregs_from_thread): Likewise.
1045 (store_gregs_to_thread): Likewise.
1046 (fetch_fpregs_from_thread): Likewise.
1047 (store_fpregs_to_thread): Likewise.
1048 (aarch64_linux_get_debug_reg_capacity): Likewise.
1049 * arm-linux-nat.c (get_thread_id): Remove.
1050 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
1051 * xtensa-linux-nat.c (get_thread_id): Remove.
1052 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
1053 * arm-linux-nat.c (get_thread_id): Remove.
1054 (GET_THREAD_ID): Remove.
1055 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
1056 (store_fpregs, fetch_regs, store_regs): Likewise.
1057 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
1058 (fetch_vfp_regs, store_vfp_regs): Likewise.
1059 (arm_linux_read_description): Likewise.
1060 (arm_linux_get_hwbp_cap): Likewise.
1061 * xtensa-linux-nat.c (get_thread_id): Remove.
1062 (GET_THREAD_ID): Remove.
1063 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
1064 GET_THREAD_ID.
1065
10662015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
1067
1068 * python/py-linetable.c: Fix case of Linetable to LineTable
1069 in docstrings and code comments.
1070 * python/py-symtab.c: Same.
1071
10722015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * infcmd.c (signal_command): Call do_cleanups for args_chain.
1075
10762015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1077
1078 PR gdb/18767
1079 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
1080 use.
1081
10822015-08-04 Pedro Alves <palves@redhat.com>
1083
1084 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
1085 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
1086 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
1087 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
1088 (td_thr_validate_ftype, td_thr_get_info_ftype)
1089 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
1090 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
1091 New typedefs.
1092 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
1093 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
1094 local macros and use them instead of verbose_dlsym and dlsym
1095 calls.
1096
10972015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1098
1099 * nios2-tdep.h: Include opcode/nios2.h here.
1100 (NIOS2_CDX_OPCODE_SIZE): New.
1101 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
1102 * nios2-tdep.c: Don't include opcode/nios2.h here.
1103 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
1104 4-byte read fails.
1105 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
1106 (nios2_match_addi, nios2_match_orhi): Likewise.
1107 (nios2_match_stw, nios2_match_ldw): Likewise.
1108 (nios2_match_rdctl): Likewise.
1109 (nios2_match_stwm, nios2_match_ldwm): New.
1110 (nios2_match_branch): Add cases for R2 encodings.
1111 (nios2_match_jmpi, nios2_match_calli): Likewise.
1112 (nios2_match_jmpr, nios2_match_callr): Likewise.
1113 (nios2_match_break, nios2_match_trap): Likewise.
1114 (nios2_in_epilogue_p): Add R2 support.
1115 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
1116 prologues.
1117 (nios2_breakpoint_from_pc): Handle R2 instructions.
1118 (nios2_get_next_pc): Likewise. Adjust call to
1119 tdep->syscall_next_pc.
1120 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
1121 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
1122 instruction field macros instead of literal hex values.
1123 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
1124 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
1125 Use size field from OP instead of assuming all instructions
1126 are the same size.
1127 (nios2_linux_init_abi): Register appropriate unwinder for mach.
1128
11292015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
1130
1131 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
1132 variable warning with some compilers.
1133
11342015-08-03 Yao Qi <yao.qi@linaro.org>
1135
1136 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
1137 in comment. Replace "rw" with "type".
1138 (arm_linux_remove_watchpoint): Change type of "rw" to
1139 "enum target_hw_bp_type".
1140
11412015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
1142
1143 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
1144 lookup_symbol.
1145 * ft32-tdep.c (ft32_skip_prologue): Likewise.
1146 * moxie-tdep.c (moxie_skip_prologue): Likewise.
1147 * mt-tdep.c (mt_skip_prologue): Likewise.
1148 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
1149
11502015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
1151
1152 * ada-exp.y (write_object_renaming): Replace struct
1153 ada_symbol_info with struct block_symbol. Update field
1154 references accordingly.
1155 (block_lookup, select_possible_type_sym): Likewise.
1156 (find_primitive_type): Likewise. Also update call to
1157 ada_lookup_symbol to extract the symbol itself.
1158 (write_var_or_type, write_name_assoc): Likewise.
1159 * ada-lang.h (struct ada_symbol_info): Remove.
1160 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
1161 struct block_symbol.
1162 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
1163 (ada_lookup_symbol): Return struct block_symbol instead of a
1164 mere symbol.
1165 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
1166 with struct block_symbol.
1167 (resolve_subexp, ada_resolve_function, sort_choices,
1168 user_select_syms, is_nonfunction, add_defn_to_vec,
1169 num_defns_collected, defns_collected,
1170 symbols_are_identical_enums, remove_extra_symbols,
1171 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
1172 ada_lookup_symbol_list, ada_iterate_over_symbols,
1173 ada_lookup_encoded_symbol, get_var_value): Likewise.
1174 (ada_lookup_symbol): Return a block_symbol instead of a mere
1175 symbol. Replace struct ada_symbol_info with struct
1176 block_symbol.
1177 (ada_lookup_symbol_nonlocal): Likewise.
1178 (standard_lookup): Make block passing explicit through
1179 lookup_symbol_in_language.
1180 * ada-tasks.c (get_tcb_types_info): Update the calls to
1181 lookup_symbol_in_language to extract the mere symbol out of the
1182 returned value.
1183 (ada_tasks_inferior_data_sniffer): Likewise.
1184 * ax-gdb.c (gen_static_field): Likewise for the call to
1185 lookup_symbol.
1186 (gen_maybe_namespace_elt): Deal with struct block_symbol from
1187 lookup functions.
1188 (gen_expr): Likewise.
1189 * c-exp.y: Likewise. Remove uses of block_found.
1190 (lex_one_token, classify_inner_name, c_print_token): Likewise.
1191 (classify_name): Likewise. Rename the "sym" local variable to
1192 "bsym".
1193 * c-valprint.c (print_unpacked_pointer): Likewise.
1194 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
1195 "sym" parameter from struct symbol * to struct block_symbol.
1196 Use it to remove uses of block_found. Deal with struct
1197 block_symbol from lookup functions.
1198 (gcc_convert_symbol): Likewise. Update the call to
1199 convert_symbol_sym.
1200 * compile/compile-object-load.c (compile_object_load): Deal with
1201 struct block_symbol from lookup functions.
1202 * cp-namespace.c (cp_lookup_nested_symbol_1,
1203 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
1204 cp_search_static_and_baseclasses,
1205 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
1206 cp_lookup_symbol_imports_or_template,
1207 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
1208 lookup_namespace_scope, cp_lookup_nonlocal,
1209 find_symbol_in_baseclass): Return struct block_symbol instead of
1210 mere symbols and deal with struct block_symbol from lookup
1211 functions.
1212 * cp-support.c (inspect_type, replace_typedefs,
1213 cp_lookup_rtti_type): Deal with struct block_symbol from
1214 lookup functions.
1215 * cp-support.h (cp_lookup_symbol_nonlocal,
1216 cp_lookup_symbol_from_namespace,
1217 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
1218 Return struct block_symbol instead of mere symbols.
1219 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
1220 push_module_name):
1221 Deal with struct block_symbol from lookup functions. Remove
1222 uses of block_found.
1223 * eval.c (evaluate_subexp_standard): Update call to
1224 cp_lookup_symbol_namespace.
1225 * f-exp.y: Deal with struct block_symbol from lookup functions.
1226 Remove uses of block_found.
1227 (yylex): Likewise.
1228 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
1229 lookup_enum, lookup_template_type, check_typedef): Deal with
1230 struct block_symbol from lookup functions.
1231 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
1232 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
1233 (gdbscm_lookup_global_symbol): Likewise.
1234 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
1235 * go-exp.y: Likewise. Remove uses of block_found.
1236 (package_name_p, classify_packaged_name, classify_name):
1237 Likewise.
1238 * infrun.c (insert_exception_resume_breakpoint): Likewise.
1239 * jv-exp.y (push_variable): Likewise.
1240 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
1241 * language.c (language_bool_type): Likewise.
1242 * language.h (struct language_defn): Update
1243 la_lookup_symbol_nonlocal to return a struct block_symbol rather
1244 than a mere symbol.
1245 * linespec.c (find_label_symbols): Deal with struct block_symbol
1246 from lookup functions.
1247 * m2-exp.y: Likewise. Remove uses of block_found.
1248 (yylex): Likewise.
1249 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
1250 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
1251 * p-exp.y: Likewise. Remove uses of block_found.
1252 (yylex): Likewise.
1253 * p-valprint.c (pascal_val_print): Likewise.
1254 * parse.c (write_dollar_variable): Likewise. Remove uses of
1255 block_found.
1256 * parser-defs.h (struct symtoken): Turn the SYM field into a
1257 struct block_symbol.
1258 * printcmd.c (address_info): Deal with struct block_symbol from
1259 lookup functions.
1260 * python/py-frame.c (frapy_read_var): Likewise.
1261 * python/py-symbol.c (gdbpy_lookup_symbol,
1262 gdbpy_lookup_global_symbol): Likewise.
1263 * skip.c (skip_function_command): Likewise.
1264 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
1265 block_symbol instead of a mere symbol.
1266 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
1267 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
1268 * solib.c (solib_global_lookup): Likewise.
1269 * solist.h (solib_global_lookup): Likewise.
1270 (struct target_so_ops): Update lookup_lib_global_symbol to
1271 return a struct block_symbol rather than a mere symbol.
1272 * source.c (select_source_symtab): Deal with struct block_symbol
1273 from lookup functions.
1274 * stack.c (print_frame_args, iterate_over_block_arg_vars):
1275 Likewise.
1276 * symfile.c (set_initial_language): Likewise.
1277 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
1278 block_symbol.
1279 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
1280 (struct symbol_cache_slot): Turn the FOUND field into a struct
1281 block_symbol.
1282 (block_found): Remove.
1283 (eq_symbol_entry): Update to deal with struct block_symbol in
1284 cache slots.
1285 (symbol_cache_lookup): Return a struct block_symbol rather than
1286 a mere symbol.
1287 (symbol_cache_mark_found): Add a BLOCK parameter to fill
1288 appropriately the cache slots. Update callers.
1289 (symbol_cache_dump): Update cache slots handling to the type
1290 change.
1291 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
1292 lookup_symbol_aux, lookup_local_symbol,
1293 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
1294 lookup_symbol_in_objfile_symtabs,
1295 lookup_symbol_in_objfile_from_linkage_name,
1296 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
1297 lookup_symbol_in_static_block, lookup_static_symbol,
1298 lookup_global_symbol):
1299 Return a struct block_symbol rather than a mere symbol. Deal
1300 with struct block_symbol from other lookup functions. Remove
1301 uses of block_found.
1302 (lookup_symbol_in_block): Remove uses of block_found.
1303 (struct global_sym_lookup_data): Turn the RESULT field into a
1304 struct block_symbol.
1305 (lookup_symbol_global_iterator_cb): Update references to the
1306 RESULT field.
1307 (search_symbols): Deal with struct block_symbol from lookup
1308 functions.
1309 * symtab.h (struct block_symbol): New structure.
1310 (block_found): Remove.
1311 (lookup_symbol_in_language, lookup_symbol,
1312 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
1313 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
1314 lookup_global_symbol_from_objfile): Return a struct block_symbol
1315 rather than just a mere symbol. Update comments to remove
1316 mentions of block_found.
1317 * valops.c (find_function_in_inferior,
1318 value_struct_elt_for_reference, value_maybe_namespace_elt,
1319 value_of_this): Deal with struct block_symbol from lookup
1320 functions.
1321 * value.c (value_static_field, value_fn_field): Likewise.
1322
13232015-07-31 Simon Marchi <simon.marchi@ericsson.com>
1324
1325 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
1326 instead of integer.
1327
13282015-07-31 Simon Marchi <simon.marchi@ericsson.com>
1329 Pedro Alves <palves@redhat.com>
1330
1331 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
1332 type or value instead of integer.
1333 (aarch64_linux_insert_watchpoint): Likewise.
1334 (aarch64_linux_remove_watchpoint): Likewise.
1335 * ada-lang.c (ada_op_print_tab): Likewise.
1336 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
1337 (amd64_linux_syscall_record_common): Likewise.
1338 * arch-utils.c (target_byte_order_user): Likewise.
1339 (default_byte_order): Likewise.
1340 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
1341 (arm_linux_get_hwbp_type): Likewise.
1342 (arm_linux_hw_watchpoint_initialize): Likewise.
1343 (arm_linux_insert_watchpoint): Likewise.
1344 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
1345 (arm_linux_syscall_record): Likewise.
1346 * breakpoint.c (update_watchpoint): Likewise.
1347 (breakpoint_here_p): Likewise.
1348 (bpstat_print): Likewise.
1349 (enable_breakpoint_disp): Likewise.
1350 * c-lang.c (c_op_print_tab): Likewise.
1351 * cli/cli-decode.c (add_info_alias): Likewise.
1352 * d-lang.c (d_op_print_tab): Likewise.
1353 * eval.c (evaluate_subexp_standard): Likewise.
1354 * f-exp.y (dot_ops): Likewise.
1355 (f77_keywords): Likewise.
1356 * f-lang.c (f_op_print_tab): Likewise.
1357 * go-lang.c (go_op_print_tab): Likewise.
1358 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
1359 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
1360 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
1361 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
1362 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
1363 (struct scm_from_stringn_data): Likewise.
1364 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
1365 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
1366 (ia64_linux_remove_watchpoint): Likewise.
1367 (ia64_linux_can_use_hw_breakpoint): Likewise.
1368 * infrun.c (print_stop_event): Likewise.
1369 * jv-lang.c (java_op_print_tab): Likewise.
1370 * linux-nat.c (linux_proc_xfer_partial): Likewise.
1371 * linux-nat.h (struct lwp_info): Likewise.
1372 * linux-thread-db.c (enable_thread_event): Likewise.
1373 * m2-lang.c (m2_op_print_tab): Likewise.
1374 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
1375 (mi_cmd_stack_list_variables): Likewise.
1376 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
1377 * mi/mi-out.c (mi_table_begin): Likewise.
1378 (mi_table_header): Likewise.
1379 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
1380 (mips_linux_insert_watchpoint): Likewise.
1381 (mips_linux_remove_watchpoint): Likewise.
1382 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
1383 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
1384 (mips_linux_watch_type_to_irw): Likewise.
1385 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
1386 (procfs_insert_hw_watchpoint): Likewise.
1387 (procfs_remove_hw_watchpoint): Likewise.
1388 (procfs_hw_watchpoint): Likewise.
1389 (procfs_can_use_hw_breakpoint): Likewise.
1390 (procfs_remove_hw_watchpoint): Likewise.
1391 (procfs_insert_hw_watchpoint): Likewise.
1392 * p-lang.c (pascal_op_print_tab): Likewise.
1393 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
1394 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
1395 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
1396 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
1397 (procfs_insert_watchpoint): Likewise.
1398 (procfs_remove_watchpoint): Likewise.
1399 * psymtab.c (recursively_search_psymtabs): Likewise.
1400 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
1401 (m32r_insert_watchpoint): Likewise.
1402 * remote-mips.c (mips_can_use_watchpoint): Likewise.
1403 (mips_insert_watchpoint): Likewise.
1404 (mips_remove_watchpoint): Likewise.
1405 * remote.c (watchpoint_to_Z_packet): Likewise.
1406 (remote_insert_watchpoint): Likewise.
1407 (remote_remove_watchpoint): Likewise.
1408 (remote_check_watch_resources): Likewise.
1409 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
1410 (s390_remove_watchpoint): Likewise.
1411 (s390_can_use_hw_breakpoint): Likewise.
1412 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1413 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
1414 * target.h (struct target_ops): Likewise.
1415 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
1416 * ui-out.c (struct ui_out_hdr): Likewise.
1417 (append_header_to_list): Likewise.
1418 (get_next_header): Likewise.
1419 (verify_field): Likewise.
1420 (ui_out_begin): Likewise.
1421 (ui_out_field_int): Likewise.
1422 (ui_out_field_fmt_int): Likewise.
1423 (ui_out_field_skip): Likewise.
1424 (ui_out_field_string): Likewise.
1425 (ui_out_field_fmt): Likewise.
1426 * varobj.c (new_variable): Likewise.
1427 * x86-nat.c (x86_insert_watchpoint): Likewise.
1428 (x86_remove_watchpoint): Likewise.
1429 (x86_can_use_hw_breakpoint): Likewise.
1430 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
1431 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
1432 previously anonymous enumeration type..
1433 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
1434 value.
1435 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
1436 (target_debug_print_enum_bptype): New.
1437 * target-delegates.c: Regenerate.
1438
14392015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1440
1441 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
1442 already says and disallow non-stack memory writes in the prologue.
1443
14442015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1445
1446 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
1447 reflect how current GCC emits stack overflow checks. Match
1448 both trap and break instructions for backward compatbility.
1449 Disallow other trap and break instructions in the prologue.
1450
14512015-07-30 Pedro Alves <palves@redhat.com>
1452
1453 PR threads/18600
1454 * linux-nat.c (wait_lwp): Report to the core when thread group
1455 leader exits.
1456
14572015-07-30 Pedro Alves <palves@redhat.com>
1458 Simon Marchi <simon.marchi@ericsson.com>
1459
1460 PR threads/18600
1461 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
1462 mark the new thread as resumed. Remove STOPPING parameter.
1463 (wait_lwp): Adjust call to linux_handle_extended_wait.
1464 (linux_nat_filter_event): Adjust call to
1465 linux_handle_extended_wait.
1466 (resume_stopped_resumed_lwps): Add debug output.
1467
14682015-07-30 Pierre Langlois <pierre.langlois@arm.com>
1469
1470 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
1471 isize argument.
1472 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
1473 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
1474 gdbarch_fast_tracepoint_valid_at.
1475 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
1476 * gdbarch.h: Regenerate.
1477 * gdbarch.c: Regenerate.
1478 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
1479 argument. Do not set it.
1480 * remote.c (remote_download_tracepoint): Adjust call to
1481 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
1482 the instruction length.
1483
14842015-07-30 Yao Qi <yao.qi@linaro.org>
1485
1486 * arm-tdep.h (enum gdb_regnum): Move it to ...
1487 * arch/arm.h: ... here. New file.
1488 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
1489
14902015-07-30 Pierre Langlois <pierre.langlois@arm.com>
1491
1492 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
1493 Change its type to int *.
1494 (decode_br): Rename link argument to is_blr. Change its type to
1495 int *.
1496 (decode_cb): Rename op argument to is_cbnz. Change its type to
1497 int *.
1498 (decode_tb): Rename op argument to is_tbnz. Change its type to
1499 int *. Set is_tbnz to either 1 or 0.
1500 (aarch64_analyze_prologue): Change type of is_link to int. Add
1501 new variables is_cbnz and is_tbnz. Adjust call to
1502 aarch64_decode_cb and aarch64_decode_tb.
1503
15042015-07-29 Simon Marchi <simon.marchi@ericsson.com>
1505
1506 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
1507 parameter.
1508 (mips_linux_new_thread): Likewise.
1509 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
1510
15112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1512
1513 * top.c: Include "tui/tui.h".
1514 (undo_terminal_modifications_before_exit): New static function.
1515 (quit_force): Use it.
1516
15172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1518
1519 * target.c (terminal_state): Initialize to terminal_is_ours.
1520
15212015-07-29 Yao Qi <yao.qi@linaro.org>
1522
1523 PR record/18691
1524 * dcache.c (dcache_read_memory_partial): Call
1525 raw_memory_xfer_partial.
1526 * target.c (raw_memory_xfer_partial): Make it non-static.
1527 * target.h (raw_memory_xfer_partial): Declare.
1528
15292015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1530
1531 * c-valprint.c (c_val_print_array): Consider addressable memory
1532 unit size.
1533 (c_val_print_ptr): Likewise.
1534 (c_val_print_int): Likewise.
1535 * findvar.c (read_frame_register_value): Likewise.
1536 * valarith.c (find_size_for_pointer_math): Likewise.
1537 (value_ptrdiff): Likewise.
1538 (value_subscripted_rvalue): Likewise.
1539 * valops.c (read_value_memory): Likewise (and rename variables).
1540 (value_assign): Likewise.
1541 (value_repeat): Likewise.
1542 (value_array): Likewise.
1543 (value_slice): Likewise.
1544 * valprint.c (generic_val_print_ptr): Likewise.
1545 (generic_val_print_enum): Likewise.
1546 (generic_val_print_bool): Likewise.
1547 (generic_val_print_int): Likewise.
1548 (generic_val_print_char): Likewise.
1549 (generic_val_print_float): Likewise.
1550 (generic_val_print_decfloat): Likewise.
1551 (generic_val_print_complex): Likewise.
1552 (val_print_scalar_formatted): Likewise.
1553 (val_print_array_elements): Likewise.
1554 * value.c (set_value_parent): Likewise.
1555 (value_contents_copy_raw): Likewise.
1556 (set_internalvar_component): Likewise.
1557 (value_primitive_field): Likewise.
1558 (value_fetch_lazy): Likewise.
1559 * value.h (read_value_memory): Update comment.
1560
15612015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1562
1563 * value.c (get_value_arch): New function.
1564 * value.h (get_value_arch): New declaration.
1565
15662015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1567
1568 * value.c (struct value): Update comments.
1569
15702015-07-28 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * gdbtypes.c (type_length_units): New function.
1573 * gdbtypes.h (type_length_units): New declaration.
1574 (struct type) <length>: Update comment.
1575
15762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1577
1578 * valprint.c (generic_val_print): Factor out complex
1579 printing code to ...
1580 (generic_val_print_complex): ... this new function.
1581
15822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1583
1584 * valprint.c (generic_val_print): Factor out decfloat
1585 printing code to ...
1586 (generic_val_print_decfloat): ... this new function.
1587
15882015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1589
1590 * valprint.c (generic_val_print): Factor out float
1591 printing code to ...
1592 (generic_val_print_float): ... this new function.
1593
15942015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1595
1596 * valprint.c (generic_val_print): Factor out char
1597 printing code to ...
1598 (generic_val_print_char): ... this new function.
1599
16002015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1601
1602 * valprint.c (generic_val_print): Factor out integer
1603 printing code to ...
1604 (generic_val_print_int): ... this new function.
1605
16062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1607
1608 * valprint.c (generic_val_print): Factor out bool
1609 printing code to ...
1610 (generic_val_print_bool): ... this new function.
1611
16122015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1613
1614 * valprint.c (generic_val_print): Factor out function/method
1615 printing code to ...
1616 (generic_val_print_func): ... this new function.
1617
16182015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1619
1620 * valprint.c (generic_val_print): Factor out flags
1621 printing code to ...
1622 (generic_val_print_flags): ... this new function.
1623
16242015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1625
1626 * valprint.c (generic_val_print): Factor out enum
1627 printing code to ...
1628 (generic_val_print_enum): ... this new function.
1629
16302015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1631
1632 * valprint.c (generic_val_print): Factor out reference
1633 printing code to ...
1634 (generic_val_print_ref): ... this new function.
1635
16362015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1637
1638 * valprint.c (generic_val_print): Factor out memberptr
1639 printing code to ...
1640 (generic_val_print_memberptr): ... this new function.
1641
16422015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1643
1644 * valprint.c (generic_val_print): Factor out pointer
1645 printing code to ...
1646 (generic_val_print_ptr): ... this new function.
1647
16482015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1649
1650 * valprint.c (generic_val_print): Factor out array
1651 printing code to ...
1652 (generic_val_print_array): ... this new function.
1653
16542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1655
1656 * valprint.c (generic_val_print): Factor out
1657 print_unpacked_pointer code to ...
1658 (print_unpacked_pointer): ... this new function.
1659
16602015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1661
1662 * event-top.c (handle_sigterm): Don't inspect
1663 target_can_async_p. Always set the quit flag and always mark
1664 the async signal handler.
1665
16662015-07-27 Yao Qi <yao.qi@linaro.org>
1667
1668 * Makefile.in (REMOTE_EXAMPLES): Remove it.
1669
16702015-07-25 Kevin Buettner <kevinb@redhat.com>
1671
1672 * remote.c (read_ptid): Return null_ptid when no thread id
1673 is found.
1674 (remote_current_thread): Add log warning for malformed
1675 qC reply.
1676 (remote_start_remote): Add log warning when current thread
1677 not found.
1678
16792015-07-24 Pedro Alves <palves@redhat.com>
1680
1681 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
1682 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
1683 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
1684
16852015-07-24 Pedro Alves <palves@redhat.com>
1686
1687 PR gdb/18717
1688 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
1689 is resumed, and extend the debug log.
1690
16912015-07-24 Pedro Alves <palves@redhat.com>
1692
1693 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
1694
16952015-07-24 Pedro Alves <palves@redhat.com>
1696
1697 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
1698 sys/ptrace.h.
1699 * alpha-linux-nat.c: Likewise.
1700 * amd64-linux-nat.c: Likewise.
1701 * arm-linux-nat.c: Likewise.
1702 * hppa-linux-nat.c: Likewise.
1703 * i386-linux-nat.c: Likewise.
1704 * ia64-linux-nat.c: Likewise.
1705 * linux-fork.c: Likewise.
1706 * linux-nat.c: Likewise.
1707 * m32r-linux-nat.c: Likewise.
1708 * m68klinux-nat.c: Likewise.
1709 * mips-linux-nat.c: Likewise.
1710 * nat/linux-btrace.c: Likewise.
1711 * nat/linux-ptrace.c: Likewise.
1712 * nat/linux-ptrace.h
1713 * nat/mips-linux-watch.c: Likewise.
1714 * nat/x86-linux-dregs.c: Likewise.
1715 * ppc-linux-nat.c: Likewise.
1716 * s390-linux-nat.c: Likewise.
1717 * spu-linux-nat.c: Likewise.
1718 * tilegx-linux-nat.c: Likewise.
1719 * x86-linux-nat.c: Likewise.
1720 * xtensa-linux-nat.c: Likewise.
1721
17222015-07-24 Pedro Alves <palves@redhat.com>
1723
1724 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
1725 __ptrace_request as first parameter type instead of int.
1726 (PTRACE_TYPE_ARG1): Define.
1727 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
1728 that casts first argument to PTRACE_TYPE_ARG1.
1729 * config.in: Regenerate.
1730 * configure: Regenerate.
1731
17322015-07-24 Pedro Alves <palves@redhat.com>
1733
1734 * gdb_ptrace.h: Move ...
1735 * nat/gdb_ptrace.h: ... here.
1736 * inf-ptrace.c: Adjust.
1737
17382015-07-24 Pedro Alves <palves@redhat.com>
1739
1740 * acinclude.m4: Include ptrace.m4.
1741 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
1742 * ptrace.m4: ... to this new file.
1743
17442015-07-23 Doug Evans <dje@google.com>
1745
1746 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
1747 (load_cu): Handle dummy CUs.
1748 (dw2_do_instantiate_symtab, process_queuef): Ditto.
1749 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
1750
17512015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
1752
1753 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
1754 documentation to say that it returns a list rather than
1755 a FrozenSet.
1756 (linetable_object_methods): Update the docstring of the
1757 "source_line" entry.
1758
17592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1760
1761 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
1762 type to the recursive call instead of the original (maybe
1763 TYPE_CODE_TYPEDEF) type.
1764
17652015-07-23 Yao Qi <yao.qi@linaro.org>
1766
1767 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
1768 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
1769 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
1770
17712015-07-21 Yao Qi <yao.qi@linaro.org>
1772
1773 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
1774 Move it to nat/aarch64-linux-hw-point.c.
1775 (aarch64_linux_child_post_startup_inferior): Update.
1776 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
1777 New function.
1778 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
1779 Declare it.
1780
17812015-07-21 Markus Metzger <markus.t.metzger@intel.com>
1782
1783 * common/btrace-common.c (btrace_data_append): Change case label.
1784
17852015-07-20 Yao Qi <yao.qi@linaro.org>
1786
1787 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
1788 Re-indent the code.
1789 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
1790 "unsigned long long".
1791
17922015-07-18 Kevin Buettner <kevinb@redhat.com>
1793
1794 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
1795 to be set for SEC_ALLOC sections too.
1796
17972015-07-17 Yao Qi <yao.qi@linaro.org>
1798
1799 * Makefile.in (HFILES_NO_SRCDIR): Add
1800 nat/aarch64-linux-hw-point.h.
1801 (aarch64-linux-hw-point.o): New rule.
1802 * nat/aarch64-linux-hw-point.h: New file.
1803 * nat/aarch64-linux-hw-point.c: New file.
1804 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
1805 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
1806 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
1807 (AARCH64_HWP_ALIGNMENT): Likewise.
1808 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
1809 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
1810 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
1811 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
1812 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
1813 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
1814 (struct aarch64_debug_reg_state): Likewise.
1815 (struct arch_lwp_info): Likewise.
1816 (aarch64_linux_set_debug_regs): Likewise.
1817 (aarch64_notify_debug_reg_change): Remove static.
1818 (aarch64_align_watchpoint): Likewise.
1819 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
1820 (aarch64_watchpoint_length): Likewise.
1821 (aarch64_point_encode_ctrl_reg): Likewise
1822 (aarch64_point_is_aligned): Likewise.
1823 (aarch64_dr_state_insert_one_point): Likewise.
1824 (aarch64_dr_state_remove_one_point): Likewise.
1825 (aarch64_handle_breakpoint): Likewise.
1826 (aarch64_handle_aligned_watchpoint): Likewise.
1827 (aarch64_handle_unaligned_watchpoint): Likewise.
1828 (aarch64_handle_watchpoint): Likewise.
1829 * config/aarch64/linux.mh (NAT_FILE): Add
1830 aarch64-linux-hw-point.o.
1831
18322015-07-17 Yao Qi <yao.qi@linaro.org>
1833
1834 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
1835 state and don't call aarch64_get_debug_reg_state. All callers
1836 update.
1837 (aarch64_linux_insert_hw_breakpoint): Call
1838 aarch64_get_debug_reg_state earlier.
1839 (aarch64_linux_remove_hw_breakpoint): Likewise.
1840 (aarch64_handle_aligned_watchpoint): Add argument state and
1841 don't call aarch64_get_debug_reg_state. All callers update.
1842 (aarch64_handle_unaligned_watchpoint): Likewise.
1843 (aarch64_handle_watchpoint): Add argument state.
1844 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
1845 earlier.
1846 (aarch64_linux_remove_watchpoint): Likewise.
1847
18482015-07-17 Yao Qi <yao.qi@linaro.org>
1849
1850 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
1851 debug_printf.
1852 (aarch64_handle_unaligned_watchpoint): Likewise.
1853
18542015-07-17 Yao Qi <yao.qi@linaro.org>
1855
1856 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
1857 argument type's type to 'enum target_hw_bp_type'.
1858 (aarch64_dr_state_remove_one_point): Likewise.
1859 (aarch64_handle_breakpoint): Likewise.
1860 (aarch64_linux_insert_hw_breakpoint): Likewise.
1861 (aarch64_linux_remove_hw_breakpoint): Likewise.
1862 (aarch64_handle_aligned_watchpoint): Likewise.
1863
18642015-07-17 Yao Qi <yao.qi@linaro.org>
1865
1866 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
1867 ptid_get_pid instead of get_thread_id.
1868
18692015-07-17 Yao Qi <yao.qi@linaro.org>
1870
1871 * remote.c (get_current_thread): Initialise ptid to null_ptid.
1872 (add_current_inferior_and_thread): Don't initialise ptid.
1873
18742015-07-16 Pierre Langlois <pierre.langlois@arm.com>
1875
1876 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
1877 unavailable if invalid.
1878
18792015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1880
1881 Revert the previous 6 commits:
1882 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
1883 Move gdb_regex* to common/
1884 Prepare linux_find_memory_regions_full & co. for move
1885 Move linux_find_memory_regions_full & co.
1886 gdbserver build-id attribute generator
1887 Validate symbol file using build-id
1888
18892015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1890 Jan Kratochvil <jan.kratochvil@redhat.com>
1891
1892 Validate symbol file using build-id.
1893 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
1894 and 'show validate-build-id'. Add build-id attribute.
1895 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
1896 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
1897 * solib-frv.c (_initialize_frv_solib): Ditto.
1898 * solib-spu.c (set_spu_solib_ops): Ditto.
1899 * solib-svr4.c: Include rsp-low.h.
1900 (NOTE_GNU_BUILD_ID_NAME): New define.
1901 (svr4_validate): New function.
1902 (svr4_copy_library_list): Duplicate field build_id.
1903 (library_list_start_library): Parse 'build-id' attribute.
1904 (svr4_library_attributes): Add 'build-id' attribute.
1905 (_initialize_svr4_solib): Assign validate value.
1906 * solib-target.c (solib.h): Include.
1907 (_initialize_solib_target): Assign validate value.
1908 * solib.c (validate_build_id, show_validate_build_id): New.
1909 (solib_map_sections): Use ops->validate.
1910 (clear_so): Free build_id.
1911 (default_solib_validate): New function.
1912 (_initialize_solib): Add "validate-build-id".
1913 * solib.h (default_solib_validate): New declaration.
1914 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
1915 (target_so_ops): New field 'validate'.
1916
19172015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1918 Jan Kratochvil <jan.kratochvil@redhat.com>
1919
1920 gdbserver build-id attribute generator.
1921 * features/library-list-svr4.dtd (library-list-svr4): New
1922 'build-id' attribute.
1923
19242015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1925 Jan Kratochvil <jan.kratochvil@redhat.com>
1926
1927 Move linux_find_memory_regions_full & co.
1928 * linux-tdep.c (nat/linux-maps.h): Include.
1929 (gdb_regex.h): Remove the include.
1930 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
1931 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
1932 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
1933 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
1934 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
1935 and target/target.h.
1936 (struct smaps_vmflags, read_mapping, decode_vmflags)
1937 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
1938 (linux_find_memory_regions_full): Move from linux-tdep.c.
1939 * nat/linux-maps.h (read_mapping): New declaration.
1940 (linux_find_memory_region_ftype, enum filterflags): Moved from
1941 linux-tdep.c.
1942 (linux_find_memory_regions_full): New declaration.
1943 * target.c (target/target-utils.h): Include.
1944 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
1945 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
1946 definitions to target/target-utils.c.
1947 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
1948 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
1949 from target.c.
1950 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
1951 (read_alloc): New declaration.
1952 (read_stralloc_func_ftype): New typedef.
1953 (read_stralloc): New declaration.
1954 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
1955
19562015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1957 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 Prepare linux_find_memory_regions_full & co. for move.
1960 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
1961 (linux_find_memory_regions_full): Change signature and prepare
1962 for moving to linux-maps.
1963 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
1964 (linux_find_memory_regions_thunk): New.
1965 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
1966 (linux_find_memory_regions_gdb): New.
1967 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
1968 (linux_make_mappings_corefile_notes): Use
1969 linux_find_memory_regions_gdb.
1970 * target.c (read_alloc_pread_ftype): New typedef.
1971 (target_fileio_read_alloc_1_pread): New function.
1972 (read_alloc): Refactor from target_fileio_read_alloc_1.
1973 (read_stralloc_func_ftype): New typedef.
1974 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
1975 (read_stralloc): Refactored from target_fileio_read_stralloc.
1976 (target_fileio_read_stralloc): New implementation, use read_stralloc.
1977
19782015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1979
1980 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
1981 common/gdb_regex.h.
1982 (COMMON_OBS): Add gdb_regex.o.
1983 (gdb_regex.o): New.
1984 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
1985 --without-included-regex and USE_INCLUDED_REGEX.
1986 * common/gdb_regex.c: New file from utils.c functions.
1987 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
1988 file wrapping define name.
1989 * configure: Rebuilt.
1990 * configure.ac (gdb_use_included_regex, --without-included-regex)
1991 (USE_INCLUDED_REGEX): Move them to common/common.m4.
1992 * gdb_regex.h: Move it to common/gdb_regex.h.
1993 * utils.c: Remove include gdb_regex.h.
1994 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
1995 (compile_rx_or_error): Move them to common/gdb_regex.c.
1996
19972015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1998 Jan Kratochvil <jan.kratochvil@redhat.com>
1999
2000 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
2001 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
2002 common/target-utils.h.
2003 (COMMON_OBS): Add target-utils.o.
2004 (linux-maps.o, target-utils.o): New.
2005 * target/target-utils.c: New file.
2006 * target/target-utils.h: New file.
2007 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
2008 * config/i386/linux64.mh (NATDEPFILES): Ditto.
2009 * nat/linux-maps.c: New file.
2010 * nat/linux-maps.h: New file.
2011
20122015-07-15 Markus Metzger <markus.t.metzger@intel.com>
2013 Pedro Alves <palves@redhat.com>
2014
2015 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
2016 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
2017 (perf_event_read_bts): Change the type of SIZE and READ.
2018 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
2019 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
2020 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
2021 mmap page.
2022 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
2023 buffer size to UINT_MAX.
2024 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
2025 DATA_TAIL.
2026 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
2027 <last_head>: Change type.
2028 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
2029 * common/btrace-common.c (btrace_data_append): Change the type of
2030 SIZE.
2031 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
2032 check.
2033
20342015-07-14 Simon Marchi <simon.marchi@ericsson.com>
2035
2036 * gdbtypes.h (CHECK_TYPEDEF): Remove.
2037 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
2038 with check_typedef.
2039 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
2040 (ada_array_length): Likewise.
2041 (find_parallel_type_by_descriptive_type): Likewise.
2042 (ada_check_typedef): Likewise.
2043 * arm-tdep.c (arm_return_in_memory): Likewise.
2044 * ax-gdb.c (gen_trace_static_fields): Likewise.
2045 (gen_struct_ref_recursive): Likewise.
2046 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
2047 (variable: block COLONCOLON name): Likewise.
2048 (qualified_name: TYPENAME COLONCOLON name): Likewise.
2049 * c-lang.c (classify_type): Likewise.
2050 * c-typeprint.c (c_print_type): Likewise.
2051 (c_print_typedef): Likewise.
2052 (c_type_print_base): Likewise.
2053 * c-valprint.c (c_val_print): Likewise.
2054 * compile/compile-c-types.c (convert_type): Likewise.
2055 * compile/compile-object-load.c (get_out_value_type): Likewise.
2056 * completer.c (add_struct_fields): Likewise.
2057 (expression_completer): Likewise.
2058 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
2059 (cp_lookup_nested_symbol_1): Likewise.
2060 (cp_lookup_nested_symbol): Likewise.
2061 * cp-valprint.c (cp_print_value_fields): Likewise.
2062 (cp_print_static_field): Likewise.
2063 * d-valprint.c (d_val_print): Likewise.
2064 * eval.c (evaluate_subexp_standard): Likewise.
2065 (evaluate_subexp_for_sizeof): Likewise.
2066 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
2067 * f-typeprint.c (f_type_print_base): Likewise.
2068 * f-valprint.c (f_val_print): Likewise.
2069 * gdbtypes.c (get_discrete_bounds): Likewise.
2070 (create_array_type_with_stride): Likewise.
2071 (type_name_no_tag_or_error): Likewise.
2072 (lookup_struct_elt_type): Likewise.
2073 (get_unsigned_type_max): Likewise.
2074 (internal_type_vptr_fieldno): Likewise.
2075 (set_type_vptr_fieldno): Likewise.
2076 (internal_type_vptr_basetype): Likewise.
2077 (set_type_vptr_basetype): Likewise.
2078 (get_vptr_fieldno): Likewise.
2079 (is_integral_type): Likewise.
2080 (is_scalar_type): Likewise.
2081 (is_scalar_type_recursive): Likewise.
2082 (distance_to_ancestor): Likewise.
2083 (is_unique_ancestor_worker): Likewise.
2084 (check_types_equal): Likewise.
2085 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
2086
20872015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
2088
2089 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
2090 also test for language_d.
2091 (dwarf2_compute_name): Likewise.
2092 (read_func_scope): Likewise.
2093 (read_structure_type): Likewise.
2094 (new_symbol_full): Likewise.
2095 (determine_prefix): Likewise.
2096 (read_import_statement): Use dot as the separator for language_d.
2097 (typename_concat): Likewise, but don't prefix the D main function.
2098
20992015-07-14 Peter Bergner <bergner@vnet.ibm.com>
2100
2101 * nat/linux-namespaces.c (setns): Rename from this ...
2102 (do_setns): ... to this. Support calling setns if it exists.
2103 (mnsh_handle_setns): Call do_setns.
2104
21052015-07-13 Yao Qi <yao.qi@linaro.org>
2106
2107 * exec.c (exec_file_attach): Add period at the end of error
2108 message.
2109
21102015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * tui/tui-win.c (window_name_completer): New function.
2113 (focus_completer): Call window_name_completer. All old content
2114 moved into window_name_completer.
2115 (winheight_completer): New function.
2116 (_initialize_tui_win): Rename variable. Add completer to
2117 winheight command. Update doc string on winheight.
2118
21192015-07-12 Sandra Loosemore <sandra@codesourcery.com>
2120
2121 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
2122 all nios2 mach variants.
2123
21242015-07-10 Kevin Buettner <kevinb@redhat.com>
2125
2126 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
2127 of target_read_memory.
2128
21292015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
2132 string copy.
2133 (parse_scrolling_args): Likewise.
2134
21352015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
2138 names in this function.
2139
21402015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2141
2142 * tui/tui-data.h (SRC_NAME): Convert to lower case.
2143 (CMD_NAME): Likewise.
2144 (DATA_NAME): Likewise.
2145 (DISASSEM_NAME): Likewise.
2146 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
2147 (tui_set_win_height): Likewise.
2148 (parse_scrolling_args): Likewise.
2149
21502015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2151
2152 * record-btrace.c (record_btrace_goto_begin)
2153 (record_btrace_goto_end, record_btrace_goto): Move call to
2154 print_stack_frame ...
2155 (record_btrace_set_replay): ... here. Set stop_pc.
2156 * record-full.c (record_full_goto_entry): Set stop_pc.
2157
21582015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2159
2160 * NEWS: Mention support for tracepoints on aarch64-linux.
2161
21622015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2163
2164 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
2165 function. Return 1.
2166 (the_low_target): Install it.
2167
21682015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2169
2170 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
2171 * gdb.trace/collection.exp: Likewise.
2172 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2173 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2174 * gdb.trace/report.exp: Likewise.
2175 * gdb.trace/trace-break.exp: Likewise.
2176 * gdb.trace/unavailable.exp: Likewise.
2177 * gdb.trace/while-dyn.exp: Likewise.
2178
21792015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2180
2181 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
2182 (aarch64_gen_return_address): New function.
2183 (aarch64_gdbarch_init): Hook it.
2184
21852015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2186
2187 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
2188 swallow NOT_AVAILABLE_ERROR.
2189 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
2190 available_p is not set.
2191 (aarch64_stub_frame_unwind_stop_reason): New function.
2192 (aarch64_stub_unwind): Install it.
2193
21942015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2195
2196 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
2197 field.
2198 (aarch64_make_prologue_cache_1): New function, factored out from
2199 aarch64_make_prologue_cache. Do not allocate cache. Set
2200 available_p.
2201 (aarch64_make_prologue_cache): Reimplement wrapping
2202 aarch64_make_prologue_cache_1, and swallowing
2203 NOT_AVAILABLE_ERROR.
2204 (aarch64_prologue_frame_unwind_stop_reason): New function.
2205 Return UNWIND_UNAVAILABLE if available_p is not set.
2206 (aarch64_prologue_unwind): Install it.
2207 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
2208 checks into aarch64_prologue_frame_unwind_stop_reason. Call
2209 frame_id_build_unavailable_stack if available_p is not set.
2210
22112015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2212
2213 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
2214 fields.
2215 (aarch64_scan_prologue): Set prev_pc.
2216 (aarch64_make_prologue_cache): Set func.
2217 (aarch64_make_stub_cache): Set prev_pc.
2218 (aarch64_prologue_this_id): Remove local variables id, pc and
2219 func. Read prev_pc and func from cache.
2220 (aarch64_stub_this_id): Read prev_pc from cache.
2221
22222015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2223
2224 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
2225 argument this_cache. Remove unused local variables reg and
2226 unwound_fp. Return early if this_cache is already set. Set
2227 this_cache.
2228 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
2229
22302015-07-09 Pierre Langlois <pierre.langlois@arm.com>
2231
2232 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
2233 New argument this_cache. Return early if this_cache is already
2234 set. Set this_cache.
2235 (aarch64_prologue_this_id): Update call to
2236 aarch64_make_prologue_cache.
2237 (aarch64_prologue_prev_register): Likewise.
2238 (aarch64_normal_frame_base): Likewise.
2239
22402015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2241
2242 * c-valprint.c (c_val_print): Factor out memberptr printing code
2243 from c_val_print to ...
2244 (c_val_print_memberptr): ... this new function.
2245
22462015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2247
2248 * c-valprint.c (c_val_print): Factor out int printing code to ...
2249 (c_val_print_int): ... this new function.
2250
22512015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2252
2253 * c-valprint.c (c_val_print): Factor out struct and union
2254 printing code to ...
2255 (c_val_print_struct): ... this new function ...
2256 (c_val_print_union): ... and this new function.
2257
22582015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2259
2260 * c-valprint.c (c_val_print): Factor out pointer printing code
2261 to ...
2262 (c_val_print_ptr): ... this new function.
2263
22642015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2265
2266 * c-valprint.c (c_valprint): Factor our array printing code from
2267 c_val_print to ...
2268 (c_val_print_array): ... this new function.
2269
22702015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2271
2272 * c-valprint.c (c_val_print): Factor out pointer printing code
2273 to ...
2274 (print_unpacked_pointer): ... this new function.
2275
22762015-07-09 Simon Marchi <simon.marchi@ericsson.com>
2277
2278 * c-valprint.c (c_val_print): Remove an assignment to i and move
2279 its declaration.
2280
22812015-07-09 Yao Qi <yao.qi@linaro.org>
2282
2283 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
2284 argument ptid. Update comments. Caller update.
2285
22862015-07-09 Markus Metzger <markus.t.metzger@intel.com>
2287
2288 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
2289 mnt packets.
2290
22912015-07-09 Markus Metzger <markus.t.metzger@intel.com>
2292
2293 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
2294
22952015-07-08 Simon Marchi <simon.marchi@ericsson.com>
2296
2297 * progspace.c (delete_program_space): Add missing spaces.
2298
22992015-07-08 Simon Marchi <simon.marchi@ericsson.com>
2300
2301 * inferior.c (delete_inferior_1): Rename to ...
2302 (delete_inferior): ..., remove 'silent' parameter, delete
2303 program space when unused and remove call to prune_program_spaces.
2304 Remove the old, unused, delete_inferior.
2305 (delete_inferior_silent): Remove.
2306 (prune_inferiors): Change call from delete_inferior_1 to
2307 delete_inferior and remove 'silent' parameter. Remove call to
2308 prune_program_spaces.
2309 (remove_inferior_command): Idem.
2310 * inferior.h (delete_inferior_1): Rename to...
2311 (delete_inferior): ..., remove 'silent' parameter and remove the
2312 original delete_inferior.
2313 (delete_inferior_silent): Remove.
2314 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
2315 delete_inferior_1 to delete_inferior and remove 'silent'
2316 parameter.
2317 * progspace.c (prune_program_spaces): Remove.
2318 (pspace_empty_p): Rename to...
2319 (program_space_empty_p): ... and make non-static.
2320 (delete_program_space): New.
2321 * progspace.h (prune_program_spaces): Remove declaration.
2322 (program_space_empty_p): New declaration.
2323 (delete_program_space): New declaration.
2324 * monitor.c (monitor_close): Replace call to
2325 delete_thread_silent and delete_inferior_silent with
2326 discard_all_inferiors.
2327
23282015-07-08 Patrick Palka <patrick@parcs.ath.cx>
2329
2330 * defs.h (deprecated_register_changed_hook): Remove prototype.
2331 * interps.c (clear_iterpreter_hooks): Remove reference to
2332 deprecated_register_changed_hook.
2333 * top.c (deprecated_register_changed_hook): Remove prototype.
2334 * valops.c (value_assign): Remove reference to
2335 deprecated_register_changed_hook.
2336 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
2337 Add comment documenting the function.
2338 (tui_register_changed_observer): Define.
2339 (tui_install_hooks): Remove reference to
2340 deprecated_register_changed_hook. Set
2341 tui_register_changed_observer.
2342 (tui_remove_hooks): Remove reference to
2343 deprecated_register_changed_hook. Unset
2344 tui_register_changed_observer.
2345
23462015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 PR compile/18484
2349 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
2350
23512015-07-08 Robert O'Callahan <robert@ocallahan.org>
2352
2353 PR exp/18617
2354 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
2355
23562015-07-08 Markus Metzger <markus.t.metzger@intel.com>
2357
2358 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
2359
23602015-07-08 Markus Metzger <markus.t.metzger@intel.com>
2361
2362 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
2363 Use safe_strerror() instead of strerror().
2364
23652015-07-07 Yao Qi <yao.qi@linaro.org>
2366
2367 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
2368 * features/arm-with-m-fpa-layout.c: Regenerated.
2369 * features/arm-with-m-vfp-d16.xml: Likewise.
2370 * features/arm-with-m-vfp-d16.c: Regenerated.
2371 * features/arm-with-m.xml: Likewise.
2372 * features/arm-with-m.c: Regenerated.
2373 * features/arm-with-neon.xml: Likewise.
2374 * features/arm-with-neon.c: Regenerated.
2375 * features/arm-with-vfpv2.xml: Likewise.
2376 * features/arm-with-vfpv2.c: Regenerated.
2377 * features/arm-with-vfpv3.xml: Likewise.
2378 * features/arm-with-vfpv3.c: Regenerated.
2379
23802015-07-07 Yao Qi <yao.qi@linaro.org>
2381
2382 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
2383 arm-linux-nat.c.
2384 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
2385 elf/external.h.
2386 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
2387 if target is 32-bit.
2388 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
2389 if target is 32-bit.
2390 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
2391 if target is 32-bit.
2392 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
2393 if target is 32-bit.
2394 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
2395 (aarch64_linux_read_description): Return the right target
2396 description.
2397 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
2398 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
2399 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
2400 arm-linux-tdep.o.
2401
24022015-07-07 Yao Qi <yao.qi@linaro.org>
2403
2404 * aarch32-linux-nat.c: New file.
2405 * aarch32-linux-nat.h: New file.
2406 * arm-linux-nat.c: Include aarch32-linux-nat.h.
2407 (fetch_regs): Move code to aarch32-linux-nat.c. Call
2408 aarch32_gp_regcache_supply.
2409 (store_regs): Move code to aarch32-linux-nat.c. Call
2410 aarch32_gp_regcache_collect.
2411 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
2412 aarch32_vfp_regcache_supply.
2413 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
2414 aarch32_vfp_regcache_collect.
2415 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
2416
24172015-07-07 Yao Qi <yao.qi@linaro.org>
2418
2419 * arm-linux-nat.c (store_fpregister): Remove.
2420 (store_register): Likewise.
2421 (fetch_fpregister): Likewise.
2422 (fetch_register): Likewise.
2423 (arm_linux_store_inferior_registers): Call store_regs and
2424 store_fpregs instead.
2425 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
2426 fetch_regs instead.
2427
24282015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
2431 and focus commands.
2432
24332015-07-06 Joel Brobecker <brobecker@adacore.com>
2434
2435 * NEWS: Create a new section for the next release branch.
2436 Rename the section of the current branch, now that it has
2437 been cut.
2438
24392015-07-06 Joel Brobecker <brobecker@adacore.com>
2440
2441 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
2442 * version.in: Bump version to 7.10.50.DATE-cvs.
2443
24442015-07-06 Luis Machado <lgustavo@codesourcery.com>
2445
2446 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
2447 breakpoints in a special way.
2448 (remove_breakpoint): Likewise.
2449 (mark_breakpoints_out): Likewise.
2450
24512015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2452
2453 * doc/gdb.texinfo (TUI): Add comma after @xref.
2454
24552015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
2458 instead of casting the structure type.
2459
24602015-07-06 Simon Marchi <simon.marchi@ericsson.com>
2461
2462 * valops.c (search_struct_field): Remove OFFSET parameter.
2463 (value_cast_structs): Adjust calls to search_struct_field.
2464 (value_struct_elt): Same.
2465 (find_overload_match): Same.
2466
24672015-07-06 Simon Marchi <simon.marchi@ericsson.com>
2468
2469 * value.c (value_fetch_lazy): Update comment, change return
2470 value to void.
2471 * value.h (value_fetch_lazy): Change return value to void.
2472
24732015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
2476 (tui_win_name): Make parameter and result const.
2477 * tui/tui-data.h (tui_win_name): Make parameter and result const.
2478
24792015-07-06 Patrick Palka <patrick@parcs.ath.cx>
2480
2481 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
2482 use printf_unfiltered.
2483 (set_mpx_cmd): Add missing trailing space to command string
2484 literal.
2485 (_initialize_i386_tdep): Give the "mpx" prefix command its
2486 correct name.
2487
24882015-07-02 Kevin Buettner <kevinb@redhat.com>
2489
2490 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
2491 (enum rx_frame_type): New.
2492 (struct rx_prologue): Add new field `frame_type'.
2493 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
2494 parameter in the prologue struct. Add code for recording
2495 locations of PC and PSW for fast interrupt and exception frames.
2496 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
2497 (rx_analyze_frame_prologue): Add `frame_type' parameter.
2498 (rx_frame_type): New function.
2499 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
2500 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
2501 `this_cache'.
2502 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
2503 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
2504 RX_FRAME_TYPE_FAST_INTERRUPT.
2505 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
2506 (rx_frame_sniffer, rx_exception_sniffer): New functions.
2507 (rx_frame_unwind): Use rx_frame_sniffer instead of
2508 default_frame_sniffer.
2509 (rx_frame_unwind): New unwinder.
2510 (rx_gdbarch_init): Register new unwinder.
2511
25122015-07-02 Kevin Buettner <kevinb@redhat.com>
2513
2514 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
2515 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
2516 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
2517 and RX_FPSW_REGNUM.
2518 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
2519
25202015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 Fix GCC false warning.
2523 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
2524
25252015-07-02 Yao Qi <yao.qi@linaro.org>
2526
2527 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
2528 typo in the debugging message.
2529
25302015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2531
2532 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
2533 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
2534 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
2535 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
2536 (btrace_maint_clear): New.
2537 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
2538 (pt_print_packet, btrace_maint_decode_pt)
2539 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
2540 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
2541 (maint_btrace_packet_history_cmd)
2542 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
2543 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
2544 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
2545 (maint_info_btrace_cmd, _initialize_btrace): New.
2546 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
2547 (btrace_maint_packet_history, btrace_maint_info): New.
2548 (btrace_thread_info) <maint>: New.
2549 * NEWS: Announce it.
2550
25512015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2552
2553 * btrace.c (btrace_fetch): Append the new trace data.
2554 (btrace_clear): Clear the stored trace data.
2555 * btrace.h (btrace_thread_info) <data>: New.
2556 * common/btrace-common.h (btrace_data_clear)
2557 (btrace_data_append): New.
2558 * common/btrace-common.c (btrace_data_clear)
2559 (btrace_data_append): New.
2560
25612015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2562
2563 * nat/linux-btrace.c (linux_enable_bts): Check for
2564 PERF_ATTR_SIZE_VER5.
2565 Check for data_offset and data_size fields. Use them.
2566
25672015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2568
2569 * NEWS: Announce new commands "record btrace pt" and "record pt".
2570 Announce new options "set|show record btrace pt buffer-size".
2571 * btrace.c: Include "rsp-low.h".
2572 Include "inttypes.h".
2573 (btrace_add_pc): Add forward declaration.
2574 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
2575 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
2576 (btrace_compute_ftrace_pt): New.
2577 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
2578 (check_xml_btrace_version): Update version check.
2579 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
2580 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
2581 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
2582 (btrace_pt_children): New.
2583 (btrace_children): Add support for "pt".
2584 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
2585 (btrace_conf_children): Add support for "pt".
2586 * btrace.h: Include "intel-pt.h".
2587 (btrace_pt_error): New.
2588 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
2589 (btrace_data_empty): Support BTRACE_FORMAT_PT.
2590 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
2591 (struct btrace_config_pt): New.
2592 (struct btrace_config)<pt>: New.
2593 (struct btrace_data_pt_config, struct btrace_data_pt): New.
2594 (struct btrace_data)<pt>: New.
2595 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
2596 (pt): New.
2597 * features/btrace.dtd (btrace)<pt>: New.
2598 (pt, pt-config, cpu): New.
2599 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
2600 (perf_event_pt_event_type, kernel_supports_pt)
2601 (linux_supports_pt): New.
2602 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
2603 (linux_enable_bts): Free tinfo on error.
2604 (linux_enable_pt): New.
2605 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
2606 (linux_disable_pt): New.
2607 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
2608 (linux_fill_btrace_pt_config, linux_read_pt): New.
2609 (linux_read_btrace): Support BTRACE_FORMAT_PT.
2610 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
2611 (struct btrace_target_info)<pt>: New.
2612 * record-btrace.c (set_record_btrace_pt_cmdlist)
2613 (show_record_btrace_pt_cmdlist): New.
2614 (record_btrace_print_pt_conf): New.
2615 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
2616 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
2617 (cmd_record_btrace_pt_start): New.
2618 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
2619 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
2620 (_initialize_record_btrace): Add new commands.
2621 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
2622 (remote_protocol_features): Add "Qbtrace:pt".
2623 Add "Qbtrace-conf:pt:size".
2624 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
2625 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
2626 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
2627 (_initialize_remote): Add new commands.
2628
26292015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2630
2631 * configure.ac: check for libipt
2632 * configure: Regenerate.
2633 * config.in: Regenerate.
2634 * Makefile.in (LIBIPT): New.
2635 (CLIBS): Add $LIBIPT.
2636 * NEWS: document new configure options
2637
26382015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * compile/compile-object-load.c (compile_object_load): Replace debug
2641 message "lookup undefined ELF symbol" by 3 more specific messages.
2642
26432015-07-01 Kevin Buettner <kevinb@redhat.com>
2644
2645 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
2646 (rl78_register_type): Add case for RL78_PSW_REGNUM.
2647 (rl78_gdbarch_init): Initialize rl78_psw_type.
2648
26492015-07-01 Patrick Palka <patrick@parcs.ath.cx>
2650
2651 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
2652 Update commentary. Always refresh the registers when frame
2653 information has changed.
2654 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
2655 Change return type to int. Return 1 if frame information has
2656 changed, 0 otherwise.
2657 (tui_before_prompt): Update commentary.
2658 * tui/tui-stack.h (tui_show_frame_info): Change return type to
2659 int.
2660
26612015-06-30 Patrick Palka <patrick@parcs.ath.cx>
2662
2663 PR tui/13378
2664 * frame.c (select_frame): Remove reference to
2665 deprecated_selected_frame_level_changed_hook.
2666 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
2667 declaration.
2668 * stack.c (deprecated_selected_frame_level_changed_hook):
2669 Likewise.
2670 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
2671 Rename to ...
2672 (tui_refresh_frame_and_register_information): ... this. Bail
2673 out if there is no stack. Don't update register information
2674 unless registers_too_p is true.
2675 (tui_print_frame_info_listing_hook): Rename to ...
2676 (tui_dummy_print_frame_info_listing_hook): ... this.
2677 (tui_before_prompt): New function.
2678 (tui_normal_stop): New function.
2679 (tui_before_prompt_observer): New observer.
2680 (tui_normal_stop_observer): New observer.
2681 (tui_install_hooks): Set
2682 deprecated_print_frame_info_listing_hook to
2683 tui_dummy_print_frame_info_listing_hook. Register
2684 tui_before_prompt_observer to call tui_before_prompt and
2685 tui_normal_stop_observer to call tui_normal_stop. Remove
2686 reference to deprecated_selected_frame_level_changed_hook.
2687 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
2688 and tui_normal_stop_observer. Remove reference to
2689 deprecated_selected_frame_level_changed_hook.
2690
26912015-06-30 Patrick Palka <patrick@parcs.ath.cx>
2692
2693 PR tui/13378
2694 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
2695 return an int instead of void. Return whether the locator
2696 window has changed.
2697 (tui_show_frame_info): If the locator info has not changed, then
2698 bail out early to avoid refreshing the windows.
2699
27002015-06-30 Patrick Palka <patrick@parcs.ath.cx>
2701
2702 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
2703 LOCATOR_WIN to tui_alloc_content.
2704
27052015-06-30 Yao Qi <yao.qi@linaro.org>
2706
2707 PR tdep/18605
2708 * arm-tdep.c (arm_get_next_pc_raw): Break for media
2709 instructions.
2710
27112015-06-29 Kevin Buettner <kevinb@redhat.com>
2712
2713 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
2714 (rx_dwarf_reg_to_regnum): New function.
2715 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
2716 unwinding.
2717
27182015-06-29 Pedro Alves <palves@redhat.com>
2719
2720 PR threads/18127
2721 * infcall.c (run_inferior_call): On infcall success, if the thread
2722 was marked stopped before, reset it back to stopped.
2723 * infrun.c (resume): Don't suppress the set_running calls when
2724 doing an infcall.
2725 (normal_stop): Only discard the finish_thread_state cleanup if the
2726 infcall succeeded.
2727
27282015-06-29 Pierre Langlois <pierre.langlois@arm.com>
2729
2730 * MAINTAINERS (Write After Approval): Update my email address.
2731
27322015-06-26 Keith Seitz <keiths@redhat.com>
2733 Doug Evans <dje@google.com>
2734
2735 PR 16253
2736 * block.c (block_lookup_symbol): For non-function blocks,
2737 continue to search for a symbol with an exact domain match
2738 Otherwise, return any previously found "best domain" symbol.
2739 (block_lookup_symbol_primary): Likewise.
2740
27412015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2742
2743 * NEWS: Mention the new option "history remove-duplicates".
2744 * top.c (history_remove_duplicates): New static variable.
2745 (show_history_remove_duplicates): New static function.
2746 (gdb_add_history): Conditionally remove duplicate history
2747 entries.
2748 (init_main): Add "history remove-duplicates" option.
2749
27502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2751
2752 * tui/tui-win.c (focus_completer): New static function.
2753 (_initialize_tui_win): Set the completion function of the
2754 "focus" command to focus_completer.
2755
27562015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2757
2758 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
2759 and language_asm..
2760 * symtab.c (find_function_start_sal): Likewise.
2761
27622015-06-25 Gary Benson <gbenson@redhat.com>
2763
2764 * solib.c (solib_find_1): Set local variable sysroot to NULL if
2765 it is the empty string after trailing slashes have been stripped.
2766
27672015-06-25 Gary Benson <gbenson@redhat.com>
2768
2769 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
2770 * infrun.c (follow_exec): Likewise.
2771 * remote.c (remote_filesystem_is_local): Likewise.
2772 * solib.c (solib_find_1): Likewise.
2773
27742015-06-24 Keith Seitz <keiths@redhat.com>
2775
2776 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
2777 return value from lrealpath.
2778
27792015-06-24 Mike Frysinger <vapier@gentoo.org>
2780
2781 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
2782
27832015-06-24 Mike Frysinger <vapier@gentoo.org>
2784
2785 * remote-sim.c: Include gdb_bfd.h.
2786 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
2787 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
2788
27892015-06-24 Yao Qi <yao.qi@linaro.org>
2790
2791 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
2792 set_gdbarch_get_siginfo_type.
2793 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
2794 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
2795 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2796 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
2797 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
2798 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
2799 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
2800 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
2801 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
2802 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
2803
28042015-06-24 Gary Benson <gbenson@redhat.com>
2805
2806 * common/buffer.c (stdint.h): Do not include.
2807 * common/print-utils.c (stdint.h): Likewise.
2808 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
2809 * compile/compile-c-types.c (gdb_assert.h): Likewise.
2810 * ft32-tdep.c (gdb_assert.h): Likewise.
2811 * guile/scm-utils.c (stdint.h): Likewise.
2812 * i386-linux-tdep.c (stdint.h): Likewise.
2813 * i386-tdep.c (stdint.h): Likewise.
2814 * nat/linux-btrace.c (stdint.h): Likewise.
2815 * nat/linux-btrace.h (stdint.h): Likewise.
2816 * nat/linux-ptrace.c (stdint.h): Likewise.
2817 * nat/mips-linux-watch.h (stdint.h): Likewise.
2818 * ppc-linux-nat.c (stdint.h): Likewise.
2819 * python/python-internal.h (stdint.h): Likewise.
2820 * stub-termcap.c (stdlib.h): Likewise.
2821 * target/target.h (stdint.h): Likewise.
2822 * xtensa-linux-nat.c (stdint.h): Likewise.
2823
28242015-06-23 Patrick Palka <patrick@parcs.ath.cx>
2825
2826 * top.c (init_history): Look at errno after calling strtol to
2827 properly map large GDBHISTSIZE values to infinity.
2828
28292015-06-23 Doug Evans <dje@google.com>
2830
2831 * inferior.h (struct inferior_suspend_state): Delete, unused.
2832 All references deleted.
2833
28342015-06-23 Mike Frysinger <vapier@gentoo.org>
2835
2836 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
2837 (microblaze_push_dummy_call): Likewise.
2838 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
2839 and set_gdbarch_push_dummy_call.
2840
28412015-06-23 Yao Qi <yao.qi@linaro.org>
2842
2843 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
2844 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
2845 (amd64_linux_store_inferior_registers): Likewise.
2846 * arm-linux-nat.c (fetch_fpregister): Likewise.
2847 (fetch_fpregs, store_fpregister): Likewise.
2848 (store_fpregister, store_fpregs): Likewise.
2849 (fetch_register, fetch_regs): Likewise.
2850 (store_register, store_regs): Likewise.
2851 (fetch_vfp_regs, store_vfp_regs): Likewise.
2852 (arm_linux_read_description): Check have_ptrace_getregset is
2853 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
2854 or TRIBOOL_FALSE.
2855 * i386-linux-nat.c (fetch_xstateregs): Check
2856 have_ptrace_getregset is not TRIBOOL_TRUE.
2857 (store_xstateregs): Likewise.
2858 * linux-nat.c (have_ptrace_getregset): Change its type to
2859 enum tribool.
2860 * linux-nat.h (tribool): New enum.
2861 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
2862 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
2863
28642015-06-19 Doug Evans <dje@google.com>
2865
2866 * NEWS: Mention Sun's version of stabs is no longer supported.
2867 * elfread.c (free_elfinfo): Delete. All uses updated.
2868 (elfstab_offset_sections): Delete. All uses updated.
2869 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
2870 * psympriv.h (partial_symtab) <section_offsets>: Delete.
2871 All uses updated.
2872 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
2873 All callers updated.
2874
28752015-06-18 Simon Marchi <simon.marchi@ericsson.com>
2876
2877 * common/rsp-low.c (needs_escaping): New.
2878 (remote_escape_output): Add unit_size parameter. Refactor to
2879 support multi-byte addressable units. Rename parameters.
2880 * common/rsp-low.h (remote_escape_output): Add unit_size
2881 parameter and rename others. Update doc.
2882 * remote.c (align_for_efficient_write): New.
2883 (remote_write_bytes_aux): Add unit_size parameter and use it.
2884 Rename some variables. Update doc.
2885 (remote_xfer_partial): Get unit size and use it.
2886 (remote_read_bytes_1): Add unit_size parameter and use it.
2887 Rename some variables. Update doc.
2888 (remote_write_bytes): Same.
2889 (remote_xfer_live_readonly_partial): Same.
2890 (remote_read_bytes): Same.
2891 (remote_flash_write): Update call to remote_write_bytes_aux.
2892 (remote_write_qxfer): Update call to remote_escape_output.
2893 (remote_search_memory): Same.
2894 (remote_hostio_pwrite): Same.
2895
28962015-06-17 Luis Machado <lgustavo@codesourcery.com>
2897
2898 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
2899 locations as inserted.
2900 Update and expand comment about permanent locations.
2901 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
2902 Move comment to add_location_to_breakpoint.
2903 (update_global_location_list): Don't error out if a permanent
2904 breakpoint is not marked inserted.
2905 Don't error out if a non-permanent breakpoint location is inserted on
2906 top of a permanent breakpoint.
2907
29082015-06-17 Luis Machado <lgustavo@codesourcery.com>
2909
2910 * breakpoint.c (make_breakpoint_permanent): Remove unused
2911 function.
2912 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
2913
29142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2915
2916 PR gdb/16999
2917 * NEWS: Mention new GDBHISTSIZE behavior.
2918 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
2919 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
2920
29212015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2922
2923 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
2924 * top.c (init_history): Read from GDBHISTSIZE instead of
2925 HISTSIZE.
2926 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
2927
29282015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2929
2930 * top.c (gdb_safe_append_history): Do not call
2931 history_truncate_file if the history is not stifled.
2932
29332015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2934
2935 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
2936 * syscalls/s390x-linux.xml: Likewise.
2937
29382015-06-16 Michael Eager <eager@eagercon.com>
2939
2940 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
2941
29422015-06-16 Patrick Palka <patrick@parcs.ath.cx>
2943
2944 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
2945 target_terminal_ours_for_output() before calling
2946 tui_show_frame_info(), and restore the original terminal
2947 settings afterwards.
2948
29492015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
2950
2951 * arm-linux-nat.c: Include nat/linux-ptrace.h.
2952
29532015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2954
2955 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
2956 memory unit size.
2957 (mi_cmd_data_write_memory_bytes): Same.
2958
29592015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2960
2961 * corefile.c (write_memory): Update doc.
2962 * gdbcore.h (write_memory): Same.
2963
29642015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2965
2966 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
2967 (dump_mapping_p): Use it for parameter filterflags.
2968 (linux_find_memory_regions_full): Use it for variable filterflags.
2969
29702015-06-15 Aleksandar Ristovski <aristovski@qnx.com
2971 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 Merge multiple hex conversions.
2974 * monitor.c: Include rsp-low.h.
2975 (fromhex): Remove definition.
2976
29772015-06-15 Aleksandar Ristovski <aristovski@qnx.com
2978 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 Move utility functions to common/.
2981 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
2982 Move defs to common/common-utils.c.
2983 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
2984 (skip_to_space_const): Move decls to common/common-utils.h.
2985 * common/common-defs.h: Move include of common-types.h before
2986 common-utils.h.
2987 * common/common-utils.c: Include host-defs.h and ctype.h.
2988 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
2989 from utils.c.
2990 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
2991 cli/cli-utils.c.
2992 * common/common-utils.h (strtoulst): Move decl from utils.h.
2993 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
2994 Move from cli/cli-utils.h.
2995 * common/host-defs.h: Include limits.h.
2996 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
2997 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
2998 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
2999 common/common-utils.h.
3000 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
3001 (strtoulst): Move to common/common-utils.c.
3002 * utils.h (strtoulst): Moved decl to common/common-utils.h.
3003
30042015-06-15 Yao Qi <yao.qi@linaro.org>
3005
3006 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
3007
30082015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3009
3010 * build-id.c: Don't include elf-bfd.h.
3011 (build_id_bfd_get): Use bfd_build_id.
3012 (build_id_verify): Ditto.
3013 * build-id.h: Ditto.
3014 (find_separate_debug_file_by_buildid): Ditto.
3015 * python/py-objfile.c: Don't include elf-bfd.h.
3016 (objfpy_get_build_id) Use bfd_build_id.
3017 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
3018 * coffread.c: Include build-id.h.
3019 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
3020
30212015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
3022
3023 * windows-nat.c (do_windows_fetch_inferior_registers)
3024 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
3025 conditional with __CYGWIN__.
3026
30272015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * completer.c: Add arch-utils.h include.
3030 (enum reg_completer_targets): New enum.
3031 (reg_or_group_completer_1): New function containing old
3032 reg_or_group_completer, add and use new parameter to control what
3033 is completed on. Use get_current_arch rather than architecture of
3034 currently selected frame.
3035 (reg_or_group_completer): Call new reg_or_group_completer_1.
3036 (reggroup_completer): Call new reg_or_group_completer_1.
3037 * completer.h (reggroup_completer): Add declaration.
3038 * tui/tui-regs.c: Add 'completer.h' include.
3039 (tui_reg_next_command): Renamed to...
3040 (tui_reg_next): ...this. Adjust parameters and return rather than
3041 display new group.
3042 (tui_reg_prev_command): Renamed to...
3043 (tui_reg_prev): ...this. Adjust parameters and return rather than
3044 display new group.
3045 (tui_reg_float_command): Delete.
3046 (tui_reg_general_command): Delete.
3047 (tui_reg_system_command): Delete.
3048 (tui_reg_command): Rewrite to perform switching of register group.
3049 Add header comment.
3050 (tuireglist): Remove.
3051 (tui_reggroup_completer): New function.
3052 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
3053 creation of 'tui reg' command.
3054 * NEWS: Add comment about 'tui reg' changes.
3055
30562015-06-12 Simon Marchi <simon.marchi@ericsson.com>
3057
3058 * target.c (target_read): Consider addressable unit size when
3059 reading from a memory object.
3060 (read_memory_robust): Same.
3061 (read_whatever_is_readable): Same.
3062 (target_write_with_progress): Consider addressable unit size
3063 when writing to a memory object.
3064 * target.h (target_read): Update documentation.
3065 (target_write): Add documentation.
3066
30672015-06-12 Simon Marchi <simon.marchi@ericsson.com>
3068
3069 * arch-utils.h (default_addressable_memory_unit_size): New.
3070 * arch-utils.c (default_addressable_memory_unit_size): New.
3071 * gdbarch.sh (addressable_memory_unit_size): New.
3072 * gdbarch.h: Re-generate.
3073 * gdbarch.c: Re-generate.
3074
30752015-06-12 Simon Marchi <simon.marchi@ericsson.com>
3076
3077 * target.c (target_read): Rename variables and use
3078 TARGET_XFER_E_IO.
3079 (target_read_with_progress): Same.
3080 (read_memory_robust): Constify parameters and rename
3081 variables.
3082 (read_whatever_is_readable): Constify parameters,
3083 rename variables, adjust formatting.
3084 * target.h (read_memory_robust): Constify parameters.
3085
30862015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3087
3088 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
3089 synthetic (non-AltiVec) vector types.
3090 (ppc64_sysv_abi_return_value): Likewise.
3091
30922015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3093
3094 PR breakpoints/16465
3095 * breakpoint.c (create_breakpoint): Save extra_string for
3096 pending breakpoints.
3097
30982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3099
3100 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
3101 and bt_mask to CORE_ADDR.
3102
31032015-06-11 Gary Benson <gbenson@redhat.com>
3104
3105 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
3106 (mnsh_recv_message): Likewise.
3107
31082015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
3109
3110 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
3111 long long int and plongest instead of %ll.
3112
31132015-06-11 Gary Benson <gbenson@redhat.com>
3114
3115 * nat/linux-namespaces.c (gdb_wait.h): New include.
3116 (sys/wait.h): Do not include.
3117
31182015-06-10 Simon Marchi <simon.marchi@ericsson.com>
3119
3120 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
3121 end_sequence is true.
3122
31232015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3124
3125 Code cleanup.
3126 * solib-target.c (library_list_start_list): Use explicit NULL
3127 comparison.
3128
31292015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3130
3131 * solib-target.c (library_list_start_list): Do not dereference
3132 variable version in its initialization. Make the VERSION check handle
3133 NULL.
3134 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
3135
31362015-06-10 Gary Benson <gbenson@redhat.com>
3137
3138 * NEWS: Announce support for direct access of executable and
3139 shared library files when attaching to inferiors in containers
3140 on GNU/Linux systems.
3141
31422015-06-10 Gary Benson <gbenson@redhat.com>
3143
3144 * remote.c (struct remote_state) <fs_pid>: New field.
3145 (new_remote_state): Initialize the above.
3146 (PACKET_vFile_setfs): New enum value.
3147 (remote_hostio_set_filesystem): New function.
3148 (remote_hostio_open): Call the above.
3149 (remote_hostio_unlink): Likewise.
3150 (remote_hostio_readlink): Likewise.
3151 (_initialize_remote): Register new "set/show remote
3152 hostio-setfs-packet" command.
3153 * NEWS: Announce new vFile:setfs packet.
3154
31552015-06-10 Gary Benson <gbenson@redhat.com>
3156
3157 * linux-nat.c (nat/linux-namespaces.h): New include.
3158 (fileio.h): Likewise.
3159 (linux_nat_filesystem_is_local): New function.
3160 (linux_nat_fileio_pid_of): Likewise.
3161 (linux_nat_fileio_open): Likewise.
3162 (linux_nat_fileio_readlink): Likewise.
3163 (linux_nat_fileio_unlink): Likewise.
3164 (linux_nat_add_target): Initialize to_filesystem_is_local,
3165 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
3166 (_initialize_linux_nat): New "set/show debug linux-namespaces"
3167 commands.
3168 * NEWS: Mention new "set/show debug linux-namespaces" commands.
3169
31702015-06-10 Gary Benson <gbenson@redhat.com>
3171
3172 * target.h (struct inferior): New forward declaration.
3173 (struct target_ops) <to_filesystem_is_local>: Update comment.
3174 (struct target_ops) <to_fileio_open>: New argument inf.
3175 Update comment. All implementations updated.
3176 (struct target_ops) <to_fileio_unlink>: Likewise.
3177 (struct target_ops) <to_fileio_readlink>: Likewise.
3178 (target_filesystem_is_local): Update comment.
3179 (target_fileio_open): New argument inf. Update comment.
3180 (target_fileio_unlink): Likewise.
3181 (target_fileio_readlink): Likewise.
3182 (target_fileio_read_alloc): Likewise.
3183 (target_fileio_read_stralloc): Likewise.
3184 * target.c (target_fileio_open): New argument inf.
3185 Pass inf to implementation. Update debug printing.
3186 (target_fileio_unlink): Likewise.
3187 (target_fileio_readlink): Likewise.
3188 (target_fileio_read_alloc_1): New argument inf. Pass inf
3189 to target_fileio_open.
3190 (target_fileio_read_alloc): New argument inf. Pass inf to
3191 target_fileio_read_alloc_1.
3192 (target_fileio_read_stralloc): Likewise.
3193 * gdb_bfd.c (inferior.h): New include.
3194 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
3195 argument with new argument "inferior". Pass inferior to
3196 target_fileio_open.
3197 (gdb_bfd_open): Supply inferior argument to
3198 gdb_bfd_iovec_fileio_open.
3199 * linux-tdep.c (linux_info_proc): Supply inf argument to
3200 relevant target_fileio calls.
3201 (linux_find_memory_regions_full): Likewise.
3202 (linux_fill_prpsinfo): Likewise.
3203 * remote.c (remote_filesystem_is_local): Supply inf
3204 argument to remote_hostio_open.
3205 (remote_file_put): Likewise.
3206 (remote_file_get): Likewise.
3207 (remote_file_delete): Supply inf argument to
3208 remote_hostio_unlink.
3209
32102015-06-10 Gary Benson <gbenson@redhat.com>
3211
3212 * inf-child.c (inf_child_fileio_open): Replace comment.
3213 (inf_child_fileio_pwrite): Likewise.
3214 (inf_child_fileio_pread): Likewise.
3215 (inf_child_fileio_fstat): Insert blank line before comment.
3216 (inf_child_fileio_close): Replace comment.
3217 (inf_child_fileio_unlink): Likewise.
3218 (inf_child_fileio_readlink): Likewise.
3219 * remote.c (remote_hostio_open): Likewise.
3220 (remote_hostio_pread): Likewise.
3221 (remote_hostio_pwrite): Likewise.
3222 (remote_hostio_close): Likewise.
3223 (remote_hostio_unlink): Likewise.
3224 (remote_hostio_readlink): Likewise.
3225 (remote_hostio_fstat): Likewise.
3226 (remote_filesystem_is_local): Likewise.
3227 * target.c (target_fileio_open): Likewise.
3228 (target_fileio_pwrite): Likewise.
3229 (target_fileio_pread): Likewise.
3230 (target_fileio_fstat): Insert blank line before comment.
3231 (target_fileio_close): Replace comment.
3232 (target_fileio_unlink): Likewise.
3233 (target_fileio_readlink): Likewise.
3234 (target_fileio_read_alloc): Likewise.
3235 (target_fileio_read_stralloc): Likewise.
3236
32372015-06-10 Gary Benson <gbenson@redhat.com>
3238
3239 * linux-thread-db.c (nat/linux-namespaces.h): New include.
3240 (check_pid_namespace_match): Use linux_ns_same rather than
3241 linux_proc_pid_get_ns to spot PID namespace mismatches.
3242 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
3243 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
3244
32452015-06-10 Gary Benson <gbenson@redhat.com>
3246
3247 * configure.ac (AC_CHECK_FUNCS): Add setns.
3248 * config.in: Regenerate.
3249 * configure: Likewise.
3250 * nat/linux-namespaces.h: New file.
3251 * nat/linux-namespaces.c: Likewise.
3252 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
3253 (linux-namespaces.o): New rule.
3254 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
3255 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3256 * config/arm/linux.mh (NATDEPFILES): Likewise.
3257 * config/i386/linux.mh (NATDEPFILES): Likewise.
3258 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3259 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3260 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3261 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3262 * config/mips/linux.mh (NATDEPFILES): Likewise.
3263 * config/pa/linux.mh (NATDEPFILES): Likewise.
3264 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
3265 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3266 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3267 * config/s390/linux.mh (NATDEPFILES): Likewise.
3268 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3269 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3270 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3271 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3272
32732015-06-10 Gary Benson <gbenson@redhat.com>
3274
3275 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
3276 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
3277 (make_cleanup_close): Likewise.
3278 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
3279 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
3280 (make_cleanup_close): Likewise.
3281
32822015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
3283
3284 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
3285 from SuspendThread().
3286
32872015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
3288
3289 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
3290 from OutputDebugString.
3291
32922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3293 Mircea Gherzan <mircea.gherzan@intel.com>
3294
3295 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
3296 MPX_BT_MASK_32): New macros.
3297 (i386_mpx_set_bounds): New function that implements
3298 the command "set-mpx-bound".
3299 (i386_mpx_enabled): Helper function to test MPX availability.
3300 (i386_mpx_bd_base): Helper function to calculate the base directory
3301 address.
3302 (i386_mpx_get_bt_entry): Helper function to access a bound
3303 table entry.
3304 (i386_mpx_print_bounds): Effectively display bound information.
3305 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
3306 "show mpx".
3307 (_initialize_i386_tdep):
3308 Add "bound" to the commands "show mpx" and "set mpx" commands.
3309 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
3310 and "show mpx" commands.
3311 * NEWS: List new commands for MPX support.
3312
33132015-06-09 Gary Benson <gbenson@redhat.com>
3314
3315 * common/fileio.h (fileio_to_host_mode): New declaration.
3316 * common/fileio.c (fileio_to_host_mode): New Function.
3317 * inf-child.c (inf_child_fileio_open): Process mode argument
3318 with fileio_to_host_mode.
3319
33202015-06-09 Gary Benson <gbenson@redhat.com>
3321
3322 * common/fileio.c (fileio_mode_pack): Fix preprocessor
3323 conditional.
3324
33252015-06-05 Gary Benson <gbenson@redhat.com>
3326
3327 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
3328 * remote.c (remote_filesystem_is_local): ...here.
3329
33302015-06-04 Yao Qi <yao.qi@linaro.org>
3331
3332 * gdbarch.c: Regenerate it.
3333
33342015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * arch-utils.c (default_infcall_munmap): New.
3337 * arch-utils.h (default_infcall_munmap): New declaration.
3338 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
3339 (munmap_list_free, munmap_listp_free_cleanup): New.
3340 (struct setup_sections_data): Add field munmap_list_headp.
3341 (setup_sections): Call munmap_list_add.
3342 (compile_object_load): New variable munmap_list_head, initialize
3343 setup_sections_data.munmap_list_headp, return munmap_list_head.
3344 * compile/compile-object-load.h (struct munmap_list): New declaration.
3345 (struct compile_module): Add field munmap_list_head.
3346 (munmap_list_free): New declaration.
3347 * compile/compile-object-run.c (struct do_module_cleanup): Add field
3348 munmap_list_head.
3349 (do_module_cleanup): Call munmap_list_free.
3350 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
3351 * gdbarch.c: Regenerate.
3352 * gdbarch.h: Regenerate.
3353 * gdbarch.sh (infcall_munmap): New.
3354 * linux-tdep.c (linux_infcall_munmap): New.
3355 (linux_init_abi): Install it.
3356
33572015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3358
3359 PR gdb/15564
3360 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
3361
33622015-06-02 Yao Qi <yao.qi@linaro.org>
3363
3364 * i386-linux-nat.c: Include linux-nat.h.
3365
33662015-06-01 Andreas Schwab <schwab@linux-m68k.org>
3367 Jan Kratochvil <jan.kratochvil@redhat.com>
3368
3369 PR symtab/18392
3370 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
3371 assertion.
3372 * dwarf2loc.c (chain_candidate): Likewise.
3373
33742015-06-01 Yao Qi <yao.qi@linaro.org>
3375
3376 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
3377 (store_vfp_regs): Use PTRACE_SETREGSET.
3378
33792015-06-01 Yao Qi <yao.qi@linaro.org>
3380
3381 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
3382 (fetch_fpregs): Likewise.
3383 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
3384 (store_fpregs): Likewise.
3385
33862015-06-01 Yao Qi <yao.qi@linaro.org>
3387
3388 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
3389 (fetch_regs): Likewise.
3390 (store_regs): Use PTRACE_SETREGSET.
3391 (store_register): Likewise.
3392
33932015-06-01 Yao Qi <yao.qi@linaro.org>
3394
3395 * arm-linux-nat.c (arm_linux_read_description): Check whether
3396 kernel supports PTRACE_GETREGSET.
3397
33982015-06-01 Yao Qi <yao.qi@linaro.org>
3399
3400 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
3401 * linux-nat.c: ... here.
3402 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
3403 to ...
3404 * linux-nat.h: ... here.
3405
34062015-06-01 Yao Qi <yao.qi@linaro.org>
3407
3408 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
3409 * i386-linux-nat.c: Likewise.
3410 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
3411 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
3412 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
3413 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
3414 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
3415
34162015-05-30 Eli Zaretskii <eliz@gnu.org>
3417
3418 * go32-nat.c (go32_xfer_memory): Fix the return value to be
3419 compatible to what read_child and write_child return. This
3420 unbreaks that DJGPP build of GDB which was broken since v7.7.
3421
34222015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
3423
3424 * MAINTAINERS (Write After Approval): Add Martin Galvan.
3425
34262015-05-29 Roland McGrath <mcgrathr@google.com>
3427
3428 PR gdb/18464
3429 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
3430 rather than internal_error for an unrecognized value.
3431
34322015-05-29 Max Filippov <jcmvbkbc@gmail.com>
3433
3434 * xtensa-tdep.c (xtensa_pseudo_register_read)
3435 (xtensa_pseudo_register_write): Don't alias last pseudo register
3436 to a1.
3437
34382015-05-28 Don Breazeal <donb@codesourcery.com>
3439
3440 * infrun.c (follow_fork_inferior): Ensure the use of
3441 process-style ptids (pid,0,0) in verbose/debug "Detaching"
3442 messages.
3443
34442015-05-28 Doug Evans <dje@google.com>
3445
3446 * dwarf2read.c (record_line_ftype): Remove, duplicate.
3447
34482015-05-28 Yao Qi <yao.qi@linaro.org>
3449
3450 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
3451 (arm_linux_fetch_inferior_registers): Use
3452 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
3453 (arm_linux_store_inferior_registers): Likewise.
3454 (arm_linux_read_description): Don't set
3455 arm_linux_has_wmmx_registers.
3456 * arm-tdep.c (arm_gdbarch_init): Set
3457 tdep->have_wmmx_registers according target descriptions.
3458 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
3459 field.
3460
34612015-05-28 Yao Qi <yao.qi@linaro.org>
3462
3463 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
3464 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
3465 instead of arm_linux_vfp_register_count.
3466 (store_vfp_regs): Likewise.
3467 (arm_linux_fetch_inferior_registers): Likewise.
3468 (arm_linux_store_inferior_registers): Likewise.
3469 (arm_linux_read_description): Don't set
3470 arm_linux_vfp_register_count.
3471 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
3472 Adjust.
3473 * arm-tdep.c (arm_gdbarch_init): Add assert on
3474 vfp_register_count.
3475 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
3476 field to vfp_register_count. All users updated.
3477
34782015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
3479
3480 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
3481 ELFOSABI_GNU binaries.
3482
34832015-05-27 Doug Evans <dje@google.com>
3484
3485 * dwarf2read.c (lnp_state_machine): New typedef.
3486 (lnp_reader_state): New typedef.
3487 (dwarf_record_line_1): Renamed from dwarf_record_line.
3488 All callers updated.
3489 (dwarf_record_line): New function.
3490 (init_lnp_state_machine): New function.
3491 (check_line_address): Replace p_record_line parameter with state.
3492 All callers updated.
3493 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
3494 Update to record state in lnp_state_machine.
3495
34962015-05-27 Doug Evans <dje@google.com>
3497
3498 * dwarf2read.c (record_line_ftype): New typedef.
3499 (check_line_address): New function.
3500 (dwarf_decode_lines_1): Call it.
3501
35022015-05-27 Doug Evans <dje@google.com>
3503
3504 * NEWS: Mention "set debug dwarf-line".
3505 * dwarf2read.c (dwarf_line_debug): New static global.
3506 (add_include_dir): Add debug dwarf-line support.
3507 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
3508 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
3509
35102015-05-27 Doug Evans <dje@google.com>
3511
3512 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
3513 All callers updated.
3514 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
3515 * cp-support.h (cp_lookup_nested_symbol): Update.
3516
35172015-05-27 Doug Evans <dje@google.com>
3518
3519 PR symtab/18258
3520 * block.c (block_find_symbol): New function.
3521 (block_find_non_opaque_type): Ditto.
3522 (block_find_non_opaque_type_preferred): Ditto.
3523 * block.h (block_symbol_matcher_ftype): New typedef.
3524 (block_find_symbol): Declare.
3525 (block_find_non_opaque_type): Ditto.
3526 (block_find_non_opaque_type_preferred): Ditto.
3527 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
3528 * psymtab.c (psym_lookup_symbol): Ditto.
3529 * symtab.c (basic_lookup_transparent_type_1): New function.
3530 (basic_lookup_transparent_type): Call it.
3531
35322015-05-27 Yao Qi <yao.qi@linaro.org>
3533
3534 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
3535 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
3536
35372015-05-27 Yao Qi <yao.qi@linaro.org>
3538
3539 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
3540 before operator &&.
3541 (aarch64_record_load_store): Likewise.
3542
35432015-05-26 Doug Evans <dje@google.com>
3544
3545 PR c++/18141, c++/18417.
3546 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
3547 a typedef.
3548
35492015-05-26 Doug Evans <dje@google.com>
3550
3551 * NEWS: Add entries for command renamings.
3552 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
3553 All uses updated.
3554 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
3555 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
3556 All uses updated.
3557 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
3558 All callers updated. Fix spelling of DWARF in help text.
3559 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
3560 All uses updated.
3561 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
3562 All uses updated.
3563 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
3564 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
3565 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
3566 All uses updated.
3567 (show_dwarf_always_disassemble): Renamed from
3568 show_dwarf2_always_disassemble. All callers updated.
3569 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
3570 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
3571 "set/show dwarf max-cache-age". Rename
3572 "set/show dwarf2 always-disassemble" to
3573 "set/show dwarf always-disassemble". Rename
3574 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
3575 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
3576
35772015-05-26 Doug Evans <dje@google.com>
3578
3579 PR python/18438
3580 * python/py-lazy-string.c (stpy_convert_to_value): Use
3581 gdbpy_gdb_memory_error not PyExc_MemoryError.
3582 (gdbpy_create_lazy_string_object): Ditto.
3583
35842015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
3585
3586 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
3587
35882015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * tui/tui-regs.c (tui_reg_prev_command): New function.
3591 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
3592 * reggroups.c (reggroup_prev): New function.
3593 * reggroups.h (reggroup_prev): Add declaration. Update comment.
3594
35952015-05-26 Omair Javaid <omair.javaid@linaro.org>
3596 Yao Qi <yao.qi@linaro.org>
3597
3598 * aarch64-linux-tdep.c: Include linux-record.h and
3599 record-full.h.
3600 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
3601 (aarch64_syscall): New enum.
3602 (aarch64_canonicalize_syscall): New function.
3603 (aarch64_all_but_pc_registers_record): New function.
3604 (aarch64_linux_syscall_record): New function.
3605 (aarch64_linux_init_abi): Install AArch64 process record
3606 handler. Update to handle syscall recording.
3607 * aarch64-tdep.c: Include record.h and record-full.h.
3608 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
3609 (struct aarch64_mem_r): Define.
3610 (aarch64_record_result): New enum.
3611 (struct insn_decode_record): Define.
3612 (insn_decode_record): New typedef.
3613 (aarch64_record_data_proc_reg): New function.
3614 (aarch64_record_data_proc_imm): New function.
3615 (aarch64_record_branch_except_sys): New function.
3616 (aarch64_record_load_store): New function.
3617 (aarch64_record_data_proc_simd_fp): New function.
3618 (aarch64_record_asimd_load_store): New function.
3619 (aarch64_record_decode_insn_handler): New function.
3620 (deallocate_reg_mem): New function.
3621 (aarch64_process_record): New function.
3622 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
3623 New field.
3624 (aarch64_process_record): New extern declaration.
3625 * configure.tgt: Add linux-record.o to gdb_target_obs.
3626 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
3627
36282015-05-26 Omair Javaid <omair.javaid@linaro.org>
3629
3630 * NEWS: Add a note on process record-replay support on aarch64*-linux*
3631 targets.
3632
36332015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
3634
3635 * amd64-tdep.c: Replace in_function_epilogue_p with
3636 stack_frame_destroyed_p throughout.
3637 * arch-utils.c: Ditto.
3638 * arch-utils.h: Ditto.
3639 * arm-tdep.c: Ditto.
3640 * breakpoint.c: Ditto.
3641 * gdbarch.sh: Ditto.
3642 * hppa-tdep.c: Ditto.
3643 * i386-tdep.c: Ditto.
3644 * mips-tdep.c: Ditto.
3645 * nios2-tdep.c: Ditto.
3646 * rs6000-tdep.c: Ditto.
3647 * s390-linux-tdep.c: Ditto.
3648 * score-tdep.c: Ditto.
3649 * sh-tdep.c: Ditto.
3650 * sparc-tdep.c: Ditto.
3651 * sparc-tdep.h: Ditto.
3652 * sparc64-tdep.c: Ditto.
3653 * spu-tdep.c: Ditto.
3654 * tic6x-tdep.c: Ditto.
3655 * tilegx-tdep.c: Ditto.
3656 * xstormy16-tdep.c: Ditto.
3657 * gdbarch.c, gdbarch.h: Re-generated.
3658
36592015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * NEWS: Mention 'tui enable' and 'tui disable'.
3662 * tui/tui.c (tui_enable_command): New function.
3663 (tui_disable_command): New function.
3664 (_initialize_tui): New function.
3665
36662015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
3669
36702015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3671
3672 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
3673 buf_ptr is freed.
3674
36752015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3676
3677 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
3678 into ...
3679 (tui_set_layout_for_display_command): ...here, before calling
3680 tui_set_layout. Only set the layout if gdb has not already
3681 entered the TUI_FAILURE state.
3682
36832015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3684
3685 * tui/tui-layout.c (layout_completer): New function.
3686 (_initialize_tui_layout): Set completer on layout command.
3687
36882015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3689
3690 * tui/tui-layout.c (tui_set_layout): Remove
3691 tui_register_display_type parameter. Remove all checking of this
3692 parameter, and reindent function. Update header comment.
3693 (tui_set_layout_for_display_command): Rename to...
3694 (tui_set_layout_by_name): ...this, and don't check for different
3695 register class types, don't pass a tui_register_display_type to
3696 tui_set_layout. Update header comment.
3697 (layout_names): Remove register set specific names.
3698 * tui/tui-layout.h (tui_set_layout): Remove
3699 tui_register_display_type parameter.
3700 * tui/tui.c (tui_rl_change_windows): Don't pass a
3701 tui_register_display_type to tui_set_layout.
3702 (tui_rl_delete_other_windows): Likewise.
3703 (tui_enable): Likewise.
3704 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
3705 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
3706 (TUI_GENERAL_REGS_NAME): Remove.
3707 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
3708 (TUI_SPECIAL_REGS_NAME): Remove.
3709 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
3710 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
3711 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
3712 (enum tui_register_display_type): Remove.
3713 (struct tui_layout_def): Remove regs_display_type and
3714 float_regs_display_type fields.
3715 (struct tui_data_info): Remove regs_display_type field.
3716 (tui_layout_command): Use new name for
3717 tui_set_layout_for_display_command.
3718 * tui/tui-data.c (layout_def): Don't initialise removed fields.
3719 (tui_clear_win_detail): Don't initialise removed fields of
3720 win_info.
3721 * tui/tui-regs.c (tui_show_registers): Use new name for
3722 tui_set_layout_for_display_command.
3723 * tui/tui.h (tui_set_layout_for_display_command): Rename
3724 declaration to...
3725 (tui_set_layout_by_name): ...this.
3726 * printcmd.c (display_command): Remove tui related layout call,
3727 and reindent.
3728
37292015-05-20 Joel Brobecker <brobecker@adacore.com>
3730
3731 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
3732 (handle_inferior_event): New function.
3733
37342015-05-20 Joel Brobecker <brobecker@adacore.com>
3735
3736 * ada-lang.c (to_fixed_array_type): Rename local variable
3737 typename into type_name.
3738
37392015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 Fix ASAN crash for gdb.compile/compile.exp.
3742 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
3743
37442015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
3747 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
3748 * compile/compile-object-load.c (setup_sections, compile_object_load):
3749 Likewise.
3750 * compile/compile.c (compile_to_object): Likewise.
3751
37522015-05-16 Doug Evans <xdje42@gmail.com>
3753
3754 * NEWS: Mention support for unbuffered Guile memory ports.
3755 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
3756 (ioscm_lseek_address): Improve overflow calculation.
3757 (gdbscm_memory_port_fill_input): Add assert.
3758 (gdbscm_memory_port_write): Handle unbuffered ports.
3759 Handle large writes identical to Guile's fport_write.
3760 (gdbscm_memory_port_seek): Fix seeking past end check.
3761 (gdbscm_memory_port_close): Handle closing unbuffered port.
3762 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
3763 (ioscm_init_memory_port): Handle unbuffered ports.
3764 (ioscm_reinit_memory_port): Ditto.
3765 (ioscm_init_memory_port): Update size calculation.
3766 (gdbscm_open_memory): Support zero sized ports.
3767
37682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3769
3770 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
3771 variable compiler warnings.
3772
37732015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3774
3775 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
3776
37772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3778 Phil Muldoon <pmuldoon@redhat.com>
3779
3780 * NEWS (Changes since GDB 7.9): Add compile print.
3781 * compile/compile-c-support.c (add_code_header, add_code_footer)
3782 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
3783 COMPILE_I_PRINT_VALUE_SCOPE.
3784 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
3785 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
3786 New.
3787 * compile/compile-object-load.c: Include block.h.
3788 (get_out_value_type): New function.
3789 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
3790 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
3791 OUT_VALUE_TYPE.
3792 * compile/compile-object-load.h (struct compile_module): Add fields
3793 out_value_addr and out_value_type.
3794 * compile/compile-object-run.c: Include valprint.h and compile.h.
3795 (struct do_module_cleanup): Add fields out_value_addr and
3796 out_value_type.
3797 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
3798 COMPILE_I_PRINT_VALUE_SCOPE.
3799 (compile_object_run): Propagate out_value_addr and out_value_type.
3800 Pass OUT_VALUE_ADDR.
3801 * compile/compile.c: Include valprint.h.
3802 (compile_print_value, compile_print_command): New functions.
3803 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
3804 (_initialize_compile): Update compile code help text. Install
3805 compile_print_command.
3806 * compile/compile.h (compile_print_value): New prototype.
3807 * defs.h (enum compile_i_scope_types): Add
3808 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
3809
38102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
3813 Rely on its parameter count.
3814 (compile_object_load): Replace lookup_minimal_symbol_text by
3815 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
3816 return value.
3817 * compile/compile-object-load.h (struct compile_module): Replace
3818 func_addr by func_sym.
3819 * compile/compile-object-run.c: Include block.h.
3820 (compile_object_run): Reset module variable after it is freed. Use
3821 FUNC_SYM instead of FUNC_ADDR. Rely on it.
3822
38232015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
3826 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
3827 (c_compute_program): Call generate_register_struct after typedefs.
3828 * compile/compile-loc2c.c (push, pushf_register_address)
3829 (pushf_register): Cast to GCC_UINTPTR.
3830 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
3831 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
3832 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
3833 * compile/compile.c (_initialize_compile): Enable warnings for
3834 COMPILE_ARGS.
3835
38362015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 * cli/cli-script.c (execute_control_command): Update
3839 eval_compile_command caller.
3840 * compile/compile-object-load.c (compile_object_load): Add parameters
3841 scope and scope_data. Set them.
3842 * compile/compile-object-load.h (struct compile_module): Add fields
3843 scope and scope_data.
3844 (compile_object_load): Add parameters scope and scope_data.
3845 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
3846 scope and scope_data.
3847 (compile_object_run): Propagate the fields scope and scope_data.
3848 * compile/compile.c (compile_file_command, compile_code_command):
3849 Update eval_compile_command callers.
3850 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
3851 * compile/compile.h (eval_compile_command): Add parameter scope_data.
3852 * defs.h (struct command_line): Add field scope_data.
3853
38542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3855
3856 * printcmd.c (struct format_data): Move it to valprint.h.
3857 (print_command_parse_format, print_value): New functions from ...
3858 (print_command_1): ... here. Call them.
3859 * valprint.h (struct format_data): Move it here from printcmd.c.
3860 (print_command_parse_format, print_value): New declarations.
3861
38622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3863
3864 * compile/compile-object-load.c (compile_object_load): Add
3865 COMPILE_DEBUG message.
3866
38672015-05-15 Jerome Guitton <guitton@adacore.com>
3868
3869 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
3870 index to get element instead of enum value.
3871 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
3872 of index to compute length, but enum values to compute bounds.
3873 (ada_array_length): Use enum position of index instead of enum value.
3874 (pos_atr): Move position computation to...
3875 (ada_evaluate_subexp): Use enum values to compute bounds.
3876 * gdbtypes.c (discrete_position): ...this new function.
3877 * gdbtypes.h (discrete_position): New function declaration.
3878 * valprint.c (val_print_array_elements): Call discrete_position
3879 to handle array indexed by non-contiguous enumeration types.
3880
38812015-05-15 Jerome Guitton <guitton@adacore.com>
3882
3883 * ada-lang.c (find_parallel_type_by_descriptive_type):
3884 Go through typedefs during lookup.
3885 (to_fixed_array_type): Add support for non-bit packed arrays
3886 as variable-length fields.
3887
38882015-05-15 Pedro Alves <palves@redhat.com>
3889 Simon Marchi <simon.marchi@ericsson.com>
3890
3891 * event-loop.c (gdb_notifier) <next_file_handler,
3892 next_poll_fds_index>: New fields.
3893 (get_next_file_handler_to_handle_and_advance): New function.
3894 (delete_file_handler): If deleting the next file handler to
3895 handle, advance to the next file handler.
3896 (gdb_wait_for_event): Bail early if no event fired. Poll file
3897 handlers in round-robin fashion.
3898
38992015-05-15 Pedro Alves <palves@redhat.com>
3900
3901 * linux-tdep.c (linux_find_memory_regions_full): Rename local
3902 'private' to 'priv'.
3903
39042015-05-15 Pedro Alves <palves@redhat.com>
3905
3906 * nat/linux-nat.h: Include "target/waitstatus.h".
3907
39082015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
3909
3910 * python/py-unwind.c (struct reg_info): Move out of ...
3911 (struct cached_frame_info): ... this scope.
3912 (pending_frame_object_type, unwind_info_object_type): Make extern.
3913
39142015-05-15 Joel Brobecker <brobecker@adacore.com>
3915
3916 * ada-lang.c (ada_value_primitive_packed_val): Make sure
3917 accumSize is never negative.
3918
39192015-05-14 Patrick Palka <patrick@parcs.ath.cx>
3920
3921 * tui/tui-command.c: Remove include of <ctype.h>.
3922 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
3923
39242015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
3925
3926 * dwarf2read.c (die_needs_namespace): Return 1 for
3927 DW_TAG_inlined_subroutine.
3928
39292015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3930
3931 * regcache.c (regcache_cpy_no_passthrough): New declaration.
3932 (regcache_cpy_no_passthrough): Make it static, add function comment.
3933 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
3934 (regcache_cpy_no_passthrough): Remove declaration.
3935
39362015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3937
3938 * gdbthread.h (struct thread_control_state): Update comment for
3939 proceed_to_finish.
3940 * infcall.c (run_inferior_call): Update comment about
3941 proceed_to_finish.
3942 * infcmd.c (get_return_value): Update comment about stop_registers.
3943 (finish_forward): Update comment about proceed_to_finish.
3944 * infrun.c (stop_registers): Remove.
3945 (clear_proceed_status, normal_stop): Remove stop_registers handling.
3946 * infrun.h (stop_registers): Remove.
3947
39482015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3949
3950 * infcall.c (struct dummy_frame_context_saver)
3951 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
3952 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
3953 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
3954 New.
3955 (call_function_by_hand_dummy): Move discard_cleanups of
3956 inf_status_cleanup before dummy_frame_push. Call
3957 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
3958 Use dummy_frame_context_saver_get_regs instead of stop_registers.
3959 * infcall.h (struct dummy_frame_context_saver)
3960 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
3961 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
3962 New declarations.
3963 * infcmd.c: Include infcall.h.
3964 (get_return_value): Add parameter ctx_saver, use it instead of
3965 stop_registers.
3966 (print_return_value): Add parameter ctx_saver, pass it.
3967 (struct finish_command_continuation_args): Add field ctx_saver.
3968 (finish_command_continuation): Update print_return_value caller.
3969 (finish_command_continuation_free_arg): Free also ctx_saver.
3970 (finish_forward): Call dummy_frame_context_saver_setup.
3971 * inferior.h (struct dummy_frame_context_saver): New declaration.
3972 (get_return_value): Add parameter ctx_saver.
3973 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
3974 get_return_value caller.
3975
39762015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3977
3978 * dummy-frame.c (struct dummy_frame_dtor_list): New.
3979 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
3980 (remove_dummy_frame): Process dtor_list.
3981 (pop_dummy_frame): Process dtor_list.
3982 (register_dummy_frame_dtor): Maintain dtor_list.
3983 (find_dummy_frame_dtor): Handle dtor_list.
3984 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
3985 Update comments.
3986
39872015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3988
3989 * compile/compile-object-run.c (do_module_cleanup): Add parameter
3990 registers_valid.
3991 (compile_object_run): Update do_module_cleanup caller.
3992 * dummy-frame.c: Include infcall.h.
3993 (struct dummy_frame): Update dtor comment.
3994 (remove_dummy_frame): Call dtor.
3995 (pop_dummy_frame): Update dtor caller.
3996 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
3997 registers_valid.
3998
39992015-05-13 Joel Brobecker <brobecker@adacore.com>
4000
4001 GDB 7.9.1 released.
4002
40032015-05-13 Joel Brobecker <brobecker@adacore.com>
4004
4005 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
4006 Xmethods now being able to specify a result type to that new
4007 sectioin.
4008
40092015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4010
4011 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
4012 first before resizing the window.
4013 * tui/tui.c (tui_enable): Likewise.
4014
40152015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4016
4017 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
4018 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
4019 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
4020 dummy_dtor parameter.
4021 * infcall.h: Include dummy-frame.h.
4022 (call_function_by_hand_dummy_dtor_ftype): Remove.
4023 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
4024 parameter.
4025
40262015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4027
4028 PR gdb/17820
4029 * top.c (history_size_setshow_var): Change type to signed.
4030 Initialize to -2. Update documentation.
4031 (set_readline_history_size): Define.
4032 (set_history_size_command): Use it. Remove logic for handling
4033 out-of-range sizes.
4034 (init_history): Use set_readline_history_size(). Test for a
4035 value of -2 instead of 0 when determining whether to set a
4036 default history size.
4037 (init_main): Decode the argument of the "size" command as a
4038 zuinteger_unlimited.
4039
40402015-05-12 Doug Evans <dje@google.com>
4041
4042 * dwarf2read.c (struct file_entry): Tweak comments.
4043 (get_debug_line_section): Tweak comments.
4044
40452015-05-12 Don Breazeal <donb@codesourcery.com>
4046
4047 * NEWS: Announce fork support in the RSP and support
4048 for fork debugging in extended mode.
4049
40502015-05-12 Don Breazeal <donb@codesourcery.com>
4051
4052 * remote.c (remote_insert_fork_catchpoint): New function.
4053 (remote_remove_fork_catchpoint): New function.
4054 (remote_insert_vfork_catchpoint): New function.
4055 (remote_remove_vfork_catchpoint): New function.
4056 (pending_fork_parent_callback): New function.
4057 (remove_new_fork_child): New function.
4058 (remote_update_thread_list): Call remote_notif_get_pending_events
4059 and remove_new_fork_child.
4060 (extended_remote_kill): Kill fork child when killing the
4061 parent before follow_fork completes.
4062 (init_extended_remote_ops): Initialize target vector with
4063 new fork catchpoint functions.
4064
40652015-05-12 Don Breazeal <donb@codesourcery.com>
4066
4067 * remote.c (remove_vfork_event_p): New function.
4068 (remote_follow_fork): Add vfork event type to event checking.
4069 (remote_parse_stop_reply): New stop reasons "vfork" and
4070 "vforkdone" for RSP 'T' Stop Reply Packet.
4071
40722015-05-12 Don Breazeal <donb@codesourcery.com>
4073
4074 * linux-nat.c (linux_nat_ptrace_options): New function.
4075 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
4076 Call linux_nat_ptrace_options and use different argument to
4077 linux_enable_event_reporting.
4078 (_initialize_linux_nat): Delete call to
4079 linux_ptrace_set_additional_flags.
4080 * nat/linux-ptrace.c (current_ptrace_options): Rename to
4081 supported_ptrace_options.
4082 (additional_flags): Delete variable.
4083 (linux_check_ptrace_features): Use supported_ptrace_options.
4084 (linux_test_for_tracesysgood, linux_test_for_tracefork):
4085 Likewise, and remove additional_flags check.
4086 (linux_enable_event_reporting): Change 'attached' argument to
4087 'options'. Use supported_ptrace_options.
4088 (ptrace_supports_feature): Change comment. Use
4089 supported_ptrace_options.
4090 (linux_ptrace_set_additional_flags): Delete function.
4091 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
4092 Delete function prototype.
4093 * remote.c (remote_fork_event_p): New function.
4094 (remote_detach_pid): New function.
4095 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
4096 if doing detach-on-fork.
4097 (remote_follow_fork): New function.
4098 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
4099 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
4100 (init_extended_remote_ops): Initialize to_follow_fork.
4101
41022015-05-12 Don Breazeal <donb@codesourcery.com>
4103
4104 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
4105 from static to extern.
4106 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
4107 * remote.c (anonymous enum): <PACKET_fork_event_feature,
4108 * PACKET_vfork_event_feature>: New enumeration constants.
4109 (remote_protocol_features): Add table entries for new packets.
4110 (remote_query_supported): Add new feature queries to qSupported
4111 packet.
4112
41132015-05-12 Gary Benson <gbenson@redhat.com>
4114
4115 * remote.c (remote_add_inferior): Call exec_file_locate_attach
4116 for fake PIDs as well as real ones.
4117 (remote_pid_to_exec_file): Send empty annex if PID is fake.
4118
41192015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4120
4121 * NEWS (Python Scripting): Mention the new gdb.Value methods.
4122 * python/py-value.c (valpy_reference_value): New function.
4123 (valpy_const_value): Likewise.
4124 (value_object_methods): Add new methods.
4125 * value.c (make_cv_value): New function.
4126 * value.h (make_cv_value): Declare.
4127
41282015-05-08 Yao Qi <yao@codesourcery.com>
4129 Sandra Loosemore <sandra@codesourcery.com>
4130
4131 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
4132 to 'lh->include_dirs' before accessing to it.
4133 (psymtab_include_file_name): Likewise.
4134 (dwarf_decode_lines_1): Likewise.
4135 (dwarf_decode_lines): Likewise.
4136 (file_file_name): Likewise.
4137
41382015-05-08 Sandra Loosemore <sandra@codesourcery.com>
4139
4140 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
4141 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
4142 (nios2_linux_rt_sigreturn_init): Adjust base address of
4143 register save area.
4144
41452015-05-08 Sandra Loosemore <sandra@codesourcery.com>
4146
4147 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
4148 "trap 31" as the breakpoint instruction on all targets.
4149
41502015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4151
4152 * infcmd.c (print_return_value): Remove unused declaration.
4153
41542015-05-08 Joel Brobecker <brobecker@adacore.com>
4155
4156 * dwarf2read.c (attr_to_dynamic_prop)
4157 <DW_AT_data_member_location>: Use read_type_die isntead of
4158 get_die_type.
4159
41602015-05-08 Joel Brobecker <brobecker@adacore.com>
4161
4162 * ada-lang.c (ada_convert_actual): Add handling of formals
4163 passed inside an aligner type.
4164
41652015-05-08 Joel Brobecker <brobecker@adacore.com>
4166
4167 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
4168
41692015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4170
4171 PR python/18291
4172 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
4173 Print xmethod matcher status.
4174
41752015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4176
4177 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
4178 register in the regcache when treating the PSWM register, and vice
4179 versa.
4180
41812015-05-07 Gary Benson <gbenson@redhat.com>
4182
4183 * linux-thread-db.c (struct thread_db_info)
4184 <td_ta_map_id2thr_p>: Remove field.
4185 (try_thread_db_load_1): Remove initialization for the above.
4186
41872015-05-07 Gary Benson <gbenson@redhat.com>
4188
4189 * linux-thread-db.c (struct thread_db_info)
4190 <td_thr_validate_p>: Remove field.
4191 (try_thread_db_load_1): Remove initialization for the above.
4192
41932015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 * compile/compile-object-load.c (compile_object_load): Support
4196 mst_text_gnu_ifunc.
4197
41982015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 * compile/compile.c (compile_to_object): Make the cmd_string parameter
4201 const. Use new variables for the const compatibility.
4202 (eval_compile_command): Make the cmd_string parameter const.
4203 * compile/compile.h (eval_compile_command): Make the cmd_string
4204 parameter const.
4205
42062015-05-06 Joel Brobecker <brobecker@adacore.com>
4207
4208 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
4209 comment.
4210 * top.c (deprecated_init_ui_hook): Delete.
4211 (gdb_init): Remove handling of deprecated_init_ui_hook.
4212 * interps.c (clear_interpreter_hooks): Remove handling of
4213 deprecated_init_ui_hook.
4214 * main.c (captured_main): Update comment.
4215
42162015-05-06 Joel Brobecker <brobecker@adacore.com>
4217
4218 * solib.c (_initialize_solib): Add "info dll" alias creation.
4219 * windows-nat.c (set_windows_aliases): Delete.
4220 (_initialize_windows_nat): Remove deprecated_init_ui_hook
4221 assignment.
4222 * NEWS: Add news entry about "info dll" now being available
4223 on all platforms.
4224
42252015-05-05 Joel Brobecker <brobecker@adacore.com>
4226
4227 * ada-lang.c (value_assign_to_component): Reformat and improve
4228 documentation. Remove all trailing spaces.
4229
42302015-05-05 Joel Brobecker <brobecker@adacore.com>
4231
4232 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
4233 Stop counting inlined frames as soon as an out-of-line function
4234 is found.
4235
42362014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
4237
4238 * dwarf2read.c (inherit_abstract_dies): Skip
4239 DW_TAG_GNU_call_site dies while inheriting children of an
4240 abstract DIE into a scope.
4241 (read_lexical_block_scope): Inherit abstract DIE's for
4242 lexical scopes.
4243
42442015-05-05 Joel Brobecker <brobecker@adacore.com>
4245
4246 * ada-valprint.c (val_print_packed_array_elements): Delete
4247 variable "len". Add a type-length check when comparing two
4248 consecutive elements of the array. Use the element's actual
4249 length in call to value_contents_eq.
4250 * ada-lang.c (ada_value_primitive_packed_val): Always return
4251 a value whose type has been resolved.
4252
42532015-05-05 Joel Brobecker <brobecker@adacore.com>
4254
4255 * ada-lang.c (ada_value_primitive_packed_val): Recompute
4256 BIT_SIZE and LEN if the size of the resolved type is smaller
4257 than BIT_SIZE * HOST_CHAR_BIT.
4258
42592015-05-05 Joel Brobecker <brobecker@adacore.com>
4260
4261 * ada-lang.c (ada_value_primitive_packed_val): Use a more
4262 correct address in call to value_at. Adjust call to
4263 value_address accordingly.
4264
42652015-05-05 Joel Brobecker <brobecker@adacore.com>
4266
4267 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
4268 to print it.
4269
42702015-05-05 Joel Brobecker <brobecker@adacore.com>
4271
4272 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
4273 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
4274 pinfo->valaddr.
4275 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
4276 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
4277 (resolve_dynamic_type_internal): Set pinfo.valaddr.
4278 Add handling of addr_stack->valaddr.
4279 (resolve_dynamic_type): Add "valaddr" parameter.
4280 Set pinfo.valaddr field.
4281 * ada-lang.c (ada_discrete_type_high_bound): Update call to
4282 resolve_dynamic_type.
4283 (ada_discrete_type_low_bound): Likewise.
4284 * findvar.c (default_read_var_value): Likewise.
4285 * value.c (value_from_contents_and_address): Likewise.
4286
42872015-05-05 Joel Brobecker <brobecker@adacore.com>
4288
4289 * gdbtypes.c (resolve_dynamic_array): Use
4290 create_array_type_with_stride instead of create_array_type.
4291
42922015-04-30 DJ Delorie <dj@redhat.com>
4293
4294 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
4295 rl78_decode_opcode
4296
42972015-04-29 Doug Evans <dje@google.com>
4298
4299 PR python/18285
4300 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
4301 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
4302 EVAL_AVOID_SIDE_EFFECTS for xmethods.
4303 * extension-priv.h (struct extension_language_ops)
4304 <get_xmethod_result_type>: New member.
4305 * extension.c (get_xmethod_result_type): New function.
4306 * extension.h (get_xmethod_result_type): Declare.
4307 * python/py-xmethods.c (get_result_type_method_name): New static
4308 global.
4309 (py_get_result_type_method_name): Ditto.
4310 (gdbpy_get_xmethod_result_type): New function.
4311 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
4312 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
4313 * python/python.c (python_extension_ops): Add
4314 gdbpy_get_xmethod_result_type.
4315 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
4316 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
4317 xmethods.
4318 (value_x_unop): Ditto.
4319 * value.c (result_type_of_xmethod): New function.
4320 * value.h (result_type_of_xmethod): Declare.
4321
43222015-04-29 Gary Benson <gbenson@redhat.com>
4323
4324 * solib.c (solib_find_1): Allow fd argument to be NULL.
4325 (exec_file_find): Update comment.
4326 (solib_find): Likewise.
4327 * exec.c (exec_file_locate_attach): Use NULL as fd
4328 argument to exec_file_find to avoid having to close
4329 the opened file.
4330 * infrun.c (follow_exec): Likewise.
4331
43322015-04-28 Doug Evans <dje@google.com>
4333
4334 PR python/18299
4335 * python/lib/gdb/printing.py (register_pretty_printer): Handle
4336 name or __name__ attributes. Handle gdb module as first argument.
4337
43382015-04-28 Doug Evans <dje@google.com>
4339
4340 PR python/18089
4341 * python/py-prettyprint.c (print_children): Verify result of children
4342 iterator. Provide better error message.
4343 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
4344 * python/python.c (gdbpy_print_python_errors_p): New function.
4345
43462015-04-28 Doug Evans <dje@google.com>
4347
4348 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
4349
43502015-04-28 Sasha Smundak <asmundak@google.com>
4351
4352 * NEWS: Mention gdb.Type.optimized_out method.
4353 * python/py-type.c (typy_optimized_out): New function.
4354
43552015-04-28 John Baldwin <jhb@FreeBSD.org>
4356
4357 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
4358
43592015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4360
4361 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
4362 (initialize_utils): Move call of init_page_info() to ...
4363 * top.c (gdb_init): ... here.
4364
43652015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4366
4367 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
4368 (tui_sigwinch_handler): Still update our idea of
4369 the terminal's width and height even when TUI is not active.
4370
43712015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4372
4373 * utils.h (set_screen_width_and_height): Declare.
4374 * utils.c (set_screen_width_and_height): Define.
4375 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
4376
43772015-04-28 Gary Benson <gbenson@redhat.com>
4378
4379 * infrun.c (solist.h): New include.
4380 (follow_exec): Use exec_file_find to prefix execd_pathname
4381 with gdb_sysroot.
4382
43832015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4384
4385 * tui/tui-source.c (tui_set_source_content): Avoid calling
4386 strcpy() when offset is 0.
4387
43882015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4389
4390 PR gdb/18155
4391 * tui/tui-data.c (tui_free_window): Don't free the locator
4392 window when passed an SRC_WIN or a DISASSEM_WIN.
4393
43942015-04-28 Patrick Palka <patrick@parcs.ath.cx>
4395
4396 * tui/tui-data.h (struct tui_win_element): Forward-declare.
4397 (tui_win_content): Move declaration.
4398 (struct tui_gen_win_info): Give 'content' field the
4399 type tui_win_content.
4400 * tui/tui-data.c (init_content_element): Remove redundant and
4401 erroneous casts.
4402 (tui_add_content_elements): Remove erroneous cast.
4403 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
4404 casts.
4405 (tui_get_begin_asm_address): Likewise.
4406 * tui/tui-regs.c (tui_show_registers): Likewise.
4407 (tui_show_register_group): Likewise.
4408 (tui_display_registers_from): Likewise.
4409 (tui_check_register_values): Likewise.
4410 * tui/tui-source.c (tui_set_source_content): Likewise.
4411 (tui_set_source_content_nil): Likewise.
4412 (tui_source_is_displayed): Likewise.
4413 * tui/tui-stack.c (tui_show_locator_content): Likewise.
4414 (tui_set_locator_fullname): Likewise.
4415 (tui_set_locator_info): Likewise.
4416 (tui_show_frame_info): Likewise.
4417 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
4418 (tui_show_source_line): Likewise.
4419 (tui_horizontal_source_scroll): Likewise.
4420 (tui_update_breakpoint_info): Likewise.
4421 (tui_set_exec_info_content): Likewise.
4422 (tui_show_exec_info_content): Likewise.
4423 (tui_alloc_source_buffer): Likewise.
4424 (tui_line_is_displayed): Likewise.
4425 (tui_addr_is_displayed): Likewise.
4426
44272015-04-27 John Baldwin <jhb@FreeBSD.org>
4428
4429 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
4430 event if PL_FLAG_EXEC is set.
4431 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
4432 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
4433 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
4434 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
4435 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
4436
44372015-04-27 John Baldwin <jhb@FreeBSD.org>
4438
4439 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
4440 [TDP_RFPPWAIT] New variable fbsd_pending_children.
4441 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
4442 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
4443 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
4444 [PT_LWPINFO] (fbsd_wait): New function.
4445 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
4446 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
4447 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
4448 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
4449 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
4450 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
4451 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
4452 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
4453 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
4454 "fbsd_wait".
4455 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
4456 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
4457 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
4458 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
4459 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
4460 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
4461 Set "to_post_attach" to "fbsd_post_attach".
4462
44632015-04-27 John Baldwin <jhb@FreeBSD.org>
4464
4465 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
4466 (fbsd_find_memory_regions): Mark static.
4467 (fbsd_nat_add_target): New function.
4468 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
4469 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
4470 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
4471 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
4472 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
4473 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
4474
44752015-04-27 Gary Benson <gbenson@redhat.com>
4476
4477 * objfiles.c (allocate_objfile): Do not attempt to expand name
4478 if name is a "target:" filename.
4479 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
4480 to load auto-load scripts for objfiles with "target:" filenames.
4481
44822015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4483
4484 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
4485 (enum s390_vector_abi_kind): New enum.
4486 (struct gdbarch_tdep)<vector_abi>: New field.
4487 (s390_effective_inner_type): Add parameter min_size. Stop
4488 unwrapping if the inner type is smaller than min_size.
4489 (s390_function_arg_float): Adjust call to
4490 s390_effective_inner_type.
4491 (s390_function_arg_vector): New function.
4492 (s390_function_arg_integer): Adjust comment.
4493 (struct s390_arg_state)<vr>: New field.
4494 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
4495 arguments according to vector ABI when appropriate.
4496 (s390_push_dummy_call): Initialize the argument state's field
4497 'vr'. Adjust calls to s390_handle_arg.
4498 (s390_register_return_value): Handle vector return values.
4499 (s390_return_value): Apply the "register" return value convention
4500 to a vector when appropriate.
4501 (s390_gdbarch_init): Initialize tdep->vector_abi.
4502 * NEWS: Announce S390 vector ABI support.
4503
45042015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4505
4506 * s390-linux-tdep.c (s390_return_value_convention): Remove
4507 function. Inline its logic...
4508 (s390_return_value): ...here. Instead, move the handling of the
4509 "register" return value convention...
4510 (s390_register_return_value): ...here. New function.
4511
45122015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4513
4514 * s390-linux-tdep.c
4515 (is_float_singleton): Remove function. Move the "singleton" part
4516 of the logic...
4517 (s390_effective_inner_type): ...here. New function.
4518 (is_float_like): Remove function. Inline its logic...
4519 (s390_function_arg_float): ...here.
4520 (is_pointer_like, is_integer_like, is_struct_like): Remove
4521 functions. Inline their logic...
4522 (s390_function_arg_integer): ...here.
4523 (s390_function_arg_pass_by_reference): Remove function.
4524 (extend_simple_arg): Remove function.
4525 (alignment_of): Remove function.
4526 (struct s390_arg_state): New structure.
4527 (s390_handle_arg): New function.
4528 (s390_push_dummy_call): Move parameter placement logic to the new
4529 function s390_handle_arg. Call it for calculating the stack area
4530 sizes first, and again for actually writing the parameters.
4531
45322015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
4533
4534 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
4535 false if the argument is zero.
4536
45372015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
4538
4539 * ada-lang.c (template_to_static_fixed_type): Return input type
4540 when it is already fixed. Cache the input type itself when not
4541 creating a static fixed copy. Make it explicit that we never
4542 molestate the input type.
4543 * gdbtypes.c (resolve_dynamic_struct): Reset the
4544 TYPE_TARGET_TYPE field for resolved copies.
4545
45462015-04-27 Joel Brobecker <brobecker@adacore.com>
4547
4548 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
4549 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
4550 (template_to_static_fixed_type): Call ada_check_typedef only
4551 when necessary.
4552
45532015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4554
4555 * cli/cli-dump.c (srec_dump_command): Add internationalization
4556 mark ups.
4557 (ihex_dump_command): Likewise.
4558 (tekhex_dump_command): Likewise.
4559 (binary_dump_command): Likewise.
4560 (binary_append_command): Likewise.
4561
45622015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4563
4564 * cli/cli-dump.c (verilog_cmdlist): New variable.
4565 (dump_verilog_memory): New function.
4566 (dump_verilog_value): New function.
4567 (verilog_dump_command): New function.
4568 (_initialize_cli_dump): Add new commands to support verilog dump
4569 format.
4570 * NEWS: Add entry for "dump verilog".
4571
45722015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
4573
4574 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
4575 descriptive type when there is none.
4576
45772015-04-23 Patrick Palka <patrick@parcs.ath.cx>
4578
4579 * tui/tui-win.c (tui_async_resize_screen): Call
4580 rl_resize_terminal().
4581
45822015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
4583
4584 * windows-nat.c (handle_output_debug_string): Don't change
4585 current_event.dwThreadId.
4586 (get_windows_debug_event): Use thread_id, rather than relying on
4587 current_event.dwThreadId being changed.
4588
45892015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
4590
4591 * windows-nat.c (windows_continue): Report an error if
4592 ContinueDebugEvent() fails.
4593
45942015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
4595
4596 * windows-nat.c (windows_resume): Fix misspelling in debug output.
4597
45982015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
4599
4600 * windows-nat.c (get_windows_debug_event): Replace retval with
4601 thread_id throughout. Update stale comment.
4602
46032015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
4604
4605 * windows-nat.c (get_windows_debug_event): Don't use ternary
4606 conditional operator.
4607
46082015-04-21 Pierre Muller <muller@sourceware.org>
4609
4610 PR pascal/17815
4611 p-exp.y (yylex): Reorganize code to return the matched pattern
4612 for a field of this.
4613
46142015-04-21 Gary Benson <gbenson@redhat.com>
4615
4616 * common/fileio.h (fileio_to_host_openflags): New declaration.
4617 * common/fileio.c (fcntl.h): New include.
4618 (fileio_to_host_openflags): New function, factored out from...
4619 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
4620 Single use updated.
4621
46222015-04-21 Kevin Buettner <kevinb@redhat.com>
4623
4624 * rl78-tdep.c (RL78_SP_ADDR): Define.
4625 (opc_reg_to_gdb_regnum): New static function.
4626 (rl78_analyze_prologue): Recognize instructions forming slightly
4627 more interesting prologues.
4628
46292015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
4630
4631 Revert:
4632 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4633 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
4634 TYPE_CODE_REF types so that they are not considered as dynamic
4635 depending on the referenced type.
4636 (resolve_dynamic_type_internal): Likewise.
4637
46382015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
4639
4640 Revert:
4641 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4642 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
4643 "top_level" parameter.
4644 (resolve_dynamic_type_internal): Remove the unused "top_level"
4645 parameter. Update call to is_dynamic_type_internal.
4646 (is_dynamic_type): Update call to is_dynamic_type_internal.
4647 (resolve_dynamic_range): Update call to
4648 resolve_dynamic_type_internal.
4649 (resolve_dynamic_union): Likewise.
4650 (resolve_dynamic_struct): Likewise.
4651 (resolve_dynamic_type): Likewise.
4652
46532015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
4654
4655 * breakpoint.c (update_dprintf_command_list): Remove duplicated
4656 xmalloc.
4657
46582015-04-20 Thomas Schwinge <thomas@codesourcery.com>
4659
4660 * reply_mig_hack.awk: Robustify parsing.
4661
4662 * reply_mig_hack.awk: Don't bother to declare an intermediate
4663 function pointer variable.
4664
46652015-04-17 Doug Evans <dje@google.com>
4666
4667 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
4668 to "exec_displacement" to avoid confusion with inner use of the name.
4669
46702015-04-17 Pedro Alves <palves@redhat.com>
4671
4672 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
4673 if HW point of TYPE isn't supported.
4674
46752015-04-17 Yao Qi <yao.qi@linaro.org>
4676 Pedro Alves <palves@redhat.com>
4677
4678 * target.h (target_can_use_hardware_watchpoint): Update comments.
4679 Remove trailing ";".
4680
46812015-04-17 Gary Benson <gbenson@redhat.com>
4682
4683 * remote.c (remote_add_inferior): New argument try_open_exec.
4684 If nonzero, attempt to open the inferior's executable file as
4685 the main executable if no main executable is open already.
4686 All callers updated.
4687 * NEWS: Mention that GDB now supports automatic location and
4688 retrieval of executable + files from remote targets.
4689
46902015-04-17 Gary Benson <gbenson@redhat.com>
4691
4692 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
4693 * remote.c (PACKET_qXfer_exec_file): Likewise.
4694 (remote_protocol_features): Register the
4695 "qXfer:exec-file:read" feature.
4696 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
4697 (remote_pid_to_exec_file): New function.
4698 (init_remote_ops): Initialize to_pid_to_exec_file.
4699 (_initialize_remote): Register new "set/show remote
4700 pid-to-exec-file-packet" command.
4701 * NEWS: Announce new qXfer:exec-file:read packet.
4702
47032015-04-17 Gary Benson <gbenson@redhat.com>
4704
4705 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
4706 New declaration.
4707 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
4708 New function, factored out from...
4709 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
4710
47112015-04-17 Gary Benson <gbenson@redhat.com>
4712
4713 * exec.c (solist.h): New include.
4714 (exec_file_locate_attach): Prefix absolute executable
4715 paths with gdb_sysroot if set.
4716 * NEWS: Mention that executable paths may be prepended
4717 with sysroot.
4718
47192015-04-17 Gary Benson <gbenson@redhat.com>
4720
4721 * solist.h (exec_file_find): New declaration.
4722 * solib.c (solib_find_1): New function, factored out from...
4723 (solib_find): ...here.
4724 (exec_file_find): New function.
4725
47262015-04-17 Gary Benson <gbenson@redhat.com>
4727
4728 * gdbcore.h (exec_file_locate_attach): New declaration.
4729 * exec.c (exec_file_locate_attach): New function, factored
4730 out from...
4731 * infcmd.c (attach_command_post_wait): ...here.
4732
47332015-04-17 Mike Frysinger <vapier@gentoo.org>
4734
4735 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
4736
47372015-04-16 Yao Qi <yao.qi@linaro.org>
4738
4739 * infrun.c (maybe_software_singlestep): Declare.
4740 (displaced_step_fixup): Call maybe_software_singlestep.
4741
47422015-04-15 Doug Evans <dje@google.com>
4743
4744 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
4745
47462015-04-15 Doug Evans <dje@google.com>
4747
4748 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
4749
47502015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4751
4752 * python/lib/gdb/command/unwinders.py: Add parentheses.
4753
47542015-04-15 Yao Qi <yao.qi@linaro.org>
4755
4756 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
4757
47582015-04-15 Yao Qi <yao.qi@linaro.org>
4759
4760 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
4761
47622015-04-15 Yao Qi <yao.qi@linaro.org>
4763
4764 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4765 dsc->insn_size instead of 4.
4766
47672015-04-14 Gary Benson <gbenson@redhat.com>
4768
4769 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
4770 * minidebug.c (lzma_stat): Likewise.
4771 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
4772 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
4773
47742015-04-13 Stan Shebs <stanshebs@google.com>
4775
4776 * MAINTAINERS: Update my email address.
4777
47782015-04-13 John Baldwin <jhb@FreeBSD.org>
4779
4780 * amd64-tdep.c (amd64_target_description): New function.
4781 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
4782 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
4783 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
4784 x86 extended save area.
4785 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
4786 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
4787 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
4788 (_initialize_amd64fbsd_nat): Set "to_read_description" to
4789 "amd64fbsd_read_description".
4790 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
4791 (amd64fbsd_supply_xstateregset): New function.
4792 (amd64fbsd_collect_xstateregset): New function.
4793 Add "amd64fbsd_xstateregset".
4794 (amd64fbsd_iterate_over_regset_sections): New function.
4795 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
4796 "I386_FBSD_XSAVE_XCR0_OFFSET".
4797 Add "iterate_over_regset_sections" gdbarch method.
4798 Add "core_read_description" gdbarch method.
4799 * i386-tdep.c (i386_target_description): New function.
4800 * i386-tdep.h: Export i386_target_description and tdesc_i386.
4801 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
4802 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
4803 x86 extended save area.
4804 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
4805 * i386bsd-nat.h: Export i386bsd_xsave_len.
4806 * i386fbsd-nat.c (i386fbsd_read_description): New function.
4807 (_initialize_i386fbsd_nat): Set "to_read_description" to
4808 "i386fbsd_read_description".
4809 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
4810 (i386fbsd_core_read_description): New function.
4811 (i386fbsd_supply_xstateregset): New function.
4812 (i386fbsd_collect_xstateregset): New function.
4813 Add "i386fbsd_xstateregset".
4814 (i386fbsd_iterate_over_regset_sections): New function.
4815 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
4816 "I386_FBSD_XSAVE_XCR0_OFFSET".
4817 Add "iterate_over_regset_sections" gdbarch method.
4818 Add "core_read_description" gdbarch method.
4819 * i386fbsd-tdep.h: New file.
4820
48212015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4822
4823 * NEWS (Changes since GDB 7.9): Add removed -xdb.
4824 * breakpoint.c (command_line_is_silent): Remove xdb_commands
4825 conditional.
4826 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
4827 and lb.
4828 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
4829 va.
4830 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
4831 conditional.
4832 * defs.h (xdb_commands): Remove declaration.
4833 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
4834 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
4835 * infcmd.c (run_no_args_command, go_command): Remove.
4836 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
4837 * infrun.c (xdb_handle_command): Remove.
4838 (_initialize_infrun): Remove xdb_commands for lz and z.
4839 * main.c (xdb_commands): Remove variable.
4840 (captured_main): Remove "xdb" from long_options.
4841 (print_gdb_help): Remove --xdb from help.
4842 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
4843 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
4844 * stack.c (backtrace_full_command, args_plus_locals_info)
4845 (current_frame_command): Remove.
4846 (_initialize_stack): Remove xdb_commands for t, T and l.
4847 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
4848 * thread.c (_initialize_thread): Remove xdb_commands condition.
4849 * tui/tui-layout.c (tui_toggle_layout_command)
4850 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
4851 (_initialize_tui_layout): Remove xdb_commands for td and ts.
4852 * tui/tui-regs.c (tui_scroll_regs_forward_command)
4853 (tui_scroll_regs_backward_command): Remove.
4854 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
4855 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
4856 (_initialize_tui_win): Remove xdb_commands for U and w.
4857 * utils.c (pagination_on_command, pagination_off_command): Remove.
4858 (initialize_utils): Remove xdb_commands for am and sm.
4859
48602015-04-10 Pedro Alves <palves@redhat.com>
4861
4862 * infrun.c (displaced_step_fixup): Switch to the event ptid
4863 earlier. If the thread stopped for a watchpoint and the
4864 target/arch has non-continuable watchpoints, cancel the displaced
4865 step.
4866 (resume): Don't start a displaced step if in-line step-over info
4867 is valid.
4868
48692015-04-10 Pedro Alves <palves@redhat.com>
4870
4871 * infrun.c (displaced_step_in_progress): New function.
4872 (do_target_resume): Advise target to report all signals if
4873 displaced stepping.
4874
48752015-04-10 Pedro Alves <palves@redhat.com>
4876
4877 PR gdb/18216
4878 * infrun.c (process_event_stop_test): Don't assume a step-resume
4879 is set if tp->stepped_breakpoint is true.
4880
48812015-04-10 Yao Qi <yao.qi@linaro.org>
4882
4883 * arm-tdep.c (install_alu_reg): Update comment.
4884 (thumb_copy_alu_reg): Remove local variable rn. Update
4885 debugging message. Use r2 instead of r1 in the modified
4886 instruction.
4887
48882015-04-10 Pedro Alves <palves@redhat.com>
4889
4890 PR gdb/13858
4891 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
4892 linux_displaced_step_location as gdbarch_displaced_step_location
4893 hook.
4894 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
4895 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4896 * linux-tdep.c (linux_displaced_step_location): New function,
4897 based on ppc_linux_displaced_step_location.
4898 * linux-tdep.h (linux_displaced_step_location): New declaration.
4899 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
4900 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
4901 Delete.
4902 (ppc_linux_init_abi): Install linux_displaced_step_location as
4903 gdbarch_displaced_step_location hook, even without Cell/B.E..
4904 (_initialize_ppc_linux_tdep): Don't install
4905 ppc_linux_inferior_created as inferior_created observer.
4906 * s390-linux-tdep.c (s390_gdbarch_init): Install
4907 linux_displaced_step_location as gdbarch_displaced_step_location
4908 hook.
4909
49102015-04-09 Gary Benson <gbenson@redhat.com>
4911
4912 * common/common-remote-fileio.h: Rename to...
4913 * common/fileio.h: ...this. Update all references.
4914 (remote_fileio_to_fio_error): Rename to...
4915 (host_to_fileio_error): ...this.
4916 (remote_fileio_to_be): Rename to...
4917 (host_to_bigendian): ...this. Update all callers.
4918 (remote_fileio_to_fio_uint): Rename to...
4919 (host_to_fileio_uint): ...this. Update all callers.
4920 (remote_fileio_to_fio_time): Rename to...
4921 (host_to_fileio_time): ...this. Update all callers.
4922 (remote_fileio_to_fio_stat): Rename to...
4923 (host_to_fileio_stat): ...this.
4924 Update all references.
4925 * common/common-remote-fileio.c: Rename to...
4926 * common/fileio.c: ...this. Update all references.
4927 (remote_fileio_to_fio_error): Rename to...
4928 (host_to_fileio_error): ...this. Update all callers.
4929 (remote_fileio_mode_to_target): Rename to...
4930 (fileio_mode_pack): ...this. Update all callers.
4931 (remote_fileio_to_fio_mode): Rename to...
4932 (host_to_fileio_mode): ...this. Update all callers.
4933 (remote_fileio_to_fio_ulong): Rename to...
4934 (host_to_fileio_ulong): ...this. Update all callers.
4935 (remote_fileio_to_fio_stat): Rename to...
4936 (host_to_fileio_stat): ...this. Update all callers.
4937
49382015-04-09 Andy Wingo <wingo@igalia.com>
4939
4940 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
4941 (frame_functions): Bind gdbscm_frame_read_register to
4942 frame-read-register.
4943 * guile/lib/gdb.scm (frame-read-register): Export.
4944
49452015-04-09 Gary Benson <gbenson@redhat.com>
4946
4947 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
4948 New declaration.
4949 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
4950 New function, factored out the named functions below.
4951 * inf-child.c (gdb/fileio.h): Remove include.
4952 (common-remote-fileio.h): New include.
4953 (inf_child_errno_to_fileio_error): Remove function. Update
4954 all callers to use remote_fileio_to_fio_error.
4955 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
4956
49572015-04-09 Andy Wingo <wingo@igalia.com>
4958
4959 * MAINTAINERS (Write After Approval): Add Andy Wingo.
4960
49612015-04-09 H.J. Lu <hongjiu.lu@intel.com>
4962
4963 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
4964 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
4965 * configure: Regenerated.
4966
49672015-04-09 Pedro Alves <palves@redhat.com>
4968
4969 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
4970 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
4971 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
4972 * gnulib/import/Makefile.am: Update.
4973 * gnulib/import/Makefile.in: Update.
4974 * gnulib/import/m4/gnulib-cache.m4: Update.
4975 * gnulib/import/m4/gnulib-comp.m4: Update.
4976 * gnulib/import/m4/strtok_r.m4: New file.
4977 * gnulib/import/strtok_r.c: New file.
4978
49792015-04-09 Pedro Alves <palves@redhat.com>
4980
4981 * gnulib/update-gnulib.sh (aclocal version check): Filter out
4982 "called too early to check prototype".
4983
49842015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
4985
4986 PR python/16699
4987 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
4988 use a caching mechanism. Adjust comments and code to reflect
4989 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
4990 (cmdpy_completer_handle_brkchars): Adjust call to
4991 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
4992 (cmdpy_completer): Likewise.
4993
49942015-04-08 Yao Qi <yao.qi@linaro.org>
4995
4996 * spu-tdep.c (spu_gdbarch_init): Don't call
4997 set_gdbarch_cannot_step_breakpoint.
4998
49992015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
5000
5001 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
5002
50032015-04-07 Pedro Alves <palves@redhat.com>
5004
5005 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
5006 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
5007 (delete_exited_threads): New declaration.
5008 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
5009 * linux-nat.c (linux_nat_update_thread_list): New function.
5010 (linux_nat_add_target): Install it.
5011 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
5012 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
5013 (delete_exited_threads): New function.
5014
50152015-04-07 Pedro Alves <pedro@codesourcery.com>
5016
5017 * infrun.c (resume) <displaced stepping debug output>: Get the
5018 leader thread's regcache, not resume_ptid's.
5019
50202015-04-06 Doug Evans <xdje42@gmail.com>
5021
5022 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
5023 VAR_DOMAIN.
5024 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
5025 Include symbol domain in debugging output.
5026
50272015-04-06 Pedro Alves <palves@redhat.com>
5028 Bernd Edlinger <bernd.edlinger@hotmail.de>
5029
5030 * configure.ac: Remove the mingw32-specific stub-termcap.o
5031 fallback, and instead fallback to the stub termcap on all hosts.
5032 * configure: Regenerate.
5033 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
5034 symbols.
5035
50362015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
5037
5038 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
5039 "top_level" parameter.
5040 (resolve_dynamic_type_internal): Remove the unused "top_level"
5041 parameter. Update call to is_dynamic_type_internal.
5042 (is_dynamic_type): Update call to is_dynamic_type_internal.
5043 (resolve_dynamic_range): Update call to
5044 resolve_dynamic_type_internal.
5045 (resolve_dynamic_union): Likewise.
5046 (resolve_dynamic_struct): Likewise.
5047 (resolve_dynamic_type): Likewise.
5048
50492015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
5050
5051 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
5052 TYPE_CODE_REF types so that they are not considered as dynamic
5053 depending on the referenced type.
5054 (resolve_dynamic_type_internal): Likewise.
5055
50562015-04-02 H.J. Lu <hongjiu.lu@intel.com>
5057
5058 * Makefile.in (top_srcdir): New.
5059 * configure: Regenerated.
5060
50612015-04-02 Gary Benson <gbenson@redhat.com>
5062
5063 * NEWS: Announce the new default sysroot of "target:".
5064
50652015-04-02 Gary Benson <gbenson@redhat.com>
5066
5067 * main.c (captured_main): Set gdb_sysroot to "target:"
5068 if not otherwise set.
5069
50702015-04-02 Gary Benson <gbenson@redhat.com>
5071
5072 * exec.c (exec_file_attach): Support "target:" filenames.
5073
50742015-04-02 Gary Benson <gbenson@redhat.com>
5075
5076 * solib.c (solib_find): Strip "target:" prefix from sysroot
5077 if accessing local files.
5078
50792015-04-02 Gary Benson <gbenson@redhat.com>
5080
5081 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
5082 checks and error messages.
5083
50842015-04-02 Gary Benson <gbenson@redhat.com>
5085
5086 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
5087 (remote_filename_p): Remove declaration.
5088 (remote_bfd_open): Likewise.
5089 * remote.c (remote_bfd_iovec_open): Remove function.
5090 (remote_bfd_iovec_close): Likewise.
5091 (remote_bfd_iovec_pread): Likewise.
5092 (remote_bfd_iovec_stat): Likewise.
5093 (remote_filename_p): Likewise.
5094 (remote_bfd_open): Likewise.
5095 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
5096 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
5097 (gdb_bfd_open_maybe_remote): Remove function.
5098 (symfile_bfd_open): Replace remote filename check with
5099 target filename check.
5100 (reread_symbols): Use gdb_bfd_open.
5101 * build-id.c (gdbcore.h): New include.
5102 (build_id_to_debug_bfd): Use gdb_bfd_open.
5103 * infcmd.c (attach_command_post_wait): Remove remote filename
5104 check.
5105 * solib.c (solib_find): Replace remote-specific handling with
5106 target-specific handling. Update comments where necessary.
5107 (solib_bfd_open): Replace remote-specific handling with
5108 target-specific handling.
5109 (gdb_sysroot_changed): New function.
5110 (_initialize_solib): Call the above when gdb_sysroot changes.
5111 * windows-tdep.c (gdbcore.h): New include.
5112 (windows_xfer_shared_library): Use gdb_bfd_open.
5113
51142015-04-02 Gary Benson <gbenson@redhat.com>
5115
5116 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
5117 (is_target_filename): New declaration.
5118 (gdb_bfd_has_target_filename): Likewise.
5119 (gdb_bfd_open): Update documentation comment.
5120 * gdb_bfd.c (target.h): New include.
5121 (gdb/fileio.h): Likewise.
5122 (is_target_filename): New function.
5123 (gdb_bfd_has_target_filename): Likewise.
5124 (fileio_errno_to_host): Likewise.
5125 (gdb_bfd_iovec_fileio_open): Likewise.
5126 (gdb_bfd_iovec_fileio_pread): Likewise.
5127 (gdb_bfd_iovec_fileio_close): Likewise.
5128 (gdb_bfd_iovec_fileio_fstat): Likewise.
5129 (gdb_bfd_open): Use target fileio to access paths prefixed
5130 with "target:" where necessary.
5131
51322015-04-02 Gary Benson <gbenson@redhat.com>
5133
5134 * target.h (struct target_ops) <to_filesystem_is_local>:
5135 New field.
5136 (target_filesystem_is_local): New macro.
5137 * target-delegates.c: Regenerate.
5138 * remote.c (remote_filesystem_is_local): New function.
5139 (init_remote_ops): Initialize to_filesystem_is_local.
5140
51412015-04-02 Gary Benson <gbenson@redhat.com>
5142
5143 * target.h (struct target_ops) <to_fileio_fstat>: New field.
5144 (target_fileio_fstat): New declaration.
5145 * target.c (target_fileio_fstat): New function.
5146 * inf-child.c (inf_child_fileio_fstat): Likewise.
5147 (inf_child_target): Initialize to_fileio_fstat.
5148 * remote.c (init_remote_ops): Likewise.
5149
51502015-04-01 Sasha Smundak <asmundak@google.com>
5151
5152 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
5153 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
5154 (py-unwind.o): New recipe.
5155 * NEWS: mention Python frame unwinding.
5156 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
5157 gdb/unwinder.py and gdb/command/unwinder.py
5158 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
5159 list.
5160 (execute_unwinders): New function.
5161 * python/lib/gdb/command/unwinders.py: New file.
5162 * python/lib/gdb/unwinder.py: New file.
5163 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
5164 (objfpy_dealloc): Decrement frame_unwinders reference count.
5165 (objfpy_initialize): Create frame_unwinders list.
5166 (objfpy_get_frame_unwinders): New function.
5167 (objfpy_set_frame_unwinders): Ditto.
5168 (objfile_getset): Add frame_unwinders attribute to Objfile.
5169 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
5170 (pspy_dealloc): Decrement frame_unwinders reference count.
5171 (pspy_initialize): Create frame_unwinders list.
5172 (pspy_get_frame_unwinders): New function.
5173 (pspy_set_frame_unwinders): Ditto.
5174 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
5175 * python/py-unwind.c: New file.
5176 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
5177 (objpy_get_frame_unwinders): New prototype.
5178 (gdbpy_initialize_unwind): New prototype.
5179 * python/python.c (gdbpy_apply_type_printers): Call
5180 gdbpy_initialize_unwind.
5181
51822015-04-01 Pedro Alves <palves@redhat.com>
5183
5184 * infrun.c (resume): Check currently_stepping after clearing
5185 stepped_breakpoint, not before.
5186
51872015-04-01 Pedro Alves <palves@redhat.com>
5188
5189 * infrun.c (print_target_wait_results): Print all the ptid
5190 elements.
5191
51922015-04-01 Pedro Alves <palves@redhat.com>
5193
5194 * infrun.c (keep_going): Also discard cleanups if inserting
5195 breakpoints fails.
5196
51972015-04-01 Pedro Alves <palves@redhat.com>
5198
5199 * infrun.c (wait_for_inferior): Install the
5200 finish_thread_state_cleanup cleanup across the whole function, not
5201 just around handle_inferior_event.
5202
52032015-04-01 Pedro Alves <palves@redhat.com>
5204
5205 * infrun.c (resume) <step past permanent breakpoint>: Use
5206 do_target_resume.
5207
52082015-04-01 Pedro Alves <palves@redhat.com>
5209
5210 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
5211
52122015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
5213
5214 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
5215
52162015-04-01 Pedro Alves <palves@redhat.com>
5217
5218 * linux-thread-db.c (record_thread): Readd the thread to gdb's
5219 list if it was marked exited.
5220
52212015-04-01 H.J. Lu <hongjiu.lu@intel.com>
5222
5223 * configure: Regenerated.
5224
52252015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
5226 Jan Kratochvil <jan.kratochvil@redhat.com>
5227 Oleg Nesterov <oleg@redhat.com>
5228
5229 PR corefiles/16092
5230 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
5231 New enum identifying the various options of the coredump_filter
5232 file.
5233 (struct smaps_vmflags): New struct.
5234 (use_coredump_filter): New variable.
5235 (decode_vmflags): New function.
5236 (mapping_is_anonymous_p): Likewise.
5237 (dump_mapping_p): Likewise.
5238 (linux_find_memory_regions_full): New variables
5239 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
5240 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
5241 parsing of its information. Implement memory mapping filtering
5242 based on its contents.
5243 (show_use_coredump_filter): New function.
5244 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
5245 * NEWS: Mention the possibility of using the
5246 '/proc/PID/coredump_filter' file when generating a corefile.
5247 Mention new command 'set use-coredump-filter'.
5248
52492015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
5250
5251 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
5252 read_memory_unsigned_integer.
5253
52542015-03-31 H.J. Lu <hongjiu.lu@intel.com>
5255
5256 * Makefile.in (ZLIB): New.
5257 (ZLIBINC): Likewise.
5258 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
5259 (CLIBS): Add $(ZLIB).
5260 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
5261 Add -lz to LIBS.
5262 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
5263 * top.c (print_gdb_configuration): Remove --with-zlib and
5264 --without-zlib.
5265 * config.in: Regenerated.
5266 * configure: Likewise.
5267
52682015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
5269
5270 * NEWS: Mention info os cpus support.
5271 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
5272 (struct osdata_type): Add cpus entry, reorder the entries in
5273 alphabetical order.
5274
52752015-03-31 Matthias Klose <doko@ubuntu.com>
5276
5277 * compile/compile.c (compile_to_object): Allow triplets with or
5278 without vendor set.
5279
52802015-03-30 Doug Evans <dje@google.com>
5281
5282 PR c++/18141
5283 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
5284 klass in VAR_DOMAIN.
5285
52862015-03-30 Gary Benson <gbenson@redhat.com>
5287
5288 * remote.c (remote_mourn_1): Remove function. Update all callers
5289 to use remote_mourn.
5290 (extended_remote_mourn_1): Remove function. Update all callers
5291 to use extended_remote_mourn.
5292 (extended_remote_attach_1): Remove function. Update all callers
5293 to use extended_remote_attach.
5294
52952015-03-28 James Bowman <james.bowman@ftdichip.com>
5296
5297 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
5298 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
5299 (ALLDEPFILES): Add ft32-tdep.c.
5300 * configure.tgt: Add FT32 entry.
5301 * ft32-tdep.c: New file, FT32 target-dependent code.
5302 * ft32-tdep.h: New file, FT32 target-dependent code.
5303
53042015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5305
5306 Revert:
5307 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5308 Code cleanup.
5309 * printcmd.c (print_command_1): Move expr variable scope.
5310
53112015-03-27 Joel Brobecker <brobecker@adacore.com>
5312
5313 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
5314
53152015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
5316
5317 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
5318 sections.
5319
53202015-03-26 Joel Brobecker <brobecker@adacore.com>
5321
5322 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
5323 exception raised while parsing the probe arguments.
5324 Force parsing to be done using the C language parser.
5325 * expression.h (parse_expression_with_language): Declare.
5326 * parse.c (parse_expression_with_language): New function.
5327
53282015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
5329
5330 * MAINTAINERS (Write After Approval): Add "Jon Turney".
5331
53322015-03-26 Andy Wingo <wingo@igalia.com>
5333
5334 PR symtab/18148
5335 * dwarf2read.c (struct partial_die_info): Add has_const_value
5336 member.
5337 (add_partial_symbol): Don't punt on symbols that have const_value
5338 attributes.
5339 (read_partial_die): Detect DW_AT_const_value.
5340
53412015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5342
5343 Code cleanup.
5344 * printcmd.c (print_command_1): Move expr variable scope.
5345
53462015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5347
5348 Code cleanup.
5349 * printcmd.c (validate_format): Make the parameter cmdname const.
5350
53512015-03-26 Don Breazeal <donb@codesourcery.com>
5352
5353 * remote.c (_initialize_remote): Update comment.
5354
53552015-03-26 Pedro Alves <palves@redhat.com>
5356 Jon TURNEY <jon.turney@dronecode.org.uk>
5357
5358 * coffread.c (coff_symfile_read): When constructing the name of an
5359 import stub symbol from import symbol for amd64, only skip the
5360 char after _imp_ if the target is underscored (like i386) and the
5361 char is indeed the target's leading char.
5362
53632015-03-25 Pedro Alves <palves@redhat.com>
5364
5365 * target.h <to_async>: Replace 'callback' and 'context' parameters
5366 with boolean 'enable' parameter.
5367 (target_async): Replace CALLBACK and CONTEXT parameters with
5368 boolean ENABLE parameter.
5369 * inf-loop.c (inferior_event_handler): Adjust.
5370 * linux-nat.c (linux_nat_attach, linux_nat_resume)
5371 (linux_nat_resume): Adjust.
5372 (async_client_callback, async_client_context): Delete.
5373 (handle_target_event): Call inferior_event_handler directly.
5374 (linux_nat_async): Replace 'callback' and 'context' parameters
5375 with boolean 'enable' parameter. Adjust. Remove references to
5376 async_client_callback and async_client_context.
5377 (linux_nat_close): Adjust.
5378 * record-btrace.c (record_btrace_async): Replace 'callback' and
5379 'context' parameters with boolean 'enable' parameter. Adjust.
5380 (record_btrace_resume): Adjust.
5381 * record-full.c (record_full_async): Replace 'callback' and
5382 'context' parameters with boolean 'enable' parameter. Adjust.
5383 (record_full_resume, record_full_core_resume): Adjust.
5384 * remote.c (struct remote_state) <async_client_callback,
5385 async_client_context>: Delete fields.
5386 (remote_start_remote, extended_remote_attach_1, remote_resume)
5387 (extended_remote_create_inferior): Adjust.
5388 (remote_async_serial_handler): Call inferior_event_handler
5389 directly.
5390 (remote_async): Replace 'callback' and 'context' parameters with
5391 boolean 'enable' parameter. Adjust.
5392 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
5393 Adjust.
5394 * target-delegates.c: Regenerate.
5395
53962015-03-25 Gary Benson <gbenson@redhat.com>
5397 Pedro Alves <palves@redhat.com>
5398
5399 * target.c (fileio_ft_t): New typedef, define object vector.
5400 (fileio_fhandles): New static variable.
5401 (is_closed_fileio_fh): New macro.
5402 (lowest_closed_fd): New static variable.
5403 (acquire_fileio_fd): New function.
5404 (release_fileio_fd): Likewise.
5405 (fileio_fd_to_fh): New macro.
5406 (target_fileio_open): Wrap the file descriptor on success.
5407 (target_fileio_pwrite): Updated to use wrapped file descriptor.
5408 (target_fileio_pread): Likewise.
5409 (target_fileio_close): Likewise.
5410
54112015-03-24 Pedro Alves <palves@redhat.com>
5412
5413 * thread.c (thread_apply_all_command): Take exited threads into
5414 account.
5415
54162015-03-24 Pedro Alves <palves@redhat.com>
5417
5418 * infrun.c (resume, proceed): Mention
5419 switch_back_to_stepped_thread, not switch_back_to_stepping.
5420
54212015-03-24 Pedro Alves <palves@redhat.com>
5422
5423 * infrun.c (user_visible_resume_ptid): Rewrite going from
5424 most-locked to unlocked instead of the opposite. Move comment ...
5425 * infrun.h (user_visible_resume_ptid): ... here.
5426
54272015-03-24 Pedro Alves <palves@redhat.com>
5428
5429 * linux-nat.c (linux_nat_resume): Output debug logs before trying
5430 to resume the event lwp. Use the lwp's ptid instead of the passed
5431 in (maybe wildcard) ptid.
5432 (stop_wait_callback): Tweak debug log output.
5433 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
5434 TRAP_TRACE.
5435 (linux_nat_filter_event): In debug output, distinguish a
5436 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
5437 before trying to resume the lwp.
5438
54392015-03-24 Joel Brobecker <brobecker@adacore.com>
5440
5441 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
5442 pointer indirection.
5443 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
5444 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
5445
54462015-03-24 Joel Brobecker <brobecker@adacore.com>
5447
5448 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
5449 Renames DYN_ATTR_DATA_LOCATION.
5450 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
5451 DYN_ATTR_DATA_LOCATION.
5452 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
5453 instead of DYN_ATTR_DATA_LOCATION.
5454
54552015-03-24 Pedro Alves <palves@redhat.com>
5456
5457 * breakpoint.c (until_break_command): Adjust call to proceed.
5458 * gdbthread.h (struct thread_control_state) <stepping_command>:
5459 New field.
5460 * infcall.c (run_inferior_call): Adjust call to proceed.
5461 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
5462 Adjust calls to proceed.
5463 (set_step_frame): Set the current thread's step_start_function
5464 here.
5465 (step_once): Adjust calls to proceed.
5466 (jump_command, signal_command, until_next_command)
5467 (finish_backward, finish_forward, proceed_after_attach_callback)
5468 (attach_command_post_wait): Adjust calls to proceed.
5469 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
5470 (do_target_resume): New function, factored out from ...
5471 (resume): ... here. Remove 'step' parameter. Instead, check
5472 currently_stepping to determine whether the thread should be
5473 single-stepped.
5474 (proceed): Remove 'step' parameter and don't set the thread's
5475 step_start_function here. Adjust call to 'resume'.
5476 (handle_inferior_event): Adjust calls to 'resume'.
5477 (switch_back_to_stepped_thread): Use do_target_resume instead of
5478 'resume'.
5479 (keep_going): Adjust calls to 'resume'.
5480 * infrun.h (proceed): Remove 'step' parameter.
5481 (resume): Likewise.
5482 * windows-nat.c (do_initial_windows_stuff): Adjust call to
5483 'resume'.
5484 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
5485
54862015-03-24 Pedro Alves <palves@redhat.com>
5487
5488 * gdbthread.h (struct thread_control_state) <stepping_command>:
5489 New field.
5490 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
5491 the thread's stepping_command field.
5492 * infrun.c (resume): Check the thread's stepping_command flag to
5493 determine which threads should be resumed. Rename 'entry_step'
5494 local to user_step.
5495 (clear_proceed_status_thread): Clear 'stepping_command'.
5496 (schedlock_applies): Change parameter type to struct thread_info
5497 pointer. Adjust.
5498 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
5499 (switch_back_to_stepped_thread): Adjust calls to
5500 'schedlock_applies'.
5501 (_initialize_infrun): Adjust "set scheduler-locking step" help.
5502
55032015-03-24 Pedro Alves <palves@redhat.com>
5504
5505 * infrun.c (step_start_function): Delete and ...
5506 * gdbthread.h (struct thread_control_state) <step_start_function>:
5507 ... now a field here.
5508 * infrun.c (clear_proceed_status_thread): Clear the thread's
5509 step_start_function.
5510 (proceed, process_event_stop_test, print_stop_event): Adjust.
5511
55122015-03-24 Pedro Alves <palves@redhat.com>
5513
5514 * infrun.c (proceed): No longer handle negative step.
5515
55162015-03-24 Gary Benson <gbenson@redhat.com>
5517
5518 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
5519 (x86_linux_prepare_to_resume): Likewise.
5520 * x86-linux-nat.c (x86_linux_new_thread):
5521 Moved to nat/x86-linux.c.
5522 (x86_linux_prepare_to_resume): Likewise.
5523 * nat/x86-linux.c (x86_linux_new_thread): New function.
5524 (x86_linux_prepare_to_resume): Likewise.
5525
55262015-03-24 Gary Benson <gbenson@redhat.com>
5527
5528 * nat/x86-linux-dregs.h: New file.
5529 * nat/x86-linux-dregs.c: Likewise.
5530 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
5531 (x86-linux-dregs.o): New rule.
5532 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
5533 * config/i386/linux64.mh (NATDEPFILES): Likewise.
5534 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
5535 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
5536 (x86_linux_dr_get): Likewise.
5537 (x86_linux_dr_set): Likewise.
5538 (x86_linux_dr_get_addr): Likewise.
5539 (x86_linux_dr_get_control): Likewise.
5540 (x86_linux_dr_get_status): Likewise.
5541 (update_debug_registers_callback): Likewise.
5542 (x86_linux_dr_set_control): Likewise.
5543 (x86_linux_dr_set_addr): Likewise.
5544 (x86_linux_update_debug_registers): Likewise.
5545
55462015-03-24 Gary Benson <gbenson@redhat.com>
5547
5548 * x86-linux-nat.c (x86_linux_update_debug_registers):
5549 New function, factored out from...
5550 (x86_linux_prepare_to_resume): ...this.
5551
55522015-03-24 Gary Benson <gbenson@redhat.com>
5553
5554 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
5555 (x86_linux_dr_set): Likewise.
5556 (x86_linux_dr_get_addr): Likewise.
5557 (x86_linux_dr_get_control): Likewise.
5558 (x86_linux_dr_get_status): Likewise.
5559 (update_debug_registers_callback): Likewise.
5560 (x86_linux_dr_set_control): Likewise.
5561 (x86_linux_dr_set_addr): Likewise.
5562 (x86_linux_prepare_to_resume): Likewise.
5563 (x86_linux_new_thread): Likewise.
5564
55652015-03-24 Gary Benson <gbenson@redhat.com>
5566
5567 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
5568 (x86_linux_new_thread): Rename argument.
5569
55702015-03-24 Gary Benson <gbenson@redhat.com>
5571
5572 * nat/x86-linux.h: New file.
5573 * nat/x86-linux.c: Likewise.
5574 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
5575 (x86-linux.o): New rule.
5576 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
5577 * config/i386/linux64.mh (NATDEPFILES): Likewise.
5578 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
5579 (lwp_set_arch_private_info): New declaration.
5580 (lwp_arch_private_info): Likewise.
5581 * linux-nat.c (lwp_set_arch_private_info): New function.
5582 (lwp_arch_private_info): Likewise.
5583 * x86-linux-nat.c: Include nat/x86-linux.h.
5584 (arch_lwp_info): Removed structure.
5585 (update_debug_registers_callback):
5586 Use lwp_set_debug_registers_changed.
5587 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
5588 and lwp_set_debug_registers_changed.
5589 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
5590
55912015-03-24 Gary Benson <gbenson@redhat.com>
5592
5593 * nat/linux-nat.h (ptid_of_lwp): New declaration.
5594 (lwp_is_stopped): Likewise.
5595 (lwp_stop_reason): Likewise.
5596 * linux-nat.c (ptid_of_lwp): New function.
5597 (lwp_is_stopped): Likewise.
5598 (lwp_is_stopped_by_watchpoint): Likewise.
5599 * x86-linux-nat.c (update_debug_registers_callback):
5600 Use lwp_is_stopped.
5601 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
5602 lwp_stop_reason.
5603
56042015-03-24 Gary Benson <gbenson@redhat.com>
5605
5606 * linux-nat.h (linux_stop_lwp): Move declaration to...
5607 * nat/linux-nat.h (linux_stop_lwp): New declaration.
5608
56092015-03-24 Gary Benson <gbenson@redhat.com>
5610
5611 * linux-nat.h: Include nat/linux-nat.h.
5612 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
5613 * nat/linux-nat.h (struct lwp_info): New forward declaration.
5614 (iterate_over_lwps_ftype): New typedef.
5615 (iterate_over_lwps): New declaration.
5616 * linux-nat.h (iterate_over_lwps): Update comment. Use
5617 iterate_over_lwps_ftype. Update callback return value check.
5618
56192015-03-24 Gary Benson <gbenson@redhat.com>
5620
5621 * x86-nat.h (x86_debug_reg_state): Move declaration to...
5622 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
5623
56242015-03-24 Gary Benson <gbenson@redhat.com>
5625
5626 * nat/linux-nat.h (current_lwp_ptid): New declaration.
5627 * linux-nat.c (current_lwp_ptid): New function.
5628 * x86-linux-nat.c: Include nat/linux-nat.h.
5629 (x86_linux_dr_get_addr): Use current_lwp_ptid.
5630 (x86_linux_dr_get_control): Likewise.
5631 (x86_linux_dr_get_status): Likewise.
5632 (x86_linux_dr_set_control): Likewise.
5633 (x86_linux_dr_set_addr): Likewise.
5634
56352015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5636
5637 PR breakpoints/16466
5638 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
5639
56402015-03-23 Joel Brobecker <brobecker@adacore.com>
5641
5642 * ser-mingw.c (ser_windows_setparity): Fix indentation.
5643 * ser-unix.c (hardwire_setparity): Likewise.
5644
56452015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
5646
5647 * NEWS: Mention set/show serial parity command.
5648 * monitor.c (monitor_open): Call serial_setparity.
5649 * remote.c (remote_open_1): Likewise.
5650 * ser-base.c (ser_base_serparity): New function.
5651 * ser-base.h (ser_base_setparity): Add declaration.
5652 * ser-go32.c (dos_ops): Set "setparity" field.
5653 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
5654 state.Parity.
5655 (ser_windows_setparity): New function.
5656 (hardwire_ops): Add ser_windows_setparity.
5657 (tty_ops): Add NULL for setparity field.
5658 (pipe_ops): Add ser_base_setparity.
5659 (tcp_ops): Likewise.
5660 * ser-pipe.c (pipe_ops): Likewise.
5661 * ser-tcp.c (tcp_ops): Likewise.
5662 * ser-unix.c (hardwire_setparity): Add declaration.
5663 (hardwire_raw): Don't reset PARENB flag.
5664 (hardwire_setparity): New function.
5665 (hardwire_ops): Add hardwire_setparity.
5666 * serial.c (serial_setparity): New function.
5667 (serial_parity): New global.
5668 (parity_none, parity_odd, parity_even, parity_enums, parity):
5669 New static globals.
5670 (set_parity): New function.
5671 (_initialize_serial): Add set/show serial parity commands.
5672 * serial.h (GDBPARITY_NONE): Define.
5673 (GDBPARITY_ODD): Define.
5674 (GDBPARITY_EVEN): Define.
5675 (serial_setparity) Add declaration.
5676 (struct serial_ops): Add setparity field.
5677 * target.h (serial_parity): Add declaration.
5678
56792015-03-23 Keith Seitz <keiths@redhat.com>
5680
5681 * linespec.c (linespec_lexer_lex_keyword): Update comment.
5682
56832015-03-23 Keith Seitz <keiths@redhat.com>
5684
5685 * breakpoint.c (parse_breakpoint_sals): Use
5686 linespec_lexer_lex_keyword to ascertain if the user specified
5687 a NULL location.
5688 * linespec.c [IF_KEYWORD_INDEX]: Define.
5689 (linespec_lexer_lex_keyword): Export.
5690 (struct ls_parser) <keyword_ok>: Remove.
5691 A keyword is only a keyword if not followed by another keyword.
5692 (linespec_lexer_lex_one): Remove keyword_ok handling.
5693 Add comment explaining why the parsing stream is not advanced
5694 when a keyword is seen.
5695 (parse_linespec): Remove parser->keyword_ok.
5696 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
5697
56982015-03-23 Keith Seitz <keiths@redhat.com>
5699
5700 PR gdb/18021
5701 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
5702 if we find a static method with DW_AT_vtable_elem_location.
5703
57042015-03-21 Eli Zaretskii <eliz@gnu.org>
5705
5706 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
5707 before the second loop, to avoid undefined behavior. Reported by
5708 Anton Blanchard <anton@samba.org>.
5709
57102015-03-20 Keven Boell <keven.boell@intel.com>
5711
5712 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
5713 data_location usage to linked list.
5714 (resolve_dynamic_type_internal): Adapt data_location to
5715 linked list.
5716 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
5717 (copy_type_recursive, copy_type): Add copy of linked list.
5718 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
5719 (struct dynamic_prop_list): New struct.
5720 * dwarf2read.c (set_die_type): Set data_location data.
5721
57222015-03-20 Pedro Alves <palves@redhat.com>
5723
5724 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
5725 inner block and make it const.
5726 * machoread.c (get_archive_prefix_len): Make "lparen" const.
5727
57282015-03-20 Pedro Alves <palves@redhat.com>
5729
5730 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
5731 * breakpoint.h (set_breakpoint_condition): Update declaration.
5732
57332015-03-20 Pedro Alves <palves@redhat.com>
5734
5735 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
5736
57372015-03-20 Pedro Alves <palves@redhat.com>
5738
5739 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
5740
57412015-03-20 Pedro Alves <palves@redhat.com>
5742
5743 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
5744
57452015-03-20 Pedro Alves <palves@redhat.com>
5746
5747 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
5748 (nto_init_solib_absolute_prefix): Likewise.
5749
57502015-03-20 Pedro Alves <palves@redhat.com>
5751
5752 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
5753 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
5754
57552015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5756
5757 * config/djgpp/README: Remove gdb.hp.
5758
57592015-03-20 Yao Qi <yao.qi@linaro.org>
5760
5761 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
5762 set_gdbarch_cannot_step_breakpoint.
5763
57642015-03-19 Pedro Alves <palves@redhat.com>
5765
5766 * linux-nat.c (linux_resume_one_lwp): Rename to ...
5767 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
5768 instead call perror_with_name.
5769 (check_ptrace_stopped_lwp_gone): New function.
5770 (linux_resume_one_lwp): Reimplement as wrapper around
5771 linux_resume_one_lwp_throw that swallows errors if the LWP is
5772 gone.
5773 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
5774 swallows errors if the LWP is gone. Use
5775 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
5776
57772015-03-19 Pedro Alves <palves@redhat.com>
5778
5779 * linux-nat.c (status_callback): Return early if the LWP has no
5780 status pending.
5781
57822015-03-19 Pedro Alves <palves@redhat.com>
5783
5784 * linux-nat.c (select_event_lwp_callback): Update comment to no
5785 longer mention SIGTRAP.
5786
57872015-03-18 Tristan Gingold <gingold@adacore.com>
5788
5789 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
5790 redirection code to ...
5791 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
5792 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
5793
57942015-03-18 Gary Benson <gbenson@redhat.com>
5795
5796 (remote_protocol_features): Remove the "vFile:fstat" feature.
5797 (remote_hostio_fstat): Probe for "vFile:fstat" support.
5798
57992015-03-11 Yao Qi <yao.qi@linaro.org>
5800
5801 PR tdep/18107
5802 * aarch64-linux-tdep.c: Include xml-syscall.h
5803 (aarch64_linux_get_syscall_number): New function.
5804 (aarch64_linux_init_abi): Call
5805 set_gdbarch_get_syscall_number.
5806 * syscalls/aarch64-linux.xml: New file.
5807
58082015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
5809
5810 * ser-base.h (ser_base_setstopbits): Change second argument name
5811 from "rate" to "num".
5812
58132015-03-17 Gary Benson <gbenson@redhat.com>
5814 Luke Allardyce <lukeallardyce@gmail.com>
5815
5816 PR gdb/18131
5817 * common/common-remote-fileio.h (sys/stat.h): New include.
5818 (stuct stat): Remove forward declaration.
5819
58202015-03-16 John Baldwin <jhb@FreeBSD.org>
5821
5822 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
5823 before writing core register notes.
5824
58252015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
5826 Pedro Alves <palves@redhat.com>
5827
5828 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
5829 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
5830 (tgoto): Wrap with extern "C".
5831
58322015-03-16 Pedro Alves <palves@redhat.com>
5833 Yuanhui Zhang <asmwarrior@gmail.com>
5834
5835 * stub-termcap.c (tputs): Change prototype.
5836
58372015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
5838 Pedro Alves <palves@redhat.com>
5839
5840 * windows-nat.c (struct thread_info_struct): Rename to ...
5841 (struct windows_thread_info_struct): ... this.
5842 (thread_info): Rename to ...
5843 (windows_thread_info): ... this.
5844 All users updated.
5845
58462015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5847 Pedro Alves <palves@redhat.com>
5848
5849 * NEWS: New Removed targets and native configurations.
5850
58512015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5852
5853 Remove HPUX.
5854 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
5855 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
5856 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
5857 ia64-hpux-tdep.h, solib-ia64-hpux.h.
5858 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
5859 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
5860 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
5861 hppa-hpux-tdep.c.
5862 * config/ia64/hpux.mh: Remove file.
5863 * config/pa/hpux.mh: Remove file.
5864 * configure: Rebuilt.
5865 * configure.ac (dlgetmodinfo, somread.o): Remove.
5866 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
5867 (ia64-*-hpux*): Remove its float format exception.
5868 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
5869 * hppa-hpux-nat.c: Remove file.
5870 * hppa-hpux-tdep.c: Remove file.
5871 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
5872 Move them here from hppa-tdep.h
5873 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
5874 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
5875 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
5876 Move them to hppa-tdep.c.
5877 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
5878 declarations.
5879 * ia64-hpux-nat.c: Remove file.
5880 * ia64-hpux-tdep.c: Remove file.
5881 * ia64-hpux-tdep.h: Remove file.
5882 * inf-ttrace.c: Remove file.
5883 * inf-ttrace.h: Remove file.
5884 * solib-ia64-hpux.c: Remove file.
5885 * solib-ia64-hpux.h: Remove file.
5886 * solib-pa64.c: Remove file.
5887 * solib-pa64.h: Remove file.
5888 * solib-som.c: Remove file.
5889 * solib-som.h: Remove file.
5890 * somread.c: Remove file.
5891
58922015-03-13 John Baldwin <jhb@FreeBSD.org>
5893
5894 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
5895 * config.in: Regenerate.
5896 * configure: Regenerate.
5897 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
5898 define.
5899 (fbsd_find_memory_regions): Use kinfo_getvmmap to
5900 enumerate memory regions if present.
5901
59022015-03-13 John Baldwin <jhb@FreeBSD.org>
5903
5904 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
5905 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
5906 expressions.
5907 (i386fbsd_sigtramp_p): Likewise.
5908
59092015-03-12 John Baldwin <jhb@FreeBSD.org>
5910
5911 * MAINTAINERS (Write After Approval): Add John Baldwin.
5912
59132015-03-12 Gary Benson <gbenson@redhat.com>
5914
5915 * solib.c (_initialize_solib): Make "set/show sysroot" use
5916 add_setshow_optional_filename_cmd so it can be restored to
5917 empty after being set.
5918
59192015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
5920
5921 * Makefile.in (SFILES): New source break-catch-syscall.c.
5922 (COMMON_OBS): New object break-catch-syscall.o.
5923 * break-catch-syscall.c: New file.
5924 * breakpoint.c: Remove inclusion of "xml-syscall.h".
5925 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
5926 (struct syscall_catchpoint): Likewise.
5927 (dtor_catch_syscall): Likewise.
5928 (catch_syscall_inferior_data): Likewise.
5929 (struct catch_syscall_inferior_data): Likewise.
5930 (get_catch_syscall_inferior_data): Likewise.
5931 (catch_syscall_inferior_data_cleanup): Likewise.
5932 (insert_catch_syscall): Likewise.
5933 (remove_catch_syscall): Likewise.
5934 (breakpoint_hit_catch_syscall): Likewise.
5935 (print_it_catch_syscall): Likewise.
5936 (print_one_catch_syscall): Likewise.
5937 (print_mention_catch_syscall): Likewise.
5938 (print_recreate_catch_syscall): Likewise.
5939 (catch_syscall_breakpoint_ops): Likewise.
5940 (syscall_catchpoint_p): Likewise.
5941 (create_syscall_event_catchpoint): Likewise.
5942 (catch_syscall_split_args): Likewise.
5943 (catch_syscall_command_1): Likewise.
5944 (is_syscall_catchpoint_enabled): Likewise.
5945 (catch_syscall_enabled): Likewise.
5946 (catching_syscall_number): Likewise.
5947 (catch_syscall_completer): Likewise.
5948 (clear_syscall_counts): Likewise.
5949 (initialize_breakpoint_ops): Move initialization of syscall
5950 catchpoints to break-catch-syscall.c.
5951 (_initialize_breakpoint): Move code related to syscall catchpoints
5952 to break-catch-syscall.c.
5953
59542015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
5955
5956 * breakpoint.c (breakpoint_find_if): New function.
5957 * breakpoint.h (breakpoint_find_if): New prototype.
5958
59592015-03-11 Gary Benson <gbenson@redhat.com>
5960
5961 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
5962 * remote-fileio.c (remote_fileio_to_host_uint): New function.
5963 (remote_fileio_to_host_ulong): Likewise.
5964 (remote_fileio_to_host_mode): Likewise.
5965 (remote_fileio_to_host_time): Likewise.
5966 (remote_fileio_to_host_stat): Likewise.
5967 * remote.c (PACKET_vFile_fstat): New enum value.
5968 (remote_protocol_features): Register the "vFile:fstat" feature.
5969 (remote_hostio_fstat): New function.
5970 (remote_bfd_iovec_stat): Use the above.
5971 (_initialize_remote): Register new "set/show remote
5972 hostio-fstat-packet" command.
5973 * symfile.c (separate_debug_file_exists): Update comment.
5974 * NEWS: Announce new vFile:fstat packet.
5975
59762015-03-11 Gary Benson <gbenson@redhat.com>
5977
5978 * common/common-remote-fileio.h: New file.
5979 * common/common-remote-fileio.c: Likewise.
5980 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
5981 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
5982 (COMMON_OBS): Add common-remote-fileio.o.
5983 (common-remote-fileio.o): New rule.
5984 * remote-fileio.h (common-remote-fileio.h): New include.
5985 * remote-fileio.c (gdb/fileio.h): Do not include.
5986 (remote_fileio_to_be): Moved to common-remote-fileio.h.
5987 (remote_fileio_to_fio_uint): Likewise.
5988 (remote_fileio_to_fio_time): Likewise.
5989 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
5990 (remote_fileio_to_fio_mode): Likewise.
5991 (remote_fileio_to_fio_ulong): Likewise.
5992 (remote_fileio_to_fio_stat): Likewise.
5993
59942015-03-11 Andy Wingo <wingo@igalia.com>
5995
5996 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
5997 we were checking the cached type, not the cached dynamic type.
5998
59992015-03-11 Andy Wingo <wingo@igalia.com>
6000
6001 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
6002 other strings, as these are on the GC'd heap, and will be
6003 collected along with the smob.
6004
60052015-03-11 Andy Wingo <wingo@igalia.com>
6006
6007 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
6008 (objfile_functions): Bind gdbscm_objfile_progspace to
6009 objfile-progspace.
6010 * guile/lib/gdb.scm: Add objfile-progspace to exports.
6011
60122015-03-11 Andy Wingo <wingo@igalia.com>
6013
6014 * guile/guile.c (_initialize_guile): Disable automatic
6015 finalization, if Guile offers us that possibility.
6016 * guile/guile.c (call_initialize_gdb_module):
6017 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
6018 finalizers in appropriate places.
6019 * configure.ac (AC_TRY_LIBGUILE): Add a check for
6020 scm_set_automatic_finalization_enabled.
6021 * configure: Regenerated.
6022
60232015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
6024
6025 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
6026 SAL, if possible.
6027
60282015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
6029
6030 * s390-linux-nat.c (struct arch_lwp_info): New.
6031 (s390_fix_watch_points): Rename to...
6032 (s390_prepare_to_resume): ...this. Skip the PER info update
6033 unless the watch points have changed.
6034 (s390_refresh_per_info, s390_new_thread): New functions.
6035 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
6036 s390_fix_watch_points.
6037 (s390_remove_watchpoint): Likewise.
6038 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
6039 Register s390_prepare_to_resume.
6040
60412015-03-09 Pedro Alves <palves@redhat.com>
6042
6043 Revert:
6044 2015-03-07 Pedro Alves <palves@redhat.com>
6045 * common/gdb_socket.h: New file.
6046 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
6047 sys/socket.h.
6048 (net_open): Use union gdb_sockaddr_u.
6049
60502015-03-07 Pedro Alves <palves@redhat.com>
6051
6052 * configure.ac (build_warnings): Move -Wmissing-prototypes
6053 -Wdeclaration-after-statement -Wmissing-parameter-type
6054 -Wold-style-declaration -Wold-style-definition to the C-specific
6055 set.
6056 * configure: Regenerate.
6057
60582015-03-07 Pedro Alves <palves@redhat.com>
6059
6060 * common/gdb_socket.h: New file.
6061 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
6062 sys/socket.h.
6063 (net_open): Use union gdb_sockaddr_u.
6064
60652015-03-07 Pedro Alves <palves@redhat.com>
6066
6067 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
6068 (exceptions_state_mc_action_iter)
6069 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
6070 Don't define.
6071 [__cplusplus] (try_scope_depth): New global.
6072 [__cplusplus] (exception_try_scope_entry)
6073 (exception_try_scope_exit, gdb_exception_sliced_copy)
6074 (exception_rethrow): New functions.
6075 (throw_exception): In C++ mode, throw
6076 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
6077 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
6078 (throw_it): In C++ mode, use try_scope_depth.
6079 * common/common-exceptions.h [!__cplusplus]
6080 (exceptions_state_mc_action_iter)
6081 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
6082 Don't declare.
6083 [__cplusplus] (exception_try_scope_entry)
6084 (exception_try_scope_exit, exception_rethrow): Declare.
6085 [__cplusplus] (struct exception_try_scope): New struct.
6086 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
6087 C++ exceptions.
6088 (struct gdb_exception_RETURN_MASK_ALL)
6089 (struct gdb_exception_RETURN_MASK_ERROR)
6090 (struct gdb_exception_RETURN_MASK_QUIT): New types.
6091
60922015-03-07 Pedro Alves <palves@redhat.com>
6093
6094 * main.c (handle_command_errors): Remove volatile qualifier from
6095 parameter.
6096
60972015-03-07 Pedro Alves <palves@redhat.com>
6098
6099 * breakpoint.c (save_breakpoints): Adjust to avoid code between
6100 TRY and CATCH.
6101 * gdbtypes.c (safe_parse_type): Remove empty line.
6102 (types_deeply_equal):
6103 * guile/scm-frame.c (gdbscm_frame_name):
6104 * linux-thread-db.c (find_new_threads_once):
6105 * python/py-breakpoint.c (bppy_get_commands):
6106 * record-btrace.c (record_btrace_insert_breakpoint)
6107 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
6108 (record_btrace_start_replaying): Adjust to avoid code between TRY
6109 and CATCH.
6110
61112015-03-07 Pedro Alves <palves@redhat.com>
6112
6113 * common/common-exceptions.c (struct catcher) <exception>: No
6114 longer a pointer to volatile exception. Now an exception value.
6115 <mask>: Delete field.
6116 (exceptions_state_mc_init): Remove all parameters. Adjust.
6117 (exceptions_state_mc): No longer pop the catcher here.
6118 (exceptions_state_mc_catch): New function.
6119 (throw_exception): Adjust.
6120 * common/common-exceptions.h (exceptions_state_mc_init): Remove
6121 all parameters.
6122 (exceptions_state_mc_catch): Declare.
6123 (TRY_CATCH): Rename to ...
6124 (TRY): ... this. Remove EXCEPTION and MASK parameters.
6125 (CATCH, END_CATCH): New.
6126 All callers adjusted.
6127
61282015-03-07 Tom Tromey <tromey@redhat.com>
6129
6130 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
6131
61322015-03-07 Pedro Alves <palves@redhat.com>
6133
6134 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
6135 (amd64_epilogue_frame_cache): Normal exception handling code.
6136 * break-catch-throw.c (check_status_exception_catchpoint)
6137 (re_set_exception_catchpoint): Ditto.
6138 * cli/cli-interp.c (safe_execute_command):
6139 * cli/cli-script.c (script_from_file): Ditto.
6140 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
6141 Ditto.
6142 * compile/compile-object-run.c (compile_object_run): Ditto.
6143 * cp-abi.c (baseclass_offset): Ditto.
6144 * cp-valprint.c (cp_print_value): Ditto.
6145 * exceptions.c (catch_exceptions_with_msg):
6146 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
6147 * frame.c (get_frame_address_in_block_if_available): Ditto.
6148 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
6149 (i386_sigtramp_frame_cache): Ditto.
6150 * infcmd.c (post_create_inferior): Ditto.
6151 * linespec.c (parse_linespec, find_linespec_symbols):
6152 * p-valprint.c (pascal_object_print_value): Ditto.
6153 * parse.c (parse_expression_for_completion): Ditto.
6154 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6155 * remote.c (remote_get_noisy_reply): Ditto.
6156 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
6157 * solib-svr4.c (solib_svr4_r_map): Ditto.
6158
61592015-03-06 Gary Benson <gbenson@redhat.com>
6160
6161 * common/common-utils.h (startswith): New inline function.
6162 All places where this logic was used updated to use the above.
6163
61642015-03-05 Pedro Alves <palves@redhat.com>
6165
6166 PR gdb/18002
6167 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
6168 after reading the breakpoint's shadow memory.
6169
61702015-03-05 Mark Kettenis <kettenis@gnu.org>
6171
6172 * hppabsd-nat.c: Remove file.
6173 * hppaobsd-nat.c: New file.
6174 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
6175 hppaobsd-nat.c.
6176 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
6177 hppaobsd-nat.o.
6178
61792015-03-04 Pedro Alves <palves@redhat.com>
6180
6181 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
6182 (target_decr_pc_after_break): Delete declaration.
6183 * target.c (default_target_decr_pc_after_break)
6184 (target_decr_pc_after_break): Delete.
6185 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
6186 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
6187 * linux-thread-db.c (check_event): Likewise.
6188 * infrun.c (adjust_pc_after_break): Likewise.
6189 * darwin-nat.c (cancel_breakpoint): Likewise.
6190 * aix-thread.c (aix_thread_wait): Likewise.
6191 * target-delegates.c: Regenerate.
6192
61932015-03-04 Pedro Alves <palves@redhat.com>
6194
6195 * linux-nat.c (save_sigtrap): Check for breakpoints before
6196 checking watchpoints.
6197 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
6198 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
6199 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
6200 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
6201 (linux_nat_stopped_by_sw_breakpoint)
6202 (linux_nat_supports_stopped_by_sw_breakpoint)
6203 (linux_nat_stopped_by_hw_breakpoint)
6204 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
6205 (linux_nat_wait_1): Don't re-increment the PC if relying on
6206 SIGTRAP's siginfo->si_code.
6207 (linux_nat_add_target): Install new target methods.
6208 * linux-thread-db.c (check_event): Don't account for breakpoint PC
6209 offset if the target already adjusted the PC.
6210 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
6211 (GDB_ARCH_TRAP_BRKPT): New.
6212 (TRAP_HWBKPT): Define if not already defined.
6213
62142015-03-04 Pedro Alves <palves@redhat.com>
6215
6216 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
6217 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
6218 Delete field.
6219 <stop_reason>: New field.
6220 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
6221 (packet_set_cmd_state): New function.
6222 (remote_protocol_features): Register the "swbreak" and "hwbreak"
6223 features.
6224 (remote_query_supported): If not disabled with the corresponding
6225 "set remote foo-packet" command, report support for the swbreak
6226 and hwbreak features.
6227 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
6228 field.
6229 <stop_reason>: New field.
6230 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
6231 (remote_wait_as): Adjust.
6232 (remote_stopped_by_sw_breakpoint)
6233 (remote_supports_stopped_by_sw_breakpoint)
6234 (remote_stopped_by_hw_breakpoint)
6235 (remote_supports_stopped_by_hw_breakpoint): New functions.
6236 (remote_stopped_by_watchpoint): New function.
6237 (init_remote_ops): Install them.
6238 (_initialize_remote): Register new "set/show remote
6239 swbreak-feature-packet" and "set/show remote
6240 swbreak-feature-packet" commands.
6241
62422015-03-04 Pedro Alves <palves@redhat.com>
6243
6244 * btrace.h: Include target/waitstatus.h.
6245 (struct btrace_thread_info) <stop_reason>: New field.
6246 * record-btrace.c (record_btrace_step_thread): Use
6247 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
6248 (record_btrace_decr_pc_after_break): Delete.
6249 (record_btrace_stopped_by_sw_breakpoint)
6250 (record_btrace_supports_stopped_by_sw_breakpoint)
6251 (record_btrace_stopped_by_hw_breakpoint)
6252 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
6253 (init_record_btrace_ops): Install them.
6254 * record-full.c (record_full_hw_watchpoint): Delete and replace
6255 with ...
6256 (record_full_stop_reason): ... this throughout.
6257 (record_full_exec_insn): Adjust.
6258 (record_full_wait_1): Adjust. No longer re-increment the PC.
6259 (record_full_wait_1): Adjust. Use
6260 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
6261 (record_full_stopped_by_watchpoint): Adjust.
6262 (record_full_stopped_by_sw_breakpoint)
6263 (record_full_supports_stopped_by_sw_breakpoint)
6264 (record_full_supports_stopped_by_sw_breakpoint)
6265 (record_full_stopped_by_hw_breakpoint)
6266 (record_full_supports_stopped_by_hw_breakpoint): New functions.
6267 (init_record_full_ops, init_record_full_core_ops): Install them.
6268 * record.c (record_check_stopped_by_breakpoint): New function.
6269 * record.h: Include target/waitstatus.h.
6270 (record_check_stopped_by_breakpoint): New declaration.
6271
62722015-03-04 Pedro Alves <palves@redhat.com>
6273
6274 enum lwp_stop_reason -> enum target_stop_reason
6275 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
6276 (linux_nat_stopped_by_watchpoint, status_callback)
6277 (linux_nat_wait_1): Adjust.
6278 * linux-nat.h (enum lwp_stop_reason): Delete.
6279 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
6280 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
6281 * target/waitstatus.h (enum target_stop_reason): New.
6282
62832015-03-04 Pedro Alves <palves@redhat.com>
6284
6285 * breakpoint.c (need_moribund_for_location_type): New function.
6286 (bpstat_stop_status): Don't skipping checking moribund locations
6287 of breakpoint types which the target tell caused a stop.
6288 (program_breakpoint_here_p): New function, factored out from ...
6289 (bp_loc_is_permanent): ... this.
6290 (update_global_location_list): Don't create a moribund location if
6291 the target supports reporting stops of the type of the removed
6292 breakpoint.
6293 * breakpoint.h (program_breakpoint_here_p): New declaration.
6294 * infrun.c (adjust_pc_after_break): Return early if the target has
6295 already adjusted the PC. Add comments.
6296 (handle_signal_stop): If nothing explains a signal, and the target
6297 tells us the stop was caused by a software breakpoint, check if
6298 there's a breakpoint instruction in the memory. If so, adjust the
6299 PC before presenting the stop to the user. Otherwise, ignore the
6300 trap. If nothing explains a signal, and the target tells us the
6301 stop was caused by a hardware breakpoint, ignore the trap.
6302 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
6303 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
6304 to_supports_stopped_by_hw_breakpoint>: New fields.
6305 (target_stopped_by_sw_breakpoint)
6306 (target_supports_stopped_by_sw_breakpoint)
6307 (target_stopped_by_hw_breakpoint)
6308 (target_supports_stopped_by_hw_breakpoint): Define.
6309 * target-delegates.c: Regenerate.
6310
63112015-03-04 Pedro Alves <palves@redhat.com>
6312
6313 * infrun.c (follow_fork_inferior): Use the whole of the
6314 inferior_ptid and pending_follow.related_pid ptids instead of
6315 building ptids from the process components. Adjust verbose output
6316 to use target_pid_to_str.
6317 * linux-nat.c (linux_child_follow_fork): Use the whole of the
6318 inferior_ptid and pending_follow.related_pid ptids instead of
6319 building ptids from the process components.
6320
63212015-03-04 Mark Kettenis <kettenis@gnu.org>
6322
6323 * inf-ptrace.c [PT_GET_PROCESS_STATE]
6324 (inf_ptrace_insert_fork_catchpoint): New function.
6325 (inf_ptrace_remove_fork_catchpoint): New function.
6326 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
6327
63282015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6329
6330 * s390-linux-tdep.c (s390_register_name): Return empty string
6331 instead of NULL for registers that shouldn't be visible.
6332
63332015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6334
6335 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
6336 XML file for 64-bit targets.
6337
63382015-03-03 Simon Marchi <simon.marchi@ericsson.com>
6339
6340 * target.h (find_default_create_inferior): Remove declaration.
6341 (find_default_attach): Likewise.
6342
63432015-03-03 Pedro Alves <palves@redhat.com>
6344
6345 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
6346 Use ptid_get_pid to get the overall process id when resuming all
6347 threads.
6348
63492015-03-03 Pedro Alves <palves@redhat.com>
6350
6351 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
6352 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
6353 * inf-ptrace.c (get_ptrace_pid): New function.
6354 (inf_ptrace_resume): Use it.
6355 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
6356 to the lower layer.
6357
63582015-03-03 Markus Metzger <markus.t.metzger@intel.com>
6359
6360 * nat/linux-btrace.c: Include sys/utsname.h.
6361 (linux_determine_kernel_ptr_bits): New.
6362 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
6363 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
6364 ptr_bits.
6365
63662015-03-03 Markus Metzger <markus.t.metzger@intel.com>
6367
6368 * btrace.c (ftrace_update_function): Treat return as tailcall for
6369 "_dl_runtime_resolve".
6370
63712015-03-03 Markus Metzger <markus.t.metzger@intel.com>
6372
6373 * btrace.h (btrace_function) <lbegin, lend>: Remove.
6374 * btrace.c (ftrace_debug): Do not print the line range.
6375 (ftrace_skip_file, ftrace_update_lines): Remove.
6376 (ftrace_new_function): Remove lbegin and lend initialization.
6377 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
6378 * record-btrace.c (btrace_compute_src_line_range): New.
6379 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
6380
63812015-03-02 Pedro Alves <palves@redhat.com>
6382
6383 * infrun.c (follow_exec): Delete all threads of the process except
6384 the event thread. Extended comments.
6385
63862015-03-02 Joel Brobecker <brobecker@adacore.com>
6387
6388 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
6389
63902015-03-02 Joel Brobecker <brobecker@adacore.com>
6391
6392 * utils.h: Remove <stdbool.h> #include.
6393 (producer_is_gcc): Change return type to "int".
6394 * utils.c (producer_is_gcc): Change return type to int.
6395 Return 1 instead of true, and 0 instead of false.
6396 Adjust function documentation accordingly.
6397
63982015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
6399
6400 * s390-linux-nat.c (have_regset_vxrs): New static variable.
6401 (s390_linux_fetch_inferior_registers): Handle vector registers, if
6402 present.
6403 (s390_linux_store_inferior_registers): Likewise.
6404 (s390_get_hwcap): Remove function. Embed its logic...
6405 (s390_read_description): ...here. Yield a target description with
6406 vector registers if applicable.
6407 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
6408 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
6409 "features/s390x-tevx-linux64.c".
6410 (struct gdbarch_tdep) <v0_full_regnum>: New field.
6411 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
6412 for "GNU/Linux-specific registers".
6413 (s390_dwarf_reg_r0l): New enum value.
6414 (s390_dwarf_reg_to_regnum): Support vector registers.
6415 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
6416 of GPR lower halves.
6417 (regnum_is_vxr_full): New function.
6418 (s390_register_name): New function.
6419 (s390_pseudo_register_name): Handle v0-v15, which are composed of
6420 f0-f15 and v0l-v15l.
6421 (s390_pseudo_register_type): Likewise.
6422 (s390_pseudo_register_read): Likewise.
6423 (s390_pseudo_register_write): Likewise.
6424 (s390_value_from_register): Account for the fact that values are
6425 placed left-justified in vector registers.
6426 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
6427 the vector reggroup and omit them from the general reggroup.
6428 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
6429 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
6430 (s390_iterate_over_regset_sections): Add iterations for the two
6431 new vector regsets.
6432 (s390_core_read_description): Yield a target description with
6433 vector registers if applicable.
6434 (s390_gdbarch_init): Handle target descriptions with vector
6435 registers. Add "register_name" gdbarch method.
6436 (_initialize_s390_tdep): Call new tdesc initialization functions.
6437 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
6438 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
6439 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
6440 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
6441 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
6442 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
6443 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
6444 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
6445 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
6446 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
6447 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
6448 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
6449 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
6450 (S390_NUM_REGS): Adjust value.
6451 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
6452 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
6453 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
6454 * NEWS: Announce S/390 vector register support.
6455
64562015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
6457
6458 * features/s390-tevx-linux64.xml: New file.
6459 * features/s390-vx-linux64.xml: New file.
6460 * features/s390-vx.xml: New file.
6461 * features/s390x-tevx-linux64.xml: New file.
6462 * features/s390x-vx-linux64.xml: New file.
6463 * features/Makefile (WHICH): Add s390-vx-linux64,
6464 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
6465 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
6466 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
6467 macros.
6468 * features/s390-tevx-linux64.c: New generated file.
6469 * features/s390-vx-linux64.c: Likewise.
6470 * features/s390x-tevx-linux64.c: Likewise.
6471 * features/s390x-vx-linux64.c: Likewise.
6472 * regformats/s390-tevx-linux64.dat: Likewise.
6473 * regformats/s390-vx-linux64.dat: Likewise.
6474 * regformats/s390x-tevx-linux64.dat: Likewise.
6475 * regformats/s390x-vx-linux64.dat: Likewise.
6476
64772015-02-28 Doug Evans <xdje42@gmail.com>
6478
6479 * symtab.h (struct symtab) <next>: Fix comment.
6480
64812015-02-27 Simon Marchi <simon.marchi@ericsson.com>
6482
6483 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
6484 python_GdbMethods.
6485
64862015-02-27 Pedro Alves <palves@redhat.com>
6487
6488 * dtrace-probe.c (dtrace_probe_ops): Make extern.
6489
64902015-02-27 Pedro Alves <palves@redhat.com>
6491
6492 * common/common-exceptions.h (exception_none): Declare.
6493 * common/common-exceptions.c (exception_none): Moved from
6494 exceptions.c.
6495 (exceptions_state_mc_init): Use exception_none.
6496 * exceptions.c (exception_none): Move to
6497 common/common-exceptions.c.
6498 * exceptions.h (exception_none): Move to
6499 common/common-exceptions.h.
6500
65012015-02-27 Pedro Alves <palves@redhat.com>
6502
6503 * main.c (catch_command_errors, catch_command_errors_const):
6504 Remove 'mask' argument. Adjust.
6505 (captured_main): Adjust callers.
6506
65072015-02-27 Pedro Alves <palves@redhat.com>
6508
6509 * python/python-internal.h: Include "extension-priv.h".
6510
65112015-02-27 Pedro Alves <palves@redhat.com>
6512
6513 * breakpoint.h (enum print_stop_action): Move further up in the
6514 file.
6515
65162015-02-27 Pedro Alves <palves@redhat.com>
6517
6518 * gdbarch.sh: Include regcache.h.
6519 * gdbarch.h: Regenerate.
6520
65212015-02-27 Pedro Alves <palves@redhat.com>
6522
6523 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
6524 Remove duplicate const.
6525 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
6526 duplicate const.
6527
65282015-02-27 Pedro Alves <palves@redhat.com>
6529
6530 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
6531 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
6532 * features/feature_to_c.sh: Tag the generated xml_builtin array
6533 with extern const in C++ mode.
6534
65352015-02-27 Tom Tromey <tromey@redhat.com>
6536
6537 * minidebug.c (struct lzma_stream): Rename to ...
6538 (struct gdb_lzma_stream): ... this.
6539 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
6540
65412015-02-27 Pedro Alves <palves@redhat.com>
6542
6543 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
6544 function.
6545 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6546 (mi_cmd_stack_list_variables): Use it.
6547
65482015-02-27 Pedro Alves <palves@redhat.com>
6549
6550 * x86-linux-nat.c (u_debugreg_offset): New function.
6551 (x86_linux_dr_get, x86_linux_dr_set): Use it.
6552
65532015-02-27 Pedro Alves <palves@redhat.com>
6554
6555 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
6556 declaration.
6557 Include break-common.h.
6558
65592015-02-27 Tom Tromey <tromey@redhat.com>
6560 Pedro Alves <palves@redhat.com>
6561
6562 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
6563 local used to iterate over enums.
6564 * completer.c (signal_completer): Likewise.
6565 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
6566 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
6567 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
6568 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
6569 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
6570 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
6571 * tui-wingeneral.c (tui_refresh_all): Likewise.
6572
65732015-02-27 Pedro Alves <palves@redhat.com>
6574
6575 * target.h: Include "infrun.h".
6576
65772015-02-27 Pedro Alves <palves@redhat.com>
6578
6579 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
6580
65812015-02-27 Pedro Alves <palves@redhat.com>
6582
6583 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
6584 (IPA_SYM): Use it.
6585 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
6586
65872015-02-27 Pedro Alves <palves@redhat.com>
6588
6589 * cli-out.c (_rl_erase_entire_line): Move declaration out of
6590 cli_mld_erase_entire_line, and make it extern "C".
6591 * common/common-defs.h (EXTERN_C): New.
6592 * completer.c (_rl_completion_prefix_display_length)
6593 (_rl_print_completions_horizontally, QSFUNC): Move declarations
6594 out of gdb_display_match_list_1.
6595 (_rl_qsort_string_compare): Move declaration out of
6596 gdb_display_match_list_1, and make it extern "C".
6597 * defs.h (re_comp): Use EXTERN_C.
6598 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
6599 and make it extern "C".
6600 (monstartup): Move declaration out of maintenance_set_profile_cmd,
6601 and make it extern "C".
6602 (main): Move declaration out of maintenance_set_profile_cmd.
6603 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
6604 EXTERN_C.
6605
66062015-02-27 Pedro Alves <palves@redhat.com>
6607
6608 * python/python.c (GdbMethods): Rename to ...
6609 (python_GdbMethods): ... this and make extern.
6610 (GdbModuleDef): Rename to ...
6611 (python_GdbModuleDef): ... this and make extern.
6612
66132015-02-27 Pedro Alves <palves@redhat.com>
6614
6615 * record-btrace.c (set_record_btrace_cmdlist)
6616 (show_record_btrace_cmdlist): Remove redefinitions.
6617
66182015-02-27 Tom Tromey <tromey@redhat.com>
6619 Pedro Alves <palves@redhat.com>
6620
6621 * dwarf2-frame.c (enum cfa_how_kind, struct
6622 dwarf2_frame_state_reg_info): Move out of struct
6623 dwarf2_frame_state.
6624 * dwarf2read.c (struct tu_stats): Move out of struct
6625 dwarf2_per_objfile.
6626 (struct file_entry): Move out of struct line_header.
6627 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
6628 typedef_field_list): Move out of struct field_info.
6629 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
6630 Move out of struct dynamic_prop.
6631 (union type_owner, union field_location, struct field, struct
6632 range_bounds, union type_specific): Move out of struct main_type.
6633 (struct fn_fieldlist, struct fn_field, struct typedef_field)
6634 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
6635 (struct call_site_target, union call_site_parameter_u, struct
6636 call_site_parameter): Move out of struct call_site.
6637 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
6638 m32c_prologue.
6639 (enum srcdest_kind): Move out of struct srcdest.
6640 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
6641 * prologue-value.h (enum prologue_value_kind): Move out of struct
6642 prologue_value.
6643 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
6644 gdbarch_tdep.
6645 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
6646 out of struct field_info.
6647 * symfile.h (struct other_sections): Move out of struct
6648 section_addr_info.
6649 * symtab.c (struct symbol_cache_slot): Move out struct
6650 block_symbol_cache.
6651 * target-descriptions.c (enum tdesc_type_kind): Move out of
6652 typedef struct tdesc_type.
6653 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
6654 struct tui_line_or_address.
6655 * value.c (enum internalvar_kind, union internalvar_data): Move
6656 out of struct internalvar.
6657 * xtensa-tdep.h (struct ctype_cache): Move out of struct
6658 gdbarch_tdep.
6659
66602015-02-27 Tom Tromey <tromey@redhat.com>
6661 Pedro Alves <palves@redhat.com>
6662
6663 Rename symbols whose names are reserved C++ keywords throughout.
6664
66652015-02-27 Pedro Alves <palves@redhat.com>
6666
6667 * Makefile.in (COMPILER): New, get it from autoconf.
6668 (COMPILE.pre, CC_LD): Use COMPILER.
6669 (CXX): Get from autoconf instead.
6670 (CXX_FOR_TARGET): Default to g++ instead of gcc.
6671 * acinclude.m4: Include build-with-cxx.m4.
6672 * build-with-cxx.m4: New file.
6673 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
6674 Disable -Werror by default if building in C++ mode.
6675 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
6676 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
6677 Run supported-warning-flags tests with the C++ compiler.
6678 Save/restore CXXFLAGS too.
6679 * configure: Regenerate.
6680
66812015-02-27 Pedro Alves <palves@redhat.com>
6682
6683 * libiberty.m4: New file.
6684 * acinclude.m4: Include libiberty.m4.
6685 * configure.ac: Call libiberty_INIT.
6686 * config.in, configure: Regenerate.
6687
66882015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
6689
6690 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
6691 31-bit targets, but 64-bit targets as well.
6692 (s390_gnu_triplet_regexp): New function.
6693 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
6694 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
6695 method.
6696
66972015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
6698
6699 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
6700 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
6701 from CONTEXT_DEBUGGER.
6702
67032015-02-26 Doug Evans <dje@google.com>
6704
6705 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
6706 CHECK_TYPEDEF.
6707 (set_type_vptr_fieldno): Ditto.
6708 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
6709 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
6710
67112015-02-26 Pedro Alves <palves@redhat.com>
6712
6713 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
6714 * complaints.c (vcomplaint): Pass argument FMT directly to
6715 printf-like functions instead of complaint->fmt.
6716 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
6717 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
6718 * compile/compile-loc2c.c (pushf, unary, binary): Add
6719 ATTRIBUTE_PRINTF.
6720 (do_compile_dwarf_expr_to_c): Pass string literal as format string
6721 to pushf.
6722 (BINARY): Pass string literal as format string to 'binary'.
6723 * compile/compile-object-load.c (link_callbacks_einfo): Add
6724 ATTRIBUTE_PRINTF.
6725 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
6726
67272015-02-26 Pedro Alves <palves@redhat.com>
6728
6729 * windows-termcap.c: Rename to ...
6730 * stub-termcap.c: ... this. Adjust header line.
6731 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
6732 windows-termcap.c.
6733 * configure: Regenerate.
6734 * configure.ac: Refer to stub-termcap.o instead of
6735 windows-termcap.o.
6736 * gdb_curses.h: Mention stub-termcap.c instead of
6737 windows-termcap.c.
6738
67392015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6740
6741 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
6742 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
6743
67442015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
6745
6746 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
6747
67482015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6749
6750 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
6751 bfd_canonicalize_symtab.
6752
67532015-02-25 John Baldwin <jhb@FreeBSD.org>
6754
6755 * amd64fbsd-nat.c: Include sys/user.h.
6756 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
6757 instead of KERN_PS_STRINGS to locate the signal trampoline.
6758 * i386fbsd-nat.c: Include sys/user.h.
6759 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
6760 instead of KERN_PS_STRINGS to locate the signal trampoline.
6761 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
6762 (amd64fbsd_sigtramp_p): New.
6763 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
6764 longer set default values.
6765 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
6766 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
6767 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
6768 (i386fbsd_freebsd4_sigtramp_start)
6769 (i386fbsd_freebsd4_sigtramp_middle)
6770 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
6771 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
6772 (i386fbsd_sigtramp_p): New.
6773 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
6774 longer set default values.
6775 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
6776
67772015-02-25 John Baldwin <jhb@freebsd.org>
6778
6779 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
6780 get_frame_register instead of frame_unwind_register_unsigned.
6781
67822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6783
6784 PR build/18033
6785 * compile/compile-c-support.c (c_compute_program): Change // comment.
6786 * compile/compile-object-load.c (setup_sections): Change // comment.
6787
67882015-02-26 Joel Brobecker <brobecker@adacore.com>
6789
6790 PR build/18033:
6791 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
6792
67932015-02-23 Pedro Alves <palves@redhat.com>
6794
6795 * remote.c (skip_to_semicolon): New function.
6796 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
6797 special case the stop reasons that look like hex numbers
6798 upfront. Instead handle real register numbers after matching
6799 all the known stop reasons.
6800
68012015-02-21 Doug Evans <dje@google.com>
6802
6803 PR c++/17976, symtab/17821
6804 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
6805 is_in_anonymous. All callers updated.
6806 (find_symbol_in_baseclass): Ditto.
6807 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
6808 for symbols in an anonymous namespace.
6809 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
6810 DW_AT_name directly.
6811 (dwarf2_name): Convert missing namespace name to
6812 CP_ANONYMOUS_NAMESPACE_STR.
6813
68142015-02-20 Pedro Alves <palves@redhat.com>
6815
6816 * linux-nat.c (linux_handle_extended_wait): Call
6817 thread_db_notice_clone whenever a new clone LWP is detected.
6818 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
6819 functions.
6820 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
6821 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
6822 (linux_unstop_all_lwps): Declare.
6823 * linux-thread-db.c (struct thread_get_info_inout): Delete.
6824 (thread_get_info_callback): Delete.
6825 (thread_from_lwp): Use td_thr_get_info and record_thread.
6826 (thread_db_attach_lwp): Delete.
6827 (thread_db_notice_clone): New function.
6828 (try_thread_db_load_1): If /proc is mounted and shows the
6829 process'es task list, walk over all LWPs and call thread_from_lwp
6830 instead of relying on td_ta_thr_iter.
6831 (attach_thread): Don't call check_thread_signals here. Split the
6832 tail part of the function (which adds the thread to the core GDB
6833 thread list) to ...
6834 (record_thread): ... this function. Call check_thread_signals
6835 here.
6836 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
6837 call thread_from_lwp.
6838 (thread_db_update_thread_list): Rename to ...
6839 (thread_db_update_thread_list_org): ... this.
6840 (thread_db_update_thread_list): New function.
6841 (thread_db_find_thread_from_tid): Delete.
6842 (thread_db_get_ada_task_ptid): Simplify.
6843 * nat/linux-procfs.c: Include <sys/stat.h>.
6844 (linux_proc_task_list_dir_exists): New function.
6845 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
6846
68472015-02-20 Pedro Alves <palves@redhat.com>
6848
6849 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
6850 main LWP. Handle the case of waitpid returning 0 if we're already
6851 attached to the LWP. Don't set the LWP's last_resume_kind to
6852 resume_stop if we already knew about the LWP.
6853 (linux_nat_filter_event): Add debug logs.
6854
68552015-02-20 Pedro Alves <palves@redhat.com>
6856
6857 * target.h (forward_target_decr_pc_after_break): Delete
6858 declaration.
6859
68602015-02-20 Pedro Alves <palves@redhat.com>
6861
6862 PR threads/18006
6863 * linux-thread-db.c (thread_get_info_callback): Return early if
6864 the thread's lwp id is -1.
6865
68662015-02-20 Joel Brobecker <brobecker@adacore.com>
6867
6868 GDB 7.9 released.
6869
68702015-02-19 Steve Ellcey <sellcey@imgtec.com>
6871
6872 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
6873 (dtrace_get_probes) Change type of variable 'dof'.
6874
68752015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
6876
6877 PR breakpoints/16812
6878 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
6879 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
6880 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
6881
68822015-02-19 David Taylor <dtaylor@emc.com>
6883
6884 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
6885
68862015-02-18 Patrick Palka <patrick@parcs.ath.cx>
6887
6888 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
6889 function.
6890 (tui_putc): Don't call tui_handle_resize_during_io.
6891 (tui_getc): Likewise.
6892 (tui_mld_getc): Likewise.
6893 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
6894 (tui_sigwinch_token): New static variable.
6895 (tui_initialize_win): Adjust documentation. Set
6896 tui_sigwinch_token.
6897 (tui_async_resize_screen): New asynchronous callback.
6898 (tui_sigwinch_handler): Adjust documentation. Asynchronously
6899 invoke tui_async_resize_screen.
6900
69012015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
6902
6903 * configure: Regenerated.
6904 * configure.ac: Use GDB_AC_TRANSFORM.
6905 * Makefile.in (aclocal_m4_deps): Added transform.m4.
6906 * acinclude.m4: sinclude transform.m4.
6907 * transform.m4: New file.
6908 (GDB_AC_TRANSFORM): New macro.
6909
69102015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6911
6912 * NEWS: Announce the support for DTrace SDT probes.
6913
69142015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6915
6916 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
6917 (amd64_dtrace_parse_probe_argument): New function.
6918 (amd64_dtrace_probe_is_enabled): Likewise.
6919 (amd64_dtrace_enable_probe): Likewise.
6920 (amd64_dtrace_disable_probe): Likewise.
6921 (amd64_linux_init_abi): Register the
6922 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
6923 `gdbarch_dtrace_disable_probe' and
6924 `gdbarch_dtrace_probe_is_enabled' hooks.
6925 (amd64_dtrace_disabled_probe_sequence_1): New constant.
6926 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
6927 (amd64_dtrace_enable_probe_sequence): Likewise.
6928 (amd64_dtrace_disable_probe_sequence): Likewise.
6929
69302015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6931
6932 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
6933 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
6934 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
6935 handle ELF files.
6936 * Makefile.in (SFILES): dtrace-probe.c added.
6937 * configure: Regenerate.
6938 * dtrace-probe.c: New file.
6939 (SHT_SUNW_dof): New constant.
6940 (dtrace_probe_type): New enum.
6941 (dtrace_probe_arg): New struct.
6942 (dtrace_probe_arg_s): New typedef.
6943 (struct dtrace_probe_enabler): New struct.
6944 (dtrace_probe_enabler_s): New typedef.
6945 (dtrace_probe): New struct.
6946 (dtrace_probe_is_linespec): New function.
6947 (dtrace_dof_sect_type): New enum.
6948 (dtrace_dof_dofh_ident): Likewise.
6949 (dtrace_dof_encoding): Likewise.
6950 (DTRACE_DOF_ENCODE_LSB): Likewise.
6951 (DTRACE_DOF_ENCODE_MSB): Likewise.
6952 (dtrace_dof_hdr): New struct.
6953 (dtrace_dof_sect): Likewise.
6954 (dtrace_dof_provider): Likewise.
6955 (dtrace_dof_probe): Likewise.
6956 (DOF_UINT): New macro.
6957 (DTRACE_DOF_PTR): Likewise.
6958 (DTRACE_DOF_SECT): Likewise.
6959 (dtrace_process_dof_probe): New function.
6960 (dtrace_process_dof): Likewise.
6961 (dtrace_build_arg_exprs): Likewise.
6962 (dtrace_get_arg): Likewise.
6963 (dtrace_get_probes): Likewise.
6964 (dtrace_get_probe_argument_count): Likewise.
6965 (dtrace_can_evaluate_probe_arguments): Likewise.
6966 (dtrace_evaluate_probe_argument): Likewise.
6967 (dtrace_compile_to_ax): Likewise.
6968 (dtrace_probe_destroy): Likewise.
6969 (dtrace_gen_info_probes_table_header): Likewise.
6970 (dtrace_gen_info_probes_table_values): Likewise.
6971 (dtrace_probe_is_enabled): Likewise.
6972 (dtrace_probe_ops): New variable.
6973 (info_probes_dtrace_command): New function.
6974 (_initialize_dtrace_probe): Likewise.
6975 (dtrace_type_name): Likewise.
6976
69772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6978
6979 * gdbarch.sh (dtrace_parse_probe_argument): New.
6980 (dtrace_probe_is_enabled): Likewise.
6981 (dtrace_enable_probe): Likewise.
6982 (dtrace_disable_probe): Likewise.
6983 * gdbarch.c: Regenerate.
6984 * gdbarch.h: Regenerate.
6985
69862015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6987
6988 * stap-probe.c (stap_probe_ops): Add NULLs in the static
6989 stap_probe_ops for `enable_probe' and `disable_probe'.
6990 * probe.c (enable_probes_command): New function.
6991 (disable_probes_command): Likewise.
6992 (_initialize_probe): Define the cli commands `enable probe' and
6993 `disable probe'.
6994 (parse_probe_linespec): New function.
6995 (info_probes_for_ops): Use parse_probe_linespec.
6996 * probe.h (probe_ops): New hooks `enable_probe' and
6997 `disable_probe'.
6998
69992015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7000
7001 * probe.c (compute_probe_arg): Moved from stap-probe.c
7002 (compile_probe_arg): Likewise.
7003 (probe_funcs): Likewise.
7004 * stap-probe.c (compute_probe_arg): Moved to probe.c.
7005 (compile_probe_arg): Likewise.
7006 (probe_funcs): Likewise.
7007
70082015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7009
7010 * probe.c (print_ui_out_not_applicables): New function.
7011 (exists_probe_with_pops): Likewise.
7012 (info_probes_for_ops): Do not include column headers for probe
7013 types for which no probe has been actually found on any object.
7014 Also invoke `print_ui_out_not_applicables' in order to match the
7015 column rows with the header when probes of several types are
7016 listed.
7017 Print the "Type" column.
7018 * probe.h (probe_ops): Added a new probe operation `type_name'.
7019 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
7020 (stap_type_name): New function.
7021
70222015-02-17 Patrick Palka <patrick@parcs.ath.cx>
7023
7024 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
7025 (key_is_command_char): Delete.
7026
70272015-02-17 Pedro Alves <palves@redhat.com>
7028
7029 * tui/tui.c (tui_enable): Resize windows before anything
7030 might show a window.
7031
70322015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
7033
7034 PR gdb/17984
7035 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
7036 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
7037 call.
7038 * aarch64-tdep.h (tdesc_aarch64): Declare.
7039
70402015-02-12 Mark Wielaard <mjw@redhat.com>
7041
7042 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
7043
70442015-02-13 Doug Evans <dje@google.com>
7045
7046 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
7047 anonymous_namespace to is_in_anonymous for consistency with the rest
7048 of the file.
7049 (cp_lookup_bare_symbol): Fix typo in comment.
7050 (cp_search_static_and_baseclasses): Ditto.
7051 (search_symbol_list): Use vertical space in comment better.
7052 (reset_directive_searched): Ditto. Fix typo.
7053 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
7054
70552015-02-13 Yao Qi <yao.qi@arm.com>
7056
7057 * MAINTAINERS: Update my email address.
7058
70592015-02-12 Doug Evans <dje@google.com>
7060
7061 * symtab.c (completion_list_add_name): Fix memory leak.
7062
70632015-02-12 Doug Evans <dje@google.com>
7064
7065 * completer.c (complete_line): Remove incorrect comment.
7066
70672015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7068
7069 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
7070 (py_print_frame): Use RETURN_MASK_ERROR.
7071
70722015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7073
7074 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
7075 function comment. Wrap all function that can throw in cleanups.
7076 (gdbpy_apply_frame_filter): Wrap all function that can throw in
7077 cleanups.
7078
70792015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7080
7081 * python/py-framefilter.c (py_print_frame): Substitute goto error.
7082 Remove the error label.
7083
70842015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7085
7086 * python/py-framefilter.c (py_print_frame): Put conditional code paths
7087 with goto first, indent the former else codepath left. Put variable
7088 'elided' to a new inner block.
7089
70902015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7091
7092 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
7093
70942015-02-11 Pedro Alves <palves@redhat.com>
7095
7096 * xcoffread.c (within_function): Delete.
7097
70982015-02-11 Tom Tromey <tromey@redhat.com>
7099 Pedro Alves <palves@redhat.com>
7100
7101 * breakpoint.c (base_breakpoint_ops): Delete.
7102 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
7103 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
7104 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
7105 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
7106 * python/py-arch.c (arch_object_type): Make extern.
7107 * python/py-block.c (block_syms_iterator_object_type): Make extern.
7108 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
7109 * python/py-cmd.c (cmdpy_object_type): Make extern.
7110 * python/py-continueevent.c (continue_event_object_type)
7111 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
7112 parameter. Update all callers.
7113 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
7114 * python/py-exitedevent.c (exited_event_object_type): Make extern.
7115 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
7116 * python/py-function.c (fnpy_object_type): Make extern.
7117 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
7118 * python/py-infevents.c (call_pre_event_object_type)
7119 (inferior_call_post_event_object_type).
7120 (memory_changed_event_object_type): Make extern.
7121 * python/py-infthread.c (thread_object_type): Make extern.
7122 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
7123 * python/py-linetable.c (linetable_entry_object_type)
7124 (linetable_object_type, ltpy_iterator_object_type): Make extern.
7125 * python/py-newobjfileevent.c (new_objfile_event_object_type)
7126 (clear_objfiles_event_object_type): Make extern.
7127 * python/py-objfile.c (objfile_object_type): Make extern.
7128 * python/py-param.c (parmpy_object_type): Make extern.
7129 * python/py-progspace.c (pspace_object_type): Make extern.
7130 * python/py-signalevent.c (signal_event_object_type): Make extern.
7131 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
7132 * python/py-type.c (type_object_type, field_object_type)
7133 (type_iterator_object_type): Make extern.
7134 * python/python.c (python_extension_script_ops)
7135 (python_extension_ops): Make extern.
7136 * stap-probe.c (stap_probe_ops): Make extern.
7137
71382015-02-11 Pedro Alves <pedro@codesourcery.com>
7139
7140 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
7141 because the event thread is not the current thread.
7142
71432015-02-11 Doug Evans <xdje42@gmail.com>
7144
7145 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
7146 been initialized yet, return NULL.
7147
71482015-02-11 Doug Evans <dje@google.com>
7149
7150 * symfile.h (new_symfile_objfile): Delete.
7151 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
7152 All callers updated.
7153
71542015-02-11 Patrick Palka <patrick@parcs.ath.cx>
7155
7156 * tui/tui-io.c (tui_handle_resize_during_io): Call
7157 tui_update_gdb_sizes() after resizing the screen.
7158 * tui/tui.c (tui_enable): Resize the terminal before
7159 calling tui_update_gdb_sizes().
7160
71612015-02-11 Patrick Palka <patrick@parcs.ath.cx>
7162
7163 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
7164 line before printing a newline.
7165
71662015-02-11 Mark Wielaard <mjw@redhat.com>
7167
7168 * utils.c (producer_is_gcc): Return true or false.
7169
71702015-02-10 Mark Wielaard <mjw@redhat.com>
7171
7172 * utils.h (producer_is_gcc): Change return type to bool. Add major
7173 argument.
7174 * utils.c (producer_is_gcc): Likewise.
7175 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
7176 * dwarf2read.c (check_producer): Likewise.
7177
71782015-02-10 Pedro Alves <palves@redhat.com>
7179
7180 * infrun.c (displaced_step_fixup): Switch to the event thread
7181 before calling gdbarch_displaced_step_fixup.
7182
71832015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7184
7185 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
7186
71872015-02-10 Simon Marchi <simon.marchi@ericsson.com>
7188
7189 * ada-varobj.c (ada_name_of_child): Constify parent.
7190 (ada_path_expr_of_child): Same.
7191 (ada_value_of_child): Same.
7192 (ada_type_of_child): Same.
7193 * c-varobj.c (c_is_path_expr_parent): Same.
7194 (c_describe_child): Same.
7195 (c_name_of_child): Same.
7196 (c_value_of_child): Same.
7197 (c_type_of_child): Same.
7198 (cplus_number_of_children): Same.
7199 (cplus_describe_child): Constify var.
7200 (cplus_name_of_child): Constify parent.
7201 (cplus_value_of_child): Same.
7202 (cplus_type_of_child): Same.
7203 * jv-varobj.c (java_name_of_child): Same.
7204 (java_value_of_child): Same.
7205 (java_type_of_child): Same.
7206 * varobj.c (value_of_child): Same.
7207 (varobj_default_is_path_expr_parent): Constify var, parent and return
7208 value.
7209 (varobj_get_path_expr): Constify var, modify path_expr through
7210 mutable_var.
7211 (install_new_value): Constify parent.
7212 (value_of_child): Constify parent.
7213 * varobj.h (struct varobj): Constify parent.
7214 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
7215 type_of_child.
7216 (varobj_get_path_expr): Constify var.
7217 (varobj_get_path_expr_parent): Constify var and return value.
7218
72192015-02-10 Luis Machado <lgustavo@codesourcery.com>
7220
7221 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
7222 (arm_prologue_this_id): Move PC and SP limit checks to
7223 arm_prologue_unwind_stop_reason.
7224 (arm_prologue_unwind) <stop_reason> : Set to
7225 arm_prologue_unwind_stop_reason.
7226
72272015-02-09 Mark Wielaard <mjw@redhat.com>
7228
7229 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
7230 DW_LANG_Fortran08 as language_fortran.
7231
72322015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
7233
7234 PR remote/17946
7235 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
7236 of pointer against char.
7237
72382015-02-09 Mark Wielaard <mjw@redhat.com>
7239
7240 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
7241 (c_type_print_modifier): Likewise.
7242 * dwarf2read.c (read_tag_atomic_type): New function.
7243 (read_type_die_1): Handle DW_TAG_atomic_type.
7244 * gdbtypes.c (make_atomic_type): New function.
7245 (recursive_dump_type): Handle TYPE_ATOMIC.
7246 * gdbtypes.h (enum type_flag_values): Renumber.
7247 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
7248 (TYPE_ATOMIC): New macro.
7249 (make_atomic_type): Declare.
7250
72512015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7252
7253 * btrace.c (ftrace_find_call): Skip gaps.
7254 (ftrace_new_function): Initialize level.
7255 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
7256 (ftrace_new_switch): Update
7257 level computation.
7258 (ftrace_new_gap): New.
7259 (ftrace_update_function): Create new function after gap.
7260 (btrace_compute_ftrace_bts): Create gap on error.
7261 (btrace_stitch_bts): Update parameters. Clear trace if it
7262 becomes empty.
7263 (btrace_stitch_trace): Update parameters. Update callers.
7264 (btrace_clear): Reset the number of gaps.
7265 (btrace_insn_get): Return NULL if the iterator points to a gap.
7266 (btrace_insn_number): Return zero if the iterator points to a gap.
7267 (btrace_insn_end): Allow gaps at the end.
7268 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
7269 (btrace_find_insn_by_number): Assert that the found iterator does
7270 not point to a gap.
7271 (btrace_call_next, btrace_call_prev): Assert that the last function
7272 is not a gap.
7273 * btrace.h (btrace_bts_error): New.
7274 (btrace_function): Update comment.
7275 (btrace_function) <insn, insn_offset, number>: Update comment.
7276 (btrace_function) <errcode>: New.
7277 (btrace_thread_info) <ngaps>: New.
7278 (btrace_thread_info) <replay>: Update comment.
7279 (btrace_insn_get): Update comment.
7280 * record-btrace.c (btrace_ui_out_decode_error): New.
7281 (record_btrace_info): Print number of gaps.
7282 (btrace_insn_history, btrace_call_history): Call
7283 btrace_ui_out_decode_error for gaps.
7284 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
7285
72862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7287
7288 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
7289 * nat/linux-btrace.c: (btrace_this_cpu): New.
7290 (cpu_supports_bts): Call btrace_this_cpu.
7291 (intel_supports_bts): Add cpu parameter.
7292
72932015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7294
7295 * btrace.h (btrace_insn_class): New.
7296 (btrace_insn) <size, iclass>: New.
7297 * btrace.c (ftrace_find_call): Update parameters. Update users.
7298 Use instruction classification.
7299 (ftrace_new_return): Update parameters. Update users.
7300 (ftrace_update_function): Update parameters. Update users. Use
7301 instruction classification.
7302 (ftrace_update_insns): Update parameters. Update users.
7303 (ftrace_classify_insn): New.
7304 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
7305 TRY_CATCH around call to gdb_insn_length.
7306
73072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7308
7309 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
7310 Update parameters. Update users.
7311
73122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7313
7314 * btrace.c (parse_xml_btrace_conf_bts): Add size.
7315 (btrace_conf_bts_attributes): New.
7316 (btrace_conf_children): Add attributes.
7317 * common/btrace-common.h (btrace_config_bts): New.
7318 (btrace_config)<bts>: New.
7319 (btrace_config): Update comment.
7320 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
7321 Use config.
7322 * features/btrace-conf.dtd: Increment version. Add size
7323 attribute to bts element.
7324 * record-btrace.c (set_record_btrace_bts_cmdlist,
7325 show_record_btrace_bts_cmdlist): New.
7326 (record_btrace_adjust_size, record_btrace_print_bts_conf,
7327 record_btrace_print_conf, cmd_set_record_btrace_bts,
7328 cmd_show_record_btrace_bts): New.
7329 (record_btrace_info): Call record_btrace_print_conf.
7330 (_initialize_record_btrace): Add commands.
7331 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
7332 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
7333 (btrace_sync_conf): Synchronize bts size.
7334 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
7335 * NEWS: Announce new commands and new packets.
7336
73372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7338
7339 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
7340 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
7341 (x86_linux_btrace_conf): New.
7342 (x86_linux_create_target): Initialize to_btrace_conf.
7343 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
7344 Check format. Split into this and ...
7345 (linux_enable_bts): ... this.
7346 (linux_btrace_conf): New.
7347 (perf_event_skip_record): Renamed into ...
7348 (perf_event_skip_bts_record): ... this. Updated users.
7349 (linux_disable_btrace): Split into this and ...
7350 (linux_disable_bts): ... this.
7351 (linux_read_btrace): Check format.
7352 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
7353 (linux_btrace_conf): New.
7354 (btrace_target_info)<ptid>: Moved.
7355 (btrace_target_info)<conf>: New.
7356 (btrace_target_info): Split into this and ...
7357 (btrace_tinfo_bts): ... this. Updated users.
7358 * btrace.c (btrace_enable): Update parameters.
7359 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
7360 (btrace_conf_children, btrace_conf_attributes)
7361 (btrace_conf_elements): New.
7362 * btrace.h (btrace_enable): Update parameters.
7363 (btrace_conf, parse_xml_btrace_conf): New.
7364 * common/btrace-common.h (btrace_config): New.
7365 * feature/btrace-conf.dtd: New.
7366 * record-btrace.c (record_btrace_conf): New.
7367 (record_btrace_cmdlist): New.
7368 (record_btrace_enable_warn, record_btrace_open): Pass
7369 &record_btrace_conf.
7370 (record_btrace_info): Print recording format.
7371 (cmd_record_btrace_bts_start): New.
7372 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
7373 (_initialize_record_btrace): Add "record btrace bts" subcommand.
7374 Add "record bts" alias command.
7375 * remote.c (remote_state)<btrace_config>: New.
7376 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
7377 (remote_protocol_features): Add qXfer:btrace-conf:read.
7378 (remote_open_1): Call remote_btrace_reset.
7379 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
7380 (btrace_target_info)<conf>: New.
7381 (btrace_sync_conf, btrace_read_config): New.
7382 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
7383 btrace_read_conf.
7384 (remote_btrace_conf): New.
7385 (init_remote_ops): Initialize to_btrace_conf.
7386 (_initialize_remote): Add qXfer:btrace-conf packet.
7387 * target.c (target_enable_btrace): Update parameters.
7388 (target_btrace_conf): New.
7389 * target.h (target_enable_btrace): Update parameters.
7390 (target_btrace_conf): New.
7391 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
7392 (target_ops)<to_enable_btrace>: Update parameters and comment.
7393 (target_ops)<to_btrace_conf>: New.
7394 * target-delegates: Regenerate.
7395 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
7396 (target_debug_print_const_struct_btrace_target_info_p): New.
7397 * NEWS: Announce new command and new packet.
7398
73992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7400
7401 * nat/linux-btrace.h (perf_event_buffer): New.
7402 (btrace_target_info) <buffer, size, data_head>: Replace with ...
7403 <bts>: ... this.
7404 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
7405 (perf_event_buffer_size, perf_event_buffer_begin)
7406 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
7407 Updated users.
7408 (perf_event_new_data): New.
7409
74102015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7411
7412 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
7413 * record-btrace.c (record_btrace_open): Remove call to
7414 target_supports_btrace.
7415 * remote.c (remote_supports_btrace): Update parameters.
7416 * target.c (target_supports_btrace): Update parameters.
7417 * target.h (to_supports_btrace, target_supports_btrace): Update
7418 parameters.
7419 * target-delegates.c: Regenerate.
7420 * target-debug.h (target_debug_print_enum_btrace_format): New.
7421 * nat/linux-btrace.c
7422 (kernel_supports_btrace): Rename into ...
7423 (kernel_supports_bts): ... this. Update users. Update warning text.
7424 (intel_supports_btrace): Rename into ...
7425 (intel_supports_bts): ... this. Update users.
7426 (cpu_supports_btrace): Rename into ...
7427 (cpu_supports_bts): ... this. Update users.
7428 (linux_supports_btrace): Update parameters. Split into this and ...
7429 (linux_supports_bts): ... this.
7430 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
7431
74322015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7433
7434 * Makefile.in (SFILES): Add common/btrace-common.c.
7435 (COMMON_OBS): Add common/btrace-common.o.
7436 (btrace-common.o): Add build rules.
7437 * btrace.c (parse_xml_btrace): Update parameters.
7438 (parse_xml_btrace_block): Set format field.
7439 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
7440 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
7441 (btrace_compute_ftrace): Split into this and...
7442 (btrace_compute_ftrace_bts): ...this.
7443 (btrace_stitch_trace): Split into this and...
7444 (btrace_stitch_bts): ...this.
7445 * btrace.h (parse_xml_btrace): Update parameters.
7446 (make_cleanup_btrace_data): New.
7447 * common/btrace-common.c: New.
7448 * common/btrace-common.h: Include common-defs.h.
7449 (btrace_block_s): Update comment.
7450 (btrace_format): New.
7451 (btrace_format_string): New.
7452 (btrace_data_bts): New.
7453 (btrace_data): New.
7454 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
7455 * remote.c (remote_read_btrace): Update parameters.
7456 * target.c (target_read_btrace): Update parameters.
7457 * target.h (target_read_btrace): Update parameters.
7458 (target_ops)<to_read_btrace>: Update parameters.
7459 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
7460 * target-delegates.c: Regenerate.
7461 * target-debug (target_debug_print_struct_btrace_data_p): New.
7462 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
7463 (linux_read_bts): ...this.
7464 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
7465
74662015-02-06 Doug Evans <dje@google.com>
7467
7468 * remote-m32r-sdi.c: Include symfile.h.
7469
74702015-02-06 Doug Evans <dje@google.com>
7471
7472 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
7473 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
7474 to here.
7475
74762015-02-06 Pedro Alves <palves@redhat.com>
7477
7478 * linux-thread-db.c (find_new_threads_callback): Add debug output.
7479
74802015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7481
7482 PR gdb/15678
7483 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
7484 (enable_count_command): Check args for NULL value.
7485
74862015-02-05 Doug Evans <xdje42@gmail.com>
7487
7488 * guile/scm-frame.c: Fix spelling errors in a comment.
7489
74902015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7491
7492 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
7493 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
7494 return type.
7495
74962015-02-04 Pedro Alves <palves@redhat.com>
7497
7498 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
7499 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
7500 returns true.
7501 (resume_stopped_resumed_lwps): Don't check whether the thread is
7502 marked as executing.
7503 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
7504
75052015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7506
7507 * regset.h (struct regset): Add flags field.
7508 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
7509 * corelow.c (get_core_register_section): Add warning if the size
7510 exceeds the requested size and the regset does not have the
7511 REGSET_VARIABLE_SIZE flag set.
7512 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
7513 flag.
7514 * armbsd-tdep.c (armbsd_gregset): Likewise.
7515 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
7516 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
7517 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
7518 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
7519
75202015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7521
7522 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
7523 For ".reg-xstate", explicitly specify the requested section size
7524 via X86_XSTATE_SIZE instead of just 0 on input and
7525 X86_XSTATE_MAX_SIZE on output.
7526 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
7527 Likewise.
7528
75292015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7530
7531 PR corefiles/17808:
7532 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
7533 function type, particularly its SIZE parameter.
7534 * gdbarch.h: Regenerate.
7535 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
7536 actual against required size using ">=" instead of "==".
7537 (amd64_collect_fpregset): Likewise.
7538 * i386-tdep.c (i386_supply_gregset): Likewise.
7539 (i386_collect_gregset): Likewise.
7540 (i386_supply_fpregset): Likewise.
7541 (i386_collect_fpregset): Likewise.
7542 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
7543 (mips_fill_gregset_wrapper): Likewise.
7544 (mips_supply_fpregset_wrapper): Likewise.
7545 (mips_fill_fpregset_wrapper): Likewise.
7546 (mips64_supply_gregset_wrapper): Likewise.
7547 (mips64_fill_gregset_wrapper): Likewise.
7548 (mips64_supply_fpregset_wrapper): Likewise.
7549 (mips64_fill_fpregset_wrapper): Likewise.
7550 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
7551 (am33_supply_fpregset_method): Likewise.
7552 (am33_collect_gregset_method): Likewise.
7553 (am33_collect_fpregset_method): Likewise.
7554
75552015-02-04 Doug Evans <dje@google.com>
7556 Pedro Alves <palves@redhat.com>
7557 Eli Zaretskii <eliz@gnu.org>
7558
7559 PR tui/17810
7560 * tui/tui-command.c (tui_refresh_cmd_win): New function.
7561 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
7562 * tui/tui-file.c: #include tui/tui-command.h.
7563 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
7564 (tui_file_flush): Refresh command window if stream is gdb_stdout.
7565 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
7566
75672015-02-04 Pedro Alves <palves@redhat.com>
7568
7569 Fix build breakage.
7570 * event-loop.c (gdb_do_one_event): Add default switch case.
7571
75722015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7573
7574 Filter out inferior gcc option -fpreprocessed.
7575 * compile/compile.c (filter_args): New function.
7576 (get_args): Use it.
7577
75782015-02-03 Pedro Alves <palves@redhat.com>
7579
7580 * event-loop.c: Don't declare nor define a queue type for
7581 gdb_event_p.
7582 (event_queue): Delete.
7583 (create_event, create_file_event, gdb_event_xfree)
7584 (initialize_event_loop, process_event): Delete.
7585 (gdb_do_one_event): Return as soon as one event is handled.
7586 (handle_file_event): Change prototype. Used the passed in
7587 file_handler pointer and ready_mask instead of looping over all
7588 file handlers.
7589 (gdb_wait_for_event): Update the poll/select timeouts before
7590 blocking. Run event handlers directly instead of queueing events.
7591 Return as soon as one event is handled.
7592 (struct async_event_handler_data): Delete.
7593 (invoke_async_event_handler): Delete.
7594 (check_async_event_handlers): Change return type to int. Run
7595 event handlers directly instead of queueing events. Return as
7596 soon as one event is handled.
7597 (handle_timer_event): Delete.
7598 (update_wait_timeout): New function, factored out from
7599 poll_timers.
7600 (poll_timers): Reimplement.
7601 * event-loop.h (initialize_event_loop): Delete declaration.
7602 * top.c (gdb_init): Don't call initialize_event_loop.
7603
76042015-02-03 Pedro Alves <palves@redhat.com>
7605
7606 * event-loop.c (clear_async_event_handler): New function.
7607 * event-loop.h (clear_async_event_handler): New declaration.
7608 * record-btrace.c (record_btrace_async): New function.
7609 (init_record_btrace_ops): Install record_btrace_async.
7610 * record-full.c (record_full_async): New function.
7611 (record_full_resume): Don't mark the async event source here.
7612 (init_record_full_ops): Install record_full_async.
7613 (record_full_core_resume): Don't mark the async event source here.
7614 (init_record_full_core_ops): Install record_full_async.
7615 * remote.c (remote_async): Mark and clear the async stop reply
7616 queue event-loop token as appropriate.
7617
76182015-02-03 Pedro Alves <palves@redhat.com>
7619
7620 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
7621 target_is_async_p instead of target_can_async.
7622 (linux_nat_wait): Use target_is_async_p instead of
7623 target_can_async. Don't enable async here.
7624 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
7625 target_is_async_p instead of target_can_async.
7626
76272015-02-02 Simon Marchi <simon.marchi@ericsson.com>
7628
7629 * varobj.h (lang_varobj_ops): Mention which return values need
7630 to be freed.
7631
76322015-02-02 Joel Brobecker <brobecker@adacore.com>
7633
7634 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
7635
76362015-02-02 Joel Brobecker <brobecker@adacore.com>
7637
7638 PR gdb/17856:
7639 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
7640 results found in the cache.
7641
76422015-02-02 Joel Brobecker <brobecker@adacore.com>
7643
7644 PR gdb/17854:
7645 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
7646 when allocating a new one.
7647
76482015-02-01 Tom Tromey <tom@tromey.com>
7649
7650 * MAINTAINERS: Remove myself.
7651
76522015-01-31 Doug Evans <xdje42@gmail.com>
7653
7654 * dwarf2read.c (process_structure_scope): Update setting of
7655 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
7656 * gdbtypes.c (internal_type_vptr_fieldno): New function.
7657 (set_type_vptr_fieldno): New function.
7658 (internal_type_vptr_basetype): New function.
7659 (set_type_vptr_basetype): New function.
7660 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
7661 TYPE_VPTR_BASETYPE.
7662 (allocate_cplus_struct_type): Initialize vptr_fieldno.
7663 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
7664 (print_cplus_stuff): ... moved here.
7665 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
7666 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
7667 moved to ...
7668 (struct cplus_struct_type): ... here. All uses updated.
7669 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
7670 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
7671 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
7672 * stabsread.c (read_tilde_fields): Update setting of
7673 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
7674
76752015-01-31 Doug Evans <xdje42@gmail.com>
7676
7677 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
7678 to self_p.
7679 (cp_print_class_member): Rename local domain to self_type.
7680 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
7681 domain_type to self_type.
7682 (set_die_type) <need_gnat_info>: Handle
7683 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
7684 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
7685 TYPE_SPECIFIC_SELF_TYPE.
7686 * gdbtypes.c (internal_type_self_type): New function.
7687 (set_type_self_type): New function.
7688 (smash_to_memberptr_type): Rename parameter domain to self_type.
7689 Update setting of TYPE_SELF_TYPE.
7690 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
7691 (smash_to_method_type): Rename parameter domain to self_type.
7692 Update setting of TYPE_SELF_TYPE.
7693 (check_stub_method): Call smash_to_method_type.
7694 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
7695 (copy_type_recursive): Ditto.
7696 * gdbtypes.h (enum type_specific_kind): New value
7697 TYPE_SPECIFIC_SELF_TYPE.
7698 (struct main_type) <type_specific>: New member self_type.
7699 (struct cplus_struct_type) <fn_field.type>: Update comment.
7700 (TYPE_SELF_TYPE): Rewrite.
7701 (internal_type_self_type, set_type_self_type): Declare.
7702 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
7703 self_type.
7704 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
7705 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
7706 TYPE_TARGET_TYPE.
7707 * stabsread.c (read_member_functions): Mark methods with
7708 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
7709 TYPE_SELF_TYPE.
7710
77112015-01-31 Doug Evans <xdje42@gmail.com>
7712
7713 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
7714 All uses updated.
7715
77162015-01-31 Doug Evans <xdje42@gmail.com>
7717
7718 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
7719 or unions. Return zero if union.
7720 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
7721 (gnuv3_rtti_type): Pass already-check_typedef'd value to
7722 gnuv3_get_vtable.
7723 (compute_vtable_size): Assert only passed structs.
7724 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
7725
77262015-01-31 Doug Evans <xdje42@gmail.com>
7727
7728 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
7729 kinds.
7730
77312015-01-31 Gary Benson <gbenson@redhat.com>
7732 Doug Evans <dje@google.com>
7733
7734 PR cli/9007
7735 PR cli/11920
7736 PR cli/15548
7737 * cli/cli-cmds.c (complete_command): Notify user if max-completions
7738 reached.
7739 * common/common-exceptions.h (enum errors)
7740 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
7741 * completer.h (get_max_completions_reached_message): New declaration.
7742 (max_completions): Likewise.
7743 (completion_tracker_t): New typedef.
7744 (new_completion_tracker): New declaration.
7745 (make_cleanup_free_completion_tracker): Likewise.
7746 (maybe_add_completion_enum): New enum.
7747 (maybe_add_completion): New declaration.
7748 (throw_max_completions_reached_error): Likewise.
7749 * completer.c (max_completions): New global variable.
7750 (new_completion_tracker): New function.
7751 (free_completion_tracker): Likewise.
7752 (make_cleanup_free_completion_tracker): Likewise.
7753 (maybe_add_completions): Likewise.
7754 (throw_max_completions_reached_error): Likewise.
7755 (complete_line): Remove duplicates and limit result to max_completions
7756 entries.
7757 (get_max_completions_reached_message): New function.
7758 (gdb_display_match_list): Handle max_completions.
7759 (_initialize_completer): New declaration and function.
7760 * symtab.c: Include completer.h.
7761 (completion_tracker): New static variable.
7762 (completion_list_add_name): Call maybe_add_completion.
7763 (default_make_symbol_completion_list_break_on_1): Renamed from
7764 default_make_symbol_completion_list_break_on. Maintain
7765 completion_tracker across calls to completion_list_add_name.
7766 (default_make_symbol_completion_list_break_on): New function.
7767 * top.c (init_main): Set rl_completion_display_matches_hook.
7768 * tui/tui-io.c: Include completer.h.
7769 (tui_old_rl_display_matches_hook): New static global.
7770 (tui_rl_display_match_list): Notify user if max-completions reached.
7771 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
7772 * NEWS (New Options): Mention set/show max-completions.
7773
77742015-01-31 Gary Benson <gbenson@redhat.com>
7775
7776 * symtab.c (struct add_name_data) <code>: New field.
7777 Updated comments.
7778 (add_symtab_completions): New function.
7779 (symtab_expansion_callback): Likewise.
7780 (default_make_symbol_completion_list_break_on): Set datum.code.
7781 Move minimal symbol scan before calling expand_symtabs_matching.
7782 Scan known primary symtabs for externs and statics before calling
7783 expand_symtabs_matching. Pass symtab_expansion_callback as
7784 expansion_notify argument to expand_symtabs_matching. Do not scan
7785 primary symtabs for externs and statics after calling
7786 expand_symtabs_matching.
7787
77882015-01-31 Gary Benson <gbenson@redhat.com>
7789
7790 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
7791 (struct quick_symbol_functions) <expand_symtabs_matching>:
7792 New argument expansion_notify. All uses updated.
7793 (expand_symtabs_matching): New argument expansion_notify.
7794 All uses updated.
7795 * symfile-debug.c (debug_qf_expand_symtabs_matching):
7796 Also print expansion notify.
7797 * symtab.c (expand_symtabs_matching_via_partial): Call
7798 expansion_notify whenever a partial symbol table is expanded.
7799 * dwarf2read.c (dw2_expand_symtabs_matching): Call
7800 expansion_notify whenever a symbol table is instantiated.
7801
78022015-01-31 Doug Evans <xdje42@gmail.com>
7803
7804 * cli-out.c: #include completer.h, readline/readline.h.
7805 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
7806 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
7807 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
7808 * cli-out.h (cli_display_match_list): Declare.
7809 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
7810 (ELLIPSIS_LEN): Ditto.
7811 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
7812 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
7813 (gdb_fnprint, gdb_print_filename): Ditto.
7814 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
7815 (gdb_display_match_list): Ditto.
7816 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
7817 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
7818 (mld_beep_ftype, mld_read_key_ftype): Ditto.
7819 (match_list_displayer): New struct.
7820 (gdb_display_match_list): Declare.
7821 * top.c (init_main): Set rl_completion_display_matches_hook.
7822 * tui/tui-io.c: #include completer.h.
7823 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
7824 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
7825 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
7826 (tui_mld_getc, tui_mld_read_key): Ditto.
7827 (tui_rl_display_match_list): Rewrite.
7828 (tui_handle_resize_during_io): New arg for_completion. All callers
7829 updated.
7830
78312015-01-31 Doug Evans <xdje42@gmail.com>
7832
7833 Add symbol lookup cache.
7834 * NEWS: Document new options and commands.
7835 * symtab.c (symbol_cache_key): New static global.
7836 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
7837 (SYMBOL_LOOKUP_FAILED): New macro.
7838 (symbol_cache_slot_state): New enum.
7839 (block_symbol_cache): New struct.
7840 (symbol_cache): New struct.
7841 (new_symbol_cache_size, symbol_cache_size): New static globals.
7842 (hash_symbol_entry, eq_symbol_entry): New functions.
7843 (symbol_cache_byte_size, resize_symbol_cache): New functions.
7844 (make_symbol_cache, free_symbol_cache): New functions.
7845 (get_symbol_cache, symbol_cache_cleanup): New function.
7846 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
7847 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
7848 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
7849 (symbol_cache_flush, symbol_cache_dump): New functions.
7850 (maintenance_print_symbol_cache): New function.
7851 (maintenance_flush_symbol_cache): New function.
7852 (symbol_cache_stats): New function.
7853 (maintenance_print_symbol_cache_statistics): New function.
7854 (symtab_new_objfile_observer): New function.
7855 (symtab_free_objfile_observer): New function.
7856 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
7857 (_initialize_symtab): Init symbol_cache_key. New parameter
7858 maint symbol-cache-size. New maint commands print symbol-cache,
7859 print symbol-cache-statistics, flush-symbol-cache.
7860 Install new_objfile, free_objfile observers.
7861
78622015-01-31 Joel Brobecker <brobecker@adacore.com>
7863
7864 PR symtab/17855
7865 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
7866 to end.
7867
78682015-01-31 Doug Evans <xdje42@gmail.com>
7869
7870 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
7871 * auto-load.c: #include ctype.h.
7872 (struct auto_load_pspace_info): Replace member loaded_scripts with
7873 new members loaded_script_files, loaded_script_texts.
7874 (auto_load_pspace_data_cleanup): Update.
7875 (init_loaded_scripts_info): Update.
7876 (get_auto_load_pspace_data_for_loading): Update.
7877 (maybe_add_script_file): Renamed from maybe_add_script. All callers
7878 updated.
7879 (maybe_add_script_text): New function.
7880 (clear_section_scripts): Update.
7881 (source_script_file, execute_script_contents): New functions.
7882 (source_section_scripts): Add support for
7883 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
7884 (print_scripts): New function.
7885 (auto_load_info_scripts): Also print inlined scripts.
7886 (maybe_print_unsupported_script_warning): Renamed from
7887 unsupported_script_warning_print. All callers updated.
7888 (maybe_print_script_not_found_warning): Renamed from
7889 script_not_found_warning_print. All callers updated.
7890 * extension-priv.h (struct extension_language_script_ops): New member
7891 objfile_script_executor.
7892 * extension.c (ext_lang_objfile_script_executor): New function.
7893 * extension.h (objfile_script_executor_func): New typedef.
7894 (ext_lang_objfile_script_executor): Declare.
7895 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
7896 * guile/guile.c (guile_extension_script_ops): Update.
7897 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
7898 * python/python.c (python_extension_script_ops): Update.
7899 (gdbpy_execute_objfile_script): New function.
7900
79012015-01-31 Eli Zaretskii <eliz@gnu.org>
7902
7903 * tui/tui-io.c (tui_expand_tabs): New function.
7904 (tui_puts, tui_redisplay_readline): Expand TABs into the
7905 appropriate number of spaces.
7906 * tui/tui-regs.c: Include tui-io.h.
7907 (tui_register_format): Call tui_expand_tabs to expand TABs into
7908 the appropriate number of spaces.
7909 * tui/tui-io.h: Add prototype for tui_expand_tabs.
7910
79112015-01-30 Doug Evans <dje@google.com>
7912
7913 * NEWS: "info source" command now display producer string if present.
7914 * source.c (source_info): Print producer string if present.
7915
79162015-01-30 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * varobj.c (varobj_delete): Fix comment.
7919
79202015-01-30 Simon Marchi <simon.marchi@ericsson.com>
7921
7922 * varobj.c (create_child): Modify comment.
7923
79242015-01-30 Simon Marchi <simon.marchi@ericsson.com>
7925
7926 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
7927 parameter.
7928 (ada_name_of_variable): Same.
7929 (ada_path_expr_of_child): Same.
7930 (ada_value_of_variable): Same.
7931 (ada_value_is_changeable_p): Same.
7932 (ada_value_has_mutated): Same.
7933 * c-varobj.c (varobj_is_anonymous_child): Same.
7934 (c_is_path_expr_parent): Same.
7935 (c_number_of_children): Same.
7936 (c_name_of_variable): Same.
7937 (c_path_expr_of_child): Same.
7938 (get_type): Same.
7939 (c_value_of_variable): Same.
7940 (cplus_number_of_children): Same.
7941 (cplus_name_of_variable): Same.
7942 (cplus_path_expr_of_child): Same.
7943 (cplus_value_of_variable): Same.
7944 * jv-varobj.c (java_number_of_children): Same.
7945 (java_name_of_variable): Same.
7946 (java_path_expr_of_child): Same.
7947 (java_value_of_variable): Same.
7948 * varobj.c (number_of_children): Same.
7949 (name_of_variable): Same.
7950 (is_root_p): Same.
7951 (varobj_ensure_python_env): Same.
7952 (varobj_get_objname): Same.
7953 (varobj_get_expression): Same.
7954 (varobj_get_display_format): Same.
7955 (varobj_get_display_hint): Same.
7956 (varobj_has_more): Same.
7957 (varobj_get_thread_id): Same.
7958 (varobj_get_frozen): Same.
7959 (dynamic_varobj_has_child_method): Same.
7960 (varobj_get_gdb_type): Same.
7961 (is_path_expr_parent): Same.
7962 (varobj_default_is_path_expr_parent): Same.
7963 (varobj_get_language): Same.
7964 (varobj_get_attributes): Same.
7965 (varobj_is_dynamic_p): Same.
7966 (varobj_get_child_range): Same.
7967 (varobj_value_has_mutated): Same.
7968 (varobj_get_value_type): Same.
7969 (number_of_children): Same.
7970 (name_of_variable): Same.
7971 (check_scope): Same.
7972 (varobj_editable_p): Same.
7973 (varobj_value_is_changeable_p): Same.
7974 (varobj_floating_p): Same.
7975 (varobj_default_value_is_changeable_p): Same.
7976
79772015-01-30 Simon Marchi <simon.marchi@ericsson.com>
7978
7979 * varobj.c (varobj_get_path_expr): Set var->path_expr.
7980 * c-varobj.c (c_path_expr_of_child): Set local var instead of
7981 child->path_expr.
7982 (cplus_path_expr_of_child): Same.
7983
79842015-01-30 Simon Marchi <simon.marchi@ericsson.com>
7985
7986 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
7987 result.
7988 (mi_cmd_var_info_expression): Same.
7989 * varobj.c (varobj_get_expression): Mention in the comment that
7990 the result must by freed by the caller.
7991
79922015-01-30 Simon Marchi <simon.marchi@ericsson.com>
7993
7994 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
7995 varobj_get_type.
7996 (varobj_update_one): Same.
7997 * varobj.c (update_type_if_necessary): Free curr_type_str and
7998 new_type_str.
7999 (varobj_get_type): Specify in comment that the result needs to be
8000 freed by the caller.
8001
80022015-01-29 Doug Evans <dje@google.com>
8003
8004 PR symtab/17890
8005 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
8006
80072015-01-25 Mark Wielaard <mjw@redhat.com>
8008
8009 * dwarf2read.c (checkproducer): Call producer_is_gcc.
8010 * utils.c (producer_is_gcc_ge_4): Likewise.
8011 (producer_is_gcc): New function.
8012 * utils.h (producer_is_gcc): New declaration.
8013
80142015-01-29 Joel Brobecker <brobecker@adacore.com>
8015
8016 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
8017 kind.
8018 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
8019 parameter by "addr_stack" parameter.
8020 (resolve_dynamic_range): Replace "addr" parameter by
8021 "stack_addr" parameter. Update function documentation.
8022 Update code accordingly.
8023 (resolve_dynamic_array, resolve_dynamic_union)
8024 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
8025 (resolve_dynamic_type): Update code, following the changes made
8026 to resolve_dynamic_type_internal's interface.
8027 * dwarf2loc.h (struct property_addr_info): New.
8028 (dwarf2_evaluate_property): Replace "address" parameter
8029 by "addr_stack" parameter. Adjust function documentation.
8030 (struct dwarf2_offset_baton): New.
8031 (struct dwarf2_property_baton): Update documentation of
8032 field "referenced_type" to be more general. New field
8033 "offset_info" in union data field.
8034 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
8035 parameter by "addr_stack" parameter. Adjust code accordingly.
8036 Add support for PROP_ADDR_OFFSET properties.
8037 * dwarf2read.c (attr_to_dynamic_prop): Add support for
8038 DW_AT_data_member_location attributes as well. Use case
8039 statements instead of if/else condition.
8040
80412015-01-29 Joel Brobecker <brobecker@adacore.com>
8042
8043 * ada-varobj.c (ada_varobj_get_array_number_of_children):
8044 Return zero if PARENT_VALUE is NULL and parent_type's
8045 range type is dynamic.
8046
80472015-01-29 Joel Brobecker <brobecker@adacore.com>
8048
8049 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
8050 nonzero if the type's subtype is dynamic.
8051 (resolve_dynamic_range): Also resolve the range's subtype.
8052
80532015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
8054
8055 Pushed by Joel Brobecker <brobecker@adacore.com>.
8056 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
8057
80582015-01-27 Doug Evans <dje@google.com>
8059
8060 * NEWS: Mention gdb.Objfile.username.
8061 * python/py-objfile.c (objfpy_get_username): New function.
8062 (objfile_getset): Add "username".
8063
80642015-01-24 Mark Wielaard <mjw@redhat.com>
8065
8066 * stack.c (return_command): Markup warning message with _.
8067
80682015-01-24 Doug Evans <xdje42@gmail.com>
8069
8070 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
8071
80722015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8073
8074 Fix 100x slowdown regression on DWZ files.
8075 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
8076 (struct line_header): Add offset and offset_in_dwz.
8077 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
8078 (free_line_header_voidp): New declaration.
8079 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
8080 functions.
8081 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
8082 (handle_DW_AT_stmt_list): Use line_header_hash.
8083 (free_line_header_voidp): New function.
8084 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
8085 (dwarf_decode_lines): New parameter decode_mapping, use it.
8086 (dwarf2_free_objfile): Free line_header_hash.
8087
80882015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8089
8090 PR gdb/17416
8091 * valops.c (value_rtti_indirect_type): Catch exception thrown by
8092 value_ind.
8093
80942015-01-15 Mark Wielaard <mjw@redhat.com>
8095
8096 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
8097 DW_AT_noreturn.
8098 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
8099 calling_convention an 8 bit bit field.
8100 (TYPE_NO_RETURN): New macro.
8101 * infcmd.c (finish_command): Query if function does not return
8102 normally.
8103 * stack.c (return_command): Likewise.
8104
81052015-01-23 Pedro Alves <palves@redhat.com>
8106
8107 * linux-nat.c (linux_is_async_p): New macro.
8108 (linux_nat_is_async_p):
8109 (linux_nat_terminal_inferior): Check whether the target can async
8110 instead of whether it is already async.
8111 (linux_nat_terminal_ours): Don't check whether the target is
8112 async.
8113 (linux_async_pipe): Use linux_is_async_p.
8114
81152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
8118 '-ascending'.
8119 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
8120 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
8121 Sort tp_array using tp_array_compar.
8122 (_initialize_thread): Extend thread_apply_all_command help.
8123
81242015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8125
8126 * corelow.c (core_open): Call also thread_command.
8127 * gdbthread.h (thread_command): New prototype moved from ...
8128 * thread.c (thread_command): ... here.
8129 (thread_command): Make it global.
8130
81312015-01-22 Pedro Alves <palves@redhat.com>
8132
8133 * configure.ac [*mingw32*]: Check $curses_found instead of
8134 $prefer_curses.
8135 * configure: Regenerate.
8136 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
8137 HAVE_NCURSES_NCURSES_H checks.
8138
81392015-01-22 Eli Zaretskii <eliz@gnu.org>
8140
8141 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
8142 fails with the 1st arg NULL, try again with "unknown". Don't test
8143 the "cup" capability: it isn't supported by the Windows port of
8144 ncurses, but the Windows console driver is still capable of
8145 supporting TUI.
8146
81472015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8148
8149 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
8150
81512015-01-22 Eli Zaretskii <eliz@gnu.org>
8152
8153 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
8154 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
8155 reason that "make TAGS" is broken.
8156
81572015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
8158
8159 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
8160 and check additional store instructions.
8161
81622015-01-21 Wei-cheng Wang <cole945@gmail.com>
8163
8164 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
8165
81662015-01-21 Wei-cheng Wang <cole945@gmail.com>
8167
8168 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
8169 ppc_canonicalize_syscall, ppc_linux_syscall_record,
8170 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
8171 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
8172 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
8173 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
8174 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
8175 ppc_process_record_op19, ppc_process_record_op31,
8176 ppc_process_record_op59, ppc_process_record_op60,
8177 ppc_process_record_op63): Likewise.
8178
81792015-01-20 Joel Brobecker <brobecker@adacore.com>
8180
8181 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
8182 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
8183 strerror.
8184
81852015-01-20 Wei-cheng Wang <cole945@gmail.com>
8186
8187 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
8188 ppc_process_record_op31, ppc_process_record_op59,
8189 ppc_process_record_op60, ppc_process_record_op63,
8190 ppc_process_record): Fix -Wformat warning.
8191 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
8192 Remove unused variables.
8193
81942015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
8195
8196 * MAINTAINERS (Write After Approval): Add "Chen Gang".
8197
81982015-01-19 Eli Zaretskii <eliz@gnu.org>
8199
8200 * configure.ac [*mingw32*]: Only add windows-termcap.o to
8201 CONFIG_OBS if not building with a curses library.
8202 * configure: Regenerate.
8203
8204 * windows-termcap.c: Include defs.h. Make the whole body empty if
8205 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
8206 HAVE_NCURSES_NCURSES_H is defined.
8207
82082015-01-19 Joel Brobecker <brobecker@adacore.com>
8209
8210 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
8211 from end of line to start of next line.
8212
82132015-01-17 Wei-cheng Wang <cole945@gmail.com>
8214
8215 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
8216 Scan PLT stub backward for reverse debugging.
8217 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
8218
82192015-01-17 Wei-cheng Wang <cole945@gmail.com>
8220 Ulrich Weigand <uweigand@de.ibm.com>
8221
8222 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
8223 gdb_target_obs.
8224 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
8225 record.
8226 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
8227 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
8228 (ppc_linux_init_abi): Set process_record, process_record_signal.
8229 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
8230 ppc_linux_record_tdep to gdbarch_tdep.
8231 (ppc_process_record): New declaration.
8232 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
8233 ppc_process_record_op19, ppc_process_record_op31,
8234 ppc_process_record_op59, ppc_process_record_op60,
8235 ppc_process_record_op63, ppc_process_record): New functions.
8236
82372015-01-17 Wei-cheng Wang <cole945@gmail.com>
8238
8239 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
8240 rs6000_in_function_epilogue_frame_p and add an argument
8241 for frame_info.
8242 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
8243 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
8244 New functions.
8245 (rs6000_epilogue_frame_unwind): New.
8246 (rs6000_gdbarch_init): Append epilogue unwinder.
8247
82482015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
8249
8250 * nat/linux-personality.c: Replace "#ifndef
8251 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
8252 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
8253 systems.
8254
82552015-01-16 Eli Zaretskii <eliz@gnu.org>
8256
8257 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
8258 functions.
8259 (_initialize_tui_win) <border-kind, border-mode>:
8260 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
8261 (tui_set_tab_width_command): Fix the commentary.
8262
8263 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
8264
8265 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
8266 Doc fix.
8267 (tui_set_tab_width_command): Delete and recreate the source and
8268 the disassembly windows, to show the effect of the changed tab
8269 size immediately.
8270
8271 * tui/tui-data.h (LINE_PREFIX): Make shorter
8272 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
8273 "Thread NNNNN.XXXX" thread ID notation on Windows.
8274
82752015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8276
8277 Fix gcc-5 compilation.
8278 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
8279
82802015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
8281
8282 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
8283 (linux-personality.o): New rule.
8284 * common/common-defs.h: Include <stdint.h>.
8285 * config/aarch64/linux.mh (NATDEPFILES): Include
8286 linux-personality.o.
8287 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8288 * config/arm/linux.mh (NATDEPFILES): Likewise.
8289 * config/i386/linux64.mh (NATDEPFILES): Likewise.
8290 * config/i386/linux.mh (NATDEPFILES): Likewise.
8291 * config/ia64/linux.mh (NATDEPFILES): Likewise.
8292 * config/m32r/linux.mh (NATDEPFILES): Likewise.
8293 * config/m68k/linux.mh (NATDEPFILES): Likewise.
8294 * config/mips/linux.mh (NATDEPFILES): Likewise.
8295 * config/pa/linux.mh (NATDEPFILES): Likewise.
8296 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8297 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8298 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8299 * config/s390/linux.mh (NATDEPFILES): Likewise.
8300 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8301 * config/sparc/linux.mh (NATDEPFILES): Likewise.
8302 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8303 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8304 * defs.h: Remove #include <stdint.h> (moved to
8305 common/common-defs.h).
8306 * linux-nat.c: Include nat/linux-personality.h. Remove #include
8307 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
8308 nat/linux-personality.c).
8309 (linux_nat_create_inferior): Remove code to disable address space
8310 randomization (moved to nat/linux-personality.c). Create cleanup
8311 to disable address space randomization.
8312 * nat/linux-personality.c: New file.
8313 * nat/linux-personality.h: Likewise.
8314
83152015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
8316
8317 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
8318 common/posix-strerror.c.
8319 (posix-strerror.o): New rule.
8320 (mingw-strerror.o): Likewise.
8321 * common/common-utils.h (safe_strerror): Move prototype to here,
8322 from utils.h.
8323 * common/common.host: New file.
8324 * common/mingw-strerror.c: Likewise.
8325 * common/posix-strerror.c: Likewise.
8326 * configure: Regenerated.
8327 * configure.ac: Source common/common.host. Add variable
8328 common_host_obs to gdb_host_obs.
8329 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
8330 gdb/common/posix-strerror.c when warning about the use of
8331 strerror.
8332 * mingw-hdep.c (safe_strerror): Remove definition; move it to
8333 common/mingw-strerror.c.
8334 * posix-hdep.c (safe_strerror): Remove definition; move it to
8335 common/posix-hdep.c.
8336 * utils.h (safe_strerror): Remove prototype; move to
8337 common/common-utils.h.
8338
83392015-01-15 Joel Brobecker <brobecker@adacore.com>
8340
8341 GDB 7.8.2 released.
8342
83432015-01-15 Joel Brobecker <brobecker@adacore.com>
8344
8345 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
8346 ___XA type if the array has already been fixed.
8347
83482015-01-14 Yao Qi <yao@codesourcery.com>
8349
8350 * Makefile.in (ppc-linux.o): New rule.
8351 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
8352 * configure.ac: AC_CHECK_FUNCS(getauxval).
8353 * config.in: Re-generated.
8354 * configure: Re-generated.
8355 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
8356 Declare.
8357 * nat/ppc-linux.c: New file.
8358 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
8359 Call ppc64_64bit_inferior_p.
8360
83612015-01-14 Yao Qi <yao@codesourcery.com>
8362
8363 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
8364 nat/ppc-linux.h.
8365 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
8366 (PPC_FEATURE_HAS_DFP): Likewise.
8367 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
8368 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
8369 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
8370 Include "nat/ppc-linux.h".
8371 * nat/ppc-linux.h: New file.
8372 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
8373
83742015-01-14 Pedro Alves <palves@redhat.com>
8375
8376 PR gdb/17525
8377 * breakpoint.c: Include "interps.h".
8378 (bpstat_do_actions_1): Also check whether the interpreter is
8379 async.
8380
83812015-01-14 Pedro Alves <palves@redhat.com>
8382
8383 PR cli/17828
8384 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
8385 reinstall if the interpreter is sync.
8386
83872015-01-13 Doug Evans <dje@google.com>
8388
8389 * objfiles.c (objfile_filename): New function.
8390 * objfiles.h (objfile_filename): Declare it.
8391 (objfile_name): Add function comment.
8392 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
8393 bfd file name (which may be realpath'd), and the original name.
8394
83952015-01-13 Joel Brobecker <brobecker@adacore.com>
8396
8397 * NEWS: Create a new section for the next release branch.
8398 Rename the section of the current branch, now that it has
8399 been cut.
8400
84012015-01-13 Joel Brobecker <brobecker@adacore.com>
8402
8403 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
8404 * version.in: Bump version to 7.9.50.DATE-cvs.
8405
84062015-01-13 Joel Brobecker <brobecker@adacore.com>
8407
8408 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
8409 Remove trailing new-line in argument of call to warning.
8410
84112015-01-13 Joel Brobecker <brobecker@adacore.com>
8412
8413 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
8414 new-line in argument of call to "warning".
8415
84162015-01-13 Joel Brobecker <brobecker@adacore.com>
8417
8418 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
8419 in static block, then try searching for primitive types.
8420
84212015-01-12 Patrick Palka <patrick@parcs.ath.cx>
8422
8423 * top.h (gdb_add_history): Declare.
8424 * top.c (command_count): New variable.
8425 (gdb_add_history): New function.
8426 (gdb_safe_append_history): New static function.
8427 (quit_force): Call it.
8428 (command_line_input): Use gdb_add_history instead of
8429 add_history.
8430 * event-top.c (command_line_handler): Likewise.
8431
84322015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
8433
8434 PR gdb/17046
8435 * darwin-nat.c: Replace <machine/setjmp.h> #include by
8436 <setjmp.h> #include.
8437
84382015-01-11 Doug Evans <xdje42@gmail.com>
8439
8440 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
8441
84422015-01-11 Doug Evans <xdje42@gmail.com>
8443
8444 PR gdb/15830
8445 * NEWS: The "maint demangle" command is renamed as "demangle".
8446 * demangle.c: #include cli/cli-utils.h, language.h.
8447 (demangle_command): New function.
8448 (_initialize_demangle): Add new command "demangle".
8449 * maint.c (maintenance_demangle): Stub out.
8450 (_initialize_maint_cmds): Update help text for "maint demangle",
8451 and mark as deprecated.
8452
84532015-01-11 Mark Kettenis <kettenis@gnu.org>
8454
8455 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
8456 inferior_thread is a function.
8457
84582015-01-09 Patrick Palka <patrick@parcs.ath.cx>
8459
8460 * Makefile.in (.y.c): Don't munge yacc's #line
8461 directives.
8462
84632015-01-09 Patrick Palka <patrick@parcs.ath.cx>
8464
8465 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
8466 to prompt for input.
8467 * tui/tui-hooks.c (tui_query_hook): Remove.
8468 (tui_install_hooks): Don't set deprecated_query_hook.
8469 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
8470 height calculation. Always update the command window's cur_line.
8471
84722015-01-09 Pedro Alves <palves@redhat.com>
8473
8474 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
8475 function.
8476 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
8477 declaration.
8478 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
8479 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
8480 stop_reason.
8481 (check_stopped_by_watchpoint): New function.
8482 (save_sigtrap): Reimplement.
8483 (linux_nat_stopped_by_watchpoint): Adjust.
8484 (linux_nat_lp_status_is_event): Delete.
8485 (stop_wait_callback): Only call save_sigtrap after storing the
8486 pending status.
8487 (status_callback): If the thread had been stopped for a breakpoint
8488 that has since been removed, discard the event and resume the LWP.
8489 (count_events_callback, select_event_lwp_callback): Use
8490 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
8491 (cancel_breakpoint): Rename to ...
8492 (check_stopped_by_breakpoint): ... this. Record whether the LWP
8493 stopped for a software breakpoint or hardware breakpoint.
8494 (select_event_lwp): Only give preference to the stepping LWP in
8495 all-stop mode. Adjust comments.
8496 (stop_and_resume_callback): Remove references to new_pending_p.
8497 (linux_nat_filter_event): Likewise. Leave exit events of the
8498 leader thread pending here. Handle signal short circuiting here.
8499 Only call save_sigtrap after storing the pending waitstatus.
8500 (linux_nat_wait_1): Remove 'retry' label. Remove references to
8501 new_pending. Don't handle leaving events the caller is not
8502 interested in pending here, nor handle signal short-circuiting
8503 here. Also give equal priority to all LWPs that have had events
8504 in non-stop mode. If reporting a software breakpoint event,
8505 unadjust the LWP's PC.
8506 * linux-nat.h (enum lwp_stop_reason): New.
8507 (struct lwp_info) <stop_pc>: New field.
8508 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
8509 (struct lwp_info) <stop_reason>: New field.
8510 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
8511
85122015-01-09 Pedro Alves <palves@redhat.com>
8513
8514 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
8515 Set the LWP's 'resumed' flag.
8516
85172015-01-09 Pedro Alves <palves@redhat.com>
8518
8519 * linux-nat.c (linux_resume_one_lwp): New function.
8520 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
8521 (linux_nat_resume): Use lwp_status_pending_p and
8522 linux_resume_one_lwp.
8523 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
8524 (linux_handle_extended_wait): Use linux_resume_one_lwp.
8525 (status_callback, running_callback): Use lwp_status_pending_p.
8526 (lwp_status_pending_p): New function.
8527 (stop_and_resume_callback): Use lwp_status_pending_p.
8528 (linux_nat_filter_event): Use linux_resume_one_lwp.
8529 (linux_nat_wait_1): Always use status_callback to look for an LWP
8530 with a pending status. Use linux_resume_one_lwp.
8531 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
8532 linux_resume_one_lwp.
8533
85342015-01-09 Pedro Alves <palves@redhat.com>
8535
8536 * breakpoint.c (bp_location_inserted_here_p): New function,
8537 factored out from ...
8538 (breakpoint_inserted_here_p): ... here. Use
8539 ALL_BP_LOCATIONS_AT_ADDR.
8540 (software_breakpoint_inserted_here_p): Use
8541 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
8542
85432014-01-09 Pedro Alves <palves@redhat.com>
8544
8545 Skip enabling event reporting if the kernel supports
8546 PTRACE_EVENT_CLONE.
8547 * linux-thread-db.c: Include "nat/linux-ptrace.h".
8548 (thread_db_use_events): New function.
8549 (try_thread_db_load_1): Check thread_db_use_events before enabling
8550 event reporting.
8551 (update_thread_state): New function.
8552 (attach_thread): Use it. Check thread_db_use_events before
8553 enabling event reporting.
8554 (thread_db_detach): Check thread_db_use_events before disabling
8555 event reporting.
8556 (find_new_threads_callback): Check thread_db_use_events before
8557 enabling event reporting. Update the thread's state if not using
8558 libthread_db events.
8559
85602015-01-09 Pedro Alves <palves@redhat.com>
8561
8562 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
8563 about to wait for is > 0.
8564 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
8565 the kernel thread ID is -1.
8566
85672015-01-09 Pedro Alves <palves@redhat.com>
8568
8569 * linux-nat.c (attach_proc_task_lwp_callback): New function.
8570 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
8571 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
8572 ptrace option flags.
8573 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
8574 field.
8575 * nat/linux-procfs.c: Include <dirent.h>.
8576 (linux_proc_get_int): New parameter "warn". Handle it.
8577 (linux_proc_get_tgid): Adjust.
8578 (linux_proc_get_tracerpid): Rename to ...
8579 (linux_proc_get_tracerpid_nowarn): ... this.
8580 (linux_proc_pid_get_state): New function, factored out from
8581 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
8582 and handle it.
8583 (linux_proc_pid_is_gone): New function.
8584 (linux_proc_pid_is_stopped): Adjust.
8585 (linux_proc_pid_is_zombie_maybe_warn)
8586 (linux_proc_pid_is_zombie_nowarn): New functions.
8587 (linux_proc_pid_is_zombie): Use
8588 linux_proc_pid_is_zombie_maybe_warn.
8589 (linux_proc_attach_tgid_threads): New function.
8590 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
8591 (linux_proc_get_tracerpid): Rename to ...
8592 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
8593 (linux_proc_pid_is_gone): New declaration.
8594 (linux_proc_pid_is_zombie): Update comment.
8595 (linux_proc_pid_is_zombie_nowarn): New declaration.
8596 (linux_proc_attach_lwp_func): New typedef.
8597 (linux_proc_attach_tgid_threads): New declaration.
8598 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
8599 use nowarn functions.
8600 (linux_ptrace_attach_fail_reason_string): Move here from
8601 gdbserver/linux-low.c and rename.
8602 (ptrace_supports_feature): If the current ptrace options are not
8603 known yet, check them now, instead of asserting.
8604 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
8605 Declare.
8606
86072015-01-09 Pedro Alves <palves@redhat.com>
8608
8609 * linux-thread-db.c (thread_db_find_new_threads_silently)
8610 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
8611 (find_new_threads_once): Print debug output on gdb_stdlog.
8612
86132015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
8614 Pedro Alves <palves@redhat.com>
8615
8616 * compile/compile.c: Include "gdb_wait.h".
8617 (do_rmdir): Check return value, and free 'zap'.
8618
86192015-01-08 Pedro Alves <palves@redhat.com>
8620 Yao Qi <yao@codesourcery.com>
8621
8622 * dwarf2loc.c (indirect_pieced_value): Don't call
8623 gdb_sign_extend. Call extract_signed_integer instead.
8624 * utils.c (gdb_sign_extend): Remove.
8625 * utils.h (gdb_sign_extend): Remove declaration.
8626
86272015-01-07 Pierre Muller <muller@sourceware.org>
8628
8629 PR symtab/17811
8630 * stabsread.c (define_symbol): Set language for C++ special symbols.
8631
86322015-01-07 Patrick Palka <patrick@parcs.ath.cx>
8633
8634 * inflow.c (initial_gdb_ttystate): Tweak comment.
8635
86362015-01-07 Joel Brobecker <brobecker@adacore.com>
8637
8638 * inflow.c (set_initial_gdb_ttystate): Add empty line after
8639 comment documenting function.
8640
86412015-01-07 Patrick Palka <patrick@parcs.ath.cx>
8642
8643 * terminal.h (set_initial_gdb_ttystate): Declare.
8644 * inflow.c (initial_gdb_ttystate): New static variable.
8645 (set_initial_gdb_ttystate): New setter.
8646 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
8647 instead of our current terminal state.
8648 * top.c (gdb_init): Call set_initial_gdb_ttystate.
8649
86502015-01-07 Joel Brobecker <brobecker@adacore.com>
8651
8652 * guile/scm-type.c (tyscm_array_1): Add comment.
8653 * python/py-type.c (typy_array_1): Add comment.
8654
86552015-01-06 Joel Brobecker <brobecker@adacore.com>
8656
8657 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
8658 error if N2 is equal to N1 - 1.
8659
86602015-01-06 Joel Brobecker <brobecker@adacore.com>
8661
8662 * python/py-type.c (typy_array_1): Do not raise negative-length
8663 exception if N2 is equal to N1 - 1.
8664
86652015-01-03 Doug Evans <xdje42@gmail.com>
8666
8667 * c-exp.y: Whitespace cleanup.
8668 (classify_inner_name): Remove extra ;.
8669
86702015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
8671
8672 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
8673 offset signed.
8674
86752015-01-02 Doug Evans <dje@google.com>
8676
8677 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
8678
86792015-01-02 Doug Evans <dje@google.com>
8680
8681 * symtab.h (struct symbol): Fix typo in comment.
8682
86832015-01-01 Joel Brobecker <brobecker@adacore.com>
8684
8685 Update year range in copyright notice of all files.
8686
86872015-01-01 Joel Brobecker <brobecker@adacore.com>
8688
8689 * top.c (print_gdb_version): Update copyright year to 2015.
8690
86912015-01-01 Joel Brobecker <brobecker@adacore.com>
8692
8693 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
8694
8695For older changes see ChangeLog-2014.
8696\f
8697Local Variables:
8698mode: change-log
8699left-margin: 8
8700fill-column: 74
8701version-control: never
8702coding: utf-8
8703End:
This page took 0.060277 seconds and 4 git commands to generate.