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