Commit | Line | Data |
---|---|---|
af70908d MM |
1 | 2015-11-04 Markus Metzger <markus.t.metzger@intel.com> |
2 | ||
3 | * disasm.c (dump_insns): Split into this and ... | |
4 | (gdb_pretty_print_insn): ... this. | |
5 | ||
1c215b97 SM |
6 | 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca> |
7 | ||
8 | * xtensa-linux-nat.c (supply_gregset_reg): Make static. | |
9 | (xtensa_linux_fetch_inferior_registers): Likewise. | |
10 | (xtensa_linux_store_inferior_registers): Likewise. | |
11 | ||
f844cf0e SM |
12 | 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca> |
13 | ||
14 | * arm-linux-nat.c (arm_linux_read_description): Add cast. | |
15 | ||
f4b0a671 SM |
16 | 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca> |
17 | ||
18 | * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change | |
19 | type of rw to enum target_hw_bp_type. | |
20 | (ppc_linux_remove_mask_watchpoint): Likewise. | |
21 | * target.c (target_insert_mask_watchpoint): Likewise. | |
22 | (target_remove_mask_watchpoint): Likewise. | |
23 | * target.h (target_insert_mask_watchpoint): Likewise. | |
24 | (target_remove_mask_watchpoint): Likewise. | |
25 | (struct target_ops) <to_insert_mask_watchpoint>: Likewise. | |
26 | (struct target_ops) <to_remove_mask_watchpoint>: Likewise. | |
27 | * target-delegates.c: Regenerate. | |
28 | ||
653090d3 SM |
29 | 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca> |
30 | ||
31 | * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts. | |
32 | (get_sim_inferior_data): Likewise. | |
33 | (sim_inferior_data_cleanup): Likewise. | |
34 | (gdbsim_close_inferior): Likewise. | |
35 | (gdbsim_resume_inferior): Likewise. | |
36 | (gdbsim_wait): Likewise. | |
37 | (simulator_command): Likewise. | |
38 | (sim_command_completer): Likewise. | |
39 | ||
b9559b8b MK |
40 | 2015-11-03 Marcin Kościelnicki <koriakin@0x04.net> |
41 | ||
42 | * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki. | |
43 | ||
d35ae833 PA |
44 | 2015-10-30 Pedro Alves <palves@redhat.com> |
45 | ||
46 | * breakpoint.c (breakpoint_in_range_p) | |
47 | (breakpoint_location_address_range_overlap): New functions. | |
48 | * breakpoint.h (breakpoint_in_range_p): New declaration. | |
49 | * infrun.c (displaced_step_prepare_throw): If there's a breakpoint | |
50 | in the scratch pad range, don't displaced step. | |
51 | ||
10268a4c MK |
52 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
53 | ||
54 | * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr, | |
55 | size_stack_t, size_size_t, size_iovec. | |
56 | ||
d9b19c49 MK |
57 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
58 | ||
59 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios. | |
60 | * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios. | |
61 | (amd64_x32_linux_init_abi): Fix size_termios. | |
62 | ||
c28ebe25 MK |
63 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
64 | ||
65 | * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN. | |
66 | ||
ff83a547 MK |
67 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
68 | ||
69 | * linux-record.c (record_linux_system_call): Fix old_select. | |
70 | ||
d2de23ad MK |
71 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
72 | ||
73 | * linux-record.c (record_linux_system_call): Fix newstatat. | |
74 | ||
cb658d21 MK |
75 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
76 | ||
77 | * linux-record.c (record_linux_system_call): Fix [gs]etgroups16. | |
78 | ||
b80d067f MK |
79 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
80 | ||
81 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t. | |
82 | * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t. | |
83 | (amd64_x32_linux_init_abi): Add size_time_t. | |
84 | * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t. | |
85 | * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t. | |
86 | * linux-record.c (record_linux_system_call): Add time, waitpid, pipe | |
87 | handling. | |
88 | * linux-record.h (struct linux_record_tdep): Add size_time_t. | |
89 | * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t. | |
90 | ||
933c5a62 MK |
91 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
92 | ||
93 | * linux-record.c (record_linux_msghdr): Fix msg_namelen handling. | |
94 | ||
72aded86 MK |
95 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
96 | ||
97 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove | |
98 | size_dirent{,64}, add size_old_dirent. | |
99 | * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64}, | |
100 | add size_old_dirent. | |
101 | (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add | |
102 | size_old_dirent. | |
103 | * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64}, | |
104 | add size_old_dirent. | |
105 | * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64}, | |
106 | add size_old_dirent. | |
107 | * linux-record.c (record_linux_system_call): Fix handling of readdir | |
108 | and getdents{,64}. | |
109 | * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64}, | |
110 | add size_old_dirent. | |
111 | * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove | |
112 | size_dirent{,64}, add size_old_dirent. | |
113 | ||
7571f7f2 MK |
114 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
115 | ||
116 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction, | |
117 | size_sigset_t, size_old_sigaction, size_old_sigset_t. | |
118 | * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction, | |
119 | size_sigset_t, size_old_sigaction, size_old_sigset_t. | |
120 | (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t, | |
121 | size_old_sigaction, size_old_sigset_t. | |
122 | * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction, | |
123 | size_old_sigaction, size_old_sigset_t. | |
124 | * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction, | |
125 | size_old_sigaction, size_old_sigset_t. | |
126 | * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction, | |
127 | size_sigset_t, size_old_sigaction, size_old_sigset_t. | |
128 | ||
d625f9a9 MK |
129 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
130 | ||
131 | * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id. | |
132 | * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id. | |
133 | ||
aefb52a6 MK |
134 | 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net> |
135 | ||
136 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo. | |
137 | * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo. | |
138 | (amd64_x32_linux_init_abi): Remove size_siginfo. | |
139 | * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo. | |
140 | * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo. | |
141 | * linux-record.c (record_linux_system_call): Change size_siginfo | |
142 | to size_siginfo_t. | |
143 | * linux-record.h (struct linux_record_tdep): Remove size_siginfo. | |
144 | * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo. | |
145 | ||
d2242e34 PA |
146 | 2015-10-29 Pedro Alves <palves@redhat.com> |
147 | ||
148 | * mdebugread.c (add_data_symbol): New function, factored out from | |
149 | ... | |
150 | (parse_symbol): ... here. Delete 'theclass' local. | |
151 | ||
cb0a2700 SM |
152 | 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
153 | ||
154 | * jit.c (jit_target_read_impl): Add cast. | |
155 | ||
15cf126c SM |
156 | 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
157 | ||
158 | * jit.c (jit_reader_load): Add cast. | |
159 | ||
b4069958 SM |
160 | 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
161 | ||
162 | * dwarf2read.c (partial_die_full_name): Add cast. | |
163 | ||
7535d5ed PA |
164 | 2015-10-29 Pedro Alves <palves@redhat.com> |
165 | ||
166 | * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T. | |
167 | ||
fa4c39cb PA |
168 | 2015-10-29 Pedro Alves <palves@redhat.com> |
169 | ||
170 | * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast. | |
171 | ||
e681cf3f EZ |
172 | 2015-10-29 Eli Zaretskii <eliz@gnu.org> |
173 | ||
174 | * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set | |
175 | in the environment. | |
176 | ||
ebf05345 PA |
177 | 2015-10-29 Pedro Alves <palves@redhat.com> |
178 | ||
179 | * gnu-v2-abi.c (gnuv2_is_destructor_name) | |
180 | (gnuv2_is_constructor_name): Add casts. | |
181 | ||
44a8b4df PA |
182 | 2015-10-29 Pedro Alves <palves@redhat.com> |
183 | ||
184 | * common/common-exceptions.c (exception_none): Add cast. | |
185 | ||
e3bdafe2 PA |
186 | 2015-10-29 Pedro Alves <palves@redhat.com> |
187 | ||
188 | * compile/compile-c-types.c (struct type_map_instance) | |
189 | <gcc_type>: Rename to gcc_type_handle. | |
190 | (insert_type, convert_type): Adjust. | |
191 | ||
9c6595ab PA |
192 | 2015-10-29 Pedro Alves <palves@redhat.com> |
193 | ||
194 | * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't | |
195 | assume that "break" breaks out of a TRY/CATCH. | |
196 | * python/py-framefilter.c (py_print_single_arg): Don't assume | |
197 | "continue" breaks out of a TRY/CATCH. | |
198 | * python/py-value.c (valpy_binop_throw): New function, factored | |
199 | out from ... | |
200 | (valpy_binop): ... this. | |
201 | (valpy_richcompare_throw): New function, factored | |
202 | out from ... | |
203 | (valpy_richcompare): ... this. | |
204 | * solib.c (solib_read_symbols): Don't assume "break" breaks out | |
205 | of a TRY/CATCH. | |
206 | * common/common-exceptions.h [USE_RAW_CXX_TRY] | |
207 | <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch. | |
208 | ||
93084fcd SD |
209 | 2015-10-28 Simon Dardis <Simon.Dardis@imgtec.com> |
210 | ||
211 | * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or' | |
212 | as move along with [d]addu. | |
213 | ||
43cdf5ae YQ |
214 | 2015-10-28 Yao Qi <yao.qi@linaro.org> |
215 | ||
216 | * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to | |
217 | aarch64_decode_insn. | |
218 | ||
b80c3053 PA |
219 | 2015-10-27 Pedro Alves <palves@redhat.com> |
220 | ||
221 | * common/print-utils.c (host_address_to_string): Rename to ... | |
222 | (host_address_to_string_1): ... this. | |
223 | * common/print-utils.h (host_address_to_string): Reimplement as | |
224 | wrapper around host_address_to_string_1. | |
225 | * utils.c (gdb_print_host_address): Rename to ... | |
226 | (gdb_print_host_address_1): ... this. | |
227 | * utils.h (gdb_print_host_address): Reimplement as wrapper macro | |
228 | around host_address_to_string_1. | |
229 | ||
d09f2c3f PA |
230 | 2015-10-27 Pedro Alves <palves@redhat.com> |
231 | ||
232 | * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to | |
233 | memory_error. Rename local 'status' to 'res'. | |
234 | * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to | |
235 | memory_error. | |
236 | * corefile.c (read_stack, read_code, write_memory): Always pass | |
237 | TARGET_XFER_E_IO to memory_error. | |
238 | * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to | |
239 | memory_error. Rename parameter 'status' to 'err'. | |
240 | (dump_insns): Rename local 'status' to 'err'. | |
241 | * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp' | |
242 | to 'errp'. Rename local 'status' to 'err'. Always pass | |
243 | TARGET_XFER_E_IO to memory_error. | |
244 | (mips_breakpoint_from_pc): Rename local 'status' to 'err'. | |
245 | * target.c (target_read_memory, target_read_raw_memory) | |
246 | (target_read_stack, target_read_code, target_write_memory) | |
247 | (target_write_raw_memory): Return -1 on error instead of | |
248 | TARGET_XFER_E_IO. | |
249 | * valprint.c (val_print_string): Rename local 'errcode' to 'err'. | |
250 | Always pass TARGET_XFER_E_IO to memory_error. Update comment. | |
251 | ||
c5192092 SM |
252 | 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca> |
253 | ||
254 | * guile/guile-internal.h (gdbscm_with_guile): Change return | |
255 | types to const char *. | |
256 | * guile/scm-safe-call.c (gdbscm_with_guile): Likewise. | |
257 | (struct c_data) <func>: Likewise. | |
258 | (struct c_data) <result>: Change type to const char *. | |
259 | (scscm_eval_scheme_string): Change return type to | |
260 | const char *. | |
261 | (scscm_source_scheme_script): Likewise. | |
262 | (gdbscm_safe_eval_string): Change type of result variable to | |
263 | const char * and remove cast. | |
264 | (gdbscm_safe_source_script): Likewise. | |
265 | * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): | |
266 | Change return type to const char *. | |
267 | (gdbscm_disasm_read_memory): Change type of status to | |
268 | const char *. | |
269 | ||
79b289e2 PA |
270 | 2015-10-27 Pedro Alves <palves@redhat.com> |
271 | ||
272 | * source.c (openp): New local 'last_errno'. Use it to | |
273 | save/restore errno. | |
274 | ||
709b5518 PA |
275 | 2015-10-27 Pedro Alves <palves@redhat.com> |
276 | ||
277 | * psymtab.c (dump_psymtab_addrmap_1): Add casts. | |
278 | ||
e0d13cbd SM |
279 | 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca> |
280 | ||
281 | * ctf.c (SET_ENUM_FIELD): New macro. | |
282 | (ctf_read_status): Use it. | |
283 | (ctf_read_tp): Use it. | |
284 | ||
c6486df5 SM |
285 | 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca> |
286 | ||
287 | * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add | |
288 | scm_t_dynwind_flags casts. | |
289 | * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise. | |
290 | * guile/scm-ports.c (gdbscm_open_memory): Likewise. | |
291 | * guile/scm-value.c (gdbscm_value_to_string): Likewise. | |
292 | ||
70b8286a SM |
293 | 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca> |
294 | ||
295 | * ax.h (ax_raw_byte): New declaration. | |
296 | * ax-general.c (ax_raw_byte): New function. | |
297 | (ax_simple): Use ax_raw_byte. | |
298 | * ax-gdb.c (gen_printf): Likewise. | |
299 | ||
a480de35 SM |
300 | 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca> |
301 | ||
302 | * ada-lang.h (GROW_VECT): Add cast. | |
303 | ||
a04a15f5 DE |
304 | 2015-10-26 Doug Evans <xdje42@gmail.com> |
305 | ||
306 | * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment. | |
307 | ||
d7f3ff3e SM |
308 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
309 | ||
310 | * target.c (memory_xfer_partial): Change type of buf to gdb_byte | |
311 | pointer. | |
312 | (simple_search_memory): Cast return of memmem. | |
313 | ||
bf6778da SM |
314 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
315 | ||
316 | * stap-probe.c (handle_stap_probe): Add (const char *) casts. | |
317 | ||
c9244484 SM |
318 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
319 | ||
320 | * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of | |
321 | -1 on error. | |
322 | ||
0fde2c53 DE |
323 | 2015-10-26 Doug Evans <dje@google.com> |
324 | ||
325 | PR symtab/17391 | |
326 | * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum | |
327 | instead of gdbarch_dwarf2_reg_to_regnum. | |
328 | (dwarf2_frame_cache): Ditto. | |
329 | (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of | |
330 | gdbarch_dwarf2_reg_to_regnum. | |
331 | (get_reg_value): Ditto. | |
332 | (dwarf2_fetch_cfa_info): Ditto. | |
333 | (dwarf2_frame_prev_register): Ditto. | |
334 | * dwarf2loc.c: #include "complaints.h". | |
335 | (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error | |
336 | instead of gdbarch_dwarf2_reg_to_regnum. | |
337 | (dwarf_expr_get_reg_value): Ditto. | |
338 | (read_pieced_value): Ditto. | |
339 | (write_pieced_value): Ditto. | |
340 | (dwarf2_evaluate_loc_desc_full): Ditto. | |
341 | (dwarf_reg_to_regnum): New function. | |
342 | (throw_bad_regnum_error): New function. | |
343 | (dwarf_reg_to_regnum_or_error): Renamed from | |
344 | dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum. | |
345 | All callers updated. Call throw_bad_regnum_error. | |
346 | (locexpr_regname): Improve text of bad register number. | |
347 | * dwarf2loc.h (dwarf_reg_to_regnum): Declare. | |
348 | (dwarf_reg_to_regnum_or_error): Update prototype. | |
349 | * dwarf2expr.c: #include "dwarf2loc.h". | |
350 | (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of | |
351 | gdbarch_dwarf2_reg_to_regnum. | |
352 | * gdbarch.sh (dwarf2_reg_to_regnum): Add comment. | |
353 | * gdbarch.h: Regenerate. | |
354 | * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad | |
355 | register. | |
356 | * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto. | |
357 | * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto. | |
358 | * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking. | |
359 | * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking. | |
360 | Remove warning for bad register. | |
361 | * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto. | |
362 | * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from | |
363 | i386_svr4_reg_to_regnum. Return -1 for bad registers. | |
364 | (i386_svr4_reg_to_regnum): New function. | |
365 | (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum. | |
366 | * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert | |
367 | on bad registers, return -1. | |
368 | * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking. | |
369 | Remove warning for bad register. | |
370 | * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS. | |
371 | (nios2_dwarf_reg_to_regnum): Fix off-by-one error. | |
372 | Remove warning for bad register. Return -1 for bad register. | |
373 | * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error | |
374 | for bad register, return -1. | |
375 | * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto. | |
376 | * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result. | |
377 | * mep-tdep.c (mep_debug_reg_to_regnum): Ditto. | |
378 | * mips-tdep.c (mips_stab_reg_to_regnum): Ditto. | |
379 | (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto. | |
380 | * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning | |
381 | for bad regs. | |
382 | * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for | |
383 | bad regs. Fix error result. | |
384 | * stabsread.c (stab_reg_to_regnum): Watch for negative regno. | |
385 | (reg_value_complaint): Update complaint text. | |
386 | * mdebugread.c (reg_value_complaint): New function. | |
387 | (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers. | |
388 | ||
1a70ae97 DE |
389 | 2015-10-26 Doug Evans <dje@google.com> |
390 | ||
391 | PR python/18938 | |
392 | * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open. | |
393 | All callers updated. | |
394 | ||
372405a5 DE |
395 | 2015-10-26 Doug Evans <dje@google.com> |
396 | ||
397 | * psymtab.c (struct dump_psymtab_addrmap_data): Define. | |
398 | (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions. | |
399 | (maintenance_print_psymbols): Print address map. | |
400 | ||
682b2546 DE |
401 | 2015-10-26 Doug Evans <dje@google.com> |
402 | ||
403 | * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c. | |
404 | ||
963843d4 DE |
405 | 2015-10-26 Doug Evans <dje@google.com> |
406 | ||
407 | * common/gdb_wait.h (W_STOPCODE): Define, moved here from | |
408 | gdbserver/linux-low.c. | |
409 | (WSETSTOP): Simplify. | |
410 | ||
d41401ac DE |
411 | 2015-10-26 Doug Evans <dje@google.com> |
412 | ||
413 | * linux-thread-db.c (find_new_threads_callback): Ditto. | |
414 | (thread_db_pid_to_str): Ditto. | |
415 | ||
1522597b SM |
416 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
417 | ||
418 | * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a | |
419 | local char array to scm_mode_bits, use a cast instead. | |
420 | ||
7acd011b SM |
421 | 2015-10-26 Simon Marchi <simon.marchi@ericsson.com> |
422 | ||
423 | * tui/tui-data.c (tui_alloc_content): Don't check xmalloc | |
424 | result. Change type of element_block_ptr. Change allocation to | |
425 | use XNEWVEC. | |
426 | ||
7cc53fba LM |
427 | 2015-10-26 Luis Machado <lgustavo@codesourcery.com> |
428 | ||
429 | * record-full.c (record_full_message_wrapper_safe): Pass empty string to | |
430 | catch_errors call instead of NULL. | |
431 | ||
48ffa2b8 SM |
432 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
433 | ||
434 | * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const | |
435 | char pointer to scm_mode_bits. | |
436 | ||
585a269a SM |
437 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
438 | ||
439 | * symtab.c (default_make_symbol_completion_list_break_on_1): Add | |
440 | cast. | |
441 | ||
e0dd41e9 SM |
442 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
443 | ||
444 | * guile/scm-ports.c (gdbscm_memory_port_write): Declare new | |
445 | "data" local variable and use it. | |
446 | ||
74ef968f SM |
447 | 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> |
448 | ||
449 | * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add | |
450 | domain_enum cast. | |
451 | (gdbscm_lookup_symbol): Likewise. | |
452 | ||
2d5a88dc IB |
453 | 2015-10-25 Iain Buclaw <ibuclaw@gdcproject.org> |
454 | ||
455 | * d-exp.y: Remove an obsolete comment and propagate the block | |
456 | information to the produced expression. | |
457 | ||
f4ee58bd SM |
458 | 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca> |
459 | ||
460 | * tui/tui-data.c (tui_add_to_source_windows): Remove void * | |
461 | cast. | |
462 | (tui_add_content_elements): Likewise. | |
463 | ||
1650ca11 SM |
464 | 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca> |
465 | ||
466 | * cli/cli-setshow.c (do_set_command): Constify p. | |
467 | ||
55e5bf59 SM |
468 | 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca> |
469 | ||
470 | * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace | |
471 | (void *) cast with (gdb_byte *). | |
472 | ||
49e66b4d SM |
473 | 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca> |
474 | ||
475 | * proc-service.c (ps_pdread): Add cast. | |
476 | ||
cfcb22a5 SM |
477 | 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca> |
478 | ||
479 | * sparc64-tdep.c (sparc64_store_arguments): Split assignment of | |
480 | valbuf. | |
481 | ||
ce746418 SM |
482 | 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca> |
483 | ||
484 | * ia64-tdep.c (ia64_pseudo_register_write): Remove cast. | |
485 | (ia64_push_dummy_call): Remove cast and change type of "to" to | |
486 | array of gdb_byte. | |
487 | ||
a55515ee SM |
488 | 2015-10-23 Simon Marchi <simon.marchi@polymtl.ca> |
489 | ||
490 | * linux-btrace.c (linux_enable_pt): Add cast to mmap return. | |
491 | ||
6ecf4e06 SM |
492 | 2015-10-23 Simon Marchi <simon.marchi@ericsson.com> |
493 | ||
494 | * observer.h (observer_${event}_notification_stub): Add cast. | |
495 | ||
034f1a81 YQ |
496 | 2015-10-23 Yao Qi <yao.qi@linaro.org> |
497 | ||
498 | * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set | |
499 | dsd.insn_count to zero. | |
500 | ||
d236ad19 PA |
501 | 2015-10-22 Pedro Alves <palves@redhat.com> |
502 | ||
503 | * infrun.c (stop_after_trap): Delete. | |
504 | (clear_proceed_status, handle_signal_stop, struct | |
505 | infcall_control_state, save_infcall_control_state) | |
506 | (restore_infcall_control_state): Remove references to | |
507 | stop_after_trap. | |
508 | ||
db0f0d0c SM |
509 | 2015-10-22 Simon Marchi <simon.marchi@ericsson.com> |
510 | ||
511 | * python/python.c (_initialize_python): Add cast. | |
512 | ||
fb70bc1a SM |
513 | 2015-10-22 Simon Marchi <simon.marchi@ericsson.com> |
514 | ||
515 | * nto-tdep.c (nto_inferior_data): Add cast. | |
516 | ||
c72f45d1 PA |
517 | 2015-10-22 Pedro Alves <palves@redhat.com> |
518 | ||
519 | * windows-nat.c (do_initial_windows_stuff): Rewrite loop using | |
520 | windows_wait and windows_resume directly instead of | |
521 | wait_for_inferior and resume. | |
522 | ||
60905b1e SM |
523 | 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca> |
524 | ||
525 | * xtensa-tdep.h (XTREG): Add casts. | |
526 | (XTREG_END): Likewise. | |
527 | ||
5af9928d SM |
528 | 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca> |
529 | ||
530 | * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast. | |
531 | ||
3e45d68b SM |
532 | 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca> |
533 | ||
534 | * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast. | |
535 | ||
709476c3 SM |
536 | 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca> |
537 | ||
538 | * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of | |
539 | buf to gdb_byte*. | |
540 | (supply_32bit_reg): Add cast. | |
541 | (mips64_fill_gregset): Likewise. | |
542 | ||
bed91f4d SM |
543 | 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca> |
544 | ||
545 | PR python/18073 | |
546 | * python/py-type.c (typy_get_composite): Allow returning a | |
547 | function type. | |
548 | ||
3f2f83dd KB |
549 | 2015-10-21 Keven Boell <keven.boell@intel.com> |
550 | ||
551 | * dwarf2read.c (set_die_type): Add read of | |
552 | DW_AT_allocated and DW_AT_associated. | |
553 | * f-typeprint.c: New include of typeprint.h | |
554 | (f_print_type): Add check for allocated/associated | |
555 | status of type. | |
556 | (f_type_print_varspec_suffix): Add check for | |
557 | * gdbtypes.c (create_array_type_with_stride): | |
558 | Add check for valid data location of type in | |
559 | case allocated or associated attributes are set. | |
560 | Length of an array should be only calculated if | |
561 | allocated or associated is resolved as true. | |
562 | (is_dynamic_type_internal): Add check for allocated/ | |
563 | associated. | |
564 | (resolve_dynamic_array): Evaluate allocated/associated | |
565 | properties. | |
566 | * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED> | |
567 | <DYN_PROP_ASSOCIATED>: New enums. | |
568 | (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros. | |
569 | (type_not_allocated): New function. | |
570 | (type_not_associated): New function. | |
571 | * valarith.c (value_subscripted_rvalue): Add check for | |
572 | allocated/associated. | |
573 | * valprint.c: New include of typeprint.h. | |
574 | (valprint_check_validity): Add check for allocated/associated. | |
575 | (value_check_printable): Add check for allocated/ | |
576 | associated. | |
577 | * typeprint.h (val_print_not_allocated): New function. | |
578 | (val_print_not_associated): New function. | |
579 | * typeprint.c (val_print_not_allocated): New function. | |
580 | (val_print_not_associated): New function. | |
581 | ||
8689682c AT |
582 | 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com> |
583 | ||
584 | * Makefile.in: Add arm.c/o. | |
585 | * arch/arm.c: New file. | |
586 | * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c. | |
587 | (MAKE_THUMB_ADDR): Likewise. | |
588 | (UNMAKE_THUMB_ADDR): Likewise. | |
589 | * arm-tdep.c (int thumb_insn_size): Move to arm.c. | |
590 | (IS_THUMB_ADDR): Move to arm.h. | |
591 | (MAKE_THUMB_ADDR): Likewise. | |
592 | (UNMAKE_THUMB_ADDR): Likewise. | |
593 | * configure.tgt: Add arm.o to all ARM configs. | |
594 | ||
80f0110c YQ |
595 | 2015-10-21 Yao Qi <yao.qi@linaro.org> |
596 | ||
597 | * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count): | |
598 | Remove argument exp_vCont_s. | |
599 | * gdb.base/range-stepping.exp: Callers updated. | |
600 | * gdb.trace/range-stepping.exp: Likewise. | |
601 | ||
d7161de4 AR |
602 | 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com> |
603 | ||
604 | * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines. | |
605 | (nto_sniff_abi_note_section): New function. | |
606 | (nto_elf_osabi_sniffer): Use new function to recognize nto specific | |
607 | binary. | |
608 | ||
a9889169 AR |
609 | 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com> |
610 | ||
611 | * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc. | |
612 | (procfs_stopped_by_watchpoint): Use flags stored in inferior data. | |
613 | * nto-tdep.c (nto_new_inferior_data_reg): New definition. | |
614 | (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data): | |
615 | New functions. | |
616 | (_initialize_nto_tdep): New forward declaration, new function. | |
617 | * nto-tdep.h (struct nto_inferior_data): New struct. | |
618 | (nto_inferior_data): New function declaration. | |
619 | ||
5f3ff4f8 JK |
620 | 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
621 | ||
622 | * findvar.c (address_from_register): Check REGNUM validity. | |
623 | ||
e5343fde AR |
624 | 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com> |
625 | ||
626 | * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function. | |
627 | (init_procfs_targets): Wire new function. | |
628 | ||
8a6c0ccd AR |
629 | 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com> |
630 | ||
631 | * nto-procfs.c (sys/auxv.h): Include. | |
632 | (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV. | |
633 | * nto-tdep.c (nto_read_auxv_from_initial_stack): New function. | |
634 | * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration. | |
635 | ||
609c3040 AR |
636 | 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com> |
637 | ||
638 | * nto-procfs.c (nto_procfs_path): Rename to... | |
639 | (nodestr): ... this, and change type. | |
640 | (nto_node): Use new variable and logic accordingly. | |
641 | (procfs_open_1): Use new variable name. Use local buffer to construct | |
642 | procfrs path. | |
643 | (procfs_pidlist): Use NODESTR to construct procfs path. | |
644 | (procfs_files_info): Use NODESTR to output meaningful text. | |
645 | (do_attach): Construct procfs using NODESTR. | |
646 | (procfs_create_inferior): Compare pointer to NULL. | |
647 | ||
bfd09d20 JS |
648 | 2015-10-19 Josh Stone <jistone@redhat.com> |
649 | ||
650 | * linux-nat.c (linux_handle_syscall_trap): Always update entry/ | |
651 | return state, even when not actively catching syscalls at all. | |
652 | (linux_handle_extended_wait): Mark syscall_state like an entry. | |
653 | (wait_lwp): Set syscall_state ignored for other traps. | |
654 | (linux_nat_filter_event): Likewise. | |
655 | ||
29090fb6 LM |
656 | 2015-10-19 Luis Machado <lgustavo@codesourcery.com> |
657 | ||
658 | * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0 | |
659 | when handling 'E', 'T', 'S', 'X' and 'W' packets. | |
660 | Do not set rs->waiting_for_stop_reply back to 1. | |
661 | ||
774ee6d2 AR |
662 | 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com> |
663 | ||
664 | * nto-procfs.c (common/filestuff.h): Include. | |
665 | (procfs_can_use_hw_breakpoint): Fix enum name. | |
666 | (procfs_open_1): Fix compiler warning. | |
667 | (procfs_pidlist): Make static. | |
668 | (procfs_meminfo): Make static, fix type name, add missing argument. | |
669 | (procfs_store_registers): Make static. | |
670 | (procfs_thread_info): Remove unused function. | |
671 | (_initialize_procfs): Forward declare. | |
672 | ||
e66acfb1 YQ |
673 | 2015-10-16 Yao Qi <yao.qi@arm.com> |
674 | ||
675 | * MAINTAINERS: Update my email address. | |
676 | ||
8d689ee5 YQ |
677 | 2015-10-15 Yao Qi <yao.qi@linaro.org> |
678 | ||
679 | * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): | |
680 | Call gdbarch_breakpoint_from_pc to instruction length. | |
681 | (aarch64_linux_remove_hw_breakpoint): Likewise. | |
682 | * common/common-regcache.h (regcache_register_size): Declare. | |
683 | * nat/aarch64-linux-hw-point.c: Include "common-regcache.h". | |
684 | (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if | |
685 | the process is 32bit, otherwise set alignment to 4. | |
686 | (aarch64_handle_breakpoint): Update comments. | |
687 | * regcache.c (regcache_register_size): New function. | |
688 | ||
89fdc87f AR |
689 | 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com> |
690 | ||
691 | * gdbarch.sh (core_regset_section): Remove. | |
692 | * gdbarch.h: Regenerate. | |
693 | ||
6448a3e4 YQ |
694 | 2015-10-14 Yao Qi <yao.qi@linaro.org> |
695 | ||
696 | * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum | |
697 | out of it. | |
698 | (enum aarch64_memory_operand_type): New. | |
699 | ||
33f914a1 DE |
700 | 2015-10-13 David Edelsohn <dje.gcc@gmail.com> |
701 | ||
702 | * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp. | |
703 | ||
e6a959d6 PA |
704 | 2015-10-13 Pedro Alves <palves@redhat.com> |
705 | ||
706 | * ada-lang.c (ada_enum_name): Constify local. | |
707 | * ada-typeprint.c (print_range_bound): Constify locals. | |
708 | * c-varobj.c (c_describe_child): Likewise. | |
709 | * cli/cli-setshow.c (do_set_command): Likewise. | |
710 | * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise. | |
711 | * dwarf2read.c (find_file_and_directory): Likewise. | |
712 | (anonymous_struct_prefix, dwarf2_name): Likewise. | |
713 | * gnu-v3-abi.c (gnuv3_rtti_type): Likewise. | |
714 | * go-lang.c (unpack_mangled_go_symbol): Likewise. | |
715 | * jv-typeprint.c (java_type_print_base): Likewise. | |
716 | * ser-tcp.c (net_open): Likewise. | |
717 | * symfile.c (deduce_language_from_filename): Likewise. | |
718 | * symtab.c (gdb_mangle_name): Likewise. | |
719 | * tui/tui-io.c (tui_redisplay_readline): Likewise. | |
720 | ||
170742de PA |
721 | 2015-10-13 Pedro Alves <palves@redhat.com> |
722 | ||
723 | * infrun.c (restore_execution_direction): New function. | |
724 | (fetch_inferior_event): Use it instead of | |
725 | make_cleanup_restore_integer. | |
726 | (execution_direction): Change type to enum | |
727 | exec_direction_kind. | |
728 | * infrun.h (execution_direction): Likewise. | |
729 | ||
bfb1c796 PA |
730 | 2015-10-13 Pedro Alves <palves@redhat.com> |
731 | ||
732 | * ada-lang.c (ada_value_primitive_packed_val): Constify | |
733 | locals. Use value_contents_writeable. Remove casts. | |
734 | ||
aa5c10ce PA |
735 | 2015-10-13 Pedro Alves <palves@redhat.com> |
736 | ||
737 | * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc | |
738 | and alloca calls. | |
739 | ||
4666fec3 SM |
740 | 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca> |
741 | ||
742 | * lm32-tdep.c (lm32_push_dummy_call): Replace call to | |
743 | write_memory with write_memory_unsigned_integer. | |
744 | ||
38bc8217 | 745 | 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca> |
3953f15c SM |
746 | |
747 | * solib-dsbt.c (cmp_name): Constify arguments. | |
748 | * solib-frv.c (cmp_name): Likewise. | |
749 | * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise. | |
750 | * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise. | |
751 | (bfd_lookup_symbol_from_dyn_symtab): Likewise. | |
752 | (gdb_bfd_lookup_symbol): Likewise. | |
753 | * solib.h (gdb_bfd_lookup_symbol): Likewise. | |
754 | (gdb_bfd_lookup_symbol_from_symtab): Likewise. | |
755 | ||
a0d34a39 AB |
756 | 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com> |
757 | ||
758 | * stack.c (parse_frame_specification): Remove message parameter, | |
759 | replace with fixed string in function body, update function | |
760 | comment. | |
761 | (frame_info): Remove message to parse_frame_specification. | |
762 | (select_frame_command): Likewise. | |
763 | ||
edbbff4a AB |
764 | 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com> |
765 | ||
766 | * stack.c (parse_frame_specification): Delete. | |
767 | (parse_frame_specification_1): Rename to | |
768 | parse_frame_specification. | |
769 | (frame_info): Use parse_frame_specification. | |
770 | (select_frame_command): Likewise. | |
771 | (return_command): Use select_frame and print_stack_frame rather | |
772 | than frame_command and select_frame_command. | |
773 | (func_command): Use get_current_frame rather than | |
774 | parse_frame_specification. | |
775 | ||
9d622bda AB |
776 | 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com> |
777 | ||
778 | * stack.c (func_command): Return early when there is no ARG | |
779 | string. | |
780 | ||
8d3fea16 AB |
781 | 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com> |
782 | ||
783 | * stack.c: Include safe-ctype.h not ctype.h. | |
784 | (parse_frame_specification): Use ISSPACE not isspace. | |
785 | (backtrace_command): Use TOLOWER not tolower. | |
786 | ||
f54b226f SM |
787 | 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca> |
788 | ||
789 | * mep-tdep.c (current_me_module): Add cast. | |
790 | (mep_gdbarch_init): Likewise. | |
791 | ||
6da660c7 SM |
792 | 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca> |
793 | ||
794 | * m32c-tdep.c (m32c_move_reg_t): Replace with... | |
795 | (m32c_write_reg_t): ...this and... | |
796 | (m32c_read_reg_t): ...this. | |
797 | (struct m32c_reg): Update types of read and write. | |
798 | (m32c_raw_read): Change declaration type to m32c_read_reg_t and | |
799 | adjust definition. | |
800 | (m32c_banked_read): Likewise. | |
801 | (m32c_sb_read): Likewise. | |
802 | (m32c_part_read): Likewise. | |
803 | (m32c_cat_read): Likewise. | |
804 | (m32c_r3r2r1r0_read): Likewise. | |
805 | (m32c_raw_write): Change declaration type to m32c_write_reg_t | |
806 | and adjust definition. | |
807 | (m32c_banked_write): Likewise. | |
808 | (m32c_sb_write): Likewise. | |
809 | (m32c_part_write): Likewise. | |
810 | (m32c_cat_write): Likewise. | |
811 | (m32c_r3r2r1r0_write): Likewise. | |
812 | ||
1f713e48 SM |
813 | 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca> |
814 | ||
815 | * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast. | |
816 | ||
cb65d272 SM |
817 | 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca> |
818 | ||
819 | * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return | |
820 | gdb_sys_no_syscall instead of -1. | |
821 | ||
eda14cf2 YQ |
822 | 2015-10-12 Yao Qi <yao.qi@linaro.org> |
823 | ||
824 | * NEWS: Mention the change. | |
825 | ||
1c2e1515 YQ |
826 | 2015-10-12 Yao Qi <yao.qi@linaro.org> |
827 | ||
828 | * arch/aarch64-insn.c (emit_load_store): Rename to ... | |
829 | (aarch64_emit_load_store): ... it. All callers updated. | |
830 | ||
e1c587c3 YQ |
831 | 2015-10-12 Yao Qi <yao.qi@linaro.org> |
832 | ||
833 | * arch/aarch64-insn.c (emit_insn): Rename to ... | |
834 | (aarch64_emit_insn): ... it. All callers updated. | |
835 | ||
b6542f81 YQ |
836 | 2015-10-12 Yao Qi <yao.qi@linaro.org> |
837 | ||
838 | * aarch64-linux-tdep.c: Include arch-utils.h. | |
839 | (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length, | |
840 | set_gdbarch_displaced_step_copy_insn, | |
841 | set_gdbarch_displaced_step_fixup, | |
842 | set_gdbarch_displaced_step_free_closure, | |
843 | set_gdbarch_displaced_step_location, | |
844 | and set_gdbarch_displaced_step_hw_singlestep. | |
845 | * aarch64-tdep.c (struct displaced_step_closure): New. | |
846 | (struct aarch64_displaced_step_data): New. | |
847 | (aarch64_displaced_step_b): New function. | |
848 | (aarch64_displaced_step_b_cond): Likewise. | |
849 | (aarch64_register): Likewise. | |
850 | (aarch64_displaced_step_cb): Likewise. | |
851 | (aarch64_displaced_step_tb): Likewise. | |
852 | (aarch64_displaced_step_adr): Likewise. | |
853 | (aarch64_displaced_step_ldr_literal): Likewise. | |
854 | (aarch64_displaced_step_others): Likewise. | |
855 | (aarch64_displaced_step_copy_insn): Likewise. | |
856 | (aarch64_displaced_step_fixup): Likewise. | |
857 | (aarch64_displaced_step_hw_singlestep): Likewise. | |
858 | * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro. | |
859 | (aarch64_displaced_step_copy_insn): Declare. | |
860 | (aarch64_displaced_step_fixup): Declare. | |
861 | (aarch64_displaced_step_hw_singlestep): Declare. | |
862 | * arch/aarch64-insn.c (emit_insn): Moved from | |
863 | gdbserver/linux-aarch64-low.c. | |
864 | (emit_load_store): Likewise. | |
865 | * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from | |
866 | gdbserver/linux-aarch64-low.c. | |
867 | (struct aarch64_register): Likewise. | |
868 | (struct aarch64_memory_operand): Likewise. | |
869 | (ENCODE): Likewise. | |
870 | (can_encode_int32): New macro. | |
871 | (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise. | |
872 | (emit_tb, emit_nop): Likewise. | |
873 | (emit_insn): Declare. | |
874 | (emit_load_store): Declare. | |
875 | ||
246994ce YQ |
876 | 2015-10-12 Yao Qi <yao.qi@linaro.org> |
877 | ||
878 | * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from | |
879 | gdbserver/linux-aarch64-low.c. | |
880 | (aarch64_relocate_instruction): Likewise. | |
881 | * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare. | |
882 | (struct aarch64_insn_data): Moved from | |
883 | gdbserver/linux-aarch64-low.c. | |
884 | (struct aarch64_insn_visitor): Likewise. | |
885 | (aarch64_relocate_instruction): Declare. | |
886 | ||
2520f728 PMR |
887 | 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com> |
888 | ||
889 | * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If | |
890 | EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute | |
891 | to the returned value. | |
892 | ||
5b639dea JB |
893 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
894 | ||
895 | * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked | |
896 | is large enough for BIT_SIZE. Update function comment. | |
897 | ||
0cafa88c JB |
898 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
899 | ||
900 | * ada-lang.c (ada_value_primitive_packed_val): Move | |
901 | src_len variable to local block where used. Override | |
902 | BIT_SIZE if bigger than size of resolved type. | |
903 | ||
220475ed JB |
904 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
905 | ||
906 | * gdbtypes.h (is_scalar_type): Add extern declaration. | |
907 | * gdbtypes.c (is_scalar_type): Make non-static. | |
908 | * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type | |
909 | to compute IS_SCALAR instead of doing it ourselves. | |
910 | ||
d0a9e810 JB |
911 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
912 | ||
913 | * ada-lang.c (ada_value_primitive_packed_val): Rework handling | |
914 | of case where TYPE is dynamic. | |
915 | ||
f93fca70 JB |
916 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
917 | ||
918 | * ada-lang.c (ada_unpack_from_contents): New function, | |
919 | extracted from ada_value_primitive_packed_val. | |
920 | (ada_value_primitive_packed_val): Replace extracted out code | |
921 | by call to ada_unpack_from_contents. | |
922 | ||
a1c95e6b JB |
923 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
924 | ||
925 | * ada-lang.c (ada_value_primitive_packed_val): Reorder local | |
926 | variable declarations. | |
927 | ||
fbd000da JB |
928 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
929 | ||
930 | * ada-lang.c (ada_value_primitive_packed_val): Change the type | |
931 | of local variables src and unpacked to "gdb_type *" instead of | |
932 | "unsigned char *". | |
933 | ||
086ca51f JB |
934 | 2015-10-09 Joel Brobecker <brobecker@adacore.com> |
935 | ||
936 | * ada-lang.c (ada_value_primitive_packed_val): Make the name | |
937 | of various local variables more explicit and consistent. | |
938 | No real code change otherwise. | |
939 | ||
c5bcd278 SM |
940 | 2015-10-09 Simon Marchi <simon.marchi@ericsson.com> |
941 | ||
942 | * i386-tdep.h (struct gdbarch_tdep): Change type of | |
943 | register_reggroup_p to gdbarch_register_reggroup_p_ftype. | |
944 | ||
78c5b882 SM |
945 | 2015-10-09 Simon Marchi <simon.marchi@ericsson.com> |
946 | ||
947 | * cris-tdep.c (struct instruction_environment): Change type of | |
948 | byte_order to enum bfd_endian. | |
949 | ||
f9fa37b3 SM |
950 | 2015-10-09 Simon Marchi <simon.marchi@ericsson.com> |
951 | ||
952 | * arm-linux-tdep.c (arm_canonicalize_syscall): Add | |
953 | enum gdb_syscall casts. | |
954 | ||
7c543f7b SM |
955 | 2015-10-09 Simon Marchi <simon.marchi@ericsson.com> |
956 | ||
957 | * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*. | |
958 | * arm-tdep.c (struct stack_item): Likewise. | |
959 | (push_stack_item): Add gdb_byte* cast. | |
960 | * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*. | |
961 | (push_stack_item): Add gdb_byte* cast. | |
962 | * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte* | |
963 | and add cast. | |
964 | * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*. | |
965 | (push_stack_item): Add gdb_byte* cast. | |
966 | * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and | |
967 | add cast. | |
968 | * gdbtypes.h (print_scalar_formatted): Change type of first parameter to | |
969 | gdb_byte*. | |
970 | * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to | |
971 | gdb_byte* and remove unnecessary cast. | |
972 | (h8300h_extract_return_value): Likewise. | |
973 | (h8300_store_return_value): Change type of valbuf to gdb_byte*. | |
974 | (h8300h_store_return_value): Likewise. | |
975 | * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to | |
976 | gdb_byte* and remove unnecessary cast. | |
977 | * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte* | |
978 | and add cast. | |
979 | * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to | |
980 | gdb_byte* and remove unnecessary cast. | |
981 | (m32r_extract_return_value): Change type of dst to gdb_byte* and remove | |
982 | valbuf. | |
983 | * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*. | |
984 | (mep_pseudo_cr64_read): Likewise. | |
985 | (mep_pseudo_csr_write): Likewise. | |
986 | (mep_pseudo_cr32_write): Likewise. | |
987 | (mep_pseudo_cr64_write): Likewise. | |
988 | * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to | |
989 | gdb_byte* and add cast. | |
990 | * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to | |
991 | gdb_byte* and remove unnecessary cast. | |
992 | (moxie_extract_return_value): Change type of dst to gdb_byte* and remove | |
993 | valbuf. | |
994 | * p-valprint.c (print_scalar_formatted): Change type of valaddr to | |
995 | gdb_byte*. | |
996 | * printcmd.c (void): Likewise. | |
997 | * python/py-inferior.c (infpy_read_memory): Change type of buffer to | |
998 | gdb_byte* and add cast. | |
999 | (infpy_write_memory): Likewise. | |
1000 | (infpy_search_memory): Likewise. | |
1001 | * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte* | |
1002 | and add cast. | |
1003 | (regcache_raw_write_unsigned): Likewise. | |
1004 | (regcache_cooked_write_signed): Likewise. | |
1005 | (regcache_cooked_write_unsigned): Likewise. | |
1006 | * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to | |
1007 | gdb_byte*. | |
1008 | ||
7567e115 SM |
1009 | 2015-10-09 Simon Marchi <simon.marchi@ericsson.com> |
1010 | ||
1011 | * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast. | |
1012 | * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise. | |
1013 | ||
f9acce4a EZ |
1014 | 2015-10-09 Eli Zaretskii <eliz@gnu.org> |
1015 | ||
1016 | * stack.c (print_stack_frame): | |
1017 | * utils.c (printchar): Fix typos in commentary. | |
1018 | ||
d5d8c4e1 IB |
1019 | 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org> |
1020 | ||
1021 | * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions. | |
1022 | (PostfixExpression): Support `expr.sizeof' expressions. | |
1023 | (PrimaryExpression): Support `typeof(expr)' expressions. | |
1024 | ||
4e7de155 MR |
1025 | 2015-10-08 Maciej W. Rozycki <macro@imgtec.com> |
1026 | ||
1027 | * MAINTAINERS: Update my email address. | |
1028 | ||
04c4fe8c MM |
1029 | 2015-10-08 Markus Metzger <markus.t.metzger@intel.com> |
1030 | ||
1031 | * record-btrace.c (record_btrace_resume): Fix void return. | |
1032 | ||
f77ee802 YQ |
1033 | 2015-10-07 Yao Qi <yao.qi@linaro.org> |
1034 | ||
1035 | * aarch64-tdep.c: Include opcode/aarch64.h. | |
1036 | (submask): Move it above. | |
1037 | (bit): Likewise. | |
1038 | (bits): Likewise. | |
1039 | (aarch64_software_single_step): Call aarch64_decode_insn. | |
1040 | Decode instruction by aarch64_inst instead of using | |
1041 | aarch64_decode_bcond and decode_masked_match. | |
1042 | ||
cbd641ed PS |
1043 | 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com> |
1044 | ||
1045 | * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address | |
1046 | only when the file is binary. | |
1047 | ||
ae4e2501 | 1048 | 2015-10-02 James Bowman <james.bowman@ftdichip.com> |
1049 | ||
1050 | * ft32-tdep.c (ft32_analyze_prologue): Add function prolog | |
1051 | subroutine handling. | |
1052 | ||
dd0a637a SM |
1053 | 2015-10-01 Simon Marchi <simon.marchi@ericsson.com> |
1054 | ||
1055 | * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast. | |
1056 | ||
1fd60fc0 DE |
1057 | 2015-09-30 Doug Evans <dje@google.com> |
1058 | ||
1059 | * dwarf2read.c (setup_type_unit_groups): Add comment. | |
1060 | ||
398e0813 PA |
1061 | 2015-09-30 Pedro Alves <palves@redhat.com> |
1062 | ||
1063 | * linux-nat.c (linux_nat_always_non_stop_p): Always return 1. | |
1064 | * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete. | |
1065 | (x86_linux_create_target): Don't install | |
1066 | x86_linux_always_non_stop_p. | |
1067 | ||
6ab24463 DB |
1068 | 2015-09-30 Don Breazeal <donb@codesourcery.com> |
1069 | ||
1070 | * remote.c (remote_parse_stop_reply): Call strprefix instead | |
1071 | of strncmp. | |
1072 | ||
ede5f151 SM |
1073 | 2015-09-30 Simon Marchi <simon.marchi@ericsson.com> |
1074 | ||
1075 | * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *. | |
1076 | * gdbarch.h: Regenerate. | |
1077 | * i386-tdep.c (i386_gdbarch_init): Remove cast to | |
1078 | struct gdbarch_tdep_info *. | |
1079 | * mips-tdep.c (mips_gdbarch_init): Likewise. | |
1080 | * ppc-linux-tdep (ppu2spu_sniffer): Likewise. | |
1081 | * rs6000-tdep.c (rs6000_gdbarch_init): Likewise. | |
1082 | * spu-multiarch.c (spu_gdbarch): Likewise. | |
1083 | ||
51c935fa | 1084 | 2015-09-30 Kevin Buettner <kevinb@redhat.com> |
aca20ec4 KB |
1085 | |
1086 | * infcmd.c (finish_command_fsm_should_stop): Don't attempt to | |
1087 | record a NULL value. | |
1088 | ||
3b1ad7d5 KB |
1089 | 2015-09-29 Kevin Buettner <kevinb@redhat.com> |
1090 | ||
1091 | * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct, | |
1092 | and union arguments the same as pointer arguments when determining | |
1093 | size of argument. | |
1094 | ||
86feccb9 | 1095 | 2015-09-29 James Bowman <james.bowman@ftdichip.com> |
1096 | ||
1097 | * ft32-tdep.c: #include "opcode/ft32.h". | |
1098 | Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE. | |
1099 | (ft32_analyze_prologue): Use FT32_* macros. | |
1100 | ||
2181a6c6 SM |
1101 | 2015-09-28 Simon Marchi <simon.marchi@ericsson.com> |
1102 | ||
84d73afc | 1103 | * cli/cli-script.c (read_next_line): Fix stdout -> stdin in |
2181a6c6 SM |
1104 | comment. |
1105 | ||
245af596 DE |
1106 | 2015-09-28 Doug Evans <dje@google.com> |
1107 | ||
1108 | * MAINTAINERS: Add Iain Buclaw as D language maintainer. | |
1109 | ||
c402ef90 DE |
1110 | 2015-09-28 Doug Evans <dje@google.com> |
1111 | ||
1112 | * common/filestuff.c (make_cleanup_close): Update comment. | |
1113 | ||
38bc8217 | 1114 | 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca> |
bc84451b SM |
1115 | |
1116 | * btrace.c (parse_xml_btrace_block): Fix cast of | |
1117 | xml_find_attribute's return value. | |
1118 | * memory-map.c (memory_map_start_memory): Likewise. | |
1119 | * solib-svr4.c (library_list_start_library): Likewise. | |
1120 | * solib-target.c (library_list_start_segment): Likewise. | |
1121 | (library_list_start_section): Likewise. | |
1122 | * tracepoint.c (traceframe_info_start_memory): Likewise. | |
1123 | ||
ba587d55 IB |
1124 | 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org> |
1125 | ||
1126 | * d-namespace.c (d_lookup_symbol): New arg langdef. | |
1127 | All callers updated. Support looking up symbol as a primitive type. | |
1128 | (lookup_module_scope): New arg langdef. All callers updated. | |
1129 | Call d_lookup_symbol directly for simple bare symbols. | |
1130 | ||
19ba03f4 SM |
1131 | 2015-09-25 Simon Marchi <simon.marchi@ericsson.com> |
1132 | ||
1133 | * macrocmd.c (print_macro_callback): Add cast(s). | |
1134 | * macrotab.c (macro_bcache_str): Likewise. | |
1135 | (new_macro_definition): Likewise. | |
1136 | * main.c (captured_main): Likewise. | |
1137 | * maint.c (print_bfd_section_info): Likewise. | |
1138 | * mdebugread.c (mdebug_build_psymtabs): Likewise. | |
1139 | (basic_type): Likewise. | |
1140 | * memattr.c (mem_region_cmp): Likewise. | |
1141 | * memory-map.c (memory_map_start_memory): Likewise. | |
1142 | (memory_map_end_memory): Likewise. | |
1143 | (memory_map_start_property): Likewise. | |
1144 | (memory_map_end_property): Likewise. | |
1145 | (clear_result): Likewise. | |
1146 | * memrange.c (compare_mem_ranges): Likewise. | |
1147 | * mep-tdep.c (mep_analyze_frame_prologue): Likewise. | |
1148 | * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise. | |
1149 | * mi/mi-console.c (mi_console_file_delete): Likewise. | |
1150 | (mi_console_file_fputs): Likewise. | |
1151 | (mi_console_raw_packet): Likewise. | |
1152 | (mi_console_file_flush): Likewise. | |
1153 | (mi_console_set_raw): Likewise. | |
1154 | * mi/mi-interp.c (mi_interpreter_resume): Likewise. | |
1155 | (mi_new_thread): Likewise. | |
1156 | (mi_thread_exit): Likewise. | |
1157 | (mi_record_changed): Likewise. | |
1158 | (mi_inferior_added): Likewise. | |
1159 | (mi_inferior_appeared): Likewise. | |
1160 | (mi_inferior_exit): Likewise. | |
1161 | (mi_inferior_removed): Likewise. | |
1162 | (mi_interp_data): Likewise. | |
1163 | (mi_on_normal_stop): Likewise. | |
1164 | (mi_traceframe_changed): Likewise. | |
1165 | (mi_tsv_created): Likewise. | |
1166 | (mi_tsv_deleted): Likewise. | |
1167 | (mi_tsv_modified): Likewise. | |
1168 | (mi_breakpoint_created): Likewise. | |
1169 | (mi_breakpoint_deleted): Likewise. | |
1170 | (mi_breakpoint_modified): Likewise. | |
1171 | (mi_output_running_pid): Likewise. | |
1172 | (mi_inferior_count): Likewise. | |
1173 | (mi_solib_loaded): Likewise. | |
1174 | (mi_solib_unloaded): Likewise. | |
1175 | (mi_command_param_changed): Likewise. | |
1176 | (mi_memory_changed): Likewise. | |
1177 | (report_initial_inferior): Likewise. | |
1178 | (mi_ui_out): Likewise. | |
1179 | (mi_set_logging): Likewise. | |
1180 | * mi/mi-main.c (collect_cores): Likewise. | |
1181 | (print_one_inferior): Likewise. | |
1182 | (free_vector_of_ints): Likewise. | |
1183 | (free_splay_tree): Likewise. | |
1184 | (mi_execute_command): Likewise. | |
1185 | * mi/mi-out.c (mi_table_body): Likewise. | |
1186 | (mi_table_end): Likewise. | |
1187 | (mi_table_header): Likewise. | |
1188 | (mi_begin): Likewise. | |
1189 | (mi_end): Likewise. | |
1190 | (mi_field_int): Likewise. | |
1191 | (mi_field_string): Likewise. | |
1192 | (mi_field_fmt): Likewise. | |
1193 | (mi_flush): Likewise. | |
1194 | (mi_redirect): Likewise. | |
1195 | (field_separator): Likewise. | |
1196 | (mi_open): Likewise. | |
1197 | (mi_close): Likewise. | |
1198 | (mi_out_buffered): Likewise. | |
1199 | (mi_out_rewind): Likewise. | |
1200 | (mi_out_put): Likewise. | |
1201 | (mi_version): Likewise. | |
1202 | (mi_out_data_dtor): Likewise. | |
1203 | * mi/mi-parse.c (mi_parse_cleanup): Likewise. | |
1204 | * microblaze-tdep.c (microblaze_frame_cache): Likewise. | |
1205 | * minidebug.c (lzma_open): Likewise. | |
1206 | (lzma_pread): Likewise. | |
1207 | (lzma_close): Likewise. | |
1208 | (lzma_stat): Likewise. | |
1209 | * mips-linux-tdep.c (mips_linux_init_abi): Likewise. | |
1210 | * mips-sde-tdep.c (mips_sde_frame_cache): Likewise. | |
1211 | (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise. | |
1212 | * mips-tdep.c (mips_insn16_frame_cache): Likewise. | |
1213 | (mips_micro_frame_cache): Likewise. | |
1214 | (mips_insn32_frame_cache): Likewise. | |
1215 | (mips_stub_frame_cache): Likewise. | |
1216 | (gdb_print_insn_mips): Likewise. | |
1217 | (value_of_mips_user_reg): Likewise. | |
1218 | (mips_gdbarch_init): Likewise. | |
1219 | * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise. | |
1220 | * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise. | |
1221 | (mipsnbsd_supply_gregset): Likewise. | |
1222 | * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise. | |
1223 | (am33_collect_gregset_method): Likewise. | |
1224 | (am33_collect_fpregset_method): Likewise. | |
1225 | * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise. | |
1226 | * moxie-tdep.c (moxie_frame_cache): Likewise. | |
1227 | * msp430-tdep.c (msp430_get_opcode_byte): Likewise. | |
1228 | (msp430_analyze_frame_prologue): Likewise. | |
1229 | * mt-tdep.c (mt_frame_unwind_cache): Likewise. | |
1230 | * nios2-linux-tdep.c (nios2_supply_gregset): Likewise. | |
1231 | (nios2_collect_gregset): Likewise. | |
1232 | * nios2-tdep.c (nios2_frame_unwind_cache): Likewise. | |
1233 | (nios2_stub_frame_cache): Likewise. | |
1234 | * objc-lang.c (find_methods): Likewise. | |
1235 | * objfiles.c (objfiles_pspace_data_cleanup): Likewise. | |
1236 | (get_objfile_pspace_data): Likewise. | |
1237 | (get_objfile_bfd_data): Likewise. | |
1238 | (objfile_bfd_data_free): Likewise. | |
1239 | (add_to_objfile_sections): Likewise. | |
1240 | (do_free_objfile_cleanup): Likewise. | |
1241 | (resume_section_map_updates_cleanup): Likewise. | |
1242 | * opencl-lang.c (builtin_opencl_type): Likewise. | |
1243 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise. | |
1244 | * osdata.c (osdata_start_osdata): Likewise. | |
1245 | (osdata_start_item): Likewise. | |
1246 | (osdata_start_column): Likewise. | |
1247 | (osdata_end_column): Likewise. | |
1248 | (clear_parsing_data): Likewise. | |
1249 | (osdata_free_cleanup): Likewise. | |
1250 | * parse.c (type_stack_cleanup): Likewise. | |
1251 | (exp_uses_objfile_iter): Likewise. | |
1252 | * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise. | |
1253 | (ppc_linux_collect_gregset): Likewise. | |
1254 | (ppu2spu_prev_arch): Likewise. | |
1255 | (ppu2spu_this_id): Likewise. | |
1256 | (ppu2spu_prev_register): Likewise. | |
1257 | (ppu2spu_unwind_register): Likewise. | |
1258 | (ppu2spu_sniffer): Likewise. | |
1259 | (ppu2spu_dealloc_cache): Likewise. | |
1260 | (ppc_linux_init_abi): Likewise. | |
1261 | * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise. | |
1262 | * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise. | |
1263 | * progspace.c (restore_program_space): Likewise. | |
1264 | * psymtab.c (find_pc_sect_psymtab): Likewise. | |
1265 | (compare_psymbols): Likewise. | |
1266 | (psymbol_bcache_full): Likewise. | |
1267 | (allocate_psymtab): Likewise. | |
1268 | (discard_psymtabs_upto): Likewise. | |
1269 | * python/py-block.c (set_block): Likewise. | |
1270 | (del_objfile_blocks): Likewise. | |
1271 | * python/py-breakpoint.c (build_bp_list): Likewise. | |
1272 | * python/py-inferior.c (inferior_to_inferior_object): Likewise. | |
1273 | (build_inferior_list): Likewise. | |
1274 | (py_free_inferior): Likewise. | |
1275 | * python/py-objfile.c (py_free_objfile): Likewise. | |
1276 | (objfile_to_objfile_object): Likewise. | |
1277 | * python/py-prettyprint.c (py_restore_tstate): Likewise. | |
1278 | * python/py-progspace.c (py_free_pspace): Likewise. | |
1279 | (pspace_to_pspace_object): Likewise. | |
1280 | * python/py-symbol.c (set_symbol): Likewise. | |
1281 | (del_objfile_symbols): Likewise. | |
1282 | * python/py-symtab.c (set_sal): Likewise. | |
1283 | (set_symtab): Likewise. | |
1284 | (del_objfile_symtab): Likewise. | |
1285 | (del_objfile_sal): Likewise. | |
1286 | * python/py-type.c (save_objfile_types): Likewise. | |
1287 | (set_type): Likewise. | |
1288 | * python/py-unwind.c (pyuw_prev_register): Likewise. | |
1289 | (pyuw_on_new_gdbarch): Likewise. | |
1290 | * python/py-utils.c (py_decref): Likewise. | |
1291 | (py_xdecref): Likewise. | |
1292 | (gdb_py_generic_dict): Likewise. | |
1293 | * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise. | |
1294 | (gdbpy_clone_xmethod_worker_data): Likewise. | |
1295 | (gdbpy_get_xmethod_arg_types): Likewise. | |
1296 | (gdbpy_get_xmethod_result_type): Likewise. | |
1297 | (gdbpy_invoke_xmethod): Likewise. | |
1298 | * python/python.c (gdbpy_apply_type_printers): Likewise. | |
1299 | (gdbpy_free_type_printers): Likewise. | |
1300 | * record-btrace.c (record_btrace_disable_callback): Likewise. | |
1301 | (bfcache_hash): Likewise. | |
1302 | (bfcache_eq): Likewise. | |
1303 | (btrace_get_frame_function): Likewise. | |
1304 | (record_btrace_frame_unwind_stop_reason): Likewise. | |
1305 | (record_btrace_frame_this_id): Likewise. | |
1306 | (record_btrace_frame_prev_register): Likewise. | |
1307 | (record_btrace_frame_dealloc_cache): Likewise. | |
1308 | * record-full.c (record_full_message_wrapper): Likewise. | |
1309 | (record_full_save_cleanups): Likewise. | |
1310 | * regcache.c (regcache_descr): Likewise. | |
1311 | (do_regcache_xfree): Likewise. | |
1312 | (do_regcache_invalidate): Likewise. | |
1313 | (do_cooked_read): Likewise. | |
1314 | (regcache_transfer_regset): Likewise. | |
1315 | * reggroups.c (reggroup_add): Likewise. | |
1316 | (reggroup_next): Likewise. | |
1317 | (reggroup_prev): Likewise. | |
1318 | * remote-fileio.c (do_remote_fileio_request): Likewise. | |
1319 | * remote-notif.c (remote_async_get_pending_events_handler): Likewise. | |
1320 | (do_notif_event_xfree): Likewise. | |
1321 | * remote.c (get_remote_arch_state): Likewise. | |
1322 | (remote_pspace_data_cleanup): Likewise. | |
1323 | (get_remote_exec_file): Likewise. | |
1324 | (set_pspace_remote_exec_file): Likewise. | |
1325 | (compare_pnums): Likewise. | |
1326 | (clear_threads_listing_context): Likewise. | |
1327 | (remote_newthread_step): Likewise. | |
1328 | (start_thread): Likewise. | |
1329 | (end_thread): Likewise. | |
1330 | (remove_child_of_pending_fork): Likewise. | |
1331 | (remove_stop_reply_for_inferior): Likewise. | |
1332 | (remove_stop_reply_of_remote_state): Likewise. | |
1333 | (remote_notif_remove_once_on_match): Likewise. | |
1334 | (stop_reply_match_ptid_and_ws): Likewise. | |
1335 | (kill_child_of_pending_fork): Likewise. | |
1336 | (register_remote_g_packet_guess): Likewise. | |
1337 | (remote_read_description_p): Likewise. | |
1338 | (remote_read_description): Likewise. | |
1339 | (free_actions_list_cleanup_wrapper): Likewise. | |
1340 | (remote_async_serial_handler): Likewise. | |
1341 | * rl78-tdep.c (rl78_get_opcode_byte): Likewise. | |
1342 | (rl78_analyze_frame_prologue): Likewise. | |
1343 | * rs6000-tdep.c (ppc_supply_gregset): Likewise. | |
1344 | (ppc_supply_fpregset): Likewise. | |
1345 | (ppc_supply_vsxregset): Likewise. | |
1346 | (ppc_supply_vrregset): Likewise. | |
1347 | (ppc_collect_gregset): Likewise. | |
1348 | (ppc_collect_fpregset): Likewise. | |
1349 | (ppc_collect_vsxregset): Likewise. | |
1350 | (ppc_collect_vrregset): Likewise. | |
1351 | (e500_move_ev_register): Likewise. | |
1352 | (do_regcache_raw_write): Likewise. | |
1353 | (rs6000_frame_cache): Likewise. | |
1354 | (rs6000_epilogue_frame_cache): Likewise. | |
1355 | (rs6000_gdbarch_init): Likewise. | |
1356 | * rx-tdep.c (rx_get_opcode_byte): Likewise. | |
1357 | (rx_analyze_frame_prologue): Likewise. | |
1358 | (rx_frame_type): Likewise. | |
1359 | (rx_frame_sniffer_common): Likewise. | |
1360 | * s390-linux-tdep.c (s390_check_for_saved): Likewise. | |
1361 | (s390_frame_unwind_cache): Likewise. | |
1362 | (s390_stub_frame_unwind_cache): Likewise. | |
1363 | (s390_sigtramp_frame_unwind_cache): Likewise. | |
1364 | * score-tdep.c (score_make_prologue_cache): Likewise. | |
1365 | * sentinel-frame.c (sentinel_frame_prev_register): Likewise. | |
1366 | (sentinel_frame_prev_arch): Likewise. | |
1367 | * ser-base.c (fd_event): Likewise. | |
1368 | (push_event): Likewise. | |
1369 | (ser_base_write): Likewise. | |
1370 | * ser-pipe.c (pipe_close): Likewise. | |
1371 | * serial.c (serial_write): Likewise. | |
1372 | * sh-tdep.c (sh_frame_cache): Likewise. | |
1373 | (sh_stub_this_id): Likewise. | |
1374 | * sh64-tdep.c (sh64_frame_cache): Likewise. | |
1375 | * solib-aix.c (get_solib_aix_inferior_data): Likewise. | |
1376 | (library_list_start_library): Likewise. | |
1377 | (library_list_start_list): Likewise. | |
1378 | (solib_aix_free_library_list): Likewise. | |
1379 | * solib-darwin.c (get_darwin_info): Likewise. | |
1380 | * solib-dsbt.c (get_dsbt_info): Likewise. | |
1381 | * solib-spu.c (append_ocl_sos): Likewise. | |
1382 | * solib-svr4.c (svr4_pspace_data_cleanup): Likewise. | |
1383 | (get_svr4_info): Likewise. | |
1384 | (library_list_start_library): Likewise. | |
1385 | (svr4_library_list_start_list): Likewise. | |
1386 | (hash_probe_and_action): Likewise. | |
1387 | (equal_probe_and_action): Likewise. | |
1388 | (svr4_update_solib_event_breakpoint): Likewise. | |
1389 | (set_solib_svr4_fetch_link_map_offsets): Likewise. | |
1390 | (svr4_fetch_link_map_offsets): Likewise. | |
1391 | (svr4_have_link_map_offsets): Likewise. | |
1392 | * solib-target.c (library_list_start_segment): Likewise. | |
1393 | (library_list_start_section): Likewise. | |
1394 | (library_list_start_library): Likewise. | |
1395 | (library_list_end_library): Likewise. | |
1396 | (library_list_start_list): Likewise. | |
1397 | (solib_target_free_library_list): Likewise. | |
1398 | * solib.c (solib_ops): Likewise. | |
1399 | (set_solib_ops): Likewise. | |
1400 | * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise. | |
1401 | * sparc-tdep.c (sparc_frame_cache): Likewise. | |
1402 | (sparc32_frame_cache): Likewise. | |
1403 | (sparc32_supply_gregset): Likewise. | |
1404 | (sparc32_collect_gregset): Likewise. | |
1405 | (sparc32_supply_fpregset): Likewise. | |
1406 | (sparc32_collect_fpregset): Likewise. | |
1407 | * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise. | |
1408 | * sparc64-tdep.c (sparc64_supply_gregset): Likewise. | |
1409 | (sparc64_collect_gregset): Likewise. | |
1410 | (sparc64_supply_fpregset): Likewise. | |
1411 | (sparc64_collect_fpregset): Likewise. | |
1412 | * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise. | |
1413 | * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise. | |
1414 | * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise. | |
1415 | (sparc64obsd_trapframe_cache): Likewise. | |
1416 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise. | |
1417 | * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise. | |
1418 | * spu-multiarch.c (spu_gdbarch): Likewise. | |
1419 | * spu-tdep.c (spu_frame_unwind_cache): Likewise. | |
1420 | (spu2ppu_prev_arch): Likewise. | |
1421 | (spu2ppu_this_id): Likewise. | |
1422 | (spu2ppu_prev_register): Likewise. | |
1423 | (spu2ppu_dealloc_cache): Likewise. | |
1424 | (spu_dis_asm_print_address): Likewise. | |
1425 | (gdb_print_insn_spu): Likewise. | |
1426 | (spu_get_overlay_table): Likewise. | |
1427 | * stabsread.c (rs6000_builtin_type): Likewise. | |
1428 | * stack.c (do_print_variable_and_value): Likewise. | |
1429 | * stap-probe.c (get_stap_base_address_1): Likewise. | |
1430 | * symfile-debug.c (debug_qf_has_symbols): Likewise. | |
1431 | (debug_qf_find_last_source_symtab): Likewise. | |
1432 | (debug_qf_forget_cached_source_info): Likewise. | |
1433 | (debug_qf_map_symtabs_matching_filename): Likewise. | |
1434 | (debug_qf_lookup_symbol): Likewise. | |
1435 | (debug_qf_print_stats): Likewise. | |
1436 | (debug_qf_dump): Likewise. | |
1437 | (debug_qf_relocate): Likewise. | |
1438 | (debug_qf_expand_symtabs_for_function): Likewise. | |
1439 | (debug_qf_expand_all_symtabs): Likewise. | |
1440 | (debug_qf_expand_symtabs_with_fullname): Likewise. | |
1441 | (debug_qf_map_matching_symbols): Likewise. | |
1442 | (debug_qf_expand_symtabs_matching): Likewise. | |
1443 | (debug_qf_find_pc_sect_compunit_symtab): Likewise. | |
1444 | (debug_qf_map_symbol_filenames): Likewise. | |
1445 | (debug_sym_get_probes): Likewise. | |
1446 | (debug_sym_new_init): Likewise. | |
1447 | (debug_sym_init): Likewise. | |
1448 | (debug_sym_read): Likewise. | |
1449 | (debug_sym_read_psymbols): Likewise. | |
1450 | (debug_sym_finish): Likewise. | |
1451 | (debug_sym_offsets): Likewise. | |
1452 | (debug_sym_read_linetable): Likewise. | |
1453 | (debug_sym_relocate): Likewise. | |
1454 | (uninstall_symfile_debug_logging): Likewise. | |
1455 | * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise. | |
1456 | * symfile.c (place_section): Likewise. | |
1457 | (add_section_size_callback): Likewise. | |
1458 | (load_progress): Likewise. | |
1459 | (load_section_callback): Likewise. | |
1460 | (clear_memory_write_data): Likewise. | |
1461 | (allocate_symtab): Likewise. | |
1462 | * symmisc.c (maintenance_expand_file_matcher): Likewise. | |
1463 | * symtab.c (lookup_symtab_callback): Likewise. | |
1464 | (hash_demangled_name_entry): Likewise. | |
1465 | (eq_demangled_name_entry): Likewise. | |
1466 | (get_symbol_cache): Likewise. | |
1467 | (symbol_cache_cleanup): Likewise. | |
1468 | (set_symbol_cache_size): Likewise. | |
1469 | (symbol_cache_flush): Likewise. | |
1470 | (maintenance_print_symbol_cache): Likewise. | |
1471 | (maintenance_print_symbol_cache_statistics): Likewise. | |
1472 | (delete_filename_seen_cache): Likewise. | |
1473 | (output_partial_symbol_filename): Likewise. | |
1474 | (search_symbols_file_matches): Likewise. | |
1475 | (search_symbols_name_matches): Likewise. | |
1476 | (do_free_completion_list): Likewise. | |
1477 | (maybe_add_partial_symtab_filename): Likewise. | |
1478 | (get_main_info): Likewise. | |
1479 | (main_info_cleanup): Likewise. | |
1480 | * target-dcache.c (target_dcache_cleanup): Likewise. | |
1481 | (target_dcache_init_p): Likewise. | |
1482 | (target_dcache_invalidate): Likewise. | |
1483 | (target_dcache_get): Likewise. | |
1484 | (target_dcache_get_or_init): Likewise. | |
1485 | * target-descriptions.c (target_find_description): Likewise. | |
1486 | (tdesc_find_type): Likewise. | |
1487 | (tdesc_data_cleanup): Likewise. | |
1488 | (tdesc_find_arch_register): Likewise. | |
1489 | (tdesc_register_name): Likewise. | |
1490 | (tdesc_register_type): Likewise. | |
1491 | (tdesc_register_reggroup_p): Likewise. | |
1492 | (set_tdesc_pseudo_register_name): Likewise. | |
1493 | (set_tdesc_pseudo_register_type): Likewise. | |
1494 | (set_tdesc_pseudo_register_reggroup_p): Likewise. | |
1495 | (tdesc_use_registers): Likewise. | |
1496 | (free_target_description): Likewise. | |
1497 | * target-memory.c (compare_block_starting_address): Likewise. | |
1498 | (cleanup_request_data): Likewise. | |
1499 | (cleanup_write_requests_vector): Likewise. | |
1500 | * target.c (open_target): Likewise. | |
1501 | (cleanup_restore_target_terminal): Likewise. | |
1502 | (free_memory_read_result_vector): Likewise. | |
1503 | * thread.c (disable_thread_stack_temporaries): Likewise. | |
1504 | (finish_thread_state_cleanup): Likewise. | |
1505 | (do_restore_current_thread_cleanup): Likewise. | |
1506 | (restore_current_thread_cleanup_dtor): Likewise. | |
1507 | (set_thread_refcount): Likewise. | |
1508 | (tp_array_compar): Likewise. | |
1509 | (do_captured_thread_select): Likewise. | |
1510 | * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise. | |
1511 | (tic6x_stub_this_id): Likewise. | |
1512 | * tilegx-tdep.c (tilegx_frame_cache): Likewise. | |
1513 | * top.c (do_restore_instream_cleanup): Likewise. | |
1514 | (gdb_readline_wrapper_cleanup): Likewise. | |
1515 | (kill_or_detach): Likewise. | |
1516 | (print_inferior_quit_action): Likewise. | |
1517 | * tracefile-tfile.c (match_blocktype): Likewise. | |
1518 | (build_traceframe_info): Likewise. | |
1519 | * tracefile.c (trace_file_writer_xfree): Likewise. | |
1520 | * tracepoint.c (memrange_cmp): Likewise. | |
1521 | (do_collect_symbol): Likewise. | |
1522 | (do_clear_collection_list): Likewise. | |
1523 | (do_restore_current_traceframe_cleanup): Likewise. | |
1524 | (restore_current_traceframe_cleanup_dtor): Likewise. | |
1525 | (free_current_marker): Likewise. | |
1526 | (traceframe_info_start_memory): Likewise. | |
1527 | (traceframe_info_start_tvar): Likewise. | |
1528 | (free_result): Likewise. | |
1529 | * tramp-frame.c (tramp_frame_cache): Likewise. | |
1530 | * tui/tui-file.c (tui_file_delete): Likewise. | |
1531 | (tui_fileopen): Likewise. | |
1532 | (tui_sfileopen): Likewise. | |
1533 | (tui_file_isatty): Likewise. | |
1534 | (tui_file_rewind): Likewise. | |
1535 | (tui_file_put): Likewise. | |
1536 | (tui_file_fputs): Likewise. | |
1537 | (tui_file_get_strbuf): Likewise. | |
1538 | (tui_file_adjust_strbuf): Likewise. | |
1539 | (tui_file_flush): Likewise. | |
1540 | * tui/tui-layout.c (make_command_window): Likewise. | |
1541 | (make_data_window): Likewise. | |
1542 | (show_source_disasm_command): Likewise. | |
1543 | (show_data): Likewise. | |
1544 | (make_source_or_disasm_window): Likewise. | |
1545 | (show_source_or_disasm_and_command): Likewise. | |
1546 | * tui/tui-out.c (tui_field_int): Likewise. | |
1547 | (tui_field_string): Likewise. | |
1548 | (tui_field_fmt): Likewise. | |
1549 | (tui_text): Likewise. | |
1550 | * typeprint.c (hash_typedef_field): Likewise. | |
1551 | (eq_typedef_field): Likewise. | |
1552 | (do_free_typedef_hash): Likewise. | |
1553 | (copy_typedef_hash_element): Likewise. | |
1554 | (do_free_global_table): Likewise. | |
1555 | (find_global_typedef): Likewise. | |
1556 | (find_typedef_in_hash): Likewise. | |
1557 | * ui-file.c (ui_file_write_for_put): Likewise. | |
1558 | (do_ui_file_xstrdup): Likewise. | |
1559 | (mem_file_delete): Likewise. | |
1560 | (mem_file_rewind): Likewise. | |
1561 | (mem_file_put): Likewise. | |
1562 | (mem_file_write): Likewise. | |
1563 | (stdio_file_delete): Likewise. | |
1564 | (stdio_file_flush): Likewise. | |
1565 | (stdio_file_read): Likewise. | |
1566 | (stdio_file_write): Likewise. | |
1567 | (stdio_file_write_async_safe): Likewise. | |
1568 | (stdio_file_fputs): Likewise. | |
1569 | (stdio_file_isatty): Likewise. | |
1570 | (stdio_file_fseek): Likewise. | |
1571 | (tee_file_delete): Likewise. | |
1572 | (tee_file_flush): Likewise. | |
1573 | (tee_file_write): Likewise. | |
1574 | (tee_file_fputs): Likewise. | |
1575 | (tee_file_isatty): Likewise. | |
1576 | * ui-out.c (do_cleanup_table_end): Likewise. | |
1577 | (do_cleanup_end): Likewise. | |
1578 | * user-regs.c (user_reg_add): Likewise. | |
1579 | (user_reg_map_name_to_regnum): Likewise. | |
1580 | (usernum_to_user_reg): Likewise. | |
1581 | (maintenance_print_user_registers): Likewise. | |
1582 | * utils.c (do_bfd_close_cleanup): Likewise. | |
1583 | (do_fclose_cleanup): Likewise. | |
1584 | (do_obstack_free): Likewise. | |
1585 | (do_ui_file_delete): Likewise. | |
1586 | (do_ui_out_redirect_pop): Likewise. | |
1587 | (do_free_section_addr_info): Likewise. | |
1588 | (restore_integer): Likewise. | |
1589 | (do_unpush_target): Likewise. | |
1590 | (do_htab_delete_cleanup): Likewise. | |
1591 | (do_restore_ui_file): Likewise. | |
1592 | (do_value_free): Likewise. | |
1593 | (do_free_so): Likewise. | |
1594 | (free_current_contents): Likewise. | |
1595 | (do_regfree_cleanup): Likewise. | |
1596 | (core_addr_hash): Likewise. | |
1597 | (core_addr_eq): Likewise. | |
1598 | (do_free_char_ptr_vec): Likewise. | |
1599 | * v850-tdep.c (v850_frame_cache): Likewise. | |
1600 | * varobj.c (do_free_variable_cleanup): Likewise. | |
1601 | * vax-tdep.c (vax_supply_gregset): Likewise. | |
1602 | (vax_frame_cache): Likewise. | |
1603 | * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise. | |
1604 | * xml-support.c (gdb_xml_body_text): Likewise. | |
1605 | (gdb_xml_values_cleanup): Likewise. | |
1606 | (gdb_xml_start_element): Likewise. | |
1607 | (gdb_xml_start_element_wrapper): Likewise. | |
1608 | (gdb_xml_end_element): Likewise. | |
1609 | (gdb_xml_end_element_wrapper): Likewise. | |
1610 | (gdb_xml_cleanup): Likewise. | |
1611 | (gdb_xml_fetch_external_entity): Likewise. | |
1612 | (gdb_xml_parse_attr_enum): Likewise. | |
1613 | (xinclude_start_include): Likewise. | |
1614 | (xinclude_end_include): Likewise. | |
1615 | (xml_xinclude_default): Likewise. | |
1616 | (xml_xinclude_start_doctype): Likewise. | |
1617 | (xml_xinclude_end_doctype): Likewise. | |
1618 | (xml_xinclude_cleanup): Likewise. | |
1619 | (xml_fetch_content_from_file): Likewise. | |
1620 | * xml-syscall.c (free_syscalls_info): Likewise. | |
1621 | (syscall_start_syscall): Likewise. | |
1622 | * xml-tdesc.c (tdesc_end_arch): Likewise. | |
1623 | (tdesc_end_osabi): Likewise. | |
1624 | (tdesc_end_compatible): Likewise. | |
1625 | (tdesc_start_target): Likewise. | |
1626 | (tdesc_start_feature): Likewise. | |
1627 | (tdesc_start_reg): Likewise. | |
1628 | (tdesc_start_union): Likewise. | |
1629 | (tdesc_start_struct): Likewise. | |
1630 | (tdesc_start_flags): Likewise. | |
1631 | (tdesc_start_field): Likewise. | |
1632 | (tdesc_start_vector): Likewise. | |
1633 | (fetch_available_features_from_target): Likewise. | |
1634 | * xstormy16-tdep.c (xstormy16_frame_cache): Likewise. | |
1635 | * xtensa-tdep.c (xtensa_supply_gregset): Likewise. | |
1636 | (xtensa_frame_cache): Likewise. | |
1637 | (xtensa_frame_prev_register): Likewise. | |
1638 | (xtensa_extract_return_value): Likewise. | |
1639 | ||
9a3c8263 SM |
1640 | 2015-09-25 Simon Marchi <simon.marchi@ericsson.com> |
1641 | ||
1642 | * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s). | |
1643 | (aarch64_make_stub_cache): Likewise. | |
1644 | (value_of_aarch64_user_reg): Likewise. | |
1645 | * ada-lang.c (ada_inferior_data_cleanup): Likewise. | |
1646 | (get_ada_inferior_data): Likewise. | |
1647 | (get_ada_pspace_data): Likewise. | |
1648 | (ada_pspace_data_cleanup): Likewise. | |
1649 | (ada_complete_symbol_matcher): Likewise. | |
1650 | (ada_exc_search_name_matches): Likewise. | |
1651 | * ada-tasks.c (get_ada_tasks_pspace_data): Likewise. | |
1652 | (get_ada_tasks_inferior_data): Likewise. | |
1653 | * addrmap.c (addrmap_mutable_foreach_worker): Likewise. | |
1654 | (splay_obstack_alloc): Likewise. | |
1655 | (splay_obstack_free): Likewise. | |
1656 | * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise. | |
1657 | (alpha_linux_collect_gregset): Likewise. | |
1658 | (alpha_linux_supply_fpregset): Likewise. | |
1659 | (alpha_linux_collect_fpregset): Likewise. | |
1660 | * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise. | |
1661 | * alpha-tdep.c (alpha_lds): Likewise. | |
1662 | (alpha_sts): Likewise. | |
1663 | (alpha_sigtramp_frame_unwind_cache): Likewise. | |
1664 | (alpha_heuristic_frame_unwind_cache): Likewise. | |
1665 | (alpha_supply_int_regs): Likewise. | |
1666 | (alpha_fill_int_regs): Likewise. | |
1667 | (alpha_supply_fp_regs): Likewise. | |
1668 | (alpha_fill_fp_regs): Likewise. | |
1669 | * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise. | |
1670 | (alphanbsd_aout_supply_gregset): Likewise. | |
1671 | (alphanbsd_supply_gregset): Likewise. | |
1672 | * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise. | |
1673 | (amd64_x32_linux_init_abi): Likewise. | |
1674 | * amd64-nat.c (amd64_supply_native_gregset): Likewise. | |
1675 | (amd64_collect_native_gregset): Likewise. | |
1676 | * amd64-tdep.c (amd64_frame_cache): Likewise. | |
1677 | (amd64_sigtramp_frame_cache): Likewise. | |
1678 | (amd64_epilogue_frame_cache): Likewise. | |
1679 | (amd64_supply_fxsave): Likewise. | |
1680 | (amd64_supply_xsave): Likewise. | |
1681 | (amd64_collect_fxsave): Likewise. | |
1682 | (amd64_collect_xsave): Likewise. | |
1683 | * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise. | |
1684 | * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise. | |
1685 | * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise. | |
1686 | (arm_linux_collect_gregset): Likewise. | |
1687 | (arm_linux_supply_nwfpe): Likewise. | |
1688 | (arm_linux_collect_nwfpe): Likewise. | |
1689 | (arm_linux_supply_vfp): Likewise. | |
1690 | (arm_linux_collect_vfp): Likewise. | |
1691 | * arm-tdep.c (arm_find_mapping_symbol): Likewise. | |
1692 | (arm_prologue_unwind_stop_reason): Likewise. | |
1693 | (arm_prologue_this_id): Likewise. | |
1694 | (arm_prologue_prev_register): Likewise. | |
1695 | (arm_exidx_data_free): Likewise. | |
1696 | (arm_find_exidx_entry): Likewise. | |
1697 | (arm_stub_this_id): Likewise. | |
1698 | (arm_m_exception_this_id): Likewise. | |
1699 | (arm_m_exception_prev_register): Likewise. | |
1700 | (arm_normal_frame_base): Likewise. | |
1701 | (gdb_print_insn_arm): Likewise. | |
1702 | (arm_objfile_data_free): Likewise. | |
1703 | (arm_record_special_symbol): Likewise. | |
1704 | (value_of_arm_user_reg): Likewise. | |
1705 | * armbsd-tdep.c (armbsd_supply_fpregset): Likewise. | |
1706 | (armbsd_supply_gregset): Likewise. | |
1707 | * auto-load.c (auto_load_pspace_data_cleanup): Likewise. | |
1708 | (get_auto_load_pspace_data): Likewise. | |
1709 | (hash_loaded_script_entry): Likewise. | |
1710 | (eq_loaded_script_entry): Likewise. | |
1711 | (clear_section_scripts): Likewise. | |
1712 | (collect_matching_scripts): Likewise. | |
1713 | * auxv.c (auxv_inferior_data_cleanup): Likewise. | |
1714 | (get_auxv_inferior_data): Likewise. | |
1715 | * avr-tdep.c (avr_frame_unwind_cache): Likewise. | |
1716 | * ax-general.c (do_free_agent_expr_cleanup): Likewise. | |
1717 | * bfd-target.c (target_bfd_xfer_partial): Likewise. | |
1718 | (target_bfd_xclose): Likewise. | |
1719 | (target_bfd_get_section_table): Likewise. | |
1720 | * bfin-tdep.c (bfin_frame_cache): Likewise. | |
1721 | * block.c (find_block_in_blockvector): Likewise. | |
1722 | (call_site_for_pc): Likewise. | |
1723 | (block_find_non_opaque_type_preferred): Likewise. | |
1724 | * break-catch-sig.c (signal_catchpoint_insert_location): Likewise. | |
1725 | (signal_catchpoint_remove_location): Likewise. | |
1726 | (signal_catchpoint_breakpoint_hit): Likewise. | |
1727 | (signal_catchpoint_print_one): Likewise. | |
1728 | (signal_catchpoint_print_mention): Likewise. | |
1729 | (signal_catchpoint_print_recreate): Likewise. | |
1730 | * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise. | |
1731 | * breakpoint.c (do_cleanup_counted_command_line): Likewise. | |
1732 | (bp_location_compare_addrs): Likewise. | |
1733 | (get_first_locp_gte_addr): Likewise. | |
1734 | (check_tracepoint_command): Likewise. | |
1735 | (do_map_commands_command): Likewise. | |
1736 | (get_breakpoint_objfile_data): Likewise. | |
1737 | (free_breakpoint_probes): Likewise. | |
1738 | (do_captured_breakpoint_query): Likewise. | |
1739 | (compare_breakpoints): Likewise. | |
1740 | (bp_location_compare): Likewise. | |
1741 | (bpstat_remove_breakpoint_callback): Likewise. | |
1742 | (do_delete_breakpoint_cleanup): Likewise. | |
1743 | * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise. | |
1744 | (bsd_uthread_set_collect_uthread): Likewise. | |
1745 | (bsd_uthread_activate): Likewise. | |
1746 | (bsd_uthread_fetch_registers): Likewise. | |
1747 | (bsd_uthread_store_registers): Likewise. | |
1748 | * btrace.c (check_xml_btrace_version): Likewise. | |
1749 | (parse_xml_btrace_block): Likewise. | |
1750 | (parse_xml_btrace_pt_config_cpu): Likewise. | |
1751 | (parse_xml_btrace_pt_raw): Likewise. | |
1752 | (parse_xml_btrace_pt): Likewise. | |
1753 | (parse_xml_btrace_conf_bts): Likewise. | |
1754 | (parse_xml_btrace_conf_pt): Likewise. | |
1755 | (do_btrace_data_cleanup): Likewise. | |
1756 | * c-typeprint.c (find_typedef_for_canonicalize): Likewise. | |
1757 | * charset.c (cleanup_iconv): Likewise. | |
1758 | (do_cleanup_iterator): Likewise. | |
1759 | * cli-out.c (cli_uiout_dtor): Likewise. | |
1760 | (cli_table_begin): Likewise. | |
1761 | (cli_table_body): Likewise. | |
1762 | (cli_table_end): Likewise. | |
1763 | (cli_table_header): Likewise. | |
1764 | (cli_begin): Likewise. | |
1765 | (cli_end): Likewise. | |
1766 | (cli_field_int): Likewise. | |
1767 | (cli_field_skip): Likewise. | |
1768 | (cli_field_string): Likewise. | |
1769 | (cli_field_fmt): Likewise. | |
1770 | (cli_spaces): Likewise. | |
1771 | (cli_text): Likewise. | |
1772 | (cli_message): Likewise. | |
1773 | (cli_wrap_hint): Likewise. | |
1774 | (cli_flush): Likewise. | |
1775 | (cli_redirect): Likewise. | |
1776 | (out_field_fmt): Likewise. | |
1777 | (field_separator): Likewise. | |
1778 | (cli_out_set_stream): Likewise. | |
1779 | * cli/cli-cmds.c (compare_symtabs): Likewise. | |
1780 | * cli/cli-dump.c (call_dump_func): Likewise. | |
1781 | (restore_section_callback): Likewise. | |
1782 | * cli/cli-script.c (clear_hook_in_cleanup): Likewise. | |
1783 | (do_restore_user_call_depth): Likewise. | |
1784 | (do_free_command_lines_cleanup): Likewise. | |
1785 | * coff-pe-read.c (get_section_vmas): Likewise. | |
1786 | (pe_as16): Likewise. | |
1787 | (pe_as32): Likewise. | |
1788 | * coffread.c (coff_symfile_read): Likewise. | |
1789 | * common/agent.c (agent_look_up_symbols): Likewise. | |
1790 | * common/filestuff.c (do_close_cleanup): Likewise. | |
1791 | * common/format.c (free_format_pieces_cleanup): Likewise. | |
1792 | * common/vec.c (vec_o_reserve): Likewise. | |
1793 | * compile/compile-c-support.c (print_one_macro): Likewise. | |
1794 | * compile/compile-c-symbols.c (hash_symbol_error): Likewise. | |
1795 | (eq_symbol_error): Likewise. | |
1796 | (del_symbol_error): Likewise. | |
1797 | (error_symbol_once): Likewise. | |
1798 | (gcc_convert_symbol): Likewise. | |
1799 | (gcc_symbol_address): Likewise. | |
1800 | (hash_symname): Likewise. | |
1801 | (eq_symname): Likewise. | |
1802 | * compile/compile-c-types.c (hash_type_map_instance): Likewise. | |
1803 | (eq_type_map_instance): Likewise. | |
1804 | (insert_type): Likewise. | |
1805 | (convert_type): Likewise. | |
1806 | * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise. | |
1807 | (setup_sections): Likewise. | |
1808 | (link_hash_table_free): Likewise. | |
1809 | (copy_sections): Likewise. | |
1810 | * compile/compile-object-run.c (do_module_cleanup): Likewise. | |
1811 | * compile/compile.c (compile_print_value): Likewise. | |
1812 | (do_rmdir): Likewise. | |
1813 | (cleanup_compile_instance): Likewise. | |
1814 | (cleanup_unlink_file): Likewise. | |
1815 | * completer.c (free_completion_tracker): Likewise. | |
1816 | * corelow.c (add_to_spuid_list): Likewise. | |
1817 | * cp-namespace.c (reset_directive_searched): Likewise. | |
1818 | * cp-support.c (reset_directive_searched): Likewise. | |
1819 | * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise. | |
1820 | (cris_frame_unwind_cache): Likewise. | |
1821 | * d-lang.c (builtin_d_type): Likewise. | |
1822 | * d-namespace.c (reset_directive_searched): Likewise. | |
1823 | * dbxread.c (dbx_free_symfile_info): Likewise. | |
1824 | (do_free_bincl_list_cleanup): Likewise. | |
1825 | * disasm.c (hash_dis_line_entry): Likewise. | |
1826 | (eq_dis_line_entry): Likewise. | |
1827 | (dis_asm_print_address): Likewise. | |
1828 | (fprintf_disasm): Likewise. | |
1829 | (do_ui_file_delete): Likewise. | |
1830 | * doublest.c (convert_floatformat_to_doublest): Likewise. | |
1831 | * dummy-frame.c (pop_dummy_frame_bpt): Likewise. | |
1832 | (dummy_frame_prev_register): Likewise. | |
1833 | (dummy_frame_this_id): Likewise. | |
1834 | * dwarf2-frame-tailcall.c (cache_hash): Likewise. | |
1835 | (cache_eq): Likewise. | |
1836 | (cache_find): Likewise. | |
1837 | (tailcall_frame_this_id): Likewise. | |
1838 | (dwarf2_tailcall_prev_register_first): Likewise. | |
1839 | (tailcall_frame_prev_register): Likewise. | |
1840 | (tailcall_frame_dealloc_cache): Likewise. | |
1841 | (tailcall_frame_prev_arch): Likewise. | |
1842 | * dwarf2-frame.c (dwarf2_frame_state_free): Likewise. | |
1843 | (dwarf2_frame_set_init_reg): Likewise. | |
1844 | (dwarf2_frame_init_reg): Likewise. | |
1845 | (dwarf2_frame_set_signal_frame_p): Likewise. | |
1846 | (dwarf2_frame_signal_frame_p): Likewise. | |
1847 | (dwarf2_frame_set_adjust_regnum): Likewise. | |
1848 | (dwarf2_frame_adjust_regnum): Likewise. | |
1849 | (clear_pointer_cleanup): Likewise. | |
1850 | (dwarf2_frame_cache): Likewise. | |
1851 | (find_cie): Likewise. | |
1852 | (dwarf2_frame_find_fde): Likewise. | |
1853 | * dwarf2expr.c (dwarf_expr_address_type): Likewise. | |
1854 | (free_dwarf_expr_context_cleanup): Likewise. | |
1855 | * dwarf2loc.c (locexpr_find_frame_base_location): Likewise. | |
1856 | (locexpr_get_frame_base): Likewise. | |
1857 | (loclist_find_frame_base_location): Likewise. | |
1858 | (loclist_get_frame_base): Likewise. | |
1859 | (dwarf_expr_dwarf_call): Likewise. | |
1860 | (dwarf_expr_get_base_type): Likewise. | |
1861 | (dwarf_expr_push_dwarf_reg_entry_value): Likewise. | |
1862 | (dwarf_expr_get_obj_addr): Likewise. | |
1863 | (entry_data_value_coerce_ref): Likewise. | |
1864 | (entry_data_value_copy_closure): Likewise. | |
1865 | (entry_data_value_free_closure): Likewise. | |
1866 | (get_frame_address_in_block_wrapper): Likewise. | |
1867 | (dwarf2_evaluate_property): Likewise. | |
1868 | (dwarf2_compile_property_to_c): Likewise. | |
1869 | (needs_frame_read_addr_from_reg): Likewise. | |
1870 | (needs_frame_get_reg_value): Likewise. | |
1871 | (needs_frame_frame_base): Likewise. | |
1872 | (needs_frame_frame_cfa): Likewise. | |
1873 | (needs_frame_tls_address): Likewise. | |
1874 | (needs_frame_dwarf_call): Likewise. | |
1875 | (needs_dwarf_reg_entry_value): Likewise. | |
1876 | (get_ax_pc): Likewise. | |
1877 | (locexpr_read_variable): Likewise. | |
1878 | (locexpr_read_variable_at_entry): Likewise. | |
1879 | (locexpr_read_needs_frame): Likewise. | |
1880 | (locexpr_describe_location): Likewise. | |
1881 | (locexpr_tracepoint_var_ref): Likewise. | |
1882 | (locexpr_generate_c_location): Likewise. | |
1883 | (loclist_read_variable): Likewise. | |
1884 | (loclist_read_variable_at_entry): Likewise. | |
1885 | (loclist_describe_location): Likewise. | |
1886 | (loclist_tracepoint_var_ref): Likewise. | |
1887 | (loclist_generate_c_location): Likewise. | |
1888 | * dwarf2read.c (line_header_hash_voidp): Likewise. | |
1889 | (line_header_eq_voidp): Likewise. | |
1890 | (dwarf2_has_info): Likewise. | |
1891 | (dwarf2_get_section_info): Likewise. | |
1892 | (locate_dwz_sections): Likewise. | |
1893 | (hash_file_name_entry): Likewise. | |
1894 | (eq_file_name_entry): Likewise. | |
1895 | (delete_file_name_entry): Likewise. | |
1896 | (dw2_setup): Likewise. | |
1897 | (dw2_get_file_names_reader): Likewise. | |
1898 | (dw2_find_pc_sect_compunit_symtab): Likewise. | |
1899 | (hash_signatured_type): Likewise. | |
1900 | (eq_signatured_type): Likewise. | |
1901 | (add_signatured_type_cu_to_table): Likewise. | |
1902 | (create_debug_types_hash_table): Likewise. | |
1903 | (lookup_dwo_signatured_type): Likewise. | |
1904 | (lookup_dwp_signatured_type): Likewise. | |
1905 | (lookup_signatured_type): Likewise. | |
1906 | (hash_type_unit_group): Likewise. | |
1907 | (eq_type_unit_group): Likewise. | |
1908 | (get_type_unit_group): Likewise. | |
1909 | (process_psymtab_comp_unit_reader): Likewise. | |
1910 | (sort_tu_by_abbrev_offset): Likewise. | |
1911 | (process_skeletonless_type_unit): Likewise. | |
1912 | (psymtabs_addrmap_cleanup): Likewise. | |
1913 | (dwarf2_read_symtab): Likewise. | |
1914 | (psymtab_to_symtab_1): Likewise. | |
1915 | (die_hash): Likewise. | |
1916 | (die_eq): Likewise. | |
1917 | (load_full_comp_unit_reader): Likewise. | |
1918 | (reset_die_in_process): Likewise. | |
1919 | (free_cu_line_header): Likewise. | |
1920 | (handle_DW_AT_stmt_list): Likewise. | |
1921 | (hash_dwo_file): Likewise. | |
1922 | (eq_dwo_file): Likewise. | |
1923 | (hash_dwo_unit): Likewise. | |
1924 | (eq_dwo_unit): Likewise. | |
1925 | (create_dwo_cu_reader): Likewise. | |
1926 | (create_dwo_unit_in_dwp_v1): Likewise. | |
1927 | (create_dwo_unit_in_dwp_v2): Likewise. | |
1928 | (lookup_dwo_unit_in_dwp): Likewise. | |
1929 | (dwarf2_locate_dwo_sections): Likewise. | |
1930 | (dwarf2_locate_common_dwp_sections): Likewise. | |
1931 | (dwarf2_locate_v2_dwp_sections): Likewise. | |
1932 | (hash_dwp_loaded_cutus): Likewise. | |
1933 | (eq_dwp_loaded_cutus): Likewise. | |
1934 | (lookup_dwo_cutu): Likewise. | |
1935 | (abbrev_table_free_cleanup): Likewise. | |
1936 | (dwarf2_free_abbrev_table): Likewise. | |
1937 | (find_partial_die_in_comp_unit): Likewise. | |
1938 | (free_line_header_voidp): Likewise. | |
1939 | (follow_die_offset): Likewise. | |
1940 | (follow_die_sig_1): Likewise. | |
1941 | (free_heap_comp_unit): Likewise. | |
1942 | (free_stack_comp_unit): Likewise. | |
1943 | (dwarf2_free_objfile): Likewise. | |
1944 | (per_cu_offset_and_type_hash): Likewise. | |
1945 | (per_cu_offset_and_type_eq): Likewise. | |
1946 | (get_die_type_at_offset): Likewise. | |
1947 | (partial_die_hash): Likewise. | |
1948 | (partial_die_eq): Likewise. | |
1949 | (dwarf2_per_objfile_free): Likewise. | |
1950 | (hash_strtab_entry): Likewise. | |
1951 | (eq_strtab_entry): Likewise. | |
1952 | (add_string): Likewise. | |
1953 | (hash_symtab_entry): Likewise. | |
1954 | (eq_symtab_entry): Likewise. | |
1955 | (delete_symtab_entry): Likewise. | |
1956 | (cleanup_mapped_symtab): Likewise. | |
1957 | (add_indices_to_cpool): Likewise. | |
1958 | (hash_psymtab_cu_index): Likewise. | |
1959 | (eq_psymtab_cu_index): Likewise. | |
1960 | (add_address_entry_worker): Likewise. | |
1961 | (unlink_if_set): Likewise. | |
1962 | (write_one_signatured_type): Likewise. | |
1963 | (save_gdb_index_command): Likewise. | |
1964 | * elfread.c (elf_symtab_read): Likewise. | |
1965 | (elf_gnu_ifunc_cache_hash): Likewise. | |
1966 | (elf_gnu_ifunc_cache_eq): Likewise. | |
1967 | (elf_gnu_ifunc_record_cache): Likewise. | |
1968 | (elf_gnu_ifunc_resolve_by_cache): Likewise. | |
1969 | (elf_get_probes): Likewise. | |
1970 | (probe_key_free): Likewise. | |
1971 | * f-lang.c (builtin_f_type): Likewise. | |
1972 | * frame-base.c (frame_base_append_sniffer): Likewise. | |
1973 | (frame_base_set_default): Likewise. | |
1974 | (frame_base_find_by_frame): Likewise. | |
1975 | * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise. | |
1976 | (frame_unwind_append_unwinder): Likewise. | |
1977 | (frame_unwind_find_by_frame): Likewise. | |
1978 | * frame.c (frame_addr_hash): Likewise. | |
1979 | (frame_addr_hash_eq): Likewise. | |
1980 | (frame_stash_find): Likewise. | |
1981 | (do_frame_register_read): Likewise. | |
1982 | (unwind_to_current_frame): Likewise. | |
1983 | (frame_cleanup_after_sniffer): Likewise. | |
1984 | * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise. | |
1985 | * frv-tdep.c (frv_frame_unwind_cache): Likewise. | |
1986 | * ft32-tdep.c (ft32_frame_cache): Likewise. | |
1987 | * gcore.c (do_bfd_delete_cleanup): Likewise. | |
1988 | (gcore_create_callback): Likewise. | |
1989 | * gdb_bfd.c (hash_bfd): Likewise. | |
1990 | (eq_bfd): Likewise. | |
1991 | (gdb_bfd_open): Likewise. | |
1992 | (free_one_bfd_section): Likewise. | |
1993 | (gdb_bfd_ref): Likewise. | |
1994 | (gdb_bfd_unref): Likewise. | |
1995 | (get_section_descriptor): Likewise. | |
1996 | (gdb_bfd_map_section): Likewise. | |
1997 | (gdb_bfd_crc): Likewise. | |
1998 | (gdb_bfd_mark_parent): Likewise. | |
1999 | (gdb_bfd_record_inclusion): Likewise. | |
2000 | (gdb_bfd_requires_relocations): Likewise. | |
2001 | (print_one_bfd): Likewise. | |
2002 | * gdbtypes.c (type_pair_hash): Likewise. | |
2003 | (type_pair_eq): Likewise. | |
2004 | (builtin_type): Likewise. | |
2005 | (objfile_type): Likewise. | |
2006 | * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise. | |
2007 | (vtable_address_point_offset): Likewise. | |
2008 | (gnuv3_get_vtable): Likewise. | |
2009 | (hash_value_and_voffset): Likewise. | |
2010 | (eq_value_and_voffset): Likewise. | |
2011 | (compare_value_and_voffset): Likewise. | |
2012 | (compute_vtable_size): Likewise. | |
2013 | (gnuv3_get_typeid_type): Likewise. | |
2014 | * go-lang.c (builtin_go_type): Likewise. | |
2015 | * guile/scm-block.c (bkscm_hash_block_smob): Likewise. | |
2016 | (bkscm_eq_block_smob): Likewise. | |
2017 | (bkscm_objfile_block_map): Likewise. | |
2018 | (bkscm_del_objfile_blocks): Likewise. | |
2019 | * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise. | |
2020 | * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise. | |
2021 | (gdbscm_disasm_print_address): Likewise. | |
2022 | * guile/scm-frame.c (frscm_hash_frame_smob): Likewise. | |
2023 | (frscm_eq_frame_smob): Likewise. | |
2024 | (frscm_inferior_frame_map): Likewise. | |
2025 | (frscm_del_inferior_frames): Likewise. | |
2026 | * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise. | |
2027 | * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise. | |
2028 | (ofscm_objfile_smob_from_objfile): Likewise. | |
2029 | * guile/scm-ports.c (ioscm_write): Likewise. | |
2030 | (ioscm_file_port_delete): Likewise. | |
2031 | (ioscm_file_port_rewind): Likewise. | |
2032 | (ioscm_file_port_put): Likewise. | |
2033 | (ioscm_file_port_write): Likewise. | |
2034 | * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise. | |
2035 | (psscm_pspace_smob_from_pspace): Likewise. | |
2036 | * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise. | |
2037 | (scscm_recording_unwind_handler): Likewise. | |
2038 | (gdbscm_with_catch): Likewise. | |
2039 | (scscm_call_0_body): Likewise. | |
2040 | (scscm_call_1_body): Likewise. | |
2041 | (scscm_call_2_body): Likewise. | |
2042 | (scscm_call_3_body): Likewise. | |
2043 | (scscm_call_4_body): Likewise. | |
2044 | (scscm_apply_1_body): Likewise. | |
2045 | (scscm_eval_scheme_string): Likewise. | |
2046 | (gdbscm_safe_eval_string): Likewise. | |
2047 | (scscm_source_scheme_script): Likewise. | |
2048 | (gdbscm_safe_source_script): Likewise. | |
2049 | * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise. | |
2050 | (gdbscm_call_scm_from_stringn): Likewise. | |
2051 | * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise. | |
2052 | (syscm_eq_symbol_smob): Likewise. | |
2053 | (syscm_get_symbol_map): Likewise. | |
2054 | (syscm_del_objfile_symbols): Likewise. | |
2055 | * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise. | |
2056 | (stscm_eq_symtab_smob): Likewise. | |
2057 | (stscm_objfile_symtab_map): Likewise. | |
2058 | (stscm_del_objfile_symtabs): Likewise. | |
2059 | * guile/scm-type.c (tyscm_hash_type_smob): Likewise. | |
2060 | (tyscm_eq_type_smob): Likewise. | |
2061 | (tyscm_type_map): Likewise. | |
2062 | (tyscm_copy_type_recursive): Likewise. | |
2063 | (save_objfile_types): Likewise. | |
2064 | * guile/scm-utils.c (extract_arg): Likewise. | |
2065 | * h8300-tdep.c (h8300_frame_cache): Likewise. | |
2066 | * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise. | |
2067 | * hppa-tdep.c (compare_unwind_entries): Likewise. | |
2068 | (find_unwind_entry): Likewise. | |
2069 | (hppa_frame_cache): Likewise. | |
2070 | (hppa_stub_frame_unwind_cache): Likewise. | |
2071 | * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise. | |
2072 | * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise. | |
2073 | (hppaobsd_supply_fpregset): Likewise. | |
2074 | * i386-cygwin-tdep.c (core_process_module_section): Likewise. | |
2075 | * i386-linux-tdep.c (i386_linux_init_abi): Likewise. | |
2076 | * i386-tdep.c (i386_frame_cache): Likewise. | |
2077 | (i386_epilogue_frame_cache): Likewise. | |
2078 | (i386_sigtramp_frame_cache): Likewise. | |
2079 | (i386_supply_gregset): Likewise. | |
2080 | (i386_collect_gregset): Likewise. | |
2081 | (i386_gdbarch_init): Likewise. | |
2082 | * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise. | |
2083 | (i386obsd_trapframe_cache): Likewise. | |
2084 | * i387-tdep.c (i387_supply_fsave): Likewise. | |
2085 | (i387_collect_fsave): Likewise. | |
2086 | (i387_supply_fxsave): Likewise. | |
2087 | (i387_collect_fxsave): Likewise. | |
2088 | (i387_supply_xsave): Likewise. | |
2089 | (i387_collect_xsave): Likewise. | |
2090 | * ia64-tdep.c (ia64_frame_cache): Likewise. | |
2091 | (ia64_sigtramp_frame_cache): Likewise. | |
2092 | * infcmd.c (attach_command_continuation): Likewise. | |
2093 | (attach_command_continuation_free_args): Likewise. | |
2094 | * inferior.c (restore_inferior): Likewise. | |
2095 | (delete_thread_of_inferior): Likewise. | |
2096 | * inflow.c (inflow_inferior_data_cleanup): Likewise. | |
2097 | (get_inflow_inferior_data): Likewise. | |
2098 | (inflow_inferior_exit): Likewise. | |
2099 | * infrun.c (displaced_step_clear_cleanup): Likewise. | |
2100 | (restore_current_uiout_cleanup): Likewise. | |
2101 | (release_stop_context_cleanup): Likewise. | |
2102 | (do_restore_infcall_suspend_state_cleanup): Likewise. | |
2103 | (do_restore_infcall_control_state_cleanup): Likewise. | |
2104 | (restore_inferior_ptid): Likewise. | |
2105 | * inline-frame.c (block_starting_point_at): Likewise. | |
2106 | * iq2000-tdep.c (iq2000_frame_cache): Likewise. | |
2107 | * jit.c (get_jit_objfile_data): Likewise. | |
2108 | (get_jit_program_space_data): Likewise. | |
2109 | (jit_object_close_impl): Likewise. | |
2110 | (jit_find_objf_with_entry_addr): Likewise. | |
2111 | (jit_breakpoint_deleted): Likewise. | |
2112 | (jit_unwind_reg_set_impl): Likewise. | |
2113 | (jit_unwind_reg_get_impl): Likewise. | |
2114 | (jit_dealloc_cache): Likewise. | |
2115 | (jit_frame_sniffer): Likewise. | |
2116 | (jit_frame_prev_register): Likewise. | |
2117 | (jit_prepend_unwinder): Likewise. | |
2118 | (jit_inferior_exit_hook): Likewise. | |
2119 | (free_objfile_data): Likewise. | |
2120 | * jv-lang.c (jv_per_objfile_free): Likewise. | |
2121 | (get_dynamics_objfile): Likewise. | |
2122 | (get_java_class_symtab): Likewise. | |
2123 | (builtin_java_type): Likewise. | |
2124 | * language.c (language_string_char_type): Likewise. | |
2125 | (language_bool_type): Likewise. | |
2126 | (language_lookup_primitive_type): Likewise. | |
2127 | (language_lookup_primitive_type_as_symbol): Likewise. | |
2128 | * linespec.c (hash_address_entry): Likewise. | |
2129 | (eq_address_entry): Likewise. | |
2130 | (iterate_inline_only): Likewise. | |
2131 | (iterate_name_matcher): Likewise. | |
2132 | (decode_line_2_compare_items): Likewise. | |
2133 | (collect_one_symbol): Likewise. | |
2134 | (compare_symbols): Likewise. | |
2135 | (compare_msymbols): Likewise. | |
2136 | (add_symtabs_to_list): Likewise. | |
2137 | (collect_symbols): Likewise. | |
2138 | (compare_msyms): Likewise. | |
2139 | (add_minsym): Likewise. | |
2140 | (cleanup_linespec_result): Likewise. | |
2141 | * linux-fork.c (inferior_call_waitpid_cleanup): Likewise. | |
2142 | * linux-nat.c (delete_lwp_cleanup): Likewise. | |
2143 | (count_events_callback): Likewise. | |
2144 | (select_event_lwp_callback): Likewise. | |
2145 | (resume_stopped_resumed_lwps): Likewise. | |
2146 | * linux-tdep.c (get_linux_gdbarch_data): Likewise. | |
2147 | (invalidate_linux_cache_inf): Likewise. | |
2148 | (get_linux_inferior_data): Likewise. | |
2149 | (linux_find_memory_regions_thunk): Likewise. | |
2150 | (linux_make_mappings_callback): Likewise. | |
2151 | (linux_corefile_thread_callback): Likewise. | |
2152 | (find_mapping_size): Likewise. | |
2153 | * linux-thread-db.c (find_new_threads_callback): Likewise. | |
2154 | * lm32-tdep.c (lm32_frame_cache): Likewise. | |
2155 | * m2-lang.c (builtin_m2_type): Likewise. | |
2156 | * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise. | |
2157 | * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise. | |
2158 | (m32r_linux_supply_gregset): Likewise. | |
2159 | (m32r_linux_collect_gregset): Likewise. | |
2160 | * m32r-tdep.c (m32r_frame_unwind_cache): Likewise. | |
2161 | * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise. | |
2162 | * m68k-tdep.c (m68k_frame_cache): Likewise. | |
2163 | * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise. | |
2164 | (m68kbsd_supply_gregset): Likewise. | |
2165 | * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise. | |
2166 | * m88k-tdep.c (m88k_frame_cache): Likewise. | |
2167 | (m88k_supply_gregset): Likewise. | |
2168 | ||
224c3ddb SM |
2169 | 2015-09-25 Simon Marchi <simon.marchi@ericsson.com> |
2170 | ||
2171 | * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast | |
2172 | to allocation result assignment. | |
2173 | * ada-exp.y (write_object_renaming): Likewise. | |
2174 | (write_ambiguous_var): Likewise. | |
2175 | (ada_nget_field_index): Likewise. | |
2176 | (write_var_or_type): Likewise. | |
2177 | * ada-lang.c (ada_decode_symbol): Likewise. | |
2178 | (ada_value_assign): Likewise. | |
2179 | (value_pointer): Likewise. | |
2180 | (cache_symbol): Likewise. | |
2181 | (add_nonlocal_symbols): Likewise. | |
2182 | (ada_name_for_lookup): Likewise. | |
2183 | (symbol_completion_add): Likewise. | |
2184 | (ada_to_fixed_type_1): Likewise. | |
2185 | (ada_get_next_arg): Likewise. | |
2186 | (defns_collected): Likewise. | |
2187 | * ada-lex.l (processId): Likewise. | |
2188 | (processString): Likewise. | |
2189 | * ada-tasks.c (read_known_tasks_array): Likewise. | |
2190 | (read_known_tasks_list): Likewise. | |
2191 | * ada-typeprint.c (decoded_type_name): Likewise. | |
2192 | * addrmap.c (addrmap_mutable_create_fixed): Likewise. | |
2193 | * amd64-tdep.c (amd64_push_arguments): Likewise. | |
2194 | (amd64_displaced_step_copy_insn): Likewise. | |
2195 | (amd64_classify_insn_at): Likewise. | |
2196 | (amd64_relocate_instruction): Likewise. | |
2197 | * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise. | |
2198 | * arch-utils.c (simple_displaced_step_copy_insn): Likewise. | |
2199 | (initialize_current_architecture): Likewise. | |
2200 | * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise. | |
2201 | * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise. | |
2202 | * arm-tdep.c (arm_exidx_new_objfile): Likewise. | |
2203 | (arm_push_dummy_call): Likewise. | |
2204 | (extend_buffer_earlier): Likewise. | |
2205 | (arm_adjust_breakpoint_address): Likewise. | |
2206 | (arm_skip_stub): Likewise. | |
2207 | * auto-load.c (filename_is_in_pattern): Likewise. | |
2208 | (maybe_add_script_file): Likewise. | |
2209 | (maybe_add_script_text): Likewise. | |
2210 | (auto_load_objfile_script_1): Likewise. | |
2211 | * auxv.c (ld_so_xfer_auxv): Likewise. | |
2212 | * ax-general.c (new_agent_expr): Likewise. | |
2213 | (grow_expr): Likewise. | |
2214 | (ax_reg_mask): Likewise. | |
2215 | * bcache.c (bcache_full): Likewise. | |
2216 | * breakpoint.c (program_breakpoint_here_p): Likewise. | |
2217 | * btrace.c (parse_xml_raw): Likewise. | |
2218 | * build-id.c (build_id_to_debug_bfd): Likewise. | |
2219 | * buildsym.c (end_symtab_with_blockvector): Likewise. | |
2220 | * c-exp.y (string_exp): Likewise. | |
2221 | (qualified_name): Likewise. | |
2222 | (write_destructor_name): Likewise. | |
2223 | (operator_stoken): Likewise. | |
2224 | (parse_number): Likewise. | |
2225 | (scan_macro_expansion): Likewise. | |
2226 | (yylex): Likewise. | |
2227 | (c_print_token): Likewise. | |
2228 | * c-lang.c (c_get_string): Likewise. | |
2229 | (emit_numeric_character): Likewise. | |
2230 | * charset.c (wchar_iterate): Likewise. | |
2231 | * cli/cli-cmds.c (complete_command): Likewise. | |
2232 | (make_command): Likewise. | |
2233 | * cli/cli-dump.c (restore_section_callback): Likewise. | |
2234 | (restore_binary_file): Likewise. | |
2235 | * cli/cli-interp.c (cli_interpreter_exec): Likewise. | |
2236 | * cli/cli-script.c (execute_control_command): Likewise. | |
2237 | * cli/cli-setshow.c (do_set_command): Likewise. | |
2238 | * coff-pe-read.c (add_pe_forwarded_sym): Likewise. | |
2239 | (read_pe_exported_syms): Likewise. | |
2240 | * coffread.c (coff_read_struct_type): Likewise. | |
2241 | (coff_read_enum_type): Likewise. | |
2242 | * common/btrace-common.c (btrace_data_append): Likewise. | |
2243 | * common/buffer.c (buffer_grow): Likewise. | |
2244 | * common/filestuff.c (gdb_fopen_cloexec): Likewise. | |
2245 | * common/format.c (parse_format_string): Likewise. | |
2246 | * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise. | |
2247 | * common/xml-utils.c (xml_escape_text): Likewise. | |
2248 | * compile/compile-object-load.c (copy_sections): Likewise. | |
2249 | (compile_object_load): Likewise. | |
2250 | * compile/compile-object-run.c (compile_object_run): Likewise. | |
2251 | * completer.c (filename_completer): Likewise. | |
2252 | * corefile.c (read_memory_typed_address): Likewise. | |
2253 | (write_memory_unsigned_integer): Likewise. | |
2254 | (write_memory_signed_integer): Likewise. | |
2255 | (complete_set_gnutarget): Likewise. | |
2256 | * corelow.c (get_core_register_section): Likewise. | |
2257 | * cp-name-parser.y (d_grab): Likewise. | |
2258 | (allocate_info): Likewise. | |
2259 | (cp_new_demangle_parse_info): Likewise. | |
2260 | * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise. | |
2261 | (cp_lookup_symbol_in_namespace): Likewise. | |
2262 | (lookup_namespace_scope): Likewise. | |
2263 | (find_symbol_in_baseclass): Likewise. | |
2264 | (cp_lookup_nested_symbol): Likewise. | |
2265 | (cp_lookup_transparent_type_loop): Likewise. | |
2266 | * cp-support.c (copy_string_to_obstack): Likewise. | |
2267 | (make_symbol_overload_list): Likewise. | |
2268 | (make_symbol_overload_list_namespace): Likewise. | |
2269 | (make_symbol_overload_list_adl_namespace): Likewise. | |
2270 | (first_component_command): Likewise. | |
2271 | * cp-valprint.c (cp_print_value): Likewise. | |
2272 | * ctf.c (ctf_xfer_partial): Likewise. | |
2273 | * d-exp.y (StringExp): Likewise. | |
2274 | * d-namespace.c (d_lookup_symbol_in_module): Likewise. | |
2275 | (lookup_module_scope): Likewise. | |
2276 | (find_symbol_in_baseclass): Likewise. | |
2277 | (d_lookup_nested_symbol): Likewise. | |
2278 | * dbxread.c (find_stab_function_addr): Likewise. | |
2279 | (read_dbx_symtab): Likewise. | |
2280 | (dbx_end_psymtab): Likewise. | |
2281 | (cp_set_block_scope): Likewise. | |
2282 | * dcache.c (dcache_alloc): Likewise. | |
2283 | * demangle.c (_initialize_demangler): Likewise. | |
2284 | * dicos-tdep.c (dicos_load_module_p): Likewise. | |
2285 | * dictionary.c (dict_create_hashed_expandable): Likewise. | |
2286 | (dict_create_linear_expandable): Likewise. | |
2287 | (expand_hashtable): Likewise. | |
2288 | (add_symbol_linear_expandable): Likewise. | |
2289 | * dwarf2-frame.c (add_cie): Likewise. | |
2290 | (add_fde): Likewise. | |
2291 | (dwarf2_build_frame_info): Likewise. | |
2292 | * dwarf2expr.c (dwarf_expr_grow_stack): Likewise. | |
2293 | (dwarf_expr_fetch_address): Likewise. | |
2294 | (add_piece): Likewise. | |
2295 | (execute_stack_op): Likewise. | |
2296 | * dwarf2loc.c (chain_candidate): Likewise. | |
2297 | (dwarf_entry_parameter_to_value): Likewise. | |
2298 | (read_pieced_value): Likewise. | |
2299 | (write_pieced_value): Likewise. | |
2300 | * dwarf2read.c (dwarf2_read_section): Likewise. | |
2301 | (add_type_unit): Likewise. | |
2302 | (read_comp_units_from_section): Likewise. | |
2303 | (fixup_go_packaging): Likewise. | |
2304 | (dwarf2_compute_name): Likewise. | |
2305 | (dwarf2_physname): Likewise. | |
2306 | (create_dwo_unit_in_dwp_v1): Likewise. | |
2307 | (create_dwo_unit_in_dwp_v2): Likewise. | |
2308 | (read_func_scope): Likewise. | |
2309 | (read_call_site_scope): Likewise. | |
2310 | (dwarf2_attach_fields_to_type): Likewise. | |
2311 | (process_structure_scope): Likewise. | |
2312 | (mark_common_block_symbol_computed): Likewise. | |
2313 | (read_common_block): Likewise. | |
2314 | (abbrev_table_read_table): Likewise. | |
2315 | (guess_partial_die_structure_name): Likewise. | |
2316 | (fixup_partial_die): Likewise. | |
2317 | (add_file_name): Likewise. | |
2318 | (dwarf2_const_value_data): Likewise. | |
2319 | (dwarf2_const_value_attr): Likewise. | |
2320 | (build_error_marker_type): Likewise. | |
2321 | (guess_full_die_structure_name): Likewise. | |
2322 | (anonymous_struct_prefix): Likewise. | |
2323 | (typename_concat): Likewise. | |
2324 | (dwarf2_canonicalize_name): Likewise. | |
2325 | (dwarf2_name): Likewise. | |
2326 | (write_constant_as_bytes): Likewise. | |
2327 | (dwarf2_fetch_constant_bytes): Likewise. | |
2328 | (copy_string): Likewise. | |
2329 | (parse_macro_definition): Likewise. | |
2330 | * elfread.c (elf_symfile_segments): Likewise. | |
2331 | (elf_rel_plt_read): Likewise. | |
2332 | (elf_gnu_ifunc_resolve_by_cache): Likewise. | |
2333 | (elf_gnu_ifunc_resolve_by_got): Likewise. | |
2334 | (elf_read_minimal_symbols): Likewise. | |
2335 | (elf_gnu_ifunc_record_cache): Likewise. | |
2336 | * event-top.c (top_level_prompt): Likewise. | |
2337 | (command_line_handler): Likewise. | |
2338 | * exec.c (resize_section_table): Likewise. | |
2339 | * expprint.c (print_subexp_standard): Likewise. | |
2340 | * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise. | |
2341 | * findcmd.c (parse_find_args): Likewise. | |
2342 | * findvar.c (address_from_register): Likewise. | |
2343 | * frame.c (get_prev_frame_always): Likewise. | |
2344 | * gdb_bfd.c (gdb_bfd_ref): Likewise. | |
2345 | (get_section_descriptor): Likewise. | |
2346 | * gdb_obstack.c (obconcat): Likewise. | |
2347 | (obstack_strdup): Likewise. | |
2348 | * gdbtypes.c (lookup_function_type_with_arguments): Likewise. | |
2349 | (create_set_type): Likewise. | |
2350 | (lookup_unsigned_typename): Likewise. | |
2351 | (lookup_signed_typename): Likewise. | |
2352 | (resolve_dynamic_union): Likewise. | |
2353 | (resolve_dynamic_struct): Likewise. | |
2354 | (add_dyn_prop): Likewise. | |
2355 | (copy_dynamic_prop_list): Likewise. | |
2356 | (arch_flags_type): Likewise. | |
2357 | (append_composite_type_field_raw): Likewise. | |
2358 | * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise. | |
2359 | * gnu-v3-abi.c (gnuv3_rtti_type): Likewise. | |
2360 | * go-exp.y (string_exp): Likewise. | |
2361 | * go-lang.c (go_demangle): Likewise. | |
2362 | * guile/guile.c (compute_scheme_string): Likewise. | |
2363 | * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise. | |
2364 | (gdbscm_canonicalize_command_name): Likewise. | |
2365 | * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise. | |
2366 | (ioscm_init_memory_port): Likewise. | |
2367 | (ioscm_reinit_memory_port): Likewise. | |
2368 | * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise. | |
2369 | (gdbscm_gc_dup_argv): Likewise. | |
2370 | * h8300-tdep.c (h8300_push_dummy_call): Likewise. | |
2371 | * hppa-tdep.c (internalize_unwinds): Likewise. | |
2372 | (read_unwind_info): Likewise. | |
2373 | * i386-cygwin-tdep.c (core_process_module_section): Likewise. | |
2374 | (windows_core_xfer_shared_libraries): Likewise. | |
2375 | * i386-tdep.c (i386_displaced_step_copy_insn): Likewise. | |
2376 | (i386_stap_parse_special_token_triplet): Likewise. | |
2377 | (i386_stap_parse_special_token_three_arg_disp): Likewise. | |
2378 | * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise. | |
2379 | * inf-child.c (inf_child_fileio_readlink): Likewise. | |
2380 | * inf-ptrace.c (inf_ptrace_fetch_register): Likewise. | |
2381 | (inf_ptrace_store_register): Likewise. | |
2382 | * infrun.c (follow_exec): Likewise. | |
2383 | (displaced_step_prepare_throw): Likewise. | |
2384 | (save_stop_context): Likewise. | |
2385 | (save_infcall_suspend_state): Likewise. | |
2386 | * jit.c (jit_read_descriptor): Likewise. | |
2387 | (jit_read_code_entry): Likewise. | |
2388 | (jit_symtab_line_mapping_add_impl): Likewise. | |
2389 | (finalize_symtab): Likewise. | |
2390 | (jit_unwind_reg_get_impl): Likewise. | |
2391 | * jv-exp.y (QualifiedName): Likewise. | |
2392 | * jv-lang.c (get_java_utf8_name): Likewise. | |
2393 | (type_from_class): Likewise. | |
2394 | (java_demangle_type_signature): Likewise. | |
2395 | (java_class_name_from_physname): Likewise. | |
2396 | * jv-typeprint.c (java_type_print_base): Likewise. | |
2397 | * jv-valprint.c (java_value_print): Likewise. | |
2398 | * language.c (add_language): Likewise. | |
2399 | * linespec.c (add_sal_to_sals_basic): Likewise. | |
2400 | (add_sal_to_sals): Likewise. | |
2401 | (decode_objc): Likewise. | |
2402 | (find_linespec_symbols): Likewise. | |
2403 | * linux-fork.c (fork_save_infrun_state): Likewise. | |
2404 | * linux-nat.c (linux_nat_detach): Likewise. | |
2405 | (linux_nat_fileio_readlink): Likewise. | |
2406 | * linux-record.c (record_linux_sockaddr): Likewise. | |
2407 | (record_linux_msghdr): Likewise. | |
2408 | (Do): Likewise. | |
2409 | * linux-tdep.c (linux_core_info_proc_mappings): Likewise. | |
2410 | (linux_collect_regset_section_cb): Likewise. | |
2411 | (linux_get_siginfo_data): Likewise. | |
2412 | * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise. | |
2413 | (try_thread_db_load_from_dir): Likewise. | |
2414 | (thread_db_load_search): Likewise. | |
2415 | (info_auto_load_libthread_db): Likewise. | |
2416 | * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise. | |
2417 | (m32c_m16c_pointer_to_address): Likewise. | |
2418 | * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise. | |
2419 | * m68k-tdep.c (m68k_get_longjmp_target): Likewise. | |
2420 | * machoread.c (macho_check_dsym): Likewise. | |
2421 | * macroexp.c (resize_buffer): Likewise. | |
2422 | (gather_arguments): Likewise. | |
2423 | (maybe_expand): Likewise. | |
2424 | * macrotab.c (new_macro_key): Likewise. | |
2425 | (new_source_file): Likewise. | |
2426 | (new_macro_definition): Likewise. | |
2427 | * mdebugread.c (parse_symbol): Likewise. | |
2428 | (parse_type): Likewise. | |
2429 | (parse_partial_symbols): Likewise. | |
2430 | (psymtab_to_symtab_1): Likewise. | |
2431 | * mem-break.c (default_memory_insert_breakpoint): Likewise. | |
2432 | * mi/mi-cmd-break.c (mi_argv_to_format): Likewise. | |
2433 | * mi/mi-main.c (mi_cmd_data_read_memory): Likewise. | |
2434 | (mi_cmd_data_read_memory_bytes): Likewise. | |
2435 | (mi_cmd_data_write_memory_bytes): Likewise. | |
2436 | (mi_cmd_trace_frame_collected): Likewise. | |
2437 | * mi/mi-parse.c (mi_parse_argv): Likewise. | |
2438 | (mi_parse): Likewise. | |
2439 | * minidebug.c (lzma_open): Likewise. | |
2440 | (lzma_pread): Likewise. | |
2441 | * mips-tdep.c (mips_read_fp_register_single): Likewise. | |
2442 | (mips_print_fp_register): Likewise. | |
2443 | * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise. | |
2444 | * mipsread.c (read_alphacoff_dynamic_symtab): Likewise. | |
2445 | * mt-tdep.c (mt_register_name): Likewise. | |
2446 | (mt_registers_info): Likewise. | |
2447 | (mt_push_dummy_call): Likewise. | |
2448 | * namespace.c (add_using_directive): Likewise. | |
2449 | * nat/linux-btrace.c (perf_event_read): Likewise. | |
2450 | (linux_enable_bts): Likewise. | |
2451 | * nat/linux-osdata.c (linux_common_core_of_thread): Likewise. | |
2452 | * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise. | |
2453 | * nto-tdep.c (nto_find_and_open_solib): Likewise. | |
2454 | (nto_parse_redirection): Likewise. | |
2455 | * objc-lang.c (objc_demangle): Likewise. | |
2456 | (find_methods): Likewise. | |
2457 | * objfiles.c (get_objfile_bfd_data): Likewise. | |
2458 | (set_objfile_main_name): Likewise. | |
2459 | (allocate_objfile): Likewise. | |
2460 | (objfile_relocate): Likewise. | |
2461 | (update_section_map): Likewise. | |
2462 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise. | |
2463 | * p-exp.y (exp): Likewise. | |
2464 | (yylex): Likewise. | |
2465 | * p-valprint.c (pascal_object_print_value): Likewise. | |
2466 | * parse.c (initialize_expout): Likewise. | |
2467 | (mark_completion_tag): Likewise. | |
2468 | (copy_name): Likewise. | |
2469 | (parse_float): Likewise. | |
2470 | (type_stack_reserve): Likewise. | |
2471 | * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise. | |
2472 | (ppu2spu_prev_register): Likewise. | |
2473 | * ppc-ravenscar-thread.c (supply_register_at_address): Likewise. | |
2474 | * printcmd.c (printf_wide_c_string): Likewise. | |
2475 | (printf_pointer): Likewise. | |
2476 | * probe.c (parse_probes): Likewise. | |
2477 | * python/py-cmd.c (gdbpy_parse_command_name): Likewise. | |
2478 | (cmdpy_init): Likewise. | |
2479 | * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise. | |
2480 | * python/py-symtab.c (set_sal): Likewise. | |
2481 | * python/py-unwind.c (pyuw_sniffer): Likewise. | |
2482 | * python/python.c (python_interactive_command): Likewise. | |
2483 | (compute_python_string): Likewise. | |
2484 | * ravenscar-thread.c (get_running_thread_id): Likewise. | |
2485 | * record-full.c (record_full_exec_insn): Likewise. | |
2486 | (record_full_core_open_1): Likewise. | |
2487 | * regcache.c (regcache_raw_read_signed): Likewise. | |
2488 | (regcache_raw_read_unsigned): Likewise. | |
2489 | (regcache_cooked_read_signed): Likewise. | |
2490 | (regcache_cooked_read_unsigned): Likewise. | |
2491 | * remote-fileio.c (remote_fileio_func_open): Likewise. | |
2492 | (remote_fileio_func_rename): Likewise. | |
2493 | (remote_fileio_func_unlink): Likewise. | |
2494 | (remote_fileio_func_stat): Likewise. | |
2495 | (remote_fileio_func_system): Likewise. | |
2496 | * remote-mips.c (mips_xfer_memory): Likewise. | |
2497 | (mips_load_srec): Likewise. | |
2498 | (pmon_end_download): Likewise. | |
2499 | * remote.c (new_remote_state): Likewise. | |
2500 | (map_regcache_remote_table): Likewise. | |
2501 | (remote_register_number_and_offset): Likewise. | |
2502 | (init_remote_state): Likewise. | |
2503 | (get_memory_packet_size): Likewise. | |
2504 | (remote_pass_signals): Likewise. | |
2505 | (remote_program_signals): Likewise. | |
2506 | (remote_start_remote): Likewise. | |
2507 | (remote_check_symbols): Likewise. | |
2508 | (remote_query_supported): Likewise. | |
2509 | (extended_remote_attach): Likewise. | |
2510 | (process_g_packet): Likewise. | |
2511 | (store_registers_using_G): Likewise. | |
2512 | (putpkt_binary): Likewise. | |
2513 | (read_frame): Likewise. | |
2514 | (compare_sections_command): Likewise. | |
2515 | (remote_hostio_pread): Likewise. | |
2516 | (remote_hostio_readlink): Likewise. | |
2517 | (remote_file_put): Likewise. | |
2518 | (remote_file_get): Likewise. | |
2519 | (remote_pid_to_exec_file): Likewise. | |
2520 | (_initialize_remote): Likewise. | |
2521 | * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise. | |
2522 | (rs6000_aix_core_xfer_shared_libraries_aix): Likewise. | |
2523 | * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise. | |
2524 | (bfd_uses_spe_extensions): Likewise. | |
2525 | * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise. | |
2526 | * score-tdep.c (score7_malloc_and_get_memblock): Likewise. | |
2527 | * solib-dsbt.c (decode_loadmap): Likewise. | |
2528 | (fetch_loadmap): Likewise. | |
2529 | (scan_dyntag): Likewise. | |
2530 | (enable_break): Likewise. | |
2531 | (dsbt_relocate_main_executable): Likewise. | |
2532 | * solib-frv.c (fetch_loadmap): Likewise. | |
2533 | (enable_break2): Likewise. | |
2534 | (frv_relocate_main_executable): Likewise. | |
2535 | * solib-spu.c (spu_relocate_main_executable): Likewise. | |
2536 | (spu_bfd_open): Likewise. | |
2537 | * solib-svr4.c (lm_info_read): Likewise. | |
2538 | (read_program_header): Likewise. | |
2539 | (find_program_interpreter): Likewise. | |
2540 | (scan_dyntag): Likewise. | |
2541 | (elf_locate_base): Likewise. | |
2542 | (open_symbol_file_object): Likewise. | |
2543 | (read_program_headers_from_bfd): Likewise. | |
2544 | (svr4_relocate_main_executable): Likewise. | |
2545 | * solib-target.c (solib_target_relocate_section_addresses): Likewise. | |
2546 | * solib.c (solib_find_1): Likewise. | |
2547 | (exec_file_find): Likewise. | |
2548 | (solib_find): Likewise. | |
2549 | * source.c (openp): Likewise. | |
2550 | (print_source_lines_base): Likewise. | |
2551 | (forward_search_command): Likewise. | |
2552 | * sparc-ravenscar-thread.c (supply_register_at_address): Likewise. | |
2553 | * spu-tdep.c (spu2ppu_prev_register): Likewise. | |
2554 | (spu_get_overlay_table): Likewise. | |
2555 | * stabsread.c (patch_block_stabs): Likewise. | |
2556 | (define_symbol): Likewise. | |
2557 | (again:): Likewise. | |
2558 | (read_member_functions): Likewise. | |
2559 | (read_one_struct_field): Likewise. | |
2560 | (read_enum_type): Likewise. | |
2561 | (common_block_start): Likewise. | |
2562 | * stack.c (read_frame_arg): Likewise. | |
2563 | (backtrace_command): Likewise. | |
2564 | * stap-probe.c (stap_parse_register_operand): Likewise. | |
2565 | * symfile.c (syms_from_objfile_1): Likewise. | |
2566 | (find_separate_debug_file): Likewise. | |
2567 | (load_command): Likewise. | |
2568 | (load_progress): Likewise. | |
2569 | (load_section_callback): Likewise. | |
2570 | (reread_symbols): Likewise. | |
2571 | (add_filename_language): Likewise. | |
2572 | (allocate_compunit_symtab): Likewise. | |
2573 | (read_target_long_array): Likewise. | |
2574 | (simple_read_overlay_table): Likewise. | |
2575 | * symtab.c (symbol_set_names): Likewise. | |
2576 | (resize_symbol_cache): Likewise. | |
2577 | (rbreak_command): Likewise. | |
2578 | (completion_list_add_name): Likewise. | |
2579 | (completion_list_objc_symbol): Likewise. | |
2580 | (add_filename_to_list): Likewise. | |
2581 | * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise. | |
2582 | * target-memory.c (target_write_memory_blocks): Likewise. | |
2583 | * target.c (target_read_string): Likewise. | |
2584 | (read_whatever_is_readable): Likewise. | |
2585 | (target_read_alloc_1): Likewise. | |
2586 | (simple_search_memory): Likewise. | |
2587 | (target_fileio_read_alloc_1): Likewise. | |
2588 | * tilegx-tdep.c (tilegx_push_dummy_call): Likewise. | |
2589 | * top.c (command_line_input): Likewise. | |
2590 | * tracefile-tfile.c (tfile_fetch_registers): Likewise. | |
2591 | * tracefile.c (tracefile_fetch_registers): Likewise. | |
2592 | * tracepoint.c (add_memrange): Likewise. | |
2593 | (init_collection_list): Likewise. | |
2594 | (add_aexpr): Likewise. | |
2595 | (trace_dump_actions): Likewise. | |
2596 | (parse_trace_status): Likewise. | |
2597 | (parse_tracepoint_definition): Likewise. | |
2598 | (parse_tsv_definition): Likewise. | |
2599 | (parse_static_tracepoint_marker_definition): Likewise. | |
2600 | * tui/tui-file.c (tui_sfileopen): Likewise. | |
2601 | (tui_file_adjust_strbuf): Likewise. | |
2602 | * tui/tui-io.c (tui_expand_tabs): Likewise. | |
2603 | * tui/tui-source.c (tui_set_source_content): Likewise. | |
2604 | * typeprint.c (find_global_typedef): Likewise. | |
2605 | * ui-file.c (do_ui_file_xstrdup): Likewise. | |
2606 | (ui_file_obsavestring): Likewise. | |
2607 | (mem_file_write): Likewise. | |
2608 | * utils.c (make_hex_string): Likewise. | |
2609 | (get_regcomp_error): Likewise. | |
2610 | (puts_filtered_tabular): Likewise. | |
2611 | (gdb_realpath_keepfile): Likewise. | |
2612 | (ldirname): Likewise. | |
2613 | (gdb_bfd_errmsg): Likewise. | |
2614 | (substitute_path_component): Likewise. | |
2615 | * valops.c (search_struct_method): Likewise. | |
2616 | (find_oload_champ_namespace_loop): Likewise. | |
2617 | * valprint.c (print_decimal_chars): Likewise. | |
2618 | (read_string): Likewise. | |
2619 | (generic_emit_char): Likewise. | |
2620 | * varobj.c (varobj_delete): Likewise. | |
2621 | (varobj_value_get_print_value): Likewise. | |
2622 | * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise. | |
2623 | * windows-tdep.c (display_one_tib): Likewise. | |
2624 | * xcoffread.c (read_xcoff_symtab): Likewise. | |
2625 | (process_xcoff_symbol): Likewise. | |
2626 | (swap_sym): Likewise. | |
2627 | (scan_xcoff_symtab): Likewise. | |
2628 | (xcoff_initial_scan): Likewise. | |
2629 | * xml-support.c (gdb_xml_end_element): Likewise. | |
2630 | (xml_process_xincludes): Likewise. | |
2631 | (xml_fetch_content_from_file): Likewise. | |
2632 | * xml-syscall.c (xml_list_of_syscalls): Likewise. | |
2633 | * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise. | |
2634 | ||
623fb775 | 2635 | 2015-09-23 James Bowman <james.bowman@ftdichip.com> |
2636 | ||
2637 | * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type | |
2638 | instead of builtin_func_ptr. | |
2639 | (ft32_pointer_to_address): New function. | |
2640 | (ft32_address_class_type_flags): New function. | |
2641 | (ft32_address_class_type_flags_to_name): New function. | |
2642 | (ft32_address_class_name_to_type_flags): New function. | |
2643 | (ft32_gdbarch_init): Set tdep->pc_type. Call | |
2644 | set_gdbarch_pointer_to_address, | |
2645 | set_gdbarch_address_class_type_flags | |
2646 | set_gdbarch_address_class_name_to_type_flags, | |
2647 | and set_gdbarch_address_class_type_flags_to_name. | |
2648 | * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field. | |
2649 | ||
e6c2c623 PMR |
2650 | 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com> |
2651 | ||
2652 | * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input | |
2653 | value is a reference, actually dereference it in order to get | |
2654 | the underlying value. | |
2655 | ||
bc1f8cda SM |
2656 | 2015-09-22 Simon Marchi <simon.marchi@ericsson.com> |
2657 | ||
2658 | * stap-probe.c (handle_stap_probe): Remove unnecessary cast. | |
2659 | ||
acaa662f SM |
2660 | 2015-09-21 Simon Marchi <simon.marchi@ericsson.com> |
2661 | ||
2662 | * cli/cli-setshow.c (cmd_show_list): Constify a variable. | |
2663 | * linespec.c (linespec_lexer_lex_string): Same. | |
2664 | ||
4d9d419e PL |
2665 | 2015-09-21 Pierre Langlois <pierre.langlois@arm.com> |
2666 | ||
2667 | * NEWS: Mention support for fast tracepoints on aarch64-linux. | |
2668 | ||
6ec5f4be PL |
2669 | 2015-09-21 Pierre Langlois <pierre.langlois@arm.com> |
2670 | ||
2671 | * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp | |
2672 | variable. Call aarch64_decode_adr instead of | |
2673 | aarch64_decode_adrp. | |
2674 | * arch/aarch64-insn.h (aarch64_decode_adrp): Delete. | |
2675 | (aarch64_decode_adr): New function declaration. | |
2676 | * arch/aarch64-insn.c (aarch64_decode_adrp): Delete. | |
2677 | (aarch64_decode_adr): New function, factored out from | |
2678 | aarch64_decode_adrp to decode both adr and adrp instructions. | |
2679 | ||
787749ea PL |
2680 | 2015-09-21 Pierre Langlois <pierre.langlois@arm.com> |
2681 | ||
2682 | * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o. | |
2683 | (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h. | |
2684 | (aarch64-insn.o): New rule. | |
2685 | * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o. | |
2686 | (aarch64*-*-linux*): Likewise. | |
2687 | * arch/aarch64-insn.c: New file. | |
2688 | * arch/aarch64-insn.h: New file. | |
2689 | * aarch64-tdep.c: Include arch/aarch64-insn.h. | |
2690 | (aarch64_debug): Move to arch/aarch64-insn.c. Declare in | |
2691 | arch/aarch64-insn.h. | |
2692 | (decode_add_sub_imm): Rename to ... | |
2693 | (aarch64_decode_add_sub_imm): ... this. | |
2694 | (decode_adrp): Rename to ... | |
2695 | (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c. | |
2696 | Declare in arch/aarch64-insn.h. | |
2697 | (decode_b): Rename to ... | |
2698 | (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c. | |
2699 | Declare in arch/aarch64-insn.h. | |
2700 | (decode_bcond): Rename to ... | |
2701 | (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c. | |
2702 | Declare in arch/aarch64-insn.h. | |
2703 | (decode_br): Rename to ... | |
2704 | (aarch64_decode_br): ... this. | |
2705 | (decode_cb): Rename to ... | |
2706 | (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c. | |
2707 | Declare in arch/aarch64-insn.h. | |
2708 | (decode_eret): Rename to ... | |
2709 | (aarch64_decode_eret): ... this. | |
2710 | (decode_movz): Rename to ... | |
2711 | (aarch64_decode_movz): ... this. | |
2712 | (decode_orr_shifted_register_x): Rename to ... | |
2713 | (aarch64_decode_orr_shifted_register_x): ... this. | |
2714 | (decode_ret): Rename to ... | |
2715 | (aarch64_decode_ret): ... this. | |
2716 | (decode_stp_offset): Rename to ... | |
2717 | (aarch64_decode_stp_offset): ... this. | |
2718 | (decode_stp_offset_wb): Rename to ... | |
2719 | (aarch64_decode_stp_offset_wb): ... this. | |
2720 | (decode_stur): Rename to ... | |
2721 | (aarch64_decode_stur): ... this. | |
2722 | (decode_tb): Rename to ... | |
2723 | (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c. | |
2724 | Declare in arch/aarch64-insn.h. | |
2725 | (aarch64_analyze_prologue): Adjust calls to renamed functions. | |
2726 | ||
183dc7ec DE |
2727 | 2015-09-20 Doug Evans <xdje42@gmail.com> |
2728 | ||
2729 | * dwarf2read.c (add_partial_symbol): Remove outdated comments. | |
2730 | ||
2ee7123e DE |
2731 | 2015-09-20 Doug Evans <xdje42@gmail.com> |
2732 | ||
2733 | * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local | |
2734 | variable name that collides with a parameter. | |
2735 | ||
7d1c9c9b JB |
2736 | 2015-09-20 Joel Brobecker <brobecker@adacore.com> |
2737 | ||
2738 | * dwarf2loc.c (locexpr_get_frame_base): Renames | |
2739 | block_op_get_frame_base. | |
2740 | (dwarf2_block_frame_base_locexpr_funcs): Replace reference to | |
2741 | block_op_get_frame_base by reference to locexpr_get_frame_base. | |
2742 | (loclist_get_frame_base): New function, near identical copy of | |
2743 | locexpr_get_frame_base. | |
2744 | (dwarf2_block_frame_base_loclist_funcs): Replace reference to | |
2745 | block_op_get_frame_base by reference to loclist_get_frame_base. | |
2746 | ||
7dc7c195 DE |
2747 | 2015-09-19 Doug Evans <xdje42@gmail.com> |
2748 | ||
2749 | * ravenscar-thread.c (ravenscar_inferior_created): Replace | |
2750 | current_inferior ()->gdbarch with its wrapper target_gdbarch. | |
2751 | ||
be550b6e DE |
2752 | 2015-09-18 Doug Evans <xdje42@gmail.com> |
2753 | ||
2754 | * linux-thread-db.c (record_thread): Return the created thread. | |
2755 | (thread_from_lwp): Likewise. | |
2756 | (thread_db_get_thread_local_address): Update. | |
2757 | ||
615b3f62 DE |
2758 | 2015-09-18 Doug Evans <xdje42@gmail.com> |
2759 | ||
2760 | * symtab.h (general_symbol_info) <mangled_lang>: Delete struct, | |
2761 | move only member demangled_name up. All uses updated. | |
2762 | ||
015d2e7e DE |
2763 | 2015-09-18 Doug Evans <xdje42@gmail.com> |
2764 | ||
2765 | * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the | |
2766 | kind of minimal symbol in the error message. | |
2767 | * objfiles.c (objfile_flavour_name): New function. | |
2768 | * objfiles.h (objfile_flavour_name): Declare. | |
2769 | ||
a0cc84cd YQ |
2770 | 2015-09-18 Yao Qi <yao.qi@linaro.org> |
2771 | ||
2772 | * nat/aarch64-linux.c: Include elf/common.h, | |
2773 | nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h. | |
2774 | (aarch64_ps_get_thread_area): New function. | |
2775 | * nat/aarch64-linux.h: Include gdb_proc_service.h. | |
2776 | (aarch64_ps_get_thread_area): Declare. | |
2777 | * aarch64-linux-nat.c (ps_get_thread_area): Call | |
2778 | aarch64_ps_get_thread_area. | |
2779 | ||
d2939ba2 MM |
2780 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2781 | ||
2782 | * record-btrace.c (record_btrace_resume): Honour scheduler-locking. | |
2783 | ||
f2665db5 MM |
2784 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2785 | ||
2786 | * NEWS: Announce new scheduler-locking mode. | |
2787 | * infrun.c (schedlock_replay): New. | |
2788 | (scheduler_enums): Add schedlock_replay. | |
2789 | (scheduler_mode): Change default to schedlock_replay. | |
2790 | (user_visible_resume_ptid): Handle schedlock_replay. | |
2791 | (clear_proceed_status_thread): Stop replaying if resumed thread is | |
2792 | not replaying. | |
2793 | (schedlock_applies): Handle schedlock_replay. | |
2794 | (_initialize_infrun): Document new scheduler-locking mode. | |
2795 | * record-btrace.c (record_btrace_resume): Remove code to stop other | |
2796 | threads when not replaying the resumed thread. | |
2797 | ||
7ff27e9b MM |
2798 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2799 | ||
2800 | * record-btrace.c ((record_btrace_will_replay): New. | |
2801 | (init_record_btrace_ops): Initialize to_record_will_replay. | |
2802 | * record-full.c ((record_full_will_replay): New. | |
2803 | (init_record_full_ops): Initialize to_record_will_replay. | |
2804 | * target-delegates.c: Regenerated. | |
2805 | * target.c (target_record_will_replay): New. | |
2806 | * target.h (struct target_ops) <to_record_will_replay>: New. | |
2807 | (target_record_will_replay): New. | |
2808 | ||
797094dd MM |
2809 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2810 | ||
2811 | * record-btrace.c (record_btrace_resume): Call | |
2812 | target_record_stop_replaying. | |
2813 | (record_btrace_stop_replaying_all): New. | |
2814 | (init_record_btrace_ops): Initialize to_record_stop_replaying. | |
2815 | * record-full.c (record_full_stop_replaying): New. | |
2816 | (init_record_full_ops ): Initialize to_record_stop_replaying. | |
2817 | * target-delegates.c: Regenerated. | |
2818 | * target.c (target_record_stop_replaying): New. | |
2819 | * target.h (struct target_ops) <to_record_stop_replaying>: New. | |
2820 | (target_record_stop_replaying): New. | |
2821 | ||
4d10e986 MM |
2822 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2823 | ||
2824 | * record-btrace.c (record_btrace_xfer_partial) | |
2825 | (record_btrace_store_registers, record_btrace_prepare_to_store): | |
2826 | Call record_btrace_is_replaying with inferior_ptid instead of | |
2827 | minus_one_ptid. | |
2828 | (record_btrace_store_registers): Change error message. | |
2829 | ||
a52eab48 MM |
2830 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2831 | ||
2832 | * record-btrace.c (record_btrace_is_replaying): Add ptid argument. | |
2833 | Update users to pass minus_one_ptid. | |
2834 | * record-full.c (record_full_is_replaying): Add ptid argument (ignored). | |
2835 | * record.c (cmd_record_delete): Pass inferior_ptid to | |
2836 | target_record_is_replaying. | |
2837 | * target-delegates.c: Regenerated. | |
2838 | * target.c (target_record_is_replaying): Add ptid argument. | |
2839 | * target.h (struct target_ops) <to_record_is_replaying>: Add ptid | |
2840 | argument. | |
2841 | (target_record_is_replaying): Add ptid argument. | |
2842 | ||
cbb55fa7 MM |
2843 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2844 | ||
2845 | * record-btrace.c (record_btrace_open): Remove non_stop check. | |
2846 | * NEWS: Announce that record btrace supports non-stop mode. | |
2847 | ||
d1988021 MM |
2848 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2849 | ||
2850 | * infrun.c (handle_inferior_event_1): Switch to the eventing thread | |
2851 | in the TARKET_WAITKIND_NO_HISTORY case. | |
2852 | ||
a6b5be76 MM |
2853 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2854 | ||
2855 | * record-btrace.c (record_btrace_maybe_mark_async_event): New. | |
2856 | (record_btrace_wait): Call record_btrace_maybe_mark_async_event. | |
2857 | ||
ec71cc2f MM |
2858 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2859 | ||
2860 | * record-btrace.c (get_thread_current_frame): New. | |
2861 | (record_btrace_start_replaying): Call get_thread_current_frame. | |
2862 | ||
0ca912df MM |
2863 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2864 | ||
2865 | * record-btrace.c (record_btrace_resume_thread): A move request | |
2866 | overwrites a previous move request. | |
2867 | (record_btrace_find_resume_thread): Removed. | |
2868 | (record_btrace_resume): Resume all requested threads. | |
2869 | ||
e3cfc1c7 MM |
2870 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2871 | ||
2872 | * record-btrace.c: Include vec.h. | |
2873 | (record_btrace_find_thread_to_move): Removed. | |
2874 | (btrace_step_no_resumed, btrace_step_again) | |
2875 | (record_btrace_stop_replaying_at_end): New. | |
2876 | (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end. | |
2877 | (record_btrace_single_step_forward): Remove calls to | |
2878 | record_btrace_stop_replaying. | |
2879 | (record_btrace_step_thread): Do only one step for BTHR_CONT and | |
2880 | BTHR_RCONT. Keep threads at the end of their history moving. | |
2881 | (record_btrace_wait): Call record_btrace_step_thread for all threads | |
2882 | until one reports an event. Call record_btrace_stop_replaying_at_end | |
2883 | for the eventing thread. | |
2884 | ||
cf8f8f0c MM |
2885 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2886 | ||
2887 | * record-btrace.c (record_btrace_single_step_forward): Return | |
2888 | NO_HISTORY if a step brings us to the end of the execution history. | |
2889 | ||
011c71b6 MM |
2890 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2891 | ||
2892 | * record-btrace.c (record_btrace_step_thread): Move breakpoint check | |
2893 | to ... | |
2894 | (record_btrace_single_step_forward): ... here and | |
2895 | (record_btrace_single_step_backward): ... here. | |
2896 | ||
d825d248 MM |
2897 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2898 | ||
2899 | * record-btrace.c (btrace_step_spurious) | |
2900 | (record_btrace_single_step_forward) | |
2901 | (record_btrace_single_step_backward): New. | |
2902 | (record_btrace_step_thread): Call record_btrace_single_step_forward | |
2903 | and record_btrace_single_step_backward. | |
2904 | ||
3c615f99 MM |
2905 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2906 | ||
2907 | * record-btrace.c (record_btrace_replay_at_breakpoint): New. | |
2908 | (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint. | |
2909 | ||
987e68b1 MM |
2910 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2911 | ||
2912 | * record-btrace.c (btrace_thread_flag_to_str) | |
2913 | (record_btrace_cancel_resume): New. | |
2914 | (record_btrace_step_thread): Call btrace_thread_flag_to_str. | |
2915 | (record_btrace_resume): Print execution direction. | |
2916 | (record_btrace_resume_thread): Call btrace_thread_flag_to_str. | |
2917 | (record_btrace_wait): Call record_btrace_cancel_resume. | |
2918 | ||
6e4879f0 MM |
2919 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2920 | ||
2921 | * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New. | |
2922 | * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP. | |
2923 | (record_btrace_find_thread_to_move): Also accept threads that have | |
2924 | BTHR_STOP set. | |
2925 | (btrace_step_stopped_on_request, record_btrace_stop): New. | |
2926 | (record_btrace_step_thread): Support BTHR_STOP. | |
2927 | (record_btrace_wait): Also clear BTHR_STOP when stopping other threads. | |
2928 | (init_record_btrace_ops): Initialize to_stop. | |
2929 | ||
5953356c MM |
2930 | 2015-09-18 Markus Metzger <markus.t.metzger@intel.com> |
2931 | ||
2932 | * record-btrace.c (record_btrace_wait): Replace non_stop check with | |
2933 | target_is_non_stop_p (). | |
2934 | ||
bfca584f PMR |
2935 | 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com> |
2936 | ||
2937 | * ada-typeprint.c (print_array_type): Do not describe arrays as | |
2938 | packed when they embed dynamic elements. | |
2939 | ||
5382cfab PW |
2940 | 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
2941 | ||
2942 | * symtab.h (address_class): Document that TLS variables | |
2943 | are handled by LOC_UNRESOLVED. | |
2944 | * findvar.c (default_read_var_value): Don't relocate TLS variables. | |
2945 | * printcmd.c (address_info): Don't relocate TLS variables. | |
2946 | ||
b277c936 PL |
2947 | 2015-09-15 Pierre Langlois <pierre.langlois@arm.com> |
2948 | ||
2949 | * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf. | |
2950 | (decode_adrp): Likewise. | |
2951 | (decode_b): Likewise. | |
2952 | (decode_bcond): Likewise. | |
2953 | (decode_br): Likewise. | |
2954 | (decode_cb): Likewise. | |
2955 | (decode_eret): Likewise. | |
2956 | (decode_movz): Likewise. | |
2957 | (decode_orr_shifted_register_x): Likewise. | |
2958 | (decode_ret): Likewise. | |
2959 | (decode_stp_offset): Likewise. | |
2960 | (decode_stp_offset_wb): Likewise. | |
2961 | (decode_stur): Likewise. | |
2962 | (decode_tb): Likewise. | |
2963 | (aarch64_analyze_prologue): Likewise. | |
2964 | (pass_in_x): Likewise. | |
2965 | (pass_in_v): Likewise. | |
2966 | (pass_on_stack): Likewise. | |
2967 | (aarch64_push_dummy_call): Likewise. | |
2968 | (aarch64_extract_return_value): Likewise. | |
2969 | (aarch64_store_return_value): Likewise. | |
2970 | (aarch64_return_value): Likewise. | |
2971 | (aarch64_record_asimd_load_store): Likewise. | |
2972 | (aarch64_record_load_store): Likewise. | |
2973 | (aarch64_record_data_proc_simd_fp): Likewise. | |
2974 | ||
141c5cc4 JK |
2975 | 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
2976 | ||
2977 | * linespec.c (minsym_found): Call gdbarch_skip_entrypoint. | |
2978 | * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ... | |
2979 | (ppc64_skip_trampoline_code_1): ... here. | |
2980 | (ppc64_skip_trampoline_code): New wrapper function. | |
2981 | * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint. | |
2982 | ||
750ce8d1 YQ |
2983 | 2015-09-15 Yao Qi <yao.qi@linaro.org> |
2984 | ||
2985 | * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New | |
2986 | function. | |
2987 | (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step. | |
2988 | * arm-linux-tdep.c (arm_linux_software_single_step): Return 0 | |
2989 | if target_can_do_single_step returns 1. | |
2990 | * remote.c (struct vCont_action_support) <s, S>: New fields. | |
2991 | (PACKET_vContSupported): New enum. | |
2992 | (remote_protocol_features): New element for vContSupported. | |
2993 | (remote_query_supported): Append "vContSupported+". | |
2994 | (remote_vcont_probe): Remove support_s and support_S, use | |
2995 | rs->supports_vCont.s and rs->supports_vCont.S instead. Disable | |
2996 | vCont packet if c and C actions are not supported. | |
2997 | (remote_can_do_single_step): New function. | |
2998 | (init_remote_ops): Install it to to_can_do_single_step. | |
2999 | (_initialize_remote): Call add_packet_config_cmd. | |
3000 | * target.h (struct target_ops) <to_can_do_single_step>: New field. | |
3001 | (target_can_do_single_step): New macro. | |
3002 | * target-delegates.c: Re-generated. | |
3003 | ||
ade90bde YQ |
3004 | 2015-09-15 Yao Qi <yao.qi@linaro.org> |
3005 | ||
3006 | * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function. | |
3007 | (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup. | |
3008 | * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo): | |
3009 | New function. | |
3010 | (aarch64_siginfo_from_compat_siginfo): New function. | |
3011 | * nat/aarch64-linux.h: Include signal.h. | |
3012 | (compat_int_t, compat_uptr_t, compat_time_t): Typedef. | |
3013 | (compat_timer_t, compat_clock_t): Likewise. | |
3014 | (struct compat_timeval): New. | |
3015 | (union compat_sigval): New. | |
3016 | (struct compat_siginfo): New. | |
3017 | (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros. | |
3018 | (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise. | |
3019 | (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise. | |
3020 | (cpt_si_band, cpt_si_fd): Likewise. | |
3021 | ||
4c2f2a79 PA |
3022 | 2015-09-14 Pedro Alves <palves@redhat.com> |
3023 | ||
3024 | * infrun.c (current_stop_id): New global. | |
3025 | (get_stop_id, new_stop_id): New functions. | |
3026 | (fetch_inferior_event): Handle normal_stop proceeding the target. | |
3027 | (struct stop_context): New. | |
3028 | (save_stop_context, release_stop_context_cleanup) | |
3029 | (stop_context_changed): New functions. | |
3030 | (normal_stop): Return true if the hook-stop changes the stop | |
3031 | context. | |
3032 | * infrun.h (get_stop_id): Declare. | |
3033 | (normal_stop): Now returns int. Add documentation. | |
3034 | ||
919e6dbe PMR |
3035 | 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com> |
3036 | ||
3037 | * ada-lang.c (ada_value_ptr_subscript): Update the heading | |
3038 | comment. Handle packed arrays. | |
3039 | ||
b027a8fa PA |
3040 | 2015-09-14 Pedro Alves <palves@redhat.com> |
3041 | ||
3042 | * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate | |
3043 | mention of maint set/show target-non-stop. | |
3044 | ||
b459a59b DB |
3045 | 2015-09-11 Don Breazeal <donb@codesourcery.com> |
3046 | ||
3047 | * NEWS: Announce new remote packets for the exec-events | |
3048 | feature and the exec-events feature and associated commands. | |
3049 | ||
d46addbb DB |
3050 | 2015-09-11 Don Breazeal <donb@codesourcery.com> |
3051 | ||
3052 | * remote.c (remote_exec_event_p): New function. | |
3053 | (remote_insert_exec_catchpoint): New function. | |
3054 | (remote_remove_exec_catchpoint): New function. | |
3055 | (init_extended_remote_ops): Initialize extended_remote_ops | |
3056 | members to_insert_exec_catchpoint and | |
3057 | to_remove_exec_catchpoint. | |
3058 | ||
94585166 DB |
3059 | 2015-09-11 Don Breazeal <donb@codesourcery.com> |
3060 | Luis Machado <lgustavo@codesourcery.com> | |
3061 | ||
3062 | * infrun.c (follow_exec): Use process-style ptid for | |
3063 | exec message. Call add_inferior_with_spaces and | |
3064 | target_follow_exec. | |
3065 | * nat/linux-ptrace.c (linux_supports_traceexec): New function. | |
3066 | * nat/linux-ptrace.h (linux_supports_traceexec): Declare. | |
3067 | * remote.c (remote_pspace_data): New static variable. | |
3068 | (remote_pspace_data_cleanup): New function. | |
3069 | (get_remote_exec_file): New function. | |
3070 | (set_remote_exec_file_1): New function. | |
3071 | (set_remote_exec_file): New function. | |
3072 | (show_remote_exec_file): New function. | |
3073 | (remote_exec_file): Delete static variable. | |
3074 | (anonymous enum) <PACKET_exec_event_feature>: New | |
3075 | enumeration constant. | |
3076 | (remote_protocol_features): Add entry for exec-events feature. | |
3077 | (remote_query_supported): Add client side of qSupported query | |
3078 | for exec-events feature. | |
3079 | (remote_follow_exec): New function. | |
3080 | (remote_parse_stop_reply): Handle 'exec' stop reason. | |
3081 | (extended_remote_run, extended_remote_create_inferior): Call | |
3082 | get_remote_exec_file and set_remote_exec_file_1. | |
3083 | (init_extended_remote_ops) <to_follow_exec>: Initialize new | |
3084 | member. | |
3085 | (_initialize_remote): Call | |
3086 | register_program_space_data_with_cleanup. Call | |
3087 | add_packet_config_cmd for remote exec-events feature. | |
3088 | Modify call to add_setshow_string_noescape_cmd for exec-file | |
3089 | to use new functions set_remote_exec_file and | |
3090 | show_remote_exec_file. | |
3091 | * target-debug.h, target-delegates.c: Regenerated. | |
3092 | * target.c (target_follow_exec): New function. | |
3093 | * target.h (struct target_ops) <to_follow_exec>: New member. | |
3094 | (target_follow_exec): Declare new function. | |
3095 | ||
669e74e8 PL |
3096 | 2015-09-11 Pierre Langlois <pierre.langlois@arm.com> |
3097 | ||
3098 | * aarch64-tdep.c (decode_cb): Move up comment describing the | |
3099 | encoding. | |
3100 | (decode_tb): Fix a typo in comment above the function. Move up | |
3101 | comment describing the encoding. | |
3102 | ||
4d50586d PL |
3103 | 2015-09-11 Pierre Langlois <pierre.langlois@arm.com> |
3104 | ||
3105 | * aarch64-tdep.c (decode_bcond): Fix incorrect mask. | |
3106 | ||
6dcaef99 MMN |
3107 | 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com> |
3108 | ||
3109 | PR gdb/18947 | |
3110 | * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install | |
3111 | glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback. | |
3112 | ||
5da1a4d3 SM |
3113 | 2015-09-10 Simon Marchi <simon.marchi@ericsson.com> |
3114 | ||
3115 | * ada-lang.c (scan_discrim_bound): Factor out arithmetic | |
3116 | operations. | |
3117 | ||
108d56a4 SM |
3118 | 2015-09-10 Simon Marchi <simon.marchi@ericsson.com> |
3119 | ||
3120 | * ada-lang.c (ada_search_struct_field): Constify parameters | |
3121 | and/or variables.. | |
3122 | (xget_renaming_scope): Likewise. | |
3123 | (ada_is_redundant_range_encoding): Likewise. | |
3124 | (scan_discrim_bound): Likewise. | |
3125 | (to_fixed_range_type): Likewise. | |
3126 | ||
dd2e65cc YQ |
3127 | 2015-09-10 Yao Qi <yao.qi@linaro.org> |
3128 | ||
3129 | * breakpoint.c (download_tracepoint_locations): New local | |
3130 | can_download_tracepoint. Check the result of | |
3131 | target_can_download_tracepoint and save it in | |
3132 | can_download_tracepoint if there are tracepoints to download. | |
3133 | * linux-nat.h (enum tribool): Move it to ... | |
3134 | * common/common-types.h: ... here. | |
3135 | ||
cfe75703 PA |
3136 | 2015-09-09 Pedro Alves <palves@redhat.com> |
3137 | ||
3138 | * inf-loop.c (inferior_event_handler): Delete INF_TIMER case. | |
3139 | * target.h (enum inferior_event_type) <INF_TIMER>: Delete. | |
3140 | ||
a85a3079 PA |
3141 | 2015-09-09 Pedro Alves <palves@redhat.com> |
3142 | ||
3143 | * continuations.c (add_continuation, restore_thread_cleanup) | |
3144 | (do_all_continuations_ptid, do_all_continuations_thread_callback) | |
3145 | (do_all_continuations_thread, do_all_continuations) | |
3146 | (discard_all_continuations_thread_callback) | |
3147 | (discard_all_continuations_thread, discard_all_continuations) | |
3148 | (add_intermediate_continuation) | |
3149 | (do_all_intermediate_continuations_thread_callback) | |
3150 | (do_all_intermediate_continuations_thread) | |
3151 | (do_all_intermediate_continuations) | |
3152 | (discard_all_intermediate_continuations_thread_callback) | |
3153 | (discard_all_intermediate_continuations_thread) | |
3154 | (discard_all_intermediate_continuations): Delete. | |
3155 | * continuations.h (add_continuation, do_all_continuations) | |
3156 | (do_all_continuations_thread, discard_all_continuations) | |
3157 | (discard_all_continuations_thread, add_intermediate_continuation) | |
3158 | (do_all_intermediate_continuations) | |
3159 | (do_all_intermediate_continuations_thread) | |
3160 | (discard_all_intermediate_continuations) | |
3161 | (discard_all_intermediate_continuations_thread): Delete | |
3162 | declarations. | |
3163 | * event-top.c (stdin_event_handler): Delete references to | |
3164 | continuations. | |
3165 | * gdbthread.h (struct thread_info): Delete continuations and | |
3166 | intermediate_continuations fields. | |
3167 | * inf-loop.c (inferior_event_handler): Remove references to | |
3168 | continuations. | |
3169 | * infrun.c (infrun_thread_stop_requested_callback): Remove | |
3170 | references to continuations. | |
3171 | * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete. | |
3172 | * thread.c: Don't include "continuations.h". | |
3173 | (clear_thread_inferior_resources): Remove references to | |
3174 | continuations. | |
3175 | ||
0700e23e PA |
3176 | 2015-09-09 Pedro Alves <palves@redhat.com> |
3177 | ||
3178 | * infcall.c (struct dummy_frame_context_saver): Delete. | |
3179 | (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor) | |
3180 | (dummy_frame_context_saver_drop) | |
3181 | (dummy_frame_context_saver_cleanup) | |
3182 | (dummy_frame_context_saver_get_regs) | |
3183 | (dummy_frame_context_saver_setup): Delete. | |
3184 | * infcall.h (dummy_frame_context_saver_drop) | |
3185 | (dummy_frame_context_saver_cleanup) | |
3186 | (dummy_frame_context_saver_get_regs, dummy_frame_context_saver): | |
3187 | Delete. | |
3188 | (get_return_value): Remove 'ctx_saver' paremeter. Adjust. | |
3189 | * inferior.h (get_return_value): Remove 'ctx_saver' paremeter. | |
3190 | * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust. | |
3191 | ||
cfc31633 PA |
3192 | 2015-09-09 Pedro Alves <palves@redhat.com> |
3193 | ||
3194 | * breakpoint.c: Include "thread-fsm.h". | |
3195 | (struct until_break_command_continuation_args): Delete. | |
3196 | (struct until_break_fsm): New. | |
3197 | (until_break_fsm_ops): New global. | |
3198 | (new_until_break_fsm, until_break_fsm_should_stop): New functions. | |
3199 | (until_break_command_continuation): Delete. | |
3200 | (until_break_fsm_clean_up): New function. | |
3201 | (until_break_fsm_async_reply_reason): New function. | |
3202 | (until_break_command): Adjust to create an until_break_fsm instead | |
3203 | of a continuation. | |
3204 | (momentary_bkpt_print_it): No longer print MI's async-stop-reason | |
3205 | here. | |
3206 | * infcmd.c (struct until_next_fsm): New. | |
3207 | (until_next_fsm_ops): New global. | |
3208 | (new_until_next_fsm, until_next_fsm_should_stop): New function. | |
3209 | (until_next_continuation): Delete. | |
3210 | (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New | |
3211 | functions. | |
3212 | (until_next_command): Adjust to create a new until_next_fsm | |
3213 | instead of a continuation. | |
3214 | ||
388a7084 PA |
3215 | 2015-09-09 Pedro Alves <palves@redhat.com> |
3216 | ||
3217 | * infcall.c: Include thread_fsm.h. | |
3218 | (struct call_return_meta_info): New. | |
3219 | (get_call_return_value): New function, factored out from | |
3220 | call_function_by_hand_dummy. | |
3221 | (struct call_thread_fsm): New. | |
3222 | (call_thread_fsm_ops): New global. | |
3223 | (new_call_thread_fsm, call_thread_fsm_should_stop) | |
3224 | (call_thread_fsm_should_notify_stop): New functions. | |
3225 | (run_inferior_call): Add 'sm' parameter. Associate the FSM with | |
3226 | the thread. | |
3227 | (call_function_by_hand_dummy): Create a new call_thread_fsm | |
3228 | instance, associate it with the thread, and wait for the FSM to | |
3229 | finish. If finished successfully, fetch the function's result | |
3230 | value out of the FSM. | |
3231 | * infrun.c (fetch_inferior_event): If the FSM says the stop | |
3232 | shouldn't be notified, don't call normal_stop. | |
3233 | (maybe_remove_breakpoints): New function, factored out from ... | |
3234 | (normal_stop): ... here. Simplify. | |
3235 | * infrun.h (maybe_remove_breakpoints): Declare. | |
3236 | * thread-fsm.c (thread_fsm_should_notify_stop): New function. | |
3237 | (thread-fsm.h) <struct thread_fsm_ops>: New field. | |
3238 | (thread_fsm_should_notify_stop): Declare. | |
3239 | ||
243a9253 PA |
3240 | 2015-09-09 Pedro Alves <palves@redhat.com> |
3241 | ||
3242 | * Makefile.in (COMMON_OBS): Add thread-fsm.o. | |
3243 | * breakpoint.c (handle_jit_event): Print debug output. | |
3244 | (bpstat_what): Split event callback handling to ... | |
3245 | (bpstat_run_callbacks): ... this new function. | |
3246 | (momentary_bkpt_print_it): No longer handle bp_finish here. | |
3247 | * breakpoint.h (bpstat_run_callbacks): Declare. | |
3248 | * gdbthread.h (struct thread_info) <step_multi>: Delete field. | |
3249 | <thread_fsm>: New field. | |
3250 | (thread_cancel_execution_command): Declare. | |
3251 | * infcmd.c: Include thread-fsm.h. | |
3252 | (struct step_command_fsm): New. | |
3253 | (step_command_fsm_ops): New global. | |
3254 | (new_step_command_fsm, step_command_fsm_prepare): New functions. | |
3255 | (step_1): Adjust to use step_command_fsm_prepare and | |
3256 | prepare_one_step. | |
3257 | (struct step_1_continuation_args): Delete. | |
3258 | (step_1_continuation): Delete. | |
3259 | (step_command_fsm_should_stop): New function. | |
3260 | (step_once): Delete. | |
3261 | (step_command_fsm_clean_up, step_command_fsm_async_reply_reason) | |
3262 | (prepare_one_step): New function, based on step_once. | |
3263 | (until_next_command): Remove step_multi reference. | |
3264 | (struct return_value_info): New. | |
3265 | (print_return_value): Rename to ... | |
3266 | (print_return_value_1): ... this. New struct return_value_info | |
3267 | parameter. Adjust. | |
3268 | (print_return_value): Reimplement as wrapper around | |
3269 | print_return_value_1. | |
3270 | (struct finish_command_fsm): New. | |
3271 | (finish_command_continuation): Delete. | |
3272 | (finish_command_fsm_ops): New global. | |
3273 | (new_finish_command_fsm, finish_command_fsm_should_stop): New | |
3274 | functions. | |
3275 | (finish_command_fsm_clean_up, finish_command_fsm_return_value): | |
3276 | New. | |
3277 | (finish_command_continuation_free_arg): Delete. | |
3278 | (finish_command_fsm_async_reply_reason): New. | |
3279 | (finish_backward, finish_forward): Change symbol parameter to a | |
3280 | finish_command_fsm. Adjust. | |
3281 | (finish_command): Create a finish_command_fsm. Adjust. | |
3282 | * infrun.c: Include "thread-fsm.h". | |
3283 | (clear_proceed_status_thread): Delete the thread's FSM. | |
3284 | (infrun_thread_stop_requested_callback): Cancel the thread's | |
3285 | execution command. | |
3286 | (clean_up_just_stopped_threads_fsms): New function. | |
3287 | (fetch_inferior_event): Handle the event_thread's should_stop | |
3288 | method saying the command isn't done yet. | |
3289 | (process_event_stop_test): Run breakpoint callbacks here. | |
3290 | (print_stop_event): Rename to ... | |
3291 | (print_stop_location): ... this. | |
3292 | (restore_current_uiout_cleanup): New function. | |
3293 | (print_stop_event): Reimplement. | |
3294 | (normal_stop): No longer notify the end_stepping_range observers | |
3295 | here handle "step N" nor "finish" here. No longer call | |
3296 | print_stop_event here. | |
3297 | * infrun.h (struct return_value_info): Forward declare. | |
3298 | (print_return_value): Declare. | |
3299 | (print_stop_event): Change prototype. | |
3300 | * thread-fsm.c: New file. | |
3301 | * thread-fsm.h: New file. | |
3302 | * thread.c: Include "thread-fsm.h". | |
3303 | (thread_cancel_execution_command): New function. | |
3304 | (clear_thread_inferior_resources): Call it. | |
3305 | * cli/cli-interp.c (cli_on_normal_stop): New function. | |
3306 | (cli_interpreter_init): Install cli_on_normal_stop as normal_stop | |
3307 | observer. | |
3308 | * mi/mi-interp.c: Include "thread-fsm.h". | |
3309 | (restore_current_uiout_cleanup): Delete. | |
3310 | (mi_on_normal_stop): If the thread has an FSM associated, and it | |
3311 | finished, ask it for the async-reply-reason to print. Always call | |
3312 | print_stop_event here, regardless of the top-level interpreter. | |
3313 | Check bpstat_what to tell whether an asynchronous breakpoint hit | |
3314 | triggered. | |
3315 | * tui/tui-interp.c (tui_on_normal_stop): New function. | |
3316 | (tui_init): Install tui_on_normal_stop as normal_stop observer. | |
3317 | ||
0b333c5e PA |
3318 | 2015-09-09 Pedro Alves <palves@redhat.com> |
3319 | ||
3320 | * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't | |
3321 | check whether the target can async. | |
3322 | * inf-loop.c (inferior_event_handler): Only call target_async if | |
3323 | the target can async. | |
3324 | * infcall.c: Include top.h and interps.h. | |
3325 | (run_inferior_call): For the interpreter to sync mode while | |
3326 | running the infcall. Call wait_sync_command_done instead of | |
3327 | wait_for_inferior plus normal_stop. | |
3328 | * infcmd.c (prepare_execution_command): Don't check whether the | |
3329 | target can async when running in the foreground. | |
3330 | (step_1): Delete synchronous case handling. | |
3331 | (step_once): Always install a continuation, even in sync mode. | |
3332 | (until_next_command, finish_forward): Don't check whether the | |
3333 | target can async. | |
3334 | (attach_command_post_wait, notice_new_inferior): Always install a | |
3335 | continuation, even in sync mode. | |
3336 | * infrun.c (mark_infrun_async_event_handler): New function. | |
3337 | (proceed): In sync mode, mark infrun's event source instead of | |
3338 | waiting for events here. | |
3339 | (fetch_inferior_event): If the target can't async, do a blocking | |
3340 | wait. | |
3341 | (prepare_to_wait): In sync mode, mark infrun's event source. | |
3342 | (infrun_async_inferior_event_handler): No longer bail out if the | |
3343 | target can't async. | |
3344 | * infrun.h (mark_infrun_async_event_handler): New declaration. | |
3345 | * linux-nat.c (linux_nat_wait_1): Remove calls to | |
3346 | set_sigint_trap/clear_sigint_trap. | |
3347 | (linux_nat_terminal_inferior): No longer check whether the target | |
3348 | can async. | |
3349 | * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify | |
3350 | comment. | |
3351 | (mi_execute_command_input_handler): No longer check whether the | |
3352 | target is async. Update and simplify comment. | |
3353 | * target.c (default_target_wait): New function. | |
3354 | * target.h (struct target_ops) <to_wait>: Now defaults to | |
3355 | default_target_wait. | |
3356 | (default_target_wait): Declare. | |
3357 | * top.c (wait_sync_command_done): New function, factored out from | |
3358 | ... | |
3359 | (maybe_wait_sync_command_done): ... this. | |
3360 | * top.h (wait_sync_command_done): Declare. | |
3361 | * target-delegates.c: Regenerate. | |
3362 | ||
0568462b MM |
3363 | 2015-09-09 Markus Metzger <markus.t.metzger@intel.com> |
3364 | ||
3365 | * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove. | |
3366 | * nat/linux-btrace.c: Include filestuff.h and inttypes.h. | |
3367 | Remove include of sys/utsname.h. | |
3368 | (linux_determine_kernel_ptr_bits): Remove. | |
3369 | (linux_determine_kernel_start): New. | |
3370 | (perf_event_is_kernel_addr): Remove tinfo argument. Update users. | |
3371 | Update check. | |
3372 | (perf_event_skip_bts_record): Remove tinfo argument. Update users. | |
3373 | (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits | |
3374 | initialization. | |
3375 | * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits | |
3376 | assignment. | |
3377 | ||
72e02483 PA |
3378 | 2015-09-07 Pedro Alves <palves@redhat.com> |
3379 | ||
3380 | * guile/guile-internal.h (as_a_scm_t_subr): New. | |
3381 | * guile/guile.c (misc_guile_functions): Use it. | |
3382 | * guile/scm-arch.c (arch_functions): Use it. | |
3383 | * guile/scm-block.c (block_functions, gdbscm_initialize_blocks): | |
3384 | Use it. | |
3385 | * guile/scm-breakpoint.c (breakpoint_functions): Use it. | |
3386 | * guile/scm-cmd.c (command_functions): Use it. | |
3387 | * guile/scm-disasm.c (disasm_functions): Use it. | |
3388 | * guile/scm-exception.c (exception_functions) | |
3389 | (private_exception_functions): Use it. | |
3390 | * guile/scm-frame.c (frame_functions) | |
3391 | * guile/scm-gsmob.c (gsmob_functions): Use it. | |
3392 | * guile/scm-iterator.c (iterator_functions): Use it. | |
3393 | * guile/scm-lazy-string.c (lazy_string_functions): Use it. | |
3394 | * guile/scm-math.c (math_functions): Use it. | |
3395 | * guile/scm-objfile.c (objfile_functions): Use it. | |
3396 | * guile/scm-param.c (parameter_functions): Use it. | |
3397 | * guile/scm-ports.c (port_functions, private_port_functions): Use | |
3398 | it. | |
3399 | * guile/scm-pretty-print.c (pretty_printer_functions): Use it. | |
3400 | * guile/scm-progspace.c (pspace_functions): Use it. | |
3401 | * guile/scm-string.c (string_functions): Use it. | |
3402 | * guile/scm-symbol.c (symbol_functions): Use it. | |
3403 | * guile/scm-symtab.c (symtab_functions): Use it. | |
3404 | * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use | |
3405 | it. | |
3406 | * guile/scm-value.c (value_functions): Use it. | |
3407 | ||
e65b5245 AB |
3408 | 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com> |
3409 | ||
3410 | * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer. | |
3411 | (tui_next_win): Likewise. | |
3412 | (tui_prev_win): Likewise. | |
3413 | (tui_partial_win_by_name): Likewise. | |
3414 | (tui_init_generic_part): Likewise. | |
3415 | (init_content_element): Likewise. | |
3416 | (tui_del_window): Likewise. | |
3417 | (tui_free_window): Likewise. | |
3418 | (tui_del_data_windows): Likewise. | |
3419 | (tui_free_data_content): Likewise. | |
3420 | * tui/tui-layout.c (make_source_or_disasm_window): Likewise. | |
3421 | * tui/tui-regs.c (tui_show_register_group): Likewise. | |
3422 | * tui/tui-win.c (tui_resize_all): Likewise. | |
3423 | (tui_set_focus): Likewise. | |
3424 | (tui_set_win_height): Likewise. | |
3425 | (make_invisible_and_set_new_height): Likewise. | |
3426 | * tui/tui-windata.c (tui_delete_data_content_windows): Likewise. | |
3427 | * tui/tui-wingeneral.c (make_visible): Likewise. | |
3428 | ||
b03e6ad9 AB |
3429 | 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com> |
3430 | ||
3431 | * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer. | |
3432 | ||
be903358 AB |
3433 | 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com> |
3434 | ||
3435 | * c-valprint.c (print_unpacked_pointer): Remove cast of NULL | |
3436 | pointer. | |
3437 | * dbxread.c (dbx_end_psymtab): Likewise. | |
3438 | * gnu-nat.c (gnu_write_inferior): Likewise. | |
3439 | * mdebugread.c (cross_ref): Likewise. | |
3440 | * p-valprint.c (pascal_val_print): Likewise. | |
3441 | * xcoffread.c (xcoff_end_psymtab): Likewise. | |
3442 | ||
02f024f9 YQ |
3443 | 2015-09-04 Yao Qi <yao.qi@linaro.org> |
3444 | ||
3445 | * NEWS: Mention the aarch64 multi-arch debugging support. | |
3446 | ||
cd7c1778 PMR |
3447 | 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com> |
3448 | ||
3449 | * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR | |
3450 | type instead of a TYPE_CODE_INT one for the string_char_type | |
3451 | and the ada_primitive_type_char types. | |
3452 | ||
39edd165 YQ |
3453 | 2015-09-03 Yao Qi <yao.qi@linaro.org> |
3454 | ||
3455 | * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint): | |
3456 | Move code to aarch64_linux_region_ok_for_watchpoint. Call | |
3457 | aarch64_linux_region_ok_for_watchpoint. | |
3458 | * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint): | |
3459 | New function. | |
3460 | * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint): | |
3461 | Declare it. | |
3462 | ||
6c214e7c PP |
3463 | 2015-09-02 Patrick Palka <patrick@parcs.ath.cx> |
3464 | ||
3465 | * gdb_obstack.h (obstack_strdup): Declare. | |
3466 | * gdb_obstack.c (obstack_strdup): Define. | |
3467 | * gdbarch.sh (gdbarch_obstack_strdup): Declare and define. | |
3468 | * gdbarch.c: Regenerate. | |
3469 | * gdbarch.h: Regenerate. | |
3470 | * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup. | |
3471 | ||
eed8b28a PP |
3472 | 2015-09-02 Patrick Palka <patrick@parcs.ath.cx> |
3473 | ||
3474 | * gdbtypes.c (copy_type_recursive): Update documentation. | |
3475 | ||
73c6b475 SDJ |
3476 | 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com> |
3477 | ||
3478 | * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc' | |
3479 | as zero. | |
3480 | ||
ad1c917a SDJ |
3481 | 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com> |
3482 | ||
3483 | * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL | |
3484 | ||
3bd7e5b7 SDJ |
3485 | 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com> |
3486 | ||
3487 | * solib-svr4.c (solib_event_probe_action): Call | |
3488 | get_probe_argument_count using TRY...CATCH. | |
3489 | (svr4_handle_solib_event): Likewise, for evaluate_probe_argument. | |
3490 | ||
f469e8ce SDJ |
3491 | 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com> |
3492 | ||
3493 | * probe.h (struct probe_ops) <get_probe_argument_count, | |
3494 | evaluate_probe_argument, enable_probe, disable_probe>: Mention in | |
3495 | the comment that the function can throw an exception. | |
3496 | (get_probe_argument_count): Likewise. | |
3497 | (evaluate_probe_argument): Likewise. | |
3498 | * stap-probe.c (stap_get_opcode): Call error instead of | |
3499 | internal_error. | |
3500 | (stap_get_expected_argument_type): Likewise. Add argument | |
3501 | 'probe'. Improve error message by mentioning the probe's name. | |
3502 | (stap_parse_probe_arguments): Adjust call to | |
3503 | stap_get_expected_argument_type. | |
3504 | (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is | |
3505 | not zero. Call internal_error if GDB requests an argument but the | |
3506 | probe has no arguments. | |
3507 | ||
dc5c8746 PMR |
3508 | 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com> |
3509 | ||
3510 | * ada-lang.c (ada_resolve_function): Do not ask the user what | |
3511 | match to use when in completion mode. | |
3512 | ||
136765ea AB |
3513 | 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com> |
3514 | ||
3515 | * tui/tui-data.c (tui_win_name): Make local variable const, remove | |
3516 | cast of NULL. | |
3517 | ||
90b81c5f MF |
3518 | 2015-08-31 Max Filippov <jcmvbkbc@gmail.com> |
3519 | ||
3520 | * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize | |
3521 | call_abi using XSHAL_ABI macro. | |
3522 | ||
1cd36e54 DE |
3523 | 2015-08-29 Doug Evans <xdje42@gmail.com> |
3524 | ||
3525 | * symtab.h (struct symbol): Tweak comment. | |
3526 | ||
8f57eec2 PP |
3527 | 2015-08-29 Patrick Palka <patrick@parcs.ath.cx> |
3528 | ||
3529 | * gdbtypes.c (alloc_type_arch): Allocate the type on the given | |
3530 | gdbarch obstack instead of on the heap. Update commentary | |
3531 | accordingly. | |
3532 | ||
38eebd71 JB |
3533 | 2015-08-28 Joel Brobecker <brobecker@adacore.com> |
3534 | ||
3535 | GDB 7.10 released. | |
3536 | ||
d63dd61e SM |
3537 | 2015-08-28 Simon Marchi <simon.marchi@ericsson.com> |
3538 | ||
3539 | * NEWS: Update entry about non-8-bits addressable memory. | |
3540 | ||
6f059256 UW |
3541 | 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com> |
3542 | ||
3543 | Revert: | |
3544 | 2014-11-06 Doug Evans <xdje42@gmail.com> | |
3545 | * solib.c (solib_global_lookup): Fetch arch from objfile, | |
3546 | not target_gdbarch. | |
3547 | ||
70987a92 | 3548 | 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com> |
ef36892e UW |
3549 | |
3550 | * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not | |
3551 | attempt to relocate a TLS variable offset. | |
3552 | ||
70987a92 | 3553 | 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com> |
791bb1f4 UW |
3554 | |
3555 | * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not | |
3556 | registered yet. Set inferior_ptid while calling target_read_memory. | |
3557 | ||
70987a92 | 3558 | 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com> |
1db33b5a UW |
3559 | |
3560 | * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ... | |
3561 | (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case. | |
3562 | * linux-nat.c (check_stopped_by_breakpoint): Use | |
3563 | GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT. | |
3564 | ||
70987a92 | 3565 | 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com> |
e0fd7c47 UW |
3566 | |
3567 | * linux-thread-db.c (thread_db_get_thread_local_address): If the | |
3568 | thread was not yet discovered, use thread_from_lwp instead of | |
3569 | calling thread_db_find_new_threads_1. | |
3570 | ||
f5cdf498 SM |
3571 | 2015-08-27 Simon Marchi <simon.marchi@ericsson.com> |
3572 | ||
3573 | * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation | |
3574 | statements. | |
3575 | ||
fd2ae5d6 SM |
3576 | 2015-08-27 Simon Marchi <simon.marchi@ericsson.com> |
3577 | ||
3578 | * NEWS: Document support for non-8-bits addressable memory. | |
3579 | ||
14d88147 PA |
3580 | 2015-08-27 Pedro Alves <palves@redhat.com> |
3581 | ||
3582 | * configure.ac: Remove AC_TYPE_SIGNAL call. | |
3583 | * configure, config.in: Regenerate. | |
3584 | ||
a40805d4 PA |
3585 | 2015-08-27 Pedro Alves <palves@redhat.com> |
3586 | ||
3587 | * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast. | |
3588 | * extension-priv.h: Include signal.h. | |
3589 | (struct signal_handler) <handler>: Change type to sighandler_t. | |
3590 | * extension.c (install_gdb_sigint_handler): Use sighandler_t. | |
3591 | * inflow.c (sigint_ours, sigquit_ours): Change type to | |
3592 | sighandler_t. | |
3593 | (child_terminal_inferior): Remove casts. | |
3594 | (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts. | |
3595 | (osig): Change type to sighandler_t. | |
3596 | * nto-procfs.c (ofunc): Change type to sighandler_t. | |
3597 | (procfs_wait): Remove casts. | |
3598 | * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t. | |
3599 | * remote-sim.c (gdbsim_wait): Use sighandler_t. | |
3600 | * utils.c (wait_to_die_with_timeout): Use sighandler_t. | |
3601 | ||
0750520d PA |
3602 | 2015-08-27 Pedro Alves <palves@redhat.com> |
3603 | ||
3604 | * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h. | |
3605 | * gnulib/aclocal.m4: Renegerate. | |
3606 | * gnulib/config.in: Renegerate. | |
3607 | * gnulib/configure: Renegerate. | |
3608 | * gnulib/import/Makefile.am: Update. | |
3609 | * gnulib/import/Makefile.in: Regenerate. | |
3610 | * gnulib/import/m4/gnulib-cache.m4: Update. | |
3611 | * gnulib/import/m4/gnulib-comp.m4: Update. | |
3612 | * gnulib/import/m4/signal_h.m4: New file. | |
3613 | * gnulib/import/signal.in.h: New file. | |
3614 | ||
a5c0808e PA |
3615 | 2015-08-27 Pedro Alves <palves@redhat.com> |
3616 | ||
3617 | * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE) | |
3618 | (MIN_MEMORY_PACKET_SIZE): New. | |
3619 | (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete. | |
3620 | (get_memory_packet_size): Adjust. No longer limit the max packet | |
3621 | size. | |
3622 | (set_memory_packet_size): Adjust, and remove dead code. | |
3623 | (remote_check_symbols): Use xmalloc and a cleanup instead of | |
3624 | alloca. | |
3625 | (remote_packet_size): No longer cap the packet size. | |
3626 | (putpkt_binary): Use xmalloc and a cleanup instead of alloca. | |
3627 | ||
cdaec3f3 LM |
3628 | 2015-08-26 Luis Machado <lgustavo@codesourcery.com> |
3629 | ||
3630 | * compile/compile.c (compile_to_object): Mention language in | |
3631 | error message. | |
3632 | ||
e9756d52 PP |
3633 | 2015-08-26 Patrick Palka <patrick@parcs.ath.cx> |
3634 | ||
3635 | * target.c (target_pre_inferior): Unset attach_flag. | |
3636 | ||
1dc7a623 SM |
3637 | 2015-08-26 Simon Marchi <simon.marchi@ericsson.com> |
3638 | ||
3639 | * gdbarch.sh (append_name): Fix type in XRESIZEVEC. | |
3640 | * gdbarch.c: Re-generate. | |
3641 | ||
8d749320 SM |
3642 | 2015-08-26 Simon Marchi <simon.marchi@ericsson.com> |
3643 | ||
6711b7f8 SM |
3644 | * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family |
3645 | function with the XNEW-family equivalent. | |
8d749320 SM |
3646 | * aarch64-tdep.c (aarch64_gdbarch_init): Likewise. |
3647 | * ada-exp.y (write_ambiguous_var): Likewise. | |
3648 | * ada-lang.c (resolve_subexp): Likewise. | |
3649 | (user_select_syms): Likewise. | |
3650 | (assign_aggregate): Likewise. | |
3651 | (ada_evaluate_subexp): Likewise. | |
3652 | (cache_symbol): Likewise. | |
3653 | * addrmap.c (allocate_key): Likewise. | |
3654 | (addrmap_create_mutable): Likewise. | |
3655 | * aix-thread.c (sync_threadlists): Likewise. | |
3656 | * alpha-tdep.c (alpha_push_dummy_call): Likewise. | |
3657 | (alpha_gdbarch_init): Likewise. | |
3658 | * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise. | |
3659 | * arm-linux-nat.c (arm_linux_add_process): Likewise. | |
3660 | * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise. | |
3661 | * arm-tdep.c (push_stack_item): Likewise. | |
3662 | (arm_displaced_step_copy_insn): Likewise. | |
3663 | (arm_gdbarch_init): Likewise. | |
3664 | (_initialize_arm_tdep): Likewise. | |
3665 | * avr-tdep.c (push_stack_item): Likewise. | |
3666 | * ax-general.c (new_agent_expr): Likewise. | |
3667 | * block.c (block_initialize_namespace): Likewise. | |
3668 | * breakpoint.c (alloc_counted_command_line): Likewise. | |
3669 | (update_dprintf_command_list): Likewise. | |
3670 | (parse_breakpoint_sals): Likewise. | |
3671 | (decode_static_tracepoint_spec): Likewise. | |
3672 | (until_break_command): Likewise. | |
3673 | (clear_command): Likewise. | |
3674 | (update_global_location_list): Likewise. | |
3675 | (get_breakpoint_objfile_data) Likewise. | |
3676 | * btrace.c (ftrace_new_function): Likewise. | |
3677 | (btrace_set_insn_history): Likewise. | |
3678 | (btrace_set_call_history): Likewise. | |
3679 | * buildsym.c (add_symbol_to_list): Likewise. | |
3680 | (record_pending_block): Likewise. | |
3681 | (start_subfile): Likewise. | |
3682 | (start_buildsym_compunit): Likewise. | |
3683 | (push_subfile): Likewise. | |
3684 | (end_symtab_get_static_block): Likewise. | |
3685 | (buildsym_init): Likewise. | |
3686 | * cli/cli-cmds.c (source_command): Likewise. | |
3687 | * cli/cli-decode.c (add_cmd): Likewise. | |
3688 | * cli/cli-script.c (build_command_line): Likewise. | |
3689 | (setup_user_args): Likewise. | |
3690 | (realloc_body_list): Likewise. | |
3691 | (process_next_line): Likewise. | |
3692 | (copy_command_lines): Likewise. | |
3693 | * cli/cli-setshow.c (do_set_command): Likewise. | |
3694 | * coff-pe-read.c (read_pe_exported_syms): Likewise. | |
3695 | * coffread.c (coff_locate_sections): Likewise. | |
3696 | (coff_symtab_read): Likewise. | |
3697 | (coff_read_struct_type): Likewise. | |
3698 | * common/cleanups.c (make_my_cleanup2): Likewise. | |
3699 | * common/common-exceptions.c (throw_it): Likewise. | |
3700 | * common/filestuff.c (make_cleanup_close): Likewise. | |
3701 | * common/format.c (parse_format_string): Likewise. | |
3702 | * common/queue.h (DEFINE_QUEUE_P): Likewise. | |
3703 | * compile/compile-object-load.c (munmap_list_add): Likewise. | |
3704 | (compile_object_load): Likewise. | |
3705 | * compile/compile-object-run.c (compile_object_run): Likewise. | |
3706 | * compile/compile.c (append_args): Likewise. | |
3707 | * corefile.c (specify_exec_file_hook): Likewise. | |
3708 | * cp-support.c (make_symbol_overload_list): Likewise. | |
3709 | * cris-tdep.c (push_stack_item): Likewise. | |
3710 | (cris_gdbarch_init): Likewise. | |
3711 | * ctf.c (ctf_trace_file_writer_new): Likewise. | |
3712 | * dbxread.c (init_header_files): Likewise. | |
3713 | (add_new_header_file): Likewise. | |
3714 | (init_bincl_list): Likewise. | |
3715 | (dbx_end_psymtab): Likewise. | |
3716 | (start_psymtab): Likewise. | |
3717 | (dbx_end_psymtab): Likewise. | |
3718 | * dcache.c (dcache_init): Likewise. | |
3719 | * dictionary.c (dict_create_hashed): Likewise. | |
3720 | (dict_create_hashed_expandable): Likewise. | |
3721 | (dict_create_linear): Likewise. | |
3722 | (dict_create_linear_expandable): Likewise. | |
3723 | * dtrace-probe.c (dtrace_process_dof_probe): Likewise. | |
3724 | * dummy-frame.c (register_dummy_frame_dtor): Likewise. | |
3725 | * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise. | |
3726 | * dwarf2-frame.c (dwarf2_build_frame_info): Likewise. | |
3727 | (decode_frame_entry_1): Likewise. | |
3728 | * dwarf2expr.c (new_dwarf_expr_context): Likewise. | |
3729 | * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise. | |
3730 | * dwarf2read.c (dwarf2_has_info): Likewise. | |
3731 | (create_signatured_type_table_from_index): Likewise. | |
3732 | (dwarf2_read_index): Likewise. | |
3733 | (dw2_get_file_names_reader): Likewise. | |
3734 | (create_all_type_units): Likewise. | |
3735 | (read_cutu_die_from_dwo): Likewise. | |
3736 | (init_tu_and_read_dwo_dies): Likewise. | |
3737 | (init_cutu_and_read_dies): Likewise. | |
3738 | (create_all_comp_units): Likewise. | |
3739 | (queue_comp_unit): Likewise. | |
3740 | (inherit_abstract_dies): Likewise. | |
3741 | (read_call_site_scope): Likewise. | |
3742 | (dwarf2_add_field): Likewise. | |
3743 | (dwarf2_add_typedef): Likewise. | |
3744 | (dwarf2_add_member_fn): Likewise. | |
3745 | (attr_to_dynamic_prop): Likewise. | |
3746 | (abbrev_table_alloc_abbrev): Likewise. | |
3747 | (abbrev_table_read_table): Likewise. | |
3748 | (add_include_dir): Likewise. | |
3749 | (add_file_name): Likewise. | |
3750 | (dwarf_decode_line_header): Likewise. | |
3751 | (dwarf2_const_value_attr): Likewise. | |
3752 | (dwarf_alloc_block): Likewise. | |
3753 | (parse_macro_definition): Likewise. | |
3754 | (set_die_type): Likewise. | |
3755 | (write_psymtabs_to_index): Likewise. | |
3756 | (create_cus_from_index): Likewise. | |
3757 | (dwarf2_create_include_psymtab): Likewise. | |
3758 | (process_psymtab_comp_unit_reader): Likewise. | |
3759 | (build_type_psymtab_dependencies): Likewise. | |
3760 | (read_comp_units_from_section): Likewise. | |
3761 | (compute_compunit_symtab_includes): Likewise. | |
3762 | (create_dwo_unit_in_dwp_v1): Likewise. | |
3763 | (create_dwo_unit_in_dwp_v2): Likewise. | |
3764 | (read_func_scope): Likewise. | |
3765 | (process_structure_scope): Likewise. | |
3766 | (mark_common_block_symbol_computed): Likewise. | |
3767 | (load_partial_dies): Likewise. | |
3768 | (dwarf2_symbol_mark_computed): Likewise. | |
3769 | * elfread.c (elf_symfile_segments): Likewise. | |
3770 | (elf_read_minimal_symbols): Likewise. | |
3771 | * environ.c (make_environ): Likewise. | |
3772 | * eval.c (evaluate_subexp_standard): Likewise. | |
3773 | * event-loop.c (create_file_handler): Likewise. | |
3774 | (create_async_signal_handler): Likewise. | |
3775 | (create_async_event_handler): Likewise. | |
3776 | (create_timer): Likewise. | |
3777 | * exec.c (build_section_table): Likewise. | |
3778 | * fbsd-nat.c (fbsd_remember_child): Likewise. | |
3779 | * fork-child.c (fork_inferior): Likewise. | |
3780 | * frv-tdep.c (new_variant): Likewise. | |
3781 | * gdbarch.sh (gdbarch_alloc): Likewise. | |
3782 | (append_name): Likewise. | |
3783 | * gdbtypes.c (rank_function): Likewise. | |
3784 | (copy_type_recursive): Likewise. | |
3785 | (add_dyn_prop): Likewise. | |
3786 | * gnu-nat.c (make_proc): Likewise. | |
3787 | (make_inf): Likewise. | |
3788 | (gnu_write_inferior): Likewise. | |
3789 | * gnu-v3-abi.c (build_gdb_vtable_type): Likewise. | |
3790 | (build_std_type_info_type): Likewise. | |
3791 | * guile/scm-param.c (compute_enum_list): Likewise. | |
3792 | * guile/scm-utils.c (gdbscm_parse_function_args): Likewise. | |
3793 | * guile/scm-value.c (gdbscm_value_call): Likewise. | |
3794 | * h8300-tdep.c (h8300_gdbarch_init): Likewise. | |
3795 | * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise. | |
3796 | (read_unwind_info): Likewise. | |
3797 | * ia64-tdep.c (ia64_gdbarch_init): Likewise. | |
3798 | * infcall.c (dummy_frame_context_saver_setup): Likewise. | |
3799 | (call_function_by_hand_dummy): Likewise. | |
3800 | * infcmd.c (step_once): Likewise. | |
3801 | (finish_forward): Likewise. | |
3802 | (attach_command): Likewise. | |
3803 | (notice_new_inferior): Likewise. | |
3804 | * inferior.c (add_inferior_silent): Likewise. | |
3805 | * infrun.c (add_displaced_stepping_state): Likewise. | |
3806 | (save_infcall_control_state): Likewise. | |
3807 | (save_inferior_ptid): Likewise. | |
3808 | (_initialize_infrun): Likewise. | |
3809 | * jit.c (bfd_open_from_target_memory): Likewise. | |
3810 | (jit_gdbarch_data_init): Likewise. | |
3811 | * language.c (add_language): Likewise. | |
3812 | * linespec.c (decode_line_2): Likewise. | |
3813 | * linux-nat.c (add_to_pid_list): Likewise. | |
3814 | (add_initial_lwp): Likewise. | |
3815 | * linux-thread-db.c (add_thread_db_info): Likewise. | |
3816 | (record_thread): Likewise. | |
3817 | (info_auto_load_libthread_db): Likewise. | |
3818 | * m32c-tdep.c (m32c_gdbarch_init): Likewise. | |
3819 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise. | |
3820 | * m68k-tdep.c (m68k_gdbarch_init): Likewise. | |
3821 | * m88k-tdep.c (m88k_analyze_prologue): Likewise. | |
3822 | * macrocmd.c (macro_define_command): Likewise. | |
3823 | * macroexp.c (gather_arguments): Likewise. | |
3824 | * macroscope.c (sal_macro_scope): Likewise. | |
3825 | * macrotab.c (new_macro_table): Likewise. | |
3826 | * mdebugread.c (push_parse_stack): Likewise. | |
3827 | (parse_partial_symbols): Likewise. | |
3828 | (parse_symbol): Likewise. | |
3829 | (psymtab_to_symtab_1): Likewise. | |
3830 | (new_block): Likewise. | |
3831 | (new_psymtab): Likewise. | |
3832 | (mdebug_build_psymtabs): Likewise. | |
3833 | (add_pending): Likewise. | |
3834 | (elfmdebug_build_psymtabs): Likewise. | |
3835 | * mep-tdep.c (mep_gdbarch_init): Likewise. | |
3836 | * mi/mi-main.c (mi_execute_command): Likewise. | |
3837 | * mi/mi-parse.c (mi_parse_argv): Likewise. | |
3838 | * minidebug.c (lzma_open): Likewise. | |
3839 | * minsyms.c (terminate_minimal_symbol_table): Likewise. | |
3840 | * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise. | |
3841 | * mips-tdep.c (mips_gdbarch_init): Likewise. | |
3842 | * mn10300-tdep.c (mn10300_gdbarch_init): Likewise. | |
3843 | * msp430-tdep.c (msp430_gdbarch_init): Likewise. | |
3844 | * mt-tdep.c (mt_registers_info): Likewise. | |
3845 | * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise. | |
3846 | * nat/linux-btrace.c (linux_enable_bts): Likewise. | |
3847 | (linux_enable_pt): Likewise. | |
3848 | * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise. | |
3849 | (linux_xfer_osdata_processgroups): Likewise. | |
3850 | * nios2-tdep.c (nios2_gdbarch_init): Likewise. | |
3851 | * nto-procfs.c (procfs_meminfo): Likewise. | |
3852 | * objc-lang.c (start_msglist): Likewise. | |
3853 | (selectors_info): Likewise. | |
3854 | (classes_info): Likewise. | |
3855 | (find_methods): Likewise. | |
3856 | * objfiles.c (allocate_objfile): Likewise. | |
3857 | (update_section_map): Likewise. | |
3858 | * osabi.c (gdbarch_register_osabi): Likewise. | |
3859 | (gdbarch_register_osabi_sniffer): Likewise. | |
3860 | * parse.c (start_arglist): Likewise. | |
3861 | * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise. | |
3862 | (hwdebug_insert_point): Likewise. | |
3863 | * printcmd.c (display_command): Likewise. | |
3864 | (ui_printf): Likewise. | |
3865 | * procfs.c (create_procinfo): Likewise. | |
3866 | (load_syscalls): Likewise. | |
3867 | (proc_get_LDT_entry): Likewise. | |
3868 | (proc_update_threads): Likewise. | |
3869 | * prologue-value.c (make_pv_area): Likewise. | |
3870 | (pv_area_store): Likewise. | |
3871 | * psymtab.c (extend_psymbol_list): Likewise. | |
3872 | (init_psymbol_list): Likewise. | |
3873 | (allocate_psymtab): Likewise. | |
3874 | * python/py-inferior.c (add_thread_object): Likewise. | |
3875 | * python/py-param.c (compute_enum_values): Likewise. | |
3876 | * python/py-value.c (valpy_call): Likewise. | |
3877 | * python/py-varobj.c (py_varobj_iter_next): Likewise. | |
3878 | * python/python.c (ensure_python_env): Likewise. | |
3879 | * record-btrace.c (record_btrace_start_replaying): Likewise. | |
3880 | * record-full.c (record_full_reg_alloc): Likewise. | |
3881 | (record_full_mem_alloc): Likewise. | |
3882 | (record_full_end_alloc): Likewise. | |
3883 | (record_full_core_xfer_partial): Likewise. | |
3884 | * regcache.c (get_thread_arch_aspace_regcache): Likewise. | |
3885 | * remote-fileio.c (remote_fileio_init_fd_map): Likewise. | |
3886 | * remote-notif.c (remote_notif_state_allocate): Likewise. | |
3887 | * remote.c (demand_private_info): Likewise. | |
3888 | (remote_notif_stop_alloc_reply): Likewise. | |
3889 | (remote_enable_btrace): Likewise. | |
3890 | * reverse.c (save_bookmark_command): Likewise. | |
3891 | * rl78-tdep.c (rl78_gdbarch_init): Likewise. | |
3892 | * rx-tdep.c (rx_gdbarch_init): Likewise. | |
3893 | * s390-linux-nat.c (s390_insert_watchpoint): Likewise. | |
3894 | * ser-go32.c (dos_get_tty_state): Likewise. | |
3895 | (dos_copy_tty_state): Likewise. | |
3896 | * ser-mingw.c (ser_windows_open): Likewise. | |
3897 | (ser_console_wait_handle): Likewise. | |
3898 | (ser_console_get_tty_state): Likewise. | |
3899 | (make_pipe_state): Likewise. | |
3900 | (net_windows_open): Likewise. | |
3901 | * ser-unix.c (hardwire_get_tty_state): Likewise. | |
3902 | (hardwire_copy_tty_state): Likewise. | |
3903 | * solib-aix.c (solib_aix_new_lm_info): Likewise. | |
3904 | * solib-dsbt.c (dsbt_current_sos): Likewise. | |
3905 | (dsbt_relocate_main_executable): Likewise. | |
3906 | * solib-frv.c (frv_current_sos): Likewise. | |
3907 | (frv_relocate_main_executable): Likewise. | |
3908 | * solib-spu.c (spu_bfd_fopen): Likewise. | |
3909 | * solib-svr4.c (lm_info_read): Likewise. | |
3910 | (svr4_copy_library_list): Likewise. | |
3911 | (svr4_default_sos): Likewise. | |
3912 | * source.c (find_source_lines): Likewise. | |
3913 | (line_info): Likewise. | |
3914 | (add_substitute_path_rule): Likewise. | |
3915 | * spu-linux-nat.c (spu_bfd_open): Likewise. | |
3916 | * spu-tdep.c (info_spu_dma_cmdlist): Likewise. | |
3917 | * stabsread.c (dbx_lookup_type): Likewise. | |
3918 | (read_type): Likewise. | |
3919 | (read_member_functions): Likewise. | |
3920 | (read_struct_fields): Likewise. | |
3921 | (read_baseclasses): Likewise. | |
3922 | (read_args): Likewise. | |
3923 | (_initialize_stabsread): Likewise. | |
3924 | * stack.c (func_command): Likewise. | |
3925 | * stap-probe.c (handle_stap_probe): Likewise. | |
3926 | * symfile.c (addrs_section_sort): Likewise. | |
3927 | (addr_info_make_relative): Likewise. | |
3928 | (load_section_callback): Likewise. | |
3929 | (add_symbol_file_command): Likewise. | |
3930 | (init_filename_language_table): Likewise. | |
3931 | * symtab.c (create_filename_seen_cache): Likewise. | |
3932 | (sort_search_symbols_remove_dups): Likewise. | |
3933 | (search_symbols): Likewise. | |
3934 | * target.c (make_cleanup_restore_target_terminal): Likewise. | |
3935 | * thread.c (new_thread): Likewise. | |
3936 | (enable_thread_stack_temporaries): Likewise. | |
3937 | (make_cleanup_restore_current_thread): Likewise. | |
3938 | (thread_apply_all_command): Likewise. | |
3939 | * tic6x-tdep.c (tic6x_gdbarch_init): Likewise. | |
3940 | * top.c (gdb_readline_wrapper): Likewise. | |
3941 | * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise. | |
3942 | * tracepoint.c (trace_find_line_command): Likewise. | |
3943 | (all_tracepoint_actions_and_cleanup): Likewise. | |
3944 | (make_cleanup_restore_current_traceframe): Likewise. | |
3945 | (get_uploaded_tp): Likewise. | |
3946 | (get_uploaded_tsv): Likewise. | |
3947 | * tui/tui-data.c (tui_alloc_generic_win_info): Likewise. | |
3948 | (tui_alloc_win_info): Likewise. | |
3949 | (tui_alloc_content): Likewise. | |
3950 | (tui_add_content_elements): Likewise. | |
3951 | * tui/tui-disasm.c (tui_find_disassembly_address): Likewise. | |
3952 | (tui_set_disassem_content): Likewise. | |
3953 | * ui-file.c (ui_file_new): Likewise. | |
3954 | (stdio_file_new): Likewise. | |
3955 | (tee_file_new): Likewise. | |
3956 | * utils.c (make_cleanup_restore_integer): Likewise. | |
3957 | (add_internal_problem_command): Likewise. | |
3958 | * v850-tdep.c (v850_gdbarch_init): Likewise. | |
3959 | * valops.c (find_oload_champ): Likewise. | |
3960 | * value.c (allocate_value_lazy): Likewise. | |
3961 | (record_latest_value): Likewise. | |
3962 | (create_internalvar): Likewise. | |
3963 | * varobj.c (install_variable): Likewise. | |
3964 | (new_variable): Likewise. | |
3965 | (new_root_variable): Likewise. | |
3966 | (cppush): Likewise. | |
3967 | (_initialize_varobj): Likewise. | |
3968 | * windows-nat.c (windows_make_so): Likewise. | |
3969 | * x86-nat.c (x86_add_process): Likewise. | |
3970 | * xcoffread.c (arrange_linetable): Likewise. | |
3971 | (allocate_include_entry): Likewise. | |
3972 | (process_linenos): Likewise. | |
3973 | (SYMBOL_DUP): Likewise. | |
3974 | (xcoff_start_psymtab): Likewise. | |
3975 | (xcoff_end_psymtab): Likewise. | |
3976 | * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise. | |
3977 | * xtensa-tdep.c (xtensa_register_type): Likewise. | |
3978 | * gdbarch.c: Regenerate. | |
3979 | * gdbarch.h: Regenerate. | |
3980 | ||
17d8546e DB |
3981 | 2015-08-25 Don Breazeal <donb@codesourcery.com> |
3982 | ||
3983 | * infrun.c (follow_exec): Re-order operations for | |
3984 | handling follow-exec-mode "new". | |
3985 | (handle_inferior_event_1): Assign ecs->event_thread | |
3986 | to the current thread. | |
3987 | * remote.c (get_remote_arch_state): Add an assertion. | |
3988 | ||
ba49e44b PA |
3989 | 2015-08-26 Pedro Alves <palves@redhat.com> |
3990 | ||
3991 | * MAINTAINERS: Add Markus Metzger as btrace maintainer. | |
3992 | ||
7541ab03 | 3993 | 2015-08-25 Pedro Alves <palves@redhat.com> |
abc56d60 | 3994 | |
7541ab03 | 3995 | PR gdb/18804 |
abc56d60 PA |
3996 | * defs.h (maybe_quit): Declare. |
3997 | (QUIT): Now calls maybe_quit. | |
3998 | * event-loop.c (clear_async_signal_handler) | |
3999 | (async_signal_handler_is_marked): New functions. | |
4000 | * event-loop.h (async_signal_handler_is_marked) | |
4001 | (clear_async_signal_handler): New declarations. | |
4002 | * remote.c (remote_check_pending_interrupt): New function. | |
4003 | (interrupt_query): Use make_cleanup_restore_target_terminal. No | |
4004 | longer check whether the target is async. If waiting for a stop | |
4005 | reply, and a Ctrl-C as been sent to the target, offer to | |
4006 | disconnect, and throw TARGET_CLOSE_ERROR instead of a quit. | |
4007 | Otherwise do not disconnect and throw a quit. | |
4008 | (_initialize_remote): Install remote_check_pending_interrupt as | |
4009 | to_check_pending_interrupt. | |
4010 | * target.c (target_check_pending_interrupt): New function. | |
4011 | * target.h (struct target_ops) <to_check_pending_interrupt>: New | |
4012 | field. | |
4013 | (target_check_pending_interrupt): New declaration. | |
4014 | * utils.c (maybe_quit): New function. | |
4015 | * target-delegates.c: Regenerate. | |
4016 | ||
dfe7f77c YQ |
4017 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4018 | ||
4019 | * nat/aarch64-linux-hw-point.c (debug_reg_change_callback): | |
4020 | Rename local variable pid to tid, and get lwpid of lwp. Update | |
4021 | debug output. | |
4022 | ||
63e43d3a PMR |
4023 | 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com> |
4024 | ||
4025 | * ada-lang.c (ada_read_var_value): Add a var_block argument | |
4026 | and pass it to default_read_var_value. | |
4027 | * block.c (block_static_link): New accessor. | |
4028 | * block.h (block_static_link): Declare it. | |
4029 | * buildsym.c (finish_block_internal): Add a static_link | |
4030 | argument. If there is a static link, associate it to the new | |
4031 | block. | |
4032 | (finish_block): Add a static link argument and pass it to | |
4033 | finish_block_internal. | |
4034 | (end_symtab_get_static_block): Update calls to finish_block and | |
4035 | to finish_block_internal. | |
4036 | (end_symtab_with_blockvector): Update call to | |
4037 | finish_block_internal. | |
4038 | * buildsym.h: Forward-declare struct dynamic_prop. | |
4039 | (struct context_stack): Add a static_link field. | |
4040 | (finish_block): Add a static link argument. | |
4041 | * c-exp.y: Remove an obsolete comment (evaluation of variables | |
4042 | already start from the selected frame, and now they climb *up* | |
4043 | the call stack) and propagate the block information to the | |
4044 | produced expression. | |
4045 | * d-exp.y: Likewise. | |
4046 | * f-exp.y: Likewise. | |
4047 | * go-exp.y: Likewise. | |
4048 | * jv-exp.y: Likewise. | |
4049 | * m2-exp.y: Likewise. | |
4050 | * p-exp.y: Likewise. | |
4051 | * coffread.c (coff_symtab_read): Update calls to finish_block. | |
4052 | * dbxread.c (process_one_symbol): Likewise. | |
4053 | * xcoffread.c (read_xcoff_symtab): Likewise. | |
4054 | * compile/compile-c-symbols.c (convert_one_symbol): Promote the | |
4055 | "sym" parameter to struct block_symbol, update its uses and pass | |
4056 | its block to calls to read_var_value. | |
4057 | (convert_symbol_sym): Update the calls to convert_one_symbol. | |
4058 | * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update | |
4059 | call to read_var_value. | |
4060 | * dwarf2loc.c (block_op_get_frame_base): New. | |
4061 | (dwarf2_block_frame_base_locexpr_funcs): Implement the | |
4062 | get_frame_base method. | |
4063 | (dwarf2_block_frame_base_loclist_funcs): Likewise. | |
4064 | (dwarf2locexpr_baton_eval): Add a frame argument and use it | |
4065 | instead of the selected frame in order to evaluate the | |
4066 | expression. | |
4067 | (dwarf2_evaluate_property): Add a frame argument. Update call | |
4068 | to dwarf2_locexpr_baton_eval to provide a frame in available and | |
4069 | to handle the absence of address stack. | |
4070 | * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument. | |
4071 | * dwarf2read.c (attr_to_dynamic_prop): Add a forward | |
4072 | declaration. | |
4073 | (read_func_scope): Record any available static link description. | |
4074 | Update call to finish_block. | |
4075 | (read_lexical_block_scope): Update call to finish_block. | |
4076 | * findvar.c (follow_static_link): New. | |
4077 | (get_hosting_frame): New. | |
4078 | (default_read_var_value): Add a var_block argument. Use | |
4079 | get_hosting_frame to handle non-local references. | |
4080 | (read_var_value): Add a var_block argument and pass it to the | |
4081 | LA_READ_VAR_VALUE method. | |
4082 | * gdbtypes.c (resolve_dynamic_range): Update calls to | |
4083 | dwarf2_evaluate_property. | |
4084 | (resolve_dynamic_type_internal): Likewise. | |
4085 | * guile/scm-frame.c (gdbscm_frame_read_var): Update call to | |
4086 | read_var_value, passing it the block coming from symbol lookup. | |
4087 | * guile/scm-symbol.c (gdbscm_symbol_value): Update call to | |
4088 | read_var_value (TODO). | |
4089 | * infcmd.c (finish_command_continuation): Update call to | |
4090 | read_var_value, passing it the block coming from symbol lookup. | |
4091 | * infrun.c (insert_exception_resume_breakpoint): Likewise. | |
4092 | * language.h (struct language_defn): Add a var_block argument to | |
4093 | the LA_READ_VAR_VALUE method. | |
4094 | * objfiles.c (struct static_link_htab_entry): New. | |
4095 | (static_link_htab_entry_hash): New. | |
4096 | (static_link_htab_entry_eq): New. | |
4097 | (objfile_register_static_link): New. | |
4098 | (objfile_lookup_static_link): New. | |
4099 | (free_objfile): Free the STATIC_LINKS hashed map if needed. | |
4100 | * objfiles.h: Include hashtab.h. | |
4101 | (struct objfile): Add a static_links field. | |
4102 | (objfile_register_static_link): New. | |
4103 | (objfile_lookup_static_link): New. | |
4104 | * printcmd.c (print_variable_and_value): Update call to | |
4105 | read_var_value. | |
4106 | * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise. | |
4107 | * python/py-frame.c (frapy_read_var): Update call to | |
4108 | read_var_value, passing it the block coming from symbol lookup. | |
4109 | * python/py-framefilter.c (extract_sym): Add a sym_block | |
4110 | parameter and set the pointed value to NULL (TODO). | |
4111 | (enumerate_args): Update call to extract_sym. | |
4112 | (enumerate_locals): Update calls to extract_sym and to | |
4113 | read_var_value. | |
4114 | * python/py-symbol.c (sympy_value): Update call to | |
4115 | read_var_value (TODO). | |
4116 | * stack.c (read_frame_local): Update call to read_var_value. | |
4117 | (read_frame_arg): Likewise. | |
4118 | (return_command): Likewise. | |
4119 | * symtab.h (struct symbol_block_ops): Add a get_frame_base | |
4120 | method. | |
4121 | (struct symbol): Add a block field. | |
4122 | (SYMBOL_BLOCK): New accessor. | |
4123 | * valops.c (value_of_variable): Remove frame/block handling and | |
4124 | pass the block argument to read_var_value, which does this job | |
4125 | now. | |
4126 | (value_struct_elt_for_reference): Update calls to | |
4127 | read_var_value. | |
4128 | (value_of_this): Pass the block found to read_var_value. | |
4129 | * value.h (read_var_value): Add a var_block argument. | |
4130 | (default_read_var_value): Likewise. | |
4131 | ||
ed8b7b42 YQ |
4132 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4133 | ||
4134 | * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ... | |
4135 | * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here. | |
4136 | * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare. | |
4137 | ||
db3cb7cb YQ |
4138 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4139 | ||
4140 | * Makefile.in (aarch64-liunx.o): New rule. | |
4141 | (HFILES_NO_SRCDIR): Add aarch64-linux.h. | |
4142 | * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o. | |
4143 | * aarch64-linux-nat.c: Include nat/aarch64-linux.h. | |
4144 | * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it | |
4145 | extern. | |
4146 | (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c. | |
4147 | * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare | |
4148 | * nat/aarch64-linux.c: New file. | |
4149 | * nat/aarch64-linux.h: New file. | |
4150 | ||
f6011a1c YQ |
4151 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4152 | ||
4153 | * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use | |
4154 | lwp_arch_private_info and ptid_of_lwp. | |
4155 | ||
5e35436e YQ |
4156 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4157 | ||
4158 | * aarch64-linux-nat.c (struct arch64_dr_update_callback_param): | |
4159 | Move it to nat/aarch64-linux-hw-point.c. | |
4160 | (debug_reg_change_callback): Likewise. | |
4161 | (aarch64_notify_debug_reg_change): :Likewise. | |
4162 | * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h. | |
4163 | (aarch64_dr_update_callback_param): New. | |
4164 | (debug_reg_change_callback): New function. | |
4165 | (aarch64_notify_debug_reg_change): Likewise. | |
4166 | * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change): | |
4167 | Remove the declaration. | |
4168 | ||
4a8a7965 YQ |
4169 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4170 | ||
4171 | * aarch64-linux-nat.c (aarch64_notify_debug_reg_change): | |
4172 | Call current_lwp_ptid. | |
4173 | ||
32a271ee YQ |
4174 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4175 | ||
4176 | * aarch64-linux-nat.c (debug_reg_change_callback): Use | |
4177 | debug_printf. | |
4178 | ||
5e137137 YQ |
4179 | 2015-08-25 Yao Qi <yao.qi@linaro.org> |
4180 | ||
4181 | * aarch64-linux-nat.c (debug_reg_change_callback): Call | |
4182 | ptid_get_pid rather than ptid_get_lwp. | |
4183 | ||
73b8c1fd PA |
4184 | 2015-08-24 Pedro Alves <palves@redhat.com> |
4185 | ||
4186 | * NEWS (New commands): Mention set/show remote | |
4187 | multiprocess-extensions-packet. | |
4188 | * remote.c (remote_query_supported): Only tell the server to use | |
4189 | the multiprocess extensions if the user hasn't force-disabled them | |
4190 | with "set remote multiprocess-extensions-packet off". | |
4191 | ||
4a626d0a PA |
4192 | 2015-08-24 Pedro Alves <palves@redhat.com> |
4193 | ||
4194 | * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to | |
4195 | 1029a8112290f6eee9d7878a391c49db42c999bd. | |
4196 | * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: | |
4197 | Regenerate. | |
4198 | * gnulib/import/Makefile.am: Update. | |
4199 | * gnulib/import/Makefile.in: Update. | |
4200 | * gnulib/import/alloca.in.h: Update. | |
4201 | * gnulib/import/basename-lgpl.c: Update. | |
4202 | * gnulib/import/canonicalize-lgpl.c: Update. | |
4203 | * gnulib/import/config.charset: Update. | |
4204 | * gnulib/import/dirent.in.h: Update. | |
4205 | * gnulib/import/dirfd.c: Update. | |
4206 | * gnulib/import/dirname-lgpl.c: Update. | |
4207 | * gnulib/import/dirname.h: Update. | |
4208 | * gnulib/import/dosname.h: Update. | |
4209 | * gnulib/import/errno.in.h: Update. | |
4210 | * gnulib/import/extra/snippet/arg-nonnull.h: Update. | |
4211 | * gnulib/import/extra/snippet/c++defs.h: Update. | |
4212 | * gnulib/import/extra/snippet/warn-on-use.h: Update. | |
4213 | * gnulib/import/extra/update-copyright: Update. | |
4214 | * gnulib/import/float+.h: Update. | |
4215 | * gnulib/import/float.c: Update. | |
4216 | * gnulib/import/float.in.h: Update. | |
4217 | * gnulib/import/fnmatch.c: Update. | |
4218 | * gnulib/import/fnmatch.in.h: Update. | |
4219 | * gnulib/import/fnmatch_loop.c: Update. | |
4220 | * gnulib/import/fpucw.h: Update. | |
4221 | * gnulib/import/frexp.c: Update. | |
4222 | * gnulib/import/frexpl.c: Update. | |
4223 | * gnulib/import/gettimeofday.c: Update. | |
4224 | * gnulib/import/inttypes.in.h: Update. | |
4225 | * gnulib/import/isnan.c: Update. | |
4226 | * gnulib/import/isnand-nolibm.h: Update. | |
4227 | * gnulib/import/isnand.c: Update. | |
4228 | * gnulib/import/isnanl-nolibm.h: Update. | |
4229 | * gnulib/import/isnanl.c: Update. | |
4230 | * gnulib/import/itold.c: Update. | |
4231 | * gnulib/import/localcharset.c: Update. | |
4232 | * gnulib/import/localcharset.h: Update. | |
4233 | * gnulib/import/lstat.c: Update. | |
4234 | * gnulib/import/m4/00gnulib.m4: Update. | |
4235 | * gnulib/import/m4/absolute-header.m4: Update. | |
4236 | * gnulib/import/m4/alloca.m4: Update. | |
4237 | * gnulib/import/m4/canonicalize.m4: Update. | |
4238 | * gnulib/import/m4/codeset.m4: Update. | |
4239 | * gnulib/import/m4/configmake.m4: Update. | |
4240 | * gnulib/import/m4/dirent_h.m4: Update. | |
4241 | * gnulib/import/m4/dirfd.m4: Update. | |
4242 | * gnulib/import/m4/dirname.m4: Update. | |
4243 | * gnulib/import/m4/double-slash-root.m4: Update. | |
4244 | * gnulib/import/m4/eealloc.m4: Update. | |
4245 | * gnulib/import/m4/errno_h.m4: Update. | |
4246 | * gnulib/import/m4/exponentd.m4: Update. | |
4247 | * gnulib/import/m4/exponentl.m4: Update. | |
4248 | * gnulib/import/m4/extensions.m4: Update. | |
4249 | * gnulib/import/m4/extern-inline.m4: Update. | |
4250 | * gnulib/import/m4/fcntl-o.m4: Update. | |
4251 | * gnulib/import/m4/float_h.m4: Update. | |
4252 | * gnulib/import/m4/fnmatch.m4: Update. | |
4253 | * gnulib/import/m4/fpieee.m4: Update. | |
4254 | * gnulib/import/m4/frexp.m4: Update. | |
4255 | * gnulib/import/m4/frexpl.m4: Update. | |
4256 | * gnulib/import/m4/gettimeofday.m4: Update. | |
4257 | * gnulib/import/m4/glibc21.m4: Update. | |
4258 | * gnulib/import/m4/gnulib-cache.m4: Update. | |
4259 | * gnulib/import/m4/gnulib-common.m4: Update. | |
4260 | * gnulib/import/m4/gnulib-comp.m4: Update. | |
4261 | * gnulib/import/m4/gnulib-tool.m4: Update. | |
4262 | * gnulib/import/m4/include_next.m4: Update. | |
4263 | * gnulib/import/m4/inttypes-pri.m4: Update. | |
4264 | * gnulib/import/m4/inttypes.m4: Update. | |
4265 | * gnulib/import/m4/isnand.m4: Update. | |
4266 | * gnulib/import/m4/isnanl.m4: Update. | |
4267 | * gnulib/import/m4/largefile.m4: Update. | |
4268 | * gnulib/import/m4/localcharset.m4: Update. | |
4269 | * gnulib/import/m4/locale-fr.m4: Update. | |
4270 | * gnulib/import/m4/locale-ja.m4: Update. | |
4271 | * gnulib/import/m4/locale-zh.m4: Update. | |
4272 | * gnulib/import/m4/longlong.m4: Update. | |
4273 | * gnulib/import/m4/lstat.m4: Update. | |
4274 | * gnulib/import/m4/malloc.m4: Update. | |
4275 | * gnulib/import/m4/malloca.m4: Update. | |
4276 | * gnulib/import/m4/math_h.m4: Update. | |
4277 | * gnulib/import/m4/mbrtowc.m4: Update. | |
4278 | * gnulib/import/m4/mbsinit.m4: Update. | |
4279 | * gnulib/import/m4/mbsrtowcs.m4: Update. | |
4280 | * gnulib/import/m4/mbstate_t.m4: Update. | |
4281 | * gnulib/import/m4/memchr.m4: Update. | |
4282 | * gnulib/import/m4/memmem.m4: Update. | |
4283 | * gnulib/import/m4/mmap-anon.m4: Update. | |
4284 | * gnulib/import/m4/multiarch.m4: Update. | |
4285 | * gnulib/import/m4/nocrash.m4: Update. | |
4286 | * gnulib/import/m4/off_t.m4: Update. | |
4287 | * gnulib/import/m4/pathmax.m4: Update. | |
4288 | * gnulib/import/m4/readlink.m4: Update. | |
4289 | * gnulib/import/m4/rename.m4: Update. | |
4290 | * gnulib/import/m4/rmdir.m4: Update. | |
4291 | * gnulib/import/m4/ssize_t.m4: Update. | |
4292 | * gnulib/import/m4/stat.m4: Update. | |
4293 | * gnulib/import/m4/stdbool.m4: Update. | |
4294 | * gnulib/import/m4/stddef_h.m4: Update. | |
4295 | * gnulib/import/m4/stdint.m4: Update. | |
4296 | * gnulib/import/m4/stdio_h.m4: Update. | |
4297 | * gnulib/import/m4/stdlib_h.m4: Update. | |
4298 | * gnulib/import/m4/string_h.m4: Update. | |
4299 | * gnulib/import/m4/strstr.m4: Update. | |
4300 | * gnulib/import/m4/strtok_r.m4: Update. | |
4301 | * gnulib/import/m4/sys_socket_h.m4: Update. | |
4302 | * gnulib/import/m4/sys_stat_h.m4: Update. | |
4303 | * gnulib/import/m4/sys_time_h.m4: Update. | |
4304 | * gnulib/import/m4/sys_types_h.m4: Update. | |
4305 | * gnulib/import/m4/time_h.m4: Update. | |
4306 | * gnulib/import/m4/unistd_h.m4: Update. | |
4307 | * gnulib/import/m4/warn-on-use.m4: Update. | |
4308 | * gnulib/import/m4/wchar_h.m4: Update. | |
4309 | * gnulib/import/m4/wchar_t.m4: Update. | |
4310 | * gnulib/import/m4/wctype_h.m4: Update. | |
4311 | * gnulib/import/m4/wint_t.m4: Update. | |
4312 | * gnulib/import/malloc.c: Update. | |
4313 | * gnulib/import/malloca.c: Update. | |
4314 | * gnulib/import/malloca.h: Update. | |
4315 | * gnulib/import/math.in.h: Update. | |
4316 | * gnulib/import/mbrtowc.c: Update. | |
4317 | * gnulib/import/mbsinit.c: Update. | |
4318 | * gnulib/import/mbsrtowcs-impl.h: Update. | |
4319 | * gnulib/import/mbsrtowcs-state.c: Update. | |
4320 | * gnulib/import/mbsrtowcs.c: Update. | |
4321 | * gnulib/import/memchr.c: Update. | |
4322 | * gnulib/import/memmem.c: Update. | |
4323 | * gnulib/import/pathmax.h: Update. | |
4324 | * gnulib/import/readlink.c: Update. | |
4325 | * gnulib/import/ref-add.sin: Update. | |
4326 | * gnulib/import/ref-del.sin: Update. | |
4327 | * gnulib/import/rename.c: Update. | |
4328 | * gnulib/import/rmdir.c: Update. | |
4329 | * gnulib/import/same-inode.h: Update. | |
4330 | * gnulib/import/stat.c: Update. | |
4331 | * gnulib/import/stdbool.in.h: Update. | |
4332 | * gnulib/import/stddef.in.h: Update. | |
4333 | * gnulib/import/stdint.in.h: Update. | |
4334 | * gnulib/import/stdio.c: Update. | |
4335 | * gnulib/import/stdio.in.h: Update. | |
4336 | * gnulib/import/stdlib.in.h: Update. | |
4337 | * gnulib/import/str-two-way.h: Update. | |
4338 | * gnulib/import/streq.h: Update. | |
4339 | * gnulib/import/string.in.h: Update. | |
4340 | * gnulib/import/stripslash.c: Update. | |
4341 | * gnulib/import/strnlen1.c: Update. | |
4342 | * gnulib/import/strnlen1.h: Update. | |
4343 | * gnulib/import/strstr.c: Update. | |
4344 | * gnulib/import/strtok_r.c: Update. | |
4345 | * gnulib/import/sys_stat.in.h: Update. | |
4346 | * gnulib/import/sys_time.in.h: Update. | |
4347 | * gnulib/import/sys_types.in.h: Update. | |
4348 | * gnulib/import/time.in.h: Update. | |
4349 | * gnulib/import/unistd.in.h: Update. | |
4350 | * gnulib/import/verify.h: Update. | |
4351 | * gnulib/import/wchar.in.h: Update. | |
4352 | * gnulib/import/wctype.in.h: Update. | |
4353 | * gnulib/import/gettimeofday.c: New file. | |
4354 | * gnulib/import/m4/absolute-header.m4: New file. | |
4355 | * gnulib/import/m4/gettimeofday.m4: New file. | |
4356 | * gnulib/import/m4/sys_socket_h.m4: New file. | |
4357 | * gnulib/import/m4/sys_time_h.m4: New file. | |
4358 | * gnulib/import/stdio.c: Delete file. | |
4359 | * gnulib/import/sys_time.in.h: New file. | |
4360 | ||
438e1e42 PA |
4361 | 2015-08-24 Pedro Alves <palves@redhat.com> |
4362 | ||
4363 | * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h. | |
4364 | * common/gdb_sys_time.h: New file. | |
4365 | * event-loop.c: Include gdb_sys_time.h instead of sys/time.h. | |
4366 | * gdb_select.h: Likewise. | |
4367 | * gdb_usleep.c: Likewise. | |
4368 | * maint.c: Likewise. | |
4369 | * mi/mi-main.c: Likewise. | |
4370 | * mi/mi-parse.h: Likewise. | |
4371 | * remote-fileio.c: Likewise. | |
4372 | * remote-m32r-sdi.c: Likewise. | |
4373 | * remote.c: Likewise. | |
4374 | * ser-base.c: Likewise. | |
4375 | * ser-pipe.c: Likewise. | |
4376 | * ser-tcp.c: Likewise. | |
4377 | * ser-unix.c: Likewise. | |
4378 | * symfile.c: Likewise. | |
4379 | * symfile.c: Likewise. Rename OSIZE to SIZE throughout. | |
4380 | * target-memory.c: Include gdb_sys_time.h instead of sys/time.h. | |
4381 | * utils.c: Likewise. | |
4382 | ||
40e0b271 PA |
4383 | 2015-08-24 Pedro Alves <palves@redhat.com> |
4384 | ||
4385 | * NEWS: Mention removed support for the various ROM monitors. | |
4386 | * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o, | |
4387 | ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs. | |
4388 | * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from | |
4389 | gdb_target_obs. | |
4390 | (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from | |
4391 | gdb_target_obs. | |
4392 | (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and | |
4393 | dsrec.o from gdb_target_obs. | |
4394 | (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o | |
4395 | from gdb_target_obs. | |
4396 | (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from | |
4397 | gdb_target_obs. | |
4398 | (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and | |
4399 | dink32-rom.o from gdb_target_obs. | |
4400 | (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs. | |
4401 | (sh*): Remove monitor.o and dsrec.o from gdb_target_obs. | |
4402 | * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c, | |
4403 | monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files. | |
4404 | ||
f8904751 PA |
4405 | 2015-08-21 Pedro Alves <palves@redhat.com> |
4406 | ||
4407 | * frame.c (null_frame_id): Explicitly zero-initialize. | |
4408 | ||
049412e3 TT |
4409 | 2015-08-21 Tom Tromey <tromey@redhat.com> |
4410 | ||
4411 | * dwarf2read.c (struct dwarf2_section_info): Rename field | |
4412 | 'asection' to 'section'. | |
4413 | (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section) | |
4414 | (dwarf2_locate_sections, dwarf2_locate_sections) | |
4415 | (locate_dwz_sections, locate_v1_virtual_dwo_sections) | |
4416 | (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections) | |
4417 | (dwarf2_locate_v2_dwp_sections): Adjust. | |
4418 | ||
948578a9 PP |
4419 | 2015-08-21 Patrick Palka <patrick@parcs.ath.cx> |
4420 | ||
4421 | * top.h (gdb_in_secondary_prompt_p): Declare. | |
4422 | * top.c (gdb_secondary_prompt_depth): Define. | |
4423 | (gdb_in_secondary_prompt_p): Define. | |
4424 | (gdb_readline_wrapper_cleanup): Decrement | |
4425 | gdb_secondary_prompt_depth. | |
4426 | (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth. | |
4427 | * tui/tui-io.c (tui_getc): Don't clear the prompt line if we | |
4428 | are in a secondary prompt. | |
4429 | ||
7a8bcb88 PP |
4430 | 2015-08-21 Patrick Palka <patrick@parcs.ath.cx> |
4431 | ||
4432 | * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to | |
4433 | emit the newline. | |
4434 | ||
2d7711a3 GB |
4435 | 2015-08-21 Gary Benson <gbenson@redhat.com> |
4436 | ||
4437 | * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call. | |
4438 | ||
4313b8c0 GB |
4439 | 2015-08-21 Gary Benson <gbenson@redhat.com> |
4440 | ||
4441 | * target.h (struct target_ops) <to_fileio_open>: New argument | |
4442 | warn_if_slow. Update comment. All implementations updated. | |
4443 | (target_fileio_open_warn_if_slow): New declaration. | |
4444 | * target.c (target_fileio_open): Renamed as... | |
4445 | (target_fileio_open_1): ...this. New argument warn_if_slow. | |
4446 | Pass warn_if_slow to implementation. Update debug printing. | |
4447 | (target_fileio_open): New function. | |
4448 | (target_fileio_open_warn_if_slow): Likewise. | |
4449 | * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function | |
4450 | target_fileio_open_warn_if_slow. | |
4451 | ||
f36b8719 GB |
4452 | 2015-08-21 Gary Benson <gbenson@redhat.com> |
4453 | ||
4454 | * nat/linux-namespaces.c (linux_mntns_access_fs): | |
4455 | Do not overwrite old_chain. | |
4456 | ||
40045d91 MF |
4457 | 2015-08-20 Max Filippov <jcmvbkbc@gmail.com> |
4458 | ||
4459 | * arch/xtensa.h: New file. | |
4460 | * xtensa-linux-nat.c (gdb_proc_service.h): New #include. | |
4461 | (ps_get_thread_area): New function. | |
4462 | * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to | |
4463 | set_gdbarch_fetch_tls_load_module_address to enable TLS support. | |
4464 | * xtensa-tdep.c (osabi.h): New #include. | |
4465 | (xtensa_gdbarch_init): Call gdbarch_init_osabi to register | |
4466 | xtensa-specific hooks. | |
4467 | * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr | |
4468 | member and move the structure to arch/xtensa.h. | |
4469 | ||
80152258 PA |
4470 | 2015-08-21 Pedro Alves <palves@redhat.com> |
4471 | ||
4472 | * remote.c (struct readahead_cache): New. | |
4473 | (struct remote_state) <readahead_cache>: New field. | |
4474 | (remote_open_1): Invalidate the cache. | |
4475 | (readahead_cache_invalidate, readahead_cache_invalidate_fd): New | |
4476 | functions. | |
4477 | (remote_hostio_pwrite): Invalidate the readahead cache. | |
4478 | (remote_hostio_pread): Rename to ... | |
4479 | (remote_hostio_pread_vFile): ... this. | |
4480 | (remote_hostio_pread_from_cache): New function. | |
4481 | (remote_hostio_pread): Reimplement. | |
4482 | (remote_hostio_close): Invalidate the readahead cache. | |
4483 | ||
88fc5eb7 MC |
4484 | 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch) |
4485 | ||
4486 | PR build/18843 | |
4487 | * procfs.c: Include "filestuff.h". | |
4488 | ||
6f1cb6ea PP |
4489 | 2015-08-21 Patrick Palka <patrick@parcs.ath.cx> |
4490 | ||
4491 | * tui/tui-data.h (tui_command_info): Remove fields cur_line and | |
4492 | curch. | |
4493 | * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set | |
4494 | cur_line or curch, instead call wmove(). | |
4495 | (init_win_info) [CMD_WIN]: Likewise. | |
4496 | * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line, | |
4497 | instead call getcury(). | |
4498 | (tui_redisplay_readline): Don't set cur_line or curch. | |
4499 | (tui_mld_erase_entire_line): Don't read cur_line, instead call | |
4500 | getcury(). | |
4501 | (tui_cont_sig): Remove call to wmove. | |
4502 | (tui_getc): Don't read cur_line or curch, instead call getcury() | |
4503 | or getyx(). Don't set curch. | |
4504 | * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't | |
4505 | set cur_line or curch. Always move cursor to (0,0). | |
4506 | ||
221e1a37 PA |
4507 | 2015-08-20 Pedro Alves <palves@redhat.com> |
4508 | ||
4509 | * infrun.c (print_target_wait_results): Make extern. | |
4510 | * infrun.h (print_target_wait_results): Declare. | |
4511 | * remote.c (set_stop_requested_callback): Delete. | |
4512 | (process_initial_stop_replies): New function. | |
4513 | (remote_start_remote): Use it. | |
4514 | (stop_reply_queue_length): New function. | |
4515 | ||
40e3ad0e PA |
4516 | 2015-08-20 Pedro Alves <palves@redhat.com> |
4517 | ||
4518 | * dwarf2read.c (process_full_comp_unit): To tell whether | |
4519 | start_subfile managed to deduce a language, test for | |
4520 | language_unknown instead of language_c. | |
4521 | ||
af39b327 PMR |
4522 | 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com> |
4523 | ||
4524 | * ada-lex.l: Reset the start condition to INITIAL in the rule that | |
4525 | matches attributes. | |
4526 | ||
7d45c7c3 KB |
4527 | 2015-08-19 Kevin Buettner <kevinb@redhat.com> |
4528 | ||
4529 | * dwarf2read.c (dwarf2_string_attr): New function. | |
4530 | (lookup_dwo_unit, process_psymtab_comp_unit_reader) | |
4531 | (dwarf2_compute_name, dwarf2_physname, find_file_and_directory) | |
4532 | (read_call_site_scope, namespace_name, guess_full_die_structure_name) | |
4533 | (anonymous_struct_prefix, prepare_one_comp_unit): Use | |
4534 | dwarf2_string_attr in place of dwarf2_attr and DW_STRING. | |
4535 | ||
4d6cceb4 DE |
4536 | 2015-08-18 Doug Evans <dje@google.com> |
4537 | Adrian Sendroiu <adrian.sendroiu@freescale.com> | |
4538 | ||
4539 | PR mi/18833 | |
4540 | * cli/cli-logging.c (pop_output_files): Don't restore redirection | |
4541 | if MI-like. | |
4542 | * mi/mi-out.c: #include "vec.h". | |
4543 | (ui_filep): New type. | |
4544 | (DEV_VEC_P (ui_filep)): New type. | |
4545 | (struct ui_out_data) <buffer, original_buffer>: Delete. | |
4546 | (struct ui_out_data) <streams>: New member. | |
4547 | (mi_ui_out_impl): Add data_destroy field. | |
4548 | (mi_field_string, mi_field_fmt): Update. | |
4549 | (mi_flush, mi_redirect, field_separator): Update. | |
4550 | (mi_open, mi_close): Update. | |
4551 | (mi_out_buffered, mi_out_rewind, mi_out_put): Update. | |
4552 | (mi_out_data_ctor, mi_out_data_dtor): New functions. | |
4553 | (mi_out_new): Call mi_out_data_ctor. | |
4554 | ||
26d56a93 SL |
4555 | 2015-08-18 Sandra Loosemore <sandra@codesourcery.com> |
4556 | ||
4557 | * remote.c (strprefix): New. | |
4558 | (remote_parse_stop_reply): Use strprefix instead of strncmp | |
4559 | to ensure exact match of keyword. | |
4560 | ||
566f5e3b AB |
4561 | 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com> |
4562 | ||
4563 | * gdb_bfd.c (debug_bfd_cache): New variable. | |
4564 | (show_bfd_cache_debug): New function. | |
4565 | (gdb_bfd_open): Add debug logging. | |
4566 | (gdb_bfd_ref): Likewise. | |
4567 | (gdb_bfd_unref): Likewise. | |
4568 | (_initialize_gdb_bfd): Add new set/show command. | |
4569 | * NEWS: Mention new command. | |
4570 | ||
18989b3c AB |
4571 | 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com> |
4572 | ||
4573 | * gdb_bfd.c (bfd_sharing): New variable. | |
4574 | (show_bfd_sharing): New function. | |
4575 | (gdb_bfd_open): Check bfd_sharing variable. | |
4576 | (_initialize_gdb_bfd): Add new set/show command. | |
4577 | * NEWS: Mention new command. | |
4578 | ||
c04fe68f AB |
4579 | 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com> |
4580 | ||
4581 | * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id | |
4582 | field. | |
4583 | (struct gdb_bfd_cache_search): Likewise. | |
4584 | (eq_bfd): Compare the size, inode, and device id fields. | |
4585 | (gdb_bfd_open): Initialise the size, inode, and device id fields. | |
4586 | (gdb_bfd_ref): Likewise. | |
4587 | (gdb_bfd_unref): Likewise. | |
4588 | ||
b2a33439 PA |
4589 | 2015-08-18 Pedro Alves <palves@redhat.com> |
4590 | ||
4591 | * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops | |
4592 | target implements to_always_non_stop_p, call it. | |
4593 | * x86-linux-nat.c (x86_linux_always_non_stop_p): New function. | |
4594 | (x86_linux_create_target): Install it as to_always_non_stop_p | |
4595 | method. | |
4596 | ||
71b57e37 DE |
4597 | 2015-08-17 Doug Evans <dje@google.com> |
4598 | ||
4599 | * ui-out.c (default_ui_out_impl): Add comment. | |
4600 | ||
7f3706eb IB |
4601 | 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org> |
4602 | ||
4603 | * d-exp.y (type_aggregate_p): New function. | |
4604 | (PrimaryExpression : TypeExp '.' IdentifierExp): Use it. | |
4605 | (classify_inner_name): Likewise. | |
4606 | * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM. | |
4607 | ||
1762568f DE |
4608 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
4609 | ||
4610 | * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers | |
4611 | updated. | |
4612 | (add_psymbol_to_list): Ditto. | |
4613 | ||
8763cede DE |
4614 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
4615 | ||
4616 | * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers | |
4617 | updated. Call end_psymtab_common. | |
4618 | * dwarf2read.c (process_psymtab_comp_unit_reader): Call | |
4619 | end_psymtab_common. | |
4620 | (build_type_psymtabs_reader): Ditto. | |
4621 | * psympriv.h (sort_pst_symbols): Delete. | |
4622 | (end_psymtab_common): Declare. | |
4623 | * psymtab.c (sort_pst_symbols): Make static. | |
4624 | (end_psymtab_common): New function. | |
4625 | * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common. | |
4626 | ||
51cdc993 DE |
4627 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
4628 | ||
4629 | * defs.h (LANGUAGE_BITS): Define. | |
4630 | * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS. | |
4631 | (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS. | |
4632 | * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS. | |
4633 | (minimal_symbol_type): Add nr_minsym_types. | |
4634 | (MINSYM_TYPE_BITS): Define. | |
4635 | (minimal_symbol) <type>: Use MINSYM_TYPE_BITS. | |
4636 | (domain_enum_tag): Add NR_DOMAINS. | |
4637 | (SYMBOL_DOMAIN_BITS): Change from 4 to 3. | |
4638 | (SYMBOL_ACLASS_BITS): Define from 6 to 5. | |
4639 | ||
95cf5869 DE |
4640 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
4641 | ||
4642 | * objfiles.h: Whitespace cleanup. | |
4643 | * psympriv.h: Whitespace cleanup. | |
4644 | * psymtab.c: Whitespace/coding convention cleanup. | |
4645 | ||
e3ae3c43 PP |
4646 | 2015-08-15 Patrick Palka <patrick@parcs.ath.cx> |
4647 | ||
4648 | * inferior.c (detach_inferior_command): Don't call | |
4649 | any_thread_of_process when pid is 0. | |
4650 | (kill_inferior_command): Likewise. | |
4651 | ||
6ff0ba5f DE |
4652 | 2015-08-14 Doug Evans <xdje42@gmail.com> |
4653 | ||
4654 | PR gdb/11833 | |
4655 | * NEWS: Document new /s modifier for the disassemble command. | |
4656 | * cli/cli-cmds.c (disassemble_command): Add support for /s. | |
4657 | (_initialize_cli_cmds): Update online docs of disassemble command. | |
4658 | * disasm.c: #include "source.h". | |
4659 | (struct deprecated_dis_line_entry): Renamed from dis_line_entry. | |
4660 | All uses updated. | |
4661 | (dis_line_entry): New struct. | |
4662 | (hash_dis_line_entry, eq_dis_line_entry): New functions. | |
4663 | (allocate_dis_line_table): New functions. | |
4664 | (maybe_add_dis_line_entry, line_has_code_p): New functions. | |
4665 | (dump_insns): New arg end_pc. All callers updated. | |
4666 | (do_mixed_source_and_assembly_deprecated): Renamed from | |
4667 | do_mixed_source_and_assembly. All callers updated. | |
4668 | (do_mixed_source_and_assembly): New function. | |
4669 | (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE). | |
4670 | * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from | |
4671 | DISASSEMBLY_SOURCE. All uses updated. | |
4672 | (DISASSEMBLY_SOURCE): New macro. | |
4673 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5. | |
4674 | ||
b56ccc20 KS |
4675 | 2015-08-14 Keith Seitz <keiths@redhat.com> |
4676 | ||
4677 | * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename | |
4678 | `typename' to `type_name' to avoid C++ reserved word. | |
4679 | ||
ebdad8fc KS |
4680 | 2015-08-14 Keith Seitz <keiths@redhat.com> |
4681 | ||
4682 | * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS) | |
4683 | (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to | |
4684 | silence ARI errors. | |
4685 | ||
c0fe2ae7 IB |
4686 | 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org> |
4687 | ||
4688 | * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use | |
4689 | xstrprintf instead of malloc and sprintf. | |
4690 | (PrimaryExpression : IdentifierExp): Avoid operator at end of line. | |
4691 | (lex_one_token): Likewise. | |
4692 | ||
a738da3a MF |
4693 | 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com> |
4694 | ||
4695 | * solib-svr4.c (read_program_header): Add base_addr argument to | |
4696 | report the runtime address of the segment. | |
4697 | (find_program_interpreter): Update read_program_header call to pass | |
4698 | a NULL pointer for the new argument. | |
4699 | (scan_dyntag): Add ptr_addr argument to report the runtime address | |
4700 | of the tag payload. | |
4701 | (scan_dyntag_auxv): Likewise and use thew new base_addr argument of | |
4702 | read_program_header to get the base address of the dynamic segment. | |
4703 | (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and | |
4704 | read_program_header. | |
4705 | (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL. | |
4706 | ||
f8edc4ff MF |
4707 | 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com> |
4708 | ||
4709 | * MAINTAINERS (Write After Approval): Add Matthew Fortune. | |
4710 | ||
444c1ed8 IB |
4711 | 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org> |
4712 | ||
4713 | * d-exp.y (%union): Add voidval. | |
4714 | (%token): Add UNKNOWN_NAME as a token to represent an unclassified | |
4715 | name in the lexing stage. | |
4716 | (PostfixExpression): Move symbol completion handling in grammar here | |
4717 | from PrimaryExpression. | |
4718 | (PrimaryExpression): Move routines to handle resolving identifier | |
4719 | tokens in the grammar here from push_expression_name. | |
4720 | (IdentifierExp): Remove the handling of alternating '.' and identifier | |
4721 | tokens. | |
4722 | (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar. | |
4723 | (BasicType): Remove C-style typename rules. | |
4724 | (d_type_from_name, d_module_from_name, push_variable) | |
4725 | (push_fieldnames, push_type_name, push_module_name) | |
4726 | (push_expression_name): Remove. | |
4727 | (lex_one_token): Rename from yylex. Replace pstate with par_state. | |
4728 | (token_and_value): New type. | |
4729 | (token_fifo, popping, name_obstack): New globals. | |
4730 | (classify_name): New function. | |
4731 | (classify_inner_name): Likewise. | |
4732 | (yylex): Likewise. | |
4733 | (d_parse): Initialize token_fifo, popping and name_obstack. | |
4734 | ||
bc7c9fab IB |
4735 | 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org> |
4736 | ||
4737 | * Makefile.in (SFILES): Add d-namespace.c. | |
4738 | (COMMON_OBS): Add d-namespace.o. | |
4739 | * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the | |
4740 | la_lookup_symbol_nonlocal callback function pointer. | |
4741 | * d-lang.h (d_lookup_symbol_nonlocal): New declaration. | |
4742 | (d_lookup_nested_symbol): New declaration. | |
4743 | * d-namespace.c: New file. | |
4744 | ||
3207396b PA |
4745 | 2015-08-13 Pedro Alves <palves@redhat.com> |
4746 | ||
4747 | * python/py-unwind.c (pyuw_sniffer): Install the invalidate | |
4748 | cleanup after the decref cleanup, not before. | |
4749 | ||
5d8c3ed3 PMR |
4750 | 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com> |
4751 | ||
4752 | * ada-lang.c: Include namespace.h | |
4753 | (aux_add_nonlocal_symbols): Fix a function name in comment. | |
4754 | (ada_add_block_renamings): New. | |
4755 | (add_nonlocal_symbols): Add global renamings handling. | |
4756 | (ada_lookup_symbol_list_worker): Move the symbol lookup part | |
4757 | to... | |
4758 | (ada_add_all_symbols): ... this new function. | |
4759 | (ada_add_block_symbols): Try to match the input name against the | |
4760 | "using directives list", perform a recursive symbol lookup on | |
4761 | the matched declarations. | |
4762 | * block.h (struct block): Move the_namespace to top-level as | |
4763 | namespace_info. Remove the language_specific field. | |
4764 | (BLOCK_NAMESPACE): Update access to the namespace_info field. | |
4765 | * buildsym.h (using_directives): Rename into... | |
4766 | (local_using_directives): ... this. | |
4767 | (global_using_directives): New. | |
4768 | (struct context_stack): Rename the using_directives field into | |
4769 | local_using_directives. | |
4770 | * buildsym.c (finish_block_internal): Deal with the proper | |
4771 | using directives repository (local or global). | |
4772 | (prepare_for_building): Reset local_using_directives. Assert | |
4773 | that there is no pending global using directive. | |
4774 | (reset_symtab_globals): Reset global_using_directives and | |
4775 | local_using_directives. | |
4776 | (end_symtab_get_static_block): Don't ignore symtabs that have | |
4777 | only using directives. | |
4778 | (push_context): Update references to local_using_directives. | |
4779 | (buildsym_init): Do not reset using_directives. | |
4780 | * cp-support.c: Include namespace.h. | |
4781 | * cp-support.h (struct using_direct): Move to namespace.h. | |
4782 | (cp_add_using_directives): Move to namespace.h. | |
4783 | * cp-namespace.c: Include namespace.h | |
4784 | (cp_add_using_directive): Move to namespace.c, rename it to | |
4785 | add_using_directive, add a "using_directives" argument and use | |
4786 | it as the pending using directives repository. All callers | |
4787 | updated. | |
4788 | * dwarf2read.c (using_directives): New. | |
4789 | (read_import_statement): Call using_directives. | |
4790 | (read_func_scope): Update references to local_using_directives. | |
4791 | (read_lexical_block_scope): Likewise. | |
4792 | (read_namespace): Update the heading comment, call | |
4793 | using_directives. | |
4794 | * namespace.h: New file. | |
4795 | * namespace.c: New file. | |
4796 | * Makefile.in (SFILES): Add namespace.c. | |
4797 | (COMMON_OBS): Add namespace.o | |
4798 | ||
4dafcdeb JB |
4799 | 2015-08-12 Joel Brobecker <brobecker@adacore.com> |
4800 | ||
4801 | * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to | |
4802 | compute RETADDR. | |
4803 | ||
67994074 KS |
4804 | 2015-08-12 Keith Seitz <keiths@redhat.com> |
4805 | ||
4806 | * break-catch-throw.c (re_set_exception_catchpoint) Rename | |
4807 | reserved C++ keyword "explicit" to "explicit_loc". | |
4808 | * breakpoint.c (create_overlay_event_breakpoint) | |
4809 | (create_longjmp_master_breakpoint) | |
4810 | (create_std_terminate_master_breakpoint) | |
4811 | (create_exception_master_breakpoint, update_static_tracepoint): | |
4812 | Rename reserved C++ keyword "explicit" to "explicit_loc". | |
4813 | * completer.c (collect_explicit_location_matches) | |
4814 | (explicit_location_completer): Rename reserved C++ keyword | |
4815 | "explicit" to "explicit_loc". | |
4816 | * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc". | |
4817 | (canonicalize_linespec, create_sals_line_offset) | |
4818 | (convert_linespec_to_sals, convert_explicit_location_to_sals) | |
4819 | (event_location_to_sals, decode_objc): Rename reserved C++ keyword | |
4820 | "explicit" to "explicit_loc". | |
4821 | * location.c (struct event_location) <explicit>: Rename to | |
4822 | "explicit_loc". | |
4823 | (initialize_explicit_location, new_explicit_location) | |
4824 | (explicit_location_to_string_internal, explicit_location_to_linespec): | |
4825 | Rename reserved C++ keyword "explicit" to "explicit_loc". | |
4826 | * location.h (explicit_location_to_string) | |
4827 | (explicit_location_to_linespec, initialize_explicit_location) | |
4828 | (new_explicit_location): Rename reserved C++ keyword "explicit" | |
4829 | to "explicit_loc". | |
4830 | * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++ | |
4831 | keyword "explicit" to "explicit_loc". | |
4832 | ||
59ecaff3 KS |
4833 | 2015-08-12 Keith Seitz <keiths@redhat.com> |
4834 | ||
4835 | * python/python.c (gdbpy_decode_line): Initialize `location' to NULL | |
4836 | and only call decode_line_1 when it is non-NULL. | |
4837 | ||
244558af LM |
4838 | 2015-08-12 Luis Machado <lgustavo@codesourcery.com> |
4839 | ||
4840 | * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint | |
4841 | location address is not meaningful. | |
4842 | (breakpoint_address_is_meaningful): Update comment. | |
4843 | ||
629500fa KS |
4844 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
4845 | ||
4846 | * NEWS: Mention explicit locations. | |
4847 | * breakpoint.c [LOCATION_HELP_STRING]: New macro. | |
4848 | [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING. | |
4849 | (_initialize_breakpoint): Update documentation for | |
4850 | "clear", "break", "trace", "strace", "ftrace", and "dprintf". | |
4851 | ||
eb8c4e2e KS |
4852 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
4853 | ||
4854 | * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for | |
4855 | explicit locations, options "--source", "--function", | |
4856 | "--label", and "--line". | |
4857 | ||
87f0e720 KS |
4858 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
4859 | ||
4860 | * completer.c: Include location.h. | |
4861 | (enum match_type): New enum. | |
4862 | (location_completer): Rename to ... | |
4863 | (linespec_completer): ... this. | |
4864 | (collect_explicit_location_matches, backup_text_ptr) | |
4865 | (explicit_location_completer): New functions. | |
4866 | (location_completer): "New" function; handle linespec | |
4867 | and explicit location completions. | |
4868 | (complete_line_internal): Remove all location completer-specific | |
4869 | handling. | |
4870 | * linespec.c (linespec_lexer_lex_keyword, is_ada_operator) | |
4871 | (find_toplevel_char): Export. | |
4872 | (linespec_parse_line_offset): Export. | |
4873 | Issue error if STRING is not numerical. | |
4874 | (gdb_get_linespec_parser_quote_characters): New function. | |
4875 | * linespec.h (linespec_parse_line_offset): Declare. | |
4876 | (get_gdb_linespec_parser_quote_characters): Declare. | |
4877 | (is_ada_operator): Declare. | |
4878 | (find_toplevel_char): Declare. | |
4879 | (linespec_lexer_lex_keyword): Declare. | |
4880 | * location.c (explicit_to_event_location): New function. | |
4881 | (explicit_location_lex_one): New function. | |
4882 | (string_to_explicit_location): New function. | |
4883 | (string_to_event_location): Handle explicit locations. | |
4884 | * location.h (explicit_to_event_location): Declare. | |
4885 | (string_to_explicit_location): Declare. | |
4886 | ||
00e52e53 KS |
4887 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
4888 | ||
4889 | * break-catch-throw.c (re_set_exception_catchpoint): Convert | |
4890 | linespec into explicit location. | |
4891 | * breakpoint.c (create_overlay_breakpoint) | |
4892 | (create_longjmp_master_breakpoint) | |
4893 | (create_std_terminate_master_breakpoint) | |
4894 | (create_exception_master_breakpoint): Convert linespec into explicit | |
4895 | location. | |
4896 | (update_static_tracepoint): Convert linespec into explicit location. | |
4897 | * linespec.c (enum offset_relative_sign, struct line_offset): Move | |
4898 | location.h. | |
4899 | (struct linespec) <expression, expr_pc, source_filename> | |
4900 | <function_name, label_name, line_offset>: Replace with ... | |
4901 | <explicit>: ... this. | |
4902 | <is_linespec>: New member. | |
4903 | (PARSER_EXPLICIT): New accessor macro. | |
4904 | (undefined_label_error): New function. | |
4905 | (source_file_not_found_error): New function. | |
4906 | (linespec_parse_basic): The parser result is now an explicit location. | |
4907 | Use PARSER_EXPLICIT to access it. | |
4908 | Use undefined_label_error. | |
4909 | (canonicalize_linespec): Convert canonical linespec into explicit | |
4910 | location. | |
4911 | Move string representation of location to explicit_location_to_linespec | |
4912 | and use it and explicit_location_to_string to save string | |
4913 | representations of the canonical location. | |
4914 | (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an | |
4915 | explicit location. Update all references. | |
4916 | (convert_explicit_location_to_sals): New function. | |
4917 | (parse_linespec): Use PARSER_EXPLICIT to access the parser | |
4918 | result's explicit location. | |
4919 | (linespec_state_constructor): Initialize is_linespec. | |
4920 | Use PARSER_EXPLICIT. | |
4921 | (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's | |
4922 | result. | |
4923 | (event_location_to_sals): For linespec locations, set is_linespec. | |
4924 | Handle explicit locations. | |
4925 | (decode_objc): 'ls' contains an explicit location now. Update all | |
4926 | references. | |
4927 | (symtabs_from_filename): Use source_file_not_found_error. | |
4928 | * location.c (struct event_location.u) <explicit>: New member. | |
4929 | (initialize_explicit_location): New function. | |
4930 | (initialize_event_location): Initialize explicit locations. | |
4931 | (new_explicit_location, get_explicit_location) | |
4932 | (get_explicit_location_const): New functions. | |
4933 | (explicit_to_string_internal): New function; most of contents moved | |
4934 | from canonicalize_linespec. | |
4935 | (explicit_location_to_string): New function. | |
4936 | (explicit_location_to_linespec): New function. | |
4937 | (copy_event_location, delete_event_location) | |
4938 | (event_location_to_string_const, event_location_empty_p): Handle | |
4939 | explicit locations. | |
4940 | * location.h (enum offset_relative_sign, struct line_offset): Move | |
4941 | here from linespec.h. | |
4942 | (enum event_location_type): Add EXPLICIT_LOCATION. | |
4943 | (struct explicit_location): New structure. | |
4944 | (explicit_location_to_string): Declare. | |
4945 | (explicit_location_to_linespec): Declare. | |
4946 | (new_explicit_location, get_explicit_locationp | |
4947 | (get_explicit_location_const, initialize_explicit_location): Declare. | |
4948 | ||
5b56227b KS |
4949 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
4950 | ||
4951 | * break-catch-throw.c (re_set_exception_catchpoint): Convert | |
4952 | linespec for stap probe to probe location. | |
4953 | * breakpoint.c (create_longjmp_master_breakpoint) | |
4954 | (create_exception_master_breakpoint): Likewise. | |
4955 | (break_command_1): Remove local variable `arg_cp'. | |
4956 | Check location type to set appropriate breakpoint ops methods. | |
4957 | (trace_command): Likewise. | |
4958 | * linespec.c (event_location_to_sals): Assert on probe locations. | |
4959 | * location.c (EL_PROBE): Add macro definition. | |
4960 | (new_probe_location, get_probe_location): New functions. | |
4961 | (copy_event_location, delete_event_location, event_location_to_string) | |
4962 | (string_to_event_location, event_location_empty_p): Handle probe | |
4963 | locations. | |
4964 | * location.h (enum event_location_type): Add PROBE_LOCATION. | |
4965 | (new_probe_location, get_probe_location): Declare. | |
4966 | * probe.c (parse_probes): Assert that LOCATION is a probe location. | |
4967 | Convert linespec into probe location. | |
4968 | ||
a06efdd6 KS |
4969 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
4970 | ||
4971 | * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal): | |
4972 | Convert linespec to address location. | |
4973 | * linespec.c (canonicalize_linespec): Do not handle address | |
4974 | locations here. | |
4975 | (convert_address_location_to_sals): New function; contents moved | |
4976 | from ... | |
4977 | (convert_linespc_to_sals): ... here. | |
4978 | (parse_linespec): Remove address locations from linespec grammar. | |
4979 | Remove handling of address locations. | |
4980 | (linespec_lex_to_end): Remove handling of address linespecs. | |
4981 | (event_location_to_sals): Handle ADDRESS_LOCATION. | |
4982 | (linespec_expression_to_pc): Export. | |
4983 | * linespec.h (linespec_expression_to_pc): Add declaration. | |
4984 | * location.c (struct event_location.u) <address>: New member. | |
4985 | (new_address_location, get_address_location): New functions. | |
4986 | (copy_event_location, delete_event_location, event_location_to_string) | |
4987 | (string_to_event_location, event_location_empty_p): Handle address | |
4988 | locations. | |
4989 | * location.h (enum event_location_type): Add ADDRESS_LOCATION. | |
4990 | (new_address_location, get_address_location): Declare. | |
4991 | * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec | |
4992 | to address location. | |
4993 | * spu-tdep.c (spu_catch_start): Likewise. | |
4994 | ||
f00aae0f KS |
4995 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
4996 | ||
4997 | * ax-gdb.c: Include location.h. | |
4998 | (agent_command_1) Use linespec location instead of address | |
4999 | string. | |
5000 | * break-catch-throw.c: Include location.h. | |
5001 | (re_set_exception_catchpoint): Use linespec locations instead | |
5002 | of address strings. | |
5003 | * breakpoint.c: Include location.h. | |
5004 | (create_overlay_event_breakpoint, create_longjmp_master_breakpoint) | |
5005 | (create_std_terminate_master_breakpoint) | |
5006 | (create_exception_master_breakpoint, update_breakpoints_after_exec): | |
5007 | Use linespec location instead of address string. | |
5008 | (print_breakpoint_location): Use locations and | |
5009 | event_location_to_string. | |
5010 | Print extra_string for pending locations for non-MI streams. | |
5011 | (print_one_breakpoint_location): Use locations and | |
5012 | event_location_to_string. | |
5013 | (init_raw_breakpoint_without_location): Initialize b->location. | |
5014 | (create_thread_event_breakpoint): Use linespec location instead of | |
5015 | address string. | |
5016 | (init_breakpoint_sal): Likewise. | |
5017 | Only save extra_string if it is non-NULL and not the empty string. | |
5018 | Use event_location_to_string instead of `addr_string'. | |
5019 | Constify `p' and `endp'. | |
5020 | Use skip_spaces_const/skip_space_const instead of non-const versions. | |
5021 | Copy the location into the breakpoint. | |
5022 | If LOCATION is NULL, save the breakpoint address as a linespec location | |
5023 | instead of an address string. | |
5024 | (create_breakpoint_sal): Change `addr_string' parameter to a struct | |
5025 | event_location. All uses updated. | |
5026 | (create_breakpoints_sal): Likewise for local variable `addr_string'. | |
5027 | (parse_breakpoint_sals): Use locations instead of address strings. | |
5028 | Remove check for empty linespec with conditional. | |
5029 | Refactor. | |
5030 | (decode_static_tracepoint_spec): Make argument const and update | |
5031 | function. | |
5032 | (create_breakpoint): Change `arg' to a struct event_location and | |
5033 | rename. | |
5034 | Remove `copy_arg' and `addr_start'. | |
5035 | If EXTRA_STRING is empty, set it to NULL. | |
5036 | Don't populate `canonical' for pending breakpoints. | |
5037 | Pass `extra_string' to find_condition_and_thread. | |
5038 | Clear `extra_string' if `rest' was NULL. | |
5039 | Do not error with "garbage after location" if setting a dprintf | |
5040 | breakpoint. | |
5041 | Copy the location into the breakpoint instead of an address string. | |
5042 | (break_command_1): Use string_to_event_location and pass this to | |
5043 | create_breakpoint instead of an address string. | |
5044 | Check against `arg_cp' for a probe linespec. | |
5045 | (dprintf_command): Use string_to_event_location and pass this to | |
5046 | create_breakpoint instead of an address string. | |
5047 | Throw an exception if no format string was specified. | |
5048 | (print_recreate_ranged_breakpoint): Use event_location_to_string | |
5049 | instead of address strings. | |
5050 | (break_range_command, until_break_command) | |
5051 | (init_ada_exception_breakpoint): Use locations instead | |
5052 | of address strings. | |
5053 | (say_where): Print out extra_string for pending locations. | |
5054 | (base_breakpoint_dtor): Delete `location' and `location_range_end' of | |
5055 | the breakpoint. | |
5056 | (base_breakpoint_create_sals_from_location): Use struct event_location | |
5057 | instead of address string. | |
5058 | Remove `addr_start' and `copy_arg' parameters. | |
5059 | (base_breakpoint_decode_location): Use struct event_location instead of | |
5060 | address string. | |
5061 | (bkpt_re_set): Use locations instead of address strings. | |
5062 | Use event_location_empty_p to check for unset location. | |
5063 | (bkpt_print_recreate): Use event_location_to_string instead of | |
5064 | an address string. | |
5065 | Print out extra_string for pending locations. | |
5066 | (bkpt_create_sals_from_location, bkpt_decode_location) | |
5067 | (bkpt_probe_create_sals_from_location): Use struct event_location | |
5068 | instead of address string. | |
5069 | (bkpt_probe_decode_location): Use struct event_location instead of | |
5070 | address string. | |
5071 | (tracepoint_print_recreate): Use event_location_to_string to | |
5072 | recreate the tracepoint. | |
5073 | (tracepoint_create_sals_from_location, tracepoint_decode_location) | |
5074 | (tracepoint_probe_create_sals_from_location) | |
5075 | (tracepoint_probe_decode_location): Use struct event_location | |
5076 | instead of address string. | |
5077 | (dprintf_print_recreate): Use event_location_to_string to recreate | |
5078 | the dprintf. | |
5079 | (dprintf_re_set): Remove check for valid/missing format string. | |
5080 | (strace_marker_create_sals_from_location) | |
5081 | (strace_marker_create_breakpoints_sal, strace_marker_decode_location) | |
5082 | (update_static_tracepoint): Use struct event_location instead of | |
5083 | address string. | |
5084 | (location_to_sals): Likewise. | |
5085 | Pass `extra_string' to find_condition_and_thread. | |
5086 | For newly resolved pending breakpoint locations, clear the location's | |
5087 | string representation. | |
5088 | Assert that the breakpoint's condition string is NULL when | |
5089 | condition_not_parsed. | |
5090 | (breakpoint_re_set_default, create_sals_from_location_default) | |
5091 | (decode_location_default, trace_command, ftrace_command) | |
5092 | (strace_command, create_tracepoint_from_upload): Use locations | |
5093 | instead of address strings. | |
5094 | * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>: | |
5095 | Use struct event_location instead of address string. | |
5096 | Update all uses. | |
5097 | <decode_location>: Likewise. | |
5098 | (struct breakpoint) <addr_string>: Change to struct event_location | |
5099 | and rename `location'. | |
5100 | <addr_string_range_end>: Change to struct event_location and rename | |
5101 | `location_range_end'. | |
5102 | (create_breakpoint): Use struct event_location instead of address | |
5103 | string. | |
5104 | * cli/cli-cmds.c: Include location.h. | |
5105 | (edit_command, list_command): Use locations instead of address strings. | |
5106 | * elfread.c: Include location.h. | |
5107 | (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string. | |
5108 | * guile/scm-breakpoint.c: Include location.h. | |
5109 | (bpscm_print_breakpoint_smob): Use event_location_to_string. | |
5110 | (gdbscm_register_breakpoint): Use locations instead of address | |
5111 | strings. | |
5112 | * linespec.c: Include location.h. | |
5113 | (struct ls_parser) <stream>: Change to const char *. | |
5114 | (PARSER_STREAM): Update. | |
5115 | (lionespec_lexer_lex_keyword): According to find_condition_and_thread, | |
5116 | keywords must be followed by whitespace. | |
5117 | (canonicalize_linespec): Save a linespec location into `canonical'. | |
5118 | Save a canonical linespec into `canonical'. | |
5119 | (parse_linespec): Change `argptr' to const char * and rename `arg'. | |
5120 | All uses updated. | |
5121 | Update function description. | |
5122 | (linespec_parser_new): Initialize `parser'. | |
5123 | Update initialization of parsing stream. | |
5124 | (event_location_to_sals): New function. | |
5125 | (decode_line_full): Change `argptr' to a struct event_location and | |
5126 | rename it `location'. | |
5127 | Use locations instead of address strings. | |
5128 | Call event_location_to_sals instead of parse_linespec. | |
5129 | (decode_line_1): Likewise. | |
5130 | (decode_line_with_current_source, decode_line_with_last_displayed) | |
5131 | Use locations instead of address strings. | |
5132 | (decode_objc): Likewise. | |
5133 | Change `argptr' to const char * and rename `arg'. | |
5134 | (destroy_linespec_result): Delete the linespec result's location | |
5135 | instead of freeing the address string. | |
5136 | * linespec.h (struct linespec_result) <addr_string>: Change to | |
5137 | struct event_location and rename to ... | |
5138 | <location>: ... this. | |
5139 | (decode_line_1, decode_line_full): Change `argptr' to struct | |
5140 | event_location. All callers updated. | |
5141 | * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h. | |
5142 | (mi_cmd_break_insert_1): Use locations instead of address strings. | |
5143 | Throw an error if there was "garbage" at the end of the specified | |
5144 | linespec. | |
5145 | * probe.c: Include location.h. | |
5146 | (parse_probes): Change `argptr' to struct event_location. | |
5147 | Use event locations instead of address strings. | |
5148 | * probe.h (parse_probes): Change `argptr' to struct event_location. | |
5149 | * python/py-breakpoint.c: Include location.h. | |
5150 | (bppy_get_location): Constify local variable `str'. | |
5151 | Use event_location_to_string. | |
5152 | (bppy_init): Use locations instead of address strings. | |
5153 | * python/py-finishbreakpoint.c: Include location.h. | |
5154 | (bpfinishpy_init): Remove local variable `addr_str'. | |
5155 | Use locations instead of address strings. | |
5156 | * python/python.c: Include location.h. | |
5157 | (gdbpy_decode_line): Use locations instead of address strings. | |
5158 | * remote.c: Include location.h. | |
5159 | (remote_download_tracepoint): Use locations instead of address | |
5160 | strings. | |
5161 | * spu-tdep.c: Include location.h. | |
5162 | (spu_catch_start): Remove local variable `buf'. | |
5163 | Use locations instead of address strings. | |
5164 | * tracepoint.c: Include location.h. | |
5165 | (scope_info): Use locations instead of address strings. | |
5166 | (encode_source_string): Constify parameter `src'. | |
5167 | * tracepoint.h (encode_source_string): Likewise. | |
5168 | ||
c7c1b3e9 KS |
5169 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
5170 | ||
5171 | * Makefile.in (SFILES): Add location.c. | |
5172 | (HFILES_NO_SRCDIR): Add location.h. | |
5173 | (COMMON_OBS): Add location.o. | |
5174 | * linespec.c (linespec_lex_to_end): New function. | |
5175 | * linespec.h (linespec_lex_to_end): Declare. | |
5176 | * location.c: New file. | |
5177 | * location.h: New file. | |
5178 | ||
5f700d83 KS |
5179 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
5180 | ||
5181 | * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>: | |
5182 | Renamed to create_sals_from_location. | |
5183 | <decode_linespec>: Renamed to decode_location. | |
5184 | Update all callers. | |
5185 | * breakpoint.c (create_sals_from_address_default): Renamed to ... | |
5186 | (create_sals_from_location_default): ... this. | |
5187 | (addr_string_to_sals): Renamed to ... | |
5188 | (location_to_sals): ... this. | |
5189 | (decode_linespec_default): Renamed to ... | |
5190 | (decode_location_default): ... this. | |
5191 | (base_breakpoint_create_sals_from_address): Renamed to ... | |
5192 | (base_breakpoint_create_sals_from_location): ... this. | |
5193 | (bkpt_create_sals_from_address): Renamed to ... | |
5194 | (bkpt_create_sals_from_location): ... this. | |
5195 | (bkpt_decode_linespec): Renamed to ... | |
5196 | (bkpt_decode_location): ... this. | |
5197 | (bkpt_probe_create_sals_from_address): Renamed to ... | |
5198 | (bkpt_probe_create_sals_from_location): ... this. | |
5199 | (tracepoint_create_sals_from_address): Renamed to ... | |
5200 | (tracepoint_create_sals_from_location): ... this. | |
5201 | (tracepoint_decode_linespec): Renamed to ... | |
5202 | (tracepoint_decode_location): ... this. | |
5203 | (tracepoint_probe_create_sals_from_address): Renamed to ... | |
5204 | (tracepoint_probe_create_sals_from_location): ... this. | |
5205 | (tracepoint_probe_decode_linespec): Renamed to ... | |
5206 | (tracepoint_probe_decode_location): ... this. | |
5207 | (strace_marker_create_sals_from_address): Renamed to ... | |
5208 | (strace_marker_create_sals_from_location): ... this. | |
5209 | (decode_linespec_default): Renamed to ... | |
5210 | (decode_location_default): ... this. | |
5211 | ||
e27852be DE |
5212 | 2015-08-10 Doug Evans <dje@google.com> |
5213 | Keith Seitz <keiths@redhat.com> | |
5214 | ||
5215 | PR gdb/17960 | |
5216 | * symtab.c (make_file_symbol_completion_list_1): Renamed from | |
5217 | make_file_symbol_completion_list and made static. | |
5218 | (make_file_symbol_completion_list): New function. | |
80af41e0 | 5219 | |
fd7dcb94 JB |
5220 | 2015-08-10 Joel Brobecker <brobecker@adacore.com> |
5221 | ||
5222 | * infrun.c (follow_fork, displaced_step_prepare, resume): Remove | |
5223 | trailing new-line at end of warning message. | |
5224 | (proceed): Add i18n marker to error messages. | |
5225 | ||
f12899e9 PA |
5226 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5227 | ||
5228 | * linux-nat.c (linux_nat_always_non_stop_p): Return 1. | |
5229 | ||
5ac21343 PA |
5230 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5231 | ||
5232 | * s390-linux-tdep.c (is_non_branch_ril) | |
5233 | (s390_displaced_step_copy_insn): New functions. | |
5234 | (s390_displaced_step_fixup): Update comment. | |
5235 | (s390_gdbarch_init): Install s390_displaced_step_copy_insn as | |
5236 | gdbarch_displaced_step_copy_insn hook. | |
5237 | ||
7f03bd92 PA |
5238 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5239 | ||
5240 | * infrun.c (displaced_step_prepare_throw): Return -1 if | |
5241 | gdbarch_displaced_step_copy_insn returns NULL. Update intro | |
5242 | comment. | |
5243 | * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION) | |
5244 | (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up | |
5245 | in file. | |
5246 | (ppc_displaced_step_copy_insn): New function. | |
5247 | (ppc_displaced_step_fixup): Update comment. | |
5248 | (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as | |
5249 | gdbarch_displaced_step_copy_insn hook. | |
5250 | * gdbarch.sh (displaced_step_copy_insn): Document what happens on | |
5251 | NULL return. | |
5252 | * gdbarch.h: Regenerate. | |
5253 | ||
3fc8eb30 PA |
5254 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5255 | ||
5256 | * inferior.h (struct inferior) <displaced_stepping_failed>: New | |
5257 | field. | |
5258 | * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'. | |
5259 | Return false if dispaced stepping failed before. | |
5260 | (resume): Pass the current inferior to | |
5261 | use_displaced_stepping_now_p. Wrap displaced_step_prepare in | |
5262 | TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's | |
5263 | displaced_stepping_failed flag, and fall back to an in-line | |
5264 | step-over. | |
5265 | ||
bfedc46a PA |
5266 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5267 | ||
5268 | * darwin-nat.c (darwin_stop): Rename to ... | |
5269 | (darwin_interrupt): ... this. | |
5270 | (_initialize_darwin_inferior): Adjust. | |
5271 | * gnu-nat.c (gnu_stop): Delete. | |
5272 | (gnu_target): Don't install gnu_stop. | |
5273 | * inf-ptrace.c (inf_ptrace_stop): Rename to ... | |
5274 | (inf_ptrace_interrupt): ... this. | |
5275 | (inf_ptrace_target): Adjust. | |
5276 | * infcmd.c (interrupt_target_1): Use target_interrupt instead of | |
5277 | target_stop. | |
5278 | * linux-nat (linux_nat_stop): Rename to ... | |
5279 | (linux_nat_interrupt): ... this. | |
5280 | (linux_nat_stop): Reimplement. | |
5281 | (linux_nat_add_target): Install linux_nat_interrupt. | |
5282 | * nto-procfs.c (nto_interrupt_twice): Rename to ... | |
5283 | (nto_handle_sigint_twice): ... this. | |
5284 | (nto_interrupt): Rename to ... | |
5285 | (nto_handle_sigint): ... this. Call target_interrupt instead of | |
5286 | target_stop. | |
5287 | (procfs_wait): Adjust. | |
5288 | (procfs_stop): Rename to ... | |
5289 | (procfs_interrupt): ... this. | |
5290 | (init_procfs_targets): Adjust. | |
5291 | * procfs.c (procfs_stop): Rename to ... | |
5292 | (procfs_interrupt): ... this. | |
5293 | (procfs_target): Adjust. | |
5294 | * remote-m32r-sdi.c (m32r_stop): Rename to ... | |
5295 | (m32r_interrupt): ... this. | |
5296 | (init_m32r_ops): Adjust. | |
5297 | * remote-sim.c (gdbsim_stop_inferior): Rename to ... | |
5298 | (gdbsim_interrupt_inferior): ... this. | |
5299 | (gdbsim_stop): Rename to ... | |
5300 | (gdbsim_interrupt): ... this. | |
5301 | (gdbsim_cntrl_c): Adjust. | |
5302 | (init_gdbsim_ops): Adjust. | |
5303 | * remote.c (sync_remote_interrupt): Adjust comments. | |
5304 | (remote_stop_as): Rename to ... | |
5305 | (remote_interrupt_as): ... this. | |
5306 | (remote_stop): Adjust comment. | |
5307 | (remote_interrupt): New function. | |
5308 | (init_remote_ops): Install remote_interrupt. | |
5309 | * target.c (target_interrupt): New function. | |
5310 | * target.h (struct target_ops) <to_interrupt>: New field. | |
5311 | (target_interrupt): New declaration. | |
5312 | * windows-nat.c (windows_stop): Rename to ... | |
5313 | (windows_interrupt): ... this. | |
5314 | * target-delegates.c: Regenerate. | |
5315 | ||
d55007b5 PA |
5316 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5317 | ||
5318 | * signal-while-stepping-over-bp-other-thread.exp: Expect "restart | |
5319 | threads" as alternative to "switching back to stepped thread". | |
5320 | ||
fbea99ea PA |
5321 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5322 | ||
5323 | * NEWS: Mention "maint set/show target-non-stop". | |
5324 | * breakpoint.c (update_global_location_list): Check | |
5325 | target_is_non_stop_p instead of non_stop. | |
5326 | * infcmd.c (attach_command_post_wait, attach_command): Likewise. | |
5327 | * infrun.c (show_can_use_displaced_stepping) | |
5328 | (can_use_displaced_stepping_p, start_step_over_inferior): | |
5329 | Likewise. | |
5330 | (internal_resume_ptid): New function. | |
5331 | (resume): Use it. | |
5332 | (proceed): Check target_is_non_stop_p instead of non_stop. If in | |
5333 | all-stop mode but the target is always in non-stop mode, start all | |
5334 | the other threads that are implicitly resumed too. | |
5335 | (for_each_just_stopped_thread, fetch_inferior_event) | |
5336 | (adjust_pc_after_break, stop_all_threads): Check | |
5337 | target_is_non_stop_p instead of non_stop. | |
5338 | (handle_inferior_event): Likewise. Handle detach-fork in all-stop | |
5339 | with the target always in non-stop mode. | |
5340 | (handle_signal_stop) <random signal>: Check target_is_non_stop_p | |
5341 | instead of non_stop. | |
5342 | (switch_back_to_stepped_thread): Check target_is_non_stop_p | |
5343 | instead of non_stop. | |
5344 | (keep_going_stepped_thread): Use internal_resume_ptid. | |
5345 | (stop_waiting): If in all-stop mode, and the target is in non-stop | |
5346 | mode, stop all threads. | |
5347 | (keep_going_pass): Likewise, when starting a new in-line step-over | |
5348 | sequence. | |
5349 | * linux-nat.c (get_pending_status, select_event_lwp) | |
5350 | (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check | |
5351 | target_is_non_stop_p instead of non_stop. | |
5352 | (linux_nat_always_non_stop_p): New function. | |
5353 | (linux_nat_stop): Check target_is_non_stop_p instead of non_stop. | |
5354 | (linux_nat_add_target): Install linux_nat_always_non_stop_p. | |
5355 | * target-delegates.c: Regenerate. | |
5356 | * target.c (target_is_non_stop_p): New function. | |
5357 | (target_non_stop_enabled, target_non_stop_enabled_1): New globals. | |
5358 | (maint_set_target_non_stop_command) | |
5359 | (maint_show_target_non_stop_command): New functions. | |
5360 | (_initilize_target): Install "maint set/show target-non-stop" | |
5361 | commands. | |
5362 | * target.h (struct target_ops) <to_always_non_stop_p>: New field. | |
5363 | (target_non_stop_enabled): New declaration. | |
5364 | (target_is_non_stop_p): New declaration. | |
5365 | ||
372316f1 PA |
5366 | 2015-08-07 Pedro Alves <pedro@codesourcery.com> |
5367 | ||
5368 | * breakpoint.c (breakpoints_should_be_inserted_now): If any thread | |
5369 | has a pending status, return true. | |
5370 | * gdbthread.h: Include target/waitstatus.h. | |
5371 | (struct thread_suspend_state) <stop_reason, waitstatus_pending_p, | |
5372 | stop_pc>: New fields. | |
5373 | (struct thread_info) <resumed>: New field. | |
5374 | (set_resumed): Declare. | |
5375 | * infrun.c: Include "event-loop.h". | |
5376 | (infrun_async_inferior_event_token, infrun_is_async): New globals. | |
5377 | (infrun_async): New function. | |
5378 | (clear_step_over_info): Add debug output. | |
5379 | (displaced_step_in_progress_any_inferior): New function. | |
5380 | (displaced_step_fixup): New returns int. | |
5381 | (start_step_over): Handle in-line step-overs too. Assert the | |
5382 | thread is marked resumed. | |
5383 | (resume_cleanups): Clear the thread's resumed flag. | |
5384 | (resume): Set the thread's resumed flag. Return early if the | |
5385 | thread has a pending status. Allow stepping a breakpoint with no | |
5386 | signal. | |
5387 | (proceed): Adjust to check 'resumed' instead of 'executing'. | |
5388 | (clear_proceed_status_thread): If the thread has a pending status, | |
5389 | and that status is a finished step, discard the pending status. | |
5390 | (clear_proceed_status): Don't clear step_over_info here. | |
5391 | (random_pending_event_thread, do_target_wait): New functions. | |
5392 | (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use | |
5393 | do_target_wait. | |
5394 | (wait_one): New function. | |
5395 | (THREAD_STOPPED_BY): New macro. | |
5396 | (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint) | |
5397 | (thread_stopped_by_hw_breakpoint): New functions. | |
5398 | (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New | |
5399 | functions. | |
5400 | (handle_inferior_event): Also call set_resumed(false) on all | |
5401 | threads implicitly stopped by the event. | |
5402 | (restart_threads, resumed_thread_with_pending_status): New | |
5403 | functions. | |
5404 | (finish_step_over): If we were doing an in-line step-over before, | |
5405 | and no longer are after trying to start a new step-over, restart | |
5406 | all threads. If we have multiple threads with pending events, | |
5407 | save the current event and go through the event loop again. | |
5408 | (handle_signal_stop): Return early if finish_step_over returns | |
5409 | false. | |
5410 | <random signal>: If we get a signal while stepping over a | |
5411 | breakpoint in-line in non-stop mode, restart all threads. Clear | |
5412 | step_over_info before delivering the signal. | |
5413 | (keep_going_stepped_thread): Use internal_error instead of | |
5414 | gdb_assert. Mark the thread as resumed. | |
5415 | (keep_going_pass_signal): Assert the thread isn't already resumed. | |
5416 | If some other thread is doing an in-line step-over, defer the | |
5417 | resume. If we just started a new in-line step-over, stop all | |
5418 | threads. Don't clear step_over_info. | |
5419 | (infrun_async_inferior_event_handler): New function. | |
5420 | (_initialize_infrun): Create async event handler with | |
5421 | infrun_async_inferior_event_handler as callback. | |
5422 | (infrun_async): New declaration. | |
5423 | * target.c (target_async): New function. | |
5424 | * target.h (target_async): Declare macro and readd as function | |
5425 | declaration. | |
5426 | * target/waitstatus.h (enum target_stop_reason) | |
5427 | <TARGET_STOPPED_BY_SINGLE_STEP>: New value. | |
5428 | * thread.c (new_thread): Clear the new waitstatus field. | |
5429 | (set_resumed): New function. | |
5430 | ||
2ac7589c PA |
5431 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5432 | ||
5433 | * infrun.c (keep_going_stepped_thread): New function, factored out | |
5434 | from ... | |
5435 | (switch_back_to_stepped_thread): ... here. | |
5436 | ||
8b061563 PA |
5437 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5438 | ||
5439 | * infrun.c (currently_stepping): Extend intro comment. | |
5440 | * target.h (target_resume): Extend intro comment. | |
5441 | ||
1afd5965 PA |
5442 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5443 | ||
5444 | * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead | |
5445 | of inferior_ptid. If the stepped thread vanished, return 0 | |
5446 | instead of resuming here. Use reset_ecs. Print the prev_pc and | |
5447 | the current stop_pc in log message. Clear trap_expected if the | |
5448 | thread advanced. Don't pass currently_stepping to | |
5449 | do_target_resume. | |
5450 | ||
4d9d9d04 PA |
5451 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5452 | ||
5453 | * gdbthread.h (struct thread_info) <prev_pc>: Extend comment. | |
5454 | * infrun.c (struct execution_control_state): Move higher up in the | |
5455 | file. | |
5456 | (reset_ecs): New function. | |
5457 | (start_step_over): Now returns int. Rewrite to use | |
5458 | keep_going_pass_signal instead of manually starting a displaced step. | |
5459 | (resume): Don't call set_running here. If displaced stepping | |
5460 | can't start now, clear trap_expected. | |
5461 | (find_thread_needs_step_over): Delete function. | |
5462 | (proceed): Set up finish_thread_state_cleanup. Call set_running. | |
5463 | If the current thread needs a step over, push it in the step-over | |
5464 | chain. Don't set insert breakpoints nor call resume directly | |
5465 | here. Instead rewrite to use start_step_over and | |
5466 | keep_going_pass_signal. | |
5467 | (finish_step_over): New function. | |
5468 | (handle_signal_stop): Call finish_step_over instead of | |
5469 | start_step_over. | |
5470 | (switch_back_to_stepped_thread): If the event thread needs another | |
5471 | step-over do that first. Use start_step_over. | |
5472 | (keep_going_pass_signal): New function, factored out from ... | |
5473 | (keep_going): ... here. | |
5474 | (_initialize_infrun): Comment moved here. | |
5475 | * thread.c (set_running_thread): New function. | |
5476 | (set_running, finish_thread_state): Use set_running_thread. | |
5477 | ||
c2829269 PA |
5478 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5479 | ||
5480 | * gdbthread.h (struct thread_info) <step_over_prev, | |
5481 | step_over_next>: New fields. | |
5482 | (thread_step_over_chain_enqueue, thread_step_over_chain_remove) | |
5483 | (thread_step_over_chain_next, thread_is_in_step_over_chain): New | |
5484 | declarations. | |
5485 | * infrun.c (struct displaced_step_request): Delete. | |
5486 | (struct displaced_step_inferior_state) <step_request_queue>: | |
5487 | Delete field. | |
5488 | (displaced_step_prepare): Assert that trap_expected is set. Use | |
5489 | thread_step_over_chain_enqueue. Split starting a new displaced | |
5490 | step to ... | |
5491 | (start_step_over): ... this new function. | |
5492 | (resume): Assert the thread isn't waiting for a step over already. | |
5493 | (proceed): Assert the thread isn't waiting for a step over | |
5494 | already. | |
5495 | (infrun_thread_stop_requested): Adjust to remove threads from the | |
5496 | embedded step-over chain. | |
5497 | (handle_inferior_event) <fork/vfork>: Call start_step_over after | |
5498 | displaced_step_fixup. | |
5499 | (handle_signal_stop): Call start_step_over after | |
5500 | displaced_step_fixup. | |
5501 | * infrun.h (step_over_queue_head): New declaration. | |
5502 | * thread.c (step_over_chain_enqueue, step_over_chain_remove) | |
5503 | (thread_step_over_chain_next, thread_is_in_step_over_chain) | |
5504 | (thread_step_over_chain_enqueue) | |
5505 | (thread_step_over_chain_remove): New functions. | |
5506 | (delete_thread_1): Remove thread from the step-over chain. | |
5507 | ||
6c4cfb24 PA |
5508 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5509 | ||
5510 | * infrun.c (thread_still_needs_step_over): Rename to ... | |
5511 | (thread_still_needs_step_over_bp): ... this. | |
5512 | (enum step_over_what): New. | |
5513 | (thread_still_needs_step_over): Reimplement. | |
5514 | ||
567420d1 PA |
5515 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5516 | ||
5517 | * remote.c (remote_wait_as): If not waiting for a stop reply, | |
5518 | return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is | |
5519 | requested, don't block waiting forever. | |
5520 | ||
d8dd4d5f PA |
5521 | 2015-08-07 Pedro Alves <pedro@codesourcery.com> |
5522 | ||
5523 | * infrun.c (adjust_pc_after_break): Now takes thread_info and | |
5524 | waitstatus pointers instead of an ecs. Adjust. | |
5525 | (handle_inferior_event): Adjust caller. | |
5526 | ||
e1316e60 PA |
5527 | 2015-08-07 Pedro Alves <palves@redhat.com> |
5528 | ||
5529 | * infrun.c (handle_inferior_event): If we get | |
5530 | TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop | |
5531 | mode, mark all threads of the exiting process as not-executing. | |
5532 | (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or | |
5533 | TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the | |
5534 | exiting process, if inferior_ptid still points at a process. | |
5535 | * thread.c (struct current_thread_cleanup) <next>: New field. | |
5536 | (current_thread_cleanup_chain): New global. | |
5537 | (restore_current_thread_ptid_changed): New function. | |
5538 | (restore_current_thread_cleanup_dtor): Remove the cleanup from the | |
5539 | current_thread_cleanup_chain list. | |
5540 | (make_cleanup_restore_current_thread): Add the cleanup data to the | |
5541 | current_thread_cleanup_chain list. | |
5542 | (_initialize_thread): Install restore_current_thread_ptid_changed | |
5543 | as thread_ptid_changed observer. | |
5544 | ||
47e9c225 JB |
5545 | 2015-08-07 Joel Brobecker <brobecker@adacore.com> |
5546 | ||
5547 | * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF | |
5548 | data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be | |
5549 | smaller than expected. | |
5550 | ||
06096720 AB |
5551 | 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com> |
5552 | ||
5553 | * stack.c (get_frame_language): Moved ... | |
5554 | * frame.c (get_frame_language): ... to here. | |
5555 | * language.h (get_frame_language): Declaration moved to frame.h. | |
5556 | * frame.h: Add language.h include, for language enum. | |
5557 | (get_frame_language): Declaration moved from language.h. | |
5558 | * language.c: Add frame.h include. | |
5559 | * top.c: Add frame.h include. | |
5560 | * symtab.h (struct obj_section): Declare. | |
5561 | (struct cmd_list_element): Declare. | |
5562 | ||
7ff38b1c AB |
5563 | 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com> |
5564 | ||
5565 | * language.c (show_language_command): Find selected frame before | |
5566 | asking for the language of that frame. | |
5567 | (set_language_command): Likewise. | |
5568 | * language.h (get_frame_language): Add frame parameter. | |
5569 | * stack.c (get_frame_language): Add frame parameter, assert | |
5570 | parameter is not NULL, update comment and reindent. | |
5571 | * top.c (check_frame_language_change): Pass the selected frame | |
5572 | into get_frame_language. | |
5573 | ||
da8c46d2 MM |
5574 | 2015-08-07 Markus Metzger <markus.t.metzger@intel.com> |
5575 | ||
5576 | * btrace.c (btrace_compute_ftrace_bts): Clear insn flags. | |
5577 | (pt_btrace_insn_flags): New. | |
5578 | (ftrace_add_pt): Call pt_btrace_insn_flags. | |
5579 | * btrace.h (btrace_insn_flag): New. | |
5580 | (btrace_insn) <flags>: New. | |
5581 | * record-btrace.c (btrace_insn_history): Print insn prefix. | |
5582 | * NEWS: Announce it. | |
5583 | ||
5599c404 MM |
5584 | 2015-08-07 Markus Metzger <markus.t.metzger@intel.com> |
5585 | ||
5586 | * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h | |
5587 | * configure: Regenerate. | |
5588 | ||
016a3251 DD |
5589 | 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com> |
5590 | ||
5591 | * Makefile.in (LIBICONV): Define. | |
5592 | (CLIBS): Add LIBICONV. | |
5593 | * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV. | |
5594 | * configure: Regenerate. | |
5595 | ||
aead7601 SM |
5596 | 2015-08-06 Simon Marchi <simon.marchi@ericsson.com> |
5597 | Pedro Alves <palves@redhat.com> | |
5598 | ||
5599 | * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum. | |
5600 | (arm_set_abi): Likewise. | |
5601 | * ax-general.c (ax_print): Likewise. | |
5602 | * c-exp.y (exp : string_exp): Likewise. | |
5603 | * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise. | |
5604 | (do_compile_dwarf_expr_to_c): Likewise. | |
5605 | * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start): | |
5606 | Likewise. | |
5607 | * dwarf2expr.c (execute_stack_op): Likewise. | |
5608 | * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise. | |
5609 | (disassemble_dwarf_expression): Likewise. | |
5610 | * dwarf2read.c (dwarf2_add_member_fn): Likewise. | |
5611 | (read_array_order): Likewise. | |
5612 | (abbrev_table_read_table): Likewise. | |
5613 | (read_attribute_value): Likewise. | |
5614 | (skip_unknown_opcode): Likewise. | |
5615 | (dwarf_decode_macro_bytes): Likewise. | |
5616 | (dwarf_decode_macros): Likewise. | |
5617 | * eval.c (value_f90_subarray): Likewise. | |
5618 | * guile/scm-param.c (gdbscm_make_parameter): Likewise. | |
5619 | * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise. | |
5620 | * infrun.c (handle_command): Likewise. | |
5621 | * memory-map.c (memory_map_start_memory): Likewise. | |
5622 | * osabi.c (set_osabi): Likewise. | |
5623 | * parse.c (operator_length_standard): Likewise. | |
5624 | * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use | |
5625 | single return point. | |
5626 | * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise. | |
5627 | * python/py-symbol.c (gdbpy_lookup_symbol): Likewise. | |
5628 | (gdbpy_lookup_global_symbol): Likewise. | |
5629 | * record-full.c (record_full_restore): Likewise. | |
5630 | * regcache.c (regcache_register_status): Likewise. | |
5631 | (regcache_raw_read): Likewise. | |
5632 | (regcache_cooked_read): Likewise. | |
5633 | * rs6000-tdep.c (powerpc_set_vector_abi): Likewise. | |
5634 | * symtab.c (initialize_ordinary_address_classes): Likewise. | |
5635 | * target-debug.h (target_debug_print_signals): Likewise. | |
5636 | * utils.c (do_restore_current_language): Likewise. | |
5637 | ||
ca0a5f0b CD |
5638 | 2015-08-06 Clem Dickey <clemd@acm.org> |
5639 | ||
5640 | PR python/17136 | |
5641 | * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo. | |
5642 | ||
05d999b0 SM |
5643 | 2015-08-06 Simon Marchi <simon.marchi@ericsson.com> |
5644 | ||
5645 | * complaints.c (enum complaint_series): Add newlines and remove | |
5646 | out of date comment. | |
5647 | (struct complaints) <series>: Change type to enum | |
5648 | complaint_series and remove out of date comment. | |
5649 | (symfile_complaint_hook): Use equivalent enum value | |
5650 | ISOLATED_MESSAGE instead of 0. | |
5651 | ||
bf47e248 PA |
5652 | 2015-08-06 Pedro Alves <palves@redhat.com> |
5653 | ||
5654 | * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid | |
5655 | returned > 0. | |
5656 | ||
b6b9ffcc PL |
5657 | 2015-08-06 Pierre Langlois <pierre.langlois@arm.com> |
5658 | ||
5659 | * common/agent.c (symbol_list) <required>: Remove. | |
5660 | ||
863d01bd PA |
5661 | 2015-08-06 Pedro Alves <palves@redhat.com> |
5662 | ||
5663 | * target/waitstatus.h (enum target_stop_reason) | |
5664 | <TARGET_STOPPED_BY_SINGLE_STEP>: New value. | |
5665 | ||
0a39bb32 PA |
5666 | 2015-08-05 Pedro Alves <palves@redhat.com> |
5667 | Joel Brobecker <brobecker@adacore.com> | |
5668 | ||
9d996aba | 5669 | * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy> |
0a39bb32 PA |
5670 | <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the |
5671 | case where BS->STOP is not set. | |
5672 | ||
260439cb UW |
5673 | 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com> |
5674 | ||
5675 | * nat/gdb_thread_db.h: Add copyright header. | |
5676 | Protect against multiple inclusion. | |
5677 | ||
d89fa914 YQ |
5678 | 2015-08-05 Yao Qi <yao.qi@linaro.org> |
5679 | ||
5680 | * aarch64-linux-nat.c (get_thread_id): Remove. | |
5681 | (debug_reg_change_callback): Call ptid_get_lwp instead of | |
5682 | get_thread_id. | |
5683 | (fetch_gregs_from_thread): Likewise. | |
5684 | (store_gregs_to_thread): Likewise. | |
5685 | (fetch_fpregs_from_thread): Likewise. | |
5686 | (store_fpregs_to_thread): Likewise. | |
5687 | (aarch64_linux_get_debug_reg_capacity): Likewise. | |
5688 | * arm-linux-nat.c (get_thread_id): Remove. | |
5689 | (GET_THREAD_ID): Update macro to use ptid_get_lwp. | |
5690 | * xtensa-linux-nat.c (get_thread_id): Remove. | |
5691 | (GET_THREAD_ID): Update macro to use ptid_get_lwp. | |
5692 | * arm-linux-nat.c (get_thread_id): Remove. | |
5693 | (GET_THREAD_ID): Remove. | |
5694 | (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID. | |
5695 | (store_fpregs, fetch_regs, store_regs): Likewise. | |
5696 | (fetch_wmmx_regs, store_wmmx_regs): Likewise. | |
5697 | (fetch_vfp_regs, store_vfp_regs): Likewise. | |
5698 | (arm_linux_read_description): Likewise. | |
5699 | (arm_linux_get_hwbp_cap): Likewise. | |
5700 | * xtensa-linux-nat.c (get_thread_id): Remove. | |
5701 | (GET_THREAD_ID): Remove. | |
5702 | (fetch_gregs, store_gregs): Call ptid_get_lwp instead of | |
5703 | GET_THREAD_ID. | |
5704 | ||
4efd80aa CS |
5705 | 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch) |
5706 | ||
5707 | * python/py-linetable.c: Fix case of Linetable to LineTable | |
5708 | in docstrings and code comments. | |
5709 | * python/py-symtab.c: Same. | |
5710 | ||
c6343a91 JK |
5711 | 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com> |
5712 | ||
5713 | * infcmd.c (signal_command): Call do_cleanups for args_chain. | |
5714 | ||
978b9495 JK |
5715 | 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com> |
5716 | ||
5717 | PR gdb/18767 | |
5718 | * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS | |
5719 | use. | |
5720 | ||
96e9210f PA |
5721 | 2015-08-04 Pedro Alves <palves@redhat.com> |
5722 | ||
5723 | * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype) | |
5724 | (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype) | |
5725 | (td_ta_event_addr_ftype, td_ta_set_event_ftype) | |
5726 | (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype) | |
5727 | (td_thr_validate_ftype, td_thr_get_info_ftype) | |
5728 | (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype) | |
5729 | (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype): | |
5730 | New typedefs. | |
5731 | * linux-thread-db.c (struct thread_db_info): Use new typedefs. | |
5732 | (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK | |
5733 | local macros and use them instead of verbose_dlsym and dlsym | |
5734 | calls. | |
5735 | ||
af60a1ef SL |
5736 | 2015-08-03 Sandra Loosemore <sandra@codesourcery.com> |
5737 | ||
5738 | * nios2-tdep.h: Include opcode/nios2.h here. | |
5739 | (NIOS2_CDX_OPCODE_SIZE): New. | |
5740 | (struct gdbarch_tdep): Add OP parameter to syscall_next_pc. | |
5741 | * nios2-tdep.c: Don't include opcode/nios2.h here. | |
5742 | (nios2_fetch_insn): For R2, try reading 2-byte instruction if | |
5743 | 4-byte read fails. | |
5744 | (nios2_match_add, nios2_match_sub): Add cases for R2 encodings. | |
5745 | (nios2_match_addi, nios2_match_orhi): Likewise. | |
5746 | (nios2_match_stw, nios2_match_ldw): Likewise. | |
5747 | (nios2_match_rdctl): Likewise. | |
5748 | (nios2_match_stwm, nios2_match_ldwm): New. | |
5749 | (nios2_match_branch): Add cases for R2 encodings. | |
5750 | (nios2_match_jmpi, nios2_match_calli): Likewise. | |
5751 | (nios2_match_jmpr, nios2_match_callr): Likewise. | |
5752 | (nios2_match_break, nios2_match_trap): Likewise. | |
5753 | (nios2_in_epilogue_p): Add R2 support. | |
5754 | (nios2_analyze_prologue): Update comments. Recognize R2 CDX | |
5755 | prologues. | |
5756 | (nios2_breakpoint_from_pc): Handle R2 instructions. | |
5757 | (nios2_get_next_pc): Likewise. Adjust call to | |
5758 | tdep->syscall_next_pc. | |
5759 | * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame): | |
5760 | Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use | |
5761 | instruction field macros instead of literal hex values. | |
5762 | (nios2_r2_linux_rt_sigreturn_tramp_frame): New. | |
5763 | (nios2_linux_syscall_next_pc): Adjust signature to pass OP. | |
5764 | Use size field from OP instead of assuming all instructions | |
5765 | are the same size. | |
5766 | (nios2_linux_init_abi): Register appropriate unwinder for mach. | |
5767 | ||
1da03605 UW |
5768 | 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com> |
5769 | ||
5770 | * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized | |
5771 | variable warning with some compilers. | |
5772 | ||
8156fe7f YQ |
5773 | 2015-08-03 Yao Qi <yao.qi@linaro.org> |
5774 | ||
5775 | * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type" | |
5776 | in comment. Replace "rw" with "type". | |
5777 | (arm_linux_remove_watchpoint): Change type of "rw" to | |
5778 | "enum target_hw_bp_type". | |
5779 | ||
835a09d9 PMR |
5780 | 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com> |
5781 | ||
5782 | * alpha-mdebug-tdep.c (find_proc_desc): Update call to | |
5783 | lookup_symbol. | |
5784 | * ft32-tdep.c (ft32_skip_prologue): Likewise. | |
5785 | * moxie-tdep.c (moxie_skip_prologue): Likewise. | |
5786 | * mt-tdep.c (mt_skip_prologue): Likewise. | |
5787 | * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise. | |
5788 | ||
d12307c1 PMR |
5789 | 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com> |
5790 | ||
5791 | * ada-exp.y (write_object_renaming): Replace struct | |
5792 | ada_symbol_info with struct block_symbol. Update field | |
5793 | references accordingly. | |
5794 | (block_lookup, select_possible_type_sym): Likewise. | |
5795 | (find_primitive_type): Likewise. Also update call to | |
5796 | ada_lookup_symbol to extract the symbol itself. | |
5797 | (write_var_or_type, write_name_assoc): Likewise. | |
5798 | * ada-lang.h (struct ada_symbol_info): Remove. | |
5799 | (ada_lookup_symbol_list): Replace struct ada_symbol_info with | |
5800 | struct block_symbol. | |
5801 | (ada_lookup_encoded_symbol, user_select_syms): Likewise. | |
5802 | (ada_lookup_symbol): Return struct block_symbol instead of a | |
5803 | mere symbol. | |
5804 | * ada-lang.c (defns_collected): Replace struct ada_symbol_info | |
5805 | with struct block_symbol. | |
5806 | (resolve_subexp, ada_resolve_function, sort_choices, | |
5807 | user_select_syms, is_nonfunction, add_defn_to_vec, | |
5808 | num_defns_collected, defns_collected, | |
5809 | symbols_are_identical_enums, remove_extra_symbols, | |
5810 | remove_irrelevant_renamings, add_lookup_symbol_list_worker, | |
5811 | ada_lookup_symbol_list, ada_iterate_over_symbols, | |
5812 | ada_lookup_encoded_symbol, get_var_value): Likewise. | |
5813 | (ada_lookup_symbol): Return a block_symbol instead of a mere | |
5814 | symbol. Replace struct ada_symbol_info with struct | |
5815 | block_symbol. | |
5816 | (ada_lookup_symbol_nonlocal): Likewise. | |
5817 | (standard_lookup): Make block passing explicit through | |
5818 | lookup_symbol_in_language. | |
5819 | * ada-tasks.c (get_tcb_types_info): Update the calls to | |
5820 | lookup_symbol_in_language to extract the mere symbol out of the | |
5821 | returned value. | |
5822 | (ada_tasks_inferior_data_sniffer): Likewise. | |
5823 | * ax-gdb.c (gen_static_field): Likewise for the call to | |
5824 | lookup_symbol. | |
a5fdf78a | 5825 | (gen_maybe_namespace_elt): Deal with struct block_symbol from |
d12307c1 PMR |
5826 | lookup functions. |
5827 | (gen_expr): Likewise. | |
5828 | * c-exp.y: Likewise. Remove uses of block_found. | |
5829 | (lex_one_token, classify_inner_name, c_print_token): Likewise. | |
5830 | (classify_name): Likewise. Rename the "sym" local variable to | |
5831 | "bsym". | |
5832 | * c-valprint.c (print_unpacked_pointer): Likewise. | |
5833 | * compile/compile-c-symbols.c (convert_symbol_sym): Promote the | |
5834 | "sym" parameter from struct symbol * to struct block_symbol. | |
5835 | Use it to remove uses of block_found. Deal with struct | |
a5fdf78a | 5836 | block_symbol from lookup functions. |
d12307c1 PMR |
5837 | (gcc_convert_symbol): Likewise. Update the call to |
5838 | convert_symbol_sym. | |
5839 | * compile/compile-object-load.c (compile_object_load): Deal with | |
a5fdf78a | 5840 | struct block_symbol from lookup functions. |
d12307c1 PMR |
5841 | * cp-namespace.c (cp_lookup_nested_symbol_1, |
5842 | cp_lookup_nested_symbol, cp_lookup_bare_symbol, | |
5843 | cp_search_static_and_baseclasses, | |
5844 | cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports, | |
5845 | cp_lookup_symbol_imports_or_template, | |
5846 | cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace, | |
5847 | lookup_namespace_scope, cp_lookup_nonlocal, | |
a5fdf78a PMR |
5848 | find_symbol_in_baseclass): Return struct block_symbol instead of |
5849 | mere symbols and deal with struct block_symbol from lookup | |
d12307c1 PMR |
5850 | functions. |
5851 | * cp-support.c (inspect_type, replace_typedefs, | |
a5fdf78a | 5852 | cp_lookup_rtti_type): Deal with struct block_symbol from |
d12307c1 PMR |
5853 | lookup functions. |
5854 | * cp-support.h (cp_lookup_symbol_nonlocal, | |
5855 | cp_lookup_symbol_from_namespace, | |
5856 | cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol): | |
a5fdf78a | 5857 | Return struct block_symbol instead of mere symbols. |
d12307c1 PMR |
5858 | * d-exp.y (d_type_from_name, d_module_from_name, push_variable, |
5859 | push_module_name): | |
a5fdf78a | 5860 | Deal with struct block_symbol from lookup functions. Remove |
d12307c1 PMR |
5861 | uses of block_found. |
5862 | * eval.c (evaluate_subexp_standard): Update call to | |
5863 | cp_lookup_symbol_namespace. | |
a5fdf78a PMR |
5864 | * f-exp.y: Deal with struct block_symbol from lookup functions. |
5865 | Remove uses of block_found. | |
d12307c1 PMR |
5866 | (yylex): Likewise. |
5867 | * gdbtypes.c (lookup_typename, lookup_struct, lookup_union, | |
5868 | lookup_enum, lookup_template_type, check_typedef): Deal with | |
a5fdf78a | 5869 | struct block_symbol from lookup functions. |
d12307c1 PMR |
5870 | * guile/scm-frame.c (gdbscm_frame_read_var): Likewise. |
5871 | * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise. | |
5872 | (gdbscm_lookup_global_symbol): Likewise. | |
5873 | * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise. | |
5874 | * go-exp.y: Likewise. Remove uses of block_found. | |
5875 | (package_name_p, classify_packaged_name, classify_name): | |
5876 | Likewise. | |
5877 | * infrun.c (insert_exception_resume_breakpoint): Likewise. | |
5878 | * jv-exp.y (push_variable): Likewise. | |
5879 | * jv-lang.c (java_lookup_class, get_java_object_type): Likewise. | |
5880 | * language.c (language_bool_type): Likewise. | |
5881 | * language.h (struct language_defn): Update | |
a5fdf78a PMR |
5882 | la_lookup_symbol_nonlocal to return a struct block_symbol rather |
5883 | than a mere symbol. | |
5884 | * linespec.c (find_label_symbols): Deal with struct block_symbol | |
5885 | from lookup functions. | |
d12307c1 PMR |
5886 | * m2-exp.y: Likewise. Remove uses of block_found. |
5887 | (yylex): Likewise. | |
5888 | * mi/mi-cmd-stack.c (list_args_or_locals): Likewise. | |
5889 | * objc-lang.c (lookup_struct_typedef, find_imps): Likewise. | |
5890 | * p-exp.y: Likewise. Remove uses of block_found. | |
5891 | (yylex): Likewise. | |
5892 | * p-valprint.c (pascal_val_print): Likewise. | |
5893 | * parse.c (write_dollar_variable): Likewise. Remove uses of | |
5894 | block_found. | |
5895 | * parser-defs.h (struct symtoken): Turn the SYM field into a | |
a5fdf78a PMR |
5896 | struct block_symbol. |
5897 | * printcmd.c (address_info): Deal with struct block_symbol from | |
5898 | lookup functions. | |
d12307c1 PMR |
5899 | * python/py-frame.c (frapy_read_var): Likewise. |
5900 | * python/py-symbol.c (gdbpy_lookup_symbol, | |
5901 | gdbpy_lookup_global_symbol): Likewise. | |
5902 | * skip.c (skip_function_command): Likewise. | |
5903 | * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct | |
a5fdf78a | 5904 | block_symbol instead of a mere symbol. |
d12307c1 PMR |
5905 | * solib-spu.c (spu_lookup_lib_symbol): Likewise. |
5906 | * solib-svr4.c (elf_lookup_lib_symbol): Likewise. | |
5907 | * solib.c (solib_global_lookup): Likewise. | |
5908 | * solist.h (solib_global_lookup): Likewise. | |
5909 | (struct target_so_ops): Update lookup_lib_global_symbol to | |
a5fdf78a PMR |
5910 | return a struct block_symbol rather than a mere symbol. |
5911 | * source.c (select_source_symtab): Deal with struct block_symbol | |
5912 | from lookup functions. | |
d12307c1 PMR |
5913 | * stack.c (print_frame_args, iterate_over_block_arg_vars): |
5914 | Likewise. | |
5915 | * symfile.c (set_initial_language): Likewise. | |
5916 | * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct | |
a5fdf78a | 5917 | block_symbol. |
d12307c1 PMR |
5918 | (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro. |
5919 | (struct symbol_cache_slot): Turn the FOUND field into a struct | |
a5fdf78a | 5920 | block_symbol. |
d12307c1 | 5921 | (block_found): Remove. |
a5fdf78a | 5922 | (eq_symbol_entry): Update to deal with struct block_symbol in |
d12307c1 | 5923 | cache slots. |
a5fdf78a PMR |
5924 | (symbol_cache_lookup): Return a struct block_symbol rather than |
5925 | a mere symbol. | |
d12307c1 PMR |
5926 | (symbol_cache_mark_found): Add a BLOCK parameter to fill |
5927 | appropriately the cache slots. Update callers. | |
5928 | (symbol_cache_dump): Update cache slots handling to the type | |
5929 | change. | |
5930 | (lookup_symbol_in_language, lookup_symbol, lookup_language_this, | |
5931 | lookup_symbol_aux, lookup_local_symbol, | |
5932 | lookup_symbol_in_objfile, lookup_global_symbol_from_objfile, | |
5933 | lookup_symbol_in_objfile_symtabs, | |
5934 | lookup_symbol_in_objfile_from_linkage_name, | |
5935 | lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal, | |
5936 | lookup_symbol_in_static_block, lookup_static_symbol, | |
5937 | lookup_global_symbol): | |
a5fdf78a PMR |
5938 | Return a struct block_symbol rather than a mere symbol. Deal |
5939 | with struct block_symbol from other lookup functions. Remove | |
d12307c1 PMR |
5940 | uses of block_found. |
5941 | (lookup_symbol_in_block): Remove uses of block_found. | |
5942 | (struct global_sym_lookup_data): Turn the RESULT field into a | |
a5fdf78a | 5943 | struct block_symbol. |
d12307c1 PMR |
5944 | (lookup_symbol_global_iterator_cb): Update references to the |
5945 | RESULT field. | |
a5fdf78a | 5946 | (search_symbols): Deal with struct block_symbol from lookup |
d12307c1 | 5947 | functions. |
a5fdf78a | 5948 | * symtab.h (struct block_symbol): New structure. |
d12307c1 PMR |
5949 | (block_found): Remove. |
5950 | (lookup_symbol_in_language, lookup_symbol, | |
5951 | basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block, | |
a5fdf78a PMR |
5952 | lookup_static_symbol, lookup_global_symbol, lookup_language_this, |
5953 | lookup_global_symbol_from_objfile): Return a struct block_symbol | |
5954 | rather than just a mere symbol. Update comments to remove | |
5955 | mentions of block_found. | |
d12307c1 PMR |
5956 | * valops.c (find_function_in_inferior, |
5957 | value_struct_elt_for_reference, value_maybe_namespace_elt, | |
a5fdf78a | 5958 | value_of_this): Deal with struct block_symbol from lookup |
d12307c1 PMR |
5959 | functions. |
5960 | * value.c (value_static_field, value_fn_field): Likewise. | |
5961 | ||
b1c59ddc SM |
5962 | 2015-07-31 Simon Marchi <simon.marchi@ericsson.com> |
5963 | ||
5964 | * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type | |
5965 | instead of integer. | |
5966 | ||
f486487f | 5967 | 2015-07-31 Simon Marchi <simon.marchi@ericsson.com> |
84da3f0c | 5968 | Pedro Alves <palves@redhat.com> |
f486487f SM |
5969 | |
5970 | * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum | |
5971 | type or value instead of integer. | |
5972 | (aarch64_linux_insert_watchpoint): Likewise. | |
5973 | (aarch64_linux_remove_watchpoint): Likewise. | |
5974 | * ada-lang.c (ada_op_print_tab): Likewise. | |
5975 | * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise. | |
5976 | (amd64_linux_syscall_record_common): Likewise. | |
5977 | * arch-utils.c (target_byte_order_user): Likewise. | |
5978 | (default_byte_order): Likewise. | |
5979 | * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise. | |
5980 | (arm_linux_get_hwbp_type): Likewise. | |
5981 | (arm_linux_hw_watchpoint_initialize): Likewise. | |
5982 | (arm_linux_insert_watchpoint): Likewise. | |
5983 | * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise. | |
5984 | (arm_linux_syscall_record): Likewise. | |
5985 | * breakpoint.c (update_watchpoint): Likewise. | |
5986 | (breakpoint_here_p): Likewise. | |
5987 | (bpstat_print): Likewise. | |
5988 | (enable_breakpoint_disp): Likewise. | |
5989 | * c-lang.c (c_op_print_tab): Likewise. | |
5990 | * cli/cli-decode.c (add_info_alias): Likewise. | |
5991 | * d-lang.c (d_op_print_tab): Likewise. | |
5992 | * eval.c (evaluate_subexp_standard): Likewise. | |
5993 | * f-exp.y (dot_ops): Likewise. | |
5994 | (f77_keywords): Likewise. | |
5995 | * f-lang.c (f_op_print_tab): Likewise. | |
5996 | * go-lang.c (go_op_print_tab): Likewise. | |
5997 | * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise. | |
5998 | * guile/scm-cmd.c (gdbscm_make_command): Likewise. | |
5999 | * guile/scm-param.c (gdbscm_make_parameter): Likewise. | |
6000 | * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise. | |
6001 | * guile/scm-string.c (struct scm_to_stringn_data): Likewise. | |
6002 | (struct scm_from_stringn_data): Likewise. | |
6003 | * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise. | |
6004 | * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise. | |
6005 | (ia64_linux_remove_watchpoint): Likewise. | |
6006 | (ia64_linux_can_use_hw_breakpoint): Likewise. | |
6007 | * infrun.c (print_stop_event): Likewise. | |
6008 | * jv-lang.c (java_op_print_tab): Likewise. | |
6009 | * linux-nat.c (linux_proc_xfer_partial): Likewise. | |
6010 | * linux-nat.h (struct lwp_info): Likewise. | |
6011 | * linux-thread-db.c (enable_thread_event): Likewise. | |
6012 | * m2-lang.c (m2_op_print_tab): Likewise. | |
6013 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise. | |
6014 | (mi_cmd_stack_list_variables): Likewise. | |
6015 | * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise. | |
6016 | * mi/mi-out.c (mi_table_begin): Likewise. | |
6017 | (mi_table_header): Likewise. | |
6018 | * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise. | |
6019 | (mips_linux_insert_watchpoint): Likewise. | |
6020 | (mips_linux_remove_watchpoint): Likewise. | |
6021 | * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise. | |
6022 | * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise. | |
6023 | (mips_linux_watch_type_to_irw): Likewise. | |
6024 | * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise. | |
6025 | (procfs_insert_hw_watchpoint): Likewise. | |
6026 | (procfs_remove_hw_watchpoint): Likewise. | |
6027 | (procfs_hw_watchpoint): Likewise. | |
6028 | (procfs_can_use_hw_breakpoint): Likewise. | |
6029 | (procfs_remove_hw_watchpoint): Likewise. | |
6030 | (procfs_insert_hw_watchpoint): Likewise. | |
6031 | * p-lang.c (pascal_op_print_tab): Likewise. | |
6032 | * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise. | |
6033 | * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise. | |
6034 | * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise. | |
6035 | * procfs.c (procfs_can_use_hw_breakpoint): Likewise. | |
6036 | (procfs_insert_watchpoint): Likewise. | |
6037 | (procfs_remove_watchpoint): Likewise. | |
6038 | * psymtab.c (recursively_search_psymtabs): Likewise. | |
6039 | * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise. | |
6040 | (m32r_insert_watchpoint): Likewise. | |
6041 | * remote-mips.c (mips_can_use_watchpoint): Likewise. | |
6042 | (mips_insert_watchpoint): Likewise. | |
6043 | (mips_remove_watchpoint): Likewise. | |
6044 | * remote.c (watchpoint_to_Z_packet): Likewise. | |
6045 | (remote_insert_watchpoint): Likewise. | |
6046 | (remote_remove_watchpoint): Likewise. | |
6047 | (remote_check_watch_resources): Likewise. | |
6048 | * s390-linux-nat.c (s390_insert_watchpoint): Likewise. | |
6049 | (s390_remove_watchpoint): Likewise. | |
6050 | (s390_can_use_hw_breakpoint): Likewise. | |
6051 | * s390-linux-tdep.c (s390_gdbarch_init): Likewise. | |
6052 | * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise. | |
6053 | * target.h (struct target_ops): Likewise. | |
6054 | * tilegx-tdep.c (tilegx_analyze_prologue): Likewise. | |
6055 | * ui-out.c (struct ui_out_hdr): Likewise. | |
6056 | (append_header_to_list): Likewise. | |
6057 | (get_next_header): Likewise. | |
6058 | (verify_field): Likewise. | |
6059 | (ui_out_begin): Likewise. | |
6060 | (ui_out_field_int): Likewise. | |
6061 | (ui_out_field_fmt_int): Likewise. | |
6062 | (ui_out_field_skip): Likewise. | |
6063 | (ui_out_field_string): Likewise. | |
6064 | (ui_out_field_fmt): Likewise. | |
6065 | * varobj.c (new_variable): Likewise. | |
6066 | * x86-nat.c (x86_insert_watchpoint): Likewise. | |
6067 | (x86_remove_watchpoint): Likewise. | |
6068 | (x86_can_use_hw_breakpoint): Likewise. | |
6069 | * xtensa-tdep.h (struct gdbarch_tdep): Likewise. | |
6070 | * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to | |
6071 | previously anonymous enumeration type.. | |
6072 | * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall | |
6073 | value. | |
6074 | * target-debug.h (target_debug_print_enum_target_hw_bp_type): New. | |
6075 | (target_debug_print_enum_bptype): New. | |
6076 | * target-delegates.c: Regenerate. | |
6077 | ||
e1b5381f SL |
6078 | 2015-07-30 Sandra Loosemore <sandra@codesourcery.com> |
6079 | ||
6080 | * nios2-tdep.c (nios2_analyze_prologue): Do what the comment | |
6081 | already says and disallow non-stack memory writes in the prologue. | |
6082 | ||
9aaf8e3a SL |
6083 | 2015-07-30 Sandra Loosemore <sandra@codesourcery.com> |
6084 | ||
6085 | * nios2-tdep.c (nios2_analyze_prologue): Update comments to | |
6086 | reflect how current GCC emits stack overflow checks. Match | |
6087 | both trap and break instructions for backward compatbility. | |
6088 | Disallow other trap and break instructions in the prologue. | |
6089 | ||
69dde7dc PA |
6090 | 2015-07-30 Pedro Alves <palves@redhat.com> |
6091 | ||
6092 | PR threads/18600 | |
6093 | * linux-nat.c (wait_lwp): Report to the core when thread group | |
6094 | leader exits. | |
6095 | ||
4dd63d48 PA |
6096 | 2015-07-30 Pedro Alves <palves@redhat.com> |
6097 | Simon Marchi <simon.marchi@ericsson.com> | |
6098 | ||
6099 | PR threads/18600 | |
6100 | * linux-nat.c (linux_handle_extended_wait): On CLONE event, always | |
6101 | mark the new thread as resumed. Remove STOPPING parameter. | |
6102 | (wait_lwp): Adjust call to linux_handle_extended_wait. | |
6103 | (linux_nat_filter_event): Adjust call to | |
6104 | linux_handle_extended_wait. | |
6105 | (resume_stopped_resumed_lwps): Add debug output. | |
6106 | ||
6b940e6a PL |
6107 | 2015-07-30 Pierre Langlois <pierre.langlois@arm.com> |
6108 | ||
6109 | * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused | |
6110 | isize argument. | |
6111 | * arch-utils.h (default_fast_tracepoint_valid_at): Likewise. | |
6112 | * breakpoint.c (check_fast_tracepoint_sals): Adjust call to | |
6113 | gdbarch_fast_tracepoint_valid_at. | |
6114 | * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument. | |
6115 | * gdbarch.h: Regenerate. | |
6116 | * gdbarch.c: Regenerate. | |
6117 | * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize | |
6118 | argument. Do not set it. | |
6119 | * remote.c (remote_download_tracepoint): Adjust call to | |
6120 | gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get | |
6121 | the instruction length. | |
6122 | ||
ec741292 YQ |
6123 | 2015-07-30 Yao Qi <yao.qi@linaro.org> |
6124 | ||
6125 | * arm-tdep.h (enum gdb_regnum): Move it to ... | |
6126 | * arch/arm.h: ... here. New file. | |
6127 | * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h. | |
6128 | ||
0ea6402e PL |
6129 | 2015-07-30 Pierre Langlois <pierre.langlois@arm.com> |
6130 | ||
6131 | * aarch64-tdep.c (decode_b): Rename link argument to is_bl. | |
6132 | Change its type to int *. | |
6133 | (decode_br): Rename link argument to is_blr. Change its type to | |
6134 | int *. | |
6135 | (decode_cb): Rename op argument to is_cbnz. Change its type to | |
6136 | int *. | |
6137 | (decode_tb): Rename op argument to is_tbnz. Change its type to | |
6138 | int *. Set is_tbnz to either 1 or 0. | |
6139 | (aarch64_analyze_prologue): Change type of is_link to int. Add | |
6140 | new variables is_cbnz and is_tbnz. Adjust call to | |
6141 | aarch64_decode_cb and aarch64_decode_tb. | |
6142 | ||
aa58a496 SM |
6143 | 2015-07-29 Simon Marchi <simon.marchi@ericsson.com> |
6144 | ||
6145 | * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th | |
6146 | parameter. | |
6147 | (mips_linux_new_thread): Likewise. | |
6148 | * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise. | |
6149 | ||
18206ca3 PP |
6150 | 2015-07-29 Patrick Palka <patrick@parcs.ath.cx> |
6151 | ||
6152 | * top.c: Include "tui/tui.h". | |
6153 | (undo_terminal_modifications_before_exit): New static function. | |
6154 | (quit_force): Use it. | |
6155 | ||
7afa63c6 PP |
6156 | 2015-07-29 Patrick Palka <patrick@parcs.ath.cx> |
6157 | ||
6158 | * target.c (terminal_state): Initialize to terminal_is_ours. | |
6159 | ||
cc9f16aa YQ |
6160 | 2015-07-29 Yao Qi <yao.qi@linaro.org> |
6161 | ||
6162 | PR record/18691 | |
6163 | * dcache.c (dcache_read_memory_partial): Call | |
6164 | raw_memory_xfer_partial. | |
6165 | * target.c (raw_memory_xfer_partial): Make it non-static. | |
6166 | * target.h (raw_memory_xfer_partial): Declare. | |
6167 | ||
3ae385af SM |
6168 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
6169 | ||
6170 | * c-valprint.c (c_val_print_array): Consider addressable memory | |
6171 | unit size. | |
6172 | (c_val_print_ptr): Likewise. | |
6173 | (c_val_print_int): Likewise. | |
6174 | * findvar.c (read_frame_register_value): Likewise. | |
6175 | * valarith.c (find_size_for_pointer_math): Likewise. | |
6176 | (value_ptrdiff): Likewise. | |
6177 | (value_subscripted_rvalue): Likewise. | |
6178 | * valops.c (read_value_memory): Likewise (and rename variables). | |
6179 | (value_assign): Likewise. | |
6180 | (value_repeat): Likewise. | |
6181 | (value_array): Likewise. | |
6182 | (value_slice): Likewise. | |
6183 | * valprint.c (generic_val_print_ptr): Likewise. | |
6184 | (generic_val_print_enum): Likewise. | |
6185 | (generic_val_print_bool): Likewise. | |
6186 | (generic_val_print_int): Likewise. | |
6187 | (generic_val_print_char): Likewise. | |
6188 | (generic_val_print_float): Likewise. | |
6189 | (generic_val_print_decfloat): Likewise. | |
6190 | (generic_val_print_complex): Likewise. | |
6191 | (val_print_scalar_formatted): Likewise. | |
6192 | (val_print_array_elements): Likewise. | |
6193 | * value.c (set_value_parent): Likewise. | |
6194 | (value_contents_copy_raw): Likewise. | |
6195 | (set_internalvar_component): Likewise. | |
6196 | (value_primitive_field): Likewise. | |
6197 | (value_fetch_lazy): Likewise. | |
6198 | * value.h (read_value_memory): Update comment. | |
6199 | ||
e512cdbd SM |
6200 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
6201 | ||
6202 | * value.c (get_value_arch): New function. | |
6203 | * value.h (get_value_arch): New declaration. | |
6204 | ||
3723fda8 SM |
6205 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
6206 | ||
6207 | * value.c (struct value): Update comments. | |
6208 | ||
2e056931 SM |
6209 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
6210 | ||
6211 | * gdbtypes.c (type_length_units): New function. | |
6212 | * gdbtypes.h (type_length_units): New declaration. | |
6213 | (struct type) <length>: Update comment. | |
6214 | ||
0c87c0bf SM |
6215 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6216 | ||
6217 | * valprint.c (generic_val_print): Factor out complex | |
6218 | printing code to ... | |
6219 | (generic_val_print_complex): ... this new function. | |
6220 | ||
9550ae5e SM |
6221 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6222 | ||
6223 | * valprint.c (generic_val_print): Factor out decfloat | |
6224 | printing code to ... | |
6225 | (generic_val_print_decfloat): ... this new function. | |
6226 | ||
7784724b SM |
6227 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6228 | ||
6229 | * valprint.c (generic_val_print): Factor out float | |
6230 | printing code to ... | |
6231 | (generic_val_print_float): ... this new function. | |
6232 | ||
385f5aff SM |
6233 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6234 | ||
6235 | * valprint.c (generic_val_print): Factor out char | |
6236 | printing code to ... | |
6237 | (generic_val_print_char): ... this new function. | |
6238 | ||
b21b6342 SM |
6239 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6240 | ||
6241 | * valprint.c (generic_val_print): Factor out integer | |
6242 | printing code to ... | |
6243 | (generic_val_print_int): ... this new function. | |
6244 | ||
e5bead4b SM |
6245 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6246 | ||
6247 | * valprint.c (generic_val_print): Factor out bool | |
6248 | printing code to ... | |
6249 | (generic_val_print_bool): ... this new function. | |
6250 | ||
4a8c372f SM |
6251 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6252 | ||
6253 | * valprint.c (generic_val_print): Factor out function/method | |
6254 | printing code to ... | |
6255 | (generic_val_print_func): ... this new function. | |
6256 | ||
d93880bd SM |
6257 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6258 | ||
6259 | * valprint.c (generic_val_print): Factor out flags | |
6260 | printing code to ... | |
6261 | (generic_val_print_flags): ... this new function. | |
6262 | ||
ef0bc0dd SM |
6263 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6264 | ||
6265 | * valprint.c (generic_val_print): Factor out enum | |
6266 | printing code to ... | |
6267 | (generic_val_print_enum): ... this new function. | |
6268 | ||
fe43fede SM |
6269 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6270 | ||
6271 | * valprint.c (generic_val_print): Factor out reference | |
6272 | printing code to ... | |
6273 | (generic_val_print_ref): ... this new function. | |
6274 | ||
45000ea2 SM |
6275 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6276 | ||
6277 | * valprint.c (generic_val_print): Factor out memberptr | |
6278 | printing code to ... | |
6279 | (generic_val_print_memberptr): ... this new function. | |
6280 | ||
81eb921a SM |
6281 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6282 | ||
6283 | * valprint.c (generic_val_print): Factor out pointer | |
6284 | printing code to ... | |
6285 | (generic_val_print_ptr): ... this new function. | |
6286 | ||
557dbe8a SM |
6287 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6288 | ||
6289 | * valprint.c (generic_val_print): Factor out array | |
6290 | printing code to ... | |
6291 | (generic_val_print_array): ... this new function. | |
6292 | ||
9f436164 SM |
6293 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
6294 | ||
6295 | * valprint.c (generic_val_print): Factor out | |
6296 | print_unpacked_pointer code to ... | |
6297 | (print_unpacked_pointer): ... this new function. | |
6298 | ||
077836f7 PP |
6299 | 2015-07-27 Patrick Palka <patrick@parcs.ath.cx> |
6300 | ||
6301 | * event-top.c (handle_sigterm): Don't inspect | |
6302 | target_can_async_p. Always set the quit flag and always mark | |
6303 | the async signal handler. | |
6304 | ||
3a60804f YQ |
6305 | 2015-07-27 Yao Qi <yao.qi@linaro.org> |
6306 | ||
6307 | * Makefile.in (REMOTE_EXAMPLES): Remove it. | |
6308 | ||
c9f35b34 KB |
6309 | 2015-07-25 Kevin Buettner <kevinb@redhat.com> |
6310 | ||
6311 | * remote.c (read_ptid): Return null_ptid when no thread id | |
6312 | is found. | |
6313 | (remote_current_thread): Add log warning for malformed | |
6314 | qC reply. | |
6315 | (remote_start_remote): Add log warning when current thread | |
6316 | not found. | |
6317 | ||
2b4cab86 PA |
6318 | 2015-07-24 Pedro Alves <palves@redhat.com> |
6319 | ||
6320 | * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs) | |
6321 | (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as | |
6322 | forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA. | |
6323 | ||
77598427 PA |
6324 | 2015-07-24 Pedro Alves <palves@redhat.com> |
6325 | ||
6326 | PR gdb/18717 | |
6327 | * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp | |
6328 | is resumed, and extend the debug log. | |
6329 | ||
fe23c31f PA |
6330 | 2015-07-24 Pedro Alves <palves@redhat.com> |
6331 | ||
6332 | * fork-child.c (fork_inferior): Print argv[0] instead of exec_file. | |
6333 | ||
5826e159 PA |
6334 | 2015-07-24 Pedro Alves <palves@redhat.com> |
6335 | ||
6336 | * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of | |
6337 | sys/ptrace.h. | |
6338 | * alpha-linux-nat.c: Likewise. | |
6339 | * amd64-linux-nat.c: Likewise. | |
6340 | * arm-linux-nat.c: Likewise. | |
6341 | * hppa-linux-nat.c: Likewise. | |
6342 | * i386-linux-nat.c: Likewise. | |
6343 | * ia64-linux-nat.c: Likewise. | |
6344 | * linux-fork.c: Likewise. | |
6345 | * linux-nat.c: Likewise. | |
6346 | * m32r-linux-nat.c: Likewise. | |
6347 | * m68klinux-nat.c: Likewise. | |
6348 | * mips-linux-nat.c: Likewise. | |
6349 | * nat/linux-btrace.c: Likewise. | |
6350 | * nat/linux-ptrace.c: Likewise. | |
6351 | * nat/linux-ptrace.h | |
6352 | * nat/mips-linux-watch.c: Likewise. | |
6353 | * nat/x86-linux-dregs.c: Likewise. | |
6354 | * ppc-linux-nat.c: Likewise. | |
6355 | * s390-linux-nat.c: Likewise. | |
6356 | * spu-linux-nat.c: Likewise. | |
6357 | * tilegx-linux-nat.c: Likewise. | |
6358 | * x86-linux-nat.c: Likewise. | |
6359 | * xtensa-linux-nat.c: Likewise. | |
6360 | ||
54019719 PA |
6361 | 2015-07-24 Pedro Alves <palves@redhat.com> |
6362 | ||
6363 | * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum | |
6364 | __ptrace_request as first parameter type instead of int. | |
6365 | (PTRACE_TYPE_ARG1): Define. | |
6366 | * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper | |
6367 | that casts first argument to PTRACE_TYPE_ARG1. | |
6368 | * config.in: Regenerate. | |
6369 | * configure: Regenerate. | |
6370 | ||
e3790375 PA |
6371 | 2015-07-24 Pedro Alves <palves@redhat.com> |
6372 | ||
6373 | * gdb_ptrace.h: Move ... | |
6374 | * nat/gdb_ptrace.h: ... here. | |
6375 | * inf-ptrace.c: Adjust. | |
6376 | ||
eb7aa561 PA |
6377 | 2015-07-24 Pedro Alves <palves@redhat.com> |
6378 | ||
6379 | * acinclude.m4: Include ptrace.m4. | |
6380 | * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ... | |
6381 | * ptrace.m4: ... to this new file. | |
6382 | ||
cc12ce38 DE |
6383 | 2015-07-23 Doug Evans <dje@google.com> |
6384 | ||
6385 | * dwarf2read.c (dwarf2_per_cu_data): Add comment. | |
6386 | (load_cu): Handle dummy CUs. | |
6387 | (dw2_do_instantiate_symtab, process_queuef): Ditto. | |
6388 | (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto. | |
6389 | ||
7b849db4 CS |
6390 | 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch) |
6391 | ||
6392 | * py-linetable.c (ltpy_get_all_source_lines): Adjust function | |
6393 | documentation to say that it returns a list rather than | |
6394 | a FrozenSet. | |
6395 | (linetable_object_methods): Update the docstring of the | |
6396 | "source_line" entry. | |
6397 | ||
d0d84780 PMR |
6398 | 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com> |
6399 | ||
6400 | * gdbtypes.c (resolve_dynamic_array): Pass the peeled element | |
6401 | type to the recursive call instead of the original (maybe | |
6402 | TYPE_CODE_TYPEDEF) type. | |
6403 | ||
c2fbdc59 YQ |
6404 | 2015-07-23 Yao Qi <yao.qi@linaro.org> |
6405 | ||
6406 | * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If | |
6407 | TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero. | |
6408 | If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero. | |
6409 | ||
af1b22f3 YQ |
6410 | 2015-07-21 Yao Qi <yao.qi@linaro.org> |
6411 | ||
6412 | * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): | |
6413 | Move it to nat/aarch64-linux-hw-point.c. | |
6414 | (aarch64_linux_child_post_startup_inferior): Update. | |
6415 | * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity): | |
6416 | New function. | |
6417 | * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity): | |
6418 | Declare it. | |
6419 | ||
40e050d2 MM |
6420 | 2015-07-21 Markus Metzger <markus.t.metzger@intel.com> |
6421 | ||
6422 | * common/btrace-common.c (btrace_data_append): Change case label. | |
6423 | ||
3675a06a YQ |
6424 | 2015-07-20 Yao Qi <yao.qi@linaro.org> |
6425 | ||
6426 | * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint): | |
6427 | Re-indent the code. | |
6428 | * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than | |
6429 | "unsigned long long". | |
6430 | ||
b4e1fd61 KB |
6431 | 2015-07-18 Kevin Buettner <kevinb@redhat.com> |
6432 | ||
6433 | * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero | |
6434 | to be set for SEC_ALLOC sections too. | |
6435 | ||
554717a3 YQ |
6436 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
6437 | ||
6438 | * Makefile.in (HFILES_NO_SRCDIR): Add | |
6439 | nat/aarch64-linux-hw-point.h. | |
6440 | (aarch64-linux-hw-point.o): New rule. | |
6441 | * nat/aarch64-linux-hw-point.h: New file. | |
6442 | * nat/aarch64-linux-hw-point.c: New file. | |
6443 | * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h. | |
6444 | (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h. | |
6445 | (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise. | |
6446 | (AARCH64_HWP_ALIGNMENT): Likewise. | |
6447 | (AARCH64_HWP_MAX_LEN_PER_REG): Likewise. | |
6448 | (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise. | |
6449 | (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise. | |
6450 | (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise. | |
6451 | (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise. | |
6452 | (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise. | |
6453 | (struct aarch64_debug_reg_state): Likewise. | |
6454 | (struct arch_lwp_info): Likewise. | |
6455 | (aarch64_linux_set_debug_regs): Likewise. | |
6456 | (aarch64_notify_debug_reg_change): Remove static. | |
6457 | (aarch64_align_watchpoint): Likewise. | |
6458 | (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise. | |
6459 | (aarch64_watchpoint_length): Likewise. | |
6460 | (aarch64_point_encode_ctrl_reg): Likewise | |
6461 | (aarch64_point_is_aligned): Likewise. | |
6462 | (aarch64_dr_state_insert_one_point): Likewise. | |
6463 | (aarch64_dr_state_remove_one_point): Likewise. | |
6464 | (aarch64_handle_breakpoint): Likewise. | |
6465 | (aarch64_handle_aligned_watchpoint): Likewise. | |
6466 | (aarch64_handle_unaligned_watchpoint): Likewise. | |
6467 | (aarch64_handle_watchpoint): Likewise. | |
6468 | * config/aarch64/linux.mh (NAT_FILE): Add | |
6469 | aarch64-linux-hw-point.o. | |
6470 | ||
c67ca4de YQ |
6471 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
6472 | ||
6473 | * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument | |
6474 | state and don't call aarch64_get_debug_reg_state. All callers | |
6475 | update. | |
6476 | (aarch64_linux_insert_hw_breakpoint): Call | |
6477 | aarch64_get_debug_reg_state earlier. | |
6478 | (aarch64_linux_remove_hw_breakpoint): Likewise. | |
6479 | (aarch64_handle_aligned_watchpoint): Add argument state and | |
6480 | don't call aarch64_get_debug_reg_state. All callers update. | |
6481 | (aarch64_handle_unaligned_watchpoint): Likewise. | |
6482 | (aarch64_handle_watchpoint): Add argument state. | |
6483 | (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state | |
6484 | earlier. | |
6485 | (aarch64_linux_remove_watchpoint): Likewise. | |
6486 | ||
25abf979 YQ |
6487 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
6488 | ||
6489 | * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use | |
6490 | debug_printf. | |
6491 | (aarch64_handle_unaligned_watchpoint): Likewise. | |
6492 | ||
2ecd81c2 YQ |
6493 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
6494 | ||
6495 | * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change | |
6496 | argument type's type to 'enum target_hw_bp_type'. | |
6497 | (aarch64_dr_state_remove_one_point): Likewise. | |
6498 | (aarch64_handle_breakpoint): Likewise. | |
6499 | (aarch64_linux_insert_hw_breakpoint): Likewise. | |
6500 | (aarch64_linux_remove_hw_breakpoint): Likewise. | |
6501 | (aarch64_handle_aligned_watchpoint): Likewise. | |
6502 | ||
e53b6938 YQ |
6503 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
6504 | ||
6505 | * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call | |
6506 | ptid_get_pid instead of get_thread_id. | |
6507 | ||
6a49a997 YQ |
6508 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
6509 | ||
6510 | * remote.c (get_current_thread): Initialise ptid to null_ptid. | |
6511 | (add_current_inferior_and_thread): Don't initialise ptid. | |
6512 | ||
4bcddace PL |
6513 | 2015-07-16 Pierre Langlois <pierre.langlois@arm.com> |
6514 | ||
6515 | * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as | |
6516 | unavailable if invalid. | |
6517 | ||
db1ff28b JK |
6518 | 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
6519 | ||
6520 | Revert the previous 6 commits: | |
6521 | Create empty nat/linux-maps.[ch] and common/target-utils.[ch]. | |
6522 | Move gdb_regex* to common/ | |
6523 | Prepare linux_find_memory_regions_full & co. for move | |
6524 | Move linux_find_memory_regions_full & co. | |
6525 | gdbserver build-id attribute generator | |
6526 | Validate symbol file using build-id | |
6527 | ||
ca5268b6 JK |
6528 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
6529 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
6530 | ||
6531 | Validate symbol file using build-id. | |
6532 | * NEWS (Changes since GDB 7.10): Add 'set validate-build-id' | |
6533 | and 'show validate-build-id'. Add build-id attribute. | |
6534 | * solib-darwin.c (_initialize_darwin_solib): Assign validate value. | |
6535 | * solib-dsbt.c (_initialize_dsbt_solib): Ditto. | |
6536 | * solib-frv.c (_initialize_frv_solib): Ditto. | |
6537 | * solib-spu.c (set_spu_solib_ops): Ditto. | |
6538 | * solib-svr4.c: Include rsp-low.h. | |
6539 | (NOTE_GNU_BUILD_ID_NAME): New define. | |
6540 | (svr4_validate): New function. | |
6541 | (svr4_copy_library_list): Duplicate field build_id. | |
6542 | (library_list_start_library): Parse 'build-id' attribute. | |
6543 | (svr4_library_attributes): Add 'build-id' attribute. | |
6544 | (_initialize_svr4_solib): Assign validate value. | |
6545 | * solib-target.c (solib.h): Include. | |
6546 | (_initialize_solib_target): Assign validate value. | |
6547 | * solib.c (validate_build_id, show_validate_build_id): New. | |
6548 | (solib_map_sections): Use ops->validate. | |
6549 | (clear_so): Free build_id. | |
6550 | (default_solib_validate): New function. | |
6551 | (_initialize_solib): Add "validate-build-id". | |
6552 | * solib.h (default_solib_validate): New declaration. | |
6553 | * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'. | |
6554 | (target_so_ops): New field 'validate'. | |
6555 | ||
700ca40f JK |
6556 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
6557 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
6558 | ||
6559 | gdbserver build-id attribute generator. | |
6560 | * features/library-list-svr4.dtd (library-list-svr4): New | |
6561 | 'build-id' attribute. | |
6562 | ||
9904185c JK |
6563 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
6564 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
6565 | ||
6566 | Move linux_find_memory_regions_full & co. | |
6567 | * linux-tdep.c (nat/linux-maps.h): Include. | |
6568 | (gdb_regex.h): Remove the include. | |
6569 | (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags) | |
6570 | (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c. | |
6571 | (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h. | |
6572 | (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c. | |
6573 | * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h | |
6574 | and target/target.h. | |
6575 | (struct smaps_vmflags, read_mapping, decode_vmflags) | |
6576 | (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c. | |
6577 | (linux_find_memory_regions_full): Move from linux-tdep.c. | |
6578 | * nat/linux-maps.h (read_mapping): New declaration. | |
6579 | (linux_find_memory_region_ftype, enum filterflags): Moved from | |
6580 | linux-tdep.c. | |
6581 | (linux_find_memory_regions_full): New declaration. | |
6582 | * target.c (target/target-utils.h): Include. | |
6583 | (read_alloc_pread_ftype): Moved typedef to target/target-utils.h. | |
6584 | (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved | |
6585 | definitions to target/target-utils.c. | |
6586 | * target.h (target_fileio_read_stralloc): Move it to target/target.h. | |
6587 | * target/target-utils.c (read_alloc, read_stralloc): Move definitions | |
6588 | from target.c. | |
6589 | * target/target-utils.h (read_alloc_pread_ftype): New typedef. | |
6590 | (read_alloc): New declaration. | |
6591 | (read_stralloc_func_ftype): New typedef. | |
6592 | (read_stralloc): New declaration. | |
6593 | * target/target.h (target_fileio_read_stralloc): Move it from target.h. | |
6594 | ||
f7af1fcd JK |
6595 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
6596 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
6597 | ||
6598 | Prepare linux_find_memory_regions_full & co. for move. | |
6599 | * linux-tdep.c (linux_find_memory_region_ftype): Comment. | |
6600 | (linux_find_memory_regions_full): Change signature and prepare | |
6601 | for moving to linux-maps. | |
6602 | (linux_find_memory_regions_data): Rename field 'obfd' to 'data'. | |
6603 | (linux_find_memory_regions_thunk): New. | |
6604 | (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'. | |
6605 | (linux_find_memory_regions_gdb): New. | |
6606 | (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'. | |
6607 | (linux_make_mappings_corefile_notes): Use | |
6608 | linux_find_memory_regions_gdb. | |
6609 | * target.c (read_alloc_pread_ftype): New typedef. | |
6610 | (target_fileio_read_alloc_1_pread): New function. | |
6611 | (read_alloc): Refactor from target_fileio_read_alloc_1. | |
6612 | (read_stralloc_func_ftype): New typedef. | |
6613 | (target_fileio_read_alloc_1): New implementation. Use read_alloc. | |
6614 | (read_stralloc): Refactored from target_fileio_read_stralloc. | |
6615 | (target_fileio_read_stralloc): New implementation, use read_stralloc. | |
6616 | ||
6e5b4429 JK |
6617 | 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
6618 | ||
6619 | * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to | |
6620 | common/gdb_regex.h. | |
6621 | (COMMON_OBS): Add gdb_regex.o. | |
6622 | (gdb_regex.o): New. | |
6623 | * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex, | |
6624 | --without-included-regex and USE_INCLUDED_REGEX. | |
6625 | * common/gdb_regex.c: New file from utils.c functions. | |
6626 | * common/gdb_regex.h: Move it here from gdb_regex.h, update include | |
6627 | file wrapping define name. | |
6628 | * configure: Rebuilt. | |
6629 | * configure.ac (gdb_use_included_regex, --without-included-regex) | |
6630 | (USE_INCLUDED_REGEX): Move them to common/common.m4. | |
6631 | * gdb_regex.h: Move it to common/gdb_regex.h. | |
6632 | * utils.c: Remove include gdb_regex.h. | |
6633 | (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error) | |
6634 | (compile_rx_or_error): Move them to common/gdb_regex.c. | |
6635 | ||
ddc98fbf JK |
6636 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
6637 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
6638 | ||
6639 | Create empty nat/linux-maps.[ch] and common/target-utils.[ch]. | |
6640 | * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h, | |
6641 | common/target-utils.h. | |
6642 | (COMMON_OBS): Add target-utils.o. | |
6643 | (linux-maps.o, target-utils.o): New. | |
6644 | * target/target-utils.c: New file. | |
6645 | * target/target-utils.h: New file. | |
6646 | * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o. | |
6647 | * config/i386/linux64.mh (NATDEPFILES): Ditto. | |
6648 | * nat/linux-maps.c: New file. | |
6649 | * nat/linux-maps.h: New file. | |
6650 | ||
e7b01ce0 MM |
6651 | 2015-07-15 Markus Metzger <markus.t.metzger@intel.com> |
6652 | Pedro Alves <palves@redhat.com> | |
6653 | ||
6654 | * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD. | |
6655 | (perf_event_read_all): Change the type of SIZE and DATA_HEAD. | |
6656 | (perf_event_read_bts): Change the type of SIZE and READ. | |
6657 | (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE, | |
6658 | and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size | |
6659 | to UINT_MAX. Check for overflows when using DATA_HEAD from the perf | |
6660 | mmap page. | |
6661 | (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the | |
6662 | buffer size to UINT_MAX. | |
6663 | (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and | |
6664 | DATA_TAIL. | |
6665 | * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head> | |
6666 | <last_head>: Change type. | |
6667 | * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type. | |
6668 | * common/btrace-common.c (btrace_data_append): Change the type of | |
6669 | SIZE. | |
6670 | * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness | |
6671 | check. | |
6672 | ||
f168693b SM |
6673 | 2015-07-14 Simon Marchi <simon.marchi@ericsson.com> |
6674 | ||
6675 | * gdbtypes.h (CHECK_TYPEDEF): Remove. | |
6676 | * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF | |
6677 | with check_typedef. | |
6678 | * ada-lang.c (decode_constrained_packed_array_type): Likewise. | |
6679 | (ada_array_length): Likewise. | |
6680 | (find_parallel_type_by_descriptive_type): Likewise. | |
6681 | (ada_check_typedef): Likewise. | |
6682 | * arm-tdep.c (arm_return_in_memory): Likewise. | |
6683 | * ax-gdb.c (gen_trace_static_fields): Likewise. | |
6684 | (gen_struct_ref_recursive): Likewise. | |
6685 | * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise. | |
6686 | (variable: block COLONCOLON name): Likewise. | |
6687 | (qualified_name: TYPENAME COLONCOLON name): Likewise. | |
6688 | * c-lang.c (classify_type): Likewise. | |
6689 | * c-typeprint.c (c_print_type): Likewise. | |
6690 | (c_print_typedef): Likewise. | |
6691 | (c_type_print_base): Likewise. | |
6692 | * c-valprint.c (c_val_print): Likewise. | |
6693 | * compile/compile-c-types.c (convert_type): Likewise. | |
6694 | * compile/compile-object-load.c (get_out_value_type): Likewise. | |
6695 | * completer.c (add_struct_fields): Likewise. | |
6696 | (expression_completer): Likewise. | |
6697 | * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise. | |
6698 | (cp_lookup_nested_symbol_1): Likewise. | |
6699 | (cp_lookup_nested_symbol): Likewise. | |
6700 | * cp-valprint.c (cp_print_value_fields): Likewise. | |
6701 | (cp_print_static_field): Likewise. | |
6702 | * d-valprint.c (d_val_print): Likewise. | |
6703 | * eval.c (evaluate_subexp_standard): Likewise. | |
6704 | (evaluate_subexp_for_sizeof): Likewise. | |
6705 | * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise. | |
6706 | * f-typeprint.c (f_type_print_base): Likewise. | |
6707 | * f-valprint.c (f_val_print): Likewise. | |
6708 | * gdbtypes.c (get_discrete_bounds): Likewise. | |
6709 | (create_array_type_with_stride): Likewise. | |
6710 | (type_name_no_tag_or_error): Likewise. | |
6711 | (lookup_struct_elt_type): Likewise. | |
6712 | (get_unsigned_type_max): Likewise. | |
6713 | (internal_type_vptr_fieldno): Likewise. | |
6714 | (set_type_vptr_fieldno): Likewise. | |
6715 | (internal_type_vptr_basetype): Likewise. | |
6716 | (set_type_vptr_basetype): Likewise. | |
6717 | (get_vptr_fieldno): Likewise. | |
6718 | (is_integral_type): Likewise. | |
6719 | (is_scalar_type): Likewise. | |
6720 | (is_scalar_type_recursive): Likewise. | |
6721 | (distance_to_ancestor): Likewise. | |
6722 | (is_unique_ancestor_worker): Likewise. | |
6723 | (check_types_equal): Likewise. | |
6724 | * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise. | |
6725 | ||
45280282 IB |
6726 | 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org> |
6727 | ||
6728 | * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to | |
6729 | also test for language_d. | |
6730 | (dwarf2_compute_name): Likewise. | |
6731 | (read_func_scope): Likewise. | |
6732 | (read_structure_type): Likewise. | |
6733 | (new_symbol_full): Likewise. | |
6734 | (determine_prefix): Likewise. | |
6735 | (read_import_statement): Use dot as the separator for language_d. | |
6736 | (typename_concat): Likewise, but don't prefix the D main function. | |
6737 | ||
99fe86f7 PB |
6738 | 2015-07-14 Peter Bergner <bergner@vnet.ibm.com> |
6739 | ||
6740 | * nat/linux-namespaces.c (setns): Rename from this ... | |
6741 | (do_setns): ... to this. Support calling setns if it exists. | |
6742 | (mnsh_handle_setns): Call do_setns. | |
6743 | ||
d5131498 YQ |
6744 | 2015-07-13 Yao Qi <yao.qi@linaro.org> |
6745 | ||
6746 | * exec.c (exec_file_attach): Add period at the end of error | |
6747 | message. | |
6748 | ||
97605e61 AB |
6749 | 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com> |
6750 | ||
6751 | * tui/tui-win.c (window_name_completer): New function. | |
6752 | (focus_completer): Call window_name_completer. All old content | |
6753 | moved into window_name_completer. | |
6754 | (winheight_completer): New function. | |
6755 | (_initialize_tui_win): Rename variable. Add completer to | |
6756 | winheight command. Update doc string on winheight. | |
6757 | ||
8d6dbeb4 SL |
6758 | 2015-07-12 Sandra Loosemore <sandra@codesourcery.com> |
6759 | ||
6760 | * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register | |
6761 | all nios2 mach variants. | |
6762 | ||
a0e28e54 KB |
6763 | 2015-07-10 Kevin Buettner <kevinb@redhat.com> |
6764 | ||
6765 | * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead | |
6766 | of target_read_memory. | |
6767 | ||
c101f28f AB |
6768 | 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> |
6769 | ||
6770 | * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the | |
6771 | string copy. | |
6772 | (parse_scrolling_args): Likewise. | |
6773 | ||
150375dc AB |
6774 | 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> |
6775 | ||
6776 | * tui/tui-win.c (focus_completer): Don't duplicate the tui window | |
6777 | names in this function. | |
6778 | ||
6dce28e4 AB |
6779 | 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> |
6780 | ||
6781 | * tui/tui-data.h (SRC_NAME): Convert to lower case. | |
6782 | (CMD_NAME): Likewise. | |
6783 | (DATA_NAME): Likewise. | |
6784 | (DISASSEM_NAME): Likewise. | |
6785 | * tui/tui-win.c (tui_set_focus): Window names are now lower case. | |
6786 | (tui_set_win_height): Likewise. | |
6787 | (parse_scrolling_args): Likewise. | |
6788 | ||
485668e5 MM |
6789 | 2015-07-10 Markus Metzger <markus.t.metzger@intel.com> |
6790 | ||
6791 | * record-btrace.c (record_btrace_goto_begin) | |
6792 | (record_btrace_goto_end, record_btrace_goto): Move call to | |
6793 | print_stack_frame ... | |
6794 | (record_btrace_set_replay): ... here. Set stop_pc. | |
6795 | * record-full.c (record_full_goto_entry): Set stop_pc. | |
6796 | ||
58d2eda5 PL |
6797 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6798 | ||
6799 | * NEWS: Mention support for tracepoints on aarch64-linux. | |
6800 | ||
7671bf47 PL |
6801 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6802 | ||
6803 | * linux-aarch64-low.c (aarch64_supports_tracepoints): New | |
6804 | function. Return 1. | |
6805 | (the_low_target): Install it. | |
6806 | ||
7890fb45 PL |
6807 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6808 | ||
6809 | * gdb.trace/backtrace.exp: Set registers for aarch64 target. | |
6810 | * gdb.trace/collection.exp: Likewise. | |
6811 | * gdb.trace/mi-trace-frame-collected.exp: Likewise. | |
6812 | * gdb.trace/mi-trace-unavailable.exp: Likewise. | |
6813 | * gdb.trace/report.exp: Likewise. | |
6814 | * gdb.trace/trace-break.exp: Likewise. | |
6815 | * gdb.trace/unavailable.exp: Likewise. | |
6816 | * gdb.trace/while-dyn.exp: Likewise. | |
6817 | ||
ea873d8e PL |
6818 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6819 | ||
6820 | * aarch64-tdep.c: Add ax.h and ax-gdb.h includes. | |
6821 | (aarch64_gen_return_address): New function. | |
6822 | (aarch64_gdbarch_init): Hook it. | |
6823 | ||
02a2a705 PL |
6824 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6825 | ||
6826 | * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and | |
6827 | swallow NOT_AVAILABLE_ERROR. | |
6828 | (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if | |
6829 | available_p is not set. | |
6830 | (aarch64_stub_frame_unwind_stop_reason): New function. | |
6831 | (aarch64_stub_unwind): Install it. | |
6832 | ||
7dfa3edc PL |
6833 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6834 | ||
6835 | * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New | |
6836 | field. | |
6837 | (aarch64_make_prologue_cache_1): New function, factored out from | |
6838 | aarch64_make_prologue_cache. Do not allocate cache. Set | |
6839 | available_p. | |
6840 | (aarch64_make_prologue_cache): Reimplement wrapping | |
6841 | aarch64_make_prologue_cache_1, and swallowing | |
6842 | NOT_AVAILABLE_ERROR. | |
6843 | (aarch64_prologue_frame_unwind_stop_reason): New function. | |
6844 | Return UNWIND_UNAVAILABLE if available_p is not set. | |
6845 | (aarch64_prologue_unwind): Install it. | |
6846 | (aarch64_prologue_this_id): Move prev_pc and prev_sp limit | |
6847 | checks into aarch64_prologue_frame_unwind_stop_reason. Call | |
6848 | frame_id_build_unavailable_stack if available_p is not set. | |
6849 | ||
db634143 PL |
6850 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6851 | ||
6852 | * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New | |
6853 | fields. | |
6854 | (aarch64_scan_prologue): Set prev_pc. | |
6855 | (aarch64_make_prologue_cache): Set func. | |
6856 | (aarch64_make_stub_cache): Set prev_pc. | |
6857 | (aarch64_prologue_this_id): Remove local variables id, pc and | |
6858 | func. Read prev_pc and func from cache. | |
6859 | (aarch64_stub_this_id): Read prev_pc from cache. | |
6860 | ||
8b61f75d PL |
6861 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6862 | ||
6863 | * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New | |
6864 | argument this_cache. Remove unused local variables reg and | |
6865 | unwound_fp. Return early if this_cache is already set. Set | |
6866 | this_cache. | |
6867 | (aarch64_stub_this_id): Update call to aarch64_make_stub_cache. | |
6868 | ||
7c8edfae PL |
6869 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
6870 | ||
6871 | * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment. | |
6872 | New argument this_cache. Return early if this_cache is already | |
6873 | set. Set this_cache. | |
6874 | (aarch64_prologue_this_id): Update call to | |
6875 | aarch64_make_prologue_cache. | |
6876 | (aarch64_prologue_prev_register): Likewise. | |
6877 | (aarch64_normal_frame_base): Likewise. | |
6878 | ||
938c69a1 SM |
6879 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
6880 | ||
6881 | * c-valprint.c (c_val_print): Factor out memberptr printing code | |
6882 | from c_val_print to ... | |
6883 | (c_val_print_memberptr): ... this new function. | |
6884 | ||
49f7fe28 SM |
6885 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
6886 | ||
6887 | * c-valprint.c (c_val_print): Factor out int printing code to ... | |
6888 | (c_val_print_int): ... this new function. | |
6889 | ||
9e4f353c SM |
6890 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
6891 | ||
6892 | * c-valprint.c (c_val_print): Factor out struct and union | |
6893 | printing code to ... | |
6894 | (c_val_print_struct): ... this new function ... | |
6895 | (c_val_print_union): ... and this new function. | |
6896 | ||
1c67f032 SM |
6897 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
6898 | ||
6899 | * c-valprint.c (c_val_print): Factor out pointer printing code | |
6900 | to ... | |
6901 | (c_val_print_ptr): ... this new function. | |
6902 | ||
0b6ef777 SM |
6903 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
6904 | ||
6905 | * c-valprint.c (c_valprint): Factor our array printing code from | |
6906 | c_val_print to ... | |
6907 | (c_val_print_array): ... this new function. | |
6908 | ||
1033c33c SM |
6909 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
6910 | ||
6911 | * c-valprint.c (c_val_print): Factor out pointer printing code | |
6912 | to ... | |
6913 | (print_unpacked_pointer): ... this new function. | |
6914 | ||
f6b93c34 SM |
6915 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
6916 | ||
6917 | * c-valprint.c (c_val_print): Remove an assignment to i and move | |
6918 | its declaration. | |
6919 | ||
0f4576e3 YQ |
6920 | 2015-07-09 Yao Qi <yao.qi@linaro.org> |
6921 | ||
6922 | * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add | |
6923 | argument ptid. Update comments. Caller update. | |
6924 | ||
37fdfe4c MM |
6925 | 2015-07-09 Markus Metzger <markus.t.metzger@intel.com> |
6926 | ||
6927 | * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and | |
6928 | mnt packets. | |
6929 | ||
80a2b330 MM |
6930 | 2015-07-09 Markus Metzger <markus.t.metzger@intel.com> |
6931 | ||
6932 | * btrace.c (btrace_pt_readmem_callback): Change type of PC argument. | |
6933 | ||
4ab31498 SM |
6934 | 2015-07-08 Simon Marchi <simon.marchi@ericsson.com> |
6935 | ||
6936 | * progspace.c (delete_program_space): Add missing spaces. | |
6937 | ||
7a41607e SM |
6938 | 2015-07-08 Simon Marchi <simon.marchi@ericsson.com> |
6939 | ||
6940 | * inferior.c (delete_inferior_1): Rename to ... | |
6941 | (delete_inferior): ..., remove 'silent' parameter, delete | |
6942 | program space when unused and remove call to prune_program_spaces. | |
6943 | Remove the old, unused, delete_inferior. | |
6944 | (delete_inferior_silent): Remove. | |
6945 | (prune_inferiors): Change call from delete_inferior_1 to | |
6946 | delete_inferior and remove 'silent' parameter. Remove call to | |
6947 | prune_program_spaces. | |
6948 | (remove_inferior_command): Idem. | |
6949 | * inferior.h (delete_inferior_1): Rename to... | |
6950 | (delete_inferior): ..., remove 'silent' parameter and remove the | |
6951 | original delete_inferior. | |
6952 | (delete_inferior_silent): Remove. | |
6953 | * mi/mi-main.c (mi_cmd_remove_inferior): Change call from | |
6954 | delete_inferior_1 to delete_inferior and remove 'silent' | |
6955 | parameter. | |
6956 | * progspace.c (prune_program_spaces): Remove. | |
6957 | (pspace_empty_p): Rename to... | |
6958 | (program_space_empty_p): ... and make non-static. | |
6959 | (delete_program_space): New. | |
6960 | * progspace.h (prune_program_spaces): Remove declaration. | |
6961 | (program_space_empty_p): New declaration. | |
6962 | (delete_program_space): New declaration. | |
6963 | * monitor.c (monitor_close): Replace call to | |
6964 | delete_thread_silent and delete_inferior_silent with | |
6965 | discard_all_inferiors. | |
6966 | ||
a9bd710f PP |
6967 | 2015-07-08 Patrick Palka <patrick@parcs.ath.cx> |
6968 | ||
6969 | * defs.h (deprecated_register_changed_hook): Remove prototype. | |
6970 | * interps.c (clear_iterpreter_hooks): Remove reference to | |
6971 | deprecated_register_changed_hook. | |
6972 | * top.c (deprecated_register_changed_hook): Remove prototype. | |
6973 | * valops.c (value_assign): Remove reference to | |
6974 | deprecated_register_changed_hook. | |
6975 | * tui/tui-hooks.c (tui_register_changed): Add parameter "frame". | |
6976 | Add comment documenting the function. | |
6977 | (tui_register_changed_observer): Define. | |
6978 | (tui_install_hooks): Remove reference to | |
6979 | deprecated_register_changed_hook. Set | |
6980 | tui_register_changed_observer. | |
6981 | (tui_remove_hooks): Remove reference to | |
6982 | deprecated_register_changed_hook. Unset | |
6983 | tui_register_changed_observer. | |
6984 | ||
08464196 JK |
6985 | 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com> |
6986 | ||
6987 | PR compile/18484 | |
6988 | * compile/compile-c-types.c (insert_type): Change gdb_assert to error. | |
6989 | ||
bcf5c1d9 RC |
6990 | 2015-07-08 Robert O'Callahan <robert@ocallahan.org> |
6991 | ||
6992 | PR exp/18617 | |
6993 | * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'. | |
6994 | ||
e8643a45 MM |
6995 | 2015-07-08 Markus Metzger <markus.t.metzger@intel.com> |
6996 | ||
6997 | * MAINTAINERS (Write After Approval): Add Markus T. Metzger. | |
6998 | ||
76fb6829 MM |
6999 | 2015-07-08 Markus Metzger <markus.t.metzger@intel.com> |
7000 | ||
7001 | * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt): | |
7002 | Use safe_strerror() instead of strerror(). | |
7003 | ||
82c40d4b YQ |
7004 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
7005 | ||
7006 | * features/arm-with-m-fpa-layout.xml: Set architecture to arm. | |
7007 | * features/arm-with-m-fpa-layout.c: Regenerated. | |
7008 | * features/arm-with-m-vfp-d16.xml: Likewise. | |
7009 | * features/arm-with-m-vfp-d16.c: Regenerated. | |
7010 | * features/arm-with-m.xml: Likewise. | |
7011 | * features/arm-with-m.c: Regenerated. | |
7012 | * features/arm-with-neon.xml: Likewise. | |
7013 | * features/arm-with-neon.c: Regenerated. | |
7014 | * features/arm-with-vfpv2.xml: Likewise. | |
7015 | * features/arm-with-vfpv2.c: Regenerated. | |
7016 | * features/arm-with-vfpv3.xml: Likewise. | |
7017 | * features/arm-with-vfpv3.c: Regenerated. | |
7018 | ||
607685ec YQ |
7019 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
7020 | ||
7021 | * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from | |
7022 | arm-linux-nat.c. | |
7023 | * aarch64-linux-nat.c: Include aarch32-linux-nat.h and | |
7024 | elf/external.h. | |
7025 | (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply | |
7026 | if target is 32-bit. | |
7027 | (store_gregs_to_thread): Call aarch32_gp_regcache_collect | |
7028 | if target is 32-bit. | |
7029 | (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply | |
7030 | if target is 32-bit. | |
7031 | (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect | |
7032 | if target is 32-bit. | |
7033 | (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare. | |
7034 | (aarch64_linux_read_description): Return the right target | |
7035 | description. | |
7036 | * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h. | |
7037 | * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o. | |
7038 | * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and | |
7039 | arm-linux-tdep.o. | |
7040 | ||
f1b67888 YQ |
7041 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
7042 | ||
7043 | * aarch32-linux-nat.c: New file. | |
7044 | * aarch32-linux-nat.h: New file. | |
7045 | * arm-linux-nat.c: Include aarch32-linux-nat.h. | |
7046 | (fetch_regs): Move code to aarch32-linux-nat.c. Call | |
7047 | aarch32_gp_regcache_supply. | |
7048 | (store_regs): Move code to aarch32-linux-nat.c. Call | |
7049 | aarch32_gp_regcache_collect. | |
7050 | (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call | |
7051 | aarch32_vfp_regcache_supply. | |
7052 | (store_vfp_regs): Move code to aarch32-linux-nat.c. Call | |
7053 | aarch32_vfp_regcache_collect. | |
7054 | * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o. | |
7055 | ||
179bfe82 YQ |
7056 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
7057 | ||
7058 | * arm-linux-nat.c (store_fpregister): Remove. | |
7059 | (store_register): Likewise. | |
7060 | (fetch_fpregister): Likewise. | |
7061 | (fetch_register): Likewise. | |
7062 | (arm_linux_store_inferior_registers): Call store_regs and | |
7063 | store_fpregs instead. | |
7064 | (arm_linux_fetch_inferior_registers): Call fetch_fpregs and | |
7065 | fetch_regs instead. | |
7066 | ||
6008fc5f AB |
7067 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
7068 | ||
7069 | * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout | |
7070 | and focus commands. | |
7071 | ||
7c79d316 JB |
7072 | 2015-07-06 Joel Brobecker <brobecker@adacore.com> |
7073 | ||
7074 | * NEWS: Create a new section for the next release branch. | |
7075 | Rename the section of the current branch, now that it has | |
7076 | been cut. | |
7077 | ||
f2232bea JB |
7078 | 2015-07-06 Joel Brobecker <brobecker@adacore.com> |
7079 | ||
7080 | GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e): | |
7081 | * version.in: Bump version to 7.10.50.DATE-cvs. | |
7082 | ||
66c4b3e8 LM |
7083 | 2015-07-06 Luis Machado <lgustavo@codesourcery.com> |
7084 | ||
7085 | * breakpoint.c (remove_breakpoint_1): Don't handle permanent | |
7086 | breakpoints in a special way. | |
7087 | (remove_breakpoint): Likewise. | |
7088 | (mark_breakpoints_out): Likewise. | |
7089 | ||
bcd8537c AB |
7090 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
7091 | ||
7092 | * doc/gdb.texinfo (TUI): Add comma after @xref. | |
7093 | ||
10e9aaa3 AB |
7094 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
7095 | ||
7096 | * tui/tui-win.c (tui_set_focus): Use structure member 'generic' | |
7097 | instead of casting the structure type. | |
7098 | ||
8a13d42d SM |
7099 | 2015-07-06 Simon Marchi <simon.marchi@ericsson.com> |
7100 | ||
7101 | * valops.c (search_struct_field): Remove OFFSET parameter. | |
7102 | (value_cast_structs): Adjust calls to search_struct_field. | |
7103 | (value_struct_elt): Same. | |
7104 | (find_overload_match): Same. | |
7105 | ||
a844296a SM |
7106 | 2015-07-06 Simon Marchi <simon.marchi@ericsson.com> |
7107 | ||
7108 | * value.c (value_fetch_lazy): Update comment, change return | |
7109 | value to void. | |
7110 | * value.h (value_fetch_lazy): Change return value to void. | |
7111 | ||
f41cbf58 AB |
7112 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
7113 | ||
7114 | * tui/tui-data.c (tui_partial_win_by_name): Window name is const. | |
7115 | (tui_win_name): Make parameter and result const. | |
7116 | * tui/tui-data.h (tui_win_name): Make parameter and result const. | |
7117 | ||
118ca224 PP |
7118 | 2015-07-06 Patrick Palka <patrick@parcs.ath.cx> |
7119 | ||
7120 | * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead | |
7121 | use printf_unfiltered. | |
7122 | (set_mpx_cmd): Add missing trailing space to command string | |
7123 | literal. | |
7124 | (_initialize_i386_tdep): Give the "mpx" prefix command its | |
7125 | correct name. | |
7126 | ||
1b485e67 KB |
7127 | 2015-07-02 Kevin Buettner <kevinb@redhat.com> |
7128 | ||
7129 | * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants. | |
7130 | (enum rx_frame_type): New. | |
7131 | (struct rx_prologue): Add new field `frame_type'. | |
7132 | (rx_analyze_prologue): Add `frame_type' parameter. Cache this | |
7133 | parameter in the prologue struct. Add code for recording | |
7134 | locations of PC and PSW for fast interrupt and exception frames. | |
7135 | (rx_skip_prologue): Adjust call to rx_analyze_prologue. | |
7136 | (rx_analyze_frame_prologue): Add `frame_type' parameter. | |
7137 | (rx_frame_type): New function. | |
7138 | (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue. | |
7139 | (rx_frame_this_id): Rename parameter `this_prologue_cache' to | |
7140 | `this_cache'. | |
7141 | (rx_frame_prev_register): Rename parameter `this_prologue_cache' to | |
72f4393d | 7142 | `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and |
1b485e67 KB |
7143 | RX_FRAME_TYPE_FAST_INTERRUPT. |
7144 | (normal_frame_p, exception_frame_p, rx_frame_sniffer_common) | |
7145 | (rx_frame_sniffer, rx_exception_sniffer): New functions. | |
7146 | (rx_frame_unwind): Use rx_frame_sniffer instead of | |
7147 | default_frame_sniffer. | |
7148 | (rx_frame_unwind): New unwinder. | |
7149 | (rx_gdbarch_init): Register new unwinder. | |
7150 | ||
0561fea4 KB |
7151 | 2015-07-02 Kevin Buettner <kevinb@redhat.com> |
7152 | ||
7153 | * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants. | |
7154 | (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type. | |
7155 | (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM, | |
7156 | and RX_FPSW_REGNUM. | |
7157 | (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types. | |
7158 | ||
decf8d9a JK |
7159 | 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
7160 | ||
7161 | Fix GCC false warning. | |
7162 | * s390-linux-tdep.c (s390_handle_arg): Initialize VAL. | |
7163 | ||
2fd0f80d YQ |
7164 | 2015-07-02 Yao Qi <yao.qi@linaro.org> |
7165 | ||
7166 | * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix | |
7167 | typo in the debugging message. | |
7168 | ||
b0627500 MM |
7169 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
7170 | ||
7171 | * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h. | |
7172 | (maint_btrace_cmdlist, maint_btrace_set_cmdlist) | |
7173 | (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist) | |
7174 | (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad) | |
7175 | (btrace_maint_clear): New. | |
7176 | (btrace_fetch, btrace_clear): Call btrace_maint_clear. | |
7177 | (pt_print_packet, btrace_maint_decode_pt) | |
7178 | (btrace_maint_update_pt_packets, btrace_maint_update_packets) | |
7179 | (btrace_maint_print_packets, get_uint, get_context_size, no_chunk) | |
7180 | (maint_btrace_packet_history_cmd) | |
7181 | (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd) | |
7182 | (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd) | |
7183 | (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd) | |
7184 | (maint_info_btrace_cmd, _initialize_btrace): New. | |
7185 | * btrace.h (btrace_pt_packet, btrace_pt_packet_s) | |
7186 | (btrace_maint_packet_history, btrace_maint_info): New. | |
7187 | (btrace_thread_info) <maint>: New. | |
7188 | * NEWS: Announce it. | |
7189 | ||
9be54cae MM |
7190 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
7191 | ||
7192 | * btrace.c (btrace_fetch): Append the new trace data. | |
7193 | (btrace_clear): Clear the stored trace data. | |
7194 | * btrace.h (btrace_thread_info) <data>: New. | |
7195 | * common/btrace-common.h (btrace_data_clear) | |
7196 | (btrace_data_append): New. | |
7197 | * common/btrace-common.c (btrace_data_clear) | |
7198 | (btrace_data_append): New. | |
7199 | ||
010a18a1 MM |
7200 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
7201 | ||
7202 | * nat/linux-btrace.c (linux_enable_bts): Check for | |
7203 | PERF_ATTR_SIZE_VER5. | |
7204 | Check for data_offset and data_size fields. Use them. | |
7205 | ||
b20a6524 MM |
7206 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
7207 | ||
7208 | * NEWS: Announce new commands "record btrace pt" and "record pt". | |
7209 | Announce new options "set|show record btrace pt buffer-size". | |
7210 | * btrace.c: Include "rsp-low.h". | |
7211 | Include "inttypes.h". | |
7212 | (btrace_add_pc): Add forward declaration. | |
7213 | (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback) | |
7214 | (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt) | |
7215 | (btrace_compute_ftrace_pt): New. | |
7216 | (btrace_compute_ftrace): Support BTRACE_FORMAT_PT. | |
7217 | (check_xml_btrace_version): Update version check. | |
7218 | (parse_xml_raw, parse_xml_btrace_pt_config_cpu) | |
7219 | (parse_xml_btrace_pt_raw, parse_xml_btrace_pt) | |
7220 | (btrace_pt_config_cpu_attributes, btrace_pt_config_children) | |
7221 | (btrace_pt_children): New. | |
7222 | (btrace_children): Add support for "pt". | |
7223 | (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New. | |
7224 | (btrace_conf_children): Add support for "pt". | |
7225 | * btrace.h: Include "intel-pt.h". | |
7226 | (btrace_pt_error): New. | |
7227 | * common/btrace-common.c (btrace_format_string, btrace_data_fini) | |
7228 | (btrace_data_empty): Support BTRACE_FORMAT_PT. | |
7229 | * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT. | |
7230 | (struct btrace_config_pt): New. | |
7231 | (struct btrace_config)<pt>: New. | |
7232 | (struct btrace_data_pt_config, struct btrace_data_pt): New. | |
7233 | (struct btrace_data)<pt>: New. | |
7234 | * features/btrace-conf.dtd (btrace-conf)<pt>: New. | |
7235 | (pt): New. | |
7236 | * features/btrace.dtd (btrace)<pt>: New. | |
7237 | (pt, pt-config, cpu): New. | |
7238 | * nat/linux-btrace.c (perf_event_read, perf_event_read_all) | |
7239 | (perf_event_pt_event_type, kernel_supports_pt) | |
7240 | (linux_supports_pt): New. | |
7241 | (linux_supports_btrace): Support BTRACE_FORMAT_PT. | |
7242 | (linux_enable_bts): Free tinfo on error. | |
7243 | (linux_enable_pt): New. | |
7244 | (linux_enable_btrace): Support BTRACE_FORMAT_PT. | |
7245 | (linux_disable_pt): New. | |
7246 | (linux_disable_btrace): Support BTRACE_FORMAT_PT. | |
7247 | (linux_fill_btrace_pt_config, linux_read_pt): New. | |
7248 | (linux_read_btrace): Support BTRACE_FORMAT_PT. | |
7249 | * nat/linux-btrace.h (struct btrace_tinfo_pt): New. | |
7250 | (struct btrace_target_info)<pt>: New. | |
7251 | * record-btrace.c (set_record_btrace_pt_cmdlist) | |
7252 | (show_record_btrace_pt_cmdlist): New. | |
7253 | (record_btrace_print_pt_conf): New. | |
7254 | (record_btrace_print_conf): Support BTRACE_FORMAT_PT. | |
7255 | (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT. | |
7256 | (cmd_record_btrace_pt_start): New. | |
7257 | (cmd_record_btrace_start): Support BTRACE_FORMAT_PT. | |
7258 | (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New. | |
7259 | (_initialize_record_btrace): Add new commands. | |
7260 | * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New. | |
7261 | (remote_protocol_features): Add "Qbtrace:pt". | |
7262 | Add "Qbtrace-conf:pt:size". | |
7263 | (remote_supports_btrace): Support BTRACE_FORMAT_PT. | |
7264 | (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size. | |
7265 | (remote_enable_btrace): Support BTRACE_FORMAT_PT. | |
7266 | (_initialize_remote): Add new commands. | |
7267 | ||
58bfce93 MM |
7268 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
7269 | ||
7270 | * configure.ac: check for libipt | |
7271 | * configure: Regenerate. | |
7272 | * config.in: Regenerate. | |
7273 | * Makefile.in (LIBIPT): New. | |
7274 | (CLIBS): Add $LIBIPT. | |
7275 | * NEWS: document new configure options | |
7276 | ||
b0fd6b30 JK |
7277 | 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
7278 | ||
7279 | * compile/compile-object-load.c (compile_object_load): Replace debug | |
7280 | message "lookup undefined ELF symbol" by 3 more specific messages. | |
7281 | ||
e6280369 KB |
7282 | 2015-07-01 Kevin Buettner <kevinb@redhat.com> |
7283 | ||
7284 | * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type. | |
7285 | (rl78_register_type): Add case for RL78_PSW_REGNUM. | |
7286 | (rl78_gdbarch_init): Initialize rl78_psw_type. | |
7287 | ||
bbcbf914 PP |
7288 | 2015-07-01 Patrick Palka <patrick@parcs.ath.cx> |
7289 | ||
7290 | * tui/tui-hooks.c (tui_refresh_frame_and_register_information): | |
7291 | Update commentary. Always refresh the registers when frame | |
7292 | information has changed. | |
7293 | * tui/tui-stack.c (tui_show_frame_info): Update commentary. | |
7294 | Change return type to int. Return 1 if frame information has | |
7295 | changed, 0 otherwise. | |
7296 | (tui_before_prompt): Update commentary. | |
7297 | * tui/tui-stack.h (tui_show_frame_info): Change return type to | |
7298 | int. | |
7299 | ||
0986c744 PP |
7300 | 2015-06-30 Patrick Palka <patrick@parcs.ath.cx> |
7301 | ||
7302 | PR tui/13378 | |
7303 | * frame.c (select_frame): Remove reference to | |
7304 | deprecated_selected_frame_level_changed_hook. | |
7305 | * frame.h (deprecated_selected_frame_level_changed_hook): Remove | |
7306 | declaration. | |
7307 | * stack.c (deprecated_selected_frame_level_changed_hook): | |
7308 | Likewise. | |
7309 | * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): | |
7310 | Rename to ... | |
7311 | (tui_refresh_frame_and_register_information): ... this. Bail | |
7312 | out if there is no stack. Don't update register information | |
7313 | unless registers_too_p is true. | |
7314 | (tui_print_frame_info_listing_hook): Rename to ... | |
7315 | (tui_dummy_print_frame_info_listing_hook): ... this. | |
7316 | (tui_before_prompt): New function. | |
7317 | (tui_normal_stop): New function. | |
7318 | (tui_before_prompt_observer): New observer. | |
7319 | (tui_normal_stop_observer): New observer. | |
7320 | (tui_install_hooks): Set | |
7321 | deprecated_print_frame_info_listing_hook to | |
7322 | tui_dummy_print_frame_info_listing_hook. Register | |
7323 | tui_before_prompt_observer to call tui_before_prompt and | |
7324 | tui_normal_stop_observer to call tui_normal_stop. Remove | |
7325 | reference to deprecated_selected_frame_level_changed_hook. | |
7326 | (tui_remove_hooks): Detach and unset tui_before_prompt_observer | |
7327 | and tui_normal_stop_observer. Remove reference to | |
7328 | deprecated_selected_frame_level_changed_hook. | |
7329 | ||
b5fca6d7 PP |
7330 | 2015-06-30 Patrick Palka <patrick@parcs.ath.cx> |
7331 | ||
7332 | PR tui/13378 | |
7333 | * tui/tui-stack.c (tui_set_locator_info): Change prototype to | |
7334 | return an int instead of void. Return whether the locator | |
7335 | window has changed. | |
7336 | (tui_show_frame_info): If the locator info has not changed, then | |
7337 | bail out early to avoid refreshing the windows. | |
7338 | ||
c45613e3 PP |
7339 | 2015-06-30 Patrick Palka <patrick@parcs.ath.cx> |
7340 | ||
7341 | * tui/tui-stack.c (tui_set_locator_info): Explicitly pass | |
7342 | LOCATOR_WIN to tui_alloc_content. | |
7343 | ||
7b9be803 YQ |
7344 | 2015-06-30 Yao Qi <yao.qi@linaro.org> |
7345 | ||
7346 | PR tdep/18605 | |
7347 | * arm-tdep.c (arm_get_next_pc_raw): Break for media | |
7348 | instructions. | |
7349 | ||
fd6e021d KB |
7350 | 2015-06-29 Kevin Buettner <kevinb@redhat.com> |
7351 | ||
78ab7e9d KB |
7352 | * rx-tdep.c (RX_PSW_REGNUM): New enum constant. |
7353 | (rx_dwarf_reg_to_regnum): New function. | |
7354 | (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2 | |
7355 | unwinding. | |
fd6e021d | 7356 | |
28bf096c PA |
7357 | 2015-06-29 Pedro Alves <palves@redhat.com> |
7358 | ||
7359 | PR threads/18127 | |
7360 | * infcall.c (run_inferior_call): On infcall success, if the thread | |
7361 | was marked stopped before, reset it back to stopped. | |
7362 | * infrun.c (resume): Don't suppress the set_running calls when | |
7363 | doing an infcall. | |
7364 | (normal_stop): Only discard the finish_thread_state cleanup if the | |
7365 | infcall succeeded. | |
7366 | ||
2880b51c | 7367 | 2015-06-29 Pierre Langlois <pierre.langlois@arm.com> |
1451ea7d PL |
7368 | |
7369 | * MAINTAINERS (Write After Approval): Update my email address. | |
7370 | ||
ee93cd5e KS |
7371 | 2015-06-26 Keith Seitz <keiths@redhat.com> |
7372 | Doug Evans <dje@google.com> | |
7373 | ||
7374 | PR 16253 | |
7375 | * block.c (block_lookup_symbol): For non-function blocks, | |
7376 | continue to search for a symbol with an exact domain match | |
7377 | Otherwise, return any previously found "best domain" symbol. | |
7378 | (block_lookup_symbol_primary): Likewise. | |
7379 | ||
fc637f04 PP |
7380 | 2015-06-26 Patrick Palka <patrick@parcs.ath.cx> |
7381 | ||
7382 | * NEWS: Mention the new option "history remove-duplicates". | |
7383 | * top.c (history_remove_duplicates): New static variable. | |
7384 | (show_history_remove_duplicates): New static function. | |
7385 | (gdb_add_history): Conditionally remove duplicate history | |
7386 | entries. | |
7387 | (init_main): Add "history remove-duplicates" option. | |
7388 | ||
2e52ae68 PP |
7389 | 2015-06-26 Patrick Palka <patrick@parcs.ath.cx> |
7390 | ||
7391 | * tui/tui-win.c (focus_completer): New static function. | |
7392 | (_initialize_tui_win): Set the completion function of the | |
7393 | "focus" command to focus_completer. | |
7394 | ||
6e22494e JK |
7395 | 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
7396 | ||
7397 | * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID | |
7398 | and language_asm.. | |
7399 | * symtab.c (find_function_start_sal): Likewise. | |
7400 | ||
f8773be1 GB |
7401 | 2015-06-25 Gary Benson <gbenson@redhat.com> |
7402 | ||
7403 | * solib.c (solib_find_1): Set local variable sysroot to NULL if | |
7404 | it is the empty string after trailing slashes have been stripped. | |
7405 | ||
a3be80c3 GB |
7406 | 2015-06-25 Gary Benson <gbenson@redhat.com> |
7407 | ||
7408 | * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check. | |
7409 | * infrun.c (follow_exec): Likewise. | |
7410 | * remote.c (remote_filesystem_is_local): Likewise. | |
7411 | * solib.c (solib_find_1): Likewise. | |
7412 | ||
32fad71f KS |
7413 | 2015-06-24 Keith Seitz <keiths@redhat.com> |
7414 | ||
7415 | * build-id.c (build_id_to_debug_bfd): Add cleanup to free | |
7416 | return value from lrealpath. | |
7417 | ||
87d1b309 MF |
7418 | 2015-06-24 Mike Frysinger <vapier@gentoo.org> |
7419 | ||
7420 | * remote-sim.c (gdbsim_open): Move sysroot update to the top. | |
7421 | ||
23bf70af MF |
7422 | 2015-06-24 Mike Frysinger <vapier@gentoo.org> |
7423 | ||
7424 | * remote-sim.c: Include gdb_bfd.h. | |
7425 | (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot. | |
7426 | Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active. | |
7427 | ||
5cd867b4 YQ |
7428 | 2015-06-24 Yao Qi <yao.qi@linaro.org> |
7429 | ||
7430 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call | |
7431 | set_gdbarch_get_siginfo_type. | |
7432 | * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise. | |
7433 | * arm-linux-tdep.c (arm_linux_init_abi): Likewise. | |
7434 | * i386-linux-tdep.c (i386_linux_init_abi): Likewise. | |
7435 | * m68klinux-tdep.c (m68k_linux_init_abi): Likewise. | |
7436 | * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise. | |
7437 | * s390-linux-tdep.c (s390_gdbarch_init): Likewise. | |
7438 | * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise. | |
7439 | * linux-tdep.c (linux_get_siginfo_type): Change it to static. | |
7440 | (linux_init_abi): Call set_gdbarch_get_siginfo_type. | |
7441 | * linux-tdep.h (linux_get_siginfo_type): Remove the declaration. | |
7442 | ||
dc06243f GB |
7443 | 2015-06-24 Gary Benson <gbenson@redhat.com> |
7444 | ||
7445 | * common/buffer.c (stdint.h): Do not include. | |
7446 | * common/print-utils.c (stdint.h): Likewise. | |
7447 | * compile/compile-c-symbols.c (gdb_assert.h): Likewise. | |
7448 | * compile/compile-c-types.c (gdb_assert.h): Likewise. | |
7449 | * ft32-tdep.c (gdb_assert.h): Likewise. | |
7450 | * guile/scm-utils.c (stdint.h): Likewise. | |
7451 | * i386-linux-tdep.c (stdint.h): Likewise. | |
7452 | * i386-tdep.c (stdint.h): Likewise. | |
7453 | * nat/linux-btrace.c (stdint.h): Likewise. | |
7454 | * nat/linux-btrace.h (stdint.h): Likewise. | |
7455 | * nat/linux-ptrace.c (stdint.h): Likewise. | |
7456 | * nat/mips-linux-watch.h (stdint.h): Likewise. | |
7457 | * ppc-linux-nat.c (stdint.h): Likewise. | |
7458 | * python/python-internal.h (stdint.h): Likewise. | |
7459 | * stub-termcap.c (stdlib.h): Likewise. | |
7460 | * target/target.h (stdint.h): Likewise. | |
7461 | * xtensa-linux-nat.c (stdint.h): Likewise. | |
7462 | ||
0fc26caf PP |
7463 | 2015-06-23 Patrick Palka <patrick@parcs.ath.cx> |
7464 | ||
7465 | * top.c (init_history): Look at errno after calling strtol to | |
7466 | properly map large GDBHISTSIZE values to infinity. | |
7467 | ||
a38fe4fe DE |
7468 | 2015-06-23 Doug Evans <dje@google.com> |
7469 | ||
7470 | * inferior.h (struct inferior_suspend_state): Delete, unused. | |
7471 | All references deleted. | |
7472 | ||
7564fe45 MF |
7473 | 2015-06-23 Mike Frysinger <vapier@gentoo.org> |
7474 | ||
7475 | * microblaze-tdep.c (microblaze_push_dummy_code): Delete. | |
7476 | (microblaze_push_dummy_call): Likewise. | |
7477 | (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code | |
7478 | and set_gdbarch_push_dummy_call. | |
7479 | ||
0bdb2f78 YQ |
7480 | 2015-06-23 Yao Qi <yao.qi@linaro.org> |
7481 | ||
7482 | * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): | |
7483 | Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly. | |
7484 | (amd64_linux_store_inferior_registers): Likewise. | |
7485 | * arm-linux-nat.c (fetch_fpregister): Likewise. | |
7486 | (fetch_fpregs, store_fpregister): Likewise. | |
7487 | (store_fpregister, store_fpregs): Likewise. | |
7488 | (fetch_register, fetch_regs): Likewise. | |
7489 | (store_register, store_regs): Likewise. | |
7490 | (fetch_vfp_regs, store_vfp_regs): Likewise. | |
7491 | (arm_linux_read_description): Check have_ptrace_getregset is | |
7492 | TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE | |
7493 | or TRIBOOL_FALSE. | |
7494 | * i386-linux-nat.c (fetch_xstateregs): Check | |
7495 | have_ptrace_getregset is not TRIBOOL_TRUE. | |
7496 | (store_xstateregs): Likewise. | |
7497 | * linux-nat.c (have_ptrace_getregset): Change its type to | |
7498 | enum tribool. | |
7499 | * linux-nat.h (tribool): New enum. | |
7500 | * x86-linux-nat.c (x86_linux_read_description): Use enum tribool. | |
7501 | Check whether have_ptrace_getregset is TRIBOOL_TRUE. | |
7502 | ||
18a94d75 DE |
7503 | 2015-06-19 Doug Evans <dje@google.com> |
7504 | ||
7505 | * NEWS: Mention Sun's version of stabs is no longer supported. | |
7506 | * elfread.c (free_elfinfo): Delete. All uses updated. | |
7507 | (elfstab_offset_sections): Delete. All uses updated. | |
7508 | * gdb-stabs.h (stab_section_info): Delete. All uses updated. | |
7509 | * psympriv.h (partial_symtab) <section_offsets>: Delete. | |
7510 | All uses updated. | |
7511 | * psymtab.c (start_psymtab_common): Delete arg section_offsets. | |
7512 | All callers updated. | |
7513 | ||
124e13d9 SM |
7514 | 2015-06-18 Simon Marchi <simon.marchi@ericsson.com> |
7515 | ||
7516 | * common/rsp-low.c (needs_escaping): New. | |
7517 | (remote_escape_output): Add unit_size parameter. Refactor to | |
7518 | support multi-byte addressable units. Rename parameters. | |
7519 | * common/rsp-low.h (remote_escape_output): Add unit_size | |
7520 | parameter and rename others. Update doc. | |
7521 | * remote.c (align_for_efficient_write): New. | |
7522 | (remote_write_bytes_aux): Add unit_size parameter and use it. | |
7523 | Rename some variables. Update doc. | |
7524 | (remote_xfer_partial): Get unit size and use it. | |
7525 | (remote_read_bytes_1): Add unit_size parameter and use it. | |
7526 | Rename some variables. Update doc. | |
7527 | (remote_write_bytes): Same. | |
7528 | (remote_xfer_live_readonly_partial): Same. | |
7529 | (remote_read_bytes): Same. | |
7530 | (remote_flash_write): Update call to remote_write_bytes_aux. | |
7531 | (remote_write_qxfer): Update call to remote_escape_output. | |
7532 | (remote_search_memory): Same. | |
7533 | (remote_hostio_pwrite): Same. | |
7534 | ||
6ae88661 LM |
7535 | 2015-06-17 Luis Machado <lgustavo@codesourcery.com> |
7536 | ||
7537 | * breakpoint.c (add_location_to_breakpoint): Don't mark permanent | |
7538 | locations as inserted. | |
7539 | Update and expand comment about permanent locations. | |
7540 | (bp_loc_is_permanent): Don't return 0 for bp_call_dummy. | |
7541 | Move comment to add_location_to_breakpoint. | |
7542 | (update_global_location_list): Don't error out if a permanent | |
7543 | breakpoint is not marked inserted. | |
7544 | Don't error out if a non-permanent breakpoint location is inserted on | |
7545 | top of a permanent breakpoint. | |
7546 | ||
da4616f6 LM |
7547 | 2015-06-17 Luis Machado <lgustavo@codesourcery.com> |
7548 | ||
7549 | * breakpoint.c (make_breakpoint_permanent): Remove unused | |
7550 | function. | |
7551 | * breakpoint.h (make_breakpoint_permanent): Remove declaration. | |
7552 | ||
bc460514 PP |
7553 | 2015-06-17 Patrick Palka <patrick@parcs.ath.cx> |
7554 | ||
7555 | PR gdb/16999 | |
7556 | * NEWS: Mention new GDBHISTSIZE behavior. | |
7557 | * top.c (init_history): For null or out-of-range GDBHISTSIZE, | |
7558 | set history size to unlimited. Ignore non-numeric GDBHISTSIZE. | |
7559 | ||
b58c513b PP |
7560 | 2015-06-17 Patrick Palka <patrick@parcs.ath.cx> |
7561 | ||
7562 | * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE. | |
7563 | * top.c (init_history): Read from GDBHISTSIZE instead of | |
7564 | HISTSIZE. | |
7565 | (init_main): Refer to GDBHISTSIZE instead of HISTSIZE. | |
7566 | ||
2093d2d3 PP |
7567 | 2015-06-17 Patrick Palka <patrick@parcs.ath.cx> |
7568 | ||
7569 | * top.c (gdb_safe_append_history): Do not call | |
7570 | history_truncate_file if the history is not stifled. | |
7571 | ||
fc248485 AA |
7572 | 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com> |
7573 | ||
7574 | * syscalls/s390-linux.xml: Add syscalls 344 through 354. | |
7575 | * syscalls/s390x-linux.xml: Likewise. | |
7576 | ||
4da680ad ME |
7577 | 2015-06-16 Michael Eager <eager@eagercon.com> |
7578 | ||
7579 | * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined. | |
7580 | ||
0a75489f PP |
7581 | 2015-06-16 Patrick Palka <patrick@parcs.ath.cx> |
7582 | ||
7583 | * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call | |
7584 | target_terminal_ours_for_output() before calling | |
7585 | tui_show_frame_info(), and restore the original terminal | |
7586 | settings afterwards. | |
7587 | ||
95855ca8 MS |
7588 | 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch) |
7589 | ||
7590 | * arm-linux-nat.c: Include nat/linux-ptrace.h. | |
7591 | ||
cfc32360 SM |
7592 | 2015-06-15 Simon Marchi <simon.marchi@ericsson.com> |
7593 | ||
7594 | * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable | |
7595 | memory unit size. | |
7596 | (mi_cmd_data_write_memory_bytes): Same. | |
7597 | ||
cb6f16cf SM |
7598 | 2015-06-15 Simon Marchi <simon.marchi@ericsson.com> |
7599 | ||
7600 | * corefile.c (write_memory): Update doc. | |
7601 | * gdbcore.h (write_memory): Same. | |
7602 | ||
31b7833d JK |
7603 | 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
7604 | ||
7605 | * linux-tdep.c (enum filterflags): Make it from anonymous enum. | |
7606 | (dump_mapping_p): Use it for parameter filterflags. | |
7607 | (linux_find_memory_regions_full): Use it for variable filterflags. | |
7608 | ||
909c2cda JK |
7609 | 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com |
7610 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
7611 | ||
7612 | Merge multiple hex conversions. | |
7613 | * monitor.c: Include rsp-low.h. | |
7614 | (fromhex): Remove definition. | |
7615 | ||
03aef70f JK |
7616 | 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com |
7617 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
7618 | ||
7619 | Move utility functions to common/. | |
7620 | * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const): | |
7621 | Move defs to common/common-utils.c. | |
7622 | * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space) | |
7623 | (skip_to_space_const): Move decls to common/common-utils.h. | |
7624 | * common/common-defs.h: Move include of common-types.h before | |
7625 | common-utils.h. | |
7626 | * common/common-utils.c: Include host-defs.h and ctype.h. | |
7627 | (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move | |
7628 | from utils.c. | |
7629 | (skip_spaces, skip_spaces_const, skip_to_space_const): Move from | |
7630 | cli/cli-utils.c. | |
7631 | * common/common-utils.h (strtoulst): Move decl from utils.h. | |
7632 | (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const): | |
7633 | Move from cli/cli-utils.h. | |
7634 | * common/host-defs.h: Include limits.h. | |
7635 | (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h. | |
7636 | (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h. | |
7637 | * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to | |
7638 | common/common-utils.h. | |
7639 | * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int) | |
7640 | (strtoulst): Move to common/common-utils.c. | |
7641 | * utils.h (strtoulst): Moved decl to common/common-utils.h. | |
7642 | ||
d1168cc1 YQ |
7643 | 2015-06-15 Yao Qi <yao.qi@linaro.org> |
7644 | ||
7645 | * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml. | |
7646 | ||
c74f7d1c JT |
7647 | 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk> |
7648 | ||
7649 | * build-id.c: Don't include elf-bfd.h. | |
7650 | (build_id_bfd_get): Use bfd_build_id. | |
7651 | (build_id_verify): Ditto. | |
7652 | * build-id.h: Ditto. | |
7653 | (find_separate_debug_file_by_buildid): Ditto. | |
7654 | * python/py-objfile.c: Don't include elf-bfd.h. | |
7655 | (objfpy_get_build_id) Use bfd_build_id. | |
7656 | (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto. | |
7657 | * coffread.c: Include build-id.h. | |
7658 | (coff_symfile_read): Try find_separate_debug_file_by_buildid. | |
7659 | ||
f20c58f5 JT |
7660 | 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk> |
7661 | ||
7662 | * windows-nat.c (do_windows_fetch_inferior_registers) | |
7663 | (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE | |
7664 | conditional with __CYGWIN__. | |
7665 | ||
51f0e40d AB |
7666 | 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com> |
7667 | ||
7668 | * completer.c: Add arch-utils.h include. | |
7669 | (enum reg_completer_targets): New enum. | |
7670 | (reg_or_group_completer_1): New function containing old | |
7671 | reg_or_group_completer, add and use new parameter to control what | |
7672 | is completed on. Use get_current_arch rather than architecture of | |
7673 | currently selected frame. | |
7674 | (reg_or_group_completer): Call new reg_or_group_completer_1. | |
7675 | (reggroup_completer): Call new reg_or_group_completer_1. | |
7676 | * completer.h (reggroup_completer): Add declaration. | |
7677 | * tui/tui-regs.c: Add 'completer.h' include. | |
7678 | (tui_reg_next_command): Renamed to... | |
7679 | (tui_reg_next): ...this. Adjust parameters and return rather than | |
7680 | display new group. | |
7681 | (tui_reg_prev_command): Renamed to... | |
7682 | (tui_reg_prev): ...this. Adjust parameters and return rather than | |
7683 | display new group. | |
7684 | (tui_reg_float_command): Delete. | |
7685 | (tui_reg_general_command): Delete. | |
7686 | (tui_reg_system_command): Delete. | |
7687 | (tui_reg_command): Rewrite to perform switching of register group. | |
7688 | Add header comment. | |
7689 | (tuireglist): Remove. | |
7690 | (tui_reggroup_completer): New function. | |
7691 | (_initialize_tui_regs): Remove 'tui reg' sub-commands, update | |
7692 | creation of 'tui reg' command. | |
7693 | * NEWS: Add comment about 'tui reg' changes. | |
7694 | ||
d309493c SM |
7695 | 2015-06-12 Simon Marchi <simon.marchi@ericsson.com> |
7696 | ||
7697 | * target.c (target_read): Consider addressable unit size when | |
7698 | reading from a memory object. | |
7699 | (read_memory_robust): Same. | |
7700 | (read_whatever_is_readable): Same. | |
7701 | (target_write_with_progress): Consider addressable unit size | |
7702 | when writing to a memory object. | |
7703 | * target.h (target_read): Update documentation. | |
7704 | (target_write): Add documentation. | |
7705 | ||
3374165f SM |
7706 | 2015-06-12 Simon Marchi <simon.marchi@ericsson.com> |
7707 | ||
7708 | * arch-utils.h (default_addressable_memory_unit_size): New. | |
7709 | * arch-utils.c (default_addressable_memory_unit_size): New. | |
7710 | * gdbarch.sh (addressable_memory_unit_size): New. | |
7711 | * gdbarch.h: Re-generate. | |
7712 | * gdbarch.c: Re-generate. | |
7713 | ||
279a6fed SM |
7714 | 2015-06-12 Simon Marchi <simon.marchi@ericsson.com> |
7715 | ||
7716 | * target.c (target_read): Rename variables and use | |
7717 | TARGET_XFER_E_IO. | |
7718 | (target_read_with_progress): Same. | |
7719 | (read_memory_robust): Constify parameters and rename | |
7720 | variables. | |
7721 | (read_whatever_is_readable): Constify parameters, | |
7722 | rename variables, adjust formatting. | |
7723 | * target.h (read_memory_robust): Constify parameters. | |
7724 | ||
1e5338b6 | 7725 | 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com> |
a1da2672 UW |
7726 | |
7727 | * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short | |
7728 | synthetic (non-AltiVec) vector types. | |
7729 | (ppc64_sysv_abi_return_value): Likewise. | |
7730 | ||
98aa42ee AT |
7731 | 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com> |
7732 | ||
7733 | PR breakpoints/16465 | |
7734 | * breakpoint.c (create_breakpoint): Save extra_string for | |
7735 | pending breakpoints. | |
7736 | ||
966f0aef WT |
7737 | 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com> |
7738 | ||
7739 | * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask | |
7740 | and bt_mask to CORE_ADDR. | |
7741 | ||
6449ed0d GB |
7742 | 2015-06-11 Gary Benson <gbenson@redhat.com> |
7743 | ||
7744 | * nat/linux-namespaces.c (mnsh_send_message): Use pulongest. | |
7745 | (mnsh_recv_message): Likewise. | |
7746 | ||
34f8ac9f WT |
7747 | 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com> |
7748 | ||
7749 | * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of | |
7750 | long long int and plongest instead of %ll. | |
7751 | ||
198c808c GB |
7752 | 2015-06-11 Gary Benson <gbenson@redhat.com> |
7753 | ||
7754 | * nat/linux-namespaces.c (gdb_wait.h): New include. | |
7755 | (sys/wait.h): Do not include. | |
7756 | ||
e815d2d2 SM |
7757 | 2015-06-10 Simon Marchi <simon.marchi@ericsson.com> |
7758 | ||
7759 | * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if | |
7760 | end_sequence is true. | |
7761 | ||
8847cac2 JK |
7762 | 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
7763 | ||
7764 | Code cleanup. | |
7765 | * solib-target.c (library_list_start_list): Use explicit NULL | |
7766 | comparison. | |
7767 | ||
24c05f46 JK |
7768 | 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
7769 | ||
7770 | * solib-target.c (library_list_start_list): Do not dereference | |
7771 | variable version in its initialization. Make the VERSION check handle | |
7772 | NULL. | |
7773 | (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL. | |
7774 | ||
51aad7cc GB |
7775 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7776 | ||
7777 | * NEWS: Announce support for direct access of executable and | |
7778 | shared library files when attaching to inferiors in containers | |
7779 | on GNU/Linux systems. | |
7780 | ||
15a201c8 GB |
7781 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7782 | ||
7783 | * remote.c (struct remote_state) <fs_pid>: New field. | |
7784 | (new_remote_state): Initialize the above. | |
7785 | (PACKET_vFile_setfs): New enum value. | |
7786 | (remote_hostio_set_filesystem): New function. | |
7787 | (remote_hostio_open): Call the above. | |
7788 | (remote_hostio_unlink): Likewise. | |
7789 | (remote_hostio_readlink): Likewise. | |
7790 | (_initialize_remote): Register new "set/show remote | |
7791 | hostio-setfs-packet" command. | |
7792 | * NEWS: Announce new vFile:setfs packet. | |
7793 | ||
7a6a1731 GB |
7794 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7795 | ||
7796 | * linux-nat.c (nat/linux-namespaces.h): New include. | |
7797 | (fileio.h): Likewise. | |
7798 | (linux_nat_filesystem_is_local): New function. | |
7799 | (linux_nat_fileio_pid_of): Likewise. | |
7800 | (linux_nat_fileio_open): Likewise. | |
7801 | (linux_nat_fileio_readlink): Likewise. | |
7802 | (linux_nat_fileio_unlink): Likewise. | |
7803 | (linux_nat_add_target): Initialize to_filesystem_is_local, | |
7804 | to_fileio_open, to_fileio_readlink and to_fileio_unlink. | |
7805 | (_initialize_linux_nat): New "set/show debug linux-namespaces" | |
7806 | commands. | |
7807 | * NEWS: Mention new "set/show debug linux-namespaces" commands. | |
7808 | ||
07c138c8 GB |
7809 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7810 | ||
7811 | * target.h (struct inferior): New forward declaration. | |
7812 | (struct target_ops) <to_filesystem_is_local>: Update comment. | |
7813 | (struct target_ops) <to_fileio_open>: New argument inf. | |
7814 | Update comment. All implementations updated. | |
7815 | (struct target_ops) <to_fileio_unlink>: Likewise. | |
7816 | (struct target_ops) <to_fileio_readlink>: Likewise. | |
7817 | (target_filesystem_is_local): Update comment. | |
7818 | (target_fileio_open): New argument inf. Update comment. | |
7819 | (target_fileio_unlink): Likewise. | |
7820 | (target_fileio_readlink): Likewise. | |
7821 | (target_fileio_read_alloc): Likewise. | |
7822 | (target_fileio_read_stralloc): Likewise. | |
7823 | * target.c (target_fileio_open): New argument inf. | |
7824 | Pass inf to implementation. Update debug printing. | |
7825 | (target_fileio_unlink): Likewise. | |
7826 | (target_fileio_readlink): Likewise. | |
7827 | (target_fileio_read_alloc_1): New argument inf. Pass inf | |
7828 | to target_fileio_open. | |
7829 | (target_fileio_read_alloc): New argument inf. Pass inf to | |
7830 | target_fileio_read_alloc_1. | |
7831 | (target_fileio_read_stralloc): Likewise. | |
7832 | * gdb_bfd.c (inferior.h): New include. | |
7833 | (gdb_bfd_iovec_fileio_open): Replace unused "open_closure" | |
7834 | argument with new argument "inferior". Pass inferior to | |
7835 | target_fileio_open. | |
7836 | (gdb_bfd_open): Supply inferior argument to | |
7837 | gdb_bfd_iovec_fileio_open. | |
7838 | * linux-tdep.c (linux_info_proc): Supply inf argument to | |
7839 | relevant target_fileio calls. | |
7840 | (linux_find_memory_regions_full): Likewise. | |
7841 | (linux_fill_prpsinfo): Likewise. | |
7842 | * remote.c (remote_filesystem_is_local): Supply inf | |
7843 | argument to remote_hostio_open. | |
7844 | (remote_file_put): Likewise. | |
7845 | (remote_file_get): Likewise. | |
7846 | (remote_file_delete): Supply inf argument to | |
7847 | remote_hostio_unlink. | |
7848 | ||
12e2a5fd GB |
7849 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7850 | ||
7851 | * inf-child.c (inf_child_fileio_open): Replace comment. | |
7852 | (inf_child_fileio_pwrite): Likewise. | |
7853 | (inf_child_fileio_pread): Likewise. | |
7854 | (inf_child_fileio_fstat): Insert blank line before comment. | |
7855 | (inf_child_fileio_close): Replace comment. | |
7856 | (inf_child_fileio_unlink): Likewise. | |
7857 | (inf_child_fileio_readlink): Likewise. | |
7858 | * remote.c (remote_hostio_open): Likewise. | |
7859 | (remote_hostio_pread): Likewise. | |
7860 | (remote_hostio_pwrite): Likewise. | |
7861 | (remote_hostio_close): Likewise. | |
7862 | (remote_hostio_unlink): Likewise. | |
7863 | (remote_hostio_readlink): Likewise. | |
7864 | (remote_hostio_fstat): Likewise. | |
7865 | (remote_filesystem_is_local): Likewise. | |
7866 | * target.c (target_fileio_open): Likewise. | |
7867 | (target_fileio_pwrite): Likewise. | |
7868 | (target_fileio_pread): Likewise. | |
7869 | (target_fileio_fstat): Insert blank line before comment. | |
7870 | (target_fileio_close): Replace comment. | |
7871 | (target_fileio_unlink): Likewise. | |
7872 | (target_fileio_readlink): Likewise. | |
7873 | (target_fileio_read_alloc): Likewise. | |
7874 | (target_fileio_read_stralloc): Likewise. | |
7875 | ||
9bc3a976 GB |
7876 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7877 | ||
7878 | * linux-thread-db.c (nat/linux-namespaces.h): New include. | |
7879 | (check_pid_namespace_match): Use linux_ns_same rather than | |
7880 | linux_proc_pid_get_ns to spot PID namespace mismatches. | |
7881 | * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove. | |
7882 | * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise. | |
7883 | ||
4b8b5e72 GB |
7884 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7885 | ||
7886 | * configure.ac (AC_CHECK_FUNCS): Add setns. | |
7887 | * config.in: Regenerate. | |
7888 | * configure: Likewise. | |
7889 | * nat/linux-namespaces.h: New file. | |
7890 | * nat/linux-namespaces.c: Likewise. | |
7891 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h. | |
7892 | (linux-namespaces.o): New rule. | |
7893 | * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o. | |
7894 | * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise. | |
7895 | * config/arm/linux.mh (NATDEPFILES): Likewise. | |
7896 | * config/i386/linux.mh (NATDEPFILES): Likewise. | |
7897 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
7898 | * config/ia64/linux.mh (NATDEPFILES): Likewise. | |
7899 | * config/m32r/linux.mh (NATDEPFILES): Likewise. | |
7900 | * config/m68k/linux.mh (NATDEPFILES): Likewise. | |
7901 | * config/mips/linux.mh (NATDEPFILES): Likewise. | |
7902 | * config/pa/linux.mh (NATDEPFILES): Likewise. | |
7903 | * config/powerpc/linux.mh (NATDEPFILES): Likewise. | |
7904 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise. | |
7905 | * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise. | |
7906 | * config/s390/linux.mh (NATDEPFILES): Likewise. | |
7907 | * config/sparc/linux.mh (NATDEPFILES): Likewise. | |
7908 | * config/sparc/linux64.mh (NATDEPFILES): Likewise. | |
7909 | * config/tilegx/linux.mh (NATDEPFILES): Likewise. | |
7910 | * config/xtensa/linux.mh (NATDEPFILES): Likewise. | |
7911 | ||
ca095836 GB |
7912 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
7913 | ||
7914 | * utils.h (make_cleanup_close): Moved to common/filestuff.h. | |
7915 | * utils.c (do_close_cleanup): Moved to common/filestuff.c. | |
7916 | (make_cleanup_close): Likewise. | |
7917 | * common/filestuff.h (make_cleanup_close): Moved from utils.h. | |
7918 | * common/filestuff.c (do_close_cleanup): Moved from utils.c. | |
7919 | (make_cleanup_close): Likewise. | |
7920 | ||
5d9c55d3 JT |
7921 | 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk> |
7922 | ||
7923 | * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE | |
7924 | from SuspendThread(). | |
7925 | ||
040ea00b JT |
7926 | 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk> |
7927 | ||
7928 | * windows-nat.c (handle_output_debug_string): Trim trailing '\n' | |
7929 | from OutputDebugString. | |
7930 | ||
7d73c23c WT |
7931 | 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com> |
7932 | Mircea Gherzan <mircea.gherzan@intel.com> | |
7933 | ||
7934 | * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32, | |
7935 | MPX_BT_MASK_32): New macros. | |
7936 | (i386_mpx_set_bounds): New function that implements | |
7937 | the command "set-mpx-bound". | |
7938 | (i386_mpx_enabled): Helper function to test MPX availability. | |
7939 | (i386_mpx_bd_base): Helper function to calculate the base directory | |
7940 | address. | |
7941 | (i386_mpx_get_bt_entry): Helper function to access a bound | |
7942 | table entry. | |
7943 | (i386_mpx_print_bounds): Effectively display bound information. | |
7944 | (_initialize_i386_tdep): Add new commands to commands "set mpx" and | |
7945 | "show mpx". | |
7946 | (_initialize_i386_tdep): | |
7947 | Add "bound" to the commands "show mpx" and "set mpx" commands. | |
7948 | (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx" | |
7949 | and "show mpx" commands. | |
7950 | * NEWS: List new commands for MPX support. | |
7951 | ||
3ac2e371 GB |
7952 | 2015-06-09 Gary Benson <gbenson@redhat.com> |
7953 | ||
7954 | * common/fileio.h (fileio_to_host_mode): New declaration. | |
7955 | * common/fileio.c (fileio_to_host_mode): New Function. | |
7956 | * inf-child.c (inf_child_fileio_open): Process mode argument | |
7957 | with fileio_to_host_mode. | |
7958 | ||
ecef18c5 GB |
7959 | 2015-06-09 Gary Benson <gbenson@redhat.com> |
7960 | ||
7961 | * common/fileio.c (fileio_mode_pack): Fix preprocessor | |
7962 | conditional. | |
7963 | ||
e3dd7556 GB |
7964 | 2015-06-05 Gary Benson <gbenson@redhat.com> |
7965 | ||
7966 | * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to... | |
7967 | * remote.c (remote_filesystem_is_local): ...here. | |
7968 | ||
5b74bf7d YQ |
7969 | 2015-06-04 Yao Qi <yao.qi@linaro.org> |
7970 | ||
7971 | * gdbarch.c: Regenerate it. | |
7972 | ||
7f361056 JK |
7973 | 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com> |
7974 | ||
7975 | * arch-utils.c (default_infcall_munmap): New. | |
7976 | * arch-utils.h (default_infcall_munmap): New declaration. | |
7977 | * compile/compile-object-load.c (struct munmap_list, munmap_list_add) | |
7978 | (munmap_list_free, munmap_listp_free_cleanup): New. | |
7979 | (struct setup_sections_data): Add field munmap_list_headp. | |
7980 | (setup_sections): Call munmap_list_add. | |
7981 | (compile_object_load): New variable munmap_list_head, initialize | |
7982 | setup_sections_data.munmap_list_headp, return munmap_list_head. | |
7983 | * compile/compile-object-load.h (struct munmap_list): New declaration. | |
7984 | (struct compile_module): Add field munmap_list_head. | |
7985 | (munmap_list_free): New declaration. | |
7986 | * compile/compile-object-run.c (struct do_module_cleanup): Add field | |
7987 | munmap_list_head. | |
7988 | (do_module_cleanup): Call munmap_list_free. | |
7989 | (compile_object_run): Pass munmap_list_head to do_module_cleanup. | |
7990 | * gdbarch.c: Regenerate. | |
7991 | * gdbarch.h: Regenerate. | |
7992 | * gdbarch.sh (infcall_munmap): New. | |
7993 | * linux-tdep.c (linux_infcall_munmap): New. | |
7994 | (linux_init_abi): Install it. | |
7995 | ||
3b462ec2 SM |
7996 | 2015-06-02 Simon Marchi <simon.marchi@ericsson.com> |
7997 | ||
7998 | PR gdb/15564 | |
7999 | * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0. | |
8000 | ||
8d683210 YQ |
8001 | 2015-06-02 Yao Qi <yao.qi@linaro.org> |
8002 | ||
8003 | * i386-linux-nat.c: Include linux-nat.h. | |
8004 | ||
e0619de6 JK |
8005 | 2015-06-01 Andreas Schwab <schwab@linux-m68k.org> |
8006 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
8007 | ||
8008 | PR symtab/18392 | |
8009 | * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct | |
8010 | assertion. | |
8011 | * dwarf2loc.c (chain_candidate): Likewise. | |
8012 | ||
bd16da51 YQ |
8013 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
8014 | ||
8015 | * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET. | |
8016 | (store_vfp_regs): Use PTRACE_SETREGSET. | |
8017 | ||
df9d7ec9 YQ |
8018 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
8019 | ||
8020 | * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET. | |
8021 | (fetch_fpregs): Likewise. | |
8022 | * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET. | |
8023 | (store_fpregs): Likewise. | |
8024 | ||
10766686 YQ |
8025 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
8026 | ||
8027 | * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET. | |
8028 | (fetch_regs): Likewise. | |
8029 | (store_regs): Use PTRACE_SETREGSET. | |
8030 | (store_register): Likewise. | |
8031 | ||
7efe48d1 YQ |
8032 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
8033 | ||
8034 | * arm-linux-nat.c (arm_linux_read_description): Check whether | |
8035 | kernel supports PTRACE_GETREGSET. | |
8036 | ||
433bbbf8 YQ |
8037 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
8038 | ||
8039 | * x86-linux-nat.c (have_ptrace_getregset): Move it to ... | |
8040 | * linux-nat.c: ... here. | |
8041 | * x86-linux-nat.h (have_ptrace_getregset): Move the declaration | |
8042 | to ... | |
8043 | * linux-nat.h: ... here. | |
8044 | ||
ca9b78ce YQ |
8045 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
8046 | ||
8047 | * amd64-linux-nat.c: Include "nat/linux-ptrace.h". | |
8048 | * i386-linux-nat.c: Likewise. | |
8049 | * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define. | |
8050 | * s390-linux-nat.c: Include "nat/linux-ptrace.h". | |
8051 | (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove. | |
8052 | * x86-linux-nat.c: Include "nat/linux-ptrace.h". | |
8053 | * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove. | |
8054 | ||
99cee7b7 EZ |
8055 | 2015-05-30 Eli Zaretskii <eliz@gnu.org> |
8056 | ||
8057 | * go32-nat.c (go32_xfer_memory): Fix the return value to be | |
8058 | compatible to what read_child and write_child return. This | |
8059 | unbreaks that DJGPP build of GDB which was broken since v7.7. | |
8060 | ||
2147f5bd MG |
8061 | 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com> |
8062 | ||
8063 | * MAINTAINERS (Write After Approval): Add Martin Galvan. | |
8064 | ||
c8f6c93c RM |
8065 | 2015-05-29 Roland McGrath <mcgrathr@google.com> |
8066 | ||
8067 | PR gdb/18464 | |
8068 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning | |
8069 | rather than internal_error for an unrecognized value. | |
8070 | ||
8c6a948d MF |
8071 | 2015-05-29 Max Filippov <jcmvbkbc@gmail.com> |
8072 | ||
8073 | * xtensa-tdep.c (xtensa_pseudo_register_read) | |
8074 | (xtensa_pseudo_register_write): Don't alias last pseudo register | |
8075 | to a1. | |
8076 | ||
8dd06f7a DB |
8077 | 2015-05-28 Don Breazeal <donb@codesourcery.com> |
8078 | ||
8079 | * infrun.c (follow_fork_inferior): Ensure the use of | |
8080 | process-style ptids (pid,0,0) in verbose/debug "Detaching" | |
8081 | messages. | |
8082 | ||
a051152b DE |
8083 | 2015-05-28 Doug Evans <dje@google.com> |
8084 | ||
8085 | * dwarf2read.c (record_line_ftype): Remove, duplicate. | |
8086 | ||
a56cc1ce YQ |
8087 | 2015-05-28 Yao Qi <yao.qi@linaro.org> |
8088 | ||
8089 | * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove. | |
8090 | (arm_linux_fetch_inferior_registers): Use | |
8091 | tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers. | |
8092 | (arm_linux_store_inferior_registers): Likewise. | |
8093 | (arm_linux_read_description): Don't set | |
8094 | arm_linux_has_wmmx_registers. | |
8095 | * arm-tdep.c (arm_gdbarch_init): Set | |
8096 | tdep->have_wmmx_registers according target descriptions. | |
8097 | * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New | |
8098 | field. | |
8099 | ||
330c6ca9 YQ |
8100 | 2015-05-28 Yao Qi <yao.qi@linaro.org> |
8101 | ||
8102 | * arm-linux-nat.c (arm_linux_vfp_register_count): Remove. | |
8103 | (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep | |
8104 | instead of arm_linux_vfp_register_count. | |
8105 | (store_vfp_regs): Likewise. | |
8106 | (arm_linux_fetch_inferior_registers): Likewise. | |
8107 | (arm_linux_store_inferior_registers): Likewise. | |
8108 | (arm_linux_read_description): Don't set | |
8109 | arm_linux_vfp_register_count. | |
8110 | * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections): | |
8111 | Adjust. | |
8112 | * arm-tdep.c (arm_gdbarch_init): Add assert on | |
8113 | vfp_register_count. | |
8114 | * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename | |
8115 | field to vfp_register_count. All users updated. | |
8116 | ||
d403db27 KH |
8117 | 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch) |
8118 | ||
8119 | * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on | |
8120 | ELFOSABI_GNU binaries. | |
8121 | ||
d9b3de22 DE |
8122 | 2015-05-27 Doug Evans <dje@google.com> |
8123 | ||
8124 | * dwarf2read.c (lnp_state_machine): New typedef. | |
8125 | (lnp_reader_state): New typedef. | |
8126 | (dwarf_record_line_1): Renamed from dwarf_record_line. | |
8127 | All callers updated. | |
8128 | (dwarf_record_line): New function. | |
8129 | (init_lnp_state_machine): New function. | |
8130 | (check_line_address): Replace p_record_line parameter with state. | |
8131 | All callers updated. | |
8132 | (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine. | |
8133 | Update to record state in lnp_state_machine. | |
8134 | ||
924c2928 DE |
8135 | 2015-05-27 Doug Evans <dje@google.com> |
8136 | ||
8137 | * dwarf2read.c (record_line_ftype): New typedef. | |
8138 | (check_line_address): New function. | |
8139 | (dwarf_decode_lines_1): Call it. | |
8140 | ||
27e0867f DE |
8141 | 2015-05-27 Doug Evans <dje@google.com> |
8142 | ||
8143 | * NEWS: Mention "set debug dwarf-line". | |
8144 | * dwarf2read.c (dwarf_line_debug): New static global. | |
8145 | (add_include_dir): Add debug dwarf-line support. | |
8146 | (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto. | |
8147 | (_initialize_dwarf2_read): New parameter "debug dwarf-line". | |
8148 | ||
4dcabcc2 DE |
8149 | 2015-05-27 Doug Evans <dje@google.com> |
8150 | ||
8151 | * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain". | |
8152 | All callers updated. | |
8153 | (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto. | |
8154 | * cp-support.h (cp_lookup_nested_symbol): Update. | |
8155 | ||
b2e2f908 DE |
8156 | 2015-05-27 Doug Evans <dje@google.com> |
8157 | ||
8158 | PR symtab/18258 | |
8159 | * block.c (block_find_symbol): New function. | |
8160 | (block_find_non_opaque_type): Ditto. | |
8161 | (block_find_non_opaque_type_preferred): Ditto. | |
8162 | * block.h (block_symbol_matcher_ftype): New typedef. | |
8163 | (block_find_symbol): Declare. | |
8164 | (block_find_non_opaque_type): Ditto. | |
8165 | (block_find_non_opaque_type_preferred): Ditto. | |
8166 | * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol. | |
8167 | * psymtab.c (psym_lookup_symbol): Ditto. | |
8168 | * symtab.c (basic_lookup_transparent_type_1): New function. | |
8169 | (basic_lookup_transparent_type): Call it. | |
8170 | ||
f62fce35 YQ |
8171 | 2015-05-27 Yao Qi <yao.qi@linaro.org> |
8172 | ||
8173 | * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return | |
8174 | AARCH64_RECORD_UNKNOWN for unknown instruction encoding. | |
8175 | ||
5d98d3cd YQ |
8176 | 2015-05-27 Yao Qi <yao.qi@linaro.org> |
8177 | ||
8178 | * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines | |
8179 | before operator &&. | |
8180 | (aarch64_record_load_store): Likewise. | |
8181 | ||
82c7be31 DE |
8182 | 2015-05-26 Doug Evans <dje@google.com> |
8183 | ||
8184 | PR c++/18141, c++/18417. | |
8185 | * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being | |
8186 | a typedef. | |
8187 | ||
b4f54984 DE |
8188 | 2015-05-26 Doug Evans <dje@google.com> |
8189 | ||
8190 | * NEWS: Add entries for command renamings. | |
8191 | * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug. | |
8192 | All uses updated. | |
8193 | (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated. | |
8194 | (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age. | |
8195 | All uses updated. | |
8196 | (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age. | |
8197 | All callers updated. Fix spelling of DWARF in help text. | |
8198 | (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist. | |
8199 | All uses updated. | |
8200 | (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist. | |
8201 | All uses updated. | |
8202 | (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated. | |
8203 | (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated. | |
8204 | (dwarf_always_disassemble): Renamed from dwarf_always_disassemble. | |
8205 | All uses updated. | |
8206 | (show_dwarf_always_disassemble): Renamed from | |
8207 | show_dwarf2_always_disassemble. All callers updated. | |
8208 | (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to | |
8209 | "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to | |
8210 | "set/show dwarf max-cache-age". Rename | |
8211 | "set/show dwarf2 always-disassemble" to | |
8212 | "set/show dwarf always-disassemble". Rename | |
8213 | "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename | |
8214 | "set/show debug dwarf2-die" to "set/show debug dwarf-die". | |
8215 | ||
4ea6efe9 DE |
8216 | 2015-05-26 Doug Evans <dje@google.com> |
8217 | ||
8218 | PR python/18438 | |
8219 | * python/py-lazy-string.c (stpy_convert_to_value): Use | |
8220 | gdbpy_gdb_memory_error not PyExc_MemoryError. | |
8221 | (gdbpy_create_lazy_string_object): Ditto. | |
8222 | ||
b93fd21d AB |
8223 | 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com> |
8224 | ||
8225 | * tui/tui-regs.c (tui_reg_next_command): Compare against NULL. | |
8226 | ||
55b40027 AB |
8227 | 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com> |
8228 | ||
8229 | * tui/tui-regs.c (tui_reg_prev_command): New function. | |
8230 | (_initialize_tui_regs): Add 'prev' command for 'tui reg'. | |
8231 | * reggroups.c (reggroup_prev): New function. | |
8232 | * reggroups.h (reggroup_prev): Add declaration. Update comment. | |
8233 | ||
99afc88b OJ |
8234 | 2015-05-26 Omair Javaid <omair.javaid@linaro.org> |
8235 | Yao Qi <yao.qi@linaro.org> | |
8236 | ||
8237 | * aarch64-linux-tdep.c: Include linux-record.h and | |
8238 | record-full.h. | |
8239 | (struct linux_record_tdep aarch64_linux_record_tdep): Declare. | |
8240 | (aarch64_syscall): New enum. | |
8241 | (aarch64_canonicalize_syscall): New function. | |
8242 | (aarch64_all_but_pc_registers_record): New function. | |
8243 | (aarch64_linux_syscall_record): New function. | |
8244 | (aarch64_linux_init_abi): Install AArch64 process record | |
8245 | handler. Update to handle syscall recording. | |
8246 | * aarch64-tdep.c: Include record.h and record-full.h. | |
8247 | (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros. | |
8248 | (struct aarch64_mem_r): Define. | |
8249 | (aarch64_record_result): New enum. | |
8250 | (struct insn_decode_record): Define. | |
8251 | (insn_decode_record): New typedef. | |
8252 | (aarch64_record_data_proc_reg): New function. | |
8253 | (aarch64_record_data_proc_imm): New function. | |
8254 | (aarch64_record_branch_except_sys): New function. | |
8255 | (aarch64_record_load_store): New function. | |
8256 | (aarch64_record_data_proc_simd_fp): New function. | |
8257 | (aarch64_record_asimd_load_store): New function. | |
8258 | (aarch64_record_decode_insn_handler): New function. | |
8259 | (deallocate_reg_mem): New function. | |
8260 | (aarch64_process_record): New function. | |
8261 | * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>: | |
8262 | New field. | |
8263 | (aarch64_process_record): New extern declaration. | |
8264 | * configure.tgt: Add linux-record.o to gdb_target_obs. | |
8265 | * linux-record.h (struct linux_record_tdep) <arg7>: New field. | |
8266 | ||
c16a3f52 OJ |
8267 | 2015-05-26 Omair Javaid <omair.javaid@linaro.org> |
8268 | ||
8269 | * NEWS: Add a note on process record-replay support on aarch64*-linux* | |
8270 | targets. | |
8271 | ||
c9cf6e20 MG |
8272 | 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com> |
8273 | ||
8274 | * amd64-tdep.c: Replace in_function_epilogue_p with | |
8275 | stack_frame_destroyed_p throughout. | |
8276 | * arch-utils.c: Ditto. | |
8277 | * arch-utils.h: Ditto. | |
8278 | * arm-tdep.c: Ditto. | |
8279 | * breakpoint.c: Ditto. | |
8280 | * gdbarch.sh: Ditto. | |
8281 | * hppa-tdep.c: Ditto. | |
8282 | * i386-tdep.c: Ditto. | |
8283 | * mips-tdep.c: Ditto. | |
8284 | * nios2-tdep.c: Ditto. | |
8285 | * rs6000-tdep.c: Ditto. | |
8286 | * s390-linux-tdep.c: Ditto. | |
8287 | * score-tdep.c: Ditto. | |
8288 | * sh-tdep.c: Ditto. | |
8289 | * sparc-tdep.c: Ditto. | |
8290 | * sparc-tdep.h: Ditto. | |
8291 | * sparc64-tdep.c: Ditto. | |
8292 | * spu-tdep.c: Ditto. | |
8293 | * tic6x-tdep.c: Ditto. | |
8294 | * tilegx-tdep.c: Ditto. | |
8295 | * xstormy16-tdep.c: Ditto. | |
8296 | * gdbarch.c, gdbarch.h: Re-generated. | |
8297 | ||
a4ea0946 AB |
8298 | 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com> |
8299 | ||
8300 | * NEWS: Mention 'tui enable' and 'tui disable'. | |
8301 | * tui/tui.c (tui_enable_command): New function. | |
8302 | (tui_disable_command): New function. | |
8303 | (_initialize_tui): New function. | |
8304 | ||
b75c69bb AB |
8305 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
8306 | ||
8307 | * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0. | |
8308 | ||
c1b009ee AB |
8309 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
8310 | ||
8311 | * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure | |
8312 | buf_ptr is freed. | |
8313 | ||
880d1e40 AB |
8314 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
8315 | ||
8316 | * tui/tui-layout.c (tui_layout_command): Move call to tui_enable | |
8317 | into ... | |
8318 | (tui_set_layout_for_display_command): ...here, before calling | |
8319 | tui_set_layout. Only set the layout if gdb has not already | |
8320 | entered the TUI_FAILURE state. | |
8321 | ||
a0145030 AB |
8322 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
8323 | ||
8324 | * tui/tui-layout.c (layout_completer): New function. | |
8325 | (_initialize_tui_layout): Set completer on layout command. | |
8326 | ||
7bd0be3a AB |
8327 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
8328 | ||
8329 | * tui/tui-layout.c (tui_set_layout): Remove | |
8330 | tui_register_display_type parameter. Remove all checking of this | |
8331 | parameter, and reindent function. Update header comment. | |
8332 | (tui_set_layout_for_display_command): Rename to... | |
8333 | (tui_set_layout_by_name): ...this, and don't check for different | |
8334 | register class types, don't pass a tui_register_display_type to | |
8335 | tui_set_layout. Update header comment. | |
8336 | (layout_names): Remove register set specific names. | |
8337 | * tui/tui-layout.h (tui_set_layout): Remove | |
8338 | tui_register_display_type parameter. | |
8339 | * tui/tui.c (tui_rl_change_windows): Don't pass a | |
8340 | tui_register_display_type to tui_set_layout. | |
8341 | (tui_rl_delete_other_windows): Likewise. | |
8342 | (tui_enable): Likewise. | |
8343 | * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove. | |
8344 | (TUI_FLOAT_REGS_NAME_LOWER): Remove. | |
8345 | (TUI_GENERAL_REGS_NAME): Remove. | |
8346 | (TUI_GENERAL_REGS_NAME_LOWER): Remove. | |
8347 | (TUI_SPECIAL_REGS_NAME): Remove. | |
8348 | (TUI_SPECIAL_REGS_NAME_LOWER): Remove. | |
8349 | (TUI_GENERAL_SPECIAL_REGS_NAME): Remove. | |
8350 | (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove. | |
8351 | (enum tui_register_display_type): Remove. | |
8352 | (struct tui_layout_def): Remove regs_display_type and | |
8353 | float_regs_display_type fields. | |
8354 | (struct tui_data_info): Remove regs_display_type field. | |
8355 | (tui_layout_command): Use new name for | |
8356 | tui_set_layout_for_display_command. | |
8357 | * tui/tui-data.c (layout_def): Don't initialise removed fields. | |
8358 | (tui_clear_win_detail): Don't initialise removed fields of | |
8359 | win_info. | |
8360 | * tui/tui-regs.c (tui_show_registers): Use new name for | |
8361 | tui_set_layout_for_display_command. | |
8362 | * tui/tui.h (tui_set_layout_for_display_command): Rename | |
8363 | declaration to... | |
8364 | (tui_set_layout_by_name): ...this. | |
8365 | * printcmd.c (display_command): Remove tui related layout call, | |
8366 | and reindent. | |
8367 | ||
0b6e5e10 JB |
8368 | 2015-05-20 Joel Brobecker <brobecker@adacore.com> |
8369 | ||
8370 | * infrun.c (handle_inferior_event_1): Renames handle_inferior_event. | |
8371 | (handle_inferior_event): New function. | |
8372 | ||
1da0522e JB |
8373 | 2015-05-20 Joel Brobecker <brobecker@adacore.com> |
8374 | ||
8375 | * ada-lang.c (to_fixed_array_type): Rename local variable | |
8376 | typename into type_name. | |
8377 | ||
5fe75eec JK |
8378 | 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
8379 | ||
8380 | Fix ASAN crash for gdb.compile/compile.exp. | |
8381 | * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME. | |
8382 | ||
a4063588 JK |
8383 | 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
8384 | ||
8385 | * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol) | |
8386 | (gcc_symbol_address): Change gdb_stdout to gdb_stdlog. | |
8387 | * compile/compile-object-load.c (setup_sections, compile_object_load): | |
8388 | Likewise. | |
8389 | * compile/compile.c (compile_to_object): Likewise. | |
8390 | ||
37442ce1 DE |
8391 | 2015-05-16 Doug Evans <xdje42@gmail.com> |
8392 | ||
8393 | * NEWS: Mention support for unbuffered Guile memory ports. | |
8394 | * scm-ports.c (ioscm_memory_port): Update comments on end, size. | |
8395 | (ioscm_lseek_address): Improve overflow calculation. | |
8396 | (gdbscm_memory_port_fill_input): Add assert. | |
8397 | (gdbscm_memory_port_write): Handle unbuffered ports. | |
8398 | Handle large writes identical to Guile's fport_write. | |
8399 | (gdbscm_memory_port_seek): Fix seeking past end check. | |
8400 | (gdbscm_memory_port_close): Handle closing unbuffered port. | |
8401 | (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports. | |
8402 | (ioscm_init_memory_port): Handle unbuffered ports. | |
8403 | (ioscm_reinit_memory_port): Ditto. | |
8404 | (ioscm_init_memory_port): Update size calculation. | |
8405 | (gdbscm_open_memory): Support zero sized ports. | |
8406 | ||
d976bace JK |
8407 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8408 | ||
8409 | * compile/compile-object-load.c (get_out_value_type): Fix uninitialized | |
8410 | variable compiler warnings. | |
8411 | ||
4d18dfad JK |
8412 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8413 | ||
8414 | * compile/compile-object-load.c (get_out_value_type): Fix returned type. | |
8415 | ||
36de76f9 JK |
8416 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8417 | Phil Muldoon <pmuldoon@redhat.com> | |
8418 | ||
8419 | * NEWS (Changes since GDB 7.9): Add compile print. | |
8420 | * compile/compile-c-support.c (add_code_header, add_code_footer) | |
8421 | (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and | |
8422 | COMPILE_I_PRINT_VALUE_SCOPE. | |
8423 | * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE) | |
8424 | (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE): | |
8425 | New. | |
8426 | * compile/compile-object-load.c: Include block.h. | |
8427 | (get_out_value_type): New function. | |
8428 | (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and | |
8429 | COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and | |
8430 | OUT_VALUE_TYPE. | |
8431 | * compile/compile-object-load.h (struct compile_module): Add fields | |
8432 | out_value_addr and out_value_type. | |
8433 | * compile/compile-object-run.c: Include valprint.h and compile.h. | |
8434 | (struct do_module_cleanup): Add fields out_value_addr and | |
8435 | out_value_type. | |
8436 | (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and | |
8437 | COMPILE_I_PRINT_VALUE_SCOPE. | |
8438 | (compile_object_run): Propagate out_value_addr and out_value_type. | |
8439 | Pass OUT_VALUE_ADDR. | |
8440 | * compile/compile.c: Include valprint.h. | |
8441 | (compile_print_value, compile_print_command): New functions. | |
8442 | (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE. | |
8443 | (_initialize_compile): Update compile code help text. Install | |
8444 | compile_print_command. | |
8445 | * compile/compile.h (compile_print_value): New prototype. | |
8446 | * defs.h (enum compile_i_scope_types): Add | |
8447 | COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE. | |
8448 | ||
83d3415e JK |
8449 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8450 | ||
8451 | * compile/compile-object-load.c (get_regs_type): Add parameter func_sym. | |
8452 | Rely on its parameter count. | |
8453 | (compile_object_load): Replace lookup_minimal_symbol_text by | |
8454 | lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the | |
8455 | return value. | |
8456 | * compile/compile-object-load.h (struct compile_module): Replace | |
8457 | func_addr by func_sym. | |
8458 | * compile/compile-object-run.c: Include block.h. | |
8459 | (compile_object_run): Reset module variable after it is freed. Use | |
8460 | FUNC_SYM instead of FUNC_ADDR. Rely on it. | |
8461 | ||
3a9558c4 JK |
8462 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8463 | ||
8464 | * compile/compile-c-support.c (print_one_macro): Use #ifndef. | |
8465 | (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR. | |
8466 | (c_compute_program): Call generate_register_struct after typedefs. | |
8467 | * compile/compile-loc2c.c (push, pushf_register_address) | |
8468 | (pushf_register): Cast to GCC_UINTPTR. | |
8469 | (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after | |
8470 | type. Use GCC_UINTPTR instead of void *. Remove excessive cast. | |
8471 | (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *. | |
8472 | * compile/compile.c (_initialize_compile): Enable warnings for | |
8473 | COMPILE_ARGS. | |
8474 | ||
5c65b58a JK |
8475 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8476 | ||
8477 | * cli/cli-script.c (execute_control_command): Update | |
8478 | eval_compile_command caller. | |
8479 | * compile/compile-object-load.c (compile_object_load): Add parameters | |
8480 | scope and scope_data. Set them. | |
8481 | * compile/compile-object-load.h (struct compile_module): Add fields | |
8482 | scope and scope_data. | |
8483 | (compile_object_load): Add parameters scope and scope_data. | |
8484 | * compile/compile-object-run.c (struct do_module_cleanup): Add fields | |
8485 | scope and scope_data. | |
8486 | (compile_object_run): Propagate the fields scope and scope_data. | |
8487 | * compile/compile.c (compile_file_command, compile_code_command): | |
8488 | Update eval_compile_command callers. | |
8489 | (eval_compile_command): Add parameter scope_data. Pass it plus scope. | |
8490 | * compile/compile.h (eval_compile_command): Add parameter scope_data. | |
8491 | * defs.h (struct command_line): Add field scope_data. | |
8492 | ||
1c88ceb1 JK |
8493 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8494 | ||
8495 | * printcmd.c (struct format_data): Move it to valprint.h. | |
8496 | (print_command_parse_format, print_value): New functions from ... | |
8497 | (print_command_1): ... here. Call them. | |
8498 | * valprint.h (struct format_data): Move it here from printcmd.c. | |
8499 | (print_command_parse_format, print_value): New declarations. | |
8500 | ||
0b738f27 JK |
8501 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8502 | ||
8503 | * compile/compile-object-load.c (compile_object_load): Add | |
8504 | COMPILE_DEBUG message. | |
8505 | ||
aa715135 JG |
8506 | 2015-05-15 Jerome Guitton <guitton@adacore.com> |
8507 | ||
8508 | * ada-lang.c (ada_value_ptr_subscript): Use enum position of | |
8509 | index to get element instead of enum value. | |
8510 | (ada_value_slice_from_ptr, ada_value_slice): Use enum position | |
8511 | of index to compute length, but enum values to compute bounds. | |
8512 | (ada_array_length): Use enum position of index instead of enum value. | |
8513 | (pos_atr): Move position computation to... | |
8514 | (ada_evaluate_subexp): Use enum values to compute bounds. | |
8515 | * gdbtypes.c (discrete_position): ...this new function. | |
8516 | * gdbtypes.h (discrete_position): New function declaration. | |
8517 | * valprint.c (val_print_array_elements): Call discrete_position | |
8518 | to handle array indexed by non-contiguous enumeration types. | |
8519 | ||
931e5bc3 JG |
8520 | 2015-05-15 Jerome Guitton <guitton@adacore.com> |
8521 | ||
8522 | * ada-lang.c (find_parallel_type_by_descriptive_type): | |
8523 | Go through typedefs during lookup. | |
8524 | (to_fixed_array_type): Add support for non-bit packed arrays | |
8525 | as variable-length fields. | |
8526 | ||
4e63d0ac PA |
8527 | 2015-05-15 Pedro Alves <palves@redhat.com> |
8528 | Simon Marchi <simon.marchi@ericsson.com> | |
8529 | ||
8530 | * event-loop.c (gdb_notifier) <next_file_handler, | |
8531 | next_poll_fds_index>: New fields. | |
8532 | (get_next_file_handler_to_handle_and_advance): New function. | |
8533 | (delete_file_handler): If deleting the next file handler to | |
8534 | handle, advance to the next file handler. | |
8535 | (gdb_wait_for_event): Bail early if no event fired. Poll file | |
8536 | handlers in round-robin fashion. | |
8537 | ||
52e48b36 PA |
8538 | 2015-05-15 Pedro Alves <palves@redhat.com> |
8539 | ||
8540 | * linux-tdep.c (linux_find_memory_regions_full): Rename local | |
8541 | 'private' to 'priv'. | |
8542 | ||
2465e12e PA |
8543 | 2015-05-15 Pedro Alves <palves@redhat.com> |
8544 | ||
8545 | * nat/linux-nat.h: Include "target/waitstatus.h". | |
8546 | ||
13fa0398 YZ |
8547 | 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com> |
8548 | ||
8549 | * python/py-unwind.c (struct reg_info): Move out of ... | |
8550 | (struct cached_frame_info): ... this scope. | |
8551 | (pending_frame_object_type, unwind_info_object_type): Make extern. | |
8552 | ||
9cd4d857 JB |
8553 | 2015-05-15 Joel Brobecker <brobecker@adacore.com> |
8554 | ||
8555 | * ada-lang.c (ada_value_primitive_packed_val): Make sure | |
8556 | accumSize is never negative. | |
8557 | ||
e3555239 PP |
8558 | 2015-05-14 Patrick Palka <patrick@parcs.ath.cx> |
8559 | ||
8560 | * tui/tui-command.c: Remove include of <ctype.h>. | |
8561 | (tui_dispatch_ctrl_char): Remove workaround for xterm terminals. | |
8562 | ||
08a76f8a MG |
8563 | 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com> |
8564 | ||
8565 | * dwarf2read.c (die_needs_namespace): Return 1 for | |
8566 | DW_TAG_inlined_subroutine. | |
8567 | ||
bd49952b JK |
8568 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
8569 | ||
8570 | * regcache.c (regcache_cpy_no_passthrough): New declaration. | |
8571 | (regcache_cpy_no_passthrough): Make it static, add function comment. | |
8572 | * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment. | |
8573 | (regcache_cpy_no_passthrough): Remove declaration. | |
8574 | ||
46c03469 JK |
8575 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
8576 | ||
8577 | * gdbthread.h (struct thread_control_state): Update comment for | |
8578 | proceed_to_finish. | |
8579 | * infcall.c (run_inferior_call): Update comment about | |
8580 | proceed_to_finish. | |
8581 | * infcmd.c (get_return_value): Update comment about stop_registers. | |
8582 | (finish_forward): Update comment about proceed_to_finish. | |
8583 | * infrun.c (stop_registers): Remove. | |
8584 | (clear_proceed_status, normal_stop): Remove stop_registers handling. | |
8585 | * infrun.h (stop_registers): Remove. | |
8586 | ||
8a6c4031 JK |
8587 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
8588 | ||
8589 | * infcall.c (struct dummy_frame_context_saver) | |
8590 | (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor) | |
8591 | (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup) | |
8592 | (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup): | |
8593 | New. | |
8594 | (call_function_by_hand_dummy): Move discard_cleanups of | |
8595 | inf_status_cleanup before dummy_frame_push. Call | |
8596 | dummy_frame_context_saver_setup and prepare context_saver_cleanup. | |
8597 | Use dummy_frame_context_saver_get_regs instead of stop_registers. | |
8598 | * infcall.h (struct dummy_frame_context_saver) | |
8599 | (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup) | |
8600 | (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup): | |
8601 | New declarations. | |
8602 | * infcmd.c: Include infcall.h. | |
8603 | (get_return_value): Add parameter ctx_saver, use it instead of | |
8604 | stop_registers. | |
8605 | (print_return_value): Add parameter ctx_saver, pass it. | |
8606 | (struct finish_command_continuation_args): Add field ctx_saver. | |
8607 | (finish_command_continuation): Update print_return_value caller. | |
8608 | (finish_command_continuation_free_arg): Free also ctx_saver. | |
8609 | (finish_forward): Call dummy_frame_context_saver_setup. | |
8610 | * inferior.h (struct dummy_frame_context_saver): New declaration. | |
8611 | (get_return_value): Add parameter ctx_saver. | |
8612 | * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update | |
8613 | get_return_value caller. | |
8614 | ||
10989690 JK |
8615 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
8616 | ||
8617 | * dummy-frame.c (struct dummy_frame_dtor_list): New. | |
8618 | (struct dummy_frame): Replace dtor and dtor_data by dtor_list. | |
8619 | (remove_dummy_frame): Process dtor_list. | |
8620 | (pop_dummy_frame): Process dtor_list. | |
8621 | (register_dummy_frame_dtor): Maintain dtor_list. | |
8622 | (find_dummy_frame_dtor): Handle dtor_list. | |
8623 | * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor): | |
8624 | Update comments. | |
8625 | ||
5e970501 JK |
8626 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
8627 | ||
8628 | * compile/compile-object-run.c (do_module_cleanup): Add parameter | |
8629 | registers_valid. | |
8630 | (compile_object_run): Update do_module_cleanup caller. | |
8631 | * dummy-frame.c: Include infcall.h. | |
8632 | (struct dummy_frame): Update dtor comment. | |
8633 | (remove_dummy_frame): Call dtor. | |
8634 | (pop_dummy_frame): Update dtor caller. | |
8635 | * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter | |
8636 | registers_valid. | |
8637 | ||
1c4eb778 JB |
8638 | 2015-05-13 Joel Brobecker <brobecker@adacore.com> |
8639 | ||
8640 | GDB 7.9.1 released. | |
8641 | ||
f5f85ab9 JB |
8642 | 2015-05-13 Joel Brobecker <brobecker@adacore.com> |
8643 | ||
8644 | * NEWS: Create "Changes in GDB 7.9.1" section. Move news about | |
8645 | Xmethods now being able to specify a result type to that new | |
8646 | sectioin. | |
8647 | ||
242cd84c PP |
8648 | 2015-05-13 Patrick Palka <patrick@parcs.ath.cx> |
8649 | ||
8650 | * tui/tui-win.c (tui_async_resize_screen): Clear win_resized | |
8651 | first before resizing the window. | |
e3555239 | 8652 | * tui/tui.c (tui_enable): Likewise. |
242cd84c PP |
8653 | |
8654 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> | |
558e5469 JK |
8655 | |
8656 | * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor. | |
8657 | * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment. | |
8658 | * infcall.c (call_function_by_hand_dummy): Use proper typedef for | |
8659 | dummy_dtor parameter. | |
8660 | * infcall.h: Include dummy-frame.h. | |
8661 | (call_function_by_hand_dummy_dtor_ftype): Remove. | |
8662 | (call_function_by_hand_dummy): Use proper typedef for dummy_dtor | |
8663 | parameter. | |
8664 | ||
ebfd00d2 PP |
8665 | 2015-05-13 Patrick Palka <patrick@parcs.ath.cx> |
8666 | ||
8667 | PR gdb/17820 | |
8668 | * top.c (history_size_setshow_var): Change type to signed. | |
8669 | Initialize to -2. Update documentation. | |
8670 | (set_readline_history_size): Define. | |
8671 | (set_history_size_command): Use it. Remove logic for handling | |
8672 | out-of-range sizes. | |
8673 | (init_history): Use set_readline_history_size(). Test for a | |
8674 | value of -2 instead of 0 when determining whether to set a | |
8675 | default history size. | |
8676 | (init_main): Decode the argument of the "size" command as a | |
8677 | zuinteger_unlimited. | |
8678 | ||
83769d0b DE |
8679 | 2015-05-12 Doug Evans <dje@google.com> |
8680 | ||
8681 | * dwarf2read.c (struct file_entry): Tweak comments. | |
8682 | (get_debug_line_section): Tweak comments. | |
8683 | ||
0d71eef5 DB |
8684 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
8685 | ||
8686 | * NEWS: Announce fork support in the RSP and support | |
8687 | for fork debugging in extended mode. | |
8688 | ||
cbb8991c DB |
8689 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
8690 | ||
8691 | * remote.c (remote_insert_fork_catchpoint): New function. | |
8692 | (remote_remove_fork_catchpoint): New function. | |
8693 | (remote_insert_vfork_catchpoint): New function. | |
8694 | (remote_remove_vfork_catchpoint): New function. | |
8695 | (pending_fork_parent_callback): New function. | |
8696 | (remove_new_fork_child): New function. | |
8697 | (remote_update_thread_list): Call remote_notif_get_pending_events | |
8698 | and remove_new_fork_child. | |
8699 | (extended_remote_kill): Kill fork child when killing the | |
8700 | parent before follow_fork completes. | |
8701 | (init_extended_remote_ops): Initialize target vector with | |
8702 | new fork catchpoint functions. | |
8703 | ||
c269dbdb DB |
8704 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
8705 | ||
8706 | * remote.c (remove_vfork_event_p): New function. | |
8707 | (remote_follow_fork): Add vfork event type to event checking. | |
8708 | (remote_parse_stop_reply): New stop reasons "vfork" and | |
8709 | "vforkdone" for RSP 'T' Stop Reply Packet. | |
8710 | ||
de0d863e DB |
8711 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
8712 | ||
8713 | * linux-nat.c (linux_nat_ptrace_options): New function. | |
8714 | (linux_init_ptrace, wait_lwp, linux_nat_filter_event): | |
8715 | Call linux_nat_ptrace_options and use different argument to | |
8716 | linux_enable_event_reporting. | |
8717 | (_initialize_linux_nat): Delete call to | |
8718 | linux_ptrace_set_additional_flags. | |
c8f6c93c | 8719 | * nat/linux-ptrace.c (current_ptrace_options): Rename to |
de0d863e DB |
8720 | supported_ptrace_options. |
8721 | (additional_flags): Delete variable. | |
8722 | (linux_check_ptrace_features): Use supported_ptrace_options. | |
8723 | (linux_test_for_tracesysgood, linux_test_for_tracefork): | |
8724 | Likewise, and remove additional_flags check. | |
8725 | (linux_enable_event_reporting): Change 'attached' argument to | |
8726 | 'options'. Use supported_ptrace_options. | |
c8f6c93c | 8727 | (ptrace_supports_feature): Change comment. Use |
de0d863e DB |
8728 | supported_ptrace_options. |
8729 | (linux_ptrace_set_additional_flags): Delete function. | |
8730 | * nat/linux-ptrace.h (linux_ptrace_set_additional_flags): | |
8731 | Delete function prototype. | |
8732 | * remote.c (remote_fork_event_p): New function. | |
8733 | (remote_detach_pid): New function. | |
8734 | (remote_detach_1): Call remote_detach_pid, don't mourn inferior | |
8735 | if doing detach-on-fork. | |
8736 | (remote_follow_fork): New function. | |
8737 | (remote_parse_stop_reply): Handle new "T" stop reason "fork". | |
8738 | (remote_pid_to_str): Print "process" strings for pid/0/0 ptids. | |
8739 | (init_extended_remote_ops): Initialize to_follow_fork. | |
8740 | ||
89245bc0 DB |
8741 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
8742 | ||
8743 | * nat/linux-ptrace.c (linux_check_ptrace_features): Change | |
8744 | from static to extern. | |
8745 | * nat/linux-ptrace.h (linux_check_ptrace_features): Declare. | |
8746 | * remote.c (anonymous enum): <PACKET_fork_event_feature, | |
8747 | * PACKET_vfork_event_feature>: New enumeration constants. | |
8748 | (remote_protocol_features): Add table entries for new packets. | |
8749 | (remote_query_supported): Add new feature queries to qSupported | |
8750 | packet. | |
8751 | ||
835205d0 GB |
8752 | 2015-05-12 Gary Benson <gbenson@redhat.com> |
8753 | ||
8754 | * remote.c (remote_add_inferior): Call exec_file_locate_attach | |
8755 | for fake PIDs as well as real ones. | |
8756 | (remote_pid_to_exec_file): Send empty annex if PID is fake. | |
8757 | ||
4c082a81 SC |
8758 | 2015-05-09 Siva Chandra Reddy <sivachandra@google.com> |
8759 | ||
8760 | * NEWS (Python Scripting): Mention the new gdb.Value methods. | |
8761 | * python/py-value.c (valpy_reference_value): New function. | |
8762 | (valpy_const_value): Likewise. | |
8763 | (value_object_methods): Add new methods. | |
8764 | * value.c (make_cv_value): New function. | |
8765 | * value.h (make_cv_value): Declare. | |
8766 | ||
afa6c9ab SL |
8767 | 2015-05-08 Yao Qi <yao@codesourcery.com> |
8768 | Sandra Loosemore <sandra@codesourcery.com> | |
8769 | ||
8770 | * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check | |
8771 | to 'lh->include_dirs' before accessing to it. | |
8772 | (psymtab_include_file_name): Likewise. | |
8773 | (dwarf_decode_lines_1): Likewise. | |
8774 | (dwarf_decode_lines): Likewise. | |
8775 | (file_file_name): Likewise. | |
8776 | ||
35d54293 SL |
8777 | 2015-05-08 Sandra Loosemore <sandra@codesourcery.com> |
8778 | ||
8779 | * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define. | |
8780 | (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define. | |
8781 | (nios2_linux_rt_sigreturn_init): Adjust base address of | |
8782 | register save area. | |
8783 | ||
b73c49b7 SL |
8784 | 2015-05-08 Sandra Loosemore <sandra@codesourcery.com> |
8785 | ||
8786 | * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using | |
8787 | "trap 31" as the breakpoint instruction on all targets. | |
8788 | ||
dd9f02a0 JK |
8789 | 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com> |
8790 | ||
8791 | * infcmd.c (print_return_value): Remove unused declaration. | |
8792 | ||
6ad395a7 JB |
8793 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
8794 | ||
8795 | * dwarf2read.c (attr_to_dynamic_prop) | |
8796 | <DW_AT_data_member_location>: Use read_type_die isntead of | |
8797 | get_die_type. | |
8798 | ||
8344af1e JB |
8799 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
8800 | ||
8801 | * ada-lang.c (ada_convert_actual): Add handling of formals | |
8802 | passed inside an aligner type. | |
8803 | ||
80b0912b JB |
8804 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
8805 | ||
8806 | * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries. | |
8807 | ||
df2eb078 SC |
8808 | 2015-05-08 Siva Chandra Reddy <sivachandra@google.com> |
8809 | ||
8810 | PR python/18291 | |
8811 | * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo. | |
8812 | Print xmethod matcher status. | |
8813 | ||
2492f0d0 AA |
8814 | 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com> |
8815 | ||
8816 | * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA | |
8817 | register in the regcache when treating the PSWM register, and vice | |
8818 | versa. | |
8819 | ||
1c56a84d GB |
8820 | 2015-05-07 Gary Benson <gbenson@redhat.com> |
8821 | ||
8822 | * linux-thread-db.c (struct thread_db_info) | |
8823 | <td_ta_map_id2thr_p>: Remove field. | |
8824 | (try_thread_db_load_1): Remove initialization for the above. | |
8825 | ||
74850322 GB |
8826 | 2015-05-07 Gary Benson <gbenson@redhat.com> |
8827 | ||
8828 | * linux-thread-db.c (struct thread_db_info) | |
8829 | <td_thr_validate_p>: Remove field. | |
8830 | (try_thread_db_load_1): Remove initialization for the above. | |
8831 | ||
e26efa40 JK |
8832 | 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
8833 | ||
8834 | * compile/compile-object-load.c (compile_object_load): Support | |
8835 | mst_text_gnu_ifunc. | |
8836 | ||
851c9091 JK |
8837 | 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
8838 | ||
8839 | * compile/compile.c (compile_to_object): Make the cmd_string parameter | |
8840 | const. Use new variables for the const compatibility. | |
8841 | (eval_compile_command): Make the cmd_string parameter const. | |
8842 | * compile/compile.h (eval_compile_command): Make the cmd_string | |
8843 | parameter const. | |
8844 | ||
f218b647 JB |
8845 | 2015-05-06 Joel Brobecker <brobecker@adacore.com> |
8846 | ||
8847 | * defs.h (deprecated_init_ui_hook): Delete. Remove associated | |
8848 | comment. | |
8849 | * top.c (deprecated_init_ui_hook): Delete. | |
8850 | (gdb_init): Remove handling of deprecated_init_ui_hook. | |
8851 | * interps.c (clear_interpreter_hooks): Remove handling of | |
8852 | deprecated_init_ui_hook. | |
8853 | * main.c (captured_main): Update comment. | |
8854 | ||
b30a0bc3 JB |
8855 | 2015-05-06 Joel Brobecker <brobecker@adacore.com> |
8856 | ||
8857 | * solib.c (_initialize_solib): Add "info dll" alias creation. | |
8858 | * windows-nat.c (set_windows_aliases): Delete. | |
8859 | (_initialize_windows_nat): Remove deprecated_init_ui_hook | |
8860 | assignment. | |
8861 | * NEWS: Add news entry about "info dll" now being available | |
8862 | on all platforms. | |
8863 | ||
7c512744 JB |
8864 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8865 | ||
8866 | * ada-lang.c (value_assign_to_component): Reformat and improve | |
8867 | documentation. Remove all trailing spaces. | |
8868 | ||
0fa7fe50 JB |
8869 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8870 | ||
8871 | * inline-frame.c (inline_frame_sniffer, skip_inline_frames): | |
8872 | Stop counting inlined frames as soon as an out-of-line function | |
8873 | is found. | |
8874 | ||
3ea89b92 PMR |
8875 | 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com> |
8876 | ||
8877 | * dwarf2read.c (inherit_abstract_dies): Skip | |
8878 | DW_TAG_GNU_call_site dies while inheriting children of an | |
8879 | abstract DIE into a scope. | |
8880 | (read_lexical_block_scope): Inherit abstract DIE's for | |
8881 | lexical scopes. | |
8882 | ||
2478d075 JB |
8883 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8884 | ||
8885 | * ada-valprint.c (val_print_packed_array_elements): Delete | |
8886 | variable "len". Add a type-length check when comparing two | |
8887 | consecutive elements of the array. Use the element's actual | |
8888 | length in call to value_contents_eq. | |
8889 | * ada-lang.c (ada_value_primitive_packed_val): Always return | |
8890 | a value whose type has been resolved. | |
8891 | ||
fc958966 JB |
8892 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8893 | ||
8894 | * ada-lang.c (ada_value_primitive_packed_val): Recompute | |
8895 | BIT_SIZE and LEN if the size of the resolved type is smaller | |
8896 | than BIT_SIZE * HOST_CHAR_BIT. | |
8897 | ||
ca34b84f JB |
8898 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8899 | ||
8900 | * ada-lang.c (ada_value_primitive_packed_val): Use a more | |
8901 | correct address in call to value_at. Adjust call to | |
8902 | value_address accordingly. | |
8903 | ||
62c67f3c JB |
8904 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8905 | ||
8906 | * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying | |
8907 | to print it. | |
8908 | ||
c3345124 JB |
8909 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8910 | ||
8911 | * dwarf2loc.h (struct property_addr_info): Add "valaddr" field. | |
8912 | * dwarf2loc.c (dwarf2_evaluate_property): Add handling of | |
8913 | pinfo->valaddr. | |
8914 | * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter. | |
8915 | * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr. | |
8916 | (resolve_dynamic_type_internal): Set pinfo.valaddr. | |
8917 | Add handling of addr_stack->valaddr. | |
8918 | (resolve_dynamic_type): Add "valaddr" parameter. | |
8919 | Set pinfo.valaddr field. | |
8920 | * ada-lang.c (ada_discrete_type_high_bound): Update call to | |
8921 | resolve_dynamic_type. | |
8922 | (ada_discrete_type_low_bound): Likewise. | |
8923 | * findvar.c (default_read_var_value): Likewise. | |
8924 | * value.c (value_from_contents_and_address): Likewise. | |
8925 | ||
75ea5859 JB |
8926 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
8927 | ||
8928 | * gdbtypes.c (resolve_dynamic_array): Use | |
8929 | create_array_type_with_stride instead of create_array_type. | |
8930 | ||
0952813b DD |
8931 | 2015-04-30 DJ Delorie <dj@redhat.com> |
8932 | ||
8933 | * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to | |
8934 | rl78_decode_opcode | |
8935 | ||
2ce1cdbf DE |
8936 | 2015-04-29 Doug Evans <dje@google.com> |
8937 | ||
8938 | PR python/18285 | |
8939 | * NEWS: Document new gdb.XMethodWorker.get_result_type method. | |
8940 | * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle | |
8941 | EVAL_AVOID_SIDE_EFFECTS for xmethods. | |
8942 | * extension-priv.h (struct extension_language_ops) | |
8943 | <get_xmethod_result_type>: New member. | |
8944 | * extension.c (get_xmethod_result_type): New function. | |
8945 | * extension.h (get_xmethod_result_type): Declare. | |
8946 | * python/py-xmethods.c (get_result_type_method_name): New static | |
8947 | global. | |
8948 | (py_get_result_type_method_name): Ditto. | |
8949 | (gdbpy_get_xmethod_result_type): New function. | |
8950 | (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name. | |
8951 | * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare. | |
8952 | * python/python.c (python_extension_ops): Add | |
8953 | gdbpy_get_xmethod_result_type. | |
8954 | * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type. | |
8955 | * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for | |
8956 | xmethods. | |
8957 | (value_x_unop): Ditto. | |
8958 | * value.c (result_type_of_xmethod): New function. | |
8959 | * value.h (result_type_of_xmethod): Declare. | |
8960 | ||
998d2a3e GB |
8961 | 2015-04-29 Gary Benson <gbenson@redhat.com> |
8962 | ||
8963 | * solib.c (solib_find_1): Allow fd argument to be NULL. | |
8964 | (exec_file_find): Update comment. | |
8965 | (solib_find): Likewise. | |
8966 | * exec.c (exec_file_locate_attach): Use NULL as fd | |
8967 | argument to exec_file_find to avoid having to close | |
8968 | the opened file. | |
8969 | * infrun.c (follow_exec): Likewise. | |
8970 | ||
34f5f757 DE |
8971 | 2015-04-28 Doug Evans <dje@google.com> |
8972 | ||
8973 | PR python/18299 | |
8974 | * python/lib/gdb/printing.py (register_pretty_printer): Handle | |
8975 | name or __name__ attributes. Handle gdb module as first argument. | |
8976 | ||
69b4374a DE |
8977 | 2015-04-28 Doug Evans <dje@google.com> |
8978 | ||
8979 | PR python/18089 | |
8980 | * python/py-prettyprint.c (print_children): Verify result of children | |
8981 | iterator. Provide better error message. | |
8982 | * python/python-internal..h (gdbpy_print_python_errors_p): Declare. | |
8983 | * python/python.c (gdbpy_print_python_errors_p): New function. | |
8984 | ||
5e7cf078 DE |
8985 | 2015-04-28 Doug Evans <dje@google.com> |
8986 | ||
8987 | * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment. | |
8988 | ||
59fb7612 SS |
8989 | 2015-04-28 Sasha Smundak <asmundak@google.com> |
8990 | ||
8991 | * NEWS: Mention gdb.Type.optimized_out method. | |
8992 | * python/py-type.c (typy_optimized_out): New function. | |
8993 | ||
cea6e4f1 JB |
8994 | 2015-04-28 John Baldwin <jhb@FreeBSD.org> |
8995 | ||
8996 | * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>. | |
8997 | ||
24b73f8e PP |
8998 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
8999 | ||
9000 | * utils.c (init_page_info): Set rl_catch_sigwinch to zero. | |
9001 | (initialize_utils): Move call of init_page_info() to ... | |
9002 | * top.c (gdb_init): ... here. | |
9003 | ||
a88d0bb3 PP |
9004 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
9005 | ||
9006 | * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment. | |
9007 | (tui_sigwinch_handler): Still update our idea of | |
9008 | the terminal's width and height even when TUI is not active. | |
9009 | ||
d6e5e7f7 PP |
9010 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
9011 | ||
9012 | * utils.h (set_screen_width_and_height): Declare. | |
9013 | * utils.c (set_screen_width_and_height): Define. | |
9014 | * tui/tui-win.c (tui_update_gdb_sizes): Use it. | |
9015 | ||
ff862be4 GB |
9016 | 2015-04-28 Gary Benson <gbenson@redhat.com> |
9017 | ||
9018 | * infrun.c (solist.h): New include. | |
9019 | (follow_exec): Use exec_file_find to prefix execd_pathname | |
9020 | with gdb_sysroot. | |
9021 | ||
2eb639cb PP |
9022 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
9023 | ||
9024 | * tui/tui-source.c (tui_set_source_content): Avoid calling | |
9025 | strcpy() when offset is 0. | |
9026 | ||
97206799 PP |
9027 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
9028 | ||
9029 | PR gdb/18155 | |
9030 | * tui/tui-data.c (tui_free_window): Don't free the locator | |
9031 | window when passed an SRC_WIN or a DISASSEM_WIN. | |
9032 | ||
63ed8182 PP |
9033 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
9034 | ||
9035 | * tui/tui-data.h (struct tui_win_element): Forward-declare. | |
9036 | (tui_win_content): Move declaration. | |
9037 | (struct tui_gen_win_info): Give 'content' field the | |
9038 | type tui_win_content. | |
9039 | * tui/tui-data.c (init_content_element): Remove redundant and | |
9040 | erroneous casts. | |
9041 | (tui_add_content_elements): Remove erroneous cast. | |
9042 | * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant | |
9043 | casts. | |
9044 | (tui_get_begin_asm_address): Likewise. | |
9045 | * tui/tui-regs.c (tui_show_registers): Likewise. | |
9046 | (tui_show_register_group): Likewise. | |
9047 | (tui_display_registers_from): Likewise. | |
9048 | (tui_check_register_values): Likewise. | |
9049 | * tui/tui-source.c (tui_set_source_content): Likewise. | |
9050 | (tui_set_source_content_nil): Likewise. | |
9051 | (tui_source_is_displayed): Likewise. | |
9052 | * tui/tui-stack.c (tui_show_locator_content): Likewise. | |
9053 | (tui_set_locator_fullname): Likewise. | |
9054 | (tui_set_locator_info): Likewise. | |
9055 | (tui_show_frame_info): Likewise. | |
9056 | * tui/tui-winsource.c (tui_clear_source_content): Likewise. | |
9057 | (tui_show_source_line): Likewise. | |
9058 | (tui_horizontal_source_scroll): Likewise. | |
9059 | (tui_update_breakpoint_info): Likewise. | |
9060 | (tui_set_exec_info_content): Likewise. | |
9061 | (tui_show_exec_info_content): Likewise. | |
9062 | (tui_alloc_source_buffer): Likewise. | |
9063 | (tui_line_is_displayed): Likewise. | |
9064 | (tui_addr_is_displayed): Likewise. | |
9065 | ||
d2b41ca0 JB |
9066 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
9067 | ||
9068 | * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD | |
9069 | event if PL_FLAG_EXEC is set. | |
9070 | [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function. | |
9071 | [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function. | |
9072 | (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set | |
9073 | "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint". | |
9074 | Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint". | |
9075 | ||
e58e05d6 JB |
9076 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
9077 | ||
9078 | * fbsd-nat.c: [PT_LWPINFO] New variable super_wait. | |
9079 | [TDP_RFPPWAIT] New variable fbsd_pending_children. | |
9080 | [TDP_RFPPWAIT] (fbsd_remember_child): New function. | |
9081 | [TDP_RFPPWAIT] (fbsd_is_child_pending): New function. | |
9082 | [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function. | |
9083 | [PT_LWPINFO] (fbsd_wait): New function. | |
9084 | [TDP_RFPPWAIT] (fbsd_follow_fork): New function. | |
9085 | [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function. | |
9086 | [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function. | |
9087 | [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function. | |
9088 | [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function. | |
9089 | [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function. | |
9090 | [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function. | |
9091 | [TDP_RFPPWAIT] (fbsd_post_attach): New function. | |
9092 | (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to | |
9093 | "fbsd_wait". | |
9094 | [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork". | |
9095 | Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint". | |
9096 | Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint". | |
9097 | Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint". | |
9098 | Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint". | |
9099 | Set "to_post_startup_inferior" to "fbsd_post_startup_inferior". | |
9100 | Set "to_post_attach" to "fbsd_post_attach". | |
9101 | ||
8f60fe01 JB |
9102 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
9103 | ||
9104 | * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static. | |
9105 | (fbsd_find_memory_regions): Mark static. | |
9106 | (fbsd_nat_add_target): New function. | |
9107 | * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for | |
9108 | fbsd_pid_to_exec_file and fbsd_find_memory_regions. | |
9109 | * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target. | |
9110 | * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise. | |
9111 | * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise. | |
9112 | * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise. | |
9113 | ||
5fbae7d1 GB |
9114 | 2015-04-27 Gary Benson <gbenson@redhat.com> |
9115 | ||
9116 | * objfiles.c (allocate_objfile): Do not attempt to expand name | |
9117 | if name is a "target:" filename. | |
9118 | * auto-load.c (load_auto_scripts_for_objfile): Do not attempt | |
9119 | to load auto-load scripts for objfiles with "target:" filenames. | |
9120 | ||
417c80f9 AA |
9121 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
9122 | ||
9123 | * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h". | |
9124 | (enum s390_vector_abi_kind): New enum. | |
9125 | (struct gdbarch_tdep)<vector_abi>: New field. | |
9126 | (s390_effective_inner_type): Add parameter min_size. Stop | |
9127 | unwrapping if the inner type is smaller than min_size. | |
9128 | (s390_function_arg_float): Adjust call to | |
9129 | s390_effective_inner_type. | |
9130 | (s390_function_arg_vector): New function. | |
9131 | (s390_function_arg_integer): Adjust comment. | |
9132 | (struct s390_arg_state)<vr>: New field. | |
9133 | (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector | |
9134 | arguments according to vector ABI when appropriate. | |
9135 | (s390_push_dummy_call): Initialize the argument state's field | |
9136 | 'vr'. Adjust calls to s390_handle_arg. | |
9137 | (s390_register_return_value): Handle vector return values. | |
9138 | (s390_return_value): Apply the "register" return value convention | |
9139 | to a vector when appropriate. | |
9140 | (s390_gdbarch_init): Initialize tdep->vector_abi. | |
9141 | * NEWS: Announce S390 vector ABI support. | |
9142 | ||
4e65a17e AA |
9143 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
9144 | ||
9145 | * s390-linux-tdep.c (s390_return_value_convention): Remove | |
9146 | function. Inline its logic... | |
9147 | (s390_return_value): ...here. Instead, move the handling of the | |
9148 | "register" return value convention... | |
9149 | (s390_register_return_value): ...here. New function. | |
9150 | ||
80f75320 AA |
9151 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
9152 | ||
9153 | * s390-linux-tdep.c | |
9154 | (is_float_singleton): Remove function. Move the "singleton" part | |
9155 | of the logic... | |
9156 | (s390_effective_inner_type): ...here. New function. | |
9157 | (is_float_like): Remove function. Inline its logic... | |
9158 | (s390_function_arg_float): ...here. | |
9159 | (is_pointer_like, is_integer_like, is_struct_like): Remove | |
9160 | functions. Inline their logic... | |
9161 | (s390_function_arg_integer): ...here. | |
9162 | (s390_function_arg_pass_by_reference): Remove function. | |
9163 | (extend_simple_arg): Remove function. | |
9164 | (alignment_of): Remove function. | |
9165 | (struct s390_arg_state): New structure. | |
9166 | (s390_handle_arg): New function. | |
9167 | (s390_push_dummy_call): Move parameter placement logic to the new | |
9168 | function s390_handle_arg. Call it for calculating the stack area | |
9169 | sizes first, and again for actually writing the parameters. | |
9170 | ||
6dbc9c04 AA |
9171 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
9172 | ||
9173 | * s390-linux-tdep.c (is_power_of_two): Add comment. Return | |
9174 | false if the argument is zero. | |
9175 | ||
9e195661 PMR |
9176 | 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com> |
9177 | ||
9178 | * ada-lang.c (template_to_static_fixed_type): Return input type | |
9179 | when it is already fixed. Cache the input type itself when not | |
9180 | creating a static fixed copy. Make it explicit that we never | |
9181 | molestate the input type. | |
9182 | * gdbtypes.c (resolve_dynamic_struct): Reset the | |
9183 | TYPE_TARGET_TYPE field for resolved copies. | |
9184 | ||
460efde1 JB |
9185 | 2015-04-27 Joel Brobecker <brobecker@adacore.com> |
9186 | ||
9187 | * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef. | |
9188 | (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef. | |
9189 | (template_to_static_fixed_type): Call ada_check_typedef only | |
9190 | when necessary. | |
9191 | ||
6faec16b AB |
9192 | 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> |
9193 | ||
9194 | * cli/cli-dump.c (srec_dump_command): Add internationalization | |
9195 | mark ups. | |
9196 | (ihex_dump_command): Likewise. | |
9197 | (tekhex_dump_command): Likewise. | |
9198 | (binary_dump_command): Likewise. | |
9199 | (binary_append_command): Likewise. | |
9200 | ||
cf75d6c3 AB |
9201 | 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> |
9202 | ||
9203 | * cli/cli-dump.c (verilog_cmdlist): New variable. | |
9204 | (dump_verilog_memory): New function. | |
9205 | (dump_verilog_value): New function. | |
9206 | (verilog_dump_command): New function. | |
9207 | (_initialize_cli_dump): Add new commands to support verilog dump | |
9208 | format. | |
9209 | * NEWS: Add entry for "dump verilog". | |
9210 | ||
8cd00c59 PMR |
9211 | 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com> |
9212 | ||
9213 | * gdbtypes.c (print_gnat_stuff): Do not recurse on the | |
9214 | descriptive type when there is none. | |
9215 | ||
8900d71e PP |
9216 | 2015-04-23 Patrick Palka <patrick@parcs.ath.cx> |
9217 | ||
9218 | * tui/tui-win.c (tui_async_resize_screen): Call | |
9219 | rl_resize_terminal(). | |
9220 | ||
f16eab5f JT |
9221 | 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk> |
9222 | ||
9223 | * windows-nat.c (handle_output_debug_string): Don't change | |
9224 | current_event.dwThreadId. | |
9225 | (get_windows_debug_event): Use thread_id, rather than relying on | |
9226 | current_event.dwThreadId being changed. | |
9227 | ||
68ffc902 JT |
9228 | 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk> |
9229 | ||
9230 | * windows-nat.c (windows_continue): Report an error if | |
9231 | ContinueDebugEvent() fails. | |
9232 | ||
23942819 JT |
9233 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
9234 | ||
9235 | * windows-nat.c (windows_resume): Fix misspelling in debug output. | |
9236 | ||
e6ad66bd JT |
9237 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
9238 | ||
9239 | * windows-nat.c (get_windows_debug_event): Replace retval with | |
9240 | thread_id throughout. Update stale comment. | |
9241 | ||
776704b9 JT |
9242 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
9243 | ||
9244 | * windows-nat.c (get_windows_debug_event): Don't use ternary | |
9245 | conditional operator. | |
9246 | ||
8aae4344 PM |
9247 | 2015-04-21 Pierre Muller <muller@sourceware.org> |
9248 | ||
9249 | PR pascal/17815 | |
9250 | p-exp.y (yylex): Reorganize code to return the matched pattern | |
9251 | for a field of this. | |
9252 | ||
819843c7 GB |
9253 | 2015-04-21 Gary Benson <gbenson@redhat.com> |
9254 | ||
9255 | * common/fileio.h (fileio_to_host_openflags): New declaration. | |
9256 | * common/fileio.c (fcntl.h): New include. | |
9257 | (fileio_to_host_openflags): New function, factored out from... | |
9258 | * inf-child.c (inf_child_fileio_open_flags_to_host): ...here. | |
9259 | Single use updated. | |
9260 | ||
0bca7f99 KB |
9261 | 2015-04-21 Kevin Buettner <kevinb@redhat.com> |
9262 | ||
9263 | * rl78-tdep.c (RL78_SP_ADDR): Define. | |
9264 | (opc_reg_to_gdb_regnum): New static function. | |
9265 | (rl78_analyze_prologue): Recognize instructions forming slightly | |
9266 | more interesting prologues. | |
9267 | ||
e771e4be PMR |
9268 | 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com> |
9269 | ||
9270 | Revert: | |
9271 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> | |
9272 | * gdbtypes.c (is_dynamic_type_internal): Remove special handling of | |
9273 | TYPE_CODE_REF types so that they are not considered as dynamic | |
9274 | depending on the referenced type. | |
9275 | (resolve_dynamic_type_internal): Likewise. | |
9276 | ||
ee715b5a PMR |
9277 | 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com> |
9278 | ||
9279 | Revert: | |
9280 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> | |
9281 | * gdbtypes.c (is_dynamic_type_internal): Remove the unused | |
9282 | "top_level" parameter. | |
9283 | (resolve_dynamic_type_internal): Remove the unused "top_level" | |
9284 | parameter. Update call to is_dynamic_type_internal. | |
9285 | (is_dynamic_type): Update call to is_dynamic_type_internal. | |
9286 | (resolve_dynamic_range): Update call to | |
9287 | resolve_dynamic_type_internal. | |
9288 | (resolve_dynamic_union): Likewise. | |
9289 | (resolve_dynamic_struct): Likewise. | |
9290 | (resolve_dynamic_type): Likewise. | |
9291 | ||
e31d7699 GKB |
9292 | 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be> |
9293 | ||
9294 | * breakpoint.c (update_dprintf_command_list): Remove duplicated | |
9295 | xmalloc. | |
9296 | ||
d214e5e7 TS |
9297 | 2015-04-20 Thomas Schwinge <thomas@codesourcery.com> |
9298 | ||
110f9112 TS |
9299 | * reply_mig_hack.awk: Robustify parsing. |
9300 | ||
d214e5e7 TS |
9301 | * reply_mig_hack.awk: Don't bother to declare an intermediate |
9302 | function pointer variable. | |
9303 | ||
8f61baf8 DE |
9304 | 2015-04-17 Doug Evans <dje@google.com> |
9305 | ||
9306 | * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement" | |
9307 | to "exec_displacement" to avoid confusion with inner use of the name. | |
9308 | ||
dbbf180a YQ |
9309 | 2015-04-17 Pedro Alves <palves@redhat.com> |
9310 | ||
9311 | * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero | |
9312 | if HW point of TYPE isn't supported. | |
9313 | ||
059790a0 YQ |
9314 | 2015-04-17 Yao Qi <yao.qi@linaro.org> |
9315 | Pedro Alves <palves@redhat.com> | |
9316 | ||
9317 | * target.h (target_can_use_hardware_watchpoint): Update comments. | |
9318 | Remove trailing ";". | |
9319 | ||
1b6e6f5c GB |
9320 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
9321 | ||
9322 | * remote.c (remote_add_inferior): New argument try_open_exec. | |
9323 | If nonzero, attempt to open the inferior's executable file as | |
9324 | the main executable if no main executable is open already. | |
9325 | All callers updated. | |
9326 | * NEWS: Mention that GDB now supports automatic location and | |
9327 | retrieval of executable + files from remote targets. | |
9328 | ||
c78fa86a GB |
9329 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
9330 | ||
9331 | * target.h (TARGET_OBJECT_EXEC_FILE): New enum value. | |
9332 | * remote.c (PACKET_qXfer_exec_file): Likewise. | |
9333 | (remote_protocol_features): Register the | |
9334 | "qXfer:exec-file:read" feature. | |
9335 | (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE. | |
9336 | (remote_pid_to_exec_file): New function. | |
9337 | (init_remote_ops): Initialize to_pid_to_exec_file. | |
9338 | (_initialize_remote): Register new "set/show remote | |
9339 | pid-to-exec-file-packet" command. | |
9340 | * NEWS: Announce new qXfer:exec-file:read packet. | |
9341 | ||
e0d86d2c GB |
9342 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
9343 | ||
9344 | * nat/linux-procfs.h (linux_proc_pid_to_exec_file): | |
9345 | New declaration. | |
9346 | * nat/linux-procfs.c (linux_proc_pid_to_exec_file): | |
9347 | New function, factored out from... | |
9348 | * linux-nat.c (linux_child_pid_to_exec_file): ...here. | |
9349 | ||
a9a5a3d1 GB |
9350 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
9351 | ||
9352 | * exec.c (solist.h): New include. | |
9353 | (exec_file_locate_attach): Prefix absolute executable | |
9354 | paths with gdb_sysroot if set. | |
9355 | * NEWS: Mention that executable paths may be prepended | |
9356 | with sysroot. | |
9357 | ||
af1900b0 GB |
9358 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
9359 | ||
9360 | * solist.h (exec_file_find): New declaration. | |
9361 | * solib.c (solib_find_1): New function, factored out from... | |
9362 | (solib_find): ...here. | |
9363 | (exec_file_find): New function. | |
9364 | ||
a10de604 GB |
9365 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
9366 | ||
9367 | * gdbcore.h (exec_file_locate_attach): New declaration. | |
9368 | * exec.c (exec_file_locate_attach): New function, factored | |
9369 | out from... | |
9370 | * infcmd.c (attach_command_post_wait): ...here. | |
9371 | ||
92209ddf MF |
9372 | 2015-04-17 Mike Frysinger <vapier@gentoo.org> |
9373 | ||
9374 | * MAINTAINERS: Add myself for Blackfin/write-after-approval. | |
9375 | ||
8550d3b3 YQ |
9376 | 2015-04-16 Yao Qi <yao.qi@linaro.org> |
9377 | ||
9378 | * infrun.c (maybe_software_singlestep): Declare. | |
9379 | (displaced_step_fixup): Call maybe_software_singlestep. | |
9380 | ||
30b3dd9d DE |
9381 | 2015-04-15 Doug Evans <dje@google.com> |
9382 | ||
9383 | * psymtab.c (psym_expand_symtabs_matching): Add QUIT call. | |
9384 | ||
61d96d7e DE |
9385 | 2015-04-15 Doug Evans <dje@google.com> |
9386 | ||
9387 | * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls. | |
9388 | ||
40d2f8d6 SM |
9389 | 2015-04-15 Simon Marchi <simon.marchi@ericsson.com> |
9390 | ||
9391 | * python/lib/gdb/command/unwinders.py: Add parentheses. | |
9392 | ||
6bbbba9b YQ |
9393 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
9394 | ||
9395 | * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message. | |
9396 | ||
2bb2dcab YQ |
9397 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
9398 | ||
9399 | * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation. | |
9400 | ||
41f071ef YQ |
9401 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
9402 | ||
9403 | * arm-linux-tdep.c (arm_linux_cleanup_svc): Use | |
9404 | dsc->insn_size instead of 4. | |
9405 | ||
326a5c7e GB |
9406 | 2015-04-14 Gary Benson <gbenson@redhat.com> |
9407 | ||
9408 | * jit.c (mem_bfd_iovec_stat): Zero supplied buffer. | |
9409 | * minidebug.c (lzma_stat): Likewise. | |
9410 | * solib-spu.c (spu_bfd_iovec_stat): Likewise. | |
9411 | * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise. | |
9412 | ||
dd177e81 SS |
9413 | 2015-04-13 Stan Shebs <stanshebs@google.com> |
9414 | ||
9415 | * MAINTAINERS: Update my email address. | |
9416 | ||
97de3545 JB |
9417 | 2015-04-13 John Baldwin <jhb@FreeBSD.org> |
9418 | ||
9419 | * amd64-tdep.c (amd64_target_description): New function. | |
9420 | * amd64-tdep.h: Export amd64_target_description and tdesc_amd64. | |
9421 | * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len. | |
9422 | (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle | |
9423 | x86 extended save area. | |
9424 | (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise. | |
9425 | * amd64bsd-nat.h: Export amd64bsd_xsave_len. | |
9426 | * amd64fbsd-nat.c (amd64fbsd_read_description): New function. | |
9427 | (_initialize_amd64fbsd_nat): Set "to_read_description" to | |
9428 | "amd64fbsd_read_description". | |
9429 | * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function. | |
9430 | (amd64fbsd_supply_xstateregset): New function. | |
9431 | (amd64fbsd_collect_xstateregset): New function. | |
9432 | Add "amd64fbsd_xstateregset". | |
9433 | (amd64fbsd_iterate_over_regset_sections): New function. | |
9434 | (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to | |
9435 | "I386_FBSD_XSAVE_XCR0_OFFSET". | |
9436 | Add "iterate_over_regset_sections" gdbarch method. | |
9437 | Add "core_read_description" gdbarch method. | |
9438 | * i386-tdep.c (i386_target_description): New function. | |
9439 | * i386-tdep.h: Export i386_target_description and tdesc_i386. | |
9440 | * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len. | |
9441 | (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle | |
9442 | x86 extended save area. | |
9443 | (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise. | |
9444 | * i386bsd-nat.h: Export i386bsd_xsave_len. | |
9445 | * i386fbsd-nat.c (i386fbsd_read_description): New function. | |
9446 | (_initialize_i386fbsd_nat): Set "to_read_description" to | |
9447 | "i386fbsd_read_description". | |
9448 | * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function. | |
9449 | (i386fbsd_core_read_description): New function. | |
9450 | (i386fbsd_supply_xstateregset): New function. | |
9451 | (i386fbsd_collect_xstateregset): New function. | |
9452 | Add "i386fbsd_xstateregset". | |
9453 | (i386fbsd_iterate_over_regset_sections): New function. | |
9454 | (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to | |
9455 | "I386_FBSD_XSAVE_XCR0_OFFSET". | |
9456 | Add "iterate_over_regset_sections" gdbarch method. | |
9457 | Add "core_read_description" gdbarch method. | |
9458 | * i386fbsd-tdep.h: New file. | |
9459 | ||
4f45d445 JK |
9460 | 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
9461 | ||
9462 | * NEWS (Changes since GDB 7.9): Add removed -xdb. | |
9463 | * breakpoint.c (command_line_is_silent): Remove xdb_commands | |
9464 | conditional. | |
9465 | (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba | |
9466 | and lb. | |
9467 | * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and | |
9468 | va. | |
9469 | * cli/cli-decode.c (find_command_name_length): Remove xdb_commands | |
9470 | conditional. | |
9471 | * defs.h (xdb_commands): Remove declaration. | |
9472 | * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc. | |
9473 | * guile/scm-cmd.c (command_classes): Remove xdb from comment. | |
9474 | * infcmd.c (run_no_args_command, go_command): Remove. | |
9475 | (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr. | |
9476 | * infrun.c (xdb_handle_command): Remove. | |
9477 | (_initialize_infrun): Remove xdb_commands for lz and z. | |
9478 | * main.c (xdb_commands): Remove variable. | |
9479 | (captured_main): Remove "xdb" from long_options. | |
9480 | (print_gdb_help): Remove --xdb from help. | |
9481 | * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment. | |
9482 | * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?. | |
9483 | * stack.c (backtrace_full_command, args_plus_locals_info) | |
9484 | (current_frame_command): Remove. | |
9485 | (_initialize_stack): Remove xdb_commands for t, T and l. | |
9486 | * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg. | |
9487 | * thread.c (_initialize_thread): Remove xdb_commands condition. | |
9488 | * tui/tui-layout.c (tui_toggle_layout_command) | |
9489 | (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove. | |
9490 | (_initialize_tui_layout): Remove xdb_commands for td and ts. | |
9491 | * tui/tui-regs.c (tui_scroll_regs_forward_command) | |
9492 | (tui_scroll_regs_backward_command): Remove. | |
9493 | (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r. | |
9494 | * tui/tui-win.c (tui_xdb_set_win_height_command): Remove. | |
9495 | (_initialize_tui_win): Remove xdb_commands for U and w. | |
9496 | * utils.c (pagination_on_command, pagination_off_command): Remove. | |
9497 | (initialize_utils): Remove xdb_commands for am and sm. | |
9498 | ||
cb71640d PA |
9499 | 2015-04-10 Pedro Alves <palves@redhat.com> |
9500 | ||
9501 | * infrun.c (displaced_step_fixup): Switch to the event ptid | |
9502 | earlier. If the thread stopped for a watchpoint and the | |
9503 | target/arch has non-continuable watchpoints, cancel the displaced | |
9504 | step. | |
9505 | (resume): Don't start a displaced step if in-line step-over info | |
9506 | is valid. | |
9507 | ||
8f572e5c PA |
9508 | 2015-04-10 Pedro Alves <palves@redhat.com> |
9509 | ||
9510 | * infrun.c (displaced_step_in_progress): New function. | |
9511 | (do_target_resume): Advise target to report all signals if | |
9512 | displaced stepping. | |
9513 | ||
8d707a12 PA |
9514 | 2015-04-10 Pedro Alves <palves@redhat.com> |
9515 | ||
9516 | PR gdb/18216 | |
9517 | * infrun.c (process_event_stop_test): Don't assume a step-resume | |
9518 | is set if tp->stepped_breakpoint is true. | |
9519 | ||
ef713951 YQ |
9520 | 2015-04-10 Yao Qi <yao.qi@linaro.org> |
9521 | ||
9522 | * arm-tdep.c (install_alu_reg): Update comment. | |
9523 | (thumb_copy_alu_reg): Remove local variable rn. Update | |
9524 | debugging message. Use r2 instead of r1 in the modified | |
9525 | instruction. | |
9526 | ||
906d60cf PA |
9527 | 2015-04-10 Pedro Alves <palves@redhat.com> |
9528 | ||
9529 | PR gdb/13858 | |
9530 | * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install | |
9531 | linux_displaced_step_location as gdbarch_displaced_step_location | |
9532 | hook. | |
9533 | * arm-linux-tdep.c (arm_linux_init_abi): Likewise. | |
9534 | * i386-linux-tdep.c (i386_linux_init_abi): Likewise. | |
9535 | * linux-tdep.c (linux_displaced_step_location): New function, | |
9536 | based on ppc_linux_displaced_step_location. | |
9537 | * linux-tdep.h (linux_displaced_step_location): New declaration. | |
9538 | * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete. | |
9539 | (ppc_linux_inferior_created, ppc_linux_displaced_step_location): | |
9540 | Delete. | |
9541 | (ppc_linux_init_abi): Install linux_displaced_step_location as | |
9542 | gdbarch_displaced_step_location hook, even without Cell/B.E.. | |
9543 | (_initialize_ppc_linux_tdep): Don't install | |
9544 | ppc_linux_inferior_created as inferior_created observer. | |
9545 | * s390-linux-tdep.c (s390_gdbarch_init): Install | |
9546 | linux_displaced_step_location as gdbarch_displaced_step_location | |
9547 | hook. | |
9548 | ||
7823a941 GB |
9549 | 2015-04-09 Gary Benson <gbenson@redhat.com> |
9550 | ||
9551 | * common/common-remote-fileio.h: Rename to... | |
9552 | * common/fileio.h: ...this. Update all references. | |
9553 | (remote_fileio_to_fio_error): Rename to... | |
9554 | (host_to_fileio_error): ...this. | |
9555 | (remote_fileio_to_be): Rename to... | |
9556 | (host_to_bigendian): ...this. Update all callers. | |
9557 | (remote_fileio_to_fio_uint): Rename to... | |
9558 | (host_to_fileio_uint): ...this. Update all callers. | |
9559 | (remote_fileio_to_fio_time): Rename to... | |
9560 | (host_to_fileio_time): ...this. Update all callers. | |
9561 | (remote_fileio_to_fio_stat): Rename to... | |
9562 | (host_to_fileio_stat): ...this. | |
9563 | Update all references. | |
9564 | * common/common-remote-fileio.c: Rename to... | |
9565 | * common/fileio.c: ...this. Update all references. | |
9566 | (remote_fileio_to_fio_error): Rename to... | |
9567 | (host_to_fileio_error): ...this. Update all callers. | |
9568 | (remote_fileio_mode_to_target): Rename to... | |
9569 | (fileio_mode_pack): ...this. Update all callers. | |
9570 | (remote_fileio_to_fio_mode): Rename to... | |
9571 | (host_to_fileio_mode): ...this. Update all callers. | |
9572 | (remote_fileio_to_fio_ulong): Rename to... | |
9573 | (host_to_fileio_ulong): ...this. Update all callers. | |
9574 | (remote_fileio_to_fio_stat): Rename to... | |
9575 | (host_to_fileio_stat): ...this. Update all callers. | |
9576 | ||
f2983cc3 AW |
9577 | 2015-04-09 Andy Wingo <wingo@igalia.com> |
9578 | ||
9579 | * guile/scm-frame.c (gdbscm_frame_read_register): New function. | |
9580 | (frame_functions): Bind gdbscm_frame_read_register to | |
9581 | frame-read-register. | |
9582 | * guile/lib/gdb.scm (frame-read-register): Export. | |
9583 | ||
b88bb450 GB |
9584 | 2015-04-09 Gary Benson <gbenson@redhat.com> |
9585 | ||
9586 | * common/common-remote-fileio.h (remote_fileio_to_fio_error): | |
9587 | New declaration. | |
9588 | * common/common-remote-fileio.c (remote_fileio_to_fio_error): | |
9589 | New function, factored out the named functions below. | |
9590 | * inf-child.c (gdb/fileio.h): Remove include. | |
9591 | (common-remote-fileio.h): New include. | |
9592 | (inf_child_errno_to_fileio_error): Remove function. Update | |
9593 | all callers to use remote_fileio_to_fio_error. | |
9594 | * remote-fileio.c (remote_fileio_errno_to_target): Likewise. | |
9595 | ||
2f2680f3 AW |
9596 | 2015-04-09 Andy Wingo <wingo@igalia.com> |
9597 | ||
9598 | * MAINTAINERS (Write After Approval): Add Andy Wingo. | |
9599 | ||
5a2d4533 L |
9600 | 2015-04-09 H.J. Lu <hongjiu.lu@intel.com> |
9601 | ||
9602 | * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir. | |
9603 | Replace $zlibdir with $ZLIBDIR in LDFLAGS. | |
9604 | * configure: Regenerated. | |
9605 | ||
421693b0 PA |
9606 | 2015-04-09 Pedro Alves <palves@redhat.com> |
9607 | ||
9608 | * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r. | |
9609 | * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4. | |
9610 | * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate. | |
9611 | * gnulib/import/Makefile.am: Update. | |
9612 | * gnulib/import/Makefile.in: Update. | |
9613 | * gnulib/import/m4/gnulib-cache.m4: Update. | |
9614 | * gnulib/import/m4/gnulib-comp.m4: Update. | |
9615 | * gnulib/import/m4/strtok_r.m4: New file. | |
9616 | * gnulib/import/strtok_r.c: New file. | |
9617 | ||
f543dc83 PA |
9618 | 2015-04-09 Pedro Alves <palves@redhat.com> |
9619 | ||
9620 | * gnulib/update-gnulib.sh (aclocal version check): Filter out | |
9621 | "called too early to check prototype". | |
9622 | ||
6d62641c SDJ |
9623 | 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com> |
9624 | ||
9625 | PR python/16699 | |
9626 | * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not | |
9627 | use a caching mechanism. Adjust comments and code to reflect | |
9628 | that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'. | |
9629 | (cmdpy_completer_handle_brkchars): Adjust call to | |
9630 | cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'. | |
9631 | (cmdpy_completer): Likewise. | |
9632 | ||
85558555 YQ |
9633 | 2015-04-08 Yao Qi <yao.qi@linaro.org> |
9634 | ||
9635 | * spu-tdep.c (spu_gdbarch_init): Don't call | |
9636 | set_gdbarch_cannot_step_breakpoint. | |
9637 | ||
d249a14a SDJ |
9638 | 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com> |
9639 | ||
9640 | * linux-tdep.c (decode_vmflags): Initialize 'saveptr'. | |
9641 | ||
8a06aea7 PA |
9642 | 2015-04-07 Pedro Alves <palves@redhat.com> |
9643 | ||
9644 | * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ... | |
9645 | (ALL_THREADS_SAFE): ... this, and don't skip exited threads. | |
9646 | (delete_exited_threads): New declaration. | |
9647 | * infrun.c (follow_exec): Use ALL_THREADS_SAFE. | |
9648 | * linux-nat.c (linux_nat_update_thread_list): New function. | |
9649 | (linux_nat_add_target): Install it. | |
9650 | * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE. | |
9651 | * thread.c (prune_threads): Use ALL_THREADS_SAFE. | |
9652 | (delete_exited_threads): New function. | |
9653 | ||
d9b67d9f PA |
9654 | 2015-04-07 Pedro Alves <pedro@codesourcery.com> |
9655 | ||
9656 | * infrun.c (resume) <displaced stepping debug output>: Get the | |
9657 | leader thread's regcache, not resume_ptid's. | |
9658 | ||
2c26b84f DE |
9659 | 2015-04-06 Doug Evans <xdje42@gmail.com> |
9660 | ||
9661 | * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as | |
9662 | VAR_DOMAIN. | |
9663 | (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters. | |
9664 | Include symbol domain in debugging output. | |
9665 | ||
7a85168d PA |
9666 | 2015-04-06 Pedro Alves <palves@redhat.com> |
9667 | Bernd Edlinger <bernd.edlinger@hotmail.de> | |
9668 | ||
9669 | * configure.ac: Remove the mingw32-specific stub-termcap.o | |
9670 | fallback, and instead fallback to the stub termcap on all hosts. | |
9671 | * configure: Regenerate. | |
9672 | * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak | |
9673 | symbols. | |
9674 | ||
25755e2b PMR |
9675 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> |
9676 | ||
9677 | * gdbtypes.c (is_dynamic_type_internal): Remove the unused | |
9678 | "top_level" parameter. | |
9679 | (resolve_dynamic_type_internal): Remove the unused "top_level" | |
9680 | parameter. Update call to is_dynamic_type_internal. | |
9681 | (is_dynamic_type): Update call to is_dynamic_type_internal. | |
9682 | (resolve_dynamic_range): Update call to | |
9683 | resolve_dynamic_type_internal. | |
9684 | (resolve_dynamic_union): Likewise. | |
9685 | (resolve_dynamic_struct): Likewise. | |
9686 | (resolve_dynamic_type): Likewise. | |
9687 | ||
961f4160 PMR |
9688 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> |
9689 | ||
9690 | * gdbtypes.c (is_dynamic_type_internal): Remove special handling of | |
9691 | TYPE_CODE_REF types so that they are not considered as dynamic | |
9692 | depending on the referenced type. | |
9693 | (resolve_dynamic_type_internal): Likewise. | |
9694 | ||
39f3de7c L |
9695 | 2015-04-02 H.J. Lu <hongjiu.lu@intel.com> |
9696 | ||
9697 | * Makefile.in (top_srcdir): New. | |
9698 | * configure: Regenerated. | |
9699 | ||
599bd15c GB |
9700 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9701 | ||
9702 | * NEWS: Announce the new default sysroot of "target:". | |
9703 | ||
fed040c6 GB |
9704 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9705 | ||
9706 | * main.c (captured_main): Set gdb_sysroot to "target:" | |
9707 | if not otherwise set. | |
9708 | ||
64c0b5de GB |
9709 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9710 | ||
9711 | * exec.c (exec_file_attach): Support "target:" filenames. | |
9712 | ||
b57fbfba GB |
9713 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9714 | ||
9715 | * solib.c (solib_find): Strip "target:" prefix from sysroot | |
9716 | if accessing local files. | |
9717 | ||
97a41605 GB |
9718 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9719 | ||
9720 | * symfile.c (symfile_bfd_open): Reorder to remove duplicated | |
9721 | checks and error messages. | |
9722 | ||
2938e6cf GB |
9723 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9724 | ||
9725 | * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition. | |
9726 | (remote_filename_p): Remove declaration. | |
9727 | (remote_bfd_open): Likewise. | |
9728 | * remote.c (remote_bfd_iovec_open): Remove function. | |
9729 | (remote_bfd_iovec_close): Likewise. | |
9730 | (remote_bfd_iovec_pread): Likewise. | |
9731 | (remote_bfd_iovec_stat): Likewise. | |
9732 | (remote_filename_p): Likewise. | |
9733 | (remote_bfd_open): Likewise. | |
9734 | * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration. | |
9735 | * symfile.c (separate_debug_file_exists): Use gdb_bfd_open. | |
9736 | (gdb_bfd_open_maybe_remote): Remove function. | |
9737 | (symfile_bfd_open): Replace remote filename check with | |
9738 | target filename check. | |
9739 | (reread_symbols): Use gdb_bfd_open. | |
9740 | * build-id.c (gdbcore.h): New include. | |
9741 | (build_id_to_debug_bfd): Use gdb_bfd_open. | |
9742 | * infcmd.c (attach_command_post_wait): Remove remote filename | |
9743 | check. | |
9744 | * solib.c (solib_find): Replace remote-specific handling with | |
9745 | target-specific handling. Update comments where necessary. | |
9746 | (solib_bfd_open): Replace remote-specific handling with | |
9747 | target-specific handling. | |
9748 | (gdb_sysroot_changed): New function. | |
9749 | (_initialize_solib): Call the above when gdb_sysroot changes. | |
9750 | * windows-tdep.c (gdbcore.h): New include. | |
9751 | (windows_xfer_shared_library): Use gdb_bfd_open. | |
9752 | ||
f08e97fe GB |
9753 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9754 | ||
9755 | * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition. | |
9756 | (is_target_filename): New declaration. | |
9757 | (gdb_bfd_has_target_filename): Likewise. | |
9758 | (gdb_bfd_open): Update documentation comment. | |
9759 | * gdb_bfd.c (target.h): New include. | |
9760 | (gdb/fileio.h): Likewise. | |
9761 | (is_target_filename): New function. | |
9762 | (gdb_bfd_has_target_filename): Likewise. | |
9763 | (fileio_errno_to_host): Likewise. | |
9764 | (gdb_bfd_iovec_fileio_open): Likewise. | |
9765 | (gdb_bfd_iovec_fileio_pread): Likewise. | |
9766 | (gdb_bfd_iovec_fileio_close): Likewise. | |
9767 | (gdb_bfd_iovec_fileio_fstat): Likewise. | |
9768 | (gdb_bfd_open): Use target fileio to access paths prefixed | |
9769 | with "target:" where necessary. | |
9770 | ||
4bd7dc42 GB |
9771 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9772 | ||
9773 | * target.h (struct target_ops) <to_filesystem_is_local>: | |
9774 | New field. | |
9775 | (target_filesystem_is_local): New macro. | |
9776 | * target-delegates.c: Regenerate. | |
9777 | * remote.c (remote_filesystem_is_local): New function. | |
9778 | (init_remote_ops): Initialize to_filesystem_is_local. | |
9779 | ||
9b15c1f0 GB |
9780 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
9781 | ||
9782 | * target.h (struct target_ops) <to_fileio_fstat>: New field. | |
9783 | (target_fileio_fstat): New declaration. | |
9784 | * target.c (target_fileio_fstat): New function. | |
9785 | * inf-child.c (inf_child_fileio_fstat): Likewise. | |
9786 | (inf_child_target): Initialize to_fileio_fstat. | |
9787 | * remote.c (init_remote_ops): Likewise. | |
9788 | ||
d11916aa SS |
9789 | 2015-04-01 Sasha Smundak <asmundak@google.com> |
9790 | ||
9791 | * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o. | |
9792 | (SUBDIR_PYTHON_SRCS): Add py-unwind.c. | |
9793 | (py-unwind.o): New recipe. | |
9794 | * NEWS: mention Python frame unwinding. | |
9795 | * data-directory/Makefile.in (PYTHON_FILE_LIST): Add | |
9796 | gdb/unwinder.py and gdb/command/unwinder.py | |
9797 | * python/lib/gdb/__init__.py (packages): Add frame_unwinders | |
9798 | list. | |
9799 | (execute_unwinders): New function. | |
9800 | * python/lib/gdb/command/unwinders.py: New file. | |
9801 | * python/lib/gdb/unwinder.py: New file. | |
9802 | * python/py-objfile.c (objfile_object): Add frame_unwinders field. | |
9803 | (objfpy_dealloc): Decrement frame_unwinders reference count. | |
9804 | (objfpy_initialize): Create frame_unwinders list. | |
9805 | (objfpy_get_frame_unwinders): New function. | |
9806 | (objfpy_set_frame_unwinders): Ditto. | |
9807 | (objfile_getset): Add frame_unwinders attribute to Objfile. | |
9808 | * python/py-progspace.c (pspace_object): Add frame_unwinders field. | |
9809 | (pspy_dealloc): Decrement frame_unwinders reference count. | |
9810 | (pspy_initialize): Create frame_unwinders list. | |
9811 | (pspy_get_frame_unwinders): New function. | |
9812 | (pspy_set_frame_unwinders): Ditto. | |
9813 | (pspy_getset): Add frame_unwinders attribute to gdb.Progspace. | |
9814 | * python/py-unwind.c: New file. | |
9815 | * python/python-internal.h (pspy_get_name_unwinders): New prototype. | |
9816 | (objpy_get_frame_unwinders): New prototype. | |
9817 | (gdbpy_initialize_unwind): New prototype. | |
9818 | * python/python.c (gdbpy_apply_type_printers): Call | |
9819 | gdbpy_initialize_unwind. | |
9820 | ||
6b403daa PA |
9821 | 2015-04-01 Pedro Alves <palves@redhat.com> |
9822 | ||
9823 | * infrun.c (resume): Check currently_stepping after clearing | |
9824 | stepped_breakpoint, not before. | |
9825 | ||
1176ecec PA |
9826 | 2015-04-01 Pedro Alves <palves@redhat.com> |
9827 | ||
9828 | * infrun.c (print_target_wait_results): Print all the ptid | |
9829 | elements. | |
9830 | ||
de1fe8c8 PA |
9831 | 2015-04-01 Pedro Alves <palves@redhat.com> |
9832 | ||
9833 | * infrun.c (keep_going): Also discard cleanups if inserting | |
9834 | breakpoints fails. | |
9835 | ||
e6f5c25b PA |
9836 | 2015-04-01 Pedro Alves <palves@redhat.com> |
9837 | ||
9838 | * infrun.c (wait_for_inferior): Install the | |
9839 | finish_thread_state_cleanup cleanup across the whole function, not | |
9840 | just around handle_inferior_event. | |
9841 | ||
1ac806b8 PA |
9842 | 2015-04-01 Pedro Alves <palves@redhat.com> |
9843 | ||
9844 | * infrun.c (resume) <step past permanent breakpoint>: Use | |
9845 | do_target_resume. | |
9846 | ||
2ee52aa4 PA |
9847 | 2015-04-01 Pedro Alves <palves@redhat.com> |
9848 | ||
9849 | * linux-nat.c (linux_handle_extended_wait): Always call set_running. | |
9850 | ||
5445da1b PMR |
9851 | 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com> |
9852 | ||
9853 | * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat". | |
9854 | ||
4eec2deb PA |
9855 | 2015-04-01 Pedro Alves <palves@redhat.com> |
9856 | ||
9857 | * linux-thread-db.c (record_thread): Readd the thread to gdb's | |
9858 | list if it was marked exited. | |
9859 | ||
afa59b79 L |
9860 | 2015-04-01 H.J. Lu <hongjiu.lu@intel.com> |
9861 | ||
9862 | * configure: Regenerated. | |
9863 | ||
df8411da SDJ |
9864 | 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com> |
9865 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
9866 | Oleg Nesterov <oleg@redhat.com> | |
9867 | ||
9868 | PR corefiles/16092 | |
9869 | * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'. | |
9870 | New enum identifying the various options of the coredump_filter | |
9871 | file. | |
9872 | (struct smaps_vmflags): New struct. | |
9873 | (use_coredump_filter): New variable. | |
9874 | (decode_vmflags): New function. | |
9875 | (mapping_is_anonymous_p): Likewise. | |
9876 | (dump_mapping_p): Likewise. | |
9877 | (linux_find_memory_regions_full): New variables | |
9878 | 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'. | |
9879 | Removed variable 'modified'. Read /proc/<PID>/smaps file; improve | |
9880 | parsing of its information. Implement memory mapping filtering | |
9881 | based on its contents. | |
9882 | (show_use_coredump_filter): New function. | |
9883 | (_initialize_linux_tdep): New command 'set use-coredump-filter'. | |
9884 | * NEWS: Mention the possibility of using the | |
9885 | '/proc/PID/coredump_filter' file when generating a corefile. | |
9886 | Mention new command 'set use-coredump-filter'. | |
9887 | ||
416f679e SDJ |
9888 | 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com> |
9889 | ||
9890 | * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by | |
9891 | read_memory_unsigned_integer. | |
9892 | ||
711a72d3 L |
9893 | 2015-03-31 H.J. Lu <hongjiu.lu@intel.com> |
9894 | ||
9895 | * Makefile.in (ZLIB): New. | |
9896 | (ZLIBINC): Likewise. | |
9897 | (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC). | |
9898 | (CLIBS): Add $(ZLIB). | |
9899 | * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS. | |
9900 | Add -lz to LIBS. | |
9901 | * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>. | |
9902 | * top.c (print_gdb_configuration): Remove --with-zlib and | |
9903 | --without-zlib. | |
9904 | * config.in: Regenerated. | |
9905 | * configure: Likewise. | |
9906 | ||
d33279b3 AT |
9907 | 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com> |
9908 | ||
9909 | * NEWS: Mention info os cpus support. | |
9910 | * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function. | |
9911 | (struct osdata_type): Add cpus entry, reorder the entries in | |
9912 | alphabetical order. | |
9913 | ||
71b30f27 MK |
9914 | 2015-03-31 Matthias Klose <doko@ubuntu.com> |
9915 | ||
9916 | * compile/compile.c (compile_to_object): Allow triplets with or | |
9917 | without vendor set. | |
9918 | ||
13ce9222 DE |
9919 | 2015-03-30 Doug Evans <dje@google.com> |
9920 | ||
9921 | PR c++/18141 | |
9922 | * cp-namespace.c (cp_search_static_and_baseclasses): Always look for | |
9923 | klass in VAR_DOMAIN. | |
9924 | ||
20f796c9 GB |
9925 | 2015-03-30 Gary Benson <gbenson@redhat.com> |
9926 | ||
9927 | * remote.c (remote_mourn_1): Remove function. Update all callers | |
9928 | to use remote_mourn. | |
9929 | (extended_remote_mourn_1): Remove function. Update all callers | |
9930 | to use extended_remote_mourn. | |
9931 | (extended_remote_attach_1): Remove function. Update all callers | |
9932 | to use extended_remote_attach. | |
9933 | ||
49d45b20 JB |
9934 | 2015-03-28 James Bowman <james.bowman@ftdichip.com> |
9935 | ||
9936 | * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o. | |
9937 | (HFILES_NO_SRCDIR): Add ft32-tdep.h. | |
9938 | (ALLDEPFILES): Add ft32-tdep.c. | |
9939 | * configure.tgt: Add FT32 entry. | |
9940 | * ft32-tdep.c: New file, FT32 target-dependent code. | |
9941 | * ft32-tdep.h: New file, FT32 target-dependent code. | |
9942 | ||
1c4ff080 JK |
9943 | 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
9944 | ||
9945 | Revert: | |
9946 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> | |
9947 | Code cleanup. | |
9948 | * printcmd.c (print_command_1): Move expr variable scope. | |
9949 | ||
79498702 JB |
9950 | 2015-03-27 Joel Brobecker <brobecker@adacore.com> |
9951 | ||
9952 | * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL. | |
9953 | ||
ce9c0ca1 AK |
9954 | 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com> |
9955 | ||
9956 | * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special | |
9957 | sections. | |
9958 | ||
429e1e81 JB |
9959 | 2015-03-26 Joel Brobecker <brobecker@adacore.com> |
9960 | ||
9961 | * dtrace-probe.c (dtrace_process_dof_probe): Contain any | |
9962 | exception raised while parsing the probe arguments. | |
9963 | Force parsing to be done using the C language parser. | |
9964 | * expression.h (parse_expression_with_language): Declare. | |
9965 | * parse.c (parse_expression_with_language): New function. | |
9966 | ||
4593441b JT |
9967 | 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk> |
9968 | ||
9969 | * MAINTAINERS (Write After Approval): Add "Jon Turney". | |
9970 | ||
ff908ebf AW |
9971 | 2015-03-26 Andy Wingo <wingo@igalia.com> |
9972 | ||
9973 | PR symtab/18148 | |
9974 | * dwarf2read.c (struct partial_die_info): Add has_const_value | |
9975 | member. | |
9976 | (add_partial_symbol): Don't punt on symbols that have const_value | |
9977 | attributes. | |
9978 | (read_partial_die): Detect DW_AT_const_value. | |
9979 | ||
f30d5c78 JK |
9980 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
9981 | ||
9982 | Code cleanup. | |
9983 | * printcmd.c (print_command_1): Move expr variable scope. | |
9984 | ||
8d89f51a JK |
9985 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
9986 | ||
9987 | Code cleanup. | |
9988 | * printcmd.c (validate_format): Make the parameter cmdname const. | |
9989 | ||
0b736949 DB |
9990 | 2015-03-26 Don Breazeal <donb@codesourcery.com> |
9991 | ||
9992 | * remote.c (_initialize_remote): Update comment. | |
9993 | ||
20d35291 PA |
9994 | 2015-03-26 Pedro Alves <palves@redhat.com> |
9995 | Jon TURNEY <jon.turney@dronecode.org.uk> | |
9996 | ||
9997 | * coffread.c (coff_symfile_read): When constructing the name of an | |
9998 | import stub symbol from import symbol for amd64, only skip the | |
9999 | char after _imp_ if the target is underscored (like i386) and the | |
10000 | char is indeed the target's leading char. | |
10001 | ||
6a3753b3 PA |
10002 | 2015-03-25 Pedro Alves <palves@redhat.com> |
10003 | ||
10004 | * target.h <to_async>: Replace 'callback' and 'context' parameters | |
10005 | with boolean 'enable' parameter. | |
10006 | (target_async): Replace CALLBACK and CONTEXT parameters with | |
10007 | boolean ENABLE parameter. | |
10008 | * inf-loop.c (inferior_event_handler): Adjust. | |
10009 | * linux-nat.c (linux_nat_attach, linux_nat_resume) | |
10010 | (linux_nat_resume): Adjust. | |
10011 | (async_client_callback, async_client_context): Delete. | |
10012 | (handle_target_event): Call inferior_event_handler directly. | |
10013 | (linux_nat_async): Replace 'callback' and 'context' parameters | |
10014 | with boolean 'enable' parameter. Adjust. Remove references to | |
10015 | async_client_callback and async_client_context. | |
10016 | (linux_nat_close): Adjust. | |
10017 | * record-btrace.c (record_btrace_async): Replace 'callback' and | |
10018 | 'context' parameters with boolean 'enable' parameter. Adjust. | |
10019 | (record_btrace_resume): Adjust. | |
10020 | * record-full.c (record_full_async): Replace 'callback' and | |
10021 | 'context' parameters with boolean 'enable' parameter. Adjust. | |
10022 | (record_full_resume, record_full_core_resume): Adjust. | |
10023 | * remote.c (struct remote_state) <async_client_callback, | |
10024 | async_client_context>: Delete fields. | |
10025 | (remote_start_remote, extended_remote_attach_1, remote_resume) | |
10026 | (extended_remote_create_inferior): Adjust. | |
10027 | (remote_async_serial_handler): Call inferior_event_handler | |
10028 | directly. | |
10029 | (remote_async): Replace 'callback' and 'context' parameters with | |
10030 | boolean 'enable' parameter. Adjust. | |
10031 | * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper): | |
10032 | Adjust. | |
10033 | * target-delegates.c: Regenerate. | |
10034 | ||
1c4b552b GB |
10035 | 2015-03-25 Gary Benson <gbenson@redhat.com> |
10036 | Pedro Alves <palves@redhat.com> | |
10037 | ||
10038 | * target.c (fileio_ft_t): New typedef, define object vector. | |
10039 | (fileio_fhandles): New static variable. | |
10040 | (is_closed_fileio_fh): New macro. | |
10041 | (lowest_closed_fd): New static variable. | |
10042 | (acquire_fileio_fd): New function. | |
10043 | (release_fileio_fd): Likewise. | |
10044 | (fileio_fd_to_fh): New macro. | |
10045 | (target_fileio_open): Wrap the file descriptor on success. | |
10046 | (target_fileio_pwrite): Updated to use wrapped file descriptor. | |
10047 | (target_fileio_pread): Likewise. | |
10048 | (target_fileio_close): Likewise. | |
10049 | ||
a25d8bf9 PA |
10050 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10051 | ||
10052 | * thread.c (thread_apply_all_command): Take exited threads into | |
10053 | account. | |
10054 | ||
44a1ee51 PA |
10055 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10056 | ||
10057 | * infrun.c (resume, proceed): Mention | |
10058 | switch_back_to_stepped_thread, not switch_back_to_stepping. | |
10059 | ||
f3263aa4 PA |
10060 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10061 | ||
10062 | * infrun.c (user_visible_resume_ptid): Rewrite going from | |
10063 | most-locked to unlocked instead of the opposite. Move comment ... | |
10064 | * infrun.h (user_visible_resume_ptid): ... here. | |
10065 | ||
2bf6fb9d PA |
10066 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10067 | ||
10068 | * linux-nat.c (linux_nat_resume): Output debug logs before trying | |
10069 | to resume the event lwp. Use the lwp's ptid instead of the passed | |
10070 | in (maybe wildcard) ptid. | |
10071 | (stop_wait_callback): Tweak debug log output. | |
10072 | (check_stopped_by_breakpoint): Tweak debug log output. Also dump | |
10073 | TRAP_TRACE. | |
10074 | (linux_nat_filter_event): In debug output, distinguish a | |
10075 | resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs | |
10076 | before trying to resume the lwp. | |
10077 | ||
283a9958 JB |
10078 | 2015-03-24 Joel Brobecker <brobecker@adacore.com> |
10079 | ||
10080 | * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove | |
10081 | pointer indirection. | |
10082 | * gdbtypes.c (get_dyn_prop): Adjust, following change above. | |
10083 | (add_dyn_prop, copy_dynamic_prop_list): Likewise. | |
10084 | ||
93a8e227 JB |
10085 | 2015-03-24 Joel Brobecker <brobecker@adacore.com> |
10086 | ||
10087 | * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>: | |
10088 | Renames DYN_ATTR_DATA_LOCATION. | |
10089 | (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of | |
10090 | DYN_ATTR_DATA_LOCATION. | |
10091 | * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION | |
10092 | instead of DYN_ATTR_DATA_LOCATION. | |
10093 | ||
64ce06e4 PA |
10094 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10095 | ||
10096 | * breakpoint.c (until_break_command): Adjust call to proceed. | |
10097 | * gdbthread.h (struct thread_control_state) <stepping_command>: | |
10098 | New field. | |
10099 | * infcall.c (run_inferior_call): Adjust call to proceed. | |
10100 | * infcmd.c (run_command_1, proceed_thread_callback, continue_1): | |
10101 | Adjust calls to proceed. | |
10102 | (set_step_frame): Set the current thread's step_start_function | |
10103 | here. | |
10104 | (step_once): Adjust calls to proceed. | |
10105 | (jump_command, signal_command, until_next_command) | |
10106 | (finish_backward, finish_forward, proceed_after_attach_callback) | |
10107 | (attach_command_post_wait): Adjust calls to proceed. | |
10108 | * infrun.c (proceed_after_vfork_done): Adjust call to proceed. | |
10109 | (do_target_resume): New function, factored out from ... | |
10110 | (resume): ... here. Remove 'step' parameter. Instead, check | |
10111 | currently_stepping to determine whether the thread should be | |
10112 | single-stepped. | |
10113 | (proceed): Remove 'step' parameter and don't set the thread's | |
10114 | step_start_function here. Adjust call to 'resume'. | |
10115 | (handle_inferior_event): Adjust calls to 'resume'. | |
10116 | (switch_back_to_stepped_thread): Use do_target_resume instead of | |
10117 | 'resume'. | |
10118 | (keep_going): Adjust calls to 'resume'. | |
10119 | * infrun.h (proceed): Remove 'step' parameter. | |
10120 | (resume): Likewise. | |
10121 | * windows-nat.c (do_initial_windows_stuff): Adjust call to | |
10122 | 'resume'. | |
10123 | * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'. | |
10124 | ||
856e7dd6 PA |
10125 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10126 | ||
10127 | * gdbthread.h (struct thread_control_state) <stepping_command>: | |
10128 | New field. | |
10129 | * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set | |
10130 | the thread's stepping_command field. | |
10131 | * infrun.c (resume): Check the thread's stepping_command flag to | |
10132 | determine which threads should be resumed. Rename 'entry_step' | |
10133 | local to user_step. | |
10134 | (clear_proceed_status_thread): Clear 'stepping_command'. | |
10135 | (schedlock_applies): Change parameter type to struct thread_info | |
10136 | pointer. Adjust. | |
10137 | (find_thread_needs_step_over): Remove 'step' parameter. Adjust. | |
10138 | (switch_back_to_stepped_thread): Adjust calls to | |
10139 | 'schedlock_applies'. | |
10140 | (_initialize_infrun): Adjust "set scheduler-locking step" help. | |
10141 | ||
885eeb5b PA |
10142 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10143 | ||
10144 | * infrun.c (step_start_function): Delete and ... | |
10145 | * gdbthread.h (struct thread_control_state) <step_start_function>: | |
10146 | ... now a field here. | |
10147 | * infrun.c (clear_proceed_status_thread): Clear the thread's | |
10148 | step_start_function. | |
10149 | (proceed, process_event_stop_test, print_stop_event): Adjust. | |
10150 | ||
3333f03a PA |
10151 | 2015-03-24 Pedro Alves <palves@redhat.com> |
10152 | ||
10153 | * infrun.c (proceed): No longer handle negative step. | |
10154 | ||
369f6daa GB |
10155 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10156 | ||
10157 | * nat/x86-linux.h (x86_linux_new_thread): New declaration. | |
10158 | (x86_linux_prepare_to_resume): Likewise. | |
10159 | * x86-linux-nat.c (x86_linux_new_thread): | |
10160 | Moved to nat/x86-linux.c. | |
10161 | (x86_linux_prepare_to_resume): Likewise. | |
10162 | * nat/x86-linux.c (x86_linux_new_thread): New function. | |
10163 | (x86_linux_prepare_to_resume): Likewise. | |
10164 | ||
8e5d4070 GB |
10165 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10166 | ||
10167 | * nat/x86-linux-dregs.h: New file. | |
10168 | * nat/x86-linux-dregs.c: Likewise. | |
10169 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h. | |
10170 | (x86-linux-dregs.o): New rule. | |
10171 | * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o. | |
10172 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
10173 | * x86-linux-nat.c: Include nat/x86-linux-dregs.h. | |
10174 | (u_debugreg_offset): Moved to nat/x86-linux-dregs.c. | |
10175 | (x86_linux_dr_get): Likewise. | |
10176 | (x86_linux_dr_set): Likewise. | |
10177 | (x86_linux_dr_get_addr): Likewise. | |
10178 | (x86_linux_dr_get_control): Likewise. | |
10179 | (x86_linux_dr_get_status): Likewise. | |
10180 | (update_debug_registers_callback): Likewise. | |
10181 | (x86_linux_dr_set_control): Likewise. | |
10182 | (x86_linux_dr_set_addr): Likewise. | |
10183 | (x86_linux_update_debug_registers): Likewise. | |
10184 | ||
2b95d440 GB |
10185 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10186 | ||
10187 | * x86-linux-nat.c (x86_linux_update_debug_registers): | |
10188 | New function, factored out from... | |
10189 | (x86_linux_prepare_to_resume): ...this. | |
10190 | ||
14b0bc68 GB |
10191 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10192 | ||
10193 | * x86-linux-nat.c (x86_linux_dr_get): Update comments. | |
10194 | (x86_linux_dr_set): Likewise. | |
10195 | (x86_linux_dr_get_addr): Likewise. | |
10196 | (x86_linux_dr_get_control): Likewise. | |
10197 | (x86_linux_dr_get_status): Likewise. | |
10198 | (update_debug_registers_callback): Likewise. | |
10199 | (x86_linux_dr_set_control): Likewise. | |
10200 | (x86_linux_dr_set_addr): Likewise. | |
10201 | (x86_linux_prepare_to_resume): Likewise. | |
10202 | (x86_linux_new_thread): Likewise. | |
10203 | ||
5dfe6ca8 GB |
10204 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10205 | ||
10206 | * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion. | |
10207 | (x86_linux_new_thread): Rename argument. | |
10208 | ||
4b134ca1 GB |
10209 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10210 | ||
10211 | * nat/x86-linux.h: New file. | |
10212 | * nat/x86-linux.c: Likewise. | |
10213 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h. | |
10214 | (x86-linux.o): New rule. | |
10215 | * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o. | |
10216 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
10217 | * nat/linux-nat.h (struct arch_lwp_info): New forward declaration. | |
10218 | (lwp_set_arch_private_info): New declaration. | |
10219 | (lwp_arch_private_info): Likewise. | |
10220 | * linux-nat.c (lwp_set_arch_private_info): New function. | |
10221 | (lwp_arch_private_info): Likewise. | |
10222 | * x86-linux-nat.c: Include nat/x86-linux.h. | |
10223 | (arch_lwp_info): Removed structure. | |
10224 | (update_debug_registers_callback): | |
10225 | Use lwp_set_debug_registers_changed. | |
10226 | (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed | |
10227 | and lwp_set_debug_registers_changed. | |
10228 | (x86_linux_new_thread): Use lwp_set_debug_registers_changed. | |
10229 | ||
cff068da GB |
10230 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10231 | ||
10232 | * nat/linux-nat.h (ptid_of_lwp): New declaration. | |
10233 | (lwp_is_stopped): Likewise. | |
10234 | (lwp_stop_reason): Likewise. | |
10235 | * linux-nat.c (ptid_of_lwp): New function. | |
10236 | (lwp_is_stopped): Likewise. | |
10237 | (lwp_is_stopped_by_watchpoint): Likewise. | |
10238 | * x86-linux-nat.c (update_debug_registers_callback): | |
10239 | Use lwp_is_stopped. | |
10240 | (x86_linux_prepare_to_resume): Use ptid_of_lwp and | |
10241 | lwp_stop_reason. | |
10242 | ||
b2f7c7e8 GB |
10243 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10244 | ||
10245 | * linux-nat.h (linux_stop_lwp): Move declaration to... | |
10246 | * nat/linux-nat.h (linux_stop_lwp): New declaration. | |
10247 | ||
6d4ee8c6 GB |
10248 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10249 | ||
10250 | * linux-nat.h: Include nat/linux-nat.h. | |
10251 | (iterate_over_lwps): Move declaration to nat/linux-nat.h. | |
10252 | * nat/linux-nat.h (struct lwp_info): New forward declaration. | |
10253 | (iterate_over_lwps_ftype): New typedef. | |
10254 | (iterate_over_lwps): New declaration. | |
10255 | * linux-nat.h (iterate_over_lwps): Update comment. Use | |
10256 | iterate_over_lwps_ftype. Update callback return value check. | |
10257 | ||
70a0bb6b GB |
10258 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10259 | ||
10260 | * x86-nat.h (x86_debug_reg_state): Move declaration to... | |
10261 | * nat/x86-dregs.h (x86_debug_reg_state): New declaration. | |
10262 | ||
7b669087 GB |
10263 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
10264 | ||
10265 | * nat/linux-nat.h (current_lwp_ptid): New declaration. | |
10266 | * linux-nat.c (current_lwp_ptid): New function. | |
10267 | * x86-linux-nat.c: Include nat/linux-nat.h. | |
10268 | (x86_linux_dr_get_addr): Use current_lwp_ptid. | |
10269 | (x86_linux_dr_get_control): Likewise. | |
10270 | (x86_linux_dr_get_status): Likewise. | |
10271 | (x86_linux_dr_set_control): Likewise. | |
10272 | (x86_linux_dr_set_addr): Likewise. | |
10273 | ||
15630549 AT |
10274 | 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com> |
10275 | ||
10276 | PR breakpoints/16466 | |
10277 | * breakpoint.c (create_breakpoint): Set thread on breakpoint struct. | |
10278 | ||
8a4506c0 JB |
10279 | 2015-03-23 Joel Brobecker <brobecker@adacore.com> |
10280 | ||
10281 | * ser-mingw.c (ser_windows_setparity): Fix indentation. | |
10282 | * ser-unix.c (hardwire_setparity): Likewise. | |
10283 | ||
236af5e3 YG |
10284 | 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com> |
10285 | ||
10286 | * NEWS: Mention set/show serial parity command. | |
10287 | * monitor.c (monitor_open): Call serial_setparity. | |
10288 | * remote.c (remote_open_1): Likewise. | |
10289 | * ser-base.c (ser_base_serparity): New function. | |
10290 | * ser-base.h (ser_base_setparity): Add declaration. | |
10291 | * ser-go32.c (dos_ops): Set "setparity" field. | |
10292 | * ser-mingw.c (ser_windows_raw): Do not set state.fParity and | |
10293 | state.Parity. | |
10294 | (ser_windows_setparity): New function. | |
10295 | (hardwire_ops): Add ser_windows_setparity. | |
10296 | (tty_ops): Add NULL for setparity field. | |
10297 | (pipe_ops): Add ser_base_setparity. | |
10298 | (tcp_ops): Likewise. | |
10299 | * ser-pipe.c (pipe_ops): Likewise. | |
10300 | * ser-tcp.c (tcp_ops): Likewise. | |
10301 | * ser-unix.c (hardwire_setparity): Add declaration. | |
10302 | (hardwire_raw): Don't reset PARENB flag. | |
10303 | (hardwire_setparity): New function. | |
10304 | (hardwire_ops): Add hardwire_setparity. | |
10305 | * serial.c (serial_setparity): New function. | |
10306 | (serial_parity): New global. | |
10307 | (parity_none, parity_odd, parity_even, parity_enums, parity): | |
10308 | New static globals. | |
10309 | (set_parity): New function. | |
10310 | (_initialize_serial): Add set/show serial parity commands. | |
10311 | * serial.h (GDBPARITY_NONE): Define. | |
10312 | (GDBPARITY_ODD): Define. | |
10313 | (GDBPARITY_EVEN): Define. | |
10314 | (serial_setparity) Add declaration. | |
10315 | (struct serial_ops): Add setparity field. | |
10316 | * target.h (serial_parity): Add declaration. | |
10317 | ||
32b40af9 KS |
10318 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
10319 | ||
10320 | * linespec.c (linespec_lexer_lex_keyword): Update comment. | |
10321 | ||
693dca06 KS |
10322 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
10323 | ||
10324 | * breakpoint.c (parse_breakpoint_sals): Use | |
10325 | linespec_lexer_lex_keyword to ascertain if the user specified | |
10326 | a NULL location. | |
10327 | * linespec.c [IF_KEYWORD_INDEX]: Define. | |
10328 | (linespec_lexer_lex_keyword): Export. | |
10329 | (struct ls_parser) <keyword_ok>: Remove. | |
10330 | A keyword is only a keyword if not followed by another keyword. | |
10331 | (linespec_lexer_lex_one): Remove keyword_ok handling. | |
10332 | Add comment explaining why the parsing stream is not advanced | |
10333 | when a keyword is seen. | |
10334 | (parse_linespec): Remove parser->keyword_ok. | |
10335 | * linespec.h (linespec_lexer_lex_keyword): Add declaration. | |
10336 | ||
7e993ebf KS |
10337 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
10338 | ||
10339 | PR gdb/18021 | |
10340 | * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint | |
10341 | if we find a static method with DW_AT_vtable_elem_location. | |
10342 | ||
b1a0f704 EZ |
10343 | 2015-03-21 Eli Zaretskii <eliz@gnu.org> |
10344 | ||
10345 | * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter | |
10346 | before the second loop, to avoid undefined behavior. Reported by | |
10347 | Anton Blanchard <anton@samba.org>. | |
10348 | ||
d9823cbb KB |
10349 | 2015-03-20 Keven Boell <keven.boell@intel.com> |
10350 | ||
10351 | * gdbtypes.c (resolve_dynamic_type_internal): Adapt | |
10352 | data_location usage to linked list. | |
10353 | (resolve_dynamic_type_internal): Adapt data_location to | |
10354 | linked list. | |
10355 | (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function. | |
10356 | (copy_type_recursive, copy_type): Add copy of linked list. | |
10357 | * gdbtypes.h (enum dynamic_prop_node_kind): New enum. | |
10358 | (struct dynamic_prop_list): New struct. | |
10359 | * dwarf2read.c (set_die_type): Set data_location data. | |
10360 | ||
2e7bf1d7 PA |
10361 | 2015-03-20 Pedro Alves <palves@redhat.com> |
10362 | ||
10363 | * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to | |
10364 | inner block and make it const. | |
10365 | * machoread.c (get_archive_prefix_len): Make "lparen" const. | |
10366 | ||
7a26bd4d PA |
10367 | 2015-03-20 Pedro Alves <palves@redhat.com> |
10368 | ||
10369 | * breakpoint.c (set_breakpoint_condition): Make argument "exp" const. | |
10370 | * breakpoint.h (set_breakpoint_condition): Update declaration. | |
10371 | ||
cd46431b PA |
10372 | 2015-03-20 Pedro Alves <palves@redhat.com> |
10373 | ||
10374 | * tui/tui-io.c (tui_expand_tabs): Make "s1" const. | |
10375 | ||
e28566f7 PA |
10376 | 2015-03-20 Pedro Alves <palves@redhat.com> |
10377 | ||
10378 | * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const. | |
10379 | ||
f6fc92f6 PA |
10380 | 2015-03-20 Pedro Alves <palves@redhat.com> |
10381 | ||
10382 | * remote-m32r-sdi.c (m32r_open): Make "port_str" const. | |
10383 | ||
c32ed3ef PA |
10384 | 2015-03-20 Pedro Alves <palves@redhat.com> |
10385 | ||
10386 | * nto-tdep.c (nto_find_and_open_solib): Make "endian" const. | |
10387 | (nto_init_solib_absolute_prefix): Likewise. | |
10388 | ||
53e78085 PA |
10389 | 2015-03-20 Pedro Alves <palves@redhat.com> |
10390 | ||
10391 | * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const. | |
10392 | * spu-tdep.c (spu_gdbarch_init): Make "name" const. | |
10393 | ||
bc23328c JK |
10394 | 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
10395 | ||
10396 | * config/djgpp/README: Remove gdb.hp. | |
10397 | ||
e8ffc436 YQ |
10398 | 2015-03-20 Yao Qi <yao.qi@linaro.org> |
10399 | ||
10400 | * aarch64-tdep.c (aarch64_gdbarch_init): Don't call | |
10401 | set_gdbarch_cannot_step_breakpoint. | |
10402 | ||
23f238d3 PA |
10403 | 2015-03-19 Pedro Alves <palves@redhat.com> |
10404 | ||
10405 | * linux-nat.c (linux_resume_one_lwp): Rename to ... | |
10406 | (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here, | |
10407 | instead call perror_with_name. | |
10408 | (check_ptrace_stopped_lwp_gone): New function. | |
10409 | (linux_resume_one_lwp): Reimplement as wrapper around | |
10410 | linux_resume_one_lwp_throw that swallows errors if the LWP is | |
10411 | gone. | |
10412 | (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and | |
10413 | swallows errors if the LWP is gone. Use | |
10414 | linux_resume_one_lwp_throw instead of linux_resume_one_lwp. | |
10415 | ||
eb54c8bf PA |
10416 | 2015-03-19 Pedro Alves <palves@redhat.com> |
10417 | ||
10418 | * linux-nat.c (status_callback): Return early if the LWP has no | |
10419 | status pending. | |
10420 | ||
b90fc188 PA |
10421 | 2015-03-19 Pedro Alves <palves@redhat.com> |
10422 | ||
10423 | * linux-nat.c (select_event_lwp_callback): Update comment to no | |
10424 | longer mention SIGTRAP. | |
10425 | ||
670f82d4 TG |
10426 | 2015-03-18 Tristan Gingold <gingold@adacore.com> |
10427 | ||
72f4393d L |
10428 | * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move |
10429 | redirection code to ... | |
10430 | (amd64_windows_frame_decode_insns): ... Here. Fix in prologue | |
10431 | checks. Fix SAVE_NONVOL operations. Add debug code and comments. | |
670f82d4 | 10432 | |
464b0089 GB |
10433 | 2015-03-18 Gary Benson <gbenson@redhat.com> |
10434 | ||
10435 | (remote_protocol_features): Remove the "vFile:fstat" feature. | |
10436 | (remote_hostio_fstat): Probe for "vFile:fstat" support. | |
10437 | ||
f68f11b7 YQ |
10438 | 2015-03-11 Yao Qi <yao.qi@linaro.org> |
10439 | ||
10440 | PR tdep/18107 | |
10441 | * aarch64-linux-tdep.c: Include xml-syscall.h | |
10442 | (aarch64_linux_get_syscall_number): New function. | |
10443 | (aarch64_linux_init_abi): Call | |
10444 | set_gdbarch_get_syscall_number. | |
10445 | * syscalls/aarch64-linux.xml: New file. | |
10446 | ||
393bd0c0 YG |
10447 | 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com> |
10448 | ||
10449 | * ser-base.h (ser_base_setstopbits): Change second argument name | |
10450 | from "rate" to "num". | |
10451 | ||
7f3647e2 GB |
10452 | 2015-03-17 Gary Benson <gbenson@redhat.com> |
10453 | Luke Allardyce <lukeallardyce@gmail.com> | |
10454 | ||
10455 | PR gdb/18131 | |
10456 | * common/common-remote-fileio.h (sys/stat.h): New include. | |
10457 | (stuct stat): Remove forward declaration. | |
10458 | ||
3ce5b6e2 JB |
10459 | 2015-03-16 John Baldwin <jhb@FreeBSD.org> |
10460 | ||
10461 | * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers | |
10462 | before writing core register notes. | |
10463 | ||
d053f6be YZ |
10464 | 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com> |
10465 | Pedro Alves <palves@redhat.com> | |
10466 | ||
10467 | * gdb_curses.h (tgetnum): Mark with EXTERN_C. | |
10468 | * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs) | |
10469 | (tgoto): Wrap with extern "C". | |
10470 | ||
b1a921c8 PA |
10471 | 2015-03-16 Pedro Alves <palves@redhat.com> |
10472 | Yuanhui Zhang <asmwarrior@gmail.com> | |
10473 | ||
10474 | * stub-termcap.c (tputs): Change prototype. | |
10475 | ||
876d1cd7 YZ |
10476 | 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com> |
10477 | Pedro Alves <palves@redhat.com> | |
10478 | ||
10479 | * windows-nat.c (struct thread_info_struct): Rename to ... | |
10480 | (struct windows_thread_info_struct): ... this. | |
10481 | (thread_info): Rename to ... | |
10482 | (windows_thread_info): ... this. | |
10483 | All users updated. | |
10484 | ||
0800b440 JK |
10485 | 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com> |
10486 | Pedro Alves <palves@redhat.com> | |
10487 | ||
10488 | * NEWS: New Removed targets and native configurations. | |
10489 | ||
10490 | 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com> | |
61a12cfa JK |
10491 | |
10492 | Remove HPUX. | |
10493 | * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o. | |
10494 | (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o. | |
10495 | (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and | |
10496 | ia64-hpux-tdep.h, solib-ia64-hpux.h. | |
10497 | (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c, | |
10498 | ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c. | |
10499 | * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and | |
10500 | hppa-hpux-tdep.c. | |
10501 | * config/ia64/hpux.mh: Remove file. | |
10502 | * config/pa/hpux.mh: Remove file. | |
10503 | * configure: Rebuilt. | |
10504 | * configure.ac (dlgetmodinfo, somread.o): Remove. | |
10505 | * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. | |
10506 | (ia64-*-hpux*): Remove its float format exception. | |
10507 | * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. | |
10508 | * hppa-hpux-nat.c: Remove file. | |
10509 | * hppa-hpux-tdep.c: Remove file. | |
10510 | * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private): | |
10511 | Move them here from hppa-tdep.h | |
10512 | (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static. | |
10513 | (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception. | |
10514 | * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private): | |
10515 | Move them to hppa-tdep.c. | |
10516 | (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove | |
10517 | declarations. | |
10518 | * ia64-hpux-nat.c: Remove file. | |
10519 | * ia64-hpux-tdep.c: Remove file. | |
10520 | * ia64-hpux-tdep.h: Remove file. | |
10521 | * inf-ttrace.c: Remove file. | |
10522 | * inf-ttrace.h: Remove file. | |
10523 | * solib-ia64-hpux.c: Remove file. | |
10524 | * solib-ia64-hpux.h: Remove file. | |
10525 | * solib-pa64.c: Remove file. | |
10526 | * solib-pa64.h: Remove file. | |
10527 | * solib-som.c: Remove file. | |
10528 | * solib-som.h: Remove file. | |
10529 | * somread.c: Remove file. | |
10530 | ||
25268153 JB |
10531 | 2015-03-13 John Baldwin <jhb@FreeBSD.org> |
10532 | ||
10533 | * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util). | |
10534 | * config.in: Regenerate. | |
10535 | * configure: Regenerate. | |
10536 | * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't | |
72f4393d | 10537 | define. |
25268153 JB |
10538 | (fbsd_find_memory_regions): Use kinfo_getvmmap to |
10539 | enumerate memory regions if present. | |
10540 | ||
773eacf5 JB |
10541 | 2015-03-13 John Baldwin <jhb@FreeBSD.org> |
10542 | ||
10543 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes. | |
10544 | * i386fbsd-tdep.c: Fix style in various gdb_static_assert | |
10545 | expressions. | |
10546 | (i386fbsd_sigtramp_p): Likewise. | |
10547 | ||
01b6bdb0 JB |
10548 | 2015-03-12 John Baldwin <jhb@FreeBSD.org> |
10549 | ||
10550 | * MAINTAINERS (Write After Approval): Add John Baldwin. | |
10551 | ||
811a659a GB |
10552 | 2015-03-12 Gary Benson <gbenson@redhat.com> |
10553 | ||
10554 | * solib.c (_initialize_solib): Make "set/show sysroot" use | |
10555 | add_setshow_optional_filename_cmd so it can be restored to | |
10556 | empty after being set. | |
10557 | ||
10304ef3 SDJ |
10558 | 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com> |
10559 | ||
10560 | * Makefile.in (SFILES): New source break-catch-syscall.c. | |
10561 | (COMMON_OBS): New object break-catch-syscall.o. | |
10562 | * break-catch-syscall.c: New file. | |
10563 | * breakpoint.c: Remove inclusion of "xml-syscall.h". | |
10564 | (syscall_catchpoint_p): Move declaration to break-catch-syscall.c | |
10565 | (struct syscall_catchpoint): Likewise. | |
10566 | (dtor_catch_syscall): Likewise. | |
10567 | (catch_syscall_inferior_data): Likewise. | |
10568 | (struct catch_syscall_inferior_data): Likewise. | |
10569 | (get_catch_syscall_inferior_data): Likewise. | |
10570 | (catch_syscall_inferior_data_cleanup): Likewise. | |
10571 | (insert_catch_syscall): Likewise. | |
10572 | (remove_catch_syscall): Likewise. | |
10573 | (breakpoint_hit_catch_syscall): Likewise. | |
10574 | (print_it_catch_syscall): Likewise. | |
10575 | (print_one_catch_syscall): Likewise. | |
10576 | (print_mention_catch_syscall): Likewise. | |
10577 | (print_recreate_catch_syscall): Likewise. | |
10578 | (catch_syscall_breakpoint_ops): Likewise. | |
10579 | (syscall_catchpoint_p): Likewise. | |
10580 | (create_syscall_event_catchpoint): Likewise. | |
10581 | (catch_syscall_split_args): Likewise. | |
10582 | (catch_syscall_command_1): Likewise. | |
10583 | (is_syscall_catchpoint_enabled): Likewise. | |
10584 | (catch_syscall_enabled): Likewise. | |
10585 | (catching_syscall_number): Likewise. | |
10586 | (catch_syscall_completer): Likewise. | |
10587 | (clear_syscall_counts): Likewise. | |
10588 | (initialize_breakpoint_ops): Move initialization of syscall | |
10589 | catchpoints to break-catch-syscall.c. | |
10590 | (_initialize_breakpoint): Move code related to syscall catchpoints | |
10591 | to break-catch-syscall.c. | |
10592 | ||
badd37ce SDJ |
10593 | 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com> |
10594 | ||
10595 | * breakpoint.c (breakpoint_find_if): New function. | |
10596 | * breakpoint.h (breakpoint_find_if): New prototype. | |
10597 | ||
0a93529c GB |
10598 | 2015-03-11 Gary Benson <gbenson@redhat.com> |
10599 | ||
10600 | * remote-fileio.h (remote_fileio_to_host_stat): New declaration. | |
10601 | * remote-fileio.c (remote_fileio_to_host_uint): New function. | |
10602 | (remote_fileio_to_host_ulong): Likewise. | |
10603 | (remote_fileio_to_host_mode): Likewise. | |
10604 | (remote_fileio_to_host_time): Likewise. | |
10605 | (remote_fileio_to_host_stat): Likewise. | |
10606 | * remote.c (PACKET_vFile_fstat): New enum value. | |
10607 | (remote_protocol_features): Register the "vFile:fstat" feature. | |
10608 | (remote_hostio_fstat): New function. | |
10609 | (remote_bfd_iovec_stat): Use the above. | |
10610 | (_initialize_remote): Register new "set/show remote | |
10611 | hostio-fstat-packet" command. | |
10612 | * symfile.c (separate_debug_file_exists): Update comment. | |
10613 | * NEWS: Announce new vFile:fstat packet. | |
10614 | ||
791c0056 GB |
10615 | 2015-03-11 Gary Benson <gbenson@redhat.com> |
10616 | ||
10617 | * common/common-remote-fileio.h: New file. | |
10618 | * common/common-remote-fileio.c: Likewise. | |
10619 | * Makefile.in (SFILES): Add common/common-remote-fileio.c. | |
10620 | (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h. | |
10621 | (COMMON_OBS): Add common-remote-fileio.o. | |
10622 | (common-remote-fileio.o): New rule. | |
10623 | * remote-fileio.h (common-remote-fileio.h): New include. | |
10624 | * remote-fileio.c (gdb/fileio.h): Do not include. | |
10625 | (remote_fileio_to_be): Moved to common-remote-fileio.h. | |
10626 | (remote_fileio_to_fio_uint): Likewise. | |
10627 | (remote_fileio_to_fio_time): Likewise. | |
10628 | (remote_fileio_mode_to_target): Moved to common-remote-fileio.c. | |
10629 | (remote_fileio_to_fio_mode): Likewise. | |
10630 | (remote_fileio_to_fio_ulong): Likewise. | |
10631 | (remote_fileio_to_fio_stat): Likewise. | |
10632 | ||
1390d0ef AW |
10633 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
10634 | ||
10635 | * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which | |
10636 | we were checking the cached type, not the cached dynamic type. | |
10637 | ||
84a4591a AW |
10638 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
10639 | ||
10640 | * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and | |
10641 | other strings, as these are on the GC'd heap, and will be | |
10642 | collected along with the smob. | |
10643 | ||
85642ba0 AW |
10644 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
10645 | ||
10646 | * guile/scm-objfile.c (gdbscm_objfile_progspace): New function. | |
10647 | (objfile_functions): Bind gdbscm_objfile_progspace to | |
10648 | objfile-progspace. | |
10649 | * guile/lib/gdb.scm: Add objfile-progspace to exports. | |
10650 | ||
92fab5a6 AW |
10651 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
10652 | ||
10653 | * guile/guile.c (_initialize_guile): Disable automatic | |
10654 | finalization, if Guile offers us that possibility. | |
10655 | * guile/guile.c (call_initialize_gdb_module): | |
10656 | * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run | |
10657 | finalizers in appropriate places. | |
10658 | * configure.ac (AC_TRY_LIBGUILE): Add a check for | |
10659 | scm_set_automatic_finalization_enabled. | |
10660 | * configure: Regenerated. | |
10661 | ||
f054145e AA |
10662 | 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com> |
10663 | ||
10664 | * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using | |
10665 | SAL, if possible. | |
10666 | ||
18396193 AA |
10667 | 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com> |
10668 | ||
10669 | * s390-linux-nat.c (struct arch_lwp_info): New. | |
10670 | (s390_fix_watch_points): Rename to... | |
10671 | (s390_prepare_to_resume): ...this. Skip the PER info update | |
10672 | unless the watch points have changed. | |
10673 | (s390_refresh_per_info, s390_new_thread): New functions. | |
10674 | (s390_insert_watchpoint): Call s390_refresh_per_info instead of | |
10675 | s390_fix_watch_points. | |
10676 | (s390_remove_watchpoint): Likewise. | |
10677 | (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points. | |
10678 | Register s390_prepare_to_resume. | |
10679 | ||
9eb1356e PA |
10680 | 2015-03-09 Pedro Alves <palves@redhat.com> |
10681 | ||
10682 | Revert: | |
10683 | 2015-03-07 Pedro Alves <palves@redhat.com> | |
10684 | * common/gdb_socket.h: New file. | |
10685 | * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor | |
10686 | sys/socket.h. | |
10687 | (net_open): Use union gdb_sockaddr_u. | |
10688 | ||
aac331e4 PA |
10689 | 2015-03-07 Pedro Alves <palves@redhat.com> |
10690 | ||
10691 | * configure.ac (build_warnings): Move -Wmissing-prototypes | |
10692 | -Wdeclaration-after-statement -Wmissing-parameter-type | |
10693 | -Wold-style-declaration -Wold-style-definition to the C-specific | |
10694 | set. | |
10695 | * configure: Regenerate. | |
10696 | ||
366c75fc PA |
10697 | 2015-03-07 Pedro Alves <palves@redhat.com> |
10698 | ||
10699 | * common/gdb_socket.h: New file. | |
10700 | * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor | |
10701 | sys/socket.h. | |
10702 | (net_open): Use union gdb_sockaddr_u. | |
10703 | ||
72df25b2 PA |
10704 | 2015-03-07 Pedro Alves <palves@redhat.com> |
10705 | ||
10706 | * common/common-exceptions.c [!__cplusplus] (enum catcher_state) | |
10707 | (exceptions_state_mc_action_iter) | |
10708 | (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch): | |
10709 | Don't define. | |
10710 | [__cplusplus] (try_scope_depth): New global. | |
10711 | [__cplusplus] (exception_try_scope_entry) | |
10712 | (exception_try_scope_exit, gdb_exception_sliced_copy) | |
10713 | (exception_rethrow): New functions. | |
10714 | (throw_exception): In C++ mode, throw | |
10715 | gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and | |
10716 | gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR. | |
10717 | (throw_it): In C++ mode, use try_scope_depth. | |
10718 | * common/common-exceptions.h [!__cplusplus] | |
10719 | (exceptions_state_mc_action_iter) | |
10720 | (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch): | |
10721 | Don't declare. | |
10722 | [__cplusplus] (exception_try_scope_entry) | |
10723 | (exception_try_scope_exit, exception_rethrow): Declare. | |
10724 | [__cplusplus] (struct exception_try_scope): New struct. | |
10725 | [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real | |
10726 | C++ exceptions. | |
10727 | (struct gdb_exception_RETURN_MASK_ALL) | |
10728 | (struct gdb_exception_RETURN_MASK_ERROR) | |
10729 | (struct gdb_exception_RETURN_MASK_QUIT): New types. | |
10730 | ||
284e6217 PA |
10731 | 2015-03-07 Pedro Alves <palves@redhat.com> |
10732 | ||
10733 | * main.c (handle_command_errors): Remove volatile qualifier from | |
10734 | parameter. | |
10735 | ||
6c63c96a PA |
10736 | 2015-03-07 Pedro Alves <palves@redhat.com> |
10737 | ||
10738 | * breakpoint.c (save_breakpoints): Adjust to avoid code between | |
10739 | TRY and CATCH. | |
10740 | * gdbtypes.c (safe_parse_type): Remove empty line. | |
10741 | (types_deeply_equal): | |
10742 | * guile/scm-frame.c (gdbscm_frame_name): | |
10743 | * linux-thread-db.c (find_new_threads_once): | |
10744 | * python/py-breakpoint.c (bppy_get_commands): | |
10745 | * record-btrace.c (record_btrace_insert_breakpoint) | |
10746 | (record_btrace_remove_breakpoint, record_btrace_start_replaying) | |
10747 | (record_btrace_start_replaying): Adjust to avoid code between TRY | |
10748 | and CATCH. | |
10749 | ||
492d29ea PA |
10750 | 2015-03-07 Pedro Alves <palves@redhat.com> |
10751 | ||
10752 | * common/common-exceptions.c (struct catcher) <exception>: No | |
10753 | longer a pointer to volatile exception. Now an exception value. | |
10754 | <mask>: Delete field. | |
10755 | (exceptions_state_mc_init): Remove all parameters. Adjust. | |
10756 | (exceptions_state_mc): No longer pop the catcher here. | |
10757 | (exceptions_state_mc_catch): New function. | |
10758 | (throw_exception): Adjust. | |
10759 | * common/common-exceptions.h (exceptions_state_mc_init): Remove | |
10760 | all parameters. | |
10761 | (exceptions_state_mc_catch): Declare. | |
10762 | (TRY_CATCH): Rename to ... | |
10763 | (TRY): ... this. Remove EXCEPTION and MASK parameters. | |
10764 | (CATCH, END_CATCH): New. | |
10765 | All callers adjusted. | |
10766 | ||
ece957c8 TT |
10767 | 2015-03-07 Tom Tromey <tromey@redhat.com> |
10768 | ||
10769 | * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX. | |
10770 | ||
7556d4a4 PA |
10771 | 2015-03-07 Pedro Alves <palves@redhat.com> |
10772 | ||
10773 | * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache) | |
10774 | (amd64_epilogue_frame_cache): Normal exception handling code. | |
10775 | * break-catch-throw.c (check_status_exception_catchpoint) | |
10776 | (re_set_exception_catchpoint): Ditto. | |
10777 | * cli/cli-interp.c (safe_execute_command): | |
10778 | * cli/cli-script.c (script_from_file): Ditto. | |
10779 | * compile/compile-c-symbols.c (generate_c_for_for_one_variable): | |
10780 | Ditto. | |
10781 | * compile/compile-object-run.c (compile_object_run): Ditto. | |
10782 | * cp-abi.c (baseclass_offset): Ditto. | |
10783 | * cp-valprint.c (cp_print_value): Ditto. | |
10784 | * exceptions.c (catch_exceptions_with_msg): | |
10785 | * frame-unwind.c (frame_unwind_try_unwinder): Ditto. | |
10786 | * frame.c (get_frame_address_in_block_if_available): Ditto. | |
10787 | * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache) | |
10788 | (i386_sigtramp_frame_cache): Ditto. | |
10789 | * infcmd.c (post_create_inferior): Ditto. | |
10790 | * linespec.c (parse_linespec, find_linespec_symbols): | |
10791 | * p-valprint.c (pascal_object_print_value): Ditto. | |
10792 | * parse.c (parse_expression_for_completion): Ditto. | |
10793 | * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto. | |
10794 | * remote.c (remote_get_noisy_reply): Ditto. | |
10795 | * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto. | |
10796 | * solib-svr4.c (solib_svr4_r_map): Ditto. | |
10797 | ||
f873665f | 10798 | 2015-03-06 Gary Benson <gbenson@redhat.com> |
61012eef GB |
10799 | |
10800 | * common/common-utils.h (startswith): New inline function. | |
10801 | All places where this logic was used updated to use the above. | |
10802 | ||
68901c4d PA |
10803 | 2015-03-05 Pedro Alves <palves@redhat.com> |
10804 | ||
10805 | PR gdb/18002 | |
10806 | * mem-break.c (default_memory_insert_breakpoint): Set shadow_len | |
10807 | after reading the breakpoint's shadow memory. | |
10808 | ||
2dcb2b1a MK |
10809 | 2015-03-05 Mark Kettenis <kettenis@gnu.org> |
10810 | ||
10811 | * hppabsd-nat.c: Remove file. | |
10812 | * hppaobsd-nat.c: New file. | |
10813 | * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add | |
10814 | hppaobsd-nat.c. | |
10815 | * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with | |
10816 | hppaobsd-nat.o. | |
10817 | ||
527a273a PA |
10818 | 2015-03-04 Pedro Alves <palves@redhat.com> |
10819 | ||
10820 | * target.h (struct target_ops) <to_decr_pc_after_break>: Delete. | |
10821 | (target_decr_pc_after_break): Delete declaration. | |
10822 | * target.c (default_target_decr_pc_after_break) | |
10823 | (target_decr_pc_after_break): Delete. | |
10824 | * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use | |
10825 | gdbarch_decr_pc_after_break instead of target_decr_pc_after_break. | |
10826 | * linux-thread-db.c (check_event): Likewise. | |
10827 | * infrun.c (adjust_pc_after_break): Likewise. | |
10828 | * darwin-nat.c (cancel_breakpoint): Likewise. | |
10829 | * aix-thread.c (aix_thread_wait): Likewise. | |
10830 | * target-delegates.c: Regenerate. | |
10831 | ||
faf09f01 PA |
10832 | 2015-03-04 Pedro Alves <palves@redhat.com> |
10833 | ||
10834 | * linux-nat.c (save_sigtrap): Check for breakpoints before | |
10835 | checking watchpoints. | |
10836 | (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a | |
10837 | breakpoint is inserted if relying on SIGTRAP's siginfo.si_code. | |
10838 | (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether | |
10839 | a breakpoint triggered based on the SIGTRAP's siginfo.si_code. | |
10840 | (linux_nat_stopped_by_sw_breakpoint) | |
10841 | (linux_nat_supports_stopped_by_sw_breakpoint) | |
10842 | (linux_nat_stopped_by_hw_breakpoint) | |
10843 | (linux_nat_supports_stopped_by_hw_breakpoint): New functions. | |
10844 | (linux_nat_wait_1): Don't re-increment the PC if relying on | |
10845 | SIGTRAP's siginfo->si_code. | |
10846 | (linux_nat_add_target): Install new target methods. | |
10847 | * linux-thread-db.c (check_event): Don't account for breakpoint PC | |
10848 | offset if the target already adjusted the PC. | |
10849 | * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New. | |
10850 | (GDB_ARCH_TRAP_BRKPT): New. | |
10851 | (TRAP_HWBKPT): Define if not already defined. | |
10852 | ||
f7e6eed5 PA |
10853 | 2015-03-04 Pedro Alves <palves@redhat.com> |
10854 | ||
10855 | * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons. | |
10856 | * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>: | |
10857 | Delete field. | |
10858 | <stop_reason>: New field. | |
10859 | (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values. | |
10860 | (packet_set_cmd_state): New function. | |
10861 | (remote_protocol_features): Register the "swbreak" and "hwbreak" | |
10862 | features. | |
10863 | (remote_query_supported): If not disabled with the corresponding | |
10864 | "set remote foo-packet" command, report support for the swbreak | |
10865 | and hwbreak features. | |
10866 | (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete | |
10867 | field. | |
10868 | <stop_reason>: New field. | |
10869 | (remote_parse_stop_reply): Handle "swbreak" and "hwbreak". | |
10870 | (remote_wait_as): Adjust. | |
10871 | (remote_stopped_by_sw_breakpoint) | |
10872 | (remote_supports_stopped_by_sw_breakpoint) | |
10873 | (remote_stopped_by_hw_breakpoint) | |
10874 | (remote_supports_stopped_by_hw_breakpoint): New functions. | |
10875 | (remote_stopped_by_watchpoint): New function. | |
10876 | (init_remote_ops): Install them. | |
10877 | (_initialize_remote): Register new "set/show remote | |
10878 | swbreak-feature-packet" and "set/show remote | |
10879 | swbreak-feature-packet" commands. | |
10880 | ||
9e8915c6 PA |
10881 | 2015-03-04 Pedro Alves <palves@redhat.com> |
10882 | ||
10883 | * btrace.h: Include target/waitstatus.h. | |
10884 | (struct btrace_thread_info) <stop_reason>: New field. | |
10885 | * record-btrace.c (record_btrace_step_thread): Use | |
10886 | record_check_stopped_by_breakpoint instead of breakpoint_here_p. | |
10887 | (record_btrace_decr_pc_after_break): Delete. | |
10888 | (record_btrace_stopped_by_sw_breakpoint) | |
10889 | (record_btrace_supports_stopped_by_sw_breakpoint) | |
10890 | (record_btrace_stopped_by_hw_breakpoint) | |
10891 | (record_btrace_supports_stopped_by_hw_breakpoint): New functions. | |
10892 | (init_record_btrace_ops): Install them. | |
10893 | * record-full.c (record_full_hw_watchpoint): Delete and replace | |
10894 | with ... | |
10895 | (record_full_stop_reason): ... this throughout. | |
10896 | (record_full_exec_insn): Adjust. | |
10897 | (record_full_wait_1): Adjust. No longer re-increment the PC. | |
10898 | (record_full_wait_1): Adjust. Use | |
10899 | record_check_stopped_by_breakpoint instead of breakpoint_here_p. | |
10900 | (record_full_stopped_by_watchpoint): Adjust. | |
10901 | (record_full_stopped_by_sw_breakpoint) | |
10902 | (record_full_supports_stopped_by_sw_breakpoint) | |
10903 | (record_full_supports_stopped_by_sw_breakpoint) | |
10904 | (record_full_stopped_by_hw_breakpoint) | |
10905 | (record_full_supports_stopped_by_hw_breakpoint): New functions. | |
10906 | (init_record_full_ops, init_record_full_core_ops): Install them. | |
10907 | * record.c (record_check_stopped_by_breakpoint): New function. | |
10908 | * record.h: Include target/waitstatus.h. | |
10909 | (record_check_stopped_by_breakpoint): New declaration. | |
10910 | ||
15c66dd6 PA |
10911 | 2015-03-04 Pedro Alves <palves@redhat.com> |
10912 | ||
10913 | enum lwp_stop_reason -> enum target_stop_reason | |
10914 | * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint) | |
10915 | (linux_nat_stopped_by_watchpoint, status_callback) | |
10916 | (linux_nat_wait_1): Adjust. | |
10917 | * linux-nat.h (enum lwp_stop_reason): Delete. | |
10918 | (struct lwp_info) <stop_reason>: Now an enum target_stop_reason. | |
10919 | * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust. | |
10920 | * target/waitstatus.h (enum target_stop_reason): New. | |
10921 | ||
1cf4d951 PA |
10922 | 2015-03-04 Pedro Alves <palves@redhat.com> |
10923 | ||
10924 | * breakpoint.c (need_moribund_for_location_type): New function. | |
10925 | (bpstat_stop_status): Don't skipping checking moribund locations | |
10926 | of breakpoint types which the target tell caused a stop. | |
10927 | (program_breakpoint_here_p): New function, factored out from ... | |
10928 | (bp_loc_is_permanent): ... this. | |
10929 | (update_global_location_list): Don't create a moribund location if | |
10930 | the target supports reporting stops of the type of the removed | |
10931 | breakpoint. | |
10932 | * breakpoint.h (program_breakpoint_here_p): New declaration. | |
10933 | * infrun.c (adjust_pc_after_break): Return early if the target has | |
10934 | already adjusted the PC. Add comments. | |
10935 | (handle_signal_stop): If nothing explains a signal, and the target | |
10936 | tells us the stop was caused by a software breakpoint, check if | |
10937 | there's a breakpoint instruction in the memory. If so, adjust the | |
10938 | PC before presenting the stop to the user. Otherwise, ignore the | |
10939 | trap. If nothing explains a signal, and the target tells us the | |
10940 | stop was caused by a hardware breakpoint, ignore the trap. | |
10941 | * target.h (struct target_ops) <to_stopped_by_sw_breakpoint, | |
10942 | to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint, | |
10943 | to_supports_stopped_by_hw_breakpoint>: New fields. | |
10944 | (target_stopped_by_sw_breakpoint) | |
10945 | (target_supports_stopped_by_sw_breakpoint) | |
10946 | (target_stopped_by_hw_breakpoint) | |
10947 | (target_supports_stopped_by_hw_breakpoint): Define. | |
10948 | * target-delegates.c: Regenerate. | |
10949 | ||
79639e11 PA |
10950 | 2015-03-04 Pedro Alves <palves@redhat.com> |
10951 | ||
10952 | * infrun.c (follow_fork_inferior): Use the whole of the | |
10953 | inferior_ptid and pending_follow.related_pid ptids instead of | |
10954 | building ptids from the process components. Adjust verbose output | |
10955 | to use target_pid_to_str. | |
10956 | * linux-nat.c (linux_child_follow_fork): Use the whole of the | |
10957 | inferior_ptid and pending_follow.related_pid ptids instead of | |
10958 | building ptids from the process components. | |
10959 | ||
e85e8e5e MK |
10960 | 2015-03-04 Mark Kettenis <kettenis@gnu.org> |
10961 | ||
10962 | * inf-ptrace.c [PT_GET_PROCESS_STATE] | |
10963 | (inf_ptrace_insert_fork_catchpoint): New function. | |
10964 | (inf_ptrace_remove_fork_catchpoint): New function. | |
10965 | (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them. | |
10966 | ||
87de11c0 AA |
10967 | 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
10968 | ||
10969 | * s390-linux-tdep.c (s390_register_name): Return empty string | |
10970 | instead of NULL for registers that shouldn't be visible. | |
10971 | ||
d851a69a AA |
10972 | 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
10973 | ||
10974 | * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall | |
10975 | XML file for 64-bit targets. | |
10976 | ||
b072f6c1 SM |
10977 | 2015-03-03 Simon Marchi <simon.marchi@ericsson.com> |
10978 | ||
10979 | * target.h (find_default_create_inferior): Remove declaration. | |
10980 | (find_default_attach): Likewise. | |
10981 | ||
c1593e4f PA |
10982 | 2015-03-03 Pedro Alves <palves@redhat.com> |
10983 | ||
10984 | * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace. | |
10985 | Use ptid_get_pid to get the overall process id when resuming all | |
10986 | threads. | |
10987 | ||
90ad5e1d PA |
10988 | 2015-03-03 Pedro Alves <palves@redhat.com> |
10989 | ||
10990 | * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of | |
10991 | the lwp field of ptid. Pass the full ptid to get_thread_regcache. | |
10992 | * inf-ptrace.c (get_ptrace_pid): New function. | |
10993 | (inf_ptrace_resume): Use it. | |
10994 | * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified | |
10995 | to the lower layer. | |
10996 | ||
d68e53f4 MM |
10997 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
10998 | ||
10999 | * nat/linux-btrace.c: Include sys/utsname.h. | |
11000 | (linux_determine_kernel_ptr_bits): New. | |
11001 | (linux_enable_bts): Call linux_determine_kernel_ptr_bits. | |
11002 | * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero | |
11003 | ptr_bits. | |
11004 | ||
986b6601 MM |
11005 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
11006 | ||
11007 | * btrace.c (ftrace_update_function): Treat return as tailcall for | |
11008 | "_dl_runtime_resolve". | |
11009 | ||
ce0dfbea MM |
11010 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
11011 | ||
11012 | * btrace.h (btrace_function) <lbegin, lend>: Remove. | |
11013 | * btrace.c (ftrace_debug): Do not print the line range. | |
11014 | (ftrace_skip_file, ftrace_update_lines): Remove. | |
11015 | (ftrace_new_function): Remove lbegin and lend initialization. | |
11016 | (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines. | |
11017 | * record-btrace.c (btrace_compute_src_line_range): New. | |
11018 | (btrace_call_history_src_line): Call btrace_compute_src_line_range. | |
11019 | ||
95e50b27 PA |
11020 | 2015-03-02 Pedro Alves <palves@redhat.com> |
11021 | ||
11022 | * infrun.c (follow_exec): Delete all threads of the process except | |
11023 | the event thread. Extended comments. | |
11024 | ||
00e474c2 JB |
11025 | 2015-03-02 Joel Brobecker <brobecker@adacore.com> |
11026 | ||
11027 | * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false". | |
11028 | ||
cc7039d3 JB |
11029 | 2015-03-02 Joel Brobecker <brobecker@adacore.com> |
11030 | ||
11031 | * utils.h: Remove <stdbool.h> #include. | |
11032 | (producer_is_gcc): Change return type to "int". | |
11033 | * utils.c (producer_is_gcc): Change return type to int. | |
11034 | Return 1 instead of true, and 0 instead of false. | |
11035 | Adjust function documentation accordingly. | |
11036 | ||
550bdf96 AA |
11037 | 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com> |
11038 | ||
11039 | * s390-linux-nat.c (have_regset_vxrs): New static variable. | |
11040 | (s390_linux_fetch_inferior_registers): Handle vector registers, if | |
11041 | present. | |
11042 | (s390_linux_store_inferior_registers): Likewise. | |
11043 | (s390_get_hwcap): Remove function. Embed its logic... | |
11044 | (s390_read_description): ...here. Yield a target description with | |
11045 | vector registers if applicable. | |
11046 | * s390-linux-tdep.c: Include "features/s390-vx-linux64.c", | |
11047 | "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and | |
11048 | "features/s390x-tevx-linux64.c". | |
11049 | (struct gdbarch_tdep) <v0_full_regnum>: New field. | |
11050 | (s390_dwarf_regmap): Add vector registers. Remove bogus entries | |
11051 | for "GNU/Linux-specific registers". | |
11052 | (s390_dwarf_reg_r0l): New enum value. | |
11053 | (s390_dwarf_reg_to_regnum): Support vector registers. | |
11054 | (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers | |
11055 | of GPR lower halves. | |
11056 | (regnum_is_vxr_full): New function. | |
11057 | (s390_register_name): New function. | |
11058 | (s390_pseudo_register_name): Handle v0-v15, which are composed of | |
11059 | f0-f15 and v0l-v15l. | |
11060 | (s390_pseudo_register_type): Likewise. | |
11061 | (s390_pseudo_register_read): Likewise. | |
11062 | (s390_pseudo_register_write): Likewise. | |
11063 | (s390_value_from_register): Account for the fact that values are | |
11064 | placed left-justified in vector registers. | |
11065 | (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to | |
11066 | the vector reggroup and omit them from the general reggroup. | |
11067 | (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps. | |
11068 | (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets. | |
11069 | (s390_iterate_over_regset_sections): Add iterations for the two | |
11070 | new vector regsets. | |
11071 | (s390_core_read_description): Yield a target description with | |
11072 | vector registers if applicable. | |
11073 | (s390_gdbarch_init): Handle target descriptions with vector | |
11074 | registers. Add "register_name" gdbarch method. | |
11075 | (_initialize_s390_tdep): Call new tdesc initialization functions. | |
11076 | * s390-linux-tdep.h (HWCAP_S390_VX): New macro. | |
11077 | (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM) | |
11078 | (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM) | |
11079 | (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM) | |
11080 | (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM) | |
11081 | (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM) | |
11082 | (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM) | |
11083 | (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM) | |
11084 | (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM) | |
11085 | (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM) | |
11086 | (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM) | |
11087 | (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM) | |
11088 | (S390_V30_REGNUM, S390_V31_REGNUM): New macros. | |
11089 | (S390_NUM_REGS): Adjust value. | |
11090 | (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare. | |
11091 | (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64) | |
11092 | (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise. | |
11093 | * NEWS: Announce S/390 vector register support. | |
11094 | ||
446899e4 AA |
11095 | 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com> |
11096 | ||
11097 | * features/s390-tevx-linux64.xml: New file. | |
11098 | * features/s390-vx-linux64.xml: New file. | |
11099 | * features/s390-vx.xml: New file. | |
11100 | * features/s390x-tevx-linux64.xml: New file. | |
11101 | * features/s390x-vx-linux64.xml: New file. | |
11102 | * features/Makefile (WHICH): Add s390-vx-linux64, | |
11103 | s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64. | |
11104 | (s390-vx-linux64-expedite, s390-tevx-linux64-expedite) | |
11105 | (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New | |
11106 | macros. | |
11107 | * features/s390-tevx-linux64.c: New generated file. | |
11108 | * features/s390-vx-linux64.c: Likewise. | |
11109 | * features/s390x-tevx-linux64.c: Likewise. | |
11110 | * features/s390x-vx-linux64.c: Likewise. | |
11111 | * regformats/s390-tevx-linux64.dat: Likewise. | |
11112 | * regformats/s390-vx-linux64.dat: Likewise. | |
11113 | * regformats/s390x-tevx-linux64.dat: Likewise. | |
11114 | * regformats/s390x-vx-linux64.dat: Likewise. | |
11115 | ||
b7236fbe DE |
11116 | 2015-02-28 Doug Evans <xdje42@gmail.com> |
11117 | ||
11118 | * symtab.h (struct symtab) <next>: Fix comment. | |
11119 | ||
02e62830 SM |
11120 | 2015-02-27 Simon Marchi <simon.marchi@ericsson.com> |
11121 | ||
11122 | * python/python.c (python_GdbModuleDef): Rename GdbMethods to | |
11123 | python_GdbMethods. | |
11124 | ||
bf36a1e7 PA |
11125 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11126 | ||
11127 | * dtrace-probe.c (dtrace_probe_ops): Make extern. | |
11128 | ||
ad6aff7d PA |
11129 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11130 | ||
11131 | * common/common-exceptions.h (exception_none): Declare. | |
11132 | * common/common-exceptions.c (exception_none): Moved from | |
11133 | exceptions.c. | |
11134 | (exceptions_state_mc_init): Use exception_none. | |
11135 | * exceptions.c (exception_none): Move to | |
11136 | common/common-exceptions.c. | |
11137 | * exceptions.h (exception_none): Move to | |
11138 | common/common-exceptions.h. | |
11139 | ||
97c18565 PA |
11140 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11141 | ||
11142 | * main.c (catch_command_errors, catch_command_errors_const): | |
11143 | Remove 'mask' argument. Adjust. | |
11144 | (captured_main): Adjust callers. | |
11145 | ||
e992c591 PA |
11146 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11147 | ||
11148 | * python/python-internal.h: Include "extension-priv.h". | |
11149 | ||
64166036 PA |
11150 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11151 | ||
11152 | * breakpoint.h (enum print_stop_action): Move further up in the | |
11153 | file. | |
11154 | ||
8a526fa6 PA |
11155 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11156 | ||
11157 | * gdbarch.sh: Include regcache.h. | |
11158 | * gdbarch.h: Regenerate. | |
11159 | ||
0fa9c223 PA |
11160 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11161 | ||
11162 | * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>: | |
11163 | Remove duplicate const. | |
11164 | * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove | |
11165 | duplicate const. | |
11166 | ||
7cf99fb1 PA |
11167 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11168 | ||
11169 | * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST. | |
11170 | * guile/guile.c (extension_language_guile): Use EXPORTED_CONST. | |
11171 | * features/feature_to_c.sh: Tag the generated xml_builtin array | |
11172 | with extern const in C++ mode. | |
11173 | ||
1424c16e TT |
11174 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
11175 | ||
11176 | * minidebug.c (struct lzma_stream): Rename to ... | |
11177 | (struct gdb_lzma_stream): ... this. | |
11178 | (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust. | |
11179 | ||
10367c7c PA |
11180 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11181 | ||
11182 | * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New | |
11183 | function. | |
11184 | (mi_cmd_stack_list_locals, mi_cmd_stack_list_args) | |
11185 | (mi_cmd_stack_list_variables): Use it. | |
11186 | ||
4180215b PA |
11187 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11188 | ||
11189 | * x86-linux-nat.c (u_debugreg_offset): New function. | |
11190 | (x86_linux_dr_get, x86_linux_dr_set): Use it. | |
11191 | ||
2f56f7c3 PA |
11192 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11193 | ||
11194 | * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward | |
11195 | declaration. | |
11196 | Include break-common.h. | |
11197 | ||
570dc176 TT |
11198 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
11199 | Pedro Alves <palves@redhat.com> | |
11200 | ||
11201 | * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for | |
11202 | local used to iterate over enums. | |
11203 | * completer.c (signal_completer): Likewise. | |
11204 | * i386-tdep.c (i386_stap_parse_special_token): Likewise. | |
11205 | * rs6000-tdep.c (powerpc_set_vector_abi): Likewise. | |
11206 | * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise. | |
11207 | * tui/tui-layout.c (next_layout, prev_layout): Likewise. | |
11208 | * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all) | |
11209 | (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise. | |
11210 | * tui-wingeneral.c (tui_refresh_all): Likewise. | |
11211 | ||
68c14faa PA |
11212 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11213 | ||
11214 | * target.h: Include "infrun.h". | |
11215 | ||
749bab01 PA |
11216 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11217 | ||
11218 | * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP. | |
11219 | ||
3c14e5a3 PA |
11220 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11221 | ||
11222 | * common/agent.h (IPA_SYM_EXPORTED_NAME): New. | |
11223 | (IPA_SYM): Use it. | |
11224 | * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros. | |
11225 | ||
56000a98 PA |
11226 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11227 | ||
11228 | * cli-out.c (_rl_erase_entire_line): Move declaration out of | |
11229 | cli_mld_erase_entire_line, and make it extern "C". | |
11230 | * common/common-defs.h (EXTERN_C): New. | |
11231 | * completer.c (_rl_completion_prefix_display_length) | |
11232 | (_rl_print_completions_horizontally, QSFUNC): Move declarations | |
11233 | out of gdb_display_match_list_1. | |
11234 | (_rl_qsort_string_compare): Move declaration out of | |
11235 | gdb_display_match_list_1, and make it extern "C". | |
11236 | * defs.h (re_comp): Use EXTERN_C. | |
11237 | * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper, | |
11238 | and make it extern "C". | |
11239 | (monstartup): Move declaration out of maintenance_set_profile_cmd, | |
11240 | and make it extern "C". | |
11241 | (main): Move declaration out of maintenance_set_profile_cmd. | |
11242 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use | |
11243 | EXTERN_C. | |
11244 | ||
bcabf420 PA |
11245 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11246 | ||
11247 | * python/python.c (GdbMethods): Rename to ... | |
11248 | (python_GdbMethods): ... this and make extern. | |
11249 | (GdbModuleDef): Rename to ... | |
11250 | (python_GdbModuleDef): ... this and make extern. | |
11251 | ||
928dbe07 PA |
11252 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11253 | ||
11254 | * record-btrace.c (set_record_btrace_cmdlist) | |
11255 | (show_record_btrace_cmdlist): Remove redefinitions. | |
11256 | ||
52059ffd TT |
11257 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
11258 | Pedro Alves <palves@redhat.com> | |
11259 | ||
11260 | * dwarf2-frame.c (enum cfa_how_kind, struct | |
11261 | dwarf2_frame_state_reg_info): Move out of struct | |
11262 | dwarf2_frame_state. | |
11263 | * dwarf2read.c (struct tu_stats): Move out of struct | |
11264 | dwarf2_per_objfile. | |
11265 | (struct file_entry): Move out of struct line_header. | |
11266 | (struct nextfield, struct nextfnfield, struct fnfieldlist, struct | |
11267 | typedef_field_list): Move out of struct field_info. | |
11268 | * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data): | |
11269 | Move out of struct dynamic_prop. | |
11270 | (union type_owner, union field_location, struct field, struct | |
11271 | range_bounds, union type_specific): Move out of struct main_type. | |
11272 | (struct fn_fieldlist, struct fn_field, struct typedef_field) | |
11273 | (VOFFSET_STATIC): Move out of struct cplus_struct_type. | |
11274 | (struct call_site_target, union call_site_parameter_u, struct | |
11275 | call_site_parameter): Move out of struct call_site. | |
11276 | * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct | |
11277 | m32c_prologue. | |
11278 | (enum srcdest_kind): Move out of struct srcdest. | |
11279 | * main.c (enum cmdarg_kind): Move out of struct cmdarg. | |
11280 | * prologue-value.h (enum prologue_value_kind): Move out of struct | |
11281 | prologue_value. | |
11282 | * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct | |
11283 | gdbarch_tdep. | |
11284 | * stabsread.c (struct nextfield, struct next_fnfieldlist): Move | |
11285 | out of struct field_info. | |
11286 | * symfile.h (struct other_sections): Move out of struct | |
11287 | section_addr_info. | |
11288 | * symtab.c (struct symbol_cache_slot): Move out struct | |
11289 | block_symbol_cache. | |
11290 | * target-descriptions.c (enum tdesc_type_kind): Move out of | |
11291 | typedef struct tdesc_type. | |
11292 | * tui/tui-data.h (enum tui_line_or_address_kind): Move out of | |
11293 | struct tui_line_or_address. | |
11294 | * value.c (enum internalvar_kind, union internalvar_data): Move | |
11295 | out of struct internalvar. | |
11296 | * xtensa-tdep.h (struct ctype_cache): Move out of struct | |
11297 | gdbarch_tdep. | |
11298 | ||
fe978cb0 PA |
11299 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
11300 | Pedro Alves <palves@redhat.com> | |
11301 | ||
11302 | Rename symbols whose names are reserved C++ keywords throughout. | |
11303 | ||
3bc3d82a PA |
11304 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11305 | ||
11306 | * Makefile.in (COMPILER): New, get it from autoconf. | |
11307 | (COMPILE.pre, CC_LD): Use COMPILER. | |
11308 | (CXX): Get from autoconf instead. | |
11309 | (CXX_FOR_TARGET): Default to g++ instead of gcc. | |
11310 | * acinclude.m4: Include build-with-cxx.m4. | |
11311 | * build-with-cxx.m4: New file. | |
11312 | * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX. | |
11313 | Disable -Werror by default if building in C++ mode. | |
11314 | (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and | |
11315 | -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode. | |
11316 | Run supported-warning-flags tests with the C++ compiler. | |
11317 | Save/restore CXXFLAGS too. | |
11318 | * configure: Regenerate. | |
11319 | ||
07697489 PA |
11320 | 2015-02-27 Pedro Alves <palves@redhat.com> |
11321 | ||
11322 | * libiberty.m4: New file. | |
11323 | * acinclude.m4: Include libiberty.m4. | |
11324 | * configure.ac: Call libiberty_INIT. | |
11325 | * config.in, configure: Regenerate. | |
11326 | ||
60abeae4 AA |
11327 | 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
11328 | ||
11329 | * s390-linux-tdep.c (s390_gcc_target_options): Not just handle | |
11330 | 31-bit targets, but 64-bit targets as well. | |
11331 | (s390_gnu_triplet_regexp): New function. | |
11332 | (s390_gdbarch_init): Set the gcc_target_options gdbarch method for | |
11333 | 64-bit targets as well. Set the gnu_triplet_regexp gdbarch | |
11334 | method. | |
11335 | ||
f44466fb | 11336 | 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch) |
f0666312 JT |
11337 | |
11338 | * windows-nat.c (CONTEXT_DEBUGGER): Remove. | |
11339 | (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags | |
11340 | from CONTEXT_DEBUGGER. | |
11341 | ||
0def5aaa DE |
11342 | 2015-02-26 Doug Evans <dje@google.com> |
11343 | ||
11344 | * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to | |
11345 | CHECK_TYPEDEF. | |
11346 | (set_type_vptr_fieldno): Ditto. | |
11347 | (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto. | |
11348 | * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto. | |
11349 | ||
77b64a49 PA |
11350 | 2015-02-26 Pedro Alves <palves@redhat.com> |
11351 | ||
11352 | * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF. | |
11353 | * complaints.c (vcomplaint): Pass argument FMT directly to | |
11354 | printf-like functions instead of complaint->fmt. | |
11355 | * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF. | |
11356 | * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF. | |
11357 | * compile/compile-loc2c.c (pushf, unary, binary): Add | |
11358 | ATTRIBUTE_PRINTF. | |
11359 | (do_compile_dwarf_expr_to_c): Pass string literal as format string | |
11360 | to pushf. | |
11361 | (BINARY): Pass string literal as format string to 'binary'. | |
11362 | * compile/compile-object-load.c (link_callbacks_einfo): Add | |
11363 | ATTRIBUTE_PRINTF. | |
11364 | * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF. | |
11365 | ||
532f44ed PA |
11366 | 2015-02-26 Pedro Alves <palves@redhat.com> |
11367 | ||
11368 | * windows-termcap.c: Rename to ... | |
11369 | * stub-termcap.c: ... this. Adjust header line. | |
11370 | * Makefile.in (SFILES): Refer to stub-termcap.c instead of | |
11371 | windows-termcap.c. | |
11372 | * configure: Regenerate. | |
11373 | * configure.ac: Refer to stub-termcap.o instead of | |
11374 | windows-termcap.o. | |
11375 | * gdb_curses.h: Mention stub-termcap.c instead of | |
11376 | windows-termcap.c. | |
11377 | ||
081a1c2c JK |
11378 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
11379 | ||
11380 | * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym) | |
11381 | (gcc_symbol_address): Call gnu_ifunc_resolve_addr. | |
11382 | ||
2f41223f AT |
11383 | 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com> |
11384 | ||
11385 | * gdb/infcmd.c (print_return_value): use type_to_string to print type. | |
11386 | ||
80c57053 JK |
11387 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
11388 | ||
11389 | * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for | |
11390 | bfd_canonicalize_symtab. | |
11391 | ||
cf424aef JB |
11392 | 2015-02-25 John Baldwin <jhb@FreeBSD.org> |
11393 | ||
11394 | * amd64fbsd-nat.c: Include sys/user.h. | |
11395 | (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl | |
11396 | instead of KERN_PS_STRINGS to locate the signal trampoline. | |
11397 | * i386fbsd-nat.c: Include sys/user.h. | |
11398 | (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl | |
11399 | instead of KERN_PS_STRINGS to locate the signal trampoline. | |
11400 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New. | |
11401 | (amd64fbsd_sigtramp_p): New. | |
11402 | (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No | |
11403 | longer set default values. | |
11404 | (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p". | |
11405 | * i386fbsd-tdep.c (i386fbsd_sigtramp_start) | |
11406 | (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end) | |
11407 | (i386fbsd_freebsd4_sigtramp_start) | |
11408 | (i386fbsd_freebsd4_sigtramp_middle) | |
11409 | (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start) | |
11410 | (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New. | |
11411 | (i386fbsd_sigtramp_p): New. | |
11412 | (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No | |
11413 | longer set default values. | |
11414 | (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p". | |
11415 | ||
c5cb74ee JB |
11416 | 2015-02-25 John Baldwin <jhb@freebsd.org> |
11417 | ||
11418 | * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use | |
11419 | get_frame_register instead of frame_unwind_register_unsigned. | |
11420 | ||
17487d85 JK |
11421 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
11422 | ||
11423 | PR build/18033 | |
11424 | * compile/compile-c-support.c (c_compute_program): Change // comment. | |
11425 | * compile/compile-object-load.c (setup_sections): Change // comment. | |
11426 | ||
9357a9e6 JB |
11427 | 2015-02-26 Joel Brobecker <brobecker@adacore.com> |
11428 | ||
11429 | PR build/18033: | |
11430 | * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment. | |
11431 | ||
1f10ba14 PA |
11432 | 2015-02-23 Pedro Alves <palves@redhat.com> |
11433 | ||
11434 | * remote.c (skip_to_semicolon): New function. | |
11435 | (remote_parse_stop_reply) <T stop reply>: Use it. Don't | |
11436 | special case the stop reasons that look like hex numbers | |
11437 | upfront. Instead handle real register numbers after matching | |
11438 | all the known stop reasons. | |
11439 | ||
96553a0c DE |
11440 | 2015-02-21 Doug Evans <dje@google.com> |
11441 | ||
11442 | PR c++/17976, symtab/17821 | |
11443 | * cp-namespace.c (cp_search_static_and_baseclasses): New parameter | |
11444 | is_in_anonymous. All callers updated. | |
11445 | (find_symbol_in_baseclass): Ditto. | |
11446 | (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks | |
11447 | for symbols in an anonymous namespace. | |
11448 | * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch | |
11449 | DW_AT_name directly. | |
11450 | (dwarf2_name): Convert missing namespace name to | |
11451 | CP_ANONYMOUS_NAMESPACE_STR. | |
11452 | ||
2db9a427 PA |
11453 | 2015-02-20 Pedro Alves <palves@redhat.com> |
11454 | ||
11455 | * linux-nat.c (linux_handle_extended_wait): Call | |
11456 | thread_db_notice_clone whenever a new clone LWP is detected. | |
11457 | (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New | |
11458 | functions. | |
11459 | * linux-nat.h (thread_db_attach_lwp): Delete declaration. | |
11460 | (thread_db_notice_clone, linux_stop_and_wait_all_lwps) | |
11461 | (linux_unstop_all_lwps): Declare. | |
11462 | * linux-thread-db.c (struct thread_get_info_inout): Delete. | |
11463 | (thread_get_info_callback): Delete. | |
11464 | (thread_from_lwp): Use td_thr_get_info and record_thread. | |
11465 | (thread_db_attach_lwp): Delete. | |
11466 | (thread_db_notice_clone): New function. | |
11467 | (try_thread_db_load_1): If /proc is mounted and shows the | |
11468 | process'es task list, walk over all LWPs and call thread_from_lwp | |
11469 | instead of relying on td_ta_thr_iter. | |
11470 | (attach_thread): Don't call check_thread_signals here. Split the | |
11471 | tail part of the function (which adds the thread to the core GDB | |
11472 | thread list) to ... | |
11473 | (record_thread): ... this function. Call check_thread_signals | |
11474 | here. | |
11475 | (thread_db_wait): Don't call thread_db_find_new_threads_1. Always | |
11476 | call thread_from_lwp. | |
11477 | (thread_db_update_thread_list): Rename to ... | |
11478 | (thread_db_update_thread_list_org): ... this. | |
11479 | (thread_db_update_thread_list): New function. | |
11480 | (thread_db_find_thread_from_tid): Delete. | |
11481 | (thread_db_get_ada_task_ptid): Simplify. | |
11482 | * nat/linux-procfs.c: Include <sys/stat.h>. | |
11483 | (linux_proc_task_list_dir_exists): New function. | |
11484 | * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare. | |
11485 | ||
3b27ef47 PA |
11486 | 2015-02-20 Pedro Alves <palves@redhat.com> |
11487 | ||
11488 | * linux-nat.c (lin_lwp_attach_lwp): No longer special case the | |
11489 | main LWP. Handle the case of waitpid returning 0 if we're already | |
11490 | attached to the LWP. Don't set the LWP's last_resume_kind to | |
11491 | resume_stop if we already knew about the LWP. | |
11492 | (linux_nat_filter_event): Add debug logs. | |
11493 | ||
1cc28231 PA |
11494 | 2015-02-20 Pedro Alves <palves@redhat.com> |
11495 | ||
11496 | * target.h (forward_target_decr_pc_after_break): Delete | |
11497 | declaration. | |
11498 | ||
5c5019c2 PA |
11499 | 2015-02-20 Pedro Alves <palves@redhat.com> |
11500 | ||
11501 | PR threads/18006 | |
11502 | * linux-thread-db.c (thread_get_info_callback): Return early if | |
11503 | the thread's lwp id is -1. | |
11504 | ||
f3978e91 JB |
11505 | 2015-02-20 Joel Brobecker <brobecker@adacore.com> |
11506 | ||
11507 | GDB 7.9 released. | |
11508 | ||
ffdf88ec SE |
11509 | 2015-02-19 Steve Ellcey <sellcey@imgtec.com> |
11510 | ||
11511 | * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr. | |
11512 | (dtrace_get_probes) Change type of variable 'dof'. | |
11513 | ||
c9587f88 AT |
11514 | 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com> |
11515 | ||
11516 | PR breakpoints/16812 | |
11517 | * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV. | |
11518 | * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add. | |
11519 | * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint. | |
11520 | ||
53cf2ee0 DT |
11521 | 2015-02-19 David Taylor <dtaylor@emc.com> |
11522 | ||
11523 | * common/ax.def (setv): Fix consumed entry in setv DEFOP. | |
11524 | ||
acfe0940 PP |
11525 | 2015-02-18 Patrick Palka <patrick@parcs.ath.cx> |
11526 | ||
11527 | * tui/tui-io.c (tui_handle_resize_during_io): Remove this | |
11528 | function. | |
11529 | (tui_putc): Don't call tui_handle_resize_during_io. | |
11530 | (tui_getc): Likewise. | |
11531 | (tui_mld_getc): Likewise. | |
11532 | * tui/tui-win.c: Include event-loop.h and tui/tui-io.h. | |
11533 | (tui_sigwinch_token): New static variable. | |
11534 | (tui_initialize_win): Adjust documentation. Set | |
11535 | tui_sigwinch_token. | |
11536 | (tui_async_resize_screen): New asynchronous callback. | |
11537 | (tui_sigwinch_handler): Adjust documentation. Asynchronously | |
11538 | invoke tui_async_resize_screen. | |
11539 | ||
f6a88844 JM |
11540 | 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com> |
11541 | ||
11542 | * configure: Regenerated. | |
11543 | * configure.ac: Use GDB_AC_TRANSFORM. | |
11544 | * Makefile.in (aclocal_m4_deps): Added transform.m4. | |
11545 | * acinclude.m4: sinclude transform.m4. | |
11546 | * transform.m4: New file. | |
11547 | (GDB_AC_TRANSFORM): New macro. | |
11548 | ||
b05e3b0d JM |
11549 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
11550 | ||
11551 | * NEWS: Announce the support for DTrace SDT probes. | |
11552 | ||
c3e3045e JM |
11553 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
11554 | ||
11555 | * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h". | |
11556 | (amd64_dtrace_parse_probe_argument): New function. | |
11557 | (amd64_dtrace_probe_is_enabled): Likewise. | |
11558 | (amd64_dtrace_enable_probe): Likewise. | |
11559 | (amd64_dtrace_disable_probe): Likewise. | |
11560 | (amd64_linux_init_abi): Register the | |
11561 | `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe', | |
11562 | `gdbarch_dtrace_disable_probe' and | |
11563 | `gdbarch_dtrace_probe_is_enabled' hooks. | |
11564 | (amd64_dtrace_disabled_probe_sequence_1): New constant. | |
11565 | (amd64_dtrace_disabled_probe_sequence_2): Likewise. | |
11566 | (amd64_dtrace_enable_probe_sequence): Likewise. | |
11567 | (amd64_dtrace_disable_probe_sequence): Likewise. | |
11568 | ||
d4777acb JM |
11569 | 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
11570 | ||
11571 | * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention | |
11572 | the -probe-dtrace new vpossible value for PROBE_MODIFIER. | |
11573 | * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can | |
11574 | handle ELF files. | |
11575 | * Makefile.in (SFILES): dtrace-probe.c added. | |
11576 | * configure: Regenerate. | |
11577 | * dtrace-probe.c: New file. | |
11578 | (SHT_SUNW_dof): New constant. | |
11579 | (dtrace_probe_type): New enum. | |
11580 | (dtrace_probe_arg): New struct. | |
11581 | (dtrace_probe_arg_s): New typedef. | |
11582 | (struct dtrace_probe_enabler): New struct. | |
11583 | (dtrace_probe_enabler_s): New typedef. | |
11584 | (dtrace_probe): New struct. | |
11585 | (dtrace_probe_is_linespec): New function. | |
11586 | (dtrace_dof_sect_type): New enum. | |
11587 | (dtrace_dof_dofh_ident): Likewise. | |
11588 | (dtrace_dof_encoding): Likewise. | |
11589 | (DTRACE_DOF_ENCODE_LSB): Likewise. | |
11590 | (DTRACE_DOF_ENCODE_MSB): Likewise. | |
11591 | (dtrace_dof_hdr): New struct. | |
11592 | (dtrace_dof_sect): Likewise. | |
11593 | (dtrace_dof_provider): Likewise. | |
11594 | (dtrace_dof_probe): Likewise. | |
11595 | (DOF_UINT): New macro. | |
11596 | (DTRACE_DOF_PTR): Likewise. | |
11597 | (DTRACE_DOF_SECT): Likewise. | |
11598 | (dtrace_process_dof_probe): New function. | |
11599 | (dtrace_process_dof): Likewise. | |
11600 | (dtrace_build_arg_exprs): Likewise. | |
11601 | (dtrace_get_arg): Likewise. | |
11602 | (dtrace_get_probes): Likewise. | |
11603 | (dtrace_get_probe_argument_count): Likewise. | |
11604 | (dtrace_can_evaluate_probe_arguments): Likewise. | |
11605 | (dtrace_evaluate_probe_argument): Likewise. | |
11606 | (dtrace_compile_to_ax): Likewise. | |
11607 | (dtrace_probe_destroy): Likewise. | |
11608 | (dtrace_gen_info_probes_table_header): Likewise. | |
11609 | (dtrace_gen_info_probes_table_values): Likewise. | |
11610 | (dtrace_probe_is_enabled): Likewise. | |
11611 | (dtrace_probe_ops): New variable. | |
11612 | (info_probes_dtrace_command): New function. | |
11613 | (_initialize_dtrace_probe): Likewise. | |
11614 | (dtrace_type_name): Likewise. | |
11615 | ||
8b367e17 JM |
11616 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
11617 | ||
11618 | * gdbarch.sh (dtrace_parse_probe_argument): New. | |
11619 | (dtrace_probe_is_enabled): Likewise. | |
11620 | (dtrace_enable_probe): Likewise. | |
11621 | (dtrace_disable_probe): Likewise. | |
11622 | * gdbarch.c: Regenerate. | |
11623 | * gdbarch.h: Regenerate. | |
11624 | ||
9aca2ff8 JM |
11625 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
11626 | ||
11627 | * stap-probe.c (stap_probe_ops): Add NULLs in the static | |
11628 | stap_probe_ops for `enable_probe' and `disable_probe'. | |
11629 | * probe.c (enable_probes_command): New function. | |
11630 | (disable_probes_command): Likewise. | |
11631 | (_initialize_probe): Define the cli commands `enable probe' and | |
11632 | `disable probe'. | |
11633 | (parse_probe_linespec): New function. | |
11634 | (info_probes_for_ops): Use parse_probe_linespec. | |
11635 | * probe.h (probe_ops): New hooks `enable_probe' and | |
11636 | `disable_probe'. | |
11637 | ||
03e98035 JM |
11638 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
11639 | ||
11640 | * probe.c (compute_probe_arg): Moved from stap-probe.c | |
11641 | (compile_probe_arg): Likewise. | |
11642 | (probe_funcs): Likewise. | |
11643 | * stap-probe.c (compute_probe_arg): Moved to probe.c. | |
11644 | (compile_probe_arg): Likewise. | |
11645 | (probe_funcs): Likewise. | |
11646 | ||
6f9b8491 JM |
11647 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
11648 | ||
11649 | * probe.c (print_ui_out_not_applicables): New function. | |
11650 | (exists_probe_with_pops): Likewise. | |
11651 | (info_probes_for_ops): Do not include column headers for probe | |
11652 | types for which no probe has been actually found on any object. | |
11653 | Also invoke `print_ui_out_not_applicables' in order to match the | |
11654 | column rows with the header when probes of several types are | |
11655 | listed. | |
11656 | Print the "Type" column. | |
11657 | * probe.h (probe_ops): Added a new probe operation `type_name'. | |
11658 | * stap-probe.c (stap_probe_ops): Add `stap_type_name'. | |
11659 | (stap_type_name): New function. | |
11660 | ||
69efdff1 PP |
11661 | 2015-02-17 Patrick Palka <patrick@parcs.ath.cx> |
11662 | ||
11663 | * tui/tui-io.c (tui_getc): Don't call key_is_command_char. | |
11664 | (key_is_command_char): Delete. | |
11665 | ||
f8e5e23e PA |
11666 | 2015-02-17 Pedro Alves <palves@redhat.com> |
11667 | ||
11668 | * tui/tui.c (tui_enable): Resize windows before anything | |
11669 | might show a window. | |
11670 | ||
9f2e0721 MO |
11671 | 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com> |
11672 | ||
11673 | PR gdb/17984 | |
11674 | * aarch64-linux-nat.c: Don't include features/aarch64.c anymore. | |
11675 | (aarch64_linux_read_description): Remove initialize_tdesc_aarch64 | |
11676 | call. | |
11677 | * aarch64-tdep.h (tdesc_aarch64): Declare. | |
11678 | ||
171e6b1c MW |
11679 | 2015-02-12 Mark Wielaard <mjw@redhat.com> |
11680 | ||
11681 | * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false". | |
11682 | ||
d5ff0482 DE |
11683 | 2015-02-13 Doug Evans <dje@google.com> |
11684 | ||
11685 | * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter | |
11686 | anonymous_namespace to is_in_anonymous for consistency with the rest | |
11687 | of the file. | |
11688 | (cp_lookup_bare_symbol): Fix typo in comment. | |
11689 | (cp_search_static_and_baseclasses): Ditto. | |
11690 | (search_symbol_list): Use vertical space in comment better. | |
11691 | (reset_directive_searched): Ditto. Fix typo. | |
11692 | (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter. | |
11693 | ||
9f04ac5f YQ |
11694 | 2015-02-13 Yao Qi <yao.qi@arm.com> |
11695 | ||
11696 | * MAINTAINERS: Update my email address. | |
11697 | ||
013d0319 DE |
11698 | 2015-02-12 Doug Evans <dje@google.com> |
11699 | ||
b615dd20 | 11700 | * symtab.c (completion_list_add_name): Fix memory leak. |
013d0319 | 11701 | |
9a7e538e DE |
11702 | 2015-02-12 Doug Evans <dje@google.com> |
11703 | ||
11704 | * completer.c (complete_line): Remove incorrect comment. | |
11705 | ||
e1fcd575 JK |
11706 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
11707 | ||
11708 | * python/py-framefilter.c (py_print_single_arg, enumerate_locals) | |
11709 | (py_print_frame): Use RETURN_MASK_ERROR. | |
11710 | ||
b99bf4e3 JK |
11711 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
11712 | ||
11713 | * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in | |
11714 | function comment. Wrap all function that can throw in cleanups. | |
11715 | (gdbpy_apply_frame_filter): Wrap all function that can throw in | |
11716 | cleanups. | |
11717 | ||
800eb1ce JK |
11718 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
11719 | ||
11720 | * python/py-framefilter.c (py_print_frame): Substitute goto error. | |
11721 | Remove the error label. | |
11722 | ||
34019068 JK |
11723 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
11724 | ||
11725 | * python/py-framefilter.c (py_print_frame): Put conditional code paths | |
11726 | with goto first, indent the former else codepath left. Put variable | |
11727 | 'elided' to a new inner block. | |
11728 | ||
8d4a54e2 JK |
11729 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
11730 | ||
11731 | * python/py-framefilter.c (py_print_frame): Whitespacing fixes. | |
11732 | ||
18ad82c1 PA |
11733 | 2015-02-11 Pedro Alves <palves@redhat.com> |
11734 | ||
11735 | * xcoffread.c (within_function): Delete. | |
11736 | ||
e36122e9 TT |
11737 | 2015-02-11 Tom Tromey <tromey@redhat.com> |
11738 | Pedro Alves <palves@redhat.com> | |
11739 | ||
11740 | * breakpoint.c (base_breakpoint_ops): Delete. | |
11741 | * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern. | |
11742 | * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern. | |
11743 | * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern. | |
11744 | * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern. | |
11745 | * python/py-arch.c (arch_object_type): Make extern. | |
11746 | * python/py-block.c (block_syms_iterator_object_type): Make extern. | |
11747 | * python/py-bpevent.c (breakpoint_event_object_type): Make extern. | |
11748 | * python/py-cmd.c (cmdpy_object_type): Make extern. | |
11749 | * python/py-continueevent.c (continue_event_object_type) | |
11750 | * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual' | |
11751 | parameter. Update all callers. | |
11752 | * python/py-evtregistry.c (eventregistry_object_type): Make extern. | |
11753 | * python/py-exitedevent.c (exited_event_object_type): Make extern. | |
11754 | * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern. | |
11755 | * python/py-function.c (fnpy_object_type): Make extern. | |
11756 | * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern. | |
11757 | * python/py-infevents.c (call_pre_event_object_type) | |
11758 | (inferior_call_post_event_object_type). | |
11759 | (memory_changed_event_object_type): Make extern. | |
11760 | * python/py-infthread.c (thread_object_type): Make extern. | |
11761 | * python/py-lazy-string.c (lazy_string_object_type): Make extern. | |
11762 | * python/py-linetable.c (linetable_entry_object_type) | |
11763 | (linetable_object_type, ltpy_iterator_object_type): Make extern. | |
11764 | * python/py-newobjfileevent.c (new_objfile_event_object_type) | |
11765 | (clear_objfiles_event_object_type): Make extern. | |
11766 | * python/py-objfile.c (objfile_object_type): Make extern. | |
11767 | * python/py-param.c (parmpy_object_type): Make extern. | |
11768 | * python/py-progspace.c (pspace_object_type): Make extern. | |
11769 | * python/py-signalevent.c (signal_event_object_type): Make extern. | |
11770 | * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern. | |
11771 | * python/py-type.c (type_object_type, field_object_type) | |
11772 | (type_iterator_object_type): Make extern. | |
11773 | * python/python.c (python_extension_script_ops) | |
11774 | (python_extension_ops): Make extern. | |
11775 | * stap-probe.c (stap_probe_ops): Make extern. | |
11776 | ||
0703599a PA |
11777 | 2015-02-11 Pedro Alves <pedro@codesourcery.com> |
11778 | ||
11779 | * infrun.c (adjust_pc_after_break): Don't adjust the PC just | |
11780 | because the event thread is not the current thread. | |
11781 | ||
eaaf76ab DE |
11782 | 2015-02-11 Doug Evans <xdje42@gmail.com> |
11783 | ||
11784 | * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't | |
11785 | been initialized yet, return NULL. | |
11786 | ||
e7d52ed3 DE |
11787 | 2015-02-11 Doug Evans <dje@google.com> |
11788 | ||
11789 | * symfile.h (new_symfile_objfile): Delete. | |
11790 | * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile. | |
11791 | All callers updated. | |
11792 | ||
fc6b1256 PP |
11793 | 2015-02-11 Patrick Palka <patrick@parcs.ath.cx> |
11794 | ||
11795 | * tui/tui-io.c (tui_handle_resize_during_io): Call | |
11796 | tui_update_gdb_sizes() after resizing the screen. | |
11797 | * tui/tui.c (tui_enable): Resize the terminal before | |
11798 | calling tui_update_gdb_sizes(). | |
11799 | ||
d9080678 PP |
11800 | 2015-02-11 Patrick Palka <patrick@parcs.ath.cx> |
11801 | ||
11802 | * tui/tui-io.c (tui_getc): Move cursor to the end of the command | |
11803 | line before printing a newline. | |
11804 | ||
9f615e3a MW |
11805 | 2015-02-11 Mark Wielaard <mjw@redhat.com> |
11806 | ||
11807 | * utils.c (producer_is_gcc): Return true or false. | |
11808 | ||
d9080678 | 11809 | 2015-02-10 Mark Wielaard <mjw@redhat.com> |
b1ffba5a MW |
11810 | |
11811 | * utils.h (producer_is_gcc): Change return type to bool. Add major | |
11812 | argument. | |
11813 | * utils.c (producer_is_gcc): Likewise. | |
11814 | (producer_is_gcc_ge_4): Adjust producer_is_gcc call. | |
11815 | * dwarf2read.c (check_producer): Likewise. | |
11816 | ||
b052c4fb PA |
11817 | 2015-02-10 Pedro Alves <palves@redhat.com> |
11818 | ||
11819 | * infrun.c (displaced_step_fixup): Switch to the event thread | |
11820 | before calling gdbarch_displaced_step_fixup. | |
11821 | ||
3ac240d4 AT |
11822 | 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com> |
11823 | ||
11824 | * MAINTAINERS (Write After Approval): Add Antoine Tremblay. | |
11825 | ||
c1cc6152 SM |
11826 | 2015-02-10 Simon Marchi <simon.marchi@ericsson.com> |
11827 | ||
11828 | * ada-varobj.c (ada_name_of_child): Constify parent. | |
11829 | (ada_path_expr_of_child): Same. | |
11830 | (ada_value_of_child): Same. | |
11831 | (ada_type_of_child): Same. | |
11832 | * c-varobj.c (c_is_path_expr_parent): Same. | |
11833 | (c_describe_child): Same. | |
11834 | (c_name_of_child): Same. | |
11835 | (c_value_of_child): Same. | |
11836 | (c_type_of_child): Same. | |
11837 | (cplus_number_of_children): Same. | |
11838 | (cplus_describe_child): Constify var. | |
11839 | (cplus_name_of_child): Constify parent. | |
11840 | (cplus_value_of_child): Same. | |
11841 | (cplus_type_of_child): Same. | |
11842 | * jv-varobj.c (java_name_of_child): Same. | |
11843 | (java_value_of_child): Same. | |
11844 | (java_type_of_child): Same. | |
11845 | * varobj.c (value_of_child): Same. | |
11846 | (varobj_default_is_path_expr_parent): Constify var, parent and return | |
11847 | value. | |
11848 | (varobj_get_path_expr): Constify var, modify path_expr through | |
11849 | mutable_var. | |
11850 | (install_new_value): Constify parent. | |
11851 | (value_of_child): Constify parent. | |
11852 | * varobj.h (struct varobj): Constify parent. | |
11853 | (struct lang_varobj_ops): Constify name_of_child, value_of_child and | |
11854 | type_of_child. | |
11855 | (varobj_get_path_expr): Constify var. | |
11856 | (varobj_get_path_expr_parent): Constify var and return value. | |
11857 | ||
c1ee9414 LM |
11858 | 2015-02-10 Luis Machado <lgustavo@codesourcery.com> |
11859 | ||
11860 | * arm-tdep.c (arm_prologue_unwind_stop_reason): New function. | |
11861 | (arm_prologue_this_id): Move PC and SP limit checks to | |
11862 | arm_prologue_unwind_stop_reason. | |
11863 | (arm_prologue_unwind) <stop_reason> : Set to | |
11864 | arm_prologue_unwind_stop_reason. | |
11865 | ||
f7de9aab MW |
11866 | 2015-02-09 Mark Wielaard <mjw@redhat.com> |
11867 | ||
11868 | * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and | |
11869 | DW_LANG_Fortran08 as language_fortran. | |
11870 | ||
0b24eb2d SDJ |
11871 | 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com> |
11872 | ||
11873 | PR remote/17946 | |
11874 | * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison | |
11875 | of pointer against char. | |
11876 | ||
a2c2acaf MW |
11877 | 2015-02-09 Mark Wielaard <mjw@redhat.com> |
11878 | ||
11879 | * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'. | |
11880 | (c_type_print_modifier): Likewise. | |
11881 | * dwarf2read.c (read_tag_atomic_type): New function. | |
11882 | (read_type_die_1): Handle DW_TAG_atomic_type. | |
11883 | * gdbtypes.c (make_atomic_type): New function. | |
11884 | (recursive_dump_type): Handle TYPE_ATOMIC. | |
11885 | * gdbtypes.h (enum type_flag_values): Renumber. | |
11886 | (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC. | |
11887 | (TYPE_ATOMIC): New macro. | |
11888 | (make_atomic_type): Declare. | |
11889 | ||
31fd9caa MM |
11890 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
11891 | ||
11892 | * btrace.c (ftrace_find_call): Skip gaps. | |
11893 | (ftrace_new_function): Initialize level. | |
11894 | (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return) | |
11895 | (ftrace_new_switch): Update | |
11896 | level computation. | |
11897 | (ftrace_new_gap): New. | |
11898 | (ftrace_update_function): Create new function after gap. | |
11899 | (btrace_compute_ftrace_bts): Create gap on error. | |
11900 | (btrace_stitch_bts): Update parameters. Clear trace if it | |
11901 | becomes empty. | |
11902 | (btrace_stitch_trace): Update parameters. Update callers. | |
11903 | (btrace_clear): Reset the number of gaps. | |
11904 | (btrace_insn_get): Return NULL if the iterator points to a gap. | |
11905 | (btrace_insn_number): Return zero if the iterator points to a gap. | |
11906 | (btrace_insn_end): Allow gaps at the end. | |
11907 | (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps. | |
11908 | (btrace_find_insn_by_number): Assert that the found iterator does | |
11909 | not point to a gap. | |
11910 | (btrace_call_next, btrace_call_prev): Assert that the last function | |
11911 | is not a gap. | |
11912 | * btrace.h (btrace_bts_error): New. | |
11913 | (btrace_function): Update comment. | |
11914 | (btrace_function) <insn, insn_offset, number>: Update comment. | |
11915 | (btrace_function) <errcode>: New. | |
11916 | (btrace_thread_info) <ngaps>: New. | |
11917 | (btrace_thread_info) <replay>: Update comment. | |
11918 | (btrace_insn_get): Update comment. | |
11919 | * record-btrace.c (btrace_ui_out_decode_error): New. | |
11920 | (record_btrace_info): Print number of gaps. | |
11921 | (btrace_insn_history, btrace_call_history): Call | |
11922 | btrace_ui_out_decode_error for gaps. | |
11923 | (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps. | |
11924 | ||
afb778a2 MM |
11925 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
11926 | ||
11927 | * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New. | |
11928 | * nat/linux-btrace.c: (btrace_this_cpu): New. | |
11929 | (cpu_supports_bts): Call btrace_this_cpu. | |
11930 | (intel_supports_bts): Add cpu parameter. | |
11931 | ||
7d5c24b3 MM |
11932 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
11933 | ||
11934 | * btrace.h (btrace_insn_class): New. | |
11935 | (btrace_insn) <size, iclass>: New. | |
11936 | * btrace.c (ftrace_find_call): Update parameters. Update users. | |
11937 | Use instruction classification. | |
11938 | (ftrace_new_return): Update parameters. Update users. | |
11939 | (ftrace_update_function): Update parameters. Update users. Use | |
11940 | instruction classification. | |
11941 | (ftrace_update_insns): Update parameters. Update users. | |
11942 | (ftrace_classify_insn): New. | |
11943 | (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add | |
11944 | TRY_CATCH around call to gdb_insn_length. | |
11945 | ||
76235df1 MM |
11946 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
11947 | ||
11948 | * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace): | |
11949 | Update parameters. Update users. | |
11950 | ||
d33501a5 MM |
11951 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
11952 | ||
11953 | * btrace.c (parse_xml_btrace_conf_bts): Add size. | |
11954 | (btrace_conf_bts_attributes): New. | |
11955 | (btrace_conf_children): Add attributes. | |
11956 | * common/btrace-common.h (btrace_config_bts): New. | |
11957 | (btrace_config)<bts>: New. | |
11958 | (btrace_config): Update comment. | |
11959 | * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts): | |
11960 | Use config. | |
11961 | * features/btrace-conf.dtd: Increment version. Add size | |
11962 | attribute to bts element. | |
11963 | * record-btrace.c (set_record_btrace_bts_cmdlist, | |
11964 | show_record_btrace_bts_cmdlist): New. | |
11965 | (record_btrace_adjust_size, record_btrace_print_bts_conf, | |
11966 | record_btrace_print_conf, cmd_set_record_btrace_bts, | |
11967 | cmd_show_record_btrace_bts): New. | |
11968 | (record_btrace_info): Call record_btrace_print_conf. | |
11969 | (_initialize_record_btrace): Add commands. | |
11970 | * remote.c: Add PACKET_Qbtrace_conf_bts_size enum. | |
11971 | (remote_protocol_features): Add Qbtrace-conf:bts:size packet. | |
11972 | (btrace_sync_conf): Synchronize bts size. | |
11973 | (_initialize_remote): Add Qbtrace-conf:bts:size packet. | |
11974 | * NEWS: Announce new commands and new packets. | |
11975 | ||
f4abbc16 MM |
11976 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
11977 | ||
11978 | * Makefile.in (XMLFILES): Add btrace-conf.dtd. | |
11979 | * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters. | |
11980 | (x86_linux_btrace_conf): New. | |
11981 | (x86_linux_create_target): Initialize to_btrace_conf. | |
11982 | * nat/linux-btrace.c (linux_enable_btrace): Update parameters. | |
11983 | Check format. Split into this and ... | |
11984 | (linux_enable_bts): ... this. | |
11985 | (linux_btrace_conf): New. | |
11986 | (perf_event_skip_record): Renamed into ... | |
11987 | (perf_event_skip_bts_record): ... this. Updated users. | |
11988 | (linux_disable_btrace): Split into this and ... | |
11989 | (linux_disable_bts): ... this. | |
11990 | (linux_read_btrace): Check format. | |
11991 | * nat/linux-btrace.h (linux_enable_btrace): Update parameters. | |
11992 | (linux_btrace_conf): New. | |
11993 | (btrace_target_info)<ptid>: Moved. | |
11994 | (btrace_target_info)<conf>: New. | |
11995 | (btrace_target_info): Split into this and ... | |
11996 | (btrace_tinfo_bts): ... this. Updated users. | |
11997 | * btrace.c (btrace_enable): Update parameters. | |
11998 | (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf) | |
11999 | (btrace_conf_children, btrace_conf_attributes) | |
12000 | (btrace_conf_elements): New. | |
12001 | * btrace.h (btrace_enable): Update parameters. | |
12002 | (btrace_conf, parse_xml_btrace_conf): New. | |
12003 | * common/btrace-common.h (btrace_config): New. | |
12004 | * feature/btrace-conf.dtd: New. | |
12005 | * record-btrace.c (record_btrace_conf): New. | |
12006 | (record_btrace_cmdlist): New. | |
12007 | (record_btrace_enable_warn, record_btrace_open): Pass | |
12008 | &record_btrace_conf. | |
12009 | (record_btrace_info): Print recording format. | |
12010 | (cmd_record_btrace_bts_start): New. | |
12011 | (cmd_record_btrace_start): Call cmd_record_btrace_bts_start. | |
12012 | (_initialize_record_btrace): Add "record btrace bts" subcommand. | |
12013 | Add "record bts" alias command. | |
12014 | * remote.c (remote_state)<btrace_config>: New. | |
12015 | (remote_btrace_reset, PACKET_qXfer_btrace_conf): New. | |
12016 | (remote_protocol_features): Add qXfer:btrace-conf:read. | |
12017 | (remote_open_1): Call remote_btrace_reset. | |
12018 | (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF. | |
12019 | (btrace_target_info)<conf>: New. | |
12020 | (btrace_sync_conf, btrace_read_config): New. | |
12021 | (remote_enable_btrace): Update parameters. Call btrace_sync_conf and | |
12022 | btrace_read_conf. | |
12023 | (remote_btrace_conf): New. | |
12024 | (init_remote_ops): Initialize to_btrace_conf. | |
12025 | (_initialize_remote): Add qXfer:btrace-conf packet. | |
12026 | * target.c (target_enable_btrace): Update parameters. | |
12027 | (target_btrace_conf): New. | |
12028 | * target.h (target_enable_btrace): Update parameters. | |
12029 | (target_btrace_conf): New. | |
12030 | (target_object)<TARGET_OBJECT_BTRACE_CONF>: New. | |
12031 | (target_ops)<to_enable_btrace>: Update parameters and comment. | |
12032 | (target_ops)<to_btrace_conf>: New. | |
12033 | * target-delegates: Regenerate. | |
12034 | * target-debug.h (target_debug_print_const_struct_btrace_config_p) | |
12035 | (target_debug_print_const_struct_btrace_target_info_p): New. | |
12036 | * NEWS: Announce new command and new packet. | |
12037 | ||
aadf7753 MM |
12038 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
12039 | ||
12040 | * nat/linux-btrace.h (perf_event_buffer): New. | |
12041 | (btrace_target_info) <buffer, size, data_head>: Replace with ... | |
12042 | <bts>: ... this. | |
12043 | * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size) | |
12044 | (perf_event_buffer_size, perf_event_buffer_begin) | |
12045 | (perf_event_buffer_end, linux_btrace_has_changed): Removed. | |
12046 | Updated users. | |
12047 | (perf_event_new_data): New. | |
12048 | ||
043c3577 MM |
12049 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
12050 | ||
12051 | * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS. | |
12052 | * record-btrace.c (record_btrace_open): Remove call to | |
12053 | target_supports_btrace. | |
12054 | * remote.c (remote_supports_btrace): Update parameters. | |
12055 | * target.c (target_supports_btrace): Update parameters. | |
12056 | * target.h (to_supports_btrace, target_supports_btrace): Update | |
12057 | parameters. | |
12058 | * target-delegates.c: Regenerate. | |
12059 | * target-debug.h (target_debug_print_enum_btrace_format): New. | |
12060 | * nat/linux-btrace.c | |
12061 | (kernel_supports_btrace): Rename into ... | |
12062 | (kernel_supports_bts): ... this. Update users. Update warning text. | |
12063 | (intel_supports_btrace): Rename into ... | |
12064 | (intel_supports_bts): ... this. Update users. | |
12065 | (cpu_supports_btrace): Rename into ... | |
12066 | (cpu_supports_bts): ... this. Update users. | |
12067 | (linux_supports_btrace): Update parameters. Split into this and ... | |
12068 | (linux_supports_bts): ... this. | |
12069 | * nat/linux-btrace.h (linux_supports_btrace): Update parameters. | |
12070 | ||
734b0e4b MM |
12071 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
12072 | ||
12073 | * Makefile.in (SFILES): Add common/btrace-common.c. | |
12074 | (COMMON_OBS): Add common/btrace-common.o. | |
12075 | (btrace-common.o): Add build rules. | |
12076 | * btrace.c (parse_xml_btrace): Update parameters. | |
12077 | (parse_xml_btrace_block): Set format field. | |
12078 | (btrace_add_pc, btrace_fetch): Use struct btrace_data. | |
12079 | (do_btrace_data_cleanup, make_cleanup_btrace_data): New. | |
12080 | (btrace_compute_ftrace): Split into this and... | |
12081 | (btrace_compute_ftrace_bts): ...this. | |
12082 | (btrace_stitch_trace): Split into this and... | |
12083 | (btrace_stitch_bts): ...this. | |
12084 | * btrace.h (parse_xml_btrace): Update parameters. | |
12085 | (make_cleanup_btrace_data): New. | |
12086 | * common/btrace-common.c: New. | |
12087 | * common/btrace-common.h: Include common-defs.h. | |
12088 | (btrace_block_s): Update comment. | |
12089 | (btrace_format): New. | |
12090 | (btrace_format_string): New. | |
12091 | (btrace_data_bts): New. | |
12092 | (btrace_data): New. | |
12093 | (btrace_data_init, btrace_data_fini, btrace_data_empty): New. | |
12094 | * remote.c (remote_read_btrace): Update parameters. | |
12095 | * target.c (target_read_btrace): Update parameters. | |
12096 | * target.h (target_read_btrace): Update parameters. | |
12097 | (target_ops)<to_read_btrace>: Update parameters. | |
12098 | * x86-linux-nat.c (x86_linux_read_btrace): Update parameters. | |
12099 | * target-delegates.c: Regenerate. | |
12100 | * target-debug (target_debug_print_struct_btrace_data_p): New. | |
12101 | * nat/linux-btrace.c (linux_read_btrace): Split into this and... | |
12102 | (linux_read_bts): ...this. | |
12103 | * nat/linux-btrace.h (linux_read_btrace): Update parameters. | |
12104 | ||
bd2e0e9e DE |
12105 | 2015-02-06 Doug Evans <dje@google.com> |
12106 | ||
12107 | * remote-m32r-sdi.c: Include symfile.h. | |
12108 | ||
f176c4b5 DE |
12109 | 2015-02-06 Doug Evans <dje@google.com> |
12110 | ||
12111 | * symtab.h (clear_symtab_users, deduce_language_from_filename): Move | |
12112 | * symfile.h (clear_symtab_users, deduce_language_from_filename): ... | |
12113 | to here. | |
12114 | ||
d6c146e9 PA |
12115 | 2015-02-06 Pedro Alves <palves@redhat.com> |
12116 | ||
12117 | * linux-thread-db.c (find_new_threads_callback): Add debug output. | |
12118 | ||
b9d61307 SM |
12119 | 2015-02-06 Simon Marchi <simon.marchi@ericsson.com> |
12120 | ||
12121 | PR gdb/15678 | |
12122 | * breakpoint.c (map_breakpoint_numbers): Check for empty args string. | |
12123 | (enable_count_command): Check args for NULL value. | |
12124 | ||
e9fbd043 DE |
12125 | 2015-02-05 Doug Evans <xdje42@gmail.com> |
12126 | ||
12127 | * guile/scm-frame.c: Fix spelling errors in a comment. | |
12128 | ||
881d5d5d JK |
12129 | 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com> |
12130 | ||
12131 | * python/python-internal.h (Py_hash_t): Define it for Python <3.2. | |
12132 | * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the | |
12133 | return type. | |
12134 | ||
20ba1ce6 PA |
12135 | 2015-02-04 Pedro Alves <palves@redhat.com> |
12136 | ||
12137 | * linux-nat.c (handle_extended_wait): Don't resume LWPs here. | |
12138 | (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait | |
12139 | returns true. | |
12140 | (resume_stopped_resumed_lwps): Don't check whether the thread is | |
12141 | marked as executing. | |
12142 | (linux_nat_wait_1): Use resume_stopped_resumed_lwps. | |
12143 | ||
f962539a AA |
12144 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
12145 | ||
12146 | * regset.h (struct regset): Add flags field. | |
12147 | (REGSET_VARIABLE_SIZE): New value for a regset's flags field. | |
12148 | * corelow.c (get_core_register_section): Add warning if the size | |
12149 | exceeds the requested size and the regset does not have the | |
12150 | REGSET_VARIABLE_SIZE flag set. | |
12151 | * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE | |
12152 | flag. | |
12153 | * armbsd-tdep.c (armbsd_gregset): Likewise. | |
12154 | * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise. | |
12155 | * hppaobsd-tdep.c (hppaobsd_gregset): Likewise. | |
12156 | * m68kbsd-tdep.c (m68kbsd_gregset): Likewise. | |
12157 | * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise. | |
12158 | ||
dde9acd6 AA |
12159 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
12160 | ||
12161 | * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections): | |
12162 | For ".reg-xstate", explicitly specify the requested section size | |
12163 | via X86_XSTATE_SIZE instead of just 0 on input and | |
12164 | X86_XSTATE_MAX_SIZE on output. | |
12165 | * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): | |
12166 | Likewise. | |
12167 | ||
1528345d AA |
12168 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
12169 | ||
12170 | PR corefiles/17808: | |
12171 | * gdbarch.sh (iterate_over_regset_sections_cb): Document this | |
12172 | function type, particularly its SIZE parameter. | |
12173 | * gdbarch.h: Regenerate. | |
12174 | * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare | |
12175 | actual against required size using ">=" instead of "==". | |
12176 | (amd64_collect_fpregset): Likewise. | |
12177 | * i386-tdep.c (i386_supply_gregset): Likewise. | |
12178 | (i386_collect_gregset): Likewise. | |
12179 | (i386_supply_fpregset): Likewise. | |
12180 | (i386_collect_fpregset): Likewise. | |
12181 | * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise. | |
12182 | (mips_fill_gregset_wrapper): Likewise. | |
12183 | (mips_supply_fpregset_wrapper): Likewise. | |
12184 | (mips_fill_fpregset_wrapper): Likewise. | |
12185 | (mips64_supply_gregset_wrapper): Likewise. | |
12186 | (mips64_fill_gregset_wrapper): Likewise. | |
12187 | (mips64_supply_fpregset_wrapper): Likewise. | |
12188 | (mips64_fill_fpregset_wrapper): Likewise. | |
12189 | * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise. | |
12190 | (am33_supply_fpregset_method): Likewise. | |
12191 | (am33_collect_gregset_method): Likewise. | |
12192 | (am33_collect_fpregset_method): Likewise. | |
12193 | ||
518be979 DE |
12194 | 2015-02-04 Doug Evans <dje@google.com> |
12195 | Pedro Alves <palves@redhat.com> | |
12196 | Eli Zaretskii <eliz@gnu.org> | |
12197 | ||
12198 | PR tui/17810 | |
12199 | * tui/tui-command.c (tui_refresh_cmd_win): New function. | |
12200 | * tui/tui-command.c (tui_refresh_cmd_win): Declare. | |
12201 | * tui/tui-file.c: #include tui/tui-command.h. | |
12202 | (tui_file_fputs): Refresh command window if stream is not gdb_stdout. | |
12203 | (tui_file_flush): Refresh command window if stream is gdb_stdout. | |
12204 | * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush. | |
12205 | ||
80bd5fab PA |
12206 | 2015-02-04 Pedro Alves <palves@redhat.com> |
12207 | ||
12208 | Fix build breakage. | |
12209 | * event-loop.c (gdb_do_one_event): Add default switch case. | |
12210 | ||
a7606d80 JK |
12211 | 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com> |
12212 | ||
12213 | Filter out inferior gcc option -fpreprocessed. | |
12214 | * compile/compile.c (filter_args): New function. | |
12215 | (get_args): Use it. | |
12216 | ||
70b66289 PA |
12217 | 2015-02-03 Pedro Alves <palves@redhat.com> |
12218 | ||
12219 | * event-loop.c: Don't declare nor define a queue type for | |
12220 | gdb_event_p. | |
12221 | (event_queue): Delete. | |
12222 | (create_event, create_file_event, gdb_event_xfree) | |
12223 | (initialize_event_loop, process_event): Delete. | |
12224 | (gdb_do_one_event): Return as soon as one event is handled. | |
12225 | (handle_file_event): Change prototype. Used the passed in | |
12226 | file_handler pointer and ready_mask instead of looping over all | |
12227 | file handlers. | |
12228 | (gdb_wait_for_event): Update the poll/select timeouts before | |
12229 | blocking. Run event handlers directly instead of queueing events. | |
12230 | Return as soon as one event is handled. | |
12231 | (struct async_event_handler_data): Delete. | |
12232 | (invoke_async_event_handler): Delete. | |
12233 | (check_async_event_handlers): Change return type to int. Run | |
12234 | event handlers directly instead of queueing events. Return as | |
12235 | soon as one event is handled. | |
12236 | (handle_timer_event): Delete. | |
12237 | (update_wait_timeout): New function, factored out from | |
12238 | poll_timers. | |
12239 | (poll_timers): Reimplement. | |
12240 | * event-loop.h (initialize_event_loop): Delete declaration. | |
12241 | * top.c (gdb_init): Don't call initialize_event_loop. | |
12242 | ||
b7d2e916 PA |
12243 | 2015-02-03 Pedro Alves <palves@redhat.com> |
12244 | ||
12245 | * event-loop.c (clear_async_event_handler): New function. | |
12246 | * event-loop.h (clear_async_event_handler): New declaration. | |
12247 | * record-btrace.c (record_btrace_async): New function. | |
12248 | (init_record_btrace_ops): Install record_btrace_async. | |
12249 | * record-full.c (record_full_async): New function. | |
12250 | (record_full_resume): Don't mark the async event source here. | |
12251 | (init_record_full_ops): Install record_full_async. | |
12252 | (record_full_core_resume): Don't mark the async event source here. | |
12253 | (init_record_full_core_ops): Install record_full_async. | |
12254 | * remote.c (remote_async): Mark and clear the async stop reply | |
12255 | queue event-loop token as appropriate. | |
12256 | ||
d9d41e78 PA |
12257 | 2015-02-03 Pedro Alves <palves@redhat.com> |
12258 | ||
12259 | * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use | |
12260 | target_is_async_p instead of target_can_async. | |
12261 | (linux_nat_wait): Use target_is_async_p instead of | |
12262 | target_can_async. Don't enable async here. | |
12263 | * remote.c (interrupt_query, remote_wait, putpkt_binary): Use | |
12264 | target_is_async_p instead of target_can_async. | |
12265 | ||
aa3de267 SM |
12266 | 2015-02-02 Simon Marchi <simon.marchi@ericsson.com> |
12267 | ||
12268 | * varobj.h (lang_varobj_ops): Mention which return values need | |
12269 | to be freed. | |
12270 | ||
2c811c0f JB |
12271 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
12272 | ||
12273 | * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker. | |
12274 | ||
b1eedac9 JB |
12275 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
12276 | ||
12277 | PR gdb/17856: | |
12278 | * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache | |
12279 | results found in the cache. | |
12280 | ||
66c168ae JB |
12281 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
12282 | ||
12283 | PR gdb/17854: | |
12284 | * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache | |
12285 | when allocating a new one. | |
12286 | ||
4bdc02b2 TT |
12287 | 2015-02-01 Tom Tromey <tom@tromey.com> |
12288 | ||
12289 | * MAINTAINERS: Remove myself. | |
12290 | ||
ae6ae975 DE |
12291 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12292 | ||
12293 | * dwarf2read.c (process_structure_scope): Update setting of | |
12294 | TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO. | |
12295 | * gdbtypes.c (internal_type_vptr_fieldno): New function. | |
12296 | (set_type_vptr_fieldno): New function. | |
12297 | (internal_type_vptr_basetype): New function. | |
12298 | (set_type_vptr_basetype): New function. | |
12299 | (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO, | |
12300 | TYPE_VPTR_BASETYPE. | |
12301 | (allocate_cplus_struct_type): Initialize vptr_fieldno. | |
12302 | (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ... | |
12303 | (print_cplus_stuff): ... moved here. | |
12304 | (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE. | |
12305 | * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype | |
12306 | moved to ... | |
12307 | (struct cplus_struct_type): ... here. All uses updated. | |
12308 | (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite. | |
12309 | (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare. | |
12310 | (internal_type_vptr_basetype, set_type_vptr_basetype): Declare. | |
12311 | * stabsread.c (read_tilde_fields): Update setting of | |
12312 | TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE. | |
12313 | ||
09e2d7c7 DE |
12314 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12315 | ||
12316 | * cp-valprint.c (cp_find_class_member): Rename parameter domain_p | |
12317 | to self_p. | |
12318 | (cp_print_class_member): Rename local domain to self_type. | |
12319 | * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local | |
12320 | domain_type to self_type. | |
12321 | (set_die_type) <need_gnat_info>: Handle | |
12322 | TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD. | |
12323 | * gdb-gdb.py (StructMainTypePrettyPrinter): Handle | |
12324 | TYPE_SPECIFIC_SELF_TYPE. | |
12325 | * gdbtypes.c (internal_type_self_type): New function. | |
12326 | (set_type_self_type): New function. | |
12327 | (smash_to_memberptr_type): Rename parameter domain to self_type. | |
12328 | Update setting of TYPE_SELF_TYPE. | |
12329 | (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE. | |
12330 | (smash_to_method_type): Rename parameter domain to self_type. | |
12331 | Update setting of TYPE_SELF_TYPE. | |
12332 | (check_stub_method): Call smash_to_method_type. | |
12333 | (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE. | |
12334 | (copy_type_recursive): Ditto. | |
12335 | * gdbtypes.h (enum type_specific_kind): New value | |
12336 | TYPE_SPECIFIC_SELF_TYPE. | |
12337 | (struct main_type) <type_specific>: New member self_type. | |
12338 | (struct cplus_struct_type) <fn_field.type>: Update comment. | |
12339 | (TYPE_SELF_TYPE): Rewrite. | |
12340 | (internal_type_self_type, set_type_self_type): Declare. | |
12341 | * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to | |
12342 | self_type. | |
12343 | (gnuv3_method_ptr_to_value): Rename local domain_type to self_type. | |
12344 | * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with | |
12345 | TYPE_TARGET_TYPE. | |
12346 | * stabsread.c (read_member_functions): Mark methods with | |
12347 | TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of | |
12348 | TYPE_SELF_TYPE. | |
12349 | ||
4bfb94b8 DE |
12350 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12351 | ||
12352 | * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | |
12353 | All uses updated. | |
12354 | ||
5f4ce105 DE |
12355 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12356 | ||
12357 | * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs | |
12358 | or unions. Return zero if union. | |
12359 | (gnuv3_get_vtable): Call check_typedef. Assert only passed structs. | |
12360 | (gnuv3_rtti_type): Pass already-check_typedef'd value to | |
12361 | gnuv3_get_vtable. | |
12362 | (compute_vtable_size): Assert only passed structs. | |
12363 | (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs. | |
12364 | ||
f6b3afbf DE |
12365 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12366 | ||
12367 | * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD | |
12368 | kinds. | |
12369 | ||
cfb069a8 GB |
12370 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
12371 | Doug Evans <dje@google.com> | |
12372 | ||
12373 | PR cli/9007 | |
12374 | PR cli/11920 | |
12375 | PR cli/15548 | |
12376 | * cli/cli-cmds.c (complete_command): Notify user if max-completions | |
12377 | reached. | |
12378 | * common/common-exceptions.h (enum errors) | |
12379 | <MAX_COMPLETIONS_REACHED_ERROR>: New value. | |
12380 | * completer.h (get_max_completions_reached_message): New declaration. | |
12381 | (max_completions): Likewise. | |
12382 | (completion_tracker_t): New typedef. | |
12383 | (new_completion_tracker): New declaration. | |
12384 | (make_cleanup_free_completion_tracker): Likewise. | |
12385 | (maybe_add_completion_enum): New enum. | |
12386 | (maybe_add_completion): New declaration. | |
12387 | (throw_max_completions_reached_error): Likewise. | |
12388 | * completer.c (max_completions): New global variable. | |
12389 | (new_completion_tracker): New function. | |
12390 | (free_completion_tracker): Likewise. | |
12391 | (make_cleanup_free_completion_tracker): Likewise. | |
12392 | (maybe_add_completions): Likewise. | |
12393 | (throw_max_completions_reached_error): Likewise. | |
12394 | (complete_line): Remove duplicates and limit result to max_completions | |
12395 | entries. | |
12396 | (get_max_completions_reached_message): New function. | |
12397 | (gdb_display_match_list): Handle max_completions. | |
12398 | (_initialize_completer): New declaration and function. | |
12399 | * symtab.c: Include completer.h. | |
12400 | (completion_tracker): New static variable. | |
12401 | (completion_list_add_name): Call maybe_add_completion. | |
12402 | (default_make_symbol_completion_list_break_on_1): Renamed from | |
12403 | default_make_symbol_completion_list_break_on. Maintain | |
12404 | completion_tracker across calls to completion_list_add_name. | |
12405 | (default_make_symbol_completion_list_break_on): New function. | |
12406 | * top.c (init_main): Set rl_completion_display_matches_hook. | |
12407 | * tui/tui-io.c: Include completer.h. | |
12408 | (tui_old_rl_display_matches_hook): New static global. | |
12409 | (tui_rl_display_match_list): Notify user if max-completions reached. | |
12410 | (tui_setup_io): Save/restore rl_completion_display_matches_hook. | |
12411 | * NEWS (New Options): Mention set/show max-completions. | |
12412 | ||
e11c72c7 GB |
12413 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
12414 | ||
12415 | * symtab.c (struct add_name_data) <code>: New field. | |
12416 | Updated comments. | |
12417 | (add_symtab_completions): New function. | |
12418 | (symtab_expansion_callback): Likewise. | |
12419 | (default_make_symbol_completion_list_break_on): Set datum.code. | |
12420 | Move minimal symbol scan before calling expand_symtabs_matching. | |
12421 | Scan known primary symtabs for externs and statics before calling | |
12422 | expand_symtabs_matching. Pass symtab_expansion_callback as | |
12423 | expansion_notify argument to expand_symtabs_matching. Do not scan | |
12424 | primary symtabs for externs and statics after calling | |
12425 | expand_symtabs_matching. | |
12426 | ||
276d885b GB |
12427 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
12428 | ||
12429 | * symfile.h (expand_symtabs_exp_notify_ftype): New typedef. | |
12430 | (struct quick_symbol_functions) <expand_symtabs_matching>: | |
12431 | New argument expansion_notify. All uses updated. | |
12432 | (expand_symtabs_matching): New argument expansion_notify. | |
12433 | All uses updated. | |
12434 | * symfile-debug.c (debug_qf_expand_symtabs_matching): | |
12435 | Also print expansion notify. | |
12436 | * symtab.c (expand_symtabs_matching_via_partial): Call | |
12437 | expansion_notify whenever a partial symbol table is expanded. | |
12438 | * dwarf2read.c (dw2_expand_symtabs_matching): Call | |
12439 | expansion_notify whenever a symbol table is instantiated. | |
12440 | ||
82083d6d DE |
12441 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12442 | ||
12443 | * cli-out.c: #include completer.h, readline/readline.h. | |
12444 | (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions. | |
12445 | (cli_mld_flush, cld_mld_erase_entire_line): Ditto. | |
12446 | (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto. | |
12447 | * cli-out.h (cli_display_match_list): Declare. | |
12448 | * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros. | |
12449 | (ELLIPSIS_LEN): Ditto. | |
12450 | (gdb_get_y_or_n, gdb_display_match_list_pager): New functions. | |
12451 | (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto. | |
12452 | (gdb_fnprint, gdb_print_filename): Ditto. | |
12453 | (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto. | |
12454 | (gdb_display_match_list): Ditto. | |
12455 | * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs. | |
12456 | (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto. | |
12457 | (mld_beep_ftype, mld_read_key_ftype): Ditto. | |
12458 | (match_list_displayer): New struct. | |
12459 | (gdb_display_match_list): Declare. | |
12460 | * top.c (init_main): Set rl_completion_display_matches_hook. | |
12461 | * tui/tui-io.c: #include completer.h. | |
12462 | (printable_part, PUTX, print_filename, get_y_or_n): Delete. | |
12463 | (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions. | |
12464 | (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto. | |
12465 | (tui_mld_getc, tui_mld_read_key): Ditto. | |
12466 | (tui_rl_display_match_list): Rewrite. | |
12467 | (tui_handle_resize_during_io): New arg for_completion. All callers | |
12468 | updated. | |
12469 | ||
f57d2163 DE |
12470 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12471 | ||
12472 | Add symbol lookup cache. | |
12473 | * NEWS: Document new options and commands. | |
12474 | * symtab.c (symbol_cache_key): New static global. | |
12475 | (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros. | |
12476 | (SYMBOL_LOOKUP_FAILED): New macro. | |
12477 | (symbol_cache_slot_state): New enum. | |
12478 | (block_symbol_cache): New struct. | |
12479 | (symbol_cache): New struct. | |
12480 | (new_symbol_cache_size, symbol_cache_size): New static globals. | |
12481 | (hash_symbol_entry, eq_symbol_entry): New functions. | |
12482 | (symbol_cache_byte_size, resize_symbol_cache): New functions. | |
12483 | (make_symbol_cache, free_symbol_cache): New functions. | |
12484 | (get_symbol_cache, symbol_cache_cleanup): New function. | |
12485 | (set_symbol_cache_size, set_symbol_cache_size_handler): New functions. | |
12486 | (symbol_cache_lookup, symbol_cache_clear_slot): New function. | |
12487 | (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions. | |
12488 | (symbol_cache_flush, symbol_cache_dump): New functions. | |
12489 | (maintenance_print_symbol_cache): New function. | |
12490 | (maintenance_flush_symbol_cache): New function. | |
12491 | (symbol_cache_stats): New function. | |
12492 | (maintenance_print_symbol_cache_statistics): New function. | |
12493 | (symtab_new_objfile_observer): New function. | |
12494 | (symtab_free_objfile_observer): New function. | |
12495 | (lookup_static_symbol, lookup_global_symbol): Use symbol cache. | |
12496 | (_initialize_symtab): Init symbol_cache_key. New parameter | |
12497 | maint symbol-cache-size. New maint commands print symbol-cache, | |
12498 | print symbol-cache-statistics, flush-symbol-cache. | |
12499 | Install new_objfile, free_objfile observers. | |
12500 | ||
e700d1b2 JB |
12501 | 2015-01-31 Joel Brobecker <brobecker@adacore.com> |
12502 | ||
12503 | PR symtab/17855 | |
12504 | * symfile.c (clear_symtab_users): Move call to breakpoint_re_set | |
12505 | to end. | |
12506 | ||
9f050062 DE |
12507 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
12508 | ||
12509 | * NEWS: Mention inlined scripts in .debug_gdb_scripts section. | |
12510 | * auto-load.c: #include ctype.h. | |
12511 | (struct auto_load_pspace_info): Replace member loaded_scripts with | |
12512 | new members loaded_script_files, loaded_script_texts. | |
12513 | (auto_load_pspace_data_cleanup): Update. | |
12514 | (init_loaded_scripts_info): Update. | |
12515 | (get_auto_load_pspace_data_for_loading): Update. | |
12516 | (maybe_add_script_file): Renamed from maybe_add_script. All callers | |
12517 | updated. | |
12518 | (maybe_add_script_text): New function. | |
12519 | (clear_section_scripts): Update. | |
12520 | (source_script_file, execute_script_contents): New functions. | |
12521 | (source_section_scripts): Add support for | |
12522 | SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT. | |
12523 | (print_scripts): New function. | |
12524 | (auto_load_info_scripts): Also print inlined scripts. | |
12525 | (maybe_print_unsupported_script_warning): Renamed from | |
12526 | unsupported_script_warning_print. All callers updated. | |
12527 | (maybe_print_script_not_found_warning): Renamed from | |
12528 | script_not_found_warning_print. All callers updated. | |
12529 | * extension-priv.h (struct extension_language_script_ops): New member | |
12530 | objfile_script_executor. | |
12531 | * extension.c (ext_lang_objfile_script_executor): New function. | |
12532 | * extension.h (objfile_script_executor_func): New typedef. | |
12533 | (ext_lang_objfile_script_executor): Declare. | |
12534 | * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare. | |
12535 | * guile/guile.c (guile_extension_script_ops): Update. | |
12536 | * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function. | |
12537 | * python/python.c (python_extension_script_ops): Update. | |
12538 | (gdbpy_execute_objfile_script): New function. | |
12539 | ||
312809f8 EZ |
12540 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> |
12541 | ||
12542 | * tui/tui-io.c (tui_expand_tabs): New function. | |
12543 | (tui_puts, tui_redisplay_readline): Expand TABs into the | |
12544 | appropriate number of spaces. | |
12545 | * tui/tui-regs.c: Include tui-io.h. | |
12546 | (tui_register_format): Call tui_expand_tabs to expand TABs into | |
12547 | the appropriate number of spaces. | |
12548 | * tui/tui-io.h: Add prototype for tui_expand_tabs. | |
12549 | ||
b6577aab DE |
12550 | 2015-01-30 Doug Evans <dje@google.com> |
12551 | ||
12552 | * NEWS: "info source" command now display producer string if present. | |
12553 | * source.c (source_info): Print producer string if present. | |
12554 | ||
6da58d3e SM |
12555 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
12556 | ||
12557 | * varobj.c (varobj_delete): Fix comment. | |
12558 | ||
837ce252 SM |
12559 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
12560 | ||
12561 | * varobj.c (create_child): Modify comment. | |
12562 | ||
b09e2c59 SM |
12563 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
12564 | ||
12565 | * ada-varobj.c (ada_number_of_children): Constify struct varobj * | |
12566 | parameter. | |
12567 | (ada_name_of_variable): Same. | |
12568 | (ada_path_expr_of_child): Same. | |
12569 | (ada_value_of_variable): Same. | |
12570 | (ada_value_is_changeable_p): Same. | |
12571 | (ada_value_has_mutated): Same. | |
12572 | * c-varobj.c (varobj_is_anonymous_child): Same. | |
12573 | (c_is_path_expr_parent): Same. | |
12574 | (c_number_of_children): Same. | |
12575 | (c_name_of_variable): Same. | |
12576 | (c_path_expr_of_child): Same. | |
12577 | (get_type): Same. | |
12578 | (c_value_of_variable): Same. | |
12579 | (cplus_number_of_children): Same. | |
12580 | (cplus_name_of_variable): Same. | |
12581 | (cplus_path_expr_of_child): Same. | |
12582 | (cplus_value_of_variable): Same. | |
12583 | * jv-varobj.c (java_number_of_children): Same. | |
12584 | (java_name_of_variable): Same. | |
12585 | (java_path_expr_of_child): Same. | |
12586 | (java_value_of_variable): Same. | |
12587 | * varobj.c (number_of_children): Same. | |
12588 | (name_of_variable): Same. | |
12589 | (is_root_p): Same. | |
12590 | (varobj_ensure_python_env): Same. | |
12591 | (varobj_get_objname): Same. | |
12592 | (varobj_get_expression): Same. | |
12593 | (varobj_get_display_format): Same. | |
12594 | (varobj_get_display_hint): Same. | |
12595 | (varobj_has_more): Same. | |
12596 | (varobj_get_thread_id): Same. | |
12597 | (varobj_get_frozen): Same. | |
12598 | (dynamic_varobj_has_child_method): Same. | |
12599 | (varobj_get_gdb_type): Same. | |
12600 | (is_path_expr_parent): Same. | |
12601 | (varobj_default_is_path_expr_parent): Same. | |
12602 | (varobj_get_language): Same. | |
12603 | (varobj_get_attributes): Same. | |
12604 | (varobj_is_dynamic_p): Same. | |
12605 | (varobj_get_child_range): Same. | |
12606 | (varobj_value_has_mutated): Same. | |
12607 | (varobj_get_value_type): Same. | |
12608 | (number_of_children): Same. | |
12609 | (name_of_variable): Same. | |
12610 | (check_scope): Same. | |
12611 | (varobj_editable_p): Same. | |
12612 | (varobj_value_is_changeable_p): Same. | |
12613 | (varobj_floating_p): Same. | |
12614 | (varobj_default_value_is_changeable_p): Same. | |
12615 | ||
2568868e SM |
12616 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
12617 | ||
12618 | * varobj.c (varobj_get_path_expr): Set var->path_expr. | |
12619 | * c-varobj.c (c_path_expr_of_child): Set local var instead of | |
12620 | child->path_expr. | |
12621 | (cplus_path_expr_of_child): Same. | |
12622 | ||
ca83fa81 SM |
12623 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
12624 | ||
12625 | * mi-cmd-var.c (print_varobj): Free varobj_get_expression | |
12626 | result. | |
12627 | (mi_cmd_var_info_expression): Same. | |
12628 | * varobj.c (varobj_get_expression): Mention in the comment that | |
12629 | the result must by freed by the caller. | |
12630 | ||
afa269ae SM |
12631 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
12632 | ||
12633 | * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of | |
12634 | varobj_get_type. | |
12635 | (varobj_update_one): Same. | |
12636 | * varobj.c (update_type_if_necessary): Free curr_type_str and | |
12637 | new_type_str. | |
12638 | (varobj_get_type): Specify in comment that the result needs to be | |
12639 | freed by the caller. | |
12640 | ||
cd366ee8 DE |
12641 | 2015-01-29 Doug Evans <dje@google.com> |
12642 | ||
12643 | PR symtab/17890 | |
12644 | * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4. | |
12645 | ||
38360086 MW |
12646 | 2015-01-25 Mark Wielaard <mjw@redhat.com> |
12647 | ||
12648 | * dwarf2read.c (checkproducer): Call producer_is_gcc. | |
12649 | * utils.c (producer_is_gcc_ge_4): Likewise. | |
12650 | (producer_is_gcc): New function. | |
12651 | * utils.h (producer_is_gcc): New declaration. | |
12652 | ||
df25ebbd JB |
12653 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
12654 | ||
12655 | * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum | |
12656 | kind. | |
12657 | * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr" | |
12658 | parameter by "addr_stack" parameter. | |
12659 | (resolve_dynamic_range): Replace "addr" parameter by | |
12660 | "stack_addr" parameter. Update function documentation. | |
12661 | Update code accordingly. | |
12662 | (resolve_dynamic_array, resolve_dynamic_union) | |
12663 | (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise. | |
12664 | (resolve_dynamic_type): Update code, following the changes made | |
12665 | to resolve_dynamic_type_internal's interface. | |
12666 | * dwarf2loc.h (struct property_addr_info): New. | |
12667 | (dwarf2_evaluate_property): Replace "address" parameter | |
12668 | by "addr_stack" parameter. Adjust function documentation. | |
12669 | (struct dwarf2_offset_baton): New. | |
12670 | (struct dwarf2_property_baton): Update documentation of | |
12671 | field "referenced_type" to be more general. New field | |
12672 | "offset_info" in union data field. | |
12673 | * dwarf2loc.c (dwarf2_evaluate_property): Replace "address" | |
12674 | parameter by "addr_stack" parameter. Adjust code accordingly. | |
12675 | Add support for PROP_ADDR_OFFSET properties. | |
12676 | * dwarf2read.c (attr_to_dynamic_prop): Add support for | |
12677 | DW_AT_data_member_location attributes as well. Use case | |
12678 | statements instead of if/else condition. | |
12679 | ||
4a0ca9ec JB |
12680 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
12681 | ||
12682 | * ada-varobj.c (ada_varobj_get_array_number_of_children): | |
12683 | Return zero if PARENT_VALUE is NULL and parent_type's | |
12684 | range type is dynamic. | |
12685 | ||
ddb87a81 JB |
12686 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
12687 | ||
12688 | * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return | |
12689 | nonzero if the type's subtype is dynamic. | |
12690 | (resolve_dynamic_range): Also resolve the range's subtype. | |
12691 | ||
3d7ad9b4 | 12692 | 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch) |
7a270e0c | 12693 | |
3d7ad9b4 | 12694 | Pushed by Joel Brobecker <brobecker@adacore.com>. |
7a270e0c AK |
12695 | * symfile.c (unmap_overlay_command): Initialize sec to NULL. |
12696 | ||
3a8b707a DE |
12697 | 2015-01-27 Doug Evans <dje@google.com> |
12698 | ||
12699 | * NEWS: Mention gdb.Objfile.username. | |
12700 | * python/py-objfile.c (objfpy_get_username): New function. | |
12701 | (objfile_getset): Add "username". | |
12702 | ||
d35b90fb MW |
12703 | 2015-01-24 Mark Wielaard <mjw@redhat.com> |
12704 | ||
12705 | * stack.c (return_command): Markup warning message with _. | |
12706 | ||
734ae125 DE |
12707 | 2015-01-24 Doug Evans <xdje42@gmail.com> |
12708 | ||
12709 | * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete. | |
12710 | ||
527f3840 JK |
12711 | 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com> |
12712 | ||
12713 | Fix 100x slowdown regression on DWZ files. | |
12714 | * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash. | |
12715 | (struct line_header): Add offset and offset_in_dwz. | |
12716 | (dwarf_decode_lines): Add parameter decode_mapping to the declaration. | |
12717 | (free_line_header_voidp): New declaration. | |
12718 | (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New | |
12719 | functions. | |
12720 | (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller. | |
12721 | (handle_DW_AT_stmt_list): Use line_header_hash. | |
12722 | (free_line_header_voidp): New function. | |
12723 | (dwarf_decode_line_header): Initialize offset and offset_in_dwz. | |
12724 | (dwarf_decode_lines): New parameter decode_mapping, use it. | |
12725 | (dwarf2_free_objfile): Free line_header_hash. | |
12726 | ||
f7e5394d SM |
12727 | 2015-01-23 Simon Marchi <simon.marchi@ericsson.com> |
12728 | ||
12729 | PR gdb/17416 | |
12730 | * valops.c (value_rtti_indirect_type): Catch exception thrown by | |
12731 | value_ind. | |
12732 | ||
743649fd MW |
12733 | 2015-01-15 Mark Wielaard <mjw@redhat.com> |
12734 | ||
12735 | * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from | |
12736 | DW_AT_noreturn. | |
12737 | * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make | |
12738 | calling_convention an 8 bit bit field. | |
12739 | (TYPE_NO_RETURN): New macro. | |
12740 | * infcmd.c (finish_command): Query if function does not return | |
12741 | normally. | |
12742 | * stack.c (return_command): Likewise. | |
12743 | ||
198297aa PA |
12744 | 2015-01-23 Pedro Alves <palves@redhat.com> |
12745 | ||
12746 | * linux-nat.c (linux_is_async_p): New macro. | |
12747 | (linux_nat_is_async_p): | |
12748 | (linux_nat_terminal_inferior): Check whether the target can async | |
12749 | instead of whether it is already async. | |
12750 | (linux_nat_terminal_ours): Don't check whether the target is | |
12751 | async. | |
12752 | (linux_async_pipe): Use linux_is_async_p. | |
12753 | ||
253828f1 JK |
12754 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
12755 | ||
12756 | * NEWS (Changes since GDB 7.9): Add 'thread apply all' option | |
12757 | '-ascending'. | |
12758 | * thread.c (tp_array_compar_ascending, tp_array_compar): New. | |
12759 | (thread_apply_all_command): Parse CMD for tp_array_compar_ascending. | |
12760 | Sort tp_array using tp_array_compar. | |
12761 | (_initialize_thread): Extend thread_apply_all_command help. | |
12762 | ||
f0e8c4c5 JK |
12763 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
12764 | ||
12765 | * corelow.c (core_open): Call also thread_command. | |
12766 | * gdbthread.h (thread_command): New prototype moved from ... | |
12767 | * thread.c (thread_command): ... here. | |
12768 | (thread_command): Make it global. | |
12769 | ||
03b79603 PA |
12770 | 2015-01-22 Pedro Alves <palves@redhat.com> |
12771 | ||
12772 | * configure.ac [*mingw32*]: Check $curses_found instead of | |
12773 | $prefer_curses. | |
12774 | * configure: Regenerate. | |
12775 | * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and | |
12776 | HAVE_NCURSES_NCURSES_H checks. | |
12777 | ||
6b8a872f EZ |
12778 | 2015-01-22 Eli Zaretskii <eliz@gnu.org> |
12779 | ||
bbbbffbb | 12780 | * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm' |
6b8a872f EZ |
12781 | fails with the 1st arg NULL, try again with "unknown". Don't test |
12782 | the "cup" capability: it isn't supported by the Windows port of | |
12783 | ncurses, but the Windows console driver is still capable of | |
12784 | supporting TUI. | |
12785 | ||
4b62a76e JK |
12786 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
12787 | ||
12788 | * compile/compile.c (_initialize_compile): Use -fPIE for compile_args. | |
12789 | ||
82a864f9 EZ |
12790 | 2015-01-22 Eli Zaretskii <eliz@gnu.org> |
12791 | ||
12792 | * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h. | |
12793 | (ALLDEPFILES): Remove irix5-nat.c. These two are part of the | |
12794 | reason that "make TAGS" is broken. | |
12795 | ||
b35018fd CG |
12796 | 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com> |
12797 | ||
12798 | * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues | |
12799 | and check additional store instructions. | |
12800 | ||
ffbc4646 WW |
12801 | 2015-01-21 Wei-cheng Wang <cole945@gmail.com> |
12802 | ||
12803 | * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang". | |
12804 | ||
ddeca1df WW |
12805 | 2015-01-21 Wei-cheng Wang <cole945@gmail.com> |
12806 | ||
12807 | * ppc-linux-tdep.c (ppc_skip_trampoline_code, | |
12808 | ppc_canonicalize_syscall, ppc_linux_syscall_record, | |
12809 | ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments. | |
12810 | * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise. | |
12811 | * rs6000-tdep.c (rs6000_epilogue_frame_cache, | |
12812 | rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register, | |
12813 | rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4, | |
12814 | ppc_process_record_op19, ppc_process_record_op31, | |
12815 | ppc_process_record_op59, ppc_process_record_op60, | |
12816 | ppc_process_record_op63): Likewise. | |
12817 | ||
049bb5de JB |
12818 | 2015-01-20 Joel Brobecker <brobecker@adacore.com> |
12819 | ||
12820 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string) | |
12821 | (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of | |
12822 | strerror. | |
12823 | ||
42b87c63 | 12824 | 2015-01-20 Wei-cheng Wang <cole945@gmail.com> |
810c1026 WW |
12825 | |
12826 | * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19, | |
12827 | ppc_process_record_op31, ppc_process_record_op59, | |
12828 | ppc_process_record_op60, ppc_process_record_op63, | |
12829 | ppc_process_record): Fix -Wformat warning. | |
12830 | * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60): | |
12831 | Remove unused variables. | |
12832 | ||
569340fc CG |
12833 | 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com> |
12834 | ||
12835 | * MAINTAINERS (Write After Approval): Add "Chen Gang". | |
12836 | ||
63413d85 EZ |
12837 | 2015-01-19 Eli Zaretskii <eliz@gnu.org> |
12838 | ||
12839 | * configure.ac [*mingw32*]: Only add windows-termcap.o to | |
12840 | CONFIG_OBS if not building with a curses library. | |
12841 | * configure: Regenerate. | |
12842 | ||
12843 | * windows-termcap.c: Include defs.h. Make the whole body empty if | |
12844 | either one of HAVE_CURSES_H or HAVE_NCURSES_H or | |
12845 | HAVE_NCURSES_NCURSES_H is defined. | |
12846 | ||
16d8013c JB |
12847 | 2015-01-19 Joel Brobecker <brobecker@adacore.com> |
12848 | ||
12849 | * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator | |
12850 | from end of line to start of next line. | |
12851 | ||
cf90fd9a WW |
12852 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
12853 | ||
12854 | * ppc-linux-tdep.c (ppc_skip_trampoline_code): | |
12855 | Scan PLT stub backward for reverse debugging. | |
12856 | * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise. | |
12857 | ||
b4cdae6f WW |
12858 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
12859 | Ulrich Weigand <uweigand@de.ibm.com> | |
12860 | ||
12861 | * configure.tgt (powerpc*-*-linux): Add linux-record.o to | |
12862 | gdb_target_obs. | |
12863 | (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall | |
12864 | record. | |
12865 | (ppc_canonicalize_syscall, ppc_linux_syscall_record, | |
12866 | ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions. | |
12867 | (ppc_linux_init_abi): Set process_record, process_record_signal. | |
12868 | * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and | |
12869 | ppc_linux_record_tdep to gdbarch_tdep. | |
12870 | (ppc_process_record): New declaration. | |
12871 | * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4, | |
12872 | ppc_process_record_op19, ppc_process_record_op31, | |
12873 | ppc_process_record_op59, ppc_process_record_op60, | |
12874 | ppc_process_record_op63, ppc_process_record): New functions. | |
12875 | ||
2608dbf8 WW |
12876 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
12877 | ||
12878 | * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to | |
12879 | rs6000_in_function_epilogue_frame_p and add an argument | |
12880 | for frame_info. | |
12881 | (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id, | |
12882 | rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer): | |
12883 | New functions. | |
12884 | (rs6000_epilogue_frame_unwind): New. | |
12885 | (rs6000_gdbarch_init): Append epilogue unwinder. | |
12886 | ||
4c347be6 SDJ |
12887 | 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com> |
12888 | ||
12889 | * nat/linux-personality.c: Replace "#ifndef | |
12890 | HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if | |
12891 | !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5 | |
12892 | systems. | |
12893 | ||
9f2850ba EZ |
12894 | 2015-01-16 Eli Zaretskii <eliz@gnu.org> |
12895 | ||
6cdb25f4 EZ |
12896 | * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New |
12897 | functions. | |
12898 | (_initialize_tui_win) <border-kind, border-mode>: | |
12899 | <active-border-mode>: Use tui_set_var_cmd as the "set" function. | |
c54da50d EZ |
12900 | (tui_set_tab_width_command): Fix the commentary. |
12901 | ||
6cdb25f4 EZ |
12902 | * tui/tui-win.h: Add prototype for tui_rehighlight_all. |
12903 | ||
bf555842 EZ |
12904 | * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command): |
12905 | Doc fix. | |
cb86fcc1 EZ |
12906 | (tui_set_tab_width_command): Delete and recreate the source and |
12907 | the disassembly windows, to show the effect of the changed tab | |
12908 | size immediately. | |
bf555842 | 12909 | |
9f2850ba EZ |
12910 | * tui/tui-data.h (LINE_PREFIX): Make shorter |
12911 | (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for | |
12912 | "Thread NNNNN.XXXX" thread ID notation on Windows. | |
12913 | ||
95761b2d JK |
12914 | 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
12915 | ||
12916 | Fix gcc-5 compilation. | |
12917 | * hppa-tdep.c (inst_saves_gr): Fix parentheses typo. | |
12918 | ||
8cc73a39 SDJ |
12919 | 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com> |
12920 | ||
12921 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h. | |
12922 | (linux-personality.o): New rule. | |
12923 | * common/common-defs.h: Include <stdint.h>. | |
12924 | * config/aarch64/linux.mh (NATDEPFILES): Include | |
12925 | linux-personality.o. | |
12926 | * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise. | |
12927 | * config/arm/linux.mh (NATDEPFILES): Likewise. | |
12928 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
12929 | * config/i386/linux.mh (NATDEPFILES): Likewise. | |
12930 | * config/ia64/linux.mh (NATDEPFILES): Likewise. | |
12931 | * config/m32r/linux.mh (NATDEPFILES): Likewise. | |
12932 | * config/m68k/linux.mh (NATDEPFILES): Likewise. | |
12933 | * config/mips/linux.mh (NATDEPFILES): Likewise. | |
12934 | * config/pa/linux.mh (NATDEPFILES): Likewise. | |
12935 | * config/powerpc/linux.mh (NATDEPFILES): Likewise. | |
12936 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise. | |
12937 | * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise. | |
12938 | * config/s390/linux.mh (NATDEPFILES): Likewise. | |
12939 | * config/sparc/linux64.mh (NATDEPFILES): Likewise. | |
12940 | * config/sparc/linux.mh (NATDEPFILES): Likewise. | |
12941 | * config/tilegx/linux.mh (NATDEPFILES): Likewise. | |
12942 | * config/xtensa/linux.mh (NATDEPFILES): Likewise. | |
12943 | * defs.h: Remove #include <stdint.h> (moved to | |
12944 | common/common-defs.h). | |
12945 | * linux-nat.c: Include nat/linux-personality.h. Remove #include | |
12946 | <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to | |
12947 | nat/linux-personality.c). | |
12948 | (linux_nat_create_inferior): Remove code to disable address space | |
12949 | randomization (moved to nat/linux-personality.c). Create cleanup | |
12950 | to disable address space randomization. | |
12951 | * nat/linux-personality.c: New file. | |
12952 | * nat/linux-personality.h: Likewise. | |
12953 | ||
fb23d554 SDJ |
12954 | 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com> |
12955 | ||
12956 | * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and | |
12957 | common/posix-strerror.c. | |
12958 | (posix-strerror.o): New rule. | |
12959 | (mingw-strerror.o): Likewise. | |
12960 | * common/common-utils.h (safe_strerror): Move prototype to here, | |
12961 | from utils.h. | |
12962 | * common/common.host: New file. | |
12963 | * common/mingw-strerror.c: Likewise. | |
12964 | * common/posix-strerror.c: Likewise. | |
12965 | * configure: Regenerated. | |
12966 | * configure.ac: Source common/common.host. Add variable | |
12967 | common_host_obs to gdb_host_obs. | |
12968 | * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and | |
12969 | gdb/common/posix-strerror.c when warning about the use of | |
12970 | strerror. | |
12971 | * mingw-hdep.c (safe_strerror): Remove definition; move it to | |
12972 | common/mingw-strerror.c. | |
12973 | * posix-hdep.c (safe_strerror): Remove definition; move it to | |
12974 | common/posix-hdep.c. | |
12975 | * utils.h (safe_strerror): Remove prototype; move to | |
12976 | common/common-utils.h. | |
12977 | ||
3af8af43 JB |
12978 | 2015-01-15 Joel Brobecker <brobecker@adacore.com> |
12979 | ||
12980 | GDB 7.8.2 released. | |
12981 | ||
bafffb51 JB |
12982 | 2015-01-15 Joel Brobecker <brobecker@adacore.com> |
12983 | ||
12984 | * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel | |
12985 | ___XA type if the array has already been fixed. | |
12986 | ||
cdf43629 YQ |
12987 | 2015-01-14 Yao Qi <yao@codesourcery.com> |
12988 | ||
12989 | * Makefile.in (ppc-linux.o): New rule. | |
12990 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o. | |
12991 | * configure.ac: AC_CHECK_FUNCS(getauxval). | |
12992 | * config.in: Re-generated. | |
12993 | * configure: Re-generated. | |
12994 | * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p): | |
12995 | Declare. | |
12996 | * nat/ppc-linux.c: New file. | |
12997 | * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]: | |
12998 | Call ppc64_64bit_inferior_p. | |
12999 | ||
514c5338 YQ |
13000 | 2015-01-14 Yao Qi <yao@codesourcery.com> |
13001 | ||
13002 | * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to | |
13003 | nat/ppc-linux.h. | |
13004 | (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise. | |
13005 | (PPC_FEATURE_HAS_DFP): Likewise. | |
13006 | (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise. | |
13007 | (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise. | |
13008 | (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise. | |
13009 | Include "nat/ppc-linux.h". | |
13010 | * nat/ppc-linux.h: New file. | |
13011 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h. | |
13012 | ||
5589af0e PA |
13013 | 2015-01-14 Pedro Alves <palves@redhat.com> |
13014 | ||
13015 | PR gdb/17525 | |
13016 | * breakpoint.c: Include "interps.h". | |
13017 | (bpstat_do_actions_1): Also check whether the interpreter is | |
13018 | async. | |
13019 | ||
6c400b59 PA |
13020 | 2015-01-14 Pedro Alves <palves@redhat.com> |
13021 | ||
13022 | PR cli/17828 | |
13023 | * infrun.c (reinstall_readline_callback_handler_cleanup): Don't | |
13024 | reinstall if the interpreter is sync. | |
13025 | ||
e02c96a7 DE |
13026 | 2015-01-13 Doug Evans <dje@google.com> |
13027 | ||
13028 | * objfiles.c (objfile_filename): New function. | |
13029 | * objfiles.h (objfile_filename): Declare it. | |
13030 | (objfile_name): Add function comment. | |
13031 | * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the | |
13032 | bfd file name (which may be realpath'd), and the original name. | |
13033 | ||
3b2f13ff JB |
13034 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
13035 | ||
13036 | * NEWS: Create a new section for the next release branch. | |
13037 | Rename the section of the current branch, now that it has | |
13038 | been cut. | |
13039 | ||
b4cfe7f8 JB |
13040 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
13041 | ||
13042 | GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37): | |
13043 | * version.in: Bump version to 7.9.50.DATE-cvs. | |
13044 | ||
92fc2e69 JB |
13045 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
13046 | ||
13047 | * nat/linux-procfs.c (linux_proc_attach_tgid_threads): | |
13048 | Remove trailing new-line in argument of call to warning. | |
13049 | ||
f71f0b0d JB |
13050 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
13051 | ||
13052 | * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing | |
13053 | new-line in argument of call to "warning". | |
13054 | ||
04dccad0 JB |
13055 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
13056 | ||
13057 | * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found | |
13058 | in static block, then try searching for primitive types. | |
13059 | ||
08b13bdd PP |
13060 | 2015-01-12 Patrick Palka <patrick@parcs.ath.cx> |
13061 | ||
13062 | * top.h (gdb_add_history): Declare. | |
13063 | * top.c (command_count): New variable. | |
13064 | (gdb_add_history): New function. | |
13065 | (gdb_safe_append_history): New static function. | |
13066 | (quit_force): Call it. | |
13067 | (command_line_input): Use gdb_add_history instead of | |
13068 | add_history. | |
13069 | * event-top.c (command_line_handler): Likewise. | |
13070 | ||
4ac15b59 JC |
13071 | 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch) |
13072 | ||
13073 | PR gdb/17046 | |
13074 | * darwin-nat.c: Replace <machine/setjmp.h> #include by | |
13075 | <setjmp.h> #include. | |
13076 | ||
005e54bb DE |
13077 | 2015-01-11 Doug Evans <xdje42@gmail.com> |
13078 | ||
13079 | * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME. | |
13080 | ||
439250fb DE |
13081 | 2015-01-11 Doug Evans <xdje42@gmail.com> |
13082 | ||
13083 | PR gdb/15830 | |
13084 | * NEWS: The "maint demangle" command is renamed as "demangle". | |
13085 | * demangle.c: #include cli/cli-utils.h, language.h. | |
13086 | (demangle_command): New function. | |
13087 | (_initialize_demangle): Add new command "demangle". | |
13088 | * maint.c (maintenance_demangle): Stub out. | |
13089 | (_initialize_maint_cmds): Update help text for "maint demangle", | |
13090 | and mark as deprecated. | |
13091 | ||
ebf3aa72 MK |
13092 | 2015-01-11 Mark Kettenis <kettenis@gnu.org> |
13093 | ||
13094 | * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that | |
13095 | inferior_thread is a function. | |
13096 | ||
6bf045cd PP |
13097 | 2015-01-09 Patrick Palka <patrick@parcs.ath.cx> |
13098 | ||
13099 | * Makefile.in (.y.c): Don't munge yacc's #line | |
13100 | directives. | |
13101 | ||
588dcc3e PP |
13102 | 2015-01-09 Patrick Palka <patrick@parcs.ath.cx> |
13103 | ||
13104 | * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper | |
13105 | to prompt for input. | |
13106 | * tui/tui-hooks.c (tui_query_hook): Remove. | |
13107 | (tui_install_hooks): Don't set deprecated_query_hook. | |
13108 | * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in | |
13109 | height calculation. Always update the command window's cur_line. | |
13110 | ||
9c02b525 PA |
13111 | 2015-01-09 Pedro Alves <palves@redhat.com> |
13112 | ||
13113 | * breakpoint.c (hardware_breakpoint_inserted_here_p): New | |
13114 | function. | |
13115 | * breakpoint.h (hardware_breakpoint_inserted_here_p): New | |
13116 | declaration. | |
13117 | * linux-nat.c (linux_nat_status_is_event): Move higher up in file. | |
13118 | (linux_resume_one_lwp): Store the thread's PC. Adjust to clear | |
13119 | stop_reason. | |
13120 | (check_stopped_by_watchpoint): New function. | |
13121 | (save_sigtrap): Reimplement. | |
13122 | (linux_nat_stopped_by_watchpoint): Adjust. | |
13123 | (linux_nat_lp_status_is_event): Delete. | |
13124 | (stop_wait_callback): Only call save_sigtrap after storing the | |
13125 | pending status. | |
13126 | (status_callback): If the thread had been stopped for a breakpoint | |
13127 | that has since been removed, discard the event and resume the LWP. | |
13128 | (count_events_callback, select_event_lwp_callback): Use | |
13129 | lwp_status_pending_p instead of linux_nat_lp_status_is_event. | |
13130 | (cancel_breakpoint): Rename to ... | |
13131 | (check_stopped_by_breakpoint): ... this. Record whether the LWP | |
13132 | stopped for a software breakpoint or hardware breakpoint. | |
13133 | (select_event_lwp): Only give preference to the stepping LWP in | |
13134 | all-stop mode. Adjust comments. | |
13135 | (stop_and_resume_callback): Remove references to new_pending_p. | |
13136 | (linux_nat_filter_event): Likewise. Leave exit events of the | |
13137 | leader thread pending here. Handle signal short circuiting here. | |
13138 | Only call save_sigtrap after storing the pending waitstatus. | |
13139 | (linux_nat_wait_1): Remove 'retry' label. Remove references to | |
13140 | new_pending. Don't handle leaving events the caller is not | |
13141 | interested in pending here, nor handle signal short-circuiting | |
13142 | here. Also give equal priority to all LWPs that have had events | |
13143 | in non-stop mode. If reporting a software breakpoint event, | |
13144 | unadjust the LWP's PC. | |
13145 | * linux-nat.h (enum lwp_stop_reason): New. | |
13146 | (struct lwp_info) <stop_pc>: New field. | |
13147 | (struct lwp_info) <stopped_by_watchpoint>: Delete field. | |
13148 | (struct lwp_info) <stop_reason>: New field. | |
13149 | * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust. | |
13150 | ||
8af756ef PA |
13151 | 2015-01-09 Pedro Alves <palves@redhat.com> |
13152 | ||
13153 | * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>: | |
13154 | Set the LWP's 'resumed' flag. | |
13155 | ||
8a99810d PA |
13156 | 2015-01-09 Pedro Alves <palves@redhat.com> |
13157 | ||
13158 | * linux-nat.c (linux_resume_one_lwp): New function. | |
13159 | (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp. | |
13160 | (linux_nat_resume): Use lwp_status_pending_p and | |
13161 | linux_resume_one_lwp. | |
13162 | (linux_handle_syscall_trap): Use linux_resume_one_lwp. | |
13163 | (linux_handle_extended_wait): Use linux_resume_one_lwp. | |
13164 | (status_callback, running_callback): Use lwp_status_pending_p. | |
13165 | (lwp_status_pending_p): New function. | |
13166 | (stop_and_resume_callback): Use lwp_status_pending_p. | |
13167 | (linux_nat_filter_event): Use linux_resume_one_lwp. | |
13168 | (linux_nat_wait_1): Always use status_callback to look for an LWP | |
13169 | with a pending status. Use linux_resume_one_lwp. | |
13170 | (resume_stopped_resumed_lwps): Use lwp_status_pending_p and | |
13171 | linux_resume_one_lwp. | |
13172 | ||
f7ce857f PA |
13173 | 2015-01-09 Pedro Alves <palves@redhat.com> |
13174 | ||
13175 | * breakpoint.c (bp_location_inserted_here_p): New function, | |
13176 | factored out from ... | |
13177 | (breakpoint_inserted_here_p): ... here. Use | |
13178 | ALL_BP_LOCATIONS_AT_ADDR. | |
13179 | (software_breakpoint_inserted_here_p): Use | |
13180 | bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR. | |
13181 | ||
c1a747c1 PA |
13182 | 2014-01-09 Pedro Alves <palves@redhat.com> |
13183 | ||
13184 | Skip enabling event reporting if the kernel supports | |
13185 | PTRACE_EVENT_CLONE. | |
13186 | * linux-thread-db.c: Include "nat/linux-ptrace.h". | |
13187 | (thread_db_use_events): New function. | |
13188 | (try_thread_db_load_1): Check thread_db_use_events before enabling | |
13189 | event reporting. | |
13190 | (update_thread_state): New function. | |
13191 | (attach_thread): Use it. Check thread_db_use_events before | |
13192 | enabling event reporting. | |
13193 | (thread_db_detach): Check thread_db_use_events before disabling | |
13194 | event reporting. | |
13195 | (find_new_threads_callback): Check thread_db_use_events before | |
13196 | enabling event reporting. Update the thread's state if not using | |
13197 | libthread_db events. | |
13198 | ||
a33e3959 PA |
13199 | 2015-01-09 Pedro Alves <palves@redhat.com> |
13200 | ||
13201 | * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're | |
13202 | about to wait for is > 0. | |
13203 | * linux-thread-db.c (find_new_threads_callback): Ignore thread if | |
13204 | the kernel thread ID is -1. | |
13205 | ||
8784d563 PA |
13206 | 2015-01-09 Pedro Alves <palves@redhat.com> |
13207 | ||
13208 | * linux-nat.c (attach_proc_task_lwp_callback): New function. | |
13209 | (linux_nat_attach): Use linux_proc_attach_tgid_threads. | |
13210 | (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's | |
13211 | ptrace option flags. | |
13212 | * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New | |
13213 | field. | |
13214 | * nat/linux-procfs.c: Include <dirent.h>. | |
13215 | (linux_proc_get_int): New parameter "warn". Handle it. | |
13216 | (linux_proc_get_tgid): Adjust. | |
13217 | (linux_proc_get_tracerpid): Rename to ... | |
13218 | (linux_proc_get_tracerpid_nowarn): ... this. | |
13219 | (linux_proc_pid_get_state): New function, factored out from | |
13220 | (linux_proc_pid_has_state): ... this. Add new parameter "warn" | |
13221 | and handle it. | |
13222 | (linux_proc_pid_is_gone): New function. | |
13223 | (linux_proc_pid_is_stopped): Adjust. | |
13224 | (linux_proc_pid_is_zombie_maybe_warn) | |
13225 | (linux_proc_pid_is_zombie_nowarn): New functions. | |
13226 | (linux_proc_pid_is_zombie): Use | |
13227 | linux_proc_pid_is_zombie_maybe_warn. | |
13228 | (linux_proc_attach_tgid_threads): New function. | |
13229 | * nat/linux-procfs.h (linux_proc_get_tgid): Update comment. | |
13230 | (linux_proc_get_tracerpid): Rename to ... | |
13231 | (linux_proc_get_tracerpid_nowarn): ... this, and update comment. | |
13232 | (linux_proc_pid_is_gone): New declaration. | |
13233 | (linux_proc_pid_is_zombie): Update comment. | |
13234 | (linux_proc_pid_is_zombie_nowarn): New declaration. | |
13235 | (linux_proc_attach_lwp_func): New typedef. | |
13236 | (linux_proc_attach_tgid_threads): New declaration. | |
13237 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to | |
13238 | use nowarn functions. | |
13239 | (linux_ptrace_attach_fail_reason_string): Move here from | |
13240 | gdbserver/linux-low.c and rename. | |
13241 | (ptrace_supports_feature): If the current ptrace options are not | |
13242 | known yet, check them now, instead of asserting. | |
13243 | * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string): | |
13244 | Declare. | |
13245 | ||
883ed13e PA |
13246 | 2015-01-09 Pedro Alves <palves@redhat.com> |
13247 | ||
13248 | * linux-thread-db.c (thread_db_find_new_threads_silently) | |
13249 | (try_thread_db_load_1, try_thread_db_load, thread_db_load_search) | |
13250 | (find_new_threads_once): Print debug output on gdb_stdlog. | |
13251 | ||
1710aab8 CG |
13252 | 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com> |
13253 | Pedro Alves <palves@redhat.com> | |
13254 | ||
13255 | * compile/compile.c: Include "gdb_wait.h". | |
13256 | (do_rmdir): Check return value, and free 'zap'. | |
13257 | ||
b597c318 YQ |
13258 | 2015-01-08 Pedro Alves <palves@redhat.com> |
13259 | Yao Qi <yao@codesourcery.com> | |
13260 | ||
13261 | * dwarf2loc.c (indirect_pieced_value): Don't call | |
13262 | gdb_sign_extend. Call extract_signed_integer instead. | |
13263 | * utils.c (gdb_sign_extend): Remove. | |
13264 | * utils.h (gdb_sign_extend): Remove declaration. | |
13265 | ||
025ac414 PM |
13266 | 2015-01-07 Pierre Muller <muller@sourceware.org> |
13267 | ||
13268 | PR symtab/17811 | |
13269 | * stabsread.c (define_symbol): Set language for C++ special symbols. | |
13270 | ||
fa5af12a PP |
13271 | 2015-01-07 Patrick Palka <patrick@parcs.ath.cx> |
13272 | ||
13273 | * inflow.c (initial_gdb_ttystate): Tweak comment. | |
13274 | ||
ea42d6f8 JB |
13275 | 2015-01-07 Joel Brobecker <brobecker@adacore.com> |
13276 | ||
13277 | * inflow.c (set_initial_gdb_ttystate): Add empty line after | |
13278 | comment documenting function. | |
13279 | ||
6a06d660 PP |
13280 | 2015-01-07 Patrick Palka <patrick@parcs.ath.cx> |
13281 | ||
13282 | * terminal.h (set_initial_gdb_ttystate): Declare. | |
13283 | * inflow.c (initial_gdb_ttystate): New static variable. | |
13284 | (set_initial_gdb_ttystate): New setter. | |
13285 | (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate | |
13286 | instead of our current terminal state. | |
13287 | * top.c (gdb_init): Call set_initial_gdb_ttystate. | |
13288 | ||
e810d75b JB |
13289 | 2015-01-07 Joel Brobecker <brobecker@adacore.com> |
13290 | ||
13291 | * guile/scm-type.c (tyscm_array_1): Add comment. | |
13292 | * python/py-type.c (typy_array_1): Add comment. | |
13293 | ||
fce10a84 JB |
13294 | 2015-01-06 Joel Brobecker <brobecker@adacore.com> |
13295 | ||
13296 | * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range | |
13297 | error if N2 is equal to N1 - 1. | |
13298 | ||
8503d6e1 JB |
13299 | 2015-01-06 Joel Brobecker <brobecker@adacore.com> |
13300 | ||
13301 | * python/py-type.c (typy_array_1): Do not raise negative-length | |
13302 | exception if N2 is equal to N1 - 1. | |
13303 | ||
4d29c0a8 DE |
13304 | 2015-01-03 Doug Evans <xdje42@gmail.com> |
13305 | ||
13306 | * c-exp.y: Whitespace cleanup. | |
13307 | (classify_inner_name): Remove extra ;. | |
13308 | ||
eaa6a9a4 MR |
13309 | 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com> |
13310 | ||
13311 | * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack | |
13312 | offset signed. | |
13313 | ||
02fe9972 DE |
13314 | 2015-01-02 Doug Evans <dje@google.com> |
13315 | ||
13316 | * dwarf2read.c (setup_type_unit_groups): Remove outdated comment. | |
13317 | ||
e2ada9cb DE |
13318 | 2015-01-02 Doug Evans <dje@google.com> |
13319 | ||
13320 | * symtab.h (struct symbol): Fix typo in comment. | |
13321 | ||
32d0add0 JB |
13322 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
13323 | ||
13324 | Update year range in copyright notice of all files. | |
13325 | ||
76f2b779 JB |
13326 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
13327 | ||
13328 | * top.c (print_gdb_version): Update copyright year to 2015. | |
13329 | ||
077309e2 | 13330 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
6bf6fd09 | 13331 | |
077309e2 | 13332 | * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014. |
6bf6fd09 | 13333 | |
077309e2 | 13334 | For older changes see ChangeLog-2014. |
c906108c SS |
13335 | \f |
13336 | Local Variables: | |
13337 | mode: change-log | |
13338 | left-margin: 8 | |
13339 | fill-column: 74 | |
13340 | version-control: never | |
57da7796 | 13341 | coding: utf-8 |
c906108c | 13342 | End: |