frame: add skip_tailcall_frames
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
2
3 * frame.h (skip_tailcall_frames): New.
4 * frame.c (skip_tailcall_frames): New.
5 (frame_pop): Call skip_tailcall_frames.
6 * infcmd.c (finish_command): Call skip_tailcall_frames.
7
8 2016-02-11 Pedro Alves <palves@redhat.com>
9
10 * Makefile.in (check-parallel): New rule.
11
12 2016-02-11 Simon Marchi <simon.marchi@ericsson.com>
13
14 * arm-tdep.c (arm_skip_prologue): Remove unused variables.
15 (arm_analyze_prologue): Likewise.
16 (arm_scan_prologue): Likewise.
17 (arm_m_exception_prev_register): Likewise.
18 (arm_copy_block_xfer): Likewise.
19 (thumb2_copy_block_xfer): Likewise.
20 (arm_decode_miscellaneous): Likewise.
21 (arm_decode_ld_st_word_ubyte): Likewise.
22 (arm_decode_svc_copro): Likewise.
23 (thumb2_decode_svc_copro): Likewise.
24 (thumb_copy_16bit_ldr_literal): Likewise.
25 (thumb_copy_pop_pc_16bit): Likewise.
26 (decode_thumb_32bit_ld_mem_hints): Likewise.
27 (arm_show_force_mode): Likewise.
28 (_initialize_arm_tdep): Likewise.
29 (arm_record_strx): Likewise.
30 (arm_record_extension_space): Likewise.
31 (arm_record_data_proc_misc_ld_str): Likewise.
32 (arm_record_exreg_ld_st_insn): Likewise.
33 (arm_record_vfp_data_proc_insn): Likewise.
34 (arm_record_coproc_data_proc): Likewise.
35 (thumb_record_misc): Likewise.
36 (thumb_record_ldm_stm_swi): Likewise.
37 (thumb2_record_ld_st_dual_ex_tbb): Likewise.
38 (thumb2_record_ld_mem_hints): Likewise.
39 (thumb2_record_lmul_lmla_div): Likewise.
40 (thumb2_record_asimd_struct_ld_st): Likewise.
41 (arm_process_record): Likewise.
42
43 2016-02-11 Simon Marchi <simon.marchi@ericsson.com>
44
45 * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
46 (ARM displaced stepping support): Remove reference to
47 arm_displaced_step_copy_insn in comment.
48 * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
49 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
50 reference to arm_displaced_step_copy_insn in comment.
51
52 2016-02-11 Simon Marchi <simon.marchi@ericsson.com>
53
54 * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
55 (thumb_copy_b): Likewise.
56 (arm_decode_b_bl_ldmstm): Likewise.
57 (thumb_copy_16bit_ldr_literal): Likewise.
58 (thumb_copy_pop_pc_16bit): Likewise.
59
60 2016-02-11 Antoine Tremblay <antoine.tremblay@ericsson.com>
61
62 * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
63 than loc->gdbarch.
64
65 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
66
67 * tracefile-tfile.c (trace_tdesc): New static variable.
68 (tfile_open): Clear trace_tdesc, call target_find_description.
69 (tfile_interp_line): Recognize tdesc lines.
70 (tfile_close): Clear trace_tdesc.
71 (tfile_xfer_partial_features): New function.
72 (tfile_xfer_partial): Call tfile_xfer_partial_features.
73 (tfile_append_tdesc_line): New function.
74
75 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
76
77 * ctf.c (ctf_write_tdesc): New function.
78 (ctf_write_ops): Wire in ctf_write_tdesc.
79 * tracefile-tfile.c (tfile_write_tdesc): New function.
80 (tfile_write_ops): Wire in tfile_write_tdesc.
81 * tracefile.c (trace_save): Call write_tdesc method.
82 * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
83 * xml-tdesc.c (target_fetch_description_xml): New function.
84 * xml-tdesc.h: Add target_fetch_description_xml prototype.
85
86 2016-02-10 Simon Marchi <simon.marchi@ericsson.com>
87
88 * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
89 (arm_decode_dp_misc): Likewise.
90
91 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
92
93 * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
94 (amd64_init_abi): Fill ax_pseudo_register_collect hook.
95 * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
96 misleading comment.
97 (i386_pseudo_register_write): Ditto.
98 (i386_ax_pseudo_register_collect): New function.
99 (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
100 * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
101
102 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
103
104 * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
105 instead of gdb order.
106
107 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
108
109 * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
110 check.
111
112 2016-02-10 Joel Brobecker <brobecker@adacore.com>
113
114 * NEWS: Create a new section for the next release branch.
115 Rename the section of the current branch, now that it has
116 been cut.
117
118 2016-02-10 Joel Brobecker <brobecker@adacore.com>
119
120 GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
121 * version.in: Bump version to 7.11.50.DATE-git.
122
123 2016-02-09 Keith Seitz <keiths@redhat.com>
124
125 PR breakpoints/19546
126 * breakpoint.c (breakpoint_event_location_empty_p): New function.
127 (update_breakpoints_after_exec, bkpt_re_set): Use this new function
128 instead of event_location_empty_p.
129
130 2016-02-09 Keith Seitz <keiths@redhat.com>
131
132 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
133 string_to_event_location_basic instead of string_to_event_location.
134
135 2016-02-09 Keith Seitz <keiths@redhat.com>
136
137 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
138 leading whitespace and use string_to_event_location_basic instead
139 of new_linespec_location.
140
141 2016-02-09 Keith Seitz <keiths@redhat.com>
142
143 PR python/19506
144 * python/py-breakpoint.c (bppy_init): Use
145 string_to_event_location_basic instead of new_linespec_location.
146
147 2016-02-09 Keith Seitz <keiths@redhat.com>
148
149 * location.c (string_to_explicit_location): Note that "-p" is
150 reserved for probe locations and return NULL for any input
151 that starts with that.
152 (string_to_event_location): Move "legacy" linespec code to ...
153 (string_to_event_location_basic): ... here.
154 * location.h (string_to_event_location): Update comment.
155 (string_to_event_location_basic): New function.
156
157 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
158
159 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
160 to AC_OUTPUT. Remove "exit 0" at the end.
161 * configure: Regenerate.
162
163 2016-02-09 Pedro Alves <palves@redhat.com>
164
165 PR breakpoints/19548
166 * breakpoint.c (create_overlay_event_breakpoint): Don't update
167 global location list here.
168 (create_longjmp_master_breakpoint)
169 (create_std_terminate_master_breakpoint)
170 (create_exception_master_breakpoint, create_jit_event_breakpoint)
171 (update_breakpoint_locations):
172 (breakpoint_re_set): Update global location list after all
173 breakpoints are re-set.
174
175 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
176
177 * remote.c (remote_register_number_and_offset): Remove unused
178 variable(s).
179 (remote_thread_always_alive): Likewise.
180 (remote_update_thread_list): Likewise.
181 (process_initial_stop_replies): Likewise.
182 (remote_start_remote): Likewise.
183 (remote_check_symbols): Likewise.
184 (discard_pending_stop_replies): Likewise.
185 (process_stop_reply): Likewise.
186 (putpkt_binary): Likewise.
187 (getpkt): Likewise.
188 (remote_add_target_side_condition): Likewise.
189 (remote_insert_breakpoint): Likewise.
190 (remote_supports_stopped_by_sw_breakpoint): Likewise.
191 (remote_supports_stopped_by_hw_breakpoint): Likewise.
192 (remote_xfer_partial): Likewise.
193 (remote_read_btrace): Likewise.
194 (remote_async_serial_handler): Likewise.
195 (remote_thread_events): Likewise.
196 (_initialize_remote): Likewise.
197
198 2016-02-07 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * varobj.h (varobj_delete): Remove dellist parameter, update and
201 move documentation here.
202 * varobj.c (struct cpstack, cppush, cppop): Remove.
203 (delete_variable): Remove resultp (first) parameter.
204 (delete_variable_1): Likewise.
205 (varobj_delete): Remove dellist parameter and unused code.
206 (update_dynamic_varobj_children): Adjust varobj_delete call.
207 (update_type_if_necessary): Likewise.
208 (varobj_set_visualizer): Likewise.
209 (varobj_update): Likewise.
210 (value_of_root): Likewise.
211 (varobj_invalidate_iter): Likewise.
212 * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
213
214 2016-02-04 Yao Qi <yao.qi@linaro.org>
215
216 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
217 0 before handling 'F' and set it back afterwards.
218
219 2016-02-02 Simon Marchi <simon.marchi@ericsson.com>
220
221 * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
222
223 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
224
225 * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
226 New types.
227 (compat_siginfo): New bound fields added.
228 (compat_x32_siginfo): New field added.
229 (cpt_si_addr_lsb): New define.
230 (compat_siginfo_from_siginfo): Use nat_siginfo.
231 (siginfo_from_compat_siginfo): Use nat_siginfo.
232 (compat_x32_siginfo_from_siginfo): Likewise.
233 (siginfo_from_compat_x32_siginfo): Likewise.
234
235 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
236
237 * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
238 structure to the siginfo if extra_fields contains
239 LINUX_SIGINFO_FIELD_ADDR_BND.
240
241 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
242
243 * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
244 * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
245 * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
246 function.
247 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
248 x86_linux_get_siginfo_type for the amd64 abi.
249 * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
250 function.
251 (i386_linux_init_abi): Add new function at the i386 ABI
252 initialization.
253
254 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
255
256 * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
257 (linux_siginfo_extra_fields): New enum type.
258 * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
259 (linux_get_siginfo_type): Use new function.
260
261 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
262
263 * nat/amd64-linux-siginfo.c: New file.
264 * nat/amd64-linux-siginfo.h: New file.
265 * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
266 (amd64-linux-siginfo.o): New rule.
267 * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
268 * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
269 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
270 (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
271 (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
272 (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
273 (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
274 (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
275
276 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * value.c (max_value_size): New variable.
279 (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
280 (set_max_value_size): New function.
281 (show_max_value_size): New function.
282 (check_type_length_before_alloc): New function.
283 (allocate_value_contents): Call check_type_length_before_alloc.
284 (set_value_enclosing_type): Likewise.
285 (_initialize_values): Add set/show handler for max-value-size.
286 * NEWS: Mention new set/show command.
287
288 2016-01-31 Simon Marchi <simon.marchi@polymtl.ca>
289
290 * varobj.h (struct varobj): Fix typos in comments.
291 (struct lang_varobj_ops): Likewise.
292 * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
293 (varobj_create): Move misplaced comment.
294
295 2016-01-29 Simon Marchi <simon.marchi@ericsson.com>
296
297 * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
298 to for include additional lines.
299 * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
300
301 2016-01-28 Simon Marchi <simon.marchi@ericsson.com>
302
303 * gnulib/import/Makefile.am: Regenerate.
304 * gnulib/import/Makefile.in: Regenerate.
305 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
306 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
307
308 2016-01-28 Simon Marchi <simon.marchi@ericsson.com>
309
310 * remote.c (skip_to_semicolon): Remove.
311 (remote_parse_stop_reply): Use strchrnul instead of
312 skip_to_semicolon.
313 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
314 strchrnul.
315 * gnulib/aclocal.m4: Regenerate.
316 * gnulib/config.in: Regenerate.
317 * gnulib/configure: Regenerate.
318 * gnulib/import/Makefile.am: Regenerate.
319 * gnulib/import/Makefile.in: Regenerate.
320 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
321 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
322 * gnulib/import/m4/rawmemchr.m4: New file.
323 * gnulib/import/m4/strchrnul.m4: New file.
324 * gnulib/import/rawmemchr.c: New file.
325 * gnulib/import/rawmemchr.valgrind: New file.
326 * gnulib/import/strchrnul.c: New file.
327 * gnulib/import/strchrnul.valgrind: New file.
328
329 2016-01-28 Yao Qi <yao.qi@linaro.org>
330
331 * breakpoint.c (build_target_command_list): Don't call continue
332 if aexpr is NULL.
333 (build_target_condition_list): Likewise.
334
335 2016-01-27 Kevin Buettner <kevinb@redhat.com>
336
337 * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
338 bytes as aggregates.
339
340 2016-01-27 Joel Brobecker <brobecker@adacore.com>
341
342 * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
343 Linespec Maintainers.
344
345 2016-01-26 Simon Marchi <simon.marchi@ericsson.com>
346
347 * common/common-utils.c (skip_spaces): Fix comment.
348 (skip_to_space_const): Likewise.
349
350 2016-01-25 Yao Qi <yao.qi@linaro.org>
351
352 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
353 Remove argument pc. Get pc by regcache_read_pc. Callers updated.
354 (arm_deal_with_atomic_sequence_raw): Likewise.
355 (thumb_get_next_pcs_raw): Likewise.
356 (arm_get_next_pcs_raw): Likewise.
357 (arm_get_next_pcs): Remove argument pc. Callers updated.
358 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
359
360 2016-01-25 Mark Wielaard <mjw@redhat.com>
361
362 * ada-lang.c (ada_evaluate_subexp): Add proper else block.
363 * c-typeprint.c (c_type_print_base): Fix misleading indentation of
364 if statement.
365 * inflow.c (child_terminal_ours_1): Fix misleading indentation of
366 statement block by introducing an else.
367 * linux-record.c (record_linux_sockaddr): Fix misleading indentation
368 of return statements.
369 (record_linux_msghdr): Likewise.
370
371 2016-01-25 Pedro Alves <palves@redhat.com>
372
373 PR threads/19461
374 * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
375 parent/child running states.
376
377 2016-01-25 Pedro Alves <palves@redhat.com>
378
379 PR gdb/19494
380 * linux-nat.c (kill_one_lwp): New, factored out from ...
381 (kill_callback): ... this.
382 (kill_wait_callback): New, factored out from ...
383 (kill_wait_one_lwp): ... this.
384 (kill_unfollowed_fork_children): New function.
385 (linux_nat_kill): Use it.
386
387 2016-01-22 John Baldwin <jhb@FreeBSD.org>
388
389 * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
390
391 2016-01-22 Yao Qi <yao.qi@linaro.org>
392
393 * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
394 instead of warning.
395 (store_fpregs, fetch_regs, store_regs): Likewise.
396 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
397 (fetch_vfp_regs, store_vfp_regs): Likewise.
398
399 2016-01-21 Doug Evans <dje@google.com>
400
401 * breakpoint.c (init_breakpoint_sal): Add comment.
402
403 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
404
405 * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
406
407 2016-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * disasm.c (maybe_add_dis_line_entry): Rename to...
410 (add_dis_line_entry): ...this, and update header comment.
411 (do_mixed_source_and_assembly): Now use add_dis_line_entry.
412
413 2016-01-21 Pedro Alves <palves@redhat.com>
414
415 * Makefile.in (COMPILER_CFLAGS): New.
416 (CXXFLAGS): Get it from configure.
417 (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
418 instead of CFLAGS.
419 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
420 COMPILER_CFLAGS.
421 * configure: Regenerate.
422
423 2016-01-21 Joel Brobecker <brobecker@adacore.com>
424
425 * location.h (new_address_location): Add new parameters
426 "addr_string" and "addr_string_len".
427 (get_address_string_location): Add declaration.
428 * location.c (new_address_location): Add new parameters
429 "addr_string" and "addr_string_len". If not NULL, store
430 a copy of the addr_string in the new location as well.
431 (get_address_string_location): New function.
432 (string_to_event_location): Update call to new_address_location.
433 * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
434 Save the event location in the parser's state before
435 passing it to convert_address_location_to_sals.
436 * breakpoint.c (create_thread_event_breakpoint): Update call
437 to new_address_location.
438 (init_breakpoint_sal): Get the event location's string, if any,
439 and use it to update call to new_address_location.
440 * python/py-finishbreakpoint.c (bpfinishpy_init):
441 Update call to new_address_location.
442 * spu-tdep.c (spu_catch_start): Likewise.
443
444 * config/djgpp/fnchange.lst: Add entries for
445 gdb/testsuite/gdb.base/break-fun-addr1.c and
446 gdb/testsuite/gdb.base/break-fun-addr2.c.
447
448 2016-01-21 Yao Qi <yao.qi@linaro.org>
449
450 * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
451 is_thumb and set it according to CPSR saved on the stack.
452 (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
453 arm_linux_sigreturn_next_pc.
454
455 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
458 Fix enumerators sort key function.
459
460 2016-01-20 Joel Brobecker <brobecker@adacore.com>
461
462 * printcmd.c (print_scalar_formatted): Move binary operator from
463 end of line to beginning of next line. Adjust formatting
464 accordingly.
465
466 2016-01-19 John Baldwin <jhb@FreeBSD.org>
467
468 * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
469 "len" with sysctl.
470
471 2016-01-19 John Baldwin <jhb@FreeBSD.org>
472
473 * fbsd-tdep.c (find_stop_signal): Remove.
474 (struct fbsd_collect_regset_section_cb) <lwp>: New field.
475 <stop_signal>: New field.
476 <abort_iteration>: New field.
477 (fbsd_collect_regset_section_cb): Use new fields.
478 (fbsd_collect_thread_registers): New function.
479 (struct fbsd_corefile_thread_data): New structure.
480 (fbsd_corefile_thread): New function.
481 (fbsd_make_corefile_notes): Use new function to dump notes for each
482 non-exited thread in a process.
483
484 2016-01-19 John Baldwin <jhb@FreeBSD.org>
485
486 * configure.ac: Check for support for LWP names on FreeBSD.
487 * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
488 [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
489 (fbsd_fetch_kinfo_proc): Move function earlier.
490 [PT_LWPINFO] (fbsd_thread_alive): New function.
491 [PT_LWPINFO] (fbsd_pid_to_str): New function.
492 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
493 [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
494 [PT_LWPINFO] (fbsd_add_threads): New function.
495 [PT_LWPINFO] (fbsd_update_thread_list): New function.
496 [PT_LWPINFO] New variable super_resume.
497 [PT_LWPINFO] (resume_one_thread_cb): New function.
498 [PT_LWPINFO] (resume_all_threads_cb): New function.
499 [PT_LWPINFO] (fbsd_resume): New function.
500 (fbsd_remember_child): Save full ptid instead of plain pid.
501 (fbsd_is_child_pending): Return ptid of saved child process.
502 (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
503 first stop.
504 [PT_LWP_EVENTS] Handle LWP events.
505 [TDP_RFPPWAIT] Include LWP in child ptid.
506 (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
507 (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
508 Add threads for existing processes.
509 (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
510 "fbsd_thread_alive".
511 Set "to_pid_to_str" to "fbsd_pid_to_str".
512 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
513 "fbsd_thread_name".
514 [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
515 Set "to_has_thread_control" to "tc_schedlock".
516 Set "to_resume" to "fbsd_resume".
517 (_initialize_fbsd_nat): New function.
518 * configure: Regenerate.
519 * config.in: Regenerate.
520
521 2016-01-19 John Baldwin <jhb@FreeBSD.org>
522
523 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
524 get_ptrace_pid.
525 (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
526 (amd64bsd_dr_get): Use get_ptrace_pid.
527 (amd64bsd_dr_set): Use get_ptrace_pid.
528 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
529 (i386bsd_store_inferior_registers): Use get_ptrace_pid.
530 (i386bsd_dr_get): Use get_ptrace_pid.
531 (i386bsd_dr_set): Use get_ptrace_pid.
532 * inf-ptrace.c (get_ptrace_pid): Export.
533 * inf-ptrace.h (get_ptrace_pid): Declare.
534 * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
535 (ppcfbsd_store_inferior_registers): Use lwp id.
536
537 2016-01-19 John Baldwin <jhb@FreeBSD.org>
538
539 * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
540 (fbsd_core_thread_name): New function.
541 (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
542 Add "core_thread_name" gdbarch method.
543
544 2016-01-19 John Baldwin <jhb@FreeBSD.org>
545
546 * corelow.c (core_thread_name): New function.
547 (init_core_ops): Use "core_thread_name" for the "to_thread_name"
548 target op.
549 * gdbarch.sh (core_thread_name): New gdbarch callback.
550 * gdbarch.h: Re-generate.
551 * gdbarch.c: Re-generate.
552
553 2016-01-19 Simon Marchi <simon.marchi@polymtl.ca>
554
555 * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
556 convert gdb.Value to integer type using int().
557
558 2016-01-19 John Baldwin <jhb@FreeBSD.org>
559
560 * configure.ac: Include <sys/types.h when checking for "r_fs" in
561 "struct reg".
562 * configure: Regenerate.
563
564 2016-01-19 Pedro Alves <palves@redhat.com>
565
566 * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
567 * break-catch-throw.c (re_set_exception_catchpoint): Pass the
568 current program space down to linespec decoding and breakpoint
569 location updating.
570 * breakpoint.c (parse_breakpoint_sals): Adjust calls to
571 decode_line_full.
572 (until_break_command): Adjust calls to decode_line_1.
573 (base_breakpoint_decode_location, bkpt_decode_location): Add
574 'search_pspace' parameter. Pass it along.
575 (bkpt_probe_create_sals_from_location): Adjust calls to
576 parse_probes.
577 (tracepoint_decode_location, tracepoint_probe_decode_location)
578 (strace_marker_decode_location): Add 'search_pspace' parameter.
579 Pass it along.
580 (all_locations_are_pending): Rewrite to take a breakpoint and
581 program space as arguments instead.
582 (hoist_existing_locations): New function.
583 (update_breakpoint_locations): Add 'filter_pspace' parameter. Use
584 hoist_existing_locations instead of always removing all locations,
585 and adjust to all_locations_are_pending change.
586 (location_to_sals): Add 'search_pspace' parameter. Pass it along.
587 Don't disable the breakpoint if there are other locations in
588 another program space.
589 (breakpoint_re_set_default): Adjust to pass down the current
590 program space as filter program space.
591 (decode_location_default): Add 'search_pspace' parameter and pass
592 it along.
593 (prepare_re_set_context): Don't switch program space here.
594 (breakpoint_re_set): Use save_current_space_and_thread instead of
595 save_current_program_space.
596 * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
597 'search_pspace' parameter.
598 (update_breakpoint_locations): Add 'filter_pspace' parameter.
599 * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
600 decode_line_1.
601 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
602 program space as filter program space.
603 * linespec.c (struct linespec_state) <search_pspace>: New field.
604 (create_sals_line_offset, convert_explicit_location_to_sals)
605 (parse_linespec): Pass the search program space down.
606 (linespec_state_constructor): Add 'search_pspace' parameter.
607 Store it.
608 (linespec_parser_new): Add 'search_pspace' parameter and pass it
609 along.
610 (linespec_lex_to_end): Adjust.
611 (decode_line_full, decode_line_1): Add 'search_pspace' parameter
612 and pass it along.
613 (decode_line_with_last_displayed): Adjust.
614 (collect_symtabs_from_filename, symtabs_from_filename): New
615 'search_pspace' parameter. Use it.
616 (find_function_symbols): Pass the search program space down.
617 * linespec.h (decode_line_1, decode_line_full): Add
618 'search_pspace' parameter.
619 * probe.c (parse_probes_in_pspace): New function, factored out
620 from ...
621 (parse_probes): ... this. Add 'search_pspace' parameter and use
622 it.
623 * probe.h (parse_probes): Add pspace' parameter.
624 * python/python.c (gdbpy_decode_line): Adjust.
625 * tracepoint.c (scope_info): Adjust.
626
627 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
628
629 * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
630 instruction support.
631 (micromips_next_pc): Likewise.
632 (micromips_scan_prologue): Likewise.
633 (micromips_deal_with_atomic_sequence): Likewise.
634 (micromips_stack_frame_destroyed_p): Likewise.
635 (mips_breakpoint_from_pc): Likewise.
636
637 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
638
639 * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
640 unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
641
642 2016-01-18 Pedro Alves <palves@redhat.com>
643
644 * NEWS: Mention that GDB now displays the ID and name of the
645 thread that hit a breakpoint or received a signal.
646 * break-catch-sig.c (signal_catchpoint_print_it): Use
647 maybe_print_thread_hit_breakpoint.
648 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
649 * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
650 * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
651 (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
652 (print_it_catch_exec, print_it_ranged_breakpoint)
653 (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
654 Use maybe_print_thread_hit_breakpoint.
655 * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
656 * gdbthread.h (show_thread_that_caused_stop): Declare.
657 * infrun.c (print_signal_received_reason): Print which thread
658 received signal.
659 * thread.c (show_thread_that_caused_stop): New function.
660
661 2016-01-18 Gary Benson <gbenson@redhat.com>
662
663 * nat/linux-namespaces.c (do_fork): New function.
664 (linux_mntns_get_helper): Use the above.
665
666 2016-01-17 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> (tiny change)
667
668 Pushed by Joel Brobecker <brobecker@adacore.com>.
669 PR gdb/19208
670 * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
671 if the function has no name.
672
673 2016-01-15 Sandra Loosemore <sandra@codesourcery.com>
674
675 * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
676 Conditionalize for Windows host.
677 (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
678 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
679 (phony_iconv_open): Handle both UTF-32 endiannesses.
680 (phony_iconv): Likewise. Check for output overflow and clean up
681 out-of-input cases. Correct adjustment to input buffer pointer.
682 (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
683 phony_iconv_open.
684
685 2016-01-15 Pedro Alves <palves@redhat.com>
686
687 * NEWS: Mention star wildcard ranges.
688 * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
689 (number_range_setup_range): New function.
690 * cli/cli-utils.h (number_range_setup_range): New declaration.
691 * thread.c (thread_apply_command): Support star TID ranges.
692 * tid-parse.c (tid_range_parser_finished)
693 (tid_range_parser_string, tid_range_parser_skip)
694 (get_tid_or_range, get_tid_or_range): Handle
695 TID_RANGE_STATE_STAR_RANGE.
696 (tid_range_parser_star_range): New function.
697 * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
698 New value.
699 (tid_range_parser_star_range): New declaration.
700
701 2016-01-15 Pedro Alves <palves@redhat.com>
702
703 * thread.c (thread_apply_command): Use the tid range parser to
704 advance past the thread ID list.
705 * tid-parse.c (get_positive_number_trailer): New function.
706 (parse_thread_id): Use it.
707 (get_tid_or_range): Use it. Return 0 instead of throwing invalid
708 thread ID error.
709 (get_tid_or_range): Detect negative values. Return 0 instead of
710 throwing invalid thread ID error.
711
712 2016-01-14 Yao Qi <yao.qi@linaro.org>
713
714 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
715 Declare.
716 (arm_linux_get_next_pcs_ops): Install
717 arm_linux_get_next_pcs_syscall_next_pc.
718 (arm_linux_syscall_next_pc): Change to ...
719 (arm_linux_get_next_pcs_syscall_next_pc): ... it.
720 (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
721 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
722 (arm_get_next_pcs_syscall_next_pc): Make it static. Don't
723 call tdep->syscall_next_pc.
724 * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
725 (arm_get_next_pcs_syscall_next_pc): Remove.
726
727 2016-01-14 Yao Qi <yao.qi@linaro.org>
728
729 * remote.c (remote_set_syscall_catchpoint): Cast to char *.
730 * thread.c (do_captured_thread_select): Cast to const char *.
731
732 2016-01-14 Yao Qi <yao.qi@linaro.org>
733
734 * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
735 argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
736 (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
737 instead.
738 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
739 <arm_thumb2_breakpoint>: Remove.
740 <has_thumb2_breakpoint>: New field.
741 (arm_get_next_pcs_ctor): Update declaration.
742 * arm-linux-tdep.c (arm_linux_software_single_step): Pass
743 1 to arm_get_next_pcs_ctor.
744 * arm-tdep.c (arm_software_single_step): Pass 0 to
745 arm_get_next_pcs_ctor.
746
747 2016-01-13 Ulrich Weigand <uweigand@de.ibm.com>
748
749 * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
750
751 2016-01-13 Yao Qi <yao.qi@linaro.org>
752
753 * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
754 byte_order_for_code to read instruction.
755
756 2016-01-13 Pedro Alves <palves@redhat.com>
757
758 * NEWS: Mention $_gthread.
759 * gdbthread.h (struct thread_info) <global_num>: Mention
760 $_gthread.
761 * thread.c (thread_num_make_value_helper): New function.
762 (thread_id_make_value): Delete.
763 (thread_id_per_inf_num_make_value, global_thread_id_make_value):
764 New.
765 (thread_funcs): Adjust.
766 (gthread_funcs): New.
767 (_initialize_thread): Register $_gthread variable.
768
769 2016-01-13 Pedro Alves <palves@redhat.com>
770
771 * NEWS: Mention "info threads -gid".
772 * gdbthread.h (struct thread_info) <global_num>: Mention "info
773 threads -gid".
774 * thread.c (info_threads_command): Handle "-gid".
775 (_initialize_thread): Adjust "info threads" help string to mention
776 -gid.
777
778 2016-01-13 Pedro Alves <palves@redhat.com>
779
780 * NEWS: Mention InferiorThread.global_num.
781 * python/py-infthread.c (thpy_get_global_num): New function.
782 (thread_object_getset): Register "global_num".
783
784 2016-01-13 Pedro Alves <palves@redhat.com>
785
786 * NEWS: Mention that thread IDs are now per inferior and global
787 thread IDs.
788 * Makefile.in (SFILES): Add tid-parse.c.
789 (COMMON_OBS): Add tid-parse.o.
790 (HFILES_NO_SRCDIR): Add tid-parse.h.
791 * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
792 * breakpoint.c (insert_breakpoint_locations)
793 (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
794 (print_one_breakpoint_location, set_longjmp_breakpoint)
795 (check_longjmp_breakpoint_for_call_dummy)
796 (set_momentary_breakpoint): Adjust to use global IDs.
797 (find_condition_and_thread, watch_command_1): Use parse_thread_id.
798 (until_break_command, longjmp_bkpt_dtor)
799 (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
800 to use global IDs.
801 * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
802 ptid_to_global_thread_id.
803 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
804 * gdbthread.h (struct thread_info): Rename field 'num' to
805 'global_num. Add new fields 'per_inf_num' and 'inf'.
806 (thread_id_to_pid): Rename thread_id_to_pid to
807 global_thread_id_to_ptid.
808 (pid_to_thread_id): Rename to ...
809 (ptid_to_global_thread_id): ... this.
810 (valid_thread_id): Rename to ...
811 (valid_global_thread_id): ... this.
812 (find_thread_id): Rename to ...
813 (find_thread_global_id): ... this.
814 (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
815 (print_thread_info): Add comment.
816 * tid-parse.h: New file.
817 * tid-parse.c: New file.
818 * infcmd.c (step_command_fsm_prepare)
819 (step_command_fsm_should_stop): Adjust to use the global thread
820 ID.
821 (until_next_command, until_next_command)
822 (finish_command_fsm_should_stop): Adjust to use the global thread
823 ID.
824 (attach_post_wait): Adjust to check the inferior number too.
825 * inferior.h (struct inferior) <highest_thread_num>: New field.
826 * infrun.c (handle_signal_stop)
827 (insert_exception_resume_breakpoint)
828 (insert_exception_resume_from_probe): Adjust to use the global
829 thread ID.
830 * record-btrace.c (record_btrace_open): Use global thread IDs.
831 * remote.c (process_initial_stop_replies): Also consider the
832 inferior number.
833 * target.c (target_pre_inferior): Clear the inferior's highest
834 thread num.
835 * thread.c (clear_thread_inferior_resources): Adjust to use the
836 global thread ID.
837 (new_thread): New inferior parameter. Adjust to use it. Set both
838 the thread's global ID and the thread's per-inferior ID.
839 (add_thread_silent): Adjust.
840 (find_thread_global_id): New.
841 (find_thread_id): Make static. Adjust to rename.
842 (valid_thread_id): Rename to ...
843 (valid_global_thread_id): ... this.
844 (pid_to_thread_id): Rename to ...
845 (ptid_to_global_thread_id): ... this.
846 (thread_id_to_pid): Rename to ...
847 (global_thread_id_to_ptid): ... this. Adjust.
848 (first_thread_of_process): Adjust.
849 (do_captured_list_thread_ids): Adjust to use global thread IDs.
850 (should_print_thread): New function.
851 (print_thread_info): Rename to ...
852 (print_thread_info_1): ... this, and add new show_global_ids
853 parameter. Handle it. Iterate over inferiors.
854 (print_thread_info): Reimplement as wrapper around
855 print_thread_info_1.
856 (show_inferior_qualified_tids): New function.
857 (print_thread_id): Use it.
858 (tp_array_compar): Compare inferior numbers too.
859 (thread_apply_command): Use tid_range_parser.
860 (do_captured_thread_select): Use parse_thread_id.
861 (thread_id_make_value): Adjust.
862 (_initialize_thread): Adjust "info threads" help string.
863 * varobj.c (struct varobj_root): Update comment.
864 (varobj_create): Adjust to use global thread IDs.
865 (value_of_root_1): Adjust to use global_thread_id_to_ptid.
866 * windows-tdep.c (display_tib): No longer accept an argument.
867 * cli/cli-utils.c (get_number_trailer): Make extern.
868 * cli/cli-utils.h (get_number_trailer): Declare.
869 (get_number_const): Adjust documentation.
870 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
871 thread IDs.
872 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
873 (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
874 * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
875 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
876 Likewise.
877 * python/py-breakpoint.c (bppy_set_thread): Likewise.
878 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
879 * python/py-infthread.c (thpy_get_num): Add comment and return the
880 per-inferior thread ID.
881 (thread_object_getset): Update comment of "num".
882
883 2016-01-13 Pedro Alves <palves@redhat.com>
884
885 * breakpoint.c (remove_threaded_breakpoints)
886 (print_one_breakpoint_location): Use print_thread_id.
887 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
888 (btrace_fetch, btrace_clear): Use print_thread_id.
889 * common/print-utils.c (CELLSIZE): Delete.
890 (get_cell): Rename to ...
891 (get_print_cell): ... this and made extern. Adjust call callers.
892 Adjust to use PRINT_CELL_SIZE.
893 * common/print-utils.h (get_print_cell): Declare.
894 (PRINT_CELL_SIZE): New.
895 * gdbthread.h (print_thread_id): Declare.
896 * infcmd.c (signal_command): Use print_thread_id.
897 * inferior.c (print_inferior): Use print_thread_id.
898 * infrun.c (handle_signal_stop)
899 (insert_exception_resume_breakpoint)
900 (insert_exception_resume_from_probe)
901 (print_signal_received_reason): Use print_thread_id.
902 * record-btrace.c (record_btrace_info)
903 (record_btrace_resume_thread, record_btrace_cancel_resume)
904 (record_btrace_step_thread, record_btrace_wait): Use
905 print_thread_id.
906 * thread.c (thread_apply_all_command): Use print_thread_id.
907 (print_thread_id): New function.
908 (thread_apply_command): Use print_thread_id.
909 (thread_command, thread_find_command, do_captured_thread_select):
910 Use print_thread_id.
911
912 2016-01-13 Pedro Alves <palves@redhat.com>
913
914 * NEWS: Mention InferiorThread.inferior.
915 * python/py-infthread.c (thpy_get_inferior): New.
916 (thread_object_getset): Register "inferior".
917
918 2016-01-13 Pedro Alves <palves@redhat.com>
919
920 * NEWS: Mention $_inferior.
921 * inferior.c (inferior_id_make_value): New.
922 (inferior_funcs): New.
923 (_initialize_inferior): Create $_inferior variable.
924
925 2016-01-13 Pedro Alves <palves@redhat.com>
926
927 PR breakpoints/19388
928 * frame.c (get_current_frame): Use validate_registers_access.
929 * gdbthread.h (validate_registers_access): Declare.
930 * infrun.c (validate_siginfo_access): Delete.
931 (siginfo_value_read, siginfo_value_write): Use
932 validate_registers_access.
933 * thread.c (validate_registers_access): New function.
934
935 2016-01-12 Josh Stone <jistone@redhat.com>
936 Philippe Waroquiers <philippe.waroquiers@skynet.be>
937
938 * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
939 syscall_entry and syscall_return stop reasons. Mention GDB
940 support for remote catch syscall.
941 * remote.c (PACKET_QCatchSyscalls): New enum.
942 (remote_set_syscall_catchpoint): New function.
943 (remote_protocol_features): New element for QCatchSyscalls.
944 (remote_parse_stop_reply): Parse syscall_entry/return stops.
945 (init_remote_ops): Install remote_set_syscall_catchpoint.
946 (_initialize_remote): Config QCatchSyscalls.
947 * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
948
949 2016-01-12 Yao Qi <yao.qi@linaro.org>
950
951 * nat/linux-ptrace.c (linux_child_function): Cast child_stack
952 to gdb_byte * and pass to linux_fork_to_function.
953
954 2016-01-12 Yao Qi <yao.qi@linaro.org>
955
956 * nat/linux-ptrace.c (linux_fork_to_function): Change type
957 of argument 'function'.
958 (linux_grandchild_function): Change return type to 'int'.
959 Change child_stack's type to 'void *'.
960 (linux_child_function): Likewise.
961
962 2016-01-12 Pedro Alves <palves@redhat.com>
963
964 Remove use of the registered trademark symbol throughout.
965
966 2016-01-12 Thomas Schwinge <thomas@codesourcery.com>
967
968 * reply_mig_hack.awk: Rewrite one regular expression.
969
970 2016-01-11 Mike Frysinger <vapier@gentoo.org>
971
972 * acinclude.m4: Include new warning.m4 file.
973 * configure: Regenerated.
974 * configure.ac: Move all warning logic ...
975 * warning.m4: ... here.
976
977 2016-01-08 Yao Qi <yao.qi@linaro.org>
978
979 * extension.c: Include target.h.
980 (set_active_ext_lang): Only call install_gdb_sigint_handler,
981 check_quit_flag, and set_quit_flag if target_terminal_is_ours
982 returns false.
983 (restore_active_ext_lang): Likewise.
984 * target.c (target_terminal_is_ours): New function.
985 * target.h (target_terminal_is_ours): Declare.
986
987 2016-01-07 Maciej W. Rozycki <macro@imgtec.com>
988
989 * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
990 to `err' in the little-endian leg.
991
992 2016-01-06 Yao Qi <yao.qi@linaro.org>
993
994 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
995 lines below.
996 (thumb_get_next_pcs_raw): Make it static.
997 (arm_get_next_pcs_raw): Likewise.
998 * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
999 declaration.
1000 (arm_get_next_pcs_raw): Likewise.
1001
1002 2016-01-05 Mike Frysinger <vapier@gentoo.org>
1003
1004 * version.in: Change cvs to git.
1005
1006 2016-01-05 Mike Frysinger <vapier@gentoo.org>
1007
1008 * configure.tgt (score-*-*): Delete gdb_sim assignment.
1009
1010 2016-01-05 Pedro Alves <palves@redhat.com>
1011
1012 PR sim/13418
1013 * configure.ac: Define WITH_PPC_SIM when linking in the sim and
1014 the target is powerpc*.
1015 * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
1016 of WITH_SIM.
1017 * configure: Regenerate.
1018 * config.in: Regenerate.
1019
1020 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1021
1022 * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
1023
1024 2016-01-02 Mike Frysinger <vapier@gentoo.org>
1025
1026 * configure.tgt (powerpc*-*-*): Delete test call and
1027 always assign gdb_sim.
1028
1029 2016-01-01 Joel Brobecker <brobecker@adacore.com>
1030
1031 Update year range in copyright notice of all files.
1032
1033 2016-01-01 Joel Brobecker <brobecker@adacore.com>
1034
1035 * top.c (print_gdb_version): Change copyright year in version
1036 message.
1037
1038 2016-01-01 Joel Brobecker <brobecker@adacore.com>
1039
1040 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
1041
1042 For older changes see ChangeLog-2015.
1043 \f
1044 Local Variables:
1045 mode: change-log
1046 left-margin: 8
1047 fill-column: 74
1048 version-control: never
1049 coding: utf-8
1050 End:
This page took 0.06037 seconds and 5 git commands to generate.