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