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