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